Fix Xiong's changelogs a bit
[platform/upstream/gcc.git] / ChangeLog
1 2019-01-24  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
2
3         * ChangeLog: Replace space with tab.
4         * MAINTAINERS: Delete 1 tab to keep alignment.
5
6 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
7
8         * MAINTAINERS (Write After Approval): Add myself.
9
10 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
11
12         * MAINTAINERS (Write After Approval): Add myself.
13
14 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
15             Kwok Cheung Yeung  <kcy@codesourcery.com>
16             Julian Brown  <julian@codesourcery.com>
17             Tom de Vries  <tom@codesourcery.com>
18             Jan Hubicka  <hubicka@ucw.cz>
19             Martin Jambor  <mjambor@suse.cz>
20
21         * configure.ac: Likewise.
22         * configure: Regenerate.
23         * contrib/config-list.mk: Add amdgcn-amdhsa.
24
25 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
26
27         * MAINTAINERS (Write After Approval): Add myself.
28
29 2019-01-16  Xiong Hu Luo  <luoxhu@linux.vnet.ibm.com>
30
31         * MAINTAINERS (Write After Approval): Add myself.
32
33 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
34
35         PR target/88535
36         * config.guess: Import upstream version 2019-01-03.
37         * config.sub: Import upstream version 2019-01-01.
38
39 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
40
41         * MAINTAINERS (Write After Approval): Update my maintainer address.
42
43 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
44
45         * MAINTAINERS (Write After Approval): Add myself.
46
47 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
48
49         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
50
51 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
52
53         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
54         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
55         (GCC_TARGET_TOOL): Likewise.
56         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
57         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
58         OTOOL, OTOOL_FOR_TARGET: New substitutions.
59         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
60         * configure: Regenerate.
61         * Makefile.in: Likewise.
62
63 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
64
65         * MAINTAINERS (Write After Approval): Add myself.
66
67 2018-11-13  Martin Liska  <mliska@suse.cz>
68
69         * gcc.target/i386/pr87930.c: Move to ...
70         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
71
72 2018-11-10  Stafford Horne  <shorne@gmail.com>
73
74         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
75         (Write After Approval): Remove myself.
76
77 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
78
79         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
80         Append $INCICONV to it.
81
82 2018-11-04  Stafford Horne  <shorne@gmail.com>
83
84         * MAINTAINERS (Write After Approval): Add myself.
85
86 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
87
88         PR bootstrap/82856
89         * multilib.am: New file.  From automake.
90
91         Merge from binutils-gdb:
92         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
93
94         * libtool.m4: Use AC_LANG_SOURCE.
95         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
96         * ar-lib: New file.
97         * test-driver: New file.
98         * configure: Re-generate.
99
100 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
101
102         * MAINTAINERS (Write After Approval): Add myself.
103
104 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
105
106         PR bootstrap/87788
107         PR d/87799
108         * configure: Rebuild.
109         * configure.ac: Disable D on systems where it is known not to work.
110
111 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
112
113         * Makefile.def (target_modules): Add libphobos.
114         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
115         GDCFLAGS_FOR_TARGET.
116         (dependencies): Make libphobos depend on libatomic, libbacktrace
117         configure, and zlib configure.
118         (language): Add language d.
119         * Makefile.in: Rebuild.
120         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
121         (HOST_EXPORTS): Add GDC.
122         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
123         (BASE_TARGET_EXPORTS): Add GDC.
124         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
125         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
126         (EXTRA_HOST_FLAGS): Add GDC.
127         (STAGE1_FLAGS_TO_PASS): Add GDC.
128         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
129         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
130         environment variables.
131         * configure: Rebuild.
132         * configure.ac: Add target-libphobos to target_libraries.  Set and
133         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
134
135 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
136
137         * MAINTAINERS (Write After Approval): Add myself.
138
139 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
140
141         * MAINTAINERS (Write After Approval): Remove myself.
142
143 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
144
145         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
146
147 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
148
149         * MAINTAINERS: Update my email address.
150
151 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
152
153         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
154         maintainer.
155
156 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
157
158         * MAINTAINERS (Write After Approval): Add self.
159
160 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
161
162         * MAINTAINERS (write after approval): Add myself.
163
164 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
165
166         * MAINTAINERS: Update my email address.
167
168 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
169
170         * MAINTAINERS (write after approval): Add myself.
171
172 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
173
174         * MAINTAINERS: Add self to global reviewers list.
175
176 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
177
178         MAINTAINERS: Add c-sky port maintainers.
179
180 2018-08-10  Martin Liska  <mliska@suse.cz>
181
182         * MAINTAINERS: Revert change in previous commit and
183         join lines.
184
185 2018-08-10  Martin Liska  <mliska@suse.cz>
186
187         * MAINTAINERS: Remove extra line.
188
189 2018-08-06  Naveen H.S  <naveenh@marvell.com>
190
191         * MAINTAINERS: Update my email address.
192
193 2018-07-19  DJ Delorie  <dj@redhat.com>
194
195         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
196         as maintainer.
197
198 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
199
200         * MAINTAINERS: Adjust email address for me and my colleague Robin
201         Dapp.
202
203 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
204             Sunil K Pandey  <sunil.k.pandey@intel.com>
205
206         PR target/84413
207         * config/i386/i386.c (m_CORE_AVX512): New.
208         (m_CORE_AVX2): Likewise.
209         (m_CORE_ALL): Add m_CORE_AVX2.
210         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
211         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
212         and remove the rest of m_SKYLAKE_AVX512.
213
214 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
215
216         * config.sub: Sync with upstream version 2018-07-03.
217
218 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
219
220         * config.guess: Sync with upstream version 2018-06-26.
221         * config.sub: Sync with upstream version 2018-07-02.
222
223 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
224
225         * libtool.m4: Sort output of 'find' to enable deterministic builds.
226         * ltmain.sh: Likewise.
227
228 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
229
230         * contrib/config-list.mk: Remove powerpc-linux_paired.
231
232 2018-06-29  Alexandre Oliva <oliva@adacore.com>
233
234         * configure.ac: Introduce support for @unless/@endunless.
235         * Makefile.tpl (dep-kind): Rewrite with cond; return
236         postbootstrap in some cases.
237         (make-postboot-dep, postboot-targets): New.
238         (dependencies): Do not output postbootstrap dependencies at
239         first.  Output non-target ones changed for configure to depend
240         on stage_last @if gcc-bootstrap, and the original deps @unless
241         gcc-bootstrap.
242         * configure.in, Makefile.in: Rebuilt.
243
244 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
245
246         * MAINTAINERS (write after approval): Add myself.
247
248 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
249
250         * MAINTAINERS (write after approval): Add myself.
251
252 2018-06-19  Nick Clifton  <nickc@redhat.com>
253
254         * zlib/configure.ac: Restore old behaviour of only enabling
255         multilibs when a target subdirectory is defined.  This allows
256         building with srcdir == builddir.
257         * zlib/configure: Regenerate.
258
259 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
260
261         * Makefile.def (fortran): Add check-target-libgomp-fortran.
262         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
263         * Makefile.in: Regenerate.
264
265 2018-06-16  Ben Elliston  <bje@gnu.org>
266
267         * config.guess: Import latest version.
268         * config.sub: Likewise.
269
270 2018-06-08  Martin Liska  <mliska@suse.cz>
271
272         * MAINTAINERS: Remove MPX-related entries.
273         * Makefile.def: Remove libmpx support.
274         * Makefile.in: Regenerate.
275         * configure.ac: Remove removed files.
276         * configure: Regenerate.
277         * libmpx/ChangeLog: Remove.
278         * libmpx/Makefile.am: Remove.
279         * libmpx/Makefile.in: Remove.
280         * libmpx/acinclude.m4: Remove.
281         * libmpx/aclocal.m4: Remove.
282         * libmpx/config.h.in: Remove.
283         * libmpx/configure: Remove.
284         * libmpx/configure.ac: Remove.
285         * libmpx/configure.tgt: Remove.
286         * libmpx/libmpx.spec.in: Remove.
287         * libmpx/mpxrt/Makefile.am: Remove.
288         * libmpx/mpxrt/Makefile.in: Remove.
289         * libmpx/mpxrt/libmpx.map: Remove.
290         * libmpx/mpxrt/libtool-version: Remove.
291         * libmpx/mpxrt/mpxrt-utils.c: Remove.
292         * libmpx/mpxrt/mpxrt-utils.h: Remove.
293         * libmpx/mpxrt/mpxrt.c: Remove.
294         * libmpx/mpxrt/mpxrt.h: Remove.
295         * libmpx/mpxwrap/Makefile.am: Remove.
296         * libmpx/mpxwrap/Makefile.in: Remove.
297         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
298         * libmpx/mpxwrap/libtool-version: Remove.
299         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
300
301 2018-06-04  Martin Liska  <mliska@suse.cz>
302
303         * MAINTAINERS: Add myself as gcov maintainer.
304
305 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
306
307         * MAINTAINERS: Update my email address.
308
309 2018-06-04  Tom de Vries  <tdevries@suse.de>
310
311         * MAINTAINERS: Remove write-after-approval entries for component
312         maintainers.
313
314 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
315
316         * MAINTAINERS (write after approval): Add myself.
317
318 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
319
320         * MAINTAINERS: Update my email address.
321
322 2018-06-01  Tom de Vries  <tdevries@suse.de>
323
324         * MAINTAINERS: Update my email address.
325
326 2018-05-22  Bin Cheng <bin.cheng@arm.com>
327
328         * MAINTAINERS (loop-optimizer): Add myself.
329
330 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
331
332         * configure.ac: Added "nfp" target.
333         * configure: Regenerate.
334
335 2018-04-30  Richard Biener  <rguenther@suse.de>
336
337         PR bootstrap/85571
338         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
339         (STAGE3_TFLAGS): Likewise.
340         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
341         (STAGEtrain_TFLAGS): Likewise.
342         * Makefile.in: Regenerate.
343
344 2018-04-26  Richard Biener  <rguenther@suse.de>
345
346         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
347         (STAGE2_CFLAGS): Likewise.
348         (STAGE2_TFLAGS): Likewise.
349         (STAGE3_CFLAGS): Add -fchecking.
350         (STAGE3_TFLAGS): Likewise.
351         (STAGEtrain_CFLAGS): Filter out -fchecking.
352         (STAGEtrain_TFLAGS): Likewise.
353         * Makefile.in: Re-generate.
354
355 2018-04-25  Catherine Moore <clm@codesourcery.com>
356
357         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
358
359 2018-04-18  Paul Clarke  <pc@us.ibm.com>
360
361         * MAINTAINERS (write after approval): Add myself.
362
363 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
364
365         * MAINTAINERS: Update my email address.
366
367 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
368
369         * MAINTAINERS: Remove redundant Write-After-Approval entry.
370
371 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
372
373         * MAINTAINERS: Update my email address and disambiguate myself
374         a bit from Will Schmidt.
375
376 2018-03-21  Nathan Sidwell  <nathan@acm.org>
377
378         * MAINTAINERS: Move maintainers of now-removed picochip and score
379         ports to write after approval.
380
381 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
382
383         * MAINTAINERS: Add entry for SVE maintainership.
384
385 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
386
387         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
388         * configure: Regenerate.
389
390 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
391
392         * MAINTAINERS (write after approval): Add myself.
393
394 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
395
396         * MAINTAINERS (write after approval): Add myself.
397
398 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
399
400         * MAINTAINERS (write after approval): Add myself.
401
402 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
403
404         Update copyright years.
405
406 2018-01-03  Ben Elliston  <bje@gnu.org>
407
408         * config.guess: Import latest version.
409         * config.sub: Likewise.
410
411 2017-12-12  Stafford Horne  <shorne@gmail.com>
412
413         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
414         * configure: Regenerate.
415
416 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
417
418         * MAINTAINERS (Write After Approval): Add myself.
419
420 2017-11-28  Julia Koval  <julia.koval@intel.com>
421             Sebastian Peryt  <sebastian.peryt@intel.com>
422
423         * Makefile.def (target_modules): Remove libcilkrts.
424         * Makefile.in: Ditto.
425         * configure: Ditto.
426         * configure.ac: Ditto.
427
428 2017-11-28  Julia Koval  <julia.koval@intel.com>
429
430         * MAINTAINERS (Write After Approval): Add myself.
431
432 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
433
434         * MAINTAINERS (Write After Approval): Add myself.
435
436 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
437
438         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
439         Use my SiFive email address.
440
441 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
442
443         * MAINTAINERS (write after approval): Add myself.
444
445 2017-10-27  Martin Liska  <mliska@suse.cz>
446
447         * Makefile.tpl: Use proper name of folder as it was renamed
448         during transition to 4 stages.
449         * Makefile.in: Regenerate.
450
451 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
452
453         * MAINTAINERS (write after approval): Add myself.
454
455 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
456
457         * MAINTAINERS: Add a note that maintainership also includes web
458         pages, docs, and testsuite related to that area.
459
460 2017-09-25  Tom de Vries  <tom@codesourcery.com>
461
462         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
463
464 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
465
466         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
467
468 2017-09-15  Nathan Sidwell  <nathan@acm.org>
469
470         * MAINTAINERS: Remove myself as a vxworks maintainer.
471
472 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
473
474         * MAINTAINERS: Remove email address of Jim Norris.
475
476 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
477
478         * MAINTAINERS (Reviewers): Move myself from here...
479         (CPU Port Maintainers): ... to here.
480
481 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
482
483         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
484
485 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
486
487         * MAINTAINERS (write after approval): Add myself.
488
489 2017-07-28  Tony Reix  <tony.reix@atos.net>
490
491         * configure.ac (target-libffi): Don't disable for AIX.
492         (go): Don't add to unsupported_languages on AIX.
493         (target-libgo): Don't disable for AIX.
494         * configure: Regenerate.
495
496 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
497
498         * MAINTAINERS: Add myself.
499
500 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
501
502         * MAINTAINERS: Update my email address.
503
504 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
505
506         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
507         arm-specific auto-generated header files.
508
509 2017-07-03  Nathan Sidwell  <nathan@acm.org>
510
511         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
512         * configure: Rebuilt.
513
514 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
515
516         * MAINTAINERS: Readd myself for c6x.
517
518 2017-06-28  Martin Liska  <mliska@suse.cz>
519
520         PR bootstrap/81217
521         * Makefile.def: Remove superfluous bootstrap_target from
522         bootstrap_stage.
523         * Makefile.in: Re-generate the file.
524
525 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
526
527         * MAINTAINERS: Add myself to Write After Approval
528
529 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
530
531         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
532
533 2017-06-19  Martin Liska  <mliska@suse.cz>
534
535         * Makefile.def: Define 4 stages PGO bootstrap.
536         * Makefile.tpl: Define FLAGS.
537         * Makefile.in: Regenerate.
538
539 2017-06-14  Ian Lance Taylor  <iant@golang.org>
540
541         * Makefile.def: Add check-gotools to go check targets.
542         * Makefile.in: Rebuild.
543
544 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
545
546         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
547
548 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
549
550         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
551         * configure: Regenerate.
552
553 2017-05-31  Martin Liska  <mliska@suse.cz>
554
555         * configure.ac: Add handling of stage2_werror_flags to
556         action-if-given and to action-if-not-given.
557         * configure: Regenerate.
558
559 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
560
561         * MAINTAINERS: Add self to Write After Approval
562
563 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
564
565         * MAINTAINERS: Update my email address, and remove myself as
566         maintainer in some areas.
567
568 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
569
570         * MAINTAINERS: Add self to Write After Approval
571
572 2017-05-25  Nathan Sidwell  <nathan@acm.org>
573
574         * configure.ac: Add --enable-languages=default to mean default and
575         make --enable-languages=all mean all supported languages.
576         * configure: Regenerated.
577
578 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
579
580         * config.gcc (powerpc*-*-*spe*): New.
581         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
582         (powerpc-*-rtems*spe*): New.
583         (powerpc*-*-linux*spe*): New.
584         (powerpc-wrs-vxworksspe): New.
585         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
586         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
587         * config.host (powerpc*-*-*spe*): New.
588
589 2017-05-19  Martin Liska  <mliska@suse.cz>
590
591         * configure.ac: Add --enable-werror-always just for
592         bootstrap-debug (or none build config) and do not add it
593         when we are on a release branch.
594         * configure: Regenerated.
595
596 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
597
598         * MAINTAINERS: Add self to Write After Approval
599
600 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
601
602         * MAINTAINERS: Move myself to Write After Approval section.
603
604 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
605
606         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
607         ACCH registers.
608         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
609         available.
610         (umulsidi3): Likewise.
611         (mulsidi3_700): Disable this pattern when we have advanced mpy
612         instructions.
613         (umulsidi3_700): Likewise.
614         (maddsidi4): New pattern.
615         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
616         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
617         (mpydu_imm_arcv2hs): Likewise.
618         * config/arc/predicates.md (accl_operand): New predicate.
619
620 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
621             Andrew Burgess <andrew.burgess@embecosm.com>
622
623         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
624         case.
625         (ARC_AUTOFP_IRQ_P): Likewise.
626         (ARC_AUTO_IRQ_P): Likewise.
627         (rgf_banked_register_count): New variable.
628         (parse_mrgf_banked_regs_option): New function.
629         (arc_override_options): Handle rgf_banked_regs option.
630         (arc_handle_interrupt_attribute): Add firq option.
631         (arc_compute_function_type): Return fast irq type when required.
632         (arc_must_save_register): Handle fast interrupts.
633         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
634         (arc_return_address_regs): Update.
635         * config/arc/arc.h (arc_return_address_regs): Update.
636         (arc_function_type): Add fast interrupt type.
637         (ARC_INTERRUPT_P): Update.
638         (RC_FAST_INTERRUPT_P): Define.
639         * config/arc/arc.md (simple_return): Update for fast interrupts.
640         (p_return_i): Likewise.
641         * config/arc/arc.opt (mrgf-banked-regs): New option.
642         * doc/invoke.texi (mrgf-banked-regs): Document.
643
644 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
645
646         * config/arc/arc.c (irq_ctrl_saved): New variable.
647         (ARC_AUTOBLINK_IRQ_P): Define.
648         (ARC_AUTOFP_IRQ_P): Likewise.
649         (ARC_AUTO_IRQ_P): Likewise.
650         (irq_range): New function.
651         (arc_must_save_register): Likewise.
652         (arc_must_save_return_addr): Likewise.
653         (arc_dwarf_emit_irq_save_regs): Likewise.
654         (arc_override_options): Handle deferred options.
655         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
656         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
657         arc_must_save_return_addr.
658         (arc_compute_frame_size): Handle automated save and restore of
659         registers.
660         (arc_expand_prologue): Likewise.
661         (arc_expand_epilogue): Likewise.
662         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
663         * config/arc/arc.opt (mirq-ctrl-saved): New option.
664         * doc/invoke.texi (mirq-ctrl-saved): Document option.
665
666 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
667         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
668
669         PR bootstrap/77661
670         * Makefile.def: Don't pass --enable-maintainer-mode on to an
671         in-tree build MPC.
672         * Makefile.in: Regenerate.
673
674 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
675
676         * configure.ac: Enable LTO by default on darwin >= 9.
677         * configure: Regenerate.
678
679 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
680
681         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
682         and Andrew Waterman as the RISC-V maintainers.
683
684 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
685
686         * MAINTAINERS: Add self to Write After Approval
687
688 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
689
690         * config.guess: Import latest from upstream.
691
692 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
693
694         * MAINTAINERS (Write After Approval): Remove entries that are
695         already covered under Reviewers.
696
697 2017-03-08  Mark Wielaard  <mark@klomp.org>
698
699         PR demangler/70909
700         PR demangler/67264
701         * include/demangle.h: Add d_printing to struct demangle_component
702         and pass struct demangle_component as non const.
703
704 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
705
706         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
707
708 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
709
710         * Makefile.tpl: Remove HOST_ISLVER.
711         (HOST_EXPORTS): Remove ISLVER.
712         * Makefile.in: Regenerate.
713
714 2017-02-13  Richard Biener  <rguenther@suse.de>
715
716         * configure: Re-generate.
717
718 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
719
720         * MAINTAINERS: Adjust bug reporting URL.
721
722 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
723
724         * MAINTAINERS (Write After Approval): Remove redundant entry
725         for Andrew Burgess.
726
727 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
728
729         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
730         32-bit hppa*-*-hpux*.
731         * configure: Regenerate.
732
733 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
734
735         * configure.ac: Moved the white list of enabling BRIG FE to
736         libhsail-rt/configure.tgt.
737         * configure: Regenerated.
738         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
739
740 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
741             Martin Jambor  <mjambor@suse.cz>
742
743         * Makefile.def (target_modules): Added libhsail-rt.
744         (languages): Added language brig.
745         * Makefile.in: Regenerated.
746         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
747         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
748         * configure: Regenerated.
749
750 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
751
752         PR other/79046
753         * configure: Regenerated.
754
755 2017-01-04  Alan Modra  <amodra@gmail.com>
756
757         * configure: Regenerate.
758
759 2016-12-29  Ben Elliston  <bje@gnu.org>
760
761         * config.sub: Import latest version.
762
763 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
764
765         * MAINTAINERS (Write After Approval): Add myself.
766
767 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
768
769         * configure.ac: Don't bootstrap libmpx unless --with-build-config
770         includes bootstrap-mpx.
771         * configure: Regenerated.
772
773 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
774
775         * MAINTAINERS (Write After Approval): Add myself.
776
777 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
778
779         * configure: Regenerate.
780
781 2016-12-01  Matthias Klose  <doko@ubuntu.com>
782
783         * configure.ac: Don't use pkg-config to check for bdw-gc.
784         * configure: Regenerate.
785
786 2016-11-30  Matthias Klose  <doko@ubuntu.com>
787
788         * Makefile.def: Remove reference to boehm-gc target module.
789         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
790         options and for the bdw-gc pkg-config module.
791         * configure: Regenerate.
792         * Makefile.in: Regenerate.
793
794 2016-11-28  Nathan Sidwell  <nathan@acm.org>
795
796         * MAINTAINERS (nvptx): Remove self.
797
798 2016-11-25  Ben Elliston  <bje@gnu.org>
799
800         * config.guess: Import latest version.
801         * config.sub: Likewise.
802
803 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
804
805         * MAINTAINERS (Write After Approval): Add myself.
806
807 2016-11-15  Matthias Klose  <doko@ubuntu.com>
808
809         * Makefile.def: Remove references to GCJ.
810         * Makefile.tpl: Likewise.
811         * Makefile.in: Regenerate.
812
813 2016-11-15  Matthias Klose  <doko@ubuntu.com>
814
815         * config-ml.in: Remove references to GCJ.
816         * configure.ac: Likewise.
817         * configure: Regenerate.
818
819 2016-11-01  Josh Conner  <joshconner@google.com>
820
821         * MAINTAINERS (Write After Approval): Update email address,
822
823 2016-10-27  Carl Love  <cel@us.ibm.com>
824
825         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
826         Approval list to make it alphabetical.
827
828 2016-10-27  Carl Love  <cel@us.ibm.com>
829
830         * MAINTAINERS (Write After Approval): Add myself.
831
832 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
833
834         * MAINTAINERS (Reviewers): Add myself.
835         (Write After Approval): Add myself.
836
837 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
838             Ulrich Weigand  <uweigand@de.ibm.com>
839
840         * MAINTAINERS: Update email address.
841
842 2016-10-10  Nathan Sidwell  <nathan@acm.org>
843
844         * MAINTAINERS: Update email address.
845
846 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
847
848         * configure.ac: Add aarch64-*-freebsd*.
849         * configure: Regenerate.
850
851 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
852
853         * MAINTAINERS: Update email address after it got reverted.
854
855 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
856
857         * configure.ac (target_libraries): Readd target-boehm-gc.
858         Restore --enable-objc-gc handling.
859         * configure: Regenerate.
860
861 2015-10-03  Jeff Law  <law@redhat.com>
862
863         * MAINTAINERS: Move several inactive maintainers to the
864         write-after-approval section.
865
866 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
867
868         * configure.ac: Add target-libffi to target_libraries.
869         Readd libgcj target disablings, modified to only target-libffi.
870         Readd target addition of go to unsupported languages.
871         * configure: Regenerated.
872
873 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
874
875         * MAINTAINERS: Update email address.
876
877 2016-09-30  Andrew Haley  <aph@redhat.com>
878
879         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
880         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
881         libgcj.
882
883 2016-09-30  Andrew Haley  <aph@redhat.com>
884
885         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
886         write-after approval after GCJ deletion.
887
888 2016-09-30  Andrew Haley  <aph@redhat.com>
889
890         * Makefile.def: Remove libjava.
891         * Makefile.tpl: Likewise.
892         * Makefile.in: Regenerate.
893         * configure.ac: Likewise.
894         * configure: Likewise.
895         * gcc/java: Remove.
896         * libjava: Likewise.
897
898 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
899
900         * MAINTAINERS (Reviewers): Add myself.
901
902 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
903
904         * configure.ac: Disable "sim" directory for arc*-*-*.
905         * configure: Regenerated.
906
907 2016-09-23  Tamar Christina <tamar.christina@arm.com>
908
909         * MAINTAINERS (Write After Approval): Add myself.
910
911 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
912
913         * configure.ac: Check for the minimum in-tree MPFR version
914         handled.
915         * configure: Regenerate.
916
917 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
918
919         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
920         * configure: Regenerated.
921
922 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
923
924         * MAINTAINERS (Write After Approval): Add myself.
925
926 2016-06-23  Andi Kleen  <ak@linux.intel.com>
927
928         * Makefile.def: Add autoprofiledbootstrap.
929         * Makefile.tpl: Dito.
930         * Makefile.in: Regenerate.
931
932 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
933
934     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
935     * configure: Regenerate.
936
937 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
938
939         * configure: Regenerate.
940         * configure.ac: Remove support for avr-rtems.
941
942 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
943
944         * MAINTAINERS (Write After Approval): Add myself.
945
946 2016-06-16  Michael Collison  <michael.collison@arm.com>
947
948         * MAINTAINERS (Write After Approval): Add myself.
949
950 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
951
952         * MAINTAINERS (Write After Approval): Update e-mail address.
953
954 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
955
956         * MAINTAINERS (Write After Approval): Add myself.
957
958 2016-05-28  Alan Modra  <amodra@gmail.com>
959
960         * Makefile.tpl (configure): Depend on m4 files included.
961         * Makefile.in: Regenerate.
962
963 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
964
965         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
966         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
967
968 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
969
970         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
971         special case builtin.
972         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
973         support for ALTIVEC_BUILTIN_VEC_ADDEC.
974         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
975         for __builtin_vec_addec.
976
977 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
978
979         * config.guess: Import version 2016-04-02 (newest).
980         * config.sub: Import version 2016-05-10 (newest).
981
982 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
983
984         * configure.ac: Add ARC support to libgloss.
985         * configure: Regenerate
986
987 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
988
989         * MAINTAINERS (Write After Approval): Add myself.
990
991 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
992
993         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
994         * configure: Regenerated.
995         * Makefile.def (gmp): Explicitly disable assembler.
996         (mpfr): Adjust lib_path.
997         (mpc): Likewise.
998         * Makefile.in: Regenerated.
999
1000 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
1001
1002         PR bootstrap/70704
1003         * configure.ac (--enable-stage1-checking): Add missing
1004         --enable-checking=.
1005         * configure: Regenerated.
1006
1007 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1008
1009         * config.guess: Revert r235676.
1010         * config.sub: Revert r235676.
1011
1012 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1013
1014         * config.guess: Remove SH5 support.
1015         * config.sub: Likewise.
1016         * configure: Likewise.
1017         * configure.ac: Likewise.
1018
1019 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
1020
1021         PR bootstrap/70704
1022         * configure.ac (--enable-stage1-checking): For --disable-checking or
1023         implicit --enable-checking, make sure extra flag matches in between
1024         stage1 and later checking.
1025         * configure: Regenerated.
1026
1027 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1028
1029         * .gitattributes: New file.
1030
1031 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1032
1033         * MAINTAINERS (rs6000/powerpc port): Add myself.
1034
1035 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1036
1037         PR bootstrap/70173
1038         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1039         and gotools directories.  Delete the stage_final file.
1040         * Makefile.in: Regenerate.
1041
1042 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1043
1044         * MAINTAINERS (Write After Approval): Add myself.
1045
1046 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1047
1048         * MAINTAINERS (Fortran maintainer): Remove myself.
1049
1050 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1051
1052         * MAINTAINERS (Write After Approval): Add myself.
1053
1054 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1055
1056         * MAINTAINERS (Write After Approval): Add myself.
1057
1058 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1059
1060         Sync with binutils-gdb:
1061
1062         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1063
1064         * configure.ac: Add mips and s390 to the gold target check.
1065         * configure: Regenerate.
1066
1067 2016-03-01  DJ Delorie  <dj@redhat.com>
1068
1069         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1070
1071 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1072
1073         * MAINTAINERS (libcpp): Add myself.
1074         (diagnostic messages): Likewise.
1075
1076 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1077
1078         * MAINTAINERS: Fix whitespace.
1079
1080 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1081
1082         * MAINTAINERS (Write After Approval): Add myself.
1083
1084 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1085
1086         * config/isl.m4: Add comments about isl-0.16.
1087         * configure: Regenerate.
1088
1089 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1090
1091         * MAINTAINERS (hsa maintainers): Add myself.
1092
1093 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1094
1095         * MAINTAINERS: (Write After Approval): Add myself.
1096
1097 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1098             Sebastian Pop  <s.pop@samsung.com>
1099
1100         * Makefile.in: Regenerate.
1101         * Makefile.tpl: Export ISLVER.
1102         * configure: Regenerate.
1103         * config/isl.m4: Detect isl-0.15.
1104
1105 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1106
1107         PR bootstrap/69329
1108         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1109         * Makefile.in: Regenerate.
1110
1111 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1112
1113         * configure.ac: Enable LTO for DJGPP
1114         * configure: Regenerate
1115
1116 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1117
1118         Sync with binutils-gdb:
1119         2015-10-21  Nick Clifton  <nickc@redhat.com>
1120
1121         PR gas/19109
1122         * configure.ac: Note the 'none' is an acceptable argument to
1123         --enable-compressed-debug-sections.
1124         * configure: Regenerate.
1125
1126 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1127
1128         PR bootstrap/69134
1129         * Makefile.def (mpfr): Disable assembler.
1130         * Makefile.in: Regenerate.
1131
1132 2016-01-01  Ben Elliston  <bje@gnu.org>
1133
1134         * config.guess: Import version 2016-01-01.
1135         * config.sub: Likewise.
1136
1137 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1138
1139         * MAINTAINERS (Write After Approval): Add myself.
1140
1141 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1142
1143         * Makefile.in: Replace ISL with isl.
1144         * Makefile.tpl: Same.
1145         * config/isl.m4: Same.
1146         * configure.ac: Same.
1147         * contrib/download_prerequisites: Same.
1148         * configure: Regenerate.
1149
1150 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1151
1152         * MAINTAINERS (Write After Approval): Add Myself.
1153
1154 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1155
1156         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1157         * configure: Regenerate.
1158
1159 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1160             Sebastian Pop  <s.pop@samsung.com>
1161
1162         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1163         isl_ctx_get_max_operations.
1164         * configure: Regenerate.
1165
1166 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1167
1168         * MAINTAINERS (Write After Approval): Add myself.
1169
1170 2015-12-02  Ian Lance Taylor  <iant@google.com>
1171
1172         PR go/66147
1173         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1174         * Makefile.in: Regenerate.
1175
1176 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1177
1178         PR libffi/65726
1179         * Makefile.def (lang_env_dependencies): Make libffi depend
1180         on cxx.
1181         * Makefile.in: Regenerate.
1182
1183 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1184
1185         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1186         symbols.
1187
1188 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1189
1190         Sync with binutils-gdb:
1191         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1192
1193         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1194         * configure: Regenerate.
1195
1196 2015-11-19  Martin Liska  <mliska@suse.cz>
1197
1198         * .gitignore: Add .clang-format to ignored files.
1199         * Makefile.in: Add clang-format.
1200         * Makefile.tpl: Likewise.
1201
1202 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1203
1204         * configure.ac: Enable libmpx by default.
1205         * configure: Regenerated.
1206
1207 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1208
1209         * MAINTAINERS: Update email address.
1210
1211 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1212
1213         * MAINTAINERS: Update email address.
1214
1215 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1216
1217         * MAINTAINERS  (Write After Approval): Add myself.
1218
1219 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1220
1221         Sync with binutils-gdb:
1222         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1223
1224         PR gas/19109
1225         * configure.ac: Add
1226         --enable-compressed-debug-sections={all,gas,gold,ld}.
1227         * configure: Regenerated.
1228
1229 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1230
1231         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1232
1233 2015-10-09  Martin Liska  <mliska@suse.cz>
1234
1235         * MAINTAINERS (Write After Approval): Add myself.
1236
1237 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1238
1239         * MAINTAINERS (Write After Approval): Add myself.
1240
1241 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1242
1243         * MAINTAINERS: Update email address.
1244
1245 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1246
1247         * MAINTAINERS  (Write After Approval): Add myself.
1248
1249 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1250
1251         * MAINTAINERS: Update email.
1252
1253 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1254
1255         * MAINTAINERS: Update my email address.
1256
1257 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1258
1259         * MAINTAINERS (ft32 port): Add myself.
1260
1261 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1262
1263         * MAINTAINERS: Add myself.
1264
1265 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1266
1267         * MAINTAINERS (Write After Approval): Add myself.
1268
1269 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1270
1271         PR libfortran/54572
1272         * Makefile.def: Make libgfortran depend on libbacktrace.
1273         * Makefile.in: Regenerate.
1274
1275 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1276
1277         * MAINTAINERS (Write After Approval): Add myself.
1278
1279 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1280
1281         PR other/67092
1282         * configure.ac: Remove --with_host_libstdcxx support.
1283         * configure: Regenerate.
1284
1285 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1286             Jakub Jelinek  <jakub@redhat.com>
1287
1288         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1289         nvptx*-*-*.
1290         * configure: Regenerate.
1291
1292 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1293
1294         * Makefile.def (libiconv): Define bootstrap=true.
1295         Mark pdf/html/info as missing.
1296         (configure-gcc): Depend on all-libiconv.
1297         (all-gcc): Ditto.
1298         (configure-libcpp): Ditto.
1299         (all-libcpp): Ditto.
1300         (configure-intl): Ditto.
1301         (all-intl): Ditto.
1302         * Makefile.in: Regenerate.
1303
1304 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1305
1306         * MAINTAINERS (loop ivopts): Add the entry and myself.
1307
1308 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1309
1310         * MAINTAINERS (nvptx): Add self.
1311
1312 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1313
1314         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1315         128-bit vector modes.
1316
1317 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1318
1319         * MAINTAINERS (Write After Approval): Add myself.
1320
1321 2015-07-28  Ben Elliston  <bje@gnu.org>
1322
1323         * config.sub, config.guess: Import from upstream.
1324
1325 2015-07-24  Michael Darling  <darlingm@gmail.com>
1326
1327         PR other/66259
1328         * config-ml.in: Reflects renaming of configure.in to configure.ac
1329         * configure: Likewise
1330         * configure.ac: Likewise
1331
1332 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1333
1334         * MAINTAINERS: Update my email address.
1335
1336 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1337
1338         Sync with binutils-gdb:
1339         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1340
1341         * configure.ac (target_configdirs): Exclude target-zlib if
1342         target-libjava isn't built.
1343         * configure: Regenerated.
1344
1345 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1346
1347         Sync with binutils-gdb:
1348         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1349
1350         * configure.ac: Disable configuration of GDB for HPUX targets.
1351         * configure: Regenerate.
1352
1353         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1354
1355         * configure.ac: Add --with-system-zlib.
1356         * configure: Regenerated.
1357
1358         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1359
1360         * configure.ac: Add FT32 support.
1361         * configure: Regenerate.
1362
1363         2015-01-12  Anthony Green  <green@moxielogic.com>
1364
1365         * configure.ac: Don't disable gprof for moxie.
1366         * configure: Rebuild.
1367
1368 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1369
1370         Sync with binutils-gdb:
1371         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1372
1373         PR ld/18355
1374         * Makefile.def: Add extra_configure_flags to host zlib.
1375         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1376         to --enable-host-shared When bfd is to be built as shared
1377         library.  AC_SUBST.
1378         * Makefile.in: Regenerated.
1379
1380 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1381
1382         Sync with src:
1383         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1384         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1385         * Makefile.in: Regenerated.
1386
1387 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1388
1389         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1390         target.
1391         * configure: Regenerate.
1392
1393 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1394
1395         * MAINTAINERS (Write After Approval): Add myself.
1396
1397 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1398
1399         * MAINTAINERS (OS Port Maintainers): Add myself.
1400         (Various Maintainers): Remove myself from libffi testsuite.
1401
1402 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1403
1404         * MAINTAINERS (gen* on machine desc): Add self.
1405
1406 2015-06-02  Jason Merrill  <jason@redhat.com>
1407
1408         PR bootstrap/66319
1409         * configure.ac: Use -std=gnu++98.
1410
1411 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1412
1413         * MAINTAINERS (Write After Approval): Add myself.
1414
1415 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1416
1417         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1418         * configure: Regenerate.
1419
1420 2015-05-26  Jason Merrill  <jason@redhat.com>
1421
1422         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1423         * configure: Regenerate.
1424
1425 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1426
1427         * configure.ac: FT32 target added.
1428         * configure: Regenerated.
1429
1430 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1431
1432         * MAINTAINERS (Write After Approval): Add myself.
1433
1434 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1435
1436         * MAINTAINERS (Write After Approval): Add myself.
1437
1438 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1439
1440         * configure.ac: Fix typo.
1441         * configure: Regenerate.
1442
1443 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1444
1445         * MAINTAINERS (Write After Approval): Add myself.
1446
1447 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1448
1449         * configure.ac: Match $host configured with triplets.
1450         * configure: Regenerate.
1451
1452 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1453
1454         * Makefile.tpl: Remove surplus whitespace throughout.
1455         * Makefile.in: Regenerate.
1456
1457 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1458
1459         * MAINTAINERS (Various Maintainers): Add myself as instruction
1460         combiner maintainer.
1461
1462 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1463
1464         PR bootstrap/62077
1465         * configure.ac (--enable-stage1-checking): Default to
1466         release,misc,gimple,rtlflag,tree,types if --disable-checking
1467         or --enable-checking is not specified and DEV-PHASE is not
1468         experimental.
1469         * configure: Regenerated.
1470
1471 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1472
1473         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1474         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1475         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1476         * Makefile.in: Regenerate.
1477
1478 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1479
1480         * MAINTAINERS: Update my email address.
1481
1482 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1483
1484         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1485
1486 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1487
1488         * MAINTAINERS: Add myself as an arm port reviewer.
1489
1490 2015-03-25  Martin Liska  <mliska@suse.cz>
1491             Yury Gribov  <y.gribov@samsung.com>
1492
1493         * Makefile.in: Fix ln source location for vimrc file.
1494         * Makefile.tpl: Likewise.
1495
1496 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1497
1498         PR bootstrap/25672
1499         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1500         cross-compiling.  Similarly for CXX_FOR_TARGET.
1501         * configure: Regenerate.
1502
1503 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1504
1505         * Makefile.def: Add libmpx.
1506         * configure.ac: Add libmpx.
1507         * Makefile.in: Regenerate.
1508         * configure: Regenerate.
1509
1510 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1511
1512         * MAINTAINERS (CPU Port Maintainers): Add myself
1513         i386 vector ISA extns mantainer.
1514
1515 2015-03-13  Jeff Law  <law@redhat.com>
1516
1517         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1518         maintainer.
1519         Remove Richard Henderson as a maintainer for the x86 port.
1520
1521 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1522
1523         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1524
1525 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1526
1527         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1528         pointer bounds checker and i386 MPX maintainer.
1529
1530 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1531
1532         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1533
1534 2015-02-26  Martin Sebor  <msebor@redhat.com>
1535
1536         * MAINTAINERS (Various Maintainers): Add self.
1537
1538 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1539
1540         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1541         Make sure it contains lto.
1542         * configure: Regenerate.
1543
1544 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1545
1546         * configure: Regenerate.
1547
1548 2015-02-06  Diego Novillo  <dnovillo@google.com>
1549 1
1550         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1551         middle-end, docstring): Remove myself.
1552         (Write After Approval): Add myself.
1553
1554 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1555
1556         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1557         (Write After Approval): Update address.
1558
1559 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1560
1561         PR jit/64780
1562         * configure.ac: Require the user to explicitly specify
1563         --enable-host-shared if the jit is enabled.
1564         * configure: Regenerate.
1565
1566 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1567
1568         * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1571
1572         * MAINTAINERS: Make whitespace consistent.
1573
1574 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1575
1576         * MAINTAINERS (Write After Approval): Add myself.
1577
1578 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1579
1580         * MAINTAINERS: (Write After Approval): Add myself.
1581
1582 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1583
1584         * MAINTAINERS: (Write After Approval): Add myself.
1585
1586 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1587
1588         * MAINTAINERS: (Write After Approval): Add myself.
1589
1590 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1591
1592         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1593         objective-c/c++ front end maintainer.
1594
1595 2015-01-13  Marek Polacek  <polacek@redhat.com>
1596
1597         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1598
1599 2015-01-12  Jeff Law  <law@redhat.com>
1600
1601         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1602         a very long time.
1603
1604 2015-01-09  Ian Lance Taylor  <iant@google.com>
1605
1606         * configure.ac (host_tools): Add gotools.
1607         * Makefile.def (host_modules): Add gotools.
1608         (dependencies): Add dependency of all-gotools on all-target-libgo.
1609
1610 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1611
1612         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1613         * configure: Regenerate.
1614
1615 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1616
1617         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1618         all-target-libgomp.
1619         * Makefile.in: Regenerate.
1620
1621 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1622
1623         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1624
1625 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1626
1627         * configure.ac: Add Visium support.
1628         * configure: Regenerate.
1629
1630 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1631
1632         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1633         * configure: Regenerate.
1634
1635 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1636
1637         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1638         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1639         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1640         (OBJCOPY_FOR_TARGET): New variable.
1641         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1642         * Makefile.in: Regenerate.
1643         * configure.ac: Check for already installed target objcopy.
1644         Also GCC_TARGET_TOOL on objcopy.
1645         * configure: Regenerate.
1646
1647 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1648
1649         * config.sub: Update from upstream, to 2015-01-01 version.
1650         * config.guess: Ditto.
1651
1652 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1653
1654         * MAINTAINERS (RTEMS Ports): Add myself.
1655
1656 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1657
1658         * MAINTAINERS (Write After Approval): Add myself.
1659
1660 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1661
1662         * MAINTAINERS (Write After Approval): Add myself.
1663
1664 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1665
1666         * configure.ac (--enable-as-accelerator-for): Don't set
1667         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1668         * configure: Regenerate.
1669
1670 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1671
1672         PR bootstrap/64023
1673         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1674         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1675         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1676         to CXX.
1677         * Makefile.in: Regenerated.
1678
1679 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1680             Yury Gribov  <y.gribov@samsung.com>
1681
1682         * .gitignore: Added .local.vimrc and .lvimrc.
1683         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1684         * Makefile.in: Regenerate.
1685
1686 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1687
1688         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1689         * configure: Regenerated.
1690
1691 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1692
1693         * MAINTAINERS (nvptx port): New entry.
1694
1695 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1696
1697         * configure: Regenerate.
1698
1699 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1700
1701         * configure.ac: Merge with Binutils.
1702
1703 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1704
1705         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1706         * Makefile.in: Regenerate.
1707
1708 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1709
1710         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1711         missing flex.
1712         * Makefile.in: Regenerated.
1713
1714 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1715
1716         * Makefile.in: Regenerate.
1717
1718 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1719
1720         PR bootstrap/63784
1721         * libtool.m4: Add $pic_flag with -shared.
1722
1723 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1724
1725         * MAINTAINERS (Write After Approval): Added myself.
1726
1727 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1728
1729         * MAINTAINERS (write-after-approval): Add myself.
1730
1731 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1732
1733         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1734         from 2 years ago.
1735
1736 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1737
1738         Revert:
1739         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1740
1741         * MAINTAINERS (Write After Approval): Added myself as line map
1742         maintainer.
1743
1744 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1745
1746         Revert:
1747         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1748
1749         * MAINTAINERS (Write After Approval): Added myself.
1750
1751 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1752
1753         * MAINTAINERS (Write After Approval): Added myself.
1754
1755 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1756
1757         * MAINTAINERS (Write After Approval): Added myself as line map
1758         maintainer.
1759
1760 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1761
1762         * MAINTAINERS (Various Maintainers): Added myself as line map
1763         maintainer.
1764
1765 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1766
1767         * move-if-change: Sync from upstream gnulib.
1768
1769 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1770
1771         * compile: Sync with upstream Automake.
1772         * depcomp: Ditto.
1773         * install-sh: Ditto.
1774         * missing: Ditto.
1775         * mkinstalldirs: Ditto.
1776         * ylwrap: Ditto.
1777
1778 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1779
1780         * config.sub: Update from upstream config repo.
1781         * config.guess: Ditto.
1782
1783 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1784
1785         * Makefile.def: Add liboffloadmic to target_modules.  Make
1786         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1787         * Makefile.in: Regenerate.
1788         * configure: Regenerate.
1789         * configure.ac: Add liboffloadmic to target binaries.
1790         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1791         Add liboffloadmic to noconfig list when C++ is not supported.
1792
1793 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1794             Thomas Schwinge  <thomas@codesourcery.com>
1795             Ilya Verbin  <ilya.verbin@intel.com>
1796             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1797
1798         * configure: Regenerate.
1799         * configure.ac (--enable-as-accelerator-for)
1800         (--enable-offload-targets): New configure options.
1801
1802 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1803
1804         * Makefile.def: Make all-gcc depend on all-isl.
1805         * Makefile.in: Regenerate.
1806
1807 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1808
1809         * ChangeLog.jit: New.
1810         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1811
1812 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1813
1814         PR target/63610
1815         * libtool.m4: Fix globbing of darwin versions.
1816         * configure: Regenerate.
1817
1818 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1819
1820         * Makefile.def: Remove CLooG.
1821         * Makefile.tpl: Ditto.
1822         * configure.ac: Ditto.
1823         * configure: Regenerate.
1824         * Makefile.in: Ditto.
1825
1826 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1827
1828         * configure.ac: Handle nvptx-*-*.
1829         * configure: Regenerate.
1830
1831 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1832
1833         * MAINTAINERS (Write After Approval): Add myself.
1834
1835 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1836
1837         * Makefile.def (libcc1): Remove bootstrap=true;.
1838         * Makefile.in: Regenerated.
1839
1840 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1841
1842         * configure.ac: Update comment.
1843         * configure: Regenerate.
1844
1845 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1846
1847         * MAINTAINERS (Write After Approval): Add myself.
1848
1849 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1850
1851         * configure.ac (extra_host_libiberty_configure_flags): Add
1852         --enable-shared also for libcc1's benefit.
1853         * configure: Regenerate.
1854
1855 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1856
1857         * MAINTAINERS: Change my email address.
1858
1859 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1860             Tom Tromey  <tromey@redhat.com>
1861
1862         * Makefile.def: Add libcc1 to host_modules.
1863         * configure.ac (host_tools): Add libcc1.
1864         * Makefile.in, configure: Rebuild.
1865
1866 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1867
1868         * configure.ac (build_configargs): Don't share config.cache between
1869         build subdirs.
1870         * configure: Regenerate.
1871
1872 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1873
1874         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1875         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1876         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1877         leon3v7 as leon3.
1878         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1879         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1880         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1881         * config/sparc/sparc.md (cpu): Add leon3v7.
1882         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1883
1884 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1885
1886         * MAINTAINERS (write-after-approval): Add myself.
1887
1888 2014-10-23  Ian Lance Taylor  <iant@google.com>
1889
1890         * configure.ac: Disable the Go frontend on systems where it is known
1891         to not work.
1892         * configure: Regenerate.
1893
1894 2014-10-23  Richard Biener  <rguenther@suse.de>
1895
1896         * Makefile.def: Add libcpp build module and dependencies.
1897         * configure.ac: Add libcpp build module.
1898         * Makefile.in: Regenerate.
1899         * configure: Likewise.
1900
1901 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1902
1903         * MAINTAINERS (write-after-approval): Add myself.
1904
1905 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1906
1907         * INSTALL/README: Do not mention CVS.
1908
1909 2014-10-03  Jing Yu  <jingyu@google.com>
1910
1911         * configure.ac: Add aarch64 to list of targets that support gold.
1912         * configure: Regenerate.
1913
1914 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1915
1916         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1917
1918 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1919
1920         * MAINTAINERS:  Add myself as MIPS maintainer.
1921
1922 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1923
1924         * MAINTAINERS: Move myself to MIPS maintainers.
1925
1926 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1927
1928         * MAINTAINERS: Put all email addresses between '<' and '>'.
1929
1930 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1931
1932         * MAINTAINERS: Move myself to reviewers (Fortran).
1933
1934 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1935
1936         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1937         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1938         * Makefile.in: Regenerate.
1939
1940 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1941
1942         * rtx-classes-status.txt: Delete
1943
1944 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1945
1946         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1947
1948 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1949
1950         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1951         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1952         of checking for version number.
1953         * configure: Regenerated.
1954         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1955
1956 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1957
1958         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1959         is done; begin phase 6 (use extra rtx_def subclasses).
1960
1961 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1962
1963         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1964         done; begin phase 5 (additional rtx_def subclasses).
1965
1966 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1967
1968         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1969
1970 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1971
1972         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1973         SET_BB_HEADER are done.
1974
1975 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1976
1977         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1978         done.
1979
1980 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1981
1982         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1983
1984 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1985
1986         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1987
1988 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1989
1990         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1991
1992 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1993
1994         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1995
1996 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1997
1998         * rtx-classes-status.txt: Phase 3 (per-file commits within
1999         "config" subdirs) is done; begin phase 4 (removal of
2000         "scaffolding").
2001
2002 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
2003
2004         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2005         dir) is done; begin phase 3 (per-file commits within "config"
2006         subdirs).
2007
2008 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
2009
2010         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2011         phase 2 (per-file commits in main source dir).
2012
2013 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
2014
2015         * configure: Regenerated.
2016
2017 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2018
2019         * rtx-classes-status.txt (TODO): Add SET_BND_TO
2020
2021 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2022
2023         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2024
2025 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2026
2027         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2028
2029 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2030
2031         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2032
2033 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2034
2035         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2036
2037 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2038
2039         * MAINTAINERS (Write After Approval): Add myself.
2040
2041 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2042
2043         * MAINTAINERS: Remove myself
2044
2045 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2046
2047         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2048
2049 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2050
2051         * MAINTAINERS (Write After Approval): Add myself.
2052
2053 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2054
2055         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2056         SET_BB_HEADER, SET_BB_FOOTER
2057
2058 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2059
2060         * rtx-classes-status.txt: New file
2061
2062 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
2063
2064         * configure.ac: Eliminate ClooG installation dependency.
2065         * configure: Regenerate.
2066         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2067         * Makefile.in: Regenerate.
2068
2069 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2070
2071         * MAINTAINERS (Write After Approval): Add myself.
2072
2073 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2074
2075         * MAINTAINERS (Write After Approval): Add myself.
2076
2077 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2078
2079         * MAINTAINERS (Write After Approval): Add myself.
2080
2081 2014-07-28  Anthony Green  <green@moxielogic.com>
2082
2083         Import from savannah.gnu.org:
2084         * config.sub: Update to 2014-07-28 version.
2085
2086 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2087
2088         * MAINTAINERS: Remove my MIPS maintainer entry.
2089
2090 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2091
2092         PR target/47230
2093         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2094         * configure: Regenerate.
2095
2096 2014-07-24  James Norris  <jnorris@codesourcery.com>
2097
2098         * MAINTAINERS (Write After Approval): Add myself.
2099
2100 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2101
2102         * configure.ac: Accept only CLooG 0.18.1.
2103         * configure: Regenerate.
2104
2105 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2106
2107         * configure.ac: Don't accept isl 0.11.
2108         * configure: Regenerate.
2109
2110 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2111
2112         * MAINTAINERS (Write After Approval): Add myself.
2113
2114 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2115
2116         * configure.ac: Don't accept isl 0.10.
2117         * configure: Regenerate.
2118
2119 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2120
2121         Fix include path for in-tree cloog.
2122         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2123         * configure: Regenerate.
2124
2125 2014-06-18  Richard Henderson  <rth@redhat.com>
2126
2127         * .gitignore: Import gcc_update output.
2128
2129 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2130
2131         * config-ml.in: Robustify ac_configure_args parsing.
2132
2133         * configure.ac (--enable-linker-plugin-configure-flags)
2134         (--enable-linker-plugin-flags): New flags.
2135         (configdirs): Conditionally add libiberty-linker-plugin.
2136         * configure: Regenerate.
2137         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2138         (host_modules) <lto-plugin>: Pay attention to
2139         @extra_linker_plugin_flags@ and
2140         @extra_linker_plugin_configure_flags@.
2141         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2142         * Makefile.in: Regenerate.
2143
2144         * Makefile.tpl (configure-[+prefix+][+module+])
2145         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2146         "module_srcdir" instead of "module" for locating a module's srcdir.
2147         * Makefile.in: Regenerate.
2148
2149 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2150
2151         * MAINTAINERS (Write After Approval): Add myself.
2152
2153 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2154
2155         * MAINTAINERS: Update my email address.
2156
2157 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2158
2159         * MAINTAINERS (Write After Approval): Add myself.
2160
2161 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2162
2163         * MAINTAINERS (Write After Approval): Add myself.
2164
2165 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2166
2167         PR libstdc++/61011
2168         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2169         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2170         * configure: Regenerate.
2171
2172 2014-05-28  Pedro Alves  <palves@redhat.com>
2173
2174         * MAINTAINERS (Write After Approval): Add myself.
2175
2176 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2177
2178         * MAINTAINERS: Update my affiliation/email.
2179
2180 2014-05-19  Mike Stump  <mikestump@comcast.net>
2181
2182         * MAINTAINERS: Add wide-int reviewers.
2183
2184 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2185
2186         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2187         * configure: Regenerated.
2188
2189 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2190
2191         * MAINTAINERS (libitm): Add myself as maintainer.
2192
2193 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2194
2195         * MAINTAINERS (Write After Approval): Add myself.
2196
2197 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2198
2199         * config.sub, config.guess: Import from upstream.
2200
2201 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2202
2203         * MAINTAINERS (Write After Approval): Put myself in correct order.
2204
2205 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2206
2207         * MAINTAINERS (Write After Approval): Add myself.
2208
2209 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2210
2211         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2212         section.
2213
2214 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2215
2216         * MAINTAINERS (Write After Approval): Delete myself.
2217
2218 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2219
2220         PR sanitizer/56781
2221         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2222         and -B* options with -Xcompiler.
2223
2224 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2225
2226         PR bootstrap/60620
2227         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2228         * Makefile.in: Regenerate.
2229
2230 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2231
2232         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2233         for WINDRES_FOR_TARGET in default-manifest.o rule.
2234         * Makefile.in: Regenerate.
2235
2236 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2237
2238         * MAINTAINERS (Write After Approval): Add myself.
2239
2240 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2241
2242         PR sanitizer/56781
2243         * Makefile.def: Set bootstrap=true; for host fixincludes.
2244         * configure.ac: Don't bootstrap host fixincludes unless
2245         --with-build-config=bootstrap-{a,ub}san.
2246         * Makefile.in: Regenerated.
2247         * configure: Regenerated.
2248
2249 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2250
2251         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2252         --enable-vtable-verify option parsing.  Don't add
2253         target-libsanitizer to bootstrap_target_libs unless
2254         --with-build-config=bootstrap-asan or
2255         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2256         to bootstrap_target_libs unless --enable-vtable-verify.
2257         * configure: Regenerated.
2258
2259 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2260
2261         * MAINTAINERS (Write After Approval): Add myself.
2262
2263 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2264
2265         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2266
2267 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2268
2269         PR bootstrap/58572
2270         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2271         -I for libstdc++-v3 includes if $(LEAN).
2272         * Makefile.in: Regenerated.
2273
2274 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2275
2276         * MAINTAINERS: Update my email address.
2277
2278 2014-02-24  Walter Lee  <walt@tilera.com>
2279
2280         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2281         (tilegx-*-*): Change to tilegx*-*-*.
2282         * configure: Regenerate.
2283
2284 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2285
2286         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2287
2288 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2289
2290         * MAINTAINERS (Write After Approval): Add myself.
2291
2292 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2293
2294         PR target/59788
2295         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2296         *solaris2*.
2297
2298 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2299
2300         * MAINTAINERS: Update my email address.
2301
2302 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2303
2304         * MAINTAINERS: Convert to UTF-8.
2305         Properly sort Xinliang David Li's entry.
2306
2307 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2308             Sandra Loosemore  <sandra@codesourcery.com>
2309
2310         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2311         nios2 port maintainers.
2312
2313 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2314
2315         * MAINTAINERS (Write After Approval): Add myself.
2316
2317 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2318
2319         * configure.ac: Add user-friendly check for native x86_64-linux
2320         multilibs.
2321         * configure: Regenerate.
2322
2323 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2324
2325         * MAINTAINERS: Add myself as sh maintainer.
2326
2327 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2328
2329         * MAINTAINERS: Add self as SLSR maintainer.
2330
2331 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2332
2333         * MAINTAINERS: Update my email address.
2334
2335 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2336
2337         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2338
2339 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2340
2341         * Makefile.in: Regenerate.
2342
2343         * Makefile.tpl: Fix typo.
2344         * Makefile.in: Regenerate partially.
2345
2346 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2347
2348         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2349         supported.
2350         * configure: Regenerated.
2351
2352 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2353
2354         * MAINTAINERS (Write After Approval): Add myself.
2355
2356 2013-10-30  Jason Merrill  <jason@redhat.com>
2357
2358         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2359         --disable-build-format-warnings.
2360
2361 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2362
2363         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2364         depend on libstdc++ and libgcc.
2365         * configure: Regenerate.
2366         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2367         libcilkrts for POSIX and i*86, and x86_64 architectures.
2368         * Makefile.in: Added libcilkrts related fields to support building it.
2369
2370 2013-10-26  Jeff Law  <law@redhat.com>
2371
2372         * Makefile.def (target_modules): Remove libmudflap
2373         (languages): Remove check-target-libmudflap).
2374         * Makefile.in: Rebuilt.
2375         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2376         * configure.ac (target_libraries): Remove target-libmudflap.
2377         Remove checks which disabled libmudflap on some systems.
2378         * configure: Rebuilt.
2379         * libmudflap: Directory removed.
2380
2381 2013-10-21  Cong Hou  <congh@google.com>
2382
2383         * MAINTAINERS (Write After Approval): Add myself.
2384
2385 2013-10-16  Mike Stump  <mikestump@comcast.net>
2386
2387         * .dir-locals.el: Add.
2388
2389 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2390
2391         * configure.ac: Add --enable-host-shared
2392         * configure: Regenerate.
2393
2394 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2395
2396         Import from savannah.gnu.org:
2397         * config.guess: Update to 2013-06-10 version.
2398         * config.sub: Update to 2013-10-01 version.
2399
2400 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2401
2402         Changes to build configuration to allow big endian ARC ELF toolchain
2403         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2404         * configure: Regenerate.
2405
2406 2013-09-20  Alan Modra  <amodra@gmail.com>
2407
2408         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2409         ppc host match.  Support little-endian powerpc linux hosts.
2410
2411 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2412
2413         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2414         maintainer.
2415
2416 2013-09-12  DJ Delorie  <dj@redhat.com>
2417
2418         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2419         maintainers.
2420
2421 2013-09-03  Richard Biener  <rguenther@suse.de>
2422
2423         * configure.ac: Also allow ISL 0.12.
2424         * configure: Regenerated.
2425
2426 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2427
2428         * MAINTAINERS (Write After Approval): Add myself.
2429
2430 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2431
2432         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2433
2434 2013-08-26  Caroline Tice  <cmtice@google.com>
2435
2436         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2437         "Various Reviewers" to libvtv "Various Maintainers".
2438
2439 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2440
2441         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2442
2443 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2444
2445         * MAINTAINERS: Update name, email.
2446
2447 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2448
2449         * MAINTAINERS (Write After Approval): Add myself.
2450
2451 2013-08-12  Caroline Tice  <cmtice@google.com>
2452
2453         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2454         address in the Write After Approval section.
2455
2456 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2457
2458         * MAINTAINERS (Write After Approval): Update email.
2459
2460 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2461
2462         * configure.ac: Adjust to check VTV_SUPPORTED.
2463         * configure: Regenerated.
2464
2465 2013-08-02  Caroline Tice  <cmtice@google.com>
2466
2467         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2468         on non-linux systems; add target-libvtv to noconfigdirs; add
2469         libsupc++/.libs to C++ library search paths.
2470         * configure: Regenerated.
2471         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2472         libstdc++ and libgcc.
2473         * Makefile.in: Regenerated.
2474
2475 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2476
2477         * MAINTAINERS (Write After Approval): Add myself.
2478
2479 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2480             Shiva Chen  <shiva0217@gmail.com>
2481
2482         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2483         nds32 port maintainers.
2484
2485 2013-07-17  Tim Shen  <timshen91@gmail.com>
2486
2487         * MAINTAINERS (Write After Approval): Add myself.
2488
2489 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2490
2491         * configure.ac: Sync from binutils.
2492         * configure: Regenerate.
2493
2494 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2495
2496         * MAINTAINERS (Write After Approval): Add myself.
2497
2498 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2499
2500         * MAINTAINERS (Write After Approval): Add myself.
2501
2502 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2503
2504         * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2013-04-30  Brooks Moses  <bmoses@google.com>
2507
2508         * MAINTAINERS: Update my email; move myself from Fortran
2509         reviewer to Write After Approval.
2510
2511 2013-04-16  Andreas Schwab  <schwab@suse.de>
2512
2513         * configure.ac (aarch64-*-*): Don't disable java.
2514         * configure: Regenerate.
2515
2516 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2517
2518         * MAINTAINERS (Write After Approval): Add myself.
2519
2520 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2521
2522         * Makefile.def (target_modules): Don't install libffi.
2523         * Makefile.in: Regenerate.
2524
2525 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2526
2527         * MAINTAINERS (Write After Approval): Add myself.
2528
2529 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2530
2531         * MAINTAINERS (Write After Approval): Add myself.
2532
2533 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2534
2535         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2536         * configure: Regenerated.
2537
2538 2013-02-05  Ian Lance Taylor  <iant@google.com>
2539
2540         PR go/55969
2541         * configure.ac: Disable libgo on some systems where it does not
2542         work.
2543
2544 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2545
2546         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2547         Remove Geoff Keating as rs6000 port maintainer, at his request.
2548
2549 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2550
2551         * MAINTAINERS: Update my email.
2552
2553 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2554
2555         * configure: Re-generate.
2556
2557 2013-01-15  Richard Biener  <rguenther@suse.de>
2558
2559         PR other/55973
2560         * configure: Re-generate.
2561
2562 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2563
2564         * Makefile.def (install-target-libsanitizer): Depend on
2565         install-target-libstdc++-v3.
2566         * Makefile.in: Regenerate.
2567
2568 2013-01-14  Richard Biener  <rguenther@suse.de>
2569
2570         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2571         * configure: Re-generate
2572
2573 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2574
2575         * config.sub: Update from config repo.
2576
2577 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2578
2579         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2580         * Makefile.in: Regenerate.
2581
2582 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2583
2584         * MAINTAINERS (arc): Add new port maintainership for myself.
2585
2586 2013-01-09  Jason Merrill  <jason@redhat.com>
2587
2588         * .gitignore: Import from gdb repository.
2589
2590 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2591
2592         * Makefile.def (configure-gcc): Depend on all-gmp.
2593         (all-gcc): Remove dependency on all-gmp.
2594         * Makefile.in: Regenerated.
2595
2596 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2597
2598         * config.sub: Merge from config repo.
2599         * config.guess: Ditto.
2600
2601 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2602
2603         * Makefile.def: Merge from binutils.
2604         * Makefile.in: Ditto.
2605
2606 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2607
2608         * MAINTAINERS: Update my email.
2609
2610 2012-12-29  Ben Elliston  <bje@gnu.org>
2611
2612         * config.guess: Update to 2012-12-29 version.
2613         * config.sub: Likewise.
2614
2615 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2616
2617         * Makefile.def (install-target-libgfortran): Depend on
2618         install-target-libquadmath, install-target-libgcc.
2619         (install-target-libsanitizer): Depend on install-target-libgcc.
2620         (install-target-libjava): Depend on install-target-libgcc.
2621         (install-target-libitm): Depend on install-target-libgcc.
2622         (install-target-libobjc): Depend on install-target-libgcc.
2623         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2624         * Makefile.in: Regenerate.
2625
2626 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2627
2628         * Makefile.def (install-target-libgo): Depend on
2629         install-target-libatomic.
2630         * Makefile.in: Regenerate.
2631
2632 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2633
2634         PR go/55201
2635         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2636         * Makefile.in: Regenerate.
2637
2638 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2639
2640         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2641         * configure: Regenerate.
2642
2643 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2644
2645         * config.sub: Merge from config repo.
2646
2647 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2648
2649         * Makefile.def (target_modules): Add bootstrap=true and
2650         raw_cxx=true to libsanitizer.
2651         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2652         * Makefile.in: Regenerated.
2653         * configure: Likewise.
2654
2655 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2656
2657         * MAINTAINERS: Remove self as RTL optimization maintainer.
2658
2659 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2660
2661         * MAINTAINERS (Write After Approval): Add myself.
2662
2663 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2664
2665         * Makefile.def (target_modules): Remove bootstrap=true and
2666         raw_cxx=true from libsanitizer.
2667         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2668         * Makefile.in: Regenerated.
2669         * configure: Likewise.
2670
2671 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2672
2673         * Makefile.def (target_modules): Add bootstrap=true and
2674         raw_cxx=true to libsanitizer.
2675         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2676         * Makefile.in: Regenerated.
2677         * configure: Likewise.
2678
2679 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2680
2681         PR bootstrap/54279
2682         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2683         * configure: Regenerate.
2684         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2685         * Makefile.in: Regenerate.
2686
2687 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2688
2689         * configure.ac: Disable libsanitizer if we're not building C++.
2690         * configure: Regenerate.
2691
2692 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2693
2694         * MAINTAINERS (Write After Approval): Add myself.
2695
2696 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2697
2698         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2699         Kostya Serebryany (kcc@google.com) and
2700         Jakub Jelinek (jakub@redhat.com).
2701         Rename area for Dodji Seketeli (dodji@redhat.com).
2702
2703 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2704
2705         * MAINTAINERS: (asan.c, related): Add myself.
2706
2707 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2708
2709         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2710         * configure: Regenerate.
2711
2712 2012-11-13  Richard Henderson  <rth@redhat.com>
2713
2714         * configure.ac: Move libsanitizer logic to subdirectory.
2715         * configure: Regenerate.
2716
2717 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2718
2719         * configure.ac: Enable libsanitizer just on x86 linux for now.
2720         * configure: Re-generate.
2721
2722 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2723
2724         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2725         sections.
2726         * configure: Regenerate.
2727
2728 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2729
2730         * configure.ac: Add section for configdirs for libsanitizer.
2731         Disable for cris-*-* and mmix-*-*.
2732         * configure: Regenerate.
2733
2734 2012-11-12  Wei Mi <wmi@google.com>
2735
2736         * configure.ac: Add libsanitizer to target_libraries.
2737         * Makefile.def: Ditto.
2738         * configure: Regenerate.
2739         * Makefile.in: Regenerate.
2740         * libsanitizer: New directory for asan runtime.  Contains an empty
2741         tsan directory.
2742
2743 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2744
2745         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2746         against Mingw64 w32api.
2747         * configure: Regenerate.
2748
2749 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2750
2751         * configure: Regenerated.
2752
2753 2012-11-03  Robert Mason  <rbmj@verizon.net>
2754
2755         * configure.ac: add --disable-libstdcxx configure option
2756         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2757
2758 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2759
2760         * MAINTAINERS (Write After Approval): Add myself.
2761
2762 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2763
2764         * MAINTAINERS (Write After Approval): Add myself.
2765
2766 2012-10-24  Sharad Singhai  <singhai@google.com>
2767
2768         * MAINTAINERS (Write After Approval): Add myself.
2769
2770 2012-10-24  Eric Christopher  <echristo@gmail.com>
2771
2772         * MAINTAINERS: Update email address.
2773
2774 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2775
2776         PR bootstrap/54820
2777         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2778         * configure: Regenerate.
2779
2780 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2781
2782         * MAINTAINERS (aarch64): Add Marcus and myself.
2783
2784 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2785
2786         PR bootstrap/54820
2787         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2788         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2789         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2790         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2791         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2792         * Makefile.in: Regenerate.
2793         * configure.ac (have_static_libs): New variable and associated check.
2794         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2795         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2796         * configure: Regenerate.
2797
2798 2012-10-10  Richard Biener  <rguenther@suse.de>
2799
2800         * MAINTAINERS: Adjust for changed surname.
2801
2802 2012-10-04  Lawrence Crowl  <crowl@google.com>
2803
2804         * MAINTAINERS (Write After Approval): Add myself.
2805
2806 2012-10-01  Cary Coutant  <ccoutant@google.com>
2807
2808         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2809
2810 2012-09-28  Ian Lance Taylor  <iant@google.com>
2811
2812         * Makefile.def: Make all-target-libgo depend on
2813         all-target-libbacktrace.
2814         * Makefile.in: Rebuild.
2815
2816 2012-09-26  Ian Lance Taylor  <iant@google.com>
2817
2818         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2819         * Makefile.in: Rebuild.
2820
2821 2012-09-20  Walter Lee  <walt@tilera.com>
2822
2823         * configure.ac: Add tilegx to list of targets that support gold.
2824         * configure: Regenerate.
2825
2826 2012-09-20  Marek Polacek  <polacek@redhat.com>
2827
2828         * MAINTAINERS (Write After Approval): Add myself.
2829
2830 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2831
2832         * configure.ac: Add mips*-mti-elf* target.
2833         * configure: Regenerate.
2834
2835 2012-09-17  Ian Lance Taylor  <iant@google.com>
2836
2837         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2838         * configure.ac (host_libs): Add libbacktrace.
2839         (target_libraries): Add libbacktrace.
2840         * Makefile.def (host_modules): Add libbacktrace.
2841         (target_modules): Likewise.
2842         * configure, Makefile.in: Rebuild.
2843
2844 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2845
2846         PR target/38607
2847         Merge upstream change.
2848         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2849
2850         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2851         Add libgomp*.o to compare_exclusions for AIX.
2852         * configure: Regenerate.
2853
2854 2012-09-06  Diego Novillo  <dnovillo@google.com>
2855
2856         * configure.ac: Bump minimum GMP version to 4.2.3.
2857         * configure: Re-generate.
2858
2859 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2860
2861         PR target/54461
2862         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2863         target-libgloss if not configured --with-avrlibc=no.
2864         * configure: Regenerate.
2865
2866 2012-09-04  Jason Merrill  <jason@redhat.com>
2867
2868         * configure.ac: Fix --enable-languages=all.
2869
2870 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2871
2872         * MAINTAINERS (Write After Approval): Add myself.
2873
2874 2012-09-03  Richard Guenther  <rguenther@suse.de>
2875
2876         PR bootstrap/54138
2877         * configure.ac: Re-organize ISL / CLOOG checks to allow
2878         disabling with either --without-isl or --without-cloog.
2879         * configure: Regenerated.
2880
2881 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2882
2883         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2884         * configure: Regenerate.
2885
2886 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2887
2888         * MAINTAINERS: Fix my email address.
2889
2890 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2891
2892         PR binutils/4970
2893         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2894         and opcodes.
2895         * Makefile.in: Regenerated.
2896
2897 2012-08-26  Art Haas <ahaas@impactweather.com>
2898
2899         * configure: Regenerate.
2900
2901 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2902
2903         * INSTALL/README: Also refer to the online installation
2904         instructions.
2905
2906 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2907
2908         * MAINTAINERS (Write After Approval): Add myself.
2909         (Picochip port): Remove myself.
2910
2911 2012-08-14   Diego Novillo  <dnovillo@google.com>
2912
2913         Merge from cxx-conversion branch.
2914
2915         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2916         POSTSTAGE1_CONFIGURE_FLAGS.
2917         * Makefile.in: Regenerate.
2918         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2919         Force C++ when bootstrapping.
2920         * configure: Regenerate.
2921
2922 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2923
2924         * MAINTAINERS (Write After Approval): Add myself.
2925
2926 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2927
2928         * README: Document use of ranges of years in copyright notices.
2929
2930 2012-07-06  Richard Guenther  <rguenther@suse.de>
2931
2932         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2933         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2934         --with-gmp=system.
2935         * Makefile.in: Regenerated.
2936         * configure: Likewise.
2937
2938 2012-07-06  Richard Guenther  <rguenther@suse.de>
2939
2940         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2941         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2942         supply V=1 as extra_make_flags.
2943         * configure: Regenerated.
2944         * Makefile.in: Likewise.
2945
2946 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2947
2948         * configure: Regenerate.
2949
2950 2012-07-03  Richard Guenther  <rguenther@suse.de>
2951
2952         * Makfile.def (isl): Remove not necessary extra_exports and
2953         extra_make_flags.
2954         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2955         * Makefile.in: Regenerated.
2956
2957 2012-07-03  Richard Guenther  <rguenther@suse.de>
2958
2959         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2960         * configure.ac: If either the ISL or the CLooG check failed
2961         do not try to build in-tree versions.
2962         * Makefile.in: Regenerated.
2963         * configure: Regenerated.
2964
2965 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2966
2967         * configure: Regenerate.
2968
2969 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2970
2971         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2972         maintainer.
2973
2974 2012-07-02  Richard Guenther  <rguenther@suse.de>
2975
2976         * configure: Regenerated.
2977
2978 2012-07-02  Richard Guenther  <rguenther@suse.de>
2979         Michael Matz  <matz@suse.de>
2980         Tobias Grosser <tobias@grosser.es>
2981         Sebastian Pop <sebpop@gmail.com>
2982
2983         * Makefile.def: Add ISL host module, remove PPL host module.
2984         Adjust ClooG host module to use the proper ISL.
2985         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2986         * configure.ac: Include config/isl.m4.  Add ISL host library,
2987         remove PPL.  Remove PPL configury, add ISL configury, adjust
2988         ClooG configury.
2989         * Makefile.in: Regenerated.
2990         * configure: Likewise.
2991
2992 2012-07-02  Richard Guenther  <rguenther@suse.de>
2993
2994         Merge from graphite branch
2995         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2996
2997         * configure: Regenerated.
2998         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2999         both cloog.org and legacy versions. The only supported version will
3000         be CLooG with the isl backend.
3001
3002         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3003
3004         * configure: Regenerated.
3005         * configure.ac: Require cloog isl 0.17.0
3006
3007         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3008
3009         * configure: Regenerated.
3010         * config/cloog.m4: Do not define CLOOG_ORG
3011
3012 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3013
3014         * configure.ac: Skip C if explicitly selected.
3015         * configure: Regenerate.
3016
3017 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
3018
3019         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3020         they contain -O2.
3021         * configure: Regenerate.
3022
3023 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3024
3025         PR debug/53740
3026         * df.h, df-problems.c, dce.c: Revert last patch.
3027
3028 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
3029
3030         * MAINTAINERS (Write After Approval): Update my email address.
3031
3032 2012-06-21  Meador Inge  <meadori@codesourcery.com>
3033
3034         * MAINTAINERS (Write After Approval): Add myself.
3035
3036 2012-06-20  Jason Merrill  <jason@redhat.com>
3037
3038         * Makefile.tpl (check-target-libgomp-c++): New.
3039         (check-target-libitm-c++): New.
3040         * Makefile.def (c++): Add them.
3041         * Makefile.in: Regenerate.
3042
3043 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3044
3045         * MAINTAINERS (Write After Approval): Add myself.
3046
3047 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3048
3049         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3050         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3051         (install-no-fixedincludes): Adjust accordingly.
3052         * Makefile.in: Regenerate.
3053
3054 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3055
3056         Merge upstream change
3057         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3058
3059 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3060
3061         * MAINTAINERS (Write After Approval): Add myself.
3062
3063 2012-05-09  Nick Clifton  <nickc@redhat.com>
3064             Paul Smith  <psmith@gnu.org>
3065
3066         PR bootstrap/50461
3067         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3068         allow for the fact that from release v3.1.0 of MPFR the source
3069         files were moved into a src sub-directory.
3070         * configure: Regenerate.
3071
3072 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3073
3074         * configure.ac: Bump minimum MPFR version to 2.4.0.
3075         * configure: Regenerated.
3076
3077 2012-05-01  Richard Henderson  <rth@redhat.com>
3078
3079         * Makefile.def (libatomic): New target_module.
3080         * configure.ac (target_libraries): Add libatomic.
3081         (noconfigdirs): Check if libatomic is supported.
3082         * Makefile.in, configure: Rebuild.
3083
3084 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3085
3086         * MAINTAINERS (Write After Approval): Add myself.
3087
3088 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3089
3090         * config.sub: Update to 2012-04-18 version from official repo.
3091
3092 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3093
3094         * MAINTAINERS (Write After Approval): Add myself.
3095
3096 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3097
3098         * MAINTAINERS: Changed email address.
3099
3100 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3101
3102         PR target/52737
3103         * contrib/gcc_update (files_and_dependencies):
3104         Remove gcc/config/avr/t-multilib from touch data.
3105
3106 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3107
3108         * MAINTAINERS (OS Port Maintainers): Remove irix.
3109         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3110         (unsupported_languages): Remove mips-sgi-irix6.*.
3111         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3112         (with_stabs): Remove.
3113         * configure: Regenerate.
3114
3115 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3116
3117         * MAINTAINERS (OS Port Maintainers): Remove osf.
3118         * configure.ac (enable_libgomp): Remove *-*-osf*.
3119         (with_stabs): Remove alpha*-*-osf*.
3120         * configure: Regenerate.
3121
3122 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3123
3124         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3125         * configure: Regenerate.
3126
3127 2012-02-17  Walter Lee  <walt@tilera.com>
3128
3129         * MAINTAINERS: (Write After Approval): Delete myself.
3130
3131 2012-02-14  Walter Lee  <walt@tilera.com>
3132
3133         * MAINTAINERS (tilegx port): Add myself.
3134         (tilepro port): Add myself.
3135         (Write After Approval): Add myself.
3136
3137 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3138
3139         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3140         and Joseph Myers as docstring relicensing maintainers.
3141
3142 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3143
3144         * MAINTAINERS (write-after-approval): Add myself.
3145
3146 2012-02-08  Ira Rosen <irar@il.ibm.com>
3147
3148         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3149         maintainer.
3150
3151 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3152
3153         * MAINTAINERS (Write After Approval): Move myself to
3154         maintain alphabetical order.
3155
3156 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3157
3158         * MAINTAINERS (Write After Approval): Add myself.
3159
3160 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3161
3162         * MAINTAINERS (Write After Approval): Add myself.
3163
3164 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3165             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3166
3167         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3168         * configure: Regenerate.
3169
3170 2012-01-23  Harshit Chopra  <harshit@google.com>
3171
3172         * MAINTAINERS (Write After Approval): Add myself.
3173
3174 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3175
3176         * configure.ac: Remove reference to mh-interix.
3177         * configure: Regenerate.
3178
3179 2012-01-05  Richard Henderson  <rth@redhat.com>
3180
3181         PR bootstrap/51072
3182         * configure.ac: Disable libitm if c++ is not enabled.
3183         * configure: Rebuild.
3184
3185         * configure.ac: Fix regexp for same.
3186         * configure: Rebuild.
3187
3188 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3189
3190         * MAINTAINERS (Write After Approval): Add myself.
3191
3192 2012-01-02  Richard Guenther  <rguenther@suse.de>
3193
3194         PR bootstrap/51686
3195         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3196         * Makefile.in: Regenerate.
3197
3198 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3199
3200         * MAINTAINERS (Write After Approval): Add myself.
3201
3202 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3203
3204         * configure: Regenerate.
3205
3206 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3207
3208         * MAINTAINERS (picochip): Changed email address.
3209
3210 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3211
3212         * MAINTAINERS (write-after-approval): Add self.
3213
3214 2011-11-29  DJ Delorie  <dj@redhat.com>
3215
3216         * configure.ac (rl78-*-*) New case.
3217         * configure: Regenerate.
3218         * MAINTAINERS: Add myself as RL78 maintainer.
3219
3220 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3221
3222         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3223
3224 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3225
3226         * libtool.m4: Additional FreeBSD 10 fixes.
3227
3228 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3229
3230         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3231         Maintainers section, as Epiphany maintainer.
3232
3233 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3234
3235         PR target/49992
3236         * configure.ac: Remove ranlib special-casing for Darwin.
3237         * configure: Regenerate.
3238
3239 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3240
3241         * MAINTAINERS (Reviewers): Keep the list sorted.
3242
3243 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3244
3245         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3246
3247 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3248
3249         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3250         * configure: Rebuild.
3251         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3252         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3253         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3254         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3255         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3256         Add READELF.
3257         * Makefile.in: Rebuild.
3258
3259 2011-11-09  Jason Merrill  <jason@redhat.com>
3260
3261         * Makefile.def (language=c++): Remove check-c++0x.
3262         * Makefile.in (check-gcc-c++): Regenerate.
3263
3264 2011-11-08  Richard Henderson  <rth@redhat.com>
3265
3266         * configure.ac: Test for libitm directory present first.
3267
3268         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3269
3270         * configure.ac: Test libitm/configure.tgt to disable libitm.
3271         * configure: Rebuild.
3272
3273 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3274             Richard Henderson  <rth@redhat.com>
3275
3276         Merged from transactional-memory.
3277
3278         * Makefile.def (lang_env_dependencies): libitm is c++.
3279         Add libitm target module.
3280         * configure.ac: Likewise.
3281         * config/mmap.m4: New file.
3282         * contrib/gcc_update: Add libitm to touch data.
3283         * Makefile.in, configure: Rebuild.
3284
3285 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3286
3287         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3288         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3289         * Makefile.in: Regenerate.
3290
3291 2011-11-01  DJ Delorie  <dj@redhat.com>
3292
3293         * config.sub: Update to version 2011-10-29 (added rl78)
3294
3295 2011-10-27  Nick Clifton  <nickc@redhat.com>
3296
3297         * config.sub: Import these changes from the config project:
3298
3299         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3300             Ben Elliston  <bje@gnu.org>
3301
3302         * config.sub (epiphany): New.
3303
3304         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3305             Ben Elliston  <bje@gnu.org>
3306
3307         * config.sub (hexagon, hexagon-*): New.
3308
3309         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3310
3311         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3312         64eb to be64.
3313
3314         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3315
3316         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3317         (nacl): Grok as alias for 32el-unknown-nacl.
3318
3319 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3320
3321         * MAINTAINERS (Write After Approval): Add myself.
3322
3323 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3324
3325         * MAINTAINERS (Write After Approval): Add myself.
3326
3327 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3328
3329         * MAINTAINERS (sparc port): Remove myself.
3330
3331 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3332
3333         * MAINTAINERS (Write After Approval): Add myself.
3334
3335 2011-08-14  Yao Qi  <yao@codesourcery.com>
3336
3337         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3338         * configure: Regenerate.
3339
3340 2011-07-26  Ian Lance Taylor  <iant@google.com>
3341
3342         * configure.ac: Set have_compiler based on whether gcc directory
3343         exists, rather than on whether gcc is in configdirs.
3344         * configure: Rebuild.
3345
3346 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3347
3348         * MAINTAINERS (Global Reviewers): Add self.
3349
3350 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3351
3352         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3353         link directories.
3354         * Makefile.in: Rebuild.
3355
3356 2011-07-20  Ian Lance Taylor  <iant@google.com>
3357
3358         PR bootstrap/49787
3359         * configure.ac: Move --enable-bootstrap handling earlier in file.
3360         If --enable-bootstrap and either --enable-build-with-cxx or
3361         --enable-build-poststage1-with-cxx, enable C++ automatically.
3362         * configure: Rebuild.
3363
3364 2011-07-19  Ian Lance Taylor  <iant@google.com>
3365
3366         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3367         make C++ a boot_language.  Set and substitute
3368         POSTSTAGE1_CONFIGURE_FLAGS.
3369         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3370         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3371         * configure, Makefile.in: Rebuild.
3372
3373 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3374
3375         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3376         maintainers.
3377
3378 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3379
3380         * MAINTAINERS (Global Reviewers): Add myself.
3381
3382 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3383
3384         * configure: Regenerate.
3385
3386 2011-07-16  Jason Merrill  <jason@redhat.com>
3387
3388         * Makefile.def (language=c++): Add check-c++0x and
3389         check-target-libmudflap-c++.
3390         * Makefile.tpl (check-target-libmudflap-c++): New.
3391         * Makefile.in: Regenerate.
3392
3393 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3394
3395         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3396         * Makefile.def (target_modules/libjava): Pass
3397         $(EXTRA_CONFIGARGS_LIBJAVA).
3398         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3399         if not configured with --enable-static-libjava.
3400         * Makefile.in: Regenerate.
3401         * configure: Likewise.
3402
3403 2011-07-15  Jason Merrill  <jason@redhat.com>
3404
3405         * Makefile.in (check-c++): Move check-gcc-c++0x after
3406         check-target-libstdc++-v3.
3407
3408 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3409
3410         * MAINTAINERS (c6x port): New entry.
3411
3412 2011-07-13  Jason Merrill  <jason@redhat.com>
3413
3414         * Makefile.in (check-gcc-c++0x): New.
3415         (check-c++): Depend on it.
3416
3417 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3418
3419         PR target/39150
3420         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3421         x86_64-*-solaris2.1[0-9]*.
3422         * configure: Regenerate.
3423
3424 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3425
3426         * MAINTAINERS (RTL optimizers): Add self.
3427
3428 2011-06-27  Gabriel Charette  <gchare@google.com>
3429
3430         * MAINTAINERS (Write After Approval): Add myself.
3431
3432 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3433
3434         PR regression/47836
3435         PR bootstrap/23656
3436         PR other/47733
3437         PR bootstrap/49247
3438         PR c/48825
3439         * configure.ac (target_libraries): Remove target-libiberty.
3440         Remove case-statement setting skipdirs=target-libiberty for
3441         multiple targets.  Remove checking target_configdirs and
3442         removing target-libiberty but keeping target-libgcc if
3443         otherwise empty.
3444         * Makefile.def (target_modules): Don't add libiberty.
3445         (dependencies): Remove all traces of target-libiberty.
3446         * configure, Makefile.in: Regenerate.
3447
3448 2011-06-13  Walter Lee <walt@tilera.com>
3449
3450         * configure.ac (tilepro-*-*) New case.
3451         (tilegx-*-*): Likewise.
3452         * configure: Regenerate.
3453
3454 2011-06-06  Jing Yu  <jingyu@google.com>
3455
3456         * configure.ac: Skip target-libiberty for
3457         arm*-*-linux-androideabi.
3458         * configure: Regenerated.
3459
3460 2011-06-06  Nick Clifton  <nickc@redhat.com>
3461
3462         * config.sub: Sync from upstream.
3463
3464 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3465
3466         * MAINTAINERS (Write After Approval): Add myself.
3467
3468 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3469
3470         * MAINTAINERS: Update my email address.
3471
3472 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3473
3474         * MAINTAINERS (Write After Approval): Update my email address.
3475
3476 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3477
3478         * MAINTAINERS (Write After Approval): Add myself.
3479
3480 2011-05-08  Doug Kwan  <dougkwan@google.com>
3481
3482         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3483         * configure: Regenerated.
3484         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3485         value from configure.
3486         * Makefile.in: Regenerated.
3487
3488 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3489
3490         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3491         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3492         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3493         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3494         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3495         *-*-vxworks*): Disable newlib and libgloss in separate case
3496         statement.
3497         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3498         to separate case statement.
3499         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3500         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3501         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3502         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3503         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3504         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3505         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3506         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3507         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3508         i[[3456789]]86-*-rdos*, m32r-*-*,
3509         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3510         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3511         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3512         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3513         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3514         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3515         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3516         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3517         and libgloss in main case over targets.  Remove most empty cases
3518         in main case over targets.
3519         * configure: Regenerate.
3520
3521 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3522
3523         * MAINTAINERS (Write After Approval): Add myself.
3524
3525 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3526
3527         * configure.ac: Remove code setting special library locations for
3528         hppa*64*-*-hpux11*.  Remove code setting compiler for
3529         sparc-sun-solaris2*.
3530         * configure: Regenerate.
3531
3532 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3533
3534         * configure.ac: Separate libgloss_dir settings from general case
3535         over targets.
3536         * configure: Regenerate.
3537
3538 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3539
3540         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3541         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3542         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3543         cases in libgcj-disabling case statement.
3544         (hppa*64*-*-linux*): Set unsupported_languages instead of
3545         disabling target-zlib.
3546         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3547         to hppa*64*-*-hpux*.
3548         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3549         hppa*-*-hpux*.
3550         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3551         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3552         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3553         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3554         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3555         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3556         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3557         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3558         libgcj-disabling case statement.
3559         * configure: Regenerate.
3560
3561 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3562
3563         * configure.ac: Disable Java for targets not supporting libffi.
3564         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3565         Remove cases in Java-disabling statement.
3566         (*arm-wince-pe): Change to arm-wince-pe.
3567         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3568         cases in Java-disabling statement.
3569         (bfin-*-*): Don't disable Java again.
3570         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3571         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3572         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3573         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3574         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3575         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3576         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3577         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3578         Java-disabling statement.
3579         (mmix-*-*): Don't disable Java again.
3580         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3581         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3582         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3583         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3584         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3585         statement.
3586         * configure: Regenerate.
3587
3588 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3589
3590         * configure.ac: Separate cases disabling Java and Java libraries
3591         from general case over targets.
3592         * configure: Regenerate.
3593
3594 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3595
3596         * MAINTAINERS: Update my email address.
3597
3598 2011-04-20  Easwaran Raman  <eraman@google.com>
3599
3600         * MAINTAINERS (Write After Approval): Add myself.
3601
3602 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3603
3604         PR lto/48086
3605         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3606         * configure: Regenerate.
3607
3608 2011-04-16  Jim Meyering  <meyering@redhat.com>
3609
3610         * MAINTAINERS (Write After Approval): Add myself.
3611
3612 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3613
3614         * MAINTAINERS: Update my email address.
3615
3616 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3617
3618         * MAINTAINERS (Write After Approval): Add myself.
3619
3620 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3621
3622         * MAINTAINERS (Write After Approval): Add myself.
3623
3624 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3625
3626         * MAINTAINERS (Write After Approval): Add myself.
3627
3628 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3629
3630         * configure.ac (build_tools): Remove build-byacc.
3631         (host_libs): Remove mmalloc.
3632         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3633         autoconf automake libtool diff rcs fileutils shellutils time
3634         textutils wdiff find uudecode hello tar gzip indent recode release
3635         sed perl gawk findutils gettext zip.
3636         (libgcj): Remove target-qthreads.
3637         (target_tools): Remove target-examples target-gperf.
3638         (YACC): Don't handle building byacc.
3639         * configure: Regenerate.
3640         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3641         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3642         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3643         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3644         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3645         handle building components.
3646         * Makefile.in: Regenerate.
3647
3648 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3649
3650         * MAINTAINERS: Update my email address as Xtensa maintainer.
3651
3652 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3653
3654         * config.sub: Sync from upstream.
3655
3656 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3657
3658         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3659         (microblaze*): Don't disable libssp.
3660         * configure: Regenerate.
3661
3662 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3663
3664         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3665         moveifchange.
3666         * configure: Regenerate.
3667         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3668         * Makefile.in: Regenerate.
3669
3670 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3671
3672         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3673         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3674         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3675         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3676         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3677         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3678         md_exec_prefix cases.
3679         * configure: Regenerate.
3680
3681 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3682
3683         * configure.ac: Separate cases disabling target-libssp,
3684         target-libiberty, target-libstdc++-v3 and Fortran from general
3685         case over targets.
3686         * configure: Regenerate.
3687
3688 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3689
3690         * configure.ac (*-*-chorusos): Don't disable libgcj.
3691         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3692         Remove case.
3693         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3694         (arm-*-coff): Don't disable libgcj.
3695         (arm*-*-linux-gnueabi): Remove useless assignment.
3696         (arm-*-riscix*): Don't disable libgcj.
3697         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3698         configuration.
3699         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3700         (c54x*-*-*): Remove case.
3701         (tic54x-*-*): Don't disable GCC or GCC libraries.
3702         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3703         to *.
3704         (d10v-*-*): Don't disable GCC libraries.
3705         (d30v-*-*): Don't disable libgcj.
3706         (h8500-*-*): Don't disable GCC libraries.
3707         (i960-*-*): Don't disable libgcj.
3708         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3709         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3710         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3711         libgcj.
3712         (m68k-*-coff*): Remove case.
3713         (mmix-*-*): Don't disable libgloss on host.
3714         (mn10200-*-*, mn10300-*-*): Remove cases.
3715         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3716         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3717         Don't disable libgcj.
3718         (romp-*-*): Remove case.
3719         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3720         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3721         case.
3722         (v810-*-*): Don't disable GCC libraries.
3723         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3724         (ip2k-*-*): Don't disable GCC libraries.
3725         * configure: Regenerate.
3726
3727 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3728
3729         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3730         libffi on host.
3731         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3732         on host.
3733         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3734         * configure: Regenerate.
3735
3736 2011-03-26  John Marino  <binutils@marino.st>
3737
3738         * configure.ac: Add support for *-*-dragonfly*
3739         * configure: Regenerate.
3740
3741 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3742
3743         * configure.ac (native_only): Remove.
3744         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3745         send-pr uudecode guile gnuserv on host.
3746         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3747         send-pr rcs guile perl texinfo libtool on host.
3748         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3749         automake send-pr rcs guile perl texinfo libtool on host.
3750         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3751         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3752         (alpha*-dec-osf*): Don't disable fileutils on target.
3753         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3754         texinfo send-pr expect dejagnu on target.
3755         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3756         target-qthreads on target.
3757         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3758         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3759         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3760         x86_64-*-mingw*): Don't disable expect on target.
3761         (*-*-cygwin*): Don't disable target-gperf on target.
3762         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3763         gnuserv on target.
3764         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3765         target.
3766         * configure: Regenerate.
3767
3768 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3769
3770         * configure.ac (target_tools): Remove target-groff.
3771         (native_only): Remove target-groff.
3772         (hppa*64*-*-*): Don't disable byacc.
3773         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3774         setting.
3775         (*-*-kaos*): Don't skip target-librx and target-groff.
3776         (*-*-netware*): Don't skip target-libmudflap.
3777         (*-*-tpf*): Don't skip target-libmudflap.
3778         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3779         directories on the host.
3780         (ia64*-*-*vms*): Don't skip tix.
3781         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3782         host.
3783         * configure: Regenerate.
3784
3785 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3786
3787         * configure.ac: Remove references to mt-mep, mt-netware,
3788         mt-wince.
3789         * Makefile.def: Add all-utils soft dependencies.
3790         * Makefile.tpl: Remove GDB_NLM_DEPS.
3791         * configure: Regenerate.
3792         * Makefile.in: Regenerate.
3793
3794 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3795
3796         * configure.ac: Do not include mh-x86omitfp.
3797         * configure: Regenerate.
3798
3799 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3800
3801         * configure.ac: Remove empty cases.
3802         * configure: Regenerate.
3803
3804 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3805
3806         * Makefile.def: Add dependency from termcap to gdb.
3807         * Makefile.in: Regenerate.
3808
3809 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3810
3811         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3812         * configure: Regenerate.
3813         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3814         * Makefile.tpl: Likewise.
3815         * Makefile.in: Regenerate.
3816
3817 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3818
3819         * configure.ac: Remove all mentions of tentative_cc.
3820         * configure: Regenerate.
3821
3822 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3823
3824         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3825         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3826         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3827         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3828         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3829         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3830         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3831         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3832         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3833         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3834         *-*-rhapsody*): Remove host cases.
3835         * configure: Regenerate.
3836
3837 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3838
3839         * configure.ac (ppc*-*-pe): Remove host case.
3840         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3841         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3842         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3843         cases.
3844         * configure: Regenerate.
3845
3846 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3847
3848         * config.sub: Update to version 2011-03-23.
3849
3850 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3851
3852         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3853         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3854         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3855         * configure: Regenerate.
3856
3857 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3858
3859         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3860         to Write After Approval.
3861         * config-ml.in: Don't handle arc-*-elf*.
3862         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3863         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3864         handle GCC libraries.
3865         * configure: Regenerate.
3866
3867 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3868
3869         PR bootstrap/48120:
3870         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3871         Add -lstdc++ -lm to LIBS.
3872         * configure: Regenerate.
3873
3874 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3875
3876         * config.guess: Update to version 2011-02-02
3877         * config.sub: Update to version 2011-02-24
3878
3879 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3880
3881         PR lto/48086
3882         * configure.ac: Re-enable LTO on *-apple-darwin9.
3883         * configure: Regenerate.
3884
3885 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3886
3887         PR lto/48086
3888         * configure.ac: Disable LTO on darwin due to an assembler change in
3889         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3890         under 256.
3891         * configure: Regenerate.
3892
3893 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3894
3895         * MAINTAINERS: Update myself as score backend maintainer,
3896         update my e-mail address.
3897
3898 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3899
3900         * MAINTAINERS: Update my e-mail address.
3901
3902 2011-03-06  Joey Ye  <joey.ye@arm.com>
3903
3904         * MAINTAINERS: Update my e-mail address.
3905
3906 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3907
3908         * configure.ac: Adjust test of with_ppl.
3909         * configure: Regenerated.
3910
3911 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3912
3913         * MAINTAINERS: Adjust my e-mail address.
3914
3915 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3916
3917         * configure.ac: Add -lpwl to ppllibs.
3918         * configure: Regenerated.
3919
3920 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3921
3922         * config/cloog.m4: Add -lisl to clooglibs.
3923         * configure: Regenerated.
3924
3925 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3926
3927         * MAINTAINERS (CPU Port maintainers): Add self.
3928
3929 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3930
3931         * MAINTAINERS: Add myself as testsuite maintainer.
3932
3933 2011-02-15  Mike Stump  <mikestump@comcast.net>
3934
3935         * MAINTAINERS: Add myself as testsuite maintainer.
3936
3937 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3938
3939         Import from Libtool and gnulib:
3940
3941         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3942
3943         Prepare for supporting FreeBSD 10.
3944         * config.rpath: Remove handling of freebsd1* which soon would
3945         match FreeBSD 10.0.
3946
3947         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3948
3949         Remove support for FreeBSD 1.x.
3950         * libtool.m4 (_LT_LINKER_SHLIBS)
3951         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3952         soon would incorrectly match FreeBSD 10.0.
3953
3954 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3955
3956         PR binutils/12283
3957         * move-if-change: Import version from gnulib.
3958
3959 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3960
3961         PR lto/47225
3962         * Makefile.def (lto-plugin): Double dash for enable-shared.
3963         (configure-gcc): Depend on all-lto-plugin.
3964         * Makefile.in: Rebuilt.
3965
3966 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3967
3968         * configure.ac: Remove extra bracket.
3969         * configure: Regenerate.
3970
3971 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3972
3973         * MAINTAINERS: Add myself as libquadmath maintainer.
3974
3975 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3976
3977         * MAINTAINERS: Update my email address.
3978
3979 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3980
3981         * MAINTAINERS (option handling): Add self.
3982
3983 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3984
3985         PR lto/47225
3986         * Makefile.def: Add dependency for install-gcc
3987         on install-lto-plugin.
3988         * Makfile.in: Regenerated
3989
3990 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3991
3992         * MAINTAINERS (CPU Port Maintainers): Add myself.
3993
3994 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3995
3996         PR libgcj/44341
3997         * configure.ac: Discard --with-* flags for host when configuring
3998         target libraries for cross build.
3999         * configure: Rebuilt.
4000
4001 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4002
4003         * MAINTAINERS (linear loop transforms): Removed.
4004
4005 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
4006
4007         * configure.ac: If with_ppl is no, move setting with_cloog=no
4008         after CLOOG_REQUESTED check.
4009         * configure: Regenerated.
4010
4011 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4012
4013         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4014         CLooG has been requested.
4015         * configure: Regenerated.
4016
4017 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4018
4019         * configure: Regenerated.
4020         * configure.ac: Check for version 0.11 (or later revision) of PPL.
4021
4022 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4023
4024         * configure: Regenerated.
4025         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4026
4027 2011-01-21  Andreas Schwab  <schwab@redhat.com>
4028
4029         * configure.ac: Use AS_HELP_STRING throughout.
4030         * configure: Regenerate.
4031
4032 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
4033
4034         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4035         * configure: Regenerate.
4036
4037 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4038
4039         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4040
4041 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4042
4043         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4044         for ia64-hpux.
4045         * configure: Regenerate.
4046
4047 2011-01-07  Jan Hubicka  <jh@suse.cz>
4048
4049         PR lto/47225
4050         * Makefile.in: Regenerate.
4051         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4052         configure.
4053
4054 2011-01-07  Jan Hubicka  <jh@suse.cz>
4055
4056         * Makefile.in: Regenerate.
4057         * Makefile.def (gcc host module) and soft dependency on lto-plugin
4058         and configure dependency on lto-plugin configure.
4059         (lto-plugin module): Remove dependency on GCC; add dependency on
4060         liniberty.
4061
4062 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4063
4064         * MAINTAINERS (Write After Approval): Add myself.
4065
4066 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4067
4068         * configure: Regenerate.
4069
4070 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4071
4072         * configure.ac: (picochip): Disable libiberty.
4073
4074 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4075
4076         * MAINTAINERS (Write After Approval): Add myself.
4077
4078 2010-12-10  Ian Lance Taylor  <iant@google.com>
4079
4080         PR bootstrap/46819
4081         * configure.ac: For --disable-libgcj clear libgcj_saved.
4082         * configure: Rebuild.
4083
4084 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4085
4086         PR fortran/46540
4087         * configure.ac: Add --disable-libquadmath and
4088         --disable-libquadmath-support.
4089         * configure: Regenerate.
4090
4091 2010-12-03  Ian Lance Taylor  <iant@google.com>
4092
4093         * MAINTAINERS: Add myself as libgo maintainer.
4094
4095 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4096
4097         PR libffi/46792
4098         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4099         * configure: Regenerate.
4100
4101 2010-12-02  Ian Lance Taylor  <iant@google.com>
4102
4103         * configure.ac: Always set default for poststage1_ldflags to
4104         -static-libstdc++ -static-libgcc.
4105
4106 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4107
4108         * configure.ac: Move comment to remove extra space in last argument
4109         of GCC_TARGET_TOOL.
4110
4111 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4112
4113         PR other/46026
4114         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4115         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4116         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4117         (BASE_FLAGS_TO_PASS): Use it.
4118         * configure: Rebuilt.
4119         * Makefile.in: Rebuilt.
4120
4121 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4122
4123         PR binutils/12258
4124         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4125         Properly check default linker.
4126         * configure: Regnerated.
4127
4128 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4129
4130         * configure.ac: For --enable-gold, handle value `default' instead of
4131         `both*'.  New configure option --{en,dis}able-ld.
4132         * configure: Regenerate.
4133
4134 2010-11-20  Ian Lance Taylor  <iant@google.com>
4135
4136         * configure.ac: Only disable a language library if no language needs
4137         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4138         * configure: Rebuild.
4139
4140 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4141
4142         * Makefile.in: Regenerate.
4143
4144         PR other/46202
4145         * configure.ac: Fix just-built in-tree STRIP name to be
4146         binutils/strip-new.
4147         * configure: Regenerate.
4148         * Makefile.def (install-strip-gcc, install-strip-binutils)
4149         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4150         (install-strip-sid): Mirror dependencies on non-strip variants
4151         of these targets on the respective -strip prerequisites.
4152         * Makefile.tpl (install-strip, install-strip-host)
4153         (install-strip-target): New targets.
4154         (install-strip-[+module+], install-strip-target-[+module+]):
4155         New targets.
4156         * Makefile.in: Regenerate.
4157
4158 2010-11-19  Ian Lance Taylor  <iant@google.com>
4159             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4160
4161         * configure.ac: Add target-libgo to target_libraries.  Set
4162         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4163         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4164         (HOST_EXPORTS): Add GOC.
4165         (BASE_TARGET_EXPORTS): Add GOC.
4166         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4167         (GOCFLAGS_FOR_TARGET): New variable.
4168         (EXTRA_HOST_FLAGS): Add GOC.
4169         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4170         * Makefile.def (target_modules): Add libgo.
4171         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4172         (dependencies): Add dependency from configure-target-libgo to
4173         configure-target-libffi and all-target-libstdc++-v3.  Add
4174         dependencies from all-target-libgo to all-target-libffi.
4175         (languages): Add go.
4176         * configure: Rebuild.
4177         * Makefile.in: Rebuild.
4178
4179 2010-11-19  Ian Lance Taylor  <iant@google.com>
4180
4181         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4182         compiler/flag environment variables.
4183
4184 2010-11-18  Ian Lance Taylor  <iant@google.com>
4185
4186         * configure.ac: Check for lang_requires_boot_languages in
4187         config-lang.in files.
4188         * configure: Rebuild.
4189
4190 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4191             Tobias Burnus  <burnus@net-b.de>
4192
4193         PR fortran/32049
4194         * Makefile.def: Add libquadmath; build it with language=fortran.
4195         * configure.ac: Add libquadmath.
4196         * Makefile.tpl: Handle multiple libs in check-[+language+].
4197         * Makefile.in: Regenerate.
4198         * configure: Regenerate.
4199
4200 2010-11-16  Tom Tromey  <tromey@redhat.com>
4201
4202         * MAINTAINERS: Moved myself to reviewers section.
4203
4204 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4205
4206         * MAINTAINERS: Moved myself to reviewers section.
4207
4208 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4209
4210         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4211         (Write After Approval): Remove self.
4212
4213 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4214
4215         * configure.ac: Fix spelling in option names.
4216         * configure: Regenerated.
4217
4218 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4219
4220         PR bootstrap/39622
4221         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4222         * configure: Regenerated.
4223
4224 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4225
4226         * MAINTAINERS: Update my email address.
4227
4228 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4229
4230         * configure: Regenerate.
4231
4232 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4233
4234         * configure: Regenerate.
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-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4245
4246         * configure.ac: Support official CLooG.org versions.
4247         * configure: Regenerate.
4248         * config/cloog.m4: New.
4249
4250 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4251
4252         * MAINTAINERS (Write After Approval): Add myself.
4253
4254 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4255
4256         * MAINTAINERS: Update my email address.
4257
4258 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4259
4260         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4261         * configure: Regenerate.
4262
4263 2010-11-03  Ian Lance Taylor  <iant@google.com>
4264             Dave Korn  <dave.korn.cygwin@gmail.com>
4265
4266         PR lto/46273
4267         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4268         and on other supported platforms whenever LTO is enabled.
4269         * configure: Rebuild.
4270
4271 2010-11-02  Alan Modra  <amodra@gmail.com>
4272
4273         PR binutils/12110
4274         * configure.ac: Error when source path contains spaces.
4275         * configure: Regenerate.
4276
4277 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4278
4279         * MAINTAINERS: Update my email address.
4280
4281 2010-10-20  Ian Lance Taylor  <iant@google.com>
4282
4283         * Makefile.def (target_modules): Set lib_path to src/.libs for
4284         libstdc++-v3 module.
4285         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4286         * Makefile.in: Rebuild.
4287
4288 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4289
4290         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4291         (Write After Approval): Remove myself.
4292
4293 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4294
4295         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4296
4297 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4298
4299         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4300
4301 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4302
4303         * configure.ac (build_lto_plugin): New shell variable.
4304         (--enable-lto): Turn on by default for all non-ELF platforms that
4305         have had LTO support added so far.  Set build_lto_plugin appropriately
4306         for both ELF and non-ELF.
4307         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4308         * configure: Regenerate.
4309
4310 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4311
4312         Sync from src:
4313         * configure.ac (v850 support): Remove target-libgloss from
4314         noconfigdirs.
4315         * configure: Regenerate.
4316
4317 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4318
4319         PR bootstrap/45326
4320         PR bootstrap/45174
4321         * configure.ac: Honor initial values of $build_configargs,
4322         $host_configargs, $target_configargs.  Mark the precious, so
4323         environment settings get recorded.
4324         * configure: Regenerate.
4325
4326 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4327
4328         PR bootstrap/45796
4329         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4330         Depend on all-build-libiberty.
4331         * Makefile.in: Regenerate.
4332
4333 2010-09-30  Michael Eager  <eager@eagercon.com>
4334
4335         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4336         * configure: Regenerate.
4337
4338 2010-09-28  Michael Eager  <eager@eagercon.com>
4339
4340         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4341
4342 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4343
4344         PR bootstrap/44621
4345         * configure.ac: Fix unportable shell quoting.
4346         * configure: Regenerate.
4347
4348 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4349
4350         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4351         targets and amend comment.
4352         * configure: Regenerate.
4353
4354 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4355
4356         * MAINTAINERS (Write After Approval): Add myself.
4357
4358 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4359
4360         * configure.ac: Enable LTO by default on Darwin.
4361         * configure: Regenerate.
4362
4363 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4364
4365         * MAINTAINERS (Write After Approval): Add myself.
4366
4367 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4368
4369         * MAINTAINERS (Write After Approval): Add myself.
4370
4371 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4372
4373         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4374         ports
4375
4376 2010-07-28  David Yuste  <david.yuste@gmail.com>
4377
4378         * MAINTAINERS (Write After Approval): Add myself.
4379
4380 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4381
4382         * configure.ac: Support all v850 targets.
4383         * configure: Regenerate.
4384
4385 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4386
4387         PR bootstrap/44455
4388         * configure.ac (extra_mpfr_configure_flags): Copy from
4389         extra_mpc_gmp_configure_flags.
4390         * configure: Re-generated.
4391
4392 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4393
4394         * MAINTAINERS (Write After Approval): Add myself.
4395
4396 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4397
4398         * MAINTAINERS (Write After Approval): Add myself.
4399
4400 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4401
4402         * MAINTAINERS (Write After Approval): Add myself.
4403
4404 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4405
4406         PR target/44862
4407         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4408         Provide -B option to allow for link spec %s substitutions for
4409         libstdc++.a on darwin.
4410         * Makefile.in: Regenerate.
4411
4412 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4413
4414         * MAINTAINERS (Reviewers): Update my e-mail address
4415
4416 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4417
4418         * Makefile.def (configure-gcc): Depend on all-libelf.
4419         * Makefile.in: Rebuild.
4420
4421 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4422
4423         * MAINTAINERS (Write After Approval): Add myself in the right place.
4424
4425 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4426
4427         * MAINTAINERS (Write After Approval): Add myself.
4428
4429 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4430
4431         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4432
4433 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4434
4435         * config.sub: Update to version 2010-05-21.
4436         * config.guess: Update to version 2010-04-03.
4437
4438 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4439
4440         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4441         * configure: Regenerate.
4442
4443 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4444
4445         * MAINTAINERS (Write After Approval): Add myself.
4446
4447 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4448
4449         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4450         a platform that supports LTO.
4451         * configure: Regenerate.
4452
4453 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4454
4455         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4456         * configure: Regenerated.
4457
4458 2010-04-27  Roland McGrath  <roland@redhat.com>
4459             H.J. Lu  <hongjiu.lu@intel.com>
4460
4461         * configure.ac (--enable-gold): Support both, both/gold and
4462         both/bfd to add gold to configdirs without removing ld.
4463         * configure: Regenerated.
4464
4465         * Makefile.def: Add install-gold dependency to install-ld.
4466         * Makefile.in: Regenerated.
4467
4468 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4469
4470         PR lto/42776
4471         * configure.ac (--enable-lto): Refactor handling so libelf tests
4472         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4473         and allow LTO to be explicitly enabled on non-ELF platforms that
4474         are known to support it inside else-clause.
4475         * configure: Regenerate.
4476
4477 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4478
4479         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4480         * configure: Regenerate.
4481
4482 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4483
4484         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4485         * configure: Regenerate.
4486
4487 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4488
4489         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4490         separately.
4491         * configure: Regenerate.
4492
4493 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4494
4495         * MAINTAINERS (Write After Approval): Add myself.
4496
4497 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4498
4499         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4500         * configure: Regenerate.
4501
4502 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4503
4504         * configure: Regenerate after change to elf.m4.
4505
4506 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4507
4508         * MAINTAINERS (Write After Approval): Add myself.
4509
4510 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4511
4512         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4513         * configure: Regenerated.
4514
4515 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4516
4517         * configure.ac: Print "buggy but acceptable" when CLooG
4518         revision is less than 9.
4519         * configure: Regenerated.
4520
4521 2010-04-01  Diego Novillo  <dnovillo@google.com>
4522
4523         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4524
4525 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4526
4527         PR bootstrap/43615
4528         PR bootstrap/43328
4529
4530         Revert:
4531
4532         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4533
4534         * configure.ac: Do not pass --enable-multilib nor
4535         --disable-multilib in baseargs.  Accept explicitly passed
4536         --enable_multilib.
4537         * configure: Regenerate.
4538
4539 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4540
4541         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4542
4543 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4544
4545         * MAINTAINERS: Remove myself.
4546
4547 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4548
4549         PR bootstrap/43328
4550         * configure.ac: Do not pass --enable-multilib nor
4551         --disable-multilib in baseargs.  Accept explicitly passed
4552         --enable_multilib.
4553         * configure: Regenerate.
4554
4555 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4556
4557         * MAINTAINERS (spu port): Remove me.
4558
4559 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4560
4561         * configure.ac (tic6x-*-*): New case.
4562         * configure: Regenerate.
4563
4564 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4565
4566         * config.sub: Update to version 2010-03-22.
4567         * config.guess: Update to version 2009-12-30.
4568
4569 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4570
4571         PR ada/42554
4572         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4573         * configure: Regenerate.
4574
4575 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4576
4577         * MAINTAINERS: Update my email address.
4578
4579 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4580
4581         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4582         (ghassan.shobaki@amd.com): Removed.
4583
4584 2010-03-17  Alan Modra  <amodra@gmail.com>
4585
4586         * MAINTAINERS: Update my email address.
4587
4588 2010-03-16  Diego Novillo  <dnovillo@google.com>
4589
4590         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4591         Matthews.
4592
4593 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4594
4595         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4596         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4597
4598 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4599
4600         * MAINTAINERS: Update my email address.
4601
4602 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4603
4604         * MAINTAINERS: Update my email address.
4605
4606 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4607
4608         * MAINTAINERS: Update my email address.
4609
4610 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4611
4612         * MAINTAINERS: Update my email address.
4613
4614 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4615
4616         PR libstdc++/32499
4617         * configure.ac (RANLIB): Default to true.
4618         (STRIP): Likewise.
4619         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4620         * configure: Regenerate.
4621
4622 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4623
4624         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4625         (Write After Approval): Update my email address.
4626
4627 2010-02-17  Nick Clifton  <nickc@redhat.com>
4628
4629         PR 11238
4630         * Makefile.tpl (local-distclean): Also remove config.cache files in
4631         sub-directories as there may not be Makefiles present in the
4632         sub-directories.
4633         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4634         the config.cache files found by the find command.
4635
4636         * Makefile.in: Regenerate.
4637         * configure.ac: Revert previous delta.
4638         * configure: Regenerate.
4639
4640 2010-02-15  Nick Clifton  <nickc@redhat.com>
4641
4642         PR 11238
4643         * configure.ac: Delete config.cache files in sub-directories when
4644         deleting Makefiles.
4645         * configure: Regenerate.
4646
4647 2010-02-12  Ben Elliston  <bje@gnu.org>
4648
4649         * MAINTAINERS: Update my email address.
4650
4651 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4652
4653         * MAINTAINERS (spu port): Update my email address.
4654
4655 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4656
4657         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4658
4659 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4660
4661         * configure.ac: Add "recommended" version checks for GMP/MPC.
4662         Update recommended GMP/MPFR/MPC versions.
4663         * configure: Regenerate.
4664
4665 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4666
4667         * MAINTAINERS: Move my Embecosm email address into the
4668         write-after-approval section.
4669
4670 2010-01-26  Ian Lance Taylor  <iant@google.com>
4671
4672         * MAINTAINERS: Add myself as Go frontend maintainer.
4673
4674 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4675
4676         PR libstdc++/36101, PR libstdc++/42813
4677         * configure.ac (bootstrap_target_libs): Make inclusion of
4678         target-libgomp conditional on libgomb being in target_configdirs.
4679         * configure: Regenerate.
4680
4681 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4682
4683         PR libstdc++/36101, PR libstdc++/42813
4684         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4685         * configure: Regenerate.
4686
4687 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4688
4689         PR libstdc++/36101, PR libstdc++/42813
4690         * configure.ac (target_configdirs): Substitute.
4691         * Makefile.def: Bootstrap target module libgomp.
4692         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4693         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4694         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4695         * configure, Makefile.in: Regenerate.
4696
4697 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4698
4699         * MAINTAINERS: Adjust my details.
4700
4701 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4702
4703         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4704
4705 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4706
4707         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4708
4709 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4710
4711         * MAINTAINERS (Write After Approval): Add myself.
4712
4713 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4714
4715         * MAINTAINERS (Write After Approval): Add myself.
4716
4717 2010-01-11  Richard Guenther  <rguenther@suse.de>
4718
4719         PR lto/41569
4720         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4721         * Makefile.in: Regenerated.
4722
4723 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4724
4725         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4726         * configure: Regenerate.
4727
4728 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4729             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4730
4731         PR bootstrap/42424
4732         * configure.ac: Include libtool m4 files.
4733         (_LT_CHECK_OBJDIR): Call it.
4734         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4735         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4736
4737         * configure: Regenerate.
4738
4739 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4740
4741         PR bootstrap/41818
4742         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4743         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4744         * Makefile.in: Regenerate.
4745
4746 2010-01-02  Richard Guenther  <rguenther@suse.de>
4747
4748         PR lto/41529
4749         * configure.ac: Include config/elf.m4.  Disable LTO if not
4750         builting for an elf target.
4751         * configure: Regenerate.
4752
4753 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4754
4755         * MAINTAINERS: Change my email address.
4756
4757 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4758
4759         * config.sub, config.guess: Update from upstream sources.
4760
4761 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4762
4763         * MAINTAINERS (Write After Approval): Add myself.
4764
4765 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4766
4767         PR middle-end/30447
4768         PR middle-end/30789
4769         PR other/40302
4770
4771         * configure.ac: Require MPC.
4772         * configure: Regenerate.
4773
4774 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4775
4776         PR target/38384
4777         PR bootstrap/40972
4778         * libtool.m4: Sync from git Libtool.
4779         * ltoptions.m4: Likewise.
4780         * ltversion.m4: Likewise.
4781         * lt~obsolete.m4: Likewise.
4782         * ltmain.sh: Likewise.
4783
4784 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4785
4786         * configure.ac: Update minimum MPC version to 0.8.
4787         * configure: Regenerate.
4788
4789 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4790
4791         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4792         * configure: Regenerated.
4793
4794 2009-11-21  Ian Lance Taylor  <iant@google.com>
4795
4796         * configure.ac: Change default of poststage1_ldflags to be empty if
4797         poststage1_libs is set.  When poststage1_libs is empty, and
4798         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4799         * configure: Rebuild.
4800
4801 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4802
4803         * MAINTAINERS (Write After Approval): Update my email address.
4804
4805 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4806
4807         * config.guess: Update from upstream sources.
4808
4809 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4810
4811         * Makefile.def: Restore host and target settings for gmp.
4812         * Makefile.in: Rebuild.
4813
4814 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4815
4816         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4817         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4818         Fix portability of test of C++ as bootstrap language.  Add
4819         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4820         * configure: Rebuild.
4821         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4822         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4823         in-tree building.
4824         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4825         (POSTSTAGE1_HOST_EXPORTS): Use it.
4826         (STAGE[+id+]_CXXFLAGS): New.
4827         (BASE_FLAGS_TO_PASS): Pass it down.
4828         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4829         extra_exports.
4830         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4831         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4832         extra_exports.
4833         * Makefile.in: Rebuild.
4834
4835 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4836
4837         * config.sub, config.guess: Update from upstream sources.
4838
4839 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4840
4841         * MAINTAINERS (Write After Approval): Add myself.
4842
4843 2009-11-09  Jon Beniston  <jon@beniston.com>
4844
4845         * MAINTAINERS (Write After Approval): Add myself.
4846
4847 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4848
4849         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4850         paths for *-w64-mingw* and x86_64-*mingw*.
4851         * configure: Regenerated.
4852
4853 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4854
4855         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4856
4857 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4858
4859         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4860         Phil Edwards to Write-After Approval.
4861
4862 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4863
4864         * configure.ac: Disable target-winsup & co for
4865         x86_64-*-mingw* and *-w64-mingw* targets.
4866         * configure: Regenerated.
4867
4868 2009-10-16  Nick Clifton  <nickc@redhat.com>
4869
4870         * MAINTAINERS: Add myself as a maintainer for the RX port.
4871
4872 2009-10-26  Johannes Singler  <singler@kit.edu>
4873
4874         * MAINTAINERS (Write After Approval): Update my e-mail address.
4875
4876 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4877
4878         * configure.ac (CLooG test): Use = with test.
4879         * configure: Regenerate.
4880
4881 2009-10-22  Richard Guenther  <rguenther@suse.de>
4882
4883         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4884         cloog if the ppl version check failed.  Move flags saving
4885         before setting in libelf check.
4886         * configure: Regenerate.
4887
4888 2009-10-21  Richard Guenther  <rguenther@suse.de>
4889
4890         * configure.ac: Adjust the ppl and cloog configure to work as
4891         documented.  Disable cloog if ppl was disabled.  Omit the version
4892         checks if they were disabled.
4893         * configure: Re-generate.
4894
4895 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4896
4897         * configure.ac: Add 'lto' to enable_languages, not
4898         new_enable_languages, and only if not already present.
4899         * configure: Regenerate.
4900
4901 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4902
4903         * README: Refer to the various COPYING* files instead of just
4904         COPYING.
4905         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4906
4907 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4908
4909         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4910
4911 2009-10-07  Richard Guenther  <rguenther@suse.de>
4912
4913         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4914         and Richard Guenther as reviewers.
4915         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4916         as reviewers.
4917
4918 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4919
4920         * config.sub: Update from upstream sources.
4921
4922 2009-10-06  Ian Lance Taylor  <iant@google.com>
4923
4924         * Makefile.def: check-gold depends upon all-gas.
4925         * Makefile.in: Rebuild.
4926
4927 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4928
4929         * MAINTAINERS (Write After Approval): Add myself.
4930
4931 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4932
4933         * Makefile.def: all-lto-plugin depends on all-libiberty.
4934         set bootstrap=true for lto-plugin.
4935         Add lto-plugin.
4936         * Makefile.in: Regenerate.
4937         * configure.ac (host_libs): Add lto-plugin.
4938         * configure: Regenerate.
4939
4940 2009-10-03  Diego Novillo  <dnovillo@google.com>
4941
4942         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4943         (HOST_LIBELFLIBS): Define.
4944         (HOST_LIBELFINC): Define.
4945         * Makefile.in: Regenerate.
4946         * configure.ac: Add --enable-lto.
4947         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4948         If --enable-lto is used, add 'lto' to new_enable_languages.
4949         If --enable-lto is used and gold is enabled, add
4950         lto-plugin to configdirs.
4951         * configure: Regenerate.
4952
4953 2009-10-03  Simon Baldwin  <simonb@google.com>
4954
4955         * configure.ac: If --with-system-zlib, suppress local zlib and
4956         pass --with-system-zlib to subdir configure scripts.
4957         * configure: Regenerate.
4958
4959 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4960             Paolo Bonzini  <bonzini@gnu.org>
4961
4962         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4963         $(srcdir).
4964         * Makefile.in: Rebuilt.
4965
4966 2009-09-26  Gary Funck  <gary@intrepid.com>
4967
4968         * MAINTAINERS (Write After Approval): Add myself.
4969
4970 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4971
4972         * configure.ac: Update minimum MPC version to 0.7.
4973         * configure: Regenerate.
4974
4975 2009-09-25  Nick Clifton  <nickc@redhat.com>
4976
4977         * configure.ac: Pass any --cache-file=/dev/null option on to
4978         subconfigures.
4979         * configure: Regenerate.
4980
4981 2009-09-23  Nick Clifton  <nickc@redhat.com>
4982
4983         * config.sub, config.guess: Update from upstream sources.
4984
4985 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4986
4987         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4988         * Makefile.in: Rebuilt.
4989
4990 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4991
4992         PR bootstrap/32272
4993         * configure.ac: Error out if $srcdir isn't '.' but contains
4994         host-${host_noncanonical}.
4995         * configure: Regenerate.
4996
4997 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4998
4999         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5000         maintainer.
5001
5002 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5003
5004         * configure.ac: If bootstrapping a combined tree with
5005         --enable-gold, require c++ in stage1_languages.
5006         * configure: Regenerate.
5007
5008         * configure.ac: Also add target_libs of stage1_languages to
5009         bootstrap_target_libs.
5010         * configure: Regenerate.
5011
5012         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5013         with --enable-languages not containing c++.
5014         * configure: Regenerate.
5015
5016 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
5017
5018         * configure.ac: Disable java and boehm-gc for bfin-*-*.
5019         * configure: Regenerate.
5020
5021 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5022
5023         * MAINTAINERS (Write After Approval): Update my e-mail address,
5024         and move from from here...
5025         (Waiting for paperwork): To here.
5026
5027 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
5028
5029         * MAINTAINERS (Reviewers): Add self as driver reviewer.
5030
5031 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5032
5033         * configure.ac: Do not use $extrasub for replacing @if/@endif
5034         parts in Makefile; instead, use additional arguments to
5035         AC_CONFIG_COMMANDS to do the replacement manually, with several
5036         sed invocations, to avoid HP-UX sed command limits.
5037         * configure: Regenerate.
5038
5039 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5040
5041         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5042         blank before -L.
5043
5044 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5045
5046         * configure.ac (with-build-config): Document.  Handle without.
5047         Handle missing argument.
5048         * configure: Rebuilt.
5049
5050 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5051
5052         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5053         Default to bootstrap-debug only if compare-debug works.
5054         * configure: Rebuilt.
5055         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5056         * Makefile.in: Rebuilt.
5057
5058 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5059
5060         * MAINTAINERS (OS Port Maintainers): Update my email address.
5061
5062 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5063
5064         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5065         * Makefile.in: Rebuilt.
5066
5067 2009-09-01  Chris Demetriou  <cgd@google.com>
5068
5069         * MAINTAINERS (Write After Approval): Add myself.
5070
5071 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5072
5073         PR debug/30161
5074         * include/dwarf2.h (enum dwarf_tag): Added
5075         DW_TAG_GNU_template_template_param
5076         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5077
5078 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5079
5080         * Makefile.tpl (AWK): Fix typo.
5081         * Makefile.in: Regenerate.
5082
5083 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5084
5085         * configure.ac: Detect awk and sed.
5086         * Makefile.def (flags_to_pass): Add AWK and SED.
5087         * Makefile.tpl (AWK, SED): New.
5088         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5089         * configure: Regenerate.
5090         * Makefile.in: Regenerate.
5091
5092 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5093
5094         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5095         (collapseslashes): Likewise.
5096
5097 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5098
5099         * configure.ac (AC_PREREQ): Bump to 2.64.
5100
5101 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5102
5103         * configure.ac: Remove --with-datarootdir, --with-docdir,
5104         --with-pdfdir, --with-htmldir switches.
5105         * configure: Regenerate.
5106
5107         * configure: Regenerate.
5108
5109         * compile: Sync from Automake 1.11.
5110         * depcomp: Likewise.
5111         * install-sh: Likewise.
5112         * missing: Likewise.
5113         * mkinstalldirs: Likewise.
5114         * ylwrap: Likewise.
5115
5116 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5117
5118         * ltmain.sh (func_normal_abspath): New function.
5119         (func_relative_path): Likewise.
5120         (func_mode_help): Document new -bindir option for link mode.
5121         (func_mode_link): Add new -bindir option, and use it to place
5122         output DLL if specified.
5123
5124 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5125
5126         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5127         (baseargs): Add --disable-option-checking.
5128         * configure: Regenerate.
5129
5130         * Makefile.def (configure-target-libiberty): Depend on
5131         all-binutils and all-ld.
5132         (configure-target-newlib): Likewise.
5133         * Makefile.in: Regenerate.
5134
5135 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5136
5137         * config.sub, config.guess: Update from upstream sources.
5138
5139 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5140
5141         Sync from src, merge:
5142
5143         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5144
5145         * configure.ac: Do not exclude gas for i386-*-darwin.
5146         Add a case for x86_64-*-darwin.
5147         * configure: Regenerate.
5148
5149 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5150
5151         * MAINTAINERS: Add my name to Write After Approval list.
5152
5153 2009-08-06  Michael Eager  <eager@eagercon.com>
5154
5155         * configure.ac: Add Microblaze target.
5156         * configure: Regenerate.
5157
5158 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5159
5160         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5161         * configure: Regenerate.
5162
5163 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5164
5165         * MAINTAINERS (Write After Approval): Update my e-mail address.
5166
5167 2009-07-06  Ian Lance Taylor  <iant@google.com>
5168
5169         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5170         * configure: Rebuild.
5171
5172 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5173
5174         * MAINTAINERS: Move myself to the Graphite Reviewers.
5175
5176 2009-06-30  Wei Guozhi  <carrot@google.com>
5177
5178         * MAINTAINERS: Add my name to Write After Approval list.
5179
5180 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5181
5182         PR bootstrap/40338
5183         * configure.ac (comparestring): Create new variable.
5184         * Makefile.tpl (comparestring): Use to skip some comparisions.
5185         * configure: Regenerate.
5186         * Makefile.in: Regenerate.
5187
5188 2009-06-26  Doug Evans  <dje@sebabeach.org>
5189
5190         * Makefile.def (host_modules): Add cgen.
5191         * Makefile.in: Regenerate.
5192         * configure.ac (host_tools): Add cgen.
5193         * configure: Regenerate.
5194
5195 2009-06-23  DJ Delorie  <dj@redhat.com>
5196
5197         * MAINTAINERS: Add myself as mep maintainer.
5198
5199 2009-06-23  Ian Lance Taylor  <iant@google.com>
5200
5201         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5202         boot_languages.  Only bootstrap target libraries listed in
5203         target_libs for some boot language.  Add --with-stage1-ldflags,
5204         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5205         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5206         if not building with C++.
5207         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5208         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5209         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5210         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5211         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5212         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5213         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5214         * configure, Makefile.in: Rebuild.
5215
5216 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5217
5218         * MAINTAINERS: Added my name to write-after-approval list.
5219
5220 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5221
5222         * configure.ac: Define is_elf for QNX Neutrino targets.
5223         * configure: Regenerate.
5224
5225 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5226
5227         * MAINTAINERS: Added my name to the write-after-approval list
5228
5229 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5230
5231         * configure.ac: Detect MPC in default directory.
5232         * configure: Regenerate.
5233
5234 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5235             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5236
5237         * Makefile.tpl (all): Avoid a trailing backslash.
5238         * Makefile.in: Regenerate.
5239
5240 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5241
5242         * config.sub, config.guess: Update from upstream sources.
5243
5244 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5245
5246         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5247         to noconfdirs.
5248         * configure: Regenerate.
5249
5250 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5251
5252         * Makefile.tpl ([+compare-target+]): Compare all stage
5253         directories, rather than just gcc.
5254         * Makefile.in: Rebuilt.
5255
5256 2009-06-01  Doug Kwan  <dougkwan@google.com>
5257
5258         * configure.ac: Support gold for target arm*-*-*.
5259         * configure: Regenerate.
5260
5261 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5262
5263         * Makefile.def: Add MPC support and dependencies.
5264         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5265
5266         * Makefile.in, configure: Regenerate.
5267
5268 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5269
5270         * Makefile.tpl (all): Avoid harmless warning in make all when
5271         gcc-bootstrap is enabled but stage_last does not exist.
5272         * Makefile.in: Rebuilt.
5273
5274 2009-05-24  Nicolas Roche  <roche@adacore.com>
5275
5276         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5277         * Makefile.in: Regenerate.
5278
5279 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5280
5281         * MAINTAINERS: Update my e-mail address.
5282
5283 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5284
5285         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5286         * configure:  Regenerate.
5287
5288 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5289
5290         PR other/40159
5291         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5292         gcc-no-bootstrap are mutually exclusive.
5293         * Makefile.in: Rebuilt.
5294
5295 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5296
5297         PR other/40159
5298         * Makefile.tpl (all): Don't end with unconditional success.
5299         * Makefile.in: Rebuilt.
5300
5301 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5302
5303         PR target/37137
5304         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5305         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5306         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5307         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5308         stage_configureflags, stage_cflags and stage_libcflags into
5309         explicit Makefile macros.
5310         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5311         GFORTRAN.
5312         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5313         CC.  Set CC_FOR_BUILD from CC.
5314         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5315         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5316         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5317         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5318         and GFORTRAN.
5319         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5320         (_LIBCFLAGS): Renamed to _TFLAGS.
5321         (do-compare-debug, do-compare3-debug): Drop.
5322         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5323         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5324         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5325         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5326         (XGCC_FLAGS_FOR_TARGET): New.
5327         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5328         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5329         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5330         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5331         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5332         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5333         TFLAGS.
5334         (BUILD_CONFIG): Include if requested.
5335         (all): Set TFLAGS on bootstrap.
5336         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5337         (all-stageid-prefixmodule): Likewise.
5338         (do-clean, distclean-stageid): Set TFLAGS.
5339         (restrap): Fix whitespace.
5340         * Makefile.in: Rebuilt.
5341
5342 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5343
5344         * config.guess: Sync with src.
5345
5346 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5347
5348         * configure.ac ($with_ppl):  Default to no if not supplied.
5349         ($with_cloog):  Likewise.
5350         configure:  Regenerate.
5351
5352 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5353
5354         * MAINTAINERS: Update my e-mail address.
5355
5356 2009-04-27  Nick Clifton  <nickc@redhat.com>
5357
5358         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5359
5360 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5361
5362         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5363         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5364         * Makefile.in: Regenerate.
5365
5366 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5367
5368         PR bootstrap/39739
5369         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5370         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5371
5372         * configure, Makefile.in: Regenerate.
5373
5374 2009-04-21  Taras Glek  <tglek@mozilla.com>
5375
5376         * include/hashtab.h: Update GTY annotations to new syntax
5377         * include/splay-tree.h: Likewise
5378
5379 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5380
5381         * config.sub, config.guess: Update from upstream sources.
5382
5383 2009-04-15  Anthony Green  <green@moxielogic.com>
5384
5385         * configure.ac: Add moxie support.
5386         * configure: Rebuilt.
5387
5388 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5389
5390         * configure.ac: Change copyright header to refer to version
5391         3 of the GNU General Public License and to point readers at the
5392         COPYING3 file and the FSF's license web page.
5393         * Makefile.def: Likewise.
5394         * Makefile.tpl: Likewise.
5395         * Makefile.in: Regenerate.
5396
5397 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5398
5399         * configure.ac: Restore match for darwin9 or later. Use double
5400         brackets since regeneration eats one pair.
5401         * configure: Regenerate.
5402
5403 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5404
5405         PR gas/10039
5406         * configure.ac: Require texinfo 4.7.
5407         * configure: Regenerated.
5408
5409 2009-04-09  Nick Clifton  <nickc@redhat.com>
5410
5411         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5412         the GCC Runtime Library Exception.
5413
5414 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5415
5416         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5417         * configure: Regenerate.
5418
5419 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5420
5421         * Makefil.def (languages): New entries.
5422         * Makefile.tpl (check-gcc-*): New generic target.
5423         * Makefile.in: Regenerate.
5424
5425 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5426
5427         * MAINTAINERS:  Update my email address.
5428
5429 2009-03-18  Tom Tromey  <tromey@redhat.com>
5430
5431         * configure: Rebuild.
5432         * configure.ac (host_libs): Add libiconv.
5433         * Makefile.in: Rebuild.
5434         * Makefile.def (host_modules): Add libiconv.
5435         (configure-gdb, all-gdb): Depend on libiconv.
5436
5437 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5438
5439         * configure.ac: Treat gdb as supported on x86_64-darwin.
5440         * configure: Regenerate.
5441
5442 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5443
5444         * configure.ac (--with-host-libstdcxx): New option.
5445         * configure: Regenerate.
5446
5447 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5448
5449         * MAINTAINERS:  Move myself into the write after approval list.
5450
5451 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5452
5453         * MAINTAINERS: Update e-mail address.
5454
5455 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5456
5457         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5458
5459 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5460
5461         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5462
5463 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5464
5465         Backport from git Libtool:
5466
5467         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5468         Support GNU/kOpenSolaris.
5469         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5470         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5471         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5472         GNU/kOpenSolaris.
5473
5474 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5475
5476         * MAINTAINERS: Update e-mail address.
5477
5478 2009-02-24  Michael Eager  <eager@eagercon.com>
5479
5480         * MAINTAINERS (Write After Approval): Add self.
5481
5482 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5483
5484         * MAINTAINERS (Write After Approval): Add myself.
5485
5486 2009-02-05  Andreas Schwab  <schwab@suse.de>
5487
5488         * Makefile.tpl (stage_last): Define $r and $s before using
5489         $(RECURSE_FLAGS_TO_PASS).
5490         * Makefile.in: Regenerate
5491
5492 2009-01-30  Ian Lance Taylor  <iant@google.com>
5493
5494         * MAINTAINERS: Move myself to the Global Reviewers list.
5495
5496 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5497
5498         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5499         * configure: Regenerate.
5500
5501 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5502
5503         * MAINTAINERS: Make whitespace consistent.
5504         Remove Robert Millan from Write After Approval.
5505
5506 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5507
5508         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5509         (all-opcodes): Depend on all-libiberty.
5510         * Makefile.in: Regenerate.
5511
5512 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5513
5514         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5515         * configure: Regenerate.
5516
5517 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5518
5519         * MAINTAINERS (Write After Approval): Add myself.
5520
5521 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5522
5523         * MAINTAINERS: Add myself to reviewers (Fortran).
5524
5525 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5526
5527         PR tree-optimization/38515
5528         * configure.ac (cloog-polylib): Removed.
5529         (with_ppl, with_cloog): Test for "no".
5530         * configure: Regenerated.
5531
5532 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5533
5534         * MAINTAINERS: Moved myself to reviewers (Fortran).
5535
5536 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5537
5538         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5539         (Write After Approval): Remove myself.
5540
5541 2009-01-03  Diego Novillo  <dnovillo@google.com>
5542
5543         * MAINTAINERS: Remove myself from alias maintainership.
5544
5545 2009-01-02  David Ayers  <ayers@fsfe.org>
5546
5547         * MAINTAINERS: Update e-mail address.
5548
5549 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5550
5551         * MAINTAINERS: Make whitespace consistent.
5552
5553 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5554
5555         Backport from upstream Libtool:
5556         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5557         Add cache variables to tests that require the linker to work.
5558         For shlibpath_overrides_runpath, this also changes the semantics
5559         to let the result from the C compiler take precedence.
5560
5561 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5562
5563         * config.sub, config.guess: Update from upstream sources.
5564
5565 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5566
5567         * configure.ac (ppllibs): Add by default the lib flags.
5568         * configure: Regenerate.
5569
5570 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5571
5572         * MAINTAINERS:  Add myself to the write after approval list.
5573
5574 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5575
5576         * configure.ac: Add double brackets on darwin[912].
5577         * configure: Regenerate.
5578
5579 2008-12-03  Daniel Kraft  <d@domob.eu>
5580
5581         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5582         Approval to Reviewer section (for Fortran front-end).
5583
5584 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5585
5586         * configure.ac: Expand to darwin10 and later.
5587         * configure: Regenerate.
5588
5589 2008-12-02  Andreas Schwab  <schwab@suse.de>
5590
5591         * Makefile.def: configure-target-boehm-gc depends on
5592         all-target-libstdc++-v3.
5593         * Makefile.in: Regenerate.
5594
5595 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5596
5597         * MAINTAINERS:  Add myself as mingw maintainer.
5598
5599 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5600
5601         * config.sub, config.guess: Update from upstream sources.
5602
5603 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5604
5605         * README.SCO: Remove.
5606
5607 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5608
5609         * MAINTAINERS:  Add myself to the write after approval list.
5610
5611 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5612
5613         * MAINTAINERS:  Update my email address in WAA section.
5614
5615 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5616
5617         * MAINTAINERS: Update e-mail address.
5618
5619 2008-11-27  Toon Moene  <toon@moene.org>
5620
5621         * MAINTAINERS: Change e-mail address.
5622
5623 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5624
5625         * configure.ac: Build gdb for i?86-*-darwin*
5626         * configure: Regenerated.
5627
5628 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5629
5630         * MAINTAINERS: Added my full name.
5631
5632 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5633
5634         PR bootstrap/38014
5635         PR bootstrap/37923
5636
5637         Revert:
5638
5639         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5640
5641         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5642         * Makefile.in: Regenerated.
5643
5644         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5645
5646         PR gdb/921
5647         PR gdb/1646
5648         PR gdb/2175
5649         PR gdb/2176
5650
5651         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5652         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5653         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5654         (HOST_EXPORTS): Pass CPPFLAGS.
5655         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5656         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5657         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5658         * Makefile.in, configure: Regenerated.
5659         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5660         and CPPFLAGS_FOR_BUILD.
5661
5662 2008-11-06  Jeff Law  <law@redhat.com>
5663
5664         * MAINTAINERS: Add myself as middle end maintainer.
5665
5666 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5667
5668         * MAINTAINERS (Write after approval): Add myself.
5669
5670 2008-11-05  Diego Novillo  <dnovillo@google.com>
5671
5672         * MAINTAINERS (Global Reviewers): Add myself.
5673         (Non-Algorithmic Maintainers): Remove myself.
5674
5675 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5676
5677         * MAINTAINERS (Write after approval): Add myself.
5678
5679 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5680
5681         * MAINTAINERS (Write after approval): Add myself.
5682
5683 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5684
5685         * configure.ac (spu-*-*): Remove special case.
5686         * configure: Regenerate.
5687
5688 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5689
5690         * MAINTAINERS (Write after approval): Update my email address.
5691
5692 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5693
5694         * configure.ac [spu-*-*]: Do not set skipdirs.
5695         * configure: Re-generate.
5696
5697 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5698
5699         * MAINTAINERS (Various Maintainers): Add myself to reload.
5700
5701 2008-10-25  Richard Guenther  <rguenther@suse.de>
5702
5703         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5704         maintainer.  Remove myself as libgcc-math maintainer.
5705         (Non-Algorithmic Maintainers): Remove myself.
5706
5707 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5708
5709         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5710         * Makefile.in: Regenerated.
5711
5712 2008-10-23  Cary Coutant  <ccoutant@google.com>
5713
5714         * MAINTAINERS (Write after approval): Add myself.
5715
5716 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5717
5718         PR gdb/921
5719         PR gdb/1646
5720         PR gdb/2175
5721         PR gdb/2176
5722
5723         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5724         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5725         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5726         (HOST_EXPORTS): Pass CPPFLAGS.
5727         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5728         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5729         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5730         * Makefile.in, configure: Regenerated.
5731         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5732         and CPPFLAGS_FOR_BUILD.
5733
5734 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5735
5736         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5737         Sebastian Pop.
5738
5739 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5740
5741         * MAINTAINERS (Write After Approval): Added myself.
5742
5743 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5744
5745         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5746         recommended version to 2.3.2.
5747
5748         * configure: Regenerate.
5749
5750 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5751
5752         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5753
5754 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5755
5756         * MAINTAINERS (Write After Approval): Update e-mail address.
5757
5758 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5759
5760         * libtool.m4: Update to libtool 2.2.6.
5761         * lt~obsolete.m4: Update to libtool 2.2.6.
5762         * ltmain.sh: Update to libtool 2.2.6.
5763         * ltsugar.m4: Update to libtool 2.2.6.
5764         * ltversion.m4: Update to libtool 2.2.6.
5765         * ltoptions.m4: Update to libtool 2.2.6.
5766         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5767
5768 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5769
5770         * MAINTAINERS (Write After Approval): Add myself.
5771
5772 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5773
5774         * MAINTAINERS (Write After Approval): Update my name.
5775
5776 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5777
5778         * MAINTAINERS: Add myself in "Write After Approval".
5779
5780 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5781
5782         * MAINTAINERS: Add myself as ia64 maintainer.
5783
5784 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5785
5786         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5787         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5788         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5789         and Michael Tiemann from Write After Approval since they do not
5790         actually have access.
5791
5792 2008-09-05  Richard Guenther  <rguenther@suse.de>
5793
5794         * configure.ac: Initialize clooglibs to -lcloog.
5795         * configure: Re-generate.
5796
5797 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5798
5799         * MAINTAINERS (Write After Approval): Add myself.
5800
5801 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5802
5803         * configure.ac (--with-cloog-polylib): New.
5804         (--disable-cloog-version-check): New.
5805         (--disable-ppl-version-check): New.
5806         * configure: Re-generate.
5807
5808 2008-09-03  Richard Guenther  <rguenther@suse.de>
5809
5810         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5811         cloog test.
5812         * configure: Re-generate.
5813
5814 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5815
5816         Add picoChip port.
5817         * MAINTAINERS: Add picoChip maintainers.
5818
5819 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5820             Tobias Grosser  <grosser@fim.uni-passau.de>
5821             Jan Sjodin  <jan.sjodin@amd.com>
5822             Harsha Jagasia  <harsha.jagasia@amd.com>
5823             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5824             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5825             Adrien Eliche  <aeliche@isty.uvsq.fr>
5826
5827         Merge from graphite branch.
5828         * configure: Regenerate.
5829         * Makefile.in: Regenerate.
5830         * configure.ac (host_libs): Add ppl and cloog.
5831         Add checks for PPL and CLooG.
5832         * Makefile.def (ppl, cloog): Added modules and dependences.
5833         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5834         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5835
5836 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5837
5838         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5839         (GCC_SHLIB_SUBDIR): New.
5840         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5841         * configure: Regenerate.
5842         * Makefile.in: Regenerate.
5843
5844 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5845
5846         * MAINTAINERS: Consistently use tabs to separate columns.
5847
5848 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5849
5850         * MAINTAINERS (Write after Approval): Add myself.
5851
5852 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5853
5854         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5855         Enable bfd, binutils and opcodes.
5856         * configure: Regenerate.
5857
5858 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5859
5860         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5861
5862 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5863
5864         * MAINTAINERS:  Use correct Umlaut for last name.
5865
5866 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5867
5868         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5869
5870 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5871
5872         * MAINTAINERS: Update my email address.
5873
5874 2008-08-16  Nicolas Roche  <roche@adacore.com>
5875
5876         * Makefile.tpl: Add BOOT_ADAFLAGS.
5877         * Makefile.in: Regenerate.
5878
5879 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5880
5881         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5882         * configure: Regenerate.
5883
5884 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5885
5886         * configure.ac: Add makefile fragments for hpux.
5887         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5888         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5889         * configure: Regenerate.
5890         * Makefile.in: Regenerate.
5891
5892 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5893
5894         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5895
5896 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5897
5898         * MAINTAINERS (Write after Approval): Add myself.
5899
5900 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5901
5902         * MAINTAINERS (Write After Approval):  Add myself.
5903
5904 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5905
5906         * MAINTAINERS (Write After Approval):  Add myself.
5907
5908 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5909
5910         * MAINTAINERS: Update my email address.
5911
5912 2008-06-25  Joey Ye  <joey.ye@intel.com>
5913
5914         * MAINTAINERS (Write After Approval):  Add myself.
5915
5916 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5917
5918         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5919         * Makefile.in: Regenerate.
5920         * configure: Regenerate.
5921
5922 2008-06-17  Daniel Kraft  <d@domob.eu>
5923
5924         * MAINTAINERS (Write After Approval):  Add myself.
5925
5926 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5927
5928         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5929         "$@" is still intact with both Autoconf 2.59 and 2.62.
5930         * configure: Regenerate.
5931
5932 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5933
5934         * Makefile.tpl: Fix comment errors.
5935         * Makefile.in: Regenerate.
5936
5937 2008-06-12  David S. Miller  <davem@davemloft.net>
5938             David Edelsohn  <edelsohn@gnu.org>
5939
5940         * configure.ac: Add powerpc*-*-* to gold supported targets.
5941         * configure: Regenerate.
5942
5943 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5944
5945         PR tree-optimization/36218
5946         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5947         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5948         (all prefix="build-"): Pass them to build-system sub-makes.
5949         * Makefile.in: Regenerate.
5950
5951 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5952
5953         * MAINTAINERS (mt port): Remove.
5954         (sco5, unixware, sco udk): Remove.
5955         (Kean Johnston): Add to Write After Approval.
5956
5957 2008-05-30  Julian Brown  <julian@codesourcery.com>
5958
5959         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5960         of libobjc for ARM EABI Linux.
5961         * configure: Regenerate.
5962
5963 2008-05-18  Xinliang David Li   <davidxl@google.com>
5964
5965         * ChangeLog: Remove wrong ChangeLog entry.
5966
5967 2008-05-17  Xinliang David Li   <davidxl@google.com>
5968
5969         * MAINTAINERS (Write After Approval): Add myself.
5970
5971 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5972
5973         * MAINTAINERS (Write After Approval): Add myself.
5974
5975 2008-05-14  Rafael Espíndola  <espindola@google.com>
5976
5977         * config-ml.in: don't handle --enable-shared and --enable-static.
5978
5979 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5980
5981         * MAINTAINERS: Update my email address.
5982
5983 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5984
5985         * MAINTAINERS: Update my email address.
5986
5987 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5988
5989         * MAINTAINERS (Write After Approval): Add myself.
5990
5991 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5992
5993         * MAINTAINERS (Write After Approval): Add myself.
5994
5995 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5996
5997         * MAINTAINERS (crx): Add myself.
5998
5999 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6000
6001         Sync with src:
6002         2008-04-14  David S. Miller  <davem@davemloft.net>
6003
6004         * configure.ac: Add sparc*-*-* to gold supported targets.
6005         * configure: Regenerate.
6006
6007 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6008
6009         PR bootstrap/35457
6010         * configure.ac: Include override.m4.
6011         * configure: Regenerate.
6012
6013 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6014
6015         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6016         * Makefile.in: Regenerate.
6017
6018 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6019
6020         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6021         as nonconfigurable directories list.
6022         * configure: Regenerate.
6023
6024 2008-04-14  Ben Elliston  <bje@au.ibm.com>
6025
6026         * config.sub, config.guess: Update from upstream sources.
6027
6028 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6029
6030         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6031         * Makefile.in: Regenerate.
6032
6033 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6034
6035         * configure.ac: Do not build libssp for the AVR.
6036         * configure: Regenerate.
6037
6038 2008-04-07  Ian Lance Taylor  <iant@google.com>
6039
6040         * Makefile.def: check-gold depends upon all-binutils.
6041         * Makefile.in: Regenerate.
6042
6043 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6044
6045         * MAINTAINERS (Write After Approval): Add myself.
6046
6047 2008-04-04  Nick Clifton  <nickc@redhat.com>
6048
6049         PR binutils/4334
6050         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6051         builds.
6052         * configure: Regenerate.
6053
6054 2008-04-04  NightStrike  <NightStrike@gmail.com>
6055
6056         PR other/35151
6057         * configure.ac: Combine rules for mingw32 and mingw64.
6058         * configure: Regenerate.
6059
6060 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6061
6062         * MAINTAINERS (Write After Approval): Add myself.
6063
6064 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6065
6066         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6067         * Makefile.in (.NOTPARALLEL): Ditto.
6068
6069 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6070
6071         * MAINTAINERS (Write After Approval): Add myself.
6072
6073 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6074
6075         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6076         * Makefile.in (.NOTPARALLEL): Regenerate.
6077
6078 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6079
6080         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6081         * Makefile.in: Regenerate.
6082
6083 2008-03-26  Jakub Staszak  <kuba@et.pl>
6084
6085         * MAINTAINERS (Write After Approval): Add myself.
6086
6087 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6088
6089         * MAINTAINERS:  Update e-mail address.
6090
6091 2008-03-20  Ian Lance Taylor  <iant@google.com>
6092
6093         * configure.ac: Add support for --enable-gold.
6094         * Makefile.def: Add gold as a directory like ld.
6095         * configure, Makefile.in: Regenerate.
6096
6097 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6098
6099         * configure.ac: m4_include config/proginstall.m4.
6100         * configure: Regenerate.
6101
6102         Backport from upstream Libtool:
6103
6104         2007-10-12  Eric Blake  <ebb9@byu.net>
6105
6106         Deal with Autoconf 2.62's semantic change in m4_append.
6107         * ltsugar.m4 (lt_append): Replace broken versions of
6108         m4_append.
6109         (lt_if_append_uniq): Don't require separator to be overquoted,
6110         and avoid broken m4_append.
6111         (lt_dict_add): Fix typo.
6112         * libtool.m4 (_LT_DECL): Don't overquote separator.
6113
6114 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6115
6116         * config.rpath: Add AIX 6 support.
6117
6118 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6119
6120         * Makefile.def (stageprofile).  Remove -fprofile-generate
6121         from stage_libcflags.
6122         * Makefile.in: Regenerate.
6123
6124 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6125
6126         * config.sub, config.guess: Update from upstream sources.
6127
6128 2008-03-06  Tom Tromey  <tromey@redhat.com>
6129
6130         * MAINTAINERS: Update for treelang deletion.
6131
6132 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6133
6134         * MAINTAINERS: Update my email address.
6135
6136 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6137
6138         * MAINTAINERS (darwin port): Add myself as a maintainer.
6139         (objective-c/c++): Add myself as a maintainer.
6140
6141 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6142
6143         * MAINTAINERS (Write After Approval): Update my email address.
6144
6145 2008-02-25  Tomas Bily  <tbily@suse.cz>
6146
6147         * MAINTAINERS (Write After Approval): Add myself.
6148
6149 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6150
6151         * MAINTAINERS (OpenMP): Add myself.
6152
6153 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6154
6155         PR bootstrap/32009
6156         PR bootstrap/32161
6157
6158         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6159         * configure: Regenerate.
6160
6161         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6162         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6163         STAGE4_LIBCFLAGS): New.
6164         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6165         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6166         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6167         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6168         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6169         for target modules.  Don't export LIBCFLAGS.
6170         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6171         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6172         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6173         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6174         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6175         * Makefile.in: Regenerate.
6176
6177 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6178
6179         PR libgcj/33085
6180         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6181         Do not use -DDLL_EXPORT.  Backport from upstream.
6182
6183 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6184
6185         * MAINTAINERS (Write After Approval): Add myself.
6186
6187 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6188
6189         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6190         * configure: Regenerate.
6191
6192 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6193
6194         * configure.ac (xtensa*-*-*): Recognize processor variants.
6195         * configure: Regenerate.
6196
6197 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6198
6199         PR bootstrap/34922
6200         * configure.ac (PARSE_ARGS): Push suitable setting of
6201         ac_subdirs_all, for `./configure --help=recursive'.
6202         Handle `+' in generic toplevel directory disabling.
6203         * configure: Regenerate.
6204
6205 2008-01-28  Nick Clifton  <nickc@redhat.com>
6206
6207         * MAINTAINERS (xstormy16): Take over maintainership.
6208
6209 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6210
6211         * MAINTAINERS (c4x port): Remove.
6212
6213 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6214
6215         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6216
6217 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6218
6219         * config.sub, config.guess: Update from upstream sources.
6220
6221 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6222
6223         * MAINTAINERS (Write After Approval): Add myself.
6224
6225 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6226
6227         * MAINTAINERS: Update my email address.
6228
6229 2008-01-09  Raksit Ashok  <raksit@google.com>
6230
6231         * MAINTAINERS (Write After Approval): Add myself.
6232
6233 2008-01-09  Raksit Ashok  <raksit@google.com>
6234
6235         * MAINTAINERS (Write After Approval): Add myself.
6236
6237 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6238
6239         * config.sub, config.guess: Update from upstream sources.
6240
6241 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6242
6243         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6244         Change recommended MPFR from 2.2.1 -> 2.3.0.
6245         * configure: Regenerate.
6246
6247 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6248
6249         * MAINTAINERS: Update my email address.
6250
6251 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6252
6253         * MAINTAINERS: Update my email address.
6254
6255 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6256
6257         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6258         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6259         * Makefile.in: Regenerate.
6260
6261 2007-12-10  Mark Heffernan  <meheff@google.com>
6262
6263         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6264         misplaced entries.
6265
6266 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6267
6268         * configure.ac: Enable libjava for x86_64-*-darwin9.
6269         * configure: Regenerate.
6270
6271 2007-12-07  Bill Maddox  <maddox@google.com>
6272
6273         * MAINTAINERS (Write After Approval): Add myself.
6274
6275 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6276
6277         * config.sub, config.guess: Update from upstream sources.
6278
6279 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6280
6281         * config-ml.in: Remove 64bit configure tests.
6282
6283 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6284
6285         * config-ml.in: Robustify against white space in absolute file
6286         names.
6287
6288         * config-ml.in (multi-clean): Substitute ${Makefile}.
6289         Remove superfluous ${Makefile} in list.
6290
6291 2007-11-19  Thiemo Seufer  <ths@mips.com>
6292
6293         * config-ml.in: Don't hardcode the Makefile name.
6294
6295 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6296
6297         * MAINTAINERS (Write After Approval): Add myself.
6298
6299 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6300
6301         * MAINTAINERS (Write After Approval): Add myself.
6302
6303 2007-11-06  Doug Kwan  <dougkwan@google.com>
6304
6305         * MAINTAINERS (Write After Approval): Add myself.
6306
6307 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6308
6309         * MAINTAINERS (mercury): Remove entry.
6310         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6311
6312 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6313
6314         * Makefile.def (dependencies): Make configure-gdb depend on
6315         all-intl.
6316         * Makefile.in: Regenerated.
6317
6318 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6319
6320         * MAINTAINERS (Fortran maintainer): Remove myself.
6321
6322 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6323
6324         * Makefile.def: To avoid problems running with parallel makes,
6325         build newlib before libgloss so that target specific header
6326         files are availble.
6327         * Makefile.in: Regenerate
6328
6329 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6330
6331         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6332         * Makefile.in: Regenerate.
6333
6334 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6335
6336         * MAINTAINERS (Register allocation reviewer): Add myself.
6337
6338 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6339
6340         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6341         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6342         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6343         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6344         * configure: Regenerate.
6345
6346 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6347
6348         * MAINTAINERS (Register allocation reviewer): Add myself.
6349
6350 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6351
6352         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6353         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6354         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6355         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6356         * configure.ac: Default them to host tools for $host = $build.
6357         Subst them.
6358
6359         * configure: Regenerate.
6360         * Makefile.in: Regenerate.
6361
6362 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6363
6364         * MAINTAINERS (Register allocation reviewer): Add myself.
6365
6366 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6367
6368         * MAINTAINERS (Register allocation reviewer): Add myself.
6369
6370 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6371
6372         * MAINTAINERS (Write After Approval): Fix typo.
6373
6374 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6375
6376         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6377         * configure: Regenerate.
6378
6379 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6380
6381         PR bootstrap/31906
6382         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6383         they're already prefixed.
6384
6385 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6386
6387         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6388         libstdc++.
6389         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6390         * configure: Regenerate.
6391         * Makefile.in: Regenerate.
6392
6393 2007-09-17  Andreas Schwab  <schwab@suse.de>
6394
6395         * configure.ac: Raise minimum makeinfo version to 4.6.
6396         * configure: Regenerate.
6397
6398 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6399
6400         * MAINTAINERS (write-after-approval) add myself
6401
6402 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6403
6404         * configure.ac: Correct makeinfo version check.
6405         * configure: Regenerate.
6406
6407 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6408
6409         * MAINTAINERS: Update my email address.
6410
6411 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6412
6413         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6414         to $skipdirs and only disable gprof for newlib.  Use the normal
6415         mips*-elf* handling in other respects.
6416         * configure: Regnerate.
6417
6418 2007-09-12  David Daney  <ddaney@avtrex.com>
6419
6420         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6421         enabling libgcj.
6422         * configure: Regenerate.
6423
6424 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6425
6426         PR other/32154
6427         * configure.ac: For libgloss targets, point the linker to the linker
6428         script, startup code and simulator library.
6429         * configure: Regenerate.
6430
6431 2007-09-07  Andrew Haley  <aph@redhat.com>
6432
6433         * configure.ac (noconfigdirs): Remove target-libffi and
6434         target-libjava.
6435         * configure: Regenerate.
6436
6437 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6438
6439         PR target/33281
6440         * configure.ac: Use config/mh-mingw on mingw.
6441         * configure: Regenerate.
6442
6443 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6444
6445         * MAINTAINERS (Write After Approval): Add myself.
6446
6447 2007-09-05  Richard Guenther  <rguenther@suse.de>
6448
6449         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6450         nor --disable-checking is provided also turn on yes and types
6451         checking for stage1.
6452         * configure: Re-generate.
6453
6454 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6455
6456         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6457         (Write After Approval): Remove myself.
6458
6459 2007-08-29  Nick Clifton  <nickc@redhat.com>
6460
6461         * config.sub, config.guess: Update from upstream sources.
6462
6463 2007-08-22  Bud Davis  <jmdavis@link.com>
6464
6465         * MAINTAINERS (Write After Approval): Added myself.
6466         * MAINTAINERS (Reviewers): Removed myself.
6467
6468 2007-08-18  Paul Brook  <paul@codesourcery.com>
6469             Joseph Myers  <joseph@codesourcery.com>
6470
6471         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6472         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6473         * Makefile.in: Regenerate.
6474         * configure.ac (--with-debug-prefix-map): New.
6475         * configure: Regenerate.
6476
6477 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6478             Nigel Stephens  <nigel@mips.com>
6479
6480         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6481         as target_makefile_frag.
6482         * configure: Regenerate.
6483
6484 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6485
6486         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6487         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6488         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6489         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6490         (do-compare, do-compare3, do-compare-debug): New.
6491         ([+compare-target+]): Use them.
6492
6493 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6494
6495         * MAINTAINERS (Write After Approval): Change my email address.
6496
6497 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6498             Ben Elliston  <bje@au.ibm.com>
6499
6500         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6501         --silent if $silent.
6502         * configure: Regenerate.
6503
6504 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6505
6506         * MAINTAINERS (Various Maintainers): Add myself as
6507         loop infrastructure maintainer.  Update my e-mail
6508         address.
6509
6510 2007-07-31  Diego Novillo  <dnovillo@google.com>
6511
6512         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6513         Adjust description.
6514
6515 2007-07-26  Richard Guenther  <rguenther@suse.de>
6516
6517         * configure.ac: Add types checking to stage1 checking flags.
6518         * configure: Regenerate.
6519
6520 2007-07-17  Nick Clifton  <nickc@redhat.com>
6521
6522         * COPYING3: New file.  Contains version 3 of the GNU General
6523         Public License.
6524         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6525         Lesser General Public License.
6526
6527 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6528
6529         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6530
6531 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6532
6533         * MAINTAINERS (S/390 co-maintainer): Add myself.
6534         (Write After Approval): Remove myself.
6535
6536 2007-07-13  Dan Hipschman  <dsh@google.com>
6537
6538         * MAINTAINERS (Write After Approval): Add myself.
6539
6540 2007-07-11  Nick Clifton  <nickc@redhat.com>
6541
6542         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6543         WINDRES export.
6544         * Makefile.in: Regenerate.
6545
6546 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6547
6548         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6549         maintainer.
6550
6551 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6552
6553         * lt~obsolete.m4: New. Import from 20070318 libtool.
6554
6555 2007-07-03  Julian Brown  <julian@codesourcery.com>
6556
6557         * MAINTAINERS (Write After Approval): Add myself.
6558
6559 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6560
6561         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6562         * configure: Regenerate.
6563
6564 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6565
6566         * configure.ac: Add some missing m4 quotation.
6567         * configure: Regenerate.
6568
6569 2007-07-02  Simon Baldwin  <simonb@google.com>
6570
6571         * MAINTAINERS (Write After Approval): Add myself.
6572
6573 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6574
6575         * configure: Regenerate.
6576
6577 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6578
6579         * Makefile.def: Add windmc tool to build.
6580         * Makefile.tpl: Likewise.
6581         * configure.ac: Likewise.
6582         * Makefile.in: Regenerate.
6583         * configure: Regenerate.
6584
6585 2007-06-28  DJ Delorie  <dj@redhat.com>
6586
6587         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6588         not building newlib.
6589         * configure: Regenerated.
6590
6591 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6592
6593         * MAINTAINERS (Write After Approval): Add myself.
6594
6595 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6596
6597         * MAINTAINERS (Write After Approval): Add myself.
6598
6599 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6600
6601         * MAINTAINERS (Write After Approval): Add myself.
6602
6603 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6604
6605         * MAINTAINERS (Write After Approval): Add myself.
6606
6607 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6608
6609         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6610         * Makefile.in: Regenerated.
6611
6612 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6613
6614         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6615         bfin*-*-uclinux* targets.
6616         * configure: Regenerate.
6617
6618 2007-06-14  Ian Lance Taylor  <iant@google.com>
6619
6620         * MAINTAINERS: Add myself as non-algorithmic global write
6621         maintainer.
6622
6623 2007-06-14  Diego Novillo  <dnovillo@google.com>
6624
6625         * MAINTAINERS: Add self as middle-end maintainer and
6626         non-algorithmic global write maintainer.
6627
6628 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6629
6630         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6631         Move all Fortran maintainers except Paul Brook into the
6632         Non-Autopoiesis section.
6633
6634 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6635
6636         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6637         (distclean-stage[+id+]): Possibly delete stage_last.
6638         * Makefile.in: Regenerate.
6639
6640 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6641
6642         * MAINTAINERS (Various Maintainer): Fix typo.
6643
6644 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6645
6646         * MAINTAINERS (Various Maintainer): Add myself as
6647         dataflow maintainer.
6648
6649 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6650
6651         * config.sub, config.guess: Update from upstream sources.
6652
6653 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6654
6655         * Makefile.tpl: Fix spelling error.
6656         * Makefile.in: Regenerate.
6657
6658 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6659
6660         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6661         lt_cv_sys_max_cmd_len.
6662
6663 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6664
6665         * MAINTAINERS (Various Maintainers): Add myself as
6666         auto-vectorizer maintainer.
6667
6668 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6669
6670         PR libjava/32098
6671         * libtool.m4: Revert previous change.
6672         * ltgcc.m4: Put it here.
6673
6674 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6675
6676         * MAINTAINERS (Various Maintainers): Add myself as
6677         auto-vectorizer maintainer.
6678
6679 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6680
6681         PR libjava/32098
6682         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6683
6684 2007-05-30  Richard Guenther  <rguenther@suse.de>
6685
6686         * MAINTAINERS (Various Maintainers): Add myself as
6687         auto-vectorizer maintainer.
6688
6689 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6690
6691         PR bootstrap/29382
6692         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6693         * configure: Rebuilt.
6694
6695 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6696
6697         * MAINTAINERS (Write After Approval): Removed my name.
6698
6699 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6700
6701         * MAINTAINERS (Write After Approval): Remove myself.
6702
6703 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6704
6705         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6706
6707 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6708
6709         * ltmain.sh: Update from ToT Libtool.
6710         * libtool.m4: Update from ToT Libtool.
6711         * ltsugar.m4: New. Update from ToT Libtool.
6712         * ltversion.m4: New. Update from ToT Libtool.
6713         * ltoptions.m4: New. Update from ToT Libtool.
6714         * ltconfig: Remove.
6715         * ltcf-c.sh: Remove.
6716         * ltcf-cxx.sh: Remove.
6717         * ltcf-gcj.sh: Remove.
6718
6719 2007-05-22  Ollie Wild  <aaw@google.com>
6720
6721         * MAINTAINERS (Write After Approval): Add myself.
6722
6723 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6724
6725         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6726         stage_cflags.
6727         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6728         Remove CFLAGS/LIBCFLAGS.
6729         (configure-stage[+id+]-[+prefix+][+module+],
6730         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6731         * Makefile.in: Regenerate.
6732
6733 2007-05-15  Diego Novillo  <dnovillo@google.com>
6734
6735         * MAINTAINERS: Update e-mail address.
6736
6737 2007-05-15  Revital Eres  <eres@il.ibm.com>
6738
6739         * MAINTAINERS (Write After Approval): Add myself.
6740
6741 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6742
6743         * MAINTAINERS (Write After Approval): Updated my address.
6744
6745 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6746
6747         * MAINTAINERS (Write After Approval): Add myself.
6748
6749 2007-05-11  Silvius Rus  <rus@google.com>
6750
6751         * MAINTAINERS (Write After Approval): Add myself.
6752
6753 2007-04-23  Tom Tromey  <tromey@redhat.com>
6754
6755         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6756
6757 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6758
6759         * MAINTAINERS (cpplib): Rename to ...
6760         (libcpp): ... this.  Add C/C++ front end maintainers.
6761
6762 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6763
6764         * config-ml.in: Pass ${ml_config_env} to configure calls.
6765
6766 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6767
6768         * MAINTAINERS (Write After Approval): Add myself.
6769
6770 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6771
6772         * MAINTAINERS (Write After Approval): Add myself.
6773
6774 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6775
6776         * MAINTAINERS (fortran 95 front end): Add myself.
6777
6778 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6779
6780         * MAINTAINERS (Write After Approval): Add myself.
6781
6782 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6783
6784         * MAINTAINERS (Modulo Scheduler): Add myself.
6785
6786 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6787
6788         * MAINTAINERS (fortran 95 front end): Add myself.
6789         (c++ front end): whitespace fix.
6790
6791 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6792
6793         * MAINTAINERS (Write After Approval): Add myself.
6794
6795 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6796
6797         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6798         of glob.  Quote arguments with single quotes too.
6799         * configure: Regenerate.
6800
6801 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6802
6803         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6804         * Makefile.in: Regenerate
6805
6806 2007-03-07  Andreas Schwab  <schwab@suse.de>
6807
6808         * configure: Regenerate.
6809
6810 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6811
6812         * configure.ac: Add "--with-pdfdir" configure option,
6813         which defines pdfdir variable.
6814         * Makefile.def (target=fixincludes): Add install-pdf to
6815         missing targets.
6816         (recursive_targets): Add install-pdf target.
6817         (flags_to_pass): Add pdfdir.
6818         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6819         target.
6820         * configure: Regenerate
6821         * Makefile.in: Regenerate
6822
6823 2007-02-28  Eric Christopher  <echristo@apple.com>
6824
6825         Revert:
6826         2006-12-07  Mike Stump  <mrs@apple.com>
6827
6828         * Makefile.def (dependencies): Add dependency for
6829         install-target-libssp and install-target-libgomp on
6830         install-gcc.
6831         * Makefile.in: Regenerate.
6832
6833 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6834
6835         * configure: Regenerate.
6836         * configure.ac: Move statements after variable declarations.
6837
6838 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6839
6840         * MAINTAINERS: Add myself as sh maintainer.
6841
6842 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6843
6844         * configure.ac: Adjust for loop syntax.
6845         * configure: Regenerate.
6846
6847 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6848
6849         * configure: Rebuilt.
6850
6851 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6852
6853         * configure.ac: Drop multiple occurrences of --enable-languages,
6854         and fix its quoting.
6855         * configure: Rebuilt.
6856
6857 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6858             Nathan Sidwell  <nathan@codesourcery.com>
6859             Vladimir Prus  <vladimir@codesourcery.com>
6860             Joseph Myers  <joseph@codesourcery.com>
6861
6862         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6863         * configure: Regenerate.
6864
6865 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6866
6867         * ltconfig (freebsd*): Default to elf.
6868
6869 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6870
6871         * configure.ac (target_libraries): Move libgcc before libiberty.
6872         * configure: Regenerated.
6873
6874 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6875             Paolo Bonzini  <bonzini@gnu.org>
6876
6877         PR bootstrap/30753
6878         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6879         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6880         * configure: Regenerated.
6881
6882 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6883
6884         * MAINTAINERS (Language Front End Maintainers): Update my mail
6885         address.
6886
6887 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6888
6889         PR bootstrap/30748
6890         * configure.ac: Correct syntax for Solaris ksh.
6891         * configure: Regenerated.
6892
6893 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6894
6895         * configure.ac: Sync with src.
6896         * configure: Regenerate.
6897
6898 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6899
6900         * Makefile.in: Regenerate.
6901
6902 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6903
6904         * config.sub: Sync with src.
6905
6906 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6907
6908         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6909         noncanonical equivalents.
6910         * configure.in: Rename to...
6911         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6912         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6913         target_noncanonical.  Use them.  Rewrite removal of configure
6914         arguments for autoconf 2.59.  Discard variable settings.  Force
6915         program_transform_name for native tools.
6916
6917         * Makefile.in: Regenerated.
6918         * configure: Regenerated with autoconf 2.59.
6919
6920 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6921
6922         * MAINTAINERS (Write After Approval): Add myself.
6923
6924 2007-01-31  Andreas Schwab  <schwab@suse.de>
6925
6926         * Makefile.tpl (LDFLAGS): Substitute it.
6927         * Makefile.in: Regenerate.
6928
6929 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6930
6931         * MAINTAINERS (Write After Approval): Add myself.
6932
6933 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6934
6935         * MAINTAINERS (spu port): Add myself.
6936
6937 2007-01-23  Richard Guenther  <rguenther@suse.de>
6938
6939         PR bootstrap/30541
6940         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6941         * Makefile.tpl (GNATBIND): Substitute it.
6942         (GNATMAKE): Likewise.
6943         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6944         of STAGE_PREFIX.
6945         * Makefile.in: Regenerate.
6946         * configure: Regenerate.
6947
6948 2007-01-18  Mike Stump  <mrs@apple.com>
6949
6950         * configure.in: Re-enable -Werror for gcc builds.
6951
6952 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6953
6954         * MAINTAINERS (Write After Approval): Add myself.
6955
6956 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6957
6958         * configure.in: Change == to = in test command.
6959         * configure: Regenerate.
6960
6961 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6962             Nick Clifton  <nickc@redhat.com>
6963             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6964
6965         * configure.in (build_configargs, host_configargs, target_configargs):
6966         Remove build/host/target parameters.
6967         (host_libs): Add gmp and mpfr.
6968         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6969         * Makefile.def (gmp, mpfr): New.
6970         (gcc): Remove target.
6971         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6972         target_os, target_vendor): New.
6973         (configure): Add host_alias/target_alias arguments; adjust invocations.
6974         * configure: Regenerate.
6975         * Makefile.in: Regenerate.
6976
6977 2007-01-11  Matt Fago  <fago@earthlink.net>
6978
6979         * configure.in: Try to link to functions only in mpfr 2.2.x
6980         to improve robustness of configure tests.
6981         * configure: Regenerate.
6982
6983 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6984
6985         * MAINTAINERS: Add myself as i386 maintainer.
6986
6987 2007-01-08  Jan Hubicka  <jh@suse.cz>
6988
6989         * MAINTAINERS: Add myself as i386 maintainer.
6990
6991 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6992
6993         * configure.in: Add support for an x86_64-mingw* target.
6994         * configure: Regenerate.
6995
6996 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6997
6998         * Makefile.tpl (all-target): Correct @if conditional for target
6999         modules.
7000         * configure.in: Omit libiberty if building only target libgcc.
7001         * configure, Makefile.in: Regenerated.
7002
7003 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
7004
7005         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7006         * configure: Regenerate.
7007
7008 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7009
7010         * Makefile.def (target_modules): Add libgcc.
7011         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7012         * Makefile.tpl (clean-target-libgcc): Delete.
7013         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7014         on gcc even for bootstrapped modules.  Rewrite handling of
7015         lang_env_dependencies to loop over target_modules.
7016         * configure.in (target_libraries): Add target-libgcc.
7017         * Makefile.in, configure: Regenerated.
7018
7019 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7020
7021         * configure.in: Reorganize recognition of languages.  Add
7022         --enable-stage1-languages.  Show supported languages for the chosen
7023         target rather than all recognized languages.
7024         * configure: Regenerate.
7025
7026 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7027
7028         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7029         * Makefile.in: Regenerate.
7030
7031 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7032
7033         * configure.in: Warn that MPFR 2.2.0 is buggy.
7034         * configure: Regenerate.
7035
7036 2006-12-27  Ian Lance Taylor  <iant@google.com>
7037
7038         * configure.in: When removing Makefiles to force a reconfigure, also
7039         remove prev-DIR*/Makefile.
7040         * configure: Regenerate.
7041
7042 2006-12-22  Andreas Schwab  <schwab@suse.de>
7043
7044         * configure: Regenerate with correct autoconf version.
7045
7046 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7047
7048         * configure.in: add AC_SUBST for *_FOR_TARGET.
7049         * configure: Regenerate.
7050
7051 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7052
7053         * configure.in: Simplify logic for rejecting languages that cannot
7054         be built.  Separate the case when a language is unsupported,
7055         from the case when the user chooses not to build a language.
7056
7057 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7058
7059         * configure.in: Remove "$build" case for powerpc-*-darwin* since
7060         it only affects bootstrap and could be tested on "$host" as well.
7061         * configure: Regenerate.
7062         * config/mh-ppc-darwin: Add to the stage1 cflags here.
7063
7064 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7065
7066         PR bootstrap/29544
7067         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7068         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7069         move here comment from Makefile.tpl.
7070         * Makefile.tpl: Move some definitions higher in the file.
7071         (STAGE1_CHECKING): New.
7072         * configure.in: Add --enable-stage1-checking.
7073         * configure: Regenerate.
7074         * Makefile.in: Regenerate.
7075
7076 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7077
7078         * MAINTAINERS: Add myself as build system maintainer.
7079
7080 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7081
7082         * MAINTAINERS (Write After Approval): Add myself.
7083
7084 2006-12-13  Eric Christopher  <echristo@apple.com>
7085
7086         * MAINTAINERS: Add myself as darwin maintainer.
7087
7088 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7089
7090         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7091
7092 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7093
7094         MAINTAINERS: Update my entry.
7095
7096 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7097
7098         * configure.in:  Handle spu makefile frag.
7099         * Makefile.tpl (MAINT): Define
7100         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7101         * configure: Regenerate.
7102         * Makefile.in: Regenerate.
7103
7104 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7105
7106         * config.guess: Import latest version.
7107         * config.sub: Likewise.
7108
7109 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7110
7111         * configure.in (spu-*-*): Don't skip target-libiberty.
7112         * configure: Regenerate.
7113
7114 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7115
7116         PR bootstrap/30134
7117         * configure.in: Correct x86 darwin support for libjava to powerpc
7118         and i?86 only.
7119         * configure: Regenerate.
7120
7121 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7122
7123         * configure.in: Add x86 darwin support for libjava.
7124         * configure: Regenerate.
7125
7126 2006-12-07  Mike Stump  <mrs@apple.com>
7127
7128         * Makefile.def (dependencies): Add dependency for
7129         install-target-libssp and install-target-libgomp on
7130         install-gcc.
7131         * Makefile.in: Regenerate.
7132
7133 2006-12-04  Richard Guenther  <rguenther@suse.de>
7134
7135         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7136         (Non-Algorithmic Maintainers): Move over non-algorithmic
7137         loop optimizer maintainers, add myself as a non-algorithmic
7138         middle-end maintainer.
7139
7140 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7141
7142         * MAINTAINERS (Write After Approval): Add myself.
7143
7144 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7145
7146         * configure.in: Update error message for missing GMP/MPFR.
7147
7148         * configure: Regenerate.
7149
7150 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7151
7152         * configure.in: Update MPFR version in error message.
7153
7154         * configure: Regenerate.
7155
7156 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7157
7158         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7159         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7160         --with-gmp-lib): New flags.
7161
7162         * configure: Regenerate.
7163
7164 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7165
7166         * MAINTAINERS (Write After Approval): Change my email address.
7167
7168 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7169
7170         * MAINTAINERS (Write After Approval): Add myself.
7171
7172 2006-11-22  Philipp Thomas  <pth@suse.de>
7173
7174         * MAINTAINERS (i18n): Update e-mail address.
7175
7176 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7177
7178         * MAINTAINERS (spu port): Add myself as maintainer.
7179         (Write After Approval): Remove myself.
7180
7181 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7182
7183         * configure.in (skipdirs): Don't build libssp for SPU.
7184         * configure: Regenerate.
7185
7186 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7187
7188         * MAINTAINERS (spu port): Add myself as maintainer.
7189         (libobjc): Update my email address.
7190
7191 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7192
7193         * MAINTAINERS (Write After Approval): Add myself.
7194
7195 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7196
7197         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7198         * configure : Rebuilt.
7199
7200 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7201
7202         * MAINTAINERS (Write After Approval): Add myself.
7203
7204 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7205
7206         * MAINTAINERS (Write After Approval): Add myself.
7207
7208 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7209
7210         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7211         libmpfr.a.
7212         * configure: Regenerate.
7213
7214 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7215
7216         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7217         (unstage): Test for stage_last presence.
7218
7219         PR bootstrap/29802
7220         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7221         STAGE_PREFIX.
7222         * Makefile.in: Regenerate.
7223
7224 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7225
7226         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7227         maintainers.
7228
7229 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7230
7231         * MAINTAINERS (Write After Approval): Add myself.
7232
7233 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7234
7235         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7236         and stageN-package/Makefile.
7237         * Makefile.in: Regenerated.
7238
7239 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7240
7241         * configure.in: Remove target-libgloss from noconfigdirs for
7242         bfin-*-*.
7243         * configure: Regenerated.
7244
7245 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7246
7247         * configure.in (have_gmp): Only error if the gcc directory exists.
7248
7249         * configure: Regenerate.
7250
7251 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7252
7253         * configure.in: Robustify error message for missing GMP/MPFR.
7254
7255         * configure: Regenerate.
7256
7257 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7258
7259         * MAINTAINERS (Write After Approval): Add myself.
7260
7261 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7262
7263         * MAINTAINERS: Change email address.
7264
7265 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7266
7267         * MAINTAINERS (Write After Approval): Add myself.
7268
7269 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7270
7271         * MAINTAINERS (Write After Approval): Add myself.
7272
7273 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7274
7275         * MAINTAINERS (Write After Approval): Move myself to
7276         Write After Approval section.
7277
7278 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7279
7280         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7281         need_gmp anymore.
7282         * configure: Regenerate.
7283
7284 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7285
7286         * MAINTAINERS (Write After Approval): Add myself.
7287
7288 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7289
7290         * config.guess: Import latest version.
7291         * config.sub: Likewise.
7292
7293 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7294
7295         * Makefile.def: Added pdf target handling.
7296         * Makefile.tpl: Added pdf target handling.
7297         * Makefile.in: Regenerated.
7298
7299 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7300
7301         * MAINTAINERS: Add self as score port maintainer.
7302
7303 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7304
7305         * MAINTAINERS (Write After Approval): Add myself.
7306
7307 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7308
7309         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7310         or newer.
7311         * configure: Regenerated.
7312
7313 2006-09-27  Dave Brolley  <brolley@redhat.com>
7314
7315         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7316         using $s instead of $r.
7317         * configure: Regenerated.
7318
7319 2006-09-26  Thiemo Seufer  <ths@mips.com>
7320
7321         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7322         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7323         * configure: Regenerate.
7324
7325 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7326
7327         * MAINTAINERS (Write After Approval): Remove myself.
7328
7329 2006-09-22  Chao-ying Fu  <fu@mips.com>
7330
7331         * MAINTAINERS (Write After Approval): Add myself.
7332
7333 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7334
7335         * MAINTAINERS: Add self as soft-fp maintainer.
7336
7337 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7338
7339         * MAINTAINERS: Add myself as avr maintainer.
7340         Remove Marek Michalkiewicz as avr maintainer.
7341
7342 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7343
7344         * MAINTAINERS (Write After Approval): Add myself.
7345
7346 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7347
7348         * configure.in: Never build newlib for a Mingw host.
7349         Never build newlib as Mingw target library.
7350         Test the existence of winsup/cygwin for building a Cygwin newlib,
7351         rather than just winsup.
7352         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7353         building a Mingw target.
7354         * configure: Regenerate.
7355
7356 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7357
7358         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7359
7360 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7361
7362         * config.guess: Import from src (was more updated).
7363         * config.sub: Likewise.
7364
7365 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7366
7367         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7368         * configure: Regenerated.
7369
7370 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7371
7372         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7373         for stages after the first.
7374
7375 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7376
7377         * Makefile.def: Add dependencies for configure-opcodes
7378         on configure-intl and all-opcodes on all-intl.
7379         * Makefile.in: Regenerated.
7380
7381 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7382
7383         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7384
7385 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7386
7387         Port to hosts whose 'sort' and 'tail' implementations
7388         treat operands with leading '+' as file names, as POSIX
7389         has required since 2001.  However, make sure the code still
7390         works on pre-POSIX hosts.
7391         * ltmain.sh: Don't assume "sort +2" is equivalent to
7392         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7393
7394 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7395
7396         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7397
7398 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7399
7400         * ltconfig: chmod 644 before ranlib during install.
7401
7402 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7403
7404         PR bootstrap/18058
7405         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7406         if the bootstrap compiler is a GCC version that supports it.
7407         * configure: Regenerate.
7408
7409 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7410
7411         * configure.in: Fix thinkos in previous check-in.
7412         * configure: Regenerate.
7413
7414 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7415
7416         PR other/27063
7417         * configure.in: Test subdir_requires and give an appropriate
7418         error message.
7419         * configure: Regenerate.
7420
7421 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7422
7423         * MAINTAINERS (Write After Approval): Add myself.
7424
7425 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7426
7427         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7428
7429 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7430
7431         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7432
7433 2006-06-20  David Ayers  <d.ayers@inode.at>
7434
7435         PR bootstrap/28072
7436         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7437         whether target-libjava is being configured instead of whether the
7438         java front end is enabled.
7439         * configure: Regenerate.
7440
7441 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7442
7443         PR target/27540
7444         * configure.in: Only enable libgomp on IRIX 6.
7445         * configure: Regenerate.
7446
7447 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7448
7449         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7450         too.
7451         * Makefile.in: Regenerate.
7452
7453 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7454
7455         * config-ml.in: Alter CCASFLAGS to include special
7456         multilib options the same as is done for CFLAGS.
7457
7458 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7459
7460         * configure.in: Don't enable libgomp on hpux10.
7461         * configure: Rebuilt.
7462
7463 2006-06-12  David Ayers  <d.ayers@inode.at>
7464
7465         PR bootstrap/27963
7466         PR target/19970
7467         * configure.in: Remove target-boehm-gc from noconfigdirs where
7468         ${libgcj} is specified.
7469         * configure: Regenerate.
7470
7471 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7472
7473         Sync from src:
7474
7475         * configure.in: Sync.
7476         * configure: Regenerated.
7477
7478         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7479
7480         * Makefile.def: Added dependencies from sim and gdb on intl, and
7481         added configure dependencies to everything with an all dependency
7482         on intl.
7483         * Makefile.in: Regenerated.
7484
7485 2006-06-06  David Ayers  <d.ayers@inode.at>
7486
7487         PR libobjc/13946
7488         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7489         * Makefile.in: Regenerate.
7490         * configure.in: Add --enable-objc-gc at toplevel and have it
7491         enable boehm-gc for Objective-C.
7492         Remove target-boehm-gc from libgcj.
7493         Add target-boehm-gc to target_libraries.
7494         Add target-boehm-gc to noconfigdirs where ${libgcj}
7495         is specified.
7496         Assert that boehm-gc is supported when requested for Objective-C.
7497         Only build boehm-gc if needed either for Java or Objective-C.
7498         * configure: Regenerate.
7499
7500 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7501
7502         PR 27674
7503         * Makefile.tpl (configure-[+prefix+][+module+],
7504         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7505         Remove rule to unstage bootstrapped modules.
7506         (stage_current): New.
7507         * Makefile.in: Regenerate.
7508
7509 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7510
7511         * MAINTAINERS (Write After Approval): Update my e-mail address.
7512
7513 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7514
7515         * include/libiberty.h: Declare pex_run_in_environment.
7516
7517 2006-05-31  Asher Langton  <langton2@llnl.gov>
7518
7519         * MAINTAINERS (Write After Approval): Add myself.
7520
7521 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7522
7523         * Makefile.def (bfd, opcodes): Fix lib_path.
7524         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7525         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7526         * Makefile.in: Regenerate.
7527
7528 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7529
7530         * Makefile.in: Regenerate.
7531
7532 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7533
7534         * Makefile.def: Add install-html target. Add datarootdir
7535         docdir and htmldir to flags_to_pass.
7536         * Makefile.tpl: Add install-html target.
7537         * Makefile.in: Regenerate.
7538         * configure.in: Add --with-datarootdir, --with-docdir, and
7539         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7540         * configure: Regenerate.
7541
7542 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7543
7544         * configure.in: Enable gprof for cross builds.
7545         * configure: Regenerate.
7546
7547 2006-05-22  Richard Guenther  <rguenther@suse.de>
7548
7549         Revert
7550         2006-01-31  Richard Guenther  <rguenther@suse.de>
7551         Paolo Bonzini  <bonzini@gnu.org>
7552
7553         * Makefile.def (target_modules): Add libgcc-math target module.
7554         * configure.in (target_libraries): Add libgcc-math target library.
7555         (--enable-libgcc-math): New configure switch.
7556         * Makefile.in: Re-generate.
7557         * configure: Re-generate.
7558         * libgcc-math: New toplevel directory.
7559
7560 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7561             Andreas Tobler  <a.tobler@schweiz.ch>
7562
7563         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7564         * configure: Rebuilt.
7565
7566 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7567
7568         * MAINTAINERS (Write After Approval): Add myself.
7569
7570 2006-05-01  DJ Delorie  <dj@redhat.com>
7571
7572         * configure.in: Restore CFLAGS if GMP isn't present.
7573         * configure: Regenerate.
7574
7575 2006-05-01  Richard Guenther  <rguenther@suse.de>
7576
7577         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7578         maintainer.
7579
7580 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7581
7582         * MAINTAINERS (Write After Approval): Add myself.
7583
7584 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7585
7586         * MAINTAINERS (Write After Approval): Add myself.
7587
7588 2006-04-18  DJ Delorie  <dj@redhat.com>
7589
7590         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7591         reference libgloss so that libssp can be built in a combined
7592         tree.
7593         * configure: Regenerate.
7594
7595 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7596
7597         * MAINTAINERS (Write After Approval): Add myself.
7598
7599 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7600
7601         * configure.in: Require makeinfo 4.4 or higher.
7602         * configure: Regenerate.
7603
7604 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7605
7606         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7607         Rearrange the entries of other libraries to have them in one place.
7608
7609 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7610
7611         * MAINTAINERS (Write After Approval): Remove myself.
7612         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7613
7614 2006-03-14  Richard Guenther  <rguenther@suse.de>
7615
7616         * configure: Regenerate with autoconf 2.13.
7617
7618 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7619
7620         * MAINTAINERS: Use my work address.
7621
7622         * MAINTAINERS: Update my E-mail address.
7623
7624 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7625
7626         * configure.in: Handle --disable-<component> generically.
7627         * configure: Regenerate.
7628
7629 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7630
7631         PR libgcj/17311
7632         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7633
7634 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7635
7636         * MAINTAINERS (Write After Approval):  Remove myself.
7637         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7638
7639 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7640
7641         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7642         (TARGET_CONFIGDIRS): Remove.
7643         * configure.in: Remove AC_SUBST(target_configdirs).
7644         * Makefile.in, configure: Regenerated.
7645
7646 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7647
7648         * MAINTAINERS (Write After Approval):  Remove myself.
7649         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7650
7651 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7652
7653         PR bootstrap/25670
7654
7655         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7656
7657         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7658         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7659         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7660         BUILD_PREFIX, BUILD_PREFIX_1.
7661         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7662
7663         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7664         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7665
7666         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7667         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7668         of `cat stage_current`.  Always provide the `r' and `s' variables.
7669         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7670         a single shell execution.
7671         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7672         bootstrapped modules, make the stage1 module if the build was not
7673         started yet, else build the current stage.
7674         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7675         (all-build, all-host, all-target, [+make_target+]-host,
7676         [+make_target+]-target): Do not use \-continued lines.
7677         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7678         (current_stage, restrap, stage_last): New.
7679
7680         * Makefile.in: Regenerate.
7681         * configure: Regenerate.
7682
7683 2006-02-19  Bud Davis  <jmdavis@link.com>
7684
7685         * MAINTAINERS (Write After Approval):  Remove myself.
7686         (Language Front End Maintainers):  Add myself as fortran 95
7687         maintainer and update e-mail address.
7688
7689 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7690
7691         * MAINTAINERS (Write After Approval):  Remove myself.
7692         (Language Front End Maintainers):  Add myself as fortran 95
7693         maintainer.
7694
7695 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7696
7697         * MAINTAINERS (Write After Approval): Add myself.
7698
7699 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7700
7701         * MAINTAINERS (Write After Approval):  Remove myself.
7702         (Language Front End Maintainers):  Add myself as
7703         fortran 95 maintainer.
7704
7705 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7706
7707         Sync from src:
7708
7709         2005-12-27  Leif Ekblad  <leif@rdos.net>
7710
7711         * configure.in: Add support for RDOS target.
7712         * configure: Regenerate.
7713
7714 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7715             Andreas Schwab  <schwab@suse.de>
7716
7717         * configure: Regenerate.
7718
7719 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7720
7721         * configure.in (enable_libgomp): Add AIX.
7722         * configure: Regenerate.
7723
7724 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7725
7726         * MAINTAINERS (Write After Approval): Add myself.
7727
7728 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7729
7730         * MAINTAINERS (Write After Approval): Add myself.
7731
7732 2006-01-31  Richard Guenther  <rguenther@suse.de>
7733         Paolo Bonzini  <bonzini@gnu.org>
7734
7735         * Makefile.def (target_modules): Add libgcc-math target module.
7736         * configure.in (target_libraries): Add libgcc-math target library.
7737         (--enable-libgcc-math): New configure switch.
7738         * Makefile.in: Re-generate.
7739         * configure: Re-generate.
7740         * libgcc-math: New toplevel directory.
7741
7742 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7743
7744         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7745         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7746         the assembler, linker and binutils.
7747         * configure: Regenerate.
7748
7749 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7750
7751         * MAINTAINERS (Write After Approval): Add myself.
7752
7753 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7754
7755         * configure: Regenerate.
7756
7757 2006-01-18  Richard Henderson  <rth@redhat.com>
7758             Jakub Jelinek  <jakub@redhat.com>
7759             Diego Novillo  <dnovillo@redhat.com>
7760
7761         * libgomp: New directory.
7762         * Makefile.def: Add target_module libgomp.
7763         * Makefile.in: Regenerate.
7764         * configure.in (target_libraries): Add target-libgomp.
7765         * configure: Regenerate.
7766
7767 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7768
7769         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7770         @ from continuation.
7771         * Makefile.in: Rebuilt.
7772
7773 2006-01-04  Chris Lattner  <sabre@gnu.org>
7774
7775         * MAINTAINERS (Write After Approval): Add myself.
7776
7777 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7778
7779         PR bootstrap/24252
7780
7781         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7782         * Makefile.tpl (OBJDUMP): New.
7783         (EXTRA_HOST_FLAGS): Add it.
7784         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7785
7786         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7787         to use symbolic links between directories.  Avoid race conditions
7788         or make them harmless.
7789         * configure.in: Do not try to use symbolic links between directories.
7790
7791         * Makefile.def (LEAN): Pass.
7792         * Makefile.tpl (LEAN): Define.
7793         (stage[+id+]-start): Accept that the previous directory does not
7794         exist, if the bootstrap is lean.
7795         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7796         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7797         configure substitution.
7798         ([+compare-target+]): Likewise.
7799         ([+bootstrap-target+]-lean): New.
7800         * configure.in: Remove lean bootstrap support from here.
7801
7802         * Makefile.in: Regenerate.
7803         * configure: Regenerate.
7804
7805 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7806
7807         * MAINTAINERS (libdecnumber): Add myself.
7808
7809 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7810
7811         * libtool-ldflags: New script.
7812
7813 2006-01-02  Andreas Schwab  <schwab@suse.de>
7814
7815         * configure.in: When reconfiguring remove Makefile in
7816         all stage directories.
7817         * configure: Regenerate.
7818
7819 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7820
7821         * MAINTAINERS: Update my email address.
7822
7823 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7824
7825         Revert Ada-related part of the previous change.
7826
7827         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7828         Do not pass.
7829         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7830         * Makefile.in: Regenerate.
7831         * configure.in: Do not include mt-ppc-aix target fragment.
7832         * configure: Regenerate.
7833
7834 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7835
7836         * configure.in: Select appropriate fragments for PowerPC/AIX.
7837         * configure: Regenerate.
7838
7839         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7840         BOOT_CFLAGS, BOOT_LDFLAGS.
7841         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7842         BOOT_CFLAGS, BOOT_LDFLAGS.
7843         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7844         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7845         (stage): Fail if we cannot complete the work.
7846         * Makefile.in: Regenerate.
7847
7848 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7849
7850         * configure.in: Replace ms1 with mt.
7851         * configure: Rebuilt.
7852
7853 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7854
7855         * MAINTAINERS: Update my email address.
7856
7857 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7858
7859         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7860         install-host-nogcc): Don't invoke $(stage) at the end.
7861         * Makefile.in: Regenerate.
7862
7863 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7864
7865         * configure.in: Flip the top-level bootstrap switch.
7866         * configure: Regenerate.
7867
7868 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7869
7870         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7871         $(stage) and $(unstage).
7872         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7873         (all): Remove stray semicolon.
7874         (local-distclean): Don't handle multilib.tmp and multilib.out.
7875         (install.all): Set $s for consistency.
7876         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7877         check_multilibs setting.  Always make the install directory.
7878         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7879         Correct @if/@endif.
7880         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7881         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7882         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7883         (multilib.out): Remove.
7884         * Makefile.in: Regenerated.
7885
7886 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7887
7888         * MAINTAINERS (Write After Approval): Add myself.
7889
7890 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7891
7892         * MAINTAINERS: Add myself as mt maintainer.
7893
7894         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7895
7896 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7897
7898         * MAINTAINERS: Change email address.
7899
7900 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7901
7902         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7903         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7904         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7905         Find in-tree tools if available.
7906         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7907         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7908         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7909         (COMPILER_*_FOR_TARGET): New.
7910         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7911         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7912         (CONFIGURED_*, USUAL_*): Remove.
7913         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7914         STRIP): Use autoconf substitutions.
7915         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7916         COMPILER_NM_FOR_TARGET): New.
7917         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7918
7919         (all): Make all-host and all-target in parallel.
7920         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7921         that $$r and $$s are set before invoking a recursive make.
7922         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7923         ([+bootstrap-target+]): Inline most of the `all' target.
7924
7925 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7926
7927         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7928         from the gcc build directory.
7929         * Makefile.in: Regenerate.
7930
7931 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7932
7933         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7934         depend on all-libdecnumber.
7935         * configure.in (host_libs): Include libdecnumber.
7936         * Makefile.in: Regenerate.
7937         * configure: Likewise.
7938
7939 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7940
7941         * libdecnumber: Import decNumber sources from the dfp-branch.
7942
7943 2005-11-21  Kean Johnston  <jkj@sco.com>
7944
7945         * config.sub, config.guess: Sync from upstream sources.
7946
7947 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7948
7949         Import from Autoconf sources:
7950
7951         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7952         * config/move-if-change: Don't output "$2 is unchanged";
7953         suggested by Ben Elliston.  Handle weird characters correctly.
7954
7955 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7956
7957         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7958         to match upstream libtool for darwin.
7959
7960 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7961
7962         * Makefile.def: Remove gdb dependencies for gdbtk.
7963         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7964         (configure-gdb, install-gdb): New rules.
7965         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7966         * Makefile.in, configure: Regenerated.
7967
7968 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7969
7970         * MAINTAINERS (Write After Approval): Add myself.
7971
7972 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7973
7974         * MAINTAINERS (Write After Approval): Add myself.
7975
7976 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7977
7978         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7979         Diego Novillo.
7980
7981 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7982
7983         PR bootstrap/24297
7984         * Makefile.tpl (do-[+make-target+], do-check, install,
7985         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7986         are set before recursing.
7987         * Makefile.in: Regenerate.
7988
7989 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7990
7991         PR bootstrap/18939
7992         * Makefile.def (gcc) <target>: Fix thinko.
7993         * Makefile.in: Regenerate.
7994
7995 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7996
7997         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7998         * configure: Regenerate.
7999
8000 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
8001
8002         * MAINTAINERS (Write After Approval): Add self.
8003
8004 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8005
8006         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8007         target-libffi, target-qthreads, target-libjava, and
8008         targetlibobjc.
8009         * configure: Regenerate.
8010
8011 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8012
8013         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8014         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8015         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8016         (USUAL_OBJDUMP_FOR_TARGET): New.
8017         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8018         * configure.in: Check for $OBJDUMP_FOR_TARGET.
8019         * configure, Makefile.in: Regenerated.
8020
8021 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8022
8023         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8024         before other host packages.
8025
8026 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8027
8028         * MAINTAINERS: Add self as sh libraries/configury maintainer.
8029
8030 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8031
8032         PR bootstrap/22340
8033
8034         * configure.in (default_target): Remove.
8035         * Makefile.tpl (all): Do not use prerequisites as subroutines
8036         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8037         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8038         use prerequisites as subroutines.
8039         (check-host, check-target): New.
8040         (bootstrap configure & all targets): Do not use stage*-start
8041         if the directory layout is already ok.
8042         (non-bootstrap configure & all targets): Prepend a $(unstage).
8043         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8044         (NOTPARALLEL): Remove.
8045         (unstage, stage variables): New variables.
8046         (unstage, stage targets): Simply expand to those variables.
8047
8048         * configure: Regenerate.
8049         * Makefile.in: Regenerate.
8050
8051 2005-10-04  James E Wilson  <wilson@specifix.com>
8052
8053         * Makefile.def (lang_env_dependencies): Add libmudflap.
8054         * Makefile.in: Regenerate.
8055
8056 2005-10-03  Andreas Schwab  <schwab@suse.de>
8057
8058         Backport from libtool CVS:
8059         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8060
8061         * ltmain.sh: add support for installing into temporary
8062         staging area (e.g. 'make install DESTDIR=...')
8063
8064 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8065
8066         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8067         * configure: Regenerated.
8068
8069 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8070
8071         * configure: Regenerate with the correct
8072         autoconf version.
8073
8074 2005-09-30  Catherine Moore  <clm@cm00re.com>
8075
8076         * configure.in (bfin-*-*): New.
8077         * configure: Regenerated.
8078
8079 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8080
8081         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8082         (LIPO_FOR_TARGET): New.
8083         (CONFIGURED_LIPO_FOR_TARGET): New.
8084         (USUAL_LIPO_FOR_TARGET): New.
8085         (STRIP_FOR_TARGET): New.
8086         (CONFIGURED_STRIP_FOR_TARGET): New.
8087         (USUAL_STRIP_FOR_TARGET): New.
8088         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8089         STRIP_FOR_TARGET.
8090         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8091         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8092         * Makefile.in: Regenerate.
8093         * configure: Regenerate.
8094
8095 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8096
8097         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8098         (rs6000-*-aix*): Same.
8099         * configure: Regenerate.
8100
8101 2005-09-16  Tom Tromey  <tromey@redhat.com>
8102
8103         * MAINTAINERS: Add self as java maintainer.
8104
8105 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8106
8107         * configure.in: Recognize f95 in the --enable-languages option,
8108         and substitute it for fortran, issuing a warning.
8109         * configure: Regenerate.
8110
8111 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8112
8113         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8114         * configure:  Regenerated.
8115
8116 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8117
8118         * MAINTAINERS: Add self as ms1 maintainer.
8119
8120 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8121
8122         * Makefile.def (libssp): Add to lang_env_dependencies.
8123         * Makefile.in: Regenerate.
8124
8125 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8126
8127         * MAINTAINERS: Add myself as middle-end maintainer.
8128
8129 2005-08-17  Christian Groessler  <chris@groessler.org>
8130
8131         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8132         * Makefile.in: Regenerate.
8133
8134 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8135
8136         * MAINTAINERS (write after approval): Added myself.
8137
8138 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8139
8140         * MAINTAINERS (Write After Approval): Add myself.
8141
8142 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8143
8144         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8145         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8146         Look for alternate names of the target cc and c++
8147         * configure: Regenerate.
8148
8149 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8150
8151         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8152         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8153         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8154         tools; remove code to manually set them.
8155         (Target tools): Look in the environment for them.
8156         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8157         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8158         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8159         build directory.
8160         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8161         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8162         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8163         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8164         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8165         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8166         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8167         * configure: Regenerate.
8168         * Makefile.in: Regenerate.
8169
8170 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8171
8172         * MAINTAINERS: Update for removed CPU targets.
8173
8174 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8175
8176         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8177         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8178         * Makefile.in: Regenerated.
8179
8180 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8181
8182         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8183         (CFLAGS_FOR_TARGET): Use it.
8184         (CXXFLAGS_FOR_TARGET): Likewise.
8185         * Makefile.in: Regenerated.
8186         * configure.in (--with-build-sysroot): New option.
8187         * configure: Regenerated.
8188
8189 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8190
8191         * Makefile.tpl: Wrap install between unstage and stage
8192         * Makefile.in: Regenerate.
8193
8194 2005-07-21  Eric Christopher  <echristo@apple.com>
8195
8196         * MAINTAINERS: Update affiliation.
8197
8198 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8199
8200         * MAINTAINERS: Add self as crx port maintainer.
8201
8202 2005-07-20  DJ Delorie  <dj@redhat.com>
8203
8204         * MAINTAINERS: Add self as m32c maintainer.
8205
8206 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8207
8208         * all files: Update FSF address.
8209
8210 2005-07-15  Eric Christopher  <echristo@redhat.com>
8211
8212         * MAINTAINERS: Change affiliation.
8213
8214 2005-07-14  Jim Blandy  <jimb@redhat.com>
8215
8216         * configure.in: Add cases for Renesas m32c.
8217         * configure: Regenerated.
8218
8219 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8220
8221         * COPYING.LIB: Update from fsf.org.
8222
8223 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8224
8225         * COPYING, compile, config.guess,
8226         config.sub, install-sh, missing, mkinstalldirs,
8227         symlink-tree, ylwrap: Sync from upstream sources.
8228         * config-ml.in: Update FSF address.
8229
8230 2005-07-13  Eric Christopher  <echristo@redhat.com>
8231
8232         * configure.in: Add toplevel noconfigdir support for tpf.
8233         * configure: Regenerate.
8234
8235 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8236
8237         PR ada/22340
8238
8239         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8240         * Makefile.in: Regenerate.
8241
8242 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8243
8244         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8245         Brolley to write-after-approval.
8246
8247 2005-07-07  Andreas Schwab  <schwab@suse.de>
8248
8249         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8250         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8251         * Makefile.in: Regenerated.
8252
8253 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8254
8255         * configure.in: Don't build sim or rda when targetting darwin.
8256         * configure: Regenerate.
8257
8258 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8259
8260         * configure.in: Add --enable-libssp and --disable-libssp.
8261         * configure: Regenerate with autoconf-2.13.
8262
8263 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8264
8265         * Makefile.def (target_modules): Add libssp.
8266         * configure.in (target_libraries): Add target-libssp.
8267         * configure: Rebuilt.
8268         * Makefile.in: Rebuilt.
8269
8270 2005-07-01  Zack Weinberg  <zackw@panix.com>
8271
8272         * MAINTAINERS: Change email address.  Resign from maintainership.
8273
8274 2005-07-01  Richard Guenther  <rguenther@suse.de>
8275
8276         * MAINTAINERS: Change my e-mail address and affiliation.
8277
8278 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8279
8280         * Makefile.def (stagefeedback): Come after profile.
8281         Define profiledbootstrap target.
8282         * Makefile.tpl (profiledbootstrap): Remove.
8283         (stageprofile-end): Zap stagefeedback.
8284         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8285         * Makefile.in: Regenerate.
8286
8287 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8288
8289         * MAINTAINERS: Update my email address.
8290
8291 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8292
8293         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8294         In 'cpp' stanza, support '#line' as well as '# '.
8295
8296 2005-06-08  Andreas Schwab  <schwab@suse.de>
8297
8298         * MAINTAINERS: Move myself from 'Write After Approval' to
8299         'CPU Port Maintainers' section as m68k maintainer.
8300
8301 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8302
8303         * configure.in (unsupported_languages): New macro.
8304         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8305         non-ported target libraries in noconfigdirs.
8306         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8307         non-linux-gnu.  Remove libgcj_ex_libffi.
8308         <lang_frag loop>: Set add_this_lang=no if the language is in
8309         unsupported_languages.
8310         * configure: Regenerate.
8311
8312 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8313
8314         * configure.in: Fix typo in handling of --with-mpfr-dir.
8315         * configure: Regenerate.
8316
8317 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8318
8319         * MAINTAINERS: Update my email address.
8320
8321 2005-06-02  Jim Blandy  <jimb@redhat.com>
8322
8323         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8324         accepted into the master sources.)
8325
8326 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8327             Michael Snyder  <msnyder@redhat.com>
8328             Stan Cox  <scox@redhat.com>
8329
8330         * configure.in: Set noconfigdirs for ms1.
8331
8332         * configure: Regenerate.
8333
8334 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8335
8336         * MAINTAINERS (Write After Approval): Add self.
8337
8338 2005-06-01  Josh Conner  <jconner@apple.com>
8339
8340         * MAINTAINERS (Write After Approval): Add self.
8341
8342 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8343
8344         * MAINTAINERS: Update my email address.
8345
8346 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8347
8348         * MAINTAINERS (Write After Approval): Add self.
8349
8350 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8351
8352         * MAINTAINERS (Write After Approval): Remove self.
8353
8354 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8355
8356         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8357         (Dependencies): Consider target modules for bootstrap dependencies.
8358         Make target bootstrap modules depend on each stage's gcc.
8359         * Makefile.in: Regenerate.
8360
8361 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8362
8363         * Makefile.def (configure-gcc): Depend on binutils having been built.
8364         (all-gcc): No need to do it here.
8365         * Makefile.in: Regenerate.
8366
8367 2005-05-19  Paul Brook  <paul@codesourcery.com>
8368
8369         * configure.in: Rewrite misleading error message when requested
8370         language cannot be built.
8371         * configure: Regenerate.
8372
8373 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8374
8375         * ylwrap: Import from Automake 1.9.5.
8376
8377 2005-05-13  David Ung  <davidu@mips.com>
8378
8379         * MAINTAINERS (Write After Approval): Add self.
8380
8381 2005-05-09  Mike Stump  <mrs@apple.com>
8382
8383         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8384         lt_cv_sys_max_cmd_len for now.
8385
8386 2005-05-09  Stan Cox  <scox@redhat.com>
8387
8388         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8389
8390 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8391
8392         * README.SCO: Update the URL.
8393
8394 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8395
8396         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8397         with_gnu_ld to libtool.
8398         * ltcf-c.sh (aix[45]): Define file_list_spec.
8399         * ltcf-cxx.sh (aix[45]): Same.
8400         * ltcf-gcj.sh (aix[45]): Same.
8401         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8402         exists, write list of input files to temporary file.
8403
8404 2005-05-04  Mike Stump  <mrs@apple.com>
8405
8406         * configure.in: Always pass --target to target configures as
8407         otherwise rebuilds that do --recheck will fail.
8408         * confiugure: Rebuilt.
8409
8410 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8411
8412         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8413         STAGE_HOST_EXPORTS.
8414         (configure, all): Add bootstrap support.
8415         (Host modules, target modules): Pass post-stage1 flags and exports.
8416         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8417         * Makefile.in: Regenerate.
8418
8419 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8420
8421         * configure: Regenerate.
8422
8423 2005-04-27  Mike Stump  <mrs@apple.com>
8424
8425         * MAINTAINERS: Add self as darwin maintainer.
8426
8427 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8428
8429         * config.sub: Update from master copy.
8430
8431 2005-04-21  Mike Stump  <mrs@apple.com>
8432
8433         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8434         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8435
8436 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8437
8438         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8439         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8440         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8441         "*-*-elf" and "*-*-linux*".
8442         * configure: Regenerate.
8443
8444 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8445
8446         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8447
8448 2005-04-12  Mike Stump  <mrs@apple.com>
8449
8450         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8451
8452 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8453
8454         * MAINTAINERS (Write After Approval): Add myself.
8455
8456 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8457
8458         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8459
8460 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8461
8462         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8463         (TARGET_CONFIGARGS): Include --with-target-subdir.
8464         (configure, all): New macros.  Use them throughout.
8465         * Makefile.in: Regenerate.
8466
8467 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8468
8469         * MAINTAINERS (Write After Approval): Add myself.
8470
8471 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8472
8473         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8474
8475 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8476
8477         * MAINTAINERS: Move John Carr to Write After Approval.
8478
8479 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8480
8481         * config/mh-mingw32: Delete.
8482         * configure.in: Don't use it.
8483         * configure: Regenerate.
8484
8485 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8486
8487         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8488         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8489         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8490         (HOST_LIB_PATH): Generate from Makefile.def.
8491         (TARGET_LIB_PATH): Likewise.
8492         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8493         * Makefile.in: Regenerate.
8494         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8495         (RPATH_ENVVAR): Include Darwin case.
8496         * configure: Regenerate.
8497
8498 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8499
8500         * MAINTAINERS (Various Maintainers): Remove self.
8501         (Write After Approval): Add self.
8502
8503 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8504
8505         * MAINTAINERS (Various Maintainers): Add self.
8506
8507 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8508
8509         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8510         * configure: Regenerate.
8511
8512 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8513
8514         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8515         gcc_version, and gcc_version_trigger from set of flags to pass.
8516         * Makefile.tpl: Remove definitions of above variables.
8517         (config.status): Remove dependency on $(gcc_version_trigger).
8518         * Makefile.in: Regenerate.
8519         * configure.in: Do not reference config/gcc-version.m4 nor
8520         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8521         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8522         * configure: Regenerate.
8523
8524 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8525             Andrew Pinski  <pinskia@physics.uc.edu>
8526
8527         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8528         * Makefile.in: Regenerate.
8529
8530 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8531
8532         * MAINTAINERS (Write After Approval): Add myself.
8533
8534 2005-03-03  David Ayers  <d.ayers@inode.at>
8535
8536         * MAINTAINERS (Write After Approval): Add myself.
8537
8538 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8539
8540         PR libgcj/20160
8541         * ltmain.sh: Avoid creating archives with components that have
8542         duplicate basenames.
8543
8544 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8545
8546         PR bootstrap/20250
8547         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8548         instead of check.
8549         * Makefile.in: Regenerate.
8550
8551 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8552
8553         * Makefile.in: Regenerate to fix conflict between the previous two
8554         patches.
8555
8556 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8557
8558         PR bootstrap/17383
8559         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8560         * Makefile.tpl (HOST_SUBDIR): New substitution.
8561         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8562         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8563         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8564         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8565         (Host modules, Bootstrapped modules): Use it.
8566         (Build modules, Target modules): Do not create symlink trees,
8567         always configure out-of-srcdir.
8568         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8569         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8570         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8571         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8572
8573         * Makefile.in: Regenerate.
8574         * configure: Regenerate.
8575
8576 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8577
8578         Merged from libada-gnattools-branch:
8579         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8580
8581         * gnattools: New directory.
8582         * Makefile.def: Add gnattools as a module, depending on target-libada.
8583         * Makefile.in: Regenerate.
8584         * configure.in: Include gnattools in host_tools; disable it if ada
8585         is disabled.
8586         * configure: Regenerate.
8587
8588 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8589
8590         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8591         treelang maintainer.
8592         (Write After Approval): Remove myself.
8593
8594 2005-02-23  Paul Schlie  <schlie@comcast.net>
8595
8596         * configure.in: Allow darwin targeted ports to build tk, itcl and
8597         libgui.
8598         * configure: Regenerate.
8599
8600 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8601
8602         PR libgcj/10353
8603         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8604         * configure: Regenerate.
8605
8606 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8607
8608         * MAINTAINERS (Write After Approval): Add myself.
8609
8610 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8611
8612         * MAINTAINERS: Update my e-mail address.
8613
8614 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8615
8616         * MAINTAINERS (Write After Approval): Add myself.
8617
8618 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8619
8620         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8621         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8622         target-libgloss when not *-*-elf and *-*-aout.
8623         * configure: Regenerate.
8624
8625 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8626
8627         * MAINTAINERS: Remove obsolete entries.
8628
8629         * MAINTAINERS (Write After Approval): Add Michael Matz.
8630
8631 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8632
8633         * MAINTAINERS: Remove self as cpplib maintainer.
8634
8635 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8636
8637         * install-sh, config.sub: Import from upstream.
8638
8639 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8640
8641         PR bootstrap/18222
8642         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8643         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8644         * Makefile.in: Regenerate.
8645
8646 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8647
8648         * MAINTAINERS: Update my email address.
8649
8650 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8651             Andreas Schwab  <schwab@suse.de>
8652
8653         PR bootstrap/18033
8654         * config-ml.in: Eval option if surrounded by single quotes.
8655
8656 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8657
8658         Revert 2004-12-28 Makefile changes, a better fix will be
8659         applied to mainline and src after GCC 4.0 branches.
8660
8661 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8662
8663         PR bootstrap/17383
8664
8665         * Makefile.def (target_modules): Remove stage parameter,
8666         it is always true now.
8667         * Makefile.tpl (configure-build-[+module+],
8668         configure-target-[+module+]): Always build symlink tree
8669         for the directory and for include.  BUILD_SUBDIR and
8670         TARGET_SUBDIR cannot be . anymore.
8671         * Makefile.in: Regenerate.
8672
8673 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8674
8675         Revert 2004-12-08 Makefile changes.
8676
8677 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8678
8679         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8680         cygwin, mingw.
8681
8682 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8683
8684         * configure.in (sh64-*-*): Reenable gprof.
8685         * configure: Regenerate.
8686
8687 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8688
8689         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8690         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8691         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8692         * Makefile.in: Regenerate.
8693
8694 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8695
8696         * MAINTAINERS: Update my email address.
8697
8698 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8699
8700         * Makefile.tpl: Generate normal dependencies if the LHS module is
8701         not bootstrapped.
8702         * Makefile.in: Regenerate.
8703
8704 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8705
8706         * configure.in: Include config/gxx-include-dir.m4.  Use
8707         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8708         * configure: Regenerate.
8709
8710 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8711
8712         * config.if: Delete.
8713         * configure.in: Set libstdcxx_incdir directly.
8714         * configure: Regenerate.
8715
8716 2004-12-02  Eric Christopher  <echristo@redhat.com>
8717
8718         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8719         * Makefile.in: Regenerate.
8720
8721 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8722
8723         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8724         * configure: Regenerate.
8725
8726 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8727
8728         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8729         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8730         * configure: Regenerate.
8731
8732 2004-12-01  Eric Christopher  <echristo@redhat.com>
8733
8734         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8735         of things to remove.
8736
8737 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8738
8739         * MAINTAINERS (Write After Approval): Update my e-mail address.
8740
8741 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8742
8743         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8744         from CVS libtool to always pass_all.
8745
8746 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8747
8748         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8749         (hppa*64*-*-*): Delete incorrect comment.
8750         * configure: Rebuilt.
8751
8752 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8753
8754         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8755
8756 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8757
8758         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8759         from CVS libtool to always pass_all.
8760
8761 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8762
8763         * install-sh, compile: Import from automake.
8764
8765 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8766
8767         * config.guess, config.sub:  Import from savannnah.
8768
8769 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8770
8771         * MAINTAINERS (Write After Approval): Add myself
8772
8773 2004-11-12  Mike Stump  <mrs@apple.com>
8774
8775         * Makefile.def: Add html support.
8776         * Makefile.tpl: Likewise.
8777         * Makefile.in: Regenerate.
8778
8779 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8780
8781         PR 18423
8782         * configure.in: Remove all instances of build-fixincludes from
8783         noconfigdirs.
8784         (build_configargs): Supply --target to subdirectories.
8785         * configure: Regenerate.
8786
8787         * Makefile.def: Make gcc install depend on fixincludes install.
8788         * Makefile.in: Regenerate.
8789
8790 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8791
8792         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8793
8794 2004-11-11  Paul Brook  <paul@codesourcery.com>
8795
8796         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8797
8798 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8799
8800         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8801         target-libgfortran.
8802         * configure: Regenerate.
8803
8804 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8805
8806         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8807         like CC.
8808
8809 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8810
8811         * Makefile.def (host fixincludes): Specify missing targets.
8812         * Makefile.in: Regenerate.
8813
8814 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8815
8816         * MAINTAINERS: Add myself
8817
8818 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8819
8820         * MAINTAINERS (Write After Approval): Add myself.
8821
8822 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8823
8824         * Makefile.def: Build fixincludes for the host, too.
8825         * Makefile.in: Regenerate.
8826         * configure.in (host_tools): Add fixincludes.
8827         * configure: Regenerate.
8828
8829 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8830
8831         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8832         * configure: Regenerated.
8833
8834 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8835
8836         PR other/17783
8837         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8838         * configure: Regenerated.
8839
8840 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8841
8842         * README.SCO: Update per FSF instructions.
8843
8844 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8845
8846         PR target/18151
8847         * configure.in (case ${target}): Do not build fixincludes for avr.
8848         * configure: Regenerated.
8849
8850 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8851
8852         * configure.in (case ${target}): Do not build fixincludes
8853         on platforms where it is not used.
8854         * configure: Regenerated.
8855
8856 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8857
8858         * configure.in: Use an absolute path to install-sh.
8859         * configure: Regenerated.
8860
8861 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8862
8863         * MAINTAINERS (Write After Approval): Add myself.
8864
8865 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8866
8867         * MAINTAINERS: Remove from Write After Approval those that are
8868         already maintainers.
8869
8870 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8871
8872         * MAINTAINERS:  Update my email address.
8873
8874 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8875
8876         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8877         * configure: Regenerate.
8878
8879 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8880
8881         * MAINTAINERS:  Update my email address.
8882
8883 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8884
8885         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8886         entries belonging to this category.
8887
8888 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8889
8890         * MAINTAINERS: Update my e-mail address.
8891
8892 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8893
8894         Fix wrong conflict resolution in:
8895
8896         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8897
8898         * Makefile.in: Regenerate.
8899         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8900         in the recursive `make', instead of hardwiring `all'.
8901         (Autogenerated TARGET-* variables): New.
8902
8903 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8904
8905         * configure.in: Enable target-libgloss for crx-*-*.
8906         * configure: Regenerate.
8907
8908 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8909
8910         * MAINTAINERS (Various Maintainers): Move the "windows,
8911         cygwin, mingw" maintainer to ...
8912         (OS Port Maintainers): ... here.
8913
8914 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8915
8916         * MAINTAINERS (Write After Approval): Remove those that are
8917         maintainers of some subsystem.
8918
8919 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8920
8921         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8922         * ltcf-cxx.sh (tpf*): Likewise.
8923         * ltconfig (tpf*): Add TPF OS configuration support.
8924
8925 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8926
8927         * MAINTAINERS: Change my email address to my new work account.
8928
8929 2004-09-24  Michael Roth  <mroth@nessie.de>
8930
8931         * configure.in (--without-headers): Add missing double quotes.
8932         * configure: Regenerate.
8933
8934 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8935
8936         * ylwrap: Revert to previous version.
8937
8938 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8939
8940         PR bootstrap/17369
8941         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8942         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8943         SET_GCC_LIB_PATH_CMD.
8944         (BASE_TARGET_EXPORTS): Likewise.
8945         * Makefile.in: Regenerated.
8946
8947         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8948         * configure: Regenerated.
8949
8950 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8951
8952         * config.guess: New upstream version
8953         * compile, depcomp, install-sh, ylwrap: Likewise.
8954
8955 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8956
8957         * config/mh-x86omitfp: New host makefile fragment.  Add
8958         -fomit-frame-pointer to the default BOOT_CFLAGS.
8959         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8960         * configure: Regenerate.
8961
8962 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8963
8964         PR target/11572
8965         * configure.in (*-*-darwin*): Renable libobjc.
8966         * configure: Regenerate.
8967
8968 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8969
8970         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8971
8972 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8973
8974         * Makefile.def: Remove libbanshee.
8975         * Makefile.tpl: Ditto.
8976         * configure.in: Ditto.
8977         * Makefile.in: Regen.
8978         * configure: Ditto.
8979
8980 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8981
8982         * ltmain.sh: Use $pic_object as $non_pic_object if
8983         $non_pic_object=none.
8984
8985 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8986
8987         * missing: Import latest version from master repository.
8988
8989 2004-09-06  Nick Clifton  <nickc@redhat.com>
8990
8991         * config.sub: Import latest version from master repository.
8992         * config.guess: Likewise.
8993         This includes these changes:
8994
8995         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8996
8997         * config.sub: Handle crisv32, alias etraxfs.
8998         * config.guess (crisv32:Linux:*:*): Handle.
8999
9000         2004-08-13  Brad Smith  <brad@comstyle.com>
9001
9002         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9003         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9004
9005         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9006
9007         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9008         assume the processor is a powerpc.  This is because coreutils
9009         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9010         in this case, due to a MacOS X bug that causes
9011         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9012         to return a negative number.
9013         Problem reported by Petter Reinholdtsen in:
9014         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9015
9016         2004-07-19  Ben Elliston  <bje@gnu.org>
9017
9018         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9019
9020         2004-06-24  Ben Elliston  <bje@gnu.org>
9021
9022         * config.guess: Update copyright years.
9023         * config.sub: Likewise.
9024
9025         2004-06-22  Robert Millan  <robertmh@gnu.org>
9026
9027         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9028         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9029
9030         2004-06-22  Stanley F. Quayle <stan@stanq.com>
9031
9032         * config.guess (*:*VMS:*:*): New entry. Replaces
9033         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9034         manufacturer.
9035
9036         2004-06-22  Ben Elliston  <bje@gnu.org>
9037
9038         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9039         * config.sub: Likewise.
9040
9041         2004-06-22  Ben Elliston  <bje@gnu.org>
9042
9043         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9044         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9045
9046         2004-06-11  Ben Elliston  <bje@gnu.org>
9047
9048         * config.guess (pegasos:OpenBSD:*:*): Remove.
9049
9050         2004-06-11  Ben Elliston  <bje@gnu.org>
9051
9052         From Wouter Verhelst <wouter@grep.be>:
9053         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9054
9055         2004-06-11  Ben Elliston  <bje@gnu.org>
9056
9057         * config.guess (luna88k:OpenBSD:*:*): New.
9058
9059         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9060
9061         * config.guess (m32r*:Linux:*:*): New case.
9062         * config.sub: Handle m32rle.
9063
9064         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9065
9066         From Jens Petersen  <petersen@redhat.com>:
9067         * config.sub: Handle sparcv8.
9068
9069         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9070
9071         From Tom Smith <smith@cag.lkg.hp.com>:
9072         * config.guess: Version suffixes are equally significant on Tru64
9073         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9074         prefix of "P" (patched kernel).
9075
9076         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9077
9078         * config.sub: Add support for National Semiconductor CRX target.
9079
9080 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9081
9082         * MAINTAINERS (Various Maintainers): Remove myself as web page
9083         maintainer, add myself as maintainer of build status lists.
9084
9085 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9086
9087         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9088         *-*-netware, but add target-libmudflap.
9089         Consolidate *-*-netware targets (of which really only i?86 exists)
9090         into a single entry.
9091         * configure: Likewise.
9092
9093 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9094
9095         * Makefile.tpl (sorry): Remove.
9096         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9097         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9098         (do-clean): Clean per-stage directories too.
9099         (do-distclean): Run distclean-stage1 too.
9100         (.NOTPARALLEL): Enable during toplevel bootstrap.
9101         (stage[+id+]-bubble): Enable parallel execution during
9102         the recursive invocation.
9103         * Makefile.in: Regenerate.
9104
9105         Fix previous checkin:
9106
9107         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9108         include.
9109         * configure.in: Fix indentation.
9110         * configure: Regenerate.
9111
9112 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9113
9114         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9115         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9116         * configure: regenerate
9117         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9118         -mdynamic-no-pic
9119
9120 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9121
9122         * Makefile.def (build_modules): Add fixincludes.
9123         (dependencies): Make gcc depend on fixincludes.
9124         * configure.in (build_tools): Add fixincludes.
9125         (build_configdirs): Always include build_libs.
9126         * Makefile.in: Regenerate.
9127         * configure: Regenerate.
9128
9129 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9130
9131         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9132         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9133         phony targets; do not generate timestamp files.
9134         (distclean-stageN): Remove references to their timestamp files.
9135         (restageN, touch-stageN): Remove.
9136         (stageN-bubble): Rewritten.
9137         (compare): Support lean bootstraps.
9138         * Makefile.in: Regenerate.
9139
9140         * configure.in: Only warn when bootstrapping but
9141         build != host or build != target.  Support lean bootstraps.
9142         * configure: Regenerate.
9143
9144 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9145
9146         * configure.in:  Give a better error message if GMP/MPFR are missing
9147         and a language needing them has been requested.
9148         * configure:  Regenerated.
9149
9150 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9151
9152         * configure.in:  Print a list of available language front-ends if
9153         a requested one is missing.  Tidy stray tab characters.
9154         * configure:  Regenerated.
9155
9156 2004-08-19  Michael Koch  <konqueror@gmx.de>
9157
9158         * gcc/doc/install.texi: Update entry about automake for libjava.
9159
9160 2004-08-17  Robert Millan  <robertmh@gnu.org>
9161
9162         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9163         (instead of FreeBSD).
9164         * configure: Regenerate.
9165
9166 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9167
9168         * Makefile.in: Regenerate.
9169         * configure: Regenerate.
9170
9171         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9172         stage_*_flags.
9173         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9174         for bootstrapped modules if toplevel bootstrap is going.
9175         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9176         modules.  Adjust for changes in Makefile.def.  Enable several
9177         rules even in non-bootstrap mode, just to avoid peppering the
9178         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9179         (stage-[+prev+]-bubble): Remove.
9180
9181         * Makefile.def (Dependencies): Depend on all-build-bison,
9182         all-build-flex, all-build-byacc, all-build-texinfo, rather
9183         than the host variations.
9184         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9185         with BUILD_SUBDIR.
9186         (BISON): Update for recent Bisons.
9187         (YACC): Fix typo.
9188         (cross): Depend on all-build.
9189         (all): Do not depend on all-build.
9190         (prebootstrap): Remove.
9191         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9192         (Prebootstrap dependencies): Add them to the per-stage targets
9193         and to all-prebootstrap.
9194         * configure.in (build_configdirs): Always enable build_tools.
9195         (BUILD_DIR_PREFIX): Remove.
9196
9197         * Makefile.def (gcc): Add target variable.
9198         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9199         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9200         in the recursive `make', instead of hardwiring `all'.
9201         (Autogenerated TARGET-* variables): New.
9202
9203 2004-08-13  Brian Booth  <bbooth@redhat.com>
9204
9205         * MAINTAINERS: Remove myself from write-after-approval.
9206
9207 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9208
9209         * src-release: Stop distributing mmalloc with gdb (which doesn't
9210         use it).
9211         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9212         * Makefile.in: Regenerate.
9213
9214 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9215
9216         * configure.in (arm*-*-eabi*): New target.
9217         * configure: Regenerate.
9218
9219 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9220
9221         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9222         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9223         (Dependencies): New section.
9224         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9225         (configure-target-[+module+]): Depend on maybe-all-gcc
9226         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9227         (toplevel profiledbootstrap): Fix dependencies.
9228         * Makefile.in: Regenerate.
9229
9230 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9231
9232         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9233         target-libiberty to noconfigdirs.
9234         * configure: Regenerate.
9235
9236 2004-08-03  Paul Brook  <paul@codesourcery.com>
9237
9238         * configure.in: Check for MPFR as well as GMP.
9239         * configure: Regenerate.
9240
9241 2004-08-01  Robert Millan  <robertmh@gnu.org>
9242
9243         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9244         libmudflap for all GNU-based systems (with Glibc).
9245         * configure: Regenerate.
9246
9247 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9248
9249         * Makefile.def (host-modules): Add gcc.
9250         * Makefile.in: Regenerate.
9251         * Makefile.tpl (sorry): New rule.
9252         (configure-host, all-host, [+make_target+]-host, do-check,
9253         install-host): Do not add gcc as a special case.
9254         (host modules): Add a small special-casing for gcc.  Export
9255         extra_make_flags through the environment.
9256         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9257         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9258         other recursive targets for gcc): Remove.
9259
9260         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9261         (stage, unstage): New rules.
9262         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9263         distclean-stage[+id+]): Use stage_current.
9264         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9265         the stage*-start rules.
9266
9267 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9268
9269         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9270         use -all_load flag.
9271
9272 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9273
9274         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9275         * configure: Regenerate.
9276
9277 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9278
9279         * maintainer-scripts/gcc_release: Revert yesterday's change.
9280
9281 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9282
9283         * MAINTAINERS: Add myself to write-after-approval.
9284
9285 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9286
9287         * libf2c: Removed.
9288         * gcc/gccbug.in: Updated because of libf2c removal.
9289         * maintainer-scripts/gcc_release: Ditto.
9290
9291 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9292
9293         * configure.in: Build libmudflap by default on FreeBSD.
9294         * configure: Regenerated.
9295
9296 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9297
9298         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9299         systems.
9300         * configure: Regenerated.
9301
9302 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9303
9304         PR target/16344
9305         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9306         feedback based compiler.
9307         * Makefile.in: Rebuilt.
9308
9309 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9310
9311         * Makefile.def (host_modules): Set bootstrap=true for flex.
9312         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9313         * Makefile.in: Rebuilt.
9314
9315 2004-07-07  Jan Hubicka  <jh@suse.cz>
9316
9317         * MAINTAINERS: Add self as a profile feedback maintainer.
9318
9319 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9320
9321         * configure.in:  Do not prepend $srcdir to /dev/null in
9322         makefile fragments.
9323         * configure:  Regenerate.
9324
9325 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9326
9327         * Makefile.def (build_modules): Add bison, byacc, flex,
9328         m4, texinfo.
9329         (flags_to_pass): Add FLEX.
9330         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9331         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9332         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9333         DEFAULT_MAKEINFO): Remove.
9334         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9335         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9336         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9337         objdir or else use configured tool.
9338         (all-build): New.
9339         (all): Depend on it.
9340         (Build module dependencies): Add.
9341         * Makefile.in: Regenerate.
9342         * configure.in: Better support for multiple build modules,
9343         matching what is done for host/target modules.  Do not look
9344         for "plausible" locations of build tools if Canadian cross.
9345         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9346         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9347         * configure: Regenerate.
9348
9349 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9350
9351         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9352         * Makefile.in: Regenerate.
9353
9354 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9355
9356         * Makefile.tpl (configure-build-[+module+],
9357         configure-[+module+], configure-target-[+module+]): Pass
9358         [+extra_configure_args+].
9359         (all-build-[+module+], all-[+module+], check-[+module+],
9360         install-[+module+], [+make_target+]-[+module+],
9361         all-target-[+module+], check-target-[+module+],
9362         install-target-[+module+], [+make_target+]-target-[+module+]):
9363         Pass [+extra_make_args+].
9364         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9365         (GCC_HOST_EXPORTS): Remove.
9366         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9367         cross, check-gcc, check-gcc-c++, install-gcc,
9368         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9369         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9370         * Makefile.in: Regenerate.
9371
9372 2004-06-21  Matthew Sachs  <msachs@apple.com>
9373
9374         * MAINTAINERS: Added self to write-after-approval.
9375
9376 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9377
9378         * configure.in: Check for srcdir/winsup rather than build directory
9379         winsup.
9380         * configure: Regenerate.
9381
9382 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9383
9384         * configure.in: Don't build Cygwin native newlib if winsup
9385         directory is missing.  Emit warning instead.
9386         * configure: Regenerate.
9387
9388 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9389
9390         * Makefile.tpl (touch-stage[+id+]): New.
9391         (restage[+prev+]): Depend on touch-stage[+id+].
9392
9393         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9394         Use it throughout.
9395
9396         * Makefile.def: Add profile and feedback bootstrap stages.
9397         Remove next field from bootstrap stages.
9398         * Makefile.tpl (LN, LN_S): Substitute.
9399         (stageN-start, stageN-end): Use double-colon rules, to
9400         provide a hook for additional setup commands.
9401         (distclean-stageN-gcc, restageN): Create dependencies from
9402         [+prev+], not from [+next+].
9403         (stageN-bubble): Add commands for successive stages from
9404         [+prev+], using double-colon rules.
9405         (all-stageN-gcc): Fix typo.
9406         (stagefeedback-start, profiledbootstrap): New.
9407         * Makefile.in: Regenerate.
9408         * configure.in: Call ACX_PROG_LN.
9409         * configure: Regenerate.
9410
9411 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9412
9413         * MAINTAINERS (Write After Approval): Add myself.
9414
9415 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9416
9417         * MAINTAINERS (Write After Approval): Add myself.
9418
9419 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9420
9421         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9422         without gcc.
9423         * configure: Regenerate.
9424
9425 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9426
9427         * Makefile.tpl: Fix typo.
9428         * Makefile.in: Regenerate.
9429
9430 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9431
9432         * configure.in: Remove new- prefix from toplevel
9433         bootstrap targets.
9434         * configure: Regenerate.
9435
9436 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9437
9438         * Makefile.tpl (all.normal): Rename to all.
9439         (all): Replace with a rule to pick the default
9440         target from configure.
9441         (all-gcc, configure-gcc): Use conditionals to
9442         do nothing when toplevel bootstrap is going on.
9443         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9444         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9445         * configure.in: Support --enable-bootstrap.
9446
9447         * Makefile.def: Remove new- prefix from toplevel
9448         bootstrap targets.
9449         * Makefile.tpl: Likewise.
9450
9451         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9452         target.
9453
9454         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9455         $(RECURSE_FLAGS) to recursive invocation of make.
9456
9457         * Makefile.in: Regenerate.
9458         * configure: Regenerate.
9459
9460 2004-05-30  Andreas Jaeger  <aj@suse.de>
9461             Jim Wilson  <wilson@specifixinc.com>
9462
9463         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9464         like CC.
9465
9466 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9467
9468         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9469         * configure: Regenerate.
9470
9471 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9472
9473         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9474         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9475         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9476         targets.
9477         * Makefile.in: Regenerate.
9478
9479 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9480
9481         * configure.in: Test the ability to symlink directories.
9482         * configure: Regenerate.
9483
9484         * Makefile.def (bootstrap-stage): New definitions.
9485         * Makefile.tpl (configure-stage1-gcc,
9486         configure-stage2-gcc, configure-stage3-gcc,
9487         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9488         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9489         new-restage3, compare): Autogenerate, see Makefile.in
9490         entry for behavioral changes.
9491         (distclean-stage1, new-stage1-start, new-stage1-end,
9492         new-stage1-bubble, distclean-stage2, new-stage2-start,
9493         new-stage2-end, new-stage2-bubble, distclean-stage3,
9494         new-stage3-start, new-stage3-end): New autogenerated targets.
9495         (objext, prebootstrap, BOOT_CFLAGS,
9496         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9497         targets.
9498
9499         * Makefile.in: Regenerate.
9500         (distclean-stage1, new-stage1-start, new-stage1-end,
9501         new-stage1-bubble, distclean-stage2, new-stage2-start,
9502         new-stage2-end, new-stage2-bubble, distclean-stage3,
9503         new-stage3-start, new-stage3-end): New targets.
9504         (all-stage1-gcc): Move prebootstrap dependency from here...
9505         (configure-stage1-gcc): ...to here.
9506         (new-bootstrap): Use bubble targets.
9507         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9508         Use per-stage distclean targets.
9509         (configure-stage1-gcc, configure-stage2-gcc,
9510         configure-stage3-gcc, all-stage1-gcc,
9511         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9512         Use new-stageN-start to prepare the tree.
9513
9514 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9515
9516         * Makefile.def (host_modules): add libcpp.
9517         * Makefile.tpl: Add dependencies on and for libcpp.
9518         * Makefile.in: Regenerate.
9519         * configure.in: Add libcpp host module.
9520         * configure: Regenerate.
9521
9522 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9523
9524         * Makefile.tpl: Whenever a recursive target is defined, wrap
9525         it in a special @if/@endif block, and prepare its maybe
9526         dependency in the @if/@endif block
9527         * configure.in: Instead of writing maybe dependencies, remove
9528         the @if/@endif statements, and remove the @if/@endif blocks
9529         that remain.
9530         * configure: Regenerate.
9531         * Makefile.in: Regenerate.
9532
9533 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9534
9535         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9536
9537 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9538
9539         PR bootstrap/15120
9540         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9541         * */configure: Rebuilt.
9542
9543 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9544
9545         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9546         of libf2c.
9547         * configure, Makefile.in: Regenerate.
9548
9549 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9550
9551         * MAINTAINERS (Write After Approval): Add myself.
9552
9553 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9554
9555         Merge from tree-ssa-20020619-branch.
9556
9557         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9558         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9559         (HOST_GMPLIBS): Define.
9560         (HOST_GMPINC): Define.
9561         (TARGET_LIB_PATH): Add libmudflap.
9562         (GFORTRAN_FOR_TARGET): Define.
9563         (configure-build*): Export GFORTRAN.
9564         (configure-gcc): Export GMPLIBS and GMPINC.
9565         (all-gcc): Add maybe-all-libbanshee.
9566         (configure-target-libgfortran): Define.
9567         * Makefile.in: Regenerate.
9568         * configure.in (host_libs): Add libbanshee.
9569         (target_libraries): Add target-libmudflap and target-libgfortran.
9570         Add --with-libbanshee.
9571         Handle --disable-libmudflap.
9572         (*-*-freebsd*): Use with_gmp.
9573         Add $(libgcj) to noconfigdirs.
9574         * configure: Regenerate.
9575         * depcomp: New file.
9576         * MAINTAINERS: Add tree-ssa maintainers.
9577
9578 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9579
9580         * MAINTAINERS (Various Maintainers): Add myself.
9581
9582 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9583
9584         * MAINTAINERS (Write After Approval): Add myself.
9585
9586 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9587
9588         * MAINTAINERS (Write After Approval): Add myself.
9589
9590 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9591
9592         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9593         * configure: Regenerate.
9594
9595 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9596
9597         Revert:
9598         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9599
9600         * Makefile.def (flags_to_pass): Remove *dir variables that
9601         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9602         as well as prefix and exec_prefix.
9603         * Makefile.in: Regenerate.
9604
9605 2004-04-26  Robert Millan  <robertmh@gnu.org>
9606
9607         Add patches from libtool CVS.
9608         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9609         * ltconfig: Likewise.
9610         * ltcf-c.sh: Likewise.
9611         * ltcf-cxx.sh: Likewise.
9612         * ltcf-gcj.sh: Likewise.
9613
9614 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9615
9616         * Makefile.def (host_modules): Mark with the bootstrap
9617         flag packages on which gcc depends.
9618         * Makefile.tpl (all-bootstrap): Use it.
9619         * Makefile.in: Regenerate.
9620
9621 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9622
9623         * Makefile.def (flags_to_pass): Remove *dir variables that
9624         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9625         as well as prefix and exec_prefix.
9626         * Makefile.in: Regenerate.
9627
9628 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9629
9630         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9631         * configure: Regenerate.
9632         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9633         * gcc/Makefile.tpl (compare): Use the result of the test.
9634         * gcc/Makefile.in: Regenerate.
9635
9636 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9637
9638         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9639         Always relocate gcc and prev-gcc to the original names, even
9640         if the build fails.
9641         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9642         New targets.
9643
9644 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9645
9646         * MAINTAINERS: Update my email address.
9647
9648 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9649
9650         * configure.in (mips*-*-irix5*): Enable ld.
9651         * configure: Regenerate.
9652
9653 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9654
9655         * configure: Regenerate.
9656
9657 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9658
9659         * Makefile.tpl (configure-[+module+], configure-gcc,
9660         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9661         Set and export LDFLAGS.
9662         * Makefile.in: Regenerate.
9663
9664 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9665
9666         * MAINTAINERS: Add myself to write-after-approval.
9667
9668 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9669
9670         PR bootstrap/14871
9671         * Makefile.tpl: If we don't have built-in-tree target tools,
9672         use the ones found by configure rather than hacking around with
9673         program_transform_name.
9674         * configure.in: Give Makefile.tpl the information necessary
9675         to do that.
9676         * Makefile.in: Regenerate.
9677         * configure: Regenerate.
9678
9679 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9680
9681         PR bootstrap/14760
9682         * configure.in: When computing baseargs, strip *all* copies of
9683         offending options.  Also, don't match/substitute the trailing space,
9684         so that this actually works when two similar options are separated by
9685         only one space.
9686         * configure: Regenerate.
9687
9688 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9689
9690         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9691         (rs6000-*-aix*): Same.
9692         * configure: Regenerate.
9693
9694 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9695
9696         * MAINTAINERS: Add myself to write-after-approval.
9697
9698 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9699
9700         * MAINTAINERS: Add myself to write-after-approval.
9701
9702 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9703
9704         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9705         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9706         * Makefile.in: Regenerate.
9707
9708         * configure.in (top level bootstrap support): Rework --enable-werror
9709         to set @stage2_werror_flag@.
9710         * configure: Regenerate.
9711         * Makefile.tpl (top level bootstrap support): Pass
9712         @stage2_werror_flag@ down to configure in stages 2 and 3.
9713         * Makefile.in: Regenerate.
9714
9715 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9716
9717         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9718         for stages 2 and 3 as well as in make.  As a consequence, remove
9719         OUTPUT_OPTION (now detected by configure) from the flags passed down
9720         to make.
9721         * Makefile.in: Regenerate.
9722
9723         * Makefile.tpl (new-bootstrap): Fix typo.
9724         * Makefile.in: Regenerate.
9725
9726 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9727
9728         * Makefile.tpl: Rearrange by moving recursive_targets rules
9729         into their proper sections.
9730         * Makefile.tpl (top level bootstrap support): Move disabling
9731         of coverage flags from 'make' to 'configure'; improve comments.
9732         * Makefile.in: Regenerate.
9733
9734         * Makefile.tpl (experimental top level bootstrap) Move stage1
9735         language setting from all- target to configure- target; disable
9736         intermodule optimization in stage 1; prevent gratuitous rebuilds
9737         of stage 1.
9738         * Makefile.in: Regenerate.
9739         * configure.in: Comma-separate stage 1 language list for top
9740         level bootstrap.
9741         * configure: Regenerate.
9742
9743         * Makefile.tpl: Clean up experimental top level bootstrap support:
9744         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9745         prev-gcc in configure- targets as well as all- targets.
9746         * Makefile.in: Regenerate.
9747
9748 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9749
9750         * compile: New file imported from automake.
9751
9752 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9753
9754         * configure.in: Remove symbolic link section.
9755         * configure: Regenerate.
9756         * Makefile.tpl (links): Remove.
9757         * Makefile.in: Regenerate.
9758
9759 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9760             Nathanael Nerode  <neroden@gcc.gnu.org>
9761
9762         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9763         Set with AC_CHECK_PROGS.
9764         * configure.in: Fix comment typo from last patch.
9765         * configure: Regenerate.
9766
9767 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9768
9769         * Makefile.tpl: Introduce experimental top level bootstrap support.
9770         * Makefile.in: Regenerate.
9771         * configure.in: Introduce support for top level bootstrap.
9772         * configure: Regenerate.
9773
9774 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9775             Paolo Bonzini  <bonzini@gnu.org>
9776
9777         PR bootstrap/14522
9778         * configure.in: Cope with shells that do not support unquoted ^
9779         * configure: Regenerate.
9780
9781 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9782             Paolo Bonzini  <bonzini@gnu.org>
9783
9784         PR bootstrap/14522
9785         * configure.in: Cope with shells that do not support nesting
9786         quotes inside quoted backquote substitutions.
9787         * configure: Regenerate.
9788
9789 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9790
9791         PR bootstrap/14522
9792         * configure.in: Fix escaping of $.
9793         * configure: Regenerate.
9794
9795 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9796
9797         * configure: Regenerate, since I forgot to while committing Paolo's
9798         changes.
9799
9800 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9801
9802         PR ada/14131
9803         Move language detection to the top level.
9804         * configure.in: Find default values for the tools as
9805         soon as possible.  Disable ada if GNAT is not found.
9806         Emit error message about missing languages.  Expand
9807         --enable-languages=all for the gcc subdirectory.
9808
9809 2004-03-10  Ben Elliston  <bje@gnu.org>
9810
9811         * MAINTAINERS: Update my email address.
9812
9813 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9814
9815         * ltconfig: Disable building static libraries if building shared
9816         libraries on AIX 5L.
9817
9818 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9819
9820         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9821         and disable libgcj.
9822         * configure: Regenerated.
9823
9824 2004-03-01  Brian Booth  <bbooth@redhat.com>
9825
9826         * MAINTAINERS: Add myself to write-after-approval.
9827
9828 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9829
9830         * MAINTAINERS: Add myself to write-after-approval.
9831
9832 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9833
9834         PR bootstrap/7087
9835         * Makefile.tpl: Guard XFOO sed statements better.
9836         * Makefile.tpl: Add dependency for configure-target-libada.
9837         * Makefile.in: Regenerate (incidentally fixes broken
9838         commit when libada-branch was merged).
9839
9840 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9841
9842         * MAINTAINERS: Add myself to write-after-approval.
9843
9844 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9845
9846         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9847         maintainers.
9848
9849 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9850
9851         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9852         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9853
9854 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9855
9856         PR bootstrap/11932
9857         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9858
9859 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9860
9861         * MAINTAINERS: Added myself to write-after-approval.
9862
9863 2004-02-14  Michael Koch  <konqueror@gmx.de>
9864
9865         * MAINTAINERS: Added myself to write-after-approval.
9866
9867 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9868
9869         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9870         some OS port maintainers to OS port maintainers section.
9871
9872 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9873
9874         * MAINTAINERS: Add self.
9875
9876 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9877
9878         * MAINTAINERS: Alphabetize.
9879
9880 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9881
9882         * MAINTAINERS: Remove myself.
9883
9884 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9885
9886         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9887         (rs6000-*-aix*): Same.
9888         * configure: Regenerate.
9889
9890 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9891
9892         * configure.in (host): Add in missing $noconfigdirs to defines.
9893         * configure: Regenerate.
9894
9895 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9896             Nathanael Nerode  <neroden@gcc.gnu.org>
9897
9898         PR ada/6637, PR ada/5911
9899         Merge with libada-branch:
9900         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9901         with appropriate dependencies. Add --enable-libada configure switch.
9902         * configure, Makefile.in: Regenerate.
9903
9904 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9905
9906         * MAINTAINERS: Add myself to write-after-approval.
9907
9908 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9909
9910         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9911         * configure: Regenerate.
9912
9913 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9914
9915         Merge from upstream:
9916
9917         * ltmain.in: When setting IFS to '~', be careful about user
9918         arguments that contain '~'.
9919
9920         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9921
9922         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9923         Also test $base_compile against $CC with escaped arguments. Bug
9924         reported by Geoff Keating <geoffk@apple.com>.
9925
9926 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9927
9928         * MAINTAINERS: Remove i960 port.
9929
9930 2004-01-23  DJ Delorie  <dj@redhat.com>
9931
9932         * Makefile.def (target_modules) [libiberty]: Don't stage.
9933         * Makefile.in: Rebuilt.
9934
9935 2004-01-20  Caroline Tice  <ctice@apple.com>
9936
9937         * MAINTAINERS: Add myself to write-after-approval.
9938
9939 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9940
9941         * MAINTAINERS: Update my email address.
9942
9943 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9944
9945         * MAINTAINERS: Add myself to write-after-approval.
9946
9947 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9948
9949         * MAINTAINERS: Remove entries without email address.
9950
9951 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9952
9953         * MAINTAINERS: Add myself to write-after-approval.
9954
9955 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9956
9957         * MAINTAINERS: Update my email address.
9958
9959 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9960
9961         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9962         * Makefile.tpl (configure-target-[+module+]): Support stage.
9963         * Makefile.in: Rebuilt.
9964
9965 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9966
9967         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9968
9969 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9970
9971         * MAINTAINERS: Add myself as a MIPS maintainer.
9972
9973 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9974
9975         * configure.in: Use ./config.cache, not config.cache.
9976         * configure: Regenerate.
9977         * Makefile.tpl: Special-casing not needed for GCC any more.
9978         * Makefile.in: Regenerate.
9979
9980         * configure.in: Don't share a cache file for host dirs.
9981         * configure: Regenerate.
9982
9983         * config-ml.in: Don't mess with the cache file.
9984
9985 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9986
9987         * MAINTAINERS: Move myself from 'Write After Approval' to
9988         'CPU Port Maintainers' section as SPARC maintainer.
9989
9990 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9991
9992         * Makefile.tpl: Make GCC use a separate config.cache.
9993         * Makefile.in: Regenerate.
9994
9995         PR bootstrap/11932, PR bootstrap/11933
9996         (I don't know if it will fix either of them, but it relates
9997         to them.)
9998         * configure.in: Don't use shared config.cache for target
9999         directories.
10000         * configure: Regenerate.
10001
10002 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
10003
10004         * MAINTAINERS: Add myself to 'Write After Approval' section.
10005
10006 2003-12-31  Roger Sayle  <roger@eyesopen.com>
10007
10008         * configure.in (ia64*-*-hpux*): Disable building java libraries.
10009         * configure: Regenerated.
10010
10011 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10012
10013         * MAINTAINERS: Remove the mn10200 maintainer.
10014
10015 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
10016
10017         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10018         * configure: Regenerated.
10019
10020 2003-12-16  Jan Hubicka  <jh@suse.cz>
10021
10022         * MAINTAINERS: Add myself as callgraph maintainer.
10023
10024 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10025
10026         * configure.in (raw_libstdcxx_flags): Remove the leading space.
10027         * configure: Regenerate.
10028
10029 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10030
10031         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10032         'Write After Approval' section. Update email.
10033
10034 2003-12-01  James Lemke  <jim@wasabisystems.com>
10035
10036         * MAINTAINERS (Write After Approval): Add myself.
10037
10038 2003-11-20  Matt Thomas  <matt@3am-software.com>
10039
10040         * MAINTAINERS: Add myself as a vax port maintainer.
10041
10042 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10043
10044         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10045         (configure-build-[+module+], configure-[+module+]): Likewise.
10046         (configure-target-[+module+], configure-gcc, config.status): Likewise.
10047         * Makefile.in: Regenerate.
10048
10049 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10050
10051         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10052         shared/dylibed libraries.
10053         * ltmain.sh: Likewise.
10054         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10055         * ltcf-cxx.sh: Likewise.
10056         * ltcf-gcj.sh: Likewise.
10057         * ltconfig: Likewise.
10058
10059 2003-11-17  Stan Cox  <scox@redhat.com>
10060
10061         * MAINTAINERS: Add myself as iq2000 port maintainer.
10062
10063 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10064
10065         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10066         * Makefile.in: Regenerate.
10067
10068 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10069
10070         * config.sub: Update to 2003-11-03 version.
10071
10072 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10073
10074         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10075         * configure:  Regenerate.
10076
10077 2003-10-20  Nicolas Pitre  <nico@cam.org>
10078
10079         * MAINTAINERS: Add myself to 'Write After Approval' section.
10080
10081 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10082
10083         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10084
10085 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10086
10087         * MAINTAINERS: Update my email address.
10088
10089 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10090
10091         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10092
10093 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10094
10095         * MAINTAINERS: Add myself to 'Write After Approval' section.
10096
10097 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10098
10099         * config.guess: Update to 2003-10-16 version.
10100         * config.sub: Update to 2003-10-16 version.
10101
10102 2003-10-15  David Daney  <ddaney@avtrex.com>
10103
10104         * MAINTAINERS: Added myself to 'Write After Approval' section.
10105
10106 2003-10-15  Falk Hueffner  <falk@debian.org>
10107
10108         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10109         'Write After Approval' section. Update email.
10110
10111 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10112
10113         * MAINTAINERS: Move myself from 'Write After Approval' to
10114         'Various Maintainers' section as middle-end maintainer.
10115
10116 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10117
10118         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10119         HOST_FLAGS_TO_PASS.
10120         * Makefile.in: Regenerate.
10121
10122 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10123
10124         * config.guess: Update to 2003-10-07 version.
10125         * config.sub: Update to 2003-10-07 version.
10126
10127 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10128
10129         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10130         * ltconfig (irix5*, irix6*): Don't override version_type.
10131
10132 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10133
10134         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10135         * configure: Rebuilt
10136         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10137         * Makefile.in: Rebuilt
10138
10139 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10140
10141         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10142
10143 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10144
10145         * MAINTAINERS (Write After Approval): Add myself.
10146
10147 2003-09-29  Paul Koning  <ni1d@arrl.net>
10148
10149         * MAINTAINERS: Move myself from "Write After Approval"
10150         to CPU platform maintainers for pdp11 platform.
10151
10152 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10153
10154         * MAINTAINERS: Move myself from 'Write After Approval' to
10155         'Various Maintainers' section as libffi testsuite maintainer.
10156
10157 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10158
10159         * configure.in: Pass a computed --program-transform-name
10160         to subconfigures.
10161         * configure: Regenerated.
10162
10163 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10164
10165         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10166         * Makefile.in: Regenerate.
10167
10168         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10169         * Makefile.in: Regenerate.
10170
10171 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10172
10173         * MAINTAINERS: Move myself from 'Write After Approval'
10174         to 'Various Maintainers' (objective-c) section.
10175
10176 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10177
10178         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10179         quoting.
10180         * configure: Regenerated.
10181
10182 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10183
10184         * MAINTAINERS (Write After Approval): Add myself to write after
10185         approval list.
10186
10187 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10188
10189         * MAINTAINERS (Write After Approval): Add myself.
10190
10191 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10192
10193         * MAINTAINERS: Update my e-mail address.
10194
10195 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10196
10197         * libtool.m4 (LD): Correct powerpc64 host match.
10198
10199 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10200
10201         * MAINTAINTERS: Update my affiliation and email address.
10202
10203 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10204
10205         * MAINTAINERS (Write After Approval): Add myself.
10206
10207 2003-09-04  DJ Delorie  <dj@redhat.com>
10208
10209         * configure: Regenerate.
10210
10211 2003-09-04  Robert Millan  <robertmh@gnu.org>
10212
10213         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10214
10215 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10216
10217         * configure.in: Ensure arguments to sed are properly spaced.
10218         * configure: Regenerate.
10219
10220 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10221
10222         * MAINTAINERS: Update my e-mail address.
10223
10224 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10225
10226         * MAINTAINERS (Write After Approval): Add myself.
10227
10228 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10229
10230         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10231         * configure: Regenerated.
10232
10233 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10234
10235         * MAINTAINERS: Update my email address.
10236
10237 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10238
10239         * configure.in:  Use newline instead of semicolon when assuming
10240         shell arguments in a for loop.
10241         * configure:  Regenerated.
10242
10243 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10244
10245         * MAINTAINERS: Resurrect the i860 maintainer.
10246
10247 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10248
10249         PR 8180
10250         * configure.in: When testing with_libs and with_headers, treat
10251         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10252         * configure: Regenerate.
10253
10254         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10255         make, shell, etc.
10256         (baseargs): Likewise.
10257         * configure: Regenerate.
10258
10259 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10260
10261         * MAINTAINERS (Write After Approval): Add myself.
10262
10263 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10264
10265         * configure.in: Disable libgcj for darwin not on powerpc.
10266         * configure: Rebuild.
10267
10268 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10269
10270         * config-ml.in, symlink-tree: Add license.
10271
10272 2003-08-03  Richard Stallman  <rms@gnu.org>
10273             Eben Moglen  <moglen@columbia.edu>
10274
10275         * README.SCO: New file.
10276
10277 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10278
10279         * Makefile.tpl (check, check-c++): Express dependencies using
10280         dependencies rather than commands.
10281         * Makefile.in: Regenerate.
10282
10283 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10284
10285         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10286         * configure: Ditto.
10287
10288 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10289
10290         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10291         * Makefile.in: Update.
10292
10293 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10294
10295         * configure.in: Enable libgcj for darwin.
10296         * configure: Rebuild.
10297
10298 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10299
10300         * config-ml.in:  Use ac_configure_args directly instead of
10301         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10302         actually seen.
10303
10304 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10305
10306         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10307         creating target and build subdirs to build all parent dirs as needed.
10308         * Makefile.in: Rebuild.
10309         * configure.in: Don't build dirs explicitly here.
10310         * configure: Rebuild.
10311
10312 2003-07-26  Paul Brook  <paul@nowt.org>
10313
10314         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10315
10316 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10317
10318         * Makefile.tpl (all-make): Depend on intl.
10319         * Makefile.in: Rebuilt.
10320
10321 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10322
10323         * install-sh:  Update to newer upstream versions (associated with
10324         aclocal 1.7).
10325         * mkinstalldirs:  Likewise.
10326         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10327
10328 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10329
10330         * MAINTAINERS: Move self from Bug database only accounts
10331         to write-after-approval.
10332
10333 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10334
10335         * config.if: Remove unused libc_interface determination.
10336
10337 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10338
10339         * MAINTAINERS: Move self from write-after-approval to
10340         build machinery (*.in).
10341
10342 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10343
10344         PR bootstrap/11273
10345         PR bootstrap/11408
10346         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10347         unused INSTALL_PROGRAM_ARGS.
10348         * configure.in: Use AC_PROG_INSTALL.
10349         * Makefile.in: Regenerate.
10350         * configure: Regenerate.
10351
10352 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10353
10354         * MAINTAINERS: Alphabetize.
10355
10356 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10357
10358         * configure: Rebuilt.
10359         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10360         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10361         newlib nor libgloss.
10362         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10363         * configure.in (am33_2.0-*-linux*): Added.
10364
10365 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10366
10367         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10368         * configure: Regenerate.
10369
10370 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10371
10372         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10373         * Makefile.in: Regenerate.
10374
10375 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10376
10377         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10378         * Makefile.in: Regenerate.
10379
10380 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10381
10382         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10383         * Makefile.in: Regenerated.
10384
10385         * config-ml.in: Replace PWD with PWD_COMMAND.
10386
10387 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10388
10389         * intl: New directory; see intl/ChangeLog for details.
10390         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10391         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10392         * Makefile.in: Regenerate.
10393
10394 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10395
10396         * configure.in: Clean up config-lang.in handling.  Delete
10397         useless assignment to "subdirs".
10398         * configure: Regenerate.
10399
10400 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10401
10402         * configure.in: Rename 'target_libs' to 'target_libraries'.
10403         Remove useless reference to 'target_libs'.
10404         * configure: Regenerate.
10405
10406 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10407
10408         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10409         * Makefile.in: Regenerate.
10410
10411 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10412
10413         * Makefile.def: Introduce flags_to_pass.
10414         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10415         * Makefile.in: Regenerate.
10416
10417 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10418
10419         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10420         and target-libgloss.
10421         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10422         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10423         * configure: Regenerate.
10424
10425 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10426
10427         * configure.in: Update testsuite_flags to new location.
10428         * configure. Regenerate.
10429
10430 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10431
10432         * Makefile.tpl: Remove BUILD_CC stuff.
10433         * Makefile.in: Regenerate.
10434
10435 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10436
10437         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10438
10439 2003-06-16  Graeme Peterson  <gp@qnx.com>
10440
10441         * MAINTAINERS (Write After Approval): Add myself.
10442
10443 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10444
10445         * config.guess: Update to 2003-06-12 version.
10446         * config.sub: Update to 2003-06-13 version.
10447
10448 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10449
10450         * config.guess: Update to 2003-06-06 version.
10451         * config.sub: Update to 2003-06-06 version.
10452
10453 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10454
10455         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10456         * configure. Regenerate.
10457
10458 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10459
10460         * configure.in: Disable serial configure by default.
10461         * configure: Regenerate.
10462         * Makefile.tpl: Abolish .NOTPARALLEL.
10463         * Makefile.in: Regenerate.
10464
10465         * Makefile.tpl: Replace {build,host,target}_canonical by
10466         {build,host,target}.
10467         * Makefile.in: Regenerate.
10468
10469         * Makefile.tpl: Fix stupid pasto.
10470         * Makefile.in: Regenerate.
10471
10472 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10473
10474         * Makefile.tpl: Remove bogus conditional.
10475         * Makefile.in: Regenerate.
10476
10477 2003-06-05  Jan Hubicka  <jh@suse.cz>
10478
10479         * Makefile.tpl (profiledbootstrap): New target.
10480         * Makefile.in (profiledbootstrap): New target.
10481
10482 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10483
10484         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10485         Pinski. Remove user names from other bugzilla-only maintainers.
10486
10487 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10488
10489         * Makefile.tpl: Make 'recursive targets' using autogen rather
10490         than shell loop.  Remove duplicate 'clean' targets and false
10491         comments.
10492         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10493         Add systematic method of specifying missing targets in subdirs.
10494         Add copyright boilerplate.
10495         * Makefile.in: Regenerate.
10496         * configure.in: Add 'recursive targets' to maybe list.
10497         * configure: Regenerate.
10498
10499         * MAINTAINERS: "GNATS only" -> "Bug database only".
10500
10501         * Makefile.tpl: Rename [+target+] to [+make_target+].
10502         * Makefile.def: Rename 'target' to 'make_target'.
10503
10504 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10505
10506         * MAINTAINERS: Add self as options handling maintainer.
10507
10508 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10509
10510         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10511         been too long since I touched those ports.
10512
10513 2003-05-28  DJ Delorie  <dj@redhat.com>
10514
10515         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10516         * Makefile.in: Regenerate.
10517
10518 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10519
10520         * configure.in: Use curly braces in the definition of tooldir.
10521         * configure: Regenerate.
10522
10523 2003-05-21  DJ Delorie  <dj@redhat.com>
10524
10525         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10526         newlib or libgloss.
10527         * Makefile.in: Regenerate.
10528
10529 2003-05-21  DJ Delorie  <dj@redhat.com>
10530
10531         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10532         * Makefile.in: Regenerate.
10533
10534 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10535
10536         * MAINTAINERS: Update my e-mail address.
10537
10538 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10539
10540         * configure.in: Switch more things to use maybe dependencies.
10541         * Makefile.tpl: Switch more things to use maybe dependencies.
10542         Factor out common code from autogen IF statements.
10543         * configure: Regenerate.
10544         * Makefile.in: Regenerate.
10545
10546 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10547
10548         * configure.in: Accept i[3456789]86 for machine type.
10549         * configure: Regenerate.
10550
10551 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10552
10553         * configure.in: Switch more things to use maybe dependencies.
10554         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10555         * configure: Regenerate.
10556         * Makefile.tpl: Switch more things to use maybe dependencies.
10557         * Makefile.in: Regenerate.
10558
10559 2003-05-16  Andreas Schwab  <schwab@suse.de>
10560
10561         * Makefile.tpl (install-opcodes): Define.
10562         * Makefile.in: Rebuild.
10563
10564 2003-05-13  Andreas Jaeger  <aj@suse.de>
10565
10566         * config.guess: Update to 2003-05-09 version.
10567         * config.sub: Update to 2003-05-09 version.
10568
10569 2003-05-13  Michael Eager  <eager@mvista.com>
10570
10571         * configure.in: Correct sed script so that options in quotes are not
10572         deleted.
10573         * configure: Rebuild.
10574
10575 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10576
10577         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10578         and $$s/newlib/libc/sys/cygwin32 include paths.
10579         * configure: Ditto.
10580
10581 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10582
10583         * MAINTAINERS: Update my email addresses.
10584
10585 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10586
10587         * config-ml.in: Propagate INSTALL variables.
10588
10589 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10590
10591         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10592
10593 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10594
10595         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10596         * Makefile.in: Regenerate.
10597
10598 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10599
10600         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10601
10602 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10603
10604         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10605
10606 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10607
10608         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10609         * Makefile.in: Regenerated.
10610
10611 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10612
10613         * MAINTAINERS (Write After Approval): Upgrade myself from
10614         GNATS only to write-after-approval. Update my mail address.
10615
10616 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10617
10618         (OS Port Maintainers: freebsd): Add myself.
10619
10620 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10621
10622         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10623
10624 2003-04-22  Kean Johnston  <jkj@sco.com>
10625
10626         * MAINTAINERS (SCO ports): Added myself.
10627
10628 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10629
10630         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10631
10632 2003-04-19  Kean Johnston  <jkj@sco.com>
10633
10634         * MAINTAINERS (Write After Approval): Add myself.
10635
10636 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10637
10638         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10639         * Makefile.in: Regenerate.
10640
10641 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10642
10643         * configure.in (powerpc64*-*-linux*): Remove.
10644         * configure: Rebuilt.
10645
10646 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10647
10648         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10649         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10650         and restrap.
10651         * Makefile.in:  Regenerate.
10652
10653 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10654
10655         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10656         * configure: Regenerated.
10657
10658 2003-04-15  DJ Delorie  <dj@redhat.com>
10659
10660         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10661
10662 2003-04-13  Nick Clifton  <nickc@redhat.com>
10663
10664         * config-ml.in: Remove support for --disable-aix removing
10665         call-aix multilibs.
10666
10667 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10668
10669         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10670         * */configure: Rebuilt.
10671
10672 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10673
10674         * MAINTAINERS: Add my email address.
10675
10676 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10677
10678         * MAINTAINERS (Write After Approval): Add myself.
10679
10680 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10681
10682         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10683         * Makefile.in: Regenerate.
10684
10685 2003-03-14  Michael Chastain  <mec@shout.net>
10686
10687         * Makefile.in: Regenerate with correct Makefile.def.
10688
10689 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10690
10691         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10692         Make macro.
10693         * Makefile.in: Regenerate.
10694         * configure.in: Clean up gxx_include_dir logic.
10695         * configure: Regenerate.
10696
10697 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10698
10699         * MAINTAINERS (Write After Approval): Add myself.
10700
10701 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10702
10703         * MAINTAINERS: Update my mail address.
10704
10705 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10706
10707         * configure.in (gxx_include_dir): Fix typo.
10708         * configure: Regenerated.
10709
10710 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10711
10712         * Makefile.tpl: Reindent.
10713         * Makefile.in: Regenerate.
10714         * configure.in: Reindent.  Don't set unused variables.
10715         * configure: Regenerate.
10716
10717 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10718
10719         * configure.in: Include $(build_tooldir)/sys-include in
10720         FLAGS_FOR_TARGET.
10721         * configure: Regenerated.
10722
10723 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10724
10725         * Makefile.tpl: Always pass down RANLIB.
10726         * Makefile.in: Regenerate.
10727
10728         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10729         * Makefile.in: Regenerate.
10730         * configure.in: Remove unused logic relating to --enable-shared
10731         and --enable-threads.  Remove bogus comments.  Remove redundant
10732         noconfigdirs.
10733         * configure: Regenerate.
10734
10735         * configure.in: Replace ${libstdcxx_version} by its value.
10736         Remove reference to mh-dgux.
10737         * configure: Regenerate.
10738
10739 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10740
10741         * MAINTAINERS (Write After Approval): Add myself.
10742
10743 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10744
10745         * Makefile.tpl: Rearrange.
10746         * Makefile.in: Regenerate.
10747
10748 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10749
10750         * configure.in: Add support for kaOS as cross build target system.
10751         * configure: Regenerated.
10752
10753 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10754
10755         * MAINTAINERS (Write after approval): Add myself.
10756
10757 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10758
10759         * MAINTAINERS: Update my email address.
10760
10761 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10762
10763         * MAINTAINERS: Add self to blanket write privs. section.
10764
10765 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10766
10767         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10768         configure-target-* as some target builds may require additional
10769         flags for preprocessor tests.
10770         * Makefile.in: Regenerated.
10771
10772 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10773
10774         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10775         * ltconfig: Handle it.
10776         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10777         auto-detecting it.
10778
10779         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10780         it is used as argument to $CC.
10781         * ltcf-gcj.sh: Likewise.
10782
10783         * configure.in: Introduce --enable-maintainer-mode.
10784         * configure: Rebuilt.
10785         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10786         for maintainer mode.
10787         * Makefile.in: Rebuilt.
10788
10789 2003-02-18  Jason Merrill  <jason@redhat.com>
10790
10791         * Makefile.tpl (check-c++): Allow parallelism.
10792
10793 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10794
10795         * MAINTAINERS: Remove John Carr (who never actually had access to
10796         gcc.gnu.org).
10797
10798 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10799
10800         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10801         don't configure target-libobjc.
10802         * configure: Regenerate.
10803
10804 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10805
10806         * Makefile.tpl (RANLIB): Define.
10807         * Makefile.in: Regenerate.
10808
10809 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10810
10811         * MAINTAINERS: Update my email.
10812
10813 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10814
10815         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10816         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10817         * Makefile.in: Regenerated.
10818         * configure.in: Remove all traces of snavigator, db, and grep.
10819         * configure: Regenerated.
10820
10821 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10822
10823         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10824         After Approval.
10825
10826 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10827
10828         * MAINTAINERS (Write after approval): Add myself.
10829
10830 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10831
10832         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10833         * Makefile.in: Regenerated.
10834
10835 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10836
10837         * config.guess: Updated to 2003-01-30's version.
10838         * config.sub: Updated to 2003-01-28's version.
10839
10840 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10841
10842         * config.if: If gcc_version is already set, just use it.  Don't set
10843         gcc_version_trigger if it's already set, otherwise set it to
10844         gcc/version.c, but only if the file exists.  If it is not set and
10845         gcc/version.c does not exist, try to extract the version number from
10846         $CC.
10847
10848 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10849
10850         * MAINTAINERS: Add myself to write-after-approval list.
10851
10852 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10853
10854         * configure.in:  Revert 24Jan change.
10855         * configure:  Regenerate.
10856
10857 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10858
10859         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10860         entry of HJ Lu.
10861
10862 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10863
10864         * configure.in: Revert previous change.
10865         * configure: Regenerate.
10866
10867 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10868
10869         * configure.in: Make rda native-only.
10870         * configure: Regenerate.
10871
10872 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10873
10874         * MAINTAINERS: Move myself from GNATS-only-accounts to
10875         write-after-approval.
10876
10877 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10878
10879         * configure.in: Add missing \.
10880         * configure: Rebuilt.
10881
10882 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10883
10884         * configure.in (baseargs): Avoid using \| in sed regular
10885         expressions.
10886         * configure: Rebuilt.
10887
10888 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10889
10890         * configure.in (baseargs): Remove all supported forms of
10891         --cache-file, --srcdir, --host, --build and --target options
10892         from argument lists.
10893         * configure: Rebuilt.
10894
10895 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10896
10897         * MAINTAINERS: Add myself to write-after-approval list.
10898
10899 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10900
10901         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10902         * configure: Rebuilt.
10903
10904 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10905
10906         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10907         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10908         * Makefile.in: Regenerate.
10909         * configure: Regenerate.
10910
10911 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10912
10913         * configure.in: Remove Makefile in build, host and target modules
10914         unless configure was run with --no-recursion.
10915         * configure: Rebuilt.
10916
10917 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10918
10919         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10920         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10921         * Makefile.in: Regenerate.
10922
10923 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10924
10925         * config.guess: Update to 2003-01-03 version.
10926         * config.sub: Update to 2003-01-03 version.
10927
10928 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10929
10930         * configure: Regenerate with proper autoconf 2.13.
10931
10932 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10933
10934         * configure.in: Add AC_PREREQ for consistency.
10935         * configure: Regenerate.
10936
10937 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10938
10939         * configure.in (GDB_TK): Add tcl directories conditional on
10940         gdb/gdbtk directory being present.
10941         * configure: Regenerate.
10942
10943 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10944
10945         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10946         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10947         * configure: Rebuilt.
10948
10949 2002-12-31  Tom Tromey  <tromey@redhat.com>
10950
10951         * Makefile.in: Rebuilt.
10952         * Makefile.def (target_modules) [libffi]: Allow installation.
10953
10954 2002-12-31  Andreas Schwab  <schwab@suse.de>
10955
10956         * configure.in: Fix use of $program_transform_name.
10957         * configure: Regenerated.
10958
10959 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10960
10961         * configure.in (baseargs): Don't remove first configure argument.
10962         * configure: Regenerated.
10963
10964 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10965
10966         * Makefile.tpl (local-distclean): Don't remove...
10967         (multilib.ts): ... this.  Moved into...
10968         (multilib.out): ... this.  Don't use sub-make.
10969         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10970         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10971         (configure-build-[+module+], configure-[+module+],
10972         configure-target-[+module+], configure-gcc): ... these.  Test
10973         for Makefile existence.  Drop config.status from dependencies.
10974         * Makefile.in: Rebuilt.
10975         * configure.in: Move gcc-version-trigger to the end of
10976         ac_configure_args.  Add comments to maybedep.tmp and
10977         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10978         nonopt from baseargs, matching and removing corresponding
10979         whitespace while at it.
10980         * configure: Rebuilt.
10981
10982 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10983
10984         * configure.in (host_configargs): Replace reference to
10985         no-longer-defined buildopts with --build=${build_alias}.
10986         * configure: Rebuilt.
10987
10988         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10989         program_transform_name to standard idiom.
10990         (AUTOGEN, AUTOCONF): Define.
10991         (Makefile.in): Use $(AUTOGEN).
10992         (Makefile): Depend on config.status, and use autoconf-style rule to
10993         build it.  Move original commands to...
10994         (config.status): ... this new target.
10995         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10996         $(AUTOCONF).
10997         * Makefile.in: Rebuilt.
10998
10999 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
11000
11001         * Makefile.tpl: Fix dramatic bustage due to change in
11002         program_transform_name.
11003         * Makefile.in: Regenerate.
11004
11005         * configure.in: Remove unnecessary PATH setting.
11006         * configure: Regnerate.
11007
11008         * configure.in: Don't default to unprefixed tools unless
11009         the native tools will work.
11010         * configure: Regenerate.
11011
11012         * configure.in: Convert to autoconf script.  Blow away lots
11013         of now-redundant Makefile fragments.
11014         * configure: Generate using Autoconf.
11015         * Makefile.tpl: Rewrite to reflect autoconfiscation.
11016         * Makefile.in: Regenerate.
11017
11018 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11019
11020         * configure: Fix stupid bug where RANLIB was mistakenly included.
11021
11022         * configure.in: Rename (buildargs, hostargs, targargs) to
11023         (build_configargs, host_configargs, target_configargs).
11024
11025         * configure.in: Move logic out of sed statement.
11026
11027         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11028         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11029
11030 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11031
11032         * config.sub: Import from master repository
11033         * config.guess: Ditto
11034
11035 2002-12-24  Andreas Schwab  <schwab@suse.de>
11036
11037         * Makefile.tpl (multilib.out): Fix missing space.
11038         * Makefile.in: Regenerate.
11039
11040 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11041
11042         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11043         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11044         * Makefile.in: Regenerate.
11045         * configure.in: Remove unnecessary leftovers.
11046
11047 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
11048
11049         * configure.in (extra_ranlibflags_for_target): New variable.
11050         (*-*-darwin): Add -c to ranlib commands.
11051         * configure (tooldir): Handle extra_ranlibflags_for_target.
11052
11053 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11054
11055         * Makefile.tpl: Revert HJL's change.
11056         * Makefile.in: Regenerated.
11057         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11058         always.
11059
11060 2002-12-19  Andreas Schwab  <schwab@suse.de>
11061
11062         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11063         * Makefile.in: Regenerate.
11064
11065 2002-12-18  H.J. Lu  <hjl@gnu.org>
11066
11067         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11068         * Makefile.in: Regenerated.
11069
11070         * configure.in (build_prefix): New. Substitute.
11071
11072 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11073
11074         * Makefile.tpl: Don't let real targets depend on phony targets.
11075         * Makefile.in: Regenerate.
11076
11077         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11078         * Makefile.in: Regenerate.
11079
11080 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11081
11082         * config.sub: Import from master repository
11083         * config.guess: Ditto
11084
11085 2002-12-16  Jason Merrill  <jason@redhat.com>
11086
11087         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11088         previous 'make bootstrap'.
11089         * Makefile.in: Regenerate.
11090
11091 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11092
11093         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11094
11095 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11096
11097         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11098         * Makefile.in: Regenerate.
11099
11100 2002-12-13  Jason Merrill  <jason@redhat.com>
11101
11102         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11103         library tests.
11104         (check-c++): Just depend on it and check-target-libstdc++-v3.
11105         * Makefile.in: Regenerate.
11106
11107 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11108
11109         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11110         * Makefile.in: Rebuilt.
11111
11112 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11113
11114         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11115
11116 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11117
11118         * configure: Fix bug put in by gremlins.
11119
11120         * Makefile.tpl: Substitute more autoconfily.
11121         * configure: Substitute more autoconfily.
11122         * Makefile.in: Regenerate.
11123
11124 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11125
11126         * config.sub: Import from master repository
11127         * config.guess: Ditto
11128         * MAINTAINERS: Added Svein Seldal under write after approval
11129
11130 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11131
11132         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11133         * Makefile.in (all-sim): Ditto.
11134
11135 2002-12-06  DJ Delorie  <dj@redhat.com>
11136
11137         * Makefile.tpl: Change configure dependencies to not have real
11138         targets depend on phony targets.
11139
11140 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11141
11142         * configure.in: Revert unintentional change.
11143
11144         * Makefile.tpl: Change dependency for */multilib.out so that
11145         it works when gcc isn't in the tree.
11146
11147         * configure.in: Substitute more.
11148         * configure: Run subconfigures from the Makefile.
11149         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11150         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11151
11152 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11153
11154         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11155
11156 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11157
11158         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11159         and corresponding dependencies.
11160         * Makefile.in: Regenerate.
11161
11162         * configure.in (host_tools): Order binutils, gas and ld for
11163         convenience in running the testsuites.
11164
11165         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11166         * Makefile.in: Regenerate.
11167         * configure.in: Introduce rules to serialize subconfigure runs.
11168
11169         * configure.in: Introduce BASE_CC_FOR_TARGET.
11170         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11171         Realize configure-build-* targets.  Realize configure-target-* targets.
11172         * Makefile.in: Regenerate.
11173
11174 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11175
11176         * configure: Move gcc_version_trigger stuff from here...
11177         * configure.in: ...to here.
11178
11179         * configure.in: Separate subconfigure options added by this file from
11180         options given by the user.  Add machinery to put args for host
11181         subconfigures into the Makefile.
11182
11183         * Makefile.tpl: Remove 'vault' targets.
11184         * Makefile.tpl: Reorder and comment dependencies.
11185         * Makefile.in: Regenerate.
11186
11187 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11188         * configure.in: Fix my broken commit of previous patch. (sigh)
11189
11190 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11191
11192         * configure.in: Move host-specific darwin noconfigdirs into
11193         the host-specific section.
11194
11195 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11196
11197         * configure.in: Move host-specific darwin noconfigdirs into
11198         the host-specific section.
11199
11200 2002-11-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11201
11202         * configure: Remove skip-this-dir support.
11203         * Makefile.tpl: Remove skip-this-dir support.
11204
11205         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11206         subdirectories.
11207         * Makefile.in: Regenerate.
11208
11209         * Makefile.tpl: Strip out useless setting of 'dir'.
11210         * Makefile.in: Regenerate.
11211
11212 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11213
11214         * configure.in: Fix deeply stupid bug.
11215
11216         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11217         shell code in CXX_FOR_TARGET
11218         * Makefile.def: Introduce raw_cxx.
11219         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11220         RAW_CXX_FOR_TARGET.
11221         * Makefile.in: Regenerate.
11222
11223 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11224
11225         * Makefile.tpl: Remove unnecessary ifs.
11226         * Makefile.in: Regenerate.
11227
11228         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11229         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11230         targets for 'no_install' modules.
11231         * configure: Move GDB_TK substitution to configure.in.  Move
11232         build_modules stuff to configure.in.
11233         * configure.in: Implement soft dependency machinery.  Maybe-ize
11234         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11235         * Makefile.in: Regenerate.
11236
11237 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11238
11239         * Makefile.tpl: Make all-target, install-target behave similarly
11240         to all, install (only hitting configured targets).  Eliminate
11241         unused macro defintions.
11242
11243         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11244         build != host.
11245
11246         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11247
11248         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11249
11250         * configure.in: Produce lists of subdir targets we're actually
11251         configuring.  Remove references to "dosrel".
11252         * Makefile.tpl: Let configure set which subdir targets are hit.
11253         Remove install-cross; clean up install; remove ALL.  Remove
11254         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11255         Autogenerate host module targets.  Remove empty dependency lines
11256         and redundant dependency; rearrange slightly.
11257         * Makefile.def: Add host-side libtermcap, utils.
11258
11259         * Makefile.in: Regenerate.
11260
11261 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11262
11263         * ltconfig (osf[345]): Append $major to soname_spec.
11264         Reflect this in library_names_spec.
11265         * ltmain.sh (osf): Prefix $major with . for use as extension.
11266
11267 2002-11-19  Andreas Jaeger  <aj@suse.de>
11268
11269         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11270         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11271         and sparc64 GNU/Linux systems.
11272
11273 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11274
11275         * MAINTAINERS: Update email.
11276
11277 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11278
11279         * MAINTAINERS: Complete James Dennett's entry.
11280
11281 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11282
11283         * MAINTAINERS (Write After Approval): Add myself.
11284
11285 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11286
11287         * Makefile.tpl: syntactic cleanup
11288
11289 2002-11-13  Stuart Hastings  <stuart@apple.com>
11290
11291         * MAINTAINERS: Add myself to write-after-approval list.
11292
11293 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11294
11295         * Makefile.def: Add list of recursive targets to autogenerate.
11296         Add build_modules.
11297         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11298         targets.  Autogenerate *-build-* targets.
11299         * Makefile.in: Regenerate.
11300
11301 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11302
11303         * configure: More autoconf-style substitutions.
11304         * Makefile.tpl: More autoconf-style substitutions.
11305         * Makefile.in: Regenerate.
11306
11307 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11308
11309         * configure: Substitute more variables in a more autoconf-friendly
11310         way.  Simplify slightly.
11311         * Makefile.tpl: Make more variables substitutable in an
11312         autoconf-friendly way.
11313         * Makefile.in: Regenerate.
11314
11315 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11316
11317         * MAINTAINERS (Write After Approval): Add myself.
11318
11319 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11320
11321         * configure.in (v810*): Remove special setting of tools.
11322
11323         * configure: Add support for extra required flags for ar or nm.
11324         * configure.in (aix4.3+): Use above support for target-specific
11325         issues, rather than using config/mt-aix43.
11326
11327 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11328
11329         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11330         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11331         with $srcdir.  Reformat indentation.  Substitute some variables
11332         formerly hard-coded in the Makefile for build=host.
11333         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11334         * Makefile.def: Autogenerate more.
11335         * Makefile.in: Regenerate.
11336
11337 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11338
11339         * MAINTAINERS (Write After Approval): Add myself.
11340
11341 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11342
11343         * Makefile.def (host_modules): Add rda.
11344         * Makefile.in: Regenerate.
11345         * configure.in (target_tool): Add target-rda to list.
11346
11347 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11348
11349         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11350
11351 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11352
11353         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11354         and restrap targets to this rule.
11355         * Makefile.in:  Regenerate.
11356
11357 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11358
11359         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11360         GNATS only accounts.
11361
11362 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11363
11364         * configure.in (i[3456]86-*-linux*): Add check to disable
11365         ${libgcj} for glibc1.
11366
11367 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11368
11369         * MAINTAINERS: Add myself as ip2k port maintainer.
11370
11371 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11372
11373         * configure.in: Add tic4x target.
11374
11375 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11376
11377         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11378         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11379         * Makefile.in: Regenerate.
11380
11381         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11382         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11383         * Makefile.in: Regenerate.
11384
11385 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11386
11387         * MAINTAINERS: Add myself as web pages co-maintainer.
11388
11389 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11390
11391         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11392         * Makefile.in: Regenerate.
11393
11394 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11395
11396         * MAINTAINERS: Add myself and Nathan Sidwell
11397         <nathan@codesourcery.com> as VxWorks maintainers.
11398
11399 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11400
11401         * Makefile.def: Remove order dependency comments.
11402         * Makefile.tpl: Add explicit install-install dependencies.
11403         * Makefile.in: Regenerate.
11404
11405         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11406         * Makefile.in: Regenerate.
11407
11408         * Makefile.tpl: Add configure-target (for src-release in src)
11409         * Makefile.in: Regenerate.
11410
11411 2002-09-30  Nick Clifton  <nickc@redhat.com>
11412
11413         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11414
11415 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11416
11417         * configure.in (s390*-*-linux*): Enable libgcj.
11418
11419 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11420
11421         * configure: Revert accidentally applied changes.
11422
11423         * Makefile.tpl: Make more autoconf-friendly.
11424         * Makefile.in: Regenerate.
11425         * configure: Make substitution more autoconf-like.
11426
11427 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11428
11429         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11430         single entry to handle all these.
11431         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11432         libjava on arm-*-elf.
11433
11434 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11435
11436         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11437         things that depend on them.
11438
11439 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11440
11441         * Makefile.tpl: Make subsituted variables more autoconfy.
11442         * Makefile.in: Regenerate.
11443         * configure: Make seds more autoconfy.
11444
11445 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11446
11447         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11448         * Makefile.in: Regenerate.
11449         * configure.in: Rewrite sed statements to look autoconfy.
11450
11451         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11452         all-target-foo on configure-target-foo.
11453         * Makefile.def: Ditto.
11454         * Makefile.in: Rebuild.
11455
11456 2002-09-25  Andrew Haley  <aph@redhat.com>
11457
11458         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11459
11460 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11461
11462         * Makefile.def: New file.
11463         * Makefile.tpl: New file.
11464         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11465         * contrib/gcc_update: Note that Makefile.in is a generated file.
11466
11467         * configure.in: Minor rearrangement.  Simplify tests.
11468
11469 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11470
11471         * configure.in (with_headers): Skip copy if value is "yes".
11472         (with_libs): Likewise.
11473
11474 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11475
11476         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11477         * configure.in (sh*-*-pe*): Ditto.
11478         * configure.in (mips*-*-pe*): Ditto.
11479         * configure.in (*arm-wince-pe): Ditto.
11480
11481         * configure.in: Rearrange.
11482
11483 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11484
11485         * MAINTAINERS: Update my email address.
11486
11487 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11488
11489         * MAINTAINERS: (Write After Approval): Add myself.
11490
11491 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11492
11493         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11494
11495 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11496
11497         * MAINTAINERS: Change my mailing address.
11498
11499 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11500
11501         * MAINTAINERS (Write After Approval): Remove myself.
11502         (Various Maintainers: c++ runtime libs): Add myself.
11503
11504 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11505
11506         * MAINTAINERS (Write After Approval): Remove myself.
11507         (Various Maintainers: c++ runtime libs): Add myself.
11508
11509 2002-08-15  Eric Christopher  <echristo@redhat.com>
11510
11511         * config.sub: Import from master repository.
11512         * config.guess: Ditto.
11513
11514 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11515
11516         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11517         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11518         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11519
11520 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11521
11522         * MAINTAINERS: Add self to rs6000 vector extensions.
11523
11524 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11525
11526         * libiberty/configure: Reverted unintended yesterday's check in.
11527
11528 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11529
11530         * boehm-gc/configure, libf2c/configure: Rebuilt.
11531         * libffi/configure, libiberty/configure: Ditto.
11532         * libjava/configure, libobjc/configure: Ditto.
11533         * libstdc++-v3/configure, zlib/configure: Ditto.
11534         Merged from binutils:
11535         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11536         From Steve Ellcey <sje@cup.hp.com>:
11537         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11538         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11539         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11540         IA64.
11541         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11542         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11543         soname_spec, sys_lib_search_path_spec): Ditto.
11544
11545 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11546
11547         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11548
11549 2002-08-04  H.J. Lu  (hjl@gnu.org)
11550
11551         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11552
11553 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11554
11555         * MAINTAINERS (Write After Approval): Add myself.
11556
11557 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11558
11559         * configure.in: Move generic linux case to end.  Copy generic
11560         linux noconfigdirs to mips*-*-linux* entry and new
11561         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11562
11563 2002-07-19  Michael Matz  <matz@suse.de>
11564
11565         * MAINTAINERS: Add myself as ra* maintainer.
11566
11567 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11568
11569         * config.guess: Update to 2002-07-09 version.
11570         * config.sub: Update to 2002-07-03 version.
11571
11572 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11573
11574         * MAINTAINERS: Fix typo in a maintainer email address.
11575
11576 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11577
11578         * configure.in: Remove two redundant tests.
11579
11580 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11581
11582         * configure.in (mips*-*-irix6*o32): Enable stabs.
11583
11584 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11585
11586         * configure.in: Don't build grez.
11587         * Makefile.in: Ditto.
11588
11589         * Makefile.in: Remove references to bsp, cygmon, libstub.
11590         * configure.in: Ditto.
11591
11592         * configure.in: Remove leftover reference to gdbtest.
11593
11594 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11595
11596         * configure.in (gxx_include_dir):  Change to match versioned
11597         C++ headers if --enable-version-specific-runtime-libs is used.
11598
11599 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11600
11601         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11602
11603 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11604
11605         * configure.in: Make --without-x work.
11606
11607 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11608
11609         * configure.in: Rearrange target Makefile fragment collection.
11610
11611         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11612         cvs[src].
11613         * configure.in: Ditto.
11614
11615 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11616
11617         * MAINTAINERS (Write After Approval): Update my e-mail address.
11618
11619 2002-06-24  Ben Elliston  <bje@redhat.com>
11620
11621         * configure.in (host_tools): Remove cgen.
11622
11623         * Makefile.in (all-cgen): Remove; runs from its source directory.
11624         (check-cgen, install-cgen, clean-cgen): Likewise.
11625         (all-opcodes): Do not depend on all-cgen.
11626         (all-sim): Likewise.
11627
11628 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11629
11630         * Makefile.in: Eliminate 'apache' targets.
11631         * configure.in: Eliminate 'apache' targets.
11632
11633         * configure.in: Eliminate redundant tests.  Reorganize.
11634
11635         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11636
11637         * config-ml.in: Eliminate references to Cygnus configure.
11638
11639         * Makefile.in: Eliminate references to building emacs.
11640
11641 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11642
11643         * MAINTAINERS: Update my email address.
11644
11645 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11646
11647         * config.if (libstdcxx_incdir): Version C++ headers.
11648         (cxx_incdir): Remove.
11649
11650 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11651
11652         * MAINTAINERS (Write After Approval): Add self.
11653
11654 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11655
11656         * configure.in: Add support for ip2k.
11657
11658 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11659
11660         * configure.in: Fix AIX configury bug.
11661
11662 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11663
11664         * MAINTAINERS (Write After Approval): Add self.
11665
11666 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11667
11668         * configure.in: replace ${topsrcdir} with ${srcdir}
11669
11670         * configure.in: Move definition of libstdcxx_flags
11671         right above usage, rather than waaay earlier.
11672
11673         * configure.in: Pull definition of is_cross_compiler earlier.
11674
11675         * configure.in: Rearrange a little.
11676
11677         * configure.in: Remove references to librx.
11678         * Makefile.in: Remove references to librx.
11679
11680 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11681
11682         * config.sub: Add support for avr target.
11683         Import from master sources, rev 1.255
11684
11685 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11686
11687         * configure, .cvsignore:  Revert previous change...
11688         * Makefile:  ...delete.
11689
11690 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11691
11692         * configure.in: Eliminate ${gasdir} variable.
11693
11694 2002-06-18  Dave Brolley  <brolley@redhat.com>
11695
11696         * configure.in: Add support for frv.
11697         * config.sub: Add support for frv.
11698
11699 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11700
11701         * configure:  Remove garbage from previous commit.
11702
11703 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11704
11705         * configure:  For in-source builds, make a subdir and re-exec there.
11706         * Makefile:  New file.  Pass targets through to build directory.
11707         * .cvsignore:  No longer ignore "Makefile".
11708
11709 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11710
11711         * MAINTAINERS (Write After Approval): Add self.
11712
11713 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11714
11715         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11716
11717 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11718
11719         * configure.in (vax-*-netbsd*): Re-enable gas.
11720
11721 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11722
11723         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11724         BUILD_PREFIX_1, to correct nomenclature.
11725         * configure: Likewise.
11726
11727         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11728         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11729
11730 2002-05-31  Olaf Hering  <olh@suse.de>
11731
11732         * config-ml.in: Propogate DESTDIR also.
11733
11734 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11735
11736         * configure.in (vax-*-netbsd*): Don't build gas for this
11737         platform.
11738
11739 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11740
11741         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11742         and libgcj for AVR.
11743
11744 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11745
11746         * MAINTAINERS (Write After Approval): Add myself.
11747
11748 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11749
11750         * config.guess: Update to 2002-05-22 version.
11751         * config.sub: Likewise.
11752
11753 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11754
11755         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11756         * config-ml.in: Likewise.
11757         * configure: Likewise.
11758         * configure.in: Likewise.
11759
11760 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11761
11762         * MAINTAINERS: Update my email address.
11763
11764 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11765
11766         * configure.in: Simplify makefile fragment collection.
11767
11768         * configure.in: Remove code to build emacs.
11769
11770         * configure.in : Remove --srcdir argument from targargs and buildargs
11771         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11772
11773         * configure: Move some logic to configure.in.
11774         * configure.in: Move some logic from configure.
11775
11776 2002-05-11  Tom Tromey  <tromey@redhat.com>
11777
11778         * MAINTAINERS: Reflect libgcj reality.
11779
11780 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11781
11782         * Makefile.in: Honour DESTDIR.
11783
11784 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11785
11786         * config.guess: Import 2002-03-20 version.
11787         * config.sub: Import 2002-04-26 version.
11788
11789 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11790
11791         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11792
11793 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11794
11795         * MAINTAINERS: Add self.
11796
11797 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11798
11799         * ltmain.sh: Detect and handle object name conflicts
11800         while piecewise linking a static library.
11801
11802 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11803
11804         * configure.in (noconfigdirs): Don't disable libgcj on
11805         sparc64-*-solaris* and sparcv9-*-solaris*.
11806
11807 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11808
11809         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11810
11811 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11812
11813         * configure.in (FLAGS_FOR_TARGET): Do not add
11814         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11815         on i[3456]86-*-linux*.
11816
11817 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11818
11819         * configure.in (noconfigdirs): Replace [ ] with test.
11820
11821         * configure.in (noconfigdirs): Do not add target-newlib if
11822         target == i[3456]86-*-linux*, and host == target.
11823
11824 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11825
11826         * configure.in: delete reference to absent file
11827
11828         * configure.in: replace '[' with 'test'
11829
11830         * configure.in: Eliminate references to gash.
11831         * Makefile.in: Eliminate references to gash.
11832
11833         * configure.in: remove useless references to 'pic' makefile fragments.
11834
11835         * configure.in: (*-*-windows*) Finish removing.
11836
11837         * configure.in: Eliminate redundant test for libgui.
11838
11839 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11840
11841         * MAINTAINERS: Add self and realphabetize.  Update entries
11842         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11843         entry for a29k port maintainer.
11844
11845 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11846
11847         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11848         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11849
11850 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11851
11852         * configure.in: remove references to dead files
11853
11854 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11855
11856         * MAINTAINERS: Add information about purpose of this file.
11857
11858 2002-04-18  Tom Tromey  <tromey@redhat.com>
11859
11860         * configure.in: Disallow configuring libgcj when it is already
11861         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11862         Solaris 2.8 by default.  For PR libgcj/6158.
11863
11864 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11865
11866         * configure.in:  Move default CC setting out of config/mh-* fragments
11867         directly into here.
11868
11869 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11870
11871         * configure.in: don't even try to configure or make a subdirectory
11872         if there's no configure script for it.
11873
11874 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11875
11876         * MAINTAINERS: Remove chill maintainers.
11877         * Makefile.in (CHILLFLAGS): Remove.
11878         (CHILL_LIB): Remove.
11879         (TARGET_CONFIGDIRS): Remove libchill.
11880         (CHILL_FOR_TARGET): Remove.
11881         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11882         CHILL_LIB.
11883         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11884         (CHECK_TARGET_MODULES): Likewise.
11885         (INSTALL_TARGET_MODULES): Likewise.
11886         (CLEAN_TARGET_MODULES): Likewise.
11887         (configure-target-libchill): Remove.
11888         (all-target-libchill): Remove.
11889         * configure.in (target_libs): Remove target-libchill.
11890         Do not compute CHILL_FOR_TARGET.
11891         * libchill: Remove directory.
11892
11893 2002-04-11  DJ Delorie  <dj@redhat.com>
11894
11895         * Makefile.in, configure.in: Sync with binutils, entries
11896         follow...
11897
11898 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11899
11900         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11901         (do-tar, do-bz2): New rules.
11902         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11903         (gdb-tar): New rule.
11904         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11905         (insight_dejagnu.tar): New rule.
11906         (insight.tar): New rule.
11907         (gdb+dejagnu.tar): New rule.
11908         (gdb.tar): New rule.
11909
11910 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11911
11912         * Makefile.in: Add all-tix to deps for all-snavigator
11913         so that tix is built when building snavigator.
11914
11915 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11916
11917         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11918         ld and gdb are not supported.
11919
11920 2002-01-07  Mark Salter  <msalter@redhat.com>
11921
11922         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11923         Allow target-libgloss to be built for arm, strongarm, and xscale.
11924
11925 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11926
11927         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11928         options for i[3456]86-pc-linux* native builds.
11929
11930 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11931
11932         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11933         files from .po files for a distribution.
11934
11935 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11936
11937         * configure.in: Enable libstdc++-v3 for h8300 targets.
11938
11939 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11940
11941         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11942         version from bfd/.
11943
11944 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11945
11946         * Makefile.in (VER): When present, extract the version number from
11947         the file version.in.
11948
11949 2001-05-24  Tom Rix  <trix@redhat.com>
11950
11951         * configure.in : enable ld for aix
11952
11953 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11954
11955         * config.guess: Add linux target for S/390.
11956
11957 2000-11-07  Philip Blundell  <pb@futuretv.com>
11958
11959         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11960
11961 2000-11-03  Philip Blundell  <pb@futuretv.com>
11962
11963         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11964         files.
11965
11966 2001-01-15  Ben Elliston  <bje@redhat.com>
11967
11968         * configure.in (host_tools): Add sid.
11969         Always configure cgen.
11970
11971 2000-11-24  Nick Clifton  <nickc@redhat.com>
11972
11973         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11974
11975 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11976
11977         * Makefile.in (ALL_MODULES): Add all-cgen.
11978         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11979         (all-cgen): New target.
11980         (all-opcodes,all-sim): Depend on all-cgen.
11981         * configure.in (host_tools): Add cgen.
11982         Only configure cgen if --enable-cgen-maint.
11983
11984 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11985
11986         * configure.in: Add *-*-freebsd* configurations.
11987
11988 2002-04-08  Tom Tromey  <tromey@redhat.com>
11989
11990         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11991         Fixes PR libgcj/6068.
11992
11993 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11994
11995         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11996
11997 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11998
11999         * configure.in (alpha*-dec-osf*): Enable libgcj.
12000
12001 2003-03-27  Matthew Gingell  <gingell@gnat.com>
12002
12003         * MAINTAINERS (Write After Approval): Add myself.
12004
12005 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12006
12007         Fix for: PR bootstrap/3591, target/5676
12008         * configure.in (mcore-pe): Disable the configuration of
12009         libstdc++-v3 since exceptions are not supported.
12010
12011 2002-03-20  Anthony Green  <green@redhat.com>
12012
12013         * configure.in: Enable libgcj for xscale-elf target.
12014
12015 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12016
12017         * MAINTAINERS:  Update my email address.
12018
12019 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12020
12021         * ltmain.sh (relink_command): Fix typo in previous change.
12022
12023 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12024
12025         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12026         (relink_command): Added --tag flags.
12027         (mode=install): If relinking fails; error out.
12028
12029 2002-03-12  Richard Henderson  <rth@redhat.com>
12030
12031         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12032         .NOTPARALLEL tag.
12033         (do-check): Rename from check.
12034         (check): Allow parallel check.
12035
12036 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12037
12038         * MAINTAINERS: Add myself as maintainer for xtensa port.
12039         Fix alphabetical order in CPU port maintainer list.
12040         Remove myself from Write After Approval list.
12041
12042 2002-03-11  Richard Henderson  <rth@redhat.com>
12043
12044         * Makefile.in (.NOTPARALLEL): Add fake tag.
12045
12046 2002-03-07  H.J. Lu  (hjl@gnu.org)
12047
12048         * configure.in: Enable gprof for mips*-*-linux*.
12049
12050 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12051
12052         * MAINTAINERS (Write After Approval): Add myself.
12053
12054 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12055
12056         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12057         libjava.
12058         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12059
12060 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12061
12062         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12063         because its Makefile is there; test for the executable instead.
12064
12065 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12066
12067         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12068         libstdc++-v3 and libjava.
12069
12070 2002-02-11  Adam Megacz  <adam@xwt.org>
12071
12072         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12073         boehm-gc
12074
12075 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12076
12077         * config.guess: Updated to 2002-01-30's version.
12078         * config.sub: Updated to 2002-02-01's version.
12079         Contribute sh64-elf.
12080         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12081         * configure.in: Added sh64-*-*.
12082
12083 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12084
12085         * MAINTAINERS: Belatedly add myself to write after approval list.
12086
12087 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12088
12089         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12090         Remove self as Write After Approval.
12091
12092 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12093
12094         * MAINTAINERS: Put self in as maintainer for contrib/regression
12095         directory.
12096
12097 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12098
12099         * MAINTAINERS:  Update my email address.
12100
12101 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12102
12103         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12104         target-libiberty, and target-libgloss.  Skip Java-related
12105         libraries if not supported for NetBSD on target CPU.
12106
12107 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12108
12109         * install-sh: Use _inst.$$_ for temp file name.
12110
12111 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12112
12113         * MAINTAINERS (Write After Approval): Move my contact info
12114         from here...
12115         (OS Port Maintainers): ...to here (netbsd).
12116
12117 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12118
12119         * MAINTAINERS (Write After Approval): Add myself.
12120
12121 2002-01-17  H.J. Lu  <hjl@gnu.org>
12122
12123         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12124         (all-target-fastjar): Also depend on all-target-libiberty.
12125
12126 2002-01-16  H.J. Lu  (hjl@gnu.org)
12127
12128         * config.guess: Import from master sources, rev 1.225.
12129         * config.sub: Import from master sources, rev 1.238.
12130
12131 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12132
12133         * MAINTAINERS (Write After Approval): Remove myself.
12134
12135 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12136
12137         * MAINTAINERS (Write After Approval): Add myself.
12138
12139 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12140
12141         * MAINTAINERS: Add self as docs co-maintainer.
12142
12143 2001-12-11  Matthias Klose  <doko@debian.org>
12144
12145         * MAINTAINERS (Write After Approval): Add myself.
12146
12147 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12148
12149         * MAINTAINERS: Update my email address.
12150
12151 2001-12-07  Turly O'Connor  <turly@apple.com>
12152         * MAINTAINERS (Write After Approval): Add myself.
12153         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12154         (rs6000_initialize_trampoline): Call __trampoline_setup for
12155         ABI_DARWIN too.
12156         * darwin-tramp.asm: New file, implements __trampoline_setup.
12157         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12158
12159 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12160
12161         * MAINTAINERS (Write After Approval): Add myself.
12162
12163 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12164
12165         * configure, configure.in: Use temp file for long sed commands.
12166
12167 2001-12-03  Laurent Guerby  <guerby@acm.org>
12168
12169         * config.sub: Update to version 1.232 on subversion.
12170
12171 2001-12-03  Ben Elliston  <bje@redhat.com>
12172
12173         * MAINTAINERS: Update mail address for config.* patches.
12174
12175 2001-11-27  DJ Delorie  <dj@redhat.com>
12176             Zack Weinberg  <zack@codesourcery.com>
12177
12178         When build != host, create libiberty for the build machine.
12179
12180         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12181         CONFIG_ARGUMENTS.
12182         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12183         New variables.
12184         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12185         and rules.
12186         (all.normal): Depend on ALL_BUILD_MODULES.
12187         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12188         (all-build-libiberty): Depend on configure-build-libiberty.
12189
12190         * configure: Calculate and substitute proper value for
12191         ALL_BUILD_MODULES.
12192         * configure.in: Create the build subdirectory.
12193         Calculate and substitute TARGET_CONFIGARGS (formerly
12194         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12195
12196 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12197
12198         * MAINTAINERS (write-after-approval): Add self.
12199
12200 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12201
12202         * MAINTAINERS (GNATS only accounts): Remove self.
12203
12204 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12205
12206         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12207         libf2c.
12208
12209 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12210
12211         * MAINTAINERS (Write After Approval): Add self.
12212
12213 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12214
12215         * MAINTAINERS: mips and s390 are also CPU ports.
12216
12217 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12218
12219         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12220
12221 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12222
12223         * MAINTAINERS: Alphabetize.
12224
12225 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12226
12227         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12228
12229 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12230
12231         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12232
12233 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12234
12235         * configure.in (--enable-languages): Be more permissive about
12236         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12237
12238 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12239
12240         * config.sub: Import from master sources, rev. 1.230.
12241         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12242
12243 2001-11-07  Laurent Guerby  <guerby@acm.org>
12244
12245         * MAINTAINERS (Write After Approval): Add self.
12246
12247 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12248
12249         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12250
12251 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12252
12253         * config.sub: Import from master sources, rev 1.226.
12254         * config.guess: Import from master sources, rev 1.216.
12255
12256 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12257
12258         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12259         * MAINTAINERS: Add self as maintainer of MMIX port.
12260         Remove old after-approval entry.
12261
12262 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12263
12264         * ChangeLog, configure: Fix spelling errors.
12265
12266 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12267
12268         * MAINTAINERS: Tweak my address.
12269
12270 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12271
12272         * MAINTAINERS: Update my email address.
12273
12274 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12275
12276         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12277         * MAINTAINERS: Add self as maintainer of CRIS port.
12278
12279 2001-10-10  Geert Bosch  <bosch@gnat.com>
12280
12281         * MAINTAINERS (Various maintainers: Ada front end):
12282         Added Robert Dewar.
12283
12284 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12285
12286         * MAINTAINERS (Write After Approval): Added self
12287
12288 2001-10-02  Geert Bosch  <bosch@gnat.com>
12289
12290         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12291
12292 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12293
12294         * configure: Handle temporary files securely using mkdir.
12295
12296 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12297
12298         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12299
12300 2001-09-26  Will Cohen  <wcohen@redhat.com>
12301
12302         * configure.in (*-*-linux*): Disable configuration of target-newlib
12303         and target-libgloss.
12304
12305 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12306
12307         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12308         RANLIB.
12309
12310 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12311
12312         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12313         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12314         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12315         avoid quotes nesting problems.
12316         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12317         (DO_X): Export only variables that are set.
12318
12319 2001-09-19  Ben Elliston  <bje@redhat.com>
12320
12321         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12322         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12323         semantics.  Use the shell built-in "type" command instead.
12324
12325 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12326
12327         Merged from gcc-3_0-branch:
12328         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12329         * ltcf-c.sh: Use $objext, not $ac_objext.
12330         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12331         * ltcf-cxx.sh: Add support for GNU.
12332         2001-07-22  Timothy Wall  <twall@redhat.com>
12333         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12334         default settings if using GNU tools with that configuration.
12335         * ltcf-cxx.sh: Ditto.
12336         * ltcf-gcj.sh: Ditto.
12337         2001-07-21  Michael Chastain  <chastain@redhat.com>
12338         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12339         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12340         * ltmain.sh: Mark as gcc-local.
12341
12342 2001-08-30  Eric Christopher  <echristo@redhat.com>
12343             Jason Eckhardt  <jle@redhat.com>
12344
12345         * config.guess: Merge from master sources.
12346         * config.sub: Merge from master sources, add support for mipsisa32.
12347
12348 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12349         * config.sub: Merge from master sources, rev 1.219.
12350         * MAINTAINERS: Add self as contact for stormy16 port.
12351
12352 2001-08-14  Zack Weinberg  <zackw@panix.com>
12353
12354         * config.sub: Merge from master sources, rev 1.218.
12355         * config.guess: Merge from master sources, rev 1.209.
12356
12357 2001-08-11  Graham Stott  <grahams@redhat.com>
12358
12359         * Makefile.in (check-c++): Add missing semicolon.
12360
12361 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12362
12363         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12364
12365 2001-07-30  Eric Christopher  <echristo@redhat.com>
12366
12367         * MAINTAINERS (Various maintainers: mips port): Added myself.
12368
12369 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12370
12371         * configure.in (sh-*-linux*): New.
12372
12373 2001-07-27  Richard Henderson  <rth@redhat.com>
12374
12375         * .cvsignore: Add LAST_UPDATED.
12376
12377 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12378
12379         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12380
12381 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12382
12383         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12384
12385 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12386
12387         * MAINTAINERS (Write After Approval): Added myself.
12388
12389 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12390
12391         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12392         and libgcj on m68hc11/m68hc12.
12393
12394 2001-06-27  H.J. Lu  (hjl@gnu.org)
12395
12396         * Makefile (CFLAGS_FOR_BUILD): New.
12397         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12398
12399 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12400
12401         * README: Remove version number.
12402
12403 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12404
12405         * INSTALL/README: Update wrt. to the installation instructions now
12406         residing in gcc/doc/install.texi.
12407
12408 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12409
12410         * README: Replace with a cut-down and updated version of gcc/README.
12411
12412 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12413
12414         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12415         multilibs to be disabled.
12416
12417 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12418
12419         * MAINTAINERS (Write After Approval): Add myself.
12420
12421 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12422
12423         * config.guess: Import CVS version 1.195.
12424         * config.sub: Import CVS version 1.212.
12425
12426 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12427
12428         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12429         gcc/xgcc is built, use -print-prog-name to find out the program
12430         name to use.
12431
12432 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12433
12434         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12435         appear to also be in the master copy.
12436         * config.sub:  Import CVS version 1.211.
12437
12438 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12439
12440         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12441         with_gcc]: Use `gcc -shared' to build a shared library.
12442
12443 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12444
12445         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12446         archives.
12447
12448 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12449
12450         * MAINTAINERS (Write After Approval): Add myself.
12451
12452 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12453
12454         * configure.in (libstdcxx_flags): Do not try to execute
12455         libstdc++-v3/testsuite_flags until it exists.
12456
12457 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12458
12459         * MAINTAINERS: Update my email address.
12460
12461 2001-05-31  Graham Stott  <grahams@redhat.com>
12462
12463         * MAINTAINERS (Write After Approval): Add myself.
12464
12465 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12466
12467         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12468         libraries when using g++ with native linker.
12469
12470 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12471
12472         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12473
12474 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12475
12476         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12477         [aix4*|aix5*]: Prepend blank.
12478
12479 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12480
12481         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12482         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12483         of subdir/configure scripts to use the new libtool.m4.
12484
12485 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12486
12487         * MAINTAINERS (Write After Approval): Add myself.
12488
12489 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12490
12491         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12492
12493 2001-05-11  Ben Elliston  <bje@redhat.com>
12494
12495         * Makefile.in (all-sid): New target.
12496         (check-sid, clean-sid, install-sid): Likewise.
12497
12498 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12499
12500         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12501
12502 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12503
12504         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12505         libgcj.
12506
12507 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12508
12509         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12510         gcc/xgcc is built, use -print-prog-name to find out the program
12511         name to use.
12512
12513 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12514
12515         * configure.in (noconfigdirs): Don't reset it from scratch in the
12516         target case; only append to it.
12517
12518         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12519         sparc-*-solaris2.8]: Disable ${libgcj}.
12520
12521 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12522
12523         * configure.in (libgcj_saved): Copy from $libgcj.
12524         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12525         --disable-libgcj.
12526
12527 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12528
12529         * MAINTAINERS: Remove self as MIPS maintainer and
12530         C front end maintainer.
12531
12532 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12533
12534         * configure.in: Move *-chorusos target case to the proper switch.
12535         Disable libgcj.
12536
12537 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12538
12539         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12540         1.641.2.228.
12541
12542 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12543
12544         * Makefile.in (STAGE1_CFLAGS): Pass down.
12545
12546 2001-04-13  Alan Modra  <amodra@one.net.au>
12547
12548         * config.guess: Add hppa64-linux support.  Note for next import that
12549         this is already in the master file.
12550         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12551
12552 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12553
12554         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12555         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12556
12557 2001-04-11  Stan Shebs  <shebs@apple.com>
12558
12559         * MAINTAINERS: Add self as Darwin port maintainer.
12560
12561 2001-04-11  Alan Modra  <amodra@one.net.au>
12562
12563         * MAINTAINERS: Update my email address.
12564
12565 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12566
12567         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12568         recent versions of FreeBSD (release 3 or later).
12569         * ltconfig: On FreeBSD, -lc must not be provided when building
12570         a shared library or else the standard -pthread gcc option is
12571         rendered worthless to later users of the built library.
12572
12573 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12574
12575         * MAINTAINERS: Add self and RTH as C front end maintainers.
12576
12577 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12578
12579         * config.sub: Make sure to match an already-canonicalized
12580         machine name (eg. mn10300-unknown-elf).
12581
12582 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12583
12584         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12585         New macros.
12586         (bootstrap, cross): Use RECURSE_FLAGS.
12587         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12588
12589 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12590
12591         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12592
12593 2001-03-22  Colin Howell  <chowell@redhat.com>
12594
12595         * Makefile.in (DO_X): Do not backslash single-quotes in
12596         backquotes (two places).
12597
12598 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12599
12600         Re-installed:
12601         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12602         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12603         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12604         * ltcf-cxx.sh: Likewise.
12605         * ltcf-gcj.sh: Likewise.
12606
12607 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12608
12609         * MAINTAINERS: Add myself as "documentation co-maintainer".
12610
12611 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12612
12613         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12614         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12615
12616 2001-03-19  Tom Tromey  <tromey@redhat.com>
12617
12618         * config-ml.in: Handle GCJ and GCJFLAGS.
12619
12620 2001-03-21  Michael Chastain  <chastain@redhat.com>
12621
12622         * Makefile.in: all-m4 depends on all-texinfo.
12623
12624 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12625
12626         * MAINTAINERS: Add myself to write after approval list.
12627
12628 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12629
12630         * Makefile.in (DO_X): Quote nested quotes.
12631
12632 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12633
12634         * MAINTAINERS: Add myself to write after approval list.
12635
12636 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12637
12638         * Makefile.in (DO_X): Use double quotes for quoting
12639         "RANLIB=$${RANLIB}".
12640
12641 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12642
12643         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12644
12645 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12646
12647         * configure.in: Only use `lang_requires' for languages athat are
12648         actually enabled.
12649
12650 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12651
12652         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12653
12654 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12655
12656         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12657
12658 2001-03-07  Tom Tromey  <tromey@redhat.com>
12659
12660         * configure.in: Allow config-lang.in to set `lang_requires' to list
12661         of other required languages.
12662
12663 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12664
12665         * Makefile.in: Remove RANLIB definition. Use RANLIB
12666         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12667         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12668
12669 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12670             Alexandre Oliva  <aoliva@redhat.com>
12671
12672         * Makefile.in (check-c++): Use tabs, not spaces.
12673
12674 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12675
12676         * MAINTAINERS: add myself to Write After Approval list.
12677
12678 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12679
12680         * Makefile.in (check-c++): New rule.
12681
12682         * configure.in (target_libs): Remove libg++.
12683         (noconfigdirs): Remove libg++.
12684         (noconfigdirs): Same.
12685         (noconfigdirs): Same.
12686         (noconfigdirs): Same.
12687
12688         * config-ml.in: Remove libg++ references.
12689
12690         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12691         (ALL_TARGET_MODULES): Same.
12692         (configure-target-libg++): Remove.
12693         (all-target-libg++): Remove.
12694         (configure-target-libio): Remove.
12695         (all-target-libio): Remove.
12696         (check-target-libio): Remove.
12697         (.PHONY): Remove.
12698         (libg++.tar.bz2): Remove.
12699         (all-target-cygmon): Remove libio.
12700         (all-target-libstdc++): Remove.
12701         (configure-target-libstdc++): Remove.
12702         (TARGET_LIB_PATH): Remove libstdc++.
12703         (ALL_GCC_CXX): Remove libstdc++.
12704         (all-target-gperf): Correct.
12705
12706 2001-02-16  Nick Clifton  <nickc@redhat.com>
12707
12708         * configure.in (noconfigdirs): Allow configuration of texinfo
12709         for Cygwin hosts.
12710
12711 2001-02-15  Anthony Green  <green@redhat.com>
12712
12713         * configure: Introduce GCJ_FOR_TARGET.
12714         * configure.in: Ditto.
12715         * Makefile.in: Ditto.
12716
12717 2001-02-13  Andreas Schwab  <schwab@suse.de>
12718
12719         * MAINTAINERS: Update mail address.
12720
12721 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12722
12723         * config.guess: Add linux target for S/390.
12724         * config.sub: Likewise.
12725
12726 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12727
12728         * configure.in: for *-chorusos, don't config target-newlib and
12729         target-libgloss.
12730
12731 2001-02-06  Ben Elliston  <bje@redhat.com>
12732
12733         * configure: Output host type to stdout, not stderr.
12734
12735 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12736
12737         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12738         * ltcf-cxx.sh: Likewise.
12739
12740         * config.if: Assume enable_libstdcxx_v3 is defined.
12741
12742 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12743
12744         Remove V2 C++ library.
12745         * configure.in: Remove --enable-libstdcxx_v3 support.
12746
12747 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12748
12749         * include/demangle.h: Add prototype for java_demangle_v3.
12750
12751 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12752
12753         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12754
12755 2001-01-27  Richard Henderson  <rth@redhat.com>
12756
12757         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12758
12759 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12760
12761         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12762         Don't unset, it's non-portable and no longer necessary, set to empty
12763         instead.
12764
12765 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12766
12767         * ltconfig: Shell portability fix for the tagname validity check.
12768
12769 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12770
12771         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12772         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12773
12774 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12775
12776         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12777
12778 2001-01-26  Tom Tromey  <tromey@redhat.com>
12779
12780         * configure.in: Allow libgcj to be built on Sparc Solaris.
12781
12782 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12783
12784         * ltcf-c.sh: Add aix5 case.
12785         * ltcf-cxx.sh: Likewise.
12786         * ltconfig: Likewise.
12787
12788 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12789
12790         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12791         keep at least one of build_libtool_libs or build_old_libs set to
12792         yes.
12793
12794         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12795         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12796
12797 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12798
12799         * configure.in: Enable libgcj on several additional platforms.
12800
12801 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12802
12803         * configure.in: Enable libgcj for linux targets.
12804
12805 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12806
12807         * MAINTAINERS (Write After Approval): Add myself.
12808
12809 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12810
12811         * MAINTAINERS: Add myself as vax port maintainer.
12812
12813 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12814
12815         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12816
12817 2001-01-09  Mike Stump  <mrs@wrs.com>
12818
12819         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12820         failures of subdirectories.
12821
12822 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12823
12824         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12825         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12826         * ltcf-cxx.sh: Likewise.
12827         * ltcf-gcj.sh: Likewise.
12828         * ltconfig.sh: Fix typo.
12829
12830 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12831
12832         * configure: handle DOS-style absolute paths.
12833
12834 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12835
12836         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12837
12838 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12839
12840         * MAINTAINERS: Add myself as avr port co-maintainer.
12841
12842 2000-12-28  Ben Elliston  <bje@redhat.com>
12843
12844         * MAINTAINERS: Add myself under ``Write After Approval''.
12845
12846 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12847
12848         * texinfo: Remove directory from GCC.
12849
12850 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12851
12852         * COPYING: Update to current
12853         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12854         to 19yy as example year in copyright notice).
12855
12856 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12857
12858         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12859         (libstdcxx_incdir): Pass down.
12860         * config.if: Remove expired bits for cxx_interface, add stub.
12861         (libstdcxx_incdir): Add variable for g++ include directory.
12862         * configure.in (gxx_include_dir): Use it.
12863
12864 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12865
12866         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12867         with old-email address from ``Write After Approval''.
12868
12869 2000-12-15  Andreas Jaeger  <aj@suse.de>
12870
12871         * configure.in: Handle lang_dirs.
12872
12873 2000-12-14  Tom Tromey  <tromey@redhat.com>
12874
12875         * MAINTAINERS: Removed brads.
12876
12877         * MAINTAINERS: Added gcj developers.
12878
12879 2000-12-13  Anthony Green  <green@redhat.com>
12880
12881         * configure.in: Disable libgcj for any target not specifically
12882         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12883         with g++ abi.
12884
12885 2000-12-13  Mike Stump  <mrs@wrs.com>
12886
12887         * Makefile.in (local-distclean): Also remove fastjar.
12888
12889 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12890
12891         * contrib/gcc_update: Add fastjar --touch entries.
12892
12893 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12894
12895         * configure.in: Disable language-specific target libraries for
12896         languages that aren't enabled.
12897
12898 2000-12-10  Anthony Green  <green@redhat.com>
12899
12900         * configure.in: Define libgcj.  Disable libgcj target libraries for
12901         most targets.
12902
12903 2000-12-10  Neil Booth  <neilb@earthling.net>
12904
12905         * MAINTAINERS: Update mail address, remove from WAA list.
12906
12907 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12908
12909         * libjava: Imported from /cvs/java.
12910         * libffi: Likewise.
12911         * Boehm-gc: Likewise.
12912
12913 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12914
12915         * configure.in (target_libs): Revert 2000-12-08 patch.
12916         (noconfigdirs): Added target-libjava.
12917
12918 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12919
12920         * djunpack.bat: removed.
12921
12922 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12923
12924         * Makefile.in: handle DOS-style absolute paths.
12925         * config-ml.in: likewise.
12926         * symlink-tree: likewise.
12927
12928 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12929
12930         * fastjar: Imported.
12931
12932 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12933
12934         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12935         libjava.
12936         * configure.in (target_libs): Removed `target-libjava'.
12937
12938 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12939
12940         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12941         (ALL_MODULES): Added fastjar.
12942         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12943         (all-target-libjava): all-fastjar replaces all-zip.
12944         (all-fastjar): Added.
12945         (configure-target-fastjar, all-target-fastjar): Likewise.
12946         * configure.in (host_tools): Added fastjar.
12947
12948 2000-12-07  Mike Stump  <mrs@wrs.com>
12949
12950         * Makefile.in (local-distclean): Remove leftover built files.
12951
12952 2000-11-24  Nick Clifton  <nickc@redhat.com>
12953
12954         * configure.in (xscale-elf): Add target.
12955         (xscale-coff): Add target.
12956
12957 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12958
12959         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12960         recent versions of FreeBSD (release 3 or later).
12961         * ltconfig: On FreeBSD, -lc must not be provided when building
12962         a shared library or else the standard -pthread gcc option is
12963         rendered worthless to later users of the built library.
12964
12965 2000-11-16  Fred Fish  <fnf@be.com>
12966
12967         * configure.in (enable_libstdcxx_v3): Fix typo,
12968         libstd++ -> libstdc++.
12969
12970 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12971
12972         * MAINTAINERS: Add self to Write After Approval list.
12973
12974 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12975
12976         * MAINTAINERS: Update my email address.  Add myself to global write
12977         privs list.
12978
12979 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12980
12981         * Makefile.in: Merge with src and libgcj.
12982         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12983         configure-target-<library> when their configure scripts need the C
12984         or C++ library to have already been built to work properly.
12985         (do_proto_toplev): Set them to an empty string.
12986
12987         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12988         (REALLY_SET_LIB_PATH): Use them.
12989
12990 2000-11-17  Stan Shebs  <shebs@apple.com>
12991
12992         * MAINTAINERS: Add self to Write After Approval list.
12993
12994 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12995
12996         * configure: Provide the original toplevel configure arguments
12997         (including $0) to subprocesses in the environment rather than
12998         through gcc/configargs.h.
12999
13000 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
13001
13002         * MAINTAINERS: Remove references to cccp. Change C9X reference to
13003         C99.  Alphabetise "Write After Approval" list.
13004
13005 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
13006
13007         * configure: Turn on libstdc++ V3 by default.
13008
13009         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13010         if we've got GCC.
13011
13012 2000-11-11  Philip Blundell  <philb@gnu.org>
13013
13014         * MAINTAINERS: Add self to Write After Approval list.
13015
13016 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
13017
13018         * ltcf-c.sh (aix4): Improve shared library configuration; require
13019         exporting symbols.
13020         * ltcf-cxx.sh (aix4): Define.
13021         * ltconfig (aix4): Define library and soname specs appropriate for
13022         AIX.  Define command to create export symbols list.
13023
13024 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13025
13026         * config.sub: Add support for Sun Chorus
13027
13028 2000-10-31  Nick Clifton  <nickc@redhat.com>
13029
13030         * MAINTAINERS: Rename <name>@cygnus.com addresses to
13031         <name>@redhat.com.  Also installed new email address for Clint
13032         Popetz.
13033
13034 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13035
13036         * etc: Remove directory from GCC.
13037
13038 2000-10-16  Michael Meissner  <meissner@redhat.com>
13039
13040         * configure (gcc/configargs.h): Only create if there is a build GCC
13041         directory created.
13042
13043 2000-10-16  Matthias Klose  <doko@debian.org>
13044
13045         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13046         when configured for libstdc++-v3.
13047
13048 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13049
13050         * configure: Save configure arguments to gcc/configargs.h.
13051
13052 2000-10-04  Philipp Thomas  <pthomas@suse.de>
13053
13054         * config.guess: Import CVS version 1.157.
13055         * config.sub: Import CVS version 1.181.
13056
13057 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13058
13059         * Makefile.in (bootstrap): avoid recursion if subdir missing
13060         (cross): ditto
13061         (do-proto-toplev): ditto
13062
13063 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13064
13065         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13066         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13067
13068         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13069         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13070         all affected `configure' scripts.
13071
13072 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13073
13074         * MAINTAINERS: Add self as cpplib co-maintainer.
13075
13076 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13077
13078         * MAINTAINERS: Add self to Write After Approval list.
13079
13080 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13081
13082         * INSTALL/README: egcs -> GCC update.
13083
13084 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13085
13086         * MAINTAINERS: Add myself to Write After Approval list.
13087
13088 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13089
13090         * MAINTAINERS: Add myself to Write After Approval list.
13091
13092 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13093
13094         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13095         X11 libraries for hppa64.
13096
13097 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13098
13099         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13100
13101 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13102
13103         * Makefile.in (all-zlib): Added dummy target.
13104
13105         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13106         ltcf-gcj.sh: Updated from libtool multi-language branch.
13107
13108 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13109
13110         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13111         (bootstrap*): Depend on all-bootstrap.
13112
13113 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13114
13115         * config.guess: Import CVS version 1.156.
13116         * config.sub: Import CVS version 1.179.
13117
13118 2000-09-02  Anthony Green  <green@cygnus.com>
13119
13120         * Makefile.in (all-gcc): Depend on all-zlib.
13121         (CLEAN_MODULES): Add clean-zlib.
13122         (ALL_MODULES): Add all-zlib.
13123         * configure.in (host_libs): Add zlib.
13124
13125 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13126
13127         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13128         crosses, but add gcc/include to the header search path for them.
13129
13130 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13131
13132         * MAINTAINERS: Add self to Write After Approval list.
13133
13134 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13135
13136         * config.guess: Import CVS version 1.152.
13137         * config.sub: Import CVS version 1.177.
13138
13139 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13140
13141         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13142         $targargs to tell whether newlib is going to be built.
13143
13144         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13145         $$r/TARGET_SUBDIR/libio for _G_config.h.
13146
13147 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13148
13149         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13150
13151 2000-08-22  DJ Delorie  <dj@redhat.com>
13152
13153         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13154
13155 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13156
13157         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13158         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13159         sub-configures.
13160
13161 2000-08-21  DJ Delorie  <dj@redhat.com>
13162
13163         * MAINTAINERS: Add self as a libiberty maintainer
13164
13165 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13166
13167         * configure.in (libstdcxx_flags): Use
13168         libstdc++-v3/src/libstdc++.INC.
13169
13170 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13171
13172         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13173
13174 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13175
13176         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13177
13178         * configure: Make enable_threads and enable_shared defaults
13179         explicit.  Substitute enable_threads into generated Makefiles.
13180         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13181         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13182
13183 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13184
13185         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13186
13187 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13188
13189         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13190         previous delta.
13191
13192 2000-08-11  Jason Merrill  <jason@redhat.com>
13193
13194         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13195         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13196         (FLAGS_FOR_TARGET): Not here.
13197         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13198
13199 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13200
13201         * config-ml.in (CC, CXX): Don't introduce a leading space.
13202
13203 2000-08-07  DJ Delorie  <dj@delorie.com>
13204
13205         * MAINTAINERS: Add self as a DJGPP maintainer
13206
13207 2000-08-07  DJ Delorie  <dj@redhat.com>
13208
13209         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13210         "if we're also building gcc, and it's a gcc that will run on the
13211         build machine, we want to use its includes instead of the system's
13212         default includes".
13213
13214 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13215
13216         * MAINTAINERS: Add self to Write After Approval list.
13217
13218 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13219
13220         * configure.in (libstdcxx_flags): Don't use `"'.
13221
13222         * config-ml.in: Adjust multilib search paths to the
13223         appropriate multilib tree.
13224
13225 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13226
13227         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13228         commas in $LANGUAGES.
13229
13230 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13231
13232         * configure.in: Re-enable all references to libg++ and librx.
13233
13234 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13235
13236         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13237         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13238         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13239         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13240
13241         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13242
13243 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13244
13245         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13246         CXX_FOR_TARGET for sed.
13247
13248 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13249
13250         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13251         Do not override if already set in the environment or in configure.
13252         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13253         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13254
13255 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13256
13257         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13258         the libtool CVS tree multi-language branch.
13259         * ltconfig, ltmain.sh: Updated.
13260
13261 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13262
13263         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13264         (clean-target): Depend on it.
13265
13266         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13267         (GCC_FOR_TARGET): Use it.
13268         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13269         * configure.in: ... here.
13270         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13271         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13272
13273 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13274
13275         * MAINTAINERS: Add self to Write After Approval list.
13276
13277 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13278
13279         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13280         (configure-target-libchill, configure-target-libobjc): Likewise.
13281
13282         * configure.in: Use the same cache file for all target libs.
13283         * config-ml.in: But different cache files per multilib variant.
13284
13285 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13286
13287         * configure (topsrcdir): Don't use dirname.
13288
13289 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13290
13291         * MAINTAINERS: Add self to Write After Approval list.
13292
13293 2000-07-20  Jason Merrill  <jason@redhat.com>
13294
13295         * configure.in: Remove all references to libg++ and librx.
13296
13297         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13298
13299 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13300
13301         * config.sub: Update to subversions version 2000-07-06.
13302
13303 2000-07-12  Andrew Haley  <aph@cygnus.com>
13304
13305         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13306         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13307
13308 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13309
13310         * symlink-tree:  Check number of arguments.
13311
13312 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13313
13314         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13315         search path for a g++ extracted from the build tree.  This
13316         will allow link tests run by configure scripts in
13317         subdirectories to succeed.
13318
13319 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13320
13321         * ltconfig: Add support for mips-dde-sysv4.2MP
13322
13323 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13324
13325         * MAINTAINERS: Add myself as loop discovery maintainer.
13326
13327 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13328
13329         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13330         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13331
13332 2000-06-19  Timothy Wall  <twall@cygnus.com>
13333
13334         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13335         * config.sub: Add tic54x target.
13336
13337 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13338
13339         * MAINTAINERS: Add self as Fortran maintainer,
13340         remove Craig Burley.
13341
13342 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13343
13344         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13345         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13346
13347 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13348
13349         * MAINTAINERS: Add self as i18n maintainer
13350
13351 20000-05-21  H.J. Lu  (hjl@gnu.org)
13352
13353         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13354         directory are used if they exist. Make sure
13355         $(build_tooldir)/include is searched for header files,
13356         $(build_tooldir)/lib/ for library files.
13357         (GCC_FOR_TARGET): Likewise.
13358         (CXX_FOR_TARGET): Likewise.
13359
13360 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13361
13362         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13363
13364 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13365
13366         * Makefile.in (configure-target-libiberty): Depend on
13367         configure-target-newlib.
13368
13369 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13370
13371         * configure.in, Makefile.in: Merge all libffi-related
13372         configury stuff from the libgcj tree.
13373
13374 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13375
13376         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13377         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13378
13379 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13380
13381         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13382         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13383         current version information.  Add to proto-toplev directory.
13384         (gdb-taz): Build do-djunpack.
13385
13386 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13387
13388         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13389
13390 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13391
13392         * MAINTAINERS: Add self to Write After Approval list.
13393
13394 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13395
13396         * ltmain.sh: Preserve in relink_command any environment
13397         variables that may affect the linker behavior.
13398
13399 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13400
13401         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13402
13403 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13404
13405         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13406
13407 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13408
13409         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13410         with the version name.
13411
13412 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13413
13414         * MAINTAINERS: Add self as bb-reorder maintainer.
13415
13416 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13417
13418         * config.if: Tweak.
13419
13420 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13421
13422         * djunpack.bat: New file.
13423
13424 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13425
13426         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13427         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13428         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13429         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13430
13431 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13432
13433         * config.sub (case $basic_machine): Change default for "ibm-*"
13434         to "openedition".
13435
13436 2000-04-13  Andreas Jaeger  <aj@suse.de>
13437
13438         * MAINTAINERS: Added myself.
13439
13440 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13441
13442         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13443         (do-md5sum): New target.
13444         (MD5PROG): Define.
13445         (PACKAGE): Default to TOOL.
13446         (VER): Default to a shell script.
13447         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13448         md5 checksum generation.
13449         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13450         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13451         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13452         insight.tar.bz2): Use gdb-taz to create archive.
13453
13454 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13455
13456         * configure (warn_cflags): Delete.
13457
13458 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13459
13460         * MAINTAINERS: Added myself.
13461
13462 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13463             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13464
13465         * configure.in (enable_libstdcxx_v3): Add.
13466         (target_libs): Add bits here to switch between libstdc++-v2 and
13467         libstdc++-v3.
13468         * config.if: And this file too.
13469         * Makefile.in: Add libstdc++-v3 targets.
13470
13471 2000-04-05  Michael Meissner  <meissner@redhat.com>
13472
13473         * config.sub (d30v): Add d30v as a basic machine type.
13474
13475 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13476
13477         * configure.in: -linux-gnu*, not -linux-gnu.
13478
13479 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13480
13481         * MAINTAINERS: Add self in write-after-approval section.
13482
13483 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13484
13485         * MAINTAINERS: Add self as ia64 port maintainer.
13486
13487 2000-03-08  Neil Booth  <NeilB@earthling.net>
13488
13489         * MAINTAINERS: Add self in write-after-approval section.
13490
13491 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13492
13493         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13494         (do-tar-bz2): Replace TOOL with PACKAGE.
13495         (gdb.tar.bz2): Remove GDBTK from GDB package.
13496         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13497         dejagnu.tar.bz2): New packages.
13498
13499 2000-02-27  Andreas Jaeger  <aj@suse.de>
13500
13501         * configure.in: Add entry for mips*-*-linux*, move catch all
13502         *-*-*linux* entry below this one.
13503
13504 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13505
13506         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13507
13508 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13509
13510         * config.sub: Support an OS of "wince".
13511
13512 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13513
13514         * config.guess, config.sub: Updated to match config's 2000-02-15
13515         version.
13516
13517 2000-02-23  Linas Vepstas  <linas@linas.org>
13518
13519         * config.sub: Add support for Linux/IBM 370.
13520         * configure.in: Likewise.
13521
13522 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13523
13524         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13525
13526 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13527
13528         * config.guess: Guess "cygwin" rather than "cygwin32".
13529
13530 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13531
13532         * configure (gcc_version): When setting, narrow search to
13533         lines containing `version_string'.
13534
13535 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13536
13537         * config.sub: Add support for avr target.
13538
13539 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13540
13541         * MAINTAINERS: Add maintainers for MCore port.
13542
13543 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13544
13545         * config.sub: Add mmix-knuth-mmixware.
13546
13547 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13548
13549         * MAINTAINERS: Pair cccp with cpplib maintainership.
13550
13551 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13552
13553         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13554         structure stuff to -L library search.
13555         (CXX_FOR_TARGET): Ditto.
13556         (CROSS_CHECK_MODULES): Fix spelling mistake.
13557
13558 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13559
13560         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13561         the C++ compiler.
13562
13563 2000-01-12  Richard Henderson  <rth@cygnus.com>
13564
13565         * configure.in: Don't build some bits for beos.
13566
13567 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13568
13569         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13570         as include files.
13571
13572 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13573
13574         * Add self as cpplib maintainer, as requested by Jason
13575         Merrill.  Correct my e-mail address.
13576
13577 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13578
13579         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13580         not mh-aix43.
13581
13582 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13583
13584         * MAINTAINERS: Add myself to "write after approval" list.
13585
13586 1999-12-14  Richard Henderson  <rth@cygnus.com>
13587
13588         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13589         * config.sub: Accept alphaev[78], alphaev8.
13590
13591 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13592
13593         * config.guess, config.sub: Update from autoconf.
13594
13595 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13596
13597         * MAINTAINERS:  update my playtime e-address.
13598
13599 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13600
13601         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13602         necessary libraries are missing.
13603
13604 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13605
13606         * MAINTAINERS: Add new 'write after approval' maintainer.
13607
13608 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13609
13610         * MAINTAINERS: Add new Java maintainer.
13611
13612 1999-10-25  Andreas Schwab  <schwab@suse.de>
13613
13614         * configure: Fix quoting inside arguments of eval.
13615
13616 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13617
13618         * config-ml.in: Allow suppression of some ARM multilibs.
13619
13620 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13621
13622         * config.guess: Add OS/390 match pattern.
13623         * config.sub: Add mvs, openedition targets.
13624         * configure.in (i370-ibm-opened*): New.
13625
13626 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13627
13628         * config.sub: Add support for configuring for pj.
13629
13630 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13631
13632         * config.sub (maybe_os): Add support for configuring for fr30.
13633
13634 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13635
13636         * configure.in: Do not configure or build ld for AIX
13637         platforms.  ld is known to be broken on these platforms.
13638
13639 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13640
13641         * config-ml.in: Pass compiler flag corresponding to multidirs to
13642         subdir configures.
13643
13644 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13645
13646         * Makefile.in (LDFLAGS): Define.
13647
13648 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13649
13650         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13651         noconfigdirs.
13652         (*-*-cygwin*): Likewise.
13653
13654 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13655
13656         * mkdep: New file.
13657         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13658         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13659
13660         From Eli Zaretskii <eliz@is.elta.co.il>:
13661         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13662         long file name when using DJGPP on MS-DOS.
13663
13664 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13665
13666         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13667
13668 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13669
13670         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13671         dependency as this causes "make check" to globally "make all"
13672
13673 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13674
13675         * configure.in (target_libs): Added target-zlib.
13676         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13677         (CONFIGURE_TARGET_MODULES): Likewise.
13678         (CHECK_TARGET_MODULES): Likewise.
13679         (INSTALL_TARGET_MODULES): Likewise.
13680         (CLEAN_TARGET_MODULES): Likewise.
13681         (configure-target-zlib): New target.
13682         (all-target-zlib): Likewise.
13683         (all-target-libjava): Depend on all-target-zlib.
13684         (configure-target-libjava): Depend on configure-target-zlib.
13685
13686         * Makefile.in (configure-target-libjava): Depend on
13687         configure-target-newlib.
13688         (configure-target-boehm-gc): New target.
13689         (configure-target-qthreads): New target.
13690
13691         * configure.in (target_libs): Added target-qthreads.
13692         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13693         (CONFIGURE_TARGET_MODULES): Likewise.
13694         (CHECK_TARGET_MODULES): Likewise.
13695         (INSTALL_TARGET_MODULES): Likewise.
13696         (CLEAN_TARGET_MODULES): Likewise.
13697         (all-target-qthreads): New target.
13698         (configure-target-libjava): Depend on configure-target-qthreads.
13699         (all-target-libjava): Depend on all-target-qthreads.
13700
13701         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13702         (CONFIGURE_TARGET_MODULES): Likewise.
13703         (CHECK_TARGET_MODULES): Likewise.
13704         (INSTALL_TARGET_MODULES): Likewise.
13705         (CLEAN_TARGET_MODULES): Likewise.
13706         (all-target-libjava): New target.
13707         (all-target-boehm-gc): Likewise.
13708         * configure.in (target_libs): Added libjava, boehm-gc.
13709
13710 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13711
13712         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13713         configure.bat in SUPPORT_FILES.
13714         (gas+binutils.tar.bz2): Likewise.
13715
13716         * makeall.bat: Remove; obsolete.
13717
13718 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13719
13720         From Mark Elbrecht:
13721         * configure.bat: Remove; obsolete.
13722
13723 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13724
13725         * configure: Add -W -Wall to the default CFLAGS when compiling with
13726         gcc.
13727
13728 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13729
13730         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13731
13732 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13733
13734         * configure.in: Build ld on IRIX6.
13735
13736 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13737
13738         * Makefile.in: Change distribution targets to use bzip2 instead of
13739         gzip.
13740         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13741         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13742
13743 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13744
13745         * config.sub: Add mcore target.
13746
13747 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13748
13749         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13750
13751 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13752
13753         * config.guess (dummy): Changed to $dummy.
13754
13755 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13756
13757         * config.sub: Tidied up case statements.
13758
13759 1999-05-22  Ben Elliston  <bje@cygnus.com>
13760
13761         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13762         <jiro@din.or.jp>.
13763
13764         * config.guess: Merge with FSF version. Future changes will be
13765         more accurately recorded in this ChangeLog.
13766         * config.sub: Likewise.
13767
13768 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13769
13770          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13771
13772 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13773
13774         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13775
13776 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13777
13778         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13779
13780 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13781
13782         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13783         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13784         Bad merge removed these two changes.
13785
13786 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13787                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13788
13789         * config.guess (interix Alpha): Add.
13790
13791 1999-04-11  Richard Henderson  <rth@cygnus.com>
13792
13793         * configure.in (i?86-*-beos*): Do config gperf; don't config
13794         gdb, newlib, or libgloss.
13795
13796 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13797
13798         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13799         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13800         from multidirs.
13801
13802 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13803
13804         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13805
13806 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13807
13808         * config.sub: Add support for mcore targets.
13809
13810 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13811
13812         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13813         not mt-ospace, in order to shut up assembler warning about using
13814         symbols that are named the same as registers.
13815
13816 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13817
13818         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13819         dependency list for all-target-cygmon.
13820
13821 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13822
13823         * config-ml.in: Check $host, not $target, for selective multilibs.
13824         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13825         thumb interworking, and underscore prefix multilibs.
13826
13827 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13828
13829         * missing: Update to version from current automake.
13830
13831 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13832
13833         * configure (gxx_include_dir): Removed.
13834
13835         * configure.in (gxx_include_dir): Handle it.
13836         * Makefile.in: Likewise.
13837
13838 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13839
13840         * config.sub (mips64vr4111,mips64vr4111el) Add.
13841
13842 1999-03-21  Ben Elliston  <bje@cygnus.com>
13843
13844         * config.guess: Correct typo for detecting ELF on FreeBSD.
13845
13846 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13847
13848         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13849         config/mh-djgpp.
13850
13851 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13852
13853         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13854         all-target-newlib to dependency list for all-target-bsp.
13855
13856 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13857
13858         * config.sub: Add i386-uwin support.
13859         * config.guess: Likewise.
13860
13861 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13862
13863         * configure.in: cleanup, add mh-*pic handling for arm, special
13864         case powerpc*-*-aix*
13865
13866 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13867
13868         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13869         can be built.
13870
13871 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13872
13873         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13874         targets.
13875
13876 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13877
13878         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13879
13880 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13881
13882         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13883
13884 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13885
13886         * config.sub: Fix typo in arm recognition.
13887
13888 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13889
13890         * configure.in (noconfigdirs): Changed target_configdirs to
13891         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13892         rather than m68k-*-* since it is not known to work on
13893         m68k-aout. Ditto for arm-*-*oabi.
13894
13895 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13896
13897         * configure.in (*-*-windows*): Remove, no longer used.
13898
13899 1999-02-19  Ben Elliston <bje@cygnus.com>
13900
13901         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13902         Smart and improved by Andrew Cagney.
13903
13904 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13905
13906         * config.guess: Recognize openbsd-*-hppa.
13907
13908 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13909
13910         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13911         only if it is not empty.
13912
13913 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13914
13915         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13916
13917         * config.guess: Modified to recognize uname's armv* syntax.
13918
13919         * config.sub: Modified to recognize uname's armv* syntax.
13920
13921 1999-02-17  Mark Salter  <msalter@cygnus.com>
13922
13923         * configure.in: Added target-bsp for sparclite.
13924
13925 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13926
13927         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13928
13929 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13930
13931         * configure.in: Add support for strongarm port.
13932         * config.sub: Add support for strongarm target.
13933
13934 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13935
13936         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13937         the old name config/mh-cygwin32.
13938         Enable texinfo.
13939
13940 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13941
13942         * configure.in: Do build ld for ix86 Solaris.
13943
13944 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13945
13946         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13947         $AR_FOR_TARGET.  Likewise for RANLIB.
13948
13949 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13950
13951         * config.sub (oabi):  Recognize.
13952         * configure.in (arm-*-oabi):  Handle.
13953
13954 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13955
13956         * config.guess: Improve detection of i686 on UnixWare 7.
13957
13958 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13959
13960         * config.guess: Add support for i386-pc-interix.
13961         * config.sub: Likewise.
13962         * configure.in: Likewise.
13963
13964 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13965
13966         * Makefile.in: Remove unneeded all-target-libio from
13967         from all-target-winsup target since it is now unneeded.
13968         Add all-target-libtermcap in its place since it is now
13969         needed.
13970
13971 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13972
13973         * configure.in: makefile stub for cygwin target is probably
13974         unnecessary.  Remove it for now.
13975
13976 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13977
13978         * configure.in: libtermcap.a should be built when cygwin is the
13979         target as well as the host.
13980         * config.guess: Allow mixed case in cygwin uname output.
13981         * Makefile.in: Add libtermcap target.
13982
13983 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13984
13985         * config.sub: Clean up handling of hppa2.0.
13986
13987 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13988
13989         * config.guess: Use C code to identify more HP machines.
13990
13991 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13992
13993         * config.sub: Handle hppa2.0.
13994
13995 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13996
13997         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13998         cygmon for all sparclite targets, regardless of object format.
13999
14000 1998-12-15  Mark Salter  <msalter@cygnus.com>
14001
14002         * configure.in: Added target-bsp for several target architectures.
14003
14004         * Makefile.in: Added rules for bsp.
14005
14006 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14007
14008         * config.guess: Improve detection of hppa2.0 processors.
14009
14010 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14011
14012         * config.guess: Recognize FreeBSD using ELF automatically.
14013
14014 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14015
14016         * configure (skip-this-dir): Add handling for new shell script, which
14017         might be created by a sub-directory's configure to indicate, this particular
14018         directory is "unwanted".
14019         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14020
14021 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14022
14023         * ltconfig: import from libtool, after changing libtool to
14024         account for the cygwin name change.
14025
14026 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14027
14028         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14029         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14030
14031 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14032
14033         * configure.in: Add libtermcap to list of cygwin dependencies.
14034
14035 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14036
14037         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14038         they include winsup/include when it's a cygwin target.
14039
14040 1998-11-12  Tom Tromey  <tromey@cygnus.com>
14041
14042         * configure.in (host_tools): Added zip.
14043         * Makefile.in (all-target-libjava): Depend on all-zip.
14044         (all-zip): New target.
14045         (ALL_MODULES): Added all-zip.
14046         (NATIVE_CHECK_MODULES): Added check-zip.
14047         (INSTALL_MODULES): Added install-zip.
14048         (CLEAN_MODULES): Added clean-zip.
14049
14050 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14051
14052         * Makefile.in: lose "32" from comment about cygwin.
14053
14054 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14055
14056         * configure.in: Use -Os to build target libraries for the fr30.
14057
14058 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14059
14060         * config.sub: Add fr30.
14061
14062 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14063
14064         * configure.in: drop "32" from config/mh-cygwin32.  Check
14065         cygwin* instead of cygwin32*.
14066         * config.sub: Check cygwin* instead of cygwin32*.
14067
14068 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14069
14070         * config.guess: Match any version of Unixware7.
14071
14072 1998-10-20  Syd Polk  <spolk@cygnus.com>
14073
14074         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14075         if desired.
14076
14077 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14078
14079         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14080         these if the appropriate directories and files to not exist.
14081
14082 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14083
14084         * Makefile.in (DEVO_SUPPORT): Add config.if.
14085
14086 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14087
14088         * configure: Add pattern to replace "build_tooldir"'s
14089         definition in the generated Makefile with "tooldir"'s
14090         actual value.
14091
14092 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14093
14094         * config.sub: Bring back lost sparcv9.
14095
14096         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14097
14098 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14099
14100         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14101         CC_FOR_TARGET and friends.
14102
14103 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14104
14105         * Makefile.in (build_tooldir): New variable, same as tooldir.
14106         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14107         -B$(build_tooldir)/bin/.
14108         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14109
14110 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14111
14112         * README: Remove installation instructions and refer to the
14113         INSTALL directory instead.
14114
14115 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14116
14117         * config.sub: Add support for i[34567]86-pc-udk.
14118         * configure.in: Likewise.
14119
14120 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14121
14122         * Makefile.in: add bzip2 package building bits for user
14123         tools module
14124         * configure.in: ditto
14125
14126 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14127
14128         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14129         (ALL_TARGET_MODULES): Add all-target-libobjc.
14130         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14131         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14132         (all-target-libchill): Add dependencies.
14133         * configure.in (target_libs): Add libchill.
14134
14135 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14136
14137         * configure.in (target_subdir): Remove duplicate line.
14138
14139 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14140
14141         * Makefile.in (all-automake): fix dependencies.
14142
14143 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14144
14145         * configure.in: Minor cleanups for building in the $(target_alias)
14146         subdir.
14147
14148 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14149
14150         * Makefile.in (bootstrap): Set r and s before make all.  Use
14151         BASE_FLAGS_TO_PASS in make all.
14152         (cross): Likewise.
14153
14154 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14155
14156         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14157
14158 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14159
14160         * config.sub: Fix typo in last change.
14161
14162 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14163
14164         * config.sub: Add support for C4x target.
14165         * configure.in: Likewise.
14166
14167 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14168
14169         * config.sub: Recognize sparcv9 just like sparc64.
14170
14171 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14172
14173         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14174
14175 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14176
14177         * config.guess: Correctly identify Pentium II sco boxes.
14178
14179         * config.guess: Fix "tr" code.  From Weiwen Liu.
14180
14181 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14182
14183         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14184         stabs.
14185
14186 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14187
14188         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14189         (ALL_TARGET_MODULES): Add all-target-libchill.
14190         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14191         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14192         (all-target-libchill): Add dependencies.
14193         * configure.in (target_libs): Add libchill.
14194
14195 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14196
14197         * config.guess: Avoid assumptions about "tr" behaves when
14198         LANG is set to something other than English.
14199
14200 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14201
14202         * configure (gxx_include_dir): Changed to
14203         '${prefix}/include/g++'-${libstdcxx_interface}.
14204
14205         * config.if: New to determine the interfaces.
14206
14207 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14208
14209         * config.guess: Detect and handle MPE/IX.
14210         * config.sub: Deal with MPE/IX.
14211
14212 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14213
14214         * configure.in: Use mh-aix43.
14215
14216 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14217
14218         * configure: Fix --without/--disable cases for gxx-include-dir.
14219
14220 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14221
14222         * mdata-sh:  Imported.  Needed for automake support.
14223
14224 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14225
14226         * Makefile.in (taz): Try "chmod -R og=u ." before
14227         "chmod og=u `find . -print`".
14228
14229 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14230
14231         * configure.in: Add arm-elf and thumb-elf support.
14232
14233 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14234
14235         * Makefile.in: Undo previous patch.
14236
14237 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14238
14239         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14240         to here ...
14241         (install-no-fixedincludes): and here
14242         (INSTALL_MODULES): ... from here.
14243
14244 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14245
14246         * config.sub: Merge with FSF.
14247
14248         * config.guess: Merge with FSF.
14249
14250 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14251
14252         * configure (extraconfigdirs): New variable.
14253         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14254         * Makefile.in (all): Move higher in file.
14255         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14256         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14257         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14258         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14259         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14260
14261 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14262
14263         * Makefile.in (all-target-libjava): Depend on all-gcc and
14264         all-target-newlib.
14265         (configure-target-libjava): Depend on $(ALL_GCC).
14266
14267 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14268
14269         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14270         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14271
14272 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14273
14274         * INSTALL/README: Fix typo.
14275
14276 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14277
14278         * ylwrap: Change absolute path checks to check for DOS style path
14279         names.
14280
14281         * ylwrap: Don't use a full path name if the source file is in the
14282         same directory.  From hjl@lucon.org (H.J. Lu).
14283
14284         * config-ml.in: Default to being verbose, to match Feb 18 change to
14285         configure.
14286
14287 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14288
14289         Brought over from egcs:
14290
14291         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14292
14293         * configure.in (target_subdir): Set to ${target_alias} instead
14294         of "libraries".
14295
14296         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14297
14298         * configure.in (target_subdir): Set to libraries if enable_multilib.
14299
14300 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14301
14302         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14303         multilibs, force reconfiguration the first time we create
14304         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14305
14306 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14307
14308         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14309         avoid confusion with --no-recursion.
14310
14311 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14312
14313         * configure.in: Win32 hosts shouldn't use install -x
14314         * install-sh: remove -x option, and special .exe-handling
14315         hack.
14316
14317 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14318
14319         * config.guess: Recognize i586-pc-beos.
14320         * configure.in: Don't build some bits for beos.
14321
14322 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14323
14324         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14325         CFLAGS default to -O2.
14326
14327         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14328         when using GNU ld.
14329
14330 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14331
14332         * ltmain.sh: Correct install when using a different shell.
14333
14334 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14335
14336         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14337
14338 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14339
14340         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14341         target.
14342
14343 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14344
14345         * ltconfig: Update to correct AIX handling.
14346
14347 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14348
14349         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14350
14351         * configure.in (target_subdir): Set to ${target_alias} instead
14352         of "libraries".
14353
14354 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14355
14356         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14357         (Makefile): Depend on $(gcc_version_trigger).
14358
14359         * configure (gcc_version): Change default initializer to empty
14360         string.
14361         (gcc_version_trigger): New variable; pass this variable down
14362         to subdir configures to enable them checking gcc's version
14363         themselves. Emit make macros for both gcc_version vars.
14364         (topsrcdir): Initialize reliably.
14365         (recursion line): Remove --with-gcc-version=${gcc_version}.
14366
14367 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14368
14369         * configure (enable_version_specific_runtime_libs): Implement new flag
14370         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14371         in $(libsubdir); emit definition in each generated Makefile.
14372         (gxx_include_dir): Initialize depending on
14373         $enable_version_specific_runtime_libs.
14374
14375 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14376
14377         * configure (gcc_version): Initialize properly depending on
14378         how and where configure is started.
14379         (recursion line): Pass a --with-gcc-version=${gcc_version}
14380         to configures in subdirs.
14381
14382 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14383
14384         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14385         cygmon
14386
14387 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14388
14389         * configure.in: Add cygmon and libstub support for mn10200.
14390
14391 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14392
14393         * configure (gcc_version): Add new variable describing the
14394         particular gcc version we're building.
14395         * Makefile.in (libsubdir): Add new macro for the directory
14396         in which the compiler finds executables, libraries, etc.
14397         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14398         and libsubdir.
14399
14400 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14401
14402         * Makefile.in (local-clean): Remove *.log.
14403         (warning.log): Built with warn_summary from build.log.
14404         (mail-report.log): Run test_summary.
14405         (mail-report-with-warnings.log): Run test_summary including
14406         warning.log in the report.
14407
14408 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14409
14410         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14411
14412 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14413
14414         * Makefile.in (grep): Grep no longer depends on libiberty.
14415
14416 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14417
14418         * Makefile.in: all-snavigator needs all-libgui.
14419
14420 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14421
14422         * configure.in: Add cygmon and libstub support for mn10300.
14423
14424 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14425
14426         * missing: Update to version from automake 1.3.
14427
14428         * ltmain.sh: On installation, don't get confused if the same name
14429         appears more than once in the list of library names.
14430
14431 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14432
14433         * config.sub: Accept m68060 and m5200 as CPU names.
14434
14435 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14436
14437         * configure: Use && rather than using -a in test, because odd
14438         strings can confuse test.
14439         * configure.in: Likewise.
14440
14441 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14442
14443         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14444
14445 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14446
14447         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14448         bootstrap4-lean): New targets.
14449
14450 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14451
14452         * mpw-* Delete.  Not used.
14453
14454 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14455
14456         * COPYING.LIB: Update FSF address.
14457
14458 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14459
14460         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14461
14462         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14463         GAS_SUPPORT_DIRS.
14464
14465 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14466
14467         * ltconfig, ltmain.sh: Avoid producing a version number if
14468         -version-info was not used.
14469
14470 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14471
14472         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14473         building with newlib.
14474
14475 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14476
14477         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14478         Solaris `make' causes it to continue to next definition.
14479
14480 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14481
14482         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14483         the right GUI libraries and files are installed along with GDB.
14484
14485 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14486
14487         * configure.in: Change alpha to alpha* in several places.
14488
14489 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14490
14491         * config.sub: Recognize sparc86x.
14492
14493 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14494
14495         * configure.in (--enable-target-optspace): Remove debug echo.
14496
14497 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14498
14499         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14500
14501 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14502
14503         * ltconfig: Update cygwin32 support.
14504
14505         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14506         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14507         (GDB_SUPPORT_DIRS): Likewise.
14508
14509 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14510
14511         * configure.in (target_makefile_frag): If --enable-target-optspace,
14512         use -Os to compile target libraries rather than -O2.  Default to
14513         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14514         not used.
14515         * configure.in (target_cflags): Ditto for d30v.
14516
14517 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14518
14519         * Makefile.in (all-bfd): Depend on all-intl.
14520         (all-binutils): Likewise.
14521         (all-gas): Likewise.
14522         (all-gprof): Likewise.
14523         (all-ld): Likewise.
14524
14525 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14526
14527         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14528
14529 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14530
14531         * Makefile.in (all-bfd): Depend upon all-libiberty.
14532
14533         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14534
14535 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14536
14537         * Makefile.in: Add libstub.
14538
14539         * configure.in: Ditto. Build libstub for targets that have cygmon
14540         support.
14541
14542 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14543
14544         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14545
14546 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14547
14548         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14549         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14550
14551 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14552
14553         * configure: Define DEFAULT_M4 by searching PATH.
14554         * Makfile.in: Use DEFAULT_M4.
14555
14556 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14557
14558         * ltconfig: Add cygwin32 support.
14559
14560         * Makefile.in, configure.in: Add libtool as a native only directory
14561         to configure and build.
14562
14563 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14564
14565         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14566
14567 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14568
14569         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14570
14571 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14572
14573         * Makefile.in: add ash make rules
14574         * configure.in: add ash to native_only and host_tools lists
14575
14576 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14577
14578         * Makefile.in (all-gettext, all-intl): New targets.
14579         (ALL_MODULES): Added all-gettext, all-intl.
14580         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14581         (INSTALL_MODULES): Added install-gettext, install-intl.
14582         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14583
14584         * configure.in (host_tools): Added gettext.
14585         (native_only): Likewise.
14586         (noconfigdirs) [various cases]: Likewise.
14587         (host_libs): Added intl.
14588
14589 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14590
14591         * configure: Do not disable building gdbtk for cygwin32 hosts.
14592
14593 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14594
14595         * configure.in: Add thumb-coff target.
14596         * config.sub: Add thumb-coff target.
14597
14598 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14599
14600         * Makefile.in: Revert yesterday's change.
14601         (all-target-winsup):  all-target-librx stays out of here.
14602
14603 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14604
14605         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14606         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14607         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14608         Remove references to librx and libg++.
14609
14610 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14611
14612         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14613         recursive makes
14614
14615 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14616
14617         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14618         for newlib directory.
14619         (CXX_FOR_TARGET): Likewise.
14620
14621 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14622
14623         * ltconfig: Update after libtool/ltconfig.in change for
14624         hpux11.
14625
14626 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14627
14628         * ltconfig, ltmain.sh: Update to libtool 1.2.
14629
14630 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14631
14632         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14633         (install-gcc-cross): Instead, override LANGUAGES here.
14634
14635 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14636
14637         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14638         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14639
14640 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14641
14642         * configure.in: Add Thumb-pe target.
14643
14644 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14645
14646         * Makefile.in - changed sn targets to snavigator
14647         * configure.in - changed sn targets to snavigator
14648
14649 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14650
14651         * config-ml.in: After building symlink tree call make distclean
14652         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14653         to be the case for libiberty.
14654
14655 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14656
14657         * configure: When making link, also check the current
14658         directory. The configure scripts may create one.
14659
14660 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14661
14662         * config.sub: Accept alphapca56 and alphaev6 properly.
14663
14664 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14665
14666         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14667
14668 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14669
14670         * config.sub (sco5): Fix typo.
14671
14672 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14673
14674         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14675         install-itcl.
14676         (install-itcl): Remove dependency on install-tcl.
14677
14678 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14679
14680         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14681
14682 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14683
14684         * configure.in: Don't build libgui for a cygwin32 target when not on
14685         a cygwin32 host.
14686
14687 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14688
14689         * configure (redirect): Set to null, so default behavior of
14690         configure is now --verbose.
14691
14692 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14693
14694         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14695         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14696
14697 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14698
14699         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14700         this change to sync Makefile.in with its ChangeLog entries.
14701
14702 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14703
14704         * ltmain.sh (mkdir): Check that the directory doesn't exist
14705         before we exit with error, so that we don't get races during
14706         parallel builds.
14707
14708 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14709
14710         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14711
14712 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14713
14714         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14715         PICFLAG_FOR_TARGET.
14716         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14717
14718         * configure: Emit a definition for the new macro enable_shared
14719         into each Makefile.
14720
14721 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14722
14723         * configure.in (host_tools, native_only): Add libtool.
14724
14725 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14726
14727         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14728         Fix typo in ming config comment.
14729
14730 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14731
14732         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14733
14734 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14735
14736         * config.sub: Add tic30 cases, and map c30 to tic30.
14737
14738 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14739
14740         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14741         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14742         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14743         (CLEAN_TARGET_MODULES): Similarly
14744         (all-target-libf2c): Add dependences.
14745         * configure.in (target_libs): Add libf2c.
14746
14747 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14748
14749         * configure.in: Remove expect from noconfigdirs when target
14750         is cygwin32.  OK to build expect and dejagnu with Canadian
14751         Cross.
14752
14753 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14754
14755         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14756         host.
14757
14758         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14759         and mingw32.
14760
14761 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14762
14763         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14764         here as it is not defined in the toplevel Makefile.
14765
14766 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14767
14768         * configure (package_makefile_rules_frag): New variable, which names
14769         a file with generic rules, ...
14770         Change comment to mention we now have FIVE parts.
14771         * configure: Undo last change.
14772
14773 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14774
14775         * config.guess: More accurate determination of HP processor types.
14776         * config.sub: More accurate determination of HP processor types.
14777
14778 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14779
14780         * configure (package_makefile_frag): Move inserting the
14781         ${package_makefile_frag} to where it should be according
14782         to the comment.
14783
14784 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14785
14786         * config.guess: Add support for Linux/ARM.
14787
14788 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14789
14790         * .cvsignore: Remove *-info and *-install since they match
14791         release-info and mpw-install, which we don't want to just ignore.
14792
14793 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14794
14795         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14796
14797 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14798
14799         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14800         local_prefix to sub-make invocations.
14801
14802 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14803
14804         * configure.in: Check makefile fragments in the source
14805         directory.
14806
14807 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14808
14809         * configure.in: Check whether host and target makefile
14810         fragments exist before adding them to *_makefile_frag.
14811
14812 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14813
14814         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14815
14816 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14817
14818         * configure.in: Make sure we only replace RPATH_ENVVAR on
14819         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14820         regexp to sed.
14821
14822         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14823         to sub-makes.
14824
14825 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14826
14827         * config-ml.in (multi-do): LDFLAGS must include multilib
14828         designator.
14829
14830 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14831
14832         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14833
14834 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14835
14836         * config.sub: Add mingw32 support.
14837         * configure.in: Likewise.
14838
14839 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14840
14841         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14842
14843 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14844
14845         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14846         * configure (gxx_include_dir): Provide a definition for subdirs
14847         which do not use autoconf.
14848
14849 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14850
14851         * config.guess: Sync with egcs.  Picks up new alpha support,
14852         BeOS & some additional linux support.
14853
14854 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14855
14856         * config.guess: HP 9000/803 is a PA1.1 machine.
14857
14858 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14859
14860         * configure.in: It's alpha*-...
14861
14862 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14863
14864         * configure.in (host_makefile_frag, target_makefile_frag):
14865         Handle multiple config files.
14866         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14867         alpha-*-*.
14868
14869 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14870
14871         * mkdep: New file.
14872
14873 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14874
14875         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14876
14877 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14878
14879         * Makefile.in: Add libgui directory.
14880         (GDB_TK): Add all-libgui.
14881         * configure.in: Add libgui directory.
14882         * configure: Add all-libgui to GDB_TK.
14883
14884 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14885
14886         * config-ml.in (multidirs): Add m32r to multilib list.
14887
14888 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14889
14890         * Makefile.in (all-target-gperf): Change dependency to
14891         all-target-libstdc++.
14892
14893 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14894
14895         * config.guess: Add BeOS support.
14896
14897 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14898
14899         Source directory cvs renamed to cvssrc:
14900         * configure.in (host_tools): Change cvs to cvssrc.
14901         (native_only): Likewise.
14902         (noconfigdirs) [various cases]: Likewise.
14903         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14904         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14905         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14906         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14907         (all-cvssrc): Rename target from all-cvs.
14908
14909 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14910
14911         * configure (gxx_include_dir): Fix thinko.
14912
14913 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14914
14915         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14916         (install-cross, install-gcc-cross): New targets.
14917
14918 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14919
14920         * configure.in (noconfigdirs): Add support for Thumb target.
14921
14922         * config.sub (maybe_os): Add support for Thumb target.
14923
14924 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14925
14926         * Makefile.in: Add rules for cygmon.
14927
14928         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14929
14930 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14931
14932         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14933         * configure (gxx_include_dir): Provide a definition for subdirs
14934         which do not use autoconf.
14935
14936 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14937
14938         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14939         11/18/97 build
14940
14941 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14942
14943         * From Franz Sirl.
14944         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14945         found on RedHat Linux systems.
14946
14947 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14948
14949         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14950         guesses.
14951
14952 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14953
14954         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14955
14956 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14957
14958         * ltmain.sh: If mkdir fails, check whether the directory was created
14959         anyhow by some other process.
14960
14961 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14962
14963         * configure.in (d30v-*-*): Configure all directories.
14964
14965 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14966
14967         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14968         for the D30V.
14969
14970 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14971
14972         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14973
14974 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14975
14976         * include/libiberty.h: Add extern "C" { so it can be used with C++
14977         progrms.
14978         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14979         programs.
14980
14981 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14982
14983         * configure.in (d30v-*-*): Configure GCC now.
14984
14985 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14986
14987         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14988         is no longer needed.
14989
14990 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14991
14992         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14993
14994 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14995
14996         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14997         targets using "$@" to provide support for similar but not identical
14998         targets without having to duplicate code.
14999
15000 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
15001
15002         * makefile.vms: Fix to work with DEC C.
15003
15004 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15005
15006         * config.sub: Add mips-tx39-elf to marketing names.
15007
15008 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15009
15010         * ltmain.sh: Handle symlinks in generated script.
15011
15012 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15013
15014         * configure: Handle autoconf style directory options: --bindir,
15015         --datadir, --includedir, --infodir, --libdir, --libexecdir,
15016         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15017         --sysconfdir.
15018         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15019         (sharedstatedir, localstatedir, oldincludedir): New variables.
15020         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15021         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15022         sbindir, sharedstatedir, and sysconfdir.
15023
15024 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15025
15026         * Makefile.in (bootstrap-lean): New target.
15027
15028 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15029
15030         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15031         sn, and gnuserv from noconfigdirs.
15032
15033 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15034
15035         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15036
15037 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15038
15039         * Makefile.in (cross): New target.
15040
15041 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15042                           Jeff Law         <law@cygnus.com>
15043
15044         * Makefile.in (bootstrap2, bootstrap3): New targets.
15045         (all-bootstrap): Remove outdated and confusing target.
15046         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15047
15048 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15049
15050         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15051         windows.  Consistent with gdb/configure.
15052
15053 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15054
15055         * configure.in: Name Linux target fragment.
15056
15057         * configure: Rewrite so that project Makefile fragment is inserted
15058         first and appears last in the resulting Makefile.
15059
15060 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15061
15062         * Makefile.in (install-itcl): Install tcl first.
15063
15064 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15065
15066         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15067
15068 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15069
15070         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15071
15072         * configure.in (skipdirs): Add target-librx for Linux.
15073         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15074
15075 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15076
15077         * Makefile.in (bootstrap): New target.
15078
15079 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15080
15081         * config.sub: Accept 'amigados' for backward compatibility.
15082
15083 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15084
15085         * config.guess: Merge with FSF.
15086
15087 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15088
15089         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15090
15091 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15092
15093         * config.sub: Add "marketing-names" patch.
15094
15095 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15096
15097         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15098
15099 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15100
15101         * config.sub: Handle v850-elf.
15102
15103 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15104
15105         * .cvsignore (*-install): Remove.
15106
15107 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15108
15109         * ltconfig: Set CONFIG_SHELL in libtool.
15110         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15111
15112 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15113
15114         * configure.in (target_subdir): Set to libraries if enable_multilib.
15115
15116 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15117
15118         * config.guess: Update from gcc directory.
15119
15120 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15121
15122         * Makefile.in (all-sim): Depends on all-readline.
15123
15124 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15125
15126         * Makefile.in (BISON, YACC): Use $$s.
15127         (all-bison): Depend on all-texinfo.
15128
15129 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15130
15131         * Makefile.in (BISON): Add -L flag.
15132         (YACC): Likewise.
15133
15134 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15135
15136         * configure.in (noconfigdirs): Add support for v850e target.
15137
15138         * config.sub (maybe_os): Add support for v850e target.
15139
15140 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15141
15142         * configure.in (noconfigdirs): Add support for v850ea target.
15143
15144         * config.sub (maybe_os): Add support for v850ea target.
15145
15146 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15147
15148         * config.sub: Add mipstx39.  Delete r3900.
15149
15150 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15151
15152         * Makefile.in (all-autoconf): Depends on all-texinfo.
15153
15154 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15155
15156         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15157         eabi targets.
15158
15159 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15160
15161         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15162
15163         * configure: When handling a Canadian Cross, handle YACC as well as
15164         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15165         * Makefile.in (all-bison): Depend upon all-texinfo.
15166
15167 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15168
15169         * Makefile.in (BISON): bison, not byacc or bison -y.
15170         (YACC): bison -y or byacc or yacc.
15171         (various): Add *-bison as appropriate.
15172         (taz): No need to mess with BISON anymore.
15173
15174 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15175
15176         * configure: If OSTYPE matches *win32*, try to find a good value for
15177         CONFIG_SHELL.
15178
15179 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15180
15181         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15182         configure.in if it is present.
15183
15184 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15185
15186         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15187
15188 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15189
15190         * config.sub: Recognize `arc' cpu.
15191         * configure.in: Likewise.
15192         * config-ml.in: Likewise.
15193
15194 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15195
15196         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15197
15198 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15199
15200         * configure: Changed sed delimiter from ':' to '|' when
15201         attempting to substitute ${config_shell} for SHELL. On
15202         NT ${config_shell} may contain a ':' in it.
15203
15204 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15205
15206         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15207
15208 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15209
15210         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15211
15212 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15213
15214         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15215
15216         * ylwrap: If the program is a relative path, force it to be
15217         absolute.
15218
15219 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15220
15221         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15222
15223 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15224
15225         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15226         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15227         for libraries.
15228
15229 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15230
15231         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15232         separated by spaces.
15233
15234 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15235
15236         * ylwrap: New file.
15237         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15238
15239         * ltmain.sh: Handle /bin/sh at start of install program.
15240
15241         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15242
15243         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15244         * missing: New file, from automake 1.2.
15245
15246 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15247
15248         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15249         check-tk to CHECK_X11_MODULES.
15250
15251 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15252
15253         * config.sub: Merge with FSF.
15254
15255 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15256
15257         * config.guess: Merge with FSF.
15258
15259 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15260
15261         * configure: Treat msdosdjgpp like go32.
15262         * configure.in: Likewise.  Don't remove gprof for go32.
15263
15264         * configure: Change Makefile.tem2 to Makefile.tm2.
15265
15266 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15267
15268         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15269
15270 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15271
15272         * install-sh (chmodcmd): Set to null if the DST directory already
15273         exists.  Same as Nov 11th change.
15274
15275 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15276
15277         * configure (GDB_TK): Needs itcl and tix.
15278
15279 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15280
15281         * config.guess: Update from FSF.
15282
15283 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15284
15285         * Makefile.in (GDB_TK): Depend on itcl and tix.
15286
15287 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15288
15289         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15290         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15291         (INSTALL_SCRIPT): New variable.
15292         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15293         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15294         to -x.
15295         * install-sh: Add support for -x option.
15296
15297 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15298
15299         * configure.in, Makefile.in: Treat tix like itcl.
15300
15301 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15302
15303         * Makefile.in (WINDRES): New variable.
15304         (WINDRES_FOR_TARGET): New variable.
15305         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15306         (EXTRA_HOST_FLAGS): Add WINDRES.
15307         (EXTRA_TARGET_FLAGS): Add WINDRES.
15308         (EXTRA_GCC_FLAGS): Add WINDRES.
15309         ($(DO_X)): Pass down WINDRES.
15310         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15311         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15312         DLLTOOL_FOR_TARGET.
15313
15314 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15315
15316         * configure.in: configure sim before gdb for win32-x-ppc
15317
15318 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15319
15320         Move gperf into the toplevel, from libg++.
15321         * configure.in (target_tools): Add target-gperf.
15322         (native_only): Add target-gperf.
15323         * Makefile.in (all-target-gperf): New target, depend on
15324         all-target-libg++.
15325         (configure-target-gperf): Empty rule.
15326         (ALL_TARGET_MODULES): Add all-target-gperf.
15327         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15328         (CHECK_TARGET_MODULES): Add check-target-gperf.
15329         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15330         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15331
15332 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15333
15334         * config.sub (mn10200): Recognize new basic machine.
15335
15336 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15337
15338         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15339         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15340
15341 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15342
15343         * configure.in: If we're building mips-sgi-irix6* native, turn on
15344         ENABLE_MULTILIB and set TARGET_SUBDIR.
15345
15346 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15347
15348         * Makefile.in (all-sn): Depend on all-grep.
15349
15350 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15351
15352         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15353
15354         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15355         Makefile.  From Jeff Makey <jeff@cts.com>.
15356         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15357
15358         * Makefile.in (DISTBISONFILES): Remove.
15359         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15360         $(DEFAULT_YACC).
15361
15362         * configure.in: Build itl, db, sn, etc., when building for native
15363         cygwin32.
15364
15365         * Makefile.in (LD): New variable.
15366         (EXTRA_HOST_FLAGS): Pass down LD.
15367         ($(DO_X)): Likewise.
15368
15369 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15370
15371         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15372
15373 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15374
15375         * configure.in (targargs): Strip out any supplied --build argument
15376         before adding our own. Always add --build.
15377
15378 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15379
15380         * configure.in (targargs): Pass --build if we're doing
15381         a cross-compile.
15382
15383 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15384
15385         * configure: Use '|' instead of ":" as the separator in
15386         sed. Otherwise sed chokes on NT path names with drive
15387         designators. Also look for "?:*" as the leading characters in an
15388         absolute pathname.
15389
15390 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15391
15392         * config.sub: Support for r3900.
15393
15394 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15395
15396         * configure.in: Use install-sh, not install.sh.
15397
15398 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15399
15400         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15401         apply it twice.
15402
15403 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15404
15405         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15406         install-binutils.
15407
15408 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15409
15410         * Makefile.in: Add automake targets.
15411         * configure.in (host_tools): Add automake.
15412
15413 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15414
15415         * configure: Default CXX to c++, not gcc.
15416         * Makefile.in (CXX): Set to c++, not gcc.
15417         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15418
15419 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15420
15421         * install-sh: try appending a .exe if source file doesn't
15422         exist
15423
15424 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15425
15426         * configure.in: Turn on multilib by default.
15427         (cross_only): Remove target-libiberty.
15428
15429         * Makefile.in (all-gcc): Don't depend on libiberty.
15430
15431 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15432
15433         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15434
15435 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15436
15437         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15438         (DISTBISONFILES): Add ld/Makefile.in
15439
15440 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15441
15442         * configure.in: if target is cygwin32 but host isn't cygwin32,
15443         don't configure gdb tcl tk expect, not just gdb.
15444
15445 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15446
15447         * configure.in: Added gnuserv everywhere sn appears.
15448
15449         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15450         (CROSS_CHECK_MODULES): Added check-gnuserv.
15451         (INSTALL_MODULES): Added install-gnuserv.
15452         (CLEAN_MODULES): Added clean-gnuserv.
15453         (all-gnuserv): New target.
15454
15455 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15456
15457         * config.guess: Fixes for MIPS OpenBSD systems.
15458
15459 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15460
15461         * Makefile.in (INSTALL_XFORM): Remove.
15462         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15463
15464         * mkinstalldirs: New file, copied from automake.
15465         * Makefile.in (installdirs): Rename from install-dirs.  Use
15466         mkinstalldirs.  Change all users.
15467         (DEVO_SUPPORT): Add mkinstalldirs.
15468
15469 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15470
15471         * install-sh: Rename from install.sh.
15472         * Makefile.in (INSTALL): Change install.sh to install-sh.
15473         (DEVO_SUPPORT): Likewise.
15474
15475         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15476         Graichen <graichen@rzpd.de>.
15477
15478 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15479
15480         * config.guess: Recognize OpenBSD systems correctly.
15481
15482 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15483
15484         * README, Makefile.in (ETC_SUPPORT): Remove references to
15485         cfg-paper*, configure.{texi,man,info*}._
15486
15487 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15488
15489         * Makefile.in (all.normal): Ensure that gcc is built after all
15490         the x11 - ie gdb - targets.
15491
15492 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15493
15494         * makefile.vms: Don't run conf-a-gas.
15495
15496 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15497
15498         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15499
15500 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15501
15502         * configure.in: Remove noconfigdirs case since gdb also
15503         configures and builds for tic80-coff.
15504
15505 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15506
15507         * configure: Set cache_file to config.cache.
15508         * Makefile.in (local-distclean): Remove config.cache.
15509
15510 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15511
15512         * COPYING: Update FSF address.
15513
15514 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15515
15516         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15517         noconfigdirs.
15518
15519 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15520
15521         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15522         MAKEDIRS, is empty.
15523
15524 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15525
15526         * config.sub: Tweak mn10300 entry.
15527
15528 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15529
15530         * configure.in (host_tools): Put sim before gdb, so gdb's
15531         configure.tgt can determine if the simulator was configured.
15532
15533 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15534
15535         * config.sub: Move BeOS $os case to be with other Cygnus
15536         local cases.
15537
15538 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15539
15540         * config.sub: Remove misplaced comment that broke Linux.
15541
15542 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15543
15544         * config.sub: Add BeOS support.
15545
15546 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15547
15548         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15549
15550 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15551
15552         * configure.in (noconfigdirs): Remove tcl and tk from
15553         noconfigdirs for cygwin32 builds.
15554
15555 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15556
15557         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15558
15559 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15560
15561         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15562         make-all.com, use makefile.vms instead.
15563
15564 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15565
15566         * config.sub: Accept -lnews*.
15567
15568 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15569
15570         * configure.in (noconfigdirs): Disable target-newlib,
15571         target-examples and target-libiberty for d30v.
15572
15573 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15574
15575         * configure.in (noconfigdirs): Enable ld for d30v.
15576
15577 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15578
15579         * configure.in (tic80-*-*): Build compiler.
15580
15581 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15582
15583         * configure.in (d30v-*): Remove sim directory from list of
15584         unsupported d30v directories
15585
15586 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15587
15588         * config.sub, configure.in: Add d30v target cpu.
15589
15590 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15591
15592         * makefile.vms: New file.
15593         * make-all.com: Remove.
15594
15595 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15596
15597         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15598
15599 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15600
15601         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15602
15603 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15604
15605         * Makefile.in (ALL_MODULES): Added all-db.
15606         (CROSS_CHECK_MODULES): Addec check-db.
15607         (INSTALL_MODULES): Added install-db.
15608         (CLEAN_MODULES): Added clean-db.
15609
15610 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15611
15612         * config.guess: Merge with latest FSF sources.
15613
15614 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15615
15616         * Makefile.in (ALL_MODULES): Added all-itcl.
15617         (CROSS_CHECK_MODULES): Added check-itcl.
15618         (INSTALL_MODULES): Added install-itcl.
15619         (CLEAN_MODULES): Added clean-itcl.
15620
15621 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15622
15623         * configure.in: build gdb for mn10200
15624
15625 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15626
15627         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15628
15629 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15630
15631         * configure.in (tic80-*-*): Turn off most targets right now.
15632
15633 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15634
15635         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15636         rather than the makeinfo program.
15637         (do-info): Depend upon all-texinfo.
15638
15639 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15640
15641         * configure.in: Remove uses of config/mh-linux.
15642
15643         * config.sub, config.guess: Merge with latest FSF sources.
15644
15645 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15646
15647         * config.sub (case $basic_machine): Add tic80 entries.
15648
15649 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15650
15651         * config.sub, config.guess: Merge with latest FSF sources.
15652
15653 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15654
15655         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15656         * mpw-config.in: Test for NewFolderRecursive.
15657         * mpw-install: Use symbolic name for startup filename.
15658         * mpw-README: Add various additional details.
15659
15660 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15661
15662         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15663
15664 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15665
15666         * configure.in: Do build gcc and the target libraries for
15667         the mn10200.
15668
15669 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15670
15671         * configure.in: don't avoid building gdb for mn10300 any more
15672         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15673         instead of single-quoting it.
15674
15675 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15676
15677         * configure.in: Don't use --with-stabs on IRIX 6.
15678
15679 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15680
15681         * configure.in (m32r): Build gdb, libg++ now.
15682
15683 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15684
15685         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15686         directories from noconfigdirs.
15687
15688 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15689
15690         * config.sub (basic_machine): added mips16 configuration
15691
15692 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15693
15694         * config.sub: Handle d10v-unknown.
15695
15696 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15697
15698         * config.sub: Handle v850-unknown.
15699
15700 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15701
15702         * Makefile.in: add findutils
15703         * configure.in: add findutils to list of host_tools
15704
15705 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15706
15707         * config.sub: Handle mn10200 and mn10300.
15708
15709 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15710
15711         * configure.in (d10v-*): Do not build librx.
15712
15713 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15714
15715         * configure.in (mn10300): Build everything except gdb & libgloss.
15716
15717 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15718
15719         * config.guess:  Patch for Dansk Data Elektronik servers,
15720         from Niels Skou Olsen <nso@dde.dk>.
15721
15722         For ncr, use /bin/uname rather than uname, since GNU uname does not
15723         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15724
15725         Patch for MIPS R4000 running System V,
15726         from Eric S. Raymond <esr@snark.thyrsus.com>.
15727
15728         Fix thinko for nextstep.
15729
15730         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15731
15732         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15733         * config.guess: Guess mips-dec-mach_bsd4.3.
15734
15735         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15736         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15737         release numbers.
15738         * config.guess (mips-mips-riscos*):  Emit just enough of the
15739         release number.
15740
15741         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15742         * config.guess (sparc-auspex-sunos*):  Added.
15743         (f300-fujitsu-*): Added.
15744
15745         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15746         * config.guess:  Recognize a Tadpole as a sparc.
15747
15748 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15749
15750         * config.guess: Don't assume that NextStep version is either 2 or
15751         3.  NextStep 4 (aka OpenStep 4) has come out now.
15752
15753 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15754
15755         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15756         From Rik Faith <faith@cs.unc.edu>.
15757
15758 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15759
15760         * config.sub: Contributions from bug-gnu-utils to:
15761         Support plain "hppa" (no version given) architecture, reported by
15762         OpenStep.
15763         OpenBSD like NetBSD.
15764         LynxOs is not a hardware supplier.
15765
15766         * config.guess: Contributions from bug-gnu-utils to add support for:
15767         OpenBSD like NetBSD.
15768         Stratus systems.
15769         More Pyramid systems.
15770         i[n>4]86 Intel chips.
15771         M680[n>4]0 Motorola chips.
15772         Use unknown instead of lynx for hardware manufacturer.
15773
15774 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15775
15776         * install.sh (chmodcmd): Set to null if the DST directory already
15777         exists.
15778
15779 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15780
15781         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15782         not use mt-ppc target Makefile fragment any more.
15783
15784 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15785
15786         * configure.in (*-*-windows):  Exclude everything but those dirs
15787         needed to build windows.
15788
15789 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15790
15791         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15792
15793 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15794
15795         * configure.in:  Exclude mmalloc from i386-windows.
15796
15797 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15798
15799         * Undo my previous change.
15800
15801 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15802
15803         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15804         unconditionally.
15805         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15806
15807 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15808
15809         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15810         host to add it's own flags.
15811
15812 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15813
15814         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15815
15816 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15817
15818         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15819         (CXX_FOR_TARGET): Likewise.
15820         (GCC_FOR_TARGET): Define.
15821         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15822         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15823         CC_FOR_TARGET was specified on the command line.
15824         (MAKEOVERRIDES): Don't define.
15825
15826 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15827
15828         * configure.in (m32r): Fix spelling of libg++ libs.
15829
15830 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15831
15832         * config.sub (-apple*): Remove, now redundant.
15833
15834 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15835
15836         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15837
15838         * configure: Rework yesterday's sed script patch.
15839
15840         * config.sub: Merge with FSF.
15841
15842 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15843
15844         * config.guess:  Merge from FSF.
15845
15846         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15847         * config.guess: Use pc instead of unknown, for pc clone systems.
15848         Change linux to linux-gnu.
15849
15850         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15851         * config.guess: Avoid non-portable tr syntax.
15852
15853 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15854
15855         * test-build.mk (HOLES): Add "xargs" for gdb.
15856
15857         * configure: Avoid hpux10.20 sed bug.
15858
15859 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15860
15861         * configure.in:  Add support for windows host
15862         (that is a build done under the Microsoft build environment).
15863
15864 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15865
15866         * Makefile.in: Replace all uses of srcroot with s, to shrink
15867         command line lengths.
15868
15869         Patches from Geoffrey Noer <noer@cygnus.com>:
15870         * configure.in: If configuring for newlib, pass --with-newlib to
15871         subdirectories.
15872         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15873         -Bnewlib/ and -Lwinsup to gcc.
15874         (CXX_FOR_TARGET): Likewise.
15875
15876 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15877
15878         * Makefile.in (ETC_SUPPORT): Add configure.
15879
15880 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15881
15882         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15883         host configuration file.
15884
15885 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15886
15887         * configure.in: Break mn10x00 support into separate
15888         mn10200 and mn10300 configurations.
15889         * config.sub: Likewise.
15890
15891 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15892
15893         * configure.in: Add lots of stuff to noconfigdirs for
15894         the mn10x00 targets.
15895
15896         * config.sub, configure.in: Add mn10x00 support.
15897
15898 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15899
15900         * make-all.com: Call conf-a-gas, not config-a-gas.
15901
15902 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15903
15904         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15905         targets.
15906
15907 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15908
15909         * mpw-README: Add much more detail for native PowerMac.
15910         * mpw-install: New file.
15911         * mpw-configure: Add --norecursion and --help options.
15912         * mpw-config.in: Translate readme and install files when
15913         copying to objdir.
15914         * mpw-build.in: Don't always depend on byacc and flex.
15915         (install-only-top): New action.
15916
15917 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15918
15919         * configure.in:  You can now configure GDB for the v850.
15920
15921 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15922
15923         * configure.in (noconfigdirs): Don't configure any C++ dirs
15924         if targeting D10V.
15925
15926 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15927
15928         * config.sub: Recognize mips64vr5000.
15929
15930 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15931
15932         * configure.in: Use a single line for host_tools and native_only.
15933
15934 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15935
15936         * config.sub, configure.in: Add entries for m32r.
15937
15938 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15939
15940         * Makefile.in (inet-install): Don't run install-gzip.
15941
15942 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15943
15944         * configure.in:  Don't config lots of things for *-*-windows*.
15945
15946 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15947
15948         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15949         (host_libs, host_tools): Copy from configure.in.
15950         * mpw-configure: Don't complain about directories not found.
15951
15952 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15953
15954         * configure.in (i[345]86): Recognize i686 for pentium pro.
15955         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15956         file.
15957
15958         * config.guess (i[345]86): Ditto.
15959
15960 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15961
15962         * configure.in (noconfigdirs): Removed gdb for D10V.
15963
15964 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15965
15966         * configure.in: Remove ld, target-libio, target-libg++, and
15967         target-libstdc++ from noconfigdirs.
15968
15969 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15970
15971         * configure: Fix three locations where shell scripts were
15972         being run directly rather than with config_shell.
15973
15974 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15975
15976         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15977         * config.sub (basic_machine): Recognize v850.
15978
15979 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15980
15981         * mpw-configure: Handle multiple enable/disable options and
15982         pass them down recursively, handle -c and -s flags appropriately
15983         depending on choice of compiler, add escape mechanism for
15984         quoted arguments to gC.
15985
15986 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15987
15988         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15989         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15990         so that -mrelocatable-lib and -mno-eabi are used.
15991
15992         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15993         not support --print-multi-lib, don't abort.
15994
15995 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15996
15997         * make-all.com: Run config-a-gas.
15998         * setup.com: Don't copy subdirectory files around.
15999
16000 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
16001
16002         * configure.in (*-*-ose): Remove exclusion of libgloss for this
16003         target, it now compiles correctly.
16004
16005 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16006
16007         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16008
16009 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16010
16011         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16012
16013 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16014
16015         * configure.in (native_only): Add prms.
16016
16017 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16018
16019         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16020         (BINUTILS_SUPPORT_DIRS): Likewise.
16021
16022 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16023
16024         * configure.in (d10v-*-*): Don't configure ld or gdb until the
16025         d10v support is added.
16026
16027 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16028
16029         * configure.in (d10v-*-*): New target.
16030
16031 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16032
16033         * config.guess (HP 9000/811): Recognize this as a PA1.1
16034         machine.
16035
16036 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16037
16038         * Makefile.in (do-tar-gz): New target, split out from tail end of
16039         taz target.  Run each command separately, don't use pipes.
16040         (taz): Use it.
16041
16042 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16043
16044         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16045         * mpw-build.in: No builds should depend on building byacc or flex,
16046         they are assumed to be installed already.
16047
16048 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16049
16050         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16051         variable that CC_FOR_TARGET needs.
16052
16053 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16054
16055         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16056         options have changed since the last time the subdirectory was
16057         configured, and if it has, reconfigure.
16058         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16059         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16060
16061 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16062
16063         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16064         CLEAN_MODULES): Add bash.
16065         (all-bash): New target.
16066
16067 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16068
16069         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16070
16071 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16072
16073         * config.sub (basic_machine): Recognize d10v as a valid processor.
16074
16075 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16076
16077         * mpw-configure: Add support for --bindir.
16078         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16079
16080 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16081
16082         * configure.in: add bash, time, gawk to list of hosttools and things
16083         to only build for native toolchains
16084
16085 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16086
16087         * Makefile.in (docdir): Remove.
16088
16089 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16090
16091         * Makefile.in (datadir): Set to $(prefix)/share.
16092
16093 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16094
16095         * configure.in: build diff and patch for cygwin32-hosted
16096         toolchains.
16097
16098 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16099
16100         * config.sub: Accept -rtems*.
16101
16102 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16103
16104         * configure.in: enable dosrel for cygwin32-hosted builds,
16105                 remove diff from the list of things not buildable
16106                 via Canadian Cross
16107
16108 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16109
16110         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16111         don't get ". ".
16112
16113 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16114
16115         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16116
16117 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16118
16119         * Makefile.in (taz): Handle case where tex3patch didn't even get
16120         checked out.  Also, if it was found, put the symlink in a new util
16121         subdirectory.
16122
16123 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16124
16125         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16126
16127 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16128
16129         * config.sub: Recognize -openvms.
16130         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16131         * make-all.com, setup.com: New files.
16132
16133 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16134
16135         * Makefile.in (taz): tex3patch moved to texinfo/util.
16136
16137 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16138
16139         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16140         * configure.in: remove make from disable-if-Can-Cross list
16141                 enable gdb if ${host} and ${target} are cygwin32
16142
16143 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16144
16145         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16146         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16147
16148 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16149
16150         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16151         distinguish sysv/svr4/bsd variants.
16152         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16153
16154 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16155
16156         * configure.in: Added copyright notice.
16157         * move-if-change: Added copyright notice.
16158
16159 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16160
16161         * configure.in (powerpcle-*-solaris*): Until we get shared
16162         libraries working, don't build gdb, sim, make, tcl, tk, or
16163         expect.
16164
16165 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16166
16167         * config.guess:  Merge with FSF:
16168
16169         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16170         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16171
16172         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16173         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16174
16175         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16176         * config.guess:  Combine two OSF1 rules.
16177         Also recognize field test versions.  From mjr@zk3.dec.com.
16178         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16179         because GNU uname does not support -p.  From pmr@pajato.com.
16180
16181 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16182
16183         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16184
16185 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16186
16187         * mpw-README: Document GCCIncludes.
16188
16189 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16190
16191         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16192
16193 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16194
16195         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16196
16197 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16198
16199         * configure.in (*-*-cygwin32): Configure make.
16200
16201 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16202
16203         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16204
16205 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16206
16207         * Makefile.in (all-inet): Depend on all-perl.
16208
16209         * Makefile.in (inet-install): New target.
16210
16211         * Makefile.in (all-inet): Depend on all-tcl.
16212         (all-inet): Depend on all-send-pr.
16213
16214 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16215
16216         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16217         temporarily.
16218
16219 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16220
16221         * configure.in: Don't configure --with-gnu-ld on AIX.
16222
16223 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16224
16225         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16226
16227 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16228
16229         * Makefile.in (ALL_MODULES): Added all-inet.
16230         (CROSS_CHECK_MODULES): Added check-inet.
16231         (INSTALL_MODULES): Added install-inet.
16232         (CLEAN_MODULES): Added clean-inet.
16233         (all-indent): New target.
16234
16235         * configure.in (host_tools): Added inet.
16236         (native_only): Added inet.
16237         (noconfigdirs): Added inet.
16238
16239 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16240
16241         * configure.in: Don't configure libgloss if we are not configuring
16242         newlib.
16243
16244 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16245
16246         * configure.in: Don't configure libgloss for unsupported
16247         architectures.
16248
16249 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16250
16251         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16252
16253 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16254
16255         * Makefile.in (ALL_MODULES): Include all-apache.
16256         (CROSS_CHECK_MODULES): Include check-apache.
16257         (INSTALL_MODULES): Include install-apache.
16258         (all-apache): New target.
16259
16260         * configure.in: Added apache everywhere perl is seen.
16261
16262 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16263
16264         * Makefile.in: Add support for clean-{module} and
16265         clean-target-{module} rules.
16266
16267 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16268
16269         * configure.in (*-*-ose) do not build libgloss.
16270
16271 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16272
16273         * config.guess (prep*:SunOS:5.*:*): Turn into
16274         powerpele-unknown-solaris2.
16275
16276 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16277
16278         * configure.in: Permit --enable-shared to specify a list of
16279         directories.
16280
16281 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16282
16283         * configure.in (host==solaris): Pass only the first word of $CC
16284         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16285
16286 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16287
16288         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16289
16290 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16291
16292         * Makefile.in (ALL_MODULES): Include all-perl.
16293         (CROSS_CHECK_MODULES): Include check-perl.
16294         (INSTALL_MODULES): Include install-perl.
16295         (ALL_X11_MODULES): Include all-guile.
16296         (CHECK_X11_MODULES): Include check-guile.
16297         (INSTALL_X11_MODULES): Include install-guile.
16298         (all-perl): New target.
16299         (all-guile): New target.
16300
16301         * configure.in (host_tools): Include perl and guile.
16302         (native_only): Include perl and guile.
16303         (noconfigdirs): Don't build guile and perl; no ports have been
16304         done.
16305
16306 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16307
16308         * configure (--enable-*): Handle quoted option lists such as
16309         --enable-sim-cflags='-g0 -O' better.
16310
16311 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16312
16313         * Makefile.in ({,inst}all-target): New rule so we can make and
16314         install all of the target directories easily.
16315
16316 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16317
16318         * configure.in: Add missing global flag in sed substitution when
16319         deleting `target-' from ${configdirs}.
16320
16321 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16322
16323         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16324         option.
16325
16326         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16327         config/mh-necv4.
16328
16329         * install.sh: Correct misspelling of transformbasename.
16330
16331         * config.guess: Recognize mips-*-sysv*.
16332
16333 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16334
16335         * config.sub: Recognize mon960.
16336
16337 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16338
16339         * configure: Restore Canadian Cross handling of BISON and LEX,
16340         removed in Feb 20 change.
16341
16342 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16343
16344         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16345         Mention make install.  Remove the old copyright date as well the
16346         clumsy and rather pointless copyright on the README file.
16347
16348 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16349
16350         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16351         Makefile after running symlink-tree, then run `make distclean' to
16352         avoid clobbering any generated files in srcdir.
16353
16354 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16355
16356         * configure.in (m68k-*-netbsd*): Build everything now.
16357
16358 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16359
16360         * Makefile.in (taz): Fix quoting.
16361
16362 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16363
16364         * configure.in (sparclet-*-*): Build everything now.
16365
16366 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16367
16368         * configure.in (m68k-*-linux*): New host.
16369
16370 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16371
16372         * configure: Check for bison before byacc.
16373
16374 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16375
16376         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16377         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16378         searching PATH.  These are used as fallbacks by Makefile.in if
16379         flex/bison/byacc aren't in objdir.
16380
16381 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16382
16383         * Makefile.in: Make everything which depends upon all-bfd also
16384         depend upon all-opcodes, in case --with-commonbfdlib is used.
16385
16386 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16387
16388         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16389         building NT native compilers on Unix.
16390
16391 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16392
16393         * configure.in: Don't get CC from the host Makefile fragment if we
16394         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16395         Solaris test for /usr/ucb/cc to the post target script, just after
16396         the compiler sanity test.
16397
16398 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16399
16400         * config.sub: Merge with FSF.
16401
16402 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16403
16404         * Makefile.in (RPATH_ENVVAR): New variable.
16405         (REALLY_SET_LIB_PATH): Use it.
16406         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16407
16408 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16409
16410         * config.sub, configure.in: Recognize sparclet cpu.
16411
16412 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16413
16414         * config.guess:  Support m68k-cbm-sysv4.
16415
16416 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16417
16418         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16419         m68k-unknown-linuxaout from linker help string.  Put quotes around
16420         $ld_help_string.
16421
16422 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16423
16424         * config.guess (powerpc-harris-powerunix): Add guess for port
16425         to new target.
16426
16427 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16428
16429         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16430
16431 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16432
16433         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16434         $(REALLY_SET_LIB_PATH) in Makefile.
16435         * Makefile.in (SET_LIB_PATH): New variable.
16436         (REALLY_SET_LIB_PATH): New variable.
16437         ($(DO_X)): Use $(SET_LIB_PATH).
16438         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16439         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16440         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16441         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16442         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16443         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16444         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16445         (install-dosrel): Likewise.
16446         (all-opcodes): Depend upon all-libiberty.
16447
16448 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16449
16450         * config.guess (*:CYGWIN*): New
16451
16452 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16453
16454         * Makefile.in (all-target-winsup): All all-target-libiberty.
16455
16456 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16457
16458         * configure.in (noconfigdirs): Add missing # in front of comment.
16459
16460 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16461
16462         * configure.in: add second pass to things added to noconfigdirs
16463         so *-gm-magic can exclude libgloss properly.
16464
16465 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16466
16467         * mpw-configure (extralibs_name, rez_name): Set correctly
16468         for MWC68K compiler.
16469
16470         * mpw-README: Add more info on the necessary build tools.
16471
16472 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16473
16474         * configure.in, config.sub: Recognize cygwin32.
16475
16476 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16477
16478         * config.guess, config.sub: Recognize A/UX.
16479
16480 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16481
16482         * config.sub: Merge with gcc/config.sub.
16483
16484 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16485
16486         * mpw-build.in (do-binutils): Add build of stamps.
16487
16488 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16489
16490         * config.sub: Add recognition for mips64vr4100*-* targets.
16491
16492 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16493
16494         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16495         Add creation of gconfigargs with `--enable-shared' turned on.
16496         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16497         ($(host)-stamp-stage3-configured): Likewise.
16498         (HOLES): Add chatr and ldd.
16499         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16500
16501 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16502
16503         * configure: Pass --nfp to recursive configures.
16504
16505 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16506
16507         * Makefile.in (DLLTOOL): New.
16508         (DLLTOOL_FOR_TARGET): New.
16509         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16510         (EXTRA_TARGET_FLAGS): Ditto.
16511         (EXTRA_GCC_FLAGS): Ditto.
16512         (CONFIGURE_TARGET_MODULES): Ditto.
16513         (DO_X): Ditto.
16514         * configure: Add DLLTOOL.
16515
16516 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16517
16518         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16519         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16520         mh-sco, since old workarounds no longer needed, and don't
16521         build ld, since libraries have weak symbols in COFF.
16522
16523 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16524
16525         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16526
16527 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16528
16529         * configure.in: Make sure that ${CC} can be used to compile an
16530         executable.
16531
16532 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16533
16534         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16535         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16536         nothing depending on whether gdbtk is being built.
16537
16538 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16539
16540         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16541
16542 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16543
16544         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16545         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16546
16547 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16548
16549         * config-ml.in: Add support for
16550         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16551         Simplify setting of multidirs from --disable-foo.
16552
16553 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16554
16555         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16556         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16557         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16558         non-empty, pass them on to the  GCC make.
16559         (all-bootstrap): New rule that is like all-gcc, except it executes
16560         the GCC bootstrap rule instead of the GCC all rule.
16561
16562 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16563
16564         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16565
16566 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16567
16568         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16569         DG/UX support.
16570
16571 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16572
16573         * config.sub (i*86*) Change [345] to [3456]
16574
16575 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16576
16577         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16578         --with-gnu-ld=no.
16579
16580 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16581
16582         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16583         AIX multilibs get built.
16584
16585 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16586
16587         * configure.in (i386-win32): Don't build expect if we're not
16588         building the tcl subdir.
16589
16590 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16591
16592         * Makefile.in: (configure-target-examples, all-target-examples):
16593         New targets, configure and build example programs.
16594
16595 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16596
16597         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16598         use it as input to sedit the generated MPW makefile.
16599         * mpw-README: Add a suggestion about Gestalt.h.
16600
16601 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16602
16603         * config.sub: Accept *-*-ieee*.
16604
16605 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16606
16607         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16608         Ronald F. Guilmette <rfg@monkeys.com>.
16609
16610 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16611
16612         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16613         for powerpc-pe native.
16614         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16615         (target==powerpc-pe): duplicate i386-win32 entry.
16616
16617 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16618
16619         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16620         of vxworks, not just vxworks5.1.
16621
16622 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16623
16624         * mpw-configure: Add support for exec-prefix.
16625
16626 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16627
16628         * config.guess: Recognize HP model 816 machines as having
16629         a PA1.1 processor.
16630
16631 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16632
16633         * configure: Ignore new autoconf configure options.
16634
16635 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16636
16637         * config.guess:  Recognize Pentium under SCO.
16638         From Robert Lipe <robertl@arnet.com>.
16639
16640 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16641
16642         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16643
16644 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16645
16646         * configure.in: Don't configure gas for alpha-dec-osf*.
16647
16648 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16649
16650         * configure.in: Default to --with-stabs for some targets for which
16651         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16652         i[345]86*-*-unixware*.
16653
16654 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16655
16656         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16657         rather than basing it on the target.  Simplify handling of options
16658         controlling which directories to configure.  Remove extraneous
16659         slash in multi-clean target.
16660
16661 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16662
16663         * config-ml.in: Prefix more variables with ml_ so they don't collide
16664         with configure's.
16665
16666 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16667
16668         * configure: Don't turn -v into --v.
16669
16670 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16671
16672         * configure.in (targargs): Fix typo.
16673
16674         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16675
16676 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16677
16678         * configure.in: Strip --host and --target options from
16679         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16680         --with-cross-host option when building with a cross-compiler.
16681         * configure: Canonicalize the arguments put into config.status by
16682         always using `=' for an option with an argument.  Pass a presumed
16683         --host or --target explicitly.
16684
16685 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16686
16687         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16688         into general OS recognition case.
16689
16690 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16691
16692         * configure.in (target_configdirs): add target-winsup only
16693         for win32 target systems.
16694
16695 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16696
16697         * Makefile.in (all-target-libgloss): Depend upon
16698         configure-target-newlib, since when libgloss is built it looks to
16699         see if the newlib directory exists.
16700
16701 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16702
16703         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16704         cfg-ml-*.in.
16705
16706 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16707
16708         * configure: Handle LD and LD_FOR_TARGET when configuring a
16709         Canadian Cross.
16710
16711 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16712
16713         * configure.in (target_libs): add target-winsup.
16714         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16715         (target==ppcle-pe): remove ld from $noconfigdirs.
16716
16717 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16718
16719         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16720         Preserve relative path names in $srcdir.  Build symlink tree if
16721         configuring cross target dir and srcdir=. (= no VPATH support).
16722         (configure-target-libg++): Depend on configure-target-librx.
16723         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16724         * config-ml.in: New file.
16725         * symlink-tree: New file.
16726         * configure: Ensure srcdir="." if that's what it is.
16727
16728 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16729
16730         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16731         includes and FLEX_SKELETON setting.
16732         * mpw-configure (--with-gnu-ld): New option, controls whether
16733         to use PPCLink or ld with PowerMac GCC.
16734         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16735         * mpw-config.in: Configure grez if targeting Mac.
16736
16737         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16738         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16739         just macos.
16740         * configure.in: Configure grez resource compiler if targeting Mac.
16741         * Makefile.in (all-grez, install-grez): New targets.
16742
16743 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16744
16745         * configure: CXX defaults to gcc, not g++.  If we find
16746         gcc in the path, set CC to gcc -O2.
16747
16748 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16749
16750         * configure: Default ${build} correctly.  Avoid picking up extra
16751         spaces when reading CC and CXX from Makefile.  When doing a
16752         Canadian Cross, use plausible default values for numerous
16753         variables.
16754         * configure.in: When doing a Canadian Cross, don't try to
16755         configure tools whose configure script can't handle it.
16756
16757 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16758
16759         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16760
16761 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16762
16763         * configure:  Remove dubious bug reporting address.
16764
16765 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16766
16767         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16768         configure script, run that instead of this directory's configure.
16769         In either case, print a message that we're configuring the sub-dir.
16770
16771 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16772
16773         * configure.in: Before checking for the existence of various files,
16774         use sed to filter out "target-".
16775
16776 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16777
16778         * Makefile.in (DO_X): Split rule to decrease command line length
16779         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16780         (Philippe De Muyter).
16781
16782 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16783
16784         * Makefile.in (all-patch): depend on all-libiberty.
16785
16786 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16787
16788         * configure.in: If the only directory in target_configdirs which
16789         actually exists is libiberty, then set target_configdirs to empty,
16790         to avoid trying to build a target libiberty in a gas or gdb
16791         distribution.
16792
16793 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16794
16795         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16796         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16797         systems.
16798
16799 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16800
16801         * configure.in (copy_dirs): Use sys-include instead of include
16802         for --with-headers option.
16803
16804 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16805
16806         * Makefile.in, configure.in: Make winsup builds work with
16807         new scheme.
16808
16809 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16810
16811         * configure.in: Build the linker on AIX.
16812
16813 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16814
16815         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16816         where needed.
16817
16818 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16819
16820         * Makefile.in (all-gcc): Fix typo.
16821
16822 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16823
16824         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16825
16826 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16827
16828         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16829         to target-xiberty, to provide more flexibility.
16830         (target_subdir):  Define.  Create if cross.
16831         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16832         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16833         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16834         check-libFOO -> check-target-libFOO, etc.
16835         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16836         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16837         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16838         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16839         allow ALL_GCC="" to only configure.
16840         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16841         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16842         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16843
16844 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16845
16846         * Makefile.in (taz): Build "info" in etc explicitly.
16847
16848 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16849
16850         * configure.in:  Make sure that CC is undefined (as opposed to
16851         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16852         problem with autoconf trying to configure on a host without GCC.
16853
16854 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16855
16856         * mpw-configure: Set host alias from choice of host compiler,
16857         only use generic MPW Makefile sed if present, edit a file
16858         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16859         * mpw-README: Add problem notes about CW6 and CW7.
16860
16861 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16862
16863         * Makefile.in (taz): Use ";" instead of ";;".
16864
16865 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16866
16867         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16868         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16869         DISTDOCDIRS.
16870         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16871         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16872
16873 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16874
16875         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16876         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16877         Move bfd to DISTSTUFFDIRS.
16878
16879 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16880
16881         * Makefile.in (X11_LIB): Removed.
16882         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16883
16884         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16885
16886 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16887
16888         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16889         names.
16890
16891 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16892
16893         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16894
16895 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16896
16897         * configure.in (i[345]86-*-win32): Always build newlib.
16898         Don't configure cvs, autoconf or texinfo.
16899         * Makefile.in (LD_FOR_TARGET): New.
16900         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16901         Pass down LD_FOR_TARGET.
16902
16903 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16904
16905         * winsup: New directory.
16906         * Makefile.in: Build winsup.
16907         * configure.in: Winsup is configured when target is win32.
16908         Can only build win32 target GDB when native.
16909
16910 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16911
16912         * config.guess: Recognize HP model 819 machines as having
16913         a PA 1.1 processor.
16914
16915 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16916
16917         * configure: Fix sed loop which substitutes for CC and CXX to
16918         avoid bug found in various sed implementations.
16919
16920 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16921
16922         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16923         simulator.  Use standard powerpc-*-eabi*.
16924
16925 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16926
16927         * configure.in: Stop putting gas and binutils in noconfigdirs for
16928         powerpc-*-aix* and rs6000-*-*.
16929
16930 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16931
16932         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16933         -mcall-aixdesc libraries.
16934
16935 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16936
16937         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16938
16939         * config.sub (arm | armel | armeb): Fix shell syntax.
16940
16941 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16942
16943         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16944         -msoft-float and -mcpu=common support.
16945         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16946         libraries.
16947
16948 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16949
16950         * configure.in: Allow configuration and build of emacs19 for the alpha.
16951
16952 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16953
16954         * configure.in (CC): Get ^CC, not just any old CC, from
16955         ${host_makefile_frag}.
16956
16957 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16958
16959         * configure.in (CC): Try to get CC from
16960         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16961
16962 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16963
16964         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16965         only if it exists in $(srcdir).
16966
16967 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16968
16969         * configure: If CC and CXX are not set in the environment, set
16970         them, based on either an existing Makefile or on searching for gcc
16971         in PATH.  Substitute for CC and CXX in Makefile.
16972         * configure.in: Remove libm from target_libs.  Separate
16973         target_configdirs from configdirs.  If CC is not set in
16974         environment, try to get it from a host Makefile fragment.  Rewrite
16975         changes of configdirs to use skipdirs instead.  A few minor
16976         tweaks.  Take directories out of target_configdirs as they are
16977         taken out of configdirs.  Remove existing Makefile files from
16978         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16979         CONFIG_ARGUMENTS in Makefile.
16980         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16981         by configure.in.
16982         (CONFIG_ARGUMENTS): Likewise.
16983         (CONFIGURE_TARGET_MODULES): New variable.
16984         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16985         ($(CONFIGURE_TARGET_MODULES)): New target.
16986         (configure-libg++, configure-libio): New targets.
16987         (all-libg++): Depend upon configure-libg++.
16988         (all-libio): Depend upon configure-libio.
16989         (configure-libgloss, all-libgloss): New targets.
16990         (configure-libstdc++): New target.
16991         (all-libstdc++): Depend upon configure-libstdc++.
16992         (configure-librx, all-librx): New targets.
16993         (configure-newlib): New target.
16994         (all-newlib): Depend upon configure-newlib
16995         (configure-xiberty): New target.
16996         (all-xiberty): Depend upon configure-xiberty.
16997
16998 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16999
17000         * configure.in (host i[345]86-*-win32):  Expand the
17001         noconfigdirs again.
17002
17003 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
17004
17005         * mpw-configure: Fix sed command file name.
17006
17007 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17008
17009         * configure.in (host i[345]86-*-win32): Reduce the
17010         noconfigdirs again.
17011
17012 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17013
17014         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17015         or powerpc*-*-pe*, since they are not yet supported.
17016
17017 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17018
17019         Add PowerMac support and many other enhancements.
17020         * mpw-configure: New option --cc to select compiler to use,
17021         paste options set according to --cc into the generated
17022         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17023         if mpw-make.sed is present.
17024         * mpw-config.in: Don't test for gC1, test for mpw-touch,
17025         add forward includes for PowerPC include files.
17026         * mpw-build.in: Build using Makefile.PPC if present.
17027         (do-byacc, etc): Remove separate version resource builds.
17028         (do-gas): Build "stamps" before "all".
17029         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17030         * mpw-README: Update to reflect --cc option, PowerMac support,
17031         and recently-reported compatibility problems.
17032
17033 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17034
17035         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17036         embedded m68k systems (-aout, -coff, -elf, -vxworks).
17037         (--with-multilib-top): Pass to recursive invocations.
17038
17039 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17040
17041         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17042         v810-*-*.
17043
17044 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17045
17046         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17047         gdb, ld and opcodes on v810-*-*.
17048
17049 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17050
17051         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17052         (local-maintainer-clean): New target.
17053         (maintainer-clean): New target.
17054         (realclean): Just depend upon maintainer-clean.
17055
17056 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17057
17058         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17059
17060 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17061
17062         * configure.in: Build ld in mips*-*-bsd* case.
17063
17064 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17065
17066         * config.sub: Accept -lites* OS.  From Ian Dall.
17067
17068 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17069
17070         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17071         targets.
17072
17073 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17074
17075         * configure.in: treat i386-win32 canadian cross the same as
17076         i386-go32 canadian cross.
17077
17078 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17079
17080         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17081         running under the simulator to build a reduced set of libraries.
17082         (powerpc-*-eabiaix): Add fine grained multilib support added to
17083         other powerpc targets yesterday.
17084
17085 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17086
17087         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17088         -disable-softfloat, -disable-relocatable, -disable-aix, and
17089         -disable-sysv to control which multilib libraries get built.
17090
17091 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17092
17093         * configure: Add Makefile.tem to list of files to remove in trap
17094         handler.
17095
17096 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17097
17098         * config.guess (*Linux*):  Add missing "exit"s.
17099         Also, need specific check for alpha-unknown-linux (uses COFF).
17100
17101 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17102
17103         * config.guess:  Merge with FSF:
17104
17105         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17106         * config.guess (AIX4): More robust release numbering discovery.
17107
17108         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17109         * config.guess (i386-sequent-ptx): Properly get version number.
17110
17111         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17112         * config.guess (mips:*:4*:UMIPS): New case.
17113
17114 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17115
17116         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17117         (i386-win32 host): Likewise.  Don't build readline.
17118
17119 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17120
17121         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17122         SUPPORT_FILES to submakes.
17123
17124 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17125
17126         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17127         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17128         mpw-configure.
17129
17130 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17131
17132         * configure.in (appdirs): Use =, not ==, in test expression when
17133         trying to build the text to print in the warning message for
17134         Solaris users.
17135
17136 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17137
17138         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17139
17140 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17141
17142         * config.guess: Recognize lynx-2.3.
17143
17144 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17145
17146         * config.sub (z8ksim): Deleted
17147         (z8k-*-coff): New, this is the one true name of the target.
17148
17149 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17150
17151         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17152
17153 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17154
17155         * config.guess (*:Linux:*:*): First try asking the linker what the
17156         default object file format is (elf, aout, or coff).  Then if this
17157         fails, try previous methods.
17158
17159 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17160
17161         * configure.in: Don't build newlib for *-*-vxworks5.1.
17162
17163 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17164
17165         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17166         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17167
17168 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17169
17170         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17171
17172 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17173
17174         * cfg-ml-com.in: New file.
17175         * cfg-ml-pos.in: New file.
17176
17177 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17178
17179         * COPYING.NEWLIB: Add HP free copyright to list.
17180
17181 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17182
17183         * config.sub: Recognize -eabi* for the system, not just -eabi.
17184
17185 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17186
17187         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17188         * config.sub, configure.in (win32): New target and host.
17189
17190 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17191
17192         * configure.in: Add i386-pe configuration.
17193
17194 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17195
17196         * mpw-build.in (install): Install GDB after LD.
17197
17198 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17199
17200         * mpw-config.in (elf/mips.h): Always forward-include, needed
17201         for GDB to build.
17202
17203 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17204
17205         * testsuite: New directory for customer acceptance and whole tool
17206         chain tests.
17207
17208 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17209
17210         * configure: If per-host line isn't found, but AC_OUTPUT is found
17211         and a configure script exists, run it instead.
17212
17213 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17214
17215         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17216
17217 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17218
17219         * configure: Set build_{cpu,vendor,os,alias} to host values when
17220         --build isn't specified.
17221
17222 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17223
17224         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17225         (FLAGS_TO_PASS): Pass them.
17226         (EXTRA_TARGET_FLAGS): Ditto.
17227
17228 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17229
17230         * Makefile.in (all-libg++): Depend on all-libstdc++.
17231
17232 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17233
17234         * configure.in (noconfigdirs): Enable all packages for
17235           i386-unknown-netbsd.
17236
17237 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17238
17239         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17240         hosted builds (DOS builds)
17241
17242 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17243
17244         Changes for ARM based on patches from Richard Earnshaw:
17245         * config.sub: Handle armeb and armel.
17246         * configure.in: Omit arm linker only for riscix.
17247
17248 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17249
17250         * config.guess:  Update from FSF.
17251
17252 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17253
17254         * config.sub: Recognize powerpcle as the little endian variant of
17255         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17256         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17257         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17258         temporarily.
17259
17260 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17261
17262         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17263
17264 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17265
17266         * config.sub: Accept -lites* as a basic system type.
17267
17268 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17269
17270         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17271         installed, and if so return linuxoldld as the system name.
17272
17273 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17274
17275         * config.guess: Add hppa1.1-hp-lites support.
17276
17277 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17278
17279         * configure.in: Don't build newlib for m68k-vxworks5.1.
17280
17281 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17282
17283         * configure.in (mips-sgi-irix6): Use mh-irix5.
17284
17285 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17286
17287         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17288
17289 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17290
17291         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17292         OSF/1.  Fix compiler flags.
17293         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17294
17295 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17296
17297         * configure.in: Recognize --with-newlib.
17298         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17299
17300 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17301
17302         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17303         to *_X11_MODULES due to gdbtk needing X include files et al.
17304
17305 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17306
17307         Merge in support for Mac MPW as a host.
17308         (Old change descriptions retained for informational value.)
17309
17310         * mpw-config.in: Add generic include forwards for cpu-specific
17311         include files in aout and elf directories.
17312
17313         * mpw-configure: Added copyright.
17314         * mpw-config.in: Check for presence of required build tools.
17315         (target_libs): Add newlib.
17316         (target_tools): Add examples.
17317         (Read Me): Generate as "Read Me for MPW" instead.
17318         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17319         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17320         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17321
17322         * mpw-configure: Remove subdir-specific makefile hackery,
17323         delete mk.tmp after using it.
17324
17325         * mpw-build.in (all): Display start and end times.
17326
17327         * mpw-configure (host_canonical): Set.
17328         (target_cpu): Always add to makefiles.
17329         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17330         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17331         (mpw-mh-mpw): Look for in srcdir and srcroot.
17332         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17333
17334         * mpw-build.in: (install-only): New target.
17335
17336         * mpw-configure (host_alias, target_alias): Rename from hostalias
17337         and targetalias, add into generated Makefile.
17338         (mk.tmp): If present, add into generated Makefile.
17339         * mpw-build.in (all-gas): Build config.h first before gas proper.
17340
17341         * mpw-configure (config.status): Write only if changed.
17342         * mpw-config.in (readline): Configure it (not built, just used for
17343         definitions).
17344
17345         * mpw-config.in (elf/mips.h): Add a forward include.
17346
17347         * mpw-config.in: Forward-include most .h files in include into
17348         extra-include.
17349         (readline): Don't build.
17350         mpw-build.in (install): Install GDB.
17351
17352         * mpw-configure (prefix, mpw_prefix): Handle it.
17353         * mpw-config.in (mmalloc, readline): Don't configure.
17354         * mpw-build.in (thisscript): Rename to ThisScript.
17355         Use mpw-build instead of BuildProgram everywhere.
17356         (mmalloc, readline): Don't build.
17357         * mpw-README: New file, basic documentation about the MPW port.
17358
17359         * mpw-config.in: Use forward-include to create include files.
17360
17361         * mpw-configure: Add more things to the top of each configured
17362         Makefile, including contents of config/mpw-mh-mpw.
17363         * mpw-config.in (extra-include): Create this directory and fill it
17364         with Posix-like include files when configuring.
17365
17366         * config.sub (apple, mac, mpw): Add various aliases.
17367
17368         * mpw-build.in: New file, top-level build script fragment for MPW.
17369         * mpw-configure: New file, configure script for MPW.
17370         * mpw-config.in: New file, config fragment for MPW.
17371
17372 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17373
17374         * configure.in (host_libs): Remove glob, since it is gone from the
17375         sources.
17376
17377 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17378
17379         * Makefile.in: define empty GDB_NLM_DEPS var.
17380
17381         * configure.in(target_makefile_frag): use config/mt-netware
17382         for netware targets.
17383
17384 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17385
17386         * config.sub: Merge in recent FSF changes.  Remove linux special
17387         cases.
17388
17389 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17390
17391         Revert this change:
17392
17393         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17394
17395                 * build-all.mk: Use CC=cc -Xs on Solaris.
17396
17397 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17398
17399         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17400         stop using it.
17401         * Makefile.in: Nuke all references to glob subdirectory.
17402
17403 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17404
17405         * configure.in: Fix --enable-shared logic in per-host.
17406
17407 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17408
17409         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17410
17411 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17412
17413         * configure.in (noconfigdirs): Don't build gas on AIX, for
17414         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17415
17416 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17417
17418         * configure: Fix --cache-file to work if the file argument is a
17419         relative path.
17420
17421 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17422
17423         * configure: If the --cache-file is used, pass it down to
17424         configure in subdirectories.
17425
17426 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17427
17428         * config.sub: add vxworks29k configuration.
17429
17430 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17431
17432         * Makefile.in (taz): Do "diststuff" part quietly.
17433
17434 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17435
17436         * config.sub: Mini-merge with gcc/config.sub.
17437
17438 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17439
17440         * config.guess (IRIX): Sed - to _.
17441
17442 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17443
17444         * Makefile.in (source-vault, binary-vault): New targets.
17445
17446 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17447
17448         * config.sub: Recognize -eabi as a basic system type.
17449
17450 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17451
17452         * configure.in (enable_shared stuff): Fix typo.
17453
17454 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17455
17456         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17457
17458 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17459
17460         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17461
17462 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17463
17464         * configure.in (rs6000-*-*): Don't build gas.
17465
17466 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17467
17468         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17469         reduce command line length.
17470         (AS_FOR_TARGET): Check for as.new, not Makefile.
17471         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17472
17473 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17474
17475         * config.guess:  Merge from FSF.
17476
17477 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17478
17479         * configure: Don't use $ when handling program_suffix.
17480
17481 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17482
17483         * configure.in:  Configure tk for hppa/hpux.
17484
17485 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17486
17487         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17488
17489 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17490
17491         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17492         to LIBCXXFLAGS.  Tests are better run without it.
17493
17494 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17495
17496         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17497
17498 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17499
17500         * configure.in (*-*-netware*): Don't configure xiberty.
17501
17502 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17503
17504         * configure.in:  Remove tk from native_only list.
17505
17506 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17507
17508         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17509           for special NCD build.
17510
17511 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17512
17513         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17514         makeall.bat, they're only useful for binutils snapshots.
17515         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17516         makeall.bat to specified SUPPORT_FILES.
17517
17518 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17519
17520         * build-all.mk: Add Ericsson targets to sun4 and solaris
17521           hosts.  Add  BNR's sun4 target to solaris host, so their
17522           build-from-source will be tested in-house first.
17523
17524 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17525
17526         * Makefile.in (LIBCFLAGS): New variable.
17527         (CFLAGS_FOR_TARGET): Ditto.
17528         (LIBCFLAGS_FOR_TARGET): Ditto.
17529         (LIBCXXFLAGS): Ditto.
17530         (CXXFLAGS_FOR_TARGET): Ditto.
17531         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17532         (BASE_FLAGS_TO_PASS): Pass them.
17533         (EXTRA_TARGET_FLAGS): Ditto.
17534
17535         * configure.in: Support --enable-shared.
17536
17537 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17538
17539         * configure.in (target_libs):  Include libstdc++ again.
17540         * config.guess:  Update from FSF (for FreeBSD).
17541
17542 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17543
17544         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17545         makeall.bat.
17546         (DISTDOCDIRS): Add `etc'.
17547         (ETC_SUPPORT_PFX): New variable.
17548         (taz): Include anything from etc starting with a word in
17549         ETC_SUPPORT_PFX.
17550
17551 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17552
17553         * config.sub: Update for recent FSF changes.  Remove obsolete
17554         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17555         spacing changes.
17556
17557 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17558
17559         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17560
17561         * config.guess:  Merge with FSF.
17562         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17563
17564 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17565
17566         * configure: Since the "trap 0" handler will override the exit
17567         status on many systems, only use it for "exit 1", and make it set
17568         a non-zero exit status; reset it before "exit 0".  Also, check
17569         exit status of config.sub, and error out if it failed.
17570
17571 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17572
17573         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17574         and install libgloss.
17575
17576 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17577
17578         * Makefile.in (all-binutils): Depend upon all-byacc.
17579
17580         * configure.in: Don't build emacs on Irix 5.
17581
17582 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17583
17584         * configure.in (*-*-netware*): Add libio.
17585
17586 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17587
17588         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17589         (CHECK_TARGET_MODULES): Ditto.
17590         (INSTALL_TARGET_MODULES): Ditto.
17591         (TARGET_LIBS): Ditto.
17592         (all-libstdc++): Note dependencies.
17593
17594 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17595
17596         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17597
17598 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17599
17600         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17601         -fexternal-templates.
17602
17603         * configure.in (target_libs): Add libstdc++.
17604         (noconfigdirs): Add libstdc++ as appropriate.
17605
17606 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17607
17608         * config.guess:  Update from FSF.
17609
17610 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17611
17612         * configure: Use ${config_shell} when running ${configsub}.
17613
17614 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17615
17616         * config.sub: No longer recognize h8300h.
17617
17618 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17619
17620         * config.sub: Remove extraneous differences between config.sub and
17621         gcc/config.sub.
17622
17623 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17624
17625         * Makefile.in (DISTSTUFFDIRS): Add gas.
17626
17627 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17628
17629         * COPYING.NEWLIB: New file.
17630
17631 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17632
17633         * config.guess (HP-UX):  Patch from Harlan Stenn
17634         <harlan@landmark.com> to also emit release level.
17635
17636 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17637
17638         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17639
17640 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17641
17642         * config.sub:  Merge nextstep cleanup from FSF.
17643
17644 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17645
17646         * configure.in (arm-*-*): Don't configure ld for this target.
17647
17648 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17649
17650         * configure.in (*-*-netware): don't configure libg++, libio,
17651           librx, or newlib.
17652
17653 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17654
17655         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17656         configure ld--it works, but it doesn't support shared libraries.
17657
17658 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17659
17660         * config.guess (*-unknown-freebsd*):  Get rid of possible
17661         trailing "(Release)" in version string.
17662         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17663
17664 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17665
17666         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17667         Fix type: *-next-neststep -> *-next-nextstep.
17668
17669         * config.guess:  Merge from FSF:
17670
17671         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17672
17673         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17674
17675         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17676
17677         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17678         instead of UNIX_SV for UnixWare 1.0).
17679
17680 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17681
17682         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17683         to make gdb/nlm/* build after the compiler and linker.
17684
17685 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17686
17687         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17688         not just i[34]86.
17689         (m68k-atari-sysv4):  Relocate to match FSF version.
17690
17691         * config.guess:  More merges from the FSF:
17692
17693         Add a space before function call or macro invocation.
17694
17695         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17696
17697         * config.guess: Add trap cmd to remove dummy.c and dummy when
17698         interrupted.
17699
17700         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17701
17702         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17703         (dummy): Redirect stderr from compilation of dummy.c.
17704
17705         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17706
17707         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17708
17709 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17710
17711         * configure: Accept and ignore --cache*, for compatibility with
17712         new autoconf.
17713
17714 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17715
17716         * config.guess:  Merge from FSF:
17717
17718         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17719
17720         * config.guess (Pyramid*:OSx*:*:*): New case.
17721         (PATH): Add /.attbin at end for finding uname.
17722         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17723
17724         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17725
17726         * config.guess (M88*:DolphinOS:*:*): New case.
17727
17728         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17729
17730         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17731         to select whether to use ELF or COFF.
17732
17733         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17734
17735         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17736
17737         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17738
17739         * config.guess: Guess the OS version for HPUX.
17740
17741         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17742
17743         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17744
17745 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17746
17747         * configure.in: Recognize --with-headers, --with-libs, and
17748         --without-newlib.
17749         * Makefile.in (all-xiberty): Depend upon all-ld.
17750
17751 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17752
17753         * configure.in: Change i[34]86 to i[345]86.
17754
17755 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17756
17757         * configure (version): A few more tweaks to help message.
17758
17759 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17760
17761         * Makefile.in:  Remove (for now) librx as a host library,
17762         now that we're building it for target.
17763
17764 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17765
17766         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17767         (Karl Berry).
17768
17769 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17770
17771         * configure.in:  Also configure librx.
17772
17773 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17774
17775         * Makefile.in:  Update various rules to reflect that librx
17776         is now needed for libg++.
17777
17778 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17779
17780         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17781
17782 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17783
17784         * configure.in: Configure the examples directory.
17785
17786 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17787
17788         * configure: Simplify Jun 2 1994 change.
17789
17790 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17791
17792         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17793         /bin/gcc isn't good enough to build gcc.
17794
17795 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17796
17797         * Makefile.in (GDB_SUPPORT_FILES): Remove
17798         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17799         (gdb.tar.gz): Add new rule to use standard distribution building
17800         mechanism.
17801
17802 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17803
17804         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17805         Bill Cox <bill@cygnus.com>.
17806
17807 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17808
17809         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17810
17811 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17812
17813         * configure:  Search current dir first in .gdbinit.
17814
17815 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17816
17817         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17818
17819 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17820
17821         * config.sub:  Refer to NeXT's operating system as nextstep.
17822
17823         * config.sub (case $basic_machine):  Re-order the cases, to match
17824         the order in the FSF version (which is mostly alphabethical).
17825         Merge in some additions and changes from the FSF.
17826
17827 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17828
17829         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17830         * config.sub: Recognize cxux7.
17831         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17832
17833 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17834
17835         * config.sub:  Fix typo powerpc -> powerpc-*.
17836
17837 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17838
17839         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17840
17841         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17842         parallel with all-emacs and install-emacs).  Top-level command
17843         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17844
17845 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17846
17847         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17848         $(relbindir)/make before doing ``make install'', and use
17849         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17850         installing over running make binary.
17851         ($(host)-stamp-stage3-installed): Likewise.
17852
17853 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17854
17855         * config.guess: Recognize Mach.
17856
17857 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17858
17859         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17860         see whether --exec-prefix was used.
17861
17862 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17863
17864         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17865
17866 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17867
17868         * Makefile.in: Add all-librx target similar to all-libproc.
17869
17870 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17871
17872         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17873         with post 1.2 uname bogosity.
17874
17875 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17876
17877         * configure: Remove temporary files on receipt of a signal.
17878
17879 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17880
17881         * configure: If there is a package_makefile_frag, remove
17882         ${subdir}/Makefile.tem after copying it in.
17883
17884 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17885
17886         * build_all.mk: support rs6000 lynx identifies itself as
17887         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17888         since /bin/gcc is too feeble to compile a modern gcc.
17889
17890 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17891
17892         * brought devo/test-build.mk update-to-date with progressive/
17893           test-build.mk. Add lynx targets and hppa flag info.
17894
17895 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17896
17897         * configure.in:  Use mh-ncrsvr43.  Patch from
17898         Tom McConnell <tmcconne@sedona.intel.com>.
17899
17900 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17901
17902         * config.guess (i386-unknown-bsdi):  No longer need to
17903         check #if defined(__bsdi__) && defined(__i386__).
17904
17905 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17906
17907         * configure: Set program_transform_nameoption correctly.
17908
17909 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17910
17911         * brought build-all.mk update-to-date with progressive build-all.mk,
17912           added new targets and hppa info.
17913
17914 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17915
17916         * configure: If config.guess result is a prefix of the user
17917         specified target, assume a native build and use the user specified
17918         target as the host alias.  Remove SunOS patch suffix removal hack.
17919         * configure.in: Remove SunOS patch suffix removal hack.
17920
17921         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17922         in NATIVE_CHECK_MODULES.
17923
17924 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17925
17926         * Makefile.in: Rename HOST_ONLY to NATIVE.
17927         * configure: Delete SunOs patch suffix from host_canonical
17928           and build_canonical variables that are prepended to Makefiles.
17929         * configure.in: Add comments for easier maintenance.
17930
17931 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17932
17933         * Makefile.in: Add all-libproc target similar to all-gui.
17934
17935 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17936
17937         * Makefile.in (CHECK_MODULES): split into
17938         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17939
17940 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17941
17942         * config.guess (i386-unknown-bsdi): New system to guess.
17943
17944 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17945
17946         * Makefile.in: Add all-gui target (but not yet build by "all").
17947
17948 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17949
17950         * config.sub: Move deletion of patch suffix from here...
17951         * configure.in: To here, at Ian's suggestion.  The top-
17952           level scripts might need to know of a patch level.
17953
17954 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17955
17956         * config.sub: Strip off patch suffix so rtl is recognized
17957           as a sunos4.1.3 machine, even though it's been patched.
17958
17959 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17960
17961         * Makefile.in (INSTALL_LAST): Delete.
17962         (INSTALL_DOSREL): New.
17963
17964 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17965
17966         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17967         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17968         whether we pass down --with-gnu-ld anyhow.
17969
17970 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17971
17972         * Makefile.in (INSTALL_LAST): Change operation so it works
17973         on more flavors of make.
17974         * configure.in (go32): Don't build libg++ or libio.
17975
17976 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17977
17978         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17979         they can be overriden by templates.
17980
17981 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17982
17983         * configure.in (target==go32): Don't build gdb.
17984         * dosrel: New directory.
17985
17986 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17987
17988         * configure.in (host==go32): Configure dosrel too.
17989         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17990         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17991         be set by incoming names or templates.
17992         (INSTALL_LAST): New rule.
17993
17994 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17995
17996         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17997
17998 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17999
18000         * configure.in (appdirs): New variable.  Currently empty, but will
18001         be used in gas distribution.  If nonempty, lists a set of
18002         directories at least one of which must get configured, or top
18003         level configuration is considered to have failed.
18004         (rs6000-*-lynxos*): Use new file name.
18005
18006 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18007
18008         Eliminate XTRAFLAGS.
18009         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18010         newlib include files using -idirafter, and also use -nostdinc.
18011         (CXX_FOR_TARGET): Likewise.
18012         (XTRAFLAGS): Removed.
18013         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18014         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18015         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18016         ($(DO_X)): Don't pass down XTRAFLAGS.
18017
18018 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18019
18020         * configure.in (mips*-dec-bsd*): New target; do build linker.
18021         (mips*-*-bsd*): New target; don't build linker.
18022
18023 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18024
18025         * configure.in: support rs6000-*-lynxos* configuration.
18026         support sunos4 as a cross target.
18027
18028         * config.sub: look for lynx*, not lynx since the OS version may
18029         legitimately be part of the name.
18030
18031 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18032
18033         * configure.in (i[34]86-*-sco*): Move to be with other i386
18034         targets.
18035         (romp-*-*): New target.  Skip various binary utilities.
18036         (vax-*-*): New target.  Don't build newlib.
18037         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18038
18039 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18040
18041         * configure.in: Only set host_makefile_frag if config
18042         directory exists.
18043
18044 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18045
18046         * install.sh: If $dstdir exists, don't check whether each
18047         component does.
18048
18049 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18050
18051         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18052
18053 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18054
18055         * configure.in (*-*-lynxos*): Don't configure newlib for either
18056         native or cross Lynx.
18057
18058 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18059
18060         * config.sub (sparc64-elf): Fix os.
18061         (z8k): Remove duplicate.
18062
18063 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18064
18065         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18066         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18067
18068 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18069
18070         * configure: Make file links cleanly even if Lynx fails on
18071           an NFS symlink (at least fail cleanly).
18072
18073 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18074
18075         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18076         -XNh2000.
18077
18078 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18079
18080         * configure: Unknown options are fatal again.
18081
18082 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18083
18084         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18085         compatibility.
18086
18087 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18088
18089         * build-all.mk: Add `clean' target.
18090
18091 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18092
18093         * config.guess:  Add SINIX support.
18094         * configure.in:  Add mips-*-sysv4* support.
18095
18096 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18097
18098         * build-all.mk: Document all useful targets.
18099         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18100         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18101
18102 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18103
18104         * configure: Support --silent, --quiet.
18105
18106 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18107
18108         * configure: Support --disable-FEATURE.
18109
18110 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18111
18112         * config.guess: Recognize NCR running SVR4.3.
18113
18114 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18115
18116         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18117         Patch from Paul Eggert <eggert@twinsun.com>.
18118
18119 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18120
18121         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18122
18123 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18124
18125         * configure: Make unrecognized options give nonfatal warnings
18126         instead of fatal errors, and pass them to any subdirectory
18127         configures in case they recognize them.
18128         Make --x equivalent to --with-x.
18129
18130 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18131
18132         * configure: Add --enable-* options.  Clean up usage message and
18133         some comments.
18134
18135 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18136
18137         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18138
18139 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18140
18141         * configure.in (hppa*-*-*): Enable binutils.
18142
18143 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18144
18145         * config.sub: Recognize cisco.
18146
18147 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18148
18149         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18150
18151 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18152
18153         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18154         than one configuration name.  Add comment.
18155
18156 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18157
18158         * config.guess: about target *-hitachi-hiuxwe2, fixed
18159         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18160         macro is incorrect.]
18161
18162 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18163
18164         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18165         than the "make ls" stuff which used to be here.
18166
18167 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18168
18169         * config.guess:  Recognize i[34]86-unknown-freebsd.
18170         From Shawn M Carey <smcarey@rodan.syr.edu>.
18171
18172 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18173
18174         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18175
18176 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18177
18178         * config.guess: Check for ptx.
18179
18180 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18181
18182         * config.sub: Add os9k checking.
18183
18184 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18185
18186         * config.guess: Handle OSF1 running on HPPA processors
18187
18188 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18189
18190         * configure: If subdir configure fails, print out a message with
18191         subdirectory name, in case subdir's configure code didn't identify
18192         itself.
18193
18194 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18195
18196         * configure.in: Remove embedded newlines from configdirs.
18197         Avoid mismatches of substrings.  Fix matching strings at end
18198         of configdirs.
18199
18200 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18201
18202         * config.guess:  Add Lynx/rs6000 config support.
18203
18204 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18205
18206         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18207
18208 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18209
18210         * configure.in (hppa*-*-osf*): Treat this just like most other
18211         PA configurations (eg no binutils or ld).
18212         (hppa*-*-*elf*): These configurations have binutils and ld.
18213
18214 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18215
18216         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18217
18218 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18219
18220         * configure.in (rs6000-*-*): Build gas.
18221
18222 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18223
18224         * Makefile.in:  Avoid bug in losing hpux sed.
18225
18226 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18227
18228         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18229         for GDB and GDB has been fixed to not need it.
18230
18231 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18232
18233         * config.guess: Recognize vax hosts.
18234
18235 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18236
18237         * configure (while loop): Don't use "break 2" inside case
18238         statement -- the case statement isn't an enclosing loop.
18239
18240 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18241
18242         * config.guess:  Clean up NeXT support, to allow nextstep
18243         on Intel machines.  Make OS be nextstep.
18244
18245 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18246
18247         * config.guess: Add alternate forms for Convex.
18248
18249 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18250
18251         * configure:  Completely rewrite option processing.  Take
18252         advantage of pattern-matching to avoid invoking test frequently.
18253         Also clean up host and target defaulting logic.
18254
18255 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18256
18257         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18258         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18259         commands (plus user environment) will fit SCO limits.
18260
18261 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18262
18263         * configure.in: Don't issue warnings about directories which are
18264         not being configured if -norecursion is set.  Correct test for
18265         --with-gnu-as and --with-gnu-ld to not get confused by substring
18266         matches.
18267
18268         * configure.in: Don't build gas for alpha-dec-osf1*.
18269
18270 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18271
18272         * configure:  Back out Per's change of 12/19/1993.  It changes the
18273         behavior of configure in unexpected and confusing ways.
18274
18275         Also, use different delim char when calculating
18276         program_transform_name so that the name can contain slashes.
18277
18278 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18279
18280         * configure.in, config.sub: Add support for VSTa micro-kernel.
18281
18282 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18283
18284         * configure.in: Nuke hacks which were used to get a special
18285         version of GAS for HPPA configurations.
18286
18287 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18288
18289         * configure:  If only ${target_alias} is given, use that
18290         as the default for ${host_alias}.
18291         * configure:  Add missing back-slashes before nested quotes.
18292
18293 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18294
18295         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18296
18297 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18298
18299         * config.guess:  Recognize some Tektronix configurations.
18300         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18301
18302 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18303
18304         * config.sub: Match any flavor of SH.
18305
18306 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18307
18308         * configure.in: Don't try to configure newlib for Alpha.
18309
18310 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18311
18312         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18313         libg++ or libio for any Alpha target.
18314
18315         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18316
18317 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18318
18319         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18320         default arguments -- so it tried to compress itself.
18321
18322 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18323
18324         * configure.in (notsupp): ensure that a space is always at the end
18325           of the configdirs list, since the grep checks for an explicit space
18326
18327 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18328
18329         * configure.in (target i386-sysv4.2): don't build ld, since static
18330           versions of many libraries are not available.
18331
18332 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18333
18334         * config.guess: Recognize Apollos (using environment variables).
18335         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18336
18337 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18338
18339         * config.guess: Recognize Sony news mips running newsos.
18340
18341 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18342
18343         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18344         "fi ; else" for bash.
18345
18346 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18347
18348         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18349
18350 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18351
18352         * config.sub: accept unixware as an alias for svr4.2.
18353         Fix some inconsistancies with the gcc version.
18354
18355 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18356
18357         * Makefile.in (DISTDOCDIRS):  Add gdb.
18358
18359 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18360
18361         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18362
18363 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18364
18365         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18366         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18367         this now.
18368
18369 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18370
18371         * config.sub: Accept hiux* as an OS name.
18372
18373         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18374         etc/make-stds.texi.  The underscore came from gcc, and dje now
18375         agrees that RUNTESTFLAGS is the correct name.
18376
18377 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18378
18379         * install.sh:  Remove 'set -e'.  It makes any conditionals
18380         in the script useless.
18381
18382         * config.guess: Automatically recognize arm-acorn-riscix
18383         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18384
18385 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18386
18387         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18388
18389 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18390
18391         * Makefile.in (DISTDOCDIRS): New variable.
18392         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18393         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18394
18395 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18396
18397         * configure.in (hppa target): check the source directory for the
18398           pagas sub-directory
18399
18400 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18401
18402         * config.sub: Allow -aout* and -elf*.
18403
18404 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18405
18406         * configure.in: Don't build ld on i386-solaris2, same as for
18407         sparc-solaris2.
18408
18409 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18410
18411         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18412
18413 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18414
18415         * configure.in:  Configure gdb for alpha.
18416
18417 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18418
18419         * Makefile.in (CXXFLAGS): Add -O.
18420
18421 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18422
18423         * config.guess: added support for DG Aviion
18424
18425 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18426
18427         * configure.in: Produce warning message for subdirectories not
18428         configurable for this host/target combination.  Don't try to
18429         configure gdb for vms.
18430
18431 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18432
18433         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18434         appropriate files before making "diststuff".
18435         (DISTBISONFILES): New var: list of files to be edited.
18436         (DISTSTUFFDIRS): Add binutils.
18437
18438 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18439
18440         * config.sub: also handle mipsel and mips64el (for little endian mips)
18441
18442 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18443
18444         * configure.in: Add * to end of all OS names.
18445
18446 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18447
18448         * configure.in: Build newlib for LynxOS native.
18449
18450 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18451
18452         * config.guess: Add support for delta 88k running SVR3.
18453
18454         * configure.in: Add comment about HP compiler vs. emacs.
18455
18456 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18457
18458         * configure.in: don't build ld on solaris2 (not a viable option
18459           due to bugs in getpwnam & getpwuid)
18460
18461 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18462
18463         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18464         config.guess will produce a full version number.
18465
18466 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18467
18468         * configure.in: Build linker and binutils for alpha-dec-osf1.
18469
18470 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18471
18472         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18473         and gdb/testsuite/Makefile.in.
18474
18475 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18476
18477         * configure.in: recognize mips*- instead of mips-
18478
18479 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18480
18481         * config.sub: Accept linux*coff and linux*elf as operating
18482         systems.
18483
18484 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18485
18486         * config.sub: Recognize mips64, and mips3 as an alias for it.
18487
18488 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18489
18490         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18491         gdb knows how to handle OSF/1 shared libraries.
18492
18493 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18494
18495         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18496         * config.guess: Recognize Hitachi's HIUX.
18497         * config.sub: Recognize h3050r* and hppahitachi.
18498         Remove redundant cases for hp9k[23]*.
18499
18500 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18501
18502         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18503         if gas and ld are in the source tree and are in ${configdirs}.
18504         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18505         --with options (but still pass them down on the command line,
18506         if they were explicitly specified).
18507
18508 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18509
18510         * configure: substitute SHELL value in Makefile.in with
18511         ${CONFIG_SHELL}
18512
18513 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18514
18515         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18516         *-*-solaris2* targets.
18517
18518 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18519
18520         * Makefile.in: define M4, and pass it down to sub-makes;
18521         all-autoconf now depends on all-m4
18522
18523 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18524
18525         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18526         presence of {ar,ranlib} instead of a configured directory
18527
18528 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18529
18530         * config.guess: Accept 34?? as well as 33?? for NCR.
18531
18532 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18533
18534         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18535         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18536
18537 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18538
18539         * configure: grab values for $(CC) and $(CXX) from the
18540         environment, so that someone can do "CC=gcc configure; make" and
18541         have it work right (matching the way that autoconf works now)
18542
18543         * configure.in, Makefile.in: add support for gash, the tcl
18544         interface to Galaxy
18545
18546         * config.guess: add NetBSD variants (hp300, x86)
18547
18548 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18549
18550         * install.sh: Support -d option (in the manner of SunOS 4 install,
18551         as it is more deterministic than that of GNU install)
18552         (chmodcmd): Set file to mode 755 by default (should also do default
18553         chgrp and chown, but I don't feel like dealing with that now)
18554
18555 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18556
18557         * config.sub: Remove h8300hhms alias.
18558
18559 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18560
18561         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18562
18563 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18564
18565         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18566         as stmp-fixinc
18567
18568 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18569
18570         * config.sub: recognize m88110-bug-coff.
18571
18572 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18573
18574         * Makefile.in (all-libio): all dependencies on the toolchain used
18575         to build this (gcc, gas, ld, etc)
18576
18577 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18578
18579         * config.guess: Deal with OSF/1 1.3 on alpha.
18580
18581 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18582
18583         * install.sh: add some 'else true' clauses for portability
18584
18585         * configure.in: don't build libio for h8[35]00-*-* targets
18586
18587 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18588
18589         * Makefile.in:  Add support for new libio.
18590
18591 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18592
18593         * install.sh: If one command fails, don't try the rest.  Don't try
18594         to remove $dsttmp (via trap) unless we have already created it.
18595         If $src doesn't exist, detect it and exit with an error.
18596
18597         * config.guess: Recognize BSD on hp300.
18598
18599 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18600
18601         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18602         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18603
18604 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18605
18606         * Makefile.in (all-send-pr): depends on all-prms
18607
18608 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18609
18610         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18611
18612 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18613
18614         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18615         Added test for mips-mips-riscos5.
18616
18617 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18618
18619         * configure.in: use mh-hp300 for 68k HP hosts
18620
18621 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18622
18623         * configure: add support for CONFIG_SHELL, so that you can use
18624         some alternate shell for evaluating configure scripts
18625
18626 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18627
18628         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18629         in configure script to bug-gdb@prep.ai.mit.edu when building
18630         distribution archive.
18631         * Makefile.in (COMPRESS):  Remove def.
18632         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18633         gdb.tar.Z and make-gdb.tar.Z respectively.
18634         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18635         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18636         to convergence with 'taz' target in Makefile.in.
18637
18638 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18639
18640         * install.sh (dsttmp): use trap to ensure that tmp files go
18641         away on error conditions
18642
18643 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18644
18645         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18646
18647 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18648
18649         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18650         its parent is '/' not ''.
18651
18652         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18653
18654 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18655
18656         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18657         that ${newsrcdir}/configure.in does.
18658
18659 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18660
18661         * test-build.mk: support for CONFIG_SHELL
18662
18663 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18664
18665         * config.sub (netware):  Add as a basic system type.
18666
18667 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18668
18669         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18670           $(srcdir)/ from the dependency on Makefile.in.
18671
18672 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18673
18674         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18675         (h8300hhms is temporary until multi-libraries are implemented).
18676         * configure.in: Handle h8300h too.
18677
18678 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18679
18680         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18681
18682 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18683
18684         * configure:  Remove extraneous output when guessing host type.
18685         * config.guess:  Remove extraneous output when guessing using C
18686         compiler rather than uname, or when guessing fails.
18687
18688 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18689
18690         * Makefile.in: remove all.cross and install.cross targets
18691
18692         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18693           definitions
18694
18695 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18696
18697         * configure.in (target sh): Build gprof.
18698
18699 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18700
18701         * config.sub: change -solaris to -solaris2
18702
18703 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18704
18705         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18706
18707 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18708
18709         * configure: Correct error message for missing Makefile.in to
18710         print correct directory.
18711
18712 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18713
18714         * install.sh: kludge around 386BSD shell bug
18715
18716 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18717
18718         * config.guess:  Recognize NeXT.
18719         * config.guess:  Recognize i486-ncr-sysv4.
18720         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18721
18722 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18723
18724         * Makefile.in (MAKEINFOFLAGS): New variable.
18725         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18726         * build-all.mk, test-build.mk: Pass down --no-split as
18727         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18728
18729 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18730
18731         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18732
18733 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18734
18735         * Makefile.in (libg++.tar.z):  New rule.
18736         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18737         * Makefile.in (taz):  Only do a single chmod.
18738
18739 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18740
18741         * install.sh: don't use dirname anymore (replaced with sed usage)
18742
18743 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18744
18745         * Makefile.in:  Change extension for gzip'd files from '.z' to
18746         '.gz' per new FSF standard usage.
18747
18748 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18749
18750         * configure: put quotes around the final value of program_transform_name
18751
18752 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18753
18754         * Makefile.in: new install.sh support; update install-info rules
18755
18756 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18757
18758         * configure.in: Build diff for crosses, but not for go32 host.
18759
18760         * configure.in: Build gprof only for native, and don't build it
18761         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18762
18763 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18764
18765         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18766
18767 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18768
18769         * configure.in (host_tools): Add prms.
18770
18771 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18772
18773         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18774         with $(FLAGS_TO_PASS) on the command line
18775
18776         * config.sub: Recognize lynx and lynxos
18777
18778 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18779
18780         * config.sub: Accept -ecoff*, not just -ecoff.
18781
18782 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18783
18784         * Makefile.in (taz): Use .gz suffix instead of .z.
18785         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18786         names.
18787
18788 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18789
18790         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18791
18792 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18793
18794         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18795         that rebuilds that might happen during 'make install' don't get
18796         bogus gcc include files
18797
18798 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18799
18800         Change from Utah for HPPA support:
18801         * config.guess: Recognize hppa1.x-hp-bsd.
18802
18803 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18804
18805         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18806         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18807
18808 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18809
18810         * config.sub: Add support for rom68k and bug boot monitors.
18811
18812 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18813
18814         * Makefile.in: Make all-opcodes depend on all-bfd.
18815
18816 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18817
18818         * config.guess: Added special check for i[34]86-univel-sysv4*.
18819
18820 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18821
18822         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18823         the processor rather than assuming i486.
18824
18825 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18826
18827         * config.guess: Recognize SunOS6 as Solaris3.
18828
18829 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18830
18831         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18832         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18833
18834 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18835
18836         * build-all.mk (all-cross): New target for Canadian Cross.
18837         Added Q2 go32 targets.
18838         * test-build.mk: Configure go32 cross sparclite-aout and
18839         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18840         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18841
18842 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18843
18844         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18845         GO32 hosted toolchains
18846
18847 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18848
18849         * configure: change  so "-exec-prefix" gets passed down rather
18850         than "-exec_prefix" so autoconf generated Makefiles get the
18851         exec_prefix set right.
18852
18853 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18854
18855         * config.guess: get the Solaris2 minor version number
18856
18857         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18858
18859 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18860
18861         * config.guess: Recognize some Sequent platforms.
18862
18863 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18864
18865         * Makefile.in: added the vault-install target
18866
18867         * configure.in: actually use the Sun3 makefile fragment that's in
18868         config, also added the release dir to configdirs
18869
18870 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18871
18872         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18873
18874 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18875
18876         * configure.in: remove some program from Alpha targetted toolchains
18877
18878 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18879
18880         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18881         gprof.
18882         (taz): Run "make diststuff" in those directories instead of "make
18883         proto-dir".  Look for "VERSION=" only at start of line in subdir
18884         Makefile.  Use "gzip -9" for compression.
18885         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18886         (binutils.tar.z): New target.
18887
18888 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18889
18890         * Makefile.in (taz): Include gpl.texinfo.
18891
18892 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18893
18894         * Makefile.in (setup-dirs): Merged into "taz" target.
18895         (taz): Only do `proto-dir' stuff if a directory is actually needed
18896         for this target.
18897
18898 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18899
18900         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18901         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18902         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18903         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18904         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18905
18906 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18907
18908         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18909         config.sub, and move-if-change to gdb testsuite distribution
18910         archive, so the testsuite can be extracted, configured, and
18911         run separately from the gdb distribution.  Blow away the Chill
18912         tests that require a Chill compiled executable, since GNU Chill
18913         is not yet publically available.
18914
18915 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18916
18917         * test-build.mk: set environment variables in a single command,
18918         instead of a list of assignments and exports
18919
18920         * config.guess: recognize Alpha/OSF1 systems
18921
18922 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18923
18924         * configure: Change help message to prefer --options rather than
18925           -options.
18926
18927 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18928
18929         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18930         zippy@ecst.csuchico.edu.
18931         * config.guess: Recognize miniframe.
18932
18933 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18934
18935         * Makefile.in: Use srcroot to find runtest rather than rootme.
18936         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18937
18938 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18939
18940         * test-build.mk: Extensive additions to support building on a
18941         machine other than the host.
18942
18943 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18944
18945         * configure (tooldir): Fix for i386-aix again.
18946
18947 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18948
18949         * configure, Makefile.in:  Change definition of $(tooldir)
18950         to match the FSF.
18951
18952 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18953
18954         * config.guess:  Recognize i[34]86/SVR4.
18955
18956 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18957
18958         * Makefile.in (all-gdb): gdb depends on sim.
18959
18960 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18961
18962         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18963         at the same time we make the prototype gdb directory.
18964         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18965         files at the same time as the gdb base release distribution.
18966
18967 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18968
18969         * Makefile.in (check): Use individual check targets rather than
18970         DO_X rule.
18971         (check-gcc): Added.
18972
18973 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18974
18975         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18976         for System V release 3.2.
18977
18978 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18979
18980         * config.sub: Recognize hppaosf.
18981         * configure.in: Do configure ld/binutils/gas for it.
18982
18983 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18984
18985         * configure (tooldir): Alter syntax used to set this, for systems
18986         where "\$" isn't handled right, like i386-aix.
18987
18988 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18989
18990         * configure: Pass program-transform-name, not
18991         program_transform_name, to recursive configures.
18992
18993 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18994
18995         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18996         of gas+ld+binutils.
18997
18998 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18999
19000         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
19001
19002 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19003
19004         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19005
19006 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19007
19008         * Makefile.in (PRMS): Set back to all-prms.
19009
19010 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19011
19012         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19013         targets, rather than for MIPS hosts.
19014
19015 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19016
19017         * configure.in: add comment for --with-x default values
19018
19019         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19020
19021         * Makefile.in: add check-* targets for each of the directories in
19022         the tree.  Add a definition of RUNTEST that will use the one we
19023         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19024
19025 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19026
19027         * configure.in: Removed obsolete references to bfd_target and
19028         target_makefile_frag.
19029
19030         * build-all.mk: Set assorted targets for Q2.
19031         * config.sub: Recognize z8k-sim and h8300-hms.
19032         * test-build.mk: Really don't pass host to configure.
19033         (HOLES): Added uname.
19034
19035 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19036
19037         * configure: Handle an empty program-prefix, program-suffix or
19038         program-transform-name correctly.
19039
19040 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19041
19042         * build-all.mk: -G 8 no longer required for MIPS targets.
19043         * test-build.mk: Don't pass host argument to configure; make it
19044         guess.
19045
19046 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19047
19048         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19049         * Makefile.in (COMPRESS):  New macro, like GZIP.
19050
19051 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19052
19053         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19054
19055         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19056         with gas currently defaults to -G 0.
19057
19058 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19059
19060         * Makefile.in (all-flex): flex depends on byacc.
19061
19062         * build-all.mk: If host not specified, use config.guess.  Pass TAG
19063         to test-build.mk as RELEASE_TAG.
19064         * test-build.mk (configargs): New variable containing arguments to
19065         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19066         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19067
19068         * config.guess: Use /bin/uname when checking -X argument on SCO,
19069         to avoid invoking GNU uname which doesn't understand -X.
19070
19071         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19072
19073         * configure.in: Build gas for mips-*-*.
19074
19075 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19076
19077         * Makefile.in (all.normal): insert missing backslash.
19078
19079 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19080
19081         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19082
19083         * Makefile.in: Complete overhaul to merge many almost identical
19084         targets.
19085
19086 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19087
19088         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19089         (gdb.tar.Z): Adjusted.
19090
19091         * Makefile.in (setup-dirs, taz): New targets; should be general
19092         enough to adapt for gdb sometime.  Build only .z file.
19093         (gas.tar.z): New target.
19094
19095 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19096
19097         * build-all.mk: Use CC=cc -Xs on Solaris.
19098
19099 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19100
19101         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19102         for handling BISON for FSF releases.
19103
19104 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19105
19106         * configure: Actually implement the change zoo just documented.
19107
19108 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19109
19110         * configure: when using config.guess, only set target_alias when
19111         it's not already been set (ie, on the command line)
19112
19113 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19114
19115         * Makefile.in: add installcheck target, set PRMS to install-prms
19116
19117 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19118
19119         * configure: add support for package_makefile_fragment, handle the
19120         case where a directory has a configure.in file but no Makefile.in
19121         more gracefully (with an actual understandable error message, even);
19122         add support for --without (and add this to the usage message); also
19123         explicitly add a --host=${host_alias} to the command line when
19124         config.guess is used
19125
19126 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19127
19128         * configure: Must use both --host and --target in recursive calls.
19129
19130 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19131
19132         * Makefile.in: Change deja-gnu to dejagnu.
19133
19134 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19135
19136         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19137
19138 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19139
19140         * configure.in: canonicalize all instances to *-*-solaris2*,
19141         also strip out a number of tools to not build for go32 host
19142
19143 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19144
19145         * config.guess: add GPL.
19146
19147         * Makefile.in, config.guess, config.sub, configure: bump
19148           copyrights to 93.
19149
19150 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19151
19152         * Makefile.in (do-info): Removed obsolete check for existence of
19153         localenv file.
19154
19155         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19156
19157 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19158
19159         * Makefile.in: a couple of 'else true' for decstation,
19160         support for TclX
19161
19162         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19163
19164 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19165
19166         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19167
19168 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19169
19170         * config.guess: Recognize i386-ibm-aix (PS/2).
19171         * configure.in: Use config/mh-aix386 file for it.
19172
19173 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19174
19175         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19176         CC_FOR_TARGET instead.
19177         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19178
19179 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19180
19181         * Makefile.in: Add sim to list of directories sent with gdb
19182
19183 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19184
19185         * configure.in: Put back mips-dec-bsd* case.
19186
19187 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19188
19189         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19190         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19191         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19192
19193 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19194
19195         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19196
19197         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19198         (install-info): install dir.info only if it exists,
19199         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19200
19201 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19202
19203         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19204         gas for mips-dec-bsd.
19205
19206 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19207
19208         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19209         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19210
19211 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19212
19213         * configure.in: Added "dejagnu" to hosttools list.
19214
19215 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19216
19217         * config.sub, configure.in, config.guess:  Add support
19218         for Bosx, an AIX variant from Bull.
19219         Patches from F.Pierresteguy@frcl.bull.fr.
19220
19221 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19222
19223         * devo/dejagnu: Initial creation of devo/dejagnu.
19224         Migrated dejagnu testcases and support files for testing software
19225         tools to reside as subdirectories, currently called "testsuite",
19226         within the directory of the software tool.  Migrated all programs,
19227         support libraries, etc. beloging to dejagnu proper from
19228         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19229         with no modifications.  The changes to these files which will
19230         allow them to configure, build, and execute properly will be made
19231         in a future update.
19232
19233 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19234
19235         * Makefile.in: Change send_pr to send-pr.
19236         * configure.in: Likewise.
19237         * send_pr: Renamed directory to send-pr.
19238
19239 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19240
19241         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19242
19243 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19244
19245         * README:  Update for gdb-4.8 release.
19246         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19247         gdb-xxx.tar.z (gzip'd) file also.
19248
19249 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19250
19251         * Makefile.in: make all-diff depend on all-libiberty
19252
19253 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19254
19255         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19256
19257 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19258
19259         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19260
19261 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19262
19263         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19264         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19265         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19266
19267 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19268
19269         * Makefile.in:  makeinfo binary is in a new location
19270
19271 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19272
19273         * config.sub: Accept -ecoff as an OS.
19274
19275         * Makefile.in: Various changes to eliminate a level of make
19276         recursion and reduce the required command line length.
19277         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19278         sub-makes.
19279         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19280         variables holding settings for specific sub-makes.
19281         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19282         in terms of BASE_FLAGS_TO_PASS.
19283         (TARGET_LIBS): New variable listing directories which use
19284         TARGET_FLAGS_TO_PASS.
19285         (subdir_do): Eliminated.
19286         (do-*): New set of targets to replace subdir_do.
19287         (various): All targets which used subdir_do now depend on do-*.
19288         (local-clean): Renamed from do_clean.
19289         (local-distclean): New target, dependency of distclean and
19290         realclean.
19291         (install-info): Don't create directories.  Depend on dir.info
19292         rather than calling make recursively.
19293         (install-dir.info): Eliminated.
19294         (install-info-dirs): Create all info directories here.
19295         (dir.info): Depend upon do-install-info.
19296
19297         * test-build.mk (HOLES): Added false.
19298
19299 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19300
19301         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19302
19303 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19304
19305         * Makefile.in (info): remove dependency on all-texinfo.  The
19306         problem was really in texinfo/C, not at this level.
19307
19308 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19309
19310         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19311
19312 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19313
19314         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19315         GDB releases.
19316
19317 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19318
19319         * configure: Include srcdir in message about target of link not
19320         being found.  Don't convert `-' to `_' in `with' options being
19321         passed to subdirs.
19322
19323 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19324
19325         * configure.in: add uudecode to host_tools
19326
19327         * Makefile.in: added {all,install}-uudecode targets, added them to
19328         the appropriate lists
19329
19330 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19331
19332         * Makefile.in (all-gcc): Added dependency on all-gas.
19333
19334         * configure.in (mips-*-*): Build ld and binutils.
19335
19336 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19337
19338         * configure: check return code from mkdir, print error message and
19339           exit on failure.
19340
19341 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19342
19343         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19344
19345 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19346
19347         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19348
19349 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19350
19351         * config.sub (h8500):  Recognize this as a cpu type.
19352
19353 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19354
19355         * configure: source directory missing is no longer a warning
19356
19357         * configure.in: recognize irix[34]* instead of irix[34]
19358
19359         * Makefile.in: define and pass down X11_LIB
19360
19361 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19362
19363         * guess-systype: Renamed to ...
19364         * config.guess:  ... by popular request.
19365         * configure.in, Makefile.in:  Update accordingly.
19366
19367 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19368
19369         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19370         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19371         + Execute ./dummy instead of assuming . is in PATH.
19372
19373 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19374
19375         * guess-systype:  New shell script.  Attempts to guess the
19376         canonical host name of the executing host.
19377         Only a few hosts are supported so far.
19378         * configure:  Call guess-systype if no host is specified.
19379
19380 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19381
19382         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19383         gcc Makefile.
19384
19385 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19386
19387         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19388         (all-gcc, install-gcc, subdir_do): Use it.
19389
19390 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19391
19392         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19393
19394 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19395
19396         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19397           set exclusively by configure, using configure.in .
19398
19399 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19400
19401         * test-build.mk: set $PATH for all builds
19402
19403         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19404
19405 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19406
19407         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19408         the one used in gcc/Makefile.in, so that a null expansion doesn't
19409         override the one needed to build gcc with a native cc.
19410
19411 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19412
19413         * configure: Accept -with arguments.
19414
19415 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19416
19417         * Makefile.in: added h8300sim
19418
19419 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19420
19421         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19422         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19423         (all-cygnus, native, build-cygnus): Make
19424         $(canonhost)-stamp-3stage-done, not $(host)....
19425         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19426         i386-sco3.2v4.  Added else true to if command.
19427
19428 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19429
19430         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19431
19432 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19433
19434         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19435
19436 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19437
19438         * configure.in: don't remove binutils from Solaris builds
19439
19440 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19441
19442         * Makefile.in: get rid of earlier definitions for *clean,
19443         also handle the recursive info rule better
19444
19445 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19446
19447         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19448         do more-or-less the right thing.
19449
19450 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19451
19452         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19453         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19454
19455 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19456
19457         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19458         $(host_canonical).
19459
19460         * configure.in: split the configdirs list into 4 categories (native
19461         v. cross, library v. tool) and handle the cross-only and native-
19462         only in more reasonable (and correct!) way.
19463
19464 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19465
19466         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19467         configdirs anymore.
19468
19469 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19470
19471         * Makefile.in: extensive cleanup::  removed all of the explicit
19472         clean-* targets, collapsed many wrappers around subdir_do into
19473         one, added additional targets to satisfy standards.texi, deleted
19474         some old targets, some changes for consistency
19475
19476 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19477
19478         * configure.in: handle some programs as cross-only, and others as
19479         native only
19480
19481         * test-build.mk: handle partial holes in a more generic manner
19482
19483         * Makefile.in: m4 depends on libiberty
19484
19485 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19486
19487         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19488         time, wdiff, and find to configdirs
19489
19490         * Makefile.in: all, clean, and install rules for the new programs
19491         added to configure.in
19492
19493 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19494
19495         * configure.in: use mh-sun for all *-sun-* hosts
19496
19497 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19498
19499         * Makefile.in: define flags for X11 include files and library file
19500         locations, pass them down to the programs that need this info
19501
19502         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19503
19504 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19505
19506         * configure.in: start building libg++ for HP-UX targets
19507
19508 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19509
19510         * README:  Update references to files moved into etc/.
19511
19512 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19513
19514         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19515         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19516
19517 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19518
19519         * configure: accept dash as well as underscore in long option
19520         names for FSF compatibility.
19521
19522 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19523
19524         * config.sub: added -sco3.2v4 support from FSF.
19525
19526 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19527
19528         * configure.in: expand the section that adds or removes
19529         directories from the list of programs to build, to handle native
19530         vs. cross in addition to host v. native
19531
19532 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19533
19534         * Makefile.in:  Replace C++ in macro names with CXX.
19535         This is less likely to break ...
19536
19537 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19538
19539         * test-build.mk: add -w to GNU_MAKE
19540
19541 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19542
19543         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19544         add 'sparc' to list of recognized cpus.  This needed to make
19545         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19546         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19547         then changes that into $CPU-wrs-vxworks.
19548
19549         * configure.in: remove most references to gdbtest, regularize
19550         target based program removal
19551
19552         * test-build.mk: import from p3 tree (many fixes and changes)
19553
19554 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19555
19556         * Makefile.in: added rules to handle tcl, tk, and expect
19557
19558         * configure.in: handle those directories if they exist
19559
19560 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19561
19562         * config.sub: removed bogus hppabsd and hppahpux names, since
19563         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19564
19565 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19566
19567         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19568         depends upon all-xiberty
19569
19570         * Makefile.in: changes from p3, including:
19571
19572         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19573
19574         * Makefile.in (XTRAFLAGS): include newlib directories if
19575         newlib/Makefile exists, rather than if host != target.
19576
19577         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19578
19579         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19580         from the same source tree and not building a cross-compiler.  This
19581         matters for the libg++ configuration if reconfiguring a tree that
19582         has already been installed.
19583
19584         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19585
19586         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19587         pick up the machine and system specific header files.
19588
19589         * Makefile.in: added AS_FOR_TARGET, passed down in
19590         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19591         the C compiler to use to create programs which are run in the
19592         build environment, set it to default to $(CC), and passed it down
19593         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19594
19595         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19596
19597         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19598         We need them for unusual native builds, like systems without
19599         ranlib.
19600
19601         * configure: also define $(host_canonical) and
19602         $(target_canonical), which are the full, canonical names for the
19603         given host and target
19604
19605 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19606
19607         * Makefile.in:  Added separate definitions for C++.
19608
19609 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19610
19611         * configure.in (configdirs):  Add deja-gnu.
19612
19613 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19614
19615         * README:  Update for configure.texi and gdb-4.7 release.
19616
19617 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19618
19619         * Makefile.in:  Move "all" target to top of file.
19620         Previously, first target was ".PHONY" which caused BSD4.4 make
19621         to build .PHONY when make was run without arguments.
19622
19623 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19624
19625         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19626         Library-copylefted code in libiberty.
19627
19628 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19629
19630         * config.sub:  Replace m68kmote with plain old m68k.
19631
19632 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19633
19634         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19635
19636 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19637
19638         * config.sub: Complain if no argument is given.  Added support for
19639         386bsd as OS and target alias.
19640
19641 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19642
19643         * Makefile.in (XTRAFLAGS): include newlib directories if
19644         newlib/Makefile exists, rather than if host != target.
19645
19646 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19647
19648         * config.sub: recognize sparclite-wrs-vxworks.
19649
19650         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19651         p3.) Added clean-xiberty to clean.
19652
19653 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19654
19655         * configure.in: use *-*-* instead of nested cases for host and target
19656
19657 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19658
19659         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19660         from the same source tree and not building a cross-compiler.  This
19661         matters for the libg++ configuration if reconfiguring a tree that
19662         has already been installed.
19663
19664 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19665
19666         * config.sub (i486v/i486v4):  Merge in from FSF version.
19667
19668 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19669
19670         * configure: only set PWD if it is already set.
19671
19672 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19673
19674         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19675         doesn't have unset and all success paths (and most error paths)
19676         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19677         to just ${PWD} to avoid confusion.)
19678
19679 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19680
19681         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19682         even for a native compilation.
19683
19684 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19685
19686         Changes to make the gdb.tar.Z rule work better.
19687
19688         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19689         (DEVO_SUPPORT):  Add configure.texi.
19690         (bfd-ilrt.tar.Z):  Remove ancient rule.
19691
19692 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19693
19694         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19695         pick up the machine and system specific header files.
19696
19697         * configure.in, config.sub: added new target m68010-adobe-scout,
19698         with alias of adobe68k.  Changed configure.in to check for
19699         -scout before -sco* to avoid a false match.
19700
19701         * Makefile.in: added AS_FOR_TARGET, passed down in
19702         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19703         the C compiler to use to create programs which are run in the
19704         build environment, set it to default to $(CC), and passed it down
19705         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19706
19707 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19708
19709         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19710         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19711         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19712         FOR_TARGET variants, to newlib and libg++.
19713
19714 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19715
19716         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19717         first.
19718
19719 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19720
19721         * config.sub:  Accept `elf' as an environment.
19722
19723 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19724
19725         * Makefile.in (all-opcodes):  cd into the right directory
19726
19727 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19728
19729         * configure: added -program_transform_name option, used as
19730         argument to sed when installing programs.
19731         configure.texi: added documentation for -program_prefix,
19732         -program_suffix and -program_transform_name.
19733
19734 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19735
19736         * config.sub:  Accept i486 where i386 ok.
19737
19738 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19739
19740         * config.sub: accept we32k
19741
19742 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19743
19744         * config.sub, configure.in: accept OSE68000 and OSE68k.
19745
19746         * Makefile.in: don't create all directories for ``make install'';
19747         let the subdirectories create the ones they need.
19748
19749 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19750
19751         * COPYING: new file, GPL v2
19752
19753 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19754
19755         * Makefile.in: use the new gen-info-dir, which needs a template
19756         argument (which also lives in texinfo)
19757
19758         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19759
19760 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19761
19762         * config.sub (ncr3000):  Change i386 to i486.
19763
19764 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19765
19766         * Makefile.in: add install-rcs, install-grep to
19767         install-no-fixedincludes, removed install-bison and install-libgcc
19768
19769 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19770
19771         * configure.in: grab the HPUX makefile fragment if on HPUX
19772
19773 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19774
19775         * Makefile.in: eradicate bison spoor (ditto libgcc).
19776          configure.in: recognise m68{k,000}-ericsson-OSE.
19777          es1800 is alias for m68k-ericsson-OSE
19778
19779 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19780
19781         * configure.in: rearrange the parts that remove programs from
19782         configdirs, based now on HOST==TARGET or by canonical triple.
19783
19784 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19785
19786         * test-build.mk: recurse explicitly with -f test-build.mk when
19787           appropriate.  predicate stage3 and comparison on the existence
19788           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19789           On very clean, also remove ...stamp-co.  Build in-place before
19790           doing other builds.
19791
19792 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19793
19794         * Makefile.in, configure.in: add tgas
19795
19796 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19797
19798         * Makefile.in: a number of changes merged in from progressive.
19799
19800         * configure.in: add libm.
19801
19802         * .cvsignore: ignore some stuff that comes from test-build.mk.
19803
19804 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19805
19806         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19807
19808 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19809
19810         * configure: Add program_suffix (parallel to program_prefix)
19811         * Makefile.in: adjust directory-creating script for losing decstation
19812
19813 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19814
19815         * configure:  Minor $subdir-related fixes.
19816
19817 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19818
19819         * configure: fix various problems with propogating
19820         makefile_target_frag in subdirs.
19821         * configure.in: config libgcc if its there
19822
19823 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19824
19825         * config.sub:  HPPA merge.
19826
19827 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19828
19829         * Makefile.in:  Replace all-bison with all-byacc in all
19830         dependency lines for other tools (which now use byacc).
19831
19832 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19833
19834         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19835
19836 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19837
19838         * Makefile.in: make gprof rules similar to byacc rules (instead of
19839         vestigal $(unsubdir) that didn't work...)
19840
19841 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19842
19843         * config.sub:  Add support for Linux.
19844         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19845         (at least for libg++).
19846
19847 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19848
19849         * configure.texi: fix doc for the -nfp option to configure
19850
19851 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19852
19853         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19854
19855 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19856
19857         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19858         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19859         * configure.in: added solaris* host_makefile_frag hook.
19860
19861 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19862
19863         * config.sub: changed recognition of m68000 so that various
19864         m68k types can be specified via m680[01234]0
19865
19866 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19867
19868         * config.sub (basic_machine): fix sed so that '-foo' isn't
19869         completely substituted out while .+'-foo' loses the '-foo'
19870
19871 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19872
19873         * config.sub ($os): Add -aout.
19874
19875 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19876
19877         * configure:  If host_makefile_frag is absolute, don't
19878         prefix ${invsubdir} (relevant to libg++ auto-configure).
19879
19880 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19881
19882         * Makefile.in (tooldir): Define it.
19883         (all-ld): Depend on all-flex.
19884
19885 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19886
19887         * Makefile.in (check):  Fix libg++ special case.
19888
19889 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19890
19891         * configure: do not bury `pwd` into config.status, thus do fewer
19892           pwd's.
19893
19894         * configure: print the "Building in" message only when building in
19895           other than "." AND verbose.
19896
19897         * configure: remove -s, rework -v to better accommodate guested
19898           configures.
19899
19900         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19901
19902 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19903
19904         * Makefile.in: macroize flags passed on recursion.  remove
19905           fileutils.
19906
19907 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19908
19909         * configure: get makesrcdir right for subdirs deeper than 1.
19910
19911         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19912           install.
19913
19914 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19915
19916         * Makefile.in: don't print subdir_do or recursion lines.
19917
19918 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19919
19920         * standards.texi: added menu item.
19921
19922         * Makefile.in: build and install standards.info.
19923
19924         * standards.texi: new file.
19925
19926 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19927
19928         * configure: test for and move config.status pieces from
19929           ${subdir}/.
19930
19931 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19932
19933         * configure:  Test for existance of files before trying to mv
19934         them, to avoid numerous non-existance messages.
19935
19936 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19937
19938         * configure: correct final line of config.status.
19939
19940         * configure: patch from eggert.  Avoids a protection problem if
19941           the original Makefile.in is read only.
19942
19943         * configure: use move-if-change from gcc to create config.status.
19944           Some makefiles depend on config.status to tell if a directory
19945           has been reconfigured for a different host.  This change
19946           prevents those directories from remaking everything in the case
19947           where the reconfig was only intended to rebuild a Makefile.
19948
19949         * configure: test for config.sub with "config.sub sun4" rather
19950           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19951           host alias from a missing config.sub.
19952
19953 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19954
19955         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19956           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19957
19958 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19959
19960         * configure: mkdir ${subdir} as needed.
19961
19962 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19963
19964         * Makefile.in,configure.in: added autoconf.
19965
19966 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19967
19968         * Makefile.in: no longer pass against on recursion.
19969
19970         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19971           definitions are not inherited.
19972
19973         * configure: correct makesrcdir when subdir is .
19974
19975 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19976
19977         * configure:  Add support for 'subdirs' variable, which is
19978         like 'configdirs', except that configure doesn't re-invoke
19979         itself for subdirs, it just creates a Makefile for each subdir.
19980         * configure.texi:  Document subdirs.
19981
19982 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19983
19984         * configure.in: added flex to configdirs
19985
19986 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19987
19988         * Makefile.in: remove clean-stamps from clean.
19989
19990 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19991
19992         * configure.in:  Add gdbtest to configdirs.
19993
19994 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19995
19996         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19997         to recursive makes.
19998         * configure.in:  Recognize new ncr3000 config.
19999
20000 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
20001
20002         * Makefile.in, configure.in: removed references to gdbm.
20003
20004 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20005
20006         * config.sub:  Don't canonicalize os value
20007         newsos* to bsd (readline needs to check for newsos).
20008         (This fix was earlier made Jan 31, but got re-broken.)
20009
20010 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20011
20012         * configure.in:  sco is an os, not a vendor!
20013
20014         * configure:  Quote $( better.  Keep various shells happy.
20015
20016 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20017
20018         * Makefile.in: eliminate stamp-files.
20019
20020 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20021
20022         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20023           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20024
20025 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20026
20027         * config.sub:  fix iris/iris3.
20028
20029 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20030
20031         * configure: re-add -rm.
20032
20033 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20034
20035         * Maskefile.in: add .stmp-rcs to all.
20036
20037         * configure.in: remove gas from rs6000 build, use aix host fragment.
20038
20039 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20040
20041         * configure: pass down site_option during recursion.
20042
20043 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20044
20045         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20046
20047 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20048
20049         * configure: Change exec_prefix so that it really defaults to prefix.
20050
20051 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20052
20053         * Makefile.in, configure.in:  Add support for mmalloc library.
20054
20055 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20056
20057         * Makefile.in: add stmp dependencies for a few more things.
20058
20059 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20060
20061         * configure: adjusted error message on objdir/srcdir configure
20062           collision, per john's suggestion.
20063
20064         * Makefile.in: add libiberty stmp to all and all.cross.
20065
20066 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20067
20068         * Makefile.in: remove force dependencies, add grep to all.
20069
20070 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20071
20072         * Makefile.in: drop flex.  make stamp files work.
20073
20074         * configure: added test for conflicting configuration in srcdir,
20075           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20076           gets cranky.  use relative paths for configure and srcdir
20077           whenever possible.  Send some error messages to stderr that were
20078           going to stdout.
20079
20080 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20081
20082         * Makefile.in:  Fix libg++ rule to check for gcc directory
20083         before using gcc/gcc.  Also pass XTRAFLAGS.
20084
20085 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20086
20087         * Makefile.in: added stmp-files so that directories aren't polled
20088           when they are already built.
20089
20090         * configure.texi: fixed a node pointer problem.
20091
20092 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20093
20094         * config.sub configure.in gdb/configure.in
20095         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20096         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20097         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20098
20099 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20100
20101         * configure: -recurring becomes -silent.  corrected help message
20102           for -site= option.
20103
20104         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20105
20106 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20107
20108         * configure: when building Makefile for crosses, replace
20109           tooldir and program_prefix.  default srcdir from location of
20110           config.sub.  remove "for host in hosts" and "for target in
20111           targets" loops.
20112
20113 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20114
20115         * Makefile.in: Do not pass bindir or mandir to cvs.
20116
20117 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20118
20119         * Makefile.in, configure.in: removed traces of namesubdir,
20120           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20121           copyrights to '92, changed some from Cygnus to FSF.
20122
20123         * configure.texi: remove most references to multiple hosts,
20124           multiple targets, subdirs, etc.
20125
20126         * configure.man: removed rcsid. reference config.sub not
20127           config.subr.
20128
20129         * Makefile.in: mkdir $(infodir) on install-info.
20130
20131 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20132
20133         * configure.texi:  Explain better about .gdbinit and about
20134         the environment that configure.in sections run in.
20135
20136 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20137
20138         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20139
20140 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20141
20142         * README:  DOC.configure => cfg-paper.texi.
20143
20144 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20145
20146         * config.sub (near case $os):  Don't convert newsos* to bsd!
20147
20148 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20149
20150         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20151         the number of copies of COPYING that go into the GDB tar file.
20152
20153 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20154
20155         * bfd/configure.in, gdb/config/mh-i386sco,
20156         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20157         Fix SCO configuration stuff.
20158
20159 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20160
20161         * Makefile.in:  For libg++, make sure the -I pointing
20162         to the gcc directory goes *after* all the libg++-local -I flags.
20163         Also, move just-gcc dependency from just-libg++ to all-libg++.
20164
20165 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20166
20167         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20168
20169 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20170
20171         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20172
20173 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20174
20175         * config.sub:  Add stratus configuration frags.  Also
20176         submitted to FSF.
20177
20178 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20179
20180         * Makefile.in (DEV_SUPPORT):  add configure.man.
20181
20182         * config.sub(Decode manufacturer-specific):  add -none*.
20183
20184 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20185
20186         * Makefile.in:  remove form feeds to make Sun's make happy.
20187         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20188
20189 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20190
20191         * Makefile.in (AR_FLAGS):  Make quieter.
20192
20193 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20194
20195         * configure.in:  Add libg++.
20196         * configure:  When verbose, don't output the command line at each
20197         level; it will be unremarkably the same as the previous version,
20198         which will be the same as what the user typed.
20199
20200 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20201
20202         * configure.in, Makefile.in: fix clean-info, add flex.  add
20203           fileutils.
20204
20205         * configure: be less sensitive to spaces in Makefile.in.  Do not
20206           look for sources in "..".  Doing so breaks subdirectories that
20207           might have their own configure.  If a subdir has it's own
20208           configure script, use it.
20209
20210 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20211
20212         * cfg-paper.texi: some changes suggested by rms.
20213
20214 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20215
20216         * config.sub:  Merge in some small additions from the FSF version,
20217         taken from the gcc distribution, to bring the Cygnus and FSF
20218         versions into closer sync.
20219
20220 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20221
20222         * configure.in:  Changed svr4 references to sysv4.
20223
20224 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20225
20226         * configure: added -V for version number option.
20227
20228 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20229
20230         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20231           renamed from DOC.configure to cfg-paper.texi.
20232
20233 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20234
20235         * configure, config.subr, config.sub: config.subr is now
20236           config.sub again.
20237
20238 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20239
20240         * configure.texi: new file, in progress.
20241
20242         * Makefile.in: build info file and install the man page for
20243           configure.
20244
20245         * configure.man: new file, first cut.
20246
20247         * configure: find config.subr again now that configuration "none"
20248           has gone.  removed all traces of the -ansi option.  removed all
20249           traces of the -languages option.
20250
20251         * config.subr: resync from rms.
20252
20253 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20254
20255         * configure, config.sub, config.subr: merge config.sub into
20256           config.subr, call the result config.subr, remove config.sub, use
20257           config.subr.
20258
20259         * Makefile.in: revised install for dir.info.
20260
20261 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20262
20263         * configure.in: add decstation host makefile frag.
20264
20265         * Makefile.in: BISON now bison -y again.  also install-gcc on
20266           install.  clean-gdbm on clean.  infodir belongs in datadir.
20267           Make directories for info install.  Build dir.info here then
20268           install it.
20269
20270 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20271
20272         * Makefile.in: fix for bad directory tests.
20273
20274 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20275
20276         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20277           regexp.  -srcdir relative was being handled incorrectly.
20278
20279         * Makefile.in: unwrapped some for loops so that parallel makes
20280           work again and so one can focus one's attention on a particular
20281           package.
20282
20283 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20284
20285         * configure: added PWD as a stand in for `pwd` (for speed). use
20286           elif wherever possible.  make -srcdir work without -objdir.
20287           -objdir= commented out.
20288
20289 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20290
20291         * configure: +options become --options.  -subdirs commented out.
20292           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20293           Makefile now at top of generated Makefile.  Removed cvs log
20294           entries.  added -srcdir.  create .gdbinit only if there is one
20295           in ${srcdir}.
20296
20297         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20298           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20299           and mandir now keyed off datadir by default.
20300
20301 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20302
20303         * Freshly created ChangeLog.
20304
20305 \f
20306 Local Variables:
20307 mode: change-log
20308 left-margin: 8
20309 fill-column: 76
20310 version-control: never
20311 End: