compiler: support alias to pointer type as receiver in method declaration
[gcc.git] / ChangeLog
1 2019-01-26 Harald Anlauf <anlauf@gmx.de>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
5 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
6
7 * MAINTAINERS (Write After Approval): Add myself.
8
9 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
10
11 * ChangeLog: Replace space with tab.
12 * MAINTAINERS: Delete 1 tab to keep alignment.
13
14 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
15
16 * MAINTAINERS (Write After Approval): Add myself.
17
18 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
19
20 * MAINTAINERS (Write After Approval): Add myself.
21
22 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
23 Kwok Cheung Yeung <kcy@codesourcery.com>
24 Julian Brown <julian@codesourcery.com>
25 Tom de Vries <tom@codesourcery.com>
26 Jan Hubicka <hubicka@ucw.cz>
27 Martin Jambor <mjambor@suse.cz>
28
29 * configure.ac: Likewise.
30 * configure: Regenerate.
31 * contrib/config-list.mk: Add amdgcn-amdhsa.
32
33 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
34
35 * MAINTAINERS (Write After Approval): Add myself.
36
37 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
38
39 * MAINTAINERS (Write After Approval): Add myself.
40
41 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
42
43 PR target/88535
44 * config.guess: Import upstream version 2019-01-03.
45 * config.sub: Import upstream version 2019-01-01.
46
47 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
48
49 * MAINTAINERS (Write After Approval): Update my maintainer address.
50
51 2018-12-21 Gergö Barany <gergo@codesourcery.com>
52
53 * MAINTAINERS (Write After Approval): Add myself.
54
55 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
56
57 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
58
59 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
60
61 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
62 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
63 (GCC_TARGET_TOOL): Likewise.
64 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
65 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
66 OTOOL, OTOOL_FOR_TARGET: New substitutions.
67 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
68 * configure: Regenerate.
69 * Makefile.in: Likewise.
70
71 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
72
73 * MAINTAINERS (Write After Approval): Add myself.
74
75 2018-11-13 Martin Liska <mliska@suse.cz>
76
77 * gcc.target/i386/pr87930.c: Move to ...
78 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
79
80 2018-11-10 Stafford Horne <shorne@gmail.com>
81
82 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
83 (Write After Approval): Remove myself.
84
85 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
86
87 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
88 Append $INCICONV to it.
89
90 2018-11-04 Stafford Horne <shorne@gmail.com>
91
92 * MAINTAINERS (Write After Approval): Add myself.
93
94 2018-10-31 Joseph Myers <joseph@codesourcery.com>
95
96 PR bootstrap/82856
97 * multilib.am: New file. From automake.
98
99 Merge from binutils-gdb:
100 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
101
102 * libtool.m4: Use AC_LANG_SOURCE.
103 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
104 * ar-lib: New file.
105 * test-driver: New file.
106 * configure: Re-generate.
107
108 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
109
110 * MAINTAINERS (Write After Approval): Add myself.
111
112 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
113
114 PR bootstrap/87788
115 PR d/87799
116 * configure: Rebuild.
117 * configure.ac: Disable D on systems where it is known not to work.
118
119 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
120
121 * Makefile.def (target_modules): Add libphobos.
122 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
123 GDCFLAGS_FOR_TARGET.
124 (dependencies): Make libphobos depend on libatomic, libbacktrace
125 configure, and zlib configure.
126 (language): Add language d.
127 * Makefile.in: Rebuild.
128 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
129 (HOST_EXPORTS): Add GDC.
130 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
131 (BASE_TARGET_EXPORTS): Add GDC.
132 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
133 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
134 (EXTRA_HOST_FLAGS): Add GDC.
135 (STAGE1_FLAGS_TO_PASS): Add GDC.
136 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
137 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
138 environment variables.
139 * configure: Rebuild.
140 * configure.ac: Add target-libphobos to target_libraries. Set and
141 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
142
143 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
144
145 * MAINTAINERS (Write After Approval): Add myself.
146
147 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
148
149 * MAINTAINERS (Write After Approval): Remove myself.
150
151 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
152
153 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
154
155 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
156
157 * MAINTAINERS: Update my email address.
158
159 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
160
161 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
162 maintainer.
163
164 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
165
166 * MAINTAINERS (Write After Approval): Add self.
167
168 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
169
170 * MAINTAINERS (write after approval): Add myself.
171
172 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
173
174 * MAINTAINERS: Update my email address.
175
176 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
177
178 * MAINTAINERS (write after approval): Add myself.
179
180 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
181
182 * MAINTAINERS: Add self to global reviewers list.
183
184 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
185
186 MAINTAINERS: Add c-sky port maintainers.
187
188 2018-08-10 Martin Liska <mliska@suse.cz>
189
190 * MAINTAINERS: Revert change in previous commit and
191 join lines.
192
193 2018-08-10 Martin Liska <mliska@suse.cz>
194
195 * MAINTAINERS: Remove extra line.
196
197 2018-08-06 Naveen H.S <naveenh@marvell.com>
198
199 * MAINTAINERS: Update my email address.
200
201 2018-07-19 DJ Delorie <dj@redhat.com>
202
203 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
204 as maintainer.
205
206 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
207
208 * MAINTAINERS: Adjust email address for me and my colleague Robin
209 Dapp.
210
211 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
212 Sunil K Pandey <sunil.k.pandey@intel.com>
213
214 PR target/84413
215 * config/i386/i386.c (m_CORE_AVX512): New.
216 (m_CORE_AVX2): Likewise.
217 (m_CORE_ALL): Add m_CORE_AVX2.
218 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
219 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
220 and remove the rest of m_SKYLAKE_AVX512.
221
222 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
223
224 * config.sub: Sync with upstream version 2018-07-03.
225
226 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
227
228 * config.guess: Sync with upstream version 2018-06-26.
229 * config.sub: Sync with upstream version 2018-07-02.
230
231 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
232
233 * libtool.m4: Sort output of 'find' to enable deterministic builds.
234 * ltmain.sh: Likewise.
235
236 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
237
238 * contrib/config-list.mk: Remove powerpc-linux_paired.
239
240 2018-06-29 Alexandre Oliva <oliva@adacore.com>
241
242 * configure.ac: Introduce support for @unless/@endunless.
243 * Makefile.tpl (dep-kind): Rewrite with cond; return
244 postbootstrap in some cases.
245 (make-postboot-dep, postboot-targets): New.
246 (dependencies): Do not output postbootstrap dependencies at
247 first. Output non-target ones changed for configure to depend
248 on stage_last @if gcc-bootstrap, and the original deps @unless
249 gcc-bootstrap.
250 * configure.in, Makefile.in: Rebuilt.
251
252 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
253
254 * MAINTAINERS (write after approval): Add myself.
255
256 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
257
258 * MAINTAINERS (write after approval): Add myself.
259
260 2018-06-19 Nick Clifton <nickc@redhat.com>
261
262 * zlib/configure.ac: Restore old behaviour of only enabling
263 multilibs when a target subdirectory is defined. This allows
264 building with srcdir == builddir.
265 * zlib/configure: Regenerate.
266
267 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
268
269 * Makefile.def (fortran): Add check-target-libgomp-fortran.
270 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
271 * Makefile.in: Regenerate.
272
273 2018-06-16 Ben Elliston <bje@gnu.org>
274
275 * config.guess: Import latest version.
276 * config.sub: Likewise.
277
278 2018-06-08 Martin Liska <mliska@suse.cz>
279
280 * MAINTAINERS: Remove MPX-related entries.
281 * Makefile.def: Remove libmpx support.
282 * Makefile.in: Regenerate.
283 * configure.ac: Remove removed files.
284 * configure: Regenerate.
285 * libmpx/ChangeLog: Remove.
286 * libmpx/Makefile.am: Remove.
287 * libmpx/Makefile.in: Remove.
288 * libmpx/acinclude.m4: Remove.
289 * libmpx/aclocal.m4: Remove.
290 * libmpx/config.h.in: Remove.
291 * libmpx/configure: Remove.
292 * libmpx/configure.ac: Remove.
293 * libmpx/configure.tgt: Remove.
294 * libmpx/libmpx.spec.in: Remove.
295 * libmpx/mpxrt/Makefile.am: Remove.
296 * libmpx/mpxrt/Makefile.in: Remove.
297 * libmpx/mpxrt/libmpx.map: Remove.
298 * libmpx/mpxrt/libtool-version: Remove.
299 * libmpx/mpxrt/mpxrt-utils.c: Remove.
300 * libmpx/mpxrt/mpxrt-utils.h: Remove.
301 * libmpx/mpxrt/mpxrt.c: Remove.
302 * libmpx/mpxrt/mpxrt.h: Remove.
303 * libmpx/mpxwrap/Makefile.am: Remove.
304 * libmpx/mpxwrap/Makefile.in: Remove.
305 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
306 * libmpx/mpxwrap/libtool-version: Remove.
307 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
308
309 2018-06-04 Martin Liska <mliska@suse.cz>
310
311 * MAINTAINERS: Add myself as gcov maintainer.
312
313 2018-06-04 Matthew Fortune <mfortune@gmail.com>
314
315 * MAINTAINERS: Update my email address.
316
317 2018-06-04 Tom de Vries <tdevries@suse.de>
318
319 * MAINTAINERS: Remove write-after-approval entries for component
320 maintainers.
321
322 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
323
324 * MAINTAINERS (write after approval): Add myself.
325
326 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
327
328 * MAINTAINERS: Update my email address.
329
330 2018-06-01 Tom de Vries <tdevries@suse.de>
331
332 * MAINTAINERS: Update my email address.
333
334 2018-05-22 Bin Cheng <bin.cheng@arm.com>
335
336 * MAINTAINERS (loop-optimizer): Add myself.
337
338 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
339
340 * configure.ac: Added "nfp" target.
341 * configure: Regenerate.
342
343 2018-04-30 Richard Biener <rguenther@suse.de>
344
345 PR bootstrap/85571
346 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
347 (STAGE3_TFLAGS): Likewise.
348 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
349 (STAGEtrain_TFLAGS): Likewise.
350 * Makefile.in: Regenerate.
351
352 2018-04-26 Richard Biener <rguenther@suse.de>
353
354 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
355 (STAGE2_CFLAGS): Likewise.
356 (STAGE2_TFLAGS): Likewise.
357 (STAGE3_CFLAGS): Add -fchecking.
358 (STAGE3_TFLAGS): Likewise.
359 (STAGEtrain_CFLAGS): Filter out -fchecking.
360 (STAGEtrain_TFLAGS): Likewise.
361 * Makefile.in: Re-generate.
362
363 2018-04-25 Catherine Moore <clm@codesourcery.com>
364
365 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
366
367 2018-04-18 Paul Clarke <pc@us.ibm.com>
368
369 * MAINTAINERS (write after approval): Add myself.
370
371 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
372
373 * MAINTAINERS: Update my email address.
374
375 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
376
377 * MAINTAINERS: Remove redundant Write-After-Approval entry.
378
379 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
380
381 * MAINTAINERS: Update my email address and disambiguate myself
382 a bit from Will Schmidt.
383
384 2018-03-21 Nathan Sidwell <nathan@acm.org>
385
386 * MAINTAINERS: Move maintainers of now-removed picochip and score
387 ports to write after approval.
388
389 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
390
391 * MAINTAINERS: Add entry for SVE maintainership.
392
393 2018-02-13 Maciej W. Rozycki <macro@mips.com>
394
395 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
396 * configure: Regenerate.
397
398 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
399
400 * MAINTAINERS (write after approval): Add myself.
401
402 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
403
404 * MAINTAINERS (write after approval): Add myself.
405
406 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
407
408 * MAINTAINERS (write after approval): Add myself.
409
410 2018-01-03 Jakub Jelinek <jakub@redhat.com>
411
412 Update copyright years.
413
414 2018-01-03 Ben Elliston <bje@gnu.org>
415
416 * config.guess: Import latest version.
417 * config.sub: Likewise.
418
419 2017-12-12 Stafford Horne <shorne@gmail.com>
420
421 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
422 * configure: Regenerate.
423
424 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
425
426 * MAINTAINERS (Write After Approval): Add myself.
427
428 2017-11-28 Julia Koval <julia.koval@intel.com>
429 Sebastian Peryt <sebastian.peryt@intel.com>
430
431 * Makefile.def (target_modules): Remove libcilkrts.
432 * Makefile.in: Ditto.
433 * configure: Ditto.
434 * configure.ac: Ditto.
435
436 2017-11-28 Julia Koval <julia.koval@intel.com>
437
438 * MAINTAINERS (Write After Approval): Add myself.
439
440 2017-11-22 Sudakshina Das <sudi.das@arm.com>
441
442 * MAINTAINERS (Write After Approval): Add myself.
443
444 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
445
446 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
447 Use my SiFive email address.
448
449 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
450
451 * MAINTAINERS (write after approval): Add myself.
452
453 2017-10-27 Martin Liska <mliska@suse.cz>
454
455 * Makefile.tpl: Use proper name of folder as it was renamed
456 during transition to 4 stages.
457 * Makefile.in: Regenerate.
458
459 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
460
461 * MAINTAINERS (write after approval): Add myself.
462
463 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
464
465 * MAINTAINERS: Add a note that maintainership also includes web
466 pages, docs, and testsuite related to that area.
467
468 2017-09-25 Tom de Vries <tom@codesourcery.com>
469
470 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
471
472 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
473
474 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
475
476 2017-09-15 Nathan Sidwell <nathan@acm.org>
477
478 * MAINTAINERS: Remove myself as a vxworks maintainer.
479
480 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
481
482 * MAINTAINERS: Remove email address of Jim Norris.
483
484 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
485
486 * MAINTAINERS (Reviewers): Move myself from here...
487 (CPU Port Maintainers): ... to here.
488
489 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
490
491 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
492
493 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
494
495 * MAINTAINERS (write after approval): Add myself.
496
497 2017-07-28 Tony Reix <tony.reix@atos.net>
498
499 * configure.ac (target-libffi): Don't disable for AIX.
500 (go): Don't add to unsupported_languages on AIX.
501 (target-libgo): Don't disable for AIX.
502 * configure: Regenerate.
503
504 2017-07-19 Yury Gribov <tetra2005@gmail.com>
505
506 * MAINTAINERS: Add myself.
507
508 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
509
510 * MAINTAINERS: Update my email address.
511
512 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
513
514 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
515 arm-specific auto-generated header files.
516
517 2017-07-03 Nathan Sidwell <nathan@acm.org>
518
519 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
520 * configure: Rebuilt.
521
522 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
523
524 * MAINTAINERS: Readd myself for c6x.
525
526 2017-06-28 Martin Liska <mliska@suse.cz>
527
528 PR bootstrap/81217
529 * Makefile.def: Remove superfluous bootstrap_target from
530 bootstrap_stage.
531 * Makefile.in: Re-generate the file.
532
533 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
534
535 * MAINTAINERS: Add myself to Write After Approval
536
537 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
538
539 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
540
541 2017-06-19 Martin Liska <mliska@suse.cz>
542
543 * Makefile.def: Define 4 stages PGO bootstrap.
544 * Makefile.tpl: Define FLAGS.
545 * Makefile.in: Regenerate.
546
547 2017-06-14 Ian Lance Taylor <iant@golang.org>
548
549 * Makefile.def: Add check-gotools to go check targets.
550 * Makefile.in: Rebuild.
551
552 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
553
554 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
555
556 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
557
558 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
559 * configure: Regenerate.
560
561 2017-05-31 Martin Liska <mliska@suse.cz>
562
563 * configure.ac: Add handling of stage2_werror_flags to
564 action-if-given and to action-if-not-given.
565 * configure: Regenerate.
566
567 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
568
569 * MAINTAINERS: Add self to Write After Approval
570
571 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
572
573 * MAINTAINERS: Update my email address, and remove myself as
574 maintainer in some areas.
575
576 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
577
578 * MAINTAINERS: Add self to Write After Approval
579
580 2017-05-25 Nathan Sidwell <nathan@acm.org>
581
582 * configure.ac: Add --enable-languages=default to mean default and
583 make --enable-languages=all mean all supported languages.
584 * configure: Regenerated.
585
586 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
587
588 * config.gcc (powerpc*-*-*spe*): New.
589 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
590 (powerpc-*-rtems*spe*): New.
591 (powerpc*-*-linux*spe*): New.
592 (powerpc-wrs-vxworksspe): New.
593 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
594 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
595 * config.host (powerpc*-*-*spe*): New.
596
597 2017-05-19 Martin Liska <mliska@suse.cz>
598
599 * configure.ac: Add --enable-werror-always just for
600 bootstrap-debug (or none build config) and do not add it
601 when we are on a release branch.
602 * configure: Regenerated.
603
604 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
605
606 * MAINTAINERS: Add self to Write After Approval
607
608 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
609
610 * MAINTAINERS: Move myself to Write After Approval section.
611
612 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
613
614 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
615 ACCH registers.
616 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
617 available.
618 (umulsidi3): Likewise.
619 (mulsidi3_700): Disable this pattern when we have advanced mpy
620 instructions.
621 (umulsidi3_700): Likewise.
622 (maddsidi4): New pattern.
623 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
624 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
625 (mpydu_imm_arcv2hs): Likewise.
626 * config/arc/predicates.md (accl_operand): New predicate.
627
628 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
629 Andrew Burgess <andrew.burgess@embecosm.com>
630
631 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
632 case.
633 (ARC_AUTOFP_IRQ_P): Likewise.
634 (ARC_AUTO_IRQ_P): Likewise.
635 (rgf_banked_register_count): New variable.
636 (parse_mrgf_banked_regs_option): New function.
637 (arc_override_options): Handle rgf_banked_regs option.
638 (arc_handle_interrupt_attribute): Add firq option.
639 (arc_compute_function_type): Return fast irq type when required.
640 (arc_must_save_register): Handle fast interrupts.
641 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
642 (arc_return_address_regs): Update.
643 * config/arc/arc.h (arc_return_address_regs): Update.
644 (arc_function_type): Add fast interrupt type.
645 (ARC_INTERRUPT_P): Update.
646 (RC_FAST_INTERRUPT_P): Define.
647 * config/arc/arc.md (simple_return): Update for fast interrupts.
648 (p_return_i): Likewise.
649 * config/arc/arc.opt (mrgf-banked-regs): New option.
650 * doc/invoke.texi (mrgf-banked-regs): Document.
651
652 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
653
654 * config/arc/arc.c (irq_ctrl_saved): New variable.
655 (ARC_AUTOBLINK_IRQ_P): Define.
656 (ARC_AUTOFP_IRQ_P): Likewise.
657 (ARC_AUTO_IRQ_P): Likewise.
658 (irq_range): New function.
659 (arc_must_save_register): Likewise.
660 (arc_must_save_return_addr): Likewise.
661 (arc_dwarf_emit_irq_save_regs): Likewise.
662 (arc_override_options): Handle deferred options.
663 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
664 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
665 arc_must_save_return_addr.
666 (arc_compute_frame_size): Handle automated save and restore of
667 registers.
668 (arc_expand_prologue): Likewise.
669 (arc_expand_epilogue): Likewise.
670 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
671 * config/arc/arc.opt (mirq-ctrl-saved): New option.
672 * doc/invoke.texi (mirq-ctrl-saved): Document option.
673
674 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
675 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
676
677 PR bootstrap/77661
678 * Makefile.def: Don't pass --enable-maintainer-mode on to an
679 in-tree build MPC.
680 * Makefile.in: Regenerate.
681
682 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
683
684 * configure.ac: Enable LTO by default on darwin >= 9.
685 * configure: Regenerate.
686
687 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
688
689 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
690 and Andrew Waterman as the RISC-V maintainers.
691
692 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
693
694 * MAINTAINERS: Add self to Write After Approval
695
696 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
697
698 * config.guess: Import latest from upstream.
699
700 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
701
702 * MAINTAINERS (Write After Approval): Remove entries that are
703 already covered under Reviewers.
704
705 2017-03-08 Mark Wielaard <mark@klomp.org>
706
707 PR demangler/70909
708 PR demangler/67264
709 * include/demangle.h: Add d_printing to struct demangle_component
710 and pass struct demangle_component as non const.
711
712 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
713
714 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
715
716 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
717
718 * Makefile.tpl: Remove HOST_ISLVER.
719 (HOST_EXPORTS): Remove ISLVER.
720 * Makefile.in: Regenerate.
721
722 2017-02-13 Richard Biener <rguenther@suse.de>
723
724 * configure: Re-generate.
725
726 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
727
728 * MAINTAINERS: Adjust bug reporting URL.
729
730 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
731
732 * MAINTAINERS (Write After Approval): Remove redundant entry
733 for Andrew Burgess.
734
735 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
736
737 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
738 32-bit hppa*-*-hpux*.
739 * configure: Regenerate.
740
741 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
742
743 * configure.ac: Moved the white list of enabling BRIG FE to
744 libhsail-rt/configure.tgt.
745 * configure: Regenerated.
746 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
747
748 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
749 Martin Jambor <mjambor@suse.cz>
750
751 * Makefile.def (target_modules): Added libhsail-rt.
752 (languages): Added language brig.
753 * Makefile.in: Regenerated.
754 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
755 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
756 * configure: Regenerated.
757
758 2017-01-17 Jakub Jelinek <jakub@redhat.com>
759
760 PR other/79046
761 * configure: Regenerated.
762
763 2017-01-04 Alan Modra <amodra@gmail.com>
764
765 * configure: Regenerate.
766
767 2016-12-29 Ben Elliston <bje@gnu.org>
768
769 * config.sub: Import latest version.
770
771 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
772
773 * MAINTAINERS (Write After Approval): Add myself.
774
775 2016-12-21 Jakub Jelinek <jakub@redhat.com>
776
777 * configure.ac: Don't bootstrap libmpx unless --with-build-config
778 includes bootstrap-mpx.
779 * configure: Regenerated.
780
781 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
782
783 * MAINTAINERS (Write After Approval): Add myself.
784
785 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
786
787 * configure: Regenerate.
788
789 2016-12-01 Matthias Klose <doko@ubuntu.com>
790
791 * configure.ac: Don't use pkg-config to check for bdw-gc.
792 * configure: Regenerate.
793
794 2016-11-30 Matthias Klose <doko@ubuntu.com>
795
796 * Makefile.def: Remove reference to boehm-gc target module.
797 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
798 options and for the bdw-gc pkg-config module.
799 * configure: Regenerate.
800 * Makefile.in: Regenerate.
801
802 2016-11-28 Nathan Sidwell <nathan@acm.org>
803
804 * MAINTAINERS (nvptx): Remove self.
805
806 2016-11-25 Ben Elliston <bje@gnu.org>
807
808 * config.guess: Import latest version.
809 * config.sub: Likewise.
810
811 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
812
813 * MAINTAINERS (Write After Approval): Add myself.
814
815 2016-11-15 Matthias Klose <doko@ubuntu.com>
816
817 * Makefile.def: Remove references to GCJ.
818 * Makefile.tpl: Likewise.
819 * Makefile.in: Regenerate.
820
821 2016-11-15 Matthias Klose <doko@ubuntu.com>
822
823 * config-ml.in: Remove references to GCJ.
824 * configure.ac: Likewise.
825 * configure: Regenerate.
826
827 2016-11-01 Josh Conner <joshconner@google.com>
828
829 * MAINTAINERS (Write After Approval): Update email address,
830
831 2016-10-27 Carl Love <cel@us.ibm.com>
832
833 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
834 Approval list to make it alphabetical.
835
836 2016-10-27 Carl Love <cel@us.ibm.com>
837
838 * MAINTAINERS (Write After Approval): Add myself.
839
840 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * MAINTAINERS (Reviewers): Add myself.
843 (Write After Approval): Add myself.
844
845 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
846 Ulrich Weigand <uweigand@de.ibm.com>
847
848 * MAINTAINERS: Update email address.
849
850 2016-10-10 Nathan Sidwell <nathan@acm.org>
851
852 * MAINTAINERS: Update email address.
853
854 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
855
856 * configure.ac: Add aarch64-*-freebsd*.
857 * configure: Regenerate.
858
859 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
860
861 * MAINTAINERS: Update email address after it got reverted.
862
863 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
864
865 * configure.ac (target_libraries): Readd target-boehm-gc.
866 Restore --enable-objc-gc handling.
867 * configure: Regenerate.
868
869 2015-10-03 Jeff Law <law@redhat.com>
870
871 * MAINTAINERS: Move several inactive maintainers to the
872 write-after-approval section.
873
874 2016-09-30 Jakub Jelinek <jakub@redhat.com>
875
876 * configure.ac: Add target-libffi to target_libraries.
877 Readd libgcj target disablings, modified to only target-libffi.
878 Readd target addition of go to unsupported languages.
879 * configure: Regenerated.
880
881 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
882
883 * MAINTAINERS: Update email address.
884
885 2016-09-30 Andrew Haley <aph@redhat.com>
886
887 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
888 write-after approval. Remove Tom Tromey and Bryce McKinlay from
889 libgcj.
890
891 2016-09-30 Andrew Haley <aph@redhat.com>
892
893 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
894 write-after approval after GCJ deletion.
895
896 2016-09-30 Andrew Haley <aph@redhat.com>
897
898 * Makefile.def: Remove libjava.
899 * Makefile.tpl: Likewise.
900 * Makefile.in: Regenerate.
901 * configure.ac: Likewise.
902 * configure: Likewise.
903 * gcc/java: Remove.
904 * libjava: Likewise.
905
906 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
907
908 * MAINTAINERS (Reviewers): Add myself.
909
910 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
911
912 * configure.ac: Disable "sim" directory for arc*-*-*.
913 * configure: Regenerated.
914
915 2016-09-23 Tamar Christina <tamar.christina@arm.com>
916
917 * MAINTAINERS (Write After Approval): Add myself.
918
919 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
920
921 * configure.ac: Check for the minimum in-tree MPFR version
922 handled.
923 * configure: Regenerate.
924
925 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
926
927 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
928 * configure: Regenerated.
929
930 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
931
932 * MAINTAINERS (Write After Approval): Add myself.
933
934 2016-06-23 Andi Kleen <ak@linux.intel.com>
935
936 * Makefile.def: Add autoprofiledbootstrap.
937 * Makefile.tpl: Dito.
938 * Makefile.in: Regenerate.
939
940 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
941
942 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
943 * configure: Regenerate.
944
945 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
946
947 * configure: Regenerate.
948 * configure.ac: Remove support for avr-rtems.
949
950 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
951
952 * MAINTAINERS (Write After Approval): Add myself.
953
954 2016-06-16 Michael Collison <michael.collison@arm.com>
955
956 * MAINTAINERS (Write After Approval): Add myself.
957
958 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
959
960 * MAINTAINERS (Write After Approval): Update e-mail address.
961
962 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
963
964 * MAINTAINERS (Write After Approval): Add myself.
965
966 2016-05-28 Alan Modra <amodra@gmail.com>
967
968 * Makefile.tpl (configure): Depend on m4 files included.
969 * Makefile.in: Regenerate.
970
971 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
972
973 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
974 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
975
976 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
977
978 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
979 special case builtin.
980 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
981 support for ALTIVEC_BUILTIN_VEC_ADDEC.
982 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
983 for __builtin_vec_addec.
984
985 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
986
987 * config.guess: Import version 2016-04-02 (newest).
988 * config.sub: Import version 2016-05-10 (newest).
989
990 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
991
992 * configure.ac: Add ARC support to libgloss.
993 * configure: Regenerate
994
995 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
996
997 * MAINTAINERS (Write After Approval): Add myself.
998
999 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1000
1001 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1002 * configure: Regenerated.
1003 * Makefile.def (gmp): Explicitly disable assembler.
1004 (mpfr): Adjust lib_path.
1005 (mpc): Likewise.
1006 * Makefile.in: Regenerated.
1007
1008 2016-05-01 Jakub Jelinek <jakub@redhat.com>
1009
1010 PR bootstrap/70704
1011 * configure.ac (--enable-stage1-checking): Add missing
1012 --enable-checking=.
1013 * configure: Regenerated.
1014
1015 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1016
1017 * config.guess: Revert r235676.
1018 * config.sub: Revert r235676.
1019
1020 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1021
1022 * config.guess: Remove SH5 support.
1023 * config.sub: Likewise.
1024 * configure: Likewise.
1025 * configure.ac: Likewise.
1026
1027 2016-04-26 Jakub Jelinek <jakub@redhat.com>
1028
1029 PR bootstrap/70704
1030 * configure.ac (--enable-stage1-checking): For --disable-checking or
1031 implicit --enable-checking, make sure extra flag matches in between
1032 stage1 and later checking.
1033 * configure: Regenerated.
1034
1035 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1036
1037 * .gitattributes: New file.
1038
1039 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
1040
1041 * MAINTAINERS (rs6000/powerpc port): Add myself.
1042
1043 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
1044
1045 PR bootstrap/70173
1046 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1047 and gotools directories. Delete the stage_final file.
1048 * Makefile.in: Regenerate.
1049
1050 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
1051
1052 * MAINTAINERS (Write After Approval): Add myself.
1053
1054 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
1055
1056 * MAINTAINERS (Fortran maintainer): Remove myself.
1057
1058 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
1059
1060 * MAINTAINERS (Write After Approval): Add myself.
1061
1062 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
1063
1064 * MAINTAINERS (Write After Approval): Add myself.
1065
1066 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1067
1068 Sync with binutils-gdb:
1069
1070 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1071
1072 * configure.ac: Add mips and s390 to the gold target check.
1073 * configure: Regenerate.
1074
1075 2016-03-01 DJ Delorie <dj@redhat.com>
1076
1077 * MAINTAINERS (mep): Remove myself as MeP maintainer.
1078
1079 2016-02-22 David Malcolm <dmalcolm@redhat.com>
1080
1081 * MAINTAINERS (libcpp): Add myself.
1082 (diagnostic messages): Likewise.
1083
1084 2016-02-20 Tom de Vries <tom@codesourcery.com>
1085
1086 * MAINTAINERS: Fix whitespace.
1087
1088 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
1089
1090 * MAINTAINERS (Write After Approval): Add myself.
1091
1092 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1093
1094 * config/isl.m4: Add comments about isl-0.16.
1095 * configure: Regenerate.
1096
1097 2016-01-29 Martin Jambor <mjambor@suse.cz>
1098
1099 * MAINTAINERS (hsa maintainers): Add myself.
1100
1101 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
1102
1103 * MAINTAINERS: (Write After Approval): Add myself.
1104
1105 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1106 Sebastian Pop <s.pop@samsung.com>
1107
1108 * Makefile.in: Regenerate.
1109 * Makefile.tpl: Export ISLVER.
1110 * configure: Regenerate.
1111 * config/isl.m4: Detect isl-0.15.
1112
1113 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1114
1115 PR bootstrap/69329
1116 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1117 * Makefile.in: Regenerate.
1118
1119 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1120
1121 * configure.ac: Enable LTO for DJGPP
1122 * configure: Regenerate
1123
1124 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1125
1126 Sync with binutils-gdb:
1127 2015-10-21 Nick Clifton <nickc@redhat.com>
1128
1129 PR gas/19109
1130 * configure.ac: Note the 'none' is an acceptable argument to
1131 --enable-compressed-debug-sections.
1132 * configure: Regenerate.
1133
1134 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1135
1136 PR bootstrap/69134
1137 * Makefile.def (mpfr): Disable assembler.
1138 * Makefile.in: Regenerate.
1139
1140 2016-01-01 Ben Elliston <bje@gnu.org>
1141
1142 * config.guess: Import version 2016-01-01.
1143 * config.sub: Likewise.
1144
1145 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
1146
1147 * MAINTAINERS (Write After Approval): Add myself.
1148
1149 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1150
1151 * Makefile.in: Replace ISL with isl.
1152 * Makefile.tpl: Same.
1153 * config/isl.m4: Same.
1154 * configure.ac: Same.
1155 * contrib/download_prerequisites: Same.
1156 * configure: Regenerate.
1157
1158 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
1159
1160 * MAINTAINERS (Write After Approval): Add Myself.
1161
1162 2015-12-17 Nathan Sidwell <nathan@acm.org>
1163
1164 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1165 * configure: Regenerate.
1166
1167 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
1168 Sebastian Pop <s.pop@samsung.com>
1169
1170 * config/isl.m4 (ISL_CHECK_VERSION): Check for
1171 isl_ctx_get_max_operations.
1172 * configure: Regenerate.
1173
1174 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
1175
1176 * MAINTAINERS (Write After Approval): Add myself.
1177
1178 2015-12-02 Ian Lance Taylor <iant@google.com>
1179
1180 PR go/66147
1181 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1182 * Makefile.in: Regenerate.
1183
1184 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1185
1186 PR libffi/65726
1187 * Makefile.def (lang_env_dependencies): Make libffi depend
1188 on cxx.
1189 * Makefile.in: Regenerate.
1190
1191 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1192
1193 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1194 symbols.
1195
1196 2015-11-20 Tristan Gingold <gingold@adacore.com>
1197
1198 Sync with binutils-gdb:
1199 2015-11-20 Tristan Gingold <gingold@adacore.com>
1200
1201 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1202 * configure: Regenerate.
1203
1204 2015-11-19 Martin Liska <mliska@suse.cz>
1205
1206 * .gitignore: Add .clang-format to ignored files.
1207 * Makefile.in: Add clang-format.
1208 * Makefile.tpl: Likewise.
1209
1210 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1211
1212 * configure.ac: Enable libmpx by default.
1213 * configure: Regenerated.
1214
1215 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
1216
1217 * MAINTAINERS: Update email address.
1218
1219 2015-10-23 Paulo Matos <pmatos@linki.tools>
1220
1221 * MAINTAINERS: Update email address.
1222
1223 2015-10-23 Alan Hayward <alan.hayward@arm.com>
1224
1225 * MAINTAINERS (Write After Approval): Add myself.
1226
1227 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1228
1229 Sync with binutils-gdb:
1230 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1231
1232 PR gas/19109
1233 * configure.ac: Add
1234 --enable-compressed-debug-sections={all,gas,gold,ld}.
1235 * configure: Regenerated.
1236
1237 2015-10-16 Arnaud Charlet <charlet@adacore.com>
1238
1239 * MAINTAINERS: Update list of Ada maintainers and email addresses.
1240
1241 2015-10-09 Martin Liska <mliska@suse.cz>
1242
1243 * MAINTAINERS (Write After Approval): Add myself.
1244
1245 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
1246
1247 * MAINTAINERS (Write After Approval): Add myself.
1248
1249 2015-10-02 Florian Weimer <fweimer@redhat.com>
1250
1251 * MAINTAINERS: Update email address.
1252
1253 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
1254
1255 * MAINTAINERS (Write After Approval): Add myself.
1256
1257 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
1258
1259 * MAINTAINERS: Update email.
1260
1261 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
1262
1263 * MAINTAINERS: Update my email address.
1264
1265 2015-09-01 James Bowman <james.bowman@ftdichip.com>
1266
1267 * MAINTAINERS (ft32 port): Add myself.
1268
1269 2015-08-28 David Sherwood <david.sherwood@arm.com>
1270
1271 * MAINTAINERS: Add myself.
1272
1273 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
1274
1275 * MAINTAINERS (Write After Approval): Add myself.
1276
1277 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1278
1279 PR libfortran/54572
1280 * Makefile.def: Make libgfortran depend on libbacktrace.
1281 * Makefile.in: Regenerate.
1282
1283 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
1284
1285 * MAINTAINERS (Write After Approval): Add myself.
1286
1287 2015-08-12 Tom de Vries <tom@codesourcery.com>
1288
1289 PR other/67092
1290 * configure.ac: Remove --with_host_libstdcxx support.
1291 * configure: Regenerate.
1292
1293 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1294 Jakub Jelinek <jakub@redhat.com>
1295
1296 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1297 nvptx*-*-*.
1298 * configure: Regenerate.
1299
1300 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1301
1302 * Makefile.def (libiconv): Define bootstrap=true.
1303 Mark pdf/html/info as missing.
1304 (configure-gcc): Depend on all-libiconv.
1305 (all-gcc): Ditto.
1306 (configure-libcpp): Ditto.
1307 (all-libcpp): Ditto.
1308 (configure-intl): Ditto.
1309 (all-intl): Ditto.
1310 * Makefile.in: Regenerate.
1311
1312 2015-08-03 Bin Cheng <bin.cheng@arm.com>
1313
1314 * MAINTAINERS (loop ivopts): Add the entry and myself.
1315
1316 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
1317
1318 * MAINTAINERS (nvptx): Add self.
1319
1320 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
1321
1322 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1323 128-bit vector modes.
1324
1325 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
1326
1327 * MAINTAINERS (Write After Approval): Add myself.
1328
1329 2015-07-28 Ben Elliston <bje@gnu.org>
1330
1331 * config.sub, config.guess: Import from upstream.
1332
1333 2015-07-24 Michael Darling <darlingm@gmail.com>
1334
1335 PR other/66259
1336 * config-ml.in: Reflects renaming of configure.in to configure.ac
1337 * configure: Likewise
1338 * configure.ac: Likewise
1339
1340 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
1341
1342 * MAINTAINERS: Update my email address.
1343
1344 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1345
1346 Sync with binutils-gdb:
1347 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1348
1349 * configure.ac (target_configdirs): Exclude target-zlib if
1350 target-libjava isn't built.
1351 * configure: Regenerated.
1352
1353 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1354
1355 Sync with binutils-gdb:
1356 2015-05-13 John David Anglin <dave.anglin@bell.net>
1357
1358 * configure.ac: Disable configuration of GDB for HPUX targets.
1359 * configure: Regenerate.
1360
1361 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1362
1363 * configure.ac: Add --with-system-zlib.
1364 * configure: Regenerated.
1365
1366 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1367
1368 * configure.ac: Add FT32 support.
1369 * configure: Regenerate.
1370
1371 2015-01-12 Anthony Green <green@moxielogic.com>
1372
1373 * configure.ac: Don't disable gprof for moxie.
1374 * configure: Rebuild.
1375
1376 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1377
1378 Sync with binutils-gdb:
1379 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 PR ld/18355
1382 * Makefile.def: Add extra_configure_flags to host zlib.
1383 * configure.ac (extra_host_zlib_configure_flags): New. Set
1384 to --enable-host-shared When bfd is to be built as shared
1385 library. AC_SUBST.
1386 * Makefile.in: Regenerated.
1387
1388 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
1389
1390 Sync with src:
1391 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1392 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1393 * Makefile.in: Regenerated.
1394
1395 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1396
1397 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1398 target.
1399 * configure: Regenerate.
1400
1401 2015-06-23 Ludovic Courtès <ludo@gnu.org>
1402
1403 * MAINTAINERS (Write After Approval): Add myself.
1404
1405 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
1406
1407 * MAINTAINERS (OS Port Maintainers): Add myself.
1408 (Various Maintainers): Remove myself from libffi testsuite.
1409
1410 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
1411
1412 * MAINTAINERS (gen* on machine desc): Add self.
1413
1414 2015-06-02 Jason Merrill <jason@redhat.com>
1415
1416 PR bootstrap/66319
1417 * configure.ac: Use -std=gnu++98.
1418
1419 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
1420
1421 * MAINTAINERS (Write After Approval): Add myself.
1422
1423 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1424
1425 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1426 * configure: Regenerate.
1427
1428 2015-05-26 Jason Merrill <jason@redhat.com>
1429
1430 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1431 * configure: Regenerate.
1432
1433 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1434
1435 * configure.ac: FT32 target added.
1436 * configure: Regenerated.
1437
1438 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1439
1440 * MAINTAINERS (Write After Approval): Add myself.
1441
1442 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1443
1444 * MAINTAINERS (Write After Approval): Add myself.
1445
1446 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1447
1448 * configure.ac: Fix typo.
1449 * configure: Regenerate.
1450
1451 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
1452
1453 * MAINTAINERS (Write After Approval): Add myself.
1454
1455 2015-05-03 Matthias Klose <doko@ubuntu.com>
1456
1457 * configure.ac: Match $host configured with triplets.
1458 * configure: Regenerate.
1459
1460 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1461
1462 * Makefile.tpl: Remove surplus whitespace throughout.
1463 * Makefile.in: Regenerate.
1464
1465 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
1466
1467 * MAINTAINERS (Various Maintainers): Add myself as instruction
1468 combiner maintainer.
1469
1470 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1471
1472 PR bootstrap/62077
1473 * configure.ac (--enable-stage1-checking): Default to
1474 release,misc,gimple,rtlflag,tree,types if --disable-checking
1475 or --enable-checking is not specified and DEV-PHASE is not
1476 experimental.
1477 * configure: Regenerated.
1478
1479 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1480
1481 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1482 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1483 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1484 * Makefile.in: Regenerate.
1485
1486 2015-04-08 Cary Coutant <ccoutant@gmail.com>
1487
1488 * MAINTAINERS: Update my email address.
1489
1490 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
1491
1492 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1493
1494 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1495
1496 * MAINTAINERS: Add myself as an arm port reviewer.
1497
1498 2015-03-25 Martin Liska <mliska@suse.cz>
1499 Yury Gribov <y.gribov@samsung.com>
1500
1501 * Makefile.in: Fix ln source location for vimrc file.
1502 * Makefile.tpl: Likewise.
1503
1504 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
1505
1506 PR bootstrap/25672
1507 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1508 cross-compiling. Similarly for CXX_FOR_TARGET.
1509 * configure: Regenerate.
1510
1511 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1512
1513 * Makefile.def: Add libmpx.
1514 * configure.ac: Add libmpx.
1515 * Makefile.in: Regenerate.
1516 * configure: Regenerate.
1517
1518 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1519
1520 * MAINTAINERS (CPU Port Maintainers): Add myself
1521 i386 vector ISA extns mantainer.
1522
1523 2015-03-13 Jeff Law <law@redhat.com>
1524
1525 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1526 maintainer.
1527 Remove Richard Henderson as a maintainer for the x86 port.
1528
1529 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
1530
1531 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1532
1533 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1534
1535 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1536 pointer bounds checker and i386 MPX maintainer.
1537
1538 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1539
1540 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1541
1542 2015-02-26 Martin Sebor <msebor@redhat.com>
1543
1544 * MAINTAINERS (Various Maintainers): Add self.
1545
1546 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1547
1548 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1549 Make sure it contains lto.
1550 * configure: Regenerate.
1551
1552 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1553
1554 * configure: Regenerate.
1555
1556 2015-02-06 Diego Novillo <dnovillo@google.com>
1557 1
1558 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1559 middle-end, docstring): Remove myself.
1560 (Write After Approval): Add myself.
1561
1562 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1563
1564 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1565 (Write After Approval): Update address.
1566
1567 2015-01-29 David Malcolm <dmalcolm@redhat.com>
1568
1569 PR jit/64780
1570 * configure.ac: Require the user to explicitly specify
1571 --enable-host-shared if the jit is enabled.
1572 * configure: Regenerate.
1573
1574 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1575
1576 * MAINTAINERS (Write After Approval): Add myself.
1577
1578 2015-01-25 Tom de Vries <tom@codesourcery.com>
1579
1580 * MAINTAINERS: Make whitespace consistent.
1581
1582 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
1583
1584 * MAINTAINERS (Write After Approval): Add myself.
1585
1586 2015-01-20 Andre Vehreschild <vehre@gmx.de>
1587
1588 * MAINTAINERS: (Write After Approval): Add myself.
1589
1590 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1591
1592 * MAINTAINERS: (Write After Approval): Add myself.
1593
1594 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1595
1596 * MAINTAINERS: (Write After Approval): Add myself.
1597
1598 2015-01-13 Iain Sandoe <iain@codesourcery.com>
1599
1600 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1601 objective-c/c++ front end maintainer.
1602
1603 2015-01-13 Marek Polacek <polacek@redhat.com>
1604
1605 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1606
1607 2015-01-12 Jeff Law <law@redhat.com>
1608
1609 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1610 a very long time.
1611
1612 2015-01-09 Ian Lance Taylor <iant@google.com>
1613
1614 * configure.ac (host_tools): Add gotools.
1615 * Makefile.def (host_modules): Add gotools.
1616 (dependencies): Add dependency of all-gotools on all-target-libgo.
1617
1618 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1619
1620 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1621 * configure: Regenerate.
1622
1623 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1624
1625 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1626 all-target-libgomp.
1627 * Makefile.in: Regenerate.
1628
1629 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1630
1631 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1632
1633 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1634
1635 * configure.ac: Add Visium support.
1636 * configure: Regenerate.
1637
1638 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1639
1640 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1641 * configure: Regenerate.
1642
1643 2015-01-03 Andrew Pinski <apinski@cavium.com>
1644
1645 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1646 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1647 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1648 (OBJCOPY_FOR_TARGET): New variable.
1649 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1650 * Makefile.in: Regenerate.
1651 * configure.ac: Check for already installed target objcopy.
1652 Also GCC_TARGET_TOOL on objcopy.
1653 * configure: Regenerate.
1654
1655 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1656
1657 * config.sub: Update from upstream, to 2015-01-01 version.
1658 * config.guess: Ditto.
1659
1660 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1661
1662 * MAINTAINERS (RTEMS Ports): Add myself.
1663
1664 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1665
1666 * MAINTAINERS (Write After Approval): Add myself.
1667
1668 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1669
1670 * MAINTAINERS (Write After Approval): Add myself.
1671
1672 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1673
1674 * configure.ac (--enable-as-accelerator-for): Don't set
1675 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1676 * configure: Regenerate.
1677
1678 2014-12-13 Jakub Jelinek <jakub@redhat.com>
1679
1680 PR bootstrap/64023
1681 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1682 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1683 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1684 to CXX.
1685 * Makefile.in: Regenerated.
1686
1687 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1688 Yury Gribov <y.gribov@samsung.com>
1689
1690 * .gitignore: Added .local.vimrc and .lvimrc.
1691 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1692 * Makefile.in: Regenerate.
1693
1694 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1695
1696 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1697 * configure: Regenerated.
1698
1699 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1700
1701 * MAINTAINERS (nvptx port): New entry.
1702
1703 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1704
1705 * configure: Regenerate.
1706
1707 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1708
1709 * configure.ac: Merge with Binutils.
1710
1711 2014-11-26 Tobias Burnus <burnus@net-b.de>
1712
1713 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1714 * Makefile.in: Regenerate.
1715
1716 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1717
1718 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1719 missing flex.
1720 * Makefile.in: Regenerated.
1721
1722 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1723
1724 * Makefile.in: Regenerate.
1725
1726 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1727
1728 PR bootstrap/63784
1729 * libtool.m4: Add $pic_flag with -shared.
1730
1731 2014-11-21 Renlin Li <Renlin.Li@arm.com>
1732
1733 * MAINTAINERS (Write After Approval): Added myself.
1734
1735 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1736
1737 * MAINTAINERS (write-after-approval): Add myself.
1738
1739 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1740
1741 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1742 from 2 years ago.
1743
1744 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1745
1746 Revert:
1747 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1748
1749 * MAINTAINERS (Write After Approval): Added myself as line map
1750 maintainer.
1751
1752 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1753
1754 Revert:
1755 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1756
1757 * MAINTAINERS (Write After Approval): Added myself.
1758
1759 2014-11-19 Renlin Li <Renlin.Li@arm.com>
1760
1761 * MAINTAINERS (Write After Approval): Added myself.
1762
1763 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1764
1765 * MAINTAINERS (Write After Approval): Added myself as line map
1766 maintainer.
1767
1768 2014-11-17 Dodji Seketeli <dodji@redhat.com>
1769
1770 * MAINTAINERS (Various Maintainers): Added myself as line map
1771 maintainer.
1772
1773 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1774
1775 * move-if-change: Sync from upstream gnulib.
1776
1777 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1778
1779 * compile: Sync with upstream Automake.
1780 * depcomp: Ditto.
1781 * install-sh: Ditto.
1782 * missing: Ditto.
1783 * mkinstalldirs: Ditto.
1784 * ylwrap: Ditto.
1785
1786 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1787
1788 * config.sub: Update from upstream config repo.
1789 * config.guess: Ditto.
1790
1791 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
1792
1793 * Makefile.def: Add liboffloadmic to target_modules. Make
1794 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1795 * Makefile.in: Regenerate.
1796 * configure: Regenerate.
1797 * configure.ac: Add liboffloadmic to target binaries.
1798 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1799 Add liboffloadmic to noconfig list when C++ is not supported.
1800
1801 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
1802 Thomas Schwinge <thomas@codesourcery.com>
1803 Ilya Verbin <ilya.verbin@intel.com>
1804 Andrey Turetskiy <andrey.turetskiy@intel.com>
1805
1806 * configure: Regenerate.
1807 * configure.ac (--enable-as-accelerator-for)
1808 (--enable-offload-targets): New configure options.
1809
1810 2014-11-11 Tobias Burnus <burnus@net-b.de>
1811
1812 * Makefile.def: Make all-gcc depend on all-isl.
1813 * Makefile.in: Regenerate.
1814
1815 2014-11-11 David Malcolm <dmalcolm@redhat.com>
1816
1817 * ChangeLog.jit: New.
1818 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1819
1820 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1821
1822 PR target/63610
1823 * libtool.m4: Fix globbing of darwin versions.
1824 * configure: Regenerate.
1825
1826 2014-11-11 Tobias Burnus <burnus@net-b.de>
1827
1828 * Makefile.def: Remove CLooG.
1829 * Makefile.tpl: Ditto.
1830 * configure.ac: Ditto.
1831 * configure: Regenerate.
1832 * Makefile.in: Ditto.
1833
1834 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
1835
1836 * configure.ac: Handle nvptx-*-*.
1837 * configure: Regenerate.
1838
1839 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
1840
1841 * MAINTAINERS (Write After Approval): Add myself.
1842
1843 2014-10-31 Jakub Jelinek <jakub@redhat.com>
1844
1845 * Makefile.def (libcc1): Remove bootstrap=true;.
1846 * Makefile.in: Regenerated.
1847
1848 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1849
1850 * configure.ac: Update comment.
1851 * configure: Regenerate.
1852
1853 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
1854
1855 * MAINTAINERS (Write After Approval): Add myself.
1856
1857 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
1858
1859 * configure.ac (extra_host_libiberty_configure_flags): Add
1860 --enable-shared also for libcc1's benefit.
1861 * configure: Regenerate.
1862
1863 2014-10-29 Tristan Gingold <gingold@adacore.com>
1864
1865 * MAINTAINERS: Change my email address.
1866
1867 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
1868 Tom Tromey <tromey@redhat.com>
1869
1870 * Makefile.def: Add libcc1 to host_modules.
1871 * configure.ac (host_tools): Add libcc1.
1872 * Makefile.in, configure: Rebuild.
1873
1874 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
1875
1876 * configure.ac (build_configargs): Don't share config.cache between
1877 build subdirs.
1878 * configure: Regenerate.
1879
1880 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1881
1882 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1883 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1884 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1885 leon3v7 as leon3.
1886 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1887 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1888 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1889 * config/sparc/sparc.md (cpu): Add leon3v7.
1890 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1891
1892 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
1893
1894 * MAINTAINERS (write-after-approval): Add myself.
1895
1896 2014-10-23 Ian Lance Taylor <iant@google.com>
1897
1898 * configure.ac: Disable the Go frontend on systems where it is known
1899 to not work.
1900 * configure: Regenerate.
1901
1902 2014-10-23 Richard Biener <rguenther@suse.de>
1903
1904 * Makefile.def: Add libcpp build module and dependencies.
1905 * configure.ac: Add libcpp build module.
1906 * Makefile.in: Regenerate.
1907 * configure: Likewise.
1908
1909 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
1910
1911 * MAINTAINERS (write-after-approval): Add myself.
1912
1913 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
1914
1915 * INSTALL/README: Do not mention CVS.
1916
1917 2014-10-03 Jing Yu <jingyu@google.com>
1918
1919 * configure.ac: Add aarch64 to list of targets that support gold.
1920 * configure: Regenerate.
1921
1922 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
1923
1924 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
1925
1926 2014-09-29 Catherine Moore <clm@codesourcery.com>
1927
1928 * MAINTAINERS: Add myself as MIPS maintainer.
1929
1930 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
1931
1932 * MAINTAINERS: Move myself to MIPS maintainers.
1933
1934 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1935
1936 * MAINTAINERS: Put all email addresses between '<' and '>'.
1937
1938 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1939
1940 * MAINTAINERS: Move myself to reviewers (Fortran).
1941
1942 2014-09-01 Andi Kleen <ak@linux.intel.com>
1943
1944 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1945 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
1946 * Makefile.in: Regenerate.
1947
1948 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1949
1950 * rtx-classes-status.txt: Delete
1951
1952 2014-08-28 David Malcolm <dmalcolm@redhat.com>
1953
1954 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1955
1956 2014-08-27 Sebastian Pop <s.pop@samsung.com>
1957
1958 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1959 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1960 of checking for version number.
1961 * configure: Regenerated.
1962 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1963
1964 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1965
1966 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1967 is done; begin phase 6 (use extra rtx_def subclasses).
1968
1969 2014-08-27 David Malcolm <dmalcolm@redhat.com>
1970
1971 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1972 done; begin phase 5 (additional rtx_def subclasses).
1973
1974 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1975
1976 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1977
1978 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1979
1980 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1981 SET_BB_HEADER are done.
1982
1983 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1984
1985 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1986 done.
1987
1988 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1989
1990 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1991
1992 2014-08-26 David Malcolm <dmalcolm@redhat.com>
1993
1994 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1995
1996 2014-08-25 David Malcolm <dmalcolm@redhat.com>
1997
1998 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1999
2000 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2001
2002 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2003
2004 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2005
2006 * rtx-classes-status.txt: Phase 3 (per-file commits within
2007 "config" subdirs) is done; begin phase 4 (removal of
2008 "scaffolding").
2009
2010 2014-08-23 David Malcolm <dmalcolm@redhat.com>
2011
2012 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2013 dir) is done; begin phase 3 (per-file commits within "config"
2014 subdirs).
2015
2016 2014-08-21 David Malcolm <dmalcolm@redhat.com>
2017
2018 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2019 phase 2 (per-file commits in main source dir).
2020
2021 2014-08-21 Bin Cheng <bin.cheng@arm.com>
2022
2023 * configure: Regenerated.
2024
2025 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2026
2027 * rtx-classes-status.txt (TODO): Add SET_BND_TO
2028
2029 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2030
2031 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2032
2033 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2034
2035 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2036
2037 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2038
2039 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2040
2041 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2042
2043 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2044
2045 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
2046
2047 * MAINTAINERS (Write After Approval): Add myself.
2048
2049 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
2050
2051 * MAINTAINERS: Remove myself
2052
2053 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2054
2055 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2056
2057 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
2058
2059 * MAINTAINERS (Write After Approval): Add myself.
2060
2061 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2062
2063 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2064 SET_BB_HEADER, SET_BB_FOOTER
2065
2066 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2067
2068 * rtx-classes-status.txt: New file
2069
2070 2014-08-18 Roman Gareev <gareevroman@gmail.com>
2071
2072 * configure.ac: Eliminate ClooG installation dependency.
2073 * configure: Regenerate.
2074 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2075 * Makefile.in: Regenerate.
2076
2077 2014-08-15 Ilya Verbin <iverbin@gmail.com>
2078
2079 * MAINTAINERS (Write After Approval): Add myself.
2080
2081 2014-08-15 Ilya Tocar <tocarip@gmail.com>
2082
2083 * MAINTAINERS (Write After Approval): Add myself.
2084
2085 2014-08-01 Jiong Wang <jiong.wang@arm.com>
2086
2087 * MAINTAINERS (Write After Approval): Add myself.
2088
2089 2014-07-28 Anthony Green <green@moxielogic.com>
2090
2091 Import from savannah.gnu.org:
2092 * config.sub: Update to 2014-07-28 version.
2093
2094 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
2095
2096 * MAINTAINERS: Remove my MIPS maintainer entry.
2097
2098 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
2099
2100 PR target/47230
2101 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2102 * configure: Regenerate.
2103
2104 2014-07-24 James Norris <jnorris@codesourcery.com>
2105
2106 * MAINTAINERS (Write After Approval): Add myself.
2107
2108 2014-07-20 Roman Gareev <gareevroman@gmail.com>
2109
2110 * configure.ac: Accept only CLooG 0.18.1.
2111 * configure: Regenerate.
2112
2113 2014-07-17 Roman Gareev <gareevroman@gmail.com>
2114
2115 * configure.ac: Don't accept isl 0.11.
2116 * configure: Regenerate.
2117
2118 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2119
2120 * MAINTAINERS (Write After Approval): Add myself.
2121
2122 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2123
2124 * configure.ac: Don't accept isl 0.10.
2125 * configure: Regenerate.
2126
2127 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2128
2129 Fix include path for in-tree cloog.
2130 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2131 * configure: Regenerate.
2132
2133 2014-06-18 Richard Henderson <rth@redhat.com>
2134
2135 * .gitignore: Import gcc_update output.
2136
2137 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2138
2139 * config-ml.in: Robustify ac_configure_args parsing.
2140
2141 * configure.ac (--enable-linker-plugin-configure-flags)
2142 (--enable-linker-plugin-flags): New flags.
2143 (configdirs): Conditionally add libiberty-linker-plugin.
2144 * configure: Regenerate.
2145 * Makefile.def (host_modules): Add libiberty-linker-plugin.
2146 (host_modules) <lto-plugin>: Pay attention to
2147 @extra_linker_plugin_flags@ and
2148 @extra_linker_plugin_configure_flags@.
2149 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2150 * Makefile.in: Regenerate.
2151
2152 * Makefile.tpl (configure-[+prefix+][+module+])
2153 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2154 "module_srcdir" instead of "module" for locating a module's srcdir.
2155 * Makefile.in: Regenerate.
2156
2157 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
2158
2159 * MAINTAINERS (Write After Approval): Add myself.
2160
2161 2014-06-06 Sebastian Pop <sebpop@gmail.com>
2162
2163 * MAINTAINERS: Update my email address.
2164
2165 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2166
2167 * MAINTAINERS (Write After Approval): Add myself.
2168
2169 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2170
2171 * MAINTAINERS (Write After Approval): Add myself.
2172
2173 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
2174
2175 PR libstdc++/61011
2176 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2177 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2178 * configure: Regenerate.
2179
2180 2014-05-28 Pedro Alves <palves@redhat.com>
2181
2182 * MAINTAINERS (Write After Approval): Add myself.
2183
2184 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2185
2186 * MAINTAINERS: Update my affiliation/email.
2187
2188 2014-05-19 Mike Stump <mikestump@comcast.net>
2189
2190 * MAINTAINERS: Add wide-int reviewers.
2191
2192 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
2193
2194 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2195 * configure: Regenerated.
2196
2197 2014-05-15 Torvald Riegel <triegel@redhat.com>
2198
2199 * MAINTAINERS (libitm): Add myself as maintainer.
2200
2201 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
2202
2203 * MAINTAINERS (Write After Approval): Add myself.
2204
2205 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
2206
2207 * config.sub, config.guess: Import from upstream.
2208
2209 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2210
2211 * MAINTAINERS (Write After Approval): Put myself in correct order.
2212
2213 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2214
2215 * MAINTAINERS (Write After Approval): Add myself.
2216
2217 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2218
2219 * MAINTAINERS: Move myself from Reviewers to Write After Approval
2220 section.
2221
2222 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2223
2224 * MAINTAINERS (Write After Approval): Delete myself.
2225
2226 2014-04-17 Jakub Jelinek <jakub@redhat.com>
2227
2228 PR sanitizer/56781
2229 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2230 and -B* options with -Xcompiler.
2231
2232 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
2233
2234 PR bootstrap/60620
2235 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2236 * Makefile.in: Regenerate.
2237
2238 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2239
2240 * Makefile.def (dependencies): Make all-ld depend on all-binutils
2241 for WINDRES_FOR_TARGET in default-manifest.o rule.
2242 * Makefile.in: Regenerate.
2243
2244 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2245
2246 * MAINTAINERS (Write After Approval): Add myself.
2247
2248 2014-03-26 Jakub Jelinek <jakub@redhat.com>
2249
2250 PR sanitizer/56781
2251 * Makefile.def: Set bootstrap=true; for host fixincludes.
2252 * configure.ac: Don't bootstrap host fixincludes unless
2253 --with-build-config=bootstrap-{a,ub}san.
2254 * Makefile.in: Regenerated.
2255 * configure: Regenerated.
2256
2257 2014-03-21 Jakub Jelinek <jakub@redhat.com>
2258
2259 * configure.ac: Move BUILD_CONFIG set up earlier. Add
2260 --enable-vtable-verify option parsing. Don't add
2261 target-libsanitizer to bootstrap_target_libs unless
2262 --with-build-config=bootstrap-asan or
2263 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
2264 to bootstrap_target_libs unless --enable-vtable-verify.
2265 * configure: Regenerated.
2266
2267 2014-03-10 Anatoly Sokolov <aesok@post.ru>
2268
2269 * MAINTAINERS (Write After Approval): Add myself.
2270
2271 2014-03-07 Denis Chertykov <chertykov@gmail.com>
2272
2273 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2274
2275 2014-03-07 Jakub Jelinek <jakub@redhat.com>
2276
2277 PR bootstrap/58572
2278 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2279 -I for libstdc++-v3 includes if $(LEAN).
2280 * Makefile.in: Regenerated.
2281
2282 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
2283
2284 * MAINTAINERS: Update my email address.
2285
2286 2014-02-24 Walter Lee <walt@tilera.com>
2287
2288 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2289 (tilegx-*-*): Change to tilegx*-*-*.
2290 * configure: Regenerate.
2291
2292 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
2293
2294 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2295
2296 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2297
2298 * MAINTAINERS (Write After Approval): Add myself.
2299
2300 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2301
2302 PR target/59788
2303 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2304 *solaris2*.
2305
2306 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
2307
2308 * MAINTAINERS: Update my email address.
2309
2310 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2311
2312 * MAINTAINERS: Convert to UTF-8.
2313 Properly sort Xinliang David Li's entry.
2314
2315 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2316 Sandra Loosemore <sandra@codesourcery.com>
2317
2318 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2319 nios2 port maintainers.
2320
2321 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
2322
2323 * MAINTAINERS (Write After Approval): Add myself.
2324
2325 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2326
2327 * configure.ac: Add user-friendly check for native x86_64-linux
2328 multilibs.
2329 * configure: Regenerate.
2330
2331 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
2332
2333 * MAINTAINERS: Add myself as sh maintainer.
2334
2335 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2336
2337 * MAINTAINERS: Add self as SLSR maintainer.
2338
2339 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
2340
2341 * MAINTAINERS: Update my email address.
2342
2343 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
2344
2345 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2346
2347 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
2348
2349 * Makefile.in: Regenerate.
2350
2351 * Makefile.tpl: Fix typo.
2352 * Makefile.in: Regenerate partially.
2353
2354 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2355
2356 * configure.ac: Added libcilkrts to noconfig list when C++ is not
2357 supported.
2358 * configure: Regenerated.
2359
2360 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
2361
2362 * MAINTAINERS (Write After Approval): Add myself.
2363
2364 2013-10-30 Jason Merrill <jason@redhat.com>
2365
2366 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2367 --disable-build-format-warnings.
2368
2369 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
2370
2371 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
2372 depend on libstdc++ and libgcc.
2373 * configure: Regenerate.
2374 * configure.ac: Added libcilkrts to target binaries. Also, restrict
2375 libcilkrts for POSIX and i*86, and x86_64 architectures.
2376 * Makefile.in: Added libcilkrts related fields to support building it.
2377
2378 2013-10-26 Jeff Law <law@redhat.com>
2379
2380 * Makefile.def (target_modules): Remove libmudflap
2381 (languages): Remove check-target-libmudflap).
2382 * Makefile.in: Rebuilt.
2383 * Makefile.tpl (check-target-libmudflap-c++): Remove.
2384 * configure.ac (target_libraries): Remove target-libmudflap.
2385 Remove checks which disabled libmudflap on some systems.
2386 * configure: Rebuilt.
2387 * libmudflap: Directory removed.
2388
2389 2013-10-21 Cong Hou <congh@google.com>
2390
2391 * MAINTAINERS (Write After Approval): Add myself.
2392
2393 2013-10-16 Mike Stump <mikestump@comcast.net>
2394
2395 * .dir-locals.el: Add.
2396
2397 2013-10-15 David Malcolm <dmalcolm@redhat.com>
2398
2399 * configure.ac: Add --enable-host-shared
2400 * configure: Regenerate.
2401
2402 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2403
2404 Import from savannah.gnu.org:
2405 * config.guess: Update to 2013-06-10 version.
2406 * config.sub: Update to 2013-10-01 version.
2407
2408 2013-10-01 Simon Cook <simon.cook@embecosm.com>
2409
2410 Changes to build configuration to allow big endian ARC ELF toolchain
2411 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2412 * configure: Regenerate.
2413
2414 2013-09-20 Alan Modra <amodra@gmail.com>
2415
2416 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2417 ppc host match. Support little-endian powerpc linux hosts.
2418
2419 2013-09-19 Dodji Seketeli <dodji@redhat.com>
2420
2421 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2422 maintainer.
2423
2424 2013-09-12 DJ Delorie <dj@redhat.com>
2425
2426 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2427 maintainers.
2428
2429 2013-09-03 Richard Biener <rguenther@suse.de>
2430
2431 * configure.ac: Also allow ISL 0.12.
2432 * configure: Regenerated.
2433
2434 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2435
2436 * MAINTAINERS (Write After Approval): Add myself.
2437
2438 2013-08-27 David Malcolm <dmalcolm@redhat.com>
2439
2440 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2441
2442 2013-08-26 Caroline Tice <cmtice@google.com>
2443
2444 * MAINTAINERS: Correct earliers update: Move myself from libvtv
2445 "Various Reviewers" to libvtv "Various Maintainers".
2446
2447 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
2448
2449 * MAINTAINERS: Add myself as RTL optimizers reviewer.
2450
2451 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
2452
2453 * MAINTAINERS: Update name, email.
2454
2455 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
2456
2457 * MAINTAINERS (Write After Approval): Add myself.
2458
2459 2013-08-12 Caroline Tice <cmtice@google.com>
2460
2461 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2462 address in the Write After Approval section.
2463
2464 2013-08-09 Carlos O'Donell <carlos@redhat.com>
2465
2466 * MAINTAINERS (Write After Approval): Update email.
2467
2468 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
2469
2470 * configure.ac: Adjust to check VTV_SUPPORTED.
2471 * configure: Regenerated.
2472
2473 2013-08-02 Caroline Tice <cmtice@google.com>
2474
2475 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2476 on non-linux systems; add target-libvtv to noconfigdirs; add
2477 libsupc++/.libs to C++ library search paths.
2478 * configure: Regenerated.
2479 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2480 libstdc++ and libgcc.
2481 * Makefile.in: Regenerated.
2482
2483 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
2484
2485 * MAINTAINERS (Write After Approval): Add myself.
2486
2487 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
2488 Shiva Chen <shiva0217@gmail.com>
2489
2490 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2491 nds32 port maintainers.
2492
2493 2013-07-17 Tim Shen <timshen91@gmail.com>
2494
2495 * MAINTAINERS (Write After Approval): Add myself.
2496
2497 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2498
2499 * configure.ac: Sync from binutils.
2500 * configure: Regenerate.
2501
2502 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
2503
2504 * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
2507
2508 * MAINTAINERS (Write After Approval): Add myself.
2509
2510 2013-05-17 David Malcolm <dmalcolm@redhat.com>
2511
2512 * MAINTAINERS (Write After Approval): Add myself.
2513
2514 2013-04-30 Brooks Moses <bmoses@google.com>
2515
2516 * MAINTAINERS: Update my email; move myself from Fortran
2517 reviewer to Write After Approval.
2518
2519 2013-04-16 Andreas Schwab <schwab@suse.de>
2520
2521 * configure.ac (aarch64-*-*): Don't disable java.
2522 * configure: Regenerate.
2523
2524 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2525
2526 * MAINTAINERS (Write After Approval): Add myself.
2527
2528 2013-03-30 Matthias Klose <doko@ubuntu.com>
2529
2530 * Makefile.def (target_modules): Don't install libffi.
2531 * Makefile.in: Regenerate.
2532
2533 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2534
2535 * MAINTAINERS (Write After Approval): Add myself.
2536
2537 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2538
2539 * MAINTAINERS (Write After Approval): Add myself.
2540
2541 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2542
2543 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2544 * configure: Regenerated.
2545
2546 2013-02-05 Ian Lance Taylor <iant@google.com>
2547
2548 PR go/55969
2549 * configure.ac: Disable libgo on some systems where it does not
2550 work.
2551
2552 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
2553
2554 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2555 Remove Geoff Keating as rs6000 port maintainer, at his request.
2556
2557 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2558
2559 * MAINTAINERS: Update my email.
2560
2561 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
2562
2563 * configure: Re-generate.
2564
2565 2013-01-15 Richard Biener <rguenther@suse.de>
2566
2567 PR other/55973
2568 * configure: Re-generate.
2569
2570 2013-01-14 Matthias Klose <doko@ubuntu.com>
2571
2572 * Makefile.def (install-target-libsanitizer): Depend on
2573 install-target-libstdc++-v3.
2574 * Makefile.in: Regenerate.
2575
2576 2013-01-14 Richard Biener <rguenther@suse.de>
2577
2578 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2579 * configure: Re-generate
2580
2581 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2582
2583 * config.sub: Update from config repo.
2584
2585 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2586
2587 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2588 * Makefile.in: Regenerate.
2589
2590 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2591
2592 * MAINTAINERS (arc): Add new port maintainership for myself.
2593
2594 2013-01-09 Jason Merrill <jason@redhat.com>
2595
2596 * .gitignore: Import from gdb repository.
2597
2598 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2599
2600 * Makefile.def (configure-gcc): Depend on all-gmp.
2601 (all-gcc): Remove dependency on all-gmp.
2602 * Makefile.in: Regenerated.
2603
2604 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2605
2606 * config.sub: Merge from config repo.
2607 * config.guess: Ditto.
2608
2609 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2610
2611 * Makefile.def: Merge from binutils.
2612 * Makefile.in: Ditto.
2613
2614 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2615
2616 * MAINTAINERS: Update my email.
2617
2618 2012-12-29 Ben Elliston <bje@gnu.org>
2619
2620 * config.guess: Update to 2012-12-29 version.
2621 * config.sub: Likewise.
2622
2623 2012-12-20 Matthias Klose <doko@ubuntu.com>
2624
2625 * Makefile.def (install-target-libgfortran): Depend on
2626 install-target-libquadmath, install-target-libgcc.
2627 (install-target-libsanitizer): Depend on install-target-libgcc.
2628 (install-target-libjava): Depend on install-target-libgcc.
2629 (install-target-libitm): Depend on install-target-libgcc.
2630 (install-target-libobjc): Depend on install-target-libgcc.
2631 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2632 * Makefile.in: Regenerate.
2633
2634 2012-12-19 Matthias Klose <doko@ubuntu.com>
2635
2636 * Makefile.def (install-target-libgo): Depend on
2637 install-target-libatomic.
2638 * Makefile.in: Regenerate.
2639
2640 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2641
2642 PR go/55201
2643 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2644 * Makefile.in: Regenerate.
2645
2646 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2647
2648 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2649 * configure: Regenerate.
2650
2651 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2652
2653 * config.sub: Merge from config repo.
2654
2655 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2656
2657 * Makefile.def (target_modules): Add bootstrap=true and
2658 raw_cxx=true to libsanitizer.
2659 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2660 * Makefile.in: Regenerated.
2661 * configure: Likewise.
2662
2663 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2664
2665 * MAINTAINERS: Remove self as RTL optimization maintainer.
2666
2667 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2668
2669 * MAINTAINERS (Write After Approval): Add myself.
2670
2671 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2672
2673 * Makefile.def (target_modules): Remove bootstrap=true and
2674 raw_cxx=true from libsanitizer.
2675 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2676 * Makefile.in: Regenerated.
2677 * configure: Likewise.
2678
2679 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2680
2681 * Makefile.def (target_modules): Add bootstrap=true and
2682 raw_cxx=true to libsanitizer.
2683 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2684 * Makefile.in: Regenerated.
2685 * configure: Likewise.
2686
2687 2012-11-28 Andrew Pinski <apinski@cavium.com>
2688
2689 PR bootstrap/54279
2690 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2691 * configure: Regenerate.
2692 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2693 * Makefile.in: Regenerate.
2694
2695 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2696
2697 * configure.ac: Disable libsanitizer if we're not building C++.
2698 * configure: Regenerate.
2699
2700 2012-11-15 Roland McGrath <roland@hack.frob.com>
2701
2702 * MAINTAINERS (Write After Approval): Add myself.
2703
2704 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
2705
2706 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2707 Kostya Serebryany (kcc@google.com) and
2708 Jakub Jelinek (jakub@redhat.com).
2709 Rename area for Dodji Seketeli (dodji@redhat.com).
2710
2711 2012-11-15 Dodji Seketeli <dodji@redhat.com>
2712
2713 * MAINTAINERS: (asan.c, related): Add myself.
2714
2715 2012-11-14 Roland McGrath <mcgrathr@google.com>
2716
2717 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2718 * configure: Regenerate.
2719
2720 2012-11-13 Richard Henderson <rth@redhat.com>
2721
2722 * configure.ac: Move libsanitizer logic to subdirectory.
2723 * configure: Regenerate.
2724
2725 2012-11-13 Dodji Seketeli <dodji@redhat.com>
2726
2727 * configure.ac: Enable libsanitizer just on x86 linux for now.
2728 * configure: Re-generate.
2729
2730 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
2731
2732 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2733 sections.
2734 * configure: Regenerate.
2735
2736 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
2737
2738 * configure.ac: Add section for configdirs for libsanitizer.
2739 Disable for cris-*-* and mmix-*-*.
2740 * configure: Regenerate.
2741
2742 2012-11-12 Wei Mi <wmi@google.com>
2743
2744 * configure.ac: Add libsanitizer to target_libraries.
2745 * Makefile.def: Ditto.
2746 * configure: Regenerate.
2747 * Makefile.in: Regenerate.
2748 * libsanitizer: New directory for asan runtime. Contains an empty
2749 tsan directory.
2750
2751 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
2752
2753 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2754 against Mingw64 w32api.
2755 * configure: Regenerate.
2756
2757 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
2758
2759 * configure: Regenerated.
2760
2761 2012-11-03 Robert Mason <rbmj@verizon.net>
2762
2763 * configure.ac: add --disable-libstdcxx configure option
2764 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2765
2766 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
2767
2768 * MAINTAINERS (Write After Approval): Add myself.
2769
2770 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
2771
2772 * MAINTAINERS (Write After Approval): Add myself.
2773
2774 2012-10-24 Sharad Singhai <singhai@google.com>
2775
2776 * MAINTAINERS (Write After Approval): Add myself.
2777
2778 2012-10-24 Eric Christopher <echristo@gmail.com>
2779
2780 * MAINTAINERS: Update email address.
2781
2782 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
2783
2784 PR bootstrap/54820
2785 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2786 * configure: Regenerate.
2787
2788 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
2789
2790 * MAINTAINERS (aarch64): Add Marcus and myself.
2791
2792 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
2793
2794 PR bootstrap/54820
2795 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2796 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2797 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2798 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2799 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2800 * Makefile.in: Regenerate.
2801 * configure.ac (have_static_libs): New variable and associated check.
2802 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2803 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2804 * configure: Regenerate.
2805
2806 2012-10-10 Richard Biener <rguenther@suse.de>
2807
2808 * MAINTAINERS: Adjust for changed surname.
2809
2810 2012-10-04 Lawrence Crowl <crowl@google.com>
2811
2812 * MAINTAINERS (Write After Approval): Add myself.
2813
2814 2012-10-01 Cary Coutant <ccoutant@google.com>
2815
2816 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2817
2818 2012-09-28 Ian Lance Taylor <iant@google.com>
2819
2820 * Makefile.def: Make all-target-libgo depend on
2821 all-target-libbacktrace.
2822 * Makefile.in: Rebuild.
2823
2824 2012-09-26 Ian Lance Taylor <iant@google.com>
2825
2826 * Makefile.def: Make all-gcc depend on all-libbacktrace.
2827 * Makefile.in: Rebuild.
2828
2829 2012-09-20 Walter Lee <walt@tilera.com>
2830
2831 * configure.ac: Add tilegx to list of targets that support gold.
2832 * configure: Regenerate.
2833
2834 2012-09-20 Marek Polacek <polacek@redhat.com>
2835
2836 * MAINTAINERS (Write After Approval): Add myself.
2837
2838 2012-09-19 Steve Ellcey <sellcey@mips.com>
2839
2840 * configure.ac: Add mips*-mti-elf* target.
2841 * configure: Regenerate.
2842
2843 2012-09-17 Ian Lance Taylor <iant@google.com>
2844
2845 * MAINTAINERS (Various Maintainers): Add libbacktrace.
2846 * configure.ac (host_libs): Add libbacktrace.
2847 (target_libraries): Add libbacktrace.
2848 * Makefile.def (host_modules): Add libbacktrace.
2849 (target_modules): Likewise.
2850 * configure, Makefile.in: Rebuild.
2851
2852 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
2853
2854 PR target/38607
2855 Merge upstream change.
2856 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2857
2858 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2859 Add libgomp*.o to compare_exclusions for AIX.
2860 * configure: Regenerate.
2861
2862 2012-09-06 Diego Novillo <dnovillo@google.com>
2863
2864 * configure.ac: Bump minimum GMP version to 4.2.3.
2865 * configure: Re-generate.
2866
2867 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
2868
2869 PR target/54461
2870 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2871 target-libgloss if not configured --with-avrlibc=no.
2872 * configure: Regenerate.
2873
2874 2012-09-04 Jason Merrill <jason@redhat.com>
2875
2876 * configure.ac: Fix --enable-languages=all.
2877
2878 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
2879
2880 * MAINTAINERS (Write After Approval): Add myself.
2881
2882 2012-09-03 Richard Guenther <rguenther@suse.de>
2883
2884 PR bootstrap/54138
2885 * configure.ac: Re-organize ISL / CLOOG checks to allow
2886 disabling with either --without-isl or --without-cloog.
2887 * configure: Regenerated.
2888
2889 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
2890
2891 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2892 * configure: Regenerate.
2893
2894 2012-08-27 Ulrich Drepper <drepper@gmail.com>
2895
2896 * MAINTAINERS: Fix my email address.
2897
2898 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
2899
2900 PR binutils/4970
2901 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2902 and opcodes.
2903 * Makefile.in: Regenerated.
2904
2905 2012-08-26 Art Haas <ahaas@impactweather.com>
2906
2907 * configure: Regenerate.
2908
2909 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
2910
2911 * INSTALL/README: Also refer to the online installation
2912 instructions.
2913
2914 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2915
2916 * MAINTAINERS (Write After Approval): Add myself.
2917 (Picochip port): Remove myself.
2918
2919 2012-08-14 Diego Novillo <dnovillo@google.com>
2920
2921 Merge from cxx-conversion branch.
2922
2923 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2924 POSTSTAGE1_CONFIGURE_FLAGS.
2925 * Makefile.in: Regenerate.
2926 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
2927 Force C++ when bootstrapping.
2928 * configure: Regenerate.
2929
2930 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2931
2932 * MAINTAINERS (Write After Approval): Add myself.
2933
2934 2012-07-16 Joseph Myers <joseph@codesourcery.com>
2935
2936 * README: Document use of ranges of years in copyright notices.
2937
2938 2012-07-06 Richard Guenther <rguenther@suse.de>
2939
2940 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2941 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2942 --with-gmp=system.
2943 * Makefile.in: Regenerated.
2944 * configure: Likewise.
2945
2946 2012-07-06 Richard Guenther <rguenther@suse.de>
2947
2948 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2949 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2950 supply V=1 as extra_make_flags.
2951 * configure: Regenerated.
2952 * Makefile.in: Likewise.
2953
2954 2012-07-04 Tristan Gingold <gingold@adacore.com>
2955
2956 * configure: Regenerate.
2957
2958 2012-07-03 Richard Guenther <rguenther@suse.de>
2959
2960 * Makfile.def (isl): Remove not necessary extra_exports and
2961 extra_make_flags.
2962 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2963 * Makefile.in: Regenerated.
2964
2965 2012-07-03 Richard Guenther <rguenther@suse.de>
2966
2967 * Makefile.def (cloog): Add V=1 to extra_make_flags.
2968 * configure.ac: If either the ISL or the CLooG check failed
2969 do not try to build in-tree versions.
2970 * Makefile.in: Regenerated.
2971 * configure: Regenerated.
2972
2973 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2974
2975 * configure: Regenerate.
2976
2977 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
2978
2979 * MAINTAINERS (Various Maintainers): Add myself as testsuite
2980 maintainer.
2981
2982 2012-07-02 Richard Guenther <rguenther@suse.de>
2983
2984 * configure: Regenerated.
2985
2986 2012-07-02 Richard Guenther <rguenther@suse.de>
2987 Michael Matz <matz@suse.de>
2988 Tobias Grosser <tobias@grosser.es>
2989 Sebastian Pop <sebpop@gmail.com>
2990
2991 * Makefile.def: Add ISL host module, remove PPL host module.
2992 Adjust ClooG host module to use the proper ISL.
2993 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2994 * configure.ac: Include config/isl.m4. Add ISL host library,
2995 remove PPL. Remove PPL configury, add ISL configury, adjust
2996 ClooG configury.
2997 * Makefile.in: Regenerated.
2998 * configure: Likewise.
2999
3000 2012-07-02 Richard Guenther <rguenther@suse.de>
3001
3002 Merge from graphite branch
3003 2011-07-21 Tobias Grosser <tobias@grosser.es>
3004
3005 * configure: Regenerated.
3006 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3007 both cloog.org and legacy versions. The only supported version will
3008 be CLooG with the isl backend.
3009
3010 2011-07-21 Tobias Grosser <tobias@grosser.es>
3011
3012 * configure: Regenerated.
3013 * configure.ac: Require cloog isl 0.17.0
3014
3015 2011-07-21 Tobias Grosser <tobias@grosser.es>
3016
3017 * configure: Regenerated.
3018 * config/cloog.m4: Do not define CLOOG_ORG
3019
3020 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
3021
3022 * configure.ac: Skip C if explicitly selected.
3023 * configure: Regenerate.
3024
3025 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
3026
3027 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3028 they contain -O2.
3029 * configure: Regenerate.
3030
3031 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
3032
3033 PR debug/53740
3034 * df.h, df-problems.c, dce.c: Revert last patch.
3035
3036 2012-06-25 Iain Sandoe <iain@codesourcery.com>
3037
3038 * MAINTAINERS (Write After Approval): Update my email address.
3039
3040 2012-06-21 Meador Inge <meadori@codesourcery.com>
3041
3042 * MAINTAINERS (Write After Approval): Add myself.
3043
3044 2012-06-20 Jason Merrill <jason@redhat.com>
3045
3046 * Makefile.tpl (check-target-libgomp-c++): New.
3047 (check-target-libitm-c++): New.
3048 * Makefile.def (c++): Add them.
3049 * Makefile.in: Regenerate.
3050
3051 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
3052
3053 * MAINTAINERS (Write After Approval): Add myself.
3054
3055 2012-05-16 Olivier Hainque <hainque@adacore.com>
3056
3057 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3058 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3059 (install-no-fixedincludes): Adjust accordingly.
3060 * Makefile.in: Regenerate.
3061
3062 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
3063
3064 Merge upstream change
3065 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3066
3067 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
3068
3069 * MAINTAINERS (Write After Approval): Add myself.
3070
3071 2012-05-09 Nick Clifton <nickc@redhat.com>
3072 Paul Smith <psmith@gnu.org>
3073
3074 PR bootstrap/50461
3075 * configure.ac (mpfr-dir): When using in-tree MPFR sources
3076 allow for the fact that from release v3.1.0 of MPFR the source
3077 files were moved into a src sub-directory.
3078 * configure: Regenerate.
3079
3080 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
3081
3082 * configure.ac: Bump minimum MPFR version to 2.4.0.
3083 * configure: Regenerated.
3084
3085 2012-05-01 Richard Henderson <rth@redhat.com>
3086
3087 * Makefile.def (libatomic): New target_module.
3088 * configure.ac (target_libraries): Add libatomic.
3089 (noconfigdirs): Check if libatomic is supported.
3090 * Makefile.in, configure: Rebuild.
3091
3092 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
3093
3094 * MAINTAINERS (Write After Approval): Add myself.
3095
3096 2012-04-25 Joel Brobecker <brobecker@adacore.com>
3097
3098 * config.sub: Update to 2012-04-18 version from official repo.
3099
3100 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
3101
3102 * MAINTAINERS (Write After Approval): Add myself.
3103
3104 2012-04-11 Steve Ellcey <sellcey@mips.com>
3105
3106 * MAINTAINERS: Changed email address.
3107
3108 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
3109
3110 PR target/52737
3111 * contrib/gcc_update (files_and_dependencies):
3112 Remove gcc/config/avr/t-multilib from touch data.
3113
3114 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3115
3116 * MAINTAINERS (OS Port Maintainers): Remove irix.
3117 * configure.ac (enable_libgomp): Remove *-*-irix6*.
3118 (unsupported_languages): Remove mips-sgi-irix6.*.
3119 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3120 (with_stabs): Remove.
3121 * configure: Regenerate.
3122
3123 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3124
3125 * MAINTAINERS (OS Port Maintainers): Remove osf.
3126 * configure.ac (enable_libgomp): Remove *-*-osf*.
3127 (with_stabs): Remove alpha*-*-osf*.
3128 * configure: Regenerate.
3129
3130 2012-03-05 Tristan Gingold <gingold@adacore.com>
3131
3132 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3133 * configure: Regenerate.
3134
3135 2012-02-17 Walter Lee <walt@tilera.com>
3136
3137 * MAINTAINERS: (Write After Approval): Delete myself.
3138
3139 2012-02-14 Walter Lee <walt@tilera.com>
3140
3141 * MAINTAINERS (tilegx port): Add myself.
3142 (tilepro port): Add myself.
3143 (Write After Approval): Add myself.
3144
3145 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
3146
3147 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3148 and Joseph Myers as docstring relicensing maintainers.
3149
3150 2012-02-09 Bin Cheng <bin.cheng@arm.com>
3151
3152 * MAINTAINERS (write-after-approval): Add myself.
3153
3154 2012-02-08 Ira Rosen <irar@il.ibm.com>
3155
3156 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3157 maintainer.
3158
3159 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3160
3161 * MAINTAINERS (Write After Approval): Move myself to
3162 maintain alphabetical order.
3163
3164 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3165
3166 * MAINTAINERS (Write After Approval): Add myself.
3167
3168 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3169
3170 * MAINTAINERS (Write After Approval): Add myself.
3171
3172 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3173 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3174
3175 * configure.ac (cr16-*-*): Remove nonconfigdirs.
3176 * configure: Regenerate.
3177
3178 2012-01-23 Harshit Chopra <harshit@google.com>
3179
3180 * MAINTAINERS (Write After Approval): Add myself.
3181
3182 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
3183
3184 * configure.ac: Remove reference to mh-interix.
3185 * configure: Regenerate.
3186
3187 2012-01-05 Richard Henderson <rth@redhat.com>
3188
3189 PR bootstrap/51072
3190 * configure.ac: Disable libitm if c++ is not enabled.
3191 * configure: Rebuild.
3192
3193 * configure.ac: Fix regexp for same.
3194 * configure: Rebuild.
3195
3196 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
3197
3198 * MAINTAINERS (Write After Approval): Add myself.
3199
3200 2012-01-02 Richard Guenther <rguenther@suse.de>
3201
3202 PR bootstrap/51686
3203 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3204 * Makefile.in: Regenerate.
3205
3206 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
3207
3208 * MAINTAINERS (Write After Approval): Add myself.
3209
3210 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
3211
3212 * configure: Regenerate.
3213
3214 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3215
3216 * MAINTAINERS (picochip): Changed email address.
3217
3218 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3219
3220 * MAINTAINERS (write-after-approval): Add self.
3221
3222 2011-11-29 DJ Delorie <dj@redhat.com>
3223
3224 * configure.ac (rl78-*-*) New case.
3225 * configure: Regenerate.
3226 * MAINTAINERS: Add myself as RL78 maintainer.
3227
3228 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3229
3230 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3231
3232 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
3233
3234 * libtool.m4: Additional FreeBSD 10 fixes.
3235
3236 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
3237
3238 * MAINTAINERS: Move myself from Write After Approval to CPU Port
3239 Maintainers section, as Epiphany maintainer.
3240
3241 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
3242
3243 PR target/49992
3244 * configure.ac: Remove ranlib special-casing for Darwin.
3245 * configure: Regenerate.
3246
3247 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
3248
3249 * MAINTAINERS (Reviewers): Keep the list sorted.
3250
3251 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
3252
3253 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3254
3255 2011-11-09 Roland McGrath <mcgrathr@google.com>
3256
3257 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3258 * configure: Rebuild.
3259 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3260 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3261 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3262 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3263 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3264 Add READELF.
3265 * Makefile.in: Rebuild.
3266
3267 2011-11-09 Jason Merrill <jason@redhat.com>
3268
3269 * Makefile.def (language=c++): Remove check-c++0x.
3270 * Makefile.in (check-gcc-c++): Regenerate.
3271
3272 2011-11-08 Richard Henderson <rth@redhat.com>
3273
3274 * configure.ac: Test for libitm directory present first.
3275
3276 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3277
3278 * configure.ac: Test libitm/configure.tgt to disable libitm.
3279 * configure: Rebuild.
3280
3281 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
3282 Richard Henderson <rth@redhat.com>
3283
3284 Merged from transactional-memory.
3285
3286 * Makefile.def (lang_env_dependencies): libitm is c++.
3287 Add libitm target module.
3288 * configure.ac: Likewise.
3289 * config/mmap.m4: New file.
3290 * contrib/gcc_update: Add libitm to touch data.
3291 * Makefile.in, configure: Rebuild.
3292
3293 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3294
3295 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3296 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3297 * Makefile.in: Regenerate.
3298
3299 2011-11-01 DJ Delorie <dj@redhat.com>
3300
3301 * config.sub: Update to version 2011-10-29 (added rl78)
3302
3303 2011-10-27 Nick Clifton <nickc@redhat.com>
3304
3305 * config.sub: Import these changes from the config project:
3306
3307 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
3308 Ben Elliston <bje@gnu.org>
3309
3310 * config.sub (epiphany): New.
3311
3312 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
3313 Ben Elliston <bje@gnu.org>
3314
3315 * config.sub (hexagon, hexagon-*): New.
3316
3317 2011-08-23 Roland McGrath <mcgrathr@google.com>
3318
3319 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3320 64eb to be64.
3321
3322 2011-08-16 Roland McGrath <mcgrathr@google.com>
3323
3324 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3325 (nacl): Grok as alias for 32el-unknown-nacl.
3326
3327 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
3328
3329 * MAINTAINERS (Write After Approval): Add myself.
3330
3331 2011-10-24 Teresa Johnson <tejohnson@google.com>
3332
3333 * MAINTAINERS (Write After Approval): Add myself.
3334
3335 2011-09-21 Jakub Jelinek <jakub@redhat.com>
3336
3337 * MAINTAINERS (sparc port): Remove myself.
3338
3339 2011-09-14 Tom de Vries <tom@codesourcery.com>
3340
3341 * MAINTAINERS (Write After Approval): Add myself.
3342
3343 2011-08-14 Yao Qi <yao@codesourcery.com>
3344
3345 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3346 * configure: Regenerate.
3347
3348 2011-07-26 Ian Lance Taylor <iant@google.com>
3349
3350 * configure.ac: Set have_compiler based on whether gcc directory
3351 exists, rather than on whether gcc is in configdirs.
3352 * configure: Rebuild.
3353
3354 2011-07-21 Joseph Myers <joseph@codesourcery.com>
3355
3356 * MAINTAINERS (Global Reviewers): Add self.
3357
3358 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
3359
3360 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3361 link directories.
3362 * Makefile.in: Rebuild.
3363
3364 2011-07-20 Ian Lance Taylor <iant@google.com>
3365
3366 PR bootstrap/49787
3367 * configure.ac: Move --enable-bootstrap handling earlier in file.
3368 If --enable-bootstrap and either --enable-build-with-cxx or
3369 --enable-build-poststage1-with-cxx, enable C++ automatically.
3370 * configure: Rebuild.
3371
3372 2011-07-19 Ian Lance Taylor <iant@google.com>
3373
3374 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
3375 make C++ a boot_language. Set and substitute
3376 POSTSTAGE1_CONFIGURE_FLAGS.
3377 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3378 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3379 * configure, Makefile.in: Rebuild.
3380
3381 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
3382
3383 * MAINTAINERS (Register Allocation): Move myself from reviewers to
3384 maintainers.
3385
3386 2011-07-18 Jakub Jelinek <jakub@redhat.com>
3387
3388 * MAINTAINERS (Global Reviewers): Add myself.
3389
3390 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3391
3392 * configure: Regenerate.
3393
3394 2011-07-16 Jason Merrill <jason@redhat.com>
3395
3396 * Makefile.def (language=c++): Add check-c++0x and
3397 check-target-libmudflap-c++.
3398 * Makefile.tpl (check-target-libmudflap-c++): New.
3399 * Makefile.in: Regenerate.
3400
3401 2011-07-16 Matthias Klose <doko@ubuntu.com>
3402
3403 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3404 * Makefile.def (target_modules/libjava): Pass
3405 $(EXTRA_CONFIGARGS_LIBJAVA).
3406 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3407 if not configured with --enable-static-libjava.
3408 * Makefile.in: Regenerate.
3409 * configure: Likewise.
3410
3411 2011-07-15 Jason Merrill <jason@redhat.com>
3412
3413 * Makefile.in (check-c++): Move check-gcc-c++0x after
3414 check-target-libstdc++-v3.
3415
3416 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3417
3418 * MAINTAINERS (c6x port): New entry.
3419
3420 2011-07-13 Jason Merrill <jason@redhat.com>
3421
3422 * Makefile.in (check-gcc-c++0x): New.
3423 (check-c++): Depend on it.
3424
3425 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3426
3427 PR target/39150
3428 * configure.ac (i[3456789]86-*-solaris2*): Also accept
3429 x86_64-*-solaris2.1[0-9]*.
3430 * configure: Regenerate.
3431
3432 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
3433
3434 * MAINTAINERS (RTL optimizers): Add self.
3435
3436 2011-06-27 Gabriel Charette <gchare@google.com>
3437
3438 * MAINTAINERS (Write After Approval): Add myself.
3439
3440 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
3441
3442 PR regression/47836
3443 PR bootstrap/23656
3444 PR other/47733
3445 PR bootstrap/49247
3446 PR c/48825
3447 * configure.ac (target_libraries): Remove target-libiberty.
3448 Remove case-statement setting skipdirs=target-libiberty for
3449 multiple targets. Remove checking target_configdirs and
3450 removing target-libiberty but keeping target-libgcc if
3451 otherwise empty.
3452 * Makefile.def (target_modules): Don't add libiberty.
3453 (dependencies): Remove all traces of target-libiberty.
3454 * configure, Makefile.in: Regenerate.
3455
3456 2011-06-13 Walter Lee <walt@tilera.com>
3457
3458 * configure.ac (tilepro-*-*) New case.
3459 (tilegx-*-*): Likewise.
3460 * configure: Regenerate.
3461
3462 2011-06-06 Jing Yu <jingyu@google.com>
3463
3464 * configure.ac: Skip target-libiberty for
3465 arm*-*-linux-androideabi.
3466 * configure: Regenerated.
3467
3468 2011-06-06 Nick Clifton <nickc@redhat.com>
3469
3470 * config.sub: Sync from upstream.
3471
3472 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
3473
3474 * MAINTAINERS (Write After Approval): Add myself.
3475
3476 2011-06-01 Daniel Jacobowitz <drow@false.org>
3477
3478 * MAINTAINERS: Update my email address.
3479
3480 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3481
3482 * MAINTAINERS (Write After Approval): Update my email address.
3483
3484 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3485
3486 * MAINTAINERS (Write After Approval): Add myself.
3487
3488 2011-05-08 Doug Kwan <dougkwan@google.com>
3489
3490 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3491 * configure: Regenerated.
3492 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3493 value from configure.
3494 * Makefile.in: Regenerated.
3495
3496 2011-05-05 Joseph Myers <joseph@codesourcery.com>
3497
3498 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3499 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3500 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3501 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3502 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3503 *-*-vxworks*): Disable newlib and libgloss in separate case
3504 statement.
3505 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3506 to separate case statement.
3507 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3508 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3509 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3510 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3511 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3512 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3513 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3514 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3515 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3516 i[[3456789]]86-*-rdos*, m32r-*-*,
3517 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3518 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3519 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3520 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3521 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3522 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3523 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3524 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3525 and libgloss in main case over targets. Remove most empty cases
3526 in main case over targets.
3527 * configure: Regenerate.
3528
3529 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
3530
3531 * MAINTAINERS (Write After Approval): Add myself.
3532
3533 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3534
3535 * configure.ac: Remove code setting special library locations for
3536 hppa*64*-*-hpux11*. Remove code setting compiler for
3537 sparc-sun-solaris2*.
3538 * configure: Regenerate.
3539
3540 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3541
3542 * configure.ac: Separate libgloss_dir settings from general case
3543 over targets.
3544 * configure: Regenerate.
3545
3546 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3547
3548 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3549 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3550 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3551 cases in libgcj-disabling case statement.
3552 (hppa*64*-*-linux*): Set unsupported_languages instead of
3553 disabling target-zlib.
3554 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3555 to hppa*64*-*-hpux*.
3556 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3557 hppa*-*-hpux*.
3558 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3559 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3560 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3561 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3562 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3563 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3564 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3565 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3566 libgcj-disabling case statement.
3567 * configure: Regenerate.
3568
3569 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3570
3571 * configure.ac: Disable Java for targets not supporting libffi.
3572 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3573 Remove cases in Java-disabling statement.
3574 (*arm-wince-pe): Change to arm-wince-pe.
3575 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3576 cases in Java-disabling statement.
3577 (bfin-*-*): Don't disable Java again.
3578 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3579 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3580 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3581 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3582 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3583 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3584 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3585 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3586 Java-disabling statement.
3587 (mmix-*-*): Don't disable Java again.
3588 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3589 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3590 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3591 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3592 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3593 statement.
3594 * configure: Regenerate.
3595
3596 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3597
3598 * configure.ac: Separate cases disabling Java and Java libraries
3599 from general case over targets.
3600 * configure: Regenerate.
3601
3602 2011-04-21 Jie Zhang <jzhang918@gmail.com>
3603
3604 * MAINTAINERS: Update my email address.
3605
3606 2011-04-20 Easwaran Raman <eraman@google.com>
3607
3608 * MAINTAINERS (Write After Approval): Add myself.
3609
3610 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3611
3612 PR lto/48086
3613 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3614 * configure: Regenerate.
3615
3616 2011-04-16 Jim Meyering <meyering@redhat.com>
3617
3618 * MAINTAINERS (Write After Approval): Add myself.
3619
3620 2011-04-15 Dodji Seketeli <dodji@redhat.com>
3621
3622 * MAINTAINERS: Update my email address.
3623
3624 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
3625
3626 * MAINTAINERS (Write After Approval): Add myself.
3627
3628 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3629
3630 * MAINTAINERS (Write After Approval): Add myself.
3631
3632 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3633
3634 * MAINTAINERS (Write After Approval): Add myself.
3635
3636 2011-04-06 Joseph Myers <joseph@codesourcery.com>
3637
3638 * configure.ac (build_tools): Remove build-byacc.
3639 (host_libs): Remove mmalloc.
3640 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3641 autoconf automake libtool diff rcs fileutils shellutils time
3642 textutils wdiff find uudecode hello tar gzip indent recode release
3643 sed perl gawk findutils gettext zip.
3644 (libgcj): Remove target-qthreads.
3645 (target_tools): Remove target-examples target-gperf.
3646 (YACC): Don't handle building byacc.
3647 * configure: Regenerate.
3648 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3649 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3650 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3651 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3652 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3653 handle building components.
3654 * Makefile.in: Regenerate.
3655
3656 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3657
3658 * MAINTAINERS: Update my email address as Xtensa maintainer.
3659
3660 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3661
3662 * config.sub: Sync from upstream.
3663
3664 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3665
3666 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3667 (microblaze*): Don't disable libssp.
3668 * configure: Regenerate.
3669
3670 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3671
3672 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3673 moveifchange.
3674 * configure: Regenerate.
3675 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3676 * Makefile.in: Regenerate.
3677
3678 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3679
3680 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3681 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3682 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3683 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3684 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3685 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3686 md_exec_prefix cases.
3687 * configure: Regenerate.
3688
3689 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3690
3691 * configure.ac: Separate cases disabling target-libssp,
3692 target-libiberty, target-libstdc++-v3 and Fortran from general
3693 case over targets.
3694 * configure: Regenerate.
3695
3696 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3697
3698 * configure.ac (*-*-chorusos): Don't disable libgcj.
3699 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3700 Remove case.
3701 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3702 (arm-*-coff): Don't disable libgcj.
3703 (arm*-*-linux-gnueabi): Remove useless assignment.
3704 (arm-*-riscix*): Don't disable libgcj.
3705 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3706 configuration.
3707 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3708 (c54x*-*-*): Remove case.
3709 (tic54x-*-*): Don't disable GCC or GCC libraries.
3710 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3711 to *.
3712 (d10v-*-*): Don't disable GCC libraries.
3713 (d30v-*-*): Don't disable libgcj.
3714 (h8500-*-*): Don't disable GCC libraries.
3715 (i960-*-*): Don't disable libgcj.
3716 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3717 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3718 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3719 libgcj.
3720 (m68k-*-coff*): Remove case.
3721 (mmix-*-*): Don't disable libgloss on host.
3722 (mn10200-*-*, mn10300-*-*): Remove cases.
3723 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3724 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3725 Don't disable libgcj.
3726 (romp-*-*): Remove case.
3727 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3728 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3729 case.
3730 (v810-*-*): Don't disable GCC libraries.
3731 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3732 (ip2k-*-*): Don't disable GCC libraries.
3733 * configure: Regenerate.
3734
3735 2011-03-28 Joseph Myers <joseph@codesourcery.com>
3736
3737 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3738 libffi on host.
3739 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3740 on host.
3741 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3742 * configure: Regenerate.
3743
3744 2011-03-26 John Marino <binutils@marino.st>
3745
3746 * configure.ac: Add support for *-*-dragonfly*
3747 * configure: Regenerate.
3748
3749 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3750
3751 * configure.ac (native_only): Remove.
3752 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3753 send-pr uudecode guile gnuserv on host.
3754 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3755 send-pr rcs guile perl texinfo libtool on host.
3756 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3757 automake send-pr rcs guile perl texinfo libtool on host.
3758 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3759 (*-*-kaos*): Don't disable target-examples target-gperf on target.
3760 (alpha*-dec-osf*): Don't disable fileutils on target.
3761 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3762 texinfo send-pr expect dejagnu on target.
3763 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3764 target-qthreads on target.
3765 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3766 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3767 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3768 x86_64-*-mingw*): Don't disable expect on target.
3769 (*-*-cygwin*): Don't disable target-gperf on target.
3770 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3771 gnuserv on target.
3772 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3773 target.
3774 * configure: Regenerate.
3775
3776 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3777
3778 * configure.ac (target_tools): Remove target-groff.
3779 (native_only): Remove target-groff.
3780 (hppa*64*-*-*): Don't disable byacc.
3781 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3782 setting.
3783 (*-*-kaos*): Don't skip target-librx and target-groff.
3784 (*-*-netware*): Don't skip target-libmudflap.
3785 (*-*-tpf*): Don't skip target-libmudflap.
3786 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3787 directories on the host.
3788 (ia64*-*-*vms*): Don't skip tix.
3789 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3790 host.
3791 * configure: Regenerate.
3792
3793 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
3794
3795 * configure.ac: Remove references to mt-mep, mt-netware,
3796 mt-wince.
3797 * Makefile.def: Add all-utils soft dependencies.
3798 * Makefile.tpl: Remove GDB_NLM_DEPS.
3799 * configure: Regenerate.
3800 * Makefile.in: Regenerate.
3801
3802 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3803
3804 * configure.ac: Do not include mh-x86omitfp.
3805 * configure: Regenerate.
3806
3807 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3808
3809 * configure.ac: Remove empty cases.
3810 * configure: Regenerate.
3811
3812 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3813
3814 * Makefile.def: Add dependency from termcap to gdb.
3815 * Makefile.in: Regenerate.
3816
3817 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3818
3819 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3820 * configure: Regenerate.
3821 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3822 * Makefile.tpl: Likewise.
3823 * Makefile.in: Regenerate.
3824
3825 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
3826
3827 * configure.ac: Remove all mentions of tentative_cc.
3828 * configure: Regenerate.
3829
3830 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3831
3832 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3833 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3834 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3835 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3836 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3837 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3838 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3839 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3840 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3841 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3842 *-*-rhapsody*): Remove host cases.
3843 * configure: Regenerate.
3844
3845 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3846
3847 * configure.ac (ppc*-*-pe): Remove host case.
3848 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3849 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3850 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3851 cases.
3852 * configure: Regenerate.
3853
3854 2011-03-24 Joseph Myers <joseph@codesourcery.com>
3855
3856 * config.sub: Update to version 2011-03-23.
3857
3858 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3859
3860 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3861 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3862 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3863 * configure: Regenerate.
3864
3865 2011-03-22 Joseph Myers <joseph@codesourcery.com>
3866
3867 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
3868 to Write After Approval.
3869 * config-ml.in: Don't handle arc-*-elf*.
3870 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3871 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3872 handle GCC libraries.
3873 * configure: Regenerate.
3874
3875 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3876
3877 PR bootstrap/48120:
3878 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3879 Add -lstdc++ -lm to LIBS.
3880 * configure: Regenerate.
3881
3882 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
3883
3884 * config.guess: Update to version 2011-02-02
3885 * config.sub: Update to version 2011-02-24
3886
3887 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
3888
3889 PR lto/48086
3890 * configure.ac: Re-enable LTO on *-apple-darwin9.
3891 * configure: Regenerate.
3892
3893 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
3894
3895 PR lto/48086
3896 * configure.ac: Disable LTO on darwin due to an assembler change in
3897 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3898 under 256.
3899 * configure: Regenerate.
3900
3901 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
3902
3903 * MAINTAINERS: Update myself as score backend maintainer,
3904 update my e-mail address.
3905
3906 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
3907
3908 * MAINTAINERS: Update my e-mail address.
3909
3910 2011-03-06 Joey Ye <joey.ye@arm.com>
3911
3912 * MAINTAINERS: Update my e-mail address.
3913
3914 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3915
3916 * configure.ac: Adjust test of with_ppl.
3917 * configure: Regenerated.
3918
3919 2011-03-02 Kai Tietz <ktietz@redhat.com>
3920
3921 * MAINTAINERS: Adjust my e-mail address.
3922
3923 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3924
3925 * configure.ac: Add -lpwl to ppllibs.
3926 * configure: Regenerated.
3927
3928 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
3929
3930 * config/cloog.m4: Add -lisl to clooglibs.
3931 * configure: Regenerated.
3932
3933 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
3934
3935 * MAINTAINERS (CPU Port maintainers): Add self.
3936
3937 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3938
3939 * MAINTAINERS: Add myself as testsuite maintainer.
3940
3941 2011-02-15 Mike Stump <mikestump@comcast.net>
3942
3943 * MAINTAINERS: Add myself as testsuite maintainer.
3944
3945 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3946
3947 Import from Libtool and gnulib:
3948
3949 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
3950
3951 Prepare for supporting FreeBSD 10.
3952 * config.rpath: Remove handling of freebsd1* which soon would
3953 match FreeBSD 10.0.
3954
3955 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
3956
3957 Remove support for FreeBSD 1.x.
3958 * libtool.m4 (_LT_LINKER_SHLIBS)
3959 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3960 soon would incorrectly match FreeBSD 10.0.
3961
3962 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3963
3964 PR binutils/12283
3965 * move-if-change: Import version from gnulib.
3966
3967 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
3968
3969 PR lto/47225
3970 * Makefile.def (lto-plugin): Double dash for enable-shared.
3971 (configure-gcc): Depend on all-lto-plugin.
3972 * Makefile.in: Rebuilt.
3973
3974 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3975
3976 * configure.ac: Remove extra bracket.
3977 * configure: Regenerate.
3978
3979 2011-02-08 Tobias Burnus <burnus@net-b.de>
3980
3981 * MAINTAINERS: Add myself as libquadmath maintainer.
3982
3983 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
3984
3985 * MAINTAINERS: Update my email address.
3986
3987 2011-02-07 Joseph Myers <joseph@codesourcery.com>
3988
3989 * MAINTAINERS (option handling): Add self.
3990
3991 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
3992
3993 PR lto/47225
3994 * Makefile.def: Add dependency for install-gcc
3995 on install-lto-plugin.
3996 * Makfile.in: Regenerated
3997
3998 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
3999
4000 * MAINTAINERS (CPU Port Maintainers): Add myself.
4001
4002 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
4003
4004 PR libgcj/44341
4005 * configure.ac: Discard --with-* flags for host when configuring
4006 target libraries for cross build.
4007 * configure: Rebuilt.
4008
4009 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4010
4011 * MAINTAINERS (linear loop transforms): Removed.
4012
4013 2011-01-25 Jakub Jelinek <jakub@redhat.com>
4014
4015 * configure.ac: If with_ppl is no, move setting with_cloog=no
4016 after CLOOG_REQUESTED check.
4017 * configure: Regenerated.
4018
4019 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4020
4021 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4022 CLooG has been requested.
4023 * configure: Regenerated.
4024
4025 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4026
4027 * configure: Regenerated.
4028 * configure.ac: Check for version 0.11 (or later revision) of PPL.
4029
4030 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
4031
4032 * configure: Regenerated.
4033 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4034
4035 2011-01-21 Andreas Schwab <schwab@redhat.com>
4036
4037 * configure.ac: Use AS_HELP_STRING throughout.
4038 * configure: Regenerate.
4039
4040 2011-01-18 Jie Zhang <jie.zhang@analog.com>
4041
4042 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4043 * configure: Regenerate.
4044
4045 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4046
4047 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4048
4049 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4050
4051 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4052 for ia64-hpux.
4053 * configure: Regenerate.
4054
4055 2011-01-07 Jan Hubicka <jh@suse.cz>
4056
4057 PR lto/47225
4058 * Makefile.in: Regenerate.
4059 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4060 configure.
4061
4062 2011-01-07 Jan Hubicka <jh@suse.cz>
4063
4064 * Makefile.in: Regenerate.
4065 * Makefile.def (gcc host module) and soft dependency on lto-plugin
4066 and configure dependency on lto-plugin configure.
4067 (lto-plugin module): Remove dependency on GCC; add dependency on
4068 liniberty.
4069
4070 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
4071
4072 * MAINTAINERS (Write After Approval): Add myself.
4073
4074 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
4075
4076 * configure: Regenerate.
4077
4078 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
4079
4080 * configure.ac: (picochip): Disable libiberty.
4081
4082 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
4083
4084 * MAINTAINERS (Write After Approval): Add myself.
4085
4086 2010-12-10 Ian Lance Taylor <iant@google.com>
4087
4088 PR bootstrap/46819
4089 * configure.ac: For --disable-libgcj clear libgcj_saved.
4090 * configure: Rebuild.
4091
4092 2010-12-10 Tobias Burnus <burnus@net-b.de>
4093
4094 PR fortran/46540
4095 * configure.ac: Add --disable-libquadmath and
4096 --disable-libquadmath-support.
4097 * configure: Regenerate.
4098
4099 2010-12-03 Ian Lance Taylor <iant@google.com>
4100
4101 * MAINTAINERS: Add myself as libgo maintainer.
4102
4103 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
4104
4105 PR libffi/46792
4106 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4107 * configure: Regenerate.
4108
4109 2010-12-02 Ian Lance Taylor <iant@google.com>
4110
4111 * configure.ac: Always set default for poststage1_ldflags to
4112 -static-libstdc++ -static-libgcc.
4113
4114 2010-11-29 Andreas Schwab <schwab@redhat.com>
4115
4116 * configure.ac: Move comment to remove extra space in last argument
4117 of GCC_TARGET_TOOL.
4118
4119 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
4120
4121 PR other/46026
4122 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4123 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4124 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4125 (BASE_FLAGS_TO_PASS): Use it.
4126 * configure: Rebuilt.
4127 * Makefile.in: Rebuilt.
4128
4129 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
4130
4131 PR binutils/12258
4132 * configure.ac: Correct comments for --enable-gold/--enable-ld.
4133 Properly check default linker.
4134 * configure: Regnerated.
4135
4136 2010-11-23 Matthias Klose <doko@ubuntu.com>
4137
4138 * configure.ac: For --enable-gold, handle value `default' instead of
4139 `both*'. New configure option --{en,dis}able-ld.
4140 * configure: Regenerate.
4141
4142 2010-11-20 Ian Lance Taylor <iant@google.com>
4143
4144 * configure.ac: Only disable a language library if no language needs
4145 it. Don't let --disable-libgcj uncondtionally disable libffi.
4146 * configure: Rebuild.
4147
4148 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4149
4150 * Makefile.in: Regenerate.
4151
4152 PR other/46202
4153 * configure.ac: Fix just-built in-tree STRIP name to be
4154 binutils/strip-new.
4155 * configure: Regenerate.
4156 * Makefile.def (install-strip-gcc, install-strip-binutils)
4157 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4158 (install-strip-sid): Mirror dependencies on non-strip variants
4159 of these targets on the respective -strip prerequisites.
4160 * Makefile.tpl (install-strip, install-strip-host)
4161 (install-strip-target): New targets.
4162 (install-strip-[+module+], install-strip-target-[+module+]):
4163 New targets.
4164 * Makefile.in: Regenerate.
4165
4166 2010-11-19 Ian Lance Taylor <iant@google.com>
4167 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4168
4169 * configure.ac: Add target-libgo to target_libraries. Set
4170 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4171 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4172 (HOST_EXPORTS): Add GOC.
4173 (BASE_TARGET_EXPORTS): Add GOC.
4174 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4175 (GOCFLAGS_FOR_TARGET): New variable.
4176 (EXTRA_HOST_FLAGS): Add GOC.
4177 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4178 * Makefile.def (target_modules): Add libgo.
4179 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4180 (dependencies): Add dependency from configure-target-libgo to
4181 configure-target-libffi and all-target-libstdc++-v3. Add
4182 dependencies from all-target-libgo to all-target-libffi.
4183 (languages): Add go.
4184 * configure: Rebuild.
4185 * Makefile.in: Rebuild.
4186
4187 2010-11-19 Ian Lance Taylor <iant@google.com>
4188
4189 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4190 compiler/flag environment variables.
4191
4192 2010-11-18 Ian Lance Taylor <iant@google.com>
4193
4194 * configure.ac: Check for lang_requires_boot_languages in
4195 config-lang.in files.
4196 * configure: Rebuild.
4197
4198 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4199 Tobias Burnus <burnus@net-b.de>
4200
4201 PR fortran/32049
4202 * Makefile.def: Add libquadmath; build it with language=fortran.
4203 * configure.ac: Add libquadmath.
4204 * Makefile.tpl: Handle multiple libs in check-[+language+].
4205 * Makefile.in: Regenerate.
4206 * configure: Regenerate.
4207
4208 2010-11-16 Tom Tromey <tromey@redhat.com>
4209
4210 * MAINTAINERS: Moved myself to reviewers section.
4211
4212 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
4213
4214 * MAINTAINERS: Moved myself to reviewers section.
4215
4216 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4217
4218 * MAINTAINERS (Various Maintainers): Add self for build machinery.
4219 (Write After Approval): Remove self.
4220
4221 2010-11-15 Andreas Schwab <schwab@redhat.com>
4222
4223 * configure.ac: Fix spelling in option names.
4224 * configure: Regenerated.
4225
4226 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
4227
4228 PR bootstrap/39622
4229 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4230 * configure: Regenerated.
4231
4232 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
4233
4234 * MAINTAINERS: Update my email address.
4235
4236 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4237
4238 * configure: Regenerate.
4239
4240 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4241
4242 * configure: Regenerate.
4243
4244 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4245
4246 * configure: Regenerate.
4247
4248 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4249
4250 * configure: Regenerate.
4251
4252 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4253
4254 * configure.ac: Support official CLooG.org versions.
4255 * configure: Regenerate.
4256 * config/cloog.m4: New.
4257
4258 2010-11-10 François Dumont <francois.cppdevs@free.fr>
4259
4260 * MAINTAINERS (Write After Approval): Add myself.
4261
4262 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
4263
4264 * MAINTAINERS: Update my email address.
4265
4266 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
4267
4268 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4269 * configure: Regenerate.
4270
4271 2010-11-03 Ian Lance Taylor <iant@google.com>
4272 Dave Korn <dave.korn.cygwin@gmail.com>
4273
4274 PR lto/46273
4275 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
4276 and on other supported platforms whenever LTO is enabled.
4277 * configure: Rebuild.
4278
4279 2010-11-02 Alan Modra <amodra@gmail.com>
4280
4281 PR binutils/12110
4282 * configure.ac: Error when source path contains spaces.
4283 * configure: Regenerate.
4284
4285 2010-10-23 James E. Wilson <wilson@codesourcery.com>
4286
4287 * MAINTAINERS: Update my email address.
4288
4289 2010-10-20 Ian Lance Taylor <iant@google.com>
4290
4291 * Makefile.def (target_modules): Set lib_path to src/.libs for
4292 libstdc++-v3 module.
4293 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4294 * Makefile.in: Rebuild.
4295
4296 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4297
4298 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4299 (Write After Approval): Remove myself.
4300
4301 2010-10-15 Tristan Gingold <gingold@adacore.com>
4302
4303 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4304
4305 2010-10-14 Douglas Rupp <rupp@gnat.com>
4306
4307 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4308
4309 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
4310
4311 * configure.ac (build_lto_plugin): New shell variable.
4312 (--enable-lto): Turn on by default for all non-ELF platforms that
4313 have had LTO support added so far. Set build_lto_plugin appropriately
4314 for both ELF and non-ELF.
4315 (configdirs): Add lto-plugin or not based on build_lto_plugin.
4316 * configure: Regenerate.
4317
4318 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4319
4320 Sync from src:
4321 * configure.ac (v850 support): Remove target-libgloss from
4322 noconfigdirs.
4323 * configure: Regenerate.
4324
4325 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4326
4327 PR bootstrap/45326
4328 PR bootstrap/45174
4329 * configure.ac: Honor initial values of $build_configargs,
4330 $host_configargs, $target_configargs. Mark the precious, so
4331 environment settings get recorded.
4332 * configure: Regenerate.
4333
4334 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4335
4336 PR bootstrap/45796
4337 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4338 Depend on all-build-libiberty.
4339 * Makefile.in: Regenerate.
4340
4341 2010-09-30 Michael Eager <eager@eagercon.com>
4342
4343 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4344 * configure: Regenerate.
4345
4346 2010-09-28 Michael Eager <eager@eagercon.com>
4347
4348 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4349
4350 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4351
4352 PR bootstrap/44621
4353 * configure.ac: Fix unportable shell quoting.
4354 * configure: Regenerate.
4355
4356 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
4357
4358 * configure.ac (enable-lto): Add Darwin to the list of supported lto
4359 targets and amend comment.
4360 * configure: Regenerate.
4361
4362 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
4363
4364 * MAINTAINERS (Write After Approval): Add myself.
4365
4366 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
4367
4368 * configure.ac: Enable LTO by default on Darwin.
4369 * configure: Regenerate.
4370
4371 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4372
4373 * MAINTAINERS (Write After Approval): Add myself.
4374
4375 2010-09-01 Ian Bolton <ian.bolton@arm.com>
4376
4377 * MAINTAINERS (Write After Approval): Add myself.
4378
4379 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
4380
4381 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4382 ports
4383
4384 2010-07-28 David Yuste <david.yuste@gmail.com>
4385
4386 * MAINTAINERS (Write After Approval): Add myself.
4387
4388 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4389
4390 * configure.ac: Support all v850 targets.
4391 * configure: Regenerate.
4392
4393 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
4394
4395 PR bootstrap/44455
4396 * configure.ac (extra_mpfr_configure_flags): Copy from
4397 extra_mpc_gmp_configure_flags.
4398 * configure: Re-generated.
4399
4400 2010-07-22 Andi Kleen <ak@linux.intel.com>
4401
4402 * MAINTAINERS (Write After Approval): Add myself.
4403
4404 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
4405
4406 * MAINTAINERS (Write After Approval): Add myself.
4407
4408 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
4409
4410 * MAINTAINERS (Write After Approval): Add myself.
4411
4412 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
4413
4414 PR target/44862
4415 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4416 Provide -B option to allow for link spec %s substitutions for
4417 libstdc++.a on darwin.
4418 * Makefile.in: Regenerate.
4419
4420 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
4421
4422 * MAINTAINERS (Reviewers): Update my e-mail address
4423
4424 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
4425
4426 * Makefile.def (configure-gcc): Depend on all-libelf.
4427 * Makefile.in: Rebuild.
4428
4429 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
4430
4431 * MAINTAINERS (Write After Approval): Add myself in the right place.
4432
4433 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
4434
4435 * MAINTAINERS (Write After Approval): Add myself.
4436
4437 2010-05-25 Sterling Augustine <sterling@tensilica.com>
4438
4439 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4440
4441 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
4442
4443 * config.sub: Update to version 2010-05-21.
4444 * config.guess: Update to version 2010-04-03.
4445
4446 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
4447
4448 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4449 * configure: Regenerate.
4450
4451 2010-05-12 Sriraman Tallam <tmsriram@google.com>
4452
4453 * MAINTAINERS (Write After Approval): Add myself.
4454
4455 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
4456
4457 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4458 a platform that supports LTO.
4459 * configure: Regenerate.
4460
4461 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
4462
4463 * configure.ac: Allow all the versions greater than 0.10 of PPL.
4464 * configure: Regenerated.
4465
4466 2010-04-27 Roland McGrath <roland@redhat.com>
4467 H.J. Lu <hongjiu.lu@intel.com>
4468
4469 * configure.ac (--enable-gold): Support both, both/gold and
4470 both/bfd to add gold to configdirs without removing ld.
4471 * configure: Regenerated.
4472
4473 * Makefile.def: Add install-gold dependency to install-ld.
4474 * Makefile.in: Regenerated.
4475
4476 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
4477
4478 PR lto/42776
4479 * configure.ac (--enable-lto): Refactor handling so libelf tests
4480 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4481 and allow LTO to be explicitly enabled on non-ELF platforms that
4482 are known to support it inside else-clause.
4483 * configure: Regenerate.
4484
4485 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
4486
4487 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4488 * configure: Regenerate.
4489
4490 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
4491
4492 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4493 * configure: Regenerate.
4494
4495 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4496
4497 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4498 separately.
4499 * configure: Regenerate.
4500
4501 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
4502
4503 * MAINTAINERS (Write After Approval): Add myself.
4504
4505 2010-04-14 Tristan Gingold <gingold@adacore.com>
4506
4507 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4508 * configure: Regenerate.
4509
4510 2010-04-13 Steve Ellcey <sje@cup.hp.com>
4511
4512 * configure: Regenerate after change to elf.m4.
4513
4514 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4515
4516 * MAINTAINERS (Write After Approval): Add myself.
4517
4518 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4519
4520 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4521 * configure: Regenerated.
4522
4523 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4524
4525 * configure.ac: Print "buggy but acceptable" when CLooG
4526 revision is less than 9.
4527 * configure: Regenerated.
4528
4529 2010-04-01 Diego Novillo <dnovillo@google.com>
4530
4531 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4532
4533 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4534
4535 PR bootstrap/43615
4536 PR bootstrap/43328
4537
4538 Revert:
4539
4540 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4541
4542 * configure.ac: Do not pass --enable-multilib nor
4543 --disable-multilib in baseargs. Accept explicitly passed
4544 --enable_multilib.
4545 * configure: Regenerate.
4546
4547 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4548
4549 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4550
4551 2010-03-31 Janis Johnson <janis187@us.ibm.com>
4552
4553 * MAINTAINERS: Remove myself.
4554
4555 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4556
4557 PR bootstrap/43328
4558 * configure.ac: Do not pass --enable-multilib nor
4559 --disable-multilib in baseargs. Accept explicitly passed
4560 --enable_multilib.
4561 * configure: Regenerate.
4562
4563 2010-03-28 Andrew Pinski <pinskia@gmail.com>
4564
4565 * MAINTAINERS (spu port): Remove me.
4566
4567 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4568
4569 * configure.ac (tic6x-*-*): New case.
4570 * configure: Regenerate.
4571
4572 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4573
4574 * config.sub: Update to version 2010-03-22.
4575 * config.guess: Update to version 2009-12-30.
4576
4577 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
4578
4579 PR ada/42554
4580 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4581 * configure: Regenerate.
4582
4583 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4584
4585 * MAINTAINERS: Update my email address.
4586
4587 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4588
4589 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4590 (ghassan.shobaki@amd.com): Removed.
4591
4592 2010-03-17 Alan Modra <amodra@gmail.com>
4593
4594 * MAINTAINERS: Update my email address.
4595
4596 2010-03-16 Diego Novillo <dnovillo@google.com>
4597
4598 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4599 Matthews.
4600
4601 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4602
4603 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4604 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4605
4606 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4607
4608 * MAINTAINERS: Update my email address.
4609
4610 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4611
4612 * MAINTAINERS: Update my email address.
4613
4614 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4615
4616 * MAINTAINERS: Update my email address.
4617
4618 2010-03-09 Jie Zhang <jie@codesourcery.com>
4619
4620 * MAINTAINERS: Update my email address.
4621
4622 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4623
4624 PR libstdc++/32499
4625 * configure.ac (RANLIB): Default to true.
4626 (STRIP): Likewise.
4627 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4628 * configure: Regenerate.
4629
4630 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
4631
4632 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4633 (Write After Approval): Update my email address.
4634
4635 2010-02-17 Nick Clifton <nickc@redhat.com>
4636
4637 PR 11238
4638 * Makefile.tpl (local-distclean): Also remove config.cache files in
4639 sub-directories as there may not be Makefiles present in the
4640 sub-directories.
4641 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4642 the config.cache files found by the find command.
4643
4644 * Makefile.in: Regenerate.
4645 * configure.ac: Revert previous delta.
4646 * configure: Regenerate.
4647
4648 2010-02-15 Nick Clifton <nickc@redhat.com>
4649
4650 PR 11238
4651 * configure.ac: Delete config.cache files in sub-directories when
4652 deleting Makefiles.
4653 * configure: Regenerate.
4654
4655 2010-02-12 Ben Elliston <bje@gnu.org>
4656
4657 * MAINTAINERS: Update my email address.
4658
4659 2010-02-08 Andrew Pinski <pinskia@gmail.com>
4660
4661 * MAINTAINERS (spu port): Update my email address.
4662
4663 2010-02-08 Jie Zhang <jie.zhang@analog.com>
4664
4665 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4666
4667 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4668
4669 * configure.ac: Add "recommended" version checks for GMP/MPC.
4670 Update recommended GMP/MPFR/MPC versions.
4671 * configure: Regenerate.
4672
4673 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4674
4675 * MAINTAINERS: Move my Embecosm email address into the
4676 write-after-approval section.
4677
4678 2010-01-26 Ian Lance Taylor <iant@google.com>
4679
4680 * MAINTAINERS: Add myself as Go frontend maintainer.
4681
4682 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
4683
4684 PR libstdc++/36101, PR libstdc++/42813
4685 * configure.ac (bootstrap_target_libs): Make inclusion of
4686 target-libgomp conditional on libgomb being in target_configdirs.
4687 * configure: Regenerate.
4688
4689 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
4690
4691 PR libstdc++/36101, PR libstdc++/42813
4692 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4693 * configure: Regenerate.
4694
4695 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
4696
4697 PR libstdc++/36101, PR libstdc++/42813
4698 * configure.ac (target_configdirs): Substitute.
4699 * Makefile.def: Bootstrap target module libgomp.
4700 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4701 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4702 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4703 * configure, Makefile.in: Regenerate.
4704
4705 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4706
4707 * MAINTAINERS: Adjust my details.
4708
4709 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4710
4711 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4712
4713 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4714
4715 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4716
4717 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4718
4719 * MAINTAINERS (Write After Approval): Add myself.
4720
4721 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4722
4723 * MAINTAINERS (Write After Approval): Add myself.
4724
4725 2010-01-11 Richard Guenther <rguenther@suse.de>
4726
4727 PR lto/41569
4728 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4729 * Makefile.in: Regenerated.
4730
4731 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
4732
4733 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4734 * configure: Regenerate.
4735
4736 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4737 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4738
4739 PR bootstrap/42424
4740 * configure.ac: Include libtool m4 files.
4741 (_LT_CHECK_OBJDIR): Call it.
4742 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4743 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4744
4745 * configure: Regenerate.
4746
4747 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4748
4749 PR bootstrap/41818
4750 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4751 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
4752 * Makefile.in: Regenerate.
4753
4754 2010-01-02 Richard Guenther <rguenther@suse.de>
4755
4756 PR lto/41529
4757 * configure.ac: Include config/elf.m4. Disable LTO if not
4758 builting for an elf target.
4759 * configure: Regenerate.
4760
4761 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
4762
4763 * MAINTAINERS: Change my email address.
4764
4765 2009-12-18 Ben Elliston <bje@au.ibm.com>
4766
4767 * config.sub, config.guess: Update from upstream sources.
4768
4769 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
4770
4771 * MAINTAINERS (Write After Approval): Add myself.
4772
4773 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4774
4775 PR middle-end/30447
4776 PR middle-end/30789
4777 PR other/40302
4778
4779 * configure.ac: Require MPC.
4780 * configure: Regenerate.
4781
4782 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4783
4784 PR target/38384
4785 PR bootstrap/40972
4786 * libtool.m4: Sync from git Libtool.
4787 * ltoptions.m4: Likewise.
4788 * ltversion.m4: Likewise.
4789 * lt~obsolete.m4: Likewise.
4790 * ltmain.sh: Likewise.
4791
4792 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4793
4794 * configure.ac: Update minimum MPC version to 0.8.
4795 * configure: Regenerate.
4796
4797 2009-11-21 Sebastian Pop <sebpop@gmail.com>
4798
4799 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4800 * configure: Regenerated.
4801
4802 2009-11-21 Ian Lance Taylor <iant@google.com>
4803
4804 * configure.ac: Change default of poststage1_ldflags to be empty if
4805 poststage1_libs is set. When poststage1_libs is empty, and
4806 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4807 * configure: Rebuild.
4808
4809 2009-11-21 Adam Nemet <adambnmet@gmail.com>
4810
4811 * MAINTAINERS (Write After Approval): Update my email address.
4812
4813 2009-11-20 Ben Elliston <bje@au.ibm.com>
4814
4815 * config.guess: Update from upstream sources.
4816
4817 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4818
4819 * Makefile.def: Restore host and target settings for gmp.
4820 * Makefile.in: Rebuild.
4821
4822 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
4823
4824 * configure.ac: Add libelf to host_libs. Enable in-tree configury
4825 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
4826 Fix portability of test of C++ as bootstrap language. Add
4827 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4828 * configure: Rebuild.
4829 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4830 and cloog. Fix in-tree ppl configuration. Introduce libelf
4831 in-tree building.
4832 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4833 (POSTSTAGE1_HOST_EXPORTS): Use it.
4834 (STAGE[+id+]_CXXFLAGS): New.
4835 (BASE_FLAGS_TO_PASS): Pass it down.
4836 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
4837 extra_exports.
4838 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4839 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4840 extra_exports.
4841 * Makefile.in: Rebuild.
4842
4843 2009-11-17 Ben Elliston <bje@au.ibm.com>
4844
4845 * config.sub, config.guess: Update from upstream sources.
4846
4847 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
4848
4849 * MAINTAINERS (Write After Approval): Add myself.
4850
4851 2009-11-09 Jon Beniston <jon@beniston.com>
4852
4853 * MAINTAINERS (Write After Approval): Add myself.
4854
4855 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
4856
4857 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
4858 paths for *-w64-mingw* and x86_64-*mingw*.
4859 * configure: Regenerated.
4860
4861 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
4862
4863 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4864
4865 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
4866
4867 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4868 Phil Edwards to Write-After Approval.
4869
4870 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
4871
4872 * configure.ac: Disable target-winsup & co for
4873 x86_64-*-mingw* and *-w64-mingw* targets.
4874 * configure: Regenerated.
4875
4876 2009-10-16 Nick Clifton <nickc@redhat.com>
4877
4878 * MAINTAINERS: Add myself as a maintainer for the RX port.
4879
4880 2009-10-26 Johannes Singler <singler@kit.edu>
4881
4882 * MAINTAINERS (Write After Approval): Update my e-mail address.
4883
4884 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4885
4886 * configure.ac (CLooG test): Use = with test.
4887 * configure: Regenerate.
4888
4889 2009-10-22 Richard Guenther <rguenther@suse.de>
4890
4891 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
4892 cloog if the ppl version check failed. Move flags saving
4893 before setting in libelf check.
4894 * configure: Regenerate.
4895
4896 2009-10-21 Richard Guenther <rguenther@suse.de>
4897
4898 * configure.ac: Adjust the ppl and cloog configure to work as
4899 documented. Disable cloog if ppl was disabled. Omit the version
4900 checks if they were disabled.
4901 * configure: Re-generate.
4902
4903 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4904
4905 * configure.ac: Add 'lto' to enable_languages, not
4906 new_enable_languages, and only if not already present.
4907 * configure: Regenerate.
4908
4909 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
4910
4911 * README: Refer to the various COPYING* files instead of just
4912 COPYING.
4913 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4914
4915 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
4916
4917 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4918
4919 2009-10-07 Richard Guenther <rguenther@suse.de>
4920
4921 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4922 and Richard Guenther as reviewers.
4923 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4924 as reviewers.
4925
4926 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
4927
4928 * config.sub: Update from upstream sources.
4929
4930 2009-10-06 Ian Lance Taylor <iant@google.com>
4931
4932 * Makefile.def: check-gold depends upon all-gas.
4933 * Makefile.in: Rebuild.
4934
4935 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
4936
4937 * MAINTAINERS (Write After Approval): Add myself.
4938
4939 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
4940
4941 * Makefile.def: all-lto-plugin depends on all-libiberty.
4942 set bootstrap=true for lto-plugin.
4943 Add lto-plugin.
4944 * Makefile.in: Regenerate.
4945 * configure.ac (host_libs): Add lto-plugin.
4946 * configure: Regenerate.
4947
4948 2009-10-03 Diego Novillo <dnovillo@google.com>
4949
4950 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4951 (HOST_LIBELFLIBS): Define.
4952 (HOST_LIBELFINC): Define.
4953 * Makefile.in: Regenerate.
4954 * configure.ac: Add --enable-lto.
4955 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4956 If --enable-lto is used, add 'lto' to new_enable_languages.
4957 If --enable-lto is used and gold is enabled, add
4958 lto-plugin to configdirs.
4959 * configure: Regenerate.
4960
4961 2009-10-03 Simon Baldwin <simonb@google.com>
4962
4963 * configure.ac: If --with-system-zlib, suppress local zlib and
4964 pass --with-system-zlib to subdir configure scripts.
4965 * configure: Regenerate.
4966
4967 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
4968 Paolo Bonzini <bonzini@gnu.org>
4969
4970 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4971 $(srcdir).
4972 * Makefile.in: Rebuilt.
4973
4974 2009-09-26 Gary Funck <gary@intrepid.com>
4975
4976 * MAINTAINERS (Write After Approval): Add myself.
4977
4978 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4979
4980 * configure.ac: Update minimum MPC version to 0.7.
4981 * configure: Regenerate.
4982
4983 2009-09-25 Nick Clifton <nickc@redhat.com>
4984
4985 * configure.ac: Pass any --cache-file=/dev/null option on to
4986 subconfigures.
4987 * configure: Regenerate.
4988
4989 2009-09-23 Nick Clifton <nickc@redhat.com>
4990
4991 * config.sub, config.guess: Update from upstream sources.
4992
4993 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
4994
4995 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4996 * Makefile.in: Rebuilt.
4997
4998 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4999
5000 PR bootstrap/32272
5001 * configure.ac: Error out if $srcdir isn't '.' but contains
5002 host-${host_noncanonical}.
5003 * configure: Regenerate.
5004
5005 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5006
5007 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5008 maintainer.
5009
5010 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5011
5012 * configure.ac: If bootstrapping a combined tree with
5013 --enable-gold, require c++ in stage1_languages.
5014 * configure: Regenerate.
5015
5016 * configure.ac: Also add target_libs of stage1_languages to
5017 bootstrap_target_libs.
5018 * configure: Regenerate.
5019
5020 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5021 with --enable-languages not containing c++.
5022 * configure: Regenerate.
5023
5024 2009-09-15 Jie Zhang <jie.zhang@analog.com>
5025
5026 * configure.ac: Disable java and boehm-gc for bfin-*-*.
5027 * configure: Regenerate.
5028
5029 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
5030
5031 * MAINTAINERS (Write After Approval): Update my e-mail address,
5032 and move from from here...
5033 (Waiting for paperwork): To here.
5034
5035 2009-09-09 Joseph Myers <joseph@codesourcery.com>
5036
5037 * MAINTAINERS (Reviewers): Add self as driver reviewer.
5038
5039 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5040
5041 * configure.ac: Do not use $extrasub for replacing @if/@endif
5042 parts in Makefile; instead, use additional arguments to
5043 AC_CONFIG_COMMANDS to do the replacement manually, with several
5044 sed invocations, to avoid HP-UX sed command limits.
5045 * configure: Regenerate.
5046
5047 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
5048
5049 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5050 blank before -L.
5051
5052 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
5053
5054 * configure.ac (with-build-config): Document. Handle without.
5055 Handle missing argument.
5056 * configure: Rebuilt.
5057
5058 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
5059
5060 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
5061 Default to bootstrap-debug only if compare-debug works.
5062 * configure: Rebuilt.
5063 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5064 * Makefile.in: Rebuilt.
5065
5066 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5067
5068 * MAINTAINERS (OS Port Maintainers): Update my email address.
5069
5070 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
5071
5072 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5073 * Makefile.in: Rebuilt.
5074
5075 2009-09-01 Chris Demetriou <cgd@google.com>
5076
5077 * MAINTAINERS (Write After Approval): Add myself.
5078
5079 2009-08-31 Dodji Seketeli <dodji@redhat.com>
5080
5081 PR debug/30161
5082 * include/dwarf2.h (enum dwarf_tag): Added
5083 DW_TAG_GNU_template_template_param
5084 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5085
5086 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5087
5088 * Makefile.tpl (AWK): Fix typo.
5089 * Makefile.in: Regenerate.
5090
5091 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5092
5093 * configure.ac: Detect awk and sed.
5094 * Makefile.def (flags_to_pass): Add AWK and SED.
5095 * Makefile.tpl (AWK, SED): New.
5096 (BASE_FLAGS_TO_PASS): Add AWK and SED.
5097 * configure: Regenerate.
5098 * Makefile.in: Regenerate.
5099
5100 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
5101
5102 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5103 (collapseslashes): Likewise.
5104
5105 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5106
5107 * configure.ac (AC_PREREQ): Bump to 2.64.
5108
5109 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5110
5111 * configure.ac: Remove --with-datarootdir, --with-docdir,
5112 --with-pdfdir, --with-htmldir switches.
5113 * configure: Regenerate.
5114
5115 * configure: Regenerate.
5116
5117 * compile: Sync from Automake 1.11.
5118 * depcomp: Likewise.
5119 * install-sh: Likewise.
5120 * missing: Likewise.
5121 * mkinstalldirs: Likewise.
5122 * ylwrap: Likewise.
5123
5124 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
5125
5126 * ltmain.sh (func_normal_abspath): New function.
5127 (func_relative_path): Likewise.
5128 (func_mode_help): Document new -bindir option for link mode.
5129 (func_mode_link): Add new -bindir option, and use it to place
5130 output DLL if specified.
5131
5132 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5133
5134 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5135 (baseargs): Add --disable-option-checking.
5136 * configure: Regenerate.
5137
5138 * Makefile.def (configure-target-libiberty): Depend on
5139 all-binutils and all-ld.
5140 (configure-target-newlib): Likewise.
5141 * Makefile.in: Regenerate.
5142
5143 2009-08-17 Ben Elliston <bje@au.ibm.com>
5144
5145 * config.sub, config.guess: Update from upstream sources.
5146
5147 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5148
5149 Sync from src, merge:
5150
5151 2009-07-02 Tristan Gingold <gingold@adacore.com>
5152
5153 * configure.ac: Do not exclude gas for i386-*-darwin.
5154 Add a case for x86_64-*-darwin.
5155 * configure: Regenerate.
5156
5157 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
5158
5159 * MAINTAINERS: Add my name to Write After Approval list.
5160
5161 2009-08-06 Michael Eager <eager@eagercon.com>
5162
5163 * configure.ac: Add Microblaze target.
5164 * configure: Regenerate.
5165
5166 2009-07-31 Christian Bruel <christian.bruel@st.com>
5167
5168 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5169 * configure: Regenerate.
5170
5171 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
5172
5173 * MAINTAINERS (Write After Approval): Update my e-mail address.
5174
5175 2009-07-06 Ian Lance Taylor <iant@google.com>
5176
5177 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5178 * configure: Rebuild.
5179
5180 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
5181
5182 * MAINTAINERS: Move myself to the Graphite Reviewers.
5183
5184 2009-06-30 Wei Guozhi <carrot@google.com>
5185
5186 * MAINTAINERS: Add my name to Write After Approval list.
5187
5188 2009-06-26 Steve Ellcey <sje@cup.hp.com>
5189
5190 PR bootstrap/40338
5191 * configure.ac (comparestring): Create new variable.
5192 * Makefile.tpl (comparestring): Use to skip some comparisions.
5193 * configure: Regenerate.
5194 * Makefile.in: Regenerate.
5195
5196 2009-06-26 Doug Evans <dje@sebabeach.org>
5197
5198 * Makefile.def (host_modules): Add cgen.
5199 * Makefile.in: Regenerate.
5200 * configure.ac (host_tools): Add cgen.
5201 * configure: Regenerate.
5202
5203 2009-06-23 DJ Delorie <dj@redhat.com>
5204
5205 * MAINTAINERS: Add myself as mep maintainer.
5206
5207 2009-06-23 Ian Lance Taylor <iant@google.com>
5208
5209 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
5210 boot_languages. Only bootstrap target libraries listed in
5211 target_libs for some boot language. Add --with-stage1-ldflags,
5212 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
5213 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
5214 if not building with C++.
5215 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5216 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5217 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5218 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5219 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
5220 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5221 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5222 * configure, Makefile.in: Rebuild.
5223
5224 2009-06-23 Li Feng <nemokingdom@gmail.com>
5225
5226 * MAINTAINERS: Added my name to write-after-approval list.
5227
5228 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
5229
5230 * configure.ac: Define is_elf for QNX Neutrino targets.
5231 * configure: Regenerate.
5232
5233 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
5234
5235 * MAINTAINERS: Added my name to the write-after-approval list
5236
5237 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5238
5239 * configure.ac: Detect MPC in default directory.
5240 * configure: Regenerate.
5241
5242 2009-06-03 Jerome Guitton <guitton@adacore.com>
5243 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5244
5245 * Makefile.tpl (all): Avoid a trailing backslash.
5246 * Makefile.in: Regenerate.
5247
5248 2009-06-03 Ben Elliston <bje@au.ibm.com>
5249
5250 * config.sub, config.guess: Update from upstream sources.
5251
5252 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
5253
5254 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5255 to noconfdirs.
5256 * configure: Regenerate.
5257
5258 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
5259
5260 * Makefile.tpl ([+compare-target+]): Compare all stage
5261 directories, rather than just gcc.
5262 * Makefile.in: Rebuilt.
5263
5264 2009-06-01 Doug Kwan <dougkwan@google.com>
5265
5266 * configure.ac: Support gold for target arm*-*-*.
5267 * configure: Regenerate.
5268
5269 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5270
5271 * Makefile.def: Add MPC support and dependencies.
5272 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
5273
5274 * Makefile.in, configure: Regenerate.
5275
5276 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
5277
5278 * Makefile.tpl (all): Avoid harmless warning in make all when
5279 gcc-bootstrap is enabled but stage_last does not exist.
5280 * Makefile.in: Rebuilt.
5281
5282 2009-05-24 Nicolas Roche <roche@adacore.com>
5283
5284 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5285 * Makefile.in: Regenerate.
5286
5287 2009-05-21 Denis Chertykov <chertykov@gmail.com>
5288
5289 * MAINTAINERS: Update my e-mail address.
5290
5291 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
5292
5293 * configure.ac (cygwin noconfigdirs): Remove libgcj.
5294 * configure: Regenerate.
5295
5296 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5297
5298 PR other/40159
5299 * Makefile.tpl (all): Don't assume gcc-bootstrap and
5300 gcc-no-bootstrap are mutually exclusive.
5301 * Makefile.in: Rebuilt.
5302
5303 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5304
5305 PR other/40159
5306 * Makefile.tpl (all): Don't end with unconditional success.
5307 * Makefile.in: Rebuilt.
5308
5309 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
5310
5311 PR target/37137
5312 * Makefile.def (flags_to_pass): Remove redundant and incomplete
5313 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5314 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5315 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
5316 stage_configureflags, stage_cflags and stage_libcflags into
5317 explicit Makefile macros.
5318 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5319 GFORTRAN.
5320 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5321 CC. Set CC_FOR_BUILD from CC.
5322 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5323 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5324 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5325 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
5326 and GFORTRAN.
5327 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5328 (_LIBCFLAGS): Renamed to _TFLAGS.
5329 (do-compare-debug, do-compare3-debug): Drop.
5330 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5331 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5332 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5333 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5334 (XGCC_FLAGS_FOR_TARGET): New.
5335 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5336 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5337 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5338 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5339 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
5340 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
5341 TFLAGS.
5342 (BUILD_CONFIG): Include if requested.
5343 (all): Set TFLAGS on bootstrap.
5344 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5345 (all-stageid-prefixmodule): Likewise.
5346 (do-clean, distclean-stageid): Set TFLAGS.
5347 (restrap): Fix whitespace.
5348 * Makefile.in: Rebuilt.
5349
5350 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
5351
5352 * config.guess: Sync with src.
5353
5354 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
5355
5356 * configure.ac ($with_ppl): Default to no if not supplied.
5357 ($with_cloog): Likewise.
5358 configure: Regenerate.
5359
5360 2009-04-27 James E. Wilson <wilson@codesourcery.com>
5361
5362 * MAINTAINERS: Update my e-mail address.
5363
5364 2009-04-27 Nick Clifton <nickc@redhat.com>
5365
5366 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5367
5368 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5369
5370 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5371 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5372 * Makefile.in: Regenerate.
5373
5374 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5375
5376 PR bootstrap/39739
5377 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5378 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5379
5380 * configure, Makefile.in: Regenerate.
5381
5382 2009-04-21 Taras Glek <tglek@mozilla.com>
5383
5384 * include/hashtab.h: Update GTY annotations to new syntax
5385 * include/splay-tree.h: Likewise
5386
5387 2009-04-17 Ben Elliston <bje@au.ibm.com>
5388
5389 * config.sub, config.guess: Update from upstream sources.
5390
5391 2009-04-15 Anthony Green <green@moxielogic.com>
5392
5393 * configure.ac: Add moxie support.
5394 * configure: Rebuilt.
5395
5396 2009-04-14 Jakub Jelinek <jakub@redhat.com>
5397
5398 * configure.ac: Change copyright header to refer to version
5399 3 of the GNU General Public License and to point readers at the
5400 COPYING3 file and the FSF's license web page.
5401 * Makefile.def: Likewise.
5402 * Makefile.tpl: Likewise.
5403 * Makefile.in: Regenerate.
5404
5405 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
5406
5407 * configure.ac: Restore match for darwin9 or later. Use double
5408 brackets since regeneration eats one pair.
5409 * configure: Regenerate.
5410
5411 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5412
5413 PR gas/10039
5414 * configure.ac: Require texinfo 4.7.
5415 * configure: Regenerated.
5416
5417 2009-04-09 Nick Clifton <nickc@redhat.com>
5418
5419 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5420 the GCC Runtime Library Exception.
5421
5422 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5423
5424 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5425 * configure: Regenerate.
5426
5427 2009-04-01 Steve Ellcey <sje@cup.hp.com>
5428
5429 * Makefil.def (languages): New entries.
5430 * Makefile.tpl (check-gcc-*): New generic target.
5431 * Makefile.in: Regenerate.
5432
5433 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
5434
5435 * MAINTAINERS: Update my email address.
5436
5437 2009-03-18 Tom Tromey <tromey@redhat.com>
5438
5439 * configure: Rebuild.
5440 * configure.ac (host_libs): Add libiconv.
5441 * Makefile.in: Rebuild.
5442 * Makefile.def (host_modules): Add libiconv.
5443 (configure-gdb, all-gdb): Depend on libiconv.
5444
5445 2009-03-16 Tristan Gingold <gingold@adacore.com>
5446
5447 * configure.ac: Treat gdb as supported on x86_64-darwin.
5448 * configure: Regenerate.
5449
5450 2009-03-16 Joseph Myers <joseph@codesourcery.com>
5451
5452 * configure.ac (--with-host-libstdcxx): New option.
5453 * configure: Regenerate.
5454
5455 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
5456
5457 * MAINTAINERS: Move myself into the write after approval list.
5458
5459 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
5460
5461 * MAINTAINERS: Update e-mail address.
5462
5463 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
5464
5465 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5466
5467 2009-03-10 Ira Rosen <irar@il.ibm.com>
5468
5469 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5470
5471 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5472
5473 Backport from git Libtool:
5474
5475 2009-01-19 Robert Millan <rmh@aybabtu.com>
5476 Support GNU/kOpenSolaris.
5477 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5478 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5479 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5480 GNU/kOpenSolaris.
5481
5482 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
5483
5484 * MAINTAINERS: Update e-mail address.
5485
5486 2009-02-24 Michael Eager <eager@eagercon.com>
5487
5488 * MAINTAINERS (Write After Approval): Add self.
5489
5490 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
5491
5492 * MAINTAINERS (Write After Approval): Add myself.
5493
5494 2009-02-05 Andreas Schwab <schwab@suse.de>
5495
5496 * Makefile.tpl (stage_last): Define $r and $s before using
5497 $(RECURSE_FLAGS_TO_PASS).
5498 * Makefile.in: Regenerate
5499
5500 2009-01-30 Ian Lance Taylor <iant@google.com>
5501
5502 * MAINTAINERS: Move myself to the Global Reviewers list.
5503
5504 2009-01-29 Robert Millan <rmh@aybabtu.com>
5505
5506 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5507 * configure: Regenerate.
5508
5509 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
5510
5511 * MAINTAINERS: Make whitespace consistent.
5512 Remove Robert Millan from Write After Approval.
5513
5514 2009-01-16 Alan Modra <amodra@bigpond.net.au>
5515
5516 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5517 (all-opcodes): Depend on all-libiberty.
5518 * Makefile.in: Regenerate.
5519
5520 2009-01-15 Douglas B Rupp <rupp@gnat.com>
5521
5522 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5523 * configure: Regenerate.
5524
5525 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5526
5527 * MAINTAINERS (Write After Approval): Add myself.
5528
5529 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5530
5531 * MAINTAINERS: Add myself to reviewers (Fortran).
5532
5533 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
5534
5535 PR tree-optimization/38515
5536 * configure.ac (cloog-polylib): Removed.
5537 (with_ppl, with_cloog): Test for "no".
5538 * configure: Regenerated.
5539
5540 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
5541
5542 * MAINTAINERS: Moved myself to reviewers (Fortran).
5543
5544 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5545
5546 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5547 (Write After Approval): Remove myself.
5548
5549 2009-01-03 Diego Novillo <dnovillo@google.com>
5550
5551 * MAINTAINERS: Remove myself from alias maintainership.
5552
5553 2009-01-02 David Ayers <ayers@fsfe.org>
5554
5555 * MAINTAINERS: Update e-mail address.
5556
5557 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5558
5559 * MAINTAINERS: Make whitespace consistent.
5560
5561 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5562
5563 Backport from upstream Libtool:
5564 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5565 Add cache variables to tests that require the linker to work.
5566 For shlibpath_overrides_runpath, this also changes the semantics
5567 to let the result from the C compiler take precedence.
5568
5569 2008-12-02 Ben Elliston <bje@au.ibm.com>
5570
5571 * config.sub, config.guess: Update from upstream sources.
5572
5573 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
5574
5575 * configure.ac (ppllibs): Add by default the lib flags.
5576 * configure: Regenerate.
5577
5578 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
5579
5580 * MAINTAINERS: Add myself to the write after approval list.
5581
5582 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5583
5584 * configure.ac: Add double brackets on darwin[912].
5585 * configure: Regenerate.
5586
5587 2008-12-03 Daniel Kraft <d@domob.eu>
5588
5589 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5590 Approval to Reviewer section (for Fortran front-end).
5591
5592 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5593
5594 * configure.ac: Expand to darwin10 and later.
5595 * configure: Regenerate.
5596
5597 2008-12-02 Andreas Schwab <schwab@suse.de>
5598
5599 * Makefile.def: configure-target-boehm-gc depends on
5600 all-target-libstdc++-v3.
5601 * Makefile.in: Regenerate.
5602
5603 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
5604
5605 * MAINTAINERS: Add myself as mingw maintainer.
5606
5607 2008-12-02 Ben Elliston <bje@au.ibm.com>
5608
5609 * config.sub, config.guess: Update from upstream sources.
5610
5611 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5612
5613 * README.SCO: Remove.
5614
5615 2008-11-29 Fernando Pereira <pronesto@gmail.com>
5616
5617 * MAINTAINERS: Add myself to the write after approval list.
5618
5619 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5620
5621 * MAINTAINERS: Update my email address in WAA section.
5622
5623 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
5624
5625 * MAINTAINERS: Update e-mail address.
5626
5627 2008-11-27 Toon Moene <toon@moene.org>
5628
5629 * MAINTAINERS: Change e-mail address.
5630
5631 2008-11-27 Tristan Gingold <gingold@adacore.com>
5632
5633 * configure.ac: Build gdb for i?86-*-darwin*
5634 * configure: Regenerated.
5635
5636 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
5637
5638 * MAINTAINERS: Added my full name.
5639
5640 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5641
5642 PR bootstrap/38014
5643 PR bootstrap/37923
5644
5645 Revert:
5646
5647 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5648
5649 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5650 * Makefile.in: Regenerated.
5651
5652 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5653
5654 PR gdb/921
5655 PR gdb/1646
5656 PR gdb/2175
5657 PR gdb/2176
5658
5659 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5660 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5661 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5662 (HOST_EXPORTS): Pass CPPFLAGS.
5663 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5664 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5665 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5666 * Makefile.in, configure: Regenerated.
5667 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5668 and CPPFLAGS_FOR_BUILD.
5669
5670 2008-11-06 Jeff Law <law@redhat.com>
5671
5672 * MAINTAINERS: Add myself as middle end maintainer.
5673
5674 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
5675
5676 * MAINTAINERS (Write after approval): Add myself.
5677
5678 2008-11-05 Diego Novillo <dnovillo@google.com>
5679
5680 * MAINTAINERS (Global Reviewers): Add myself.
5681 (Non-Algorithmic Maintainers): Remove myself.
5682
5683 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5684
5685 * MAINTAINERS (Write after approval): Add myself.
5686
5687 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5688
5689 * MAINTAINERS (Write after approval): Add myself.
5690
5691 2008-10-31 Ben Elliston <bje@au.ibm.com>
5692
5693 * configure.ac (spu-*-*): Remove special case.
5694 * configure: Regenerate.
5695
5696 2008-10-30 Catherine Moore <clm@codesourcery.com>
5697
5698 * MAINTAINERS (Write after approval): Update my email address.
5699
5700 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5701
5702 * configure.ac [spu-*-*]: Do not set skipdirs.
5703 * configure: Re-generate.
5704
5705 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5706
5707 * MAINTAINERS (Various Maintainers): Add myself to reload.
5708
5709 2008-10-25 Richard Guenther <rguenther@suse.de>
5710
5711 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5712 maintainer. Remove myself as libgcc-math maintainer.
5713 (Non-Algorithmic Maintainers): Remove myself.
5714
5715 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5716
5717 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5718 * Makefile.in: Regenerated.
5719
5720 2008-10-23 Cary Coutant <ccoutant@google.com>
5721
5722 * MAINTAINERS (Write after approval): Add myself.
5723
5724 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5725
5726 PR gdb/921
5727 PR gdb/1646
5728 PR gdb/2175
5729 PR gdb/2176
5730
5731 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5732 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5733 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5734 (HOST_EXPORTS): Pass CPPFLAGS.
5735 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5736 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5737 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5738 * Makefile.in, configure: Regenerated.
5739 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5740 and CPPFLAGS_FOR_BUILD.
5741
5742 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
5743
5744 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5745 Sebastian Pop.
5746
5747 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5748
5749 * MAINTAINERS (Write After Approval): Added myself.
5750
5751 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5752
5753 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5754 recommended version to 2.3.2.
5755
5756 * configure: Regenerate.
5757
5758 2008-10-01 Mark Mitchell <mark@codesourcery.com>
5759
5760 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5761
5762 2008-09-29 David Daney <david.daney@caviumnetworks.com>
5763
5764 * MAINTAINERS (Write After Approval): Update e-mail address.
5765
5766 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
5767
5768 * libtool.m4: Update to libtool 2.2.6.
5769 * lt~obsolete.m4: Update to libtool 2.2.6.
5770 * ltmain.sh: Update to libtool 2.2.6.
5771 * ltsugar.m4: Update to libtool 2.2.6.
5772 * ltversion.m4: Update to libtool 2.2.6.
5773 * ltoptions.m4: Update to libtool 2.2.6.
5774 * ltgcc.m4: Update to match changes from libtool 2.2.6.
5775
5776 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
5777
5778 * MAINTAINERS (Write After Approval): Add myself.
5779
5780 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5781
5782 * MAINTAINERS (Write After Approval): Update my name.
5783
5784 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
5785
5786 * MAINTAINERS: Add myself in "Write After Approval".
5787
5788 2008-09-18 Steve Ellcey <sje@cup.hp.com>
5789
5790 * MAINTAINERS: Add myself as ia64 maintainer.
5791
5792 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
5793
5794 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5795 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5796 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5797 and Michael Tiemann from Write After Approval since they do not
5798 actually have access.
5799
5800 2008-09-05 Richard Guenther <rguenther@suse.de>
5801
5802 * configure.ac: Initialize clooglibs to -lcloog.
5803 * configure: Re-generate.
5804
5805 2008-09-04 Le-Chun Wu <lcwu@google.com>
5806
5807 * MAINTAINERS (Write After Approval): Add myself.
5808
5809 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
5810
5811 * configure.ac (--with-cloog-polylib): New.
5812 (--disable-cloog-version-check): New.
5813 (--disable-ppl-version-check): New.
5814 * configure: Re-generate.
5815
5816 2008-09-03 Richard Guenther <rguenther@suse.de>
5817
5818 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5819 cloog test.
5820 * configure: Re-generate.
5821
5822 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
5823
5824 Add picoChip port.
5825 * MAINTAINERS: Add picoChip maintainers.
5826
5827 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
5828 Tobias Grosser <grosser@fim.uni-passau.de>
5829 Jan Sjodin <jan.sjodin@amd.com>
5830 Harsha Jagasia <harsha.jagasia@amd.com>
5831 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
5832 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5833 Adrien Eliche <aeliche@isty.uvsq.fr>
5834
5835 Merge from graphite branch.
5836 * configure: Regenerate.
5837 * Makefile.in: Regenerate.
5838 * configure.ac (host_libs): Add ppl and cloog.
5839 Add checks for PPL and CLooG.
5840 * Makefile.def (ppl, cloog): Added modules and dependences.
5841 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5842 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5843
5844 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
5845
5846 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5847 (GCC_SHLIB_SUBDIR): New.
5848 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5849 * configure: Regenerate.
5850 * Makefile.in: Regenerate.
5851
5852 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
5853
5854 * MAINTAINERS: Consistently use tabs to separate columns.
5855
5856 2008-08-29 Tristan Gingold <gingold@adacore.com>
5857
5858 * MAINTAINERS (Write after Approval): Add myself.
5859
5860 2008-08-28 Tristan Gingold <gingold@adacore.com>
5861
5862 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5863 Enable bfd, binutils and opcodes.
5864 * configure: Regenerate.
5865
5866 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5867
5868 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
5869
5870 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
5871
5872 * MAINTAINERS: Use correct Umlaut for last name.
5873
5874 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5875
5876 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5877
5878 2008-08-16 David Edelsohn <edelsohn@gnu.org>
5879
5880 * MAINTAINERS: Update my email address.
5881
5882 2008-08-16 Nicolas Roche <roche@adacore.com>
5883
5884 * Makefile.tpl: Add BOOT_ADAFLAGS.
5885 * Makefile.in: Regenerate.
5886
5887 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
5888
5889 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5890 * configure: Regenerate.
5891
5892 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
5893
5894 * configure.ac: Add makefile fragments for hpux.
5895 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5896 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5897 * configure: Regenerate.
5898 * Makefile.in: Regenerate.
5899
5900 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
5901
5902 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5903
5904 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
5905
5906 * MAINTAINERS (Write after Approval): Add myself.
5907
5908 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
5909
5910 * MAINTAINERS (Write After Approval): Add myself.
5911
5912 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
5913
5914 * MAINTAINERS (Write After Approval): Add myself.
5915
5916 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
5917
5918 * MAINTAINERS: Update my email address.
5919
5920 2008-06-25 Joey Ye <joey.ye@intel.com>
5921
5922 * MAINTAINERS (Write After Approval): Add myself.
5923
5924 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5925
5926 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5927 * Makefile.in: Regenerate.
5928 * configure: Regenerate.
5929
5930 2008-06-17 Daniel Kraft <d@domob.eu>
5931
5932 * MAINTAINERS (Write After Approval): Add myself.
5933
5934 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5935
5936 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5937 "$@" is still intact with both Autoconf 2.59 and 2.62.
5938 * configure: Regenerate.
5939
5940 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5941
5942 * Makefile.tpl: Fix comment errors.
5943 * Makefile.in: Regenerate.
5944
5945 2008-06-12 David S. Miller <davem@davemloft.net>
5946 David Edelsohn <edelsohn@gnu.org>
5947
5948 * configure.ac: Add powerpc*-*-* to gold supported targets.
5949 * configure: Regenerate.
5950
5951 2008-06-08 Joseph Myers <joseph@codesourcery.com>
5952
5953 PR tree-optimization/36218
5954 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5955 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5956 (all prefix="build-"): Pass them to build-system sub-makes.
5957 * Makefile.in: Regenerate.
5958
5959 2008-06-07 Joseph Myers <joseph@codesourcery.com>
5960
5961 * MAINTAINERS (mt port): Remove.
5962 (sco5, unixware, sco udk): Remove.
5963 (Kean Johnston): Add to Write After Approval.
5964
5965 2008-05-30 Julian Brown <julian@codesourcery.com>
5966
5967 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5968 of libobjc for ARM EABI Linux.
5969 * configure: Regenerate.
5970
5971 2008-05-18 Xinliang David Li <davidxl@google.com>
5972
5973 * ChangeLog: Remove wrong ChangeLog entry.
5974
5975 2008-05-17 Xinliang David Li <davidxl@google.com>
5976
5977 * MAINTAINERS (Write After Approval): Add myself.
5978
5979 2008-05-15 Janus Weil <janus@gcc.gnu.org>
5980
5981 * MAINTAINERS (Write After Approval): Add myself.
5982
5983 2008-05-14 Rafael Espíndola <espindola@google.com>
5984
5985 * config-ml.in: don't handle --enable-shared and --enable-static.
5986
5987 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
5988
5989 * MAINTAINERS: Update my email address.
5990
5991 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
5992
5993 * MAINTAINERS: Update my email address.
5994
5995 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
5996
5997 * MAINTAINERS (Write After Approval): Add myself.
5998
5999 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
6000
6001 * MAINTAINERS (Write After Approval): Add myself.
6002
6003 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
6004
6005 * MAINTAINERS (crx): Add myself.
6006
6007 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6008
6009 Sync with src:
6010 2008-04-14 David S. Miller <davem@davemloft.net>
6011
6012 * configure.ac: Add sparc*-*-* to gold supported targets.
6013 * configure: Regenerate.
6014
6015 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6016
6017 PR bootstrap/35457
6018 * configure.ac: Include override.m4.
6019 * configure: Regenerate.
6020
6021 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6022
6023 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6024 * Makefile.in: Regenerate.
6025
6026 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
6027
6028 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6029 as nonconfigurable directories list.
6030 * configure: Regenerate.
6031
6032 2008-04-14 Ben Elliston <bje@au.ibm.com>
6033
6034 * config.sub, config.guess: Update from upstream sources.
6035
6036 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
6037
6038 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6039 * Makefile.in: Regenerate.
6040
6041 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
6042
6043 * configure.ac: Do not build libssp for the AVR.
6044 * configure: Regenerate.
6045
6046 2008-04-07 Ian Lance Taylor <iant@google.com>
6047
6048 * Makefile.def: check-gold depends upon all-binutils.
6049 * Makefile.in: Regenerate.
6050
6051 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
6052
6053 * MAINTAINERS (Write After Approval): Add myself.
6054
6055 2008-04-04 Nick Clifton <nickc@redhat.com>
6056
6057 PR binutils/4334
6058 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6059 builds.
6060 * configure: Regenerate.
6061
6062 2008-04-04 NightStrike <NightStrike@gmail.com>
6063
6064 PR other/35151
6065 * configure.ac: Combine rules for mingw32 and mingw64.
6066 * configure: Regenerate.
6067
6068 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
6069
6070 * MAINTAINERS (Write After Approval): Add myself.
6071
6072 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
6073
6074 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6075 * Makefile.in (.NOTPARALLEL): Ditto.
6076
6077 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
6078
6079 * MAINTAINERS (Write After Approval): Add myself.
6080
6081 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
6082
6083 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6084 * Makefile.in (.NOTPARALLEL): Regenerate.
6085
6086 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
6087
6088 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6089 * Makefile.in: Regenerate.
6090
6091 2008-03-26 Jakub Staszak <kuba@et.pl>
6092
6093 * MAINTAINERS (Write After Approval): Add myself.
6094
6095 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6096
6097 * MAINTAINERS: Update e-mail address.
6098
6099 2008-03-20 Ian Lance Taylor <iant@google.com>
6100
6101 * configure.ac: Add support for --enable-gold.
6102 * Makefile.def: Add gold as a directory like ld.
6103 * configure, Makefile.in: Regenerate.
6104
6105 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6106
6107 * configure.ac: m4_include config/proginstall.m4.
6108 * configure: Regenerate.
6109
6110 Backport from upstream Libtool:
6111
6112 2007-10-12 Eric Blake <ebb9@byu.net>
6113
6114 Deal with Autoconf 2.62's semantic change in m4_append.
6115 * ltsugar.m4 (lt_append): Replace broken versions of
6116 m4_append.
6117 (lt_if_append_uniq): Don't require separator to be overquoted,
6118 and avoid broken m4_append.
6119 (lt_dict_add): Fix typo.
6120 * libtool.m4 (_LT_DECL): Don't overquote separator.
6121
6122 2008-03-13 David Edelsohn <edelsohn@gnu.org>
6123
6124 * config.rpath: Add AIX 6 support.
6125
6126 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
6127
6128 * Makefile.def (stageprofile). Remove -fprofile-generate
6129 from stage_libcflags.
6130 * Makefile.in: Regenerate.
6131
6132 2008-03-13 Ben Elliston <bje@au.ibm.com>
6133
6134 * config.sub, config.guess: Update from upstream sources.
6135
6136 2008-03-06 Tom Tromey <tromey@redhat.com>
6137
6138 * MAINTAINERS: Update for treelang deletion.
6139
6140 2008-03-03 James E. Wilson <wilson@tuliptree.org>
6141
6142 * MAINTAINERS: Update my email address.
6143
6144 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
6145
6146 * MAINTAINERS (darwin port): Add myself as a maintainer.
6147 (objective-c/c++): Add myself as a maintainer.
6148
6149 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
6150
6151 * MAINTAINERS (Write After Approval): Update my email address.
6152
6153 2008-02-25 Tomas Bily <tbily@suse.cz>
6154
6155 * MAINTAINERS (Write After Approval): Add myself.
6156
6157 2008-02-23 Jakub Jelinek <jakub@redhat.com>
6158
6159 * MAINTAINERS (OpenMP): Add myself.
6160
6161 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
6162
6163 PR bootstrap/32009
6164 PR bootstrap/32161
6165
6166 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6167 * configure: Regenerate.
6168
6169 * Makefile.def: Define stage_libcflags for all bootstrap stages.
6170 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6171 STAGE4_LIBCFLAGS): New.
6172 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6173 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6174 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6175 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6176 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6177 for target modules. Don't export LIBCFLAGS.
6178 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6179 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6180 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6181 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6182 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6183 * Makefile.in: Regenerate.
6184
6185 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6186
6187 PR libgcj/33085
6188 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6189 Do not use -DDLL_EXPORT. Backport from upstream.
6190
6191 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6192
6193 * MAINTAINERS (Write After Approval): Add myself.
6194
6195 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
6196
6197 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6198 * configure: Regenerate.
6199
6200 2008-01-31 Marc Gauthier <marc@tensilica.com>
6201
6202 * configure.ac (xtensa*-*-*): Recognize processor variants.
6203 * configure: Regenerate.
6204
6205 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6206
6207 PR bootstrap/34922
6208 * configure.ac (PARSE_ARGS): Push suitable setting of
6209 ac_subdirs_all, for `./configure --help=recursive'.
6210 Handle `+' in generic toplevel directory disabling.
6211 * configure: Regenerate.
6212
6213 2008-01-28 Nick Clifton <nickc@redhat.com>
6214
6215 * MAINTAINERS (xstormy16): Take over maintainership.
6216
6217 2008-01-25 Joseph Myers <joseph@codesourcery.com>
6218
6219 * MAINTAINERS (c4x port): Remove.
6220
6221 2008-01-24 David Edelsohn <edelsohn@gnu.org>
6222
6223 * libtool.m4: Backport AIX 6 support from ToT Libtool.
6224
6225 2008-01-23 Ben Elliston <bje@au.ibm.com>
6226
6227 * config.sub, config.guess: Update from upstream sources.
6228
6229 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
6230
6231 * MAINTAINERS (Write After Approval): Add myself.
6232
6233 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
6234
6235 * MAINTAINERS: Update my email address.
6236
6237 2008-01-09 Raksit Ashok <raksit@google.com>
6238
6239 * MAINTAINERS (Write After Approval): Add myself.
6240
6241 2008-01-09 Raksit Ashok <raksit@google.com>
6242
6243 * MAINTAINERS (Write After Approval): Add myself.
6244
6245 2008-01-08 Ben Elliston <bje@au.ibm.com>
6246
6247 * config.sub, config.guess: Update from upstream sources.
6248
6249 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6250
6251 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6252 Change recommended MPFR from 2.2.1 -> 2.3.0.
6253 * configure: Regenerate.
6254
6255 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
6256
6257 * MAINTAINERS: Update my email address.
6258
6259 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
6260
6261 * MAINTAINERS: Update my email address.
6262
6263 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
6264
6265 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6266 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6267 * Makefile.in: Regenerate.
6268
6269 2007-12-10 Mark Heffernan <meheff@google.com>
6270
6271 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6272 misplaced entries.
6273
6274 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
6275
6276 * configure.ac: Enable libjava for x86_64-*-darwin9.
6277 * configure: Regenerate.
6278
6279 2007-12-07 Bill Maddox <maddox@google.com>
6280
6281 * MAINTAINERS (Write After Approval): Add myself.
6282
6283 2007-12-05 Ben Elliston <bje@au.ibm.com>
6284
6285 * config.sub, config.guess: Update from upstream sources.
6286
6287 2007-12-02 Matthias Klose <doko@ubuntu.com>
6288
6289 * config-ml.in: Remove 64bit configure tests.
6290
6291 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6292
6293 * config-ml.in: Robustify against white space in absolute file
6294 names.
6295
6296 * config-ml.in (multi-clean): Substitute ${Makefile}.
6297 Remove superfluous ${Makefile} in list.
6298
6299 2007-11-19 Thiemo Seufer <ths@mips.com>
6300
6301 * config-ml.in: Don't hardcode the Makefile name.
6302
6303 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
6304
6305 * MAINTAINERS (Write After Approval): Add myself.
6306
6307 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
6308
6309 * MAINTAINERS (Write After Approval): Add myself.
6310
6311 2007-11-06 Doug Kwan <dougkwan@google.com>
6312
6313 * MAINTAINERS (Write After Approval): Add myself.
6314
6315 2007-10-25 Ben Elliston <bje@au.ibm.com>
6316
6317 * MAINTAINERS (mercury): Remove entry.
6318 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6319
6320 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6321
6322 * Makefile.def (dependencies): Make configure-gdb depend on
6323 all-intl.
6324 * Makefile.in: Regenerated.
6325
6326 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
6327
6328 * MAINTAINERS (Fortran maintainer): Remove myself.
6329
6330 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
6331
6332 * Makefile.def: To avoid problems running with parallel makes,
6333 build newlib before libgloss so that target specific header
6334 files are availble.
6335 * Makefile.in: Regenerate
6336
6337 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6338
6339 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6340 * Makefile.in: Regenerate.
6341
6342 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
6343
6344 * MAINTAINERS (Register allocation reviewer): Add myself.
6345
6346 2007-10-08 Mike Frysinger <vapier@gentoo.org>
6347
6348 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6349 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6350 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
6351 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6352 * configure: Regenerate.
6353
6354 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
6355
6356 * MAINTAINERS (Register allocation reviewer): Add myself.
6357
6358 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
6359
6360 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6361 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6362 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6363 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6364 * configure.ac: Default them to host tools for $host = $build.
6365 Subst them.
6366
6367 * configure: Regenerate.
6368 * Makefile.in: Regenerate.
6369
6370 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
6371
6372 * MAINTAINERS (Register allocation reviewer): Add myself.
6373
6374 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
6375
6376 * MAINTAINERS (Register allocation reviewer): Add myself.
6377
6378 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
6379
6380 * MAINTAINERS (Write After Approval): Fix typo.
6381
6382 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
6383
6384 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6385 * configure: Regenerate.
6386
6387 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
6388
6389 PR bootstrap/31906
6390 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6391 they're already prefixed.
6392
6393 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
6394
6395 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6396 libstdc++.
6397 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6398 * configure: Regenerate.
6399 * Makefile.in: Regenerate.
6400
6401 2007-09-17 Andreas Schwab <schwab@suse.de>
6402
6403 * configure.ac: Raise minimum makeinfo version to 4.6.
6404 * configure: Regenerate.
6405
6406 2007-09-17 Johannes Singler <singler@ira.uka.de>
6407
6408 * MAINTAINERS (write-after-approval) add myself
6409
6410 2007-09-15 Alan Modra <amodra@bigpond.net.au>
6411
6412 * configure.ac: Correct makeinfo version check.
6413 * configure: Regenerate.
6414
6415 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
6416
6417 * MAINTAINERS: Update my email address.
6418
6419 2007-09-14 Richard Sandiford <richard@codesourcery.com>
6420
6421 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
6422 to $skipdirs and only disable gprof for newlib. Use the normal
6423 mips*-elf* handling in other respects.
6424 * configure: Regnerate.
6425
6426 2007-09-12 David Daney <ddaney@avtrex.com>
6427
6428 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6429 enabling libgcj.
6430 * configure: Regenerate.
6431
6432 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
6433
6434 PR other/32154
6435 * configure.ac: For libgloss targets, point the linker to the linker
6436 script, startup code and simulator library.
6437 * configure: Regenerate.
6438
6439 2007-09-07 Andrew Haley <aph@redhat.com>
6440
6441 * configure.ac (noconfigdirs): Remove target-libffi and
6442 target-libjava.
6443 * configure: Regenerate.
6444
6445 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6446
6447 PR target/33281
6448 * configure.ac: Use config/mh-mingw on mingw.
6449 * configure: Regenerate.
6450
6451 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
6452
6453 * MAINTAINERS (Write After Approval): Add myself.
6454
6455 2007-09-05 Richard Guenther <rguenther@suse.de>
6456
6457 * configure.ac (--enable-stage1-checking): If neither --enable-checking
6458 nor --disable-checking is provided also turn on yes and types
6459 checking for stage1.
6460 * configure: Re-generate.
6461
6462 2007-08-30 Krister Walfridsson <cato@df.lth.se>
6463
6464 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6465 (Write After Approval): Remove myself.
6466
6467 2007-08-29 Nick Clifton <nickc@redhat.com>
6468
6469 * config.sub, config.guess: Update from upstream sources.
6470
6471 2007-08-22 Bud Davis <jmdavis@link.com>
6472
6473 * MAINTAINERS (Write After Approval): Added myself.
6474 * MAINTAINERS (Reviewers): Removed myself.
6475
6476 2007-08-18 Paul Brook <paul@codesourcery.com>
6477 Joseph Myers <joseph@codesourcery.com>
6478
6479 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6480 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6481 * Makefile.in: Regenerate.
6482 * configure.ac (--with-debug-prefix-map): New.
6483 * configure: Regenerate.
6484
6485 2007-08-17 Richard Sandiford <richard@codesourcery.com>
6486 Nigel Stephens <nigel@mips.com>
6487
6488 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
6489 as target_makefile_frag.
6490 * configure: Regenerate.
6491
6492 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
6493
6494 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6495 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
6496 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6497 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6498 (do-compare, do-compare3, do-compare-debug): New.
6499 ([+compare-target+]): Use them.
6500
6501 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
6502
6503 * MAINTAINERS (Write After Approval): Change my email address.
6504
6505 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6506 Ben Elliston <bje@au.ibm.com>
6507
6508 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6509 --silent if $silent.
6510 * configure: Regenerate.
6511
6512 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
6513
6514 * MAINTAINERS (Various Maintainers): Add myself as
6515 loop infrastructure maintainer. Update my e-mail
6516 address.
6517
6518 2007-07-31 Diego Novillo <dnovillo@google.com>
6519
6520 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6521 Adjust description.
6522
6523 2007-07-26 Richard Guenther <rguenther@suse.de>
6524
6525 * configure.ac: Add types checking to stage1 checking flags.
6526 * configure: Regenerate.
6527
6528 2007-07-17 Nick Clifton <nickc@redhat.com>
6529
6530 * COPYING3: New file. Contains version 3 of the GNU General
6531 Public License.
6532 * COPYING3.LIB: New file. Contains version 3 of the GNU
6533 Lesser General Public License.
6534
6535 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6536
6537 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6538
6539 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6540
6541 * MAINTAINERS (S/390 co-maintainer): Add myself.
6542 (Write After Approval): Remove myself.
6543
6544 2007-07-13 Dan Hipschman <dsh@google.com>
6545
6546 * MAINTAINERS (Write After Approval): Add myself.
6547
6548 2007-07-11 Nick Clifton <nickc@redhat.com>
6549
6550 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6551 WINDRES export.
6552 * Makefile.in: Regenerate.
6553
6554 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6555
6556 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6557 maintainer.
6558
6559 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6560
6561 * lt~obsolete.m4: New. Import from 20070318 libtool.
6562
6563 2007-07-03 Julian Brown <julian@codesourcery.com>
6564
6565 * MAINTAINERS (Write After Approval): Add myself.
6566
6567 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6568
6569 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6570 * configure: Regenerate.
6571
6572 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6573
6574 * configure.ac: Add some missing m4 quotation.
6575 * configure: Regenerate.
6576
6577 2007-07-02 Simon Baldwin <simonb@google.com>
6578
6579 * MAINTAINERS (Write After Approval): Add myself.
6580
6581 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
6582
6583 * configure: Regenerate.
6584
6585 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
6586
6587 * Makefile.def: Add windmc tool to build.
6588 * Makefile.tpl: Likewise.
6589 * configure.ac: Likewise.
6590 * Makefile.in: Regenerate.
6591 * configure: Regenerate.
6592
6593 2007-06-28 DJ Delorie <dj@redhat.com>
6594
6595 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6596 not building newlib.
6597 * configure: Regenerated.
6598
6599 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6600
6601 * MAINTAINERS (Write After Approval): Add myself.
6602
6603 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
6604
6605 * MAINTAINERS (Write After Approval): Add myself.
6606
6607 2007-06-19 Chris Matthews <chrismatthews@google.com>
6608
6609 * MAINTAINERS (Write After Approval): Add myself.
6610
6611 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6612
6613 * MAINTAINERS (Write After Approval): Add myself.
6614
6615 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6616
6617 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6618 * Makefile.in: Regenerated.
6619
6620 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6621
6622 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6623 bfin*-*-uclinux* targets.
6624 * configure: Regenerate.
6625
6626 2007-06-14 Ian Lance Taylor <iant@google.com>
6627
6628 * MAINTAINERS: Add myself as non-algorithmic global write
6629 maintainer.
6630
6631 2007-06-14 Diego Novillo <dnovillo@google.com>
6632
6633 * MAINTAINERS: Add self as middle-end maintainer and
6634 non-algorithmic global write maintainer.
6635
6636 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6637
6638 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6639 Move all Fortran maintainers except Paul Brook into the
6640 Non-Autopoiesis section.
6641
6642 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6643
6644 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6645 (distclean-stage[+id+]): Possibly delete stage_last.
6646 * Makefile.in: Regenerate.
6647
6648 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6649
6650 * MAINTAINERS (Various Maintainer): Fix typo.
6651
6652 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
6653
6654 * MAINTAINERS (Various Maintainer): Add myself as
6655 dataflow maintainer.
6656
6657 2007-06-07 Ben Elliston <bje@au.ibm.com>
6658
6659 * config.sub, config.guess: Update from upstream sources.
6660
6661 2007-06-07 Ben Elliston <bje@au.ibm.com>
6662
6663 * Makefile.tpl: Fix spelling error.
6664 * Makefile.in: Regenerate.
6665
6666 2007-06-01 Steve Ellcey <sje@cup.hp.com>
6667
6668 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6669 lt_cv_sys_max_cmd_len.
6670
6671 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6672
6673 * MAINTAINERS (Various Maintainers): Add myself as
6674 auto-vectorizer maintainer.
6675
6676 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
6677
6678 PR libjava/32098
6679 * libtool.m4: Revert previous change.
6680 * ltgcc.m4: Put it here.
6681
6682 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6683
6684 * MAINTAINERS (Various Maintainers): Add myself as
6685 auto-vectorizer maintainer.
6686
6687 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6688
6689 PR libjava/32098
6690 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6691
6692 2007-05-30 Richard Guenther <rguenther@suse.de>
6693
6694 * MAINTAINERS (Various Maintainers): Add myself as
6695 auto-vectorizer maintainer.
6696
6697 2007-05-30 Jakub Jelinek <jakub@redhat.com>
6698
6699 PR bootstrap/29382
6700 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6701 * configure: Rebuilt.
6702
6703 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
6704
6705 * MAINTAINERS (Write After Approval): Removed my name.
6706
6707 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6708
6709 * MAINTAINERS (Write After Approval): Remove myself.
6710
6711 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6712
6713 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6714
6715 2007-05-23 Steve Ellcey <sje@cup.hp.com>
6716
6717 * ltmain.sh: Update from ToT Libtool.
6718 * libtool.m4: Update from ToT Libtool.
6719 * ltsugar.m4: New. Update from ToT Libtool.
6720 * ltversion.m4: New. Update from ToT Libtool.
6721 * ltoptions.m4: New. Update from ToT Libtool.
6722 * ltconfig: Remove.
6723 * ltcf-c.sh: Remove.
6724 * ltcf-cxx.sh: Remove.
6725 * ltcf-gcj.sh: Remove.
6726
6727 2007-05-22 Ollie Wild <aaw@google.com>
6728
6729 * MAINTAINERS (Write After Approval): Add myself.
6730
6731 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
6732
6733 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6734 stage_cflags.
6735 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6736 Remove CFLAGS/LIBCFLAGS.
6737 (configure-stage[+id+]-[+prefix+][+module+],
6738 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6739 * Makefile.in: Regenerate.
6740
6741 2007-05-15 Diego Novillo <dnovillo@google.com>
6742
6743 * MAINTAINERS: Update e-mail address.
6744
6745 2007-05-15 Revital Eres <eres@il.ibm.com>
6746
6747 * MAINTAINERS (Write After Approval): Add myself.
6748
6749 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
6750
6751 * MAINTAINERS (Write After Approval): Updated my address.
6752
6753 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
6754
6755 * MAINTAINERS (Write After Approval): Add myself.
6756
6757 2007-05-11 Silvius Rus <rus@google.com>
6758
6759 * MAINTAINERS (Write After Approval): Add myself.
6760
6761 2007-04-23 Tom Tromey <tromey@redhat.com>
6762
6763 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6764
6765 2007-04-22 Mark Mitchell <mark@codesourcery.com>
6766
6767 * MAINTAINERS (cpplib): Rename to ...
6768 (libcpp): ... this. Add C/C++ front end maintainers.
6769
6770 2007-04-14 Steve Ellcey <sje@cup.hp.com>
6771
6772 * config-ml.in: Pass ${ml_config_env} to configure calls.
6773
6774 2007-04-04 Christian Bruel <christian.bruel@st.com>
6775
6776 * MAINTAINERS (Write After Approval): Add myself.
6777
6778 2007-04-02 Dave Korn <dave.korn@artimi.com>
6779
6780 * MAINTAINERS (Write After Approval): Add myself.
6781
6782 2007-03-31 Tobias Burnus <burnus@net-b.de>
6783
6784 * MAINTAINERS (fortran 95 front end): Add myself.
6785
6786 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6787
6788 * MAINTAINERS (Write After Approval): Add myself.
6789
6790 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
6791
6792 * MAINTAINERS (Modulo Scheduler): Add myself.
6793
6794 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
6795
6796 * MAINTAINERS (fortran 95 front end): Add myself.
6797 (c++ front end): whitespace fix.
6798
6799 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
6800
6801 * MAINTAINERS (Write After Approval): Add myself.
6802
6803 2007-03-21 Richard Sandiford <richard@codesourcery.com>
6804
6805 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6806 of glob. Quote arguments with single quotes too.
6807 * configure: Regenerate.
6808
6809 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
6810
6811 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6812 * Makefile.in: Regenerate
6813
6814 2007-03-07 Andreas Schwab <schwab@suse.de>
6815
6816 * configure: Regenerate.
6817
6818 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
6819
6820 * configure.ac: Add "--with-pdfdir" configure option,
6821 which defines pdfdir variable.
6822 * Makefile.def (target=fixincludes): Add install-pdf to
6823 missing targets.
6824 (recursive_targets): Add install-pdf target.
6825 (flags_to_pass): Add pdfdir.
6826 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6827 target.
6828 * configure: Regenerate
6829 * Makefile.in: Regenerate
6830
6831 2007-02-28 Eric Christopher <echristo@apple.com>
6832
6833 Revert:
6834 2006-12-07 Mike Stump <mrs@apple.com>
6835
6836 * Makefile.def (dependencies): Add dependency for
6837 install-target-libssp and install-target-libgomp on
6838 install-gcc.
6839 * Makefile.in: Regenerate.
6840
6841 2007-02-27 Matt Kraai <kraai@ftbfs.org>
6842
6843 * configure: Regenerate.
6844 * configure.ac: Move statements after variable declarations.
6845
6846 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
6847
6848 * MAINTAINERS: Add myself as sh maintainer.
6849
6850 2007-02-19 Joseph Myers <joseph@codesourcery.com>
6851
6852 * configure.ac: Adjust for loop syntax.
6853 * configure: Regenerate.
6854
6855 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6856
6857 * configure: Rebuilt.
6858
6859 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
6860
6861 * configure.ac: Drop multiple occurrences of --enable-languages,
6862 and fix its quoting.
6863 * configure: Rebuilt.
6864
6865 2007-02-17 Mark Mitchell <mark@codesourcery.com>
6866 Nathan Sidwell <nathan@codesourcery.com>
6867 Vladimir Prus <vladimir@codesourcery.com>
6868 Joseph Myers <joseph@codesourcery.com>
6869
6870 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6871 * configure: Regenerate.
6872
6873 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
6874
6875 * ltconfig (freebsd*): Default to elf.
6876
6877 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6878
6879 * configure.ac (target_libraries): Move libgcc before libiberty.
6880 * configure: Regenerated.
6881
6882 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
6883 Paolo Bonzini <bonzini@gnu.org>
6884
6885 PR bootstrap/30753
6886 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
6887 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
6888 * configure: Regenerated.
6889
6890 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6891
6892 * MAINTAINERS (Language Front End Maintainers): Update my mail
6893 address.
6894
6895 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6896
6897 PR bootstrap/30748
6898 * configure.ac: Correct syntax for Solaris ksh.
6899 * configure: Regenerated.
6900
6901 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6902
6903 * configure.ac: Sync with src.
6904 * configure: Regenerate.
6905
6906 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6907
6908 * Makefile.in: Regenerate.
6909
6910 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
6911
6912 * config.sub: Sync with src.
6913
6914 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
6915
6916 * Makefile.tpl (build_alias, host_alias, target_alias): Use
6917 noncanonical equivalents.
6918 * configure.in: Rename to...
6919 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
6920 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
6921 target_noncanonical. Use them. Rewrite removal of configure
6922 arguments for autoconf 2.59. Discard variable settings. Force
6923 program_transform_name for native tools.
6924
6925 * Makefile.in: Regenerated.
6926 * configure: Regenerated with autoconf 2.59.
6927
6928 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
6929
6930 * MAINTAINERS (Write After Approval): Add myself.
6931
6932 2007-01-31 Andreas Schwab <schwab@suse.de>
6933
6934 * Makefile.tpl (LDFLAGS): Substitute it.
6935 * Makefile.in: Regenerate.
6936
6937 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
6938
6939 * MAINTAINERS (Write After Approval): Add myself.
6940
6941 2007-01-28 David Edelsohn <edelsohn@gnu.org>
6942
6943 * MAINTAINERS (spu port): Add myself.
6944
6945 2007-01-23 Richard Guenther <rguenther@suse.de>
6946
6947 PR bootstrap/30541
6948 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6949 * Makefile.tpl (GNATBIND): Substitute it.
6950 (GNATMAKE): Likewise.
6951 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6952 of STAGE_PREFIX.
6953 * Makefile.in: Regenerate.
6954 * configure: Regenerate.
6955
6956 2007-01-18 Mike Stump <mrs@apple.com>
6957
6958 * configure.in: Re-enable -Werror for gcc builds.
6959
6960 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
6961
6962 * MAINTAINERS (Write After Approval): Add myself.
6963
6964 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6965
6966 * configure.in: Change == to = in test command.
6967 * configure: Regenerate.
6968
6969 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
6970 Nick Clifton <nickc@redhat.com>
6971 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
6972
6973 * configure.in (build_configargs, host_configargs, target_configargs):
6974 Remove build/host/target parameters.
6975 (host_libs): Add gmp and mpfr.
6976 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6977 * Makefile.def (gmp, mpfr): New.
6978 (gcc): Remove target.
6979 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6980 target_os, target_vendor): New.
6981 (configure): Add host_alias/target_alias arguments; adjust invocations.
6982 * configure: Regenerate.
6983 * Makefile.in: Regenerate.
6984
6985 2007-01-11 Matt Fago <fago@earthlink.net>
6986
6987 * configure.in: Try to link to functions only in mpfr 2.2.x
6988 to improve robustness of configure tests.
6989 * configure: Regenerate.
6990
6991 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
6992
6993 * MAINTAINERS: Add myself as i386 maintainer.
6994
6995 2007-01-08 Jan Hubicka <jh@suse.cz>
6996
6997 * MAINTAINERS: Add myself as i386 maintainer.
6998
6999 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
7000
7001 * configure.in: Add support for an x86_64-mingw* target.
7002 * configure: Regenerate.
7003
7004 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7005
7006 * Makefile.tpl (all-target): Correct @if conditional for target
7007 modules.
7008 * configure.in: Omit libiberty if building only target libgcc.
7009 * configure, Makefile.in: Regenerated.
7010
7011 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
7012
7013 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7014 * configure: Regenerate.
7015
7016 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7017
7018 * Makefile.def (target_modules): Add libgcc.
7019 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
7020 * Makefile.tpl (clean-target-libgcc): Delete.
7021 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7022 on gcc even for bootstrapped modules. Rewrite handling of
7023 lang_env_dependencies to loop over target_modules.
7024 * configure.in (target_libraries): Add target-libgcc.
7025 * Makefile.in, configure: Regenerated.
7026
7027 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7028
7029 * configure.in: Reorganize recognition of languages. Add
7030 --enable-stage1-languages. Show supported languages for the chosen
7031 target rather than all recognized languages.
7032 * configure: Regenerate.
7033
7034 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7035
7036 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7037 * Makefile.in: Regenerate.
7038
7039 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7040
7041 * configure.in: Warn that MPFR 2.2.0 is buggy.
7042 * configure: Regenerate.
7043
7044 2006-12-27 Ian Lance Taylor <iant@google.com>
7045
7046 * configure.in: When removing Makefiles to force a reconfigure, also
7047 remove prev-DIR*/Makefile.
7048 * configure: Regenerate.
7049
7050 2006-12-22 Andreas Schwab <schwab@suse.de>
7051
7052 * configure: Regenerate with correct autoconf version.
7053
7054 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
7055
7056 * configure.in: add AC_SUBST for *_FOR_TARGET.
7057 * configure: Regenerate.
7058
7059 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7060
7061 * configure.in: Simplify logic for rejecting languages that cannot
7062 be built. Separate the case when a language is unsupported,
7063 from the case when the user chooses not to build a language.
7064
7065 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7066
7067 * configure.in: Remove "$build" case for powerpc-*-darwin* since
7068 it only affects bootstrap and could be tested on "$host" as well.
7069 * configure: Regenerate.
7070 * config/mh-ppc-darwin: Add to the stage1 cflags here.
7071
7072 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7073
7074 PR bootstrap/29544
7075 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7076 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7077 move here comment from Makefile.tpl.
7078 * Makefile.tpl: Move some definitions higher in the file.
7079 (STAGE1_CHECKING): New.
7080 * configure.in: Add --enable-stage1-checking.
7081 * configure: Regenerate.
7082 * Makefile.in: Regenerate.
7083
7084 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7085
7086 * MAINTAINERS: Add myself as build system maintainer.
7087
7088 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
7089
7090 * MAINTAINERS (Write After Approval): Add myself.
7091
7092 2006-12-13 Eric Christopher <echristo@apple.com>
7093
7094 * MAINTAINERS: Add myself as darwin maintainer.
7095
7096 2006-12-11 Ian Lance Taylor <ian@airs.com>
7097
7098 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7099
7100 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
7101
7102 MAINTAINERS: Update my entry.
7103
7104 2006-12-11 Alan Modra <amodra@bigpond.net.au>
7105
7106 * configure.in: Handle spu makefile frag.
7107 * Makefile.tpl (MAINT): Define
7108 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7109 * configure: Regenerate.
7110 * Makefile.in: Regenerate.
7111
7112 2006-12-11 Ben Elliston <bje@au.ibm.com>
7113
7114 * config.guess: Import latest version.
7115 * config.sub: Likewise.
7116
7117 2006-12-11 Ben Elliston <bje@au.ibm.com>
7118
7119 * configure.in (spu-*-*): Don't skip target-libiberty.
7120 * configure: Regenerate.
7121
7122 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
7123
7124 PR bootstrap/30134
7125 * configure.in: Correct x86 darwin support for libjava to powerpc
7126 and i?86 only.
7127 * configure: Regenerate.
7128
7129 2006-12-08 Sandro Tolaini <tolaini@libero.it>
7130
7131 * configure.in: Add x86 darwin support for libjava.
7132 * configure: Regenerate.
7133
7134 2006-12-07 Mike Stump <mrs@apple.com>
7135
7136 * Makefile.def (dependencies): Add dependency for
7137 install-target-libssp and install-target-libgomp on
7138 install-gcc.
7139 * Makefile.in: Regenerate.
7140
7141 2006-12-04 Richard Guenther <rguenther@suse.de>
7142
7143 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7144 (Non-Algorithmic Maintainers): Move over non-algorithmic
7145 loop optimizer maintainers, add myself as a non-algorithmic
7146 middle-end maintainer.
7147
7148 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
7149
7150 * MAINTAINERS (Write After Approval): Add myself.
7151
7152 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7153
7154 * configure.in: Update error message for missing GMP/MPFR.
7155
7156 * configure: Regenerate.
7157
7158 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7159
7160 * configure.in: Update MPFR version in error message.
7161
7162 * configure: Regenerate.
7163
7164 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7165
7166 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7167 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7168 --with-gmp-lib): New flags.
7169
7170 * configure: Regenerate.
7171
7172 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
7173
7174 * MAINTAINERS (Write After Approval): Change my email address.
7175
7176 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7179
7180 2006-11-22 Philipp Thomas <pth@suse.de>
7181
7182 * MAINTAINERS (i18n): Update e-mail address.
7183
7184 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7185
7186 * MAINTAINERS (spu port): Add myself as maintainer.
7187 (Write After Approval): Remove myself.
7188
7189 2006-11-22 Ben Elliston <bje@au.ibm.com>
7190
7191 * configure.in (skipdirs): Don't build libssp for SPU.
7192 * configure: Regenerate.
7193
7194 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
7195
7196 * MAINTAINERS (spu port): Add myself as maintainer.
7197 (libobjc): Update my email address.
7198
7199 2006-11-21 Andrea Bona <andrea.bona@st.com>
7200
7201 * MAINTAINERS (Write After Approval): Add myself.
7202
7203 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7204
7205 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7206 * configure : Rebuilt.
7207
7208 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7209
7210 * MAINTAINERS (Write After Approval): Add myself.
7211
7212 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
7213
7214 * MAINTAINERS (Write After Approval): Add myself.
7215
7216 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7217
7218 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7219 libmpfr.a.
7220 * configure: Regenerate.
7221
7222 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
7223
7224 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7225 (unstage): Test for stage_last presence.
7226
7227 PR bootstrap/29802
7228 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7229 STAGE_PREFIX.
7230 * Makefile.in: Regenerate.
7231
7232 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
7233
7234 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7235 maintainers.
7236
7237 2006-11-14 Erven Rohou <erven.rohou@st.com>
7238
7239 * MAINTAINERS (Write After Approval): Add myself.
7240
7241 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
7242
7243 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7244 and stageN-package/Makefile.
7245 * Makefile.in: Regenerated.
7246
7247 2006-11-14 Jie Zhang <jie.zhang@analog.com>
7248
7249 * configure.in: Remove target-libgloss from noconfigdirs for
7250 bfin-*-*.
7251 * configure: Regenerated.
7252
7253 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7254
7255 * configure.in (have_gmp): Only error if the gcc directory exists.
7256
7257 * configure: Regenerate.
7258
7259 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7260
7261 * configure.in: Robustify error message for missing GMP/MPFR.
7262
7263 * configure: Regenerate.
7264
7265 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7266
7267 * MAINTAINERS (Write After Approval): Add myself.
7268
7269 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
7270
7271 * MAINTAINERS: Change email address.
7272
7273 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
7274
7275 * MAINTAINERS (Write After Approval): Add myself.
7276
7277 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
7278
7279 * MAINTAINERS (Write After Approval): Add myself.
7280
7281 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
7282
7283 * MAINTAINERS (Write After Approval): Move myself to
7284 Write After Approval section.
7285
7286 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7287
7288 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
7289 need_gmp anymore.
7290 * configure: Regenerate.
7291
7292 2006-10-16 Tobias Burnus <burnus@net-b.de>
7293
7294 * MAINTAINERS (Write After Approval): Add myself.
7295
7296 2006-10-16 Ben Elliston <bje@au.ibm.com>
7297
7298 * config.guess: Import latest version.
7299 * config.sub: Likewise.
7300
7301 2006-10-10 Brooks Moses <bmoses@stanford.edu>
7302
7303 * Makefile.def: Added pdf target handling.
7304 * Makefile.tpl: Added pdf target handling.
7305 * Makefile.in: Regenerated.
7306
7307 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
7308
7309 * MAINTAINERS: Add self as score port maintainer.
7310
7311 2006-10-04 Brooks Moses <bmoses@stanford.edu>
7312
7313 * MAINTAINERS (Write After Approval): Add myself.
7314
7315 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
7316
7317 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
7318 or newer.
7319 * configure: Regenerated.
7320
7321 2006-09-27 Dave Brolley <brolley@redhat.com>
7322
7323 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7324 using $s instead of $r.
7325 * configure: Regenerated.
7326
7327 2006-09-26 Thiemo Seufer <ths@mips.com>
7328
7329 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7330 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7331 * configure: Regenerate.
7332
7333 2006-09-24 Graeme Peterson <gridly@gmail.com>
7334
7335 * MAINTAINERS (Write After Approval): Remove myself.
7336
7337 2006-09-22 Chao-ying Fu <fu@mips.com>
7338
7339 * MAINTAINERS (Write After Approval): Add myself.
7340
7341 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
7342
7343 * MAINTAINERS: Add self as soft-fp maintainer.
7344
7345 2006-09-09 Anatoly Sokolov <aesok@post.ru>
7346
7347 * MAINTAINERS: Add myself as avr maintainer.
7348 Remove Marek Michalkiewicz as avr maintainer.
7349
7350 2006-09-07 Roberto Costa <roberto.costa@st.com>
7351
7352 * MAINTAINERS (Write After Approval): Add myself.
7353
7354 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
7355
7356 * configure.in: Never build newlib for a Mingw host.
7357 Never build newlib as Mingw target library.
7358 Test the existence of winsup/cygwin for building a Cygwin newlib,
7359 rather than just winsup.
7360 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7361 building a Mingw target.
7362 * configure: Regenerate.
7363
7364 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7365
7366 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7367
7368 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
7369
7370 * config.guess: Import from src (was more updated).
7371 * config.sub: Likewise.
7372
7373 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7374
7375 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7376 * configure: Regenerated.
7377
7378 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
7379
7380 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7381 for stages after the first.
7382
7383 2006-07-17 Jakub Jelinek <jakub@redhat.com>
7384
7385 * Makefile.def: Add dependencies for configure-opcodes
7386 on configure-intl and all-opcodes on all-intl.
7387 * Makefile.in: Regenerated.
7388
7389 2006-07-13 Ben Elliston <bje@au.ibm.com>
7390
7391 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7392
7393 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
7394
7395 Port to hosts whose 'sort' and 'tail' implementations
7396 treat operands with leading '+' as file names, as POSIX
7397 has required since 2001. However, make sure the code still
7398 works on pre-POSIX hosts.
7399 * ltmain.sh: Don't assume "sort +2" is equivalent to
7400 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7401
7402 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
7403
7404 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7405
7406 2006-07-04 Peter O'Gorman <peter@pogma.com>
7407
7408 * ltconfig: chmod 644 before ranlib during install.
7409
7410 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7411
7412 PR bootstrap/18058
7413 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7414 if the bootstrap compiler is a GCC version that supports it.
7415 * configure: Regenerate.
7416
7417 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7418
7419 * configure.in: Fix thinkos in previous check-in.
7420 * configure: Regenerate.
7421
7422 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7423
7424 PR other/27063
7425 * configure.in: Test subdir_requires and give an appropriate
7426 error message.
7427 * configure: Regenerate.
7428
7429 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
7430
7431 * MAINTAINERS (Write After Approval): Add myself.
7432
7433 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
7434
7435 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7436
7437 2006-06-22 Steve Ellcey <sje@cup.hp.com>
7438
7439 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7440
7441 2006-06-20 David Ayers <d.ayers@inode.at>
7442
7443 PR bootstrap/28072
7444 * configure.in: Add target-boehm-gc to noconfigdirs depending on
7445 whether target-libjava is being configured instead of whether the
7446 java front end is enabled.
7447 * configure: Regenerate.
7448
7449 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7450
7451 PR target/27540
7452 * configure.in: Only enable libgomp on IRIX 6.
7453 * configure: Regenerate.
7454
7455 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
7456
7457 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7458 too.
7459 * Makefile.in: Regenerate.
7460
7461 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
7462
7463 * config-ml.in: Alter CCASFLAGS to include special
7464 multilib options the same as is done for CFLAGS.
7465
7466 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7467
7468 * configure.in: Don't enable libgomp on hpux10.
7469 * configure: Rebuilt.
7470
7471 2006-06-12 David Ayers <d.ayers@inode.at>
7472
7473 PR bootstrap/27963
7474 PR target/19970
7475 * configure.in: Remove target-boehm-gc from noconfigdirs where
7476 ${libgcj} is specified.
7477 * configure: Regenerate.
7478
7479 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
7480
7481 Sync from src:
7482
7483 * configure.in: Sync.
7484 * configure: Regenerated.
7485
7486 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
7487
7488 * Makefile.def: Added dependencies from sim and gdb on intl, and
7489 added configure dependencies to everything with an all dependency
7490 on intl.
7491 * Makefile.in: Regenerated.
7492
7493 2006-06-06 David Ayers <d.ayers@inode.at>
7494
7495 PR libobjc/13946
7496 * Makefile.def: Add dependencies for libobjc which boehm-gc.
7497 * Makefile.in: Regenerate.
7498 * configure.in: Add --enable-objc-gc at toplevel and have it
7499 enable boehm-gc for Objective-C.
7500 Remove target-boehm-gc from libgcj.
7501 Add target-boehm-gc to target_libraries.
7502 Add target-boehm-gc to noconfigdirs where ${libgcj}
7503 is specified.
7504 Assert that boehm-gc is supported when requested for Objective-C.
7505 Only build boehm-gc if needed either for Java or Objective-C.
7506 * configure: Regenerate.
7507
7508 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
7509
7510 PR 27674
7511 * Makefile.tpl (configure-[+prefix+][+module+],
7512 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7513 Remove rule to unstage bootstrapped modules.
7514 (stage_current): New.
7515 * Makefile.in: Regenerate.
7516
7517 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7518
7519 * MAINTAINERS (Write After Approval): Update my e-mail address.
7520
7521 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7522
7523 * include/libiberty.h: Declare pex_run_in_environment.
7524
7525 2006-05-31 Asher Langton <langton2@llnl.gov>
7526
7527 * MAINTAINERS (Write After Approval): Add myself.
7528
7529 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
7530
7531 * Makefile.def (bfd, opcodes): Fix lib_path.
7532 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7533 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7534 * Makefile.in: Regenerate.
7535
7536 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7537
7538 * Makefile.in: Regenerate.
7539
7540 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7541
7542 * Makefile.def: Add install-html target. Add datarootdir
7543 docdir and htmldir to flags_to_pass.
7544 * Makefile.tpl: Add install-html target.
7545 * Makefile.in: Regenerate.
7546 * configure.in: Add --with-datarootdir, --with-docdir, and
7547 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7548 * configure: Regenerate.
7549
7550 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7551
7552 * configure.in: Enable gprof for cross builds.
7553 * configure: Regenerate.
7554
7555 2006-05-22 Richard Guenther <rguenther@suse.de>
7556
7557 Revert
7558 2006-01-31 Richard Guenther <rguenther@suse.de>
7559 Paolo Bonzini <bonzini@gnu.org>
7560
7561 * Makefile.def (target_modules): Add libgcc-math target module.
7562 * configure.in (target_libraries): Add libgcc-math target library.
7563 (--enable-libgcc-math): New configure switch.
7564 * Makefile.in: Re-generate.
7565 * configure: Re-generate.
7566 * libgcc-math: New toplevel directory.
7567
7568 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7569 Andreas Tobler <a.tobler@schweiz.ch>
7570
7571 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7572 * configure: Rebuilt.
7573
7574 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7575
7576 * MAINTAINERS (Write After Approval): Add myself.
7577
7578 2006-05-01 DJ Delorie <dj@redhat.com>
7579
7580 * configure.in: Restore CFLAGS if GMP isn't present.
7581 * configure: Regenerate.
7582
7583 2006-05-01 Richard Guenther <rguenther@suse.de>
7584
7585 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7586 maintainer.
7587
7588 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7589
7590 * MAINTAINERS (Write After Approval): Add myself.
7591
7592 2006-04-28 Jan Beulich <jbeulich@novell.com>
7593
7594 * MAINTAINERS (Write After Approval): Add myself.
7595
7596 2006-04-18 DJ Delorie <dj@redhat.com>
7597
7598 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7599 reference libgloss so that libssp can be built in a combined
7600 tree.
7601 * configure: Regenerate.
7602
7603 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
7604
7605 * MAINTAINERS (Write After Approval): Add myself.
7606
7607 2006-04-05 Ben Elliston <bje@au.ibm.com>
7608
7609 * configure.in: Require makeinfo 4.4 or higher.
7610 * configure: Regenerate.
7611
7612 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7613
7614 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7615 Rearrange the entries of other libraries to have them in one place.
7616
7617 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7618
7619 * MAINTAINERS (Write After Approval): Remove myself.
7620 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7621
7622 2006-03-14 Richard Guenther <rguenther@suse.de>
7623
7624 * configure: Regenerate with autoconf 2.13.
7625
7626 2006-03-13 Jim Blandy <jimb@codesourcery.com>
7627
7628 * MAINTAINERS: Use my work address.
7629
7630 * MAINTAINERS: Update my E-mail address.
7631
7632 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
7633
7634 * configure.in: Handle --disable-<component> generically.
7635 * configure: Regenerate.
7636
7637 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7638
7639 PR libgcj/17311
7640 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7641
7642 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7643
7644 * MAINTAINERS (Write After Approval): Remove myself.
7645 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7646
7647 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
7648
7649 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7650 (TARGET_CONFIGDIRS): Remove.
7651 * configure.in: Remove AC_SUBST(target_configdirs).
7652 * Makefile.in, configure: Regenerated.
7653
7654 2006-02-20 Steven G. Kargl <kargls@comcast.net>
7655
7656 * MAINTAINERS (Write After Approval): Remove myself.
7657 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7658
7659 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
7660
7661 PR bootstrap/25670
7662
7663 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7664
7665 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7666 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7667 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7668 BUILD_PREFIX, BUILD_PREFIX_1.
7669 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7670
7671 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7672 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7673
7674 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7675 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7676 of `cat stage_current`. Always provide the `r' and `s' variables.
7677 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7678 a single shell execution.
7679 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7680 bootstrapped modules, make the stage1 module if the build was not
7681 started yet, else build the current stage.
7682 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7683 (all-build, all-host, all-target, [+make_target+]-host,
7684 [+make_target+]-target): Do not use \-continued lines.
7685 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7686 (current_stage, restrap, stage_last): New.
7687
7688 * Makefile.in: Regenerate.
7689 * configure: Regenerate.
7690
7691 2006-02-19 Bud Davis <jmdavis@link.com>
7692
7693 * MAINTAINERS (Write After Approval): Remove myself.
7694 (Language Front End Maintainers): Add myself as fortran 95
7695 maintainer and update e-mail address.
7696
7697 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7698
7699 * MAINTAINERS (Write After Approval): Remove myself.
7700 (Language Front End Maintainers): Add myself as fortran 95
7701 maintainer.
7702
7703 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
7704
7705 * MAINTAINERS (Write After Approval): Add myself.
7706
7707 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7708
7709 * MAINTAINERS (Write After Approval): Remove myself.
7710 (Language Front End Maintainers): Add myself as
7711 fortran 95 maintainer.
7712
7713 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7714
7715 Sync from src:
7716
7717 2005-12-27 Leif Ekblad <leif@rdos.net>
7718
7719 * configure.in: Add support for RDOS target.
7720 * configure: Regenerate.
7721
7722 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7723 Andreas Schwab <schwab@suse.de>
7724
7725 * configure: Regenerate.
7726
7727 2006-02-12 David Edelsohn <edelsohn@gnu.org>
7728
7729 * configure.in (enable_libgomp): Add AIX.
7730 * configure: Regenerate.
7731
7732 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7733
7734 * MAINTAINERS (Write After Approval): Add myself.
7735
7736 2006-02-03 Lee Millward <lee.millward@gmail.com>
7737
7738 * MAINTAINERS (Write After Approval): Add myself.
7739
7740 2006-01-31 Richard Guenther <rguenther@suse.de>
7741 Paolo Bonzini <bonzini@gnu.org>
7742
7743 * Makefile.def (target_modules): Add libgcc-math target module.
7744 * configure.in (target_libraries): Add libgcc-math target library.
7745 (--enable-libgcc-math): New configure switch.
7746 * Makefile.in: Re-generate.
7747 * configure: Re-generate.
7748 * libgcc-math: New toplevel directory.
7749
7750 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
7751
7752 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7753 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7754 the assembler, linker and binutils.
7755 * configure: Regenerate.
7756
7757 2006-01-22 Dirk Mueller <dmueller@suse.de>
7758
7759 * MAINTAINERS (Write After Approval): Add myself.
7760
7761 2006-01-20 Diego Novillo <dnovillo@redhat.com>
7762
7763 * configure: Regenerate.
7764
7765 2006-01-18 Richard Henderson <rth@redhat.com>
7766 Jakub Jelinek <jakub@redhat.com>
7767 Diego Novillo <dnovillo@redhat.com>
7768
7769 * libgomp: New directory.
7770 * Makefile.def: Add target_module libgomp.
7771 * Makefile.in: Regenerate.
7772 * configure.in (target_libraries): Add target-libgomp.
7773 * configure: Regenerate.
7774
7775 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
7776
7777 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7778 @ from continuation.
7779 * Makefile.in: Rebuilt.
7780
7781 2006-01-04 Chris Lattner <sabre@gnu.org>
7782
7783 * MAINTAINERS (Write After Approval): Add myself.
7784
7785 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
7786
7787 PR bootstrap/24252
7788
7789 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7790 * Makefile.tpl (OBJDUMP): New.
7791 (EXTRA_HOST_FLAGS): Add it.
7792 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7793
7794 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7795 to use symbolic links between directories. Avoid race conditions
7796 or make them harmless.
7797 * configure.in: Do not try to use symbolic links between directories.
7798
7799 * Makefile.def (LEAN): Pass.
7800 * Makefile.tpl (LEAN): Define.
7801 (stage[+id+]-start): Accept that the previous directory does not
7802 exist, if the bootstrap is lean.
7803 (stage[+id+]-bubble): Invoke lean bootstrap commands after
7804 stage[+id+]-start. Use a makefile variable and an `if' instead of a
7805 configure substitution.
7806 ([+compare-target+]): Likewise.
7807 ([+bootstrap-target+]-lean): New.
7808 * configure.in: Remove lean bootstrap support from here.
7809
7810 * Makefile.in: Regenerate.
7811 * configure: Regenerate.
7812
7813 2006-01-04 Ben Elliston <bje@au.ibm.com>
7814
7815 * MAINTAINERS (libdecnumber): Add myself.
7816
7817 2006-01-02 Mark Mitchell <mark@codesourcery.com>
7818
7819 * libtool-ldflags: New script.
7820
7821 2006-01-02 Andreas Schwab <schwab@suse.de>
7822
7823 * configure.in: When reconfiguring remove Makefile in
7824 all stage directories.
7825 * configure: Regenerate.
7826
7827 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
7828
7829 * MAINTAINERS: Update my email address.
7830
7831 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
7832
7833 Revert Ada-related part of the previous change.
7834
7835 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7836 Do not pass.
7837 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7838 * Makefile.in: Regenerate.
7839 * configure.in: Do not include mt-ppc-aix target fragment.
7840 * configure: Regenerate.
7841
7842 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
7843
7844 * configure.in: Select appropriate fragments for PowerPC/AIX.
7845 * configure: Regenerate.
7846
7847 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7848 BOOT_CFLAGS, BOOT_LDFLAGS.
7849 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7850 BOOT_CFLAGS, BOOT_LDFLAGS.
7851 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7852 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7853 (stage): Fail if we cannot complete the work.
7854 * Makefile.in: Regenerate.
7855
7856 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
7857
7858 * configure.in: Replace ms1 with mt.
7859 * configure: Rebuilt.
7860
7861 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
7862
7863 * MAINTAINERS: Update my email address.
7864
7865 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
7866
7867 * Makefile.tpl (all, do-[+make_target+], do-check, install,
7868 install-host-nogcc): Don't invoke $(stage) at the end.
7869 * Makefile.in: Regenerate.
7870
7871 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
7872
7873 * configure.in: Flip the top-level bootstrap switch.
7874 * configure: Regenerate.
7875
7876 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
7877
7878 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7879 $(stage) and $(unstage).
7880 (EXTRA_TARGET_FLAGS): Correct double-quoting.
7881 (all): Remove stray semicolon.
7882 (local-distclean): Don't handle multilib.tmp and multilib.out.
7883 (install.all): Set $s for consistency.
7884 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7885 check_multilibs setting. Always make the install directory.
7886 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7887 Correct @if/@endif.
7888 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7889 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7890 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7891 (multilib.out): Remove.
7892 * Makefile.in: Regenerated.
7893
7894 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
7895
7896 * MAINTAINERS (Write After Approval): Add myself.
7897
7898 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
7899
7900 * MAINTAINERS: Add myself as mt maintainer.
7901
7902 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
7903
7904 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
7905
7906 * MAINTAINERS: Change email address.
7907
7908 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
7909
7910 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7911 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7912 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
7913 Find in-tree tools if available.
7914 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7915 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7916 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7917 (COMPILER_*_FOR_TARGET): New.
7918 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7919 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7920 (CONFIGURED_*, USUAL_*): Remove.
7921 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7922 STRIP): Use autoconf substitutions.
7923 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7924 COMPILER_NM_FOR_TARGET): New.
7925 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7926
7927 (all): Make all-host and all-target in parallel.
7928 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7929 that $$r and $$s are set before invoking a recursive make.
7930 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7931 ([+bootstrap-target+]): Inline most of the `all' target.
7932
7933 2005-11-29 Ben Elliston <bje@au.ibm.com>
7934
7935 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7936 from the gcc build directory.
7937 * Makefile.in: Regenerate.
7938
7939 2005-11-29 Ben Elliston <bje@au.ibm.com>
7940
7941 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
7942 depend on all-libdecnumber.
7943 * configure.in (host_libs): Include libdecnumber.
7944 * Makefile.in: Regenerate.
7945 * configure: Likewise.
7946
7947 2005-11-29 Ben Elliston <bje@au.ibm.com>
7948
7949 * libdecnumber: Import decNumber sources from the dfp-branch.
7950
7951 2005-11-21 Kean Johnston <jkj@sco.com>
7952
7953 * config.sub, config.guess: Sync from upstream sources.
7954
7955 2005-11-21 Ben Elliston <bje@au.ibm.com>
7956
7957 Import from Autoconf sources:
7958
7959 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
7960 * config/move-if-change: Don't output "$2 is unchanged";
7961 suggested by Ben Elliston. Handle weird characters correctly.
7962
7963 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
7964
7965 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7966 to match upstream libtool for darwin.
7967
7968 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
7969
7970 * Makefile.def: Remove gdb dependencies for gdbtk.
7971 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7972 (configure-gdb, install-gdb): New rules.
7973 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7974 * Makefile.in, configure: Regenerated.
7975
7976 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
7977
7978 * MAINTAINERS (Write After Approval): Add myself.
7979
7980 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
7981
7982 * MAINTAINERS (Write After Approval): Add myself.
7983
7984 2005-10-24 Diego Novillo <dnovillo@redhat.com>
7985
7986 * MAINTAINERS (alias analysis): Add Daniel Berlin and
7987 Diego Novillo.
7988
7989 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
7990
7991 PR bootstrap/24297
7992 * Makefile.tpl (do-[+make-target+], do-check, install,
7993 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7994 are set before recursing.
7995 * Makefile.in: Regenerate.
7996
7997 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
7998
7999 PR bootstrap/18939
8000 * Makefile.def (gcc) <target>: Fix thinko.
8001 * Makefile.in: Regenerate.
8002
8003 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
8004
8005 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8006 * configure: Regenerate.
8007
8008 2005-10-15 Jie Zhang <jie.zhang@analog.com>
8009
8010 * MAINTAINERS (Write After Approval): Add self.
8011
8012 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
8013
8014 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8015 target-libffi, target-qthreads, target-libjava, and
8016 targetlibobjc.
8017 * configure: Regenerate.
8018
8019 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
8020
8021 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8022 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8023 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8024 (USUAL_OBJDUMP_FOR_TARGET): New.
8025 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8026 * configure.in: Check for $OBJDUMP_FOR_TARGET.
8027 * configure, Makefile.in: Regenerated.
8028
8029 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8030
8031 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8032 before other host packages.
8033
8034 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
8035
8036 * MAINTAINERS: Add self as sh libraries/configury maintainer.
8037
8038 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8039
8040 PR bootstrap/22340
8041
8042 * configure.in (default_target): Remove.
8043 * Makefile.tpl (all): Do not use prerequisites as subroutines
8044 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8045 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8046 use prerequisites as subroutines.
8047 (check-host, check-target): New.
8048 (bootstrap configure & all targets): Do not use stage*-start
8049 if the directory layout is already ok.
8050 (non-bootstrap configure & all targets): Prepend a $(unstage).
8051 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
8052 (NOTPARALLEL): Remove.
8053 (unstage, stage variables): New variables.
8054 (unstage, stage targets): Simply expand to those variables.
8055
8056 * configure: Regenerate.
8057 * Makefile.in: Regenerate.
8058
8059 2005-10-04 James E Wilson <wilson@specifix.com>
8060
8061 * Makefile.def (lang_env_dependencies): Add libmudflap.
8062 * Makefile.in: Regenerate.
8063
8064 2005-10-03 Andreas Schwab <schwab@suse.de>
8065
8066 Backport from libtool CVS:
8067 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
8068
8069 * ltmain.sh: add support for installing into temporary
8070 staging area (e.g. 'make install DESTDIR=...')
8071
8072 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
8073
8074 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8075 * configure: Regenerated.
8076
8077 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
8078
8079 * configure: Regenerate with the correct
8080 autoconf version.
8081
8082 2005-09-30 Catherine Moore <clm@cm00re.com>
8083
8084 * configure.in (bfin-*-*): New.
8085 * configure: Regenerated.
8086
8087 2005-09-28 Geoffrey Keating <geoffk@apple.com>
8088
8089 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8090 (LIPO_FOR_TARGET): New.
8091 (CONFIGURED_LIPO_FOR_TARGET): New.
8092 (USUAL_LIPO_FOR_TARGET): New.
8093 (STRIP_FOR_TARGET): New.
8094 (CONFIGURED_STRIP_FOR_TARGET): New.
8095 (USUAL_STRIP_FOR_TARGET): New.
8096 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8097 STRIP_FOR_TARGET.
8098 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8099 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8100 * Makefile.in: Regenerate.
8101 * configure: Regenerate.
8102
8103 2005-09-19 David Edelsohn <edelsohn@gnu.org>
8104
8105 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8106 (rs6000-*-aix*): Same.
8107 * configure: Regenerate.
8108
8109 2005-09-16 Tom Tromey <tromey@redhat.com>
8110
8111 * MAINTAINERS: Add self as java maintainer.
8112
8113 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8114
8115 * configure.in: Recognize f95 in the --enable-languages option,
8116 and substitute it for fortran, issuing a warning.
8117 * configure: Regenerate.
8118
8119 2005-08-30 Phil Edwards <phil@codesourcery.com>
8120
8121 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
8122 * configure: Regenerated.
8123
8124 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
8125
8126 * MAINTAINERS: Add self as ms1 maintainer.
8127
8128 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
8129
8130 * Makefile.def (libssp): Add to lang_env_dependencies.
8131 * Makefile.in: Regenerate.
8132
8133 2005-08-18 Ian Lance Taylor <ian@airs.com>
8134
8135 * MAINTAINERS: Add myself as middle-end maintainer.
8136
8137 2005-08-17 Christian Groessler <chris@groessler.org>
8138
8139 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8140 * Makefile.in: Regenerate.
8141
8142 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
8143
8144 * MAINTAINERS (write after approval): Added myself.
8145
8146 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
8147
8148 * MAINTAINERS (Write After Approval): Add myself.
8149
8150 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
8151
8152 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8153 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8154 Look for alternate names of the target cc and c++
8155 * configure: Regenerate.
8156
8157 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
8158
8159 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8160 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8161 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8162 tools; remove code to manually set them.
8163 (Target tools): Look in the environment for them.
8164 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8165 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8166 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8167 build directory.
8168 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8169 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8170 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8171 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8172 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8173 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8174 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8175 * configure: Regenerate.
8176 * Makefile.in: Regenerate.
8177
8178 2005-07-28 Ben Elliston <bje@au.ibm.com>
8179
8180 * MAINTAINERS: Update for removed CPU targets.
8181
8182 2005-07-27 Mark Mitchell <mark@codesourcery.com>
8183
8184 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8185 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8186 * Makefile.in: Regenerated.
8187
8188 2005-07-26 Mark Mitchell <mark@codesourcery.com>
8189
8190 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8191 (CFLAGS_FOR_TARGET): Use it.
8192 (CXXFLAGS_FOR_TARGET): Likewise.
8193 * Makefile.in: Regenerated.
8194 * configure.in (--with-build-sysroot): New option.
8195 * configure: Regenerated.
8196
8197 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
8198
8199 * Makefile.tpl: Wrap install between unstage and stage
8200 * Makefile.in: Regenerate.
8201
8202 2005-07-21 Eric Christopher <echristo@apple.com>
8203
8204 * MAINTAINERS: Update affiliation.
8205
8206 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
8207
8208 * MAINTAINERS: Add self as crx port maintainer.
8209
8210 2005-07-20 DJ Delorie <dj@redhat.com>
8211
8212 * MAINTAINERS: Add self as m32c maintainer.
8213
8214 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
8215
8216 * all files: Update FSF address.
8217
8218 2005-07-15 Eric Christopher <echristo@redhat.com>
8219
8220 * MAINTAINERS: Change affiliation.
8221
8222 2005-07-14 Jim Blandy <jimb@redhat.com>
8223
8224 * configure.in: Add cases for Renesas m32c.
8225 * configure: Regenerated.
8226
8227 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8228
8229 * COPYING.LIB: Update from fsf.org.
8230
8231 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8232
8233 * COPYING, compile, config.guess,
8234 config.sub, install-sh, missing, mkinstalldirs,
8235 symlink-tree, ylwrap: Sync from upstream sources.
8236 * config-ml.in: Update FSF address.
8237
8238 2005-07-13 Eric Christopher <echristo@redhat.com>
8239
8240 * configure.in: Add toplevel noconfigdir support for tpf.
8241 * configure: Regenerate.
8242
8243 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
8244
8245 PR ada/22340
8246
8247 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8248 * Makefile.in: Regenerate.
8249
8250 2005-07-07 Mark Mitchell <mark@codesourcery.com>
8251
8252 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
8253 Brolley to write-after-approval.
8254
8255 2005-07-07 Andreas Schwab <schwab@suse.de>
8256
8257 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8258 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8259 * Makefile.in: Regenerated.
8260
8261 2005-07-06 Geoffrey Keating <geoffk@apple.com>
8262
8263 * configure.in: Don't build sim or rda when targetting darwin.
8264 * configure: Regenerate.
8265
8266 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8267
8268 * configure.in: Add --enable-libssp and --disable-libssp.
8269 * configure: Regenerate with autoconf-2.13.
8270
8271 2005-07-02 Jakub Jelinek <jakub@redhat.com>
8272
8273 * Makefile.def (target_modules): Add libssp.
8274 * configure.in (target_libraries): Add target-libssp.
8275 * configure: Rebuilt.
8276 * Makefile.in: Rebuilt.
8277
8278 2005-07-01 Zack Weinberg <zackw@panix.com>
8279
8280 * MAINTAINERS: Change email address. Resign from maintainership.
8281
8282 2005-07-01 Richard Guenther <rguenther@suse.de>
8283
8284 * MAINTAINERS: Change my e-mail address and affiliation.
8285
8286 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
8287
8288 * Makefile.def (stagefeedback): Come after profile.
8289 Define profiledbootstrap target.
8290 * Makefile.tpl (profiledbootstrap): Remove.
8291 (stageprofile-end): Zap stagefeedback.
8292 (stagefeedback-start): Copy all .gcda files, not only GCC's.
8293 * Makefile.in: Regenerate.
8294
8295 2005-06-13 Richard Sandiford <richard@codesourcery.com>
8296
8297 * MAINTAINERS: Update my email address.
8298
8299 2005-06-13 Zack Weinberg <zack@codesourcery.com>
8300
8301 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
8302 In 'cpp' stanza, support '#line' as well as '# '.
8303
8304 2005-06-08 Andreas Schwab <schwab@suse.de>
8305
8306 * MAINTAINERS: Move myself from 'Write After Approval' to
8307 'CPU Port Maintainers' section as m68k maintainer.
8308
8309 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
8310
8311 * configure.in (unsupported_languages): New macro.
8312 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
8313 non-ported target libraries in noconfigdirs.
8314 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8315 non-linux-gnu. Remove libgcj_ex_libffi.
8316 <lang_frag loop>: Set add_this_lang=no if the language is in
8317 unsupported_languages.
8318 * configure: Regenerate.
8319
8320 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
8321
8322 * configure.in: Fix typo in handling of --with-mpfr-dir.
8323 * configure: Regenerate.
8324
8325 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
8326
8327 * MAINTAINERS: Update my email address.
8328
8329 2005-06-02 Jim Blandy <jimb@redhat.com>
8330
8331 * config.sub: Add cases for the Renesas m32c. (This patch has been
8332 accepted into the master sources.)
8333
8334 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
8335 Michael Snyder <msnyder@redhat.com>
8336 Stan Cox <scox@redhat.com>
8337
8338 * configure.in: Set noconfigdirs for ms1.
8339
8340 * configure: Regenerate.
8341
8342 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
8343
8344 * MAINTAINERS (Write After Approval): Add self.
8345
8346 2005-06-01 Josh Conner <jconner@apple.com>
8347
8348 * MAINTAINERS (Write After Approval): Add self.
8349
8350 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
8351
8352 * MAINTAINERS: Update my email address.
8353
8354 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
8355
8356 * MAINTAINERS (Write After Approval): Add self.
8357
8358 2005-05-26 Chris Demetriou <cgd@broadcom.com>
8359
8360 * MAINTAINERS (Write After Approval): Remove self.
8361
8362 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
8363
8364 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8365 (Dependencies): Consider target modules for bootstrap dependencies.
8366 Make target bootstrap modules depend on each stage's gcc.
8367 * Makefile.in: Regenerate.
8368
8369 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
8370
8371 * Makefile.def (configure-gcc): Depend on binutils having been built.
8372 (all-gcc): No need to do it here.
8373 * Makefile.in: Regenerate.
8374
8375 2005-05-19 Paul Brook <paul@codesourcery.com>
8376
8377 * configure.in: Rewrite misleading error message when requested
8378 language cannot be built.
8379 * configure: Regenerate.
8380
8381 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
8382
8383 * ylwrap: Import from Automake 1.9.5.
8384
8385 2005-05-13 David Ung <davidu@mips.com>
8386
8387 * MAINTAINERS (Write After Approval): Add self.
8388
8389 2005-05-09 Mike Stump <mrs@apple.com>
8390
8391 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8392 lt_cv_sys_max_cmd_len for now.
8393
8394 2005-05-09 Stan Cox <scox@redhat.com>
8395
8396 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8397
8398 2005-05-08 Matt Kraai <kraai@ftbfs.org>
8399
8400 * README.SCO: Update the URL.
8401
8402 2005-05-05 David Edelsohn <edelsohn@gnu.org>
8403
8404 * ltconfig: Define file_list_spec. Pass file_list_spec and
8405 with_gnu_ld to libtool.
8406 * ltcf-c.sh (aix[45]): Define file_list_spec.
8407 * ltcf-cxx.sh (aix[45]): Same.
8408 * ltcf-gcj.sh (aix[45]): Same.
8409 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8410 exists, write list of input files to temporary file.
8411
8412 2005-05-04 Mike Stump <mrs@apple.com>
8413
8414 * configure.in: Always pass --target to target configures as
8415 otherwise rebuilds that do --recheck will fail.
8416 * confiugure: Rebuilt.
8417
8418 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
8419
8420 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8421 STAGE_HOST_EXPORTS.
8422 (configure, all): Add bootstrap support.
8423 (Host modules, target modules): Pass post-stage1 flags and exports.
8424 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8425 * Makefile.in: Regenerate.
8426
8427 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
8428
8429 * configure: Regenerate.
8430
8431 2005-04-27 Mike Stump <mrs@apple.com>
8432
8433 * MAINTAINERS: Add self as darwin maintainer.
8434
8435 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
8436
8437 * config.sub: Update from master copy.
8438
8439 2005-04-21 Mike Stump <mrs@apple.com>
8440
8441 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8442 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8443
8444 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
8445
8446 * configure.in <crisv32-*-*, cris-*-*>: New local variable
8447 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
8448 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
8449 "*-*-elf" and "*-*-linux*".
8450 * configure: Regenerate.
8451
8452 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
8453
8454 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8455
8456 2005-04-12 Mike Stump <mrs@apple.com>
8457
8458 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8459
8460 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
8461
8462 * MAINTAINERS (Write After Approval): Add myself.
8463
8464 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
8465
8466 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8467
8468 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
8469
8470 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8471 (TARGET_CONFIGARGS): Include --with-target-subdir.
8472 (configure, all): New macros. Use them throughout.
8473 * Makefile.in: Regenerate.
8474
8475 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
8476
8477 * MAINTAINERS (Write After Approval): Add myself.
8478
8479 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8480
8481 * MAINTAINERS: Remove 'loop unrolling' maintainer.
8482
8483 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
8484
8485 * MAINTAINERS: Move John Carr to Write After Approval.
8486
8487 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
8488
8489 * config/mh-mingw32: Delete.
8490 * configure.in: Don't use it.
8491 * configure: Regenerate.
8492
8493 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
8494
8495 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8496 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8497 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8498 (HOST_LIB_PATH): Generate from Makefile.def.
8499 (TARGET_LIB_PATH): Likewise.
8500 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8501 * Makefile.in: Regenerate.
8502 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8503 (RPATH_ENVVAR): Include Darwin case.
8504 * configure: Regenerate.
8505
8506 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
8507
8508 * MAINTAINERS (Various Maintainers): Remove self.
8509 (Write After Approval): Add self.
8510
8511 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8512
8513 * MAINTAINERS (Various Maintainers): Add self.
8514
8515 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
8516
8517 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8518 * configure: Regenerate.
8519
8520 2005-03-21 Zack Weinberg <zack@codesourcery.com>
8521
8522 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8523 gcc_version, and gcc_version_trigger from set of flags to pass.
8524 * Makefile.tpl: Remove definitions of above variables.
8525 (config.status): Remove dependency on $(gcc_version_trigger).
8526 * Makefile.in: Regenerate.
8527 * configure.in: Do not reference config/gcc-version.m4 nor
8528 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8529 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8530 * configure: Regenerate.
8531
8532 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
8533 Andrew Pinski <pinskia@physics.uc.edu>
8534
8535 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8536 * Makefile.in: Regenerate.
8537
8538 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8539
8540 * MAINTAINERS (Write After Approval): Add myself.
8541
8542 2005-03-03 David Ayers <d.ayers@inode.at>
8543
8544 * MAINTAINERS (Write After Approval): Add myself.
8545
8546 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
8547
8548 PR libgcj/20160
8549 * ltmain.sh: Avoid creating archives with components that have
8550 duplicate basenames.
8551
8552 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8553
8554 PR bootstrap/20250
8555 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8556 instead of check.
8557 * Makefile.in: Regenerate.
8558
8559 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8560
8561 * Makefile.in: Regenerate to fix conflict between the previous two
8562 patches.
8563
8564 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8565
8566 PR bootstrap/17383
8567 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8568 * Makefile.tpl (HOST_SUBDIR): New substitution.
8569 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8570 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8571 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8572 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8573 (Host modules, Bootstrapped modules): Use it.
8574 (Build modules, Target modules): Do not create symlink trees,
8575 always configure out-of-srcdir.
8576 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8577 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8578 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8579 $(HOST_SUBDIR). Create a symlink for host_subdir.
8580
8581 * Makefile.in: Regenerate.
8582 * configure: Regenerate.
8583
8584 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8585
8586 Merged from libada-gnattools-branch:
8587 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8588
8589 * gnattools: New directory.
8590 * Makefile.def: Add gnattools as a module, depending on target-libada.
8591 * Makefile.in: Regenerate.
8592 * configure.in: Include gnattools in host_tools; disable it if ada
8593 is disabled.
8594 * configure: Regenerate.
8595
8596 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
8597
8598 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8599 treelang maintainer.
8600 (Write After Approval): Remove myself.
8601
8602 2005-02-23 Paul Schlie <schlie@comcast.net>
8603
8604 * configure.in: Allow darwin targeted ports to build tk, itcl and
8605 libgui.
8606 * configure: Regenerate.
8607
8608 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8609
8610 PR libgcj/10353
8611 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8612 * configure: Regenerate.
8613
8614 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8615
8616 * MAINTAINERS (Write After Approval): Add myself.
8617
8618 2005-02-10 Ian Lance Taylor <ian@airs.com>
8619
8620 * MAINTAINERS: Update my e-mail address.
8621
8622 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8623
8624 * MAINTAINERS (Write After Approval): Add myself.
8625
8626 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
8627
8628 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8629 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8630 target-libgloss when not *-*-elf and *-*-aout.
8631 * configure: Regenerate.
8632
8633 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8634
8635 * MAINTAINERS: Remove obsolete entries.
8636
8637 * MAINTAINERS (Write After Approval): Add Michael Matz.
8638
8639 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
8640
8641 * MAINTAINERS: Remove self as cpplib maintainer.
8642
8643 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8644
8645 * install-sh, config.sub: Import from upstream.
8646
8647 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8648
8649 PR bootstrap/18222
8650 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8651 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8652 * Makefile.in: Regenerate.
8653
8654 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
8655
8656 * MAINTAINERS: Update my email address.
8657
8658 2005-01-12 David Edelsohn <edelsohn@gnu.org>
8659 Andreas Schwab <schwab@suse.de>
8660
8661 PR bootstrap/18033
8662 * config-ml.in: Eval option if surrounded by single quotes.
8663
8664 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
8665
8666 Revert 2004-12-28 Makefile changes, a better fix will be
8667 applied to mainline and src after GCC 4.0 branches.
8668
8669 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
8670
8671 PR bootstrap/17383
8672
8673 * Makefile.def (target_modules): Remove stage parameter,
8674 it is always true now.
8675 * Makefile.tpl (configure-build-[+module+],
8676 configure-target-[+module+]): Always build symlink tree
8677 for the directory and for include. BUILD_SUBDIR and
8678 TARGET_SUBDIR cannot be . anymore.
8679 * Makefile.in: Regenerate.
8680
8681 2004-12-25 David Edelsohn <edelsohn@gnu.org>
8682
8683 Revert 2004-12-08 Makefile changes.
8684
8685 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8686
8687 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8688 cygwin, mingw.
8689
8690 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8691
8692 * configure.in (sh64-*-*): Reenable gprof.
8693 * configure: Regenerate.
8694
8695 2004-12-08 David Edelsohn <edelsohn@gnu.org>
8696
8697 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8698 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8699 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8700 * Makefile.in: Regenerate.
8701
8702 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8703
8704 * MAINTAINERS: Update my email address.
8705
8706 2004-12-07 Matt Kraai <kraai@ftbfs.org>
8707
8708 * Makefile.tpl: Generate normal dependencies if the LHS module is
8709 not bootstrapped.
8710 * Makefile.in: Regenerate.
8711
8712 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8713
8714 * configure.in: Include config/gxx-include-dir.m4. Use
8715 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8716 * configure: Regenerate.
8717
8718 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8719
8720 * config.if: Delete.
8721 * configure.in: Set libstdcxx_incdir directly.
8722 * configure: Regenerate.
8723
8724 2004-12-02 Eric Christopher <echristo@redhat.com>
8725
8726 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8727 * Makefile.in: Regenerate.
8728
8729 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8730
8731 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8732 * configure: Regenerate.
8733
8734 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8735
8736 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8737 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8738 * configure: Regenerate.
8739
8740 2004-12-01 Eric Christopher <echristo@redhat.com>
8741
8742 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8743 of things to remove.
8744
8745 2004-11-29 Matt Kraai <kraai@ftbfs.org>
8746
8747 * MAINTAINERS (Write After Approval): Update my e-mail address.
8748
8749 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8750
8751 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8752 from CVS libtool to always pass_all.
8753
8754 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8755
8756 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8757 (hppa*64*-*-*): Delete incorrect comment.
8758 * configure: Rebuilt.
8759
8760 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8761
8762 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8763
8764 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
8765
8766 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8767 from CVS libtool to always pass_all.
8768
8769 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8770
8771 * install-sh, compile: Import from automake.
8772
8773 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
8774
8775 * config.guess, config.sub: Import from savannnah.
8776
8777 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
8778
8779 * MAINTAINERS (Write After Approval): Add myself
8780
8781 2004-11-12 Mike Stump <mrs@apple.com>
8782
8783 * Makefile.def: Add html support.
8784 * Makefile.tpl: Likewise.
8785 * Makefile.in: Regenerate.
8786
8787 2004-11-11 Geoffrey Keating <geoffk@apple.com>
8788
8789 PR 18423
8790 * configure.in: Remove all instances of build-fixincludes from
8791 noconfigdirs.
8792 (build_configargs): Supply --target to subdirectories.
8793 * configure: Regenerate.
8794
8795 * Makefile.def: Make gcc install depend on fixincludes install.
8796 * Makefile.in: Regenerate.
8797
8798 2004-11-10 Janis Johnson <janis187@us.ibm.com>
8799
8800 * MAINTAINERS: Add myself as gcc testsuite maintainer.
8801
8802 2004-11-11 Paul Brook <paul@codesourcery.com>
8803
8804 * MAINTAINERS: Add self as arm maintainer. Update email address.
8805
8806 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
8807
8808 * configure.in (noconfigdirs) [mmix-*-*]: Disable
8809 target-libgfortran.
8810 * configure: Regenerate.
8811
8812 2004-11-07 David Edelsohn <edelsohn@gnu.org>
8813
8814 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8815 like CC.
8816
8817 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
8818
8819 * Makefile.def (host fixincludes): Specify missing targets.
8820 * Makefile.in: Regenerate.
8821
8822 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
8823
8824 * MAINTAINERS: Add myself
8825
8826 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
8827
8828 * MAINTAINERS (Write After Approval): Add myself.
8829
8830 2004-11-04 Geoffrey Keating <geoffk@apple.com>
8831
8832 * Makefile.def: Build fixincludes for the host, too.
8833 * Makefile.in: Regenerate.
8834 * configure.in (host_tools): Add fixincludes.
8835 * configure: Regenerate.
8836
8837 2004-11-04 Daniel Jacobowitz <dan@debian.org>
8838
8839 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8840 * configure: Regenerated.
8841
8842 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
8843
8844 PR other/17783
8845 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8846 * configure: Regenerated.
8847
8848 2004-10-31 Mark Mitchell <mark@codesourcery.com>
8849
8850 * README.SCO: Update per FSF instructions.
8851
8852 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
8853
8854 PR target/18151
8855 * configure.in (case ${target}): Do not build fixincludes for avr.
8856 * configure: Regenerated.
8857
8858 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
8859
8860 * configure.in (case ${target}): Do not build fixincludes
8861 on platforms where it is not used.
8862 * configure: Regenerated.
8863
8864 2004-10-23 Daniel Jacobowitz <dan@debian.org>
8865
8866 * configure.in: Use an absolute path to install-sh.
8867 * configure: Regenerated.
8868
8869 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
8870
8871 * MAINTAINERS (Write After Approval): Add myself.
8872
8873 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
8874
8875 * MAINTAINERS: Remove from Write After Approval those that are
8876 already maintainers.
8877
8878 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
8879
8880 * MAINTAINERS: Update my email address.
8881
8882 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
8883
8884 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8885 * configure: Regenerate.
8886
8887 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
8888
8889 * MAINTAINERS: Update my email address.
8890
8891 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
8892
8893 * MAINTAINERS (Language Front Ends Maintainers): New. Move
8894 entries belonging to this category.
8895
8896 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
8897
8898 * MAINTAINERS: Update my e-mail address.
8899
8900 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
8901
8902 Fix wrong conflict resolution in:
8903
8904 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
8905
8906 * Makefile.in: Regenerate.
8907 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8908 in the recursive `make', instead of hardwiring `all'.
8909 (Autogenerated TARGET-* variables): New.
8910
8911 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
8912
8913 * configure.in: Enable target-libgloss for crx-*-*.
8914 * configure: Regenerate.
8915
8916 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8917
8918 * MAINTAINERS (Various Maintainers): Move the "windows,
8919 cygwin, mingw" maintainer to ...
8920 (OS Port Maintainers): ... here.
8921
8922 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
8923
8924 * MAINTAINERS (Write After Approval): Remove those that are
8925 maintainers of some subsystem.
8926
8927 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
8928
8929 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8930 * ltcf-cxx.sh (tpf*): Likewise.
8931 * ltconfig (tpf*): Add TPF OS configuration support.
8932
8933 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
8934
8935 * MAINTAINERS: Change my email address to my new work account.
8936
8937 2004-09-24 Michael Roth <mroth@nessie.de>
8938
8939 * configure.in (--without-headers): Add missing double quotes.
8940 * configure: Regenerate.
8941
8942 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
8943
8944 * ylwrap: Revert to previous version.
8945
8946 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
8947
8948 PR bootstrap/17369
8949 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8950 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8951 SET_GCC_LIB_PATH_CMD.
8952 (BASE_TARGET_EXPORTS): Likewise.
8953 * Makefile.in: Regenerated.
8954
8955 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8956 * configure: Regenerated.
8957
8958 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
8959
8960 * config.guess: New upstream version
8961 * compile, depcomp, install-sh, ylwrap: Likewise.
8962
8963 2004-09-19 Roger Sayle <roger@eyesopen.com>
8964
8965 * config/mh-x86omitfp: New host makefile fragment. Add
8966 -fomit-frame-pointer to the default BOOT_CFLAGS.
8967 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8968 * configure: Regenerate.
8969
8970 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
8971
8972 PR target/11572
8973 * configure.in (*-*-darwin*): Renable libobjc.
8974 * configure: Regenerate.
8975
8976 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
8977
8978 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8979
8980 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
8981
8982 * Makefile.def: Remove libbanshee.
8983 * Makefile.tpl: Ditto.
8984 * configure.in: Ditto.
8985 * Makefile.in: Regen.
8986 * configure: Ditto.
8987
8988 2004-09-08 David Edelsohn <edelsohn@gnu.org>
8989
8990 * ltmain.sh: Use $pic_object as $non_pic_object if
8991 $non_pic_object=none.
8992
8993 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
8994
8995 * missing: Import latest version from master repository.
8996
8997 2004-09-06 Nick Clifton <nickc@redhat.com>
8998
8999 * config.sub: Import latest version from master repository.
9000 * config.guess: Likewise.
9001 This includes these changes:
9002
9003 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
9004
9005 * config.sub: Handle crisv32, alias etraxfs.
9006 * config.guess (crisv32:Linux:*:*): Handle.
9007
9008 2004-08-13 Brad Smith <brad@comstyle.com>
9009
9010 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9011 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9012
9013 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
9014
9015 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9016 assume the processor is a powerpc. This is because coreutils
9017 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9018 in this case, due to a MacOS X bug that causes
9019 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9020 to return a negative number.
9021 Problem reported by Petter Reinholdtsen in:
9022 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9023
9024 2004-07-19 Ben Elliston <bje@gnu.org>
9025
9026 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9027
9028 2004-06-24 Ben Elliston <bje@gnu.org>
9029
9030 * config.guess: Update copyright years.
9031 * config.sub: Likewise.
9032
9033 2004-06-22 Robert Millan <robertmh@gnu.org>
9034
9035 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9036 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9037
9038 2004-06-22 Stanley F. Quayle <stan@stanq.com>
9039
9040 * config.guess (*:*VMS:*:*): New entry. Replaces
9041 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9042 manufacturer.
9043
9044 2004-06-22 Ben Elliston <bje@gnu.org>
9045
9046 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9047 * config.sub: Likewise.
9048
9049 2004-06-22 Ben Elliston <bje@gnu.org>
9050
9051 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9052 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9053
9054 2004-06-11 Ben Elliston <bje@gnu.org>
9055
9056 * config.guess (pegasos:OpenBSD:*:*): Remove.
9057
9058 2004-06-11 Ben Elliston <bje@gnu.org>
9059
9060 From Wouter Verhelst <wouter@grep.be>:
9061 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9062
9063 2004-06-11 Ben Elliston <bje@gnu.org>
9064
9065 * config.guess (luna88k:OpenBSD:*:*): New.
9066
9067 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9068
9069 * config.guess (m32r*:Linux:*:*): New case.
9070 * config.sub: Handle m32rle.
9071
9072 2004-03-12 Ben Elliston <bje@wasabisystems.com>
9073
9074 From Jens Petersen <petersen@redhat.com>:
9075 * config.sub: Handle sparcv8.
9076
9077 2004-03-03 Ben Elliston <bje@wasabisystems.com>
9078
9079 From Tom Smith <smith@cag.lkg.hp.com>:
9080 * config.guess: Version suffixes are equally significant on Tru64
9081 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
9082 prefix of "P" (patched kernel).
9083
9084 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
9085
9086 * config.sub: Add support for National Semiconductor CRX target.
9087
9088 2004-09-03 Janis Johnson <janis187@us.ibm.com>
9089
9090 * MAINTAINERS (Various Maintainers): Remove myself as web page
9091 maintainer, add myself as maintainer of build status lists.
9092
9093 2004-09-03 Jan Beulich <jbeulich@novell.com>
9094
9095 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9096 *-*-netware, but add target-libmudflap.
9097 Consolidate *-*-netware targets (of which really only i?86 exists)
9098 into a single entry.
9099 * configure: Likewise.
9100
9101 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
9102
9103 * Makefile.tpl (sorry): Remove.
9104 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9105 (cleanstrap targets): Depend on distclean, not distclean-stage1.
9106 (do-clean): Clean per-stage directories too.
9107 (do-distclean): Run distclean-stage1 too.
9108 (.NOTPARALLEL): Enable during toplevel bootstrap.
9109 (stage[+id+]-bubble): Enable parallel execution during
9110 the recursive invocation.
9111 * Makefile.in: Regenerate.
9112
9113 Fix previous checkin:
9114
9115 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9116 include.
9117 * configure.in: Fix indentation.
9118 * configure: Regenerate.
9119
9120 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
9121
9122 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9123 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9124 * configure: regenerate
9125 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9126 -mdynamic-no-pic
9127
9128 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
9129
9130 * Makefile.def (build_modules): Add fixincludes.
9131 (dependencies): Make gcc depend on fixincludes.
9132 * configure.in (build_tools): Add fixincludes.
9133 (build_configdirs): Always include build_libs.
9134 * Makefile.in: Regenerate.
9135 * configure: Regenerate.
9136
9137 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
9138
9139 * Makefile.def (bootstrap stages): Add 'lean' parameter.
9140 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9141 phony targets; do not generate timestamp files.
9142 (distclean-stageN): Remove references to their timestamp files.
9143 (restageN, touch-stageN): Remove.
9144 (stageN-bubble): Rewritten.
9145 (compare): Support lean bootstraps.
9146 * Makefile.in: Regenerate.
9147
9148 * configure.in: Only warn when bootstrapping but
9149 build != host or build != target. Support lean bootstraps.
9150 * configure: Regenerate.
9151
9152 2004-08-26 Phil Edwards <phil@codesourcery.com>
9153
9154 * configure.in: Give a better error message if GMP/MPFR are missing
9155 and a language needing them has been requested.
9156 * configure: Regenerated.
9157
9158 2004-08-25 Phil Edwards <phil@codesourcery.com>
9159
9160 * configure.in: Print a list of available language front-ends if
9161 a requested one is missing. Tidy stray tab characters.
9162 * configure: Regenerated.
9163
9164 2004-08-19 Michael Koch <konqueror@gmx.de>
9165
9166 * gcc/doc/install.texi: Update entry about automake for libjava.
9167
9168 2004-08-17 Robert Millan <robertmh@gnu.org>
9169
9170 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9171 (instead of FreeBSD).
9172 * configure: Regenerate.
9173
9174 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9175
9176 * Makefile.in: Regenerate.
9177 * configure: Regenerate.
9178
9179 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9180 stage_*_flags.
9181 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9182 for bootstrapped modules if toplevel bootstrap is going.
9183 (GCC bootstrap): Generate per-stage targets for all bootstrapped
9184 modules. Adjust for changes in Makefile.def. Enable several
9185 rules even in non-bootstrap mode, just to avoid peppering the
9186 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9187 (stage-[+prev+]-bubble): Remove.
9188
9189 * Makefile.def (Dependencies): Depend on all-build-bison,
9190 all-build-flex, all-build-byacc, all-build-texinfo, rather
9191 than the host variations.
9192 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
9193 with BUILD_SUBDIR.
9194 (BISON): Update for recent Bisons.
9195 (YACC): Fix typo.
9196 (cross): Depend on all-build.
9197 (all): Do not depend on all-build.
9198 (prebootstrap): Remove.
9199 (dep-kind): Accept separate prefixes for MODULE and ON variables.
9200 (Prebootstrap dependencies): Add them to the per-stage targets
9201 and to all-prebootstrap.
9202 * configure.in (build_configdirs): Always enable build_tools.
9203 (BUILD_DIR_PREFIX): Remove.
9204
9205 * Makefile.def (gcc): Add target variable.
9206 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9207 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9208 in the recursive `make', instead of hardwiring `all'.
9209 (Autogenerated TARGET-* variables): New.
9210
9211 2004-08-13 Brian Booth <bbooth@redhat.com>
9212
9213 * MAINTAINERS: Remove myself from write-after-approval.
9214
9215 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
9216
9217 * src-release: Stop distributing mmalloc with gdb (which doesn't
9218 use it).
9219 * Makefile.def: GDB doesn't depend on mmalloc anymore.
9220 * Makefile.in: Regenerate.
9221
9222 2004-08-09 Mark Mitchell <mark@codesourcery.com>
9223
9224 * configure.in (arm*-*-eabi*): New target.
9225 * configure: Regenerate.
9226
9227 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
9228
9229 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9230 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9231 (Dependencies): New section.
9232 * Makefile.tpl (Dependencies): Generate from Makefile.def.
9233 (configure-target-[+module+]): Depend on maybe-all-gcc
9234 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
9235 (toplevel profiledbootstrap): Fix dependencies.
9236 * Makefile.in: Regenerate.
9237
9238 2004-08-03 Mark Mitchell <mark@codesourcery.com>
9239
9240 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9241 target-libiberty to noconfigdirs.
9242 * configure: Regenerate.
9243
9244 2004-08-03 Paul Brook <paul@codesourcery.com>
9245
9246 * configure.in: Check for MPFR as well as GMP.
9247 * configure: Regenerate.
9248
9249 2004-08-01 Robert Millan <robertmh@gnu.org>
9250
9251 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9252 libmudflap for all GNU-based systems (with Glibc).
9253 * configure: Regenerate.
9254
9255 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
9256
9257 * Makefile.def (host-modules): Add gcc.
9258 * Makefile.in: Regenerate.
9259 * Makefile.tpl (sorry): New rule.
9260 (configure-host, all-host, [+make_target+]-host, do-check,
9261 install-host): Do not add gcc as a special case.
9262 (host modules): Add a small special-casing for gcc. Export
9263 extra_make_flags through the environment.
9264 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9265 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9266 other recursive targets for gcc): Remove.
9267
9268 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9269 (stage, unstage): New rules.
9270 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9271 distclean-stage[+id+]): Use stage_current.
9272 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9273 the stage*-start rules.
9274
9275 2004-08-02 Geoffrey Keating <geoffk@apple.com>
9276
9277 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9278 use -all_load flag.
9279
9280 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
9281
9282 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9283 * configure: Regenerate.
9284
9285 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
9286
9287 * maintainer-scripts/gcc_release: Revert yesterday's change.
9288
9289 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
9290
9291 * MAINTAINERS: Add myself to write-after-approval.
9292
9293 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
9294
9295 * libf2c: Removed.
9296 * gcc/gccbug.in: Updated because of libf2c removal.
9297 * maintainer-scripts/gcc_release: Ditto.
9298
9299 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
9300
9301 * configure.in: Build libmudflap by default on FreeBSD.
9302 * configure: Regenerated.
9303
9304 2004-07-09 Mark Mitchell <mark@codesourcery.com>
9305
9306 * configure.in: Do not build libmudflap by default on non-GNU/Linux
9307 systems.
9308 * configure: Regenerated.
9309
9310 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9311
9312 PR target/16344
9313 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9314 feedback based compiler.
9315 * Makefile.in: Rebuilt.
9316
9317 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
9318
9319 * Makefile.def (host_modules): Set bootstrap=true for flex.
9320 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9321 * Makefile.in: Rebuilt.
9322
9323 2004-07-07 Jan Hubicka <jh@suse.cz>
9324
9325 * MAINTAINERS: Add self as a profile feedback maintainer.
9326
9327 2004-07-05 Phil Edwards <phil@codesourcery.com>
9328
9329 * configure.in: Do not prepend $srcdir to /dev/null in
9330 makefile fragments.
9331 * configure: Regenerate.
9332
9333 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
9334
9335 * Makefile.def (build_modules): Add bison, byacc, flex,
9336 m4, texinfo.
9337 (flags_to_pass): Add FLEX.
9338 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9339 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9340 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9341 DEFAULT_MAKEINFO): Remove.
9342 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9343 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9344 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9345 objdir or else use configured tool.
9346 (all-build): New.
9347 (all): Depend on it.
9348 (Build module dependencies): Add.
9349 * Makefile.in: Regenerate.
9350 * configure.in: Better support for multiple build modules,
9351 matching what is done for host/target modules. Do not look
9352 for "plausible" locations of build tools if Canadian cross.
9353 Use autoconf's AC_PROG_CC to find a C compiler. Define
9354 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
9355 * configure: Regenerate.
9356
9357 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9358
9359 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9360 * Makefile.in: Regenerate.
9361
9362 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9363
9364 * Makefile.tpl (configure-build-[+module+],
9365 configure-[+module+], configure-target-[+module+]): Pass
9366 [+extra_configure_args+].
9367 (all-build-[+module+], all-[+module+], check-[+module+],
9368 install-[+module+], [+make_target+]-[+module+],
9369 all-target-[+module+], check-target-[+module+],
9370 install-target-[+module+], [+make_target+]-target-[+module+]):
9371 Pass [+extra_make_args+].
9372 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9373 (GCC_HOST_EXPORTS): Remove.
9374 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9375 cross, check-gcc, check-gcc-c++, install-gcc,
9376 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9377 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9378 * Makefile.in: Regenerate.
9379
9380 2004-06-21 Matthew Sachs <msachs@apple.com>
9381
9382 * MAINTAINERS: Added self to write-after-approval.
9383
9384 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
9385
9386 * configure.in: Check for srcdir/winsup rather than build directory
9387 winsup.
9388 * configure: Regenerate.
9389
9390 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
9391
9392 * configure.in: Don't build Cygwin native newlib if winsup
9393 directory is missing. Emit warning instead.
9394 * configure: Regenerate.
9395
9396 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
9397
9398 * Makefile.tpl (touch-stage[+id+]): New.
9399 (restage[+prev+]): Depend on touch-stage[+id+].
9400
9401 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9402 Use it throughout.
9403
9404 * Makefile.def: Add profile and feedback bootstrap stages.
9405 Remove next field from bootstrap stages.
9406 * Makefile.tpl (LN, LN_S): Substitute.
9407 (stageN-start, stageN-end): Use double-colon rules, to
9408 provide a hook for additional setup commands.
9409 (distclean-stageN-gcc, restageN): Create dependencies from
9410 [+prev+], not from [+next+].
9411 (stageN-bubble): Add commands for successive stages from
9412 [+prev+], using double-colon rules.
9413 (all-stageN-gcc): Fix typo.
9414 (stagefeedback-start, profiledbootstrap): New.
9415 * Makefile.in: Regenerate.
9416 * configure.in: Call ACX_PROG_LN.
9417 * configure: Regenerate.
9418
9419 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
9420
9421 * MAINTAINERS (Write After Approval): Add myself.
9422
9423 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
9424
9425 * MAINTAINERS (Write After Approval): Add myself.
9426
9427 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
9428
9429 * configure.in: Fix --enable-bootstrap breakage introduced in trees
9430 without gcc.
9431 * configure: Regenerate.
9432
9433 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9434
9435 * Makefile.tpl: Fix typo.
9436 * Makefile.in: Regenerate.
9437
9438 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9439
9440 * configure.in: Remove new- prefix from toplevel
9441 bootstrap targets.
9442 * configure: Regenerate.
9443
9444 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9445
9446 * Makefile.tpl (all.normal): Rename to all.
9447 (all): Replace with a rule to pick the default
9448 target from configure.
9449 (all-gcc, configure-gcc): Use conditionals to
9450 do nothing when toplevel bootstrap is going on.
9451 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9452 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9453 * configure.in: Support --enable-bootstrap.
9454
9455 * Makefile.def: Remove new- prefix from toplevel
9456 bootstrap targets.
9457 * Makefile.tpl: Likewise.
9458
9459 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
9460 target.
9461
9462 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9463 $(RECURSE_FLAGS) to recursive invocation of make.
9464
9465 * Makefile.in: Regenerate.
9466 * configure: Regenerate.
9467
9468 2004-05-30 Andreas Jaeger <aj@suse.de>
9469 Jim Wilson <wilson@specifixinc.com>
9470
9471 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9472 like CC.
9473
9474 2004-05-27 Daniel Jacobowitz <dan@debian.org>
9475
9476 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9477 * configure: Regenerate.
9478
9479 2004-05-25 Daniel Jacobowitz <drow@false.org>
9480
9481 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9482 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9483 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
9484 targets.
9485 * Makefile.in: Regenerate.
9486
9487 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
9488
9489 * configure.in: Test the ability to symlink directories.
9490 * configure: Regenerate.
9491
9492 * Makefile.def (bootstrap-stage): New definitions.
9493 * Makefile.tpl (configure-stage1-gcc,
9494 configure-stage2-gcc, configure-stage3-gcc,
9495 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9496 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9497 new-restage3, compare): Autogenerate, see Makefile.in
9498 entry for behavioral changes.
9499 (distclean-stage1, new-stage1-start, new-stage1-end,
9500 new-stage1-bubble, distclean-stage2, new-stage2-start,
9501 new-stage2-end, new-stage2-bubble, distclean-stage3,
9502 new-stage3-start, new-stage3-end): New autogenerated targets.
9503 (objext, prebootstrap, BOOT_CFLAGS,
9504 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9505 targets.
9506
9507 * Makefile.in: Regenerate.
9508 (distclean-stage1, new-stage1-start, new-stage1-end,
9509 new-stage1-bubble, distclean-stage2, new-stage2-start,
9510 new-stage2-end, new-stage2-bubble, distclean-stage3,
9511 new-stage3-start, new-stage3-end): New targets.
9512 (all-stage1-gcc): Move prebootstrap dependency from here...
9513 (configure-stage1-gcc): ...to here.
9514 (new-bootstrap): Use bubble targets.
9515 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9516 Use per-stage distclean targets.
9517 (configure-stage1-gcc, configure-stage2-gcc,
9518 configure-stage3-gcc, all-stage1-gcc,
9519 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9520 Use new-stageN-start to prepare the tree.
9521
9522 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
9523
9524 * Makefile.def (host_modules): add libcpp.
9525 * Makefile.tpl: Add dependencies on and for libcpp.
9526 * Makefile.in: Regenerate.
9527 * configure.in: Add libcpp host module.
9528 * configure: Regenerate.
9529
9530 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
9531
9532 * Makefile.tpl: Whenever a recursive target is defined, wrap
9533 it in a special @if/@endif block, and prepare its maybe
9534 dependency in the @if/@endif block
9535 * configure.in: Instead of writing maybe dependencies, remove
9536 the @if/@endif statements, and remove the @if/@endif blocks
9537 that remain.
9538 * configure: Regenerate.
9539 * Makefile.in: Regenerate.
9540
9541 2004-05-20 Janis Johnson <janis187@us.ibm.com>
9542
9543 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9544
9545 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9546
9547 PR bootstrap/15120
9548 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9549 * */configure: Rebuilt.
9550
9551 2004-05-17 Zack Weinberg <zack@codesourcery.com>
9552
9553 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9554 of libf2c.
9555 * configure, Makefile.in: Regenerate.
9556
9557 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
9558
9559 * MAINTAINERS (Write After Approval): Add myself.
9560
9561 2004-05-13 Diego Novillo <dnovillo@redhat.com>
9562
9563 Merge from tree-ssa-20020619-branch.
9564
9565 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9566 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9567 (HOST_GMPLIBS): Define.
9568 (HOST_GMPINC): Define.
9569 (TARGET_LIB_PATH): Add libmudflap.
9570 (GFORTRAN_FOR_TARGET): Define.
9571 (configure-build*): Export GFORTRAN.
9572 (configure-gcc): Export GMPLIBS and GMPINC.
9573 (all-gcc): Add maybe-all-libbanshee.
9574 (configure-target-libgfortran): Define.
9575 * Makefile.in: Regenerate.
9576 * configure.in (host_libs): Add libbanshee.
9577 (target_libraries): Add target-libmudflap and target-libgfortran.
9578 Add --with-libbanshee.
9579 Handle --disable-libmudflap.
9580 (*-*-freebsd*): Use with_gmp.
9581 Add $(libgcj) to noconfigdirs.
9582 * configure: Regenerate.
9583 * depcomp: New file.
9584 * MAINTAINERS: Add tree-ssa maintainers.
9585
9586 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9587
9588 * MAINTAINERS (Various Maintainers): Add myself.
9589
9590 2004-04-30 Brian Ford <ford@vss.fsi.com>
9591
9592 * MAINTAINERS (Write After Approval): Add myself.
9593
9594 2004-04-29 Uros Bizjak <uros@kss-loka.si>
9595
9596 * MAINTAINERS (Write After Approval): Add myself.
9597
9598 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
9599
9600 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9601 * configure: Regenerate.
9602
9603 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
9604
9605 Revert:
9606 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9607
9608 * Makefile.def (flags_to_pass): Remove *dir variables that
9609 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9610 as well as prefix and exec_prefix.
9611 * Makefile.in: Regenerate.
9612
9613 2004-04-26 Robert Millan <robertmh@gnu.org>
9614
9615 Add patches from libtool CVS.
9616 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9617 * ltconfig: Likewise.
9618 * ltcf-c.sh: Likewise.
9619 * ltcf-cxx.sh: Likewise.
9620 * ltcf-gcj.sh: Likewise.
9621
9622 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9623
9624 * Makefile.def (host_modules): Mark with the bootstrap
9625 flag packages on which gcc depends.
9626 * Makefile.tpl (all-bootstrap): Use it.
9627 * Makefile.in: Regenerate.
9628
9629 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9630
9631 * Makefile.def (flags_to_pass): Remove *dir variables that
9632 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9633 as well as prefix and exec_prefix.
9634 * Makefile.in: Regenerate.
9635
9636 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9637
9638 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9639 * configure: Regenerate.
9640 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9641 * gcc/Makefile.tpl (compare): Use the result of the test.
9642 * gcc/Makefile.in: Regenerate.
9643
9644 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
9645
9646 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9647 Always relocate gcc and prev-gcc to the original names, even
9648 if the build fails.
9649 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9650 New targets.
9651
9652 2004-04-23 Laurent GUERBY <laurent@guerby.net>
9653
9654 * MAINTAINERS: Update my email address.
9655
9656 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9657
9658 * configure.in (mips*-*-irix5*): Enable ld.
9659 * configure: Regenerate.
9660
9661 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9662
9663 * configure: Regenerate.
9664
9665 2004-04-15 James E Wilson <wilson@specifixinc.com>
9666
9667 * Makefile.tpl (configure-[+module+], configure-gcc,
9668 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9669 Set and export LDFLAGS.
9670 * Makefile.in: Regenerate.
9671
9672 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9673
9674 * MAINTAINERS: Add myself to write-after-approval.
9675
9676 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9677
9678 PR bootstrap/14871
9679 * Makefile.tpl: If we don't have built-in-tree target tools,
9680 use the ones found by configure rather than hacking around with
9681 program_transform_name.
9682 * configure.in: Give Makefile.tpl the information necessary
9683 to do that.
9684 * Makefile.in: Regenerate.
9685 * configure: Regenerate.
9686
9687 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9688
9689 PR bootstrap/14760
9690 * configure.in: When computing baseargs, strip *all* copies of
9691 offending options. Also, don't match/substitute the trailing space,
9692 so that this actually works when two similar options are separated by
9693 only one space.
9694 * configure: Regenerate.
9695
9696 2004-04-06 David Edelsohn <edelsohn@gnu.org>
9697
9698 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9699 (rs6000-*-aix*): Same.
9700 * configure: Regenerate.
9701
9702 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
9703
9704 * MAINTAINERS: Add myself to write-after-approval.
9705
9706 2004-04-03 Bud Davis <bdavis9659@comcast.net>
9707
9708 * MAINTAINERS: Add myself to write-after-approval.
9709
9710 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9711
9712 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9713 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9714 * Makefile.in: Regenerate.
9715
9716 * configure.in (top level bootstrap support): Rework --enable-werror
9717 to set @stage2_werror_flag@.
9718 * configure: Regenerate.
9719 * Makefile.tpl (top level bootstrap support): Pass
9720 @stage2_werror_flag@ down to configure in stages 2 and 3.
9721 * Makefile.in: Regenerate.
9722
9723 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9724
9725 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9726 for stages 2 and 3 as well as in make. As a consequence, remove
9727 OUTPUT_OPTION (now detected by configure) from the flags passed down
9728 to make.
9729 * Makefile.in: Regenerate.
9730
9731 * Makefile.tpl (new-bootstrap): Fix typo.
9732 * Makefile.in: Regenerate.
9733
9734 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9735
9736 * Makefile.tpl: Rearrange by moving recursive_targets rules
9737 into their proper sections.
9738 * Makefile.tpl (top level bootstrap support): Move disabling
9739 of coverage flags from 'make' to 'configure'; improve comments.
9740 * Makefile.in: Regenerate.
9741
9742 * Makefile.tpl (experimental top level bootstrap) Move stage1
9743 language setting from all- target to configure- target; disable
9744 intermodule optimization in stage 1; prevent gratuitous rebuilds
9745 of stage 1.
9746 * Makefile.in: Regenerate.
9747 * configure.in: Comma-separate stage 1 language list for top
9748 level bootstrap.
9749 * configure: Regenerate.
9750
9751 * Makefile.tpl: Clean up experimental top level bootstrap support:
9752 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9753 prev-gcc in configure- targets as well as all- targets.
9754 * Makefile.in: Regenerate.
9755
9756 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
9757
9758 * compile: New file imported from automake.
9759
9760 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
9761
9762 * configure.in: Remove symbolic link section.
9763 * configure: Regenerate.
9764 * Makefile.tpl (links): Remove.
9765 * Makefile.in: Regenerate.
9766
9767 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
9768 Nathanael Nerode <neroden@gcc.gnu.org>
9769
9770 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9771 Set with AC_CHECK_PROGS.
9772 * configure.in: Fix comment typo from last patch.
9773 * configure: Regenerate.
9774
9775 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
9776
9777 * Makefile.tpl: Introduce experimental top level bootstrap support.
9778 * Makefile.in: Regenerate.
9779 * configure.in: Introduce support for top level bootstrap.
9780 * configure: Regenerate.
9781
9782 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
9783 Paolo Bonzini <bonzini@gnu.org>
9784
9785 PR bootstrap/14522
9786 * configure.in: Cope with shells that do not support unquoted ^
9787 * configure: Regenerate.
9788
9789 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
9790 Paolo Bonzini <bonzini@gnu.org>
9791
9792 PR bootstrap/14522
9793 * configure.in: Cope with shells that do not support nesting
9794 quotes inside quoted backquote substitutions.
9795 * configure: Regenerate.
9796
9797 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
9798
9799 PR bootstrap/14522
9800 * configure.in: Fix escaping of $.
9801 * configure: Regenerate.
9802
9803 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
9804
9805 * configure: Regenerate, since I forgot to while committing Paolo's
9806 changes.
9807
9808 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
9809
9810 PR ada/14131
9811 Move language detection to the top level.
9812 * configure.in: Find default values for the tools as
9813 soon as possible. Disable ada if GNAT is not found.
9814 Emit error message about missing languages. Expand
9815 --enable-languages=all for the gcc subdirectory.
9816
9817 2004-03-10 Ben Elliston <bje@gnu.org>
9818
9819 * MAINTAINERS: Update my email address.
9820
9821 2004-03-05 David Edelsohn <edelsohn@gnu.org>
9822
9823 * ltconfig: Disable building static libraries if building shared
9824 libraries on AIX 5L.
9825
9826 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
9827
9828 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9829 and disable libgcj.
9830 * configure: Regenerated.
9831
9832 2004-03-01 Brian Booth <bbooth@redhat.com>
9833
9834 * MAINTAINERS: Add myself to write-after-approval.
9835
9836 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
9837
9838 * MAINTAINERS: Add myself to write-after-approval.
9839
9840 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9841
9842 PR bootstrap/7087
9843 * Makefile.tpl: Guard XFOO sed statements better.
9844 * Makefile.tpl: Add dependency for configure-target-libada.
9845 * Makefile.in: Regenerate (incidentally fixes broken
9846 commit when libada-branch was merged).
9847
9848 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
9849
9850 * MAINTAINERS: Add myself to write-after-approval.
9851
9852 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
9853
9854 * MAINTAINERS: Add Nicola Pero and myself as libobjc
9855 maintainers.
9856
9857 2004-02-20 Andrew Cagney <cagney@redhat.com>
9858
9859 * config.guess: Update from version 2003-10-16 to 2004-02-16.
9860 * config.sub: Update from version 2003-11-03 to 2004-02-16.
9861
9862 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
9863
9864 PR bootstrap/11932
9865 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9866
9867 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
9868
9869 * MAINTAINERS: Added myself to write-after-approval.
9870
9871 2004-02-14 Michael Koch <konqueror@gmx.de>
9872
9873 * MAINTAINERS: Added myself to write-after-approval.
9874
9875 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
9876
9877 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
9878 some OS port maintainers to OS port maintainers section.
9879
9880 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
9881
9882 * MAINTAINERS: Add self.
9883
9884 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
9885
9886 * MAINTAINERS: Alphabetize.
9887
9888 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
9889
9890 * MAINTAINERS: Remove myself.
9891
9892 2004-02-11 David Edelsohn <edelsohn@gnu.org>
9893
9894 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9895 (rs6000-*-aix*): Same.
9896 * configure: Regenerate.
9897
9898 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
9899
9900 * configure.in (host): Add in missing $noconfigdirs to defines.
9901 * configure: Regenerate.
9902
9903 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
9904 Nathanael Nerode <neroden@gcc.gnu.org>
9905
9906 PR ada/6637, PR ada/5911
9907 Merge with libada-branch:
9908 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9909 with appropriate dependencies. Add --enable-libada configure switch.
9910 * configure, Makefile.in: Regenerate.
9911
9912 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
9913
9914 * MAINTAINERS: Add myself to write-after-approval.
9915
9916 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9917
9918 * configure.in: Don't pass --with-stabs on IRIX 5 either.
9919 * configure: Regenerate.
9920
9921 2004-02-04 Geoffrey Keating <geoffk@apple.com>
9922
9923 Merge from upstream:
9924
9925 * ltmain.in: When setting IFS to '~', be careful about user
9926 arguments that contain '~'.
9927
9928 2004-02-04 Peter O'Gorman <peter@pogma.com>
9929
9930 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9931 Also test $base_compile against $CC with escaped arguments. Bug
9932 reported by Geoff Keating <geoffk@apple.com>.
9933
9934 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
9935
9936 * MAINTAINERS: Remove i960 port.
9937
9938 2004-01-23 DJ Delorie <dj@redhat.com>
9939
9940 * Makefile.def (target_modules) [libiberty]: Don't stage.
9941 * Makefile.in: Rebuilt.
9942
9943 2004-01-20 Caroline Tice <ctice@apple.com>
9944
9945 * MAINTAINERS: Add myself to write-after-approval.
9946
9947 2004-01-19 Paolo Carlini <pcarlini@suse.de>
9948
9949 * MAINTAINERS: Update my email address.
9950
9951 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
9952
9953 * MAINTAINERS: Add myself to write-after-approval.
9954
9955 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
9956
9957 * MAINTAINERS: Remove entries without email address.
9958
9959 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
9960
9961 * MAINTAINERS: Add myself to write-after-approval.
9962
9963 2004-01-15 Steven Bosscher <stevenb@suse.de>
9964
9965 * MAINTAINERS: Update my email address.
9966
9967 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
9968
9969 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9970 * Makefile.tpl (configure-target-[+module+]): Support stage.
9971 * Makefile.in: Rebuilt.
9972
9973 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
9974
9975 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9976
9977 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
9978
9979 * MAINTAINERS: Add myself as a MIPS maintainer.
9980
9981 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
9982
9983 * configure.in: Use ./config.cache, not config.cache.
9984 * configure: Regenerate.
9985 * Makefile.tpl: Special-casing not needed for GCC any more.
9986 * Makefile.in: Regenerate.
9987
9988 * configure.in: Don't share a cache file for host dirs.
9989 * configure: Regenerate.
9990
9991 * config-ml.in: Don't mess with the cache file.
9992
9993 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9994
9995 * MAINTAINERS: Move myself from 'Write After Approval' to
9996 'CPU Port Maintainers' section as SPARC maintainer.
9997
9998 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
9999
10000 * Makefile.tpl: Make GCC use a separate config.cache.
10001 * Makefile.in: Regenerate.
10002
10003 PR bootstrap/11932, PR bootstrap/11933
10004 (I don't know if it will fix either of them, but it relates
10005 to them.)
10006 * configure.in: Don't use shared config.cache for target
10007 directories.
10008 * configure: Regenerate.
10009
10010 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10011
10012 * MAINTAINERS: Add myself to 'Write After Approval' section.
10013
10014 2003-12-31 Roger Sayle <roger@eyesopen.com>
10015
10016 * configure.in (ia64*-*-hpux*): Disable building java libraries.
10017 * configure: Regenerated.
10018
10019 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
10020
10021 * MAINTAINERS: Remove the mn10200 maintainer.
10022
10023 2003-12-21 Bernardo Innocenti <bernie@develer.com>
10024
10025 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10026 * configure: Regenerated.
10027
10028 2003-12-16 Jan Hubicka <jh@suse.cz>
10029
10030 * MAINTAINERS: Add myself as callgraph maintainer.
10031
10032 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
10033
10034 * configure.in (raw_libstdcxx_flags): Remove the leading space.
10035 * configure: Regenerate.
10036
10037 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
10038
10039 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10040 'Write After Approval' section. Update email.
10041
10042 2003-12-01 James Lemke <jim@wasabisystems.com>
10043
10044 * MAINTAINERS (Write After Approval): Add myself.
10045
10046 2003-11-20 Matt Thomas <matt@3am-software.com>
10047
10048 * MAINTAINERS: Add myself as a vax port maintainer.
10049
10050 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
10051
10052 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10053 (configure-build-[+module+], configure-[+module+]): Likewise.
10054 (configure-target-[+module+], configure-gcc, config.status): Likewise.
10055 * Makefile.in: Regenerate.
10056
10057 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
10058
10059 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10060 shared/dylibed libraries.
10061 * ltmain.sh: Likewise.
10062 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10063 * ltcf-cxx.sh: Likewise.
10064 * ltcf-gcj.sh: Likewise.
10065 * ltconfig: Likewise.
10066
10067 2003-11-17 Stan Cox <scox@redhat.com>
10068
10069 * MAINTAINERS: Add myself as iq2000 port maintainer.
10070
10071 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
10072
10073 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10074 * Makefile.in: Regenerate.
10075
10076 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
10077
10078 * config.sub: Update to 2003-11-03 version.
10079
10080 2003-10-20 Phil Edwards <phil@codesourcery.com>
10081
10082 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
10083 * configure: Regenerate.
10084
10085 2003-10-20 Nicolas Pitre <nico@cam.org>
10086
10087 * MAINTAINERS: Add myself to 'Write After Approval' section.
10088
10089 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
10090
10091 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10092
10093 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
10094
10095 * MAINTAINERS: Update my email address.
10096
10097 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10098
10099 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10100
10101 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
10102
10103 * MAINTAINERS: Add myself to 'Write After Approval' section.
10104
10105 2003-10-16 Bernardo Innocenti <bernie@develer.com>
10106
10107 * config.guess: Update to 2003-10-16 version.
10108 * config.sub: Update to 2003-10-16 version.
10109
10110 2003-10-15 David Daney <ddaney@avtrex.com>
10111
10112 * MAINTAINERS: Added myself to 'Write After Approval' section.
10113
10114 2003-10-15 Falk Hueffner <falk@debian.org>
10115
10116 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10117 'Write After Approval' section. Update email.
10118
10119 2003-10-14 Roger Sayle <roger@eyesopen.com>
10120
10121 * MAINTAINERS: Move myself from 'Write After Approval' to
10122 'Various Maintainers' section as middle-end maintainer.
10123
10124 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
10125
10126 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10127 HOST_FLAGS_TO_PASS.
10128 * Makefile.in: Regenerate.
10129
10130 2003-10-11 Bernardo Innocenti <bernie@develer.com>
10131
10132 * config.guess: Update to 2003-10-07 version.
10133 * config.sub: Update to 2003-10-07 version.
10134
10135 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10136
10137 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10138 * ltconfig (irix5*, irix6*): Don't override version_type.
10139
10140 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
10141
10142 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10143 * configure: Rebuilt
10144 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10145 * Makefile.in: Rebuilt
10146
10147 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
10148
10149 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10150
10151 2003-09-30 Carlo Wood <carlo@alinoe.com>
10152
10153 * MAINTAINERS (Write After Approval): Add myself.
10154
10155 2003-09-29 Paul Koning <ni1d@arrl.net>
10156
10157 * MAINTAINERS: Move myself from "Write After Approval"
10158 to CPU platform maintainers for pdp11 platform.
10159
10160 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
10161
10162 * MAINTAINERS: Move myself from 'Write After Approval' to
10163 'Various Maintainers' section as libffi testsuite maintainer.
10164
10165 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
10166
10167 * configure.in: Pass a computed --program-transform-name
10168 to subconfigures.
10169 * configure: Regenerated.
10170
10171 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10172
10173 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10174 * Makefile.in: Regenerate.
10175
10176 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10177 * Makefile.in: Regenerate.
10178
10179 2003-09-19 Ziemowit Laski <zlaski@apple.com>
10180
10181 * MAINTAINERS: Move myself from 'Write After Approval'
10182 to 'Various Maintainers' (objective-c) section.
10183
10184 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
10185
10186 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10187 quoting.
10188 * configure: Regenerated.
10189
10190 2003-09-16 Joel Brobecker <brobecker@gnat.com>
10191
10192 * MAINTAINERS (Write After Approval): Add myself to write after
10193 approval list.
10194
10195 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
10196
10197 * MAINTAINERS (Write After Approval): Add myself.
10198
10199 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
10200
10201 * MAINTAINERS: Update my e-mail address.
10202
10203 2003-09-09 Alan Modra <amodra@bigpond.net.au>
10204
10205 * libtool.m4 (LD): Correct powerpc64 host match.
10206
10207 2003-09-06 James E Wilson <wilson@tuliptree.org>
10208
10209 * MAINTAINTERS: Update my affiliation and email address.
10210
10211 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10212
10213 * MAINTAINERS (Write After Approval): Add myself.
10214
10215 2003-09-04 DJ Delorie <dj@redhat.com>
10216
10217 * configure: Regenerate.
10218
10219 2003-09-04 Robert Millan <robertmh@gnu.org>
10220
10221 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10222
10223 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10224
10225 * configure.in: Ensure arguments to sed are properly spaced.
10226 * configure: Regenerate.
10227
10228 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
10229
10230 * MAINTAINERS: Update my e-mail address.
10231
10232 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
10233
10234 * MAINTAINERS (Write After Approval): Add myself.
10235
10236 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
10237
10238 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10239 * configure: Regenerated.
10240
10241 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
10242
10243 * MAINTAINERS: Update my email address.
10244
10245 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
10246
10247 * configure.in: Use newline instead of semicolon when assuming
10248 shell arguments in a for loop.
10249 * configure: Regenerated.
10250
10251 2003-08-22 Jason Eckhardt <jle@rice.edu>
10252
10253 * MAINTAINERS: Resurrect the i860 maintainer.
10254
10255 2003-08-20 Geoffrey Keating <geoffk@apple.com>
10256
10257 PR 8180
10258 * configure.in: When testing with_libs and with_headers, treat
10259 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
10260 * configure: Regenerate.
10261
10262 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10263 make, shell, etc.
10264 (baseargs): Likewise.
10265 * configure: Regenerate.
10266
10267 2003-08-20 Bernardo Innocenti <bernie@develer.com>
10268
10269 * MAINTAINERS (Write After Approval): Add myself.
10270
10271 2003-08-19 Geoffrey Keating <geoffk@apple.com>
10272
10273 * configure.in: Disable libgcj for darwin not on powerpc.
10274 * configure: Rebuild.
10275
10276 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
10277
10278 * config-ml.in, symlink-tree: Add license.
10279
10280 2003-08-03 Richard Stallman <rms@gnu.org>
10281 Eben Moglen <moglen@columbia.edu>
10282
10283 * README.SCO: New file.
10284
10285 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
10286
10287 * Makefile.tpl (check, check-c++): Express dependencies using
10288 dependencies rather than commands.
10289 * Makefile.in: Regenerate.
10290
10291 2003-08-01 Andrew Cagney <cagney@redhat.com>
10292
10293 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10294 * configure: Ditto.
10295
10296 2003-07-31 Geoffrey Keating <geoffk@apple.com>
10297
10298 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10299 * Makefile.in: Update.
10300
10301 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
10302
10303 * configure.in: Enable libgcj for darwin.
10304 * configure: Rebuild.
10305
10306 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
10307
10308 * config-ml.in: Use ac_configure_args directly instead of
10309 ml_arguments. Only set ml_norecursion if --no[-]recursion is
10310 actually seen.
10311
10312 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
10313
10314 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10315 creating target and build subdirs to build all parent dirs as needed.
10316 * Makefile.in: Rebuild.
10317 * configure.in: Don't build dirs explicitly here.
10318 * configure: Rebuild.
10319
10320 2003-07-26 Paul Brook <paul@nowt.org>
10321
10322 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10323
10324 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
10325
10326 * Makefile.tpl (all-make): Depend on intl.
10327 * Makefile.in: Rebuilt.
10328
10329 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
10330
10331 * install-sh: Update to newer upstream versions (associated with
10332 aclocal 1.7).
10333 * mkinstalldirs: Likewise.
10334 * missing: Likewise, plus $1Help2man -> $1 typo fix.
10335
10336 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
10337
10338 * MAINTAINERS: Move self from Bug database only accounts
10339 to write-after-approval.
10340
10341 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
10342
10343 * config.if: Remove unused libc_interface determination.
10344
10345 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
10346
10347 * MAINTAINERS: Move self from write-after-approval to
10348 build machinery (*.in).
10349
10350 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
10351
10352 PR bootstrap/11273
10353 PR bootstrap/11408
10354 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
10355 unused INSTALL_PROGRAM_ARGS.
10356 * configure.in: Use AC_PROG_INSTALL.
10357 * Makefile.in: Regenerate.
10358 * configure: Regenerate.
10359
10360 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
10361
10362 * MAINTAINERS: Alphabetize.
10363
10364 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
10365
10366 * configure: Rebuilt.
10367 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10368 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10369 newlib nor libgloss.
10370 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
10371 * configure.in (am33_2.0-*-linux*): Added.
10372
10373 2003-07-09 Bob Wilson <bob.wilson@acm.org>
10374
10375 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10376 * configure: Regenerate.
10377
10378 2003-07-07 Zack Weinberg <zack@codesourcery.com>
10379
10380 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10381 * Makefile.in: Regenerate.
10382
10383 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10384
10385 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10386 * Makefile.in: Regenerate.
10387
10388 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
10389
10390 * Makefile.tpl: Replace PWD with PWD_COMMAND.
10391 * Makefile.in: Regenerated.
10392
10393 * config-ml.in: Replace PWD with PWD_COMMAND.
10394
10395 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10396
10397 * intl: New directory; see intl/ChangeLog for details.
10398 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10399 * Makefile.tpl: all-gcc depends on maybe-all-intl.
10400 * Makefile.in: Regenerate.
10401
10402 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
10403
10404 * configure.in: Clean up config-lang.in handling. Delete
10405 useless assignment to "subdirs".
10406 * configure: Regenerate.
10407
10408 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
10409
10410 * configure.in: Rename 'target_libs' to 'target_libraries'.
10411 Remove useless reference to 'target_libs'.
10412 * configure: Regenerate.
10413
10414 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
10415
10416 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10417 * Makefile.in: Regenerate.
10418
10419 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
10420
10421 * Makefile.def: Introduce flags_to_pass.
10422 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10423 * Makefile.in: Regenerate.
10424
10425 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
10426
10427 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10428 and target-libgloss.
10429 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10430 <h8300*-*-*>: Disable libf2c and ${libgcj}.
10431 * configure: Regenerate.
10432
10433 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
10434
10435 * configure.in: Update testsuite_flags to new location.
10436 * configure. Regenerate.
10437
10438 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
10439
10440 * Makefile.tpl: Remove BUILD_CC stuff.
10441 * Makefile.in: Regenerate.
10442
10443 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
10444
10445 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10446
10447 2003-06-16 Graeme Peterson <gp@qnx.com>
10448
10449 * MAINTAINERS (Write After Approval): Add myself.
10450
10451 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
10452
10453 * config.guess: Update to 2003-06-12 version.
10454 * config.sub: Update to 2003-06-13 version.
10455
10456 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
10457
10458 * config.guess: Update to 2003-06-06 version.
10459 * config.sub: Update to 2003-06-06 version.
10460
10461 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10462
10463 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10464 * configure. Regenerate.
10465
10466 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
10467
10468 * configure.in: Disable serial configure by default.
10469 * configure: Regenerate.
10470 * Makefile.tpl: Abolish .NOTPARALLEL.
10471 * Makefile.in: Regenerate.
10472
10473 * Makefile.tpl: Replace {build,host,target}_canonical by
10474 {build,host,target}.
10475 * Makefile.in: Regenerate.
10476
10477 * Makefile.tpl: Fix stupid pasto.
10478 * Makefile.in: Regenerate.
10479
10480 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
10481
10482 * Makefile.tpl: Remove bogus conditional.
10483 * Makefile.in: Regenerate.
10484
10485 2003-06-05 Jan Hubicka <jh@suse.cz>
10486
10487 * Makefile.tpl (profiledbootstrap): New target.
10488 * Makefile.in (profiledbootstrap): New target.
10489
10490 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
10491
10492 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10493 Pinski. Remove user names from other bugzilla-only maintainers.
10494
10495 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
10496
10497 * Makefile.tpl: Make 'recursive targets' using autogen rather
10498 than shell loop. Remove duplicate 'clean' targets and false
10499 comments.
10500 * Makefile.def: Add systematic dependencies to 'recursive' targets.
10501 Add systematic method of specifying missing targets in subdirs.
10502 Add copyright boilerplate.
10503 * Makefile.in: Regenerate.
10504 * configure.in: Add 'recursive targets' to maybe list.
10505 * configure: Regenerate.
10506
10507 * MAINTAINERS: "GNATS only" -> "Bug database only".
10508
10509 * Makefile.tpl: Rename [+target+] to [+make_target+].
10510 * Makefile.def: Rename 'target' to 'make_target'.
10511
10512 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
10513
10514 * MAINTAINERS: Add self as options handling maintainer.
10515
10516 2003-05-28 Michael Meissner <gnu@the-meissners.org>
10517
10518 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10519 been too long since I touched those ports.
10520
10521 2003-05-28 DJ Delorie <dj@redhat.com>
10522
10523 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10524 * Makefile.in: Regenerate.
10525
10526 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10527
10528 * configure.in: Use curly braces in the definition of tooldir.
10529 * configure: Regenerate.
10530
10531 2003-05-21 DJ Delorie <dj@redhat.com>
10532
10533 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10534 newlib or libgloss.
10535 * Makefile.in: Regenerate.
10536
10537 2003-05-21 DJ Delorie <dj@redhat.com>
10538
10539 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10540 * Makefile.in: Regenerate.
10541
10542 2003-05-20 Ian Lance Taylor <ian@airs.com>
10543
10544 * MAINTAINERS: Update my e-mail address.
10545
10546 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10547
10548 * configure.in: Switch more things to use maybe dependencies.
10549 * Makefile.tpl: Switch more things to use maybe dependencies.
10550 Factor out common code from autogen IF statements.
10551 * configure: Regenerate.
10552 * Makefile.in: Regenerate.
10553
10554 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10555
10556 * configure.in: Accept i[3456789]86 for machine type.
10557 * configure: Regenerate.
10558
10559 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10560
10561 * configure.in: Switch more things to use maybe dependencies.
10562 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10563 * configure: Regenerate.
10564 * Makefile.tpl: Switch more things to use maybe dependencies.
10565 * Makefile.in: Regenerate.
10566
10567 2003-05-16 Andreas Schwab <schwab@suse.de>
10568
10569 * Makefile.tpl (install-opcodes): Define.
10570 * Makefile.in: Rebuild.
10571
10572 2003-05-13 Andreas Jaeger <aj@suse.de>
10573
10574 * config.guess: Update to 2003-05-09 version.
10575 * config.sub: Update to 2003-05-09 version.
10576
10577 2003-05-13 Michael Eager <eager@mvista.com>
10578
10579 * configure.in: Correct sed script so that options in quotes are not
10580 deleted.
10581 * configure: Rebuild.
10582
10583 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
10584
10585 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10586 and $$s/newlib/libc/sys/cygwin32 include paths.
10587 * configure: Ditto.
10588
10589 2003-05-12 Michael Meissner <gnu@the-meissners.org>
10590
10591 * MAINTAINERS: Update my email addresses.
10592
10593 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10594
10595 * config-ml.in: Propagate INSTALL variables.
10596
10597 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10598
10599 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10600
10601 2003-05-02 Chris Demetriou <cgd@broadcom.com>
10602
10603 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10604 * Makefile.in: Regenerate.
10605
10606 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10607
10608 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10609
10610 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10611
10612 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10613
10614 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
10615
10616 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10617 * Makefile.in: Regenerated.
10618
10619 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10620
10621 * MAINTAINERS (Write After Approval): Upgrade myself from
10622 GNATS only to write-after-approval. Update my mail address.
10623
10624 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
10625
10626 (OS Port Maintainers: freebsd): Add myself.
10627
10628 2003-04-22 Mark Mitchell <mark@codesourcery.com>
10629
10630 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10631
10632 2003-04-22 Kean Johnston <jkj@sco.com>
10633
10634 * MAINTAINERS (SCO ports): Added myself.
10635
10636 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10637
10638 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10639
10640 2003-04-19 Kean Johnston <jkj@sco.com>
10641
10642 * MAINTAINERS (Write After Approval): Add myself.
10643
10644 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10645
10646 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10647 * Makefile.in: Regenerate.
10648
10649 2003-04-18 Jakub Jelinek <jakub@redhat.com>
10650
10651 * configure.in (powerpc64*-*-linux*): Remove.
10652 * configure: Rebuilt.
10653
10654 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
10655
10656 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10657 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10658 and restrap.
10659 * Makefile.in: Regenerate.
10660
10661 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
10662
10663 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10664 * configure: Regenerated.
10665
10666 2003-04-15 DJ Delorie <dj@redhat.com>
10667
10668 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10669
10670 2003-04-13 Nick Clifton <nickc@redhat.com>
10671
10672 * config-ml.in: Remove support for --disable-aix removing
10673 call-aix multilibs.
10674
10675 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
10676
10677 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10678 * */configure: Rebuilt.
10679
10680 2003-04-08 Joel Sherrill <joel@oarcorp.com>
10681
10682 * MAINTAINERS: Add my email address.
10683
10684 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
10685
10686 * MAINTAINERS (Write After Approval): Add myself.
10687
10688 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10689
10690 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10691 * Makefile.in: Regenerate.
10692
10693 2003-03-14 Michael Chastain <mec@shout.net>
10694
10695 * Makefile.in: Regenerate with correct Makefile.def.
10696
10697 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10698
10699 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10700 Make macro.
10701 * Makefile.in: Regenerate.
10702 * configure.in: Clean up gxx_include_dir logic.
10703 * configure: Regenerate.
10704
10705 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10706
10707 * MAINTAINERS (Write After Approval): Add myself.
10708
10709 2003-03-10 Ben Elliston <bje@wasabisystems.com>
10710
10711 * MAINTAINERS: Update my mail address.
10712
10713 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10714
10715 * configure.in (gxx_include_dir): Fix typo.
10716 * configure: Regenerated.
10717
10718 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10719
10720 * Makefile.tpl: Reindent.
10721 * Makefile.in: Regenerate.
10722 * configure.in: Reindent. Don't set unused variables.
10723 * configure: Regenerate.
10724
10725 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
10726
10727 * configure.in: Include $(build_tooldir)/sys-include in
10728 FLAGS_FOR_TARGET.
10729 * configure: Regenerated.
10730
10731 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10732
10733 * Makefile.tpl: Always pass down RANLIB.
10734 * Makefile.in: Regenerate.
10735
10736 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10737 * Makefile.in: Regenerate.
10738 * configure.in: Remove unused logic relating to --enable-shared
10739 and --enable-threads. Remove bogus comments. Remove redundant
10740 noconfigdirs.
10741 * configure: Regenerate.
10742
10743 * configure.in: Replace ${libstdcxx_version} by its value.
10744 Remove reference to mh-dgux.
10745 * configure: Regenerate.
10746
10747 2003-03-03 Kevin Buettner <kevinb@redhat.com>
10748
10749 * MAINTAINERS (Write After Approval): Add myself.
10750
10751 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10752
10753 * Makefile.tpl: Rearrange.
10754 * Makefile.in: Regenerate.
10755
10756 2003-02-25 Uwe Stieber <uwe@wwws.de>
10757
10758 * configure.in: Add support for kaOS as cross build target system.
10759 * configure: Regenerated.
10760
10761 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
10762
10763 * MAINTAINERS (Write after approval): Add myself.
10764
10765 2003-02-21 James E Wilson <wilson@tuliptree.org>
10766
10767 * MAINTAINERS: Update my email address.
10768
10769 2003-02-21 Zack Weinberg <zack@codesourcery.com>
10770
10771 * MAINTAINERS: Add self to blanket write privs. section.
10772
10773 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
10774
10775 * Makefile.tpl: Add definition of CPPFLAGS to pass into
10776 configure-target-* as some target builds may require additional
10777 flags for preprocessor tests.
10778 * Makefile.in: Regenerated.
10779
10780 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
10781
10782 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10783 * ltconfig: Handle it.
10784 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10785 auto-detecting it.
10786
10787 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10788 it is used as argument to $CC.
10789 * ltcf-gcj.sh: Likewise.
10790
10791 * configure.in: Introduce --enable-maintainer-mode.
10792 * configure: Rebuilt.
10793 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10794 for maintainer mode.
10795 * Makefile.in: Rebuilt.
10796
10797 2003-02-18 Jason Merrill <jason@redhat.com>
10798
10799 * Makefile.tpl (check-c++): Allow parallelism.
10800
10801 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10802
10803 * MAINTAINERS: Remove John Carr (who never actually had access to
10804 gcc.gnu.org).
10805
10806 2003-02-15 Geoffrey Keating <geoffk@apple.com>
10807
10808 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10809 don't configure target-libobjc.
10810 * configure: Regenerate.
10811
10812 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10813
10814 * Makefile.tpl (RANLIB): Define.
10815 * Makefile.in: Regenerate.
10816
10817 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
10818
10819 * MAINTAINERS: Update my email.
10820
10821 2003-02-06 Keith R Seitz <keiths@redhat.com>
10822
10823 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10824 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10825 * Makefile.in: Regenerated.
10826 * configure.in: Remove all traces of snavigator, db, and grep.
10827 * configure: Regenerated.
10828
10829 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10830
10831 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10832 After Approval.
10833
10834 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10835
10836 * MAINTAINERS (Write after approval): Add myself.
10837
10838 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
10839
10840 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10841 * Makefile.in: Regenerated.
10842
10843 2003-01-30 Roger Sayle <roger@eyesopen.com>
10844
10845 * config.guess: Updated to 2003-01-30's version.
10846 * config.sub: Updated to 2003-01-28's version.
10847
10848 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
10849
10850 * config.if: If gcc_version is already set, just use it. Don't set
10851 gcc_version_trigger if it's already set, otherwise set it to
10852 gcc/version.c, but only if the file exists. If it is not set and
10853 gcc/version.c does not exist, try to extract the version number from
10854 $CC.
10855
10856 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
10857
10858 * MAINTAINERS: Add myself to write-after-approval list.
10859
10860 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
10861
10862 * configure.in: Revert 24Jan change.
10863 * configure: Regenerate.
10864
10865 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10866
10867 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
10868 entry of HJ Lu.
10869
10870 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10871
10872 * configure.in: Revert previous change.
10873 * configure: Regenerate.
10874
10875 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
10876
10877 * configure.in: Make rda native-only.
10878 * configure: Regenerate.
10879
10880 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10881
10882 * MAINTAINERS: Move myself from GNATS-only-accounts to
10883 write-after-approval.
10884
10885 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
10886
10887 * configure.in: Add missing \.
10888 * configure: Rebuilt.
10889
10890 2003-01-17 Jakub Jelinek <jakub@redhat.com>
10891
10892 * configure.in (baseargs): Avoid using \| in sed regular
10893 expressions.
10894 * configure: Rebuilt.
10895
10896 2003-01-16 Jakub Jelinek <jakub@redhat.com>
10897
10898 * configure.in (baseargs): Remove all supported forms of
10899 --cache-file, --srcdir, --host, --build and --target options
10900 from argument lists.
10901 * configure: Rebuilt.
10902
10903 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
10904
10905 * MAINTAINERS: Add myself to write-after-approval list.
10906
10907 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
10908
10909 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10910 * configure: Rebuilt.
10911
10912 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
10913
10914 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10915 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10916 * Makefile.in: Regenerate.
10917 * configure: Regenerate.
10918
10919 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
10920
10921 * configure.in: Remove Makefile in build, host and target modules
10922 unless configure was run with --no-recursion.
10923 * configure: Rebuilt.
10924
10925 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
10926
10927 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10928 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10929 * Makefile.in: Regenerate.
10930
10931 2003-01-08 Chris Demetriou <cgd@broadcom.com>
10932
10933 * config.guess: Update to 2003-01-03 version.
10934 * config.sub: Update to 2003-01-03 version.
10935
10936 2003-01-07 Christopher Faylor <cgf@redhat.com>
10937
10938 * configure: Regenerate with proper autoconf 2.13.
10939
10940 2003-01-07 Christopher Faylor <cgf@redhat.com>
10941
10942 * configure.in: Add AC_PREREQ for consistency.
10943 * configure: Regenerate.
10944
10945 2003-01-06 Andrew Cagney <ac131313@redhat.com>
10946
10947 * configure.in (GDB_TK): Add tcl directories conditional on
10948 gdb/gdbtk directory being present.
10949 * configure: Regenerate.
10950
10951 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
10952
10953 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
10954 used by gcc if LD is not defined and we are not doing a Canadian Cross.
10955 * configure: Rebuilt.
10956
10957 2002-12-31 Tom Tromey <tromey@redhat.com>
10958
10959 * Makefile.in: Rebuilt.
10960 * Makefile.def (target_modules) [libffi]: Allow installation.
10961
10962 2002-12-31 Andreas Schwab <schwab@suse.de>
10963
10964 * configure.in: Fix use of $program_transform_name.
10965 * configure: Regenerated.
10966
10967 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
10968
10969 * configure.in (baseargs): Don't remove first configure argument.
10970 * configure: Regenerated.
10971
10972 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
10973
10974 * Makefile.tpl (local-distclean): Don't remove...
10975 (multilib.ts): ... this. Moved into...
10976 (multilib.out): ... this. Don't use sub-make.
10977 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10978 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10979 (configure-build-[+module+], configure-[+module+],
10980 configure-target-[+module+], configure-gcc): ... these. Test
10981 for Makefile existence. Drop config.status from dependencies.
10982 * Makefile.in: Rebuilt.
10983 * configure.in: Move gcc-version-trigger to the end of
10984 ac_configure_args. Add comments to maybedep.tmp and
10985 serdep.tmp. Introduce --disable-serial-configure. Remove
10986 nonopt from baseargs, matching and removing corresponding
10987 whitespace while at it.
10988 * configure: Rebuilt.
10989
10990 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
10991
10992 * configure.in (host_configargs): Replace reference to
10993 no-longer-defined buildopts with --build=${build_alias}.
10994 * configure: Rebuilt.
10995
10996 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
10997 program_transform_name to standard idiom.
10998 (AUTOGEN, AUTOCONF): Define.
10999 (Makefile.in): Use $(AUTOGEN).
11000 (Makefile): Depend on config.status, and use autoconf-style rule to
11001 build it. Move original commands to...
11002 (config.status): ... this new target.
11003 (configure): Add $(srcdir). Depend on config/acx.m4. Use
11004 $(AUTOCONF).
11005 * Makefile.in: Rebuilt.
11006
11007 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
11008
11009 * Makefile.tpl: Fix dramatic bustage due to change in
11010 program_transform_name.
11011 * Makefile.in: Regenerate.
11012
11013 * configure.in: Remove unnecessary PATH setting.
11014 * configure: Regnerate.
11015
11016 * configure.in: Don't default to unprefixed tools unless
11017 the native tools will work.
11018 * configure: Regenerate.
11019
11020 * configure.in: Convert to autoconf script. Blow away lots
11021 of now-redundant Makefile fragments.
11022 * configure: Generate using Autoconf.
11023 * Makefile.tpl: Rewrite to reflect autoconfiscation.
11024 * Makefile.in: Regenerate.
11025
11026 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
11027
11028 * configure: Fix stupid bug where RANLIB was mistakenly included.
11029
11030 * configure.in: Rename (buildargs, hostargs, targargs) to
11031 (build_configargs, host_configargs, target_configargs).
11032
11033 * configure.in: Move logic out of sed statement.
11034
11035 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
11036 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11037
11038 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
11039
11040 * config.sub: Import from master repository
11041 * config.guess: Ditto
11042
11043 2002-12-24 Andreas Schwab <schwab@suse.de>
11044
11045 * Makefile.tpl (multilib.out): Fix missing space.
11046 * Makefile.in: Regenerate.
11047
11048 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
11049
11050 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
11051 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
11052 * Makefile.in: Regenerate.
11053 * configure.in: Remove unnecessary leftovers.
11054
11055 2002-12-21 Geoffrey Keating <geoffk@apple.com>
11056
11057 * configure.in (extra_ranlibflags_for_target): New variable.
11058 (*-*-darwin): Add -c to ranlib commands.
11059 * configure (tooldir): Handle extra_ranlibflags_for_target.
11060
11061 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
11062
11063 * Makefile.tpl: Revert HJL's change.
11064 * Makefile.in: Regenerated.
11065 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11066 always.
11067
11068 2002-12-19 Andreas Schwab <schwab@suse.de>
11069
11070 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11071 * Makefile.in: Regenerate.
11072
11073 2002-12-18 H.J. Lu <hjl@gnu.org>
11074
11075 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11076 * Makefile.in: Regenerated.
11077
11078 * configure.in (build_prefix): New. Substitute.
11079
11080 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
11081
11082 * Makefile.tpl: Don't let real targets depend on phony targets.
11083 * Makefile.in: Regenerate.
11084
11085 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11086 * Makefile.in: Regenerate.
11087
11088 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
11089
11090 * config.sub: Import from master repository
11091 * config.guess: Ditto
11092
11093 2002-12-16 Jason Merrill <jason@redhat.com>
11094
11095 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11096 previous 'make bootstrap'.
11097 * Makefile.in: Regenerate.
11098
11099 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
11100
11101 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11102
11103 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
11104
11105 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11106 * Makefile.in: Regenerate.
11107
11108 2002-12-13 Jason Merrill <jason@redhat.com>
11109
11110 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
11111 library tests.
11112 (check-c++): Just depend on it and check-target-libstdc++-v3.
11113 * Makefile.in: Regenerate.
11114
11115 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11116
11117 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11118 * Makefile.in: Rebuilt.
11119
11120 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11121
11122 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11123
11124 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
11125
11126 * configure: Fix bug put in by gremlins.
11127
11128 * Makefile.tpl: Substitute more autoconfily.
11129 * configure: Substitute more autoconfily.
11130 * Makefile.in: Regenerate.
11131
11132 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
11133
11134 * config.sub: Import from master repository
11135 * config.guess: Ditto
11136 * MAINTAINERS: Added Svein Seldal under write after approval
11137
11138 2002-12-08 Andrew Cagney <ac131313@redhat.com>
11139
11140 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11141 * Makefile.in (all-sim): Ditto.
11142
11143 2002-12-06 DJ Delorie <dj@redhat.com>
11144
11145 * Makefile.tpl: Change configure dependencies to not have real
11146 targets depend on phony targets.
11147
11148 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
11149
11150 * configure.in: Revert unintentional change.
11151
11152 * Makefile.tpl: Change dependency for */multilib.out so that
11153 it works when gcc isn't in the tree.
11154
11155 * configure.in: Substitute more.
11156 * configure: Run subconfigures from the Makefile.
11157 * Makefile.tpl: Run subconfigures from the Makefile; add a few
11158 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
11159
11160 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11161
11162 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11163
11164 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
11165
11166 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11167 and corresponding dependencies.
11168 * Makefile.in: Regenerate.
11169
11170 * configure.in (host_tools): Order binutils, gas and ld for
11171 convenience in running the testsuites.
11172
11173 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11174 * Makefile.in: Regenerate.
11175 * configure.in: Introduce rules to serialize subconfigure runs.
11176
11177 * configure.in: Introduce BASE_CC_FOR_TARGET.
11178 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
11179 Realize configure-build-* targets. Realize configure-target-* targets.
11180 * Makefile.in: Regenerate.
11181
11182 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
11183
11184 * configure: Move gcc_version_trigger stuff from here...
11185 * configure.in: ...to here.
11186
11187 * configure.in: Separate subconfigure options added by this file from
11188 options given by the user. Add machinery to put args for host
11189 subconfigures into the Makefile.
11190
11191 * Makefile.tpl: Remove 'vault' targets.
11192 * Makefile.tpl: Reorder and comment dependencies.
11193 * Makefile.in: Regenerate.
11194
11195 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
11196 * configure.in: Fix my broken commit of previous patch. (sigh)
11197
11198 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11199
11200 * configure.in: Move host-specific darwin noconfigdirs into
11201 the host-specific section.
11202
11203 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11204
11205 * configure.in: Move host-specific darwin noconfigdirs into
11206 the host-specific section.
11207
11208 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
11209
11210 * configure: Remove skip-this-dir support.
11211 * Makefile.tpl: Remove skip-this-dir support.
11212
11213 * Makefile.tpl: Remove leftover support for non-autoconfiscated
11214 subdirectories.
11215 * Makefile.in: Regenerate.
11216
11217 * Makefile.tpl: Strip out useless setting of 'dir'.
11218 * Makefile.in: Regenerate.
11219
11220 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
11221
11222 * configure.in: Fix deeply stupid bug.
11223
11224 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11225 shell code in CXX_FOR_TARGET
11226 * Makefile.def: Introduce raw_cxx.
11227 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11228 RAW_CXX_FOR_TARGET.
11229 * Makefile.in: Regenerate.
11230
11231 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
11232
11233 * Makefile.tpl: Remove unnecessary ifs.
11234 * Makefile.in: Regenerate.
11235
11236 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
11237 dependencies. Maybe-ize build-libiberty. Create dummy install
11238 targets for 'no_install' modules.
11239 * configure: Move GDB_TK substitution to configure.in. Move
11240 build_modules stuff to configure.in.
11241 * configure.in: Implement soft dependency machinery. Maybe-ize
11242 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
11243 * Makefile.in: Regenerate.
11244
11245 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
11246
11247 * Makefile.tpl: Make all-target, install-target behave similarly
11248 to all, install (only hitting configured targets). Eliminate
11249 unused macro defintions.
11250
11251 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11252 build != host.
11253
11254 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11255
11256 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11257
11258 * configure.in: Produce lists of subdir targets we're actually
11259 configuring. Remove references to "dosrel".
11260 * Makefile.tpl: Let configure set which subdir targets are hit.
11261 Remove install-cross; clean up install; remove ALL. Remove
11262 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
11263 Autogenerate host module targets. Remove empty dependency lines
11264 and redundant dependency; rearrange slightly.
11265 * Makefile.def: Add host-side libtermcap, utils.
11266
11267 * Makefile.in: Regenerate.
11268
11269 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11270
11271 * ltconfig (osf[345]): Append $major to soname_spec.
11272 Reflect this in library_names_spec.
11273 * ltmain.sh (osf): Prefix $major with . for use as extension.
11274
11275 2002-11-19 Andreas Jaeger <aj@suse.de>
11276
11277 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11278 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11279 and sparc64 GNU/Linux systems.
11280
11281 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
11282
11283 * MAINTAINERS: Update email.
11284
11285 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11286
11287 * MAINTAINERS: Complete James Dennett's entry.
11288
11289 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
11290
11291 * MAINTAINERS (Write After Approval): Add myself.
11292
11293 2002-11-13 Bruce Korb <bkorb@gnu.org>
11294
11295 * Makefile.tpl: syntactic cleanup
11296
11297 2002-11-13 Stuart Hastings <stuart@apple.com>
11298
11299 * MAINTAINERS: Add myself to write-after-approval list.
11300
11301 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11302
11303 * Makefile.def: Add list of recursive targets to autogenerate.
11304 Add build_modules.
11305 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
11306 targets. Autogenerate *-build-* targets.
11307 * Makefile.in: Regenerate.
11308
11309 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11310
11311 * configure: More autoconf-style substitutions.
11312 * Makefile.tpl: More autoconf-style substitutions.
11313 * Makefile.in: Regenerate.
11314
11315 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
11316
11317 * configure: Substitute more variables in a more autoconf-friendly
11318 way. Simplify slightly.
11319 * Makefile.tpl: Make more variables substitutable in an
11320 autoconf-friendly way.
11321 * Makefile.in: Regenerate.
11322
11323 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
11324
11325 * MAINTAINERS (Write After Approval): Add myself.
11326
11327 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
11328
11329 * configure.in (v810*): Remove special setting of tools.
11330
11331 * configure: Add support for extra required flags for ar or nm.
11332 * configure.in (aix4.3+): Use above support for target-specific
11333 issues, rather than using config/mt-aix43.
11334
11335 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
11336
11337 * configure: Remove 'removing', which doesn't work. Replace $subdir
11338 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
11339 with $srcdir. Reformat indentation. Substitute some variables
11340 formerly hard-coded in the Makefile for build=host.
11341 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11342 * Makefile.def: Autogenerate more.
11343 * Makefile.in: Regenerate.
11344
11345 2002-11-04 Adam Nemet <anemet@lnxw.com>
11346
11347 * MAINTAINERS (Write After Approval): Add myself.
11348
11349 2002-11-04 Kevin Buettner <kevinb@redhat.com>
11350
11351 * Makefile.def (host_modules): Add rda.
11352 * Makefile.in: Regenerate.
11353 * configure.in (target_tool): Add target-rda to list.
11354
11355 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11356
11357 * MAINTAINERS: Remove "co-maintainer" note for web pages.
11358
11359 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
11360
11361 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
11362 and restrap targets to this rule.
11363 * Makefile.in: Regenerate.
11364
11365 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11366
11367 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11368 GNATS only accounts.
11369
11370 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
11371
11372 * configure.in (i[3456]86-*-linux*): Add check to disable
11373 ${libgcj} for glibc1.
11374
11375 2002-10-24 Denis Chertykov <denisc@overta.ru>
11376
11377 * MAINTAINERS: Add myself as ip2k port maintainer.
11378
11379 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
11380
11381 * configure.in: Add tic4x target.
11382
11383 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
11384
11385 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11386 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11387 * Makefile.in: Regenerate.
11388
11389 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11390 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11391 * Makefile.in: Regenerate.
11392
11393 2002-10-02 Janis Johnson <janis187@us.ibm.com>
11394
11395 * MAINTAINERS: Add myself as web pages co-maintainer.
11396
11397 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11398
11399 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11400 * Makefile.in: Regenerate.
11401
11402 2002-10-02 Zack Weinberg <zack@codesourcery.com>
11403
11404 * MAINTAINERS: Add myself and Nathan Sidwell
11405 <nathan@codesourcery.com> as VxWorks maintainers.
11406
11407 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11408
11409 * Makefile.def: Remove order dependency comments.
11410 * Makefile.tpl: Add explicit install-install dependencies.
11411 * Makefile.in: Regenerate.
11412
11413 * Makefile.tpl: Remove material now in src-release. (Finally!)
11414 * Makefile.in: Regenerate.
11415
11416 * Makefile.tpl: Add configure-target (for src-release in src)
11417 * Makefile.in: Regenerate.
11418
11419 2002-09-30 Nick Clifton <nickc@redhat.com>
11420
11421 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11422
11423 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
11424
11425 * configure.in (s390*-*-linux*): Enable libgcj.
11426
11427 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
11428
11429 * configure: Revert accidentally applied changes.
11430
11431 * Makefile.tpl: Make more autoconf-friendly.
11432 * Makefile.in: Regenerate.
11433 * configure: Make substitution more autoconf-like.
11434
11435 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
11436
11437 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11438 single entry to handle all these.
11439 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
11440 libjava on arm-*-elf.
11441
11442 2002-09-27 Geoffrey Keating <geoffk@apple.com>
11443
11444 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11445 things that depend on them.
11446
11447 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11448
11449 * Makefile.tpl: Make subsituted variables more autoconfy.
11450 * Makefile.in: Regenerate.
11451 * configure: Make seds more autoconfy.
11452
11453 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11454
11455 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11456 * Makefile.in: Regenerate.
11457 * configure.in: Rewrite sed statements to look autoconfy.
11458
11459 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11460 all-target-foo on configure-target-foo.
11461 * Makefile.def: Ditto.
11462 * Makefile.in: Rebuild.
11463
11464 2002-09-25 Andrew Haley <aph@redhat.com>
11465
11466 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11467
11468 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
11469
11470 * Makefile.def: New file.
11471 * Makefile.tpl: New file.
11472 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11473 * contrib/gcc_update: Note that Makefile.in is a generated file.
11474
11475 * configure.in: Minor rearrangement. Simplify tests.
11476
11477 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
11478
11479 * configure.in (with_headers): Skip copy if value is "yes".
11480 (with_libs): Likewise.
11481
11482 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11483
11484 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11485 * configure.in (sh*-*-pe*): Ditto.
11486 * configure.in (mips*-*-pe*): Ditto.
11487 * configure.in (*arm-wince-pe): Ditto.
11488
11489 * configure.in: Rearrange.
11490
11491 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
11492
11493 * MAINTAINERS: Update my email address.
11494
11495 2002-08-30 Paul Koning <pkoning@equallogic.com>
11496
11497 * MAINTAINERS: (Write After Approval): Add myself.
11498
11499 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
11500
11501 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11502
11503 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
11504
11505 * MAINTAINERS: Change my mailing address.
11506
11507 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
11508
11509 * MAINTAINERS (Write After Approval): Remove myself.
11510 (Various Maintainers: c++ runtime libs): Add myself.
11511
11512 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
11513
11514 * MAINTAINERS (Write After Approval): Remove myself.
11515 (Various Maintainers: c++ runtime libs): Add myself.
11516
11517 2002-08-15 Eric Christopher <echristo@redhat.com>
11518
11519 * config.sub: Import from master repository.
11520 * config.guess: Ditto.
11521
11522 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
11523
11524 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11525 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11526 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11527
11528 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
11529
11530 * MAINTAINERS: Add self to rs6000 vector extensions.
11531
11532 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
11533
11534 * libiberty/configure: Reverted unintended yesterday's check in.
11535
11536 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
11537
11538 * boehm-gc/configure, libf2c/configure: Rebuilt.
11539 * libffi/configure, libiberty/configure: Ditto.
11540 * libjava/configure, libobjc/configure: Ditto.
11541 * libstdc++-v3/configure, zlib/configure: Ditto.
11542 Merged from binutils:
11543 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11544 From Steve Ellcey <sje@cup.hp.com>:
11545 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11546 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11547 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11548 IA64.
11549 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11550 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11551 soname_spec, sys_lib_search_path_spec): Ditto.
11552
11553 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
11554
11555 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11556
11557 2002-08-04 H.J. Lu (hjl@gnu.org)
11558
11559 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11560
11561 2002-08-02 Krister Walfridsson <cato@df.lth.se>
11562
11563 * MAINTAINERS (Write After Approval): Add myself.
11564
11565 2002-07-31 Alan Modra <amodra@bigpond.net.au>
11566
11567 * configure.in: Move generic linux case to end. Copy generic
11568 linux noconfigdirs to mips*-*-linux* entry and new
11569 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11570
11571 2002-07-19 Michael Matz <matz@suse.de>
11572
11573 * MAINTAINERS: Add myself as ra* maintainer.
11574
11575 2002-07-16 Chris Demetriou <cgd@broadcom.com>
11576
11577 * config.guess: Update to 2002-07-09 version.
11578 * config.sub: Update to 2002-07-03 version.
11579
11580 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11581
11582 * MAINTAINERS: Fix typo in a maintainer email address.
11583
11584 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11585
11586 * configure.in: Remove two redundant tests.
11587
11588 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11589
11590 * configure.in (mips*-*-irix6*o32): Enable stabs.
11591
11592 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11593
11594 * configure.in: Don't build grez.
11595 * Makefile.in: Ditto.
11596
11597 * Makefile.in: Remove references to bsp, cygmon, libstub.
11598 * configure.in: Ditto.
11599
11600 * configure.in: Remove leftover reference to gdbtest.
11601
11602 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
11603
11604 * configure.in (gxx_include_dir): Change to match versioned
11605 C++ headers if --enable-version-specific-runtime-libs is used.
11606
11607 2002-07-04 Steve Ellcey <sje@cup.hp.com>
11608
11609 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11610
11611 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11612
11613 * configure.in: Make --without-x work.
11614
11615 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11616
11617 * configure.in: Rearrange target Makefile fragment collection.
11618
11619 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11620 cvs[src].
11621 * configure.in: Ditto.
11622
11623 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11624
11625 * MAINTAINERS (Write After Approval): Update my e-mail address.
11626
11627 2002-06-24 Ben Elliston <bje@redhat.com>
11628
11629 * configure.in (host_tools): Remove cgen.
11630
11631 * Makefile.in (all-cgen): Remove; runs from its source directory.
11632 (check-cgen, install-cgen, clean-cgen): Likewise.
11633 (all-opcodes): Do not depend on all-cgen.
11634 (all-sim): Likewise.
11635
11636 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
11637
11638 * Makefile.in: Eliminate 'apache' targets.
11639 * configure.in: Eliminate 'apache' targets.
11640
11641 * configure.in: Eliminate redundant tests. Reorganize.
11642
11643 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11644
11645 * config-ml.in: Eliminate references to Cygnus configure.
11646
11647 * Makefile.in: Eliminate references to building emacs.
11648
11649 2002-06-28 Graham Stott <graham.stott@btinternet.com>
11650
11651 * MAINTAINERS: Update my email address.
11652
11653 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11654
11655 * config.if (libstdcxx_incdir): Version C++ headers.
11656 (cxx_incdir): Remove.
11657
11658 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11659
11660 * MAINTAINERS (Write After Approval): Add self.
11661
11662 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11663
11664 * configure.in: Add support for ip2k.
11665
11666 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11667
11668 * configure.in: Fix AIX configury bug.
11669
11670 2002-06-20 Steve Ellcey <sje@cup.hp.com>
11671
11672 * MAINTAINERS (Write After Approval): Add self.
11673
11674 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11675
11676 * configure.in: replace ${topsrcdir} with ${srcdir}
11677
11678 * configure.in: Move definition of libstdcxx_flags
11679 right above usage, rather than waaay earlier.
11680
11681 * configure.in: Pull definition of is_cross_compiler earlier.
11682
11683 * configure.in: Rearrange a little.
11684
11685 * configure.in: Remove references to librx.
11686 * Makefile.in: Remove references to librx.
11687
11688 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11689
11690 * config.sub: Add support for avr target.
11691 Import from master sources, rev 1.255
11692
11693 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
11694
11695 * configure, .cvsignore: Revert previous change...
11696 * Makefile: ...delete.
11697
11698 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11699
11700 * configure.in: Eliminate ${gasdir} variable.
11701
11702 2002-06-18 Dave Brolley <brolley@redhat.com>
11703
11704 * configure.in: Add support for frv.
11705 * config.sub: Add support for frv.
11706
11707 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11708
11709 * configure: Remove garbage from previous commit.
11710
11711 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11712
11713 * configure: For in-source builds, make a subdir and re-exec there.
11714 * Makefile: New file. Pass targets through to build directory.
11715 * .cvsignore: No longer ignore "Makefile".
11716
11717 2002-06-16 Douglas Rupp <rupp@gnat.com>
11718
11719 * MAINTAINERS (Write After Approval): Add self.
11720
11721 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11722
11723 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11724
11725 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11726
11727 * configure.in (vax-*-netbsd*): Re-enable gas.
11728
11729 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11730
11731 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11732 BUILD_PREFIX_1, to correct nomenclature.
11733 * configure: Likewise.
11734
11735 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11736 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11737
11738 2002-05-31 Olaf Hering <olh@suse.de>
11739
11740 * config-ml.in: Propogate DESTDIR also.
11741
11742 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11743
11744 * configure.in (vax-*-netbsd*): Don't build gas for this
11745 platform.
11746
11747 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11748
11749 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11750 and libgcj for AVR.
11751
11752 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
11753
11754 * MAINTAINERS (Write After Approval): Add myself.
11755
11756 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
11757
11758 * config.guess: Update to 2002-05-22 version.
11759 * config.sub: Likewise.
11760
11761 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11762
11763 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11764 * config-ml.in: Likewise.
11765 * configure: Likewise.
11766 * configure.in: Likewise.
11767
11768 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
11769
11770 * MAINTAINERS: Update my email address.
11771
11772 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
11773
11774 * configure.in: Simplify makefile fragment collection.
11775
11776 * configure.in: Remove code to build emacs.
11777
11778 * configure.in : Remove --srcdir argument from targargs and buildargs
11779 (it's always overridden in the Makefile anyway). Rearrange a bit.
11780
11781 * configure: Move some logic to configure.in.
11782 * configure.in: Move some logic from configure.
11783
11784 2002-05-11 Tom Tromey <tromey@redhat.com>
11785
11786 * MAINTAINERS: Reflect libgcj reality.
11787
11788 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
11789
11790 * Makefile.in: Honour DESTDIR.
11791
11792 2002-05-08 Mark Mitchell <mark@codesourcery.com>
11793
11794 * config.guess: Import 2002-03-20 version.
11795 * config.sub: Import 2002-04-26 version.
11796
11797 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11798
11799 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11800
11801 2002-05-07 Tim Josling <tej@melbpc.org.au>
11802
11803 * MAINTAINERS: Add self.
11804
11805 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
11806
11807 * ltmain.sh: Detect and handle object name conflicts
11808 while piecewise linking a static library.
11809
11810 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
11811
11812 * configure.in (noconfigdirs): Don't disable libgcj on
11813 sparc64-*-solaris* and sparcv9-*-solaris*.
11814
11815 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
11816
11817 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11818
11819 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
11820
11821 * configure.in (FLAGS_FOR_TARGET): Do not add
11822 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11823 on i[3456]86-*-linux*.
11824
11825 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
11826
11827 * configure.in (noconfigdirs): Replace [ ] with test.
11828
11829 * configure.in (noconfigdirs): Do not add target-newlib if
11830 target == i[3456]86-*-linux*, and host == target.
11831
11832 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
11833
11834 * configure.in: delete reference to absent file
11835
11836 * configure.in: replace '[' with 'test'
11837
11838 * configure.in: Eliminate references to gash.
11839 * Makefile.in: Eliminate references to gash.
11840
11841 * configure.in: remove useless references to 'pic' makefile fragments.
11842
11843 * configure.in: (*-*-windows*) Finish removing.
11844
11845 * configure.in: Eliminate redundant test for libgui.
11846
11847 2002-04-29 Roger Sayle <roger@eyesopen.com>
11848
11849 * MAINTAINERS: Add self and realphabetize. Update entries
11850 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
11851 entry for a29k port maintainer.
11852
11853 2002-04-26 Joel Sherrill <joel@OARcorp.com>
11854
11855 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11856 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11857
11858 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
11859
11860 * configure.in: remove references to dead files
11861
11862 2002-04-19 Mark Mitchell <mark@codesourcery.com>
11863
11864 * MAINTAINERS: Add information about purpose of this file.
11865
11866 2002-04-18 Tom Tromey <tromey@redhat.com>
11867
11868 * configure.in: Disallow configuring libgcj when it is already
11869 installed and we're using Solaris 2.8 linker. Do enable libgcj on
11870 Solaris 2.8 by default. For PR libgcj/6158.
11871
11872 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11873
11874 * configure.in: Move default CC setting out of config/mh-* fragments
11875 directly into here.
11876
11877 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
11878
11879 * configure.in: don't even try to configure or make a subdirectory
11880 if there's no configure script for it.
11881
11882 2002-04-15 Mark Mitchell <mark@codesourcery.com>
11883
11884 * MAINTAINERS: Remove chill maintainers.
11885 * Makefile.in (CHILLFLAGS): Remove.
11886 (CHILL_LIB): Remove.
11887 (TARGET_CONFIGDIRS): Remove libchill.
11888 (CHILL_FOR_TARGET): Remove.
11889 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11890 CHILL_LIB.
11891 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11892 (CHECK_TARGET_MODULES): Likewise.
11893 (INSTALL_TARGET_MODULES): Likewise.
11894 (CLEAN_TARGET_MODULES): Likewise.
11895 (configure-target-libchill): Remove.
11896 (all-target-libchill): Remove.
11897 * configure.in (target_libs): Remove target-libchill.
11898 Do not compute CHILL_FOR_TARGET.
11899 * libchill: Remove directory.
11900
11901 2002-04-11 DJ Delorie <dj@redhat.com>
11902
11903 * Makefile.in, configure.in: Sync with binutils, entries
11904 follow...
11905
11906 2002-04-07 Andrew Cagney <ac131313@redhat.com>
11907
11908 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
11909 (do-tar, do-bz2): New rules.
11910 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
11911 (gdb-tar): New rule.
11912 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
11913 (insight_dejagnu.tar): New rule.
11914 (insight.tar): New rule.
11915 (gdb+dejagnu.tar): New rule.
11916 (gdb.tar): New rule.
11917
11918 2002-02-01 Mo DeJong <supermo@bayarea.net>
11919
11920 * Makefile.in: Add all-tix to deps for all-snavigator
11921 so that tix is built when building snavigator.
11922
11923 2002-01-11 Steve Ellcey <sje@cup.hp.com>
11924
11925 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11926 ld and gdb are not supported.
11927
11928 2002-01-07 Mark Salter <msalter@redhat.com>
11929
11930 * configure.in: Remove target-bsp and target-cygmon from arm builds.
11931 Allow target-libgloss to be built for arm, strongarm, and xscale.
11932
11933 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
11934
11935 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11936 options for i[3456]86-pc-linux* native builds.
11937
11938 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
11939
11940 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11941 files from .po files for a distribution.
11942
11943 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
11944
11945 * configure.in: Enable libstdc++-v3 for h8300 targets.
11946
11947 2001-06-19 Alan Modra <amodra@bigpond.net.au>
11948
11949 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11950 version from bfd/.
11951
11952 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
11953
11954 * Makefile.in (VER): When present, extract the version number from
11955 the file version.in.
11956
11957 2001-05-24 Tom Rix <trix@redhat.com>
11958
11959 * configure.in : enable ld for aix
11960
11961 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
11962
11963 * config.guess: Add linux target for S/390.
11964
11965 2000-11-07 Philip Blundell <pb@futuretv.com>
11966
11967 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11968
11969 2000-11-03 Philip Blundell <pb@futuretv.com>
11970
11971 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11972 files.
11973
11974 2001-01-15 Ben Elliston <bje@redhat.com>
11975
11976 * configure.in (host_tools): Add sid.
11977 Always configure cgen.
11978
11979 2000-11-24 Nick Clifton <nickc@redhat.com>
11980
11981 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11982
11983 2000-08-20 Doug Evans <dje@casey.transmeta.com>
11984
11985 * Makefile.in (ALL_MODULES): Add all-cgen.
11986 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11987 (all-cgen): New target.
11988 (all-opcodes,all-sim): Depend on all-cgen.
11989 * configure.in (host_tools): Add cgen.
11990 Only configure cgen if --enable-cgen-maint.
11991
11992 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
11993
11994 * configure.in: Add *-*-freebsd* configurations.
11995
11996 2002-04-08 Tom Tromey <tromey@redhat.com>
11997
11998 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11999 Fixes PR libgcj/6068.
12000
12001 2002-03-30 Krister Walfridsson <cato@df.lth.se>
12002
12003 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12004
12005 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12006
12007 * configure.in (alpha*-dec-osf*): Enable libgcj.
12008
12009 2003-03-27 Matthew Gingell <gingell@gnat.com>
12010
12011 * MAINTAINERS (Write After Approval): Add myself.
12012
12013 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
12014
12015 Fix for: PR bootstrap/3591, target/5676
12016 * configure.in (mcore-pe): Disable the configuration of
12017 libstdc++-v3 since exceptions are not supported.
12018
12019 2002-03-20 Anthony Green <green@redhat.com>
12020
12021 * configure.in: Enable libgcj for xscale-elf target.
12022
12023 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
12024
12025 * MAINTAINERS: Update my email address.
12026
12027 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
12028
12029 * ltmain.sh (relink_command): Fix typo in previous change.
12030
12031 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
12032
12033 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
12034 (relink_command): Added --tag flags.
12035 (mode=install): If relinking fails; error out.
12036
12037 2002-03-12 Richard Henderson <rth@redhat.com>
12038
12039 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
12040 .NOTPARALLEL tag.
12041 (do-check): Rename from check.
12042 (check): Allow parallel check.
12043
12044 2002-03-12 Bob Wilson <bob.wilson@acm.org>
12045
12046 * MAINTAINERS: Add myself as maintainer for xtensa port.
12047 Fix alphabetical order in CPU port maintainer list.
12048 Remove myself from Write After Approval list.
12049
12050 2002-03-11 Richard Henderson <rth@redhat.com>
12051
12052 * Makefile.in (.NOTPARALLEL): Add fake tag.
12053
12054 2002-03-07 H.J. Lu (hjl@gnu.org)
12055
12056 * configure.in: Enable gprof for mips*-*-linux*.
12057
12058 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
12059
12060 * MAINTAINERS (Write After Approval): Add myself.
12061
12062 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
12063
12064 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12065 libjava.
12066 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12067
12068 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
12069
12070 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12071 because its Makefile is there; test for the executable instead.
12072
12073 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
12074
12075 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12076 libstdc++-v3 and libjava.
12077
12078 2002-02-11 Adam Megacz <adam@xwt.org>
12079
12080 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12081 boehm-gc
12082
12083 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
12084
12085 * config.guess: Updated to 2002-01-30's version.
12086 * config.sub: Updated to 2002-02-01's version.
12087 Contribute sh64-elf.
12088 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
12089 * configure.in: Added sh64-*-*.
12090
12091 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12092
12093 * MAINTAINERS: Belatedly add myself to write after approval list.
12094
12095 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
12096
12097 * MAINTAINERS: Put self in as maintainer for x86-64 port.
12098 Remove self as Write After Approval.
12099
12100 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
12101
12102 * MAINTAINERS: Put self in as maintainer for contrib/regression
12103 directory.
12104
12105 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
12106
12107 * MAINTAINERS: Update my email address.
12108
12109 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
12110
12111 * configure.in (*-*-netbsd*): New. Skip target-newlib,
12112 target-libiberty, and target-libgloss. Skip Java-related
12113 libraries if not supported for NetBSD on target CPU.
12114
12115 2002-01-25 Douglas B Rupp <rupp@gnat.com>
12116
12117 * install-sh: Use _inst.$$_ for temp file name.
12118
12119 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
12120
12121 * MAINTAINERS (Write After Approval): Move my contact info
12122 from here...
12123 (OS Port Maintainers): ...to here (netbsd).
12124
12125 2002-01-22 Bob Wilson <bob.wilson@acm.org>
12126
12127 * MAINTAINERS (Write After Approval): Add myself.
12128
12129 2002-01-17 H.J. Lu <hjl@gnu.org>
12130
12131 * Makefile.in (all-fastjar): Also depend on all-libiberty.
12132 (all-target-fastjar): Also depend on all-target-libiberty.
12133
12134 2002-01-16 H.J. Lu (hjl@gnu.org)
12135
12136 * config.guess: Import from master sources, rev 1.225.
12137 * config.sub: Import from master sources, rev 1.238.
12138
12139 2002-01-16 Kazu Hirata <kazu@hxi.com>
12140
12141 * MAINTAINERS (Write After Approval): Remove myself.
12142
12143 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
12144
12145 * MAINTAINERS (Write After Approval): Add myself.
12146
12147 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
12148
12149 * MAINTAINERS: Add self as docs co-maintainer.
12150
12151 2001-12-11 Matthias Klose <doko@debian.org>
12152
12153 * MAINTAINERS (Write After Approval): Add myself.
12154
12155 2001-12-09 Zack Weinberg <zack@codesourcery.com>
12156
12157 * MAINTAINERS: Update my email address.
12158
12159 2001-12-07 Turly O'Connor <turly@apple.com>
12160 * MAINTAINERS (Write After Approval): Add myself.
12161 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12162 (rs6000_initialize_trampoline): Call __trampoline_setup for
12163 ABI_DARWIN too.
12164 * darwin-tramp.asm: New file, implements __trampoline_setup.
12165 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12166
12167 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
12168
12169 * MAINTAINERS (Write After Approval): Add myself.
12170
12171 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
12172
12173 * configure, configure.in: Use temp file for long sed commands.
12174
12175 2001-12-03 Laurent Guerby <guerby@acm.org>
12176
12177 * config.sub: Update to version 1.232 on subversion.
12178
12179 2001-12-03 Ben Elliston <bje@redhat.com>
12180
12181 * MAINTAINERS: Update mail address for config.* patches.
12182
12183 2001-11-27 DJ Delorie <dj@redhat.com>
12184 Zack Weinberg <zack@codesourcery.com>
12185
12186 When build != host, create libiberty for the build machine.
12187
12188 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12189 CONFIG_ARGUMENTS.
12190 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12191 New variables.
12192 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12193 and rules.
12194 (all.normal): Depend on ALL_BUILD_MODULES.
12195 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12196 (all-build-libiberty): Depend on configure-build-libiberty.
12197
12198 * configure: Calculate and substitute proper value for
12199 ALL_BUILD_MODULES.
12200 * configure.in: Create the build subdirectory.
12201 Calculate and substitute TARGET_CONFIGARGS (formerly
12202 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12203
12204 2001-11-26 Ziemowit Laski <zlaski@apple.com>
12205
12206 * MAINTAINERS (write-after-approval): Add self.
12207
12208 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
12209
12210 * MAINTAINERS (GNATS only accounts): Remove self.
12211
12212 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
12213
12214 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12215 libf2c.
12216
12217 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
12218
12219 * MAINTAINERS (Write After Approval): Add self.
12220
12221 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12222
12223 * MAINTAINERS: mips and s390 are also CPU ports.
12224
12225 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12226
12227 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12228
12229 2001-11-11 David O'Brien <obrien@FreeBSD.org>
12230
12231 * MAINTAINERS: Alphabetize.
12232
12233 2001-11-09 Kazu Hirata <kazu@hxi.com>
12234
12235 * MAINTAINERS (Various maintainers: h8 port): Add myself.
12236
12237 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
12238
12239 * MAINTAINERS (Various maintainers: hppa port): Added myself.
12240
12241 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
12242
12243 * configure.in (--enable-languages): Be more permissive about
12244 syntax. Check for empty lists better. Warn about $LANGUAGES.
12245
12246 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
12247
12248 * config.sub: Import from master sources, rev. 1.230.
12249 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12250
12251 2001-11-07 Laurent Guerby <guerby@acm.org>
12252
12253 * MAINTAINERS (Write After Approval): Add self.
12254
12255 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
12256
12257 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12258
12259 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
12260
12261 * config.sub: Import from master sources, rev 1.226.
12262 * config.guess: Import from master sources, rev 1.216.
12263
12264 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
12265
12266 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12267 * MAINTAINERS: Add self as maintainer of MMIX port.
12268 Remove old after-approval entry.
12269
12270 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
12271
12272 * ChangeLog, configure: Fix spelling errors.
12273
12274 2001-10-20 Brendan Kehoe <brendan@zen.org>
12275
12276 * MAINTAINERS: Tweak my address.
12277
12278 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
12279
12280 * MAINTAINERS: Update my email address.
12281
12282 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
12283
12284 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12285 * MAINTAINERS: Add self as maintainer of CRIS port.
12286
12287 2001-10-10 Geert Bosch <bosch@gnat.com>
12288
12289 * MAINTAINERS (Various maintainers: Ada front end):
12290 Added Robert Dewar.
12291
12292 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
12293
12294 * MAINTAINERS (Write After Approval): Added self
12295
12296 2001-10-02 Geert Bosch <bosch@gnat.com>
12297
12298 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12299
12300 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
12301
12302 * configure: Handle temporary files securely using mkdir.
12303
12304 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
12305
12306 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12307
12308 2001-09-26 Will Cohen <wcohen@redhat.com>
12309
12310 * configure.in (*-*-linux*): Disable configuration of target-newlib
12311 and target-libgloss.
12312
12313 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12314
12315 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12316 RANLIB.
12317
12318 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
12319
12320 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12321 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12322 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12323 avoid quotes nesting problems.
12324 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12325 (DO_X): Export only variables that are set.
12326
12327 2001-09-19 Ben Elliston <bje@redhat.com>
12328
12329 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12330 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12331 semantics. Use the shell built-in "type" command instead.
12332
12333 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
12334
12335 Merged from gcc-3_0-branch:
12336 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
12337 * ltcf-c.sh: Use $objext, not $ac_objext.
12338 2001-07-27 Mark Kettenis <kettenis@gnu.org>
12339 * ltcf-cxx.sh: Add support for GNU.
12340 2001-07-22 Timothy Wall <twall@redhat.com>
12341 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
12342 default settings if using GNU tools with that configuration.
12343 * ltcf-cxx.sh: Ditto.
12344 * ltcf-gcj.sh: Ditto.
12345 2001-07-21 Michael Chastain <chastain@redhat.com>
12346 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12347 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
12348 * ltmain.sh: Mark as gcc-local.
12349
12350 2001-08-30 Eric Christopher <echristo@redhat.com>
12351 Jason Eckhardt <jle@redhat.com>
12352
12353 * config.guess: Merge from master sources.
12354 * config.sub: Merge from master sources, add support for mipsisa32.
12355
12356 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
12357 * config.sub: Merge from master sources, rev 1.219.
12358 * MAINTAINERS: Add self as contact for stormy16 port.
12359
12360 2001-08-14 Zack Weinberg <zackw@panix.com>
12361
12362 * config.sub: Merge from master sources, rev 1.218.
12363 * config.guess: Merge from master sources, rev 1.209.
12364
12365 2001-08-11 Graham Stott <grahams@redhat.com>
12366
12367 * Makefile.in (check-c++): Add missing semicolon.
12368
12369 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
12370
12371 * MAINTAINERS (Various maitainers: predict.def): Added myself.
12372
12373 2001-07-30 Eric Christopher <echristo@redhat.com>
12374
12375 * MAINTAINERS (Various maintainers: mips port): Added myself.
12376
12377 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
12378
12379 * configure.in (sh-*-linux*): New.
12380
12381 2001-07-27 Richard Henderson <rth@redhat.com>
12382
12383 * .cvsignore: Add LAST_UPDATED.
12384
12385 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
12386
12387 * MAINTAINERS (Various maintainers: s390 port): Added myself.
12388
12389 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
12390
12391 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12392
12393 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
12394
12395 * MAINTAINERS (Write After Approval): Added myself.
12396
12397 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12398
12399 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12400 and libgcj on m68hc11/m68hc12.
12401
12402 2001-06-27 H.J. Lu (hjl@gnu.org)
12403
12404 * Makefile (CFLAGS_FOR_BUILD): New.
12405 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12406
12407 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12408
12409 * README: Remove version number.
12410
12411 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12412
12413 * INSTALL/README: Update wrt. to the installation instructions now
12414 residing in gcc/doc/install.texi.
12415
12416 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12417
12418 * README: Replace with a cut-down and updated version of gcc/README.
12419
12420 2001-06-12 David Edelsohn <edelsohn@gnu.org>
12421
12422 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12423 multilibs to be disabled.
12424
12425 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
12426
12427 * MAINTAINERS (Write After Approval): Add myself.
12428
12429 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
12430
12431 * config.guess: Import CVS version 1.195.
12432 * config.sub: Import CVS version 1.212.
12433
12434 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
12435
12436 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12437 gcc/xgcc is built, use -print-prog-name to find out the program
12438 name to use.
12439
12440 2001-06-04 Phil Edwards <pme@sources.redhat.com>
12441
12442 * config.guess: Import CVS version 1.194. All gcc-local changes
12443 appear to also be in the master copy.
12444 * config.sub: Import CVS version 1.211.
12445
12446 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
12447
12448 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12449 with_gcc]: Use `gcc -shared' to build a shared library.
12450
12451 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
12452
12453 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12454 archives.
12455
12456 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12457
12458 * MAINTAINERS (Write After Approval): Add myself.
12459
12460 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
12461
12462 * configure.in (libstdcxx_flags): Do not try to execute
12463 libstdc++-v3/testsuite_flags until it exists.
12464
12465 2001-06-01 Alan Modra <amodra@bigpond.net.au>
12466
12467 * MAINTAINERS: Update my email address.
12468
12469 2001-05-31 Graham Stott <grahams@redhat.com>
12470
12471 * MAINTAINERS (Write After Approval): Add myself.
12472
12473 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
12474
12475 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
12476 libraries when using g++ with native linker.
12477
12478 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
12479
12480 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12481
12482 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
12483
12484 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12485 [aix4*|aix5*]: Prepend blank.
12486
12487 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
12488
12489 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12490 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
12491 of subdir/configure scripts to use the new libtool.m4.
12492
12493 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12494
12495 * MAINTAINERS (Write After Approval): Add myself.
12496
12497 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
12498
12499 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12500
12501 2001-05-11 Ben Elliston <bje@redhat.com>
12502
12503 * Makefile.in (all-sid): New target.
12504 (check-sid, clean-sid, install-sid): Likewise.
12505
12506 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
12507
12508 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12509
12510 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12511
12512 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12513 libgcj.
12514
12515 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12516
12517 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12518 gcc/xgcc is built, use -print-prog-name to find out the program
12519 name to use.
12520
12521 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
12522
12523 * configure.in (noconfigdirs): Don't reset it from scratch in the
12524 target case; only append to it.
12525
12526 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12527 sparc-*-solaris2.8]: Disable ${libgcj}.
12528
12529 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
12530
12531 * configure.in (libgcj_saved): Copy from $libgcj.
12532 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12533 --disable-libgcj.
12534
12535 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12536
12537 * MAINTAINERS: Remove self as MIPS maintainer and
12538 C front end maintainer.
12539
12540 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12541
12542 * configure.in: Move *-chorusos target case to the proper switch.
12543 Disable libgcj.
12544
12545 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12546
12547 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12548 1.641.2.228.
12549
12550 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12551
12552 * Makefile.in (STAGE1_CFLAGS): Pass down.
12553
12554 2001-04-13 Alan Modra <amodra@one.net.au>
12555
12556 * config.guess: Add hppa64-linux support. Note for next import that
12557 this is already in the master file.
12558 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12559
12560 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12561
12562 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12563 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12564
12565 2001-04-11 Stan Shebs <shebs@apple.com>
12566
12567 * MAINTAINERS: Add self as Darwin port maintainer.
12568
12569 2001-04-11 Alan Modra <amodra@one.net.au>
12570
12571 * MAINTAINERS: Update my email address.
12572
12573 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
12574
12575 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12576 recent versions of FreeBSD (release 3 or later).
12577 * ltconfig: On FreeBSD, -lc must not be provided when building
12578 a shared library or else the standard -pthread gcc option is
12579 rendered worthless to later users of the built library.
12580
12581 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12582
12583 * MAINTAINERS: Add self and RTH as C front end maintainers.
12584
12585 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
12586
12587 * config.sub: Make sure to match an already-canonicalized
12588 machine name (eg. mn10300-unknown-elf).
12589
12590 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
12591
12592 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12593 New macros.
12594 (bootstrap, cross): Use RECURSE_FLAGS.
12595 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12596
12597 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
12598
12599 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12600
12601 2001-03-22 Colin Howell <chowell@redhat.com>
12602
12603 * Makefile.in (DO_X): Do not backslash single-quotes in
12604 backquotes (two places).
12605
12606 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12607
12608 Re-installed:
12609 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12610 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12611 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12612 * ltcf-cxx.sh: Likewise.
12613 * ltcf-gcj.sh: Likewise.
12614
12615 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12616
12617 * MAINTAINERS: Add myself as "documentation co-maintainer".
12618
12619 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12620
12621 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12622 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12623
12624 2001-03-19 Tom Tromey <tromey@redhat.com>
12625
12626 * config-ml.in: Handle GCJ and GCJFLAGS.
12627
12628 2001-03-21 Michael Chastain <chastain@redhat.com>
12629
12630 * Makefile.in: all-m4 depends on all-texinfo.
12631
12632 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
12633
12634 * MAINTAINERS: Add myself to write after approval list.
12635
12636 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
12637
12638 * Makefile.in (DO_X): Quote nested quotes.
12639
12640 2001-03-18 Alan Modra <alan@linuxcare.com.au>
12641
12642 * MAINTAINERS: Add myself to write after approval list.
12643
12644 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
12645
12646 * Makefile.in (DO_X): Use double quotes for quoting
12647 "RANLIB=$${RANLIB}".
12648
12649 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12650
12651 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12652
12653 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
12654
12655 * configure.in: Only use `lang_requires' for languages athat are
12656 actually enabled.
12657
12658 2001-03-08 Phil Edwards <pme@sources.redhat.com>
12659
12660 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12661
12662 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
12663
12664 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12665
12666 2001-03-07 Tom Tromey <tromey@redhat.com>
12667
12668 * configure.in: Allow config-lang.in to set `lang_requires' to list
12669 of other required languages.
12670
12671 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
12672
12673 * Makefile.in: Remove RANLIB definition. Use RANLIB
12674 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12675 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12676
12677 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
12678 Alexandre Oliva <aoliva@redhat.com>
12679
12680 * Makefile.in (check-c++): Use tabs, not spaces.
12681
12682 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
12683
12684 * MAINTAINERS: add myself to Write After Approval list.
12685
12686 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
12687
12688 * Makefile.in (check-c++): New rule.
12689
12690 * configure.in (target_libs): Remove libg++.
12691 (noconfigdirs): Remove libg++.
12692 (noconfigdirs): Same.
12693 (noconfigdirs): Same.
12694 (noconfigdirs): Same.
12695
12696 * config-ml.in: Remove libg++ references.
12697
12698 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12699 (ALL_TARGET_MODULES): Same.
12700 (configure-target-libg++): Remove.
12701 (all-target-libg++): Remove.
12702 (configure-target-libio): Remove.
12703 (all-target-libio): Remove.
12704 (check-target-libio): Remove.
12705 (.PHONY): Remove.
12706 (libg++.tar.bz2): Remove.
12707 (all-target-cygmon): Remove libio.
12708 (all-target-libstdc++): Remove.
12709 (configure-target-libstdc++): Remove.
12710 (TARGET_LIB_PATH): Remove libstdc++.
12711 (ALL_GCC_CXX): Remove libstdc++.
12712 (all-target-gperf): Correct.
12713
12714 2001-02-16 Nick Clifton <nickc@redhat.com>
12715
12716 * configure.in (noconfigdirs): Allow configuration of texinfo
12717 for Cygwin hosts.
12718
12719 2001-02-15 Anthony Green <green@redhat.com>
12720
12721 * configure: Introduce GCJ_FOR_TARGET.
12722 * configure.in: Ditto.
12723 * Makefile.in: Ditto.
12724
12725 2001-02-13 Andreas Schwab <schwab@suse.de>
12726
12727 * MAINTAINERS: Update mail address.
12728
12729 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12730
12731 * config.guess: Add linux target for S/390.
12732 * config.sub: Likewise.
12733
12734 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
12735
12736 * configure.in: for *-chorusos, don't config target-newlib and
12737 target-libgloss.
12738
12739 2001-02-06 Ben Elliston <bje@redhat.com>
12740
12741 * configure: Output host type to stdout, not stderr.
12742
12743 2001-02-05 Mark Mitchell <mark@codesourcery.com>
12744
12745 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12746 * ltcf-cxx.sh: Likewise.
12747
12748 * config.if: Assume enable_libstdcxx_v3 is defined.
12749
12750 2001-02-04 Mark Mitchell <mark@codesourcery.com>
12751
12752 Remove V2 C++ library.
12753 * configure.in: Remove --enable-libstdcxx_v3 support.
12754
12755 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
12756
12757 * include/demangle.h: Add prototype for java_demangle_v3.
12758
12759 2001-01-29 Phil Edwards <pme@sources.redhat.com>
12760
12761 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
12762
12763 2001-01-27 Richard Henderson <rth@redhat.com>
12764
12765 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12766
12767 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12768
12769 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12770 Don't unset, it's non-portable and no longer necessary, set to empty
12771 instead.
12772
12773 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
12774
12775 * ltconfig: Shell portability fix for the tagname validity check.
12776
12777 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
12778
12779 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12780 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12781
12782 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12783
12784 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12785
12786 2001-01-26 Tom Tromey <tromey@redhat.com>
12787
12788 * configure.in: Allow libgcj to be built on Sparc Solaris.
12789
12790 2001-01-25 David Edelsohn <edelsohn@gnu.org>
12791
12792 * ltcf-c.sh: Add aix5 case.
12793 * ltcf-cxx.sh: Likewise.
12794 * ltconfig: Likewise.
12795
12796 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
12797
12798 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12799 keep at least one of build_libtool_libs or build_old_libs set to
12800 yes.
12801
12802 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12803 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12804
12805 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
12806
12807 * configure.in: Enable libgcj on several additional platforms.
12808
12809 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
12810
12811 * configure.in: Enable libgcj for linux targets.
12812
12813 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
12814
12815 * MAINTAINERS (Write After Approval): Add myself.
12816
12817 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
12818
12819 * MAINTAINERS: Add myself as vax port maintainer.
12820
12821 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
12822
12823 * MAINTAINERS: Add myself as Mercury front-end maintainer.
12824
12825 2001-01-09 Mike Stump <mrs@wrs.com>
12826
12827 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12828 failures of subdirectories.
12829
12830 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12831
12832 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12833 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12834 * ltcf-cxx.sh: Likewise.
12835 * ltcf-gcj.sh: Likewise.
12836 * ltconfig.sh: Fix typo.
12837
12838 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12839
12840 * configure: handle DOS-style absolute paths.
12841
12842 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12843
12844 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12845
12846 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
12847
12848 * MAINTAINERS: Add myself as avr port co-maintainer.
12849
12850 2000-12-28 Ben Elliston <bje@redhat.com>
12851
12852 * MAINTAINERS: Add myself under ``Write After Approval''.
12853
12854 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
12855
12856 * texinfo: Remove directory from GCC.
12857
12858 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
12859
12860 * COPYING: Update to current
12861 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12862 to 19yy as example year in copyright notice).
12863
12864 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
12865
12866 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12867 (libstdcxx_incdir): Pass down.
12868 * config.if: Remove expired bits for cxx_interface, add stub.
12869 (libstdcxx_incdir): Add variable for g++ include directory.
12870 * configure.in (gxx_include_dir): Use it.
12871
12872 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
12873
12874 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
12875 with old-email address from ``Write After Approval''.
12876
12877 2000-12-15 Andreas Jaeger <aj@suse.de>
12878
12879 * configure.in: Handle lang_dirs.
12880
12881 2000-12-14 Tom Tromey <tromey@redhat.com>
12882
12883 * MAINTAINERS: Removed brads.
12884
12885 * MAINTAINERS: Added gcj developers.
12886
12887 2000-12-13 Anthony Green <green@redhat.com>
12888
12889 * configure.in: Disable libgcj for any target not specifically
12890 listed. Disable libgcj for x86 and Alpha Linux until compatible
12891 with g++ abi.
12892
12893 2000-12-13 Mike Stump <mrs@wrs.com>
12894
12895 * Makefile.in (local-distclean): Also remove fastjar.
12896
12897 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
12898
12899 * contrib/gcc_update: Add fastjar --touch entries.
12900
12901 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
12902
12903 * configure.in: Disable language-specific target libraries for
12904 languages that aren't enabled.
12905
12906 2000-12-10 Anthony Green <green@redhat.com>
12907
12908 * configure.in: Define libgcj. Disable libgcj target libraries for
12909 most targets.
12910
12911 2000-12-10 Neil Booth <neilb@earthling.net>
12912
12913 * MAINTAINERS: Update mail address, remove from WAA list.
12914
12915 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12916
12917 * libjava: Imported from /cvs/java.
12918 * libffi: Likewise.
12919 * Boehm-gc: Likewise.
12920
12921 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
12922
12923 * configure.in (target_libs): Revert 2000-12-08 patch.
12924 (noconfigdirs): Added target-libjava.
12925
12926 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12927
12928 * djunpack.bat: removed.
12929
12930 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
12931
12932 * Makefile.in: handle DOS-style absolute paths.
12933 * config-ml.in: likewise.
12934 * symlink-tree: likewise.
12935
12936 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12937
12938 * fastjar: Imported.
12939
12940 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12941
12942 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12943 libjava.
12944 * configure.in (target_libs): Removed `target-libjava'.
12945
12946 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
12947
12948 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12949 (ALL_MODULES): Added fastjar.
12950 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12951 (all-target-libjava): all-fastjar replaces all-zip.
12952 (all-fastjar): Added.
12953 (configure-target-fastjar, all-target-fastjar): Likewise.
12954 * configure.in (host_tools): Added fastjar.
12955
12956 2000-12-07 Mike Stump <mrs@wrs.com>
12957
12958 * Makefile.in (local-distclean): Remove leftover built files.
12959
12960 2000-11-24 Nick Clifton <nickc@redhat.com>
12961
12962 * configure.in (xscale-elf): Add target.
12963 (xscale-coff): Add target.
12964
12965 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
12966
12967 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12968 recent versions of FreeBSD (release 3 or later).
12969 * ltconfig: On FreeBSD, -lc must not be provided when building
12970 a shared library or else the standard -pthread gcc option is
12971 rendered worthless to later users of the built library.
12972
12973 2000-11-16 Fred Fish <fnf@be.com>
12974
12975 * configure.in (enable_libstdcxx_v3): Fix typo,
12976 libstd++ -> libstdc++.
12977
12978 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
12979
12980 * MAINTAINERS: Add self to Write After Approval list.
12981
12982 2000-11-21 Bernd Schmidt <bernds@redhat.com>
12983
12984 * MAINTAINERS: Update my email address. Add myself to global write
12985 privs list.
12986
12987 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
12988
12989 * Makefile.in: Merge with src and libgcj.
12990 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
12991 configure-target-<library> when their configure scripts need the C
12992 or C++ library to have already been built to work properly.
12993 (do_proto_toplev): Set them to an empty string.
12994
12995 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12996 (REALLY_SET_LIB_PATH): Use them.
12997
12998 2000-11-17 Stan Shebs <shebs@apple.com>
12999
13000 * MAINTAINERS: Add self to Write After Approval list.
13001
13002 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13003
13004 * configure: Provide the original toplevel configure arguments
13005 (including $0) to subprocesses in the environment rather than
13006 through gcc/configargs.h.
13007
13008 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13009
13010 * MAINTAINERS: Remove references to cccp. Change C9X reference to
13011 C99. Alphabetise "Write After Approval" list.
13012
13013 2000-11-12 Mark Mitchell <mark@codesourcery.com>
13014
13015 * configure: Turn on libstdc++ V3 by default.
13016
13017 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13018 if we've got GCC.
13019
13020 2000-11-11 Philip Blundell <philb@gnu.org>
13021
13022 * MAINTAINERS: Add self to Write After Approval list.
13023
13024 2000-11-09 David Edelsohn <edelsohn@gnu.org>
13025
13026 * ltcf-c.sh (aix4): Improve shared library configuration; require
13027 exporting symbols.
13028 * ltcf-cxx.sh (aix4): Define.
13029 * ltconfig (aix4): Define library and soname specs appropriate for
13030 AIX. Define command to create export symbols list.
13031
13032 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
13033
13034 * config.sub: Add support for Sun Chorus
13035
13036 2000-10-31 Nick Clifton <nickc@redhat.com>
13037
13038 * MAINTAINERS: Rename <name>@cygnus.com addresses to
13039 <name>@redhat.com. Also installed new email address for Clint
13040 Popetz.
13041
13042 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
13043
13044 * etc: Remove directory from GCC.
13045
13046 2000-10-16 Michael Meissner <meissner@redhat.com>
13047
13048 * configure (gcc/configargs.h): Only create if there is a build GCC
13049 directory created.
13050
13051 2000-10-16 Matthias Klose <doko@debian.org>
13052
13053 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13054 when configured for libstdc++-v3.
13055
13056 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
13057
13058 * configure: Save configure arguments to gcc/configargs.h.
13059
13060 2000-10-04 Philipp Thomas <pthomas@suse.de>
13061
13062 * config.guess: Import CVS version 1.157.
13063 * config.sub: Import CVS version 1.181.
13064
13065 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
13066
13067 * Makefile.in (bootstrap): avoid recursion if subdir missing
13068 (cross): ditto
13069 (do-proto-toplev): ditto
13070
13071 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
13072
13073 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13074 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13075
13076 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13077 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
13078 all affected `configure' scripts.
13079
13080 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
13081
13082 * MAINTAINERS: Add self as cpplib co-maintainer.
13083
13084 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
13085
13086 * MAINTAINERS: Add self to Write After Approval list.
13087
13088 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13089
13090 * INSTALL/README: egcs -> GCC update.
13091
13092 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
13093
13094 * MAINTAINERS: Add myself to Write After Approval list.
13095
13096 2000-09-15 Kazu Hirata <kazu@hxi.com>
13097
13098 * MAINTAINERS: Add myself to Write After Approval list.
13099
13100 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
13101
13102 * configure.in: Do not build byacc for hppa64. Provide paths to the
13103 X11 libraries for hppa64.
13104
13105 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13106
13107 * MAINTAINERS: Add myself as 68hc11 port maintainer.
13108
13109 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
13110
13111 * Makefile.in (all-zlib): Added dummy target.
13112
13113 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13114 ltcf-gcj.sh: Updated from libtool multi-language branch.
13115
13116 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
13117
13118 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13119 (bootstrap*): Depend on all-bootstrap.
13120
13121 2000-09-05 Philipp Thomas <pthomas@suse.de>
13122
13123 * config.guess: Import CVS version 1.156.
13124 * config.sub: Import CVS version 1.179.
13125
13126 2000-09-02 Anthony Green <green@cygnus.com>
13127
13128 * Makefile.in (all-gcc): Depend on all-zlib.
13129 (CLEAN_MODULES): Add clean-zlib.
13130 (ALL_MODULES): Add all-zlib.
13131 * configure.in (host_libs): Add zlib.
13132
13133 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
13134
13135 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13136 crosses, but add gcc/include to the header search path for them.
13137
13138 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
13139
13140 * MAINTAINERS: Add self to Write After Approval list.
13141
13142 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13143
13144 * config.guess: Import CVS version 1.152.
13145 * config.sub: Import CVS version 1.177.
13146
13147 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
13148
13149 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13150 $targargs to tell whether newlib is going to be built.
13151
13152 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13153 $$r/TARGET_SUBDIR/libio for _G_config.h.
13154
13155 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
13156
13157 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13158
13159 2000-08-22 DJ Delorie <dj@redhat.com>
13160
13161 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13162
13163 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
13164
13165 * config-ml.in (CC, CXX): Avoid trailing whitespace.
13166 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13167 sub-configures.
13168
13169 2000-08-21 DJ Delorie <dj@redhat.com>
13170
13171 * MAINTAINERS: Add self as a libiberty maintainer
13172
13173 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
13174
13175 * configure.in (libstdcxx_flags): Use
13176 libstdc++-v3/src/libstdc++.INC.
13177
13178 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
13179
13180 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13181
13182 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13183
13184 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13185
13186 * configure: Make enable_threads and enable_shared defaults
13187 explicit. Substitute enable_threads into generated Makefiles.
13188 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13189 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13190
13191 2000-08-13 Geoff Keating <geoffk@cygnus.com>
13192
13193 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13194
13195 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
13196
13197 * config-ml.in (CC): Remove bogus duplicate quotation mark from
13198 previous delta.
13199
13200 2000-08-11 Jason Merrill <jason@redhat.com>
13201
13202 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13203 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13204 (FLAGS_FOR_TARGET): Not here.
13205 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13206
13207 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
13208
13209 * config-ml.in (CC, CXX): Don't introduce a leading space.
13210
13211 2000-08-07 DJ Delorie <dj@delorie.com>
13212
13213 * MAINTAINERS: Add self as a DJGPP maintainer
13214
13215 2000-08-07 DJ Delorie <dj@redhat.com>
13216
13217 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13218 "if we're also building gcc, and it's a gcc that will run on the
13219 build machine, we want to use its includes instead of the system's
13220 default includes".
13221
13222 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13223
13224 * MAINTAINERS: Add self to Write After Approval list.
13225
13226 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
13227
13228 * configure.in (libstdcxx_flags): Don't use `"'.
13229
13230 * config-ml.in: Adjust multilib search paths to the
13231 appropriate multilib tree.
13232
13233 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
13234
13235 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13236 commas in $LANGUAGES.
13237
13238 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
13239
13240 * configure.in: Re-enable all references to libg++ and librx.
13241
13242 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
13243
13244 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13245 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
13246 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13247 * ltcf-cxx.sh (need_lc): Set based on postdeps.
13248
13249 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13250
13251 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
13252
13253 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13254 CXX_FOR_TARGET for sed.
13255
13256 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
13257
13258 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13259 Do not override if already set in the environment or in configure.
13260 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13261 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13262
13263 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
13264
13265 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13266 the libtool CVS tree multi-language branch.
13267 * ltconfig, ltmain.sh: Updated.
13268
13269 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
13270
13271 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13272 (clean-target): Depend on it.
13273
13274 * Makefile.in (FLAGS_FOR_TARGET): New macro.
13275 (GCC_FOR_TARGET): Use it.
13276 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13277 * configure.in: ... here.
13278 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
13279 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13280
13281 2000-07-24 Eric Christopher <echristo@cygnus.com>
13282
13283 * MAINTAINERS: Add self to Write After Approval list.
13284
13285 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
13286
13287 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13288 (configure-target-libchill, configure-target-libobjc): Likewise.
13289
13290 * configure.in: Use the same cache file for all target libs.
13291 * config-ml.in: But different cache files per multilib variant.
13292
13293 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13294
13295 * configure (topsrcdir): Don't use dirname.
13296
13297 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
13298
13299 * MAINTAINERS: Add self to Write After Approval list.
13300
13301 2000-07-20 Jason Merrill <jason@redhat.com>
13302
13303 * configure.in: Remove all references to libg++ and librx.
13304
13305 * configure, configure.in, Makefile.in: Unify gcc and binutils.
13306
13307 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
13308
13309 * config.sub: Update to subversions version 2000-07-06.
13310
13311 2000-07-12 Andrew Haley <aph@cygnus.com>
13312
13313 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13314 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13315
13316 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
13317
13318 * symlink-tree: Check number of arguments.
13319
13320 2000-07-05 Jim Wilson <wilson@cygnus.com>
13321
13322 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13323 search path for a g++ extracted from the build tree. This
13324 will allow link tests run by configure scripts in
13325 subdirectories to succeed.
13326
13327 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
13328
13329 * ltconfig: Add support for mips-dde-sysv4.2MP
13330
13331 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13332
13333 * MAINTAINERS: Add myself as loop discovery maintainer.
13334
13335 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
13336
13337 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13338 `os2'. Force ac_cv_exeext to be ".exe" in that case.
13339
13340 2000-06-19 Timothy Wall <twall@cygnus.com>
13341
13342 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13343 * config.sub: Add tic54x target.
13344
13345 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13346
13347 * MAINTAINERS: Add self as Fortran maintainer,
13348 remove Craig Burley.
13349
13350 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13351
13352 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13353 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13354
13355 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
13356
13357 * MAINTAINERS: Add self as i18n maintainer
13358
13359 20000-05-21 H.J. Lu (hjl@gnu.org)
13360
13361 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13362 directory are used if they exist. Make sure
13363 $(build_tooldir)/include is searched for header files,
13364 $(build_tooldir)/lib/ for library files.
13365 (GCC_FOR_TARGET): Likewise.
13366 (CXX_FOR_TARGET): Likewise.
13367
13368 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
13369
13370 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13371
13372 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
13373
13374 * Makefile.in (configure-target-libiberty): Depend on
13375 configure-target-newlib.
13376
13377 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
13378
13379 * configure.in, Makefile.in: Merge all libffi-related
13380 configury stuff from the libgcj tree.
13381
13382 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
13383
13384 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13385 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13386
13387 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
13388
13389 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13390 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13391 current version information. Add to proto-toplev directory.
13392 (gdb-taz): Build do-djunpack.
13393
13394 2000-05-15 David Edelsohn <edelsohn@gnu.org>
13395
13396 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13397
13398 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
13399
13400 * MAINTAINERS: Add self to Write After Approval list.
13401
13402 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13403
13404 * ltmain.sh: Preserve in relink_command any environment
13405 variables that may affect the linker behavior.
13406
13407 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
13408
13409 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13410
13411 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
13412
13413 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13414
13415 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13416
13417 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13418 with the version name.
13419
13420 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
13421
13422 * MAINTAINERS: Add self as bb-reorder maintainer.
13423
13424 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
13425
13426 * config.if: Tweak.
13427
13428 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
13429
13430 * djunpack.bat: New file.
13431
13432 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
13433
13434 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13435 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13436 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13437 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13438
13439 2000-04-16 Dave Pitts <dpitts@cozx.com>
13440
13441 * config.sub (case $basic_machine): Change default for "ibm-*"
13442 to "openedition".
13443
13444 2000-04-13 Andreas Jaeger <aj@suse.de>
13445
13446 * MAINTAINERS: Added myself.
13447
13448 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
13449
13450 * Makefile.in (gdb-taz): New target. GDB specific archive.
13451 (do-md5sum): New target.
13452 (MD5PROG): Define.
13453 (PACKAGE): Default to TOOL.
13454 (VER): Default to a shell script.
13455 (taz): Rewrite target. Move real work to do-proto-toplev. Include
13456 md5 checksum generation.
13457 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13458 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13459 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13460 insight.tar.bz2): Use gdb-taz to create archive.
13461
13462 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
13463
13464 * configure (warn_cflags): Delete.
13465
13466 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
13467
13468 * MAINTAINERS: Added myself.
13469
13470 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
13471 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
13472
13473 * configure.in (enable_libstdcxx_v3): Add.
13474 (target_libs): Add bits here to switch between libstdc++-v2 and
13475 libstdc++-v3.
13476 * config.if: And this file too.
13477 * Makefile.in: Add libstdc++-v3 targets.
13478
13479 2000-04-05 Michael Meissner <meissner@redhat.com>
13480
13481 * config.sub (d30v): Add d30v as a basic machine type.
13482
13483 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
13484
13485 * configure.in: -linux-gnu*, not -linux-gnu.
13486
13487 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13488
13489 * MAINTAINERS: Add self in write-after-approval section.
13490
13491 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
13492
13493 * MAINTAINERS: Add self as ia64 port maintainer.
13494
13495 2000-03-08 Neil Booth <NeilB@earthling.net>
13496
13497 * MAINTAINERS: Add self in write-after-approval section.
13498
13499 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
13500
13501 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13502 (do-tar-bz2): Replace TOOL with PACKAGE.
13503 (gdb.tar.bz2): Remove GDBTK from GDB package.
13504 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13505 dejagnu.tar.bz2): New packages.
13506
13507 2000-02-27 Andreas Jaeger <aj@suse.de>
13508
13509 * configure.in: Add entry for mips*-*-linux*, move catch all
13510 *-*-*linux* entry below this one.
13511
13512 2000-02-27 Ian Lance Taylor <ian@zembu.com>
13513
13514 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13515
13516 2000-02-24 Nick Clifton <nickc@cygnus.com>
13517
13518 * config.sub: Support an OS of "wince".
13519
13520 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13521
13522 * config.guess, config.sub: Updated to match config's 2000-02-15
13523 version.
13524
13525 2000-02-23 Linas Vepstas <linas@linas.org>
13526
13527 * config.sub: Add support for Linux/IBM 370.
13528 * configure.in: Likewise.
13529
13530 2000-02-22 Nick Clifton <nickc@cygnus.com>
13531
13532 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13533
13534 2000-02-20 Christopher Faylor <cgf@cygnus.com>
13535
13536 * config.guess: Guess "cygwin" rather than "cygwin32".
13537
13538 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13539
13540 * configure (gcc_version): When setting, narrow search to
13541 lines containing `version_string'.
13542
13543 2000-02-15 Denis Chertykov <denisc@overta.ru>
13544
13545 * config.sub: Add support for avr target.
13546
13547 2000-02-14 Nick Clifton <nickc@cygnus.com>
13548
13549 * MAINTAINERS: Add maintainers for MCore port.
13550
13551 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13552
13553 * config.sub: Add mmix-knuth-mmixware.
13554
13555 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13556
13557 * MAINTAINERS: Pair cccp with cpplib maintainership.
13558
13559 2000-01-27 Christopher Faylor <cgf@redhat.com>
13560
13561 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13562 structure stuff to -L library search.
13563 (CXX_FOR_TARGET): Ditto.
13564 (CROSS_CHECK_MODULES): Fix spelling mistake.
13565
13566 2000-01-24 Mark Mitchell <mark@codesourcery.com>
13567
13568 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13569 the C++ compiler.
13570
13571 2000-01-12 Richard Henderson <rth@cygnus.com>
13572
13573 * configure.in: Don't build some bits for beos.
13574
13575 2000-01-12 Joel Sherrill (joel@OARcorp.com)
13576
13577 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13578 as include files.
13579
13580 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13581
13582 * Add self as cpplib maintainer, as requested by Jason
13583 Merrill. Correct my e-mail address.
13584
13585 2000-01-06 Geoff Keating <geoffk@cygnus.com>
13586
13587 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13588 not mh-aix43.
13589
13590 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13591
13592 * MAINTAINERS: Add myself to "write after approval" list.
13593
13594 1999-12-14 Richard Henderson <rth@cygnus.com>
13595
13596 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13597 * config.sub: Accept alphaev[78], alphaev8.
13598
13599 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13600
13601 * config.guess, config.sub: Update from autoconf.
13602
13603 1999-11-29 Bruce Korb <autogen@linuxbox.com>
13604
13605 * MAINTAINERS: update my playtime e-address.
13606
13607 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13608
13609 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13610 necessary libraries are missing.
13611
13612 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13613
13614 * MAINTAINERS: Add new 'write after approval' maintainer.
13615
13616 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13617
13618 * MAINTAINERS: Add new Java maintainer.
13619
13620 1999-10-25 Andreas Schwab <schwab@suse.de>
13621
13622 * configure: Fix quoting inside arguments of eval.
13623
13624 1999-10-21 Nick Clifton <nickc@cygnus.com>
13625
13626 * config-ml.in: Allow suppression of some ARM multilibs.
13627
13628 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13629
13630 * config.guess: Add OS/390 match pattern.
13631 * config.sub: Add mvs, openedition targets.
13632 * configure.in (i370-ibm-opened*): New.
13633
13634 1999-09-04 Steve Chamberlain <sac@pobox.com>
13635
13636 * config.sub: Add support for configuring for pj.
13637
13638 1999-08-31 Nick Clifton <nickc@cygnus.com>
13639
13640 * config.sub (maybe_os): Add support for configuring for fr30.
13641
13642 1999-08-25 Nick Clifton <nickc@cygnus.com>
13643
13644 * configure.in: Do not configure or build ld for AIX
13645 platforms. ld is known to be broken on these platforms.
13646
13647 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13648
13649 * config-ml.in: Pass compiler flag corresponding to multidirs to
13650 subdir configures.
13651
13652 1999-08-09 Ian Lance Taylor <ian@zembu.com>
13653
13654 * Makefile.in (LDFLAGS): Define.
13655
13656 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13657
13658 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13659 noconfigdirs.
13660 (*-*-cygwin*): Likewise.
13661
13662 1999-08-08 Ian Lance Taylor <ian@zembu.com>
13663
13664 * mkdep: New file.
13665 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13666 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13667
13668 From Eli Zaretskii <eliz@is.elta.co.il>:
13669 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13670 long file name when using DJGPP on MS-DOS.
13671
13672 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13673
13674 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13675
13676 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13677
13678 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13679 dependency as this causes "make check" to globally "make all"
13680
13681 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13682
13683 * configure.in (target_libs): Added target-zlib.
13684 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13685 (CONFIGURE_TARGET_MODULES): Likewise.
13686 (CHECK_TARGET_MODULES): Likewise.
13687 (INSTALL_TARGET_MODULES): Likewise.
13688 (CLEAN_TARGET_MODULES): Likewise.
13689 (configure-target-zlib): New target.
13690 (all-target-zlib): Likewise.
13691 (all-target-libjava): Depend on all-target-zlib.
13692 (configure-target-libjava): Depend on configure-target-zlib.
13693
13694 * Makefile.in (configure-target-libjava): Depend on
13695 configure-target-newlib.
13696 (configure-target-boehm-gc): New target.
13697 (configure-target-qthreads): New target.
13698
13699 * configure.in (target_libs): Added target-qthreads.
13700 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13701 (CONFIGURE_TARGET_MODULES): Likewise.
13702 (CHECK_TARGET_MODULES): Likewise.
13703 (INSTALL_TARGET_MODULES): Likewise.
13704 (CLEAN_TARGET_MODULES): Likewise.
13705 (all-target-qthreads): New target.
13706 (configure-target-libjava): Depend on configure-target-qthreads.
13707 (all-target-libjava): Depend on all-target-qthreads.
13708
13709 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13710 (CONFIGURE_TARGET_MODULES): Likewise.
13711 (CHECK_TARGET_MODULES): Likewise.
13712 (INSTALL_TARGET_MODULES): Likewise.
13713 (CLEAN_TARGET_MODULES): Likewise.
13714 (all-target-libjava): New target.
13715 (all-target-boehm-gc): Likewise.
13716 * configure.in (target_libs): Added libjava, boehm-gc.
13717
13718 1999-07-22 Ian Lance Taylor <ian@zembu.com>
13719
13720 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13721 configure.bat in SUPPORT_FILES.
13722 (gas+binutils.tar.bz2): Likewise.
13723
13724 * makeall.bat: Remove; obsolete.
13725
13726 1999-07-21 Ian Lance Taylor <ian@zembu.com>
13727
13728 From Mark Elbrecht:
13729 * configure.bat: Remove; obsolete.
13730
13731 1999-07-11 Ian Lance Taylor <ian@zembu.com>
13732
13733 * configure: Add -W -Wall to the default CFLAGS when compiling with
13734 gcc.
13735
13736 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13737
13738 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13739
13740 1999-06-30 Mark Mitchell <mark@codesourcery.com>
13741
13742 * configure.in: Build ld on IRIX6.
13743
13744 1999-06-12 Ian Lance Taylor <ian@zembu.com>
13745
13746 * Makefile.in: Change distribution targets to use bzip2 instead of
13747 gzip.
13748 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13749 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13750
13751 1999-06-04 Nick Clifton <nickc@cygnus.com>
13752
13753 * config.sub: Add mcore target.
13754
13755 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
13756
13757 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13758
13759 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
13760
13761 * config.guess (dummy): Changed to $dummy.
13762
13763 1999-05-24 Nick Clifton <nickc@cygnus.com>
13764
13765 * config.sub: Tidied up case statements.
13766
13767 1999-05-22 Ben Elliston <bje@cygnus.com>
13768
13769 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13770 <jiro@din.or.jp>.
13771
13772 * config.guess: Merge with FSF version. Future changes will be
13773 more accurately recorded in this ChangeLog.
13774 * config.sub: Likewise.
13775
13776 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
13777
13778 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13779
13780 1999-04-30 Tom Tromey <tromey@cygnus.com>
13781
13782 * ltmain.sh: [mode link] Always use CC given by ltconfig.
13783
13784 1999-04-23 Tom Tromey <tromey@cygnus.com>
13785
13786 * ltconfig, ltmain.sh: Update to libtool 1.2f.
13787
13788 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
13789
13790 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13791 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13792 Bad merge removed these two changes.
13793
13794 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
13795 Martin Heller (Ing.-Buero_Heller@t-online.de)
13796
13797 * config.guess (interix Alpha): Add.
13798
13799 1999-04-11 Richard Henderson <rth@cygnus.com>
13800
13801 * configure.in (i?86-*-beos*): Do config gperf; don't config
13802 gdb, newlib, or libgloss.
13803
13804 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
13805
13806 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13807 link a trivial program with -mabi=64. If it fails, remove mabi=64
13808 from multidirs.
13809
13810 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
13811
13812 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13813
13814 1999-04-08 Nick Clifton <nickc@cygnus.com>
13815
13816 * config.sub: Add support for mcore targets.
13817
13818 1999-04-07 Michael Meissner <meissner@cygnus.com>
13819
13820 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13821 not mt-ospace, in order to shut up assembler warning about using
13822 symbols that are named the same as registers.
13823
13824 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
13825
13826 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13827 dependency list for all-target-cygmon.
13828
13829 1999-04-05 Doug Evans <devans@casey.cygnus.com>
13830
13831 * config-ml.in: Check $host, not $target, for selective multilibs.
13832 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13833 thumb interworking, and underscore prefix multilibs.
13834
13835 1999-04-04 Ian Lance Taylor <ian@zembu.com>
13836
13837 * missing: Update to version from current automake.
13838
13839 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
13840
13841 * configure (gxx_include_dir): Removed.
13842
13843 * configure.in (gxx_include_dir): Handle it.
13844 * Makefile.in: Likewise.
13845
13846 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
13847
13848 * config.sub (mips64vr4111,mips64vr4111el) Add.
13849
13850 1999-03-21 Ben Elliston <bje@cygnus.com>
13851
13852 * config.guess: Correct typo for detecting ELF on FreeBSD.
13853
13854 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
13855
13856 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13857 config/mh-djgpp.
13858
13859 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
13860
13861 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13862 all-target-newlib to dependency list for all-target-bsp.
13863
13864 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
13865
13866 * config.sub: Add i386-uwin support.
13867 * config.guess: Likewise.
13868
13869 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13870
13871 * configure.in: cleanup, add mh-*pic handling for arm, special
13872 case powerpc*-*-aix*
13873
13874 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
13875
13876 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13877 can be built.
13878
13879 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
13880
13881 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13882 targets.
13883
13884 1999-03-02 Nick Clifton <nickc@cygnus.com>
13885
13886 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13887
13888 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
13889
13890 * config.sub: Check for "cygwin*" rather than "cygwin32*"
13891
13892 1999-02-24 Nick Clifton <nickc@cygnus.com>
13893
13894 * config.sub: Fix typo in arm recognition.
13895
13896 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
13897
13898 * configure.in (noconfigdirs): Changed target_configdirs to
13899 include target-bsp only for m68k-*-elf* and m68k-*-coff*
13900 rather than m68k-*-* since it is not known to work on
13901 m68k-aout. Ditto for arm-*-*oabi.
13902
13903 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
13904
13905 * configure.in (*-*-windows*): Remove, no longer used.
13906
13907 1999-02-19 Ben Elliston <bje@cygnus.com>
13908
13909 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13910 Smart and improved by Andrew Cagney.
13911
13912 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
13913
13914 * config.guess: Recognize openbsd-*-hppa.
13915
13916 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
13917
13918 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13919 only if it is not empty.
13920
13921 1999-02-17 Nick Clifton <nickc@cygnus.com>
13922
13923 Patch from: Scott Bambrough <scottb@corelcomputer.com>
13924
13925 * config.guess: Modified to recognize uname's armv* syntax.
13926
13927 * config.sub: Modified to recognize uname's armv* syntax.
13928
13929 1999-02-17 Mark Salter <msalter@cygnus.com>
13930
13931 * configure.in: Added target-bsp for sparclite.
13932
13933 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
13934
13935 * config.sub: Recognize alphapca5[67] and up to alphaev8.
13936
13937 1999-02-08 Nick Clifton <nickc@cygnus.com>
13938
13939 * configure.in: Add support for strongarm port.
13940 * config.sub: Add support for strongarm target.
13941
13942 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
13943
13944 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13945 the old name config/mh-cygwin32.
13946 Enable texinfo.
13947
13948 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
13949
13950 * configure.in: Do build ld for ix86 Solaris.
13951
13952 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
13953
13954 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
13955 $AR_FOR_TARGET. Likewise for RANLIB.
13956
13957 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
13958
13959 * config.sub (oabi): Recognize.
13960 * configure.in (arm-*-oabi): Handle.
13961
13962 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
13963
13964 * config.guess: Improve detection of i686 on UnixWare 7.
13965
13966 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
13967
13968 * config.guess: Add support for i386-pc-interix.
13969 * config.sub: Likewise.
13970 * configure.in: Likewise.
13971
13972 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
13973
13974 * Makefile.in: Remove unneeded all-target-libio from
13975 from all-target-winsup target since it is now unneeded.
13976 Add all-target-libtermcap in its place since it is now
13977 needed.
13978
13979 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
13980
13981 * configure.in: makefile stub for cygwin target is probably
13982 unnecessary. Remove it for now.
13983
13984 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
13985
13986 * configure.in: libtermcap.a should be built when cygwin is the
13987 target as well as the host.
13988 * config.guess: Allow mixed case in cygwin uname output.
13989 * Makefile.in: Add libtermcap target.
13990
13991 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
13992
13993 * config.sub: Clean up handling of hppa2.0.
13994
13995 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
13996
13997 * config.guess: Use C code to identify more HP machines.
13998
13999 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
14000
14001 * config.sub: Handle hppa2.0.
14002
14003 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
14004
14005 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14006 cygmon for all sparclite targets, regardless of object format.
14007
14008 1998-12-15 Mark Salter <msalter@cygnus.com>
14009
14010 * configure.in: Added target-bsp for several target architectures.
14011
14012 * Makefile.in: Added rules for bsp.
14013
14014 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
14015
14016 * config.guess: Improve detection of hppa2.0 processors.
14017
14018 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
14019
14020 * config.guess: Recognize FreeBSD using ELF automatically.
14021
14022 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
14023
14024 * configure (skip-this-dir): Add handling for new shell script, which
14025 might be created by a sub-directory's configure to indicate, this particular
14026 directory is "unwanted".
14027 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14028
14029 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
14030
14031 * ltconfig: import from libtool, after changing libtool to
14032 account for the cygwin name change.
14033
14034 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
14035
14036 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14037 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14038
14039 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
14040
14041 * configure.in: Add libtermcap to list of cygwin dependencies.
14042
14043 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
14044
14045 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14046 they include winsup/include when it's a cygwin target.
14047
14048 1998-11-12 Tom Tromey <tromey@cygnus.com>
14049
14050 * configure.in (host_tools): Added zip.
14051 * Makefile.in (all-target-libjava): Depend on all-zip.
14052 (all-zip): New target.
14053 (ALL_MODULES): Added all-zip.
14054 (NATIVE_CHECK_MODULES): Added check-zip.
14055 (INSTALL_MODULES): Added install-zip.
14056 (CLEAN_MODULES): Added clean-zip.
14057
14058 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
14059
14060 * Makefile.in: lose "32" from comment about cygwin.
14061
14062 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
14063
14064 * configure.in: Use -Os to build target libraries for the fr30.
14065
14066 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
14067
14068 * config.sub: Add fr30.
14069
14070 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
14071
14072 * configure.in: drop "32" from config/mh-cygwin32. Check
14073 cygwin* instead of cygwin32*.
14074 * config.sub: Check cygwin* instead of cygwin32*.
14075
14076 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
14077
14078 * config.guess: Match any version of Unixware7.
14079
14080 1998-10-20 Syd Polk <spolk@cygnus.com>
14081
14082 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14083 if desired.
14084
14085 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
14086
14087 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14088 these if the appropriate directories and files to not exist.
14089
14090 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
14091
14092 * Makefile.in (DEVO_SUPPORT): Add config.if.
14093
14094 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
14095
14096 * configure: Add pattern to replace "build_tooldir"'s
14097 definition in the generated Makefile with "tooldir"'s
14098 actual value.
14099
14100 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
14101
14102 * config.sub: Bring back lost sparcv9.
14103
14104 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14105
14106 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
14107
14108 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14109 CC_FOR_TARGET and friends.
14110
14111 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14112
14113 * Makefile.in (build_tooldir): New variable, same as tooldir.
14114 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14115 -B$(build_tooldir)/bin/.
14116 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14117
14118 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14119
14120 * README: Remove installation instructions and refer to the
14121 INSTALL directory instead.
14122
14123 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
14124
14125 * config.sub: Add support for i[34567]86-pc-udk.
14126 * configure.in: Likewise.
14127
14128 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
14129
14130 * Makefile.in: add bzip2 package building bits for user
14131 tools module
14132 * configure.in: ditto
14133
14134 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
14135
14136 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14137 (ALL_TARGET_MODULES): Add all-target-libobjc.
14138 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14139 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14140 (all-target-libchill): Add dependencies.
14141 * configure.in (target_libs): Add libchill.
14142
14143 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
14144
14145 * configure.in (target_subdir): Remove duplicate line.
14146
14147 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
14148
14149 * Makefile.in (all-automake): fix dependencies.
14150
14151 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
14152
14153 * configure.in: Minor cleanups for building in the $(target_alias)
14154 subdir.
14155
14156 1998-09-22 Jim Wilson <wilson@cygnus.com>
14157
14158 * Makefile.in (bootstrap): Set r and s before make all. Use
14159 BASE_FLAGS_TO_PASS in make all.
14160 (cross): Likewise.
14161
14162 1998-09-20 Mark Mitchell <mark@markmitchell.com>
14163
14164 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14165
14166 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
14167
14168 * config.sub: Fix typo in last change.
14169
14170 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14171
14172 * config.sub: Add support for C4x target.
14173 * configure.in: Likewise.
14174
14175 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
14176
14177 * config.sub: Recognize sparcv9 just like sparc64.
14178
14179 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
14180
14181 * config.guess: Match "Pent II" or "PentII" for OpenServer.
14182
14183 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
14184
14185 * config.guess: Correctly identify Pentium II sco boxes.
14186
14187 * config.guess: Fix "tr" code. From Weiwen Liu.
14188
14189 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
14190
14191 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14192 stabs.
14193
14194 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
14195
14196 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14197 (ALL_TARGET_MODULES): Add all-target-libchill.
14198 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14199 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14200 (all-target-libchill): Add dependencies.
14201 * configure.in (target_libs): Add libchill.
14202
14203 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14204
14205 * config.guess: Avoid assumptions about "tr" behaves when
14206 LANG is set to something other than English.
14207
14208 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
14209
14210 * configure (gxx_include_dir): Changed to
14211 '${prefix}/include/g++'-${libstdcxx_interface}.
14212
14213 * config.if: New to determine the interfaces.
14214
14215 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
14216
14217 * config.guess: Detect and handle MPE/IX.
14218 * config.sub: Deal with MPE/IX.
14219
14220 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
14221
14222 * configure.in: Use mh-aix43.
14223
14224 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
14225
14226 * configure: Fix --without/--disable cases for gxx-include-dir.
14227
14228 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
14229
14230 * mdata-sh: Imported. Needed for automake support.
14231
14232 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
14233
14234 * Makefile.in (taz): Try "chmod -R og=u ." before
14235 "chmod og=u `find . -print`".
14236
14237 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
14238
14239 * configure.in: Add arm-elf and thumb-elf support.
14240
14241 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
14242
14243 * Makefile.in: Undo previous patch.
14244
14245 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
14246
14247 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14248 to here ...
14249 (install-no-fixedincludes): and here
14250 (INSTALL_MODULES): ... from here.
14251
14252 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
14253
14254 * config.sub: Merge with FSF.
14255
14256 * config.guess: Merge with FSF.
14257
14258 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
14259
14260 * configure (extraconfigdirs): New variable.
14261 (SUBDIRS): Add extraconfigdirs and recurse on them too.
14262 * Makefile.in (all): Move higher in file.
14263 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14264 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14265 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14266 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14267 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14268
14269 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
14270
14271 * Makefile.in (all-target-libjava): Depend on all-gcc and
14272 all-target-newlib.
14273 (configure-target-libjava): Depend on $(ALL_GCC).
14274
14275 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
14276
14277 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14278 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14279
14280 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
14281
14282 * INSTALL/README: Fix typo.
14283
14284 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
14285
14286 * ylwrap: Change absolute path checks to check for DOS style path
14287 names.
14288
14289 * ylwrap: Don't use a full path name if the source file is in the
14290 same directory. From hjl@lucon.org (H.J. Lu).
14291
14292 * config-ml.in: Default to being verbose, to match Feb 18 change to
14293 configure.
14294
14295 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
14296
14297 Brought over from egcs:
14298
14299 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14300
14301 * configure.in (target_subdir): Set to ${target_alias} instead
14302 of "libraries".
14303
14304 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14305
14306 * configure.in (target_subdir): Set to libraries if enable_multilib.
14307
14308 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
14309
14310 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14311 multilibs, force reconfiguration the first time we create
14312 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14313
14314 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
14315
14316 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14317 avoid confusion with --no-recursion.
14318
14319 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
14320
14321 * configure.in: Win32 hosts shouldn't use install -x
14322 * install-sh: remove -x option, and special .exe-handling
14323 hack.
14324
14325 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
14326
14327 * config.guess: Recognize i586-pc-beos.
14328 * configure.in: Don't build some bits for beos.
14329
14330 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
14331
14332 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14333 CFLAGS default to -O2.
14334
14335 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14336 when using GNU ld.
14337
14338 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
14339
14340 * ltmain.sh: Correct install when using a different shell.
14341
14342 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
14343
14344 * ltconfig, ltmain.sh: Update to libtool 1.2b.
14345
14346 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
14347
14348 * makefile.vms: Update to build binutils/makefile.vms. Add install
14349 target.
14350
14351 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
14352
14353 * ltconfig: Update to correct AIX handling.
14354
14355 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14356
14357 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14358
14359 * configure.in (target_subdir): Set to ${target_alias} instead
14360 of "libraries".
14361
14362 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
14363
14364 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14365 (Makefile): Depend on $(gcc_version_trigger).
14366
14367 * configure (gcc_version): Change default initializer to empty
14368 string.
14369 (gcc_version_trigger): New variable; pass this variable down
14370 to subdir configures to enable them checking gcc's version
14371 themselves. Emit make macros for both gcc_version vars.
14372 (topsrcdir): Initialize reliably.
14373 (recursion line): Remove --with-gcc-version=${gcc_version}.
14374
14375 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14376
14377 * configure (enable_version_specific_runtime_libs): Implement new flag
14378 --enable-version-specific-runtime-libs which installs C++ runtime stuff
14379 in $(libsubdir); emit definition in each generated Makefile.
14380 (gxx_include_dir): Initialize depending on
14381 $enable_version_specific_runtime_libs.
14382
14383 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14384
14385 * configure (gcc_version): Initialize properly depending on
14386 how and where configure is started.
14387 (recursion line): Pass a --with-gcc-version=${gcc_version}
14388 to configures in subdirs.
14389
14390 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
14391
14392 * configure.in (noconfigdirs): Add configure pattern for mips tx39
14393 cygmon
14394
14395 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
14396
14397 * configure.in: Add cygmon and libstub support for mn10200.
14398
14399 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
14400
14401 * configure (gcc_version): Add new variable describing the
14402 particular gcc version we're building.
14403 * Makefile.in (libsubdir): Add new macro for the directory
14404 in which the compiler finds executables, libraries, etc.
14405 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14406 and libsubdir.
14407
14408 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14409
14410 * Makefile.in (local-clean): Remove *.log.
14411 (warning.log): Built with warn_summary from build.log.
14412 (mail-report.log): Run test_summary.
14413 (mail-report-with-warnings.log): Run test_summary including
14414 warning.log in the report.
14415
14416 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
14417
14418 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14419
14420 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
14421
14422 * Makefile.in (grep): Grep no longer depends on libiberty.
14423
14424 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
14425
14426 * Makefile.in: all-snavigator needs all-libgui.
14427
14428 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
14429
14430 * configure.in: Add cygmon and libstub support for mn10300.
14431
14432 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
14433
14434 * missing: Update to version from automake 1.3.
14435
14436 * ltmain.sh: On installation, don't get confused if the same name
14437 appears more than once in the list of library names.
14438
14439 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
14440
14441 * config.sub: Accept m68060 and m5200 as CPU names.
14442
14443 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
14444
14445 * configure: Use && rather than using -a in test, because odd
14446 strings can confuse test.
14447 * configure.in: Likewise.
14448
14449 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
14450
14451 * ltconfig, ltmain.sh: Bring in Visual C++ support.
14452
14453 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14454
14455 * Makefile.in (boostrap2-lean, bootstrap3-lean,
14456 bootstrap4-lean): New targets.
14457
14458 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
14459
14460 * mpw-* Delete. Not used.
14461
14462 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
14463
14464 * COPYING.LIB: Update FSF address.
14465
14466 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
14467
14468 * ltconfig, ltmain.sh: Update to libtool 1.2a.
14469
14470 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14471 GAS_SUPPORT_DIRS.
14472
14473 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
14474
14475 * ltconfig, ltmain.sh: Avoid producing a version number if
14476 -version-info was not used.
14477
14478 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
14479
14480 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14481 building with newlib.
14482
14483 1998-04-30 Paul Eggert <eggert@twinsun.com>
14484
14485 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14486 Solaris `make' causes it to continue to next definition.
14487
14488 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
14489
14490 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14491 the right GUI libraries and files are installed along with GDB.
14492
14493 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
14494
14495 * configure.in: Change alpha to alpha* in several places.
14496
14497 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
14498
14499 * config.sub: Recognize sparc86x.
14500
14501 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
14502
14503 * configure.in (--enable-target-optspace): Remove debug echo.
14504
14505 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
14506
14507 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14508
14509 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
14510
14511 * ltconfig: Update cygwin32 support.
14512
14513 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14514 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14515 (GDB_SUPPORT_DIRS): Likewise.
14516
14517 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14518
14519 * configure.in (target_makefile_frag): If --enable-target-optspace,
14520 use -Os to compile target libraries rather than -O2. Default to
14521 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14522 not used.
14523 * configure.in (target_cflags): Ditto for d30v.
14524
14525 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14526
14527 * Makefile.in (all-bfd): Depend on all-intl.
14528 (all-binutils): Likewise.
14529 (all-gas): Likewise.
14530 (all-gprof): Likewise.
14531 (all-ld): Likewise.
14532
14533 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
14534
14535 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14536
14537 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14538
14539 * Makefile.in (all-bfd): Depend upon all-libiberty.
14540
14541 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14542
14543 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14544
14545 * Makefile.in: Add libstub.
14546
14547 * configure.in: Ditto. Build libstub for targets that have cygmon
14548 support.
14549
14550 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14551
14552 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14553
14554 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14555
14556 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14557 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14558
14559 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14560
14561 * configure: Define DEFAULT_M4 by searching PATH.
14562 * Makfile.in: Use DEFAULT_M4.
14563
14564 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14565
14566 * ltconfig: Add cygwin32 support.
14567
14568 * Makefile.in, configure.in: Add libtool as a native only directory
14569 to configure and build.
14570
14571 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14572
14573 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14574
14575 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
14576
14577 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14578
14579 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14580
14581 * Makefile.in: add ash make rules
14582 * configure.in: add ash to native_only and host_tools lists
14583
14584 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14585
14586 * Makefile.in (all-gettext, all-intl): New targets.
14587 (ALL_MODULES): Added all-gettext, all-intl.
14588 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14589 (INSTALL_MODULES): Added install-gettext, install-intl.
14590 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14591
14592 * configure.in (host_tools): Added gettext.
14593 (native_only): Likewise.
14594 (noconfigdirs) [various cases]: Likewise.
14595 (host_libs): Added intl.
14596
14597 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14598
14599 * configure: Do not disable building gdbtk for cygwin32 hosts.
14600
14601 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14602
14603 * configure.in: Add thumb-coff target.
14604 * config.sub: Add thumb-coff target.
14605
14606 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14607
14608 * Makefile.in: Revert yesterday's change.
14609 (all-target-winsup): all-target-librx stays out of here.
14610
14611 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14612
14613 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14614 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14615 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14616 Remove references to librx and libg++.
14617
14618 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14619
14620 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14621 recursive makes
14622
14623 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14624
14625 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14626 for newlib directory.
14627 (CXX_FOR_TARGET): Likewise.
14628
14629 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14630
14631 * ltconfig: Update after libtool/ltconfig.in change for
14632 hpux11.
14633
14634 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14635
14636 * ltconfig, ltmain.sh: Update to libtool 1.2.
14637
14638 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14639
14640 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14641 (install-gcc-cross): Instead, override LANGUAGES here.
14642
14643 1998-03-18 Dave Love <d.love@dl.ac.uk>
14644
14645 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14646 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14647
14648 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14649
14650 * configure.in: Add Thumb-pe target.
14651
14652 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
14653
14654 * Makefile.in - changed sn targets to snavigator
14655 * configure.in - changed sn targets to snavigator
14656
14657 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14658
14659 * config-ml.in: After building symlink tree call make distclean
14660 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14661 to be the case for libiberty.
14662
14663 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14664
14665 * configure: When making link, also check the current
14666 directory. The configure scripts may create one.
14667
14668 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14669
14670 * config.sub: Accept alphapca56 and alphaev6 properly.
14671
14672 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14673
14674 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14675
14676 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14677
14678 * config.sub (sco5): Fix typo.
14679
14680 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14681
14682 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14683 install-itcl.
14684 (install-itcl): Remove dependency on install-tcl.
14685
14686 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14687
14688 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14689
14690 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14691
14692 * configure.in: Don't build libgui for a cygwin32 target when not on
14693 a cygwin32 host.
14694
14695 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14696
14697 * configure (redirect): Set to null, so default behavior of
14698 configure is now --verbose.
14699
14700 1998-02-16 Dave Love <d.love@dl.ac.uk>
14701
14702 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14703 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14704
14705 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14706
14707 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14708 this change to sync Makefile.in with its ChangeLog entries.
14709
14710 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14711
14712 * ltmain.sh (mkdir): Check that the directory doesn't exist
14713 before we exit with error, so that we don't get races during
14714 parallel builds.
14715
14716 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14717
14718 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14719
14720 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14721
14722 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14723 PICFLAG_FOR_TARGET.
14724 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14725
14726 * configure: Emit a definition for the new macro enable_shared
14727 into each Makefile.
14728
14729 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14730
14731 * configure.in (host_tools, native_only): Add libtool.
14732
14733 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14734
14735 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14736 Fix typo in ming config comment.
14737
14738 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14739
14740 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14741
14742 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14743
14744 * config.sub: Add tic30 cases, and map c30 to tic30.
14745
14746 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14747
14748 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14749 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14750 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14751 (CLEAN_TARGET_MODULES): Similarly
14752 (all-target-libf2c): Add dependences.
14753 * configure.in (target_libs): Add libf2c.
14754
14755 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
14756
14757 * configure.in: Remove expect from noconfigdirs when target
14758 is cygwin32. OK to build expect and dejagnu with Canadian
14759 Cross.
14760
14761 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
14762
14763 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14764 host.
14765
14766 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14767 and mingw32.
14768
14769 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
14770
14771 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14772 here as it is not defined in the toplevel Makefile.
14773
14774 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
14775
14776 * configure (package_makefile_rules_frag): New variable, which names
14777 a file with generic rules, ...
14778 Change comment to mention we now have FIVE parts.
14779 * configure: Undo last change.
14780
14781 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
14782
14783 * config.guess: More accurate determination of HP processor types.
14784 * config.sub: More accurate determination of HP processor types.
14785
14786 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
14787
14788 * configure (package_makefile_frag): Move inserting the
14789 ${package_makefile_frag} to where it should be according
14790 to the comment.
14791
14792 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
14793
14794 * config.guess: Add support for Linux/ARM.
14795
14796 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
14797
14798 * .cvsignore: Remove *-info and *-install since they match
14799 release-info and mpw-install, which we don't want to just ignore.
14800
14801 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
14802
14803 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14804
14805 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
14806
14807 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14808 local_prefix to sub-make invocations.
14809
14810 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
14811
14812 * configure.in: Check makefile fragments in the source
14813 directory.
14814
14815 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14816
14817 * configure.in: Check whether host and target makefile
14818 fragments exist before adding them to *_makefile_frag.
14819
14820 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
14821
14822 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14823
14824 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
14825
14826 * configure.in: Make sure we only replace RPATH_ENVVAR on
14827 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14828 regexp to sed.
14829
14830 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14831 to sub-makes.
14832
14833 1998-01-13 Lee Iverson (leei@ai.sri.com)
14834
14835 * config-ml.in (multi-do): LDFLAGS must include multilib
14836 designator.
14837
14838 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
14839
14840 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14841
14842 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
14843
14844 * config.sub: Add mingw32 support.
14845 * configure.in: Likewise.
14846
14847 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14848
14849 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14850
14851 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
14852
14853 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14854 * configure (gxx_include_dir): Provide a definition for subdirs
14855 which do not use autoconf.
14856
14857 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
14858
14859 * config.guess: Sync with egcs. Picks up new alpha support,
14860 BeOS & some additional linux support.
14861
14862 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
14863
14864 * config.guess: HP 9000/803 is a PA1.1 machine.
14865
14866 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
14867
14868 * configure.in: It's alpha*-...
14869
14870 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
14871
14872 * configure.in (host_makefile_frag, target_makefile_frag):
14873 Handle multiple config files.
14874 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14875 alpha-*-*.
14876
14877 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
14878
14879 * mkdep: New file.
14880
14881 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
14882
14883 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14884
14885 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
14886
14887 * Makefile.in: Add libgui directory.
14888 (GDB_TK): Add all-libgui.
14889 * configure.in: Add libgui directory.
14890 * configure: Add all-libgui to GDB_TK.
14891
14892 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
14893
14894 * config-ml.in (multidirs): Add m32r to multilib list.
14895
14896 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
14897
14898 * Makefile.in (all-target-gperf): Change dependency to
14899 all-target-libstdc++.
14900
14901 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
14902
14903 * config.guess: Add BeOS support.
14904
14905 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
14906
14907 Source directory cvs renamed to cvssrc:
14908 * configure.in (host_tools): Change cvs to cvssrc.
14909 (native_only): Likewise.
14910 (noconfigdirs) [various cases]: Likewise.
14911 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14912 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14913 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14914 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14915 (all-cvssrc): Rename target from all-cvs.
14916
14917 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
14918
14919 * configure (gxx_include_dir): Fix thinko.
14920
14921 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
14922
14923 * Makefile.in (INSTALL_TARGET_CROSS): Define.
14924 (install-cross, install-gcc-cross): New targets.
14925
14926 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
14927
14928 * configure.in (noconfigdirs): Add support for Thumb target.
14929
14930 * config.sub (maybe_os): Add support for Thumb target.
14931
14932 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
14933
14934 * Makefile.in: Add rules for cygmon.
14935
14936 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14937
14938 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
14939
14940 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14941 * configure (gxx_include_dir): Provide a definition for subdirs
14942 which do not use autoconf.
14943
14944 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
14945
14946 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14947 11/18/97 build
14948
14949 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
14950
14951 * From Franz Sirl.
14952 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14953 found on RedHat Linux systems.
14954
14955 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
14956
14957 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14958 guesses.
14959
14960 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
14961
14962 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14963
14964 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
14965
14966 * ltmain.sh: If mkdir fails, check whether the directory was created
14967 anyhow by some other process.
14968
14969 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
14970
14971 * configure.in (d30v-*-*): Configure all directories.
14972
14973 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
14974
14975 * configure.in (d30v-*-*): Configure newlib, libiberty directories
14976 for the D30V.
14977
14978 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
14979
14980 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14981
14982 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
14983
14984 * include/libiberty.h: Add extern "C" { so it can be used with C++
14985 progrms.
14986 * include/remote-sim.h: Add extern "C" { so it can be used with C++
14987 programs.
14988
14989 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
14990
14991 * configure.in (d30v-*-*): Configure GCC now.
14992
14993 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
14994
14995 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14996 is no longer needed.
14997
14998 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
14999
15000 * Makefile.in: check-target-libio depends on all-target-libstdc++.
15001
15002 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
15003
15004 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15005 targets using "$@" to provide support for similar but not identical
15006 targets without having to duplicate code.
15007
15008 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
15009
15010 * makefile.vms: Fix to work with DEC C.
15011
15012 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
15013
15014 * config.sub: Add mips-tx39-elf to marketing names.
15015
15016 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
15017
15018 * ltmain.sh: Handle symlinks in generated script.
15019
15020 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
15021
15022 * configure: Handle autoconf style directory options: --bindir,
15023 --datadir, --includedir, --infodir, --libdir, --libexecdir,
15024 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15025 --sysconfdir.
15026 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15027 (sharedstatedir, localstatedir, oldincludedir): New variables.
15028 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15029 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15030 sbindir, sharedstatedir, and sysconfdir.
15031
15032 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15033
15034 * Makefile.in (bootstrap-lean): New target.
15035
15036 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
15037
15038 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
15039 sn, and gnuserv from noconfigdirs.
15040
15041 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
15042
15043 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15044
15045 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
15046
15047 * Makefile.in (cross): New target.
15048
15049 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
15050 Jeff Law <law@cygnus.com>
15051
15052 * Makefile.in (bootstrap2, bootstrap3): New targets.
15053 (all-bootstrap): Remove outdated and confusing target.
15054 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15055
15056 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
15057
15058 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15059 windows. Consistent with gdb/configure.
15060
15061 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
15062
15063 * configure.in: Name Linux target fragment.
15064
15065 * configure: Rewrite so that project Makefile fragment is inserted
15066 first and appears last in the resulting Makefile.
15067
15068 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
15069
15070 * Makefile.in (install-itcl): Install tcl first.
15071
15072 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
15073
15074 * configure.in: remove bison from noconfigdirs for Cygwin32 host
15075
15076 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15077
15078 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15079
15080 * configure.in (skipdirs): Add target-librx for Linux.
15081 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15082
15083 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
15084
15085 * Makefile.in (bootstrap): New target.
15086
15087 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
15088
15089 * config.sub: Accept 'amigados' for backward compatibility.
15090
15091 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
15092
15093 * config.guess: Merge with FSF.
15094
15095 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
15096
15097 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15098
15099 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
15100
15101 * config.sub: Add "marketing-names" patch.
15102
15103 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
15104
15105 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15106
15107 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
15108
15109 * config.sub: Handle v850-elf.
15110
15111 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
15112
15113 * .cvsignore (*-install): Remove.
15114
15115 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
15116
15117 * ltconfig: Set CONFIG_SHELL in libtool.
15118 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15119
15120 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15121
15122 * configure.in (target_subdir): Set to libraries if enable_multilib.
15123
15124 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
15125
15126 * config.guess: Update from gcc directory.
15127
15128 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
15129
15130 * Makefile.in (all-sim): Depends on all-readline.
15131
15132 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
15133
15134 * Makefile.in (BISON, YACC): Use $$s.
15135 (all-bison): Depend on all-texinfo.
15136
15137 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
15138
15139 * Makefile.in (BISON): Add -L flag.
15140 (YACC): Likewise.
15141
15142 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15143
15144 * configure.in (noconfigdirs): Add support for v850e target.
15145
15146 * config.sub (maybe_os): Add support for v850e target.
15147
15148 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15149
15150 * configure.in (noconfigdirs): Add support for v850ea target.
15151
15152 * config.sub (maybe_os): Add support for v850ea target.
15153
15154 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
15155
15156 * config.sub: Add mipstx39. Delete r3900.
15157
15158 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15159
15160 * Makefile.in (all-autoconf): Depends on all-texinfo.
15161
15162 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
15163
15164 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15165 eabi targets.
15166
15167 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
15168
15169 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15170
15171 * configure: When handling a Canadian Cross, handle YACC as well as
15172 BISON. Just set BISON to bison. When setting YACC, prefer bison.
15173 * Makefile.in (all-bison): Depend upon all-texinfo.
15174
15175 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
15176
15177 * Makefile.in (BISON): bison, not byacc or bison -y.
15178 (YACC): bison -y or byacc or yacc.
15179 (various): Add *-bison as appropriate.
15180 (taz): No need to mess with BISON anymore.
15181
15182 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
15183
15184 * configure: If OSTYPE matches *win32*, try to find a good value for
15185 CONFIG_SHELL.
15186
15187 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
15188
15189 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15190 configure.in if it is present.
15191
15192 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
15193
15194 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15195
15196 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
15197
15198 * config.sub: Recognize `arc' cpu.
15199 * configure.in: Likewise.
15200 * config-ml.in: Likewise.
15201
15202 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
15203
15204 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15205
15206 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
15207
15208 * configure: Changed sed delimiter from ':' to '|' when
15209 attempting to substitute ${config_shell} for SHELL. On
15210 NT ${config_shell} may contain a ':' in it.
15211
15212 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
15213
15214 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15215
15216 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
15217
15218 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15219
15220 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
15221
15222 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15223
15224 * ylwrap: If the program is a relative path, force it to be
15225 absolute.
15226
15227 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
15228
15229 * configure (tooldir): Set BISON to `bison -y' and not just bison.
15230
15231 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
15232
15233 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15234 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15235 for libraries.
15236
15237 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
15238
15239 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15240 separated by spaces.
15241
15242 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
15243
15244 * ylwrap: New file.
15245 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15246
15247 * ltmain.sh: Handle /bin/sh at start of install program.
15248
15249 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15250
15251 * ltconfig, ltmain.sh: New files, from libtool 1.0.
15252 * missing: New file, from automake 1.2.
15253
15254 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
15255
15256 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
15257 check-tk to CHECK_X11_MODULES.
15258
15259 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
15260
15261 * config.sub: Merge with FSF.
15262
15263 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
15264
15265 * config.guess: Merge with FSF.
15266
15267 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15268
15269 * configure: Treat msdosdjgpp like go32.
15270 * configure.in: Likewise. Don't remove gprof for go32.
15271
15272 * configure: Change Makefile.tem2 to Makefile.tm2.
15273
15274 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
15275
15276 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15277
15278 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15279
15280 * install-sh (chmodcmd): Set to null if the DST directory already
15281 exists. Same as Nov 11th change.
15282
15283 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
15284
15285 * configure (GDB_TK): Needs itcl and tix.
15286
15287 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
15288
15289 * config.guess: Update from FSF.
15290
15291 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
15292
15293 * Makefile.in (GDB_TK): Depend on itcl and tix.
15294
15295 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
15296
15297 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15298 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15299 (INSTALL_SCRIPT): New variable.
15300 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15301 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15302 to -x.
15303 * install-sh: Add support for -x option.
15304
15305 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
15306
15307 * configure.in, Makefile.in: Treat tix like itcl.
15308
15309 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
15310
15311 * Makefile.in (WINDRES): New variable.
15312 (WINDRES_FOR_TARGET): New variable.
15313 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15314 (EXTRA_HOST_FLAGS): Add WINDRES.
15315 (EXTRA_TARGET_FLAGS): Add WINDRES.
15316 (EXTRA_GCC_FLAGS): Add WINDRES.
15317 ($(DO_X)): Pass down WINDRES.
15318 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15319 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15320 DLLTOOL_FOR_TARGET.
15321
15322 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
15323
15324 * configure.in: configure sim before gdb for win32-x-ppc
15325
15326 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15327
15328 Move gperf into the toplevel, from libg++.
15329 * configure.in (target_tools): Add target-gperf.
15330 (native_only): Add target-gperf.
15331 * Makefile.in (all-target-gperf): New target, depend on
15332 all-target-libg++.
15333 (configure-target-gperf): Empty rule.
15334 (ALL_TARGET_MODULES): Add all-target-gperf.
15335 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15336 (CHECK_TARGET_MODULES): Add check-target-gperf.
15337 (INSTALL_TARGET_MODULES): Add install-target-gperf.
15338 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15339
15340 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
15341
15342 * config.sub (mn10200): Recognize new basic machine.
15343
15344 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15345
15346 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15347 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15348
15349 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15350
15351 * configure.in: If we're building mips-sgi-irix6* native, turn on
15352 ENABLE_MULTILIB and set TARGET_SUBDIR.
15353
15354 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
15355
15356 * Makefile.in (all-sn): Depend on all-grep.
15357
15358 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
15359
15360 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15361
15362 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15363 Makefile. From Jeff Makey <jeff@cts.com>.
15364 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15365
15366 * Makefile.in (DISTBISONFILES): Remove.
15367 (taz): Don't futz with DISTBISONFILES. Change BISON to use
15368 $(DEFAULT_YACC).
15369
15370 * configure.in: Build itl, db, sn, etc., when building for native
15371 cygwin32.
15372
15373 * Makefile.in (LD): New variable.
15374 (EXTRA_HOST_FLAGS): Pass down LD.
15375 ($(DO_X)): Likewise.
15376
15377 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
15378
15379 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15380
15381 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
15382
15383 * configure.in (targargs): Strip out any supplied --build argument
15384 before adding our own. Always add --build.
15385
15386 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
15387
15388 * configure.in (targargs): Pass --build if we're doing
15389 a cross-compile.
15390
15391 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
15392
15393 * configure: Use '|' instead of ":" as the separator in
15394 sed. Otherwise sed chokes on NT path names with drive
15395 designators. Also look for "?:*" as the leading characters in an
15396 absolute pathname.
15397
15398 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
15399
15400 * config.sub: Support for r3900.
15401
15402 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
15403
15404 * configure.in: Use install-sh, not install.sh.
15405
15406 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
15407
15408 * Makefile.in (taz): Improve check for BISON so it doesn't try to
15409 apply it twice.
15410
15411 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
15412
15413 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15414 install-binutils.
15415
15416 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
15417
15418 * Makefile.in: Add automake targets.
15419 * configure.in (host_tools): Add automake.
15420
15421 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
15422
15423 * configure: Default CXX to c++, not gcc.
15424 * Makefile.in (CXX): Set to c++, not gcc.
15425 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15426
15427 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
15428
15429 * install-sh: try appending a .exe if source file doesn't
15430 exist
15431
15432 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
15433
15434 * configure.in: Turn on multilib by default.
15435 (cross_only): Remove target-libiberty.
15436
15437 * Makefile.in (all-gcc): Don't depend on libiberty.
15438
15439 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
15440
15441 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15442
15443 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
15444
15445 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15446 (DISTBISONFILES): Add ld/Makefile.in
15447
15448 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
15449
15450 * configure.in: if target is cygwin32 but host isn't cygwin32,
15451 don't configure gdb tcl tk expect, not just gdb.
15452
15453 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
15454
15455 * configure.in: Added gnuserv everywhere sn appears.
15456
15457 * Makefile.in (ALL_MODULES): Added all-gnuserv.
15458 (CROSS_CHECK_MODULES): Added check-gnuserv.
15459 (INSTALL_MODULES): Added install-gnuserv.
15460 (CLEAN_MODULES): Added clean-gnuserv.
15461 (all-gnuserv): New target.
15462
15463 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
15464
15465 * config.guess: Fixes for MIPS OpenBSD systems.
15466
15467 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
15468
15469 * Makefile.in (INSTALL_XFORM): Remove.
15470 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15471
15472 * mkinstalldirs: New file, copied from automake.
15473 * Makefile.in (installdirs): Rename from install-dirs. Use
15474 mkinstalldirs. Change all users.
15475 (DEVO_SUPPORT): Add mkinstalldirs.
15476
15477 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
15478
15479 * install-sh: Rename from install.sh.
15480 * Makefile.in (INSTALL): Change install.sh to install-sh.
15481 (DEVO_SUPPORT): Likewise.
15482
15483 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
15484 Graichen <graichen@rzpd.de>.
15485
15486 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
15487
15488 * config.guess: Recognize OpenBSD systems correctly.
15489
15490 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15491
15492 * README, Makefile.in (ETC_SUPPORT): Remove references to
15493 cfg-paper*, configure.{texi,man,info*}._
15494
15495 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
15496
15497 * Makefile.in (all.normal): Ensure that gcc is built after all
15498 the x11 - ie gdb - targets.
15499
15500 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
15501
15502 * makefile.vms: Don't run conf-a-gas.
15503
15504 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
15505
15506 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15507
15508 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
15509
15510 * configure.in: Remove noconfigdirs case since gdb also
15511 configures and builds for tic80-coff.
15512
15513 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15514
15515 * configure: Set cache_file to config.cache.
15516 * Makefile.in (local-distclean): Remove config.cache.
15517
15518 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15519
15520 * COPYING: Update FSF address.
15521
15522 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15523
15524 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15525 noconfigdirs.
15526
15527 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15528
15529 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15530 MAKEDIRS, is empty.
15531
15532 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15533
15534 * config.sub: Tweak mn10300 entry.
15535
15536 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15537
15538 * configure.in (host_tools): Put sim before gdb, so gdb's
15539 configure.tgt can determine if the simulator was configured.
15540
15541 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15542
15543 * config.sub: Move BeOS $os case to be with other Cygnus
15544 local cases.
15545
15546 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15547
15548 * config.sub: Remove misplaced comment that broke Linux.
15549
15550 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15551
15552 * config.sub: Add BeOS support.
15553
15554 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15555
15556 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15557
15558 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15559
15560 * configure.in (noconfigdirs): Remove tcl and tk from
15561 noconfigdirs for cygwin32 builds.
15562
15563 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15564
15565 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15566
15567 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15568
15569 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15570 make-all.com, use makefile.vms instead.
15571
15572 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15573
15574 * config.sub: Accept -lnews*.
15575
15576 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15577
15578 * configure.in (noconfigdirs): Disable target-newlib,
15579 target-examples and target-libiberty for d30v.
15580
15581 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15582
15583 * configure.in (noconfigdirs): Enable ld for d30v.
15584
15585 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15586
15587 * configure.in (tic80-*-*): Build compiler.
15588
15589 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15590
15591 * configure.in (d30v-*): Remove sim directory from list of
15592 unsupported d30v directories
15593
15594 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15595
15596 * config.sub, configure.in: Add d30v target cpu.
15597
15598 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15599
15600 * makefile.vms: New file.
15601 * make-all.com: Remove.
15602
15603 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15604
15605 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15606
15607 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15608
15609 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15610
15611 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15612
15613 * Makefile.in (ALL_MODULES): Added all-db.
15614 (CROSS_CHECK_MODULES): Addec check-db.
15615 (INSTALL_MODULES): Added install-db.
15616 (CLEAN_MODULES): Added clean-db.
15617
15618 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15619
15620 * config.guess: Merge with latest FSF sources.
15621
15622 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15623
15624 * Makefile.in (ALL_MODULES): Added all-itcl.
15625 (CROSS_CHECK_MODULES): Added check-itcl.
15626 (INSTALL_MODULES): Added install-itcl.
15627 (CLEAN_MODULES): Added clean-itcl.
15628
15629 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15630
15631 * configure.in: build gdb for mn10200
15632
15633 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15634
15635 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15636
15637 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15638
15639 * configure.in (tic80-*-*): Turn off most targets right now.
15640
15641 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15642
15643 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15644 rather than the makeinfo program.
15645 (do-info): Depend upon all-texinfo.
15646
15647 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15648
15649 * configure.in: Remove uses of config/mh-linux.
15650
15651 * config.sub, config.guess: Merge with latest FSF sources.
15652
15653 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15654
15655 * config.sub (case $basic_machine): Add tic80 entries.
15656
15657 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15658
15659 * config.sub, config.guess: Merge with latest FSF sources.
15660
15661 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15662
15663 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15664 * mpw-config.in: Test for NewFolderRecursive.
15665 * mpw-install: Use symbolic name for startup filename.
15666 * mpw-README: Add various additional details.
15667
15668 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15669
15670 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15671
15672 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15673
15674 * configure.in: Do build gcc and the target libraries for
15675 the mn10200.
15676
15677 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15678
15679 * configure.in: don't avoid building gdb for mn10300 any more
15680 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15681 instead of single-quoting it.
15682
15683 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15684
15685 * configure.in: Don't use --with-stabs on IRIX 6.
15686
15687 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15688
15689 * configure.in (m32r): Build gdb, libg++ now.
15690
15691 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15692
15693 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15694 directories from noconfigdirs.
15695
15696 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15697
15698 * config.sub (basic_machine): added mips16 configuration
15699
15700 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15701
15702 * config.sub: Handle d10v-unknown.
15703
15704 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15705
15706 * config.sub: Handle v850-unknown.
15707
15708 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15709
15710 * Makefile.in: add findutils
15711 * configure.in: add findutils to list of host_tools
15712
15713 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15714
15715 * config.sub: Handle mn10200 and mn10300.
15716
15717 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15718
15719 * configure.in (d10v-*): Do not build librx.
15720
15721 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15722
15723 * configure.in (mn10300): Build everything except gdb & libgloss.
15724
15725 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15726
15727 * config.guess: Patch for Dansk Data Elektronik servers,
15728 from Niels Skou Olsen <nso@dde.dk>.
15729
15730 For ncr, use /bin/uname rather than uname, since GNU uname does not
15731 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15732
15733 Patch for MIPS R4000 running System V,
15734 from Eric S. Raymond <esr@snark.thyrsus.com>.
15735
15736 Fix thinko for nextstep.
15737
15738 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15739
15740 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15741 * config.guess: Guess mips-dec-mach_bsd4.3.
15742
15743 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15744 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15745 release numbers.
15746 * config.guess (mips-mips-riscos*): Emit just enough of the
15747 release number.
15748
15749 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15750 * config.guess (sparc-auspex-sunos*): Added.
15751 (f300-fujitsu-*): Added.
15752
15753 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
15754 * config.guess: Recognize a Tadpole as a sparc.
15755
15756 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15757
15758 * config.guess: Don't assume that NextStep version is either 2 or
15759 3. NextStep 4 (aka OpenStep 4) has come out now.
15760
15761 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
15762
15763 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15764 From Rik Faith <faith@cs.unc.edu>.
15765
15766 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
15767
15768 * config.sub: Contributions from bug-gnu-utils to:
15769 Support plain "hppa" (no version given) architecture, reported by
15770 OpenStep.
15771 OpenBSD like NetBSD.
15772 LynxOs is not a hardware supplier.
15773
15774 * config.guess: Contributions from bug-gnu-utils to add support for:
15775 OpenBSD like NetBSD.
15776 Stratus systems.
15777 More Pyramid systems.
15778 i[n>4]86 Intel chips.
15779 M680[n>4]0 Motorola chips.
15780 Use unknown instead of lynx for hardware manufacturer.
15781
15782 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
15783
15784 * install.sh (chmodcmd): Set to null if the DST directory already
15785 exists.
15786
15787 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15788
15789 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15790 not use mt-ppc target Makefile fragment any more.
15791
15792 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15793
15794 * configure.in (*-*-windows): Exclude everything but those dirs
15795 needed to build windows.
15796
15797 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
15798
15799 * Makefile.in (all-target-winsup): Depend on all-target-librx.
15800
15801 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15802
15803 * configure.in: Exclude mmalloc from i386-windows.
15804
15805 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
15806
15807 * Undo my previous change.
15808
15809 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
15810
15811 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15812 unconditionally.
15813 (MAKEOVERRIDES): Define (revert this part of October 18 change).
15814
15815 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
15816
15817 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
15818 host to add it's own flags.
15819
15820 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
15821
15822 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15823
15824 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
15825
15826 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15827 (CXX_FOR_TARGET): Likewise.
15828 (GCC_FOR_TARGET): Define.
15829 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15830 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15831 CC_FOR_TARGET was specified on the command line.
15832 (MAKEOVERRIDES): Don't define.
15833
15834 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
15835
15836 * configure.in (m32r): Fix spelling of libg++ libs.
15837
15838 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
15839
15840 * config.sub (-apple*): Remove, now redundant.
15841
15842 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
15843
15844 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15845
15846 * configure: Rework yesterday's sed script patch.
15847
15848 * config.sub: Merge with FSF.
15849
15850 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
15851
15852 * config.guess: Merge from FSF.
15853
15854 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
15855 * config.guess: Use pc instead of unknown, for pc clone systems.
15856 Change linux to linux-gnu.
15857
15858 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
15859 * config.guess: Avoid non-portable tr syntax.
15860
15861 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
15862
15863 * test-build.mk (HOLES): Add "xargs" for gdb.
15864
15865 * configure: Avoid hpux10.20 sed bug.
15866
15867 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
15868
15869 * configure.in: Add support for windows host
15870 (that is a build done under the Microsoft build environment).
15871
15872 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
15873
15874 * Makefile.in: Replace all uses of srcroot with s, to shrink
15875 command line lengths.
15876
15877 Patches from Geoffrey Noer <noer@cygnus.com>:
15878 * configure.in: If configuring for newlib, pass --with-newlib to
15879 subdirectories.
15880 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15881 -Bnewlib/ and -Lwinsup to gcc.
15882 (CXX_FOR_TARGET): Likewise.
15883
15884 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
15885
15886 * Makefile.in (ETC_SUPPORT): Add configure.
15887
15888 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
15889
15890 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15891 host configuration file.
15892
15893 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
15894
15895 * configure.in: Break mn10x00 support into separate
15896 mn10200 and mn10300 configurations.
15897 * config.sub: Likewise.
15898
15899 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
15900
15901 * configure.in: Add lots of stuff to noconfigdirs for
15902 the mn10x00 targets.
15903
15904 * config.sub, configure.in: Add mn10x00 support.
15905
15906 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
15907
15908 * make-all.com: Call conf-a-gas, not config-a-gas.
15909
15910 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
15911
15912 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15913 targets.
15914
15915 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
15916
15917 * mpw-README: Add much more detail for native PowerMac.
15918 * mpw-install: New file.
15919 * mpw-configure: Add --norecursion and --help options.
15920 * mpw-config.in: Translate readme and install files when
15921 copying to objdir.
15922 * mpw-build.in: Don't always depend on byacc and flex.
15923 (install-only-top): New action.
15924
15925 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
15926
15927 * configure.in: You can now configure GDB for the v850.
15928
15929 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
15930
15931 * configure.in (noconfigdirs): Don't configure any C++ dirs
15932 if targeting D10V.
15933
15934 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
15935
15936 * config.sub: Recognize mips64vr5000.
15937
15938 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
15939
15940 * configure.in: Use a single line for host_tools and native_only.
15941
15942 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
15943
15944 * config.sub, configure.in: Add entries for m32r.
15945
15946 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
15947
15948 * Makefile.in (inet-install): Don't run install-gzip.
15949
15950 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
15951
15952 * configure.in: Don't config lots of things for *-*-windows*.
15953
15954 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
15955
15956 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15957 (host_libs, host_tools): Copy from configure.in.
15958 * mpw-configure: Don't complain about directories not found.
15959
15960 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15961
15962 * configure.in (i[345]86): Recognize i686 for pentium pro.
15963 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15964 file.
15965
15966 * config.guess (i[345]86): Ditto.
15967
15968 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
15969
15970 * configure.in (noconfigdirs): Removed gdb for D10V.
15971
15972 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
15973
15974 * configure.in: Remove ld, target-libio, target-libg++, and
15975 target-libstdc++ from noconfigdirs.
15976
15977 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
15978
15979 * configure: Fix three locations where shell scripts were
15980 being run directly rather than with config_shell.
15981
15982 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
15983
15984 * configure.in (v850-*-*): Set up initial $noconfigdirs.
15985 * config.sub (basic_machine): Recognize v850.
15986
15987 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
15988
15989 * mpw-configure: Handle multiple enable/disable options and
15990 pass them down recursively, handle -c and -s flags appropriately
15991 depending on choice of compiler, add escape mechanism for
15992 quoted arguments to gC.
15993
15994 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15995
15996 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15997 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15998 so that -mrelocatable-lib and -mno-eabi are used.
15999
16000 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16001 not support --print-multi-lib, don't abort.
16002
16003 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
16004
16005 * make-all.com: Run config-a-gas.
16006 * setup.com: Don't copy subdirectory files around.
16007
16008 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
16009
16010 * configure.in (*-*-ose): Remove exclusion of libgloss for this
16011 target, it now compiles correctly.
16012
16013 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
16014
16015 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16016
16017 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16018
16019 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16020
16021 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16022
16023 * configure.in (native_only): Add prms.
16024
16025 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
16026
16027 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16028 (BINUTILS_SUPPORT_DIRS): Likewise.
16029
16030 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16031
16032 * configure.in (d10v-*-*): Don't configure ld or gdb until the
16033 d10v support is added.
16034
16035 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16036
16037 * configure.in (d10v-*-*): New target.
16038
16039 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
16040
16041 * config.guess (HP 9000/811): Recognize this as a PA1.1
16042 machine.
16043
16044 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
16045
16046 * Makefile.in (do-tar-gz): New target, split out from tail end of
16047 taz target. Run each command separately, don't use pipes.
16048 (taz): Use it.
16049
16050 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
16051
16052 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16053 * mpw-build.in: No builds should depend on building byacc or flex,
16054 they are assumed to be installed already.
16055
16056 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16057
16058 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16059 variable that CC_FOR_TARGET needs.
16060
16061 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16062
16063 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16064 options have changed since the last time the subdirectory was
16065 configured, and if it has, reconfigure.
16066 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16067 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16068
16069 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
16070
16071 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16072 CLEAN_MODULES): Add bash.
16073 (all-bash): New target.
16074
16075 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
16076
16077 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16078
16079 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16080
16081 * config.sub (basic_machine): Recognize d10v as a valid processor.
16082
16083 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
16084
16085 * mpw-configure: Add support for --bindir.
16086 * mpw-build.in: Use a GCC-specific build script for GCC actions.
16087
16088 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
16089
16090 * configure.in: add bash, time, gawk to list of hosttools and things
16091 to only build for native toolchains
16092
16093 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16094
16095 * Makefile.in (docdir): Remove.
16096
16097 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16098
16099 * Makefile.in (datadir): Set to $(prefix)/share.
16100
16101 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
16102
16103 * configure.in: build diff and patch for cygwin32-hosted
16104 toolchains.
16105
16106 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
16107
16108 * config.sub: Accept -rtems*.
16109
16110 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
16111
16112 * configure.in: enable dosrel for cygwin32-hosted builds,
16113 remove diff from the list of things not buildable
16114 via Canadian Cross
16115
16116 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16117
16118 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16119 don't get ". ".
16120
16121 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
16122
16123 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16124
16125 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
16126
16127 * Makefile.in (taz): Handle case where tex3patch didn't even get
16128 checked out. Also, if it was found, put the symlink in a new util
16129 subdirectory.
16130
16131 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16132
16133 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16134
16135 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
16136
16137 * config.sub: Recognize -openvms.
16138 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16139 * make-all.com, setup.com: New files.
16140
16141 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16142
16143 * Makefile.in (taz): tex3patch moved to texinfo/util.
16144
16145 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
16146
16147 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16148 * configure.in: remove make from disable-if-Can-Cross list
16149 enable gdb if ${host} and ${target} are cygwin32
16150
16151 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
16152
16153 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
16154 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16155
16156 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16157
16158 * config.guess: Combine mips-mips-riscos cases, and use cpp to
16159 distinguish sysv/svr4/bsd variants.
16160 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16161
16162 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
16163
16164 * configure.in: Added copyright notice.
16165 * move-if-change: Added copyright notice.
16166
16167 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16168
16169 * configure.in (powerpcle-*-solaris*): Until we get shared
16170 libraries working, don't build gdb, sim, make, tcl, tk, or
16171 expect.
16172
16173 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
16174
16175 * config.guess: Merge with FSF:
16176
16177 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16178 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16179
16180 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
16181 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16182
16183 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
16184 * config.guess: Combine two OSF1 rules.
16185 Also recognize field test versions. From mjr@zk3.dec.com.
16186 * config.guess (dgux): Use /usr/bin/uname rather than uname,
16187 because GNU uname does not support -p. From pmr@pajato.com.
16188
16189 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
16190
16191 * Makefile.in (MAKEDIRS): Removed $(tooldir).
16192
16193 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
16194
16195 * mpw-README: Document GCCIncludes.
16196
16197 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
16198
16199 * configure.in (alpha-*-linux*): Set enable_shared to yes.
16200
16201 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16202
16203 * mpw-configure: Handle --enable-FOO and --disable-FOO.
16204
16205 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
16206
16207 * configure.in (*-*-cygwin32): Configure make.
16208
16209 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
16210
16211 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16212
16213 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
16214
16215 * Makefile.in (all-inet): Depend on all-perl.
16216
16217 * Makefile.in (inet-install): New target.
16218
16219 * Makefile.in (all-inet): Depend on all-tcl.
16220 (all-inet): Depend on all-send-pr.
16221
16222 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16223
16224 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16225 temporarily.
16226
16227 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
16228
16229 * configure.in: Don't configure --with-gnu-ld on AIX.
16230
16231 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16232
16233 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16234
16235 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
16236
16237 * Makefile.in (ALL_MODULES): Added all-inet.
16238 (CROSS_CHECK_MODULES): Added check-inet.
16239 (INSTALL_MODULES): Added install-inet.
16240 (CLEAN_MODULES): Added clean-inet.
16241 (all-indent): New target.
16242
16243 * configure.in (host_tools): Added inet.
16244 (native_only): Added inet.
16245 (noconfigdirs): Added inet.
16246
16247 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
16248
16249 * configure.in: Don't configure libgloss if we are not configuring
16250 newlib.
16251
16252 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16253
16254 * configure.in: Don't configure libgloss for unsupported
16255 architectures.
16256
16257 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16258
16259 * Makefile.in (CLEAN_MODULES): Add clean-apache.
16260
16261 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
16262
16263 * Makefile.in (ALL_MODULES): Include all-apache.
16264 (CROSS_CHECK_MODULES): Include check-apache.
16265 (INSTALL_MODULES): Include install-apache.
16266 (all-apache): New target.
16267
16268 * configure.in: Added apache everywhere perl is seen.
16269
16270 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16271
16272 * Makefile.in: Add support for clean-{module} and
16273 clean-target-{module} rules.
16274
16275 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
16276
16277 * configure.in (*-*-ose) do not build libgloss.
16278
16279 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16280
16281 * config.guess (prep*:SunOS:5.*:*): Turn into
16282 powerpele-unknown-solaris2.
16283
16284 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
16285
16286 * configure.in: Permit --enable-shared to specify a list of
16287 directories.
16288
16289 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16290
16291 * configure.in (host==solaris): Pass only the first word of $CC
16292 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16293
16294 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16295
16296 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16297
16298 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
16299
16300 * Makefile.in (ALL_MODULES): Include all-perl.
16301 (CROSS_CHECK_MODULES): Include check-perl.
16302 (INSTALL_MODULES): Include install-perl.
16303 (ALL_X11_MODULES): Include all-guile.
16304 (CHECK_X11_MODULES): Include check-guile.
16305 (INSTALL_X11_MODULES): Include install-guile.
16306 (all-perl): New target.
16307 (all-guile): New target.
16308
16309 * configure.in (host_tools): Include perl and guile.
16310 (native_only): Include perl and guile.
16311 (noconfigdirs): Don't build guile and perl; no ports have been
16312 done.
16313
16314 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
16315
16316 * configure (--enable-*): Handle quoted option lists such as
16317 --enable-sim-cflags='-g0 -O' better.
16318
16319 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16320
16321 * Makefile.in ({,inst}all-target): New rule so we can make and
16322 install all of the target directories easily.
16323
16324 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16325
16326 * configure.in: Add missing global flag in sed substitution when
16327 deleting `target-' from ${configdirs}.
16328
16329 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
16330
16331 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16332 option.
16333
16334 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16335 config/mh-necv4.
16336
16337 * install.sh: Correct misspelling of transformbasename.
16338
16339 * config.guess: Recognize mips-*-sysv*.
16340
16341 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
16342
16343 * config.sub: Recognize mon960.
16344
16345 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
16346
16347 * configure: Restore Canadian Cross handling of BISON and LEX,
16348 removed in Feb 20 change.
16349
16350 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
16351
16352 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16353 Mention make install. Remove the old copyright date as well the
16354 clumsy and rather pointless copyright on the README file.
16355
16356 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
16357
16358 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16359 Makefile after running symlink-tree, then run `make distclean' to
16360 avoid clobbering any generated files in srcdir.
16361
16362 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
16363
16364 * configure.in (m68k-*-netbsd*): Build everything now.
16365
16366 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16367
16368 * Makefile.in (taz): Fix quoting.
16369
16370 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
16371
16372 * configure.in (sparclet-*-*): Build everything now.
16373
16374 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16375
16376 * configure.in (m68k-*-linux*): New host.
16377
16378 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
16379
16380 * configure: Check for bison before byacc.
16381
16382 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
16383
16384 * Makefile.in configure: Change the way LEX and BISON/YACC are
16385 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
16386 searching PATH. These are used as fallbacks by Makefile.in if
16387 flex/bison/byacc aren't in objdir.
16388
16389 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
16390
16391 * Makefile.in: Make everything which depends upon all-bfd also
16392 depend upon all-opcodes, in case --with-commonbfdlib is used.
16393
16394 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16395
16396 * configure.in (host *-*-cygwin32): Don't build gdb if we are
16397 building NT native compilers on Unix.
16398
16399 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
16400
16401 * configure.in: Don't get CC from the host Makefile fragment if we
16402 can find gcc in PATH, or if this is a Canadian Cross. Move the
16403 Solaris test for /usr/ucb/cc to the post target script, just after
16404 the compiler sanity test.
16405
16406 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
16407
16408 * config.sub: Merge with FSF.
16409
16410 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
16411
16412 * Makefile.in (RPATH_ENVVAR): New variable.
16413 (REALLY_SET_LIB_PATH): Use it.
16414 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16415
16416 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
16417
16418 * config.sub, configure.in: Recognize sparclet cpu.
16419
16420 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16421
16422 * config.guess: Support m68k-cbm-sysv4.
16423
16424 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16425
16426 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16427 m68k-unknown-linuxaout from linker help string. Put quotes around
16428 $ld_help_string.
16429
16430 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
16431
16432 * config.guess (powerpc-harris-powerunix): Add guess for port
16433 to new target.
16434
16435 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16436
16437 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16438
16439 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
16440
16441 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16442 $(REALLY_SET_LIB_PATH) in Makefile.
16443 * Makefile.in (SET_LIB_PATH): New variable.
16444 (REALLY_SET_LIB_PATH): New variable.
16445 ($(DO_X)): Use $(SET_LIB_PATH).
16446 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16447 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16448 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16449 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16450 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16451 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16452 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16453 (install-dosrel): Likewise.
16454 (all-opcodes): Depend upon all-libiberty.
16455
16456 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
16457
16458 * config.guess (*:CYGWIN*): New
16459
16460 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16461
16462 * Makefile.in (all-target-winsup): All all-target-libiberty.
16463
16464 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16465
16466 * configure.in (noconfigdirs): Add missing # in front of comment.
16467
16468 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
16469
16470 * configure.in: add second pass to things added to noconfigdirs
16471 so *-gm-magic can exclude libgloss properly.
16472
16473 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16474
16475 * mpw-configure (extralibs_name, rez_name): Set correctly
16476 for MWC68K compiler.
16477
16478 * mpw-README: Add more info on the necessary build tools.
16479
16480 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
16481
16482 * configure.in, config.sub: Recognize cygwin32.
16483
16484 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
16485
16486 * config.guess, config.sub: Recognize A/UX.
16487
16488 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
16489
16490 * config.sub: Merge with gcc/config.sub.
16491
16492 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
16493
16494 * mpw-build.in (do-binutils): Add build of stamps.
16495
16496 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
16497
16498 * config.sub: Add recognition for mips64vr4100*-* targets.
16499
16500 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16501
16502 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16503 Add creation of gconfigargs with `--enable-shared' turned on.
16504 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16505 ($(host)-stamp-stage3-configured): Likewise.
16506 (HOLES): Add chatr and ldd.
16507 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16508
16509 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
16510
16511 * configure: Pass --nfp to recursive configures.
16512
16513 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16514
16515 * Makefile.in (DLLTOOL): New.
16516 (DLLTOOL_FOR_TARGET): New.
16517 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16518 (EXTRA_TARGET_FLAGS): Ditto.
16519 (EXTRA_GCC_FLAGS): Ditto.
16520 (CONFIGURE_TARGET_MODULES): Ditto.
16521 (DO_X): Ditto.
16522 * configure: Add DLLTOOL.
16523
16524 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16525
16526 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16527 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16528 mh-sco, since old workarounds no longer needed, and don't
16529 build ld, since libraries have weak symbols in COFF.
16530
16531 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16532
16533 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16534
16535 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16536
16537 * configure.in: Make sure that ${CC} can be used to compile an
16538 executable.
16539
16540 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16541
16542 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16543 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16544 nothing depending on whether gdbtk is being built.
16545
16546 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16547
16548 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16549
16550 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16551
16552 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16553 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16554
16555 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16556
16557 * config-ml.in: Add support for
16558 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16559 Simplify setting of multidirs from --disable-foo.
16560
16561 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16562
16563 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16564 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16565 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16566 non-empty, pass them on to the GCC make.
16567 (all-bootstrap): New rule that is like all-gcc, except it executes
16568 the GCC bootstrap rule instead of the GCC all rule.
16569
16570 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16571
16572 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16573
16574 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16575
16576 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16577 DG/UX support.
16578
16579 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16580
16581 * config.sub (i*86*) Change [345] to [3456]
16582
16583 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16584
16585 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16586 --with-gnu-ld=no.
16587
16588 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16589
16590 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16591 AIX multilibs get built.
16592
16593 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16594
16595 * configure.in (i386-win32): Don't build expect if we're not
16596 building the tcl subdir.
16597
16598 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16599
16600 * Makefile.in: (configure-target-examples, all-target-examples):
16601 New targets, configure and build example programs.
16602
16603 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16604
16605 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16606 use it as input to sedit the generated MPW makefile.
16607 * mpw-README: Add a suggestion about Gestalt.h.
16608
16609 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16610
16611 * config.sub: Accept *-*-ieee*.
16612
16613 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16614
16615 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16616 Ronald F. Guilmette <rfg@monkeys.com>.
16617
16618 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16619
16620 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16621 for powerpc-pe native.
16622 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16623 (target==powerpc-pe): duplicate i386-win32 entry.
16624
16625 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16626
16627 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16628 of vxworks, not just vxworks5.1.
16629
16630 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16631
16632 * mpw-configure: Add support for exec-prefix.
16633
16634 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16635
16636 * config.guess: Recognize HP model 816 machines as having
16637 a PA1.1 processor.
16638
16639 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16640
16641 * configure: Ignore new autoconf configure options.
16642
16643 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16644
16645 * config.guess: Recognize Pentium under SCO.
16646 From Robert Lipe <robertl@arnet.com>.
16647
16648 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16649
16650 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16651
16652 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16653
16654 * configure.in: Don't configure gas for alpha-dec-osf*.
16655
16656 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16657
16658 * configure.in: Default to --with-stabs for some targets for which
16659 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16660 i[345]86*-*-unixware*.
16661
16662 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16663
16664 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16665 rather than basing it on the target. Simplify handling of options
16666 controlling which directories to configure. Remove extraneous
16667 slash in multi-clean target.
16668
16669 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16670
16671 * config-ml.in: Prefix more variables with ml_ so they don't collide
16672 with configure's.
16673
16674 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16675
16676 * configure: Don't turn -v into --v.
16677
16678 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16679
16680 * configure.in (targargs): Fix typo.
16681
16682 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16683
16684 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16685
16686 * configure.in: Strip --host and --target options from
16687 CONFIG_ARGUMENTS, and always configure for --host only. Add
16688 --with-cross-host option when building with a cross-compiler.
16689 * configure: Canonicalize the arguments put into config.status by
16690 always using `=' for an option with an argument. Pass a presumed
16691 --host or --target explicitly.
16692
16693 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16694
16695 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16696 into general OS recognition case.
16697
16698 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16699
16700 * configure.in (target_configdirs): add target-winsup only
16701 for win32 target systems.
16702
16703 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16704
16705 * Makefile.in (all-target-libgloss): Depend upon
16706 configure-target-newlib, since when libgloss is built it looks to
16707 see if the newlib directory exists.
16708
16709 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16710
16711 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16712 cfg-ml-*.in.
16713
16714 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16715
16716 * configure: Handle LD and LD_FOR_TARGET when configuring a
16717 Canadian Cross.
16718
16719 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16720
16721 * configure.in (target_libs): add target-winsup.
16722 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16723 (target==ppcle-pe): remove ld from $noconfigdirs.
16724
16725 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16726
16727 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16728 Preserve relative path names in $srcdir. Build symlink tree if
16729 configuring cross target dir and srcdir=. (= no VPATH support).
16730 (configure-target-libg++): Depend on configure-target-librx.
16731 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16732 * config-ml.in: New file.
16733 * symlink-tree: New file.
16734 * configure: Ensure srcdir="." if that's what it is.
16735
16736 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16737
16738 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16739 includes and FLEX_SKELETON setting.
16740 * mpw-configure (--with-gnu-ld): New option, controls whether
16741 to use PPCLink or ld with PowerMac GCC.
16742 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16743 * mpw-config.in: Configure grez if targeting Mac.
16744
16745 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16746 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16747 just macos.
16748 * configure.in: Configure grez resource compiler if targeting Mac.
16749 * Makefile.in (all-grez, install-grez): New targets.
16750
16751 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
16752
16753 * configure: CXX defaults to gcc, not g++. If we find
16754 gcc in the path, set CC to gcc -O2.
16755
16756 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
16757
16758 * configure: Default ${build} correctly. Avoid picking up extra
16759 spaces when reading CC and CXX from Makefile. When doing a
16760 Canadian Cross, use plausible default values for numerous
16761 variables.
16762 * configure.in: When doing a Canadian Cross, don't try to
16763 configure tools whose configure script can't handle it.
16764
16765 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16766
16767 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16768
16769 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
16770
16771 * configure: Remove dubious bug reporting address.
16772
16773 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
16774
16775 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
16776 configure script, run that instead of this directory's configure.
16777 In either case, print a message that we're configuring the sub-dir.
16778
16779 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
16780
16781 * configure.in: Before checking for the existence of various files,
16782 use sed to filter out "target-".
16783
16784 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
16785
16786 * Makefile.in (DO_X): Split rule to decrease command line length
16787 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
16788 (Philippe De Muyter).
16789
16790 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16791
16792 * Makefile.in (all-patch): depend on all-libiberty.
16793
16794 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
16795
16796 * configure.in: If the only directory in target_configdirs which
16797 actually exists is libiberty, then set target_configdirs to empty,
16798 to avoid trying to build a target libiberty in a gas or gdb
16799 distribution.
16800
16801 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
16802
16803 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16804 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16805 systems.
16806
16807 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16808
16809 * configure.in (copy_dirs): Use sys-include instead of include
16810 for --with-headers option.
16811
16812 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
16813
16814 * Makefile.in, configure.in: Make winsup builds work with
16815 new scheme.
16816
16817 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
16818
16819 * configure.in: Build the linker on AIX.
16820
16821 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
16822
16823 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
16824 where needed.
16825
16826 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
16827
16828 * Makefile.in (all-gcc): Fix typo.
16829
16830 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
16831
16832 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
16833
16834 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
16835
16836 * configure.in: Rename libFOO to target-libFOO, and xiberty
16837 to target-xiberty, to provide more flexibility.
16838 (target_subdir): Define. Create if cross.
16839 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16840 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
16841 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16842 check-libFOO -> check-target-libFOO, etc.
16843 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16844 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16845 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16846 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
16847 allow ALL_GCC="" to only configure.
16848 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
16849 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
16850 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
16851
16852 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
16853
16854 * Makefile.in (taz): Build "info" in etc explicitly.
16855
16856 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
16857
16858 * configure.in: Make sure that CC is undefined (as opposed to
16859 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
16860 problem with autoconf trying to configure on a host without GCC.
16861
16862 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
16863
16864 * mpw-configure: Set host alias from choice of host compiler,
16865 only use generic MPW Makefile sed if present, edit a file
16866 named "hacked_Makefile.in" instead of "Makefile.in" if present.
16867 * mpw-README: Add problem notes about CW6 and CW7.
16868
16869 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
16870
16871 * Makefile.in (taz): Use ";" instead of ";;".
16872
16873 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
16874
16875 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
16876 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16877 DISTDOCDIRS.
16878 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
16879 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
16880
16881 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
16882
16883 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
16884 and gnats, because they are now subsumed by DISTSTUFFDIRS.
16885 Move bfd to DISTSTUFFDIRS.
16886
16887 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16888
16889 * Makefile.in (X11_LIB): Removed.
16890 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16891
16892 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16893
16894 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16895
16896 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16897 names.
16898
16899 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16900
16901 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16902
16903 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
16904
16905 * configure.in (i[345]86-*-win32): Always build newlib.
16906 Don't configure cvs, autoconf or texinfo.
16907 * Makefile.in (LD_FOR_TARGET): New.
16908 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16909 Pass down LD_FOR_TARGET.
16910
16911 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
16912
16913 * winsup: New directory.
16914 * Makefile.in: Build winsup.
16915 * configure.in: Winsup is configured when target is win32.
16916 Can only build win32 target GDB when native.
16917
16918 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
16919
16920 * config.guess: Recognize HP model 819 machines as having
16921 a PA 1.1 processor.
16922
16923 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
16924
16925 * configure: Fix sed loop which substitutes for CC and CXX to
16926 avoid bug found in various sed implementations.
16927
16928 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16929
16930 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16931 simulator. Use standard powerpc-*-eabi*.
16932
16933 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
16934
16935 * configure.in: Stop putting gas and binutils in noconfigdirs for
16936 powerpc-*-aix* and rs6000-*-*.
16937
16938 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
16939
16940 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16941 -mcall-aixdesc libraries.
16942
16943 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
16944
16945 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16946
16947 * config.sub (arm | armel | armeb): Fix shell syntax.
16948
16949 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16950
16951 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16952 -msoft-float and -mcpu=common support.
16953 (powerpc*-*-eabisim*): Add support for building -mcall-aix
16954 libraries.
16955
16956 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16957
16958 * configure.in: Allow configuration and build of emacs19 for the alpha.
16959
16960 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16961
16962 * configure.in (CC): Get ^CC, not just any old CC, from
16963 ${host_makefile_frag}.
16964
16965 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16966
16967 * configure.in (CC): Try to get CC from
16968 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16969
16970 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16971
16972 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16973 only if it exists in $(srcdir).
16974
16975 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
16976
16977 * configure: If CC and CXX are not set in the environment, set
16978 them, based on either an existing Makefile or on searching for gcc
16979 in PATH. Substitute for CC and CXX in Makefile.
16980 * configure.in: Remove libm from target_libs. Separate
16981 target_configdirs from configdirs. If CC is not set in
16982 environment, try to get it from a host Makefile fragment. Rewrite
16983 changes of configdirs to use skipdirs instead. A few minor
16984 tweaks. Take directories out of target_configdirs as they are
16985 taken out of configdirs. Remove existing Makefile files from
16986 subdirectories. Substitute for TARGET_CONFIGDIRS and
16987 CONFIG_ARGUMENTS in Makefile.
16988 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16989 by configure.in.
16990 (CONFIG_ARGUMENTS): Likewise.
16991 (CONFIGURE_TARGET_MODULES): New variable.
16992 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16993 ($(CONFIGURE_TARGET_MODULES)): New target.
16994 (configure-libg++, configure-libio): New targets.
16995 (all-libg++): Depend upon configure-libg++.
16996 (all-libio): Depend upon configure-libio.
16997 (configure-libgloss, all-libgloss): New targets.
16998 (configure-libstdc++): New target.
16999 (all-libstdc++): Depend upon configure-libstdc++.
17000 (configure-librx, all-librx): New targets.
17001 (configure-newlib): New target.
17002 (all-newlib): Depend upon configure-newlib
17003 (configure-xiberty): New target.
17004 (all-xiberty): Depend upon configure-xiberty.
17005
17006 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17007
17008 * configure.in (host i[345]86-*-win32): Expand the
17009 noconfigdirs again.
17010
17011 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
17012
17013 * mpw-configure: Fix sed command file name.
17014
17015 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
17016
17017 * configure.in (host i[345]86-*-win32): Reduce the
17018 noconfigdirs again.
17019
17020 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
17021
17022 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17023 or powerpc*-*-pe*, since they are not yet supported.
17024
17025 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17026
17027 Add PowerMac support and many other enhancements.
17028 * mpw-configure: New option --cc to select compiler to use,
17029 paste options set according to --cc into the generated
17030 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17031 if mpw-make.sed is present.
17032 * mpw-config.in: Don't test for gC1, test for mpw-touch,
17033 add forward includes for PowerPC include files.
17034 * mpw-build.in: Build using Makefile.PPC if present.
17035 (do-byacc, etc): Remove separate version resource builds.
17036 (do-gas): Build "stamps" before "all".
17037 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17038 * mpw-README: Update to reflect --cc option, PowerMac support,
17039 and recently-reported compatibility problems.
17040
17041 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
17042
17043 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17044 embedded m68k systems (-aout, -coff, -elf, -vxworks).
17045 (--with-multilib-top): Pass to recursive invocations.
17046
17047 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
17048
17049 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17050 v810-*-*.
17051
17052 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17053
17054 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17055 gdb, ld and opcodes on v810-*-*.
17056
17057 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
17058
17059 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17060 (local-maintainer-clean): New target.
17061 (maintainer-clean): New target.
17062 (realclean): Just depend upon maintainer-clean.
17063
17064 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17065
17066 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17067
17068 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
17069
17070 * configure.in: Build ld in mips*-*-bsd* case.
17071
17072 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
17073
17074 * config.sub: Accept -lites* OS. From Ian Dall.
17075
17076 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
17077
17078 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17079 targets.
17080
17081 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17082
17083 * configure.in: treat i386-win32 canadian cross the same as
17084 i386-go32 canadian cross.
17085
17086 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17087
17088 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17089 running under the simulator to build a reduced set of libraries.
17090 (powerpc-*-eabiaix): Add fine grained multilib support added to
17091 other powerpc targets yesterday.
17092
17093 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17094
17095 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17096 -disable-softfloat, -disable-relocatable, -disable-aix, and
17097 -disable-sysv to control which multilib libraries get built.
17098
17099 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17100
17101 * configure: Add Makefile.tem to list of files to remove in trap
17102 handler.
17103
17104 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
17105
17106 * config.guess (*Linux*): Add missing "exit"s.
17107 Also, need specific check for alpha-unknown-linux (uses COFF).
17108
17109 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
17110
17111 * config.guess: Merge with FSF:
17112
17113 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
17114 * config.guess (AIX4): More robust release numbering discovery.
17115
17116 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
17117 * config.guess (i386-sequent-ptx): Properly get version number.
17118
17119 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
17120 * config.guess (mips:*:4*:UMIPS): New case.
17121
17122 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
17123
17124 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17125 (i386-win32 host): Likewise. Don't build readline.
17126
17127 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
17128
17129 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
17130 SUPPORT_FILES to submakes.
17131
17132 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
17133
17134 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17135 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17136 mpw-configure.
17137
17138 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
17139
17140 * configure.in (appdirs): Use =, not ==, in test expression when
17141 trying to build the text to print in the warning message for
17142 Solaris users.
17143
17144 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
17145
17146 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17147
17148 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17149
17150 * config.guess: Recognize lynx-2.3.
17151
17152 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
17153
17154 * config.sub (z8ksim): Deleted
17155 (z8k-*-coff): New, this is the one true name of the target.
17156
17157 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
17158
17159 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17160
17161 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
17162
17163 * config.guess (*:Linux:*:*): First try asking the linker what the
17164 default object file format is (elf, aout, or coff). Then if this
17165 fails, try previous methods.
17166
17167 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17168
17169 * configure.in: Don't build newlib for *-*-vxworks5.1.
17170
17171 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17172
17173 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17174 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17175
17176 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
17177
17178 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17179
17180 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
17181
17182 * cfg-ml-com.in: New file.
17183 * cfg-ml-pos.in: New file.
17184
17185 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17186
17187 * COPYING.NEWLIB: Add HP free copyright to list.
17188
17189 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17190
17191 * config.sub: Recognize -eabi* for the system, not just -eabi.
17192
17193 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
17194
17195 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17196 * config.sub, configure.in (win32): New target and host.
17197
17198 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
17199
17200 * configure.in: Add i386-pe configuration.
17201
17202 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
17203
17204 * mpw-build.in (install): Install GDB after LD.
17205
17206 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
17207
17208 * mpw-config.in (elf/mips.h): Always forward-include, needed
17209 for GDB to build.
17210
17211 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
17212
17213 * testsuite: New directory for customer acceptance and whole tool
17214 chain tests.
17215
17216 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17217
17218 * configure: If per-host line isn't found, but AC_OUTPUT is found
17219 and a configure script exists, run it instead.
17220
17221 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17222
17223 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
17224
17225 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
17226
17227 * configure: Set build_{cpu,vendor,os,alias} to host values when
17228 --build isn't specified.
17229
17230 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17231
17232 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17233 (FLAGS_TO_PASS): Pass them.
17234 (EXTRA_TARGET_FLAGS): Ditto.
17235
17236 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17237
17238 * Makefile.in (all-libg++): Depend on all-libstdc++.
17239
17240 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17241
17242 * configure.in (noconfigdirs): Enable all packages for
17243 i386-unknown-netbsd.
17244
17245 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
17246
17247 * configure.in (noconfigdirs): Don't configure tk for i386-go32
17248 hosted builds (DOS builds)
17249
17250 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17251
17252 Changes for ARM based on patches from Richard Earnshaw:
17253 * config.sub: Handle armeb and armel.
17254 * configure.in: Omit arm linker only for riscix.
17255
17256 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
17257
17258 * config.guess: Update from FSF.
17259
17260 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
17261
17262 * config.sub: Recognize powerpcle as the little endian variant of
17263 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
17264 powerpcle variant. Convert pentium into i586, not i486. Add p5
17265 alias for i586. Map new x86 variants p6, k5, nexgen into i586
17266 temporarily.
17267
17268 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
17269
17270 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17271
17272 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
17273
17274 * config.sub: Accept -lites* as a basic system type.
17275
17276 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
17277
17278 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17279 installed, and if so return linuxoldld as the system name.
17280
17281 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
17282
17283 * config.guess: Add hppa1.1-hp-lites support.
17284
17285 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
17286
17287 * configure.in: Don't build newlib for m68k-vxworks5.1.
17288
17289 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17290
17291 * configure.in (mips-sgi-irix6): Use mh-irix5.
17292
17293 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
17294
17295 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17296
17297 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17298
17299 * test-build.mk: Enable building of shared libraries on IRIX 5 and
17300 OSF/1. Fix compiler flags.
17301 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
17302
17303 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
17304
17305 * configure.in: Recognize --with-newlib.
17306 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17307
17308 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17309
17310 * Makefile.in: move {all,check,install}-gdb from *_MODULES
17311 to *_X11_MODULES due to gdbtk needing X include files et al.
17312
17313 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
17314
17315 Merge in support for Mac MPW as a host.
17316 (Old change descriptions retained for informational value.)
17317
17318 * mpw-config.in: Add generic include forwards for cpu-specific
17319 include files in aout and elf directories.
17320
17321 * mpw-configure: Added copyright.
17322 * mpw-config.in: Check for presence of required build tools.
17323 (target_libs): Add newlib.
17324 (target_tools): Add examples.
17325 (Read Me): Generate as "Read Me for MPW" instead.
17326 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17327 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17328 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17329
17330 * mpw-configure: Remove subdir-specific makefile hackery,
17331 delete mk.tmp after using it.
17332
17333 * mpw-build.in (all): Display start and end times.
17334
17335 * mpw-configure (host_canonical): Set.
17336 (target_cpu): Always add to makefiles.
17337 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17338 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17339 (mpw-mh-mpw): Look for in srcdir and srcroot.
17340 Use sed instead of mpw-edit-prefix to edit prefix definitions.
17341
17342 * mpw-build.in: (install-only): New target.
17343
17344 * mpw-configure (host_alias, target_alias): Rename from hostalias
17345 and targetalias, add into generated Makefile.
17346 (mk.tmp): If present, add into generated Makefile.
17347 * mpw-build.in (all-gas): Build config.h first before gas proper.
17348
17349 * mpw-configure (config.status): Write only if changed.
17350 * mpw-config.in (readline): Configure it (not built, just used for
17351 definitions).
17352
17353 * mpw-config.in (elf/mips.h): Add a forward include.
17354
17355 * mpw-config.in: Forward-include most .h files in include into
17356 extra-include.
17357 (readline): Don't build.
17358 mpw-build.in (install): Install GDB.
17359
17360 * mpw-configure (prefix, mpw_prefix): Handle it.
17361 * mpw-config.in (mmalloc, readline): Don't configure.
17362 * mpw-build.in (thisscript): Rename to ThisScript.
17363 Use mpw-build instead of BuildProgram everywhere.
17364 (mmalloc, readline): Don't build.
17365 * mpw-README: New file, basic documentation about the MPW port.
17366
17367 * mpw-config.in: Use forward-include to create include files.
17368
17369 * mpw-configure: Add more things to the top of each configured
17370 Makefile, including contents of config/mpw-mh-mpw.
17371 * mpw-config.in (extra-include): Create this directory and fill it
17372 with Posix-like include files when configuring.
17373
17374 * config.sub (apple, mac, mpw): Add various aliases.
17375
17376 * mpw-build.in: New file, top-level build script fragment for MPW.
17377 * mpw-configure: New file, configure script for MPW.
17378 * mpw-config.in: New file, config fragment for MPW.
17379
17380 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17381
17382 * configure.in (host_libs): Remove glob, since it is gone from the
17383 sources.
17384
17385 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17386
17387 * Makefile.in: define empty GDB_NLM_DEPS var.
17388
17389 * configure.in(target_makefile_frag): use config/mt-netware
17390 for netware targets.
17391
17392 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
17393
17394 * config.sub: Merge in recent FSF changes. Remove linux special
17395 cases.
17396
17397 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17398
17399 Revert this change:
17400
17401 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17402
17403 * build-all.mk: Use CC=cc -Xs on Solaris.
17404
17405 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17406
17407 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
17408 stop using it.
17409 * Makefile.in: Nuke all references to glob subdirectory.
17410
17411 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17412
17413 * configure.in: Fix --enable-shared logic in per-host.
17414
17415 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
17416
17417 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17418
17419 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17420
17421 * configure.in (noconfigdirs): Don't build gas on AIX, for
17422 powerpc*-*-aix* as well as for rs6000*-*-aix*.
17423
17424 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
17425
17426 * configure: Fix --cache-file to work if the file argument is a
17427 relative path.
17428
17429 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
17430
17431 * configure: If the --cache-file is used, pass it down to
17432 configure in subdirectories.
17433
17434 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
17435
17436 * config.sub: add vxworks29k configuration.
17437
17438 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17439
17440 * Makefile.in (taz): Do "diststuff" part quietly.
17441
17442 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
17443
17444 * config.sub: Mini-merge with gcc/config.sub.
17445
17446 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17447
17448 * config.guess (IRIX): Sed - to _.
17449
17450 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17451
17452 * Makefile.in (source-vault, binary-vault): New targets.
17453
17454 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
17455
17456 * config.sub: Recognize -eabi as a basic system type.
17457
17458 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17459
17460 * configure.in (enable_shared stuff): Fix typo.
17461
17462 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
17463
17464 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17465
17466 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17467
17468 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17469
17470 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17471
17472 * configure.in (rs6000-*-*): Don't build gas.
17473
17474 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
17475
17476 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17477 reduce command line length.
17478 (AS_FOR_TARGET): Check for as.new, not Makefile.
17479 (NM_FOR_TARGET): Check for nm.new, not Makefile.
17480
17481 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
17482
17483 * config.guess: Merge from FSF.
17484
17485 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17486
17487 * configure: Don't use $ when handling program_suffix.
17488
17489 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
17490
17491 * configure.in: Configure tk for hppa/hpux.
17492
17493 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
17494
17495 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
17496
17497 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17498
17499 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
17500 to LIBCXXFLAGS. Tests are better run without it.
17501
17502 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
17503
17504 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17505
17506 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
17507
17508 * configure.in (*-*-netware*): Don't configure xiberty.
17509
17510 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17511
17512 * configure.in: Remove tk from native_only list.
17513
17514 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17515
17516 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17517 for special NCD build.
17518
17519 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17520
17521 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17522 makeall.bat, they're only useful for binutils snapshots.
17523 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17524 makeall.bat to specified SUPPORT_FILES.
17525
17526 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17527
17528 * build-all.mk: Add Ericsson targets to sun4 and solaris
17529 hosts. Add BNR's sun4 target to solaris host, so their
17530 build-from-source will be tested in-house first.
17531
17532 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17533
17534 * Makefile.in (LIBCFLAGS): New variable.
17535 (CFLAGS_FOR_TARGET): Ditto.
17536 (LIBCFLAGS_FOR_TARGET): Ditto.
17537 (LIBCXXFLAGS): Ditto.
17538 (CXXFLAGS_FOR_TARGET): Ditto.
17539 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17540 (BASE_FLAGS_TO_PASS): Pass them.
17541 (EXTRA_TARGET_FLAGS): Ditto.
17542
17543 * configure.in: Support --enable-shared.
17544
17545 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17546
17547 * configure.in (target_libs): Include libstdc++ again.
17548 * config.guess: Update from FSF (for FreeBSD).
17549
17550 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17551
17552 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17553 makeall.bat.
17554 (DISTDOCDIRS): Add `etc'.
17555 (ETC_SUPPORT_PFX): New variable.
17556 (taz): Include anything from etc starting with a word in
17557 ETC_SUPPORT_PFX.
17558
17559 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17560
17561 * config.sub: Update for recent FSF changes. Remove obsolete
17562 h8300hds entry. Add -windows* and -osx as basic os. Minor
17563 spacing changes.
17564
17565 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17566
17567 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17568
17569 * config.guess: Merge with FSF.
17570 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17571
17572 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17573
17574 * configure: Since the "trap 0" handler will override the exit
17575 status on many systems, only use it for "exit 1", and make it set
17576 a non-zero exit status; reset it before "exit 0". Also, check
17577 exit status of config.sub, and error out if it failed.
17578
17579 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17580
17581 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17582 and install libgloss.
17583
17584 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17585
17586 * Makefile.in (all-binutils): Depend upon all-byacc.
17587
17588 * configure.in: Don't build emacs on Irix 5.
17589
17590 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17591
17592 * configure.in (*-*-netware*): Add libio.
17593
17594 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17595
17596 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17597 (CHECK_TARGET_MODULES): Ditto.
17598 (INSTALL_TARGET_MODULES): Ditto.
17599 (TARGET_LIBS): Ditto.
17600 (all-libstdc++): Note dependencies.
17601
17602 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17603
17604 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17605
17606 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17607
17608 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17609 -fexternal-templates.
17610
17611 * configure.in (target_libs): Add libstdc++.
17612 (noconfigdirs): Add libstdc++ as appropriate.
17613
17614 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17615
17616 * config.guess: Update from FSF.
17617
17618 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17619
17620 * configure: Use ${config_shell} when running ${configsub}.
17621
17622 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17623
17624 * config.sub: No longer recognize h8300h.
17625
17626 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17627
17628 * config.sub: Remove extraneous differences between config.sub and
17629 gcc/config.sub.
17630
17631 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17632
17633 * Makefile.in (DISTSTUFFDIRS): Add gas.
17634
17635 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17636
17637 * COPYING.NEWLIB: New file.
17638
17639 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17640
17641 * config.guess (HP-UX): Patch from Harlan Stenn
17642 <harlan@landmark.com> to also emit release level.
17643
17644 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17645
17646 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17647
17648 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17649
17650 * config.sub: Merge nextstep cleanup from FSF.
17651
17652 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17653
17654 * configure.in (arm-*-*): Don't configure ld for this target.
17655
17656 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17657
17658 * configure.in (*-*-netware): don't configure libg++, libio,
17659 librx, or newlib.
17660
17661 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17662
17663 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17664 configure ld--it works, but it doesn't support shared libraries.
17665
17666 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17667
17668 * config.guess (*-unknown-freebsd*): Get rid of possible
17669 trailing "(Release)" in version string.
17670 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17671
17672 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17673
17674 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17675 Fix type: *-next-neststep -> *-next-nextstep.
17676
17677 * config.guess: Merge from FSF:
17678
17679 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17680
17681 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17682
17683 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17684
17685 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17686 instead of UNIX_SV for UnixWare 1.0).
17687
17688 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17689
17690 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17691 to make gdb/nlm/* build after the compiler and linker.
17692
17693 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17694
17695 * config.guess (netbsd, freebsd, linux): Accept any machine,
17696 not just i[34]86.
17697 (m68k-atari-sysv4): Relocate to match FSF version.
17698
17699 * config.guess: More merges from the FSF:
17700
17701 Add a space before function call or macro invocation.
17702
17703 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17704
17705 * config.guess: Add trap cmd to remove dummy.c and dummy when
17706 interrupted.
17707
17708 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17709
17710 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17711 (dummy): Redirect stderr from compilation of dummy.c.
17712
17713 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17714
17715 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17716
17717 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17718
17719 * configure: Accept and ignore --cache*, for compatibility with
17720 new autoconf.
17721
17722 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17723
17724 * config.guess: Merge from FSF:
17725
17726 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17727
17728 * config.guess (Pyramid*:OSx*:*:*): New case.
17729 (PATH): Add /.attbin at end for finding uname.
17730 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
17731
17732 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17733
17734 * config.guess (M88*:DolphinOS:*:*): New case.
17735
17736 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17737
17738 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17739 to select whether to use ELF or COFF.
17740
17741 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17742
17743 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17744
17745 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17746
17747 * config.guess: Guess the OS version for HPUX.
17748
17749 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17750
17751 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17752
17753 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17754
17755 * configure.in: Recognize --with-headers, --with-libs, and
17756 --without-newlib.
17757 * Makefile.in (all-xiberty): Depend upon all-ld.
17758
17759 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17760
17761 * configure.in: Change i[34]86 to i[345]86.
17762
17763 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17764
17765 * configure (version): A few more tweaks to help message.
17766
17767 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
17768
17769 * Makefile.in: Remove (for now) librx as a host library,
17770 now that we're building it for target.
17771
17772 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17773
17774 * configure: Fix up help message; from karl@owl.hq.ileaf.com
17775 (Karl Berry).
17776
17777 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
17778
17779 * configure.in: Also configure librx.
17780
17781 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17782
17783 * Makefile.in: Update various rules to reflect that librx
17784 is now needed for libg++.
17785
17786 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17787
17788 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17789
17790 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
17791
17792 * configure.in: Configure the examples directory.
17793
17794 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17795
17796 * configure: Simplify Jun 2 1994 change.
17797
17798 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17799
17800 * change CC to /usr/latest/bin/gcc for lynx host builds, since
17801 /bin/gcc isn't good enough to build gcc.
17802
17803 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
17804
17805 * Makefile.in (GDB_SUPPORT_FILES): Remove
17806 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
17807 (gdb.tar.gz): Add new rule to use standard distribution building
17808 mechanism.
17809
17810 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17811
17812 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
17813 Bill Cox <bill@cygnus.com>.
17814
17815 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
17816
17817 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
17818
17819 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
17820
17821 * configure: Search current dir first in .gdbinit.
17822
17823 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
17824
17825 * config.sub: Recognize freebsd (merged from gcc config.sub).
17826
17827 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
17828
17829 * config.sub: Refer to NeXT's operating system as nextstep.
17830
17831 * config.sub (case $basic_machine): Re-order the cases, to match
17832 the order in the FSF version (which is mostly alphabethical).
17833 Merge in some additions and changes from the FSF.
17834
17835 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
17836
17837 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17838 * config.sub: Recognize cxux7.
17839 * configure.in: Use mh-cxux for m88k-harris-cxux*.
17840
17841 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
17842
17843 * config.sub: Fix typo powerpc -> powerpc-*.
17844
17845 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
17846
17847 * Makefile.in: `all-emacs19' depends on `all-byacc'.
17848
17849 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17850 parallel with all-emacs and install-emacs). Top-level command
17851 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17852
17853 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17854
17855 * test-build.mk ($(host)-stamp-stage2-installed): Remove
17856 $(relbindir)/make before doing ``make install'', and use
17857 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
17858 installing over running make binary.
17859 ($(host)-stamp-stage3-installed): Likewise.
17860
17861 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17862
17863 * config.guess: Recognize Mach.
17864
17865 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17866
17867 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17868 see whether --exec-prefix was used.
17869
17870 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17871
17872 * README: Explicitly mention libg++/README. (Zoo's idea.)
17873
17874 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17875
17876 * Makefile.in: Add all-librx target similar to all-libproc.
17877
17878 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
17879
17880 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
17881 with post 1.2 uname bogosity.
17882
17883 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17884
17885 * configure: Remove temporary files on receipt of a signal.
17886
17887 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
17888
17889 * configure: If there is a package_makefile_frag, remove
17890 ${subdir}/Makefile.tem after copying it in.
17891
17892 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
17893
17894 * build_all.mk: support rs6000 lynx identifies itself as
17895 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
17896 since /bin/gcc is too feeble to compile a modern gcc.
17897
17898 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17899
17900 * brought devo/test-build.mk update-to-date with progressive/
17901 test-build.mk. Add lynx targets and hppa flag info.
17902
17903 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17904
17905 * configure.in: Use mh-ncrsvr43. Patch from
17906 Tom McConnell <tmcconne@sedona.intel.com>.
17907
17908 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
17909
17910 * config.guess (i386-unknown-bsdi): No longer need to
17911 check #if defined(__bsdi__) && defined(__i386__).
17912
17913 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17914
17915 * configure: Set program_transform_nameoption correctly.
17916
17917 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
17918
17919 * brought build-all.mk update-to-date with progressive build-all.mk,
17920 added new targets and hppa info.
17921
17922 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17923
17924 * configure: If config.guess result is a prefix of the user
17925 specified target, assume a native build and use the user specified
17926 target as the host alias. Remove SunOS patch suffix removal hack.
17927 * configure.in: Remove SunOS patch suffix removal hack.
17928
17929 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17930 in NATIVE_CHECK_MODULES.
17931
17932 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
17933
17934 * Makefile.in: Rename HOST_ONLY to NATIVE.
17935 * configure: Delete SunOs patch suffix from host_canonical
17936 and build_canonical variables that are prepended to Makefiles.
17937 * configure.in: Add comments for easier maintenance.
17938
17939 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17940
17941 * Makefile.in: Add all-libproc target similar to all-gui.
17942
17943 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
17944
17945 * Makefile.in (CHECK_MODULES): split into
17946 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17947
17948 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
17949
17950 * config.guess (i386-unknown-bsdi): New system to guess.
17951
17952 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
17953
17954 * Makefile.in: Add all-gui target (but not yet build by "all").
17955
17956 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
17957
17958 * config.sub: Move deletion of patch suffix from here...
17959 * configure.in: To here, at Ian's suggestion. The top-
17960 level scripts might need to know of a patch level.
17961
17962 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
17963
17964 * config.sub: Strip off patch suffix so rtl is recognized
17965 as a sunos4.1.3 machine, even though it's been patched.
17966
17967 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
17968
17969 * Makefile.in (INSTALL_LAST): Delete.
17970 (INSTALL_DOSREL): New.
17971
17972 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
17973
17974 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17975 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17976 whether we pass down --with-gnu-ld anyhow.
17977
17978 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
17979
17980 * Makefile.in (INSTALL_LAST): Change operation so it works
17981 on more flavors of make.
17982 * configure.in (go32): Don't build libg++ or libio.
17983
17984 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
17985
17986 * Makefile.in (Move HOST_PREFIX_1 and friends up so
17987 they can be overriden by templates.
17988
17989 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
17990
17991 * configure.in (target==go32): Don't build gdb.
17992 * dosrel: New directory.
17993
17994 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
17995
17996 * configure.in (host==go32): Configure dosrel too.
17997 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17998 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17999 be set by incoming names or templates.
18000 (INSTALL_LAST): New rule.
18001
18002 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
18003
18004 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18005
18006 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18007
18008 * configure.in (appdirs): New variable. Currently empty, but will
18009 be used in gas distribution. If nonempty, lists a set of
18010 directories at least one of which must get configured, or top
18011 level configuration is considered to have failed.
18012 (rs6000-*-lynxos*): Use new file name.
18013
18014 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18015
18016 Eliminate XTRAFLAGS.
18017 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18018 newlib include files using -idirafter, and also use -nostdinc.
18019 (CXX_FOR_TARGET): Likewise.
18020 (XTRAFLAGS): Removed.
18021 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18022 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18023 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18024 ($(DO_X)): Don't pass down XTRAFLAGS.
18025
18026 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18027
18028 * configure.in (mips*-dec-bsd*): New target; do build linker.
18029 (mips*-*-bsd*): New target; don't build linker.
18030
18031 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18032
18033 * configure.in: support rs6000-*-lynxos* configuration.
18034 support sunos4 as a cross target.
18035
18036 * config.sub: look for lynx*, not lynx since the OS version may
18037 legitimately be part of the name.
18038
18039 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18040
18041 * configure.in (i[34]86-*-sco*): Move to be with other i386
18042 targets.
18043 (romp-*-*): New target. Skip various binary utilities.
18044 (vax-*-*): New target. Don't build newlib.
18045 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
18046
18047 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18048
18049 * configure.in: Only set host_makefile_frag if config
18050 directory exists.
18051
18052 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18053
18054 * install.sh: If $dstdir exists, don't check whether each
18055 component does.
18056
18057 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18058
18059 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18060
18061 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18062
18063 * configure.in (*-*-lynxos*): Don't configure newlib for either
18064 native or cross Lynx.
18065
18066 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
18067
18068 * config.sub (sparc64-elf): Fix os.
18069 (z8k): Remove duplicate.
18070
18071 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18072
18073 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18074 gcc/stmp-fixproto, to try to prevent fixproto from being run.
18075
18076 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
18077
18078 * configure: Make file links cleanly even if Lynx fails on
18079 an NFS symlink (at least fail cleanly).
18080
18081 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18082
18083 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18084 -XNh2000.
18085
18086 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18087
18088 * configure: Unknown options are fatal again.
18089
18090 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
18091
18092 * configure: Ignore --x-includes and --x-libraries, for Autoconf
18093 compatibility.
18094
18095 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
18096
18097 * build-all.mk: Add `clean' target.
18098
18099 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18100
18101 * config.guess: Add SINIX support.
18102 * configure.in: Add mips-*-sysv4* support.
18103
18104 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
18105
18106 * build-all.mk: Document all useful targets.
18107 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18108 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18109
18110 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18111
18112 * configure: Support --silent, --quiet.
18113
18114 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18115
18116 * configure: Support --disable-FEATURE.
18117
18118 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18119
18120 * config.guess: Recognize NCR running SVR4.3.
18121
18122 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
18123
18124 * config.guess: Make BSDI generate i386-unknown-bsd386.
18125 Patch from Paul Eggert <eggert@twinsun.com>.
18126
18127 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18128
18129 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18130
18131 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18132
18133 * configure: Make unrecognized options give nonfatal warnings
18134 instead of fatal errors, and pass them to any subdirectory
18135 configures in case they recognize them.
18136 Make --x equivalent to --with-x.
18137
18138 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18139
18140 * configure: Add --enable-* options. Clean up usage message and
18141 some comments.
18142
18143 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
18144
18145 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18146
18147 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18148
18149 * configure.in (hppa*-*-*): Enable binutils.
18150
18151 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18152
18153 * config.sub: Recognize cisco.
18154
18155 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
18156
18157 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18158
18159 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18160
18161 * config.guess: about target *-hitachi-hiuxwe2, don't print more
18162 than one configuration name. Add comment.
18163
18164 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
18165
18166 * config.guess: about target *-hitachi-hiuxwe2, fixed
18167 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
18168 macro is incorrect.]
18169
18170 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18171
18172 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18173 than the "make ls" stuff which used to be here.
18174
18175 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18176
18177 * config.guess: Recognize i[34]86-unknown-freebsd.
18178 From Shawn M Carey <smcarey@rodan.syr.edu>.
18179
18180 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
18181
18182 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18183
18184 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18185
18186 * config.guess: Check for ptx.
18187
18188 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
18189
18190 * config.sub: Add os9k checking.
18191
18192 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18193
18194 * config.guess: Handle OSF1 running on HPPA processors
18195
18196 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18197
18198 * configure: If subdir configure fails, print out a message with
18199 subdirectory name, in case subdir's configure code didn't identify
18200 itself.
18201
18202 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
18203
18204 * configure.in: Remove embedded newlines from configdirs.
18205 Avoid mismatches of substrings. Fix matching strings at end
18206 of configdirs.
18207
18208 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
18209
18210 * config.guess: Add Lynx/rs6000 config support.
18211
18212 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18213
18214 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18215
18216 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
18217
18218 * configure.in (hppa*-*-osf*): Treat this just like most other
18219 PA configurations (eg no binutils or ld).
18220 (hppa*-*-*elf*): These configurations have binutils and ld.
18221
18222 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18223
18224 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
18225
18226 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18227
18228 * configure.in (rs6000-*-*): Build gas.
18229
18230 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18231
18232 * Makefile.in: Avoid bug in losing hpux sed.
18233
18234 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18235
18236 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18237 for GDB and GDB has been fixed to not need it.
18238
18239 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18240
18241 * config.guess: Recognize vax hosts.
18242
18243 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18244
18245 * configure (while loop): Don't use "break 2" inside case
18246 statement -- the case statement isn't an enclosing loop.
18247
18248 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18249
18250 * config.guess: Clean up NeXT support, to allow nextstep
18251 on Intel machines. Make OS be nextstep.
18252
18253 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
18254
18255 * config.guess: Add alternate forms for Convex.
18256
18257 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
18258
18259 * configure: Completely rewrite option processing. Take
18260 advantage of pattern-matching to avoid invoking test frequently.
18261 Also clean up host and target defaulting logic.
18262
18263 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18264
18265 * Makefile.in: Replace all occurrances of "rootme" with "r" and
18266 "$${rootme}" with "$$r", to increase the likelihood that the do-*
18267 commands (plus user environment) will fit SCO limits.
18268
18269 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18270
18271 * configure.in: Don't issue warnings about directories which are
18272 not being configured if -norecursion is set. Correct test for
18273 --with-gnu-as and --with-gnu-ld to not get confused by substring
18274 matches.
18275
18276 * configure.in: Don't build gas for alpha-dec-osf1*.
18277
18278 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
18279
18280 * configure: Back out Per's change of 12/19/1993. It changes the
18281 behavior of configure in unexpected and confusing ways.
18282
18283 Also, use different delim char when calculating
18284 program_transform_name so that the name can contain slashes.
18285
18286 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
18287
18288 * configure.in, config.sub: Add support for VSTa micro-kernel.
18289
18290 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18291
18292 * configure.in: Nuke hacks which were used to get a special
18293 version of GAS for HPPA configurations.
18294
18295 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
18296
18297 * configure: If only ${target_alias} is given, use that
18298 as the default for ${host_alias}.
18299 * configure: Add missing back-slashes before nested quotes.
18300
18301 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18302
18303 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18304
18305 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
18306
18307 * config.guess: Recognize some Tektronix configurations.
18308 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18309
18310 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18311
18312 * config.sub: Match any flavor of SH.
18313
18314 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
18315
18316 * configure.in: Don't try to configure newlib for Alpha.
18317
18318 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18319
18320 * configure.in: Don't build ld for Irix 5. Don't build gas,
18321 libg++ or libio for any Alpha target.
18322
18323 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18324
18325 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
18326
18327 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18328 default arguments -- so it tried to compress itself.
18329
18330 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18331
18332 * configure.in (notsupp): ensure that a space is always at the end
18333 of the configdirs list, since the grep checks for an explicit space
18334
18335 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18336
18337 * configure.in (target i386-sysv4.2): don't build ld, since static
18338 versions of many libraries are not available.
18339
18340 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18341
18342 * config.guess: Recognize Apollos (using environment variables).
18343 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18344
18345 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18346
18347 * config.guess: Recognize Sony news mips running newsos.
18348
18349 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
18350
18351 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18352 "fi ; else" for bash.
18353
18354 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
18355
18356 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18357
18358 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
18359
18360 * config.sub: accept unixware as an alias for svr4.2.
18361 Fix some inconsistancies with the gcc version.
18362
18363 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18364
18365 * Makefile.in (DISTDOCDIRS): Add gdb.
18366
18367 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
18368
18369 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
18370
18371 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18372
18373 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18374 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18375 this now.
18376
18377 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18378
18379 * config.sub: Accept hiux* as an OS name.
18380
18381 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18382 etc/make-stds.texi. The underscore came from gcc, and dje now
18383 agrees that RUNTESTFLAGS is the correct name.
18384
18385 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
18386
18387 * install.sh: Remove 'set -e'. It makes any conditionals
18388 in the script useless.
18389
18390 * config.guess: Automatically recognize arm-acorn-riscix
18391 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18392
18393 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
18394
18395 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18396
18397 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18398
18399 * Makefile.in (DISTDOCDIRS): New variable.
18400 (taz): Edit local Makefile.in sooner, instead of proto-toplev
18401 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
18402
18403 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18404
18405 * configure.in (hppa target): check the source directory for the
18406 pagas sub-directory
18407
18408 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
18409
18410 * config.sub: Allow -aout* and -elf*.
18411
18412 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18413
18414 * configure.in: Don't build ld on i386-solaris2, same as for
18415 sparc-solaris2.
18416
18417 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
18418
18419 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18420
18421 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18422
18423 * configure.in: Configure gdb for alpha.
18424
18425 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18426
18427 * Makefile.in (CXXFLAGS): Add -O.
18428
18429 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18430
18431 * config.guess: added support for DG Aviion
18432
18433 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18434
18435 * configure.in: Produce warning message for subdirectories not
18436 configurable for this host/target combination. Don't try to
18437 configure gdb for vms.
18438
18439 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18440
18441 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18442 appropriate files before making "diststuff".
18443 (DISTBISONFILES): New var: list of files to be edited.
18444 (DISTSTUFFDIRS): Add binutils.
18445
18446 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18447
18448 * config.sub: also handle mipsel and mips64el (for little endian mips)
18449
18450 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18451
18452 * configure.in: Add * to end of all OS names.
18453
18454 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
18455
18456 * configure.in: Build newlib for LynxOS native.
18457
18458 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18459
18460 * config.guess: Add support for delta 88k running SVR3.
18461
18462 * configure.in: Add comment about HP compiler vs. emacs.
18463
18464 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18465
18466 * configure.in: don't build ld on solaris2 (not a viable option
18467 due to bugs in getpwnam & getpwuid)
18468
18469 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18470
18471 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18472 config.guess will produce a full version number.
18473
18474 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18475
18476 * configure.in: Build linker and binutils for alpha-dec-osf1.
18477
18478 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18479
18480 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18481 and gdb/testsuite/Makefile.in.
18482
18483 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18484
18485 * configure.in: recognize mips*- instead of mips-
18486
18487 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
18488
18489 * config.sub: Accept linux*coff and linux*elf as operating
18490 systems.
18491
18492 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18493
18494 * config.sub: Recognize mips64, and mips3 as an alias for it.
18495
18496 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18497
18498 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18499 gdb knows how to handle OSF/1 shared libraries.
18500
18501 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18502
18503 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18504 * config.guess: Recognize Hitachi's HIUX.
18505 * config.sub: Recognize h3050r* and hppahitachi.
18506 Remove redundant cases for hp9k[23]*.
18507
18508 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18509
18510 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18511 if gas and ld are in the source tree and are in ${configdirs}.
18512 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18513 --with options (but still pass them down on the command line,
18514 if they were explicitly specified).
18515
18516 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18517
18518 * configure: substitute SHELL value in Makefile.in with
18519 ${CONFIG_SHELL}
18520
18521 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18522
18523 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18524 *-*-solaris2* targets.
18525
18526 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18527
18528 * Makefile.in: define M4, and pass it down to sub-makes;
18529 all-autoconf now depends on all-m4
18530
18531 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18532
18533 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18534 presence of {ar,ranlib} instead of a configured directory
18535
18536 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18537
18538 * config.guess: Accept 34?? as well as 33?? for NCR.
18539
18540 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18541
18542 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18543 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18544
18545 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18546
18547 * configure: grab values for $(CC) and $(CXX) from the
18548 environment, so that someone can do "CC=gcc configure; make" and
18549 have it work right (matching the way that autoconf works now)
18550
18551 * configure.in, Makefile.in: add support for gash, the tcl
18552 interface to Galaxy
18553
18554 * config.guess: add NetBSD variants (hp300, x86)
18555
18556 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18557
18558 * install.sh: Support -d option (in the manner of SunOS 4 install,
18559 as it is more deterministic than that of GNU install)
18560 (chmodcmd): Set file to mode 755 by default (should also do default
18561 chgrp and chown, but I don't feel like dealing with that now)
18562
18563 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18564
18565 * config.sub: Remove h8300hhms alias.
18566
18567 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18568
18569 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18570
18571 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18572
18573 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18574 as stmp-fixinc
18575
18576 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18577
18578 * config.sub: recognize m88110-bug-coff.
18579
18580 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18581
18582 * Makefile.in (all-libio): all dependencies on the toolchain used
18583 to build this (gcc, gas, ld, etc)
18584
18585 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18586
18587 * config.guess: Deal with OSF/1 1.3 on alpha.
18588
18589 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18590
18591 * install.sh: add some 'else true' clauses for portability
18592
18593 * configure.in: don't build libio for h8[35]00-*-* targets
18594
18595 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18596
18597 * Makefile.in: Add support for new libio.
18598
18599 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18600
18601 * install.sh: If one command fails, don't try the rest. Don't try
18602 to remove $dsttmp (via trap) unless we have already created it.
18603 If $src doesn't exist, detect it and exit with an error.
18604
18605 * config.guess: Recognize BSD on hp300.
18606
18607 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18608
18609 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18610 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18611
18612 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18613
18614 * Makefile.in (all-send-pr): depends on all-prms
18615
18616 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18617
18618 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18619
18620 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18621
18622 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18623 Added test for mips-mips-riscos5.
18624
18625 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18626
18627 * configure.in: use mh-hp300 for 68k HP hosts
18628
18629 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18630
18631 * configure: add support for CONFIG_SHELL, so that you can use
18632 some alternate shell for evaluating configure scripts
18633
18634 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18635
18636 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18637 in configure script to bug-gdb@prep.ai.mit.edu when building
18638 distribution archive.
18639 * Makefile.in (COMPRESS): Remove def.
18640 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18641 gdb.tar.Z and make-gdb.tar.Z respectively.
18642 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18643 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18644 to convergence with 'taz' target in Makefile.in.
18645
18646 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18647
18648 * install.sh (dsttmp): use trap to ensure that tmp files go
18649 away on error conditions
18650
18651 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18652
18653 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18654
18655 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18656
18657 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18658 its parent is '/' not ''.
18659
18660 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18661
18662 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18663
18664 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18665 that ${newsrcdir}/configure.in does.
18666
18667 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18668
18669 * test-build.mk: support for CONFIG_SHELL
18670
18671 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18672
18673 * config.sub (netware): Add as a basic system type.
18674
18675 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18676
18677 * Makefile.in (Makefile): depend on configure.in. Also drop the
18678 $(srcdir)/ from the dependency on Makefile.in.
18679
18680 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18681
18682 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18683 (h8300hhms is temporary until multi-libraries are implemented).
18684 * configure.in: Handle h8300h too.
18685
18686 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18687
18688 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18689
18690 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18691
18692 * configure: Remove extraneous output when guessing host type.
18693 * config.guess: Remove extraneous output when guessing using C
18694 compiler rather than uname, or when guessing fails.
18695
18696 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18697
18698 * Makefile.in: remove all.cross and install.cross targets
18699
18700 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18701 definitions
18702
18703 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18704
18705 * configure.in (target sh): Build gprof.
18706
18707 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18708
18709 * config.sub: change -solaris to -solaris2
18710
18711 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18712
18713 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18714
18715 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18716
18717 * configure: Correct error message for missing Makefile.in to
18718 print correct directory.
18719
18720 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18721
18722 * install.sh: kludge around 386BSD shell bug
18723
18724 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18725
18726 * config.guess: Recognize NeXT.
18727 * config.guess: Recognize i486-ncr-sysv4.
18728 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18729
18730 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18731
18732 * Makefile.in (MAKEINFOFLAGS): New variable.
18733 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18734 * build-all.mk, test-build.mk: Pass down --no-split as
18735 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18736
18737 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18738
18739 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18740
18741 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18742
18743 * Makefile.in (libg++.tar.z): New rule.
18744 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18745 * Makefile.in (taz): Only do a single chmod.
18746
18747 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18748
18749 * install.sh: don't use dirname anymore (replaced with sed usage)
18750
18751 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
18752
18753 * Makefile.in: Change extension for gzip'd files from '.z' to
18754 '.gz' per new FSF standard usage.
18755
18756 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18757
18758 * configure: put quotes around the final value of program_transform_name
18759
18760 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18761
18762 * Makefile.in: new install.sh support; update install-info rules
18763
18764 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
18765
18766 * configure.in: Build diff for crosses, but not for go32 host.
18767
18768 * configure.in: Build gprof only for native, and don't build it
18769 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18770
18771 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
18772
18773 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18774
18775 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18776
18777 * configure.in (host_tools): Add prms.
18778
18779 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18780
18781 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18782 with $(FLAGS_TO_PASS) on the command line
18783
18784 * config.sub: Recognize lynx and lynxos
18785
18786 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
18787
18788 * config.sub: Accept -ecoff*, not just -ecoff.
18789
18790 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18791
18792 * Makefile.in (taz): Use .gz suffix instead of .z.
18793 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18794 names.
18795
18796 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18797
18798 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18799
18800 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18801
18802 * Makefile.in (install-no-fixedincludes): install gcc last, so
18803 that rebuilds that might happen during 'make install' don't get
18804 bogus gcc include files
18805
18806 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18807
18808 Change from Utah for HPPA support:
18809 * config.guess: Recognize hppa1.x-hp-bsd.
18810
18811 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
18812
18813 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
18814 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18815
18816 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
18817
18818 * config.sub: Add support for rom68k and bug boot monitors.
18819
18820 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
18821
18822 * Makefile.in: Make all-opcodes depend on all-bfd.
18823
18824 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
18825
18826 * config.guess: Added special check for i[34]86-univel-sysv4*.
18827
18828 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
18829
18830 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18831 the processor rather than assuming i486.
18832
18833 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18834
18835 * config.guess: Recognize SunOS6 as Solaris3.
18836
18837 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
18838
18839 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
18840 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18841
18842 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
18843
18844 * build-all.mk (all-cross): New target for Canadian Cross.
18845 Added Q2 go32 targets.
18846 * test-build.mk: Configure go32 cross sparclite-aout and
18847 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
18848 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18849
18850 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18851
18852 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18853 GO32 hosted toolchains
18854
18855 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
18856
18857 * configure: change so "-exec-prefix" gets passed down rather
18858 than "-exec_prefix" so autoconf generated Makefiles get the
18859 exec_prefix set right.
18860
18861 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18862
18863 * config.guess: get the Solaris2 minor version number
18864
18865 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18866
18867 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
18868
18869 * config.guess: Recognize some Sequent platforms.
18870
18871 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18872
18873 * Makefile.in: added the vault-install target
18874
18875 * configure.in: actually use the Sun3 makefile fragment that's in
18876 config, also added the release dir to configdirs
18877
18878 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18879
18880 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18881
18882 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18883
18884 * configure.in: remove some program from Alpha targetted toolchains
18885
18886 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
18887
18888 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
18889 gprof.
18890 (taz): Run "make diststuff" in those directories instead of "make
18891 proto-dir". Look for "VERSION=" only at start of line in subdir
18892 Makefile. Use "gzip -9" for compression.
18893 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18894 (binutils.tar.z): New target.
18895
18896 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18897
18898 * Makefile.in (taz): Include gpl.texinfo.
18899
18900 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18901
18902 * Makefile.in (setup-dirs): Merged into "taz" target.
18903 (taz): Only do `proto-dir' stuff if a directory is actually needed
18904 for this target.
18905
18906 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
18907
18908 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18909 (FLAGS_TO_PASS): Pass down MUNCH_NM.
18910 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18911 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18912 (gcc-no-fixedincludes): Correct for current gcc Makefile.
18913
18914 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
18915
18916 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
18917 config.sub, and move-if-change to gdb testsuite distribution
18918 archive, so the testsuite can be extracted, configured, and
18919 run separately from the gdb distribution. Blow away the Chill
18920 tests that require a Chill compiled executable, since GNU Chill
18921 is not yet publically available.
18922
18923 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18924
18925 * test-build.mk: set environment variables in a single command,
18926 instead of a list of assignments and exports
18927
18928 * config.guess: recognize Alpha/OSF1 systems
18929
18930 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
18931
18932 * configure: Change help message to prefer --options rather than
18933 -options.
18934
18935 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18936
18937 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18938 zippy@ecst.csuchico.edu.
18939 * config.guess: Recognize miniframe.
18940
18941 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
18942
18943 * Makefile.in: Use srcroot to find runtest rather than rootme.
18944 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18945
18946 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
18947
18948 * test-build.mk: Extensive additions to support building on a
18949 machine other than the host.
18950
18951 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
18952
18953 * configure (tooldir): Fix for i386-aix again.
18954
18955 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
18956
18957 * configure, Makefile.in: Change definition of $(tooldir)
18958 to match the FSF.
18959
18960 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
18961
18962 * config.guess: Recognize i[34]86/SVR4.
18963
18964 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18965
18966 * Makefile.in (all-gdb): gdb depends on sim.
18967
18968 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
18969
18970 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
18971 at the same time we make the prototype gdb directory.
18972 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
18973 files at the same time as the gdb base release distribution.
18974
18975 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
18976
18977 * Makefile.in (check): Use individual check targets rather than
18978 DO_X rule.
18979 (check-gcc): Added.
18980
18981 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
18982
18983 * config.sub: Use sysv3.2 not sysv32 for canonical OS
18984 for System V release 3.2.
18985
18986 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
18987
18988 * config.sub: Recognize hppaosf.
18989 * configure.in: Do configure ld/binutils/gas for it.
18990
18991 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18992
18993 * configure (tooldir): Alter syntax used to set this, for systems
18994 where "\$" isn't handled right, like i386-aix.
18995
18996 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
18997
18998 * configure: Pass program-transform-name, not
18999 program_transform_name, to recursive configures.
19000
19001 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
19002
19003 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19004 of gas+ld+binutils.
19005
19006 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
19007
19008 * config.guess: Recognize AIX3.2 as distinct from 3.1.
19009
19010 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19011
19012 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19013
19014 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19015
19016 * Makefile.in (PRMS): Set back to all-prms.
19017
19018 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
19019
19020 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19021 targets, rather than for MIPS hosts.
19022
19023 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19024
19025 * configure.in: add comment for --with-x default values
19026
19027 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19028
19029 * Makefile.in: add check-* targets for each of the directories in
19030 the tree. Add a definition of RUNTEST that will use the one we
19031 just built, if it exists. Pass this down via FLAGS_TO_PASS.
19032
19033 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
19034
19035 * configure.in: Removed obsolete references to bfd_target and
19036 target_makefile_frag.
19037
19038 * build-all.mk: Set assorted targets for Q2.
19039 * config.sub: Recognize z8k-sim and h8300-hms.
19040 * test-build.mk: Really don't pass host to configure.
19041 (HOLES): Added uname.
19042
19043 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
19044
19045 * configure: Handle an empty program-prefix, program-suffix or
19046 program-transform-name correctly.
19047
19048 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
19049
19050 * build-all.mk: -G 8 no longer required for MIPS targets.
19051 * test-build.mk: Don't pass host argument to configure; make it
19052 guess.
19053
19054 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
19055
19056 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
19057 * Makefile.in (COMPRESS): New macro, like GZIP.
19058
19059 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
19060
19061 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19062
19063 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19064 with gas currently defaults to -G 0.
19065
19066 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
19067
19068 * Makefile.in (all-flex): flex depends on byacc.
19069
19070 * build-all.mk: If host not specified, use config.guess. Pass TAG
19071 to test-build.mk as RELEASE_TAG.
19072 * test-build.mk (configargs): New variable containing arguments to
19073 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
19074 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19075
19076 * config.guess: Use /bin/uname when checking -X argument on SCO,
19077 to avoid invoking GNU uname which doesn't understand -X.
19078
19079 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19080
19081 * configure.in: Build gas for mips-*-*.
19082
19083 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19084
19085 * Makefile.in (all.normal): insert missing backslash.
19086
19087 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
19088
19089 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19090
19091 * Makefile.in: Complete overhaul to merge many almost identical
19092 targets.
19093
19094 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19095
19096 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19097 (gdb.tar.Z): Adjusted.
19098
19099 * Makefile.in (setup-dirs, taz): New targets; should be general
19100 enough to adapt for gdb sometime. Build only .z file.
19101 (gas.tar.z): New target.
19102
19103 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19104
19105 * build-all.mk: Use CC=cc -Xs on Solaris.
19106
19107 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
19108
19109 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
19110 for handling BISON for FSF releases.
19111
19112 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19113
19114 * configure: Actually implement the change zoo just documented.
19115
19116 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19117
19118 * configure: when using config.guess, only set target_alias when
19119 it's not already been set (ie, on the command line)
19120
19121 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19122
19123 * Makefile.in: add installcheck target, set PRMS to install-prms
19124
19125 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19126
19127 * configure: add support for package_makefile_fragment, handle the
19128 case where a directory has a configure.in file but no Makefile.in
19129 more gracefully (with an actual understandable error message, even);
19130 add support for --without (and add this to the usage message); also
19131 explicitly add a --host=${host_alias} to the command line when
19132 config.guess is used
19133
19134 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19135
19136 * configure: Must use both --host and --target in recursive calls.
19137
19138 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
19139
19140 * Makefile.in: Change deja-gnu to dejagnu.
19141
19142 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
19143
19144 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19145
19146 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19147
19148 * configure.in: canonicalize all instances to *-*-solaris2*,
19149 also strip out a number of tools to not build for go32 host
19150
19151 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19152
19153 * config.guess: add GPL.
19154
19155 * Makefile.in, config.guess, config.sub, configure: bump
19156 copyrights to 93.
19157
19158 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
19159
19160 * Makefile.in (do-info): Removed obsolete check for existence of
19161 localenv file.
19162
19163 * Makefile.in (MAKEOVERRIDES): Define to be empty.
19164
19165 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19166
19167 * Makefile.in: a couple of 'else true' for decstation,
19168 support for TclX
19169
19170 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19171
19172 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
19173
19174 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19175
19176 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
19177
19178 * config.guess: Recognize i386-ibm-aix (PS/2).
19179 * configure.in: Use config/mh-aix386 file for it.
19180
19181 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
19182
19183 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19184 CC_FOR_TARGET instead.
19185 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19186
19187 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
19188
19189 * Makefile.in: Add sim to list of directories sent with gdb
19190
19191 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
19192
19193 * configure.in: Put back mips-dec-bsd* case.
19194
19195 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
19196
19197 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19198 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
19199 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19200
19201 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19202
19203 * configure.in: remove no-op mips-dec-bsd* in "case $target"
19204
19205 * Makefile.in (dir.info): only run gen-info-dir if it exists,
19206 (install-info): install dir.info only if it exists,
19207 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19208
19209 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
19210
19211 * configure.in: For vms target, skip bfd, ld, binutils. Do build
19212 gas for mips-dec-bsd.
19213
19214 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
19215
19216 * configure (makesrcdir): If ${srcdir} is relative and not ".",
19217 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19218
19219 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
19220
19221 * configure.in: Added "dejagnu" to hosttools list.
19222
19223 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
19224
19225 * config.sub, configure.in, config.guess: Add support
19226 for Bosx, an AIX variant from Bull.
19227 Patches from F.Pierresteguy@frcl.bull.fr.
19228
19229 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
19230
19231 * devo/dejagnu: Initial creation of devo/dejagnu.
19232 Migrated dejagnu testcases and support files for testing software
19233 tools to reside as subdirectories, currently called "testsuite",
19234 within the directory of the software tool. Migrated all programs,
19235 support libraries, etc. beloging to dejagnu proper from
19236 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
19237 with no modifications. The changes to these files which will
19238 allow them to configure, build, and execute properly will be made
19239 in a future update.
19240
19241 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19242
19243 * Makefile.in: Change send_pr to send-pr.
19244 * configure.in: Likewise.
19245 * send_pr: Renamed directory to send-pr.
19246
19247 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
19248
19249 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
19250
19251 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
19252
19253 * README: Update for gdb-4.8 release.
19254 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
19255 gdb-xxx.tar.z (gzip'd) file also.
19256
19257 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19258
19259 * Makefile.in: make all-diff depend on all-libiberty
19260
19261 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
19262
19263 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19264
19265 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19266
19267 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19268
19269 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
19270
19271 * Makefile.in (DEVO_SUPPORT): Remove etc directory
19272 (ETC_SUPPORT): Only add the files GDB wants from etc/.
19273 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
19274
19275 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19276
19277 * Makefile.in: makeinfo binary is in a new location
19278
19279 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
19280
19281 * config.sub: Accept -ecoff as an OS.
19282
19283 * Makefile.in: Various changes to eliminate a level of make
19284 recursion and reduce the required command line length.
19285 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19286 sub-makes.
19287 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19288 variables holding settings for specific sub-makes.
19289 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19290 in terms of BASE_FLAGS_TO_PASS.
19291 (TARGET_LIBS): New variable listing directories which use
19292 TARGET_FLAGS_TO_PASS.
19293 (subdir_do): Eliminated.
19294 (do-*): New set of targets to replace subdir_do.
19295 (various): All targets which used subdir_do now depend on do-*.
19296 (local-clean): Renamed from do_clean.
19297 (local-distclean): New target, dependency of distclean and
19298 realclean.
19299 (install-info): Don't create directories. Depend on dir.info
19300 rather than calling make recursively.
19301 (install-dir.info): Eliminated.
19302 (install-info-dirs): Create all info directories here.
19303 (dir.info): Depend upon do-install-info.
19304
19305 * test-build.mk (HOLES): Added false.
19306
19307 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
19308
19309 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
19310
19311 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19312
19313 * Makefile.in (info): remove dependency on all-texinfo. The
19314 problem was really in texinfo/C, not at this level.
19315
19316 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
19317
19318 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19319
19320 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
19321
19322 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
19323 GDB releases.
19324
19325 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19326
19327 * configure: Include srcdir in message about target of link not
19328 being found. Don't convert `-' to `_' in `with' options being
19329 passed to subdirs.
19330
19331 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19332
19333 * configure.in: add uudecode to host_tools
19334
19335 * Makefile.in: added {all,install}-uudecode targets, added them to
19336 the appropriate lists
19337
19338 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
19339
19340 * Makefile.in (all-gcc): Added dependency on all-gas.
19341
19342 * configure.in (mips-*-*): Build ld and binutils.
19343
19344 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19345
19346 * configure: check return code from mkdir, print error message and
19347 exit on failure.
19348
19349 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
19350
19351 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
19352
19353 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
19354
19355 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19356
19357 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19358
19359 * config.sub (h8500): Recognize this as a cpu type.
19360
19361 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19362
19363 * configure: source directory missing is no longer a warning
19364
19365 * configure.in: recognize irix[34]* instead of irix[34]
19366
19367 * Makefile.in: define and pass down X11_LIB
19368
19369 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
19370
19371 * guess-systype: Renamed to ...
19372 * config.guess: ... by popular request.
19373 * configure.in, Makefile.in: Update accordingly.
19374
19375 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
19376
19377 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
19378 + Add Convex, Cray/Unicos, and Encore/Multimax support.
19379 + Execute ./dummy instead of assuming . is in PATH.
19380
19381 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
19382
19383 * guess-systype: New shell script. Attempts to guess the
19384 canonical host name of the executing host.
19385 Only a few hosts are supported so far.
19386 * configure: Call guess-systype if no host is specified.
19387
19388 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
19389
19390 * Makefile.in (gcc-no-fixedincludes): Made to work with current
19391 gcc Makefile.
19392
19393 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
19394
19395 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19396 (all-gcc, install-gcc, subdir_do): Use it.
19397
19398 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19399
19400 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19401
19402 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
19403
19404 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19405 set exclusively by configure, using configure.in .
19406
19407 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19408
19409 * test-build.mk: set $PATH for all builds
19410
19411 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19412
19413 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
19414
19415 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
19416 the one used in gcc/Makefile.in, so that a null expansion doesn't
19417 override the one needed to build gcc with a native cc.
19418
19419 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19420
19421 * configure: Accept -with arguments.
19422
19423 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19424
19425 * Makefile.in: added h8300sim
19426
19427 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
19428
19429 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19430 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
19431 (all-cygnus, native, build-cygnus): Make
19432 $(canonhost)-stamp-3stage-done, not $(host)....
19433 * test-build.mk (stamp-3stage-compared): Use tail +10c for
19434 i386-sco3.2v4. Added else true to if command.
19435
19436 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
19437
19438 * config.sub: (from FSF) Sequent uses a BSD-like OS.
19439
19440 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
19441
19442 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19443
19444 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19445
19446 * configure.in: don't remove binutils from Solaris builds
19447
19448 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
19449
19450 * Makefile.in: get rid of earlier definitions for *clean,
19451 also handle the recursive info rule better
19452
19453 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
19454
19455 * Makefile.in (mostlyclean, distclean, realclean): Fix to
19456 do more-or-less the right thing.
19457
19458 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
19459
19460 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19461 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19462
19463 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19464
19465 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19466 $(host_canonical).
19467
19468 * configure.in: split the configdirs list into 4 categories (native
19469 v. cross, library v. tool) and handle the cross-only and native-
19470 only in more reasonable (and correct!) way.
19471
19472 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
19473
19474 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
19475 configdirs anymore.
19476
19477 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19478
19479 * Makefile.in: extensive cleanup:: removed all of the explicit
19480 clean-* targets, collapsed many wrappers around subdir_do into
19481 one, added additional targets to satisfy standards.texi, deleted
19482 some old targets, some changes for consistency
19483
19484 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19485
19486 * configure.in: handle some programs as cross-only, and others as
19487 native only
19488
19489 * test-build.mk: handle partial holes in a more generic manner
19490
19491 * Makefile.in: m4 depends on libiberty
19492
19493 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19494
19495 * configure.in: add m4, textutils, fileutils, sed, shellutils,
19496 time, wdiff, and find to configdirs
19497
19498 * Makefile.in: all, clean, and install rules for the new programs
19499 added to configure.in
19500
19501 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19502
19503 * configure.in: use mh-sun for all *-sun-* hosts
19504
19505 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19506
19507 * Makefile.in: define flags for X11 include files and library file
19508 locations, pass them down to the programs that need this info
19509
19510 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19511
19512 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19513
19514 * configure.in: start building libg++ for HP-UX targets
19515
19516 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19517
19518 * README: Update references to files moved into etc/.
19519
19520 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19521
19522 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19523 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19524
19525 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19526
19527 * configure: accept dash as well as underscore in long option
19528 names for FSF compatibility.
19529
19530 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19531
19532 * config.sub: added -sco3.2v4 support from FSF.
19533
19534 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19535
19536 * configure.in: expand the section that adds or removes
19537 directories from the list of programs to build, to handle native
19538 vs. cross in addition to host v. native
19539
19540 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19541
19542 * Makefile.in: Replace C++ in macro names with CXX.
19543 This is less likely to break ...
19544
19545 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19546
19547 * test-build.mk: add -w to GNU_MAKE
19548
19549 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19550
19551 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19552 add 'sparc' to list of recognized cpus. This needed to make
19553 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19554 Delete some redundant ose68 variants. Recognize -wrs as an os,
19555 then changes that into $CPU-wrs-vxworks.
19556
19557 * configure.in: remove most references to gdbtest, regularize
19558 target based program removal
19559
19560 * test-build.mk: import from p3 tree (many fixes and changes)
19561
19562 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19563
19564 * Makefile.in: added rules to handle tcl, tk, and expect
19565
19566 * configure.in: handle those directories if they exist
19567
19568 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19569
19570 * config.sub: removed bogus hppabsd and hppahpux names, since
19571 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19572
19573 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19574
19575 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19576 depends upon all-xiberty
19577
19578 * Makefile.in: changes from p3, including:
19579
19580 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19581
19582 * Makefile.in (XTRAFLAGS): include newlib directories if
19583 newlib/Makefile exists, rather than if host != target.
19584
19585 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19586
19587 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19588 from the same source tree and not building a cross-compiler. This
19589 matters for the libg++ configuration if reconfiguring a tree that
19590 has already been installed.
19591
19592 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19593
19594 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19595 pick up the machine and system specific header files.
19596
19597 * Makefile.in: added AS_FOR_TARGET, passed down in
19598 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19599 the C compiler to use to create programs which are run in the
19600 build environment, set it to default to $(CC), and passed it down
19601 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19602
19603 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19604
19605 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19606 We need them for unusual native builds, like systems without
19607 ranlib.
19608
19609 * configure: also define $(host_canonical) and
19610 $(target_canonical), which are the full, canonical names for the
19611 given host and target
19612
19613 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19614
19615 * Makefile.in: Added separate definitions for C++.
19616
19617 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19618
19619 * configure.in (configdirs): Add deja-gnu.
19620
19621 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19622
19623 * README: Update for configure.texi and gdb-4.7 release.
19624
19625 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19626
19627 * Makefile.in: Move "all" target to top of file.
19628 Previously, first target was ".PHONY" which caused BSD4.4 make
19629 to build .PHONY when make was run without arguments.
19630
19631 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19632
19633 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19634 Library-copylefted code in libiberty.
19635
19636 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19637
19638 * config.sub: Replace m68kmote with plain old m68k.
19639
19640 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19641
19642 * Makefile.in: Remove space from blank line, avoid Make complaints.
19643
19644 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19645
19646 * config.sub: Complain if no argument is given. Added support for
19647 386bsd as OS and target alias.
19648
19649 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19650
19651 * Makefile.in (XTRAFLAGS): include newlib directories if
19652 newlib/Makefile exists, rather than if host != target.
19653
19654 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19655
19656 * config.sub: recognize sparclite-wrs-vxworks.
19657
19658 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19659 p3.) Added clean-xiberty to clean.
19660
19661 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19662
19663 * configure.in: use *-*-* instead of nested cases for host and target
19664
19665 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19666
19667 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19668 from the same source tree and not building a cross-compiler. This
19669 matters for the libg++ configuration if reconfiguring a tree that
19670 has already been installed.
19671
19672 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19673
19674 * config.sub (i486v/i486v4): Merge in from FSF version.
19675
19676 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19677
19678 * configure: only set PWD if it is already set.
19679
19680 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19681
19682 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19683 doesn't have unset and all success paths (and most error paths)
19684 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19685 to just ${PWD} to avoid confusion.)
19686
19687 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19688
19689 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19690 even for a native compilation.
19691
19692 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19693
19694 Changes to make the gdb.tar.Z rule work better.
19695
19696 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19697 (DEVO_SUPPORT): Add configure.texi.
19698 (bfd-ilrt.tar.Z): Remove ancient rule.
19699
19700 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19701
19702 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19703 pick up the machine and system specific header files.
19704
19705 * configure.in, config.sub: added new target m68010-adobe-scout,
19706 with alias of adobe68k. Changed configure.in to check for
19707 -scout before -sco* to avoid a false match.
19708
19709 * Makefile.in: added AS_FOR_TARGET, passed down in
19710 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19711 the C compiler to use to create programs which are run in the
19712 build environment, set it to default to $(CC), and passed it down
19713 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19714
19715 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19716
19717 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19718 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19719 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19720 FOR_TARGET variants, to newlib and libg++.
19721
19722 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19723
19724 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19725 first.
19726
19727 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19728
19729 * config.sub: Accept `elf' as an environment.
19730
19731 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19732
19733 * Makefile.in (all-opcodes): cd into the right directory
19734
19735 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19736
19737 * configure: added -program_transform_name option, used as
19738 argument to sed when installing programs.
19739 configure.texi: added documentation for -program_prefix,
19740 -program_suffix and -program_transform_name.
19741
19742 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19743
19744 * config.sub: Accept i486 where i386 ok.
19745
19746 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19747
19748 * config.sub: accept we32k
19749
19750 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19751
19752 * config.sub, configure.in: accept OSE68000 and OSE68k.
19753
19754 * Makefile.in: don't create all directories for ``make install'';
19755 let the subdirectories create the ones they need.
19756
19757 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19758
19759 * COPYING: new file, GPL v2
19760
19761 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19762
19763 * Makefile.in: use the new gen-info-dir, which needs a template
19764 argument (which also lives in texinfo)
19765
19766 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19767
19768 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
19769
19770 * config.sub (ncr3000): Change i386 to i486.
19771
19772 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19773
19774 * Makefile.in: add install-rcs, install-grep to
19775 install-no-fixedincludes, removed install-bison and install-libgcc
19776
19777 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
19778
19779 * configure.in: grab the HPUX makefile fragment if on HPUX
19780
19781 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19782
19783 * Makefile.in: eradicate bison spoor (ditto libgcc).
19784 configure.in: recognise m68{k,000}-ericsson-OSE.
19785 es1800 is alias for m68k-ericsson-OSE
19786
19787 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19788
19789 * configure.in: rearrange the parts that remove programs from
19790 configdirs, based now on HOST==TARGET or by canonical triple.
19791
19792 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19793
19794 * test-build.mk: recurse explicitly with -f test-build.mk when
19795 appropriate. predicate stage3 and comparison on the existence
19796 of gcc. That is, if gcc isn't around, we aren't three-staging.
19797 On very clean, also remove ...stamp-co. Build in-place before
19798 doing other builds.
19799
19800 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19801
19802 * Makefile.in, configure.in: add tgas
19803
19804 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19805
19806 * Makefile.in: a number of changes merged in from progressive.
19807
19808 * configure.in: add libm.
19809
19810 * .cvsignore: ignore some stuff that comes from test-build.mk.
19811
19812 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
19813
19814 * config.sub: Add es1800 (m68k-ericsson-es1800).
19815
19816 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
19817
19818 * configure: Add program_suffix (parallel to program_prefix)
19819 * Makefile.in: adjust directory-creating script for losing decstation
19820
19821 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
19822
19823 * configure: Minor $subdir-related fixes.
19824
19825 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19826
19827 * configure: fix various problems with propogating
19828 makefile_target_frag in subdirs.
19829 * configure.in: config libgcc if its there
19830
19831 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
19832
19833 * config.sub: HPPA merge.
19834
19835 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
19836
19837 * Makefile.in: Replace all-bison with all-byacc in all
19838 dependency lines for other tools (which now use byacc).
19839
19840 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
19841
19842 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
19843
19844 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
19845
19846 * Makefile.in: make gprof rules similar to byacc rules (instead of
19847 vestigal $(unsubdir) that didn't work...)
19848
19849 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
19850
19851 * config.sub: Add support for Linux.
19852 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
19853 (at least for libg++).
19854
19855 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19856
19857 * configure.texi: fix doc for the -nfp option to configure
19858
19859 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
19860
19861 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19862
19863 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
19864
19865 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19866 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19867 * configure.in: added solaris* host_makefile_frag hook.
19868
19869 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19870
19871 * config.sub: changed recognition of m68000 so that various
19872 m68k types can be specified via m680[01234]0
19873
19874 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19875
19876 * config.sub (basic_machine): fix sed so that '-foo' isn't
19877 completely substituted out while .+'-foo' loses the '-foo'
19878
19879 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19880
19881 * config.sub ($os): Add -aout.
19882
19883 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
19884
19885 * configure: If host_makefile_frag is absolute, don't
19886 prefix ${invsubdir} (relevant to libg++ auto-configure).
19887
19888 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
19889
19890 * Makefile.in (tooldir): Define it.
19891 (all-ld): Depend on all-flex.
19892
19893 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
19894
19895 * Makefile.in (check): Fix libg++ special case.
19896
19897 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
19898
19899 * configure: do not bury `pwd` into config.status, thus do fewer
19900 pwd's.
19901
19902 * configure: print the "Building in" message only when building in
19903 other than "." AND verbose.
19904
19905 * configure: remove -s, rework -v to better accommodate guested
19906 configures.
19907
19908 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19909
19910 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
19911
19912 * Makefile.in: macroize flags passed on recursion. remove
19913 fileutils.
19914
19915 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
19916
19917 * configure: get makesrcdir right for subdirs deeper than 1.
19918
19919 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19920 install.
19921
19922 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
19923
19924 * Makefile.in: don't print subdir_do or recursion lines.
19925
19926 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
19927
19928 * standards.texi: added menu item.
19929
19930 * Makefile.in: build and install standards.info.
19931
19932 * standards.texi: new file.
19933
19934 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19935
19936 * configure: test for and move config.status pieces from
19937 ${subdir}/.
19938
19939 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
19940
19941 * configure: Test for existance of files before trying to mv
19942 them, to avoid numerous non-existance messages.
19943
19944 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
19945
19946 * configure: correct final line of config.status.
19947
19948 * configure: patch from eggert. Avoids a protection problem if
19949 the original Makefile.in is read only.
19950
19951 * configure: use move-if-change from gcc to create config.status.
19952 Some makefiles depend on config.status to tell if a directory
19953 has been reconfigured for a different host. This change
19954 prevents those directories from remaking everything in the case
19955 where the reconfig was only intended to rebuild a Makefile.
19956
19957 * configure: test for config.sub with "config.sub sun4" rather
19958 than "config.sub ${host_alias}". Otherwise we can't tell a bad
19959 host alias from a missing config.sub.
19960
19961 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19962
19963 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19964 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
19965
19966 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
19967
19968 * configure: mkdir ${subdir} as needed.
19969
19970 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
19971
19972 * Makefile.in,configure.in: added autoconf.
19973
19974 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
19975
19976 * Makefile.in: no longer pass against on recursion.
19977
19978 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19979 definitions are not inherited.
19980
19981 * configure: correct makesrcdir when subdir is .
19982
19983 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
19984
19985 * configure: Add support for 'subdirs' variable, which is
19986 like 'configdirs', except that configure doesn't re-invoke
19987 itself for subdirs, it just creates a Makefile for each subdir.
19988 * configure.texi: Document subdirs.
19989
19990 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19991
19992 * configure.in: added flex to configdirs
19993
19994 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
19995
19996 * Makefile.in: remove clean-stamps from clean.
19997
19998 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
19999
20000 * configure.in: Add gdbtest to configdirs.
20001
20002 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
20003
20004 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
20005 to recursive makes.
20006 * configure.in: Recognize new ncr3000 config.
20007
20008 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
20009
20010 * Makefile.in, configure.in: removed references to gdbm.
20011
20012 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
20013
20014 * config.sub: Don't canonicalize os value
20015 newsos* to bsd (readline needs to check for newsos).
20016 (This fix was earlier made Jan 31, but got re-broken.)
20017
20018 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
20019
20020 * configure.in: sco is an os, not a vendor!
20021
20022 * configure: Quote $( better. Keep various shells happy.
20023
20024 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
20025
20026 * Makefile.in: eliminate stamp-files.
20027
20028 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
20029
20030 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
20031 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20032
20033 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
20034
20035 * config.sub: fix iris/iris3.
20036
20037 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
20038
20039 * configure: re-add -rm.
20040
20041 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
20042
20043 * Maskefile.in: add .stmp-rcs to all.
20044
20045 * configure.in: remove gas from rs6000 build, use aix host fragment.
20046
20047 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
20048
20049 * configure: pass down site_option during recursion.
20050
20051 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
20052
20053 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
20054
20055 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
20056
20057 * configure: Change exec_prefix so that it really defaults to prefix.
20058
20059 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
20060
20061 * Makefile.in, configure.in: Add support for mmalloc library.
20062
20063 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
20064
20065 * Makefile.in: add stmp dependencies for a few more things.
20066
20067 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
20068
20069 * configure: adjusted error message on objdir/srcdir configure
20070 collision, per john's suggestion.
20071
20072 * Makefile.in: add libiberty stmp to all and all.cross.
20073
20074 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
20075
20076 * Makefile.in: remove force dependencies, add grep to all.
20077
20078 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
20079
20080 * Makefile.in: drop flex. make stamp files work.
20081
20082 * configure: added test for conflicting configuration in srcdir,
20083 remove trailing slashes from srcdir. Otherwise emacs gdb mode
20084 gets cranky. use relative paths for configure and srcdir
20085 whenever possible. Send some error messages to stderr that were
20086 going to stdout.
20087
20088 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
20089
20090 * Makefile.in: Fix libg++ rule to check for gcc directory
20091 before using gcc/gcc. Also pass XTRAFLAGS.
20092
20093 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
20094
20095 * Makefile.in: added stmp-files so that directories aren't polled
20096 when they are already built.
20097
20098 * configure.texi: fixed a node pointer problem.
20099
20100 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
20101
20102 * config.sub configure.in gdb/configure.in
20103 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20104 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20105 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
20106
20107 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20108
20109 * configure: -recurring becomes -silent. corrected help message
20110 for -site= option.
20111
20112 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20113
20114 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20115
20116 * configure: when building Makefile for crosses, replace
20117 tooldir and program_prefix. default srcdir from location of
20118 config.sub. remove "for host in hosts" and "for target in
20119 targets" loops.
20120
20121 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20122
20123 * Makefile.in: Do not pass bindir or mandir to cvs.
20124
20125 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
20126
20127 * Makefile.in, configure.in: removed traces of namesubdir,
20128 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
20129 copyrights to '92, changed some from Cygnus to FSF.
20130
20131 * configure.texi: remove most references to multiple hosts,
20132 multiple targets, subdirs, etc.
20133
20134 * configure.man: removed rcsid. reference config.sub not
20135 config.subr.
20136
20137 * Makefile.in: mkdir $(infodir) on install-info.
20138
20139 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
20140
20141 * configure.texi: Explain better about .gdbinit and about
20142 the environment that configure.in sections run in.
20143
20144 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
20145
20146 * configure.in: Ultrix is only a decstation if it's a MIPS.
20147
20148 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
20149
20150 * README: DOC.configure => cfg-paper.texi.
20151
20152 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
20153
20154 * config.sub (near case $os): Don't convert newsos* to bsd!
20155
20156 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
20157
20158 * Makefile.in: Reinstall change from gdb-4.3 that reduces
20159 the number of copies of COPYING that go into the GDB tar file.
20160
20161 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
20162
20163 * bfd/configure.in, gdb/config/mh-i386sco,
20164 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20165 Fix SCO configuration stuff.
20166
20167 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
20168
20169 * Makefile.in: For libg++, make sure the -I pointing
20170 to the gcc directory goes *after* all the libg++-local -I flags.
20171 Also, move just-gcc dependency from just-libg++ to all-libg++.
20172
20173 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
20174
20175 * configure: Change -x to -f to keep Ultrix /bin/test happy.
20176
20177 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
20178
20179 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
20180
20181 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
20182
20183 * config.sub: Add stratus configuration frags. Also
20184 submitted to FSF.
20185
20186 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
20187
20188 * Makefile.in (DEV_SUPPORT): add configure.man.
20189
20190 * config.sub(Decode manufacturer-specific): add -none*.
20191
20192 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
20193
20194 * Makefile.in: remove form feeds to make Sun's make happy.
20195 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
20196
20197 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
20198
20199 * Makefile.in (AR_FLAGS): Make quieter.
20200
20201 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
20202
20203 * configure.in: Add libg++.
20204 * configure: When verbose, don't output the command line at each
20205 level; it will be unremarkably the same as the previous version,
20206 which will be the same as what the user typed.
20207
20208 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
20209
20210 * configure.in, Makefile.in: fix clean-info, add flex. add
20211 fileutils.
20212
20213 * configure: be less sensitive to spaces in Makefile.in. Do not
20214 look for sources in "..". Doing so breaks subdirectories that
20215 might have their own configure. If a subdir has it's own
20216 configure script, use it.
20217
20218 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
20219
20220 * cfg-paper.texi: some changes suggested by rms.
20221
20222 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
20223
20224 * config.sub: Merge in some small additions from the FSF version,
20225 taken from the gcc distribution, to bring the Cygnus and FSF
20226 versions into closer sync.
20227
20228 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
20229
20230 * configure.in: Changed svr4 references to sysv4.
20231
20232 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
20233
20234 * configure: added -V for version number option.
20235
20236 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
20237
20238 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20239 renamed from DOC.configure to cfg-paper.texi.
20240
20241 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20242
20243 * configure, config.subr, config.sub: config.subr is now
20244 config.sub again.
20245
20246 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
20247
20248 * configure.texi: new file, in progress.
20249
20250 * Makefile.in: build info file and install the man page for
20251 configure.
20252
20253 * configure.man: new file, first cut.
20254
20255 * configure: find config.subr again now that configuration "none"
20256 has gone. removed all traces of the -ansi option. removed all
20257 traces of the -languages option.
20258
20259 * config.subr: resync from rms.
20260
20261 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20262
20263 * configure, config.sub, config.subr: merge config.sub into
20264 config.subr, call the result config.subr, remove config.sub, use
20265 config.subr.
20266
20267 * Makefile.in: revised install for dir.info.
20268
20269 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20270
20271 * configure.in: add decstation host makefile frag.
20272
20273 * Makefile.in: BISON now bison -y again. also install-gcc on
20274 install. clean-gdbm on clean. infodir belongs in datadir.
20275 Make directories for info install. Build dir.info here then
20276 install it.
20277
20278 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20279
20280 * Makefile.in: fix for bad directory tests.
20281
20282 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20283
20284 * configure: \{1,2\} appears to be a sysv'ism. Use a different
20285 regexp. -srcdir relative was being handled incorrectly.
20286
20287 * Makefile.in: unwrapped some for loops so that parallel makes
20288 work again and so one can focus one's attention on a particular
20289 package.
20290
20291 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20292
20293 * configure: added PWD as a stand in for `pwd` (for speed). use
20294 elif wherever possible. make -srcdir work without -objdir.
20295 -objdir= commented out.
20296
20297 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20298
20299 * configure: +options become --options. -subdirs commented out.
20300 added -host, -datadir. Renamed -destdir to -prefix. Comment in
20301 Makefile now at top of generated Makefile. Removed cvs log
20302 entries. added -srcdir. create .gdbinit only if there is one
20303 in ${srcdir}.
20304
20305 * Makefile.in: idestdir and ddestdir go away. Added copyrights
20306 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
20307 and mandir now keyed off datadir by default.
20308
20309 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20310
20311 * Freshly created ChangeLog.
20312
20313 \f
20314 Local Variables:
20315 mode: change-log
20316 left-margin: 8
20317 fill-column: 76
20318 version-control: never
20319 End: