MAINTAINERS: add myself.
[platform/upstream/gcc.git] / ChangeLog
1 2019-01-21  Jiufu Guo  <guojiufu@linux.ibm.com>
2
3         * MAINTAINERS (Write After Approval): Add myself.
4
5 2019-01-18  Li Jia He  <helijia@gcc.gnu.org>
6
7         * MAINTAINERS (Write After Approval): Add myself.
8
9 2019-01-17  Andrew Stubbs  <ams@codesourcery.com>
10             Kwok Cheung Yeung  <kcy@codesourcery.com>
11             Julian Brown  <julian@codesourcery.com>
12             Tom de Vries  <tom@codesourcery.com>
13             Jan Hubicka  <hubicka@ucw.cz>
14             Martin Jambor  <mjambor@suse.cz>
15
16         * configure.ac: Likewise.
17         * configure: Regenerate.
18         * contrib/config-list.mk: Add amdgcn-amdhsa.
19
20 2019-01-16  Kewen Lin  <linkw@gcc.gnu.org>
21
22         * MAINTAINERS (Write After Approval): Add myself.
23
24  2019-01-16  Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
25
26  * MAINTAINERS (Write After Approval): Add myself.
27
28 2019-01-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
29
30         PR target/88535
31         * config.guess: Import upstream version 2019-01-03.
32         * config.sub: Import upstream version 2019-01-01.
33
34 2018-12-21  Thomas Preud'homme  <thomas.preudhomme@linaro.org>
35
36         * MAINTAINERS (Write After Approval): Update my maintainer address.
37
38 2018-12-21  Gergö Barany  <gergo@codesourcery.com>
39
40         * MAINTAINERS (Write After Approval): Add myself.
41
42 2018-12-10  Segher Boessenkool  <segher@kernel.crashing.org>
43
44         * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
45
46 2018-12-05  Iain Sandoe  <iain@sandoe.co.uk>
47
48         * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
49         (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
50         (GCC_TARGET_TOOL): Likewise.
51         * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
52         (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
53         OTOOL, OTOOL_FOR_TARGET: New substitutions.
54         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
55         * configure: Regenerate.
56         * Makefile.in: Likewise.
57
58 2018-11-28  Johannes Pfau  <johannespfau@gmail.com>
59
60         * MAINTAINERS (Write After Approval): Add myself.
61
62 2018-11-13  Martin Liska  <mliska@suse.cz>
63
64         * gcc.target/i386/pr87930.c: Move to ...
65         * gcc.dg/asan/pr87930.c: ... here.  Guard for i?86/x86_64 targets.
66
67 2018-11-10  Stafford Horne  <shorne@gmail.com>
68
69         * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
70         (Write After Approval): Remove myself.
71
72 2018-11-06  Hafiz Abid Qadeer  <abidh@codesourcery.com>
73
74         * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
75         Append $INCICONV to it.
76
77 2018-11-04  Stafford Horne  <shorne@gmail.com>
78
79         * MAINTAINERS (Write After Approval): Add myself.
80
81 2018-10-31  Joseph Myers  <joseph@codesourcery.com>
82
83         PR bootstrap/82856
84         * multilib.am: New file.  From automake.
85
86         Merge from binutils-gdb:
87         2018-06-19  Simon Marchi  <simon.marchi@ericsson.com>
88
89         * libtool.m4: Use AC_LANG_SOURCE.
90         * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
91         * ar-lib: New file.
92         * test-driver: New file.
93         * configure: Re-generate.
94
95 2018-10-31  Michael Ploujnikov  <michael.ploujnikov@oracle.com>
96
97         * MAINTAINERS (Write After Approval): Add myself.
98
99 2018-10-31  Iain Buclaw  <ibuclaw@gdcproject.org>
100
101         PR bootstrap/87788
102         PR d/87799
103         * configure: Rebuild.
104         * configure.ac: Disable D on systems where it is known not to work.
105
106 2018-10-28  Iain Buclaw  <ibuclaw@gdcproject.org>
107
108         * Makefile.def (target_modules): Add libphobos.
109         (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
110         GDCFLAGS_FOR_TARGET.
111         (dependencies): Make libphobos depend on libatomic, libbacktrace
112         configure, and zlib configure.
113         (language): Add language d.
114         * Makefile.in: Rebuild.
115         * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
116         (HOST_EXPORTS): Add GDC.
117         (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
118         (BASE_TARGET_EXPORTS): Add GDC.
119         (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
120         (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
121         (EXTRA_HOST_FLAGS): Add GDC.
122         (STAGE1_FLAGS_TO_PASS): Add GDC.
123         (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
124         * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
125         environment variables.
126         * configure: Rebuild.
127         * configure.ac: Add target-libphobos to target_libraries.  Set and
128         substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
129
130 2018-10-24  Ilya Leoshkevich  <iii@linux.ibm.com>
131
132         * MAINTAINERS (Write After Approval): Add myself.
133
134 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
135
136         * MAINTAINERS (Write After Approval): Remove myself.
137
138 2018-10-23  Iain Buclaw  <ibuclaw@gdcproject.org>
139
140         * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
141
142 2018-10-14  Bin Cheng <bin.cheng@linux.alibaba.com>
143
144         * MAINTAINERS: Update my email address.
145
146 2018-10-04  Thomas Schwinge  <thomas@codesourcery.com>
147
148         * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
149         maintainer.
150
151 2018-09-13  Matthew Malcomson  <matthew.malcomson@arm.com>
152
153         * MAINTAINERS (Write After Approval): Add self.
154
155 2018-09-13  Sam Tebbs  <sam.tebbs@arm.com>
156
157         * MAINTAINERS (write after approval): Add myself.
158
159 2018-09-04  Xuepeng Guo  <xuepeng.guo@intel.com>
160
161         * MAINTAINERS: Update my email address.
162
163 2018-08-29  Vlad Lazar  <vlad.lazar@arm.com>
164
165         * MAINTAINERS (write after approval): Add myself.
166
167 2018-08-21  Richard Sandiford  <richard.sandiford@arm.com>
168
169         * MAINTAINERS: Add self to global reviewers list.
170
171 2018-08-17  Sandra Loosemore  <sandra@codesourcery.com>
172
173         MAINTAINERS: Add c-sky port maintainers.
174
175 2018-08-10  Martin Liska  <mliska@suse.cz>
176
177         * MAINTAINERS: Revert change in previous commit and
178         join lines.
179
180 2018-08-10  Martin Liska  <mliska@suse.cz>
181
182         * MAINTAINERS: Remove extra line.
183
184 2018-08-06  Naveen H.S  <naveenh@marvell.com>
185
186         * MAINTAINERS: Update my email address.
187
188 2018-07-19  DJ Delorie  <dj@redhat.com>
189
190         * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
191         as maintainer.
192
193 2018-07-16  Andreas Krebbel  <krebbel@linux.ibm.com>
194
195         * MAINTAINERS: Adjust email address for me and my colleague Robin
196         Dapp.
197
198 2018-07-13  H.J. Lu  <hongjiu.lu@intel.com>
199             Sunil K Pandey  <sunil.k.pandey@intel.com>
200
201         PR target/84413
202         * config/i386/i386.c (m_CORE_AVX512): New.
203         (m_CORE_AVX2): Likewise.
204         (m_CORE_ALL): Add m_CORE_AVX2.
205         * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
206         Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
207         and remove the rest of m_SKYLAKE_AVX512.
208
209 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
210
211         * config.sub: Sync with upstream version 2018-07-03.
212
213 2018-07-06  Sebastian Huber  <sebastian.huber@embedded-brains.de>
214
215         * config.guess: Sync with upstream version 2018-06-26.
216         * config.sub: Sync with upstream version 2018-07-02.
217
218 2018-06-19  Bernhard M. Wiedemann  <bwiedemann@suse.de>
219
220         * libtool.m4: Sort output of 'find' to enable deterministic builds.
221         * ltmain.sh: Likewise.
222
223 2018-07-03  Segher Boessenkool  <segher@kernel.crashing.org>
224
225         * contrib/config-list.mk: Remove powerpc-linux_paired.
226
227 2018-06-29  Alexandre Oliva <oliva@adacore.com>
228
229         * configure.ac: Introduce support for @unless/@endunless.
230         * Makefile.tpl (dep-kind): Rewrite with cond; return
231         postbootstrap in some cases.
232         (make-postboot-dep, postboot-targets): New.
233         (dependencies): Do not output postbootstrap dependencies at
234         first.  Output non-target ones changed for configure to depend
235         on stage_last @if gcc-bootstrap, and the original deps @unless
236         gcc-bootstrap.
237         * configure.in, Makefile.in: Rebuilt.
238
239 2018-06-28  Jackson Woodruff  <jackson.woodruff@arm.com>
240
241         * MAINTAINERS (write after approval): Add myself.
242
243 2018-06-26  Rasmus Villemoes  <rv@rasmusvillemoes.dk>
244
245         * MAINTAINERS (write after approval): Add myself.
246
247 2018-06-19  Nick Clifton  <nickc@redhat.com>
248
249         * zlib/configure.ac: Restore old behaviour of only enabling
250         multilibs when a target subdirectory is defined.  This allows
251         building with srcdir == builddir.
252         * zlib/configure: Regenerate.
253
254 2018-06-18  Eric Botcazou  <ebotcazou@adacore.com>
255
256         * Makefile.def (fortran): Add check-target-libgomp-fortran.
257         * Makefile.tpl (check-target-libgomp-fortran): New phony target.
258         * Makefile.in: Regenerate.
259
260 2018-06-16  Ben Elliston  <bje@gnu.org>
261
262         * config.guess: Import latest version.
263         * config.sub: Likewise.
264
265 2018-06-08  Martin Liska  <mliska@suse.cz>
266
267         * MAINTAINERS: Remove MPX-related entries.
268         * Makefile.def: Remove libmpx support.
269         * Makefile.in: Regenerate.
270         * configure.ac: Remove removed files.
271         * configure: Regenerate.
272         * libmpx/ChangeLog: Remove.
273         * libmpx/Makefile.am: Remove.
274         * libmpx/Makefile.in: Remove.
275         * libmpx/acinclude.m4: Remove.
276         * libmpx/aclocal.m4: Remove.
277         * libmpx/config.h.in: Remove.
278         * libmpx/configure: Remove.
279         * libmpx/configure.ac: Remove.
280         * libmpx/configure.tgt: Remove.
281         * libmpx/libmpx.spec.in: Remove.
282         * libmpx/mpxrt/Makefile.am: Remove.
283         * libmpx/mpxrt/Makefile.in: Remove.
284         * libmpx/mpxrt/libmpx.map: Remove.
285         * libmpx/mpxrt/libtool-version: Remove.
286         * libmpx/mpxrt/mpxrt-utils.c: Remove.
287         * libmpx/mpxrt/mpxrt-utils.h: Remove.
288         * libmpx/mpxrt/mpxrt.c: Remove.
289         * libmpx/mpxrt/mpxrt.h: Remove.
290         * libmpx/mpxwrap/Makefile.am: Remove.
291         * libmpx/mpxwrap/Makefile.in: Remove.
292         * libmpx/mpxwrap/libmpxwrappers.map: Remove.
293         * libmpx/mpxwrap/libtool-version: Remove.
294         * libmpx/mpxwrap/mpx_wrappers.c: Remove.
295
296 2018-06-04  Martin Liska  <mliska@suse.cz>
297
298         * MAINTAINERS: Add myself as gcov maintainer.
299
300 2018-06-04  Matthew Fortune  <mfortune@gmail.com>
301
302         * MAINTAINERS: Update my email address.
303
304 2018-06-04  Tom de Vries  <tdevries@suse.de>
305
306         * MAINTAINERS: Remove write-after-approval entries for component
307         maintainers.
308
309 2018-06-01  Jozef Lawrynowicz  <jozef.l@mittosystems.com>
310
311         * MAINTAINERS (write after approval): Add myself.
312
313 2018-06-01  Bin Cheng <amker@gcc.gnu.org>
314
315         * MAINTAINERS: Update my email address.
316
317 2018-06-01  Tom de Vries  <tdevries@suse.de>
318
319         * MAINTAINERS: Update my email address.
320
321 2018-05-22  Bin Cheng <bin.cheng@arm.com>
322
323         * MAINTAINERS (loop-optimizer): Add myself.
324
325 2018-05-01  Francois H. Theron  <francois.theron@netronome.com>
326
327         * configure.ac: Added "nfp" target.
328         * configure: Regenerate.
329
330 2018-04-30  Richard Biener  <rguenther@suse.de>
331
332         PR bootstrap/85571
333         * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
334         (STAGE3_TFLAGS): Likewise.
335         (STAGEtrain_CFLAGS): Filter out -fchecking=1.
336         (STAGEtrain_TFLAGS): Likewise.
337         * Makefile.in: Regenerate.
338
339 2018-04-26  Richard Biener  <rguenther@suse.de>
340
341         * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
342         (STAGE2_CFLAGS): Likewise.
343         (STAGE2_TFLAGS): Likewise.
344         (STAGE3_CFLAGS): Add -fchecking.
345         (STAGE3_TFLAGS): Likewise.
346         (STAGEtrain_CFLAGS): Filter out -fchecking.
347         (STAGEtrain_TFLAGS): Likewise.
348         * Makefile.in: Re-generate.
349
350 2018-04-25  Catherine Moore <clm@codesourcery.com>
351
352         * MAINTAINERS (mips): Remove myself as MIPS maintainer.
353
354 2018-04-18  Paul Clarke  <pc@us.ibm.com>
355
356         * MAINTAINERS (write after approval): Add myself.
357
358 2018-04-10  Aaron Sawdey  <acsawdey@linux.ibm.com>
359
360         * MAINTAINERS: Update my email address.
361
362 2018-04-02  Bill Schmidt  <wschmidt@linux.ibm.com>
363
364         * MAINTAINERS: Remove redundant Write-After-Approval entry.
365
366 2018-03-30  Bill Schmidt  <wschmidt@linux.ibm.com>
367
368         * MAINTAINERS: Update my email address and disambiguate myself
369         a bit from Will Schmidt.
370
371 2018-03-21  Nathan Sidwell  <nathan@acm.org>
372
373         * MAINTAINERS: Move maintainers of now-removed picochip and score
374         ports to write after approval.
375
376 2018-03-13  Richard Sandiford  <richard.sandiford@arm.com>
377
378         * MAINTAINERS: Add entry for SVE maintainership.
379
380 2018-02-13  Maciej W. Rozycki  <macro@mips.com>
381
382         * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
383         * configure: Regenerate.
384
385 2018-01-18  Boris Kolpackov  <boris@codesynthesis.com>
386
387         * MAINTAINERS (write after approval): Add myself.
388
389 2018-01-18  Siddhesh Poyarekar  <siddhesh@sourceware.org>
390
391         * MAINTAINERS (write after approval): Add myself.
392
393 2018-01-16  Sebastian Perta  <sebastian.perta@renesas.com>
394
395         * MAINTAINERS (write after approval): Add myself.
396
397 2018-01-03  Jakub Jelinek  <jakub@redhat.com>
398
399         Update copyright years.
400
401 2018-01-03  Ben Elliston  <bje@gnu.org>
402
403         * config.guess: Import latest version.
404         * config.sub: Likewise.
405
406 2017-12-12  Stafford Horne  <shorne@gmail.com>
407
408         * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
409         * configure: Regenerate.
410
411 2017-11-29  Qing Zhao  <qing.zhao@oracle.com>
412
413         * MAINTAINERS (Write After Approval): Add myself.
414
415 2017-11-28  Julia Koval  <julia.koval@intel.com>
416             Sebastian Peryt  <sebastian.peryt@intel.com>
417
418         * Makefile.def (target_modules): Remove libcilkrts.
419         * Makefile.in: Ditto.
420         * configure: Ditto.
421         * configure.ac: Ditto.
422
423 2017-11-28  Julia Koval  <julia.koval@intel.com>
424
425         * MAINTAINERS (Write After Approval): Add myself.
426
427 2017-11-22  Sudakshina Das  <sudi.das@arm.com>
428
429         * MAINTAINERS (Write After Approval): Add myself.
430
431 2017-11-06  Palmer Dabbelt  <palmer@sifive.com>
432
433         * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
434         Use my SiFive email address.
435
436 2017-11-15  Sebastian Peryt  <sebastian.peryt@intel.com>
437
438         * MAINTAINERS (write after approval): Add myself.
439
440 2017-10-27  Martin Liska  <mliska@suse.cz>
441
442         * Makefile.tpl: Use proper name of folder as it was renamed
443         during transition to 4 stages.
444         * Makefile.in: Regenerate.
445
446 2017-10-16  Igor Tsimbalist  <igor.v.tsimbalist@intel.com>
447
448         * MAINTAINERS (write after approval): Add myself.
449
450 2017-10-01  Gerald Pfeifer  <gerald@pfeifer.com>
451
452         * MAINTAINERS: Add a note that maintainership also includes web
453         pages, docs, and testsuite related to that area.
454
455 2017-09-25  Tom de Vries  <tom@codesourcery.com>
456
457         * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
458
459 2017-09-18  Pierre-Marie de Rodat  <derodat@adacore.com>
460
461         * MAINTAINERS: Add myself as a maintainer for the Ada front end.
462
463 2017-09-15  Nathan Sidwell  <nathan@acm.org>
464
465         * MAINTAINERS: Remove myself as a vxworks maintainer.
466
467 2017-09-13  Thomas Schwinge  <thomas@codesourcery.com>
468
469         * MAINTAINERS: Remove email address of Jim Norris.
470
471 2017-09-11  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
472
473         * MAINTAINERS (Reviewers): Move myself from here...
474         (CPU Port Maintainers): ... to here.
475
476 2017-09-09  James Greenhalgh  <james.greenhalgh@arm.com>
477
478         * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
479
480 2017-07-31  Robin Dapp  <rdapp@linux.vnet.ibm.com>
481
482         * MAINTAINERS (write after approval): Add myself.
483
484 2017-07-28  Tony Reix  <tony.reix@atos.net>
485
486         * configure.ac (target-libffi): Don't disable for AIX.
487         (go): Don't add to unsupported_languages on AIX.
488         (target-libgo): Don't disable for AIX.
489         * configure: Regenerate.
490
491 2017-07-19  Yury Gribov  <tetra2005@gmail.com>
492
493         * MAINTAINERS: Add myself.
494
495 2017-07-18  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
496
497         * MAINTAINERS: Update my email address.
498
499 2017-07-04  Richard Earnshaw  <rearnsha@arm.com>
500
501         * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
502         arm-specific auto-generated header files.
503
504 2017-07-03  Nathan Sidwell  <nathan@acm.org>
505
506         * configure.ac: Set srcdir when sourcing config-lang.in fragments.
507         * configure: Rebuilt.
508
509 2017-07-03  Bernd Schmidt  <bschmidt@redhat.com>
510
511         * MAINTAINERS: Readd myself for c6x.
512
513 2017-06-28  Martin Liska  <mliska@suse.cz>
514
515         PR bootstrap/81217
516         * Makefile.def: Remove superfluous bootstrap_target from
517         bootstrap_stage.
518         * Makefile.in: Re-generate the file.
519
520 2017-06-26  Maxim Ostapenko  <m.ostapenko@samsung.com>
521
522         * MAINTAINERS: Add myself to Write After Approval
523
524 2017-06-21  Andrew Jenner  <andrew@codesourcery.com>
525
526         * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
527
528 2017-06-19  Martin Liska  <mliska@suse.cz>
529
530         * Makefile.def: Define 4 stages PGO bootstrap.
531         * Makefile.tpl: Define FLAGS.
532         * Makefile.in: Regenerate.
533
534 2017-06-14  Ian Lance Taylor  <iant@golang.org>
535
536         * Makefile.def: Add check-gotools to go check targets.
537         * Makefile.in: Rebuild.
538
539 2017-06-12  Segher Boessenkool  <segher@kernel.crashing.org>
540
541         * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
542
543 2017-06-03  Eric Botcazou  <ebotcazou@adacore.com>
544
545         * configure.ac (*-*-linux-android*): Set target_makefile_frag.
546         * configure: Regenerate.
547
548 2017-05-31  Martin Liska  <mliska@suse.cz>
549
550         * configure.ac: Add handling of stage2_werror_flags to
551         action-if-given and to action-if-not-given.
552         * configure: Regenerate.
553
554 2017-05-31  Prakhar Bahuguna  <prakhar.bahuguna@arm.com>
555
556         * MAINTAINERS: Add self to Write After Approval
557
558 2017-05-27  Bernd Schmidt  <bschmidt@redhat.com>
559
560         * MAINTAINERS: Update my email address, and remove myself as
561         maintainer in some areas.
562
563 2017-05-25  Eric Gallager  <egall@gwmail.gwu.edu>
564
565         * MAINTAINERS: Add self to Write After Approval
566
567 2017-05-25  Nathan Sidwell  <nathan@acm.org>
568
569         * configure.ac: Add --enable-languages=default to mean default and
570         make --enable-languages=all mean all supported languages.
571         * configure: Regenerated.
572
573 2017-05-24  Segher Boessenkool  <segher@kernel.crashing.org>
574
575         * config.gcc (powerpc*-*-*spe*): New.
576         (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
577         (powerpc-*-rtems*spe*): New.
578         (powerpc*-*-linux*spe*): New.
579         (powerpc-wrs-vxworksspe): New.
580         (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
581         (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
582         * config.host (powerpc*-*-*spe*): New.
583
584 2017-05-19  Martin Liska  <mliska@suse.cz>
585
586         * configure.ac: Add --enable-werror-always just for
587         bootstrap-debug (or none build config) and do not add it
588         when we are on a release branch.
589         * configure: Regenerated.
590
591 2017-05-18  Sheldon Lobo  <sheldon.lobo@oracle.com>
592
593         * MAINTAINERS: Add self to Write After Approval
594
595 2017-05-09  Kaz Kojima  <kkojima@gcc.gnu.org>
596
597         * MAINTAINERS: Move myself to Write After Approval section.
598
599 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
600
601         * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
602         ACCH registers.
603         * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
604         available.
605         (umulsidi3): Likewise.
606         (mulsidi3_700): Disable this pattern when we have advanced mpy
607         instructions.
608         (umulsidi3_700): Likewise.
609         (maddsidi4): New pattern.
610         (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
611         (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
612         (mpydu_imm_arcv2hs): Likewise.
613         * config/arc/predicates.md (accl_operand): New predicate.
614
615 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
616             Andrew Burgess <andrew.burgess@embecosm.com>
617
618         * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
619         case.
620         (ARC_AUTOFP_IRQ_P): Likewise.
621         (ARC_AUTO_IRQ_P): Likewise.
622         (rgf_banked_register_count): New variable.
623         (parse_mrgf_banked_regs_option): New function.
624         (arc_override_options): Handle rgf_banked_regs option.
625         (arc_handle_interrupt_attribute): Add firq option.
626         (arc_compute_function_type): Return fast irq type when required.
627         (arc_must_save_register): Handle fast interrupts.
628         (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
629         (arc_return_address_regs): Update.
630         * config/arc/arc.h (arc_return_address_regs): Update.
631         (arc_function_type): Add fast interrupt type.
632         (ARC_INTERRUPT_P): Update.
633         (RC_FAST_INTERRUPT_P): Define.
634         * config/arc/arc.md (simple_return): Update for fast interrupts.
635         (p_return_i): Likewise.
636         * config/arc/arc.opt (mrgf-banked-regs): New option.
637         * doc/invoke.texi (mrgf-banked-regs): Document.
638
639 2017-05-09  Claudiu Zissulescu  <claziss@synopsys.com>
640
641         * config/arc/arc.c (irq_ctrl_saved): New variable.
642         (ARC_AUTOBLINK_IRQ_P): Define.
643         (ARC_AUTOFP_IRQ_P): Likewise.
644         (ARC_AUTO_IRQ_P): Likewise.
645         (irq_range): New function.
646         (arc_must_save_register): Likewise.
647         (arc_must_save_return_addr): Likewise.
648         (arc_dwarf_emit_irq_save_regs): Likewise.
649         (arc_override_options): Handle deferred options.
650         (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
651         (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
652         arc_must_save_return_addr.
653         (arc_compute_frame_size): Handle automated save and restore of
654         registers.
655         (arc_expand_prologue): Likewise.
656         (arc_expand_epilogue): Likewise.
657         * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
658         * config/arc/arc.opt (mirq-ctrl-saved): New option.
659         * doc/invoke.texi (mirq-ctrl-saved): Document option.
660
661 2017-04-19  Thomas Koenig  <tkoenig@gcc.gnu.org>
662         Tobias Burnus  <tobias.burnus@physik.fu-berlin.de>
663
664         PR bootstrap/77661
665         * Makefile.def: Don't pass --enable-maintainer-mode on to an
666         in-tree build MPC.
667         * Makefile.in: Regenerate.
668
669 2017-03-22  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
670
671         * configure.ac: Enable LTO by default on darwin >= 9.
672         * configure: Regenerate.
673
674 2017-03-20  Palmer Dabbelt  <palmer@dabbelt.com>
675
676         * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
677         and Andrew Waterman as the RISC-V maintainers.
678
679 2017-03-18  Nicolas Koenig  <koenigni@gcc.gnu.org>
680
681         * MAINTAINERS: Add self to Write After Approval
682
683 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
684
685         * config.guess: Import latest from upstream.
686
687 2017-03-18  Gerald Pfeifer  <gerald@pfeifer.com>
688
689         * MAINTAINERS (Write After Approval): Remove entries that are
690         already covered under Reviewers.
691
692 2017-03-08  Mark Wielaard  <mark@klomp.org>
693
694         PR demangler/70909
695         PR demangler/67264
696         * include/demangle.h: Add d_printing to struct demangle_component
697         and pass struct demangle_component as non const.
698
699 2017-02-26  Gerald Pfeifer  <gerald@pfeifer.com>
700
701         * MAINTAINERS: Remove Neil Booth as option handling maintainer.
702
703 2017-02-15  Thomas Schwinge  <thomas@codesourcery.com>
704
705         * Makefile.tpl: Remove HOST_ISLVER.
706         (HOST_EXPORTS): Remove ISLVER.
707         * Makefile.in: Regenerate.
708
709 2017-02-13  Richard Biener  <rguenther@suse.de>
710
711         * configure: Re-generate.
712
713 2017-02-07  Gerald Pfeifer  <gerald@pfeifer.com>
714
715         * MAINTAINERS: Adjust bug reporting URL.
716
717 2017-02-05  Gerald Pfeifer  <gerald@pfeifer.com>
718
719         * MAINTAINERS (Write After Approval): Remove redundant entry
720         for Andrew Burgess.
721
722 2017-02-03  John David Anglin  <danglin@gcc.gnu.org>
723
724         * configure.ac: Add gcc/function-tests.o to compare_exclusions for
725         32-bit hppa*-*-hpux*.
726         * configure: Regenerate.
727
728 2017-01-27  Pekka Jääskeläinen  <pekka.jaaskelainen@parmance.com>
729
730         * configure.ac: Moved the white list of enabling BRIG FE to
731         libhsail-rt/configure.tgt.
732         * configure: Regenerated.
733         * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
734
735 2017-01-24  Pekka Jääskeläinen  <pekka@parmance.com>
736             Martin Jambor  <mjambor@suse.cz>
737
738         * Makefile.def (target_modules): Added libhsail-rt.
739         (languages): Added language brig.
740         * Makefile.in: Regenerated.
741         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
742         tgarget-libhsail-rt.  Make brig unsupported on untested architectures.
743         * configure: Regenerated.
744
745 2017-01-17  Jakub Jelinek  <jakub@redhat.com>
746
747         PR other/79046
748         * configure: Regenerated.
749
750 2017-01-04  Alan Modra  <amodra@gmail.com>
751
752         * configure: Regenerate.
753
754 2016-12-29  Ben Elliston  <bje@gnu.org>
755
756         * config.sub: Import latest version.
757
758 2016-12-26  Alexander Ivchenko  <alexander.ivchenko@intel.com>
759
760         * MAINTAINERS (Write After Approval): Add myself.
761
762 2016-12-21  Jakub Jelinek  <jakub@redhat.com>
763
764         * configure.ac: Don't bootstrap libmpx unless --with-build-config
765         includes bootstrap-mpx.
766         * configure: Regenerated.
767
768 2016-12-19  Chenghua Xu  <paul.hua.gm@gmail.com>
769
770         * MAINTAINERS (Write After Approval): Add myself.
771
772 2016-12-01  Ma Jiang  <ma.jiang@zte.com.cn>
773
774         * configure: Regenerate.
775
776 2016-12-01  Matthias Klose  <doko@ubuntu.com>
777
778         * configure.ac: Don't use pkg-config to check for bdw-gc.
779         * configure: Regenerate.
780
781 2016-11-30  Matthias Klose  <doko@ubuntu.com>
782
783         * Makefile.def: Remove reference to boehm-gc target module.
784         * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
785         options and for the bdw-gc pkg-config module.
786         * configure: Regenerate.
787         * Makefile.in: Regenerate.
788
789 2016-11-28  Nathan Sidwell  <nathan@acm.org>
790
791         * MAINTAINERS (nvptx): Remove self.
792
793 2016-11-25  Ben Elliston  <bje@gnu.org>
794
795         * config.guess: Import latest version.
796         * config.sub: Likewise.
797
798 2016-11-18  Toma Tabacu  <toma.tabacu@imgtec.com>
799
800         * MAINTAINERS (Write After Approval): Add myself.
801
802 2016-11-15  Matthias Klose  <doko@ubuntu.com>
803
804         * Makefile.def: Remove references to GCJ.
805         * Makefile.tpl: Likewise.
806         * Makefile.in: Regenerate.
807
808 2016-11-15  Matthias Klose  <doko@ubuntu.com>
809
810         * config-ml.in: Remove references to GCJ.
811         * configure.ac: Likewise.
812         * configure: Regenerate.
813
814 2016-11-01  Josh Conner  <joshconner@google.com>
815
816         * MAINTAINERS (Write After Approval): Update email address,
817
818 2016-10-27  Carl Love  <cel@us.ibm.com>
819
820         * MAINTAINERS (Write After Approval): Fix my entry in the Write After
821         Approval list to make it alphabetical.
822
823 2016-10-27  Carl Love  <cel@us.ibm.com>
824
825         * MAINTAINERS (Write After Approval): Add myself.
826
827 2016-10-27  Andrew Burgess  <andrew.burgess@embecosm.com>
828
829         * MAINTAINERS (Reviewers): Add myself.
830         (Write After Approval): Add myself.
831
832 2016-10-21  Hartmut Penner  <hepenner@us.ibm.com>
833             Ulrich Weigand  <uweigand@de.ibm.com>
834
835         * MAINTAINERS: Update email address.
836
837 2016-10-10  Nathan Sidwell  <nathan@acm.org>
838
839         * MAINTAINERS: Update email address.
840
841 2016-10-10  Andreas Tobler <andreast@gcc.gnu.org>
842
843         * configure.ac: Add aarch64-*-freebsd*.
844         * configure: Regenerate.
845
846 2016-10-05  Steve Ellcey  <sellcey@caviumnetworks.com>
847
848         * MAINTAINERS: Update email address after it got reverted.
849
850 2016-10-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
851
852         * configure.ac (target_libraries): Readd target-boehm-gc.
853         Restore --enable-objc-gc handling.
854         * configure: Regenerate.
855
856 2015-10-03  Jeff Law  <law@redhat.com>
857
858         * MAINTAINERS: Move several inactive maintainers to the
859         write-after-approval section.
860
861 2016-09-30  Jakub Jelinek  <jakub@redhat.com>
862
863         * configure.ac: Add target-libffi to target_libraries.
864         Readd libgcj target disablings, modified to only target-libffi.
865         Readd target addition of go to unsupported languages.
866         * configure: Regenerated.
867
868 2016-09-30  Steve Ellcey  <sellcey@caviumnetworks.com>
869
870         * MAINTAINERS: Update email address.
871
872 2016-09-30  Andrew Haley  <aph@redhat.com>
873
874         * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
875         write-after approval.  Remove Tom Tromey and Bryce McKinlay from
876         libgcj.
877
878 2016-09-30  Andrew Haley  <aph@redhat.com>
879
880         * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
881         write-after approval after GCJ deletion.
882
883 2016-09-30  Andrew Haley  <aph@redhat.com>
884
885         * Makefile.def: Remove libjava.
886         * Makefile.tpl: Likewise.
887         * Makefile.in: Regenerate.
888         * configure.ac: Likewise.
889         * configure: Likewise.
890         * gcc/java: Remove.
891         * libjava: Likewise.
892
893 2016-09-28  Claudiu Zissulescu  <claziss@synopsys.com>
894
895         * MAINTAINERS (Reviewers): Add myself.
896
897 2016-09-26  Anton Kolesov  <Anton.Kolesov@synopsys.com>
898
899         * configure.ac: Disable "sim" directory for arc*-*-*.
900         * configure: Regenerated.
901
902 2016-09-23  Tamar Christina <tamar.christina@arm.com>
903
904         * MAINTAINERS (Write After Approval): Add myself.
905
906 2016-09-12  Maciej W. Rozycki  <macro@imgtec.com>
907
908         * configure.ac: Check for the minimum in-tree MPFR version
909         handled.
910         * configure: Regenerate.
911
912 2016-07-20  Yan-Ting Lin  <currygt52@gmail.com>
913
914         * configure.ac (nds32*-*-*): Remove entry to enable gdb.
915         * configure: Regenerated.
916
917 2016-07-19  Fritz Reese  <fritzoreese@gmail.com>
918
919         * MAINTAINERS (Write After Approval): Add myself.
920
921 2016-06-23  Andi Kleen  <ak@linux.intel.com>
922
923         * Makefile.def: Add autoprofiledbootstrap.
924         * Makefile.tpl: Dito.
925         * Makefile.in: Regenerate.
926
927 2016-06-23  Jakub Sejdak  <jakub.sejdak@phoesys.com>
928
929     * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
930     * configure: Regenerate.
931
932 2016-06-21  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
933
934         * configure: Regenerate.
935         * configure.ac: Remove support for avr-rtems.
936
937 2016-06-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
938
939         * MAINTAINERS (Write After Approval): Add myself.
940
941 2016-06-16  Michael Collison  <michael.collison@arm.com>
942
943         * MAINTAINERS (Write After Approval): Add myself.
944
945 2016-06-14  Mikael Morin  <mikael@gcc.gnu.org>
946
947         * MAINTAINERS (Write After Approval): Update e-mail address.
948
949 2016-06-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
950
951         * MAINTAINERS (Write After Approval): Add myself.
952
953 2016-05-28  Alan Modra  <amodra@gmail.com>
954
955         * Makefile.tpl (configure): Depend on m4 files included.
956         * Makefile.in: Regenerate.
957
958 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
959
960         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
961         code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
962
963 2016-05-20  Bill Seurer  <seurer@linux.vnet.ibm.com>
964
965         * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
966         special case builtin.
967         * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
968         support for ALTIVEC_BUILTIN_VEC_ADDEC.
969         * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
970         for __builtin_vec_addec.
971
972 2016-05-16  Jakub Sejdak  <jakub.sejdak@phoesys.com>
973
974         * config.guess: Import version 2016-04-02 (newest).
975         * config.sub: Import version 2016-05-10 (newest).
976
977 2016-05-16  Anton Kolesov  <anton.kolesov@synopsys.com>
978
979         * configure.ac: Add ARC support to libgloss.
980         * configure: Regenerate
981
982 2016-05-09  Aaron Sawdey  <acsawdey@linux.vnet.ibm.com>
983
984         * MAINTAINERS (Write After Approval): Add myself.
985
986 2016-05-02  Bernd Edlinger  <bernd.edlinger@hotmail.de>
987
988         * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
989         * configure: Regenerated.
990         * Makefile.def (gmp): Explicitly disable assembler.
991         (mpfr): Adjust lib_path.
992         (mpc): Likewise.
993         * Makefile.in: Regenerated.
994
995 2016-05-01  Jakub Jelinek  <jakub@redhat.com>
996
997         PR bootstrap/70704
998         * configure.ac (--enable-stage1-checking): Add missing
999         --enable-checking=.
1000         * configure: Regenerated.
1001
1002 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1003
1004         * config.guess: Revert r235676.
1005         * config.sub: Revert r235676.
1006
1007 2016-04-30  Oleg Endo  <olegendo@gcc.gnu.org>
1008
1009         * config.guess: Remove SH5 support.
1010         * config.sub: Likewise.
1011         * configure: Likewise.
1012         * configure.ac: Likewise.
1013
1014 2016-04-26  Jakub Jelinek  <jakub@redhat.com>
1015
1016         PR bootstrap/70704
1017         * configure.ac (--enable-stage1-checking): For --disable-checking or
1018         implicit --enable-checking, make sure extra flag matches in between
1019         stage1 and later checking.
1020         * configure: Regenerated.
1021
1022 2016-04-22  Trevor Saunders  <tbsaunde+gcc@tbsaunde.org>
1023
1024         * .gitattributes: New file.
1025
1026 2016-04-22  Segher Boessenkool  <segher@kernel.crashing.org>
1027
1028         * MAINTAINERS (rs6000/powerpc port): Add myself.
1029
1030 2016-04-13  Segher Boessenkool  <segher@kernel.crashing.org>
1031
1032         PR bootstrap/70173
1033         * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1034         and gotools directories.  Delete the stage_final file.
1035         * Makefile.in: Regenerate.
1036
1037 2016-04-12  Andre Vieira  <andre.simoesdiasvieira@arm.com>
1038
1039         * MAINTAINERS (Write After Approval): Add myself.
1040
1041 2016-04-09  Steven G. Kargl  <kargl@gcc.gnu.org>
1042
1043         * MAINTAINERS (Fortran maintainer): Remove myself.
1044
1045 2016-04-04  Bill Seurer  <seurer@linux.vnet.ibm.com>
1046
1047         * MAINTAINERS (Write After Approval): Add myself.
1048
1049 2016-03-29  Kelvin Nilsen  <kdnilsen@linux.vnet.ibm.com>
1050
1051         * MAINTAINERS (Write After Approval): Add myself.
1052
1053 2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1054
1055         Sync with binutils-gdb:
1056
1057         2016-03-17  Cary Coutant  <ccoutant@gmail.com>
1058
1059         * configure.ac: Add mips and s390 to the gold target check.
1060         * configure: Regenerate.
1061
1062 2016-03-01  DJ Delorie  <dj@redhat.com>
1063
1064         * MAINTAINERS (mep): Remove myself as MeP maintainer.
1065
1066 2016-02-22  David Malcolm  <dmalcolm@redhat.com>
1067
1068         * MAINTAINERS (libcpp): Add myself.
1069         (diagnostic messages): Likewise.
1070
1071 2016-02-20  Tom de Vries  <tom@codesourcery.com>
1072
1073         * MAINTAINERS: Fix whitespace.
1074
1075 2016-02-02  Claudiu Zissulescu  <claziss@synopsys.com>
1076
1077         * MAINTAINERS (Write After Approval): Add myself.
1078
1079 2016-01-29  Sebastian Pop  <s.pop@samsung.com>
1080
1081         * config/isl.m4: Add comments about isl-0.16.
1082         * configure: Regenerate.
1083
1084 2016-01-29  Martin Jambor  <mjambor@suse.cz>
1085
1086         * MAINTAINERS (hsa maintainers): Add myself.
1087
1088 2015-01-27  Wilco Dijkstra  <wdijkstr@arm.com>
1089
1090         * MAINTAINERS: (Write After Approval): Add myself.
1091
1092 2016-01-25  Aditya Kumar  <aditya.k7@samsung.com>
1093             Sebastian Pop  <s.pop@samsung.com>
1094
1095         * Makefile.in: Regenerate.
1096         * Makefile.tpl: Export ISLVER.
1097         * configure: Regenerate.
1098         * config/isl.m4: Detect isl-0.15.
1099
1100 2016-01-24  Mikhail Maltsev  <maltsevm@gmail.com>
1101
1102         PR bootstrap/69329
1103         * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1104         * Makefile.in: Regenerate.
1105
1106 2016-01-12  Andris Pavenis  <andris.pavenis@iki.fi>
1107
1108         * configure.ac: Enable LTO for DJGPP
1109         * configure: Regenerate
1110
1111 2016-01-12  H.J. Lu  <hongjiu.lu@intel.com>
1112
1113         Sync with binutils-gdb:
1114         2015-10-21  Nick Clifton  <nickc@redhat.com>
1115
1116         PR gas/19109
1117         * configure.ac: Note the 'none' is an acceptable argument to
1118         --enable-compressed-debug-sections.
1119         * configure: Regenerate.
1120
1121 2016-01-12  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1122
1123         PR bootstrap/69134
1124         * Makefile.def (mpfr): Disable assembler.
1125         * Makefile.in: Regenerate.
1126
1127 2016-01-01  Ben Elliston  <bje@gnu.org>
1128
1129         * config.guess: Import version 2016-01-01.
1130         * config.sub: Likewise.
1131
1132 2015-12-18  Sujoy Saraswati  <sujoy.saraswati@hpe.com>
1133
1134         * MAINTAINERS (Write After Approval): Add myself.
1135
1136 2015-12-17  Sebastian Pop  <s.pop@samsung.com>
1137
1138         * Makefile.in: Replace ISL with isl.
1139         * Makefile.tpl: Same.
1140         * config/isl.m4: Same.
1141         * configure.ac: Same.
1142         * contrib/download_prerequisites: Same.
1143         * configure: Regenerate.
1144
1145 2015-12-17  Andris Pavenis  <andris.pavenis@iki.fi>
1146
1147         * MAINTAINERS (Write After Approval): Add Myself.
1148
1149 2015-12-17  Nathan Sidwell  <nathan@acm.org>
1150
1151         * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1152         * configure: Regenerate.
1153
1154 2015-12-16  Aditya Kumar  <aditya.k7@samsung.com>
1155             Sebastian Pop  <s.pop@samsung.com>
1156
1157         * config/isl.m4 (ISL_CHECK_VERSION): Check for
1158         isl_ctx_get_max_operations.
1159         * configure: Regenerate.
1160
1161 2015-12-15  Alessandro Fanfarillo  <fanfarillo.gcc@gmail.com>
1162
1163         * MAINTAINERS (Write After Approval): Add myself.
1164
1165 2015-12-02  Ian Lance Taylor  <iant@google.com>
1166
1167         PR go/66147
1168         * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1169         * Makefile.in: Regenerate.
1170
1171 2015-12-01  Andreas Tobler  <andreast@gcc.gnu.org>
1172
1173         PR libffi/65726
1174         * Makefile.def (lang_env_dependencies): Make libffi depend
1175         on cxx.
1176         * Makefile.in: Regenerate.
1177
1178 2015-11-26  David Edelsohn  <dje.gcc@gmail.com>
1179
1180         * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1181         symbols.
1182
1183 2015-11-20  Tristan Gingold  <gingold@adacore.com>
1184
1185         Sync with binutils-gdb:
1186         2015-11-20  Tristan Gingold  <gingold@adacore.com>
1187
1188         * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1189         * configure: Regenerate.
1190
1191 2015-11-19  Martin Liska  <mliska@suse.cz>
1192
1193         * .gitignore: Add .clang-format to ignored files.
1194         * Makefile.in: Add clang-format.
1195         * Makefile.tpl: Likewise.
1196
1197 2015-11-13  Tsvetkova Alexandra  <aleksandra.tsvetkova@intel.com>
1198
1199         * configure.ac: Enable libmpx by default.
1200         * configure: Regenerated.
1201
1202 2015-10-23  Steve Ellcey  <sellcey@imgtec.com>
1203
1204         * MAINTAINERS: Update email address.
1205
1206 2015-10-23  Paulo Matos  <pmatos@linki.tools>
1207
1208         * MAINTAINERS: Update email address.
1209
1210 2015-10-23  Alan Hayward <alan.hayward@arm.com>
1211
1212         * MAINTAINERS  (Write After Approval): Add myself.
1213
1214 2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1215
1216         Sync with binutils-gdb:
1217         2015-10-20  H.J. Lu  <hongjiu.lu@intel.com>
1218
1219         PR gas/19109
1220         * configure.ac: Add
1221         --enable-compressed-debug-sections={all,gas,gold,ld}.
1222         * configure: Regenerated.
1223
1224 2015-10-16  Arnaud Charlet  <charlet@adacore.com>
1225
1226         * MAINTAINERS: Update list of Ada maintainers and email addresses.
1227
1228 2015-10-09  Martin Liska  <mliska@suse.cz>
1229
1230         * MAINTAINERS (Write After Approval): Add myself.
1231
1232 2015-10-09  Alexander Fomin <alexander.fomin@intel.com>
1233
1234         * MAINTAINERS (Write After Approval): Add myself.
1235
1236 2015-10-02  Florian Weimer  <fweimer@redhat.com>
1237
1238         * MAINTAINERS: Update email address.
1239
1240 2015-10-02  Louis Krupp <louis.krupp@zoho.com>
1241
1242         * MAINTAINERS  (Write After Approval): Add myself.
1243
1244 2015-09-20  Kai Tietz  <ktietz70@googlemail.com>
1245
1246         * MAINTAINERS: Update email.
1247
1248 2015-09-14  Bernd Schmidt  <bschmidt@redhat.com>
1249
1250         * MAINTAINERS: Update my email address.
1251
1252 2015-09-01  James Bowman  <james.bowman@ftdichip.com>
1253
1254         * MAINTAINERS (ft32 port): Add myself.
1255
1256 2015-08-28  David Sherwood  <david.sherwood@arm.com>
1257
1258         * MAINTAINERS: Add myself.
1259
1260 2015-08-27  Patrick Marlier  <patrick.marlier@gmail.com>
1261
1262         * MAINTAINERS (Write After Approval): Add myself.
1263
1264 2015-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1265
1266         PR libfortran/54572
1267         * Makefile.def: Make libgfortran depend on libbacktrace.
1268         * Makefile.in: Regenerate.
1269
1270 2015-08-20  Simon Dardis  <simon.dardis@imgtec.com>
1271
1272         * MAINTAINERS (Write After Approval): Add myself.
1273
1274 2015-08-12  Tom de Vries  <tom@codesourcery.com>
1275
1276         PR other/67092
1277         * configure.ac: Remove --with_host_libstdcxx support.
1278         * configure: Regenerate.
1279
1280 2015-08-10  Thomas Schwinge  <thomas@codesourcery.com>
1281             Jakub Jelinek  <jakub@redhat.com>
1282
1283         * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1284         nvptx*-*-*.
1285         * configure: Regenerate.
1286
1287 2015-08-06  Yaakov Selkowitz  <yselkowi@redhat.com>
1288
1289         * Makefile.def (libiconv): Define bootstrap=true.
1290         Mark pdf/html/info as missing.
1291         (configure-gcc): Depend on all-libiconv.
1292         (all-gcc): Ditto.
1293         (configure-libcpp): Ditto.
1294         (all-libcpp): Ditto.
1295         (configure-intl): Ditto.
1296         (all-intl): Ditto.
1297         * Makefile.in: Regenerate.
1298
1299 2015-08-03  Bin Cheng  <bin.cheng@arm.com>
1300
1301         * MAINTAINERS (loop ivopts): Add the entry and myself.
1302
1303 2015-07-31  Nathan Sidwell  <nathan@codesourcery.com>
1304
1305         * MAINTAINERS (nvptx): Add self.
1306
1307 2015-07-29  Alan Lawrence  <alan.lawrence@arm.com>
1308
1309         * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1310         128-bit vector modes.
1311
1312 2015-07-29  Ville Voutilainen  <ville.voutilainen@gmail.com>
1313
1314         * MAINTAINERS (Write After Approval): Add myself.
1315
1316 2015-07-28  Ben Elliston  <bje@gnu.org>
1317
1318         * config.sub, config.guess: Import from upstream.
1319
1320 2015-07-24  Michael Darling  <darlingm@gmail.com>
1321
1322         PR other/66259
1323         * config-ml.in: Reflects renaming of configure.in to configure.ac
1324         * configure: Likewise
1325         * configure.ac: Likewise
1326
1327 2015-07-23  Bernd Schmidt  <bernds_cb1@t-online.de>
1328
1329         * MAINTAINERS: Update my email address.
1330
1331 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1332
1333         Sync with binutils-gdb:
1334         2015-03-17  H.J. Lu  <hongjiu.lu@intel.com>
1335
1336         * configure.ac (target_configdirs): Exclude target-zlib if
1337         target-libjava isn't built.
1338         * configure: Regenerated.
1339
1340 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1341
1342         Sync with binutils-gdb:
1343         2015-05-13  John David Anglin  <dave.anglin@bell.net>
1344
1345         * configure.ac: Disable configuration of GDB for HPUX targets.
1346         * configure: Regenerate.
1347
1348         2015-04-01  H.J. Lu  <hongjiu.lu@intel.com>
1349
1350         * configure.ac: Add --with-system-zlib.
1351         * configure: Regenerated.
1352
1353         2015-01-28  James Bowman  <james.bowman@ftdichip.com>
1354
1355         * configure.ac: Add FT32 support.
1356         * configure: Regenerate.
1357
1358         2015-01-12  Anthony Green  <green@moxielogic.com>
1359
1360         * configure.ac: Don't disable gprof for moxie.
1361         * configure: Rebuild.
1362
1363 2015-07-14  H.J. Lu  <hongjiu.lu@intel.com>
1364
1365         Sync with binutils-gdb:
1366         2015-05-01  H.J. Lu  <hongjiu.lu@intel.com>
1367
1368         PR ld/18355
1369         * Makefile.def: Add extra_configure_flags to host zlib.
1370         * configure.ac (extra_host_zlib_configure_flags): New.  Set
1371         to --enable-host-shared When bfd is to be built as shared
1372         library.  AC_SUBST.
1373         * Makefile.in: Regenerated.
1374
1375 2015-07-14  Hans-Peter Nilsson  <hp@bitrange.com>
1376
1377         Sync with src:
1378         2015-03-30  H.J. Lu  <hongjiu.lu@intel.com>
1379         * Makefile.def (dependencies): Add all-zlib to all-bfd.
1380         * Makefile.in: Regenerated.
1381
1382 2015-06-30  H.J. Lu  <hongjiu.lu@intel.com>
1383
1384         * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1385         target.
1386         * configure: Regenerate.
1387
1388 2015-06-23  Ludovic Courtès  <ludo@gnu.org>
1389
1390         * MAINTAINERS (Write After Approval): Add myself.
1391
1392 2015-06-22  Andreas Tobler  <andreast@gcc.gnu.org>
1393
1394         * MAINTAINERS (OS Port Maintainers): Add myself.
1395         (Various Maintainers): Remove myself from libffi testsuite.
1396
1397 2015-06-04  Richard Sandiford  <richard.sandiford@arm.com>
1398
1399         * MAINTAINERS (gen* on machine desc): Add self.
1400
1401 2015-06-02  Jason Merrill  <jason@redhat.com>
1402
1403         PR bootstrap/66319
1404         * configure.ac: Use -std=gnu++98.
1405
1406 2015-06-02  Szabolcs Nagy  <szabolcs.nagy@arm.com>
1407
1408         * MAINTAINERS (Write After Approval): Add myself.
1409
1410 2015-05-28  Mike Frysinger  <vapier@gentoo.org>
1411
1412         * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1413         * configure: Regenerate.
1414
1415 2015-05-26  Jason Merrill  <jason@redhat.com>
1416
1417         * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1418         * configure: Regenerate.
1419
1420 2015-05-16  James Bowman  <james.bowman@ftdichip.com>
1421
1422         * configure.ac: FT32 target added.
1423         * configure: Regenerated.
1424
1425 2015-05-16  Iain Buclaw  <ibuclaw@gdcproject.org>
1426
1427         * MAINTAINERS (Write After Approval): Add myself.
1428
1429 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1430
1431         * MAINTAINERS (Write After Approval): Add myself.
1432
1433 2015-05-11  Paulo Matos  <paulo@matos-sorge.com>
1434
1435         * configure.ac: Fix typo.
1436         * configure: Regenerate.
1437
1438 2015-05-10  Mikhail Maltsev  <maltsevm@gmail.com>
1439
1440         * MAINTAINERS (Write After Approval): Add myself.
1441
1442 2015-05-03  Matthias Klose  <doko@ubuntu.com>
1443
1444         * configure.ac: Match $host configured with triplets.
1445         * configure: Regenerate.
1446
1447 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1448
1449         * Makefile.tpl: Remove surplus whitespace throughout.
1450         * Makefile.in: Regenerate.
1451
1452 2015-04-20  Segher Boessenkool  <segher@kernel.crashing.org>
1453
1454         * MAINTAINERS (Various Maintainers): Add myself as instruction
1455         combiner maintainer.
1456
1457 2015-04-17  Jakub Jelinek  <jakub@redhat.com>
1458
1459         PR bootstrap/62077
1460         * configure.ac (--enable-stage1-checking): Default to
1461         release,misc,gimple,rtlflag,tree,types if --disable-checking
1462         or --enable-checking is not specified and DEV-PHASE is not
1463         experimental.
1464         * configure: Regenerated.
1465
1466 2015-04-14  Max Ostapenko  <m.ostapenko@partner.samsung.com>
1467
1468         * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1469         (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1470         (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1471         * Makefile.in: Regenerate.
1472
1473 2015-04-08  Cary Coutant  <ccoutant@gmail.com>
1474
1475         * MAINTAINERS: Update my email address.
1476
1477 2015-04-02  James Greenhalgh  <james.greenhalgh@arm.com>
1478
1479         * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1480
1481 2015-04-02  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
1482
1483         * MAINTAINERS: Add myself as an arm port reviewer.
1484
1485 2015-03-25  Martin Liska  <mliska@suse.cz>
1486             Yury Gribov  <y.gribov@samsung.com>
1487
1488         * Makefile.in: Fix ln source location for vimrc file.
1489         * Makefile.tpl: Likewise.
1490
1491 2015-03-09  Aldy Hernandez  <aldyh@redhat.com>
1492
1493         PR bootstrap/25672
1494         * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1495         cross-compiling.  Similarly for CXX_FOR_TARGET.
1496         * configure: Regenerate.
1497
1498 2015-03-10  Ilya Enkovich  <ilya.enkovich@intel.com>
1499
1500         * Makefile.def: Add libmpx.
1501         * configure.ac: Add libmpx.
1502         * Makefile.in: Regenerate.
1503         * configure: Regenerate.
1504
1505 2015-03-06  Kirill Yukhin  <kirill.yukhin@intel.com>
1506
1507         * MAINTAINERS (CPU Port Maintainers): Add myself
1508         i386 vector ISA extns mantainer.
1509
1510 2015-03-13  Jeff Law  <law@redhat.com>
1511
1512         * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1513         maintainer.
1514         Remove Richard Henderson as a maintainer for the x86 port.
1515
1516 2015-03-03  Joern Rennecke  <gnu@amylaar.uk>
1517
1518         * MAINTAINERS (CPU Port Maintainers): Update my email address.
1519
1520 2015-03-02  Ilya Enkovich  <ilya.enkovich@intel.com>
1521
1522         * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1523         pointer bounds checker and i386 MPX maintainer.
1524
1525 2015-02-26  Sandra Loosemore  <sandra@codesourcery.com>
1526
1527         * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1528
1529 2015-02-26  Martin Sebor  <msebor@redhat.com>
1530
1531         * MAINTAINERS (Various Maintainers): Add self.
1532
1533 2015-02-20  Thomas Schwinge  <thomas@codesourcery.com>
1534
1535         * configure.ac [--enable-as-accelerator-for] (enable_languages):
1536         Make sure it contains lto.
1537         * configure: Regenerate.
1538
1539 2015-02-18  Thomas Schwinge  <thomas@codesourcery.com>
1540
1541         * configure: Regenerate.
1542
1543 2015-02-06  Diego Novillo  <dnovillo@google.com>
1544 1
1545         * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1546         middle-end, docstring): Remove myself.
1547         (Write After Approval): Add myself.
1548
1549 2015-02-02  Janis Johnson  <janis.marie.johnson@gmail.com>
1550
1551         * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1552         (Write After Approval): Update address.
1553
1554 2015-01-29  David Malcolm  <dmalcolm@redhat.com>
1555
1556         PR jit/64780
1557         * configure.ac: Require the user to explicitly specify
1558         --enable-host-shared if the jit is enabled.
1559         * configure: Regenerate.
1560
1561 2015-01-27  Robert Suchanek  <robert.suchanek@imgtec.com>
1562
1563         * MAINTAINERS (Write After Approval): Add myself.
1564
1565 2015-01-25  Tom de Vries  <tom@codesourcery.com>
1566
1567         * MAINTAINERS: Make whitespace consistent.
1568
1569 2015-01-23  Braden Obrzut  <admin@maniacsvault.net>
1570
1571         * MAINTAINERS (Write After Approval): Add myself.
1572
1573 2015-01-20  Andre Vehreschild  <vehre@gmx.de>
1574
1575         * MAINTAINERS: (Write After Approval): Add myself.
1576
1577 2015-01-15  Martin Uecker  <uecker@eecs.berkeley.edu>
1578
1579         * MAINTAINERS: (Write After Approval): Add myself.
1580
1581 2015-01-15  Philipp Tomsich  <ptomsich@theobroma-systems.com>
1582
1583         * MAINTAINERS: (Write After Approval): Add myself.
1584
1585 2015-01-13  Iain Sandoe  <iain@codesourcery.com>
1586
1587         * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1588         objective-c/c++ front end maintainer.
1589
1590 2015-01-13  Marek Polacek  <polacek@redhat.com>
1591
1592         * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1593
1594 2015-01-12  Jeff Law  <law@redhat.com>
1595
1596         * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1597         a very long time.
1598
1599 2015-01-09  Ian Lance Taylor  <iant@google.com>
1600
1601         * configure.ac (host_tools): Add gotools.
1602         * Makefile.def (host_modules): Add gotools.
1603         (dependencies): Add dependency of all-gotools on all-target-libgo.
1604
1605 2015-01-09  Andreas Tobler  <andreast@gcc.gnu.org>
1606
1607         * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1608         * configure: Regenerate.
1609
1610 2015-01-08  Thomas Schwinge  <thomas@codesourcery.com>
1611
1612         * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1613         all-target-libgomp.
1614         * Makefile.in: Regenerate.
1615
1616 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1617
1618         * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1619
1620 2015-01-06  Eric Botcazou  <ebotcazou@adacore.com>
1621
1622         * configure.ac: Add Visium support.
1623         * configure: Regenerate.
1624
1625 2015-01-04  Andreas Schwab  <schwab@linux-m68k.org>
1626
1627         * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1628         * configure: Regenerate.
1629
1630 2015-01-03  Andrew Pinski  <apinski@cavium.com>
1631
1632         * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1633         * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1634         (BASE_TARGET_EXPORTS): Add OBJCOPY.
1635         (OBJCOPY_FOR_TARGET): New variable.
1636         (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1637         * Makefile.in: Regenerate.
1638         * configure.ac: Check for already installed target objcopy.
1639         Also GCC_TARGET_TOOL on objcopy.
1640         * configure: Regenerate.
1641
1642 2015-01-02  Hans-Peter Nilsson  <hp@bitrange.com>
1643
1644         * config.sub: Update from upstream, to 2015-01-01 version.
1645         * config.guess: Ditto.
1646
1647 2014-12-22  Sebastian Huber  <sebastian.huber@embedded-brains.de>
1648
1649         * MAINTAINERS (RTEMS Ports): Add myself.
1650
1651 2014-12-17  Pierre-Marie de Rodat  <derodat@adacore.com>
1652
1653         * MAINTAINERS (Write After Approval): Add myself.
1654
1655 2014-12-16  Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1656
1657         * MAINTAINERS (Write After Approval): Add myself.
1658
1659 2014-12-15  Thomas Schwinge  <thomas@codesourcery.com>
1660
1661         * configure.ac (--enable-as-accelerator-for): Don't set
1662         ENABLE_AS_ACCELERATOR_FOR.  Update all users.
1663         * configure: Regenerate.
1664
1665 2014-12-13  Jakub Jelinek  <jakub@redhat.com>
1666
1667         PR bootstrap/64023
1668         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1669         to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1670         Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1671         to CXX.
1672         * Makefile.in: Regenerated.
1673
1674 2014-12-09  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
1675             Yury Gribov  <y.gribov@samsung.com>
1676
1677         * .gitignore: Added .local.vimrc and .lvimrc.
1678         * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1679         * Makefile.in: Regenerate.
1680
1681 2014-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
1682
1683         * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1684         * configure: Regenerated.
1685
1686 2014-11-27  Bernd Schmidt  <bernds@codesourcery.com>
1687
1688         * MAINTAINERS (nvptx port): New entry.
1689
1690 2014-11-26  Jan-benedict Glaw  <jbglaw@lug-owl.de>
1691
1692         * configure: Regenerate.
1693
1694 2014-11-26  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1695
1696         * configure.ac: Merge with Binutils.
1697
1698 2014-11-26  Tobias Burnus  <burnus@net-b.de>
1699
1700         * Makefile.def: Make more dependent on mpfr, mpc and isl.
1701         * Makefile.in: Regenerate.
1702
1703 2014-11-24  Bernd Edlinger  <bernd.edlinger@hotmail.de>
1704
1705         * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1706         missing flex.
1707         * Makefile.in: Regenerated.
1708
1709 2014-11-21  Ilya Verbin  <ilya.verbin@intel.com>
1710
1711         * Makefile.in: Regenerate.
1712
1713 2014-11-21  Markus Trippelsdorf  <markus@trippelsdorf.de>
1714
1715         PR bootstrap/63784
1716         * libtool.m4: Add $pic_flag with -shared.
1717
1718 2014-11-21  Renlin Li  <Renlin.Li@arm.com>
1719
1720         * MAINTAINERS (Write After Approval): Added myself.
1721
1722 2014-11-21  Alex Velenko  <Alex.Velenko@arm.com>
1723
1724         * MAINTAINERS (write-after-approval): Add myself.
1725
1726 2014-11-19  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
1727
1728         * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1729         from 2 years ago.
1730
1731 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1732
1733         Revert:
1734         2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1735
1736         * MAINTAINERS (Write After Approval): Added myself as line map
1737         maintainer.
1738
1739 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1740
1741         Revert:
1742         2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1743
1744         * MAINTAINERS (Write After Approval): Added myself.
1745
1746 2014-11-19  Renlin Li  <Renlin.Li@arm.com>
1747
1748         * MAINTAINERS (Write After Approval): Added myself.
1749
1750 2014-11-19  Alex Velenko  <Alex.Velenko@arm.com>
1751
1752         * MAINTAINERS (Write After Approval): Added myself as line map
1753         maintainer.
1754
1755 2014-11-17  Dodji Seketeli  <dodji@redhat.com>
1756
1757         * MAINTAINERS (Various Maintainers): Added myself as line map
1758         maintainer.
1759
1760 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1761
1762         * move-if-change: Sync from upstream gnulib.
1763
1764 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1765
1766         * compile: Sync with upstream Automake.
1767         * depcomp: Ditto.
1768         * install-sh: Ditto.
1769         * missing: Ditto.
1770         * mkinstalldirs: Ditto.
1771         * ylwrap: Ditto.
1772
1773 2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1774
1775         * config.sub: Update from upstream config repo.
1776         * config.guess: Ditto.
1777
1778 2014-11-13  Kirill Yukhin  <kirill.yukhin@intel.com>
1779
1780         * Makefile.def: Add liboffloadmic to target_modules.  Make
1781         liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
1782         * Makefile.in: Regenerate.
1783         * configure: Regenerate.
1784         * configure.ac: Add liboffloadmic to target binaries.
1785         Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
1786         Add liboffloadmic to noconfig list when C++ is not supported.
1787
1788 2014-11-13  Bernd Schmidt  <bernds@codesourcery.com>
1789             Thomas Schwinge  <thomas@codesourcery.com>
1790             Ilya Verbin  <ilya.verbin@intel.com>
1791             Andrey Turetskiy  <andrey.turetskiy@intel.com>
1792
1793         * configure: Regenerate.
1794         * configure.ac (--enable-as-accelerator-for)
1795         (--enable-offload-targets): New configure options.
1796
1797 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1798
1799         * Makefile.def: Make all-gcc depend on all-isl.
1800         * Makefile.in: Regenerate.
1801
1802 2014-11-11  David Malcolm  <dmalcolm@redhat.com>
1803
1804         * ChangeLog.jit: New.
1805         * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
1806
1807 2014-11-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1808
1809         PR target/63610
1810         * libtool.m4: Fix globbing of darwin versions.
1811         * configure: Regenerate.
1812
1813 2014-11-11  Tobias Burnus  <burnus@net-b.de>
1814
1815         * Makefile.def: Remove CLooG.
1816         * Makefile.tpl: Ditto.
1817         * configure.ac: Ditto.
1818         * configure: Regenerate.
1819         * Makefile.in: Ditto.
1820
1821 2014-11-06  Bernd Schmidt  <bernds@codesourcery.com>
1822
1823         * configure.ac: Handle nvptx-*-*.
1824         * configure: Regenerate.
1825
1826 2014-11-06  Prachi Godbole  <prachi.godbole@imgtec.com>
1827
1828         * MAINTAINERS (Write After Approval): Add myself.
1829
1830 2014-10-31  Jakub Jelinek  <jakub@redhat.com>
1831
1832         * Makefile.def (libcc1): Remove bootstrap=true;.
1833         * Makefile.in: Regenerated.
1834
1835 2014-10-31  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1836
1837         * configure.ac: Update comment.
1838         * configure: Regenerate.
1839
1840 2014-10-31  Ilya Enkovich  <ilya.enkovich@intel.com>
1841
1842         * MAINTAINERS (Write After Approval): Add myself.
1843
1844 2014-10-30  Thomas Schwinge  <thomas@codesourcery.com>
1845
1846         * configure.ac (extra_host_libiberty_configure_flags): Add
1847         --enable-shared also for libcc1's benefit.
1848         * configure: Regenerate.
1849
1850 2014-10-29  Tristan Gingold  <gingold@adacore.com>
1851
1852         * MAINTAINERS: Change my email address.
1853
1854 2014-10-27  Phil Muldoon  <pmuldoon@redhat.com>
1855             Tom Tromey  <tromey@redhat.com>
1856
1857         * Makefile.def: Add libcc1 to host_modules.
1858         * configure.ac (host_tools): Add libcc1.
1859         * Makefile.in, configure: Rebuild.
1860
1861 2014-10-24  Hans-Peter Nilsson  <hp@axis.com>
1862
1863         * configure.ac (build_configargs): Don't share config.cache between
1864         build subdirs.
1865         * configure: Regenerate.
1866
1867 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1868
1869         * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
1870         * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
1871         * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
1872         leon3v7 as leon3.
1873         * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
1874         * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
1875         * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
1876         * config/sparc/sparc.md (cpu): Add leon3v7.
1877         * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
1878
1879 2014-10-24  Daniel Hellstrom  <daniel@gaisler.com>
1880
1881         * MAINTAINERS (write-after-approval): Add myself.
1882
1883 2014-10-23  Ian Lance Taylor  <iant@google.com>
1884
1885         * configure.ac: Disable the Go frontend on systems where it is known
1886         to not work.
1887         * configure: Regenerate.
1888
1889 2014-10-23  Richard Biener  <rguenther@suse.de>
1890
1891         * Makefile.def: Add libcpp build module and dependencies.
1892         * configure.ac: Add libcpp build module.
1893         * Makefile.in: Regenerate.
1894         * configure: Likewise.
1895
1896 2014-10-15  Max Filippov  <jcmvbkbc@gmail.com>
1897
1898         * MAINTAINERS (write-after-approval): Add myself.
1899
1900 2014-10-12  Manuel López-Ibáñez <manu@gcc.gnu.org>
1901
1902         * INSTALL/README: Do not mention CVS.
1903
1904 2014-10-03  Jing Yu  <jingyu@google.com>
1905
1906         * configure.ac: Add aarch64 to list of targets that support gold.
1907         * configure: Regenerate.
1908
1909 2014-09-29  François Dumont  <fdumont@gcc.gnu.org>
1910
1911         * MAINTAINERS:  Add myself as libstdc++ special modes maintainer.
1912
1913 2014-09-29  Catherine Moore  <clm@codesourcery.com>
1914
1915         * MAINTAINERS:  Add myself as MIPS maintainer.
1916
1917 2014-09-28  Matthew Fortune  <matthew.fortune@imgtec.com>
1918
1919         * MAINTAINERS: Move myself to MIPS maintainers.
1920
1921 2014-09-23  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1922
1923         * MAINTAINERS: Put all email addresses between '<' and '>'.
1924
1925 2014-09-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
1926
1927         * MAINTAINERS: Move myself to reviewers (Fortran).
1928
1929 2014-09-01  Andi Kleen  <ak@linux.intel.com>
1930
1931         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
1932         POSTSTAGE1_FLAGS_TO_PASS):  Add LTO_FLAGS_TO_PASS.
1933         * Makefile.in: Regenerate.
1934
1935 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1936
1937         * rtx-classes-status.txt: Delete
1938
1939 2014-08-28  David Malcolm  <dmalcolm@redhat.com>
1940
1941         * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
1942
1943 2014-08-27  Sebastian Pop  <s.pop@samsung.com>
1944
1945         * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
1946         (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
1947         of checking for version number.
1948         * configure: Regenerated.
1949         * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
1950
1951 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1952
1953         * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
1954         is done; begin phase 6 (use extra rtx_def subclasses).
1955
1956 2014-08-27  David Malcolm  <dmalcolm@redhat.com>
1957
1958         * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
1959         done; begin phase 5 (additional rtx_def subclasses).
1960
1961 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1962
1963         * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
1964
1965 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1966
1967         * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
1968         SET_BB_HEADER are done.
1969
1970 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1971
1972         * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
1973         done.
1974
1975 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1976
1977         * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
1978
1979 2014-08-26  David Malcolm  <dmalcolm@redhat.com>
1980
1981         * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
1982
1983 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1984
1985         * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
1986
1987 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1988
1989         * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
1990
1991 2014-08-25  David Malcolm  <dmalcolm@redhat.com>
1992
1993         * rtx-classes-status.txt: Phase 3 (per-file commits within
1994         "config" subdirs) is done; begin phase 4 (removal of
1995         "scaffolding").
1996
1997 2014-08-23  David Malcolm  <dmalcolm@redhat.com>
1998
1999         * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2000         dir) is done; begin phase 3 (per-file commits within "config"
2001         subdirs).
2002
2003 2014-08-21  David Malcolm  <dmalcolm@redhat.com>
2004
2005         * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2006         phase 2 (per-file commits in main source dir).
2007
2008 2014-08-21  Bin Cheng  <bin.cheng@arm.com>
2009
2010         * configure: Regenerated.
2011
2012 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2013
2014         * rtx-classes-status.txt (TODO): Add SET_BND_TO
2015
2016 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2017
2018         * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2019
2020 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2021
2022         * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2023
2024 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2025
2026         * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2027
2028 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2029
2030         * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2031
2032 2014-08-19  Joost VandeVondele <vondele@gcc.gnu.org>
2033
2034         * MAINTAINERS (Write After Approval): Add myself.
2035
2036 2014-08-19  Christopher Faylor  <me.gnu@cgf.cx>
2037
2038         * MAINTAINERS: Remove myself
2039
2040 2014-08-19  David Malcolm  <dmalcolm@redhat.com>
2041
2042         * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2043
2044 2014-08-18  Patrick Palka  <ppalka@gcc.gnu.org>
2045
2046         * MAINTAINERS (Write After Approval): Add myself.
2047
2048 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2049
2050         * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2051         SET_BB_HEADER, SET_BB_FOOTER
2052
2053 2014-08-18  David Malcolm  <dmalcolm@redhat.com>
2054
2055         * rtx-classes-status.txt: New file
2056
2057 2014-08-18 Roman Gareev  <gareevroman@gmail.com>
2058
2059         * configure.ac: Eliminate ClooG installation dependency.
2060         * configure: Regenerate.
2061         * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2062         * Makefile.in: Regenerate.
2063
2064 2014-08-15  Ilya Verbin  <iverbin@gmail.com>
2065
2066         * MAINTAINERS (Write After Approval): Add myself.
2067
2068 2014-08-15  Ilya Tocar  <tocarip@gmail.com>
2069
2070         * MAINTAINERS (Write After Approval): Add myself.
2071
2072 2014-08-01  Jiong Wang  <jiong.wang@arm.com>
2073
2074         * MAINTAINERS (Write After Approval): Add myself.
2075
2076 2014-07-28  Anthony Green  <green@moxielogic.com>
2077
2078         Import from savannah.gnu.org:
2079         * config.sub: Update to 2014-07-28 version.
2080
2081 2014-07-27  Richard Sandiford  <rdsandiford@googlemail.com>
2082
2083         * MAINTAINERS: Remove my MIPS maintainer entry.
2084
2085 2014-07-26  Uros Bizjak  <ubizjak@gmail.com>
2086
2087         PR target/47230
2088         * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2089         * configure: Regenerate.
2090
2091 2014-07-24  James Norris  <jnorris@codesourcery.com>
2092
2093         * MAINTAINERS (Write After Approval): Add myself.
2094
2095 2014-07-20  Roman Gareev  <gareevroman@gmail.com>
2096
2097         * configure.ac: Accept only CLooG 0.18.1.
2098         * configure: Regenerate.
2099
2100 2014-07-17  Roman Gareev  <gareevroman@gmail.com>
2101
2102         * configure.ac: Don't accept isl 0.11.
2103         * configure: Regenerate.
2104
2105 2014-07-16  Adhemerval Zanella  <azanella@linux.vnet.ibm.com>
2106
2107         * MAINTAINERS (Write After Approval): Add myself.
2108
2109 2014-07-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2110
2111         * configure.ac: Don't accept isl 0.10.
2112         * configure: Regenerate.
2113
2114 2014-06-23  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2115
2116         Fix include path for in-tree cloog.
2117         * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2118         * configure: Regenerate.
2119
2120 2014-06-18  Richard Henderson  <rth@redhat.com>
2121
2122         * .gitignore: Import gcc_update output.
2123
2124 2014-06-13  Thomas Schwinge  <thomas@codesourcery.com>
2125
2126         * config-ml.in: Robustify ac_configure_args parsing.
2127
2128         * configure.ac (--enable-linker-plugin-configure-flags)
2129         (--enable-linker-plugin-flags): New flags.
2130         (configdirs): Conditionally add libiberty-linker-plugin.
2131         * configure: Regenerate.
2132         * Makefile.def (host_modules): Add libiberty-linker-plugin.
2133         (host_modules) <lto-plugin>: Pay attention to
2134         @extra_linker_plugin_flags@ and
2135         @extra_linker_plugin_configure_flags@.
2136         (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2137         * Makefile.in: Regenerate.
2138
2139         * Makefile.tpl (configure-[+prefix+][+module+])
2140         (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2141         "module_srcdir" instead of "module" for locating a module's srcdir.
2142         * Makefile.in: Regenerate.
2143
2144 2014-06-10  Matthew Fortune  <matthew.fortune@imgtec.com>
2145
2146         * MAINTAINERS (Write After Approval): Add myself.
2147
2148 2014-06-06  Sebastian Pop  <sebpop@gmail.com>
2149
2150         * MAINTAINERS: Update my email address.
2151
2152 2014-06-04  Thomas Preud'homme  <thomas.preudhomme@arm.com>
2153
2154         * MAINTAINERS (Write After Approval): Add myself.
2155
2156 2014-06-03  Andrew Bennett  <andrew.bennett@imgtec.com>
2157
2158         * MAINTAINERS (Write After Approval): Add myself.
2159
2160 2014-05-30  Jonathan Wakely  <jwakely@redhat.com>
2161
2162         PR libstdc++/61011
2163         * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2164         Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2165         * configure: Regenerate.
2166
2167 2014-05-28  Pedro Alves  <palves@redhat.com>
2168
2169         * MAINTAINERS (Write After Approval): Add myself.
2170
2171 2014-05-22  Maxim Kuvyrkov  <maxim.kuvyrkov@linaro.org>
2172
2173         * MAINTAINERS: Update my affiliation/email.
2174
2175 2014-05-19  Mike Stump  <mikestump@comcast.net>
2176
2177         * MAINTAINERS: Add wide-int reviewers.
2178
2179 2014-05-14  Sandra Loosemore  <sandra@codesourcery.com>
2180
2181         * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2182         * configure: Regenerated.
2183
2184 2014-05-15  Torvald Riegel  <triegel@redhat.com>
2185
2186         * MAINTAINERS (libitm): Add myself as maintainer.
2187
2188 2014-05-07  Charles Baylis  <charles.baylis@linaro.org>
2189
2190         * MAINTAINERS (Write After Approval): Add myself.
2191
2192 2014-05-01  Richard Sandiford  <rdsandiford@googlemail.com>
2193
2194         * config.sub, config.guess: Import from upstream.
2195
2196 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2197
2198         * MAINTAINERS (Write After Approval): Put myself in correct order.
2199
2200 2014-04-29  Alan Lawrence  <alan.lawrence@arm.com>
2201
2202         * MAINTAINERS (Write After Approval): Add myself.
2203
2204 2014-04-24  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
2205
2206         * MAINTAINERS: Move myself from Reviewers to Write After Approval
2207         section.
2208
2209 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2210
2211         * MAINTAINERS (Write After Approval): Delete myself.
2212
2213 2014-04-17  Jakub Jelinek  <jakub@redhat.com>
2214
2215         PR sanitizer/56781
2216         * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2217         and -B* options with -Xcompiler.
2218
2219 2014-04-04  Eric Botcazou  <ebotcazou@adacore.com>
2220
2221         PR bootstrap/60620
2222         * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2223         * Makefile.in: Regenerate.
2224
2225 2014-03-28  Yaakov Selkowitz  <yselkowitz@users.sourceforge.net>
2226
2227         * Makefile.def (dependencies): Make all-ld depend on all-binutils
2228         for WINDRES_FOR_TARGET in default-manifest.o rule.
2229         * Makefile.in: Regenerate.
2230
2231 2014-03-26  Dominique d'Humieres <dominiq@lps.ens.fr>
2232
2233         * MAINTAINERS (Write After Approval): Add myself.
2234
2235 2014-03-26  Jakub Jelinek  <jakub@redhat.com>
2236
2237         PR sanitizer/56781
2238         * Makefile.def: Set bootstrap=true; for host fixincludes.
2239         * configure.ac: Don't bootstrap host fixincludes unless
2240         --with-build-config=bootstrap-{a,ub}san.
2241         * Makefile.in: Regenerated.
2242         * configure: Regenerated.
2243
2244 2014-03-21  Jakub Jelinek  <jakub@redhat.com>
2245
2246         * configure.ac: Move BUILD_CONFIG set up earlier.  Add
2247         --enable-vtable-verify option parsing.  Don't add
2248         target-libsanitizer to bootstrap_target_libs unless
2249         --with-build-config=bootstrap-asan or
2250         --with-build-config=bootstrap-ubsan.  Don't add target-libvtv
2251         to bootstrap_target_libs unless --enable-vtable-verify.
2252         * configure: Regenerated.
2253
2254 2014-03-10  Anatoly Sokolov <aesok@post.ru>
2255
2256         * MAINTAINERS (Write After Approval): Add myself.
2257
2258 2014-03-07  Denis Chertykov  <chertykov@gmail.com>
2259
2260         * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2261
2262 2014-03-07  Jakub Jelinek  <jakub@redhat.com>
2263
2264         PR bootstrap/58572
2265         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2266         -I for libstdc++-v3 includes if $(LEAN).
2267         * Makefile.in: Regenerated.
2268
2269 2014-03-04  Jonathan Wakely  <jwakely@redhat.com>
2270
2271         * MAINTAINERS: Update my email address.
2272
2273 2014-02-24  Walter Lee  <walt@tilera.com>
2274
2275         * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2276         (tilegx-*-*): Change to tilegx*-*-*.
2277         * configure: Regenerate.
2278
2279 2014-02-17  Loren J. Rittle  <ljrittle@acm.org>
2280
2281         * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2282
2283 2014-02-17  Kugan Vivekanandarajah  <kuganv@linaro.org>
2284
2285         * MAINTAINERS (Write After Approval): Add myself.
2286
2287 2014-02-04  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2288
2289         PR target/59788
2290         * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2291         *solaris2*.
2292
2293 2014-01-21  John David Anglin  <danglin@gcc.gnu.org>
2294
2295         * MAINTAINERS: Update my email address.
2296
2297 2014-01-20  Gerald Pfeifer  <gerald@pfeifer.com>
2298
2299         * MAINTAINERS: Convert to UTF-8.
2300         Properly sort Xinliang David Li's entry.
2301
2302 2013-12-31  Chung-Lin Tang  <cltang@codesourcery.com>
2303             Sandra Loosemore  <sandra@codesourcery.com>
2304
2305         * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2306         nios2 port maintainers.
2307
2308 2013-12-16  Markus Trippelsdorf  <markus@trippelsdorf.de>
2309
2310         * MAINTAINERS (Write After Approval): Add myself.
2311
2312 2013-12-13  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
2313
2314         * configure.ac: Add user-friendly check for native x86_64-linux
2315         multilibs.
2316         * configure: Regenerate.
2317
2318 2013-12-06  Oleg Endo  <olegendo@gcc.gnu.org>
2319
2320         * MAINTAINERS: Add myself as sh maintainer.
2321
2322 2013-12-03  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
2323
2324         * MAINTAINERS: Add self as SLSR maintainer.
2325
2326 2013-11-18  Jan Hubicka  <hubicka@ucw.cz>
2327
2328         * MAINTAINERS: Update my email address.
2329
2330 2013-11-15  David Edelsohn  <dje.gcc@gmail.com>
2331
2332         * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2333
2334 2013-11-07  Thomas Schwinge  <thomas@codesourcery.com>
2335
2336         * Makefile.in: Regenerate.
2337
2338         * Makefile.tpl: Fix typo.
2339         * Makefile.in: Regenerate partially.
2340
2341 2013-11-04  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2342
2343         * configure.ac: Added libcilkrts to noconfig list when C++ is not
2344         supported.
2345         * configure: Regenerated.
2346
2347 2013-11-01  Trevor Saunders  <tsaunders@mozilla.com>
2348
2349         * MAINTAINERS (Write After Approval): Add myself.
2350
2351 2013-10-30  Jason Merrill  <jason@redhat.com>
2352
2353         * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2354         --disable-build-format-warnings.
2355
2356 2013-10-29  Balaji V. Iyer  <balaji.v.iyer@intel.com>
2357
2358         * Makefile.def: Add libcilkrts to target_modules.  Make libcilkrts
2359         depend on libstdc++ and libgcc.
2360         * configure: Regenerate.
2361         * configure.ac: Added libcilkrts to target binaries.  Also, restrict
2362         libcilkrts for POSIX and i*86, and x86_64 architectures.
2363         * Makefile.in: Added libcilkrts related fields to support building it.
2364
2365 2013-10-26  Jeff Law  <law@redhat.com>
2366
2367         * Makefile.def (target_modules): Remove libmudflap
2368         (languages): Remove check-target-libmudflap).
2369         * Makefile.in: Rebuilt.
2370         * Makefile.tpl (check-target-libmudflap-c++): Remove.
2371         * configure.ac (target_libraries): Remove target-libmudflap.
2372         Remove checks which disabled libmudflap on some systems.
2373         * configure: Rebuilt.
2374         * libmudflap: Directory removed.
2375
2376 2013-10-21  Cong Hou  <congh@google.com>
2377
2378         * MAINTAINERS (Write After Approval): Add myself.
2379
2380 2013-10-16  Mike Stump  <mikestump@comcast.net>
2381
2382         * .dir-locals.el: Add.
2383
2384 2013-10-15  David Malcolm  <dmalcolm@redhat.com>
2385
2386         * configure.ac: Add --enable-host-shared
2387         * configure: Regenerate.
2388
2389 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2390
2391         Import from savannah.gnu.org:
2392         * config.guess: Update to 2013-06-10 version.
2393         * config.sub: Update to 2013-10-01 version.
2394
2395 2013-10-01  Simon Cook  <simon.cook@embecosm.com>
2396
2397         Changes to build configuration to allow big endian ARC ELF toolchain
2398         * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2399         * configure: Regenerate.
2400
2401 2013-09-20  Alan Modra  <amodra@gmail.com>
2402
2403         * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2404         ppc host match.  Support little-endian powerpc linux hosts.
2405
2406 2013-09-19  Dodji Seketeli  <dodji@redhat.com>
2407
2408         * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2409         maintainer.
2410
2411 2013-09-12  DJ Delorie  <dj@redhat.com>
2412
2413         * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2414         maintainers.
2415
2416 2013-09-03  Richard Biener  <rguenther@suse.de>
2417
2418         * configure.ac: Also allow ISL 0.12.
2419         * configure: Regenerated.
2420
2421 2013-08-30  Bernd Edlinger  <bernd.edlinger@hotmail.de>
2422
2423         * MAINTAINERS (Write After Approval): Add myself.
2424
2425 2013-08-27  David Malcolm  <dmalcolm@redhat.com>
2426
2427         * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2428
2429 2013-08-26  Caroline Tice  <cmtice@google.com>
2430
2431         * MAINTAINERS:  Correct earliers update:  Move myself from libvtv
2432         "Various Reviewers" to libvtv "Various Maintainers".
2433
2434 2013-08-20  Steven Bosscher  <steven@gcc.gnu.org>
2435
2436         * MAINTAINERS: Add myself as RTL optimizers reviewer.
2437
2438 2013-08-19  Benjamin De Kosnik  <bkoz@gnu.org>
2439
2440         * MAINTAINERS: Update name, email.
2441
2442 2013-08-13  Adam Butcher  <adam@jessamine.co.uk>
2443
2444         * MAINTAINERS (Write After Approval): Add myself.
2445
2446 2013-08-12  Caroline Tice  <cmtice@google.com>
2447
2448         * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2449         address in the Write After Approval section.
2450
2451 2013-08-09  Carlos O'Donell  <carlos@redhat.com>
2452
2453         * MAINTAINERS (Write After Approval): Update email.
2454
2455 2013-08-08  Benjamin Kosnik  <bkoz@redhat.com>
2456
2457         * configure.ac: Adjust to check VTV_SUPPORTED.
2458         * configure: Regenerated.
2459
2460 2013-08-02  Caroline Tice  <cmtice@google.com>
2461
2462         * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2463         on non-linux systems; add target-libvtv to noconfigdirs; add
2464         libsupc++/.libs to C++ library search paths.
2465         * configure: Regenerated.
2466         * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2467         libstdc++ and libgcc.
2468         * Makefile.in: Regenerated.
2469
2470 2013-07-19  Yvan Roux  <yvan.roux@linaro.org>
2471
2472         * MAINTAINERS (Write After Approval): Add myself.
2473
2474 2013-07-19  Chung-Ju Wu  <jasonwucj@gmail.com>
2475             Shiva Chen  <shiva0217@gmail.com>
2476
2477         * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2478         nds32 port maintainers.
2479
2480 2013-07-17  Tim Shen  <timshen91@gmail.com>
2481
2482         * MAINTAINERS (Write After Approval): Add myself.
2483
2484 2013-07-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2485
2486         * configure.ac: Sync from binutils.
2487         * configure: Regenerate.
2488
2489 2013-06-14  Vidya Praveen  <vidyapraveen@arm.com>
2490
2491         * MAINTAINERS (Write After Approval): Add myself.
2492
2493 2013-06-01  Dinar Temirbulatov  <dinar@kugelworks.com>
2494
2495         * MAINTAINERS (Write After Approval): Add myself.
2496
2497 2013-05-17  David Malcolm  <dmalcolm@redhat.com>
2498
2499         * MAINTAINERS (Write After Approval): Add myself.
2500
2501 2013-04-30  Brooks Moses  <bmoses@google.com>
2502
2503         * MAINTAINERS: Update my email; move myself from Fortran
2504         reviewer to Write After Approval.
2505
2506 2013-04-16  Andreas Schwab  <schwab@suse.de>
2507
2508         * configure.ac (aarch64-*-*): Don't disable java.
2509         * configure: Regenerate.
2510
2511 2013-04-10  Chung-Ju Wu  <jasonwucj@gmail.com>
2512
2513         * MAINTAINERS (Write After Approval): Add myself.
2514
2515 2013-03-30  Matthias Klose  <doko@ubuntu.com>
2516
2517         * Makefile.def (target_modules): Don't install libffi.
2518         * Makefile.in: Regenerate.
2519
2520 2013-02-24  Tilo Schwarz  <tilo@tilo-schwarz.de>
2521
2522         * MAINTAINERS (Write After Approval): Add myself.
2523
2524 2013-02-20  Andrew Sutton  <andrew.n.sutton@gmail.com>
2525
2526         * MAINTAINERS (Write After Approval): Add myself.
2527
2528 2013-02-15  Yufeng Zhang  <yufeng.zhang@arm.com>
2529
2530         * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2531         * configure: Regenerated.
2532
2533 2013-02-05  Ian Lance Taylor  <iant@google.com>
2534
2535         PR go/55969
2536         * configure.ac: Disable libgo on some systems where it does not
2537         work.
2538
2539 2013-02-04  David Edelsohn  <dje.gcc@gmail.com>
2540
2541         * MAINTAINERS: Explicitly add myself as AIX maintainer.
2542         Remove Geoff Keating as rs6000 port maintainer, at his request.
2543
2544 2013-01-24  Maxim Kuvyrkov  <maxim@kugelworks.com>
2545
2546         * MAINTAINERS: Update my email.
2547
2548 2013-01-23  Shenghou Ma  <minux.ma@gmail.com>
2549
2550         * configure: Re-generate.
2551
2552 2013-01-15  Richard Biener  <rguenther@suse.de>
2553
2554         PR other/55973
2555         * configure: Re-generate.
2556
2557 2013-01-14  Matthias Klose  <doko@ubuntu.com>
2558
2559         * Makefile.def (install-target-libsanitizer): Depend on
2560         install-target-libstdc++-v3.
2561         * Makefile.in: Regenerate.
2562
2563 2013-01-14  Richard Biener  <rguenther@suse.de>
2564
2565         * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2566         * configure: Re-generate
2567
2568 2013-01-11  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2569
2570         * config.sub: Update from config repo.
2571
2572 2013-01-11  Eric Botcazou  <ebotcazou@adacore.com>
2573
2574         * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2575         * Makefile.in: Regenerate.
2576
2577 2013-01-10  Joern Rennecke  <joern.rennecke@embecosm.com>
2578
2579         * MAINTAINERS (arc): Add new port maintainership for myself.
2580
2581 2013-01-09  Jason Merrill  <jason@redhat.com>
2582
2583         * .gitignore: Import from gdb repository.
2584
2585 2013-01-09  H.J. Lu  <hongjiu.lu@intel.com>
2586
2587         * Makefile.def (configure-gcc): Depend on all-gmp.
2588         (all-gcc): Remove dependency on all-gmp.
2589         * Makefile.in: Regenerated.
2590
2591 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2592
2593         * config.sub: Merge from config repo.
2594         * config.guess: Ditto.
2595
2596 2013-01-08  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2597
2598         * Makefile.def: Merge from binutils.
2599         * Makefile.in: Ditto.
2600
2601 2013-01-01  Maxim Kuvyrkov  <maxim.kuvyrkov@gmail.com>
2602
2603         * MAINTAINERS: Update my email.
2604
2605 2012-12-29  Ben Elliston  <bje@gnu.org>
2606
2607         * config.guess: Update to 2012-12-29 version.
2608         * config.sub: Likewise.
2609
2610 2012-12-20  Matthias Klose  <doko@ubuntu.com>
2611
2612         * Makefile.def (install-target-libgfortran): Depend on
2613         install-target-libquadmath, install-target-libgcc.
2614         (install-target-libsanitizer): Depend on install-target-libgcc.
2615         (install-target-libjava): Depend on install-target-libgcc.
2616         (install-target-libitm): Depend on install-target-libgcc.
2617         (install-target-libobjc): Depend on install-target-libgcc.
2618         (install-target-libstdc++-v3): Depend on install-target-libgcc.
2619         * Makefile.in: Regenerate.
2620
2621 2012-12-19  Matthias Klose  <doko@ubuntu.com>
2622
2623         * Makefile.def (install-target-libgo): Depend on
2624         install-target-libatomic.
2625         * Makefile.in: Regenerate.
2626
2627 2012-12-18  Andreas Schwab  <schwab@linux-m68k.org>
2628
2629         PR go/55201
2630         * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2631         * Makefile.in: Regenerate.
2632
2633 2012-12-16  Thomas Schwinge  <thomas@codesourcery.com>
2634
2635         * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2636         * configure: Regenerate.
2637
2638 2012-12-12  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2639
2640         * config.sub: Merge from config repo.
2641
2642 2012-12-11  H.J. Lu  <hongjiu.lu@intel.com>
2643
2644         * Makefile.def (target_modules): Add bootstrap=true and
2645         raw_cxx=true to libsanitizer.
2646         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2647         * Makefile.in: Regenerated.
2648         * configure: Likewise.
2649
2650 2012-12-01  Richard Sandiford  <rdsandiford@googlemail.com>
2651
2652         * MAINTAINERS: Remove self as RTL optimization maintainer.
2653
2654 2012-11-30  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
2655
2656         * MAINTAINERS (Write After Approval): Add myself.
2657
2658 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2659
2660         * Makefile.def (target_modules): Remove bootstrap=true and
2661         raw_cxx=true from libsanitizer.
2662         * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2663         * Makefile.in: Regenerated.
2664         * configure: Likewise.
2665
2666 2012-11-28  H.J. Lu  <hongjiu.lu@intel.com>
2667
2668         * Makefile.def (target_modules): Add bootstrap=true and
2669         raw_cxx=true to libsanitizer.
2670         * configure.ac (bootstrap_target_libs): Add libsanitizer.
2671         * Makefile.in: Regenerated.
2672         * configure: Likewise.
2673
2674 2012-11-28  Andrew Pinski  <apinski@cavium.com>
2675
2676         PR bootstrap/54279
2677         * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2678         * configure: Regenerate.
2679         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2680         * Makefile.in: Regenerate.
2681
2682 2012-11-27  Siddhesh Poyarekar  <siddhesh@redhat.com>
2683
2684         * configure.ac: Disable libsanitizer if we're not building C++.
2685         * configure: Regenerate.
2686
2687 2012-11-15  Roland McGrath  <roland@hack.frob.com>
2688
2689         * MAINTAINERS (Write After Approval): Add myself.
2690
2691 2012-11-15  Dmitry Vyukov  <dvyukov@google.com>
2692
2693         * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2694         Kostya Serebryany (kcc@google.com) and
2695         Jakub Jelinek (jakub@redhat.com).
2696         Rename area for Dodji Seketeli (dodji@redhat.com).
2697
2698 2012-11-15  Dodji Seketeli  <dodji@redhat.com>
2699
2700         * MAINTAINERS: (asan.c, related): Add myself.
2701
2702 2012-11-14  Roland McGrath  <mcgrathr@google.com>
2703
2704         * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2705         * configure: Regenerate.
2706
2707 2012-11-13  Richard Henderson  <rth@redhat.com>
2708
2709         * configure.ac: Move libsanitizer logic to subdirectory.
2710         * configure: Regenerate.
2711
2712 2012-11-13  Dodji Seketeli  <dodji@redhat.com>
2713
2714         * configure.ac: Enable libsanitizer just on x86 linux for now.
2715         * configure: Re-generate.
2716
2717 2012-11-13  David Edelsohn  <dje.gcc@gmail.com>
2718
2719         * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2720         sections.
2721         * configure: Regenerate.
2722
2723 2012-11-13  Hans-Peter Nilsson  <hp@axis.com>
2724
2725         * configure.ac: Add section for configdirs for libsanitizer.
2726         Disable for cris-*-* and mmix-*-*.
2727         * configure: Regenerate.
2728
2729 2012-11-12  Wei Mi <wmi@google.com>
2730
2731         * configure.ac: Add libsanitizer to target_libraries.
2732         * Makefile.def: Ditto.
2733         * configure: Regenerate.
2734         * Makefile.in: Regenerate.
2735         * libsanitizer: New directory for asan runtime.  Contains an empty
2736         tsan directory.
2737
2738 2012-11-03  Corinna Vinschen  <corinna@vinschen.de>
2739
2740         * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
2741         against Mingw64 w32api.
2742         * configure: Regenerate.
2743
2744 2012-11-03  H.J. Lu  <hongjiu.lu@intel.com>
2745
2746         * configure: Regenerated.
2747
2748 2012-11-03  Robert Mason  <rbmj@verizon.net>
2749
2750         * configure.ac: add --disable-libstdcxx configure option
2751         and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
2752
2753 2012-10-30  Ganesh Gopalasubramanian  <Ganesh.Gopalasubramanian@amd.com>
2754
2755         * MAINTAINERS (Write After Approval): Add myself.
2756
2757 2012-10-26  James Greenhalgh  <james.greenhalgh@arm.com>
2758
2759         * MAINTAINERS (Write After Approval): Add myself.
2760
2761 2012-10-24  Sharad Singhai  <singhai@google.com>
2762
2763         * MAINTAINERS (Write After Approval): Add myself.
2764
2765 2012-10-24  Eric Christopher  <echristo@gmail.com>
2766
2767         * MAINTAINERS: Update email address.
2768
2769 2012-10-23  Eric Botcazou  <ebotcazou@adacore.com>
2770
2771         PR bootstrap/54820
2772         * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
2773         * configure: Regenerate.
2774
2775 2012-10-23  Richard Earnshaw  <rearnsha@arm.com>
2776
2777         * MAINTAINERS (aarch64): Add Marcus and myself.
2778
2779 2012-10-22  Eric Botcazou  <ebotcazou@adacore.com>
2780
2781         PR bootstrap/54820
2782         * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
2783         (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
2784         (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2785         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
2786         (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
2787         * Makefile.in: Regenerate.
2788         * configure.ac (have_static_libs): New variable and associated check.
2789         (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
2790         -static-libgcc if stage1_libs is empty and have_static_libs is yes.
2791         * configure: Regenerate.
2792
2793 2012-10-10  Richard Biener  <rguenther@suse.de>
2794
2795         * MAINTAINERS: Adjust for changed surname.
2796
2797 2012-10-04  Lawrence Crowl  <crowl@google.com>
2798
2799         * MAINTAINERS (Write After Approval): Add myself.
2800
2801 2012-10-01  Cary Coutant  <ccoutant@google.com>
2802
2803         * MAINTAINERS: Add myself as dwarf debugging code maintainer.
2804
2805 2012-09-28  Ian Lance Taylor  <iant@google.com>
2806
2807         * Makefile.def: Make all-target-libgo depend on
2808         all-target-libbacktrace.
2809         * Makefile.in: Rebuild.
2810
2811 2012-09-26  Ian Lance Taylor  <iant@google.com>
2812
2813         * Makefile.def: Make all-gcc depend on all-libbacktrace.
2814         * Makefile.in: Rebuild.
2815
2816 2012-09-20  Walter Lee  <walt@tilera.com>
2817
2818         * configure.ac: Add tilegx to list of targets that support gold.
2819         * configure: Regenerate.
2820
2821 2012-09-20  Marek Polacek  <polacek@redhat.com>
2822
2823         * MAINTAINERS (Write After Approval): Add myself.
2824
2825 2012-09-19  Steve Ellcey  <sellcey@mips.com>
2826
2827         * configure.ac: Add mips*-mti-elf* target.
2828         * configure: Regenerate.
2829
2830 2012-09-17  Ian Lance Taylor  <iant@google.com>
2831
2832         * MAINTAINERS (Various Maintainers): Add libbacktrace.
2833         * configure.ac (host_libs): Add libbacktrace.
2834         (target_libraries): Add libbacktrace.
2835         * Makefile.def (host_modules): Add libbacktrace.
2836         (target_modules): Likewise.
2837         * configure, Makefile.in: Rebuild.
2838
2839 2012-09-14  David Edelsohn  <dje.gcc@gmail.com>
2840
2841         PR target/38607
2842         Merge upstream change.
2843         * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
2844
2845         * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
2846         Add libgomp*.o to compare_exclusions for AIX.
2847         * configure: Regenerate.
2848
2849 2012-09-06  Diego Novillo  <dnovillo@google.com>
2850
2851         * configure.ac: Bump minimum GMP version to 4.2.3.
2852         * configure: Re-generate.
2853
2854 2012-09-05  Georg-Johann Lay  <avr@gjlay.de>
2855
2856         PR target/54461
2857         * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
2858         target-libgloss if not configured --with-avrlibc=no.
2859         * configure: Regenerate.
2860
2861 2012-09-04  Jason Merrill  <jason@redhat.com>
2862
2863         * configure.ac: Fix --enable-languages=all.
2864
2865 2012-09-04  Christophe Lyon  <christophe.lyon@st.com>
2866
2867         * MAINTAINERS (Write After Approval): Add myself.
2868
2869 2012-09-03  Richard Guenther  <rguenther@suse.de>
2870
2871         PR bootstrap/54138
2872         * configure.ac: Re-organize ISL / CLOOG checks to allow
2873         disabling with either --without-isl or --without-cloog.
2874         * configure: Regenerated.
2875
2876 2012-09-03  Georg-Johann Lay  <avr@gjlay.de>
2877
2878         * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
2879         * configure: Regenerate.
2880
2881 2012-08-27  Ulrich Drepper  <drepper@gmail.com>
2882
2883         * MAINTAINERS: Fix my email address.
2884
2885 2012-08-26  H.J. Lu  <hongjiu.lu@intel.com>
2886
2887         PR binutils/4970
2888         * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
2889         and opcodes.
2890         * Makefile.in: Regenerated.
2891
2892 2012-08-26  Art Haas <ahaas@impactweather.com>
2893
2894         * configure: Regenerate.
2895
2896 2012-08-25  Křištof Želechovski <giecrilj@stegny.2a.pl>
2897
2898         * INSTALL/README: Also refer to the online installation
2899         instructions.
2900
2901 2012-08-21  Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
2902
2903         * MAINTAINERS (Write After Approval): Add myself.
2904         (Picochip port): Remove myself.
2905
2906 2012-08-14   Diego Novillo  <dnovillo@google.com>
2907
2908         Merge from cxx-conversion branch.
2909
2910         * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
2911         POSTSTAGE1_CONFIGURE_FLAGS.
2912         * Makefile.in: Regenerate.
2913         * configure.ac (ENABLE_BUILD_WITH_CXX): Remove.  Update all users.
2914         Force C++ when bootstrapping.
2915         * configure: Regenerate.
2916
2917 2012-07-24  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2918
2919         * MAINTAINERS (Write After Approval): Add myself.
2920
2921 2012-07-16  Joseph Myers  <joseph@codesourcery.com>
2922
2923         * README: Document use of ranges of years in copyright notices.
2924
2925 2012-07-06  Richard Guenther  <rguenther@suse.de>
2926
2927         * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
2928         as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
2929         --with-gmp=system.
2930         * Makefile.in: Regenerated.
2931         * configure: Likewise.
2932
2933 2012-07-06  Richard Guenther  <rguenther@suse.de>
2934
2935         * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
2936         * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
2937         supply V=1 as extra_make_flags.
2938         * configure: Regenerated.
2939         * Makefile.in: Likewise.
2940
2941 2012-07-04  Tristan Gingold  <gingold@adacore.com>
2942
2943         * configure: Regenerate.
2944
2945 2012-07-03  Richard Guenther  <rguenther@suse.de>
2946
2947         * Makfile.def (isl): Remove not necessary extra_exports and
2948         extra_make_flags.
2949         (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
2950         * Makefile.in: Regenerated.
2951
2952 2012-07-03  Richard Guenther  <rguenther@suse.de>
2953
2954         * Makefile.def (cloog): Add V=1 to extra_make_flags.
2955         * configure.ac: If either the ISL or the CLooG check failed
2956         do not try to build in-tree versions.
2957         * Makefile.in: Regenerated.
2958         * configure: Regenerated.
2959
2960 2012-07-03  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
2961
2962         * configure: Regenerate.
2963
2964 2012-07-02  Janis Johnson  <janisjo@codesourcery.com>
2965
2966         * MAINTAINERS (Various Maintainers): Add myself as testsuite
2967         maintainer.
2968
2969 2012-07-02  Richard Guenther  <rguenther@suse.de>
2970
2971         * configure: Regenerated.
2972
2973 2012-07-02  Richard Guenther  <rguenther@suse.de>
2974         Michael Matz  <matz@suse.de>
2975         Tobias Grosser <tobias@grosser.es>
2976         Sebastian Pop <sebpop@gmail.com>
2977
2978         * Makefile.def: Add ISL host module, remove PPL host module.
2979         Adjust ClooG host module to use the proper ISL.
2980         * Makefile.tpl: Pass ISL include flags instead of PPL ones.
2981         * configure.ac: Include config/isl.m4.  Add ISL host library,
2982         remove PPL.  Remove PPL configury, add ISL configury, adjust
2983         ClooG configury.
2984         * Makefile.in: Regenerated.
2985         * configure: Likewise.
2986
2987 2012-07-02  Richard Guenther  <rguenther@suse.de>
2988
2989         Merge from graphite branch
2990         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2991
2992         * configure: Regenerated.
2993         * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
2994         both cloog.org and legacy versions. The only supported version will
2995         be CLooG with the isl backend.
2996
2997         2011-07-21  Tobias Grosser  <tobias@grosser.es>
2998
2999         * configure: Regenerated.
3000         * configure.ac: Require cloog isl 0.17.0
3001
3002         2011-07-21  Tobias Grosser  <tobias@grosser.es>
3003
3004         * configure: Regenerated.
3005         * config/cloog.m4: Do not define CLOOG_ORG
3006
3007 2012-06-29  Steven Bosscher  <steven@gcc.gnu.org>
3008
3009         * configure.ac: Skip C if explicitly selected.
3010         * configure: Regenerate.
3011
3012 2012-06-28  Christophe Lyon <christophe.lyon@st.com>
3013
3014         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3015         they contain -O2.
3016         * configure: Regenerate.
3017
3018 2012-06-25  Richard Sandiford  <rdsandiford@googlemail.com>
3019
3020         PR debug/53740
3021         * df.h, df-problems.c, dce.c: Revert last patch.
3022
3023 2012-06-25  Iain Sandoe  <iain@codesourcery.com>
3024
3025         * MAINTAINERS (Write After Approval): Update my email address.
3026
3027 2012-06-21  Meador Inge  <meadori@codesourcery.com>
3028
3029         * MAINTAINERS (Write After Approval): Add myself.
3030
3031 2012-06-20  Jason Merrill  <jason@redhat.com>
3032
3033         * Makefile.tpl (check-target-libgomp-c++): New.
3034         (check-target-libitm-c++): New.
3035         * Makefile.def (c++): Add them.
3036         * Makefile.in: Regenerate.
3037
3038 2012-05-29  Edmar Wienskoski  <edmar@freescale.com>
3039
3040         * MAINTAINERS (Write After Approval): Add myself.
3041
3042 2012-05-16  Olivier Hainque  <hainque@adacore.com>
3043
3044         * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3045         (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3046         (install-no-fixedincludes): Adjust accordingly.
3047         * Makefile.in: Regenerate.
3048
3049 2012-05-15  H.J. Lu  <hongjiu.lu@intel.com>
3050
3051         Merge upstream change
3052         * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3053
3054 2012-05-14  Marc Glisse  <marc.glisse@inria.fr>
3055
3056         * MAINTAINERS (Write After Approval): Add myself.
3057
3058 2012-05-09  Nick Clifton  <nickc@redhat.com>
3059             Paul Smith  <psmith@gnu.org>
3060
3061         PR bootstrap/50461
3062         * configure.ac (mpfr-dir): When using in-tree MPFR sources
3063         allow for the fact that from release v3.1.0 of MPFR the source
3064         files were moved into a src sub-directory.
3065         * configure: Regenerate.
3066
3067 2012-05-07  Janne Blomqvist  <jb@gcc.gnu.org>
3068
3069         * configure.ac: Bump minimum MPFR version to 2.4.0.
3070         * configure: Regenerated.
3071
3072 2012-05-01  Richard Henderson  <rth@redhat.com>
3073
3074         * Makefile.def (libatomic): New target_module.
3075         * configure.ac (target_libraries): Add libatomic.
3076         (noconfigdirs): Check if libatomic is supported.
3077         * Makefile.in, configure: Rebuild.
3078
3079 2012-05-01  Greta Yorsh  <Greta.Yorsh@arm.com>
3080
3081         * MAINTAINERS (Write After Approval): Add myself.
3082
3083 2012-04-25  Joel Brobecker  <brobecker@adacore.com>
3084
3085         * config.sub: Update to 2012-04-18 version from official repo.
3086
3087 2012-04-24  Naveen H.S  <naveen.S@kpitcummins.com>
3088
3089         * MAINTAINERS (Write After Approval): Add myself.
3090
3091 2012-04-11  Steve Ellcey  <sellcey@mips.com>
3092
3093         * MAINTAINERS: Changed email address.
3094
3095 2012-03-28  Georg-Johann Lay  <avr@gjlay.de>
3096
3097         PR target/52737
3098         * contrib/gcc_update (files_and_dependencies):
3099         Remove gcc/config/avr/t-multilib from touch data.
3100
3101 2012-03-14  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3102
3103         * MAINTAINERS (OS Port Maintainers): Remove irix.
3104         * configure.ac (enable_libgomp): Remove *-*-irix6*.
3105         (unsupported_languages): Remove mips-sgi-irix6.*.
3106         (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3107         (with_stabs): Remove.
3108         * configure: Regenerate.
3109
3110 2012-03-12  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3111
3112         * MAINTAINERS (OS Port Maintainers): Remove osf.
3113         * configure.ac (enable_libgomp): Remove *-*-osf*.
3114         (with_stabs): Remove alpha*-*-osf*.
3115         * configure: Regenerate.
3116
3117 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3118
3119         * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3120         * configure: Regenerate.
3121
3122 2012-02-17  Walter Lee  <walt@tilera.com>
3123
3124         * MAINTAINERS: (Write After Approval): Delete myself.
3125
3126 2012-02-14  Walter Lee  <walt@tilera.com>
3127
3128         * MAINTAINERS (tilegx port): Add myself.
3129         (tilepro port): Add myself.
3130         (Write After Approval): Add myself.
3131
3132 2012-02-12  Gerald Pfeifer  <gerald@pfeifer.com>
3133
3134         * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3135         and Joseph Myers as docstring relicensing maintainers.
3136
3137 2012-02-09  Bin Cheng  <bin.cheng@arm.com>
3138
3139         * MAINTAINERS (write-after-approval): Add myself.
3140
3141 2012-02-08  Ira Rosen <irar@il.ibm.com>
3142
3143         * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3144         maintainer.
3145
3146 2012-02-04  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3147
3148         * MAINTAINERS (Write After Approval): Move myself to
3149         maintain alphabetical order.
3150
3151 2012-02-03  Venkataramanan Kumar  <venkataramanan.kumar@amd.com>
3152
3153         * MAINTAINERS (Write After Approval): Add myself.
3154
3155 2012-02-02  Jayant R Sonar <jayant.sonar@kpitcummins.com>
3156
3157         * MAINTAINERS (Write After Approval): Add myself.
3158
3159 2012-02-02  Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3160             Jayant R Sonar <jayant.sonar@kpitcummins.com>
3161
3162         * configure.ac (cr16-*-*): Remove nonconfigdirs.
3163         * configure: Regenerate.
3164
3165 2012-01-23  Harshit Chopra  <harshit@google.com>
3166
3167         * MAINTAINERS (Write After Approval): Add myself.
3168
3169 2012-01-22  Douglas B Rupp  <rupp@ngnat.com>
3170
3171         * configure.ac: Remove reference to mh-interix.
3172         * configure: Regenerate.
3173
3174 2012-01-05  Richard Henderson  <rth@redhat.com>
3175
3176         PR bootstrap/51072
3177         * configure.ac: Disable libitm if c++ is not enabled.
3178         * configure: Rebuild.
3179
3180         * configure.ac: Fix regexp for same.
3181         * configure: Rebuild.
3182
3183 2012-01-02  Balaji V. Iyer  <bviyer@gmail.com>
3184
3185         * MAINTAINERS (Write After Approval): Add myself.
3186
3187 2012-01-02  Richard Guenther  <rguenther@suse.de>
3188
3189         PR bootstrap/51686
3190         * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3191         * Makefile.in: Regenerate.
3192
3193 2011-12-28  Oleg Endo  <olegendo@gcc.gnu.org>
3194
3195         * MAINTAINERS (Write After Approval): Add myself.
3196
3197 2011-12-18  Eric Botcazou  <ebotcazou@adacore.com>
3198
3199         * configure: Regenerate.
3200
3201 2011-12-14  Hariharan Sandanagobalane  <hariharan.gcc@gmail.com>
3202
3203         * MAINTAINERS (picochip): Changed email address.
3204
3205 2011-11-30  Matthew Gretton-Dann  <matthew.gretton-dann@arm.com>
3206
3207         * MAINTAINERS (write-after-approval): Add self.
3208
3209 2011-11-29  DJ Delorie  <dj@redhat.com>
3210
3211         * configure.ac (rl78-*-*) New case.
3212         * configure: Regenerate.
3213         * MAINTAINERS: Add myself as RL78 maintainer.
3214
3215 2011-11-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
3216
3217         * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3218
3219 2011-11-21  Andreas Tobler  <andreast@fgznet.ch>
3220
3221         * libtool.m4: Additional FreeBSD 10 fixes.
3222
3223 2011-11-21  Joern Rennecke  <joern.rennecke@embecosm.com>
3224
3225         * MAINTAINERS: Move myself from Write After Approval to CPU Port
3226         Maintainers section, as Epiphany maintainer.
3227
3228 2011-11-18  Iain Sandoe  <iains@gcc.gnu.org>
3229
3230         PR target/49992
3231         * configure.ac: Remove ranlib special-casing for Darwin.
3232         * configure: Regenerate.
3233
3234 2011-11-12  Andrey Belevantsev  <abel@ispras.ru>
3235
3236         * MAINTAINERS (Reviewers): Keep the list sorted.
3237
3238 2011-11-11  Andrey Belevantsev  <abel@ispras.ru>
3239
3240         * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3241
3242 2011-11-09  Roland McGrath  <mcgrathr@google.com>
3243
3244         * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3245         * configure: Rebuild.
3246         * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3247         * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3248         (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3249         (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3250         (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3251         Add READELF.
3252         * Makefile.in: Rebuild.
3253
3254 2011-11-09  Jason Merrill  <jason@redhat.com>
3255
3256         * Makefile.def (language=c++): Remove check-c++0x.
3257         * Makefile.in (check-gcc-c++): Regenerate.
3258
3259 2011-11-08  Richard Henderson  <rth@redhat.com>
3260
3261         * configure.ac: Test for libitm directory present first.
3262
3263         * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3264
3265         * configure.ac: Test libitm/configure.tgt to disable libitm.
3266         * configure: Rebuild.
3267
3268 2011-11-07  Aldy Hernandez  <aldyh@redhat.com>
3269             Richard Henderson  <rth@redhat.com>
3270
3271         Merged from transactional-memory.
3272
3273         * Makefile.def (lang_env_dependencies): libitm is c++.
3274         Add libitm target module.
3275         * configure.ac: Likewise.
3276         * config/mmap.m4: New file.
3277         * contrib/gcc_update: Add libitm to touch data.
3278         * Makefile.in, configure: Rebuild.
3279
3280 2011-11-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3281
3282         * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3283         LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3284         * Makefile.in: Regenerate.
3285
3286 2011-11-01  DJ Delorie  <dj@redhat.com>
3287
3288         * config.sub: Update to version 2011-10-29 (added rl78)
3289
3290 2011-10-27  Nick Clifton  <nickc@redhat.com>
3291
3292         * config.sub: Import these changes from the config project:
3293
3294         2011-10-08  Joern Rennecke  <joern.rennecke@embecosm.com>
3295             Ben Elliston  <bje@gnu.org>
3296
3297         * config.sub (epiphany): New.
3298
3299         2011-09-09  Linas Vepstas  <linasvepstas@gmail.com>
3300             Ben Elliston  <bje@gnu.org>
3301
3302         * config.sub (hexagon, hexagon-*): New.
3303
3304         2011-08-23  Roland McGrath  <mcgrathr@google.com>
3305
3306         * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3307         64eb to be64.
3308
3309         2011-08-16  Roland McGrath  <mcgrathr@google.com>
3310
3311         * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3312         (nacl): Grok as alias for 32el-unknown-nacl.
3313
3314 2011-10-25  Kirill Yukhin  <kirill.yukhin@intel.com>
3315
3316         * MAINTAINERS (Write After Approval): Add myself.
3317
3318 2011-10-24  Teresa Johnson  <tejohnson@google.com>
3319
3320         * MAINTAINERS (Write After Approval): Add myself.
3321
3322 2011-09-21  Jakub Jelinek  <jakub@redhat.com>
3323
3324         * MAINTAINERS (sparc port): Remove myself.
3325
3326 2011-09-14  Tom de Vries  <tom@codesourcery.com>
3327
3328         * MAINTAINERS (Write After Approval): Add myself.
3329
3330 2011-08-14  Yao Qi  <yao@codesourcery.com>
3331
3332         * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3333         * configure: Regenerate.
3334
3335 2011-07-26  Ian Lance Taylor  <iant@google.com>
3336
3337         * configure.ac: Set have_compiler based on whether gcc directory
3338         exists, rather than on whether gcc is in configdirs.
3339         * configure: Rebuild.
3340
3341 2011-07-21  Joseph Myers  <joseph@codesourcery.com>
3342
3343         * MAINTAINERS (Global Reviewers): Add self.
3344
3345 2011-07-20  David Edelsohn  <dje.gcc@gmail.com>
3346
3347         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3348         link directories.
3349         * Makefile.in: Rebuild.
3350
3351 2011-07-20  Ian Lance Taylor  <iant@google.com>
3352
3353         PR bootstrap/49787
3354         * configure.ac: Move --enable-bootstrap handling earlier in file.
3355         If --enable-bootstrap and either --enable-build-with-cxx or
3356         --enable-build-poststage1-with-cxx, enable C++ automatically.
3357         * configure: Rebuild.
3358
3359 2011-07-19  Ian Lance Taylor  <iant@google.com>
3360
3361         * configure.ac: Add --enable-build-poststage1-with-cxx.  If set,
3362         make C++ a boot_language.  Set and substitute
3363         POSTSTAGE1_CONFIGURE_FLAGS.
3364         * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3365         (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3366         * configure, Makefile.in: Rebuild.
3367
3368 2011-07-19  Vladimir Makarov  <vmakarov@redhat.com>
3369
3370         * MAINTAINERS (Register Allocation): Move myself from reviewers to
3371         maintainers.
3372
3373 2011-07-18  Jakub Jelinek  <jakub@redhat.com>
3374
3375         * MAINTAINERS (Global Reviewers): Add myself.
3376
3377 2011-07-18  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3378
3379         * configure: Regenerate.
3380
3381 2011-07-16  Jason Merrill  <jason@redhat.com>
3382
3383         * Makefile.def (language=c++): Add check-c++0x and
3384         check-target-libmudflap-c++.
3385         * Makefile.tpl (check-target-libmudflap-c++): New.
3386         * Makefile.in: Regenerate.
3387
3388 2011-07-16  Matthias Klose  <doko@ubuntu.com>
3389
3390         * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3391         * Makefile.def (target_modules/libjava): Pass
3392         $(EXTRA_CONFIGARGS_LIBJAVA).
3393         * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3394         if not configured with --enable-static-libjava.
3395         * Makefile.in: Regenerate.
3396         * configure: Likewise.
3397
3398 2011-07-15  Jason Merrill  <jason@redhat.com>
3399
3400         * Makefile.in (check-c++): Move check-gcc-c++0x after
3401         check-target-libstdc++-v3.
3402
3403 2011-07-15  Bernd Schmidt  <bernds@codesourcery.com>
3404
3405         * MAINTAINERS (c6x port): New entry.
3406
3407 2011-07-13  Jason Merrill  <jason@redhat.com>
3408
3409         * Makefile.in (check-gcc-c++0x): New.
3410         (check-c++): Depend on it.
3411
3412 2011-07-07  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3413
3414         PR target/39150
3415         * configure.ac (i[3456789]86-*-solaris2*): Also accept
3416         x86_64-*-solaris2.1[0-9]*.
3417         * configure: Regenerate.
3418
3419 2011-06-29  Richard Sandiford  <rdsandiford@googlemail.com>
3420
3421         * MAINTAINERS (RTL optimizers): Add self.
3422
3423 2011-06-27  Gabriel Charette  <gchare@google.com>
3424
3425         * MAINTAINERS (Write After Approval): Add myself.
3426
3427 2011-06-22  Hans-Peter Nilsson  <hp@axis.com>
3428
3429         PR regression/47836
3430         PR bootstrap/23656
3431         PR other/47733
3432         PR bootstrap/49247
3433         PR c/48825
3434         * configure.ac (target_libraries): Remove target-libiberty.
3435         Remove case-statement setting skipdirs=target-libiberty for
3436         multiple targets.  Remove checking target_configdirs and
3437         removing target-libiberty but keeping target-libgcc if
3438         otherwise empty.
3439         * Makefile.def (target_modules): Don't add libiberty.
3440         (dependencies): Remove all traces of target-libiberty.
3441         * configure, Makefile.in: Regenerate.
3442
3443 2011-06-13  Walter Lee <walt@tilera.com>
3444
3445         * configure.ac (tilepro-*-*) New case.
3446         (tilegx-*-*): Likewise.
3447         * configure: Regenerate.
3448
3449 2011-06-06  Jing Yu  <jingyu@google.com>
3450
3451         * configure.ac: Skip target-libiberty for
3452         arm*-*-linux-androideabi.
3453         * configure: Regenerated.
3454
3455 2011-06-06  Nick Clifton  <nickc@redhat.com>
3456
3457         * config.sub: Sync from upstream.
3458
3459 2011-06-05  Nenad Vukicevic  <nenad@intrepid.com>
3460
3461         * MAINTAINERS (Write After Approval): Add myself.
3462
3463 2011-06-01  Daniel Jacobowitz  <drow@false.org>
3464
3465         * MAINTAINERS: Update my email address.
3466
3467 2011-05-27  Nathan Froyd  <froydnj@codesourcery.com>
3468
3469         * MAINTAINERS (Write After Approval): Update my email address.
3470
3471 2011-05-11  Paul Pluzhnikov  <ppluzhnikov@google.com>
3472
3473         * MAINTAINERS (Write After Approval): Add myself.
3474
3475 2011-05-08  Doug Kwan  <dougkwan@google.com>
3476
3477         * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3478         * configure: Regenerated.
3479         * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3480         value from configure.
3481         * Makefile.in: Regenerated.
3482
3483 2011-05-05  Joseph Myers  <joseph@codesourcery.com>
3484
3485         * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3486         sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3487         *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3488         | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3489         *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3490         *-*-vxworks*): Disable newlib and libgloss in separate case
3491         statement.
3492         (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3493         to separate case statement.
3494         (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3495         *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3496         alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3497         sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3498         arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3499         bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3500         i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3501         i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3502         i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3503         i[[3456789]]86-*-rdos*, m32r-*-*,
3504         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3505         | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3506         powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3507         rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3508         | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3509         sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3510         sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3511         *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3512         and libgloss in main case over targets.  Remove most empty cases
3513         in main case over targets.
3514         * configure: Regenerate.
3515
3516 2011-05-04  Janis Johnson  <janisjo@codesourcery.com>
3517
3518         * MAINTAINERS (Write After Approval): Add myself.
3519
3520 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3521
3522         * configure.ac: Remove code setting special library locations for
3523         hppa*64*-*-hpux11*.  Remove code setting compiler for
3524         sparc-sun-solaris2*.
3525         * configure: Regenerate.
3526
3527 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
3528
3529         * configure.ac: Separate libgloss_dir settings from general case
3530         over targets.
3531         * configure: Regenerate.
3532
3533 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3534
3535         * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3536         alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3537         arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3538         cases in libgcj-disabling case statement.
3539         (hppa*64*-*-linux*): Set unsupported_languages instead of
3540         disabling target-zlib.
3541         (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3542         to hppa*64*-*-hpux*.
3543         (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3544         hppa*-*-hpux*.
3545         (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3546         i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3547         i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3548         fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3549         powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3550         sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3551         sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3552         *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3553         libgcj-disabling case statement.
3554         * configure: Regenerate.
3555
3556 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3557
3558         * configure.ac: Disable Java for targets not supporting libffi.
3559         (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3560         Remove cases in Java-disabling statement.
3561         (*arm-wince-pe): Change to arm-wince-pe.
3562         (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3563         cases in Java-disabling statement.
3564         (bfin-*-*): Don't disable Java again.
3565         (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3566         fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3567         hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3568         hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3569         i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3570         i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3571         i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3572         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3573         Java-disabling statement.
3574         (mmix-*-*): Don't disable Java again.
3575         (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3576         powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3577         microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3578         sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3579         tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3580         statement.
3581         * configure: Regenerate.
3582
3583 2011-04-28  Joseph Myers  <joseph@codesourcery.com>
3584
3585         * configure.ac: Separate cases disabling Java and Java libraries
3586         from general case over targets.
3587         * configure: Regenerate.
3588
3589 2011-04-21  Jie Zhang  <jzhang918@gmail.com>
3590
3591         * MAINTAINERS: Update my email address.
3592
3593 2011-04-20  Easwaran Raman  <eraman@google.com>
3594
3595         * MAINTAINERS (Write After Approval): Add myself.
3596
3597 2011-04-18  Jack Howarth  <howarth@bromo.med.uc.edu>
3598
3599         PR lto/48086
3600         * configure.ac: Re-enable LTO on *-apple-darwin9*.
3601         * configure: Regenerate.
3602
3603 2011-04-16  Jim Meyering  <meyering@redhat.com>
3604
3605         * MAINTAINERS (Write After Approval): Add myself.
3606
3607 2011-04-15  Dodji Seketeli  <dodji@redhat.com>
3608
3609         * MAINTAINERS: Update my email address.
3610
3611 2011-04-13  Georg-Johann Lay  <avr@gjlay.de>
3612
3613         * MAINTAINERS (Write After Approval): Add myself.
3614
3615 2011-04-12  Yufeng Zhang  <yufeng.zhang@arm.com>
3616
3617         * MAINTAINERS (Write After Approval): Add myself.
3618
3619 2011-04-07  Stuart Henderson  <shenders@gcc.gnu.org>
3620
3621         * MAINTAINERS (Write After Approval): Add myself.
3622
3623 2011-04-06  Joseph Myers  <joseph@codesourcery.com>
3624
3625         * configure.ac (build_tools): Remove build-byacc.
3626         (host_libs): Remove mmalloc.
3627         (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3628         autoconf automake libtool diff rcs fileutils shellutils time
3629         textutils wdiff find uudecode hello tar gzip indent recode release
3630         sed perl gawk findutils gettext zip.
3631         (libgcj): Remove target-qthreads.
3632         (target_tools): Remove target-examples target-gperf.
3633         (YACC): Don't handle building byacc.
3634         * configure: Regenerate.
3635         * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3636         dosutils, examples, fileutils, find, findutils, gawk, gettext,
3637         gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3638         patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3639         shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3640         handle building components.
3641         * Makefile.in: Regenerate.
3642
3643 2011-04-05  Sterling Augustine <augustine.sterling@gmail.com>
3644
3645         * MAINTAINERS: Update my email address as Xtensa maintainer.
3646
3647 2011-04-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3648
3649         * config.sub: Sync from upstream.
3650
3651 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3652
3653         * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3654         (microblaze*): Don't disable libssp.
3655         * configure: Regenerate.
3656
3657 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3658
3659         * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3660         moveifchange.
3661         * configure: Regenerate.
3662         * Makefile.tpl: Use @SHELL@ not @config_shell@.
3663         * Makefile.in: Regenerate.
3664
3665 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3666
3667         * configure.ac (*-*-sysv4*): Don't enable libgomp.
3668         (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3669         powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3670         powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3671         xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3672         *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3673         md_exec_prefix cases.
3674         * configure: Regenerate.
3675
3676 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3677
3678         * configure.ac: Separate cases disabling target-libssp,
3679         target-libiberty, target-libstdc++-v3 and Fortran from general
3680         case over targets.
3681         * configure: Regenerate.
3682
3683 2011-04-01  Joseph Myers  <joseph@codesourcery.com>
3684
3685         * configure.ac (*-*-chorusos): Don't disable libgcj.
3686         (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3687         Remove case.
3688         (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3689         (arm-*-coff): Don't disable libgcj.
3690         (arm*-*-linux-gnueabi): Remove useless assignment.
3691         (arm-*-riscix*): Don't disable libgcj.
3692         (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3693         configuration.
3694         (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3695         (c54x*-*-*): Remove case.
3696         (tic54x-*-*): Don't disable GCC or GCC libraries.
3697         (cris-*-* | crisv32-*-*): Don't handle *-*-aout.  Change *-*-elf
3698         to *.
3699         (d10v-*-*): Don't disable GCC libraries.
3700         (d30v-*-*): Don't disable libgcj.
3701         (h8500-*-*): Don't disable GCC libraries.
3702         (i960-*-*): Don't disable libgcj.
3703         (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3704         (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3705         i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3706         libgcj.
3707         (m68k-*-coff*): Remove case.
3708         (mmix-*-*): Don't disable libgloss on host.
3709         (mn10200-*-*, mn10300-*-*): Remove cases.
3710         (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3711         powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3712         Don't disable libgcj.
3713         (romp-*-*): Remove case.
3714         (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3715         (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3716         case.
3717         (v810-*-*): Don't disable GCC libraries.
3718         (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3719         (ip2k-*-*): Don't disable GCC libraries.
3720         * configure: Regenerate.
3721
3722 2011-03-28  Joseph Myers  <joseph@codesourcery.com>
3723
3724         * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3725         libffi on host.
3726         (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3727         on host.
3728         (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3729         * configure: Regenerate.
3730
3731 2011-03-26  John Marino  <binutils@marino.st>
3732
3733         * configure.ac: Add support for *-*-dragonfly*
3734         * configure: Regenerate.
3735
3736 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3737
3738         * configure.ac (native_only): Remove.
3739         (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
3740         send-pr uudecode guile gnuserv on host.
3741         (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
3742         send-pr rcs guile perl texinfo libtool on host.
3743         (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
3744         automake send-pr rcs guile perl texinfo libtool on host.
3745         (*-*-cygwin*, *-*-netbsd*): Remove host cases.
3746         (*-*-kaos*): Don't disable target-examples target-gperf on target.
3747         (alpha*-dec-osf*): Don't disable fileutils on target.
3748         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
3749         texinfo send-pr expect dejagnu on target.
3750         (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
3751         target-qthreads on target.
3752         (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
3753         (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
3754         (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
3755         x86_64-*-mingw*): Don't disable expect on target.
3756         (*-*-cygwin*): Don't disable target-gperf on target.
3757         (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
3758         gnuserv on target.
3759         (powerpcle-*-solaris*): Don't disable make expect gnuserv on
3760         target.
3761         * configure: Regenerate.
3762
3763 2011-03-25  Joseph Myers  <joseph@codesourcery.com>
3764
3765         * configure.ac (target_tools): Remove target-groff.
3766         (native_only): Remove target-groff.
3767         (hppa*64*-*-*): Don't disable byacc.
3768         (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
3769         setting.
3770         (*-*-kaos*): Don't skip target-librx and target-groff.
3771         (*-*-netware*): Don't skip target-libmudflap.
3772         (*-*-tpf*): Don't skip target-libmudflap.
3773         (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
3774         directories on the host.
3775         (ia64*-*-*vms*): Don't skip tix.
3776         (sh-*-* | sh64-*-*): Don't condition skipped directories on the
3777         host.
3778         * configure: Regenerate.
3779
3780 2011-03-24  Paolo Bonzini  <pbonzini@redhat.com>
3781
3782         * configure.ac: Remove references to mt-mep, mt-netware,
3783         mt-wince.
3784         * Makefile.def: Add all-utils soft dependencies.
3785         * Makefile.tpl: Remove GDB_NLM_DEPS.
3786         * configure: Regenerate.
3787         * Makefile.in: Regenerate.
3788
3789 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3790
3791         * configure.ac: Do not include mh-x86omitfp.
3792         * configure: Regenerate.
3793
3794 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3795
3796         * configure.ac: Remove empty cases.
3797         * configure: Regenerate.
3798
3799 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3800
3801         * Makefile.def: Add dependency from termcap to gdb.
3802         * Makefile.in: Regenerate.
3803
3804 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3805
3806         * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
3807         * configure: Regenerate.
3808         * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
3809         * Makefile.tpl: Likewise.
3810         * Makefile.in: Regenerate.
3811
3812 2011-03-24  Paolo Bonzini  <bonzini@gnu.org>
3813
3814         * configure.ac: Remove all mentions of tentative_cc.
3815         * configure: Regenerate.
3816
3817 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3818
3819         * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
3820         i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
3821         m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
3822         m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
3823         mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
3824         i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
3825         i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
3826         i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3827         i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
3828         hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
3829         *-*-rhapsody*): Remove host cases.
3830         * configure: Regenerate.
3831
3832 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3833
3834         * configure.ac (ppc*-*-pe): Remove host case.
3835         (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
3836         xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
3837         | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
3838         cases.
3839         * configure: Regenerate.
3840
3841 2011-03-24  Joseph Myers  <joseph@codesourcery.com>
3842
3843         * config.sub: Update to version 2011-03-23.
3844
3845 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3846
3847         * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
3848         i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
3849         | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
3850         * configure: Regenerate.
3851
3852 2011-03-22  Joseph Myers  <joseph@codesourcery.com>
3853
3854         * MAINTAINERS (crx port, m68hc11 port): Remove.  Move maintainers
3855         to Write After Approval.
3856         * config-ml.in: Don't handle arc-*-elf*.
3857         * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
3858         m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
3859         handle GCC libraries.
3860         * configure: Regenerate.
3861
3862 2011-03-21  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3863
3864         PR bootstrap/48120:
3865         * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
3866         Add -lstdc++ -lm to LIBS.
3867         * configure: Regenerate.
3868
3869 2011-03-18  David Edelsohn  <dje.gcc@gmail.com>
3870
3871         * config.guess: Update to version 2011-02-02
3872         * config.sub: Update to version 2011-02-24
3873
3874 2011-03-16  Jack Howarth  <howarth@bromo.med.uc.edu>
3875
3876         PR lto/48086
3877         * configure.ac: Re-enable LTO on *-apple-darwin9.
3878         * configure: Regenerate.
3879
3880 2011-03-13  Jack Howarth  <howarth@bromo.med.uc.edu>
3881
3882         PR lto/48086
3883         * configure.ac: Disable LTO on darwin due to an assembler change in
3884         Xcode 3.2.6/4.0 that limits the total number of sections/segments to
3885         under 256.
3886         * configure: Regenerate.
3887
3888 2011-03-11  Chen Liqin <liqin.gcc@gmail.com>
3889
3890         * MAINTAINERS: Update myself as score backend maintainer,
3891         update my e-mail address.
3892
3893 2011-03-09  Xuepeng Guo  <terry.guo@arm.com>
3894
3895         * MAINTAINERS: Update my e-mail address.
3896
3897 2011-03-06  Joey Ye  <joey.ye@arm.com>
3898
3899         * MAINTAINERS: Update my e-mail address.
3900
3901 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3902
3903         * configure.ac: Adjust test of with_ppl.
3904         * configure: Regenerated.
3905
3906 2011-03-02  Kai Tietz  <ktietz@redhat.com>
3907
3908         * MAINTAINERS: Adjust my e-mail address.
3909
3910 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3911
3912         * configure.ac: Add -lpwl to ppllibs.
3913         * configure: Regenerated.
3914
3915 2011-03-02  Sebastian Pop  <sebastian.pop@amd.com>
3916
3917         * config/cloog.m4: Add -lisl to clooglibs.
3918         * configure: Regenerated.
3919
3920 2011-02-24  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
3921
3922         * MAINTAINERS (CPU Port maintainers): Add self.
3923
3924 2011-02-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3925
3926         * MAINTAINERS: Add myself as testsuite maintainer.
3927
3928 2011-02-15  Mike Stump  <mikestump@comcast.net>
3929
3930         * MAINTAINERS: Add myself as testsuite maintainer.
3931
3932 2011-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3933
3934         Import from Libtool and gnulib:
3935
3936         2011-01-27  Gerald Pfeifer  <gerald@pfeifer.com>
3937
3938         Prepare for supporting FreeBSD 10.
3939         * config.rpath: Remove handling of freebsd1* which soon would
3940         match FreeBSD 10.0.
3941
3942         2011-01-20  Gerald Pfeifer  <gerald@pfeifer.com>  (tiny change)
3943
3944         Remove support for FreeBSD 1.x.
3945         * libtool.m4 (_LT_LINKER_SHLIBS)
3946         (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
3947         soon would incorrectly match FreeBSD 10.0.
3948
3949 2011-02-12  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3950
3951         PR binutils/12283
3952         * move-if-change: Import version from gnulib.
3953
3954 2011-02-12  Alexandre Oliva  <aoliva@redhat.com>
3955
3956         PR lto/47225
3957         * Makefile.def (lto-plugin): Double dash for enable-shared.
3958         (configure-gcc): Depend on all-lto-plugin.
3959         * Makefile.in: Rebuilt.
3960
3961 2011-02-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
3962
3963         * configure.ac: Remove extra bracket.
3964         * configure: Regenerate.
3965
3966 2011-02-08  Tobias Burnus  <burnus@net-b.de>
3967
3968         * MAINTAINERS: Add myself as libquadmath maintainer.
3969
3970 2011-02-08  Thomas Schwinge  <thomas@schwinge.name>
3971
3972         * MAINTAINERS: Update my email address.
3973
3974 2011-02-07  Joseph Myers  <joseph@codesourcery.com>
3975
3976         * MAINTAINERS (option handling): Add self.
3977
3978 2011-02-06  Kai Tietz  <kai.tietz@onevision.com>
3979
3980         PR lto/47225
3981         * Makefile.def: Add dependency for install-gcc
3982         on install-lto-plugin.
3983         * Makfile.in: Regenerated
3984
3985 2011-02-01  Sebastien Bourdeauducq  <sebastien@milkymist.org>
3986
3987         * MAINTAINERS (CPU Port Maintainers): Add myself.
3988
3989 2011-01-31  Alexandre Oliva  <aoliva@redhat.com>
3990
3991         PR libgcj/44341
3992         * configure.ac: Discard --with-* flags for host when configuring
3993         target libraries for cross build.
3994         * configure: Rebuilt.
3995
3996 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
3997
3998         * MAINTAINERS (linear loop transforms): Removed.
3999
4000 2011-01-25  Jakub Jelinek  <jakub@redhat.com>
4001
4002         * configure.ac: If with_ppl is no, move setting with_cloog=no
4003         after CLOOG_REQUESTED check.
4004         * configure: Regenerated.
4005
4006 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4007
4008         * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4009         CLooG has been requested.
4010         * configure: Regenerated.
4011
4012 2011-01-25  Sebastian Pop  <sebastian.pop@amd.com>
4013
4014         * configure: Regenerated.
4015         * configure.ac: Check for version 0.11 (or later revision) of PPL.
4016
4017 2011-01-25  Tobias Grosser  <grosser@fim.uni-passau.de>
4018
4019         * configure: Regenerated.
4020         * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4021
4022 2011-01-21  Andreas Schwab  <schwab@redhat.com>
4023
4024         * configure.ac: Use AS_HELP_STRING throughout.
4025         * configure: Regenerate.
4026
4027 2011-01-18  Jie Zhang  <jie.zhang@analog.com>
4028
4029         * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4030         * configure: Regenerate.
4031
4032 2011-01-13  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
4033
4034         * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4035
4036 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
4037
4038         * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4039         for ia64-hpux.
4040         * configure: Regenerate.
4041
4042 2011-01-07  Jan Hubicka  <jh@suse.cz>
4043
4044         PR lto/47225
4045         * Makefile.in: Regenerate.
4046         * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4047         configure.
4048
4049 2011-01-07  Jan Hubicka  <jh@suse.cz>
4050
4051         * Makefile.in: Regenerate.
4052         * Makefile.def (gcc host module) and soft dependency on lto-plugin
4053         and configure dependency on lto-plugin configure.
4054         (lto-plugin module): Remove dependency on GCC; add dependency on
4055         liniberty.
4056
4057 2011-01-07  William Schmidt  <wschmidt@linux.vnet.ibm.com>
4058
4059         * MAINTAINERS (Write After Approval): Add myself.
4060
4061 2010-12-23  Hariharan Sandanagobalane <hariharan@picochip.com>
4062
4063         * configure: Regenerate.
4064
4065 2010-12-22  Hariharan Sandanagobalane <hariharan@picochip.com>
4066
4067         * configure.ac: (picochip): Disable libiberty.
4068
4069 2010-12-14  Kaushik Phatak  <kaushik.phatak@kpitcummins.com>
4070
4071         * MAINTAINERS (Write After Approval): Add myself.
4072
4073 2010-12-10  Ian Lance Taylor  <iant@google.com>
4074
4075         PR bootstrap/46819
4076         * configure.ac: For --disable-libgcj clear libgcj_saved.
4077         * configure: Rebuild.
4078
4079 2010-12-10  Tobias Burnus  <burnus@net-b.de>
4080
4081         PR fortran/46540
4082         * configure.ac: Add --disable-libquadmath and
4083         --disable-libquadmath-support.
4084         * configure: Regenerate.
4085
4086 2010-12-03  Ian Lance Taylor  <iant@google.com>
4087
4088         * MAINTAINERS: Add myself as libgo maintainer.
4089
4090 2010-12-03  Hans-Peter Nilsson  <hp@axis.com>
4091
4092         PR libffi/46792
4093         * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4094         * configure: Regenerate.
4095
4096 2010-12-02  Ian Lance Taylor  <iant@google.com>
4097
4098         * configure.ac: Always set default for poststage1_ldflags to
4099         -static-libstdc++ -static-libgcc.
4100
4101 2010-11-29  Andreas Schwab  <schwab@redhat.com>
4102
4103         * configure.ac: Move comment to remove extra space in last argument
4104         of GCC_TARGET_TOOL.
4105
4106 2010-11-26  Alexandre Oliva  <aoliva@redhat.com>
4107
4108         PR other/46026
4109         * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4110         * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4111         * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4112         (BASE_FLAGS_TO_PASS): Use it.
4113         * configure: Rebuilt.
4114         * Makefile.in: Rebuilt.
4115
4116 2010-11-23  H.J. Lu  <hongjiu.lu@intel.com>
4117
4118         PR binutils/12258
4119         * configure.ac: Correct comments for --enable-gold/--enable-ld.
4120         Properly check default linker.
4121         * configure: Regnerated.
4122
4123 2010-11-23  Matthias Klose  <doko@ubuntu.com>
4124
4125         * configure.ac: For --enable-gold, handle value `default' instead of
4126         `both*'.  New configure option --{en,dis}able-ld.
4127         * configure: Regenerate.
4128
4129 2010-11-20  Ian Lance Taylor  <iant@google.com>
4130
4131         * configure.ac: Only disable a language library if no language needs
4132         it.  Don't let --disable-libgcj uncondtionally disable libffi.
4133         * configure: Rebuild.
4134
4135 2010-11-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4136
4137         * Makefile.in: Regenerate.
4138
4139         PR other/46202
4140         * configure.ac: Fix just-built in-tree STRIP name to be
4141         binutils/strip-new.
4142         * configure: Regenerate.
4143         * Makefile.def (install-strip-gcc, install-strip-binutils)
4144         (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4145         (install-strip-sid): Mirror dependencies on non-strip variants
4146         of these targets on the respective -strip prerequisites.
4147         * Makefile.tpl (install-strip, install-strip-host)
4148         (install-strip-target): New targets.
4149         (install-strip-[+module+], install-strip-target-[+module+]):
4150         New targets.
4151         * Makefile.in: Regenerate.
4152
4153 2010-11-19  Ian Lance Taylor  <iant@google.com>
4154             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4155
4156         * configure.ac: Add target-libgo to target_libraries.  Set
4157         and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4158         * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4159         (HOST_EXPORTS): Add GOC.
4160         (BASE_TARGET_EXPORTS): Add GOC.
4161         (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4162         (GOCFLAGS_FOR_TARGET): New variable.
4163         (EXTRA_HOST_FLAGS): Add GOC.
4164         (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4165         * Makefile.def (target_modules): Add libgo.
4166         (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4167         (dependencies): Add dependency from configure-target-libgo to
4168         configure-target-libffi and all-target-libstdc++-v3.  Add
4169         dependencies from all-target-libgo to all-target-libffi.
4170         (languages): Add go.
4171         * configure: Rebuild.
4172         * Makefile.in: Rebuild.
4173
4174 2010-11-19  Ian Lance Taylor  <iant@google.com>
4175
4176         * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4177         compiler/flag environment variables.
4178
4179 2010-11-18  Ian Lance Taylor  <iant@google.com>
4180
4181         * configure.ac: Check for lang_requires_boot_languages in
4182         config-lang.in files.
4183         * configure: Rebuild.
4184
4185 2010-11-16  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4186             Tobias Burnus  <burnus@net-b.de>
4187
4188         PR fortran/32049
4189         * Makefile.def: Add libquadmath; build it with language=fortran.
4190         * configure.ac: Add libquadmath.
4191         * Makefile.tpl: Handle multiple libs in check-[+language+].
4192         * Makefile.in: Regenerate.
4193         * configure: Regenerate.
4194
4195 2010-11-16  Tom Tromey  <tromey@redhat.com>
4196
4197         * MAINTAINERS: Moved myself to reviewers section.
4198
4199 2010-11-15  Zdenek Dvorak  <ook@ucw.cz>
4200
4201         * MAINTAINERS: Moved myself to reviewers section.
4202
4203 2010-11-15  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4204
4205         * MAINTAINERS (Various Maintainers): Add self for build machinery.
4206         (Write After Approval): Remove self.
4207
4208 2010-11-15  Andreas Schwab  <schwab@redhat.com>
4209
4210         * configure.ac: Fix spelling in option names.
4211         * configure: Regenerated.
4212
4213 2010-11-13  Georg-Johann Lay  <georgjohann@web.de>
4214
4215         PR bootstrap/39622
4216         * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4217         * configure: Regenerated.
4218
4219 2010-11-13  Kaveh R. Ghazi  <ghazi@gcc.gnu.org>
4220
4221         * MAINTAINERS: Update my email address.
4222
4223 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4224
4225         * configure: Regenerate.
4226
4227 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4228
4229         * configure: Regenerate.
4230
4231 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4232
4233         * configure: Regenerate.
4234
4235 2010-11-12  Tobias Grosser  <grosser@fim.uni-passau.de>
4236
4237         * configure: Regenerate.
4238
4239 2010-11-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
4240
4241         * configure.ac: Support official CLooG.org versions.
4242         * configure: Regenerate.
4243         * config/cloog.m4: New.
4244
4245 2010-11-10  François Dumont  <francois.cppdevs@free.fr>
4246
4247         * MAINTAINERS (Write After Approval): Add myself.
4248
4249 2010-11-09  David Edelsohn  <dje.gcc@gmail.com>
4250
4251         * MAINTAINERS: Update my email address.
4252
4253 2010-11-04  Iain Sandoe  <iains@gcc.gnu.org>
4254
4255         * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4256         * configure: Regenerate.
4257
4258 2010-11-03  Ian Lance Taylor  <iant@google.com>
4259             Dave Korn  <dave.korn.cygwin@gmail.com>
4260
4261         PR lto/46273
4262         * configure.ac: Remove libelf tests.  Build lto-plugin on ELF always
4263         and on other supported platforms whenever LTO is enabled.
4264         * configure: Rebuild.
4265
4266 2010-11-02  Alan Modra  <amodra@gmail.com>
4267
4268         PR binutils/12110
4269         * configure.ac: Error when source path contains spaces.
4270         * configure: Regenerate.
4271
4272 2010-10-23  James E. Wilson  <wilson@codesourcery.com>
4273
4274         * MAINTAINERS: Update my email address.
4275
4276 2010-10-20  Ian Lance Taylor  <iant@google.com>
4277
4278         * Makefile.def (target_modules): Set lib_path to src/.libs for
4279         libstdc++-v3 module.
4280         * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4281         * Makefile.in: Rebuild.
4282
4283 2010-10-18  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
4284
4285         * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4286         (Write After Approval): Remove myself.
4287
4288 2010-10-15  Tristan Gingold  <gingold@adacore.com>
4289
4290         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4291
4292 2010-10-14  Douglas Rupp  <rupp@gnat.com>
4293
4294         * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4295
4296 2010-10-07  Dave Korn  <dave.korn.cygwin@gmail.com>
4297
4298         * configure.ac (build_lto_plugin): New shell variable.
4299         (--enable-lto): Turn on by default for all non-ELF platforms that
4300         have had LTO support added so far.  Set build_lto_plugin appropriately
4301         for both ELF and non-ELF.
4302         (configdirs): Add lto-plugin or not based on build_lto_plugin.
4303         * configure: Regenerate.
4304
4305 2010-10-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4306
4307         Sync from src:
4308         * configure.ac (v850 support): Remove target-libgloss from
4309         noconfigdirs.
4310         * configure: Regenerate.
4311
4312 2010-10-02  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4313
4314         PR bootstrap/45326
4315         PR bootstrap/45174
4316         * configure.ac: Honor initial values of $build_configargs,
4317         $host_configargs, $target_configargs.  Mark the precious, so
4318         environment settings get recorded.
4319         * configure: Regenerate.
4320
4321 2010-09-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4322
4323         PR bootstrap/45796
4324         * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4325         Depend on all-build-libiberty.
4326         * Makefile.in: Regenerate.
4327
4328 2010-09-30  Michael Eager  <eager@eagercon.com>
4329
4330         * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4331         * configure: Regenerate.
4332
4333 2010-09-28  Michael Eager  <eager@eagercon.com>
4334
4335         * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4336
4337 2010-06-27  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4338
4339         PR bootstrap/44621
4340         * configure.ac: Fix unportable shell quoting.
4341         * configure: Regenerate.
4342
4343 2010-09-21  Iain Sandoe  <iains@gcc.gnu.org>
4344
4345         * configure.ac (enable-lto): Add Darwin to the list of supported lto
4346         targets and amend comment.
4347         * configure: Regenerate.
4348
4349 2010-09-15  Tejas Belagod  <tejas.belagod@arm.com>
4350
4351         * MAINTAINERS (Write After Approval): Add myself.
4352
4353 2010-09-03  Jack Howarth <howarth@bromo.med.uc.edu>
4354
4355         * configure.ac: Enable LTO by default on Darwin.
4356         * configure: Regenerate.
4357
4358 2010-09-02  Marcus Shawcroft  <marcus.shawcroft@arm.com>
4359
4360         * MAINTAINERS (Write After Approval): Add myself.
4361
4362 2010-09-01  Ian Bolton  <ian.bolton@arm.com>
4363
4364         * MAINTAINERS (Write After Approval): Add myself.
4365
4366 2010-08-25  Danny Smith  <dannysmith@users.sourceforge.net>
4367
4368         * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4369         ports
4370
4371 2010-07-28  David Yuste  <david.yuste@gmail.com>
4372
4373         * MAINTAINERS (Write After Approval): Add myself.
4374
4375 2010-07-26  Naveen.H.S  <naveen.S@kpitcummins.com>
4376
4377         * configure.ac: Support all v850 targets.
4378         * configure: Regenerate.
4379
4380 2010-07-23  Marc Glisse <marc.glisse@normalesup.org>
4381
4382         PR bootstrap/44455
4383         * configure.ac (extra_mpfr_configure_flags): Copy from
4384         extra_mpc_gmp_configure_flags.
4385         * configure: Re-generated.
4386
4387 2010-07-22  Andi Kleen  <ak@linux.intel.com>
4388
4389         * MAINTAINERS (Write After Approval): Add myself.
4390
4391 2010-07-22  Chung-Lin Tang  <cltang@codesourcery.com>
4392
4393         * MAINTAINERS (Write After Approval): Add myself.
4394
4395 2010-07-20  Jeffrey Yasskin  <jyasskin@google.com>
4396
4397         * MAINTAINERS (Write After Approval): Add myself.
4398
4399 2010-07-17  Jack Howarth  <howarth@bromo.med.uc.edu>
4400
4401         PR target/44862
4402         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4403         Provide -B option to allow for link spec %s substitutions for
4404         libstdc++.a on darwin.
4405         * Makefile.in: Regenerate.
4406
4407 2010-07-10  Mikael Morin  <mikael@gcc.gnu.org>
4408
4409         * MAINTAINERS (Reviewers): Update my e-mail address
4410
4411 2010-06-10  Alexandre Oliva  <aoliva@redhat.com>
4412
4413         * Makefile.def (configure-gcc): Depend on all-libelf.
4414         * Makefile.in: Rebuild.
4415
4416 2010-06-05  Fabien Chêne  <fabien@gcc.gnu.org>
4417
4418         * MAINTAINERS (Write After Approval): Add myself in the right place.
4419
4420 2010-06-04  Fabien Chêne  <fabien@gcc.gnu.org>
4421
4422         * MAINTAINERS (Write After Approval): Add myself.
4423
4424 2010-05-25  Sterling Augustine  <sterling@tensilica.com>
4425
4426         * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4427
4428 2010-05-25  Maxim Kuvyrkov  <maxim@codesourcery.com>
4429
4430         * config.sub: Update to version 2010-05-21.
4431         * config.guess: Update to version 2010-04-03.
4432
4433 2010-05-18  Steven Bosscher  <steven@gcc.gnu.org>
4434
4435         * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4436         * configure: Regenerate.
4437
4438 2010-05-12  Sriraman Tallam  <tmsriram@google.com>
4439
4440         * MAINTAINERS (Write After Approval): Add myself.
4441
4442 2010-05-07  Steven Bosscher  <steven@gcc.gnu.org>
4443
4444         * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4445         a platform that supports LTO.
4446         * configure: Regenerate.
4447
4448 2010-05-05  Sebastian Pop  <sebastian.pop@amd.com>
4449
4450         * configure.ac: Allow all the versions greater than 0.10 of PPL.
4451         * configure: Regenerated.
4452
4453 2010-04-27  Roland McGrath  <roland@redhat.com>
4454             H.J. Lu  <hongjiu.lu@intel.com>
4455
4456         * configure.ac (--enable-gold): Support both, both/gold and
4457         both/bfd to add gold to configdirs without removing ld.
4458         * configure: Regenerated.
4459
4460         * Makefile.def: Add install-gold dependency to install-ld.
4461         * Makefile.in: Regenerated.
4462
4463 2010-04-27  Dave Korn  <dave.korn.cygwin@gmail.com>
4464
4465         PR lto/42776
4466         * configure.ac (--enable-lto): Refactor handling so libelf tests
4467         are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4468         and allow LTO to be explicitly enabled on non-ELF platforms that
4469         are known to support it inside else-clause.
4470         * configure: Regenerate.
4471
4472 2010-04-20  Eric Botcazou  <ebotcazou@adacore.com>
4473
4474         * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4475         * configure: Regenerate.
4476
4477 2010-04-17  Ralf Corsépius  <ralf.corsepius@rtems.org>
4478
4479         * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4480         * configure: Regenerate.
4481
4482 2010-04-16  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4483
4484         * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4485         separately.
4486         * configure: Regenerate.
4487
4488 2010-04-16  Kevin Williams  <kevin.williams@inria.fr>
4489
4490         * MAINTAINERS (Write After Approval): Add myself.
4491
4492 2010-04-14  Tristan Gingold  <gingold@adacore.com>
4493
4494         * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4495         * configure: Regenerate.
4496
4497 2010-04-13  Steve Ellcey  <sje@cup.hp.com>
4498
4499         * configure: Regenerate after change to elf.m4.
4500
4501 2010-04-06  Iain Sandoe  <iains@gcc.gnu.org>
4502
4503         * MAINTAINERS (Write After Approval): Add myself.
4504
4505 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4506
4507         * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4508         * configure: Regenerated.
4509
4510 2010-04-02  Sebastian Pop  <sebastian.pop@amd.com>
4511
4512         * configure.ac: Print "buggy but acceptable" when CLooG
4513         revision is less than 9.
4514         * configure: Regenerated.
4515
4516 2010-04-01  Diego Novillo  <dnovillo@google.com>
4517
4518         * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4519
4520 2010-04-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4521
4522         PR bootstrap/43615
4523         PR bootstrap/43328
4524
4525         Revert:
4526
4527         2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4528
4529         * configure.ac: Do not pass --enable-multilib nor
4530         --disable-multilib in baseargs.  Accept explicitly passed
4531         --enable_multilib.
4532         * configure: Regenerate.
4533
4534 2010-03-31  Ulrich Weigand  <uweigand@de.ibm.com>
4535
4536         * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4537
4538 2010-03-31  Janis Johnson  <janis187@us.ibm.com>
4539
4540         * MAINTAINERS: Remove myself.
4541
4542 2010-03-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4543
4544         PR bootstrap/43328
4545         * configure.ac: Do not pass --enable-multilib nor
4546         --disable-multilib in baseargs.  Accept explicitly passed
4547         --enable_multilib.
4548         * configure: Regenerate.
4549
4550 2010-03-28  Andrew Pinski  <pinskia@gmail.com>
4551
4552         * MAINTAINERS (spu port): Remove me.
4553
4554 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4555
4556         * configure.ac (tic6x-*-*): New case.
4557         * configure: Regenerate.
4558
4559 2010-03-23  Joseph Myers  <joseph@codesourcery.com>
4560
4561         * config.sub: Update to version 2010-03-22.
4562         * config.guess: Update to version 2009-12-30.
4563
4564 2010-03-19  Jack Howarth  <howarth@bromo.med.uc.edu>
4565
4566         PR ada/42554
4567         * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4568         * configure: Regenerate.
4569
4570 2010-03-18  Ramana Radhakrishnan  <ramana.radhakrishnan@arm.com>
4571
4572         * MAINTAINERS: Update my email address.
4573
4574 2010-03-17  Sebastian Pop  <sebastian.pop@amd.com>
4575
4576         * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4577         (ghassan.shobaki@amd.com): Removed.
4578
4579 2010-03-17  Alan Modra  <amodra@gmail.com>
4580
4581         * MAINTAINERS: Update my email address.
4582
4583 2010-03-16  Diego Novillo  <dnovillo@google.com>
4584
4585         * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4586         Matthews.
4587
4588 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4589
4590         * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4591         Gutson, Jeffrey D. Oldham and Mark Shinwell.
4592
4593 2010-03-16  Joseph Myers  <joseph@codesourcery.com>
4594
4595         * MAINTAINERS: Update my email address.
4596
4597 2010-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4598
4599         * MAINTAINERS: Update my email address.
4600
4601 2010-03-15  Bernd Schmidt  <bernds@codesourcery.com>
4602
4603         * MAINTAINERS: Update my email address.
4604
4605 2010-03-09  Jie Zhang  <jie@codesourcery.com>
4606
4607         * MAINTAINERS: Update my email address.
4608
4609 2010-03-01  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4610
4611         PR libstdc++/32499
4612         * configure.ac (RANLIB): Default to true.
4613         (STRIP): Likewise.
4614         (RANLIB_FOR_TARGET): Remove superfluous : argument.
4615         * configure: Regenerate.
4616
4617 2010-02-17  Rafael Ávila de Espíndola  <espindola@google.com>
4618
4619         * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4620         (Write After Approval): Update my email address.
4621
4622 2010-02-17  Nick Clifton  <nickc@redhat.com>
4623
4624         PR 11238
4625         * Makefile.tpl (local-distclean): Also remove config.cache files in
4626         sub-directories as there may not be Makefiles present in the
4627         sub-directories.
4628         * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4629         the config.cache files found by the find command.
4630
4631         * Makefile.in: Regenerate.
4632         * configure.ac: Revert previous delta.
4633         * configure: Regenerate.
4634
4635 2010-02-15  Nick Clifton  <nickc@redhat.com>
4636
4637         PR 11238
4638         * configure.ac: Delete config.cache files in sub-directories when
4639         deleting Makefiles.
4640         * configure: Regenerate.
4641
4642 2010-02-12  Ben Elliston  <bje@gnu.org>
4643
4644         * MAINTAINERS: Update my email address.
4645
4646 2010-02-08  Andrew Pinski  <pinskia@gmail.com>
4647
4648         * MAINTAINERS (spu port): Update my email address.
4649
4650 2010-02-08  Jie Zhang  <jie.zhang@analog.com>
4651
4652         * MAINTAINERS: Add myself as a maintainer for the bfin port.
4653
4654 2010-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4655
4656         * configure.ac: Add "recommended" version checks for GMP/MPC.
4657         Update recommended GMP/MPFR/MPC versions.
4658         * configure: Regenerate.
4659
4660 2010-01-31  Joern Rennecke  <joern.rennecke@embecosm.com>
4661
4662         * MAINTAINERS: Move my Embecosm email address into the
4663         write-after-approval section.
4664
4665 2010-01-26  Ian Lance Taylor  <iant@google.com>
4666
4667         * MAINTAINERS: Add myself as Go frontend maintainer.
4668
4669 2010-01-25  Joern Rennecke  <amylaar@spamcop.net>
4670
4671         PR libstdc++/36101, PR libstdc++/42813
4672         * configure.ac (bootstrap_target_libs): Make inclusion of
4673         target-libgomp conditional on libgomb being in target_configdirs.
4674         * configure: Regenerate.
4675
4676 2010-01-23  Joern Rennecke  <amylaar@spamcop.net>
4677
4678         PR libstdc++/36101, PR libstdc++/42813
4679         * configure.ac (bootstrap_target_libs): Include target-libgomp.
4680         * configure: Regenerate.
4681
4682 2010-01-22  Joern Rennecke  <amylaar@spamcop.net>
4683
4684         PR libstdc++/36101, PR libstdc++/42813
4685         * configure.ac (target_configdirs): Substitute.
4686         * Makefile.def: Bootstrap target module libgomp.
4687         Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4688         * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4689         (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4690         * configure, Makefile.in: Regenerate.
4691
4692 2010-01-21  Dave Korn  <dave.korn.cygwin@gmail.com>
4693
4694         * MAINTAINERS: Adjust my details.
4695
4696 2010-01-20  Eric B. Weddington  <eric.weddington@atmel.com>
4697
4698         * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4699
4700 2010-01-18  Thierry Lafage  <thierry.lafage@inria.fr>
4701
4702         * MAINTAINERS: reindented my entry with tabs instead of spaces.
4703
4704 2010-01-15  Thierry Lafage  <thierry.lafage@inria.fr>
4705
4706         * MAINTAINERS (Write After Approval): Add myself.
4707
4708 2010-01-15  Konrad Trifunovic  <konrad.trifunovic@inria.fr>
4709
4710         * MAINTAINERS (Write After Approval): Add myself.
4711
4712 2010-01-11  Richard Guenther  <rguenther@suse.de>
4713
4714         PR lto/41569
4715         * Makefile.def (all-lto-plugin): Depend on all-gcc.
4716         * Makefile.in: Regenerated.
4717
4718 2010-01-11  Andreas Tobler  <andreast@fgznet.ch>
4719
4720         * configure.ac: Enable libjava build on x86_64-*freebsd*.
4721         * configure: Regenerate.
4722
4723 2010-01-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4724             Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
4725
4726         PR bootstrap/42424
4727         * configure.ac: Include libtool m4 files.
4728         (_LT_CHECK_OBJDIR): Call it.
4729         (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4730         gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4731
4732         * configure: Regenerate.
4733
4734 2010-01-07  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4735
4736         PR bootstrap/41818
4737         * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4738         to $(RPATH_ENVVAR) if bootstrapping.  Fix typo in comment.
4739         * Makefile.in: Regenerate.
4740
4741 2010-01-02  Richard Guenther  <rguenther@suse.de>
4742
4743         PR lto/41529
4744         * configure.ac: Include config/elf.m4.  Disable LTO if not
4745         builting for an elf target.
4746         * configure: Regenerate.
4747
4748 2009-12-27  Christopher Faylor  <me+cygwin@cgf.cx>
4749
4750         * MAINTAINERS: Change my email address.
4751
4752 2009-12-18  Ben Elliston  <bje@au.ibm.com>
4753
4754         * config.sub, config.guess: Update from upstream sources.
4755
4756 2009-12-07  Shujing Zhao  <pearly.zhao@oracle.com>
4757
4758         * MAINTAINERS (Write After Approval): Add myself.
4759
4760 2009-12-06  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4761
4762         PR middle-end/30447
4763         PR middle-end/30789
4764         PR other/40302
4765
4766         * configure.ac: Require MPC.
4767         * configure: Regenerate.
4768
4769 2009-12-05  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4770
4771         PR target/38384
4772         PR bootstrap/40972
4773         * libtool.m4: Sync from git Libtool.
4774         * ltoptions.m4: Likewise.
4775         * ltversion.m4: Likewise.
4776         * lt~obsolete.m4: Likewise.
4777         * ltmain.sh: Likewise.
4778
4779 2009-11-30  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4780
4781         * configure.ac: Update minimum MPC version to 0.8.
4782         * configure: Regenerate.
4783
4784 2009-11-21  Sebastian Pop  <sebpop@gmail.com>
4785
4786         * configure.ac: Check for version 0.15.5 or later revision of CLooG.
4787         * configure: Regenerated.
4788
4789 2009-11-21  Ian Lance Taylor  <iant@google.com>
4790
4791         * configure.ac: Change default of poststage1_ldflags to be empty if
4792         poststage1_libs is set.  When poststage1_libs is empty, and
4793         ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
4794         * configure: Rebuild.
4795
4796 2009-11-21  Adam Nemet  <adambnmet@gmail.com>
4797
4798         * MAINTAINERS (Write After Approval): Update my email address.
4799
4800 2009-11-20  Ben Elliston  <bje@au.ibm.com>
4801
4802         * config.guess: Update from upstream sources.
4803
4804 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4805
4806         * Makefile.def: Restore host and target settings for gmp.
4807         * Makefile.in: Rebuild.
4808
4809 2009-11-16  Alexandre Oliva  <aoliva@redhat.com>
4810
4811         * configure.ac: Add libelf to host_libs.  Enable in-tree configury
4812         of ppl and cloog.  Fix in-tree configury of libelf, skip tests.
4813         Fix portability of test of C++ as bootstrap language.  Add
4814         ppl/src/ppl-config.o to the bootstrap compare exclusion list.
4815         * configure: Rebuild.
4816         * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
4817         and cloog.  Fix in-tree ppl configuration.  Introduce libelf
4818         in-tree building.
4819         * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
4820         (POSTSTAGE1_HOST_EXPORTS): Use it.
4821         (STAGE[+id+]_CXXFLAGS): New.
4822         (BASE_FLAGS_TO_PASS): Pass it down.
4823         (configure-stage[+id+]-[+prefix+][+module+]): Use it.  Add
4824         extra_exports.
4825         (all-stage[+id+]-[+prefix+][+module+]): Likewise.
4826         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
4827         extra_exports.
4828         * Makefile.in: Rebuild.
4829
4830 2009-11-17  Ben Elliston  <bje@au.ibm.com>
4831
4832         * config.sub, config.guess: Update from upstream sources.
4833
4834 2009-11-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4835
4836         * MAINTAINERS (Write After Approval): Add myself.
4837
4838 2009-11-09  Jon Beniston  <jon@beniston.com>
4839
4840         * MAINTAINERS (Write After Approval): Add myself.
4841
4842 2009-11-06  Ozkan Sezer  <sezeroz@gmail.com>
4843
4844         * configure.ac (FLAGS_FOR_TARGET):  Add -L and -isystem
4845         paths for *-w64-mingw* and x86_64-*mingw*.
4846         * configure: Regenerated.
4847
4848 2009-11-05  Joern Rennecke  <amylaar@spamcop.net>
4849
4850         * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
4851
4852 2009-11-02  Benjamin Kosnik  <bkoz@redhat.com>
4853
4854         * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
4855         Phil Edwards to Write-After Approval.
4856
4857 2009-10-30  Kai Tietz  <kai.tietz@onevision.com>
4858
4859         * configure.ac: Disable target-winsup & co for
4860         x86_64-*-mingw* and *-w64-mingw* targets.
4861         * configure: Regenerated.
4862
4863 2009-10-16  Nick Clifton  <nickc@redhat.com>
4864
4865         * MAINTAINERS: Add myself as a maintainer for the RX port.
4866
4867 2009-10-26  Johannes Singler  <singler@kit.edu>
4868
4869         * MAINTAINERS (Write After Approval): Update my e-mail address.
4870
4871 2009-10-23  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4872
4873         * configure.ac (CLooG test): Use = with test.
4874         * configure: Regenerate.
4875
4876 2009-10-22  Richard Guenther  <rguenther@suse.de>
4877
4878         * configure.ac: Do not set LIBS for ppl/cloog checks.  Disable
4879         cloog if the ppl version check failed.  Move flags saving
4880         before setting in libelf check.
4881         * configure: Regenerate.
4882
4883 2009-10-21  Richard Guenther  <rguenther@suse.de>
4884
4885         * configure.ac: Adjust the ppl and cloog configure to work as
4886         documented.  Disable cloog if ppl was disabled.  Omit the version
4887         checks if they were disabled.
4888         * configure: Re-generate.
4889
4890 2009-10-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4891
4892         * configure.ac: Add 'lto' to enable_languages, not
4893         new_enable_languages, and only if not already present.
4894         * configure: Regenerate.
4895
4896 2009-10-10  Gerald Pfeifer  <gerald@pfeifer.com>
4897
4898         * README: Refer to the various COPYING* files instead of just
4899         COPYING.
4900         Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
4901
4902 2009-10-07  Rafael Avila de Espindola  <espindola@google.com>
4903
4904         * MAINTAINERS: Change my email address. Change plugi-in to plugin.
4905
4906 2009-10-07  Richard Guenther  <rguenther@suse.de>
4907
4908         * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
4909         and Richard Guenther as reviewers.
4910         (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
4911         as reviewers.
4912
4913 2009-10-07  Hariharan Sandanagobalane  <hariharan@picochip.com>
4914
4915         * config.sub: Update from upstream sources.
4916
4917 2009-10-06  Ian Lance Taylor  <iant@google.com>
4918
4919         * Makefile.def: check-gold depends upon all-gas.
4920         * Makefile.in: Rebuild.
4921
4922 2009-10-05  Phil Muldoon  <pmuldoon@redhat.com>
4923
4924         * MAINTAINERS (Write After Approval): Add myself.
4925
4926 2009-10-03  2009-02-05  Rafael Avila de Espindola  <espindola@google.com>
4927
4928         * Makefile.def: all-lto-plugin depends on all-libiberty.
4929         set bootstrap=true for lto-plugin.
4930         Add lto-plugin.
4931         * Makefile.in: Regenerate.
4932         * configure.ac (host_libs): Add lto-plugin.
4933         * configure: Regenerate.
4934
4935 2009-10-03  Diego Novillo  <dnovillo@google.com>
4936
4937         * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
4938         (HOST_LIBELFLIBS): Define.
4939         (HOST_LIBELFINC): Define.
4940         * Makefile.in: Regenerate.
4941         * configure.ac: Add --enable-lto.
4942         Add --with-libelf, --with-libelf-include and --with-libelf-lib.
4943         If --enable-lto is used, add 'lto' to new_enable_languages.
4944         If --enable-lto is used and gold is enabled, add
4945         lto-plugin to configdirs.
4946         * configure: Regenerate.
4947
4948 2009-10-03  Simon Baldwin  <simonb@google.com>
4949
4950         * configure.ac: If --with-system-zlib, suppress local zlib and
4951         pass --with-system-zlib to subdir configure scripts.
4952         * configure: Regenerate.
4953
4954 2009-10-01  Loren J. Rittle  <ljrittle@acm.org>
4955             Paolo Bonzini  <bonzini@gnu.org>
4956
4957         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
4958         $(srcdir).
4959         * Makefile.in: Rebuilt.
4960
4961 2009-09-26  Gary Funck  <gary@intrepid.com>
4962
4963         * MAINTAINERS (Write After Approval): Add myself.
4964
4965 2009-09-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
4966
4967         * configure.ac: Update minimum MPC version to 0.7.
4968         * configure: Regenerate.
4969
4970 2009-09-25  Nick Clifton  <nickc@redhat.com>
4971
4972         * configure.ac: Pass any --cache-file=/dev/null option on to
4973         subconfigures.
4974         * configure: Regenerate.
4975
4976 2009-09-23  Nick Clifton  <nickc@redhat.com>
4977
4978         * config.sub, config.guess: Update from upstream sources.
4979
4980 2009-09-22  Loren J. Rittle  <ljrittle@acm.org>
4981
4982         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
4983         * Makefile.in: Rebuilt.
4984
4985 2009-09-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4986
4987         PR bootstrap/32272
4988         * configure.ac: Error out if $srcdir isn't '.' but contains
4989         host-${host_noncanonical}.
4990         * configure: Regenerate.
4991
4992 2009-09-22  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
4993
4994         * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
4995         maintainer.
4996
4997 2009-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
4998
4999         * configure.ac: If bootstrapping a combined tree with
5000         --enable-gold, require c++ in stage1_languages.
5001         * configure: Regenerate.
5002
5003         * configure.ac: Also add target_libs of stage1_languages to
5004         bootstrap_target_libs.
5005         * configure: Regenerate.
5006
5007         * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5008         with --enable-languages not containing c++.
5009         * configure: Regenerate.
5010
5011 2009-09-15  Jie Zhang  <jie.zhang@analog.com>
5012
5013         * configure.ac: Disable java and boehm-gc for bfin-*-*.
5014         * configure: Regenerate.
5015
5016 2009-09-12  Joern Rennecke  <joern.rennecke@embecosm.com>
5017
5018         * MAINTAINERS (Write After Approval): Update my e-mail address,
5019         and move from from here...
5020         (Waiting for paperwork): To here.
5021
5022 2009-09-09  Joseph Myers  <joseph@codesourcery.com>
5023
5024         * MAINTAINERS (Reviewers): Add self as driver reviewer.
5025
5026 2009-09-08  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5027
5028         * configure.ac: Do not use $extrasub for replacing @if/@endif
5029         parts in Makefile; instead, use additional arguments to
5030         AC_CONFIG_COMMANDS to do the replacement manually, with several
5031         sed invocations, to avoid HP-UX sed command limits.
5032         * configure: Regenerate.
5033
5034 2009-09-08  Alexandre Oliva  <aoliva@redhat.com>
5035
5036         * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5037         blank before -L.
5038
5039 2009-09-04  Alexandre Oliva  <aoliva@redhat.com>
5040
5041         * configure.ac (with-build-config): Document.  Handle without.
5042         Handle missing argument.
5043         * configure: Rebuilt.
5044
5045 2009-09-03  Alexandre Oliva  <aoliva@redhat.com>
5046
5047         * configure.ac (--with-build-config): New.  Set BUILD_CONFIG.
5048         Default to bootstrap-debug only if compare-debug works.
5049         * configure: Rebuilt.
5050         * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5051         * Makefile.in: Rebuilt.
5052
5053 2009-09-02  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
5054
5055         * MAINTAINERS (OS Port Maintainers): Update my email address.
5056
5057 2009-09-01  Alexandre Oliva  <aoliva@redhat.com>
5058
5059         * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5060         * Makefile.in: Rebuilt.
5061
5062 2009-09-01  Chris Demetriou  <cgd@google.com>
5063
5064         * MAINTAINERS (Write After Approval): Add myself.
5065
5066 2009-08-31  Dodji Seketeli  <dodji@redhat.com>
5067
5068         PR debug/30161
5069         * include/dwarf2.h (enum dwarf_tag): Added
5070         DW_TAG_GNU_template_template_param
5071         (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5072
5073 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5074
5075         * Makefile.tpl (AWK): Fix typo.
5076         * Makefile.in: Regenerate.
5077
5078 2009-08-30  Paolo Bonzini  <bonzini@gnu.org>
5079
5080         * configure.ac: Detect awk and sed.
5081         * Makefile.def (flags_to_pass): Add AWK and SED.
5082         * Makefile.tpl (AWK, SED): New.
5083         (BASE_FLAGS_TO_PASS): Add AWK and SED.
5084         * configure: Regenerate.
5085         * Makefile.in: Regenerate.
5086
5087 2009-08-26  Dave Korn  <dave.korn.cygwin@gmail.com>
5088
5089         * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5090         (collapseslashes): Likewise.
5091
5092 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5093
5094         * configure.ac (AC_PREREQ): Bump to 2.64.
5095
5096 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5097
5098         * configure.ac: Remove --with-datarootdir, --with-docdir,
5099         --with-pdfdir, --with-htmldir switches.
5100         * configure: Regenerate.
5101
5102         * configure: Regenerate.
5103
5104         * compile: Sync from Automake 1.11.
5105         * depcomp: Likewise.
5106         * install-sh: Likewise.
5107         * missing: Likewise.
5108         * mkinstalldirs: Likewise.
5109         * ylwrap: Likewise.
5110
5111 2009-08-20  Dave Korn  <dave.korn.cygwin@gmail.com>
5112
5113         * ltmain.sh (func_normal_abspath): New function.
5114         (func_relative_path): Likewise.
5115         (func_mode_help): Document new -bindir option for link mode.
5116         (func_mode_link): Add new -bindir option, and use it to place
5117         output DLL if specified.
5118
5119 2009-08-19  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5120
5121         * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5122         (baseargs): Add --disable-option-checking.
5123         * configure: Regenerate.
5124
5125         * Makefile.def (configure-target-libiberty): Depend on
5126         all-binutils and all-ld.
5127         (configure-target-newlib): Likewise.
5128         * Makefile.in: Regenerate.
5129
5130 2009-08-17  Ben Elliston  <bje@au.ibm.com>
5131
5132         * config.sub, config.guess: Update from upstream sources.
5133
5134 2009-08-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5135
5136         Sync from src, merge:
5137
5138         2009-07-02  Tristan Gingold  <gingold@adacore.com>
5139
5140         * configure.ac: Do not exclude gas for i386-*-darwin.
5141         Add a case for x86_64-*-darwin.
5142         * configure: Regenerate.
5143
5144 2009-08-06  Neil Vachharajani  <nvachhar@gmail.com>
5145
5146         * MAINTAINERS: Add my name to Write After Approval list.
5147
5148 2009-08-06  Michael Eager  <eager@eagercon.com>
5149
5150         * configure.ac: Add Microblaze target.
5151         * configure: Regenerate.
5152
5153 2009-07-31  Christian Bruel  <christian.bruel@st.com>
5154
5155         * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5156         * configure: Regenerate.
5157
5158 2009-07-28  Rask Ingemann Lambertsen  <ccc94453@vip.cybercity.dk>
5159
5160         * MAINTAINERS (Write After Approval): Update my e-mail address.
5161
5162 2009-07-06  Ian Lance Taylor  <iant@google.com>
5163
5164         * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5165         * configure: Rebuild.
5166
5167 2009-07-01  Tobias Grosser  <grosser@fim.uni-passau.de>
5168
5169         * MAINTAINERS: Move myself to the Graphite Reviewers.
5170
5171 2009-06-30  Wei Guozhi  <carrot@google.com>
5172
5173         * MAINTAINERS: Add my name to Write After Approval list.
5174
5175 2009-06-26  Steve Ellcey  <sje@cup.hp.com>
5176
5177         PR bootstrap/40338
5178         * configure.ac (comparestring): Create new variable.
5179         * Makefile.tpl (comparestring): Use to skip some comparisions.
5180         * configure: Regenerate.
5181         * Makefile.in: Regenerate.
5182
5183 2009-06-26  Doug Evans  <dje@sebabeach.org>
5184
5185         * Makefile.def (host_modules): Add cgen.
5186         * Makefile.in: Regenerate.
5187         * configure.ac (host_tools): Add cgen.
5188         * configure: Regenerate.
5189
5190 2009-06-23  DJ Delorie  <dj@redhat.com>
5191
5192         * MAINTAINERS: Add myself as mep maintainer.
5193
5194 2009-06-23  Ian Lance Taylor  <iant@google.com>
5195
5196         * configure.ac: Add --enable-build-with-cxx.  When set, add c++ to
5197         boot_languages.  Only bootstrap target libraries listed in
5198         target_libs for some boot language.  Add --with-stage1-ldflags,
5199         --with-stage1-libs, --with-boot-ldflags, --with-boot-libs.  Remove
5200         with_host_libstdcxx from ppllibs.  Only add -fkeep-inline-functions
5201         if not building with C++.
5202         * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5203         * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5204         (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5205         (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5206         (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD.  Add
5207         POSTSTAGE1_LDFLAGS to LDFLAGS.  Export HOST_LIBS.
5208         (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5209         * configure, Makefile.in: Rebuild.
5210
5211 2009-06-23  Li Feng  <nemokingdom@gmail.com>
5212
5213         * MAINTAINERS: Added my name to write-after-approval list.
5214
5215 2009-06-15  Ryan Mansfield  <rmansfield@qnx.com>
5216
5217         * configure.ac: Define is_elf for QNX Neutrino targets.
5218         * configure: Regenerate.
5219
5220 2009-06-09  Ghassan Shobaki  <ghassan.shobaki@amd.com>
5221
5222         * MAINTAINERS: Added my name to the write-after-approval list
5223
5224 2009-06-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5225
5226         * configure.ac: Detect MPC in default directory.
5227         * configure: Regenerate.
5228
5229 2009-06-03  Jerome Guitton  <guitton@adacore.com>
5230             Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5231
5232         * Makefile.tpl (all): Avoid a trailing backslash.
5233         * Makefile.in: Regenerate.
5234
5235 2009-06-03  Ben Elliston  <bje@au.ibm.com>
5236
5237         * config.sub, config.guess: Update from upstream sources.
5238
5239 2009-06-02  Richard Sandiford  <r.sandiford@uk.ibm.com>
5240
5241         * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5242         to noconfdirs.
5243         * configure: Regenerate.
5244
5245 2009-06-02  Alexandre Oliva  <aoliva@redhat.com>
5246
5247         * Makefile.tpl ([+compare-target+]): Compare all stage
5248         directories, rather than just gcc.
5249         * Makefile.in: Rebuilt.
5250
5251 2009-06-01  Doug Kwan  <dougkwan@google.com>
5252
5253         * configure.ac: Support gold for target arm*-*-*.
5254         * configure: Regenerate.
5255
5256 2009-05-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5257
5258         * Makefile.def: Add MPC support and dependencies.
5259         * configure.ac: Likewise.  Reorganize GMP/MPFR checks.
5260
5261         * Makefile.in, configure: Regenerate.
5262
5263 2009-05-27  Alexandre Oliva  <aoliva@redhat.com>
5264
5265         * Makefile.tpl (all): Avoid harmless warning in make all when
5266         gcc-bootstrap is enabled but stage_last does not exist.
5267         * Makefile.in: Rebuilt.
5268
5269 2009-05-24  Nicolas Roche  <roche@adacore.com>
5270
5271         * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5272         * Makefile.in: Regenerate.
5273
5274 2009-05-21  Denis Chertykov  <chertykov@gmail.com>
5275
5276         * MAINTAINERS: Update my e-mail address.
5277
5278 2009-05-21  Dave Korn  <dave.korn.cygwin@gmail.com>
5279
5280         * configure.ac (cygwin noconfigdirs):  Remove libgcj.
5281         * configure:  Regenerate.
5282
5283 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5284
5285         PR other/40159
5286         * Makefile.tpl (all): Don't assume gcc-bootstrap and
5287         gcc-no-bootstrap are mutually exclusive.
5288         * Makefile.in: Rebuilt.
5289
5290 2009-05-18  Alexandre Oliva  <aoliva@redhat.com>
5291
5292         PR other/40159
5293         * Makefile.tpl (all): Don't end with unconditional success.
5294         * Makefile.in: Rebuilt.
5295
5296 2009-05-12  Alexandre Oliva  <aoliva@redhat.com>
5297
5298         PR target/37137
5299         * Makefile.def (flags_to_pass): Remove redundant and incomplete
5300         STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5301         Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5302         (bootstrap_stage): Remove bootstrap-debug custom stages.  Turn
5303         stage_configureflags, stage_cflags and stage_libcflags into
5304         explicit Makefile macros.
5305         * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5306         GFORTRAN.
5307         (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5308         CC.  Set CC_FOR_BUILD from CC.
5309         (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5310         NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5311         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5312         XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS to CC, CXX, GCJ,
5313         and GFORTRAN.
5314         (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5315         (_LIBCFLAGS): Renamed to _TFLAGS.
5316         (do-compare-debug, do-compare3-debug): Drop.
5317         (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5318         GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5319         (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5320         DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5321         (XGCC_FLAGS_FOR_TARGET): New.
5322         (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5323         (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5324         (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5325         DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5326         LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET.  Add it along with TFLAGS
5327         to CC, CXX, GCJ, and GFORTRAN.  Pass XGCC_FLAGS_FOR_TARGET and
5328         TFLAGS.
5329         (BUILD_CONFIG): Include if requested.
5330         (all): Set TFLAGS on bootstrap.
5331         (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5332         (all-stageid-prefixmodule): Likewise.
5333         (do-clean, distclean-stageid): Set TFLAGS.
5334         (restrap): Fix whitespace.
5335         * Makefile.in: Rebuilt.
5336
5337 2009-05-07  Paolo Bonzini  <bonzini@gnu.org>
5338
5339         * config.guess: Sync with src.
5340
5341 2009-05-07  Dave Korn  <dave.korn.cygwin@gmail.com>
5342
5343         * configure.ac ($with_ppl):  Default to no if not supplied.
5344         ($with_cloog):  Likewise.
5345         configure:  Regenerate.
5346
5347 2009-04-27  James E. Wilson  <wilson@codesourcery.com>
5348
5349         * MAINTAINERS: Update my e-mail address.
5350
5351 2009-04-27  Nick Clifton  <nickc@redhat.com>
5352
5353         * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5354
5355 2009-04-25  Eric Botcazou  <ebotcazou@adacore.com>
5356
5357         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5358         (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5359         * Makefile.in: Regenerate.
5360
5361 2009-04-24  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5362
5363         PR bootstrap/39739
5364         * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5365         * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5366
5367         * configure, Makefile.in: Regenerate.
5368
5369 2009-04-21  Taras Glek  <tglek@mozilla.com>
5370
5371         * include/hashtab.h: Update GTY annotations to new syntax
5372         * include/splay-tree.h: Likewise
5373
5374 2009-04-17  Ben Elliston  <bje@au.ibm.com>
5375
5376         * config.sub, config.guess: Update from upstream sources.
5377
5378 2009-04-15  Anthony Green  <green@moxielogic.com>
5379
5380         * configure.ac: Add moxie support.
5381         * configure: Rebuilt.
5382
5383 2009-04-14  Jakub Jelinek  <jakub@redhat.com>
5384
5385         * configure.ac: Change copyright header to refer to version
5386         3 of the GNU General Public License and to point readers at the
5387         COPYING3 file and the FSF's license web page.
5388         * Makefile.def: Likewise.
5389         * Makefile.tpl: Likewise.
5390         * Makefile.in: Regenerate.
5391
5392 2009-04-09  Jack Howarth  <howarth@bromo.med.uc.edu>
5393
5394         * configure.ac: Restore match for darwin9 or later. Use double
5395         brackets since regeneration eats one pair.
5396         * configure: Regenerate.
5397
5398 2009-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5399
5400         PR gas/10039
5401         * configure.ac: Require texinfo 4.7.
5402         * configure: Regenerated.
5403
5404 2009-04-09  Nick Clifton  <nickc@redhat.com>
5405
5406         * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5407         the GCC Runtime Library Exception.
5408
5409 2009-04-08  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5410
5411         * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5412         * configure: Regenerate.
5413
5414 2009-04-01  Steve Ellcey  <sje@cup.hp.com>
5415
5416         * Makefil.def (languages): New entries.
5417         * Makefile.tpl (check-gcc-*): New generic target.
5418         * Makefile.in: Regenerate.
5419
5420 2009-03-25  Erven Rohou  <erven.rohou@inria.fr>
5421
5422         * MAINTAINERS:  Update my email address.
5423
5424 2009-03-18  Tom Tromey  <tromey@redhat.com>
5425
5426         * configure: Rebuild.
5427         * configure.ac (host_libs): Add libiconv.
5428         * Makefile.in: Rebuild.
5429         * Makefile.def (host_modules): Add libiconv.
5430         (configure-gdb, all-gdb): Depend on libiconv.
5431
5432 2009-03-16  Tristan Gingold  <gingold@adacore.com>
5433
5434         * configure.ac: Treat gdb as supported on x86_64-darwin.
5435         * configure: Regenerate.
5436
5437 2009-03-16  Joseph Myers  <joseph@codesourcery.com>
5438
5439         * configure.ac (--with-host-libstdcxx): New option.
5440         * configure: Regenerate.
5441
5442 2009-03-12  Joern Rennecke  <joern.rennecke@arc.com>
5443
5444         * MAINTAINERS:  Move myself into the write after approval list.
5445
5446 2009-03-11  Nicola Pero  <nicola.pero@meta-innovation.com>
5447
5448         * MAINTAINERS: Update e-mail address.
5449
5450 2009-03-11  Dorit Nuzman  <dorit@il.ibm.com>
5451
5452         * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5453
5454 2009-03-10  Ira Rosen  <irar@il.ibm.com>
5455
5456         * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5457
5458 2009-03-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5459
5460         Backport from git Libtool:
5461
5462         2009-01-19  Robert Millan  <rmh@aybabtu.com>
5463         Support GNU/kOpenSolaris.
5464         * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5465         (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5466         (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5467         GNU/kOpenSolaris.
5468
5469 2009-02-27  Andreas Schwab  <schwab@linux-m68k.org>
5470
5471         * MAINTAINERS: Update e-mail address.
5472
5473 2009-02-24  Michael Eager  <eager@eagercon.com>
5474
5475         * MAINTAINERS (Write After Approval): Add self.
5476
5477 2009-02-18  Bingfeng Mei  <bmei@broadcom.com>
5478
5479         * MAINTAINERS (Write After Approval): Add myself.
5480
5481 2009-02-05  Andreas Schwab  <schwab@suse.de>
5482
5483         * Makefile.tpl (stage_last): Define $r and $s before using
5484         $(RECURSE_FLAGS_TO_PASS).
5485         * Makefile.in: Regenerate
5486
5487 2009-01-30  Ian Lance Taylor  <iant@google.com>
5488
5489         * MAINTAINERS: Move myself to the Global Reviewers list.
5490
5491 2009-01-29  Robert Millan  <rmh@aybabtu.com>
5492
5493         * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5494         * configure: Regenerate.
5495
5496 2009-01-17  Gerald Pfeifer  <gerald@pfeifer.com>
5497
5498         * MAINTAINERS: Make whitespace consistent.
5499         Remove Robert Millan from Write After Approval.
5500
5501 2009-01-16  Alan Modra  <amodra@bigpond.net.au>
5502
5503         * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5504         (all-opcodes): Depend on all-libiberty.
5505         * Makefile.in: Regenerate.
5506
5507 2009-01-15  Douglas B Rupp  <rupp@gnat.com>
5508
5509         * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5510         * configure: Regenerate.
5511
5512 2009-01-12  Ramana Radhakrishnan  <ramana.r@gmail.com>
5513
5514         * MAINTAINERS (Write After Approval): Add myself.
5515
5516 2009-01-12  Steven G. Kargl  <sgk@troutmask.apl.washington.edu>
5517
5518         * MAINTAINERS: Add myself to reviewers (Fortran).
5519
5520 2009-01-12  Sebastian Pop  <sebastian.pop@amd.com>
5521
5522         PR tree-optimization/38515
5523         * configure.ac (cloog-polylib): Removed.
5524         (with_ppl, with_cloog): Test for "no".
5525         * configure: Regenerated.
5526
5527 2009-01-11  Daniel Franke  <franke.daniel@gmail.com>
5528
5529         * MAINTAINERS: Moved myself to reviewers (Fortran).
5530
5531 2009-01-06  Thomas Schwinge  <tschwinge@gnu.org>
5532
5533         * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5534         (Write After Approval): Remove myself.
5535
5536 2009-01-03  Diego Novillo  <dnovillo@google.com>
5537
5538         * MAINTAINERS: Remove myself from alias maintainership.
5539
5540 2009-01-02  David Ayers  <ayers@fsfe.org>
5541
5542         * MAINTAINERS: Update e-mail address.
5543
5544 2008-12-30  Gerald Pfeifer  <gerald@pfeifer.com>
5545
5546         * MAINTAINERS: Make whitespace consistent.
5547
5548 2008-12-18  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5549
5550         Backport from upstream Libtool:
5551         * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5552         Add cache variables to tests that require the linker to work.
5553         For shlibpath_overrides_runpath, this also changes the semantics
5554         to let the result from the C compiler take precedence.
5555
5556 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5557
5558         * config.sub, config.guess: Update from upstream sources.
5559
5560 2008-12-12  Sebastian Pop  <sebastian.pop@amd.com>
5561
5562         * configure.ac (ppllibs): Add by default the lib flags.
5563         * configure: Regenerate.
5564
5565 2008-12-08  Luis Machado  <luisgpm@br.ibm.com>
5566
5567         * MAINTAINERS:  Add myself to the write after approval list.
5568
5569 2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
5570
5571         * configure.ac: Add double brackets on darwin[912].
5572         * configure: Regenerate.
5573
5574 2008-12-03  Daniel Kraft  <d@domob.eu>
5575
5576         * MAINTAINERS:  Moved myself and Mikael Morin from Write After
5577         Approval to Reviewer section (for Fortran front-end).
5578
5579 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
5580
5581         * configure.ac: Expand to darwin10 and later.
5582         * configure: Regenerate.
5583
5584 2008-12-02  Andreas Schwab  <schwab@suse.de>
5585
5586         * Makefile.def: configure-target-boehm-gc depends on
5587         all-target-libstdc++-v3.
5588         * Makefile.in: Regenerate.
5589
5590 2008-12-02  Kai Tietz  <kai.tietz@onevision.com>
5591
5592         * MAINTAINERS:  Add myself as mingw maintainer.
5593
5594 2008-12-02  Ben Elliston  <bje@au.ibm.com>
5595
5596         * config.sub, config.guess: Update from upstream sources.
5597
5598 2008-12-01  Gerald Pfeifer  <gerald@pfeifer.com>
5599
5600         * README.SCO: Remove.
5601
5602 2008-11-29  Fernando Pereira  <pronesto@gmail.com>
5603
5604         * MAINTAINERS:  Add myself to the write after approval list.
5605
5606 2008-11-29  Dave Korn  <dave.korn.cygwin@gmail.com>
5607
5608         * MAINTAINERS:  Update my email address in WAA section.
5609
5610 2008-11-29  Chen Liqin  <liqin@sunnorth.com.cn>
5611
5612         * MAINTAINERS: Update e-mail address.
5613
5614 2008-11-27  Toon Moene  <toon@moene.org>
5615
5616         * MAINTAINERS: Change e-mail address.
5617
5618 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5619
5620         * configure.ac: Build gdb for i?86-*-darwin*
5621         * configure: Regenerated.
5622
5623 2008-11-24  Hariharan Sandanagobalane  <hariharan@picochip.com>
5624
5625         * MAINTAINERS: Added my full name.
5626
5627 2008-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
5628
5629         PR bootstrap/38014
5630         PR bootstrap/37923
5631
5632         Revert:
5633
5634         2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5635
5636         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5637         * Makefile.in: Regenerated.
5638
5639         2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5640
5641         PR gdb/921
5642         PR gdb/1646
5643         PR gdb/2175
5644         PR gdb/2176
5645
5646         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5647         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5648         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5649         (HOST_EXPORTS): Pass CPPFLAGS.
5650         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5651         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5652         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5653         * Makefile.in, configure: Regenerated.
5654         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5655         and CPPFLAGS_FOR_BUILD.
5656
5657 2008-11-06  Jeff Law  <law@redhat.com>
5658
5659         * MAINTAINERS: Add myself as middle end maintainer.
5660
5661 2008-11-06  Andrew Stubbs  <ams@codesourcery.com>
5662
5663         * MAINTAINERS (Write after approval): Add myself.
5664
5665 2008-11-05  Diego Novillo  <dnovillo@google.com>
5666
5667         * MAINTAINERS (Global Reviewers): Add myself.
5668         (Non-Algorithmic Maintainers): Remove myself.
5669
5670 2008-11-04  Thomas Schwinge  <tschwinge@gnu.org>
5671
5672         * MAINTAINERS (Write after approval): Add myself.
5673
5674 2008-10-31  Mikael Morin  <mikael.morin@tele2.fr>
5675
5676         * MAINTAINERS (Write after approval): Add myself.
5677
5678 2008-10-31  Ben Elliston  <bje@au.ibm.com>
5679
5680         * configure.ac (spu-*-*): Remove special case.
5681         * configure: Regenerate.
5682
5683 2008-10-30  Catherine Moore  <clm@codesourcery.com>
5684
5685         * MAINTAINERS (Write after approval): Update my email address.
5686
5687 2008-10-29  Stefan Schulze Frielinghaus  <xxschulz@de.ibm.com>
5688
5689         * configure.ac [spu-*-*]: Do not set skipdirs.
5690         * configure: Re-generate.
5691
5692 2008-10-29  Bernd Schmidt  <bernd.schmidt@analog.com>
5693
5694         * MAINTAINERS (Various Maintainers): Add myself to reload.
5695
5696 2008-10-25  Richard Guenther  <rguenther@suse.de>
5697
5698         * MAINTAINERS (Various Maintainers): Add myself as middle-end
5699         maintainer.  Remove myself as libgcc-math maintainer.
5700         (Non-Algorithmic Maintainers): Remove myself.
5701
5702 2008-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
5703
5704         * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5705         * Makefile.in: Regenerated.
5706
5707 2008-10-23  Cary Coutant  <ccoutant@google.com>
5708
5709         * MAINTAINERS (Write after approval): Add myself.
5710
5711 2008-10-22  Daniel Jacobowitz  <dan@codesourcery.com>
5712
5713         PR gdb/921
5714         PR gdb/1646
5715         PR gdb/2175
5716         PR gdb/2176
5717
5718         * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5719         * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5720         (EXTRA_BUILD_FLAGS): Correct typo.  Pass CPPFLAGS.
5721         (HOST_EXPORTS): Pass CPPFLAGS.
5722         (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5723         (LDFLAGS_FOR_TARGET): Initialize from configure script.
5724         (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5725         * Makefile.in, configure: Regenerated.
5726         * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5727         and CPPFLAGS_FOR_BUILD.
5728
5729 2008-10-20  Sebastian Pop  <sebastian.pop@amd.com>
5730
5731         * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5732         Sebastian Pop.
5733
5734 2008-10-14  Antoniu Pop <antoniu.pop@gmail.com>
5735
5736         * MAINTAINERS (Write After Approval): Added myself.
5737
5738 2008-10-13  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
5739
5740         * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
5741         recommended version to 2.3.2.
5742
5743         * configure: Regenerate.
5744
5745 2008-10-01  Mark Mitchell  <mark@codesourcery.com>
5746
5747         * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
5748
5749 2008-09-29  David Daney <david.daney@caviumnetworks.com>
5750
5751         * MAINTAINERS (Write After Approval): Update e-mail address.
5752
5753 2008-09-26  Peter O'Gorman  <pogma@thewrittenword.com>
5754
5755         * libtool.m4: Update to libtool 2.2.6.
5756         * lt~obsolete.m4: Update to libtool 2.2.6.
5757         * ltmain.sh: Update to libtool 2.2.6.
5758         * ltsugar.m4: Update to libtool 2.2.6.
5759         * ltversion.m4: Update to libtool 2.2.6.
5760         * ltoptions.m4: Update to libtool 2.2.6.
5761         * ltgcc.m4: Update to match changes from libtool 2.2.6.
5762
5763 2008-09-22  Chris Fairles  <cfairles@gcc.gnu.org>
5764
5765         * MAINTAINERS (Write After Approval): Add myself.
5766
5767 2008-09-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
5768
5769         * MAINTAINERS (Write After Approval): Update my name.
5770
5771 2008-09-20  Steven Bosscher  <steven@gcc.gnu.org>
5772
5773         * MAINTAINERS: Add myself in "Write After Approval".
5774
5775 2008-09-18  Steve Ellcey  <sje@cup.hp.com>
5776
5777         * MAINTAINERS: Add myself as ia64 maintainer.
5778
5779 2008-09-04  Gerald Pfeifer  <gerald@pfeifer.com>
5780
5781         * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
5782         Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
5783         Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
5784         and Michael Tiemann from Write After Approval since they do not
5785         actually have access.
5786
5787 2008-09-05  Richard Guenther  <rguenther@suse.de>
5788
5789         * configure.ac: Initialize clooglibs to -lcloog.
5790         * configure: Re-generate.
5791
5792 2008-09-04  Le-Chun Wu  <lcwu@google.com>
5793
5794         * MAINTAINERS (Write After Approval): Add myself.
5795
5796 2008-09-03  Sebastian Pop  <sebastian.pop@amd.com>
5797
5798         * configure.ac (--with-cloog-polylib): New.
5799         (--disable-cloog-version-check): New.
5800         (--disable-ppl-version-check): New.
5801         * configure: Re-generate.
5802
5803 2008-09-03  Richard Guenther  <rguenther@suse.de>
5804
5805         * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
5806         cloog test.
5807         * configure: Re-generate.
5808
5809 2008-09-03  Hari Sandanagobalane  <hariharan@picochip.com>
5810
5811         Add picoChip port.
5812         * MAINTAINERS: Add picoChip maintainers.
5813
5814 2008-09-02  Sebastian Pop  <sebastian.pop@amd.com>
5815             Tobias Grosser  <grosser@fim.uni-passau.de>
5816             Jan Sjodin  <jan.sjodin@amd.com>
5817             Harsha Jagasia  <harsha.jagasia@amd.com>
5818             Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
5819             Konrad Trifunovic  <konrad.trifunovic@inria.fr>
5820             Adrien Eliche  <aeliche@isty.uvsq.fr>
5821
5822         Merge from graphite branch.
5823         * configure: Regenerate.
5824         * Makefile.in: Regenerate.
5825         * configure.ac (host_libs): Add ppl and cloog.
5826         Add checks for PPL and CLooG.
5827         * Makefile.def (ppl, cloog): Added modules and dependences.
5828         * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
5829         (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
5830
5831 2008-08-31  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
5832
5833         * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
5834         (GCC_SHLIB_SUBDIR): New.
5835         * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
5836         * configure: Regenerate.
5837         * Makefile.in: Regenerate.
5838
5839 2008-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
5840
5841         * MAINTAINERS: Consistently use tabs to separate columns.
5842
5843 2008-08-29  Tristan Gingold  <gingold@adacore.com>
5844
5845         * MAINTAINERS (Write after Approval): Add myself.
5846
5847 2008-08-28  Tristan Gingold  <gingold@adacore.com>
5848
5849         * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
5850         Enable bfd, binutils and opcodes.
5851         * configure: Regenerate.
5852
5853 2008-08-27  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
5854
5855         * MAINTAINERS: Update my hppa and hpux entries.  Remove my vax entry.
5856
5857 2008-08-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
5858
5859         * MAINTAINERS:  Use correct Umlaut for last name.
5860
5861 2008-08-23  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
5862
5863         * MAINTAINERS: Move myself from Reviewers to Write after Approval.
5864
5865 2008-08-16  David Edelsohn  <edelsohn@gnu.org>
5866
5867         * MAINTAINERS: Update my email address.
5868
5869 2008-08-16  Nicolas Roche  <roche@adacore.com>
5870
5871         * Makefile.tpl: Add BOOT_ADAFLAGS.
5872         * Makefile.in: Regenerate.
5873
5874 2008-08-09  Richard Sandiford  <rdsandiford@googlemail.com>
5875
5876         * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
5877         * configure: Regenerate.
5878
5879 2008-07-30  Paolo Bonzini  <bonzini@gnu.org>
5880
5881         * configure.ac: Add makefile fragments for hpux.
5882         * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
5883         * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
5884         * configure: Regenerate.
5885         * Makefile.in: Regenerate.
5886
5887 2008-07-28  Aldy Hernandez  <aldyh@redhat.com>
5888
5889         * MAINTAINERS: Add Jakub and myself as gimple maintainers.
5890
5891 2008-07-11  Dodji Seketeli  <dseketel@redhat.com>
5892
5893         * MAINTAINERS (Write after Approval): Add myself.
5894
5895 2008-07-02  Xuepeng Guo  <xuepeng.guo@intel.com>
5896
5897         * MAINTAINERS (Write After Approval):  Add myself.
5898
5899 2008-06-29  Andrew Jenner  <andrew@codesourcery.com>
5900
5901         * MAINTAINERS (Write After Approval):  Add myself.
5902
5903 2008-06-29  Krister Walfridsson  <krister.walfridsson@gmail.com>
5904
5905         * MAINTAINERS: Update my email address.
5906
5907 2008-06-25  Joey Ye  <joey.ye@intel.com>
5908
5909         * MAINTAINERS (Write After Approval):  Add myself.
5910
5911 2008-06-17  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5912
5913         * Makefile.tpl ($(srcdir)/configure): Update dependencies.
5914         * Makefile.in: Regenerate.
5915         * configure: Regenerate.
5916
5917 2008-06-17  Daniel Kraft  <d@domob.eu>
5918
5919         * MAINTAINERS (Write After Approval):  Add myself.
5920
5921 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5922
5923         * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
5924         "$@" is still intact with both Autoconf 2.59 and 2.62.
5925         * configure: Regenerate.
5926
5927 2008-06-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5928
5929         * Makefile.tpl: Fix comment errors.
5930         * Makefile.in: Regenerate.
5931
5932 2008-06-12  David S. Miller  <davem@davemloft.net>
5933             David Edelsohn  <edelsohn@gnu.org>
5934
5935         * configure.ac: Add powerpc*-*-* to gold supported targets.
5936         * configure: Regenerate.
5937
5938 2008-06-08  Joseph Myers  <joseph@codesourcery.com>
5939
5940         PR tree-optimization/36218
5941         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
5942         * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
5943         (all prefix="build-"): Pass them to build-system sub-makes.
5944         * Makefile.in: Regenerate.
5945
5946 2008-06-07  Joseph Myers  <joseph@codesourcery.com>
5947
5948         * MAINTAINERS (mt port): Remove.
5949         (sco5, unixware, sco udk): Remove.
5950         (Kean Johnston): Add to Write After Approval.
5951
5952 2008-05-30  Julian Brown  <julian@codesourcery.com>
5953
5954         * configure.ac (arm*-*-linux-gnueabi): Don't disable building
5955         of libobjc for ARM EABI Linux.
5956         * configure: Regenerate.
5957
5958 2008-05-18  Xinliang David Li   <davidxl@google.com>
5959
5960         * ChangeLog: Remove wrong ChangeLog entry.
5961
5962 2008-05-17  Xinliang David Li   <davidxl@google.com>
5963
5964         * MAINTAINERS (Write After Approval): Add myself.
5965
5966 2008-05-15  Janus Weil  <janus@gcc.gnu.org>
5967
5968         * MAINTAINERS (Write After Approval): Add myself.
5969
5970 2008-05-14  Rafael Espíndola  <espindola@google.com>
5971
5972         * config-ml.in: don't handle --enable-shared and --enable-static.
5973
5974 2008-05-10  Richard Sandiford  <rdsandiford@googlemail.com>
5975
5976         * MAINTAINERS: Update my email address.
5977
5978 2008-05-10  Paolo Carlini  <paolo.carlini@oracle.com>
5979
5980         * MAINTAINERS: Update my email address.
5981
5982 2008-05-03  Kris Van Hees  <kris.van.hees@oracle.com>
5983
5984         * MAINTAINERS (Write After Approval): Add myself.
5985
5986 2008-04-28  Gabriele Svelto  <gabriele.svelto@st.com>
5987
5988         * MAINTAINERS (Write After Approval): Add myself.
5989
5990 2008-04-25  Pompapathi V Gadad  <Pompapathi.V.Gadad@nsc.com>
5991
5992         * MAINTAINERS (crx): Add myself.
5993
5994 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
5995
5996         Sync with src:
5997         2008-04-14  David S. Miller  <davem@davemloft.net>
5998
5999         * configure.ac: Add sparc*-*-* to gold supported targets.
6000         * configure: Regenerate.
6001
6002 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6003
6004         PR bootstrap/35457
6005         * configure.ac: Include override.m4.
6006         * configure: Regenerate.
6007
6008 2008-04-18  Paolo Bonzini  <bonzini@gnu.org>
6009
6010         * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6011         * Makefile.in: Regenerate.
6012
6013 2008-04-18  M R Swami Reddy  <MR.Swami.Reddy@nsc.com>
6014
6015         * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6016         as nonconfigurable directories list.
6017         * configure: Regenerate.
6018
6019 2008-04-14  Ben Elliston  <bje@au.ibm.com>
6020
6021         * config.sub, config.guess: Update from upstream sources.
6022
6023 2008-04-12  Hans-Peter Nilsson  <hp@axis.com>
6024
6025         * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6026         * Makefile.in: Regenerate.
6027
6028 2008-04-11  Eric B. Weddington  <eweddington@cso.atmel.com>
6029
6030         * configure.ac: Do not build libssp for the AVR.
6031         * configure: Regenerate.
6032
6033 2008-04-07  Ian Lance Taylor  <iant@google.com>
6034
6035         * Makefile.def: check-gold depends upon all-binutils.
6036         * Makefile.in: Regenerate.
6037
6038 2008-04-04  Andy Hutchinson  <hutchinsonandy@aim.com>
6039
6040         * MAINTAINERS (Write After Approval): Add myself.
6041
6042 2008-04-04  Nick Clifton  <nickc@redhat.com>
6043
6044         PR binutils/4334
6045         * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6046         builds.
6047         * configure: Regenerate.
6048
6049 2008-04-04  NightStrike  <NightStrike@gmail.com>
6050
6051         PR other/35151
6052         * configure.ac: Combine rules for mingw32 and mingw64.
6053         * configure: Regenerate.
6054
6055 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
6056
6057         * MAINTAINERS (Write After Approval): Add myself.
6058
6059 2008-04-01  Seongbae Park  <seongbae.park@gmail.com>
6060
6061         * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6062         * Makefile.in (.NOTPARALLEL): Ditto.
6063
6064 2008-04-01  Peter O'Gorman  <pogma@thewrittenword.com>
6065
6066         * MAINTAINERS (Write After Approval): Add myself.
6067
6068 2008-03-31  Seongbae Park  <seongbae.park@gmail.com>
6069
6070         * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6071         * Makefile.in (.NOTPARALLEL): Regenerate.
6072
6073 2008-03-27  Paolo Bonzini  <bonzini@gnu.org>
6074
6075         * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6076         * Makefile.in: Regenerate.
6077
6078 2008-03-26  Jakub Staszak  <kuba@et.pl>
6079
6080         * MAINTAINERS (Write After Approval): Add myself.
6081
6082 2008-03-23  Thomas Koenig  <tkoenig@gcc.gnu.org>
6083
6084         * MAINTAINERS:  Update e-mail address.
6085
6086 2008-03-20  Ian Lance Taylor  <iant@google.com>
6087
6088         * configure.ac: Add support for --enable-gold.
6089         * Makefile.def: Add gold as a directory like ld.
6090         * configure, Makefile.in: Regenerate.
6091
6092 2008-03-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6093
6094         * configure.ac: m4_include config/proginstall.m4.
6095         * configure: Regenerate.
6096
6097         Backport from upstream Libtool:
6098
6099         2007-10-12  Eric Blake  <ebb9@byu.net>
6100
6101         Deal with Autoconf 2.62's semantic change in m4_append.
6102         * ltsugar.m4 (lt_append): Replace broken versions of
6103         m4_append.
6104         (lt_if_append_uniq): Don't require separator to be overquoted,
6105         and avoid broken m4_append.
6106         (lt_dict_add): Fix typo.
6107         * libtool.m4 (_LT_DECL): Don't overquote separator.
6108
6109 2008-03-13  David Edelsohn  <edelsohn@gnu.org>
6110
6111         * config.rpath: Add AIX 6 support.
6112
6113 2008-03-13  Paolo Bonzini  <bonzini@gnu.org>
6114
6115         * Makefile.def (stageprofile).  Remove -fprofile-generate
6116         from stage_libcflags.
6117         * Makefile.in: Regenerate.
6118
6119 2008-03-13  Ben Elliston  <bje@au.ibm.com>
6120
6121         * config.sub, config.guess: Update from upstream sources.
6122
6123 2008-03-06  Tom Tromey  <tromey@redhat.com>
6124
6125         * MAINTAINERS: Update for treelang deletion.
6126
6127 2008-03-03  James E. Wilson  <wilson@tuliptree.org>
6128
6129         * MAINTAINERS: Update my email address.
6130
6131 2008-03-03  Stan Shebs  <stanshebs@earthlink.net>
6132
6133         * MAINTAINERS (darwin port): Add myself as a maintainer.
6134         (objective-c/c++): Add myself as a maintainer.
6135
6136 2008-03-03  Volker Reichelt  <v.reichelt@netcologne.de>
6137
6138         * MAINTAINERS (Write After Approval): Update my email address.
6139
6140 2008-02-25  Tomas Bily  <tbily@suse.cz>
6141
6142         * MAINTAINERS (Write After Approval): Add myself.
6143
6144 2008-02-23  Jakub Jelinek  <jakub@redhat.com>
6145
6146         * MAINTAINERS (OpenMP): Add myself.
6147
6148 2008-02-20  Paolo Bonzini  <bonzini@gnu.org>
6149
6150         PR bootstrap/32009
6151         PR bootstrap/32161
6152
6153         * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6154         * configure: Regenerate.
6155
6156         * Makefile.def: Define stage_libcflags for all bootstrap stages.
6157         * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6158         STAGE4_LIBCFLAGS): New.
6159         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6160         $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6161         (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6162         (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6163         (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6164         for target modules.  Don't export LIBCFLAGS.
6165         (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6166         $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6167         the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6168         (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6169         $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6170         * Makefile.in: Regenerate.
6171
6172 2008-02-16  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6173
6174         PR libgcj/33085
6175         * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6176         Do not use -DDLL_EXPORT.  Backport from upstream.
6177
6178 2008-02-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6179
6180         * MAINTAINERS (Write After Approval): Add myself.
6181
6182 2008-02-02  Hans-Peter Nilsson  <hp@axis.com>
6183
6184         * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6185         * configure: Regenerate.
6186
6187 2008-01-31  Marc Gauthier  <marc@tensilica.com>
6188
6189         * configure.ac (xtensa*-*-*): Recognize processor variants.
6190         * configure: Regenerate.
6191
6192 2008-01-30  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6193
6194         PR bootstrap/34922
6195         * configure.ac (PARSE_ARGS): Push suitable setting of
6196         ac_subdirs_all, for `./configure --help=recursive'.
6197         Handle `+' in generic toplevel directory disabling.
6198         * configure: Regenerate.
6199
6200 2008-01-28  Nick Clifton  <nickc@redhat.com>
6201
6202         * MAINTAINERS (xstormy16): Take over maintainership.
6203
6204 2008-01-25  Joseph Myers  <joseph@codesourcery.com>
6205
6206         * MAINTAINERS (c4x port): Remove.
6207
6208 2008-01-24  David Edelsohn  <edelsohn@gnu.org>
6209
6210         * libtool.m4: Backport AIX 6 support from ToT Libtool.
6211
6212 2008-01-23  Ben Elliston  <bje@au.ibm.com>
6213
6214         * config.sub, config.guess: Update from upstream sources.
6215
6216 2008-01-22  Tobias Grosser  <grosser@fim.uni-passau.de>
6217
6218         * MAINTAINERS (Write After Approval): Add myself.
6219
6220 2008-01-17  H.J. Lu  <hjl.tools@gmail.com>
6221
6222         * MAINTAINERS: Update my email address.
6223
6224 2008-01-09  Raksit Ashok  <raksit@google.com>
6225
6226         * MAINTAINERS (Write After Approval): Add myself.
6227
6228 2008-01-09  Raksit Ashok  <raksit@google.com>
6229
6230         * MAINTAINERS (Write After Approval): Add myself.
6231
6232 2008-01-08  Ben Elliston  <bje@au.ibm.com>
6233
6234         * config.sub, config.guess: Update from upstream sources.
6235
6236 2007-12-17  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
6237
6238         * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6239         Change recommended MPFR from 2.2.1 -> 2.3.0.
6240         * configure: Regenerate.
6241
6242 2007-12-15  Sebastian Pop  <sebastian.pop@amd.com>
6243
6244         * MAINTAINERS: Update my email address.
6245
6246 2007-12-15  Bernhard Fischer  <aldot@gcc.gnu.org>
6247
6248         * MAINTAINERS: Update my email address.
6249
6250 2007-12-13  Richard Sandiford  <rsandifo@nildram.co.uk>
6251
6252         * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6253         (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6254         * Makefile.in: Regenerate.
6255
6256 2007-12-10  Mark Heffernan  <meheff@google.com>
6257
6258         * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6259         misplaced entries.
6260
6261 2007-12-10  Andreas Tobler  <a.tobler@schweiz.org>
6262
6263         * configure.ac: Enable libjava for x86_64-*-darwin9.
6264         * configure: Regenerate.
6265
6266 2007-12-07  Bill Maddox  <maddox@google.com>
6267
6268         * MAINTAINERS (Write After Approval): Add myself.
6269
6270 2007-12-05  Ben Elliston  <bje@au.ibm.com>
6271
6272         * config.sub, config.guess: Update from upstream sources.
6273
6274 2007-12-02  Matthias Klose  <doko@ubuntu.com>
6275
6276         * config-ml.in: Remove 64bit configure tests.
6277
6278 2007-11-28  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6279
6280         * config-ml.in: Robustify against white space in absolute file
6281         names.
6282
6283         * config-ml.in (multi-clean): Substitute ${Makefile}.
6284         Remove superfluous ${Makefile} in list.
6285
6286 2007-11-19  Thiemo Seufer  <ths@mips.com>
6287
6288         * config-ml.in: Don't hardcode the Makefile name.
6289
6290 2007-11-08  Alexander Monakov  <amonakov@ispras.ru>
6291
6292         * MAINTAINERS (Write After Approval): Add myself.
6293
6294 2007-11-07  Samuel Tardieu  <sam@rfc1149.net>
6295
6296         * MAINTAINERS (Write After Approval): Add myself.
6297
6298 2007-11-06  Doug Kwan  <dougkwan@google.com>
6299
6300         * MAINTAINERS (Write After Approval): Add myself.
6301
6302 2007-10-25  Ben Elliston  <bje@au.ibm.com>
6303
6304         * MAINTAINERS (mercury): Remove entry.
6305         (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6306
6307 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
6308
6309         * Makefile.def (dependencies): Make configure-gdb depend on
6310         all-intl.
6311         * Makefile.in: Regenerated.
6312
6313 2007-10-22  Steven G. Kargl  <kargl@gcc.gnu.org>
6314
6315         * MAINTAINERS (Fortran maintainer): Remove myself.
6316
6317 2007-10-15  Patrick Mansfield  <patmans@us.ibm.com>
6318
6319         * Makefile.def: To avoid problems running with parallel makes,
6320         build newlib before libgloss so that target specific header
6321         files are availble.
6322         * Makefile.in: Regenerate
6323
6324 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6325
6326         * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6327         * Makefile.in: Regenerate.
6328
6329 2007-10-09  Vladimir Makarov  <vmakarov@redhat.com>
6330
6331         * MAINTAINERS (Register allocation reviewer): Add myself.
6332
6333 2007-10-08  Mike Frysinger  <vapier@gentoo.org>
6334
6335         * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6336         LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6337         Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS.  Set default
6338         LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6339         * configure: Regenerate.
6340
6341 2006-10-04  Seongbae Park  <seongbae.park@gmail.com>
6342
6343         * MAINTAINERS (Register allocation reviewer): Add myself.
6344
6345 2007-10-01  Paolo Bonzini  <bonzini@gnu.org>
6346
6347         * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6348         DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6349         LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6350         WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6351         * configure.ac: Default them to host tools for $host = $build.
6352         Subst them.
6353
6354         * configure: Regenerate.
6355         * Makefile.in: Regenerate.
6356
6357 2006-09-24  Peter Bergner  <bergner@vnet.ibm.com>
6358
6359         * MAINTAINERS (Register allocation reviewer): Add myself.
6360
6361 2006-09-24  Kenneth Zadeck  <zadeck@naturalbridge.com>
6362
6363         * MAINTAINERS (Register allocation reviewer): Add myself.
6364
6365 2007-09-21  Seongbae Park  <seongbae.park@gmail.com>
6366
6367         * MAINTAINERS (Write After Approval): Fix typo.
6368
6369 2007-09-20  Richard Sandiford  <rsandifo@nildram.co.uk>
6370
6371         * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6372         * configure: Regenerate.
6373
6374 2007-09-20  Paul Jarc  <prj-bugzilla-gcc@multivac.cwru.edu>
6375
6376         PR bootstrap/31906
6377         * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6378         they're already prefixed.
6379
6380 2007-09-19  Benjamin Kosnik  <bkoz@redhat.com>
6381
6382         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6383         libstdc++.
6384         * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6385         * configure: Regenerate.
6386         * Makefile.in: Regenerate.
6387
6388 2007-09-17  Andreas Schwab  <schwab@suse.de>
6389
6390         * configure.ac: Raise minimum makeinfo version to 4.6.
6391         * configure: Regenerate.
6392
6393 2007-09-17  Johannes Singler  <singler@ira.uka.de>
6394
6395         * MAINTAINERS (write-after-approval) add myself
6396
6397 2007-09-15  Alan Modra  <amodra@bigpond.net.au>
6398
6399         * configure.ac: Correct makeinfo version check.
6400         * configure: Regenerate.
6401
6402 2007-09-14  Richard Sandiford  <rsandifo@nildram.co.uk>
6403
6404         * MAINTAINERS: Update my email address.
6405
6406 2007-09-14  Richard Sandiford  <richard@codesourcery.com>
6407
6408         * configure.ac (mips*-sde-elf*): New stanza.  Add target-libiberty
6409         to $skipdirs and only disable gprof for newlib.  Use the normal
6410         mips*-elf* handling in other respects.
6411         * configure: Regnerate.
6412
6413 2007-09-12  David Daney  <ddaney@avtrex.com>
6414
6415         * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6416         enabling libgcj.
6417         * configure: Regenerate.
6418
6419 2007-09-10  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6420
6421         PR other/32154
6422         * configure.ac: For libgloss targets, point the linker to the linker
6423         script, startup code and simulator library.
6424         * configure: Regenerate.
6425
6426 2007-09-07  Andrew Haley  <aph@redhat.com>
6427
6428         * configure.ac (noconfigdirs): Remove target-libffi and
6429         target-libjava.
6430         * configure: Regenerate.
6431
6432 2007-09-06  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6433
6434         PR target/33281
6435         * configure.ac: Use config/mh-mingw on mingw.
6436         * configure: Regenerate.
6437
6438 2007-09-05  Pat Haugen  <pthaugen@us.ibm.com>
6439
6440         * MAINTAINERS (Write After Approval): Add myself.
6441
6442 2007-09-05  Richard Guenther  <rguenther@suse.de>
6443
6444         * configure.ac (--enable-stage1-checking): If neither --enable-checking
6445         nor --disable-checking is provided also turn on yes and types
6446         checking for stage1.
6447         * configure: Re-generate.
6448
6449 2007-08-30  Krister Walfridsson  <cato@df.lth.se>
6450
6451         * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6452         (Write After Approval): Remove myself.
6453
6454 2007-08-29  Nick Clifton  <nickc@redhat.com>
6455
6456         * config.sub, config.guess: Update from upstream sources.
6457
6458 2007-08-22  Bud Davis  <jmdavis@link.com>
6459
6460         * MAINTAINERS (Write After Approval): Added myself.
6461         * MAINTAINERS (Reviewers): Removed myself.
6462
6463 2007-08-18  Paul Brook  <paul@codesourcery.com>
6464             Joseph Myers  <joseph@codesourcery.com>
6465
6466         * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6467         (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6468         * Makefile.in: Regenerate.
6469         * configure.ac (--with-debug-prefix-map): New.
6470         * configure: Regenerate.
6471
6472 2007-08-17  Richard Sandiford  <richard@codesourcery.com>
6473             Nigel Stephens  <nigel@mips.com>
6474
6475         * configure.ac (mips*-sde-elf*): New stanza.  Use config/mt-sde
6476         as target_makefile_frag.
6477         * configure: Regenerate.
6478
6479 2007-08-16  Alexandre Oliva  <aoliva@redhat.com>
6480
6481         * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6482         Add to flags_to_pass.  Adjust uses of BOOT_CFLAGS.
6483         (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6484         * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6485         (do-compare, do-compare3, do-compare-debug): New.
6486         ([+compare-target+]): Use them.
6487
6488 2007-08-14  Maxim Kuvyrkov  <maxim@codesourcery.com>
6489
6490         * MAINTAINERS (Write After Approval): Change my email address.
6491
6492 2007-08-13  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6493             Ben Elliston  <bje@au.ibm.com>
6494
6495         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6496         --silent if $silent.
6497         * configure: Regenerate.
6498
6499 2003-08-12  Zdenek Dvorak  <ook@ucw.cz>
6500
6501         * MAINTAINERS (Various Maintainers): Add myself as
6502         loop infrastructure maintainer.  Update my e-mail
6503         address.
6504
6505 2007-07-31  Diego Novillo  <dnovillo@google.com>
6506
6507         * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6508         Adjust description.
6509
6510 2007-07-26  Richard Guenther  <rguenther@suse.de>
6511
6512         * configure.ac: Add types checking to stage1 checking flags.
6513         * configure: Regenerate.
6514
6515 2007-07-17  Nick Clifton  <nickc@redhat.com>
6516
6517         * COPYING3: New file.  Contains version 3 of the GNU General
6518         Public License.
6519         * COPYING3.LIB: New file.  Contains version 3 of the GNU
6520         Lesser General Public License.
6521
6522 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6523
6524         * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6525
6526 2007-07-16  Andreas Krebbel  <krebbel1@de.ibm.com>
6527
6528         * MAINTAINERS (S/390 co-maintainer): Add myself.
6529         (Write After Approval): Remove myself.
6530
6531 2007-07-13  Dan Hipschman  <dsh@google.com>
6532
6533         * MAINTAINERS (Write After Approval): Add myself.
6534
6535 2007-07-11  Nick Clifton  <nickc@redhat.com>
6536
6537         * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6538         WINDRES export.
6539         * Makefile.in: Regenerate.
6540
6541 2007-07-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
6542
6543         * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6544         maintainer.
6545
6546 2007-07-05  H.J. Lu  <hongjiu.lu@intel.com>
6547
6548         * lt~obsolete.m4: New. Import from 20070318 libtool.
6549
6550 2007-07-03  Julian Brown  <julian@codesourcery.com>
6551
6552         * MAINTAINERS (Write After Approval): Add myself.
6553
6554 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6555
6556         * configure.ac: Rewrite 'configure --help' strings to look nicer.
6557         * configure: Regenerate.
6558
6559 2007-07-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
6560
6561         * configure.ac: Add some missing m4 quotation.
6562         * configure: Regenerate.
6563
6564 2007-07-02  Simon Baldwin  <simonb@google.com>
6565
6566         * MAINTAINERS (Write After Approval): Add myself.
6567
6568 2007-07-02  Paolo Bonzini  <bonzini@gnu.org>
6569
6570         * configure: Regenerate.
6571
6572 2007-07-02  Kai Tietz   <kai.tietz@onevision.com>
6573
6574         * Makefile.def: Add windmc tool to build.
6575         * Makefile.tpl: Likewise.
6576         * configure.ac: Likewise.
6577         * Makefile.in: Regenerate.
6578         * configure: Regenerate.
6579
6580 2007-06-28  DJ Delorie  <dj@redhat.com>
6581
6582         * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6583         not building newlib.
6584         * configure: Regenerated.
6585
6586 2007-06-28  Jan Sjodin  <jan.sjodin@amd.com>
6587
6588         * MAINTAINERS (Write After Approval): Add myself.
6589
6590 2007-06-25  Martin Michlmayr  <tbm@cyrius.com>
6591
6592         * MAINTAINERS (Write After Approval): Add myself.
6593
6594 2007-06-19  Chris Matthews  <chrismatthews@google.com>
6595
6596         * MAINTAINERS (Write After Approval): Add myself.
6597
6598 2007-06-19  Rask Ingemann Lambertsen  <rask@sygehus.dk>
6599
6600         * MAINTAINERS (Write After Approval): Add myself.
6601
6602 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6603
6604         * Makefile.def: Add dependency from configure-gdb to all-bfd.
6605         * Makefile.in: Regenerated.
6606
6607 2007-06-14  Bernd Schmidt  <bernd.schmidt@analog.com>
6608
6609         * configure.ac: Don't add target-libmudflap to noconfigdirs for
6610         bfin*-*-uclinux* targets.
6611         * configure: Regenerate.
6612
6613 2007-06-14  Ian Lance Taylor  <iant@google.com>
6614
6615         * MAINTAINERS: Add myself as non-algorithmic global write
6616         maintainer.
6617
6618 2007-06-14  Diego Novillo  <dnovillo@google.com>
6619
6620         * MAINTAINERS: Add self as middle-end maintainer and
6621         non-algorithmic global write maintainer.
6622
6623 2007-06-14  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6624
6625         * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6626         Move all Fortran maintainers except Paul Brook into the
6627         Non-Autopoiesis section.
6628
6629 2007-06-14  Paolo Bonzini  <bonzini@gnu.org>
6630
6631         * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6632         (distclean-stage[+id+]): Possibly delete stage_last.
6633         * Makefile.in: Regenerate.
6634
6635 2007-06-12  Seongbae Park  <seongbae.park@gmail.com>
6636
6637         * MAINTAINERS (Various Maintainer): Fix typo.
6638
6639 2007-06-11  Paolo Bonzini  <bonzini@gnu.org>
6640
6641         * MAINTAINERS (Various Maintainer): Add myself as
6642         dataflow maintainer.
6643
6644 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6645
6646         * config.sub, config.guess: Update from upstream sources.
6647
6648 2007-06-07  Ben Elliston  <bje@au.ibm.com>
6649
6650         * Makefile.tpl: Fix spelling error.
6651         * Makefile.in: Regenerate.
6652
6653 2007-06-01  Steve Ellcey  <sje@cup.hp.com>
6654
6655         * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6656         lt_cv_sys_max_cmd_len.
6657
6658 2007-05-31  Dorit Nuzman   <dorit@il.ibm.com>
6659
6660         * MAINTAINERS (Various Maintainers): Add myself as
6661         auto-vectorizer maintainer.
6662
6663 2003-05-31  Paolo Bonzini  <bonzini@gnu.org>
6664
6665         PR libjava/32098
6666         * libtool.m4: Revert previous change.
6667         * ltgcc.m4: Put it here.
6668
6669 2003-05-30  Zdenek Dvorak  <dvorakz@suse.cz>
6670
6671         * MAINTAINERS (Various Maintainers): Add myself as
6672         auto-vectorizer maintainer.
6673
6674 2007-05-30  H.J. Lu  <hongjiu.lu@intel.com>
6675
6676         PR libjava/32098
6677         * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6678
6679 2007-05-30  Richard Guenther  <rguenther@suse.de>
6680
6681         * MAINTAINERS (Various Maintainers): Add myself as
6682         auto-vectorizer maintainer.
6683
6684 2007-05-30  Jakub Jelinek  <jakub@redhat.com>
6685
6686         PR bootstrap/29382
6687         * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6688         * configure: Rebuilt.
6689
6690 2007-05-28  Roberto Costa  <robsettantasei@gmail.com>
6691
6692         * MAINTAINERS (Write After Approval): Removed my name.
6693
6694 2007-05-25  Steven Bosscher  <steven@gcc.gnu.org>
6695
6696         * MAINTAINERS (Write After Approval): Remove myself.
6697
6698 2007-05-25  Andreas Tobler  <a.tobler@schweiz.org>
6699
6700         * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6701
6702 2007-05-23  Steve Ellcey  <sje@cup.hp.com>
6703
6704         * ltmain.sh: Update from ToT Libtool.
6705         * libtool.m4: Update from ToT Libtool.
6706         * ltsugar.m4: New. Update from ToT Libtool.
6707         * ltversion.m4: New. Update from ToT Libtool.
6708         * ltoptions.m4: New. Update from ToT Libtool.
6709         * ltconfig: Remove.
6710         * ltcf-c.sh: Remove.
6711         * ltcf-cxx.sh: Remove.
6712         * ltcf-gcj.sh: Remove.
6713
6714 2007-05-22  Ollie Wild  <aaw@google.com>
6715
6716         * MAINTAINERS (Write After Approval): Add myself.
6717
6718 2007-05-16  Paolo Bonzini  <bonzini@gnu.org>
6719
6720         * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6721         stage_cflags.
6722         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6723         Remove CFLAGS/LIBCFLAGS.
6724         (configure-stage[+id+]-[+prefix+][+module+],
6725         all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6726         * Makefile.in: Regenerate.
6727
6728 2007-05-15  Diego Novillo  <dnovillo@google.com>
6729
6730         * MAINTAINERS: Update e-mail address.
6731
6732 2007-05-15  Revital Eres  <eres@il.ibm.com>
6733
6734         * MAINTAINERS (Write After Approval): Add myself.
6735
6736 2007-05-14  Roberto Costa  <robsettantasei@gmail.com>
6737
6738         * MAINTAINERS (Write After Approval): Updated my address.
6739
6740 2007-05-14  Thomas Neumann  <tneumann@users.sourceforge.net>
6741
6742         * MAINTAINERS (Write After Approval): Add myself.
6743
6744 2007-05-11  Silvius Rus  <rus@google.com>
6745
6746         * MAINTAINERS (Write After Approval): Add myself.
6747
6748 2007-04-23  Tom Tromey  <tromey@redhat.com>
6749
6750         * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
6751
6752 2007-04-22  Mark Mitchell  <mark@codesourcery.com>
6753
6754         * MAINTAINERS (cpplib): Rename to ...
6755         (libcpp): ... this.  Add C/C++ front end maintainers.
6756
6757 2007-04-14  Steve Ellcey  <sje@cup.hp.com>
6758
6759         * config-ml.in: Pass ${ml_config_env} to configure calls.
6760
6761 2007-04-04  Christian Bruel  <christian.bruel@st.com>
6762
6763         * MAINTAINERS (Write After Approval): Add myself.
6764
6765 2007-04-02  Dave Korn  <dave.korn@artimi.com>
6766
6767         * MAINTAINERS (Write After Approval): Add myself.
6768
6769 2007-03-31  Tobias Burnus  <burnus@net-b.de>
6770
6771         * MAINTAINERS (fortran 95 front end): Add myself.
6772
6773 2007-03-28  Dwarakanath Rajagopal  <dwarak.rajagopal@amd.com>
6774
6775         * MAINTAINERS (Write After Approval): Add myself.
6776
6777 2007-03-24  Ayal Zaks  <zaks@il.ibm.com>
6778
6779         * MAINTAINERS (Modulo Scheduler): Add myself.
6780
6781 2007-03-23  Brooks Moses  <brooks.moses@codesourcery.com>
6782
6783         * MAINTAINERS (fortran 95 front end): Add myself.
6784         (c++ front end): whitespace fix.
6785
6786 2007-03-22  Nathan Froyd  <froydnj@codesourcery.com>
6787
6788         * MAINTAINERS (Write After Approval): Add myself.
6789
6790 2007-03-21  Richard Sandiford  <richard@codesourcery.com>
6791
6792         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
6793         of glob.  Quote arguments with single quotes too.
6794         * configure: Regenerate.
6795
6796 2007-03-12  Brooks Moses  <brooks.moses@codesourcery.com>
6797
6798         * Makefile.def (fixincludes): Remove unneeded "missing" lines.
6799         * Makefile.in: Regenerate
6800
6801 2007-03-07  Andreas Schwab  <schwab@suse.de>
6802
6803         * configure: Regenerate.
6804
6805 2007-03-01  Brooks Moses  <brooks.moses@codesourcery.com>
6806
6807         * configure.ac: Add "--with-pdfdir" configure option,
6808         which defines pdfdir variable.
6809         * Makefile.def (target=fixincludes): Add install-pdf to
6810         missing targets.
6811         (recursive_targets): Add install-pdf target.
6812         (flags_to_pass): Add pdfdir.
6813         * Makefile.tpl: Add pdfdir handling, add do-install-pdf
6814         target.
6815         * configure: Regenerate
6816         * Makefile.in: Regenerate
6817
6818 2007-02-28  Eric Christopher  <echristo@apple.com>
6819
6820         Revert:
6821         2006-12-07  Mike Stump  <mrs@apple.com>
6822
6823         * Makefile.def (dependencies): Add dependency for
6824         install-target-libssp and install-target-libgomp on
6825         install-gcc.
6826         * Makefile.in: Regenerate.
6827
6828 2007-02-27  Matt Kraai  <kraai@ftbfs.org>
6829
6830         * configure: Regenerate.
6831         * configure.ac: Move statements after variable declarations.
6832
6833 2007-02-19  Kaz Kojima  <kkojima@gcc.gnu.org>
6834
6835         * MAINTAINERS: Add myself as sh maintainer.
6836
6837 2007-02-19  Joseph Myers  <joseph@codesourcery.com>
6838
6839         * configure.ac: Adjust for loop syntax.
6840         * configure: Regenerate.
6841
6842 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6843
6844         * configure: Rebuilt.
6845
6846 2007-02-18  Alexandre Oliva  <aoliva@redhat.com>
6847
6848         * configure.ac: Drop multiple occurrences of --enable-languages,
6849         and fix its quoting.
6850         * configure: Rebuilt.
6851
6852 2007-02-17  Mark Mitchell  <mark@codesourcery.com>
6853             Nathan Sidwell  <nathan@codesourcery.com>
6854             Vladimir Prus  <vladimir@codesourcery.com>
6855             Joseph Myers  <joseph@codesourcery.com>
6856
6857         * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
6858         * configure: Regenerate.
6859
6860 2007-02-14  Gerald Pfeifer  <gerald@pfeifer.com>
6861
6862         * ltconfig (freebsd*): Default to elf.
6863
6864 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6865
6866         * configure.ac (target_libraries): Move libgcc before libiberty.
6867         * configure: Regenerated.
6868
6869 2007-02-13  Daniel Jacobowitz  <dan@codesourcery.com>
6870             Paolo Bonzini  <bonzini@gnu.org>
6871
6872         PR bootstrap/30753
6873         * configure.ac: Remove obsolete build / host tests.  Use AC_PROG_CC
6874         unconditionally.  Use AC_PROG_CXX.  Use ACX_TOOL_DIRS to find $prefix.
6875         * configure: Regenerated.
6876
6877 2007-02-11  Francois-Xavier Coudert  <fxcoudert@gcc.gnu.org>
6878
6879         * MAINTAINERS (Language Front End Maintainers): Update my mail
6880         address.
6881
6882 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6883
6884         PR bootstrap/30748
6885         * configure.ac: Correct syntax for Solaris ksh.
6886         * configure: Regenerated.
6887
6888 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6889
6890         * configure.ac: Sync with src.
6891         * configure: Regenerate.
6892
6893 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6894
6895         * Makefile.in: Regenerate.
6896
6897 2007-02-09  Paolo Bonzini  <bonzini@gnu.org>
6898
6899         * config.sub: Sync with src.
6900
6901 2007-02-09  Daniel Jacobowitz  <dan@codesourcery.com>
6902
6903         * Makefile.tpl (build_alias, host_alias, target_alias): Use
6904         noncanonical equivalents.
6905         * configure.in: Rename to...
6906         * configure.ac: ...this.  Update AC_PREREQ.  Prevent error for
6907         AS_FOR_TARGET.  Set build_noncanonical, host_noncanonical, and
6908         target_noncanonical.  Use them.  Rewrite removal of configure
6909         arguments for autoconf 2.59.  Discard variable settings.  Force
6910         program_transform_name for native tools.
6911
6912         * Makefile.in: Regenerated.
6913         * configure: Regenerated with autoconf 2.59.
6914
6915 2007-02-07  Roman Zippel  <zippel@linux-m68k.org>
6916
6917         * MAINTAINERS (Write After Approval): Add myself.
6918
6919 2007-01-31  Andreas Schwab  <schwab@suse.de>
6920
6921         * Makefile.tpl (LDFLAGS): Substitute it.
6922         * Makefile.in: Regenerate.
6923
6924 2007-01-30  Andrey Belevantsev  <abel@ispras.ru>
6925
6926         * MAINTAINERS (Write After Approval): Add myself.
6927
6928 2007-01-28  David Edelsohn  <edelsohn@gnu.org>
6929
6930         * MAINTAINERS (spu port): Add myself.
6931
6932 2007-01-23  Richard Guenther  <rguenther@suse.de>
6933
6934         PR bootstrap/30541
6935         * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
6936         * Makefile.tpl (GNATBIND): Substitute it.
6937         (GNATMAKE): Likewise.
6938         (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
6939         of STAGE_PREFIX.
6940         * Makefile.in: Regenerate.
6941         * configure: Regenerate.
6942
6943 2007-01-18  Mike Stump  <mrs@apple.com>
6944
6945         * configure.in: Re-enable -Werror for gcc builds.
6946
6947 2007-01-11  Harsha Jagasia  <harsha.jagasia@amd.com>
6948
6949         * MAINTAINERS (Write After Approval): Add myself.
6950
6951 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6952
6953         * configure.in: Change == to = in test command.
6954         * configure: Regenerate.
6955
6956 2007-01-11  Paolo Bonzini  <bonzini@gnu.org>
6957             Nick Clifton  <nickc@redhat.com>
6958             Kaveh R. Ghazi  <ghazi@caip.rutgets.edu>
6959
6960         * configure.in (build_configargs, host_configargs, target_configargs):
6961         Remove build/host/target parameters.
6962         (host_libs): Add gmp and mpfr.
6963         (GMP tests): Reorganize to allow in-tree GMP/MPFR.
6964         * Makefile.def (gmp, mpfr): New.
6965         (gcc): Remove target.
6966         * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
6967         target_os, target_vendor): New.
6968         (configure): Add host_alias/target_alias arguments; adjust invocations.
6969         * configure: Regenerate.
6970         * Makefile.in: Regenerate.
6971
6972 2007-01-11  Matt Fago  <fago@earthlink.net>
6973
6974         * configure.in: Try to link to functions only in mpfr 2.2.x
6975         to improve robustness of configure tests.
6976         * configure: Regenerate.
6977
6978 2007-01-09  Uros Bizjak  <ubizjak@gmail.com>
6979
6980         * MAINTAINERS: Add myself as i386 maintainer.
6981
6982 2007-01-08  Jan Hubicka  <jh@suse.cz>
6983
6984         * MAINTAINERS: Add myself as i386 maintainer.
6985
6986 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
6987
6988         * configure.in: Add support for an x86_64-mingw* target.
6989         * configure: Regenerate.
6990
6991 2007-01-05  Daniel Jacobowitz  <dan@codesourcery.com>
6992
6993         * Makefile.tpl (all-target): Correct @if conditional for target
6994         modules.
6995         * configure.in: Omit libiberty if building only target libgcc.
6996         * configure, Makefile.in: Regenerated.
6997
6998 2007-01-04  Paolo Bonzini  <bonzini@gnu.org>
6999
7000         * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7001         * configure: Regenerate.
7002
7003 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
7004
7005         * Makefile.def (target_modules): Add libgcc.
7006         (lang_env_dependencies): Remove default items.  Use no_c and no_gcc.
7007         * Makefile.tpl (clean-target-libgcc): Delete.
7008         (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7009         on gcc even for bootstrapped modules.  Rewrite handling of
7010         lang_env_dependencies to loop over target_modules.
7011         * configure.in (target_libraries): Add target-libgcc.
7012         * Makefile.in, configure: Regenerated.
7013
7014 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7015
7016         * configure.in: Reorganize recognition of languages.  Add
7017         --enable-stage1-languages.  Show supported languages for the chosen
7018         target rather than all recognized languages.
7019         * configure: Regenerate.
7020
7021 2006-12-29  Paolo Bonzini  <bonzini@gnu.org>
7022
7023         * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7024         * Makefile.in: Regenerate.
7025
7026 2006-12-29  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7027
7028         * configure.in: Warn that MPFR 2.2.0 is buggy.
7029         * configure: Regenerate.
7030
7031 2006-12-27  Ian Lance Taylor  <iant@google.com>
7032
7033         * configure.in: When removing Makefiles to force a reconfigure, also
7034         remove prev-DIR*/Makefile.
7035         * configure: Regenerate.
7036
7037 2006-12-22  Andreas Schwab  <schwab@suse.de>
7038
7039         * configure: Regenerate with correct autoconf version.
7040
7041 2006-12-20  Adam Megacz  <megacz@cs.berkeley.edu>
7042
7043         * configure.in: add AC_SUBST for *_FOR_TARGET.
7044         * configure: Regenerate.
7045
7046 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7047
7048         * configure.in: Simplify logic for rejecting languages that cannot
7049         be built.  Separate the case when a language is unsupported,
7050         from the case when the user chooses not to build a language.
7051
7052 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7053
7054         * configure.in: Remove "$build" case for powerpc-*-darwin* since
7055         it only affects bootstrap and could be tested on "$host" as well.
7056         * configure: Regenerate.
7057         * config/mh-ppc-darwin: Add to the stage1 cflags here.
7058
7059 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7060
7061         PR bootstrap/29544
7062         * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7063         (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7064         move here comment from Makefile.tpl.
7065         * Makefile.tpl: Move some definitions higher in the file.
7066         (STAGE1_CHECKING): New.
7067         * configure.in: Add --enable-stage1-checking.
7068         * configure: Regenerate.
7069         * Makefile.in: Regenerate.
7070
7071 2006-12-19  Paolo Bonzini  <bonzini@gnu.org>
7072
7073         * MAINTAINERS: Add myself as build system maintainer.
7074
7075 2006-12-15  Simon Martin  <simartin@users.sourceforge.net>
7076
7077         * MAINTAINERS (Write After Approval): Add myself.
7078
7079 2006-12-13  Eric Christopher  <echristo@apple.com>
7080
7081         * MAINTAINERS: Add myself as darwin maintainer.
7082
7083 2006-12-11  Ian Lance Taylor  <ian@airs.com>
7084
7085         * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7086
7087 2006-12-11  Joern Rennecke  <joern.rennecke@arc.com>
7088
7089         MAINTAINERS: Update my entry.
7090
7091 2006-12-11  Alan Modra  <amodra@bigpond.net.au>
7092
7093         * configure.in:  Handle spu makefile frag.
7094         * Makefile.tpl (MAINT): Define
7095         (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7096         * configure: Regenerate.
7097         * Makefile.in: Regenerate.
7098
7099 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7100
7101         * config.guess: Import latest version.
7102         * config.sub: Likewise.
7103
7104 2006-12-11  Ben Elliston  <bje@au.ibm.com>
7105
7106         * configure.in (spu-*-*): Don't skip target-libiberty.
7107         * configure: Regenerate.
7108
7109 2006-12-10  Andreas Tobler  <a.tobler@schweiz.org>
7110
7111         PR bootstrap/30134
7112         * configure.in: Correct x86 darwin support for libjava to powerpc
7113         and i?86 only.
7114         * configure: Regenerate.
7115
7116 2006-12-08  Sandro Tolaini  <tolaini@libero.it>
7117
7118         * configure.in: Add x86 darwin support for libjava.
7119         * configure: Regenerate.
7120
7121 2006-12-07  Mike Stump  <mrs@apple.com>
7122
7123         * Makefile.def (dependencies): Add dependency for
7124         install-target-libssp and install-target-libgomp on
7125         install-gcc.
7126         * Makefile.in: Regenerate.
7127
7128 2006-12-04  Richard Guenther  <rguenther@suse.de>
7129
7130         * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7131         (Non-Algorithmic Maintainers): Move over non-algorithmic
7132         loop optimizer maintainers, add myself as a non-algorithmic
7133         middle-end maintainer.
7134
7135 2006-12-04  Daniel Franke  <franke.daniel@gmail.com>
7136
7137         * MAINTAINERS (Write After Approval): Add myself.
7138
7139 2006-12-03  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7140
7141         * configure.in: Update error message for missing GMP/MPFR.
7142
7143         * configure: Regenerate.
7144
7145 2006-12-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7146
7147         * configure.in: Update MPFR version in error message.
7148
7149         * configure: Regenerate.
7150
7151 2006-11-26  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7152
7153         * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7154         (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7155         --with-gmp-lib): New flags.
7156
7157         * configure: Regenerate.
7158
7159 2006-11-25  Brooks Moses  <brooks.moses@codesourcery.com>
7160
7161         * MAINTAINERS (Write After Approval): Change my email address.
7162
7163 2006-11-23  Manuel Lopez-Ibanez  <manu@gcc.gnu.org>
7164
7165         * MAINTAINERS (Write After Approval): Add myself.
7166
7167 2006-11-22  Philipp Thomas  <pth@suse.de>
7168
7169         * MAINTAINERS (i18n): Update e-mail address.
7170
7171 2006-11-21  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7172
7173         * MAINTAINERS (spu port): Add myself as maintainer.
7174         (Write After Approval): Remove myself.
7175
7176 2006-11-22  Ben Elliston  <bje@au.ibm.com>
7177
7178         * configure.in (skipdirs): Don't build libssp for SPU.
7179         * configure: Regenerate.
7180
7181 2006-11-21  Andrew Pinski  <andrew_pinski@playstation.sony.com>
7182
7183         * MAINTAINERS (spu port): Add myself as maintainer.
7184         (libobjc): Update my email address.
7185
7186 2006-11-21  Andrea Bona  <andrea.bona@st.com>
7187
7188         * MAINTAINERS (Write After Approval): Add myself.
7189
7190 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7191
7192         * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7193         * configure : Rebuilt.
7194
7195 2006-11-20  Trevor Smigiel  <trevor_smigiel@playstation.sony.com>
7196
7197         * MAINTAINERS (Write After Approval): Add myself.
7198
7199 2006-11-20  Andrea Ornstein  <andrea.ornstein@st.com>
7200
7201         * MAINTAINERS (Write After Approval): Add myself.
7202
7203 2006-11-18  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7204
7205         * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7206         libmpfr.a.
7207         * configure: Regenerate.
7208
7209 2006-11-16  Paolo Bonzini  <bonzini@gnu.org>
7210
7211         * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7212         (unstage): Test for stage_last presence.
7213
7214         PR bootstrap/29802
7215         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7216         STAGE_PREFIX.
7217         * Makefile.in: Regenerate.
7218
7219 2003-11-16  Zdenek Dvorak  <dvorakz@suse.cz>
7220
7221         * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7222         maintainers.
7223
7224 2006-11-14  Erven Rohou  <erven.rohou@st.com>
7225
7226         * MAINTAINERS (Write After Approval): Add myself.
7227
7228 2006-11-14  Paolo Bonzini  <bonzini@gnu.org>
7229
7230         * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7231         and stageN-package/Makefile.
7232         * Makefile.in: Regenerated.
7233
7234 2006-11-14  Jie Zhang  <jie.zhang@analog.com>
7235
7236         * configure.in: Remove target-libgloss from noconfigdirs for
7237         bfin-*-*.
7238         * configure: Regenerated.
7239
7240 2006-11-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7241
7242         * configure.in (have_gmp): Only error if the gcc directory exists.
7243
7244         * configure: Regenerate.
7245
7246 2006-11-07  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7247
7248         * configure.in: Robustify error message for missing GMP/MPFR.
7249
7250         * configure: Regenerate.
7251
7252 2006-10-31  Stephen M. Webb  <stephen.webb@bregmasoft.com>
7253
7254         * MAINTAINERS (Write After Approval): Add myself.
7255
7256 2006-10-30  Uros Bizjak  <ubizjak@gmail.com>
7257
7258         * MAINTAINERS: Change email address.
7259
7260 2006-10-30  Vladimir Prus  <vladimir@codesourcery.com>
7261
7262         * MAINTAINERS (Write After Approval): Add myself.
7263
7264 2006-10-26  Peter Bergner  <bergner@vnet.ibm.com>
7265
7266         * MAINTAINERS (Write After Approval): Add myself.
7267
7268 2006-10-25  Chen Liqin  <liqin@sunnorth.com.cn>
7269
7270         * MAINTAINERS (Write After Approval): Move myself to
7271         Write After Approval section.
7272
7273 2006-10-21  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
7274
7275         * configure.in: Require GMP-4.1+ and MPFR-2.2+.  Don't check
7276         need_gmp anymore.
7277         * configure: Regenerate.
7278
7279 2006-10-16  Tobias Burnus  <burnus@net-b.de>
7280
7281         * MAINTAINERS (Write After Approval): Add myself.
7282
7283 2006-10-16  Ben Elliston  <bje@au.ibm.com>
7284
7285         * config.guess: Import latest version.
7286         * config.sub: Likewise.
7287
7288 2006-10-10  Brooks Moses  <bmoses@stanford.edu>
7289
7290         * Makefile.def: Added pdf target handling.
7291         * Makefile.tpl: Added pdf target handling.
7292         * Makefile.in: Regenerated.
7293
7294 2006-10-10  Chen Liqin  <liqin@sunnorth.com.cn>
7295
7296         * MAINTAINERS: Add self as score port maintainer.
7297
7298 2006-10-04  Brooks Moses  <bmoses@stanford.edu>
7299
7300         * MAINTAINERS (Write After Approval): Add myself.
7301
7302 2006-09-27  Steven G. Kargl  <kargl@gcc.gnu.org>
7303
7304         * configure.in: Check for GMP 4.1 or newer.  Check for MPFR 2.2.0
7305         or newer.
7306         * configure: Regenerated.
7307
7308 2006-09-27  Dave Brolley  <brolley@redhat.com>
7309
7310         * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7311         using $s instead of $r.
7312         * configure: Regenerated.
7313
7314 2006-09-26  Thiemo Seufer  <ths@mips.com>
7315
7316         * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7317         for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7318         * configure: Regenerate.
7319
7320 2006-09-24  Graeme Peterson  <gridly@gmail.com>
7321
7322         * MAINTAINERS (Write After Approval): Remove myself.
7323
7324 2006-09-22  Chao-ying Fu  <fu@mips.com>
7325
7326         * MAINTAINERS (Write After Approval): Add myself.
7327
7328 2006-09-10  Joseph S. Myers  <joseph@codesourcery.com>
7329
7330         * MAINTAINERS: Add self as soft-fp maintainer.
7331
7332 2006-09-09  Anatoly Sokolov  <aesok@post.ru>
7333
7334         * MAINTAINERS: Add myself as avr maintainer.
7335         Remove Marek Michalkiewicz as avr maintainer.
7336
7337 2006-09-07  Roberto Costa  <roberto.costa@st.com>
7338
7339         * MAINTAINERS (Write After Approval): Add myself.
7340
7341 2006-08-30  Corinna Vinschen  <corinna@vinschen.de>
7342
7343         * configure.in: Never build newlib for a Mingw host.
7344         Never build newlib as Mingw target library.
7345         Test the existence of winsup/cygwin for building a Cygwin newlib,
7346         rather than just winsup.
7347         Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7348         building a Mingw target.
7349         * configure: Regenerate.
7350
7351 2006-08-08  Eric Botcazou  <ebotcazou@libertysurf.fr>
7352
7353         * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7354
7355 2006-07-25  Paolo Bonzini  <bonzini@gnu.org>
7356
7357         * config.guess: Import from src (was more updated).
7358         * config.sub: Likewise.
7359
7360 2006-07-22  Daniel Jacobowitz  <dan@codesourcery.com>
7361
7362         * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7363         * configure: Regenerated.
7364
7365 2006-07-18  Paolo Bonzini  <bonzini@gnu.org>
7366
7367         * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7368         for stages after the first.
7369
7370 2006-07-17  Jakub Jelinek  <jakub@redhat.com>
7371
7372         * Makefile.def: Add dependencies for configure-opcodes
7373         on configure-intl and all-opcodes on all-intl.
7374         * Makefile.in: Regenerated.
7375
7376 2006-07-13  Ben Elliston  <bje@au.ibm.com>
7377
7378         * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7379
7380 2006-07-06  Paul Eggert  <eggert@cs.ucla.edu>
7381
7382         Port to hosts whose 'sort' and 'tail' implementations
7383         treat operands with leading '+' as file names, as POSIX
7384         has required since 2001.  However, make sure the code still
7385         works on pre-POSIX hosts.
7386         * ltmain.sh: Don't assume "sort +2" is equivalent to
7387         "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7388
7389 2006-07-05  Ulrich Weigand  <uweigand@de.ibm.com>
7390
7391         * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7392
7393 2006-07-04  Peter O'Gorman  <peter@pogma.com>
7394
7395         * ltconfig: chmod 644 before ranlib during install.
7396
7397 2006-07-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
7398
7399         PR bootstrap/18058
7400         * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7401         if the bootstrap compiler is a GCC version that supports it.
7402         * configure: Regenerate.
7403
7404 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7405
7406         * configure.in: Fix thinkos in previous check-in.
7407         * configure: Regenerate.
7408
7409 2006-07-03  Paolo Bonzini  <bonzini@gnu.org>
7410
7411         PR other/27063
7412         * configure.in: Test subdir_requires and give an appropriate
7413         error message.
7414         * configure: Regenerate.
7415
7416 2006-07-01  Andrew John Hughes  <gnu_andrew@member.fsf.org>
7417
7418         * MAINTAINERS (Write After Approval): Add myself.
7419
7420 2006-06-22  John David Anglin  <dave.anglin@nrc.ca>
7421
7422         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7423
7424 2006-06-22  Steve Ellcey  <sje@cup.hp.com>
7425
7426         * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7427
7428 2006-06-20  David Ayers  <d.ayers@inode.at>
7429
7430         PR bootstrap/28072
7431         * configure.in: Add target-boehm-gc to noconfigdirs depending on
7432         whether target-libjava is being configured instead of whether the
7433         java front end is enabled.
7434         * configure: Regenerate.
7435
7436 2006-06-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
7437
7438         PR target/27540
7439         * configure.in: Only enable libgomp on IRIX 6.
7440         * configure: Regenerate.
7441
7442 2006-06-15  Paolo Bonzini  <bonzini@gnu.org>
7443
7444         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7445         too.
7446         * Makefile.in: Regenerate.
7447
7448 2006-06-13  Jeff Johnston  <jjohnstn@redhat.com>
7449
7450         * config-ml.in: Alter CCASFLAGS to include special
7451         multilib options the same as is done for CFLAGS.
7452
7453 2006-06-12  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7454
7455         * configure.in: Don't enable libgomp on hpux10.
7456         * configure: Rebuilt.
7457
7458 2006-06-12  David Ayers  <d.ayers@inode.at>
7459
7460         PR bootstrap/27963
7461         PR target/19970
7462         * configure.in: Remove target-boehm-gc from noconfigdirs where
7463         ${libgcj} is specified.
7464         * configure: Regenerate.
7465
7466 2006-06-06  Carlos O'Donell  <carlos@codesourcery.com>
7467
7468         Sync from src:
7469
7470         * configure.in: Sync.
7471         * configure: Regenerated.
7472
7473         2006-05-31  Daniel Jacobowitz  <dan@codesourcery.com>
7474
7475         * Makefile.def: Added dependencies from sim and gdb on intl, and
7476         added configure dependencies to everything with an all dependency
7477         on intl.
7478         * Makefile.in: Regenerated.
7479
7480 2006-06-06  David Ayers  <d.ayers@inode.at>
7481
7482         PR libobjc/13946
7483         * Makefile.def: Add dependencies for libobjc which boehm-gc.
7484         * Makefile.in: Regenerate.
7485         * configure.in: Add --enable-objc-gc at toplevel and have it
7486         enable boehm-gc for Objective-C.
7487         Remove target-boehm-gc from libgcj.
7488         Add target-boehm-gc to target_libraries.
7489         Add target-boehm-gc to noconfigdirs where ${libgcj}
7490         is specified.
7491         Assert that boehm-gc is supported when requested for Objective-C.
7492         Only build boehm-gc if needed either for Java or Objective-C.
7493         * configure: Regenerate.
7494
7495 2006-06-05  Paolo Bonzini  <bonzini@gnu.org>
7496
7497         PR 27674
7498         * Makefile.tpl (configure-[+prefix+][+module+],
7499         all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7500         Remove rule to unstage bootstrapped modules.
7501         (stage_current): New.
7502         * Makefile.in: Regenerate.
7503
7504 2006-06-03  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
7505
7506         * MAINTAINERS (Write After Approval): Update my e-mail address.
7507
7508 2006-06-01  Mark Shinwell  <shinwell@codesourcery.com>
7509
7510         * include/libiberty.h: Declare pex_run_in_environment.
7511
7512 2006-05-31  Asher Langton  <langton2@llnl.gov>
7513
7514         * MAINTAINERS (Write After Approval): Add myself.
7515
7516 2006-05-25  Paolo Bonzini  <bonzini@gnu.org>
7517
7518         * Makefile.def (bfd, opcodes): Fix lib_path.
7519         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7520         (restrap): Move under "@if gcc-bootstrap".  Fix typo.
7521         * Makefile.in: Regenerate.
7522
7523 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7524
7525         * Makefile.in: Regenerate.
7526
7527 2006-05-24  Carlos O'Donell  <carlos@codesourcery.com>
7528
7529         * Makefile.def: Add install-html target. Add datarootdir
7530         docdir and htmldir to flags_to_pass.
7531         * Makefile.tpl: Add install-html target.
7532         * Makefile.in: Regenerate.
7533         * configure.in: Add --with-datarootdir, --with-docdir, and
7534         --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7535         * configure: Regenerate.
7536
7537 2006-05-24  Mark Shinwell  <shinwell@codesourcery.com>
7538
7539         * configure.in: Enable gprof for cross builds.
7540         * configure: Regenerate.
7541
7542 2006-05-22  Richard Guenther  <rguenther@suse.de>
7543
7544         Revert
7545         2006-01-31  Richard Guenther  <rguenther@suse.de>
7546         Paolo Bonzini  <bonzini@gnu.org>
7547
7548         * Makefile.def (target_modules): Add libgcc-math target module.
7549         * configure.in (target_libraries): Add libgcc-math target library.
7550         (--enable-libgcc-math): New configure switch.
7551         * Makefile.in: Re-generate.
7552         * configure: Re-generate.
7553         * libgcc-math: New toplevel directory.
7554
7555 2006-05-20  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
7556             Andreas Tobler  <a.tobler@schweiz.ch>
7557
7558         * configure.in:  Enable libgcj for hppa*-hp-hpux11*.
7559         * configure: Rebuilt.
7560
7561 2006-05-12  Sandra Loosemore  <sandra@codesourcery.com>
7562
7563         * MAINTAINERS (Write After Approval): Add myself.
7564
7565 2006-05-01  DJ Delorie  <dj@redhat.com>
7566
7567         * configure.in: Restore CFLAGS if GMP isn't present.
7568         * configure: Regenerate.
7569
7570 2006-05-01  Richard Guenther  <rguenther@suse.de>
7571
7572         * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7573         maintainer.
7574
7575 2006-04-30  Kenneth Zadeck  <zadeck@naturalbridge.com>
7576
7577         * MAINTAINERS (Write After Approval): Add myself.
7578
7579 2006-04-28  Jan Beulich  <jbeulich@novell.com>
7580
7581         * MAINTAINERS (Write After Approval): Add myself.
7582
7583 2006-04-18  DJ Delorie  <dj@redhat.com>
7584
7585         * configure.in (m32c): Build libstdc++-v3.  Pass flags to
7586         reference libgloss so that libssp can be built in a combined
7587         tree.
7588         * configure: Regenerate.
7589
7590 2006-04-08  Robert Millan  <rmh@gcc.gnu.org>
7591
7592         * MAINTAINERS (Write After Approval): Add myself.
7593
7594 2006-04-05  Ben Elliston  <bje@au.ibm.com>
7595
7596         * configure.in: Require makeinfo 4.4 or higher.
7597         * configure: Regenerate.
7598
7599 2006-04-04  Gerald Pfeifer  <gerald@pfeifer.com>
7600
7601         * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7602         Rearrange the entries of other libraries to have them in one place.
7603
7604 2006-03-22  Janne Blomqvist  <jb@gcc.gnu.org>
7605
7606         * MAINTAINERS (Write After Approval): Remove myself.
7607         (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7608
7609 2006-03-14  Richard Guenther  <rguenther@suse.de>
7610
7611         * configure: Regenerate with autoconf 2.13.
7612
7613 2006-03-13  Jim Blandy  <jimb@codesourcery.com>
7614
7615         * MAINTAINERS: Use my work address.
7616
7617         * MAINTAINERS: Update my E-mail address.
7618
7619 2006-03-10  Aldy Hernandez  <aldyh@redhat.com>
7620
7621         * configure.in: Handle --disable-<component> generically.
7622         * configure: Regenerate.
7623
7624 2006-03-01  H.J. Lu  <hongjiu.lu@intel.com>
7625
7626         PR libgcj/17311
7627         * ltmain.sh: Don't use "$finalize_rpath" for compile.
7628
7629 2006-02-21  Erik Edelmann  <eedelman@gcc.gnu.org>
7630
7631         * MAINTAINERS (Write After Approval):  Remove myself.
7632         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7633
7634 2006-02-21  Rafael Ávila de Espíndola  <rafael.espindola@gmail.com>
7635
7636         * Makefile.tpl  (BUILD_CONFIGDIRS): Remove.
7637         (TARGET_CONFIGDIRS): Remove.
7638         * configure.in: Remove AC_SUBST(target_configdirs).
7639         * Makefile.in, configure: Regenerated.
7640
7641 2006-02-20  Steven G. Kargl  <kargls@comcast.net>
7642
7643         * MAINTAINERS (Write After Approval):  Remove myself.
7644         (Language Front End Maintainers):  Add myself as fortran 95 maintainer.
7645
7646 2006-02-20  Paolo Bonzini  <bonzini@gnu.org>
7647
7648         PR bootstrap/25670
7649
7650         * Makefile.tpl ([+compare-target+]): Print explanation messages.
7651
7652         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7653         * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7654         (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7655         BUILD_PREFIX, BUILD_PREFIX_1.
7656         * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7657
7658         * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7659         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7660
7661         * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7662         all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7663         of `cat stage_current`.  Always provide the `r' and `s' variables.
7664         (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7665         a single shell execution.
7666         (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7667         bootstrapped modules, make the stage1 module if the build was not
7668         started yet, else build the current stage.
7669         (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7670         (all-build, all-host, all-target, [+make_target+]-host,
7671         [+make_target+]-target): Do not use \-continued lines.
7672         (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7673         (current_stage, restrap, stage_last): New.
7674
7675         * Makefile.in: Regenerate.
7676         * configure: Regenerate.
7677
7678 2006-02-19  Bud Davis  <jmdavis@link.com>
7679
7680         * MAINTAINERS (Write After Approval):  Remove myself.
7681         (Language Front End Maintainers):  Add myself as fortran 95
7682         maintainer and update e-mail address.
7683
7684 2006-02-17  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
7685
7686         * MAINTAINERS (Write After Approval):  Remove myself.
7687         (Language Front End Maintainers):  Add myself as fortran 95
7688         maintainer.
7689
7690 2006-02-16  Victor Kaplansky  <victork@il.ibm.com>
7691
7692         * MAINTAINERS (Write After Approval): Add myself.
7693
7694 2006-02-16  Thomas Koenig  <Thomas.Koenig@online.de>
7695
7696         * MAINTAINERS (Write After Approval):  Remove myself.
7697         (Language Front End Maintainers):  Add myself as
7698         fortran 95 maintainer.
7699
7700 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7701
7702         Sync from src:
7703
7704         2005-12-27  Leif Ekblad  <leif@rdos.net>
7705
7706         * configure.in: Add support for RDOS target.
7707         * configure: Regenerate.
7708
7709 2006-02-14  Paolo Bonzini  <bonzini@gnu.org>
7710             Andreas Schwab  <schwab@suse.de>
7711
7712         * configure: Regenerate.
7713
7714 2006-02-12  David Edelsohn  <edelsohn@gnu.org>
7715
7716         * configure.in (enable_libgomp): Add AIX.
7717         * configure: Regenerate.
7718
7719 2006-02-07  Maxim Kuvyrkov  <mkuvyrkov@ispras.ru>
7720
7721         * MAINTAINERS (Write After Approval): Add myself.
7722
7723 2006-02-03  Lee Millward  <lee.millward@gmail.com>
7724
7725         * MAINTAINERS (Write After Approval): Add myself.
7726
7727 2006-01-31  Richard Guenther  <rguenther@suse.de>
7728         Paolo Bonzini  <bonzini@gnu.org>
7729
7730         * Makefile.def (target_modules): Add libgcc-math target module.
7731         * configure.in (target_libraries): Add libgcc-math target library.
7732         (--enable-libgcc-math): New configure switch.
7733         * Makefile.in: Re-generate.
7734         * configure: Re-generate.
7735         * libgcc-math: New toplevel directory.
7736
7737 2006-01-26  Paolo Bonzini  <bonzini@gnu.org>
7738
7739         * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
7740         Set md_exec_prefix.  Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
7741         the assembler, linker and binutils.
7742         * configure: Regenerate.
7743
7744 2006-01-22  Dirk Mueller  <dmueller@suse.de>
7745
7746         * MAINTAINERS (Write After Approval): Add myself.
7747
7748 2006-01-20  Diego Novillo  <dnovillo@redhat.com>
7749
7750         * configure: Regenerate.
7751
7752 2006-01-18  Richard Henderson  <rth@redhat.com>
7753             Jakub Jelinek  <jakub@redhat.com>
7754             Diego Novillo  <dnovillo@redhat.com>
7755
7756         * libgomp: New directory.
7757         * Makefile.def: Add target_module libgomp.
7758         * Makefile.in: Regenerate.
7759         * configure.in (target_libraries): Add target-libgomp.
7760         * configure: Regenerate.
7761
7762 2006-01-05  Alexandre Oliva  <aoliva@redhat.com>
7763
7764         * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
7765         @ from continuation.
7766         * Makefile.in: Rebuilt.
7767
7768 2006-01-04  Chris Lattner  <sabre@gnu.org>
7769
7770         * MAINTAINERS (Write After Approval): Add myself.
7771
7772 2006-01-04  Paolo Bonzini  <bonzini@gnu.org>
7773
7774         PR bootstrap/24252
7775
7776         * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
7777         * Makefile.tpl (OBJDUMP): New.
7778         (EXTRA_HOST_FLAGS): Add it.
7779         (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
7780
7781         * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
7782         to use symbolic links between directories.  Avoid race conditions
7783         or make them harmless.
7784         * configure.in: Do not try to use symbolic links between directories.
7785
7786         * Makefile.def (LEAN): Pass.
7787         * Makefile.tpl (LEAN): Define.
7788         (stage[+id+]-start): Accept that the previous directory does not
7789         exist, if the bootstrap is lean.
7790         (stage[+id+]-bubble): Invoke lean bootstrap commands after
7791         stage[+id+]-start.  Use a makefile variable and an `if' instead of a
7792         configure substitution.
7793         ([+compare-target+]): Likewise.
7794         ([+bootstrap-target+]-lean): New.
7795         * configure.in: Remove lean bootstrap support from here.
7796
7797         * Makefile.in: Regenerate.
7798         * configure: Regenerate.
7799
7800 2006-01-04  Ben Elliston  <bje@au.ibm.com>
7801
7802         * MAINTAINERS (libdecnumber): Add myself.
7803
7804 2006-01-02  Mark Mitchell  <mark@codesourcery.com>
7805
7806         * libtool-ldflags: New script.
7807
7808 2006-01-02  Andreas Schwab  <schwab@suse.de>
7809
7810         * configure.in: When reconfiguring remove Makefile in
7811         all stage directories.
7812         * configure: Regenerate.
7813
7814 2005-12-27  Steven Bosscher  <stevenb.gcc@gmail.com>
7815
7816         * MAINTAINERS: Update my email address.
7817
7818 2005-12-20  Paolo Bonzini  <bonzini@gnu.org>
7819
7820         Revert Ada-related part of the previous change.
7821
7822         * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
7823         Do not pass.
7824         * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
7825         * Makefile.in: Regenerate.
7826         * configure.in: Do not include mt-ppc-aix target fragment.
7827         * configure: Regenerate.
7828
7829 2005-12-19  Paolo Bonzini  <bonzini@gnu.org>
7830
7831         * configure.in: Select appropriate fragments for PowerPC/AIX.
7832         * configure: Regenerate.
7833
7834         * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
7835         BOOT_CFLAGS, BOOT_LDFLAGS.
7836         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
7837         BOOT_CFLAGS, BOOT_LDFLAGS.
7838         (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
7839         (stage[+id+]-bubble): Pass flags recursively to the comparison target.
7840         (stage): Fail if we cannot complete the work.
7841         * Makefile.in: Regenerate.
7842
7843 2005-12-16  Nathan Sidwell  <nathan@codesourcery.com>
7844
7845         * configure.in: Replace ms1 with mt.
7846         * configure: Rebuilt.
7847
7848 2005-12-15  Bryce McKinlay  <mckinlay@redhat.com>
7849
7850         * MAINTAINERS: Update my email address.
7851
7852 2005-12-15  Paolo Bonzini  <bonzini@gnu.org>
7853
7854         * Makefile.tpl (all, do-[+make_target+], do-check, install,
7855         install-host-nogcc): Don't invoke $(stage) at the end.
7856         * Makefile.in: Regenerate.
7857
7858 2005-12-14  Paolo Bonzini  <bonzini@gnu.org>
7859
7860         * configure.in: Flip the top-level bootstrap switch.
7861         * configure: Regenerate.
7862
7863 2005-12-14  Daniel Jacobowitz  <dan@codesourcery.com>
7864
7865         * Makefile.tpl: Throughout the file, use : $(MAKE) along with
7866         $(stage) and $(unstage).
7867         (EXTRA_TARGET_FLAGS): Correct double-quoting.
7868         (all): Remove stray semicolon.
7869         (local-distclean): Don't handle multilib.tmp and multilib.out.
7870         (install.all): Set $s for consistency.
7871         (configure-[+prefix+][+module+]): Instead of [+deps+], handle
7872         check_multilibs setting.  Always make the install directory.
7873         (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
7874         Correct @if/@endif.
7875         (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
7876         ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
7877         (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
7878         (multilib.out): Remove.
7879         * Makefile.in: Regenerated.
7880
7881 2005-12-12  Carlos O'Donell  <carlos@codesourcery.com>
7882
7883         * MAINTAINERS (Write After Approval): Add myself.
7884
7885 2005-12-12  Nathan Sidwell  <nathan@codesourcery.com>
7886
7887         * MAINTAINERS: Add myself as mt maintainer.
7888
7889         * config.sub: Replace ms1 with mt.  Allow ms1 as an alias.
7890
7891 2005-12-06  Adam Nemet  <anemet@caviumnetworks.com>
7892
7893         * MAINTAINERS: Change email address.
7894
7895 2005-12-05  Paolo Bonzini  <bonzini@gnu.org>
7896
7897         * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
7898         CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
7899         "CONFIGURED_" from the AC_CHECK_PROGS invocation.  Move below.
7900         Find in-tree tools if available.
7901         (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
7902         (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
7903         (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
7904         (COMPILER_*_FOR_TARGET): New.
7905         * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
7906         (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
7907         (CONFIGURED_*, USUAL_*): Remove.
7908         (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
7909         STRIP): Use autoconf substitutions.
7910         (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
7911         COMPILER_NM_FOR_TARGET): New.
7912         (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
7913
7914         (all): Make all-host and all-target in parallel.
7915         (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
7916         that $$r and $$s are set before invoking a recursive make.
7917         (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
7918         ([+bootstrap-target+]): Inline most of the `all' target.
7919
7920 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7921
7922         * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
7923         from the gcc build directory.
7924         * Makefile.in: Regenerate.
7925
7926 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7927
7928         * Makefile.def: Add new libdecnumber host_module.  Make all-gcc
7929         depend on all-libdecnumber.
7930         * configure.in (host_libs): Include libdecnumber.
7931         * Makefile.in: Regenerate.
7932         * configure: Likewise.
7933
7934 2005-11-29  Ben Elliston  <bje@au.ibm.com>
7935
7936         * libdecnumber: Import decNumber sources from the dfp-branch.
7937
7938 2005-11-21  Kean Johnston  <jkj@sco.com>
7939
7940         * config.sub, config.guess: Sync from upstream sources.
7941
7942 2005-11-21  Ben Elliston  <bje@au.ibm.com>
7943
7944         Import from Autoconf sources:
7945
7946         2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
7947         * config/move-if-change: Don't output "$2 is unchanged";
7948         suggested by Ben Elliston.  Handle weird characters correctly.
7949
7950 2005-11-18  Andreas Tobler  <a.tobler@schweiz.ch>
7951
7952         * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
7953         to match upstream libtool for darwin.
7954
7955 2005-11-11  Daniel Jacobowitz  <dan@codesourcery.com>
7956
7957         * Makefile.def: Remove gdb dependencies for gdbtk.
7958         * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
7959         (configure-gdb, install-gdb): New rules.
7960         * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
7961         * Makefile.in, configure: Regenerated.
7962
7963 2005-11-06  Janne Blomqvist  <jb@gcc.gnu.org>
7964
7965         * MAINTAINERS (Write After Approval): Add myself.
7966
7967 2005-11-06  Erik Edelmann  <eedelman@gcc.gnu.org>
7968
7969         * MAINTAINERS (Write After Approval): Add myself.
7970
7971 2005-10-24  Diego Novillo  <dnovillo@redhat.com>
7972
7973         * MAINTAINERS (alias analysis): Add Daniel Berlin and
7974         Diego Novillo.
7975
7976 2005-10-22  Paolo Bonzini  <bonzini@gnu.org>
7977
7978         PR bootstrap/24297
7979         * Makefile.tpl (do-[+make-target+], do-check, install,
7980         stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
7981         are set before recursing.
7982         * Makefile.in: Regenerate.
7983
7984 2005-10-20  Eric Botcazou  <ebotcazou@adacore.com>
7985
7986         PR bootstrap/18939
7987         * Makefile.def (gcc) <target>: Fix thinko.
7988         * Makefile.in: Regenerate.
7989
7990 2005-10-17  Bernd Schmidt  <bernd.schmidt@analog.com>
7991
7992         * configure.in (bfin-*-*): Use test, not brackets, in if statement.
7993         * configure: Regenerate.
7994
7995 2005-10-15  Jie Zhang  <jie.zhang@analog.com>
7996
7997         * MAINTAINERS (Write After Approval): Add self.
7998
7999 2005-10-08  Kazu Hirata  <kazu@codesourcery.com>
8000
8001         * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8002         target-libffi, target-qthreads, target-libjava, and
8003         targetlibobjc.
8004         * configure: Regenerate.
8005
8006 2005-10-06  Daniel Jacobowitz  <dan@codesourcery.com>
8007
8008         * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8009         * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8010         (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8011         (USUAL_OBJDUMP_FOR_TARGET): New.
8012         (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8013         * configure.in: Check for $OBJDUMP_FOR_TARGET.
8014         * configure, Makefile.in: Regenerated.
8015
8016 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8017
8018         * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8019         before other host packages.
8020
8021 2005-10-05  Kaz Kojima  <kkojima@gcc.gnu.org>
8022
8023         * MAINTAINERS: Add self as sh libraries/configury maintainer.
8024
8025 2005-10-05  Paolo Bonzini  <bonzini@gnu.org>
8026
8027         PR bootstrap/22340
8028
8029         * configure.in (default_target): Remove.
8030         * Makefile.tpl (all): Do not use prerequisites as subroutines
8031         (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8032         (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8033         use prerequisites as subroutines.
8034         (check-host, check-target): New.
8035         (bootstrap configure & all targets): Do not use stage*-start
8036         if the directory layout is already ok.
8037         (non-bootstrap configure & all targets): Prepend a $(unstage).
8038         (stage[+id+]-bubble): Do that here.  Do not use NOTPARALLEL.
8039         (NOTPARALLEL): Remove.
8040         (unstage, stage variables): New variables.
8041         (unstage, stage targets): Simply expand to those variables.
8042
8043         * configure: Regenerate.
8044         * Makefile.in: Regenerate.
8045
8046 2005-10-04  James E Wilson  <wilson@specifix.com>
8047
8048         * Makefile.def (lang_env_dependencies): Add libmudflap.
8049         * Makefile.in: Regenerate.
8050
8051 2005-10-03  Andreas Schwab  <schwab@suse.de>
8052
8053         Backport from libtool CVS:
8054         2002-11-03  Ossama Othman  <ossama@doc.ece.uci.edu>
8055
8056         * ltmain.sh: add support for installing into temporary
8057         staging area (e.g. 'make install DESTDIR=...')
8058
8059 2005-10-03  H.J. Lu  <hongjiu.lu@intel.com>
8060
8061         * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8062         * configure: Regenerated.
8063
8064 2005-09-30  Andrew Pinski  <pinskia@physics.uc.edu>
8065
8066         * configure: Regenerate with the correct
8067         autoconf version.
8068
8069 2005-09-30  Catherine Moore  <clm@cm00re.com>
8070
8071         * configure.in (bfin-*-*): New.
8072         * configure: Regenerated.
8073
8074 2005-09-28  Geoffrey Keating  <geoffk@apple.com>
8075
8076         * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8077         (LIPO_FOR_TARGET): New.
8078         (CONFIGURED_LIPO_FOR_TARGET): New.
8079         (USUAL_LIPO_FOR_TARGET): New.
8080         (STRIP_FOR_TARGET): New.
8081         (CONFIGURED_STRIP_FOR_TARGET): New.
8082         (USUAL_STRIP_FOR_TARGET): New.
8083         * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8084         STRIP_FOR_TARGET.
8085         * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8086         CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8087         * Makefile.in: Regenerate.
8088         * configure: Regenerate.
8089
8090 2005-09-19  David Edelsohn  <edelsohn@gnu.org>
8091
8092         * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8093         (rs6000-*-aix*): Same.
8094         * configure: Regenerate.
8095
8096 2005-09-16  Tom Tromey  <tromey@redhat.com>
8097
8098         * MAINTAINERS: Add self as java maintainer.
8099
8100 2005-09-14  Francois-Xavier Coudert  <coudert@clipper.ens.fr>
8101
8102         * configure.in: Recognize f95 in the --enable-languages option,
8103         and substitute it for fortran, issuing a warning.
8104         * configure: Regenerate.
8105
8106 2005-08-30  Phil Edwards  <phil@codesourcery.com>
8107
8108         * configure.in (*-*-vxworks*):  Add target-libstdc++-v3 to noconfigdirs.
8109         * configure:  Regenerated.
8110
8111 2005-08-22  Aldy Hernandez  <aldyh@redhat.com>
8112
8113         * MAINTAINERS: Add self as ms1 maintainer.
8114
8115 2005-08-20  Richard Earnshaw  <richard.earnshaw@arm.com>
8116
8117         * Makefile.def (libssp): Add to lang_env_dependencies.
8118         * Makefile.in: Regenerate.
8119
8120 2005-08-18  Ian Lance Taylor  <ian@airs.com>
8121
8122         * MAINTAINERS: Add myself as middle-end maintainer.
8123
8124 2005-08-17  Christian Groessler  <chris@groessler.org>
8125
8126         * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8127         * Makefile.in: Regenerate.
8128
8129 2005-08-15  Andreas Krebbel  <krebbel1@de.ibm.com>
8130
8131         * MAINTAINERS (write after approval): Added myself.
8132
8133 2005-08-12  Maciej W. Rozycki  <macro@linux-mips.org>
8134
8135         * MAINTAINERS (Write After Approval): Add myself.
8136
8137 2005-08-12  Paolo Bonzini  <bonzini@gnu.org>
8138
8139         * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8140         NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8141         Look for alternate names of the target cc and c++
8142         * configure: Regenerate.
8143
8144 2005-08-08  Paolo Bonzini  <bonzini@gnu.org>
8145
8146         * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8147         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8148         them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8149         tools; remove code to manually set them.
8150         (Target tools): Look in the environment for them.
8151         * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8152         GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8153         (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8154         build directory.
8155         (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8156         CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8157         CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8158         USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8159         USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8160         (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8161         RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8162         * configure: Regenerate.
8163         * Makefile.in: Regenerate.
8164
8165 2005-07-28  Ben Elliston  <bje@au.ibm.com>
8166
8167         * MAINTAINERS: Update for removed CPU targets.
8168
8169 2005-07-27  Mark Mitchell  <mark@codesourcery.com>
8170
8171         * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8172         * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8173         * Makefile.in: Regenerated.
8174
8175 2005-07-26  Mark Mitchell  <mark@codesourcery.com>
8176
8177         * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8178         (CFLAGS_FOR_TARGET): Use it.
8179         (CXXFLAGS_FOR_TARGET): Likewise.
8180         * Makefile.in: Regenerated.
8181         * configure.in (--with-build-sysroot): New option.
8182         * configure: Regenerated.
8183
8184 2005-07-24  Paolo Bonzini  <bonzini@gnu.org>
8185
8186         * Makefile.tpl: Wrap install between unstage and stage
8187         * Makefile.in: Regenerate.
8188
8189 2005-07-21  Eric Christopher  <echristo@apple.com>
8190
8191         * MAINTAINERS: Update affiliation.
8192
8193 2005-07-21  Paul Woegerer  <paul.woegerer@nsc.com>
8194
8195         * MAINTAINERS: Add self as crx port maintainer.
8196
8197 2005-07-20  DJ Delorie  <dj@redhat.com>
8198
8199         * MAINTAINERS: Add self as m32c maintainer.
8200
8201 2005-07-16  Kelley Cook  <kcook@gcc.gnu.org>
8202
8203         * all files: Update FSF address.
8204
8205 2005-07-15  Eric Christopher  <echristo@redhat.com>
8206
8207         * MAINTAINERS: Change affiliation.
8208
8209 2005-07-14  Jim Blandy  <jimb@redhat.com>
8210
8211         * configure.in: Add cases for Renesas m32c.
8212         * configure: Regenerated.
8213
8214 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8215
8216         * COPYING.LIB: Update from fsf.org.
8217
8218 2005-07-14  Kelley Cook  <kcook@gcc.gnu.org>
8219
8220         * COPYING, compile, config.guess,
8221         config.sub, install-sh, missing, mkinstalldirs,
8222         symlink-tree, ylwrap: Sync from upstream sources.
8223         * config-ml.in: Update FSF address.
8224
8225 2005-07-13  Eric Christopher  <echristo@redhat.com>
8226
8227         * configure.in: Add toplevel noconfigdir support for tpf.
8228         * configure: Regenerate.
8229
8230 2005-07-11  Paolo Bonzini  <bonzini@gnu.org>
8231
8232         PR ada/22340
8233
8234         * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8235         * Makefile.in: Regenerate.
8236
8237 2005-07-07  Mark Mitchell  <mark@codesourcery.com>
8238
8239         * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer.  Add Dave
8240         Brolley to write-after-approval.
8241
8242 2005-07-07  Andreas Schwab  <schwab@suse.de>
8243
8244         * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8245         * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8246         * Makefile.in: Regenerated.
8247
8248 2005-07-06  Geoffrey Keating  <geoffk@apple.com>
8249
8250         * configure.in: Don't build sim or rda when targetting darwin.
8251         * configure: Regenerate.
8252
8253 2005-07-06  Kazu Hirata  <kazu@codesourcery.com>
8254
8255         * configure.in: Add --enable-libssp and --disable-libssp.
8256         * configure: Regenerate with autoconf-2.13.
8257
8258 2005-07-02  Jakub Jelinek  <jakub@redhat.com>
8259
8260         * Makefile.def (target_modules): Add libssp.
8261         * configure.in (target_libraries): Add target-libssp.
8262         * configure: Rebuilt.
8263         * Makefile.in: Rebuilt.
8264
8265 2005-07-01  Zack Weinberg  <zackw@panix.com>
8266
8267         * MAINTAINERS: Change email address.  Resign from maintainership.
8268
8269 2005-07-01  Richard Guenther  <rguenther@suse.de>
8270
8271         * MAINTAINERS: Change my e-mail address and affiliation.
8272
8273 2005-06-22  Paolo Bonzini  <bonzini@gnu.org>
8274
8275         * Makefile.def (stagefeedback): Come after profile.
8276         Define profiledbootstrap target.
8277         * Makefile.tpl (profiledbootstrap): Remove.
8278         (stageprofile-end): Zap stagefeedback.
8279         (stagefeedback-start): Copy all .gcda files, not only GCC's.
8280         * Makefile.in: Regenerate.
8281
8282 2005-06-13  Richard Sandiford  <richard@codesourcery.com>
8283
8284         * MAINTAINERS: Update my email address.
8285
8286 2005-06-13  Zack Weinberg  <zack@codesourcery.com>
8287
8288         * depcomp: Update from automake CVS.  Add 'ia64hp' stanza.
8289         In 'cpp' stanza, support '#line' as well as '# '.
8290
8291 2005-06-08  Andreas Schwab  <schwab@suse.de>
8292
8293         * MAINTAINERS: Move myself from 'Write After Approval' to
8294         'CPU Port Maintainers' section as m68k maintainer.
8295
8296 2005-06-07  Hans-Peter Nilsson  <hp@axis.com>
8297
8298         * configure.in (unsupported_languages): New macro.
8299         <mmix-knuth-mmixware>: Set unsupported_languages.  Name explicit
8300         non-ported target libraries in noconfigdirs.
8301         <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8302         non-linux-gnu.  Remove libgcj_ex_libffi.
8303         <lang_frag loop>: Set add_this_lang=no if the language is in
8304         unsupported_languages.
8305         * configure: Regenerate.
8306
8307 2005-06-04  Tobias Schl"uter  <tobias.schlueter@physik.uni-muenchen.de>
8308
8309         * configure.in: Fix typo in handling of --with-mpfr-dir.
8310         * configure: Regenerate.
8311
8312 2005-06-04  Richard Sandiford  <rsandifo@nildram.co.uk>
8313
8314         * MAINTAINERS: Update my email address.
8315
8316 2005-06-02  Jim Blandy  <jimb@redhat.com>
8317
8318         * config.sub: Add cases for the Renesas m32c.  (This patch has been
8319         accepted into the master sources.)
8320
8321 2005-06-02  Aldy Hernandez  <aldyh@redhat.com>
8322             Michael Snyder  <msnyder@redhat.com>
8323             Stan Cox  <scox@redhat.com>
8324
8325         * configure.in: Set noconfigdirs for ms1.
8326
8327         * configure: Regenerate.
8328
8329 2005-06-01  Jerry DeLisle  <jvdelisle@verizon.net>
8330
8331         * MAINTAINERS (Write After Approval): Add self.
8332
8333 2005-06-01  Josh Conner  <jconner@apple.com>
8334
8335         * MAINTAINERS (Write After Approval): Add self.
8336
8337 2005-06-01  Kazu Hirata  <kazu@codesourcery.com>
8338
8339         * MAINTAINERS: Update my email address.
8340
8341 2005-05-27  Ziga Mahkovec  <ziga.mahkovec@klika.si>
8342
8343         * MAINTAINERS (Write After Approval): Add self.
8344
8345 2005-05-26  Chris Demetriou  <cgd@broadcom.com>
8346
8347         * MAINTAINERS (Write After Approval): Remove self.
8348
8349 2005-05-25  Paolo Bonzini  <bonzini@gnu.org>
8350
8351         * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8352         (Dependencies): Consider target modules for bootstrap dependencies.
8353         Make target bootstrap modules depend on each stage's gcc.
8354         * Makefile.in: Regenerate.
8355
8356 2005-05-20  Paolo Bonzini  <bonzini@gnu.org>
8357
8358         * Makefile.def (configure-gcc): Depend on binutils having been built.
8359         (all-gcc): No need to do it here.
8360         * Makefile.in: Regenerate.
8361
8362 2005-05-19  Paul Brook  <paul@codesourcery.com>
8363
8364         * configure.in: Rewrite misleading error message when requested
8365         language cannot be built.
8366         * configure: Regenerate.
8367
8368 2005-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
8369
8370         * ylwrap: Import from Automake 1.9.5.
8371
8372 2005-05-13  David Ung  <davidu@mips.com>
8373
8374         * MAINTAINERS (Write After Approval): Add self.
8375
8376 2005-05-09  Mike Stump  <mrs@apple.com>
8377
8378         * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8379         lt_cv_sys_max_cmd_len for now.
8380
8381 2005-05-09  Stan Cox  <scox@redhat.com>
8382
8383         * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8384
8385 2005-05-08  Matt Kraai  <kraai@ftbfs.org>
8386
8387         * README.SCO: Update the URL.
8388
8389 2005-05-05  David Edelsohn  <edelsohn@gnu.org>
8390
8391         * ltconfig: Define file_list_spec.  Pass file_list_spec and
8392         with_gnu_ld to libtool.
8393         * ltcf-c.sh (aix[45]): Define file_list_spec.
8394         * ltcf-cxx.sh (aix[45]): Same.
8395         * ltcf-gcj.sh (aix[45]): Same.
8396         * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8397         exists, write list of input files to temporary file.
8398
8399 2005-05-04  Mike Stump  <mrs@apple.com>
8400
8401         * configure.in: Always pass --target to target configures as
8402         otherwise rebuilds that do --recheck will fail.
8403         * confiugure: Rebuilt.
8404
8405 2005-05-04  Paolo Bonzini  <bonzini@gnu.org>
8406
8407         * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8408         STAGE_HOST_EXPORTS.
8409         (configure, all): Add bootstrap support.
8410         (Host modules, target modules): Pass post-stage1 flags and exports.
8411         (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8412         * Makefile.in: Regenerate.
8413
8414 2005-04-29  Paolo Bonzini  <bonzini@gnu.org>
8415
8416         * configure: Regenerate.
8417
8418 2005-04-27  Mike Stump  <mrs@apple.com>
8419
8420         * MAINTAINERS: Add self as darwin maintainer.
8421
8422 2005-04-22  Bernd Schmidt  <bernd.schmidt@analog.com>
8423
8424         * config.sub: Update from master copy.
8425
8426 2005-04-21  Mike Stump  <mrs@apple.com>
8427
8428         * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8429         * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8430
8431 2005-04-19  Hans-Peter Nilsson  <hp@axis.com>
8432
8433         * configure.in <crisv32-*-*, cris-*-*>: New local variable
8434         libgcj_ex_libffi.  Have specific match for *-*-linux*.  Separate
8435         matches for "*-*-aout" and "*-*-elf".  Don't disable libffi for
8436         "*-*-elf" and "*-*-linux*".
8437         * configure: Regenerate.
8438
8439 2005-04-14  Joseph S. Myers  <joseph@codesourcery.com>
8440
8441         * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8442
8443 2005-04-12  Mike Stump  <mrs@apple.com>
8444
8445         * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8446
8447 2005-04-04  Thomas Koenig  <Thomas.Koenig@online.de>
8448
8449         * MAINTAINERS (Write After Approval): Add myself.
8450
8451 2005-04-07  Bernd Schmidt  <bernd.schmidt@analog.com>
8452
8453         * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8454
8455 2005-04-06  Paolo Bonzini  <bonzini@gnu.org>
8456
8457         * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8458         (TARGET_CONFIGARGS): Include --with-target-subdir.
8459         (configure, all): New macros.  Use them throughout.
8460         * Makefile.in: Regenerate.
8461
8462 2005-04-04  Jon Grimm  <jgrimm2@us.ibm.com>
8463
8464         * MAINTAINERS (Write After Approval): Add myself.
8465
8466 2005-03-31  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
8467
8468         * MAINTAINERS: Remove 'loop unrolling' maintainer.
8469
8470 2005-03-30  Gerald Pfeifer  <gerald@pfeifer.com>
8471
8472         * MAINTAINERS: Move John Carr to Write After Approval.
8473
8474 2005-03-30  J"orn Rennecke  <joern.rennecke@st.com>
8475
8476         * config/mh-mingw32: Delete.
8477         * configure.in: Don't use it.
8478         * configure: Regenerate.
8479
8480 2005-03-31  Paolo Bonzini  <bonzini@gnu.org>
8481
8482         * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8483         * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8484         (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8485         (HOST_LIB_PATH): Generate from Makefile.def.
8486         (TARGET_LIB_PATH): Likewise.
8487         (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8488         * Makefile.in: Regenerate.
8489         * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8490         (RPATH_ENVVAR): Include Darwin case.
8491         * configure: Regenerate.
8492
8493 2005-03-29  Thomas Fitzsimmons  <fitzsim@redhat.com>
8494
8495         * MAINTAINERS (Various Maintainers): Remove self.
8496         (Write After Approval): Add self.
8497
8498 2005-03-26  Thomas Fitzsimmons  <fitzsim@redhat.com>
8499
8500         * MAINTAINERS (Various Maintainers): Add self.
8501
8502 2005-03-25  Paolo Bonzini  <bonzini@gnu.org>
8503
8504         * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8505         * configure: Regenerate.
8506
8507 2005-03-21  Zack Weinberg  <zack@codesourcery.com>
8508
8509         * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8510         gcc_version, and gcc_version_trigger from set of flags to pass.
8511         * Makefile.tpl: Remove definitions of above variables.
8512         (config.status): Remove dependency on $(gcc_version_trigger).
8513         * Makefile.in: Regenerate.
8514         * configure.in: Do not reference config/gcc-version.m4 nor
8515         config/gxx-include-dir.m4.  Do not invoke TL_AC_GCC_VERSION nor
8516         TL_AC_GXX_INCLUDE_DIR.  Do not set gcc_version_trigger.
8517         * configure: Regenerate.
8518
8519 2005-03-16  Manfred Hollstein  <manfred.h@gmx.net>
8520             Andrew Pinski  <pinskia@physics.uc.edu>
8521
8522         * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8523         * Makefile.in: Regenerate.
8524
8525 2005-03-13  Feng Wang  <fengwang@nudt.edu.cn>
8526
8527         * MAINTAINERS (Write After Approval): Add myself.
8528
8529 2005-03-03  David Ayers  <d.ayers@inode.at>
8530
8531         * MAINTAINERS (Write After Approval): Add myself.
8532
8533 2005-03-01  Alexandre Oliva  <aoliva@redhat.com>
8534
8535         PR libgcj/20160
8536         * ltmain.sh: Avoid creating archives with components that have
8537         duplicate basenames.
8538
8539 2005-02-28  Andrew Pinski  <pinskia@physics.uc.edu>
8540
8541         PR bootstrap/20250
8542         * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8543         instead of check.
8544         * Makefile.in: Regenerate.
8545
8546 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8547
8548         * Makefile.in: Regenerate to fix conflict between the previous two
8549         patches.
8550
8551 2005-02-28  Paolo Bonzini  <bonzini@gnu.org>
8552
8553         PR bootstrap/17383
8554         * Makefile.def (target_modules): Remove "stage", now unnecessary.
8555         * Makefile.tpl (HOST_SUBDIR): New substitution.
8556         (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8557         USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8558         USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8559         USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8560         (Host modules, Bootstrapped modules): Use it.
8561         (Build modules, Target modules): Do not create symlink trees,
8562         always configure out-of-srcdir.
8563         (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8564         * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8565         GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8566         $(HOST_SUBDIR).  Create a symlink for host_subdir.
8567
8568         * Makefile.in: Regenerate.
8569         * configure: Regenerate.
8570
8571 2005-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8572
8573         Merged from libada-gnattools-branch:
8574         2004-11-28  Nathanael Nerode  <neroden@gcc.gnu.org>
8575
8576         * gnattools: New directory.
8577         * Makefile.def: Add gnattools as a module, depending on target-libada.
8578         * Makefile.in: Regenerate.
8579         * configure.in: Include gnattools in host_tools; disable it if ada
8580         is disabled.
8581         * configure: Regenerate.
8582
8583 2005-02-24  James A. Morrison  <phython@gcc.gnu.org>
8584
8585         * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8586         treelang maintainer.
8587         (Write After Approval): Remove myself.
8588
8589 2005-02-23  Paul Schlie  <schlie@comcast.net>
8590
8591         * configure.in: Allow darwin targeted ports to build tk, itcl and
8592         libgui.
8593         * configure: Regenerate.
8594
8595 2005-02-21  Eric Botcazou  <ebotcazou@libertysurf.fr>
8596
8597         PR libgcj/10353
8598         * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8599         * configure: Regenerate.
8600
8601 2005-02-18  Steven G. Kargl  <kargl@gcc.gnu.org>
8602
8603         * MAINTAINERS (Write After Approval): Add myself.
8604
8605 2005-02-10  Ian Lance Taylor  <ian@airs.com>
8606
8607         * MAINTAINERS: Update my e-mail address.
8608
8609 2005-02-02  Richard Guenther  <rguenth@gcc.gnu.org>
8610
8611         * MAINTAINERS (Write After Approval): Add myself.
8612
8613 2005-01-29  Hans-Peter Nilsson  <hp@axis.com>
8614
8615         * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8616         <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8617         target-libgloss when not *-*-elf and *-*-aout.
8618         * configure: Regenerate.
8619
8620 2005-01-23  Kazu Hirata  <kazu@cs.umass.edu>
8621
8622         * MAINTAINERS: Remove obsolete entries.
8623
8624         * MAINTAINERS (Write After Approval): Add Michael Matz.
8625
8626 2005-01-19  Neil Booth  <neil@daikokuya.co.uk>
8627
8628         * MAINTAINERS: Remove self as cpplib maintainer.
8629
8630 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8631
8632         * install-sh, config.sub: Import from upstream.
8633
8634 2005-01-17  Kelley Cook  <kcook@gcc.gnu.org>
8635
8636         PR bootstrap/18222
8637         * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8638         * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8639         * Makefile.in: Regenerate.
8640
8641 2005-01-16  Jason Thorpe  <thorpej@netbsd.org>
8642
8643         * MAINTAINERS: Update my email address.
8644
8645 2005-01-12  David Edelsohn  <edelsohn@gnu.org>
8646             Andreas Schwab  <schwab@suse.de>
8647
8648         PR bootstrap/18033
8649         * config-ml.in: Eval option if surrounded by single quotes.
8650
8651 2005-01-03  Paolo Bonzini  <bonzini@gnu.org>
8652
8653         Revert 2004-12-28 Makefile changes, a better fix will be
8654         applied to mainline and src after GCC 4.0 branches.
8655
8656 2004-12-28  Paolo Bonzini  <bonzini@gnu.org>
8657
8658         PR bootstrap/17383
8659
8660         * Makefile.def (target_modules): Remove stage parameter,
8661         it is always true now.
8662         * Makefile.tpl (configure-build-[+module+],
8663         configure-target-[+module+]): Always build symlink tree
8664         for the directory and for include.  BUILD_SUBDIR and
8665         TARGET_SUBDIR cannot be . anymore.
8666         * Makefile.in: Regenerate.
8667
8668 2004-12-25  David Edelsohn  <edelsohn@gnu.org>
8669
8670         Revert 2004-12-08 Makefile changes.
8671
8672 2004-12-17  Danny Smith  <dannysmith@users.sourceforge.net>
8673
8674         * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8675         cygwin, mingw.
8676
8677 2004-12-16  Andrew Stubbs  <andrew.stubbs@st.com>
8678
8679         * configure.in (sh64-*-*): Reenable gprof.
8680         * configure: Regenerate.
8681
8682 2004-12-08  David Edelsohn  <edelsohn@gnu.org>
8683
8684         * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8685         * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8686         (EXTRA_TARGET_FLAGS): Add PICFLAG.
8687         * Makefile.in: Regenerate.
8688
8689 2004-12-08  Christopher Faylor  <cgf@gcc.gnu.org>
8690
8691         * MAINTAINERS: Update my email address.
8692
8693 2004-12-07  Matt Kraai  <kraai@ftbfs.org>
8694
8695         * Makefile.tpl: Generate normal dependencies if the LHS module is
8696         not bootstrapped.
8697         * Makefile.in: Regenerate.
8698
8699 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8700
8701         * configure.in: Include config/gxx-include-dir.m4.  Use
8702         TL_AC_GXX_INCLUDE_DIR.  Remove some now-redundant AC_SUBSTs.
8703         * configure: Regenerate.
8704
8705 2004-12-03  Richard Sandiford  <rsandifo@redhat.com>
8706
8707         * config.if: Delete.
8708         * configure.in: Set libstdcxx_incdir directly.
8709         * configure: Regenerate.
8710
8711 2004-12-02  Eric Christopher  <echristo@redhat.com>
8712
8713         * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8714         * Makefile.in: Regenerate.
8715
8716 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8717
8718         * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8719         * configure: Regenerate.
8720
8721 2004-12-02  Richard Sandiford  <rsandifo@redhat.com>
8722
8723         * configure.in: Include config/gcc-version.m4.  Use TL_AC_GCC_VERSION
8724         to set gcc_version_trigger.  Remove some now-redundant AC_SUBSTs.
8725         * configure: Regenerate.
8726
8727 2004-12-01  Eric Christopher  <echristo@redhat.com>
8728
8729         * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8730         of things to remove.
8731
8732 2004-11-29  Matt Kraai  <kraai@ftbfs.org>
8733
8734         * MAINTAINERS (Write After Approval): Update my e-mail address.
8735
8736 2004-11-29  Kelley Cook  <kcook@gcc.gnu.org>
8737
8738         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
8739         from CVS libtool to always pass_all.
8740
8741 2004-11-25  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
8742
8743         * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
8744         (hppa*64*-*-*): Delete incorrect comment.
8745         * configure: Rebuilt.
8746
8747 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8748
8749         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
8750
8751 2004-11-24  Kelley Cook  <kcook@gcc.gnu.org>
8752
8753         * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
8754         from CVS libtool to always pass_all.
8755
8756 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8757
8758         * install-sh, compile: Import from automake.
8759
8760 2004-11-15  Kelley Cook  <kcook@gcc.gnu.org>
8761
8762         * config.guess, config.sub:  Import from savannnah.
8763
8764 2004-11-12  Scott Robert Ladd  <scott.ladd@coyotegulch.com>
8765
8766         * MAINTAINERS (Write After Approval): Add myself
8767
8768 2004-11-12  Mike Stump  <mrs@apple.com>
8769
8770         * Makefile.def: Add html support.
8771         * Makefile.tpl: Likewise.
8772         * Makefile.in: Regenerate.
8773
8774 2004-11-11  Geoffrey Keating  <geoffk@apple.com>
8775
8776         PR 18423
8777         * configure.in: Remove all instances of build-fixincludes from
8778         noconfigdirs.
8779         (build_configargs): Supply --target to subdirectories.
8780         * configure: Regenerate.
8781
8782         * Makefile.def: Make gcc install depend on fixincludes install.
8783         * Makefile.in: Regenerate.
8784
8785 2004-11-10  Janis Johnson  <janis187@us.ibm.com>
8786
8787         * MAINTAINERS: Add myself as gcc testsuite maintainer.
8788
8789 2004-11-11  Paul Brook  <paul@codesourcery.com>
8790
8791         * MAINTAINERS: Add self as arm maintainer.  Update email address.
8792
8793 2004-11-08  Hans-Peter Nilsson  <hp@bitrange.com>
8794
8795         * configure.in (noconfigdirs) [mmix-*-*]: Disable
8796         target-libgfortran.
8797         * configure: Regenerate.
8798
8799 2004-11-07  David Edelsohn  <edelsohn@gnu.org>
8800
8801         * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
8802         like CC.
8803
8804 2004-11-05  Paolo Bonzini  <bonzini@gnu.org>
8805
8806         * Makefile.def (host fixincludes): Specify missing targets.
8807         * Makefile.in: Regenerate.
8808
8809 2004-11-05  Ralf Corsepius  <ralf.corsepius@rtems.org>
8810
8811         * MAINTAINERS: Add myself
8812
8813 2004-11-05  Gabor Loki  <loki@inf.u-szeged.hu>
8814
8815         * MAINTAINERS (Write After Approval): Add myself.
8816
8817 2004-11-04  Geoffrey Keating  <geoffk@apple.com>
8818
8819         * Makefile.def: Build fixincludes for the host, too.
8820         * Makefile.in: Regenerate.
8821         * configure.in (host_tools): Add fixincludes.
8822         * configure: Regenerate.
8823
8824 2004-11-04  Daniel Jacobowitz  <dan@debian.org>
8825
8826         * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
8827         * configure: Regenerated.
8828
8829 2004-11-04  H.J. Lu  <hongjiu.lu@intel.com>
8830
8831         PR other/17783
8832         * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
8833         * configure: Regenerated.
8834
8835 2004-10-31  Mark Mitchell  <mark@codesourcery.com>
8836
8837         * README.SCO: Update per FSF instructions.
8838
8839 2004-10-28  Eric B. Weddington  <ericw@evcohs.com>
8840
8841         PR target/18151
8842         * configure.in (case ${target}): Do not build fixincludes for avr.
8843         * configure: Regenerated.
8844
8845 2004-10-26  Paolo Bonzini  <bonzini@gnu.org>
8846
8847         * configure.in (case ${target}): Do not build fixincludes
8848         on platforms where it is not used.
8849         * configure: Regenerated.
8850
8851 2004-10-23  Daniel Jacobowitz  <dan@debian.org>
8852
8853         * configure.in: Use an absolute path to install-sh.
8854         * configure: Regenerated.
8855
8856 2004-10-19  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
8857
8858         * MAINTAINERS (Write After Approval): Add myself.
8859
8860 2004-10-19  Kazu Hirata  <kazu@cs.umass.edu>
8861
8862         * MAINTAINERS: Remove from Write After Approval those that are
8863         already maintainers.
8864
8865 2004-10-19  Sebastian Pop  <pop@cri.ensmp.fr>
8866
8867         * MAINTAINERS:  Update my email address.
8868
8869 2004-10-12  Kelley Cook  <kcook@gcc.gnu.org>
8870
8871         * configure.in (*-*-cygwin*): Supress warning if newlib not present.
8872         * configure: Regenerate.
8873
8874 2004-10-07  J"orn Rennecke  <joern.rennecke@st.com>
8875
8876         * MAINTAINERS:  Update my email address.
8877
8878 2004-10-07  Kazu Hirata  <kazu@cs.umass.edu>
8879
8880         * MAINTAINERS (Language Front Ends Maintainers): New.  Move
8881         entries belonging to this category.
8882
8883 2004-10-06  Josef Zlomek  <josef.zlomek@email.cz>
8884
8885         * MAINTAINERS: Update my e-mail address.
8886
8887 2004-10-06  Paolo Bonzini  <bonzini@gnu.org>
8888
8889         Fix wrong conflict resolution in:
8890
8891         2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
8892
8893         * Makefile.in: Regenerate.
8894         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
8895         in the recursive `make', instead of hardwiring `all'.
8896         (Autogenerated TARGET-* variables): New.
8897
8898 2004-10-05  Tomer Levi  <Tomer.Levi@nsc.com>
8899
8900         * configure.in: Enable target-libgloss for crx-*-*.
8901         * configure: Regenerate.
8902
8903 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8904
8905         * MAINTAINERS (Various Maintainers): Move the "windows,
8906         cygwin, mingw" maintainer to ...
8907         (OS Port Maintainers): ... here.
8908
8909 2004-10-04  Kazu Hirata  <kazu@cs.umass.edu>
8910
8911         * MAINTAINERS (Write After Approval): Remove those that are
8912         maintainers of some subsystem.
8913
8914 2004-10-02  P.J. Darcy  <darcypj@us.ibm.com>
8915
8916         * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
8917         * ltcf-cxx.sh (tpf*): Likewise.
8918         * ltconfig (tpf*): Add TPF OS configuration support.
8919
8920 2004-10-01  Bernd Schmidt  <bernds_cb1@t-online.de>
8921
8922         * MAINTAINERS: Change my email address to my new work account.
8923
8924 2004-09-24  Michael Roth  <mroth@nessie.de>
8925
8926         * configure.in (--without-headers): Add missing double quotes.
8927         * configure: Regenerate.
8928
8929 2004-09-24  Kelley Cook  <kcook@gcc.gnu.org>
8930
8931         * ylwrap: Revert to previous version.
8932
8933 2004-09-23  H.J. Lu  <hongjiu.lu@intel.com>
8934
8935         PR bootstrap/17369
8936         * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
8937         (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
8938         SET_GCC_LIB_PATH_CMD.
8939         (BASE_TARGET_EXPORTS): Likewise.
8940         * Makefile.in: Regenerated.
8941
8942         * configure.in (SET_GCC_LIB_PATH): Set and substitute.
8943         * configure: Regenerated.
8944
8945 2004-09-23  Kelley Cook  <kcook@gcc.gnu.org>
8946
8947         * config.guess: New upstream version
8948         * compile, depcomp, install-sh, ylwrap: Likewise.
8949
8950 2004-09-19  Roger Sayle  <roger@eyesopen.com>
8951
8952         * config/mh-x86omitfp: New host makefile fragment.  Add
8953         -fomit-frame-pointer to the default BOOT_CFLAGS.
8954         * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
8955         * configure: Regenerate.
8956
8957 2004-09-15  Andrew Pinski  <pinskia@physics.uc.edu>
8958
8959         PR target/11572
8960         * configure.in (*-*-darwin*): Renable libobjc.
8961         * configure: Regenerate.
8962
8963 2004-09-10  Nathan Sidwell  <nathan@codesourcery.com>
8964
8965         * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
8966
8967 2004-09-09  Daniel Berlin  <dberlin@dberlin.org>
8968
8969         * Makefile.def: Remove libbanshee.
8970         * Makefile.tpl: Ditto.
8971         * configure.in: Ditto.
8972         * Makefile.in: Regen.
8973         * configure: Ditto.
8974
8975 2004-09-08  David Edelsohn  <edelsohn@gnu.org>
8976
8977         * ltmain.sh: Use $pic_object as $non_pic_object if
8978         $non_pic_object=none.
8979
8980 2004-09-07  Paolo Bonzini  <bonzini@gnu.org>
8981
8982         * missing: Import latest version from master repository.
8983
8984 2004-09-06  Nick Clifton  <nickc@redhat.com>
8985
8986         * config.sub: Import latest version from master repository.
8987         * config.guess: Likewise.
8988         This includes these changes:
8989
8990         2004-08-27  Hans-Peter Nilsson  <hp@axis.com>
8991
8992         * config.sub: Handle crisv32, alias etraxfs.
8993         * config.guess (crisv32:Linux:*:*): Handle.
8994
8995         2004-08-13  Brad Smith  <brad@comstyle.com>
8996
8997         * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
8998         (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
8999
9000         2004-08-11  Paul Eggert  <eggert@cs.ucla.edu>
9001
9002         * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9003         assume the processor is a powerpc.  This is because coreutils
9004         uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9005         in this case, due to a MacOS X bug that causes
9006         sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9007         to return a negative number.
9008         Problem reported by Petter Reinholdtsen in:
9009         http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9010
9011         2004-07-19  Ben Elliston  <bje@gnu.org>
9012
9013         * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9014
9015         2004-06-24  Ben Elliston  <bje@gnu.org>
9016
9017         * config.guess: Update copyright years.
9018         * config.sub: Likewise.
9019
9020         2004-06-22  Robert Millan  <robertmh@gnu.org>
9021
9022         * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9023         since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9024
9025         2004-06-22  Stanley F. Quayle <stan@stanq.com>
9026
9027         * config.guess (*:*VMS:*:*): New entry. Replaces
9028         Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9029         manufacturer.
9030
9031         2004-06-22  Ben Elliston  <bje@gnu.org>
9032
9033         * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9034         * config.sub: Likewise.
9035
9036         2004-06-22  Ben Elliston  <bje@gnu.org>
9037
9038         Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9039         * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9040
9041         2004-06-11  Ben Elliston  <bje@gnu.org>
9042
9043         * config.guess (pegasos:OpenBSD:*:*): Remove.
9044
9045         2004-06-11  Ben Elliston  <bje@gnu.org>
9046
9047         From Wouter Verhelst <wouter@grep.be>:
9048         * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9049
9050         2004-06-11  Ben Elliston  <bje@gnu.org>
9051
9052         * config.guess (luna88k:OpenBSD:*:*): New.
9053
9054         2004-03-12  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
9055
9056         * config.guess (m32r*:Linux:*:*): New case.
9057         * config.sub: Handle m32rle.
9058
9059         2004-03-12  Ben Elliston  <bje@wasabisystems.com>
9060
9061         From Jens Petersen  <petersen@redhat.com>:
9062         * config.sub: Handle sparcv8.
9063
9064         2004-03-03  Ben Elliston  <bje@wasabisystems.com>
9065
9066         From Tom Smith <smith@cag.lkg.hp.com>:
9067         * config.guess: Version suffixes are equally significant on Tru64
9068         V4.* and V5.*, so do not ignore them on V5.*.  Handle a version
9069         prefix of "P" (patched kernel).
9070
9071         2004-02-23  Tal Agmon  <Tal.Agmon@nsc.com>
9072
9073         * config.sub: Add support for National Semiconductor CRX target.
9074
9075 2004-09-03  Janis Johnson  <janis187@us.ibm.com>
9076
9077         * MAINTAINERS (Various Maintainers): Remove myself as web page
9078         maintainer, add myself as maintainer of build status lists.
9079
9080 2004-09-03  Jan Beulich  <jbeulich@novell.com>
9081
9082         * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9083         *-*-netware, but add target-libmudflap.
9084         Consolidate *-*-netware targets (of which really only i?86 exists)
9085         into a single entry.
9086         * configure: Likewise.
9087
9088 2004-09-01  Paolo Bonzini  <bonzini@gnu.org>
9089
9090         * Makefile.tpl (sorry): Remove.
9091         (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9092         (cleanstrap targets): Depend on distclean, not distclean-stage1.
9093         (do-clean): Clean per-stage directories too.
9094         (do-distclean): Run distclean-stage1 too.
9095         (.NOTPARALLEL): Enable during toplevel bootstrap.
9096         (stage[+id+]-bubble): Enable parallel execution during
9097         the recursive invocation.
9098         * Makefile.in: Regenerate.
9099
9100         Fix previous checkin:
9101
9102         * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9103         include.
9104         * configure.in: Fix indentation.
9105         * configure: Regenerate.
9106
9107 2004-08-31  Robert Bowdidge  <bowdidge@apple.com>
9108
9109         * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9110         * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9111         * configure: regenerate
9112         * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9113         -mdynamic-no-pic
9114
9115 2004-08-31  Paolo Bonzini  <bonzini@gnu.org>
9116
9117         * Makefile.def (build_modules): Add fixincludes.
9118         (dependencies): Make gcc depend on fixincludes.
9119         * configure.in (build_tools): Add fixincludes.
9120         (build_configdirs): Always include build_libs.
9121         * Makefile.in: Regenerate.
9122         * configure: Regenerate.
9123
9124 2004-08-30  Paolo Bonzini  <bonzini@gnu.org>
9125
9126         * Makefile.def (bootstrap stages): Add 'lean' parameter.
9127         * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9128         phony targets; do not generate timestamp files.
9129         (distclean-stageN): Remove references to their timestamp files.
9130         (restageN, touch-stageN): Remove.
9131         (stageN-bubble): Rewritten.
9132         (compare): Support lean bootstraps.
9133         * Makefile.in: Regenerate.
9134
9135         * configure.in: Only warn when bootstrapping but
9136         build != host or build != target.  Support lean bootstraps.
9137         * configure: Regenerate.
9138
9139 2004-08-26  Phil Edwards  <phil@codesourcery.com>
9140
9141         * configure.in:  Give a better error message if GMP/MPFR are missing
9142         and a language needing them has been requested.
9143         * configure:  Regenerated.
9144
9145 2004-08-25  Phil Edwards  <phil@codesourcery.com>
9146
9147         * configure.in:  Print a list of available language front-ends if
9148         a requested one is missing.  Tidy stray tab characters.
9149         * configure:  Regenerated.
9150
9151 2004-08-19  Michael Koch  <konqueror@gmx.de>
9152
9153         * gcc/doc/install.texi: Update entry about automake for libjava.
9154
9155 2004-08-17  Robert Millan  <robertmh@gnu.org>
9156
9157         * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9158         (instead of FreeBSD).
9159         * configure: Regenerate.
9160
9161 2004-08-16  Paolo Bonzini  <bonzini@gnu.org>
9162
9163         * Makefile.in: Regenerate.
9164         * configure: Regenerate.
9165
9166         * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9167         stage_*_flags.
9168         * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9169         for bootstrapped modules if toplevel bootstrap is going.
9170         (GCC bootstrap): Generate per-stage targets for all bootstrapped
9171         modules.  Adjust for changes in Makefile.def.  Enable several
9172         rules even in non-bootstrap mode, just to avoid peppering the
9173         template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9174         (stage-[+prev+]-bubble): Remove.
9175
9176         * Makefile.def (Dependencies): Depend on all-build-bison,
9177         all-build-flex, all-build-byacc, all-build-texinfo, rather
9178         than the host variations.
9179         * Makefile.tpl (BUILD_DIR_PREFIX): Remove.  Replace throughout
9180         with BUILD_SUBDIR.
9181         (BISON): Update for recent Bisons.
9182         (YACC): Fix typo.
9183         (cross): Depend on all-build.
9184         (all): Do not depend on all-build.
9185         (prebootstrap): Remove.
9186         (dep-kind): Accept separate prefixes for MODULE and ON variables.
9187         (Prebootstrap dependencies): Add them to the per-stage targets
9188         and to all-prebootstrap.
9189         * configure.in (build_configdirs): Always enable build_tools.
9190         (BUILD_DIR_PREFIX): Remove.
9191
9192         * Makefile.def (gcc): Add target variable.
9193         (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9194         * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9195         in the recursive `make', instead of hardwiring `all'.
9196         (Autogenerated TARGET-* variables): New.
9197
9198 2004-08-13  Brian Booth  <bbooth@redhat.com>
9199
9200         * MAINTAINERS: Remove myself from write-after-approval.
9201
9202 2004-08-12  Nathanael Nerode  <neroden@gcc.gnu.org>
9203
9204         * src-release: Stop distributing mmalloc with gdb (which doesn't
9205         use it).
9206         * Makefile.def: GDB doesn't depend on mmalloc anymore.
9207         * Makefile.in: Regenerate.
9208
9209 2004-08-09  Mark Mitchell  <mark@codesourcery.com>
9210
9211         * configure.in (arm*-*-eabi*): New target.
9212         * configure: Regenerate.
9213
9214 2004-08-06  Paolo Bonzini  <bonzini@gnu.org>
9215
9216         * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9217         (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9218         (Dependencies): New section.
9219         * Makefile.tpl (Dependencies): Generate from Makefile.def.
9220         (configure-target-[+module+]): Depend on maybe-all-gcc
9221         (all-prebootstrap): New name of all-bootstrap.  Changed throughout.
9222         (toplevel profiledbootstrap): Fix dependencies.
9223         * Makefile.in: Regenerate.
9224
9225 2004-08-03  Mark Mitchell  <mark@codesourcery.com>
9226
9227         * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9228         target-libiberty to noconfigdirs.
9229         * configure: Regenerate.
9230
9231 2004-08-03  Paul Brook  <paul@codesourcery.com>
9232
9233         * configure.in: Check for MPFR as well as GMP.
9234         * configure: Regenerate.
9235
9236 2004-08-01  Robert Millan  <robertmh@gnu.org>
9237
9238         * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9239         libmudflap for all GNU-based systems (with Glibc).
9240         * configure: Regenerate.
9241
9242 2004-08-03  Paolo Bonzini  <bonzini@gnu.org>
9243
9244         * Makefile.def (host-modules): Add gcc.
9245         * Makefile.in: Regenerate.
9246         * Makefile.tpl (sorry): New rule.
9247         (configure-host, all-host, [+make_target+]-host, do-check,
9248         install-host): Do not add gcc as a special case.
9249         (host modules): Add a small special-casing for gcc.  Export
9250         extra_make_flags through the environment.
9251         (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9252         maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9253         other recursive targets for gcc): Remove.
9254
9255         (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9256         (stage, unstage): New rules.
9257         (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9258         distclean-stage[+id+]): Use stage_current.
9259         ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9260         the stage*-start rules.
9261
9262 2004-08-02  Geoffrey Keating  <geoffk@apple.com>
9263
9264         * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9265         use -all_load flag.
9266
9267 2004-08-02  Paolo Bonzini  <bonzini@gnu.org>
9268
9269         * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9270         * configure: Regenerate.
9271
9272 2004-07-16  Toon Moene  <toon@moene.indiv.nluug.nl>
9273
9274         * maintainer-scripts/gcc_release: Revert yesterday's change.
9275
9276 2004-07-16  Segher Boessenkool  <segher@kernel.crashing.org>
9277
9278         * MAINTAINERS: Add myself to write-after-approval.
9279
9280 2004-07-15  Toon Moene  <toon@moene.indiv.nluug.nl>
9281
9282         * libf2c: Removed.
9283         * gcc/gccbug.in: Updated because of libf2c removal.
9284         * maintainer-scripts/gcc_release: Ditto.
9285
9286 2004-07-09  Loren J. Rittle  <ljrittle@acm.org>
9287
9288         * configure.in: Build libmudflap by default on FreeBSD.
9289         * configure: Regenerated.
9290
9291 2004-07-09  Mark Mitchell  <mark@codesourcery.com>
9292
9293         * configure.in: Do not build libmudflap by default on non-GNU/Linux
9294         systems.
9295         * configure: Regenerated.
9296
9297 2004-07-08  John David Anglin  <dave.anglin@nrc-cnrc.gc.ca>
9298
9299         PR target/16344
9300         * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9301         feedback based compiler.
9302         * Makefile.in: Rebuilt.
9303
9304 2004-07-08  Alexandre Oliva  <aoliva@redhat.com>
9305
9306         * Makefile.def (host_modules): Set bootstrap=true for flex.
9307         * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9308         * Makefile.in: Rebuilt.
9309
9310 2004-07-07  Jan Hubicka  <jh@suse.cz>
9311
9312         * MAINTAINERS: Add self as a profile feedback maintainer.
9313
9314 2004-07-05  Phil Edwards  <phil@codesourcery.com>
9315
9316         * configure.in:  Do not prepend $srcdir to /dev/null in
9317         makefile fragments.
9318         * configure:  Regenerate.
9319
9320 2004-07-01  Paolo Bonzini  <bonzini@gnu.org>
9321
9322         * Makefile.def (build_modules): Add bison, byacc, flex,
9323         m4, texinfo.
9324         (flags_to_pass): Add FLEX.
9325         * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9326         (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9327         (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9328         DEFAULT_MAKEINFO): Remove.
9329         (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9330         CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9331         (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9332         objdir or else use configured tool.
9333         (all-build): New.
9334         (all): Depend on it.
9335         (Build module dependencies): Add.
9336         * Makefile.in: Regenerate.
9337         * configure.in: Better support for multiple build modules,
9338         matching what is done for host/target modules.  Do not look
9339         for "plausible" locations of build tools if Canadian cross.
9340         Use autoconf's AC_PROG_CC to find a C compiler.  Define
9341         BUILD_DIR_PREFIX.  Look for flex, makeinfo and m4.
9342         * configure: Regenerate.
9343
9344 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9345
9346         * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9347         * Makefile.in: Regenerate.
9348
9349 2004-06-22  Paolo Bonzini  <bonzini@gnu.org>
9350
9351         * Makefile.tpl (configure-build-[+module+],
9352         configure-[+module+], configure-target-[+module+]): Pass
9353         [+extra_configure_args+].
9354         (all-build-[+module+], all-[+module+], check-[+module+],
9355         install-[+module+], [+make_target+]-[+module+],
9356         all-target-[+module+], check-target-[+module+],
9357         install-target-[+module+], [+make_target+]-target-[+module+]):
9358         Pass [+extra_make_args+].
9359         (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9360         (GCC_HOST_EXPORTS): Remove.
9361         (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9362         cross, check-gcc, check-gcc-c++, install-gcc,
9363         gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9364         Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9365         * Makefile.in: Regenerate.
9366
9367 2004-06-21  Matthew Sachs  <msachs@apple.com>
9368
9369         * MAINTAINERS: Added self to write-after-approval.
9370
9371 2004-06-21  Christopher Faylor  <cgf@alum.bu.edu>
9372
9373         * configure.in: Check for srcdir/winsup rather than build directory
9374         winsup.
9375         * configure: Regenerate.
9376
9377 2004-06-17  Corinna Vinschen  <vinschen@redhat.com>
9378
9379         * configure.in: Don't build Cygwin native newlib if winsup
9380         directory is missing.  Emit warning instead.
9381         * configure: Regenerate.
9382
9383 2004-06-09  Paolo Bonzini  <bonzini@gnu.org>
9384
9385         * Makefile.tpl (touch-stage[+id+]): New.
9386         (restage[+prev+]): Depend on touch-stage[+id+].
9387
9388         * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9389         Use it throughout.
9390
9391         * Makefile.def: Add profile and feedback bootstrap stages.
9392         Remove next field from bootstrap stages.
9393         * Makefile.tpl (LN, LN_S): Substitute.
9394         (stageN-start, stageN-end): Use double-colon rules, to
9395         provide a hook for additional setup commands.
9396         (distclean-stageN-gcc, restageN): Create dependencies from
9397         [+prev+], not from [+next+].
9398         (stageN-bubble): Add commands for successive stages from
9399         [+prev+], using double-colon rules.
9400         (all-stageN-gcc): Fix typo.
9401         (stagefeedback-start, profiledbootstrap): New.
9402         * Makefile.in: Regenerate.
9403         * configure.in: Call ACX_PROG_LN.
9404         * configure: Regenerate.
9405
9406 2004-06-08  Canqun Yang  <canqun@nudt.edu.cn>
9407
9408         * MAINTAINERS (Write After Approval): Add myself.
9409
9410 2004-06-03  Mark G. Adams  <mark.g.adams@sympatico.ca>
9411
9412         * MAINTAINERS (Write After Approval): Add myself.
9413
9414 2004-06-03  Paolo Bonzini  <bonzini@gnu.org>
9415
9416         * configure.in: Fix --enable-bootstrap breakage introduced in trees
9417         without gcc.
9418         * configure: Regenerate.
9419
9420 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9421
9422         * Makefile.tpl: Fix typo.
9423         * Makefile.in: Regenerate.
9424
9425 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9426
9427         * configure.in: Remove new- prefix from toplevel
9428         bootstrap targets.
9429         * configure: Regenerate.
9430
9431 2004-06-01  Paolo Bonzini  <bonzini@gnu.org>
9432
9433         * Makefile.tpl (all.normal): Rename to all.
9434         (all): Replace with a rule to pick the default
9435         target from configure.
9436         (all-gcc, configure-gcc): Use conditionals to
9437         do nothing when toplevel bootstrap is going on.
9438         (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9439         (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9440         * configure.in: Support --enable-bootstrap.
9441
9442         * Makefile.def: Remove new- prefix from toplevel
9443         bootstrap targets.
9444         * Makefile.tpl: Likewise.
9445
9446         * Makefile.def: Add bootstrap_stage 4.  Add bootstrap2
9447         target.
9448
9449         * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9450         $(RECURSE_FLAGS) to recursive invocation of make.
9451
9452         * Makefile.in: Regenerate.
9453         * configure: Regenerate.
9454
9455 2004-05-30  Andreas Jaeger  <aj@suse.de>
9456             Jim Wilson  <wilson@specifixinc.com>
9457
9458         * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9459         like CC.
9460
9461 2004-05-27  Daniel Jacobowitz  <dan@debian.org>
9462
9463         * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9464         * configure: Regenerate.
9465
9466 2004-05-25  Daniel Jacobowitz  <drow@false.org>
9467
9468         * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9469         (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9470         (NORMAL_TARGET_EXPORTS): New macros.  Use them in all the recursive
9471         targets.
9472         * Makefile.in: Regenerate.
9473
9474 2004-05-24  Paolo Bonzini  <bonzini@gnu.org>
9475
9476         * configure.in: Test the ability to symlink directories.
9477         * configure: Regenerate.
9478
9479         * Makefile.def (bootstrap-stage): New definitions.
9480         * Makefile.tpl (configure-stage1-gcc,
9481         configure-stage2-gcc, configure-stage3-gcc,
9482         all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9483         new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9484         new-restage3, compare): Autogenerate, see Makefile.in
9485         entry for behavioral changes.
9486         (distclean-stage1, new-stage1-start, new-stage1-end,
9487         new-stage1-bubble, distclean-stage2, new-stage2-start,
9488         new-stage2-end, new-stage2-bubble, distclean-stage3,
9489         new-stage3-start, new-stage3-end): New autogenerated targets.
9490         (objext, prebootstrap, BOOT_CFLAGS,
9491         POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9492         targets.
9493
9494         * Makefile.in: Regenerate.
9495         (distclean-stage1, new-stage1-start, new-stage1-end,
9496         new-stage1-bubble, distclean-stage2, new-stage2-start,
9497         new-stage2-end, new-stage2-bubble, distclean-stage3,
9498         new-stage3-start, new-stage3-end): New targets.
9499         (all-stage1-gcc): Move prebootstrap dependency from here...
9500         (configure-stage1-gcc): ...to here.
9501         (new-bootstrap): Use bubble targets.
9502         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9503         Use per-stage distclean targets.
9504         (configure-stage1-gcc, configure-stage2-gcc,
9505         configure-stage3-gcc, all-stage1-gcc,
9506         all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9507         Use new-stageN-start to prepare the tree.
9508
9509 2004-05-23  Paolo Bonzini  <bonzini@gnu.org>
9510
9511         * Makefile.def (host_modules): add libcpp.
9512         * Makefile.tpl: Add dependencies on and for libcpp.
9513         * Makefile.in: Regenerate.
9514         * configure.in: Add libcpp host module.
9515         * configure: Regenerate.
9516
9517 2004-05-21  Paolo Bonzini  <bonzini@gnu.org>
9518
9519         * Makefile.tpl: Whenever a recursive target is defined, wrap
9520         it in a special @if/@endif block, and prepare its maybe
9521         dependency in the @if/@endif block
9522         * configure.in: Instead of writing maybe dependencies, remove
9523         the @if/@endif statements, and remove the @if/@endif blocks
9524         that remain.
9525         * configure: Regenerate.
9526         * Makefile.in: Regenerate.
9527
9528 2004-05-20  Janis Johnson  <janis187@us.ibm.com>
9529
9530         * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9531
9532 2004-05-18  Kaz Kojima  <kkojima@gcc.gnu.org>
9533
9534         PR bootstrap/15120
9535         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9536         * */configure: Rebuilt.
9537
9538 2004-05-17  Zack Weinberg  <zack@codesourcery.com>
9539
9540         * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9541         of libf2c.
9542         * configure, Makefile.in: Regenerate.
9543
9544 2004-05-13  Tobias Schlüter  <tobi@gcc.gnu.org>
9545
9546         * MAINTAINERS (Write After Approval): Add myself.
9547
9548 2004-05-13  Diego Novillo  <dnovillo@redhat.com>
9549
9550         Merge from tree-ssa-20020619-branch.
9551
9552         * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9553         * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9554         (HOST_GMPLIBS): Define.
9555         (HOST_GMPINC): Define.
9556         (TARGET_LIB_PATH): Add libmudflap.
9557         (GFORTRAN_FOR_TARGET): Define.
9558         (configure-build*): Export GFORTRAN.
9559         (configure-gcc): Export GMPLIBS and GMPINC.
9560         (all-gcc): Add maybe-all-libbanshee.
9561         (configure-target-libgfortran): Define.
9562         * Makefile.in: Regenerate.
9563         * configure.in (host_libs): Add libbanshee.
9564         (target_libraries): Add target-libmudflap and target-libgfortran.
9565         Add --with-libbanshee.
9566         Handle --disable-libmudflap.
9567         (*-*-freebsd*): Use with_gmp.
9568         Add $(libgcj) to noconfigdirs.
9569         * configure: Regenerate.
9570         * depcomp: New file.
9571         * MAINTAINERS: Add tree-ssa maintainers.
9572
9573 2004-05-04  Vladimir Makarov  <vmakarov@redhat.com>
9574
9575         * MAINTAINERS (Various Maintainers): Add myself.
9576
9577 2004-04-30  Brian Ford  <ford@vss.fsi.com>
9578
9579         * MAINTAINERS (Write After Approval): Add myself.
9580
9581 2004-04-29  Uros Bizjak  <uros@kss-loka.si>
9582
9583         * MAINTAINERS (Write After Approval): Add myself.
9584
9585 2004-04-28  Paolo Bonzini  <bonzini@gnu.org>
9586
9587         * config/acx.m4: Fix fastcompare support for new-bootstrap.
9588         * configure: Regenerate.
9589
9590 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
9591
9592         Revert:
9593         2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9594
9595         * Makefile.def (flags_to_pass): Remove *dir variables that
9596         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9597         as well as prefix and exec_prefix.
9598         * Makefile.in: Regenerate.
9599
9600 2004-04-26  Robert Millan  <robertmh@gnu.org>
9601
9602         Add patches from libtool CVS.
9603         * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9604         * ltconfig: Likewise.
9605         * ltcf-c.sh: Likewise.
9606         * ltcf-cxx.sh: Likewise.
9607         * ltcf-gcj.sh: Likewise.
9608
9609 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9610
9611         * Makefile.def (host_modules): Mark with the bootstrap
9612         flag packages on which gcc depends.
9613         * Makefile.tpl (all-bootstrap): Use it.
9614         * Makefile.in: Regenerate.
9615
9616 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9617
9618         * Makefile.def (flags_to_pass): Remove *dir variables that
9619         are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9620         as well as prefix and exec_prefix.
9621         * Makefile.in: Regenerate.
9622
9623 2004-04-26  Paolo Bonzini  <bonzini@gnu.org>
9624
9625         * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9626         * configure: Regenerate.
9627         * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9628         * gcc/Makefile.tpl (compare): Use the result of the test.
9629         * gcc/Makefile.in: Regenerate.
9630
9631 2004-04-23  Paolo Bonzini  <bonzini@gnu.org>
9632
9633         * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9634         Always relocate gcc and prev-gcc to the original names, even
9635         if the build fails.
9636         (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9637         New targets.
9638
9639 2004-04-23  Laurent GUERBY <laurent@guerby.net>
9640
9641         * MAINTAINERS: Update my email address.
9642
9643 2004-04-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9644
9645         * configure.in (mips*-*-irix5*): Enable ld.
9646         * configure: Regenerate.
9647
9648 2004-04-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9649
9650         * configure: Regenerate.
9651
9652 2004-04-15  James E Wilson  <wilson@specifixinc.com>
9653
9654         * Makefile.tpl (configure-[+module+], configure-gcc,
9655         configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9656         Set and export LDFLAGS.
9657         * Makefile.in: Regenerate.
9658
9659 2004-04-12  Michael Chastain  <mec.gnu@mindspring.com>
9660
9661         * MAINTAINERS: Add myself to write-after-approval.
9662
9663 2004-04-09  Nathanael Nerode  <neroden@gcc.gnu.org>
9664
9665         PR bootstrap/14871
9666         * Makefile.tpl: If we don't have built-in-tree target tools,
9667         use the ones found by configure rather than hacking around with
9668         program_transform_name.
9669         * configure.in: Give Makefile.tpl the information necessary
9670         to do that.
9671         * Makefile.in: Regenerate.
9672         * configure: Regenerate.
9673
9674 2004-04-06  Nathanael Nerode  <neroden@gcc.gnu.org>
9675
9676         PR bootstrap/14760
9677         * configure.in: When computing baseargs, strip *all* copies of
9678         offending options.  Also, don't match/substitute the trailing space,
9679         so that this actually works when two similar options are separated by
9680         only one space.
9681         * configure: Regenerate.
9682
9683 2004-04-06  David Edelsohn  <edelsohn@gnu.org>
9684
9685         * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9686         (rs6000-*-aix*): Same.
9687         * configure: Regenerate.
9688
9689 2004-04-05  Ranjit Mathew  <rmathew@hotmail.com>
9690
9691         * MAINTAINERS: Add myself to write-after-approval.
9692
9693 2004-04-03  Bud Davis  <bdavis9659@comcast.net>
9694
9695         * MAINTAINERS: Add myself to write-after-approval.
9696
9697 2004-03-24  Nathanael Nerode  <neroden@gcc.gnu.org>
9698
9699         * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9700         STRICT_WARN, WARN_CFLAGS flags passed down to make.
9701         * Makefile.in: Regenerate.
9702
9703         * configure.in (top level bootstrap support): Rework --enable-werror
9704         to set @stage2_werror_flag@.
9705         * configure: Regenerate.
9706         * Makefile.tpl (top level bootstrap support): Pass
9707         @stage2_werror_flag@ down to configure in stages 2 and 3.
9708         * Makefile.in: Regenerate.
9709
9710 2004-03-23  Nathanael Nerode  <neroden@gcc.gnu.org>
9711
9712         * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9713         for stages 2 and 3 as well as in make.  As a consequence, remove
9714         OUTPUT_OPTION (now detected by configure) from the flags passed down
9715         to make.
9716         * Makefile.in: Regenerate.
9717
9718         * Makefile.tpl (new-bootstrap): Fix typo.
9719         * Makefile.in: Regenerate.
9720
9721 2004-03-22  Nathanael Nerode  <neroden@gcc.gnu.org>
9722
9723         * Makefile.tpl: Rearrange by moving recursive_targets rules
9724         into their proper sections.
9725         * Makefile.tpl (top level bootstrap support): Move disabling
9726         of coverage flags from 'make' to 'configure'; improve comments.
9727         * Makefile.in: Regenerate.
9728
9729         * Makefile.tpl (experimental top level bootstrap) Move stage1
9730         language setting from all- target to configure- target; disable
9731         intermodule optimization in stage 1; prevent gratuitous rebuilds
9732         of stage 1.
9733         * Makefile.in: Regenerate.
9734         * configure.in: Comma-separate stage 1 language list for top
9735         level bootstrap.
9736         * configure: Regenerate.
9737
9738         * Makefile.tpl: Clean up experimental top level bootstrap support:
9739         note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
9740         prev-gcc in configure- targets as well as all- targets.
9741         * Makefile.in: Regenerate.
9742
9743 2004-03-21  Kelley Cook  <kcook@gcc.gnu.org>
9744
9745         * compile: New file imported from automake.
9746
9747 2004-03-17  Paolo Bonzini  <bonzini@gnu.org>
9748
9749         * configure.in: Remove symbolic link section.
9750         * configure: Regenerate.
9751         * Makefile.tpl (links): Remove.
9752         * Makefile.in: Regenerate.
9753
9754 2004-03-15  Paolo Bonzini  <bonzini@gnu.org>
9755             Nathanael Nerode  <neroden@gcc.gnu.org>
9756
9757         * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
9758         Set with AC_CHECK_PROGS.
9759         * configure.in: Fix comment typo from last patch.
9760         * configure: Regenerate.
9761
9762 2004-03-15  Nathanael Nerode  <neroden@gcc.gnu.org>
9763
9764         * Makefile.tpl: Introduce experimental top level bootstrap support.
9765         * Makefile.in: Regenerate.
9766         * configure.in: Introduce support for top level bootstrap.
9767         * configure: Regenerate.
9768
9769 2004-03-12  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9770             Paolo Bonzini  <bonzini@gnu.org>
9771
9772         PR bootstrap/14522
9773         * configure.in: Cope with shells that do not support unquoted ^
9774         * configure: Regenerate.
9775
9776 2004-03-11  Eric Botcazou  <ebotcazou@gcc.gnu.org>
9777             Paolo Bonzini  <bonzini@gnu.org>
9778
9779         PR bootstrap/14522
9780         * configure.in: Cope with shells that do not support nesting
9781         quotes inside quoted backquote substitutions.
9782         * configure: Regenerate.
9783
9784 2004-03-10  Andrew Pinski  <pinskia@physics.uc.edu>
9785
9786         PR bootstrap/14522
9787         * configure.in: Fix escaping of $.
9788         * configure: Regenerate.
9789
9790 2004-03-11  Nathanael Nerode  <neroden@gcc.gnu.org>
9791
9792         * configure: Regenerate, since I forgot to while committing Paolo's
9793         changes.
9794
9795 2004-03-08  Paolo Bonzini  <bonzini@gnu.org>
9796
9797         PR ada/14131
9798         Move language detection to the top level.
9799         * configure.in: Find default values for the tools as
9800         soon as possible.  Disable ada if GNAT is not found.
9801         Emit error message about missing languages.  Expand
9802         --enable-languages=all for the gcc subdirectory.
9803
9804 2004-03-10  Ben Elliston  <bje@gnu.org>
9805
9806         * MAINTAINERS: Update my email address.
9807
9808 2004-03-05  David Edelsohn  <edelsohn@gnu.org>
9809
9810         * ltconfig: Disable building static libraries if building shared
9811         libraries on AIX 5L.
9812
9813 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
9814
9815         * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
9816         and disable libgcj.
9817         * configure: Regenerated.
9818
9819 2004-03-01  Brian Booth  <bbooth@redhat.com>
9820
9821         * MAINTAINERS: Add myself to write-after-approval.
9822
9823 2004-03-01  Paolo Bonzini  <bonzini@gnu.org>
9824
9825         * MAINTAINERS: Add myself to write-after-approval.
9826
9827 2004-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
9828
9829         PR bootstrap/7087
9830         * Makefile.tpl: Guard XFOO sed statements better.
9831         * Makefile.tpl: Add dependency for configure-target-libada.
9832         * Makefile.in: Regenerate (incidentally fixes broken
9833         commit when libada-branch was merged).
9834
9835 2004-02-25  Kelley Cook  <kcook@gcc.gnu.org>
9836
9837         * MAINTAINERS: Add myself to write-after-approval.
9838
9839 2004-02-20  Andrew Pinski  <pinskia@physics.uc.edu>
9840
9841         * MAINTAINERS: Add Nicola Pero and myself as libobjc
9842         maintainers.
9843
9844 2004-02-20  Andrew Cagney  <cagney@redhat.com>
9845
9846         * config.guess: Update from version 2003-10-16 to 2004-02-16.
9847         * config.sub: Update from version 2003-11-03 to 2004-02-16.
9848
9849 2004-02-19  Nathanael Nerode  <neroden@gcc.gnu.org>
9850
9851         PR bootstrap/11932
9852         * mkinstalldirs, install-sh: Import from automake CVS HEAD.
9853
9854 2004-02-14  Jerry Quinn  <jlquinn@optonline.net>
9855
9856         * MAINTAINERS: Added myself to write-after-approval.
9857
9858 2004-02-14  Michael Koch  <konqueror@gmx.de>
9859
9860         * MAINTAINERS: Added myself to write-after-approval.
9861
9862 2004-02-13  Joseph S. Myers  <jsm@polyomino.org.uk>
9863
9864         * MAINTAINERS: Move Steve Chamberlain to write-after-approval.  Move
9865         some OS port maintainers to OS port maintainers section.
9866
9867 2004-02-13  Frank Ch. Eigler  <fche@redhat.com>
9868
9869         * MAINTAINERS: Add self.
9870
9871 2004-02-12  Kazu Hirata  <kazu@cs.umass.edu>
9872
9873         * MAINTAINERS: Alphabetize.
9874
9875 2004-02-12  Paolo Bonzini  <bonzini@gnu.org>
9876
9877         * MAINTAINERS: Remove myself.
9878
9879 2004-02-11  David Edelsohn  <edelsohn@gnu.org>
9880
9881         * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
9882         (rs6000-*-aix*): Same.
9883         * configure: Regenerate.
9884
9885 2004-02-11  Kelley Cook  <kcook@gcc.gnu.org>
9886
9887         * configure.in (host): Add in missing $noconfigdirs to defines.
9888         * configure: Regenerate.
9889
9890 2004-02-10  Arnaud Charlet  <charlet@act-europe.fr>,
9891             Nathanael Nerode  <neroden@gcc.gnu.org>
9892
9893         PR ada/6637, PR ada/5911
9894         Merge with libada-branch:
9895         * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
9896         with appropriate dependencies. Add --enable-libada configure switch.
9897         * configure, Makefile.in: Regenerate.
9898
9899 2004-02-09  Paolo Bonzini  <bonzini@gnu.org>
9900
9901         * MAINTAINERS: Add myself to write-after-approval.
9902
9903 2004-02-05  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
9904
9905         * configure.in: Don't pass --with-stabs on IRIX 5 either.
9906         * configure: Regenerate.
9907
9908 2004-02-04  Geoffrey Keating  <geoffk@apple.com>
9909
9910         Merge from upstream:
9911
9912         * ltmain.in: When setting IFS to '~', be careful about user
9913         arguments that contain '~'.
9914
9915         2004-02-04  Peter O'Gorman  <peter@pogma.com>
9916
9917         * ltmain.in (infer_tag): Move tag inferrence to a shell function.
9918         Also test $base_compile against $CC with escaped arguments. Bug
9919         reported by Geoff Keating <geoffk@apple.com>.
9920
9921 2004-02-04  Kazu Hirata  <kazu@cs.umass.edu>
9922
9923         * MAINTAINERS: Remove i960 port.
9924
9925 2004-01-23  DJ Delorie  <dj@redhat.com>
9926
9927         * Makefile.def (target_modules) [libiberty]: Don't stage.
9928         * Makefile.in: Rebuilt.
9929
9930 2004-01-20  Caroline Tice  <ctice@apple.com>
9931
9932         * MAINTAINERS: Add myself to write-after-approval.
9933
9934 2004-01-19  Paolo Carlini  <pcarlini@suse.de>
9935
9936         * MAINTAINERS: Update my email address.
9937
9938 2004-01-18  James A. Morrison  <ja2morri@uwaterloo.ca>
9939
9940         * MAINTAINERS: Add myself to write-after-approval.
9941
9942 2004-01-17  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
9943
9944         * MAINTAINERS: Remove entries without email address.
9945
9946 2004-01-15  Daniel Jacobowitz  <drow@mvista.com>
9947
9948         * MAINTAINERS: Add myself to write-after-approval.
9949
9950 2004-01-15  Steven Bosscher  <stevenb@suse.de>
9951
9952         * MAINTAINERS: Update my email address.
9953
9954 2004-01-14  Loren J. Rittle  <ljrittle@acm.org>
9955
9956         * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
9957         * Makefile.tpl (configure-target-[+module+]): Support stage.
9958         * Makefile.in: Rebuilt.
9959
9960 2004-01-12  Ian Lance Taylor  <ian@wasabisystems.com>
9961
9962         * MAINTAINERS: Add myself as a libiberty MAINTAINER.
9963
9964 2004-01-10  Richard Sandiford  <rsandifo@redhat.com>
9965
9966         * MAINTAINERS: Add myself as a MIPS maintainer.
9967
9968 2004-01-04  Nathanael Nerode  <neroden@gcc.gnu.org>
9969
9970         * configure.in: Use ./config.cache, not config.cache.
9971         * configure: Regenerate.
9972         * Makefile.tpl: Special-casing not needed for GCC any more.
9973         * Makefile.in: Regenerate.
9974
9975         * configure.in: Don't share a cache file for host dirs.
9976         * configure: Regenerate.
9977
9978         * config-ml.in: Don't mess with the cache file.
9979
9980 2004-01-04  Eric Botcazou  <ebotcazou@libertysurf.fr>
9981
9982         * MAINTAINERS: Move myself from 'Write After Approval' to
9983         'CPU Port Maintainers' section as SPARC maintainer.
9984
9985 2004-01-03  Nathanael Nerode  <neroden@gcc.gnu.org>
9986
9987         * Makefile.tpl: Make GCC use a separate config.cache.
9988         * Makefile.in: Regenerate.
9989
9990         PR bootstrap/11932, PR bootstrap/11933
9991         (I don't know if it will fix either of them, but it relates
9992         to them.)
9993         * configure.in: Don't use shared config.cache for target
9994         directories.
9995         * configure: Regenerate.
9996
9997 2004-01-02  Dan Nicolaescu  <dann@ics.uci.edu>
9998
9999         * MAINTAINERS: Add myself to 'Write After Approval' section.
10000
10001 2003-12-31  Roger Sayle  <roger@eyesopen.com>
10002
10003         * configure.in (ia64*-*-hpux*): Disable building java libraries.
10004         * configure: Regenerated.
10005
10006 2003-12-23  Kazu Hirata  <kazu@cs.umass.edu>
10007
10008         * MAINTAINERS: Remove the mn10200 maintainer.
10009
10010 2003-12-21  Bernardo Innocenti  <bernie@develer.com>
10011
10012         * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10013         * configure: Regenerated.
10014
10015 2003-12-16  Jan Hubicka  <jh@suse.cz>
10016
10017         * MAINTAINERS: Add myself as callgraph maintainer.
10018
10019 2003-12-08  Thomas Fitzsimmons  <fitzsim@redhat.com>
10020
10021         * configure.in (raw_libstdcxx_flags): Remove the leading space.
10022         * configure: Regenerate.
10023
10024 2003-12-01  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
10025
10026         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10027         'Write After Approval' section. Update email.
10028
10029 2003-12-01  James Lemke  <jim@wasabisystems.com>
10030
10031         * MAINTAINERS (Write After Approval): Add myself.
10032
10033 2003-11-20  Matt Thomas  <matt@3am-software.com>
10034
10035         * MAINTAINERS: Add myself as a vax port maintainer.
10036
10037 2003-11-20  Kelley Cook  <kcook@gcc.gnu.org>
10038
10039         * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10040         (configure-build-[+module+], configure-[+module+]): Likewise.
10041         (configure-target-[+module+], configure-gcc, config.status): Likewise.
10042         * Makefile.in: Regenerate.
10043
10044 2003-11-19  Andreas Tobler  <a.tobler@schweiz.ch>
10045
10046         * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10047         shared/dylibed libraries.
10048         * ltmain.sh: Likewise.
10049         * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10050         * ltcf-cxx.sh: Likewise.
10051         * ltcf-gcj.sh: Likewise.
10052         * ltconfig: Likewise.
10053
10054 2003-11-17  Stan Cox  <scox@redhat.com>
10055
10056         * MAINTAINERS: Add myself as iq2000 port maintainer.
10057
10058 2003-11-14  Arnaud Charlet  <charlet@act-europe.fr>
10059
10060         * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10061         * Makefile.in: Regenerate.
10062
10063 2003-11-03  Ulrich Weigand  <uweigand@de.ibm.com>
10064
10065         * config.sub: Update to 2003-11-03 version.
10066
10067 2003-10-20  Phil Edwards  <phil@codesourcery.com>
10068
10069         * configure.in (*-*-vxworks):  Add target-libiberty to noconfdirs.
10070         * configure:  Regenerate.
10071
10072 2003-10-20  Nicolas Pitre  <nico@cam.org>
10073
10074         * MAINTAINERS: Add myself to 'Write After Approval' section.
10075
10076 2003-10-20  Arnaud Charlet  <charlet@act-europe.fr>
10077
10078         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10079
10080 2003-10-19  Joseph S. Myers  <jsm@polyomino.org.uk>
10081
10082         * MAINTAINERS: Update my email address.
10083
10084 2003-10-17  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10085
10086         * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10087
10088 2003-10-17  Ralph Loader  <rcl@ihug.co.nz>
10089
10090         * MAINTAINERS: Add myself to 'Write After Approval' section.
10091
10092 2003-10-16  Bernardo Innocenti  <bernie@develer.com>
10093
10094         * config.guess: Update to 2003-10-16 version.
10095         * config.sub: Update to 2003-10-16 version.
10096
10097 2003-10-15  David Daney  <ddaney@avtrex.com>
10098
10099         * MAINTAINERS: Added myself to 'Write After Approval' section.
10100
10101 2003-10-15  Falk Hueffner  <falk@debian.org>
10102
10103         * MAINTAINERS: Move myself from 'Bug database only accounts' to
10104         'Write After Approval' section. Update email.
10105
10106 2003-10-14  Roger Sayle  <roger@eyesopen.com>
10107
10108         * MAINTAINERS: Move myself from 'Write After Approval' to
10109         'Various Maintainers' section as middle-end maintainer.
10110
10111 2003-10-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10112
10113         * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10114         HOST_FLAGS_TO_PASS.
10115         * Makefile.in: Regenerate.
10116
10117 2003-10-11  Bernardo Innocenti  <bernie@develer.com>
10118
10119         * config.guess: Update to 2003-10-07 version.
10120         * config.sub: Update to 2003-10-07 version.
10121
10122 2003-10-06  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10123
10124         * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10125         * ltconfig (irix5*, irix6*): Don't override version_type.
10126
10127 2003-10-05  Mohan Embar  <gnustuff@thisiscool.com>
10128
10129         * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10130         * configure: Rebuilt
10131         * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10132         * Makefile.in: Rebuilt
10133
10134 2003-10-03  H.J. Lu  <hongjiu.lu@intel.com>
10135
10136         * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10137
10138 2003-09-30  Carlo Wood  <carlo@alinoe.com>
10139
10140         * MAINTAINERS (Write After Approval): Add myself.
10141
10142 2003-09-29  Paul Koning  <ni1d@arrl.net>
10143
10144         * MAINTAINERS: Move myself from "Write After Approval"
10145         to CPU platform maintainers for pdp11 platform.
10146
10147 2003-09-23  Andreas Tobler  <a.tobler@schweiz.ch>
10148
10149         * MAINTAINERS: Move myself from 'Write After Approval' to
10150         'Various Maintainers' section as libffi testsuite maintainer.
10151
10152 2003-09-21  Daniel Jacobowitz  <drow@mvista.com>
10153
10154         * configure.in: Pass a computed --program-transform-name
10155         to subconfigures.
10156         * configure: Regenerated.
10157
10158 2003-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
10159
10160         * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10161         * Makefile.in: Regenerate.
10162
10163         * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10164         * Makefile.in: Regenerate.
10165
10166 2003-09-19  Ziemowit Laski  <zlaski@apple.com>
10167
10168         * MAINTAINERS: Move myself from 'Write After Approval'
10169         to 'Various Maintainers' (objective-c) section.
10170
10171 2003-09-17  Daniel Jacobowitz  <drow@mvista.com>
10172
10173         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10174         quoting.
10175         * configure: Regenerated.
10176
10177 2003-09-16  Joel Brobecker  <brobecker@gnat.com>
10178
10179         * MAINTAINERS (Write After Approval): Add myself to write after
10180         approval list.
10181
10182 2003-09-16  Dorit Naishlos  <dorit@il.ibm.com>
10183
10184         * MAINTAINERS (Write After Approval): Add myself.
10185
10186 2003-09-09  Ian Lance Taylor  <ian@wasabisystems.com>
10187
10188         * MAINTAINERS: Update my e-mail address.
10189
10190 2003-09-09  Alan Modra  <amodra@bigpond.net.au>
10191
10192         * libtool.m4 (LD): Correct powerpc64 host match.
10193
10194 2003-09-06  James E Wilson  <wilson@tuliptree.org>
10195
10196         * MAINTAINTERS: Update my affiliation and email address.
10197
10198 2003-09-06  Zdenek Dvorak  <rakdver@atrey.karlin.mff.cuni.cz>
10199
10200         * MAINTAINERS (Write After Approval): Add myself.
10201
10202 2003-09-04  DJ Delorie  <dj@redhat.com>
10203
10204         * configure: Regenerate.
10205
10206 2003-09-04  Robert Millan  <robertmh@gnu.org>
10207
10208         * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10209
10210 2003-09-02  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
10211
10212         * configure.in: Ensure arguments to sed are properly spaced.
10213         * configure: Regenerate.
10214
10215 2003-08-30  Gerald Pfeifer  <gerald@pfeifer.com>
10216
10217         * MAINTAINERS: Update my e-mail address.
10218
10219 2003-08-28  Mohan Embar  <gnustuff@thisiscool.com>
10220
10221         * MAINTAINERS (Write After Approval): Add myself.
10222
10223 2003-08-27  Daniel Jacobowitz  <drow@mvista.com>
10224
10225         * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10226         * configure: Regenerated.
10227
10228 2003-08-23  Marek Michalkiewicz  <marekm@amelek.gda.pl>
10229
10230         * MAINTAINERS: Update my email address.
10231
10232 2003-08-23  Phil Edwards  <pme@gcc.gnu.org>
10233
10234         * configure.in:  Use newline instead of semicolon when assuming
10235         shell arguments in a for loop.
10236         * configure:  Regenerated.
10237
10238 2003-08-22  Jason Eckhardt  <jle@rice.edu>
10239
10240         * MAINTAINERS: Resurrect the i860 maintainer.
10241
10242 2003-08-20  Geoffrey Keating  <geoffk@apple.com>
10243
10244         PR 8180
10245         * configure.in: When testing with_libs and with_headers, treat
10246         'no' as unset.  Based on a patch by Dan Kegel <dank@kegel.com>.
10247         * configure: Regenerate.
10248
10249         * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10250         make, shell, etc.
10251         (baseargs): Likewise.
10252         * configure: Regenerate.
10253
10254 2003-08-20  Bernardo Innocenti  <bernie@develer.com>
10255
10256         * MAINTAINERS (Write After Approval): Add myself.
10257
10258 2003-08-19  Geoffrey Keating  <geoffk@apple.com>
10259
10260         * configure.in: Disable libgcj for darwin not on powerpc.
10261         * configure: Rebuild.
10262
10263 2003-08-14  Alexandre Duret-Lutz  <adl@gnu.org>
10264
10265         * config-ml.in, symlink-tree: Add license.
10266
10267 2003-08-03  Richard Stallman  <rms@gnu.org>
10268             Eben Moglen  <moglen@columbia.edu>
10269
10270         * README.SCO: New file.
10271
10272 2003-08-01  Matt Kraai  <kraai@alumni.cmu.edu>
10273
10274         * Makefile.tpl (check, check-c++): Express dependencies using
10275         dependencies rather than commands.
10276         * Makefile.in: Regenerate.
10277
10278 2003-08-01  Andrew Cagney  <cagney@redhat.com>
10279
10280         * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10281         * configure: Ditto.
10282
10283 2003-07-31  Geoffrey Keating  <geoffk@apple.com>
10284
10285         * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10286         * Makefile.in: Update.
10287
10288 2003-07-30  Andreas Tobler  <a.tobler@schweiz.ch>
10289
10290         * configure.in: Enable libgcj for darwin.
10291         * configure: Rebuild.
10292
10293 2003-07-29  Phil Edwards  <pme@gcc.gnu.org>
10294
10295         * config-ml.in:  Use ac_configure_args directly instead of
10296         ml_arguments.  Only set ml_norecursion if --no[-]recursion is
10297         actually seen.
10298
10299 2003-07-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10300
10301         * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10302         creating target and build subdirs to build all parent dirs as needed.
10303         * Makefile.in: Rebuild.
10304         * configure.in: Don't build dirs explicitly here.
10305         * configure: Rebuild.
10306
10307 2003-07-26  Paul Brook  <paul@nowt.org>
10308
10309         * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10310
10311 2003-07-22  Alexandre Oliva  <aoliva@redhat.com>
10312
10313         * Makefile.tpl (all-make): Depend on intl.
10314         * Makefile.in: Rebuilt.
10315
10316 2003-07-20  Phil Edwards  <pme@gcc.gnu.org>
10317
10318         * install-sh:  Update to newer upstream versions (associated with
10319         aclocal 1.7).
10320         * mkinstalldirs:  Likewise.
10321         * missing:  Likewise, plus $1Help2man -> $1 typo fix.
10322
10323 2003-07-16  Andrew Pinski  <pinskia@gcc.gnu.org>
10324
10325         * MAINTAINERS: Move self from Bug database only accounts
10326         to write-after-approval.
10327
10328 2003-07-16  Nathanael Nerode  <neroden@gcc.gnu.org>
10329
10330         * config.if: Remove unused libc_interface determination.
10331
10332 2003-07-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10333
10334         * MAINTAINERS: Move self from write-after-approval to
10335         build machinery (*.in).
10336
10337 2003-07-13  Nathanael Nerode  <neroden@gcc.gnu.org>
10338
10339         PR bootstrap/11273
10340         PR bootstrap/11408
10341         * Makefile.tpl: Set INSTALL and friends using autoconf.  Remove
10342         unused INSTALL_PROGRAM_ARGS.
10343         * configure.in: Use AC_PROG_INSTALL.
10344         * Makefile.in: Regenerate.
10345         * configure: Regenerate.
10346
10347 2003-07-13  Kazu Hirata  <kazu@cs.umass.edu>
10348
10349         * MAINTAINERS: Alphabetize.
10350
10351 2003-07-10  Alexandre Oliva  <aoliva@redhat.com>
10352
10353         * configure: Rebuilt.
10354         2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
10355         * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10356         newlib nor libgloss.
10357         Wed May  9 10:07:19 2001  Alexandre Oliva  <aoliva@redhat.com>
10358         * configure.in (am33_2.0-*-linux*): Added.
10359
10360 2003-07-09  Bob Wilson  <bob.wilson@acm.org>
10361
10362         * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10363         * configure: Regenerate.
10364
10365 2003-07-07  Zack Weinberg  <zack@codesourcery.com>
10366
10367         * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10368         * Makefile.in: Regenerate.
10369
10370 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10371
10372         * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10373         * Makefile.in: Regenerate.
10374
10375 2003-07-04  H.J. Lu  <hongjiu.lu@intel.com>
10376
10377         * Makefile.tpl: Replace PWD with PWD_COMMAND.
10378         * Makefile.in: Regenerated.
10379
10380         * config-ml.in: Replace PWD with PWD_COMMAND.
10381
10382 2003-07-04  Zack Weinberg  <zack@codesourcery.com>
10383
10384         * intl: New directory; see intl/ChangeLog for details.
10385         * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10386         * Makefile.tpl: all-gcc depends on maybe-all-intl.
10387         * Makefile.in: Regenerate.
10388
10389 2003-06-27  Nathanael Nerode  <neroden@gcc.gnu.org>
10390
10391         * configure.in: Clean up config-lang.in handling.  Delete
10392         useless assignment to "subdirs".
10393         * configure: Regenerate.
10394
10395 2003-06-26  Nathanael Nerode  <neroden@gcc.gnu.org>
10396
10397         * configure.in: Rename 'target_libs' to 'target_libraries'.
10398         Remove useless reference to 'target_libs'.
10399         * configure: Regenerate.
10400
10401 2003-06-23  Keith Seitz  <kseitz@sources.redhat.com>
10402
10403         * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10404         * Makefile.in: Regenerate.
10405
10406 2003-06-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10407
10408         * Makefile.def: Introduce flags_to_pass.
10409         * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10410         * Makefile.in: Regenerate.
10411
10412 2003-06-23  Hans-Peter Nilsson  <hp@bitrange.com>
10413
10414         * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10415         and target-libgloss.
10416         <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10417         <h8300*-*-*>: Disable libf2c and ${libgcj}.
10418         * configure: Regenerate.
10419
10420 2003-06-17  Benjamin Kosnik  <bkoz@redhat.com>
10421
10422         * configure.in: Update testsuite_flags to new location.
10423         * configure. Regenerate.
10424
10425 2003-06-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10426
10427         * Makefile.tpl: Remove BUILD_CC stuff.
10428         * Makefile.in: Regenerate.
10429
10430 2003-06-17  Kazu Hirata  <kazu@cs.umass.edu>
10431
10432         * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10433
10434 2003-06-16  Graeme Peterson  <gp@qnx.com>
10435
10436         * MAINTAINERS (Write After Approval): Add myself.
10437
10438 2003-06-14  H.J. Lu  <hongjiu.lu@intel.com>
10439
10440         * config.guess: Update to 2003-06-12 version.
10441         * config.sub: Update to 2003-06-13 version.
10442
10443 2003-06-12  H.J. Lu  <hongjiu.lu@intel.com>
10444
10445         * config.guess: Update to 2003-06-06 version.
10446         * config.sub: Update to 2003-06-06 version.
10447
10448 2003-06-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10449
10450         * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10451         * configure. Regenerate.
10452
10453 2003-06-10  Nathanael Nerode  <neroden@gcc.gnu.org>
10454
10455         * configure.in: Disable serial configure by default.
10456         * configure: Regenerate.
10457         * Makefile.tpl: Abolish .NOTPARALLEL.
10458         * Makefile.in: Regenerate.
10459
10460         * Makefile.tpl: Replace {build,host,target}_canonical by
10461         {build,host,target}.
10462         * Makefile.in: Regenerate.
10463
10464         * Makefile.tpl: Fix stupid pasto.
10465         * Makefile.in: Regenerate.
10466
10467 2003-06-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10468
10469         * Makefile.tpl: Remove bogus conditional.
10470         * Makefile.in: Regenerate.
10471
10472 2003-06-05  Jan Hubicka  <jh@suse.cz>
10473
10474         * Makefile.tpl (profiledbootstrap): New target.
10475         * Makefile.in (profiledbootstrap): New target.
10476
10477 2003-06-05  Wolfgang Bangerth  <bangerth@dealii.org>
10478
10479         * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10480         Pinski. Remove user names from other bugzilla-only maintainers.
10481
10482 2003-06-03  Nathanael Nerode  <neroden@gcc.gnu.org>
10483
10484         * Makefile.tpl: Make 'recursive targets' using autogen rather
10485         than shell loop.  Remove duplicate 'clean' targets and false
10486         comments.
10487         * Makefile.def: Add systematic dependencies to 'recursive' targets.
10488         Add systematic method of specifying missing targets in subdirs.
10489         Add copyright boilerplate.
10490         * Makefile.in: Regenerate.
10491         * configure.in: Add 'recursive targets' to maybe list.
10492         * configure: Regenerate.
10493
10494         * MAINTAINERS: "GNATS only" -> "Bug database only".
10495
10496         * Makefile.tpl: Rename [+target+] to [+make_target+].
10497         * Makefile.def: Rename 'target' to 'make_target'.
10498
10499 2003-05-31  Neil Booth  <neil@daikokuya.co.uk>
10500
10501         * MAINTAINERS: Add self as options handling maintainer.
10502
10503 2003-05-28  Michael Meissner  <gnu@the-meissners.org>
10504
10505         * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10506         been too long since I touched those ports.
10507
10508 2003-05-28  DJ Delorie  <dj@redhat.com>
10509
10510         * Makefile.tpl: Make maybe-check-gcc .PHONY.
10511         * Makefile.in: Regenerate.
10512
10513 2003-05-21  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10514
10515         * configure.in: Use curly braces in the definition of tooldir.
10516         * configure: Regenerate.
10517
10518 2003-05-21  DJ Delorie  <dj@redhat.com>
10519
10520         * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10521         newlib or libgloss.
10522         * Makefile.in: Regenerate.
10523
10524 2003-05-21  DJ Delorie  <dj@redhat.com>
10525
10526         * Makefile.tpl: Add missing empty maybe-check-gcc target.
10527         * Makefile.in: Regenerate.
10528
10529 2003-05-20  Ian Lance Taylor  <ian@airs.com>
10530
10531         * MAINTAINERS: Update my e-mail address.
10532
10533 2003-05-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10534
10535         * configure.in: Switch more things to use maybe dependencies.
10536         * Makefile.tpl: Switch more things to use maybe dependencies.
10537         Factor out common code from autogen IF statements.
10538         * configure: Regenerate.
10539         * Makefile.in: Regenerate.
10540
10541 2003-05-14  Kelley Cook  <kelleycook@wideopenwest.com>
10542
10543         * configure.in: Accept i[3456789]86 for machine type.
10544         * configure: Regenerate.
10545
10546 2003-05-18  Nathanael Nerode  <neroden@gcc.gnu.org>
10547
10548         * configure.in: Switch more things to use maybe dependencies.
10549         Rearrange a little.  Use GCC_TOPLEV_SUBDIRS.
10550         * configure: Regenerate.
10551         * Makefile.tpl: Switch more things to use maybe dependencies.
10552         * Makefile.in: Regenerate.
10553
10554 2003-05-16  Andreas Schwab  <schwab@suse.de>
10555
10556         * Makefile.tpl (install-opcodes): Define.
10557         * Makefile.in: Rebuild.
10558
10559 2003-05-13  Andreas Jaeger  <aj@suse.de>
10560
10561         * config.guess: Update to 2003-05-09 version.
10562         * config.sub: Update to 2003-05-09 version.
10563
10564 2003-05-13  Michael Eager  <eager@mvista.com>
10565
10566         * configure.in: Correct sed script so that options in quotes are not
10567         deleted.
10568         * configure: Rebuild.
10569
10570 2003-05-12  Corinna Vinschen  <corinna@vinschen.de>
10571
10572         * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10573         and $$s/newlib/libc/sys/cygwin32 include paths.
10574         * configure: Ditto.
10575
10576 2003-05-12  Michael Meissner  <gnu@the-meissners.org>
10577
10578         * MAINTAINERS: Update my email addresses.
10579
10580 2003-05-06  Eric Botcazou  <ebotcazou@libertysurf.fr>
10581
10582         * config-ml.in: Propagate INSTALL variables.
10583
10584 2003-05-04  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10585
10586         * MAINTAINERS: Remove duplicate entries in Write After Approval.
10587
10588 2003-05-02  Chris Demetriou  <cgd@broadcom.com>
10589
10590         * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10591         * Makefile.in: Regenerate.
10592
10593 2003-05-02  Wolfgang Bangerth  <bangerth@dealii.org>
10594
10595         * MAINTAINERS (GNATS only): Add Falk Hueffner.
10596
10597 2003-04-30  Wolfgang Bangerth  <bangerth@dealii.org>
10598
10599         * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10600
10601 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
10602
10603         * Makefile.tpl: Clean $(BUILD_SUBDIR).
10604         * Makefile.in: Regenerated.
10605
10606 2003-04-25  Wolfgang Bangerth  <bangerth@dealii.org>
10607
10608         * MAINTAINERS (Write After Approval): Upgrade myself from
10609         GNATS only to write-after-approval. Update my mail address.
10610
10611 2003-04-25  Loren J. Rittle  <ljrittle@acm.org>
10612
10613         (OS Port Maintainers: freebsd): Add myself.
10614
10615 2003-04-22  Mark Mitchell  <mark@codesourcery.com>
10616
10617         * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10618
10619 2003-04-22  Kean Johnston  <jkj@sco.com>
10620
10621         * MAINTAINERS (SCO ports): Added myself.
10622
10623 2003-04-21  Nathan Sidwell  <nathan@codesourcery.com>
10624
10625         * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10626
10627 2003-04-19  Kean Johnston  <jkj@sco.com>
10628
10629         * MAINTAINERS (Write After Approval): Add myself.
10630
10631 2003-04-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10632
10633         * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10634         * Makefile.in: Regenerate.
10635
10636 2003-04-18  Jakub Jelinek  <jakub@redhat.com>
10637
10638         * configure.in (powerpc64*-*-linux*): Remove.
10639         * configure: Rebuilt.
10640
10641 2003-04-17  Phil Edwards  <pme@gcc.gnu.org>
10642
10643         * Makefile.tpl (GCC_STRAP_TARGETS):  New variable containing all the
10644         previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10645         and restrap.
10646         * Makefile.in:  Regenerate.
10647
10648 2003-04-16  Richard Earnshaw  <rearnsha@arm.com>
10649
10650         * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10651         * configure: Regenerated.
10652
10653 2003-04-15  DJ Delorie  <dj@redhat.com>
10654
10655         * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10656
10657 2003-04-13  Nick Clifton  <nickc@redhat.com>
10658
10659         * config-ml.in: Remove support for --disable-aix removing
10660         call-aix multilibs.
10661
10662 2003-04-10  Alexandre Oliva  <aoliva@redhat.com>
10663
10664         * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10665         * */configure: Rebuilt.
10666
10667 2003-04-08  Joel Sherrill  <joel@oarcorp.com>
10668
10669         * MAINTAINERS: Add my email address.
10670
10671 2003-03-17  Olivier Hainque  <hainque@act-europe.fr>
10672
10673         * MAINTAINERS (Write After Approval): Add myself.
10674
10675 2003-03-14  Nathanael Nerode  <neroden@gcc.gnu.org>
10676
10677         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10678         * Makefile.in: Regenerate.
10679
10680 2003-03-14  Michael Chastain  <mec@shout.net>
10681
10682         * Makefile.in: Regenerate with correct Makefile.def.
10683
10684 2003-03-12  Nathanael Nerode  <neroden@gcc.gnu.org>
10685
10686         * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up.  Delete unused
10687         Make macro.
10688         * Makefile.in: Regenerate.
10689         * configure.in: Clean up gxx_include_dir logic.
10690         * configure: Regenerate.
10691
10692 2003-03-12  Ansgar Esztermann  <ansgar@thphy.uni-duesseldorf.de>
10693
10694         * MAINTAINERS (Write After Approval): Add myself.
10695
10696 2003-03-10  Ben Elliston  <bje@wasabisystems.com>
10697
10698         * MAINTAINERS: Update my mail address.
10699
10700 2003-03-09  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
10701
10702         * configure.in (gxx_include_dir): Fix typo.
10703         * configure: Regenerated.
10704
10705 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10706
10707         * Makefile.tpl: Reindent.
10708         * Makefile.in: Regenerate.
10709         * configure.in: Reindent.  Don't set unused variables.
10710         * configure: Regenerate.
10711
10712 2003-03-04  Daniel Jacobowitz  <drow@mvista.com>
10713
10714         * configure.in: Include $(build_tooldir)/sys-include in
10715         FLAGS_FOR_TARGET.
10716         * configure: Regenerated.
10717
10718 2003-03-04  Nathanael Nerode  <neroden@gcc.gnu.org>
10719
10720         * Makefile.tpl: Always pass down RANLIB.
10721         * Makefile.in: Regenerate.
10722
10723         * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10724         * Makefile.in: Regenerate.
10725         * configure.in: Remove unused logic relating to --enable-shared
10726         and --enable-threads.  Remove bogus comments.  Remove redundant
10727         noconfigdirs.
10728         * configure: Regenerate.
10729
10730         * configure.in: Replace ${libstdcxx_version} by its value.
10731         Remove reference to mh-dgux.
10732         * configure: Regenerate.
10733
10734 2003-03-03  Kevin Buettner  <kevinb@redhat.com>
10735
10736         * MAINTAINERS (Write After Approval): Add myself.
10737
10738 2003-02-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10739
10740         * Makefile.tpl: Rearrange.
10741         * Makefile.in: Regenerate.
10742
10743 2003-02-25  Uwe Stieber  <uwe@wwws.de>
10744
10745         * configure.in: Add support for kaOS as cross build target system.
10746         * configure: Regenerated.
10747
10748 2003-02-24  Steven Bosscher  <steven@gcc.gnu.org>
10749
10750         * MAINTAINERS (Write after approval): Add myself.
10751
10752 2003-02-21  James E Wilson  <wilson@tuliptree.org>
10753
10754         * MAINTAINERS: Update my email address.
10755
10756 2003-02-21  Zack Weinberg  <zack@codesourcery.com>
10757
10758         * MAINTAINERS: Add self to blanket write privs. section.
10759
10760 2003-02-20  Sean McNeil  <sean@blue.mcneil.com>
10761
10762         * Makefile.tpl: Add definition of CPPFLAGS to pass into
10763         configure-target-* as some target builds may require additional
10764         flags for preprocessor tests.
10765         * Makefile.in: Regenerated.
10766
10767 2003-02-19  Alexandre Oliva  <aoliva@redhat.com>
10768
10769         * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
10770         * ltconfig: Handle it.
10771         * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
10772         auto-detecting it.
10773
10774         * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
10775         it is used as argument to $CC.
10776         * ltcf-gcj.sh: Likewise.
10777
10778         * configure.in: Introduce --enable-maintainer-mode.
10779         * configure: Rebuilt.
10780         * Makefile.tpl (Makefile.in, configure): Enable dependencies only
10781         for maintainer mode.
10782         * Makefile.in: Rebuilt.
10783
10784 2003-02-18  Jason Merrill  <jason@redhat.com>
10785
10786         * Makefile.tpl (check-c++): Allow parallelism.
10787
10788 2003-02-16  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10789
10790         * MAINTAINERS: Remove John Carr (who never actually had access to
10791         gcc.gnu.org).
10792
10793 2003-02-15  Geoffrey Keating  <geoffk@apple.com>
10794
10795         * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
10796         don't configure target-libobjc.
10797         * configure: Regenerate.
10798
10799 2003-02-14  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
10800
10801         * Makefile.tpl (RANLIB): Define.
10802         * Makefile.in: Regenerate.
10803
10804 2003-02-08  Laurynas Biveinis  <laurynas.biveinis@mif.vu.lt>
10805
10806         * MAINTAINERS: Update my email.
10807
10808 2003-02-06  Keith R Seitz  <keiths@redhat.com>
10809
10810         * Makefile.def: Remove "snavigator", "grep", and "db" modules.
10811         * Makefile.tpl: Remove "all-snavigator" and "all-grep".
10812         * Makefile.in: Regenerated.
10813         * configure.in: Remove all traces of snavigator, db, and grep.
10814         * configure: Regenerated.
10815
10816 2003-02-06  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10817
10818         * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
10819         After Approval.
10820
10821 2003-02-02  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10822
10823         * MAINTAINERS (Write after approval): Add myself.
10824
10825 2003-01-31  Frank Ch. Eigler  <fche@redhat.com>
10826
10827         * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
10828         * Makefile.in: Regenerated.
10829
10830 2003-01-30  Roger Sayle  <roger@eyesopen.com>
10831
10832         * config.guess: Updated to 2003-01-30's version.
10833         * config.sub: Updated to 2003-01-28's version.
10834
10835 2003-01-30  Alexandre Oliva  <aoliva@redhat.com>
10836
10837         * config.if: If gcc_version is already set, just use it.  Don't set
10838         gcc_version_trigger if it's already set, otherwise set it to
10839         gcc/version.c, but only if the file exists.  If it is not set and
10840         gcc/version.c does not exist, try to extract the version number from
10841         $CC.
10842
10843 2003-01-29  Andreas Tobler  <a.tobler@schweiz.ch>
10844
10845         * MAINTAINERS: Add myself to write-after-approval list.
10846
10847 2003-01-27  Phil Edwards  <pme@gcc.gnu.org>
10848
10849         * configure.in:  Revert 24Jan change.
10850         * configure:  Regenerate.
10851
10852 2003-01-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
10853
10854         * MAINTAINERS: Remove incorrect entry for Paul Eggert.  Fix
10855         entry of HJ Lu.
10856
10857 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10858
10859         * configure.in: Revert previous change.
10860         * configure: Regenerate.
10861
10862 2003-01-23  Nathanael Nerode  <neroden@gcc.gnu.org>
10863
10864         * configure.in: Make rda native-only.
10865         * configure: Regenerate.
10866
10867 2003-01-22  Volker Reichelt  <reichelt@igpm.rwth-aachen.de>
10868
10869         * MAINTAINERS: Move myself from GNATS-only-accounts to
10870         write-after-approval.
10871
10872 2003-01-19  Nathanael Nerode  <neroden@gcc.gnu.org>
10873
10874         * configure.in: Add missing \.
10875         * configure: Rebuilt.
10876
10877 2003-01-17  Jakub Jelinek  <jakub@redhat.com>
10878
10879         * configure.in (baseargs): Avoid using \| in sed regular
10880         expressions.
10881         * configure: Rebuilt.
10882
10883 2003-01-16  Jakub Jelinek  <jakub@redhat.com>
10884
10885         * configure.in (baseargs): Remove all supported forms of
10886         --cache-file, --srcdir, --host, --build and --target options
10887         from argument lists.
10888         * configure: Rebuilt.
10889
10890 2003-01-15  Josef Zlomek  <zlomekj@suse.cz>
10891
10892         * MAINTAINERS: Add myself to write-after-approval list.
10893
10894 2003-01-15  Alexandre Oliva  <aoliva@redhat.com>
10895
10896         * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
10897         * configure: Rebuilt.
10898
10899 2003-01-09  Nathanael Nerode  <neroden@gcc.gnu.org>
10900
10901         * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
10902         * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
10903         * Makefile.in: Regenerate.
10904         * configure: Regenerate.
10905
10906 2003-01-09  Alexandre Oliva  <aoliva@redhat.com>
10907
10908         * configure.in: Remove Makefile in build, host and target modules
10909         unless configure was run with --no-recursion.
10910         * configure: Rebuilt.
10911
10912 2003-01-09  Christian Cornelssen  <ccorn@cs.tu-berlin.de>
10913
10914         * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
10915         (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
10916         * Makefile.in: Regenerate.
10917
10918 2003-01-08  Chris Demetriou  <cgd@broadcom.com>
10919
10920         * config.guess: Update to 2003-01-03 version.
10921         * config.sub: Update to 2003-01-03 version.
10922
10923 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10924
10925         * configure: Regenerate with proper autoconf 2.13.
10926
10927 2003-01-07  Christopher Faylor  <cgf@redhat.com>
10928
10929         * configure.in: Add AC_PREREQ for consistency.
10930         * configure: Regenerate.
10931
10932 2003-01-06  Andrew Cagney  <ac131313@redhat.com>
10933
10934         * configure.in (GDB_TK): Add tcl directories conditional on
10935         gdb/gdbtk directory being present.
10936         * configure: Regenerate.
10937
10938 2003-01-04  John David Anglin  <dave.anglin@nrc.ca>
10939
10940         * configure.in (LD): Improve test for gcc.  Try to set LD to the ld
10941         used by gcc if LD is not defined and we are not doing a Canadian Cross.
10942         * configure: Rebuilt.
10943
10944 2002-12-31  Tom Tromey  <tromey@redhat.com>
10945
10946         * Makefile.in: Rebuilt.
10947         * Makefile.def (target_modules) [libffi]: Allow installation.
10948
10949 2002-12-31  Andreas Schwab  <schwab@suse.de>
10950
10951         * configure.in: Fix use of $program_transform_name.
10952         * configure: Regenerated.
10953
10954 2002-12-30  Daniel Jacobowitz  <drow@mvista.com>
10955
10956         * configure.in (baseargs): Don't remove first configure argument.
10957         * configure: Regenerated.
10958
10959 2002-12-29  Alexandre Oliva  <aoliva@redhat.com>
10960
10961         * Makefile.tpl (local-distclean): Don't remove...
10962         (multilib.ts): ... this.  Moved into...
10963         (multilib.out): ... this.  Don't use sub-make.
10964         ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
10965         $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
10966         (configure-build-[+module+], configure-[+module+],
10967         configure-target-[+module+], configure-gcc): ... these.  Test
10968         for Makefile existence.  Drop config.status from dependencies.
10969         * Makefile.in: Rebuilt.
10970         * configure.in: Move gcc-version-trigger to the end of
10971         ac_configure_args.  Add comments to maybedep.tmp and
10972         serdep.tmp.  Introduce --disable-serial-configure.  Remove
10973         nonopt from baseargs, matching and removing corresponding
10974         whitespace while at it.
10975         * configure: Rebuilt.
10976
10977 2002-12-28  Alexandre Oliva  <aoliva@redhat.com>
10978
10979         * configure.in (host_configargs): Replace reference to
10980         no-longer-defined buildopts with --build=${build_alias}.
10981         * configure: Rebuilt.
10982
10983         * Makefile.tpl ($(NOTPARALLEL)): Move to the end.  Bring uses of
10984         program_transform_name to standard idiom.
10985         (AUTOGEN, AUTOCONF): Define.
10986         (Makefile.in): Use $(AUTOGEN).
10987         (Makefile): Depend on config.status, and use autoconf-style rule to
10988         build it.  Move original commands to...
10989         (config.status): ... this new target.
10990         (configure): Add $(srcdir).  Depend on config/acx.m4.  Use
10991         $(AUTOCONF).
10992         * Makefile.in: Rebuilt.
10993
10994 2002-12-28  Nathanael Nerode  <neroden@gcc.gnu.org>
10995
10996         * Makefile.tpl: Fix dramatic bustage due to change in
10997         program_transform_name.
10998         * Makefile.in: Regenerate.
10999
11000         * configure.in: Remove unnecessary PATH setting.
11001         * configure: Regnerate.
11002
11003         * configure.in: Don't default to unprefixed tools unless
11004         the native tools will work.
11005         * configure: Regenerate.
11006
11007         * configure.in: Convert to autoconf script.  Blow away lots
11008         of now-redundant Makefile fragments.
11009         * configure: Generate using Autoconf.
11010         * Makefile.tpl: Rewrite to reflect autoconfiscation.
11011         * Makefile.in: Regenerate.
11012
11013 2002-12-27  Nathanael Nerode  <neroden@gcc.gnu.org>
11014
11015         * configure: Fix stupid bug where RANLIB was mistakenly included.
11016
11017         * configure.in: Rename (buildargs, hostargs, targargs) to
11018         (build_configargs, host_configargs, target_configargs).
11019
11020         * configure.in: Move logic out of sed statement.
11021
11022         * configure: Remove unneeded 'export's.  Make CC_FOR_TARGET,
11023         CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11024
11025 2002-12-25  Svein E. Seldal  <Svein.Seldal@solidas.com>
11026
11027         * config.sub: Import from master repository
11028         * config.guess: Ditto
11029
11030 2002-12-24  Andreas Schwab  <schwab@suse.de>
11031
11032         * Makefile.tpl (multilib.out): Fix missing space.
11033         * Makefile.in: Regenerate.
11034
11035 2002-12-23  Nathanael Nerode  <neroden@gcc.gnu.org>
11036
11037         * Makefile.tpl: Use shared multilib.out.  Use move-if-change for it.
11038         Convert (cd foo; make) to (cd foo && make).  Clean up multilib.out.
11039         * Makefile.in: Regenerate.
11040         * configure.in: Remove unnecessary leftovers.
11041
11042 2002-12-21  Geoffrey Keating  <geoffk@apple.com>
11043
11044         * configure.in (extra_ranlibflags_for_target): New variable.
11045         (*-*-darwin): Add -c to ranlib commands.
11046         * configure (tooldir): Handle extra_ranlibflags_for_target.
11047
11048 2002-12-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11049
11050         * Makefile.tpl: Revert HJL's change.
11051         * Makefile.in: Regenerated.
11052         * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11053         always.
11054
11055 2002-12-19  Andreas Schwab  <schwab@suse.de>
11056
11057         * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11058         * Makefile.in: Regenerate.
11059
11060 2002-12-18  H.J. Lu  <hjl@gnu.org>
11061
11062         * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11063         * Makefile.in: Regenerated.
11064
11065         * configure.in (build_prefix): New. Substitute.
11066
11067 2002-12-18  Nathanael Nerode  <neroden@gcc.gnu.org>
11068
11069         * Makefile.tpl: Don't let real targets depend on phony targets.
11070         * Makefile.in: Regenerate.
11071
11072         * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11073         * Makefile.in: Regenerate.
11074
11075 2002-12-17  Svein E. Seldal  <Svein.Seldal@solidas.com>
11076
11077         * config.sub: Import from master repository
11078         * config.guess: Ditto
11079
11080 2002-12-16  Jason Merrill  <jason@redhat.com>
11081
11082         * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11083         previous 'make bootstrap'.
11084         * Makefile.in: Regenerate.
11085
11086 2002-12-17  Hans-Peter Nilsson  <hp@bitrange.com>
11087
11088         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11089
11090 2002-12-13  Nathanael Nerode  <neroden@gcc.gnu.org>
11091
11092         * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11093         * Makefile.in: Regenerate.
11094
11095 2002-12-13  Jason Merrill  <jason@redhat.com>
11096
11097         * Makefile.tpl (check-gcc-c++): Renamed from check-c++.  Don't run
11098         library tests.
11099         (check-c++): Just depend on it and check-target-libstdc++-v3.
11100         * Makefile.in: Regenerate.
11101
11102 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11103
11104         * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11105         * Makefile.in: Rebuilt.
11106
11107 2002-12-12  Alexandre Oliva  <aoliva@redhat.com>
11108
11109         * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11110
11111 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11112
11113         * configure: Fix bug put in by gremlins.
11114
11115         * Makefile.tpl: Substitute more autoconfily.
11116         * configure: Substitute more autoconfily.
11117         * Makefile.in: Regenerate.
11118
11119 2002-12-09  Svein E. Seldal  <Svein.Seldal@solidas.com>
11120
11121         * config.sub: Import from master repository
11122         * config.guess: Ditto
11123         * MAINTAINERS: Added Svein Seldal under write after approval
11124
11125 2002-12-08  Andrew Cagney  <ac131313@redhat.com>
11126
11127         * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11128         * Makefile.in (all-sim): Ditto.
11129
11130 2002-12-06  DJ Delorie  <dj@redhat.com>
11131
11132         * Makefile.tpl: Change configure dependencies to not have real
11133         targets depend on phony targets.
11134
11135 2002-12-05  Nathanael Nerode  <neroden@gcc.gnu.org>
11136
11137         * configure.in: Revert unintentional change.
11138
11139         * Makefile.tpl: Change dependency for */multilib.out so that
11140         it works when gcc isn't in the tree.
11141
11142         * configure.in: Substitute more.
11143         * configure: Run subconfigures from the Makefile.
11144         * Makefile.tpl: Run subconfigures from the Makefile; add a few
11145         convenience targets.  Make sure gcc isn't rebuilt after bootstrap.
11146
11147 2002-12-05  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11148
11149         * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11150
11151 2002-12-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11152
11153         * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11154         and corresponding dependencies.
11155         * Makefile.in: Regenerate.
11156
11157         * configure.in (host_tools): Order binutils, gas and ld for
11158         convenience in running the testsuites.
11159
11160         * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11161         * Makefile.in: Regenerate.
11162         * configure.in: Introduce rules to serialize subconfigure runs.
11163
11164         * configure.in: Introduce BASE_CC_FOR_TARGET.
11165         * Makefile.tpl: Reorganize and comment.  Introduce HOST_CONFIGARGS.
11166         Realize configure-build-* targets.  Realize configure-target-* targets.
11167         * Makefile.in: Regenerate.
11168
11169 2002-12-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11170
11171         * configure: Move gcc_version_trigger stuff from here...
11172         * configure.in: ...to here.
11173
11174         * configure.in: Separate subconfigure options added by this file from
11175         options given by the user.  Add machinery to put args for host
11176         subconfigures into the Makefile.
11177
11178         * Makefile.tpl: Remove 'vault' targets.
11179         * Makefile.tpl: Reorder and comment dependencies.
11180         * Makefile.in: Regenerate.
11181
11182 2002-12-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11183         * configure.in: Fix my broken commit of previous patch. (sigh)
11184
11185 2002-11-28  Geoffrey Keating  <geoffk@apple.com>
11186
11187         * configure.in: Move host-specific darwin noconfigdirs into
11188         the host-specific section.
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-26  Nathanael Nerode  <neroden@gcc.gnu.org>
11196
11197         * configure: Remove skip-this-dir support.
11198         * Makefile.tpl: Remove skip-this-dir support.
11199
11200         * Makefile.tpl: Remove leftover support for non-autoconfiscated
11201         subdirectories.
11202         * Makefile.in: Regenerate.
11203
11204         * Makefile.tpl: Strip out useless setting of 'dir'.
11205         * Makefile.in: Regenerate.
11206
11207 2002-11-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11208
11209         * configure.in: Fix deeply stupid bug.
11210
11211         * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11212         shell code in CXX_FOR_TARGET
11213         * Makefile.def: Introduce raw_cxx.
11214         * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11215         RAW_CXX_FOR_TARGET.
11216         * Makefile.in: Regenerate.
11217
11218 2002-11-21  Nathanael Nerode  <neroden@gcc.gnu.org>
11219
11220         * Makefile.tpl: Remove unnecessary ifs.
11221         * Makefile.in: Regenerate.
11222
11223         * Makefile.tpl: Implement soft dependency machinery.  Maybe-ize
11224         dependencies.  Maybe-ize build-libiberty.  Create dummy install
11225         targets for 'no_install' modules.
11226         * configure: Move GDB_TK substitution to configure.in.  Move
11227         build_modules stuff to configure.in.
11228         * configure.in: Implement soft dependency machinery.  Maybe-ize
11229         GDB_TK, rearrange slightly.  Move build_modules stuff from configure.
11230         * Makefile.in: Regenerate.
11231
11232 2002-11-19  Nathanael Nerode  <neroden@gcc.gnu.org>
11233
11234         * Makefile.tpl: Make all-target, install-target behave similarly
11235         to all, install (only hitting configured targets).  Eliminate
11236         unused macro defintions.
11237
11238         * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11239         build != host.
11240
11241         * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11242
11243         * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11244
11245         * configure.in: Produce lists of subdir targets we're actually
11246         configuring.  Remove references to "dosrel".
11247         * Makefile.tpl: Let configure set which subdir targets are hit.
11248         Remove install-cross; clean up install; remove ALL.  Remove
11249         references to "dosrel".  Remove "EXTRA_TARGET_HOST" hackery.
11250         Autogenerate host module targets.  Remove empty dependency lines
11251         and redundant dependency; rearrange slightly.
11252         * Makefile.def: Add host-side libtermcap, utils.
11253
11254         * Makefile.in: Regenerate.
11255
11256 2002-11-19  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11257
11258         * ltconfig (osf[345]): Append $major to soname_spec.
11259         Reflect this in library_names_spec.
11260         * ltmain.sh (osf): Prefix $major with . for use as extension.
11261
11262 2002-11-19  Andreas Jaeger  <aj@suse.de>
11263
11264         * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11265         linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11266         and sparc64 GNU/Linux systems.
11267
11268 2002-11-19  Nathan Sidwell  <nathan@codesourcery.com>
11269
11270         * MAINTAINERS: Update email.
11271
11272 2002-11-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11273
11274         * MAINTAINERS: Complete James Dennett's entry.
11275
11276 2002-11-15  Eric Botcazou  <ebotcazou@libertysurf.fr>
11277
11278         * MAINTAINERS (Write After Approval): Add myself.
11279
11280 2002-11-13  Bruce Korb  <bkorb@gnu.org>
11281
11282         * Makefile.tpl: syntactic cleanup
11283
11284 2002-11-13  Stuart Hastings  <stuart@apple.com>
11285
11286         * MAINTAINERS: Add myself to write-after-approval list.
11287
11288 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11289
11290         * Makefile.def: Add list of recursive targets to autogenerate.
11291         Add build_modules.
11292         * Makefile.tpl: Autogenerate do-* targets.  Autogenerate *-target-*
11293         targets.  Autogenerate *-build-* targets.
11294         * Makefile.in: Regenerate.
11295
11296 2002-11-12  Nathanael Nerode  <neroden@gcc.gnu.org>
11297
11298         * configure: More autoconf-style substitutions.
11299         * Makefile.tpl: More autoconf-style substitutions.
11300         * Makefile.in: Regenerate.
11301
11302 2002-11-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11303
11304         * configure: Substitute more variables in a more autoconf-friendly
11305         way.  Simplify slightly.
11306         * Makefile.tpl: Make more variables substitutable in an
11307         autoconf-friendly way.
11308         * Makefile.in: Regenerate.
11309
11310 2002-11-11  Jonathan Wakely  <redi@gcc.gnu.org>
11311
11312         * MAINTAINERS (Write After Approval): Add myself.
11313
11314 2002-11-10  Nathanael Nerode  <neroden@gcc.gnu.org>
11315
11316         * configure.in (v810*): Remove special setting of tools.
11317
11318         * configure: Add support for extra required flags for ar or nm.
11319         * configure.in (aix4.3+): Use above support for target-specific
11320         issues, rather than using config/mt-aix43.
11321
11322 2002-11-09  Nathanael Nerode  <neroden@gcc.gnu.org>
11323
11324         * configure: Remove 'removing', which doesn't work.  Replace $subdir
11325         with . everywhere.  Replace $subdirs with ''.  Replace $makesrcdir
11326         with $srcdir.  Reformat indentation.  Substitute some variables
11327         formerly hard-coded in the Makefile for build=host.
11328         * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11329         * Makefile.def: Autogenerate more.
11330         * Makefile.in: Regenerate.
11331
11332 2002-11-04  Adam Nemet  <anemet@lnxw.com>
11333
11334         * MAINTAINERS (Write After Approval): Add myself.
11335
11336 2002-11-04  Kevin Buettner  <kevinb@redhat.com>
11337
11338         * Makefile.def (host_modules): Add rda.
11339         * Makefile.in: Regenerate.
11340         * configure.in (target_tool): Add target-rda to list.
11341
11342 2002-10-28  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11343
11344         * MAINTAINERS: Remove "co-maintainer" note for web pages.
11345
11346 2002-10-25  Phil Edwards  <pme@gcc.gnu.org>
11347
11348         * Makefile.tpl (bootstrap):  Add bubblestrap, quickstrap, cleanstrap,
11349         and restrap targets to this rule.
11350         * Makefile.in:  Regenerate.
11351
11352 2002-10-25  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
11353
11354         * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11355         GNATS only accounts.
11356
11357 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
11358
11359         * configure.in (i[3456]86-*-linux*): Add check to disable
11360         ${libgcj} for glibc1.
11361
11362 2002-10-24  Denis Chertykov  <denisc@overta.ru>
11363
11364         * MAINTAINERS: Add myself as ip2k port maintainer.
11365
11366 2002-10-07  Svein E. Seldal  <Svein.Seldal@solidas.com>
11367
11368         * configure.in: Add tic4x target.
11369
11370 2002-10-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11371
11372         * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11373         * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11374         * Makefile.in: Regenerate.
11375
11376         * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11377         * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11378         * Makefile.in: Regenerate.
11379
11380 2002-10-02  Janis Johnson  <janis187@us.ibm.com>
11381
11382         * MAINTAINERS: Add myself as web pages co-maintainer.
11383
11384 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11385
11386         * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11387         * Makefile.in: Regenerate.
11388
11389 2002-10-02  Zack Weinberg  <zack@codesourcery.com>
11390
11391         * MAINTAINERS: Add myself and Nathan Sidwell
11392         <nathan@codesourcery.com> as VxWorks maintainers.
11393
11394 2002-10-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11395
11396         * Makefile.def: Remove order dependency comments.
11397         * Makefile.tpl: Add explicit install-install dependencies.
11398         * Makefile.in: Regenerate.
11399
11400         * Makefile.tpl: Remove material now in src-release.  (Finally!)
11401         * Makefile.in: Regenerate.
11402
11403         * Makefile.tpl: Add configure-target (for src-release in src)
11404         * Makefile.in: Regenerate.
11405
11406 2002-09-30  Nick Clifton  <nickc@redhat.com>
11407
11408         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11409
11410 2002-09-30  Ulrich Weigand  <uweigand@de.ibm.com>
11411
11412         * configure.in (s390*-*-linux*): Enable libgcj.
11413
11414 2002-09-29  Nathanael Nerode  <neroden@gcc.gnu.org>
11415
11416         * configure: Revert accidentally applied changes.
11417
11418         * Makefile.tpl: Make more autoconf-friendly.
11419         * Makefile.in: Regenerate.
11420         * configure: Make substitution more autoconf-like.
11421
11422 2002-09-28  Richard Earnshaw  <rearnsha@arm.com>
11423
11424         * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11425         single entry to handle all these.
11426         (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise.  Also enable
11427         libjava on arm-*-elf.
11428
11429 2002-09-27  Geoffrey Keating  <geoffk@apple.com>
11430
11431         * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11432         things that depend on them.
11433
11434 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11435
11436         * Makefile.tpl: Make subsituted variables more autoconfy.
11437         * Makefile.in: Regenerate.
11438         * configure: Make seds more autoconfy.
11439
11440 2002-09-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11441
11442         * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11443         * Makefile.in: Regenerate.
11444         * configure.in: Rewrite sed statements to look autoconfy.
11445
11446         * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11447         all-target-foo on configure-target-foo.
11448         * Makefile.def: Ditto.
11449         * Makefile.in: Rebuild.
11450
11451 2002-09-25  Andrew Haley  <aph@redhat.com>
11452
11453         * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11454
11455 2002-09-22  Nathanael Nerode  <neroden@gcc.gnu.org>
11456
11457         * Makefile.def: New file.
11458         * Makefile.tpl: New file.
11459         * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11460         * contrib/gcc_update: Note that Makefile.in is a generated file.
11461
11462         * configure.in: Minor rearrangement.  Simplify tests.
11463
11464 2002-09-22  Jason Thorpe  <thorpej@wasabisystems.com>
11465
11466         * configure.in (with_headers): Skip copy if value is "yes".
11467         (with_libs): Likewise.
11468
11469 2002-09-20  Nathanael Nerode  <neroden@gcc.gnu.org>
11470
11471         * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11472         * configure.in (sh*-*-pe*): Ditto.
11473         * configure.in (mips*-*-pe*): Ditto.
11474         * configure.in (*arm-wince-pe): Ditto.
11475
11476         * configure.in: Rearrange.
11477
11478 2002-09-14  Kazu Hirata  <kazu@cs.umass.edu>
11479
11480         * MAINTAINERS: Update my email address.
11481
11482 2002-08-30  Paul Koning  <pkoning@equallogic.com>
11483
11484         * MAINTAINERS: (Write After Approval): Add myself.
11485
11486 2002-08-29  Geoffrey Keating  <geoffk@redhat.com>
11487
11488         * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11489
11490 2002-08-24  Geoffrey Keating  <geoffk@redhat.com>
11491
11492         * MAINTAINERS: Change my mailing address.
11493
11494 2002-08-21  Paolo Carlini  <pcarlini@unitus.it>
11495
11496         * MAINTAINERS (Write After Approval): Remove myself.
11497         (Various Maintainers: c++ runtime libs): Add myself.
11498
11499 2002-08-20  Loren J. Rittle  <ljrittle@acm.org>
11500
11501         * MAINTAINERS (Write After Approval): Remove myself.
11502         (Various Maintainers: c++ runtime libs): Add myself.
11503
11504 2002-08-15  Eric Christopher  <echristo@redhat.com>
11505
11506         * config.sub: Import from master repository.
11507         * config.guess: Ditto.
11508
11509 2002-08-19  Alexandre Oliva  <aoliva@redhat.com>
11510
11511         * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11512         * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11513         CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11514
11515 2002-08-16  Aldy Hernandez  <aldyh@redhat.com>
11516
11517         * MAINTAINERS: Add self to rs6000 vector extensions.
11518
11519 2002-08-15  Alexandre Oliva  <aoliva@redhat.com>
11520
11521         * libiberty/configure: Reverted unintended yesterday's check in.
11522
11523 2002-08-14  Alexandre Oliva  <aoliva@redhat.com>
11524
11525         * boehm-gc/configure, libf2c/configure: Rebuilt.
11526         * libffi/configure, libiberty/configure: Ditto.
11527         * libjava/configure, libobjc/configure: Ditto.
11528         * libstdc++-v3/configure, zlib/configure: Ditto.
11529         Merged from binutils:
11530         2002-01-27  Daniel Jacobowitz  <drow@mvista.com>
11531         From Steve Ellcey <sje@cup.hp.com>:
11532         * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11533         (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11534         lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11535         IA64.
11536         * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11537         * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11538         soname_spec, sys_lib_search_path_spec): Ditto.
11539
11540 2002-08-06  Federico G. Schwindt  <fgsch@olimpo.com.br>
11541
11542         * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11543
11544 2002-08-04  H.J. Lu  (hjl@gnu.org)
11545
11546         * configure.in (mips*-*-linux*): Don't skip target-libffi.
11547
11548 2002-08-02  Krister Walfridsson  <cato@df.lth.se>
11549
11550         * MAINTAINERS (Write After Approval): Add myself.
11551
11552 2002-07-31  Alan Modra  <amodra@bigpond.net.au>
11553
11554         * configure.in: Move generic linux case to end.  Copy generic
11555         linux noconfigdirs to mips*-*-linux* entry and new
11556         powerpc64*-*-linux* entry.  Add target-libffi for the latter.
11557
11558 2002-07-19  Michael Matz  <matz@suse.de>
11559
11560         * MAINTAINERS: Add myself as ra* maintainer.
11561
11562 2002-07-16  Chris Demetriou  <cgd@broadcom.com>
11563
11564         * config.guess: Update to 2002-07-09 version.
11565         * config.sub: Update to 2002-07-03 version.
11566
11567 2002-07-15  Hans-Peter Nilsson  <hp@bitrange.com>
11568
11569         * MAINTAINERS: Fix typo in a maintainer email address.
11570
11571 2002-07-11  Nathanael Nerode  <neroden@gcc.gnu.org>
11572
11573         * configure.in: Remove two redundant tests.
11574
11575 2002-07-11  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11576
11577         * configure.in (mips*-*-irix6*o32): Enable stabs.
11578
11579 2002-07-08  Nathanael Nerode  <neroden@gcc.gnu.org>
11580
11581         * configure.in: Don't build grez.
11582         * Makefile.in: Ditto.
11583
11584         * Makefile.in: Remove references to bsp, cygmon, libstub.
11585         * configure.in: Ditto.
11586
11587         * configure.in: Remove leftover reference to gdbtest.
11588
11589 2002-07-08  Phil Edwards  <pme@gcc.gnu.org>
11590
11591         * configure.in (gxx_include_dir):  Change to match versioned
11592         C++ headers if --enable-version-specific-runtime-libs is used.
11593
11594 2002-07-04  Steve Ellcey  <sje@cup.hp.com>
11595
11596         * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11597
11598 2002-07-03  Nathanael Nerode  <neroden@gcc.gnu.org>
11599
11600         * configure.in: Make --without-x work.
11601
11602 2002-07-02  Nathanael Nerode  <neroden@gcc.gnu.org>
11603
11604         * configure.in: Rearrange target Makefile fragment collection.
11605
11606         * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11607         cvs[src].
11608         * configure.in: Ditto.
11609
11610 2002-07-01  Matt Kraai  <kraai@alumni.cmu.edu>
11611
11612         * MAINTAINERS (Write After Approval): Update my e-mail address.
11613
11614 2002-06-24  Ben Elliston  <bje@redhat.com>
11615
11616         * configure.in (host_tools): Remove cgen.
11617
11618         * Makefile.in (all-cgen): Remove; runs from its source directory.
11619         (check-cgen, install-cgen, clean-cgen): Likewise.
11620         (all-opcodes): Do not depend on all-cgen.
11621         (all-sim): Likewise.
11622
11623 2002-07-01  Nathanael Nerode  <neroden@gcc.gnu.org>
11624
11625         * Makefile.in: Eliminate 'apache' targets.
11626         * configure.in: Eliminate 'apache' targets.
11627
11628         * configure.in: Eliminate redundant tests.  Reorganize.
11629
11630         * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11631
11632         * config-ml.in: Eliminate references to Cygnus configure.
11633
11634         * Makefile.in: Eliminate references to building emacs.
11635
11636 2002-06-28  Graham Stott  <graham.stott@btinternet.com>
11637
11638         * MAINTAINERS: Update my email address.
11639
11640 2002-06-26  Benjamin Kosnik  <bkoz@redhat.com>
11641
11642         * config.if (libstdcxx_incdir): Version C++ headers.
11643         (cxx_incdir): Remove.
11644
11645 2002-06-25  Nathanael Nerode  <neroden@gcc.gnu.org>
11646
11647         * MAINTAINERS (Write After Approval): Add self.
11648
11649 Thu Jun 20 00:35:14 2002  Denis Chertykov  <denisc@overta.ru>
11650
11651         * configure.in: Add support for ip2k.
11652
11653 2002-06-22  Nathanael Nerode  <neroden@twcny.rr.com>
11654
11655         * configure.in: Fix AIX configury bug.
11656
11657 2002-06-20  Steve Ellcey  <sje@cup.hp.com>
11658
11659         * MAINTAINERS (Write After Approval): Add self.
11660
11661 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11662
11663         * configure.in: replace ${topsrcdir} with ${srcdir}
11664
11665         * configure.in: Move definition of libstdcxx_flags
11666         right above usage, rather than waaay earlier.
11667
11668         * configure.in: Pull definition of is_cross_compiler earlier.
11669
11670         * configure.in: Rearrange a little.
11671
11672         * configure.in: Remove references to librx.
11673         * Makefile.in: Remove references to librx.
11674
11675 Tue Jun 18 22:37:35 2002  Denis Chertykov  <denisc@overta.ru>
11676
11677         * config.sub: Add support for avr target.
11678         Import from master sources, rev 1.255
11679
11680 2002-06-19  Phil Edwards  <pme@gcc.gnu.org>
11681
11682         * configure, .cvsignore:  Revert previous change...
11683         * Makefile:  ...delete.
11684
11685 2002-06-19  Nathanael Nerode  <neroden@twcny.rr.com>
11686
11687         * configure.in: Eliminate ${gasdir} variable.
11688
11689 2002-06-18  Dave Brolley  <brolley@redhat.com>
11690
11691         * configure.in: Add support for frv.
11692         * config.sub: Add support for frv.
11693
11694 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11695
11696         * configure:  Remove garbage from previous commit.
11697
11698 2002-06-18  Phil Edwards  <pme@gcc.gnu.org>
11699
11700         * configure:  For in-source builds, make a subdir and re-exec there.
11701         * Makefile:  New file.  Pass targets through to build directory.
11702         * .cvsignore:  No longer ignore "Makefile".
11703
11704 2002-06-16  Douglas Rupp  <rupp@gnat.com>
11705
11706         * MAINTAINERS (Write After Approval): Add self.
11707
11708 2002-06-11  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
11709
11710         * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11711
11712 2002-06-08  Jason Thorpe  <thorpej@wasabisystems.com>
11713
11714         * configure.in (vax-*-netbsd*): Re-enable gas.
11715
11716 2002-05-31  Nathanael Nerode  <neroden@twcny.rr.com>
11717
11718         * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11719         BUILD_PREFIX_1, to correct nomenclature.
11720         * configure: Likewise.
11721
11722         * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11723         * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11724
11725 2002-05-31  Olaf Hering  <olh@suse.de>
11726
11727         * config-ml.in: Propogate DESTDIR also.
11728
11729 2002-05-29  Jason Thorpe  <thorpej@wasabisystems.com>
11730
11731         * configure.in (vax-*-netbsd*): Don't build gas for this
11732         platform.
11733
11734 2002-05-28  Marek Michalkiewicz  <marekm@amelek.gda.pl>
11735
11736         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11737         and libgcj for AVR.
11738
11739 2002-05-23  Kaz Kojima  <kkojima@gcc.gnu.org>
11740
11741         * MAINTAINERS (Write After Approval): Add myself.
11742
11743 2002-05-22  Jason Thorpe  <thorpej@wasabisystems.com>
11744
11745         * config.guess: Update to 2002-05-22 version.
11746         * config.sub: Likewise.
11747
11748 2002-05-16  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11749
11750         * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
11751         * config-ml.in: Likewise.
11752         * configure: Likewise.
11753         * configure.in: Likewise.
11754
11755 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
11756
11757         * MAINTAINERS: Update my email address.
11758
11759 2002-05-13  Nathanael Nerode  <neroden@twcny.rr.com>
11760
11761         * configure.in: Simplify makefile fragment collection.
11762
11763         * configure.in: Remove code to build emacs.
11764
11765         * configure.in : Remove --srcdir argument from targargs and buildargs
11766         (it's always overridden in the Makefile anyway).  Rearrange a bit.
11767
11768         * configure: Move some logic to configure.in.
11769         * configure.in: Move some logic from configure.
11770
11771 2002-05-11  Tom Tromey  <tromey@redhat.com>
11772
11773         * MAINTAINERS: Reflect libgcj reality.
11774
11775 2002-05-09  Federico G. Schwindt  <fgsch@olimpo.com.br>
11776
11777         * Makefile.in: Honour DESTDIR.
11778
11779 2002-05-08  Mark Mitchell  <mark@codesourcery.com>
11780
11781         * config.guess: Import 2002-03-20 version.
11782         * config.sub: Import 2002-04-26 version.
11783
11784 2002-05-08  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11785
11786         * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
11787
11788 2002-05-07  Tim Josling  <tej@melbpc.org.au>
11789
11790         * MAINTAINERS: Add self.
11791
11792 2002-05-06  Loren J. Rittle  <ljrittle@acm.org>
11793
11794         * ltmain.sh: Detect and handle object name conflicts
11795         while piecewise linking a static library.
11796
11797 2002-05-05  Alexandre Oliva  <aoliva@redhat.com>
11798
11799         * configure.in (noconfigdirs): Don't disable libgcj on
11800         sparc64-*-solaris* and sparcv9-*-solaris*.
11801
11802 2002-05-03  Alexandre Oliva  <aoliva@redhat.com>
11803
11804         * configure.in: Revert 2002-04-18's patch; fixed in libjava.
11805
11806 2002-05-03  Thomas Fitzsimmons  <fitzsim@redhat.com>
11807
11808         * configure.in (FLAGS_FOR_TARGET): Do not add
11809         -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
11810         on i[3456]86-*-linux*.
11811
11812 2002-05-01  Thomas Fitzsimmons  <fitzsim@redhat.com>
11813
11814         * configure.in (noconfigdirs): Replace [ ] with test.
11815
11816         * configure.in (noconfigdirs): Do not add target-newlib if
11817         target == i[3456]86-*-linux*, and host == target.
11818
11819 2002-04-29  Nathanael Nerode  <neroden@doctormoo.dyndns.org>
11820
11821         * configure.in: delete reference to absent file
11822
11823         * configure.in: replace '[' with 'test'
11824
11825         * configure.in: Eliminate references to gash.
11826         * Makefile.in: Eliminate references to gash.
11827
11828         * configure.in: remove useless references to 'pic' makefile fragments.
11829
11830         * configure.in: (*-*-windows*) Finish removing.
11831
11832         * configure.in: Eliminate redundant test for libgui.
11833
11834 2002-04-29  Roger Sayle  <roger@eyesopen.com>
11835
11836         * MAINTAINERS: Add self and realphabetize.  Update entries
11837         for Dan Berlin, Chris Demetriou and Michael Matz.  Remove
11838         entry for a29k port maintainer.
11839
11840 2002-04-26  Joel Sherrill  <joel@OARcorp.com>
11841
11842         * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
11843         (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
11844
11845 2002-04-19  Nathanael Nerode  <neroden@twcny.rr.com>
11846
11847         * configure.in: remove references to dead files
11848
11849 2002-04-19  Mark Mitchell  <mark@codesourcery.com>
11850
11851         * MAINTAINERS: Add information about purpose of this file.
11852
11853 2002-04-18  Tom Tromey  <tromey@redhat.com>
11854
11855         * configure.in: Disallow configuring libgcj when it is already
11856         installed and we're using Solaris 2.8 linker.  Do enable libgcj on
11857         Solaris 2.8 by default.  For PR libgcj/6158.
11858
11859 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11860
11861         * configure.in:  Move default CC setting out of config/mh-* fragments
11862         directly into here.
11863
11864 2002-04-17  Nathanael Nerode  <neroden@twcny.rr.com>
11865
11866         * configure.in: don't even try to configure or make a subdirectory
11867         if there's no configure script for it.
11868
11869 2002-04-15  Mark Mitchell  <mark@codesourcery.com>
11870
11871         * MAINTAINERS: Remove chill maintainers.
11872         * Makefile.in (CHILLFLAGS): Remove.
11873         (CHILL_LIB): Remove.
11874         (TARGET_CONFIGDIRS): Remove libchill.
11875         (CHILL_FOR_TARGET): Remove.
11876         (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
11877         CHILL_LIB.
11878         (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
11879         (CHECK_TARGET_MODULES): Likewise.
11880         (INSTALL_TARGET_MODULES): Likewise.
11881         (CLEAN_TARGET_MODULES): Likewise.
11882         (configure-target-libchill): Remove.
11883         (all-target-libchill): Remove.
11884         * configure.in (target_libs): Remove target-libchill.
11885         Do not compute CHILL_FOR_TARGET.
11886         * libchill: Remove directory.
11887
11888 2002-04-11  DJ Delorie  <dj@redhat.com>
11889
11890         * Makefile.in, configure.in: Sync with binutils, entries
11891         follow...
11892
11893 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
11894
11895         * Makefile.in (do-tar-bz2): Delete rule.  Replace with ...
11896         (do-tar, do-bz2): New rules.
11897         (taz): Update.  Replace do-tar-bz2 with do-tar and do-bz2.
11898         (gdb-tar): New rule.
11899         (gdb-taz): Rewrite.  Use gdb-tar and do-bz2.
11900         (insight_dejagnu.tar): New rule.
11901         (insight.tar): New rule.
11902         (gdb+dejagnu.tar): New rule.
11903         (gdb.tar): New rule.
11904
11905 2002-02-01  Mo DeJong  <supermo@bayarea.net>
11906
11907         * Makefile.in: Add all-tix to deps for all-snavigator
11908         so that tix is built when building snavigator.
11909
11910 2002-01-11  Steve Ellcey  <sje@cup.hp.com>
11911
11912         * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
11913         ld and gdb are not supported.
11914
11915 2002-01-07  Mark Salter  <msalter@redhat.com>
11916
11917         * configure.in: Remove target-bsp and target-cygmon from arm builds.
11918         Allow target-libgloss to be built for arm, strongarm, and xscale.
11919
11920 2001-12-13  Thomas Fitzsimmons  <fitzsim@redhat.com>
11921
11922         * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
11923         options for i[3456]86-pc-linux* native builds.
11924
11925 2001-11-20  Nick Clifton  <nickc@cambridge.redhat.com>
11926
11927         * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
11928         files from .po files for a distribution.
11929
11930 2001-09-03  Jeff Holcomb  <jeffh@redhat.com>
11931
11932         * configure.in: Enable libstdc++-v3 for h8300 targets.
11933
11934 2001-06-19  Alan Modra  <amodra@bigpond.net.au>
11935
11936         * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
11937         version from bfd/.
11938
11939 Fri Jun  8 11:14:02 2001  Andrew Cagney  <cagney@b1.cygnus.com>
11940
11941         * Makefile.in (VER): When present, extract the version number from
11942         the file version.in.
11943
11944 2001-05-24  Tom Rix  <trix@redhat.com>
11945
11946         * configure.in : enable ld for aix
11947
11948 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11949
11950         * config.guess: Add linux target for S/390.
11951
11952 2000-11-07  Philip Blundell  <pb@futuretv.com>
11953
11954         * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
11955
11956 2000-11-03  Philip Blundell  <pb@futuretv.com>
11957
11958         * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
11959         files.
11960
11961 2001-01-15  Ben Elliston  <bje@redhat.com>
11962
11963         * configure.in (host_tools): Add sid.
11964         Always configure cgen.
11965
11966 2000-11-24  Nick Clifton  <nickc@redhat.com>
11967
11968         * configure.in (c4x, c5x, tic54x): Move after ARM targets.
11969
11970 2000-08-20  Doug Evans  <dje@casey.transmeta.com>
11971
11972         * Makefile.in (ALL_MODULES): Add all-cgen.
11973         (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
11974         (all-cgen): New target.
11975         (all-opcodes,all-sim): Depend on all-cgen.
11976         * configure.in (host_tools): Add cgen.
11977         Only configure cgen if --enable-cgen-maint.
11978
11979 2002-04-09  Loren J. Rittle  <ljrittle@acm.org>
11980
11981         * configure.in: Add *-*-freebsd* configurations.
11982
11983 2002-04-08  Tom Tromey  <tromey@redhat.com>
11984
11985         * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
11986         Fixes PR libgcj/6068.
11987
11988 2002-03-30  Krister Walfridsson  <cato@df.lth.se>
11989
11990         * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
11991
11992 2002-03-27  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
11993
11994         * configure.in (alpha*-dec-osf*): Enable libgcj.
11995
11996 2003-03-27  Matthew Gingell  <gingell@gnat.com>
11997
11998         * MAINTAINERS (Write After Approval): Add myself.
11999
12000 2002-03-24  Nick Clifton  <nickc@cambridge.redhat.com>
12001
12002         Fix for: PR bootstrap/3591, target/5676
12003         * configure.in (mcore-pe): Disable the configuration of
12004         libstdc++-v3 since exceptions are not supported.
12005
12006 2002-03-20  Anthony Green  <green@redhat.com>
12007
12008         * configure.in: Enable libgcj for xscale-elf target.
12009
12010 Tue Mar 19 09:05:08 2002  J"orn Rennecke  <joern.rennecke@superh.com>
12011
12012         * MAINTAINERS:  Update my email address.
12013
12014 2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
12015
12016         * ltmain.sh (relink_command): Fix typo in previous change.
12017
12018 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
12019
12020         * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
12021         (relink_command): Added --tag flags.
12022         (mode=install): If relinking fails; error out.
12023
12024 2002-03-12  Richard Henderson  <rth@redhat.com>
12025
12026         * Makefile.in (NOTPARALLEL): New.  Use it instead of explicit
12027         .NOTPARALLEL tag.
12028         (do-check): Rename from check.
12029         (check): Allow parallel check.
12030
12031 2002-03-12  Bob Wilson  <bob.wilson@acm.org>
12032
12033         * MAINTAINERS: Add myself as maintainer for xtensa port.
12034         Fix alphabetical order in CPU port maintainer list.
12035         Remove myself from Write After Approval list.
12036
12037 2002-03-11  Richard Henderson  <rth@redhat.com>
12038
12039         * Makefile.in (.NOTPARALLEL): Add fake tag.
12040
12041 2002-03-07  H.J. Lu  (hjl@gnu.org)
12042
12043         * configure.in: Enable gprof for mips*-*-linux*.
12044
12045 2002-03-05  Danny Smith  <dannysmith@users.sourceforge.net>
12046
12047         * MAINTAINERS (Write After Approval): Add myself.
12048
12049 2002-02-28  Alexandre Oliva  <aoliva@redhat.com>
12050
12051         * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12052         libjava.
12053         (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12054
12055 2002-02-23  Alexandre Oliva  <aoliva@redhat.com>
12056
12057         * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12058         because its Makefile is there; test for the executable instead.
12059
12060 2002-02-22  Alexandre Oliva  <aoliva@redhat.com>
12061
12062         * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12063         libstdc++-v3 and libjava.
12064
12065 2002-02-11  Adam Megacz  <adam@xwt.org>
12066
12067         * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12068         boehm-gc
12069
12070 2002-02-09  Alexandre Oliva  <aoliva@redhat.com>
12071
12072         * config.guess: Updated to 2002-01-30's version.
12073         * config.sub: Updated to 2002-02-01's version.
12074         Contribute sh64-elf.
12075         2000-12-01  Alexandre Oliva  <aoliva@redhat.com>
12076         * configure.in: Added sh64-*-*.
12077
12078 2002-02-08  Chris Demetriou  <cgd@broadcom.com>
12079
12080         * MAINTAINERS: Belatedly add myself to write after approval list.
12081
12082 Thu Feb  7 12:40:58 CET 2002  Jan Hubicka  <jh@suse.cz>
12083
12084         * MAINTAINERS: Put self in as maintainer for x86-64 port.
12085         Remove self as Write After Approval.
12086
12087 2002-01-31  Geoffrey Keating  <geoffk@redhat.com>
12088
12089         * MAINTAINERS: Put self in as maintainer for contrib/regression
12090         directory.
12091
12092 2002-01-28  Phil Edwards  <pme@gcc.gnu.org>
12093
12094         * MAINTAINERS:  Update my email address.
12095
12096 2002-01-26  Jason Thorpe  <thorpej@wasabisystems.com>
12097
12098         * configure.in (*-*-netbsd*): New.  Skip target-newlib,
12099         target-libiberty, and target-libgloss.  Skip Java-related
12100         libraries if not supported for NetBSD on target CPU.
12101
12102 2002-01-25  Douglas B Rupp  <rupp@gnat.com>
12103
12104         * install-sh: Use _inst.$$_ for temp file name.
12105
12106 2002-01-24  Jason Thorpe  <thorpej@wasabisystems.com>
12107
12108         * MAINTAINERS (Write After Approval): Move my contact info
12109         from here...
12110         (OS Port Maintainers): ...to here (netbsd).
12111
12112 2002-01-22  Bob Wilson  <bob.wilson@acm.org>
12113
12114         * MAINTAINERS (Write After Approval): Add myself.
12115
12116 2002-01-17  H.J. Lu  <hjl@gnu.org>
12117
12118         * Makefile.in (all-fastjar): Also depend on all-libiberty.
12119         (all-target-fastjar): Also depend on all-target-libiberty.
12120
12121 2002-01-16  H.J. Lu  (hjl@gnu.org)
12122
12123         * config.guess: Import from master sources, rev 1.225.
12124         * config.sub: Import from master sources, rev 1.238.
12125
12126 2002-01-16  Kazu Hirata  <kazu@hxi.com>
12127
12128         * MAINTAINERS (Write After Approval): Remove myself.
12129
12130 2001-12-19  Florian Weimer  <fw@deneb.enyo.de>
12131
12132         * MAINTAINERS (Write After Approval): Add myself.
12133
12134 2001-12-17  Joseph S. Myers  <jsm28@cam.ac.uk>
12135
12136         * MAINTAINERS: Add self as docs co-maintainer.
12137
12138 2001-12-11  Matthias Klose  <doko@debian.org>
12139
12140         * MAINTAINERS (Write After Approval): Add myself.
12141
12142 2001-12-09  Zack Weinberg  <zack@codesourcery.com>
12143
12144         * MAINTAINERS: Update my email address.
12145
12146 2001-12-07  Turly O'Connor  <turly@apple.com>
12147         * MAINTAINERS (Write After Approval): Add myself.
12148         * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12149         (rs6000_initialize_trampoline): Call __trampoline_setup for
12150         ABI_DARWIN too.
12151         * darwin-tramp.asm: New file, implements __trampoline_setup.
12152         * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12153
12154 2001-12-07  Paolo Carlini  <pcarlini@unitus.it>
12155
12156         * MAINTAINERS (Write After Approval): Add myself.
12157
12158 Wed Dec  5 07:33:45 2001  Douglas B. Rupp  <rupp@gnat.com>
12159
12160         * configure, configure.in: Use temp file for long sed commands.
12161
12162 2001-12-03  Laurent Guerby  <guerby@acm.org>
12163
12164         * config.sub: Update to version 1.232 on subversion.
12165
12166 2001-12-03  Ben Elliston  <bje@redhat.com>
12167
12168         * MAINTAINERS: Update mail address for config.* patches.
12169
12170 2001-11-27  DJ Delorie  <dj@redhat.com>
12171             Zack Weinberg  <zack@codesourcery.com>
12172
12173         When build != host, create libiberty for the build machine.
12174
12175         * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12176         CONFIG_ARGUMENTS.
12177         (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12178         New variables.
12179         (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12180         and rules.
12181         (all.normal): Depend on ALL_BUILD_MODULES.
12182         (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12183         (all-build-libiberty): Depend on configure-build-libiberty.
12184
12185         * configure: Calculate and substitute proper value for
12186         ALL_BUILD_MODULES.
12187         * configure.in: Create the build subdirectory.
12188         Calculate and substitute TARGET_CONFIGARGS (formerly
12189         CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12190
12191 2001-11-26  Ziemowit Laski  <zlaski@apple.com>
12192
12193         * MAINTAINERS (write-after-approval): Add self.
12194
12195 2001-11-17  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12196
12197         * MAINTAINERS (GNATS only accounts): Remove self.
12198
12199 2001-11-14  Hans-Peter Nilsson  <hp@bitrange.com>
12200
12201         * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12202         libf2c.
12203
12204 2001-11-12  Craig Rodrigues  <rodrigc@gcc.gnu.org>
12205
12206         * MAINTAINERS (Write After Approval): Add self.
12207
12208 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12209
12210         * MAINTAINERS: mips and s390 are also CPU ports.
12211
12212 2001-11-12  David O'Brien  <obrien@FreeBSD.org>
12213
12214         * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12215
12216 2001-11-11  David O'Brien  <obrien@FreeBSD.org>
12217
12218         * MAINTAINERS: Alphabetize.
12219
12220 2001-11-09  Kazu Hirata  <kazu@hxi.com>
12221
12222         * MAINTAINERS (Various maintainers: h8 port): Add myself.
12223
12224 2001-11-09  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12225
12226         * MAINTAINERS (Various maintainers: hppa port): Added myself.
12227
12228 2001-11-08  Phil Edwards  <pedwards@disaster.jaj.com>
12229
12230         * configure.in (--enable-languages): Be more permissive about
12231         syntax.  Check for empty lists better.  Warn about $LANGUAGES.
12232
12233 2001-11-08  Geoffrey Keating  <geoffk@redhat.com>
12234
12235         * config.sub: Import from master sources, rev. 1.230.
12236         * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12237
12238 2001-11-07  Laurent Guerby  <guerby@acm.org>
12239
12240         * MAINTAINERS (Write After Approval): Add self.
12241
12242 2001-11-06  Hans-Peter Nilsson  <hp@bitrange.com>
12243
12244         * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12245
12246 2001-11-05  Hans-Peter Nilsson  <hp@bitrange.com>
12247
12248         * config.sub: Import from master sources, rev 1.226.
12249         * config.guess: Import from master sources, rev 1.216.
12250
12251 2001-11-03  Hans-Peter Nilsson  <hp@bitrange.com>
12252
12253         * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12254         * MAINTAINERS: Add self as maintainer of MMIX port.
12255         Remove old after-approval entry.
12256
12257 2001-10-28  Joseph S. Myers  <jsm28@cam.ac.uk>
12258
12259         * ChangeLog, configure: Fix spelling errors.
12260
12261 2001-10-20  Brendan Kehoe  <brendan@zen.org>
12262
12263         * MAINTAINERS: Tweak my address.
12264
12265 Thu Oct 11 21:50:15 2001  J"orn Rennecke  <amylaar@onetel.net.uk>
12266
12267         * MAINTAINERS: Update my email address.
12268
12269 2001-10-11  Hans-Peter Nilsson  <hp@axis.com>
12270
12271         * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12272         * MAINTAINERS: Add self as maintainer of CRIS port.
12273
12274 2001-10-10  Geert Bosch  <bosch@gnat.com>
12275
12276         * MAINTAINERS (Various maintainers: Ada front end):
12277         Added Robert Dewar.
12278
12279 2001-10-03  David Billinghurst  <David.Billinghurst@riotinto.com>
12280
12281         * MAINTAINERS (Write After Approval): Added self
12282
12283 2001-10-02  Geert Bosch  <bosch@gnat.com>
12284
12285         * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12286
12287 2001-10-02  Joseph S. Myers  <jsm28@cam.ac.uk>
12288
12289         * configure: Handle temporary files securely using mkdir.
12290
12291 2001-09-29  Alexandre Oliva  <aoliva@redhat.com>
12292
12293         * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12294
12295 2001-09-26  Will Cohen  <wcohen@redhat.com>
12296
12297         * configure.in (*-*-linux*): Disable configuration of target-newlib
12298         and target-libgloss.
12299
12300 2001-09-26  Alexandre Oliva  <aoliva@redhat.com>
12301
12302         * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12303         RANLIB.
12304
12305 2001-09-21  Alexandre Oliva  <aoliva@redhat.com>
12306
12307         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12308         DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12309         RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12310         avoid quotes nesting problems.
12311         (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12312         (DO_X): Export only variables that are set.
12313
12314 2001-09-19  Ben Elliston  <bje@redhat.com>
12315
12316         * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12317         Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12318         semantics.  Use the shell built-in "type" command instead.
12319
12320 2001-08-31  Alexandre Oliva  <aoliva@redhat.com>
12321
12322         Merged from gcc-3_0-branch:
12323         2001-07-30  Jeff Sturm  <jsturm@one-pont.com>
12324         * ltcf-c.sh: Use $objext, not $ac_objext.
12325         2001-07-27  Mark Kettenis  <kettenis@gnu.org>
12326         * ltcf-cxx.sh: Add support for GNU.
12327         2001-07-22  Timothy Wall  <twall@redhat.com>
12328         * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64.  Preserve
12329         default settings if using GNU tools with that configuration.
12330         * ltcf-cxx.sh: Ditto.
12331         * ltcf-gcj.sh: Ditto.
12332         2001-07-21  Michael Chastain  <chastain@redhat.com>
12333         * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12334         HPUX 11.0 systems have trouble with 1MB.  Mark as gcc-local.
12335         * ltmain.sh: Mark as gcc-local.
12336
12337 2001-08-30  Eric Christopher  <echristo@redhat.com>
12338             Jason Eckhardt  <jle@redhat.com>
12339
12340         * config.guess: Merge from master sources.
12341         * config.sub: Merge from master sources, add support for mipsisa32.
12342
12343 2001-08-25  Geoffrey Keating  <geoffk@redhat.com>
12344         * config.sub: Merge from master sources, rev 1.219.
12345         * MAINTAINERS: Add self as contact for stormy16 port.
12346
12347 2001-08-14  Zack Weinberg  <zackw@panix.com>
12348
12349         * config.sub: Merge from master sources, rev 1.218.
12350         * config.guess: Merge from master sources, rev 1.209.
12351
12352 2001-08-11  Graham Stott  <grahams@redhat.com>
12353
12354         * Makefile.in (check-c++): Add missing semicolon.
12355
12356 Mon Jul 30 19:24:13 CEST 2001  Jan Hubicka  <jh@suse.cz>
12357
12358         * MAINTAINERS (Various maitainers: predict.def): Added myself.
12359
12360 2001-07-30  Eric Christopher  <echristo@redhat.com>
12361
12362         * MAINTAINERS (Various maintainers: mips port): Added myself.
12363
12364 2001-07-25  Andrew Haley  <aph@cambridge.redhat.com>
12365
12366         * configure.in (sh-*-linux*): New.
12367
12368 2001-07-27  Richard Henderson  <rth@redhat.com>
12369
12370         * .cvsignore: Add LAST_UPDATED.
12371
12372 2001-07-23  Ulrich Weigand  <uweigand@de.ibm.com>
12373
12374         * MAINTAINERS (Various maintainers: s390 port): Added myself.
12375
12376 2001-07-16  Aldy Hernandez  <aldyh@redhat.com>
12377
12378         * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12379
12380 Fri Jul 13 14:31:57 2001  Nicola Pero  <nicola@brainstorm.co.uk>
12381
12382         * MAINTAINERS (Write After Approval): Added myself.
12383
12384 2001-07-12  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
12385
12386         * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12387         and libgcj on m68hc11/m68hc12.
12388
12389 2001-06-27  H.J. Lu  (hjl@gnu.org)
12390
12391         * Makefile (CFLAGS_FOR_BUILD): New.
12392         (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12393
12394 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12395
12396         * README: Remove version number.
12397
12398 2001-06-13  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12399
12400         * INSTALL/README: Update wrt. to the installation instructions now
12401         residing in gcc/doc/install.texi.
12402
12403 2001-06-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12404
12405         * README: Replace with a cut-down and updated version of gcc/README.
12406
12407 2001-06-12  David Edelsohn  <edelsohn@gnu.org>
12408
12409         * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12410         multilibs to be disabled.
12411
12412 2001-06-11  Daniel Berlin  <dan@cgsoftware.com>
12413
12414         * MAINTAINERS (Write After Approval): Add myself.
12415
12416 2001-06-09  Alexandre Oliva  <aoliva@redhat.com>
12417
12418         * config.guess: Import CVS version 1.195.
12419         * config.sub: Import CVS version 1.212.
12420
12421 2001-06-08  Alexandre Oliva  <aoliva@redhat.com>, Jeff Sturm  <jsturm@one-point.com>
12422
12423         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12424         gcc/xgcc is built, use -print-prog-name to find out the program
12425         name to use.
12426
12427 2001-06-04  Phil Edwards  <pme@sources.redhat.com>
12428
12429         * config.guess:  Import CVS version 1.194.  All gcc-local changes
12430         appear to also be in the master copy.
12431         * config.sub:  Import CVS version 1.211.
12432
12433 Mon Jun  4 16:32:53 2001  Mark Mitchell  <mark@codesourcery.com>
12434
12435         * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12436         with_gcc]: Use `gcc -shared' to build a shared library.
12437
12438 Mon Jun  4 16:24:43 2001  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12439
12440         * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12441         archives.
12442
12443 Fri Jun  1 18:55:19 2001  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
12444
12445         * MAINTAINERS (Write After Approval): Add myself.
12446
12447 2001-06-01  Hans-Peter Nilsson  <hp@axis.com>
12448
12449         * configure.in (libstdcxx_flags): Do not try to execute
12450         libstdc++-v3/testsuite_flags until it exists.
12451
12452 2001-06-01  Alan Modra  <amodra@bigpond.net.au>
12453
12454         * MAINTAINERS: Update my email address.
12455
12456 2001-05-31  Graham Stott  <grahams@redhat.com>
12457
12458         * MAINTAINERS (Write After Approval): Add myself.
12459
12460 2001-05-28  Simon Patarin  <simon.patarin@inria.fr>
12461
12462         * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++  shared
12463         libraries when using g++ with native linker.
12464
12465 2001-05-28  Alexandre Oliva  <aoliva@redhat.com>
12466
12467         * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12468
12469 2001-05-22  Alexandre Oliva  <aoliva@redhat.com>
12470
12471         * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12472         [aix4*|aix5*]: Prepend blank.
12473
12474 2001-05-20  Alexandre Oliva  <aoliva@redhat.com>
12475
12476         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12477         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254.  Rebuilt a number
12478         of subdir/configure scripts to use the new libtool.m4.
12479
12480 2001-05-19  Matt Kraai  <kraai@alumni.carnegiemellon.edu>
12481
12482         * MAINTAINERS (Write After Approval): Add myself.
12483
12484 2001-05-18  Benjamin Kosnik  <bkoz@redhat.com>
12485
12486         * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12487
12488 2001-05-11  Ben Elliston  <bje@redhat.com>
12489
12490         * Makefile.in (all-sid): New target.
12491         (check-sid, clean-sid, install-sid): Likewise.
12492
12493 2001-05-09  Jeffrey Oldham  <oldham@codesourcery.com>
12494
12495         * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12496
12497 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12498
12499         * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12500         libgcj.
12501
12502 2001-05-03  Alexandre Oliva  <aoliva@redhat.com>
12503
12504         * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12505         gcc/xgcc is built, use -print-prog-name to find out the program
12506         name to use.
12507
12508 2001-04-26  Alexandre Oliva  <aoliva@redhat.com>
12509
12510         * configure.in (noconfigdirs): Don't reset it from scratch in the
12511         target case; only append to it.
12512
12513         * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12514         sparc-*-solaris2.8]: Disable ${libgcj}.
12515
12516 2001-04-25  Alexandre Oliva  <aoliva@redhat.com>
12517
12518         * configure.in (libgcj_saved): Copy from $libgcj.
12519         (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12520         --disable-libgcj.
12521
12522 2001-04-25  Gavin Romig-Koch  <gavin@redhat.com>
12523
12524         * MAINTAINERS: Remove self as MIPS maintainer and
12525         C front end maintainer.
12526
12527 Mon Apr 23 09:15:03 2001  Anthony Green  <green@redhat.com>
12528
12529         * configure.in: Move *-chorusos target case to the proper switch.
12530         Disable libgcj.
12531
12532 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12533
12534         * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12535         1.641.2.228.
12536
12537 2001-04-13  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
12538
12539         * Makefile.in (STAGE1_CFLAGS): Pass down.
12540
12541 2001-04-13  Alan Modra  <amodra@one.net.au>
12542
12543         * config.guess: Add hppa64-linux support.  Note for next import that
12544         this is already in the master file.
12545         * configure.in: Likewise.  Accept `parisc' alias for `hppa'.
12546
12547 2001-04-12  Alexandre Oliva  <aoliva@redhat.com>
12548
12549         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12550         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12551
12552 2001-04-11  Stan Shebs  <shebs@apple.com>
12553
12554         * MAINTAINERS: Add self as Darwin port maintainer.
12555
12556 2001-04-11  Alan Modra  <amodra@one.net.au>
12557
12558         * MAINTAINERS: Update my email address.
12559
12560 2001-04-10  Loren J. Rittle  <ljrittle@acm.org>
12561
12562         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12563         recent versions of FreeBSD (release 3 or later).
12564         * ltconfig: On FreeBSD, -lc must not be provided when building
12565         a shared library or else the standard -pthread gcc option is
12566         rendered worthless to later users of the built library.
12567
12568 2001-04-06  Joseph S. Myers  <jsm28@cam.ac.uk>
12569
12570         * MAINTAINERS: Add self and RTH as C front end maintainers.
12571
12572 2001-04-05  Alexandre Oliva  <aoliva@redhat.com>
12573
12574         * config.sub: Make sure to match an already-canonicalized
12575         machine name (eg. mn10300-unknown-elf).
12576
12577 2001-04-01  Alexandre Oliva  <aoliva@redhat.com>
12578
12579         * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12580         New macros.
12581         (bootstrap, cross): Use RECURSE_FLAGS.
12582         * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12583
12584 2001-03-27  Alexandre Oliva  <aoliva@redhat.com>
12585
12586         * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12587
12588 2001-03-22  Colin Howell  <chowell@redhat.com>
12589
12590         * Makefile.in (DO_X): Do not backslash single-quotes in
12591         backquotes (two places).
12592
12593 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12594
12595         Re-installed:
12596         2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12597         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12598         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12599         * ltcf-cxx.sh: Likewise.
12600         * ltcf-gcj.sh: Likewise.
12601
12602 2001-03-22  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
12603
12604         * MAINTAINERS: Add myself as "documentation co-maintainer".
12605
12606 2001-03-22  Alexandre Oliva  <aoliva@redhat.com>
12607
12608         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12609         ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12610
12611 2001-03-19  Tom Tromey  <tromey@redhat.com>
12612
12613         * config-ml.in: Handle GCJ and GCJFLAGS.
12614
12615 2001-03-21  Michael Chastain  <chastain@redhat.com>
12616
12617         * Makefile.in: all-m4 depends on all-texinfo.
12618
12619 2001-03-20  Loren J. Rittle  <ljrittle@acm.org>
12620
12621         * MAINTAINERS: Add myself to write after approval list.
12622
12623 2001-03-18  Laurynas Biveinis  <lauras@softhome.net>
12624
12625         * Makefile.in (DO_X): Quote nested quotes.
12626
12627 2001-03-18  Alan Modra  <alan@linuxcare.com.au>
12628
12629         * MAINTAINERS: Add myself to write after approval list.
12630
12631 2001-03-15  Laurynas Biveinis  <lauras@softhome.net>
12632
12633         * Makefile.in (DO_X): Use double quotes for quoting
12634         "RANLIB=$${RANLIB}".
12635
12636 2001-03-10  Ovidiu Predescu  <ovidiu@cup.hp.com>
12637
12638         * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12639
12640 2001-03-09  Nicola Pero  <n.pero@mi.flashnet.it>
12641
12642         * configure.in: Only use `lang_requires' for languages athat are
12643         actually enabled.
12644
12645 2001-03-08  Phil Edwards  <pme@sources.redhat.com>
12646
12647         * MAINTAINERS (C++ runtime libs):  Update and alphabatize.
12648
12649 2001-03-08  Alexandre Oliva  <aoliva@redhat.com>
12650
12651         * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12652
12653 2001-03-07  Tom Tromey  <tromey@redhat.com>
12654
12655         * configure.in: Allow config-lang.in to set `lang_requires' to list
12656         of other required languages.
12657
12658 2001-03-06  Laurynas Biveinis  <lauras@softhome.net>
12659
12660         * Makefile.in: Remove RANLIB definition. Use RANLIB
12661         in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12662         EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12663
12664 2001-02-28  Benjamin Kosnik  <bkoz@redhat.com>
12665             Alexandre Oliva  <aoliva@redhat.com>
12666
12667         * Makefile.in (check-c++): Use tabs, not spaces.
12668
12669 2001-02-20  Laurynas Biveinis  <lauras@softhome.net>
12670
12671         * MAINTAINERS: add myself to Write After Approval list.
12672
12673 2001-02-19  Benjamin Kosnik  <bkoz@redhat.com>
12674
12675         * Makefile.in (check-c++): New rule.
12676
12677         * configure.in (target_libs): Remove libg++.
12678         (noconfigdirs): Remove libg++.
12679         (noconfigdirs): Same.
12680         (noconfigdirs): Same.
12681         (noconfigdirs): Same.
12682
12683         * config-ml.in: Remove libg++ references.
12684
12685         * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12686         (ALL_TARGET_MODULES): Same.
12687         (configure-target-libg++): Remove.
12688         (all-target-libg++): Remove.
12689         (configure-target-libio): Remove.
12690         (all-target-libio): Remove.
12691         (check-target-libio): Remove.
12692         (.PHONY): Remove.
12693         (libg++.tar.bz2): Remove.
12694         (all-target-cygmon): Remove libio.
12695         (all-target-libstdc++): Remove.
12696         (configure-target-libstdc++): Remove.
12697         (TARGET_LIB_PATH): Remove libstdc++.
12698         (ALL_GCC_CXX): Remove libstdc++.
12699         (all-target-gperf): Correct.
12700
12701 2001-02-16  Nick Clifton  <nickc@redhat.com>
12702
12703         * configure.in (noconfigdirs): Allow configuration of texinfo
12704         for Cygwin hosts.
12705
12706 2001-02-15  Anthony Green  <green@redhat.com>
12707
12708         * configure: Introduce GCJ_FOR_TARGET.
12709         * configure.in: Ditto.
12710         * Makefile.in: Ditto.
12711
12712 2001-02-13  Andreas Schwab  <schwab@suse.de>
12713
12714         * MAINTAINERS: Update mail address.
12715
12716 2001-02-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12717
12718         * config.guess: Add linux target for S/390.
12719         * config.sub: Likewise.
12720
12721 2001-02-08  Chandrakala Chavva  <cchavva@redhat.com>
12722
12723         * configure.in: for *-chorusos, don't config target-newlib and
12724         target-libgloss.
12725
12726 2001-02-06  Ben Elliston  <bje@redhat.com>
12727
12728         * configure: Output host type to stdout, not stderr.
12729
12730 2001-02-05  Mark Mitchell  <mark@codesourcery.com>
12731
12732         * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12733         * ltcf-cxx.sh: Likewise.
12734
12735         * config.if: Assume enable_libstdcxx_v3 is defined.
12736
12737 2001-02-04  Mark Mitchell  <mark@codesourcery.com>
12738
12739         Remove V2 C++ library.
12740         * configure.in: Remove --enable-libstdcxx_v3 support.
12741
12742 2001-01-31  Bryce McKinlay  <bryce@albatross.co.nz>
12743
12744         * include/demangle.h: Add prototype for java_demangle_v3.
12745
12746 2001-01-29  Phil Edwards  <pme@sources.redhat.com>
12747
12748         * COPYING.LIB:  Update to LGPL 2.1 from the FSF.
12749
12750 2001-01-27  Richard Henderson  <rth@redhat.com>
12751
12752         * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
12753
12754 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12755
12756         * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
12757         Don't unset, it's non-portable and no longer necessary, set to empty
12758         instead.
12759
12760 2001-01-27  Michael Sokolov  <msokolov@ivan.Harhan.ORG>,  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
12761
12762         * ltconfig: Shell portability fix for the tagname validity check.
12763
12764 2001-01-27  Alexandre Oliva  <aoliva@redhat.com>
12765
12766         * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
12767         * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
12768
12769 2001-01-26  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12770
12771         * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
12772
12773 2001-01-26  Tom Tromey  <tromey@redhat.com>
12774
12775         * configure.in: Allow libgcj to be built on Sparc Solaris.
12776
12777 2001-01-25  David Edelsohn  <edelsohn@gnu.org>
12778
12779         * ltcf-c.sh: Add aix5 case.
12780         * ltcf-cxx.sh: Likewise.
12781         * ltconfig: Likewise.
12782
12783 2001-01-24  Alexandre Oliva  <aoliva@redhat.com>
12784
12785         * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
12786         keep at least one of build_libtool_libs or build_old_libs set to
12787         yes.
12788
12789         * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
12790         * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
12791
12792 2001-01-23  Bryce McKinlay  <bryce@albatross.co.nz>
12793
12794         * configure.in: Enable libgcj on several additional platforms.
12795
12796 2001-01-22  Bryce McKinlay  <bryce@albatross.co.nz>
12797
12798         * configure.in: Enable libgcj for linux targets.
12799
12800 2001-01-20  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
12801
12802         * MAINTAINERS (Write After Approval): Add myself.
12803
12804 2001-01-15  John David Anglin  <dave@hiauly1.hia.nrc.ca>
12805
12806         * MAINTAINERS: Add myself as vax port maintainer.
12807
12808 2001-01-11  Fergus Henderson  <fjh@cs.mu.oz.au>
12809
12810         * MAINTAINERS: Add myself as Mercury front-end maintainer.
12811
12812 2001-01-09  Mike Stump  <mrs@wrs.com>
12813
12814         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
12815         failures of subdirectories.
12816
12817 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12818
12819         * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP.  Do not add
12820         '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12821         * ltcf-cxx.sh: Likewise.
12822         * ltcf-gcj.sh: Likewise.
12823         * ltconfig.sh: Fix typo.
12824
12825 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12826
12827         * configure: handle DOS-style absolute paths.
12828
12829 2001-01-02  Laurynas Biveinis  <lauras@softhome.net>
12830
12831         * configure.in: remove supported directories from $noconfigdirs for DJGPP.
12832
12833 2000-12-30  Marek Michalkiewicz  <marekm@linux.org.pl>
12834
12835         * MAINTAINERS: Add myself as avr port co-maintainer.
12836
12837 2000-12-28  Ben Elliston  <bje@redhat.com>
12838
12839         * MAINTAINERS: Add myself under ``Write After Approval''.
12840
12841 2000-12-19  Joseph S. Myers  <jsm28@cam.ac.uk>
12842
12843         * texinfo: Remove directory from GCC.
12844
12845 2000-12-18  Joseph S. Myers  <jsm28@cam.ac.uk>
12846
12847         * COPYING: Update to current
12848         ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
12849         to 19yy as example year in copyright notice).
12850
12851 2000-12-18  Benjamin Kosnik  <bkoz@redhat.com>
12852
12853         * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
12854         (libstdcxx_incdir): Pass down.
12855         * config.if: Remove expired bits for cxx_interface, add stub.
12856         (libstdcxx_incdir): Add variable for g++ include directory.
12857         * configure.in (gxx_include_dir): Use it.
12858
12859 2000-12-18  Alexandre Oliva  <aoliva@redhat.com>
12860
12861         * MAINTAINERS: Added self as sh port co-maintainer.  Removed entry
12862         with old-email address from ``Write After Approval''.
12863
12864 2000-12-15  Andreas Jaeger  <aj@suse.de>
12865
12866         * configure.in: Handle lang_dirs.
12867
12868 2000-12-14  Tom Tromey  <tromey@redhat.com>
12869
12870         * MAINTAINERS: Removed brads.
12871
12872         * MAINTAINERS: Added gcj developers.
12873
12874 2000-12-13  Anthony Green  <green@redhat.com>
12875
12876         * configure.in: Disable libgcj for any target not specifically
12877         listed.  Disable libgcj for x86 and Alpha Linux until compatible
12878         with g++ abi.
12879
12880 2000-12-13  Mike Stump  <mrs@wrs.com>
12881
12882         * Makefile.in (local-distclean): Also remove fastjar.
12883
12884 2000-12-12  Rodney Brown  <RodneyBrown@mynd.com>
12885
12886         * contrib/gcc_update: Add fastjar --touch entries.
12887
12888 2000-12-12  Alexandre Oliva  <aoliva@redhat.com>
12889
12890         * configure.in: Disable language-specific target libraries for
12891         languages that aren't enabled.
12892
12893 2000-12-10  Anthony Green  <green@redhat.com>
12894
12895         * configure.in: Define libgcj.  Disable libgcj target libraries for
12896         most targets.
12897
12898 2000-12-10  Neil Booth  <neilb@earthling.net>
12899
12900         * MAINTAINERS: Update mail address, remove from WAA list.
12901
12902 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12903
12904         * libjava: Imported from /cvs/java.
12905         * libffi: Likewise.
12906         * Boehm-gc: Likewise.
12907
12908 2000-12-09  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12909
12910         * configure.in (target_libs): Revert 2000-12-08 patch.
12911         (noconfigdirs): Added target-libjava.
12912
12913 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12914
12915         * djunpack.bat: removed.
12916
12917 2000-12-09  Laurynas Biveinis  <lauras@softhome.net>
12918
12919         * Makefile.in: handle DOS-style absolute paths.
12920         * config-ml.in: likewise.
12921         * symlink-tree: likewise.
12922
12923 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12924
12925         * fastjar: Imported.
12926
12927 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12928
12929         * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
12930         libjava.
12931         * configure.in (target_libs): Removed `target-libjava'.
12932
12933 2000-12-08  Alexandre Petit-Bianco  <apbianco@cygnus.com>
12934
12935         * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
12936         (ALL_MODULES): Added fastjar.
12937         (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
12938         (all-target-libjava): all-fastjar replaces all-zip.
12939         (all-fastjar): Added.
12940         (configure-target-fastjar, all-target-fastjar): Likewise.
12941         * configure.in (host_tools): Added fastjar.
12942
12943 2000-12-07  Mike Stump  <mrs@wrs.com>
12944
12945         * Makefile.in (local-distclean): Remove leftover built files.
12946
12947 2000-11-24  Nick Clifton  <nickc@redhat.com>
12948
12949         * configure.in (xscale-elf): Add target.
12950         (xscale-coff): Add target.
12951
12952 2000-11-22  Loren J. Rittle  <ljrittle@acm.org>
12953
12954         * ltcf-cxx.sh: Support creation of C++ shared libraries on
12955         recent versions of FreeBSD (release 3 or later).
12956         * ltconfig: On FreeBSD, -lc must not be provided when building
12957         a shared library or else the standard -pthread gcc option is
12958         rendered worthless to later users of the built library.
12959
12960 2000-11-16  Fred Fish  <fnf@be.com>
12961
12962         * configure.in (enable_libstdcxx_v3): Fix typo,
12963         libstd++ -> libstdc++.
12964
12965 2000-11-21  Kriang Lerdsuwanakij  <lerdsuwa@users.sourceforge.net>
12966
12967         * MAINTAINERS: Add self to Write After Approval list.
12968
12969 2000-11-21  Bernd Schmidt  <bernds@redhat.com>
12970
12971         * MAINTAINERS: Update my email address.  Add myself to global write
12972         privs list.
12973
12974 2000-11-18  Alexandre Oliva  <aoliva@redhat.com>
12975
12976         * Makefile.in: Merge with src and libgcj.
12977         (ALL_GCC_C, ALL_GCC_CXX): New macros.  Use them as dependencies of
12978         configure-target-<library> when their configure scripts need the C
12979         or C++ library to have already been built to work properly.
12980         (do_proto_toplev): Set them to an empty string.
12981
12982         * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
12983         (REALLY_SET_LIB_PATH): Use them.
12984
12985 2000-11-17  Stan Shebs  <shebs@apple.com>
12986
12987         * MAINTAINERS: Add self to Write After Approval list.
12988
12989 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12990
12991         * configure: Provide the original toplevel configure arguments
12992         (including $0) to subprocesses in the environment rather than
12993         through gcc/configargs.h.
12994
12995 2000-11-13  Joseph S. Myers  <jsm28@cam.ac.uk>
12996
12997         * MAINTAINERS: Remove references to cccp. Change C9X reference to
12998         C99.  Alphabetise "Write After Approval" list.
12999
13000 2000-11-12  Mark Mitchell  <mark@codesourcery.com>
13001
13002         * configure: Turn on libstdc++ V3 by default.
13003
13004         * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13005         if we've got GCC.
13006
13007 2000-11-11  Philip Blundell  <philb@gnu.org>
13008
13009         * MAINTAINERS: Add self to Write After Approval list.
13010
13011 2000-11-09  David Edelsohn  <edelsohn@gnu.org>
13012
13013         * ltcf-c.sh (aix4): Improve shared library configuration; require
13014         exporting symbols.
13015         * ltcf-cxx.sh (aix4): Define.
13016         * ltconfig (aix4): Define library and soname specs appropriate for
13017         AIX.  Define command to create export symbols list.
13018
13019 Mon Nov  6 14:19:35 2000  Christopher Faylor  <cgf@cygnus.com>
13020
13021         * config.sub: Add support for Sun Chorus
13022
13023 2000-10-31  Nick Clifton  <nickc@redhat.com>
13024
13025         * MAINTAINERS: Rename <name>@cygnus.com addresses to
13026         <name>@redhat.com.  Also installed new email address for Clint
13027         Popetz.
13028
13029 2000-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
13030
13031         * etc: Remove directory from GCC.
13032
13033 2000-10-16  Michael Meissner  <meissner@redhat.com>
13034
13035         * configure (gcc/configargs.h): Only create if there is a build GCC
13036         directory created.
13037
13038 2000-10-16  Matthias Klose  <doko@debian.org>
13039
13040         * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13041         when configured for libstdc++-v3.
13042
13043 2000-10-05  Phil Edwards  <pme@gcc.gnu.org>
13044
13045         * configure: Save configure arguments to gcc/configargs.h.
13046
13047 2000-10-04  Philipp Thomas  <pthomas@suse.de>
13048
13049         * config.guess: Import CVS version 1.157.
13050         * config.sub: Import CVS version 1.181.
13051
13052 2000-10-04  Andris Pavenis  <pavenis@latnet.lv>
13053
13054         * Makefile.in (bootstrap): avoid recursion if subdir missing
13055         (cross): ditto
13056         (do-proto-toplev): ditto
13057
13058 2000-09-30  Alexandre Oliva  <aoliva@redhat.com>
13059
13060         * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13061         ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13062
13063         * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13064         multi-language branch, to work around Solaris' /bin/sh bug.  Rebuilt
13065         all affected `configure' scripts.
13066
13067 Mon 25-Sep-2000 19:46:09 BST  Neil Booth  <neilb@earthling.net>
13068
13069         * MAINTAINERS: Add self as cpplib co-maintainer.
13070
13071 2000-09-24  Aldy Hernandez  <aldyh@redhat.com>
13072
13073         * MAINTAINERS: Add self to Write After Approval list.
13074
13075 2000-09-18  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
13076
13077         * INSTALL/README: egcs -> GCC update.
13078
13079 Sun Sep 17 16:55:59 CEST 2000  Marc Espie  <espie@cvs.openbsd.org>
13080
13081         * MAINTAINERS: Add myself to Write After Approval list.
13082
13083 2000-09-15  Kazu Hirata  <kazu@hxi.com>
13084
13085         * MAINTAINERS: Add myself to Write After Approval list.
13086
13087 Wed Sep 13 11:11:29 2000  Jeffrey A Law  (law@cygnus.com)
13088
13089         * configure.in: Do not build byacc for hppa64.  Provide paths to the
13090         X11 libraries for hppa64.
13091
13092 2000-09-08  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
13093
13094         * MAINTAINERS: Add myself as 68hc11 port maintainer.
13095
13096 2000-09-06  Alexandre Oliva  <aoliva@redhat.com>
13097
13098         * Makefile.in (all-zlib): Added dummy target.
13099
13100         * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13101         ltcf-gcj.sh: Updated from libtool multi-language branch.
13102
13103 2000-09-05  Alexandre Oliva  <aoliva@redhat.com>
13104
13105         * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13106         (bootstrap*): Depend on all-bootstrap.
13107
13108 2000-09-05  Philipp Thomas  <pthomas@suse.de>
13109
13110         * config.guess: Import CVS version 1.156.
13111         * config.sub: Import CVS version 1.179.
13112
13113 2000-09-02  Anthony Green  <green@cygnus.com>
13114
13115         * Makefile.in (all-gcc): Depend on all-zlib.
13116         (CLEAN_MODULES): Add clean-zlib.
13117         (ALL_MODULES): Add all-zlib.
13118         * configure.in (host_libs): Add zlib.
13119
13120 2000-09-02  Alexandre Oliva  <aoliva@redhat.com>, DJ Delorie  <dj@redhat.com>
13121
13122         * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13123         crosses, but add gcc/include to the header search path for them.
13124
13125 2000-08-04  David E. O'Brien  <obrien@FreeBSD.org>
13126
13127         * MAINTAINERS: Add self to Write After Approval list.
13128
13129 2000-08-27  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
13130
13131         * config.guess: Import CVS version 1.152.
13132         * config.sub: Import CVS version 1.177.
13133
13134 2000-08-25  Alexandre Oliva  <aoliva@redhat.com>
13135
13136         * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13137         $targargs to tell whether newlib is going to be built.
13138
13139         * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13140         $$r/TARGET_SUBDIR/libio for _G_config.h.
13141
13142 2000-08-23  Alexandre Oliva  <aoliva@redhat.com>
13143
13144         * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13145
13146 2000-08-22  DJ Delorie  <dj@redhat.com>
13147
13148         * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13149
13150 2000-08-22  Alexandre Oliva  <aoliva@redhat.com>
13151
13152         * config-ml.in (CC, CXX): Avoid trailing whitespace.
13153         (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13154         sub-configures.
13155
13156 2000-08-21  DJ Delorie  <dj@redhat.com>
13157
13158         * MAINTAINERS: Add self as a libiberty maintainer
13159
13160 2000-08-16  Alexandre Oliva  <aoliva@redhat.com>
13161
13162         * configure.in (libstdcxx_flags): Use
13163         libstdc++-v3/src/libstdc++.INC.
13164
13165 2000-08-15  Alexandre Oliva  <aoliva@redhat.com>
13166
13167         * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13168
13169 2000-08-14  Zack Weinberg  <zack@wolery.cumb.org>
13170
13171         * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13172
13173         * configure: Make enable_threads and enable_shared defaults
13174         explicit.  Substitute enable_threads into generated Makefiles.
13175         * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13176         * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13177
13178 2000-08-13  Geoff Keating  <geoffk@cygnus.com>
13179
13180         * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13181
13182 2000-08-12  Alexandre Oliva  <aoliva@redhat.com>
13183
13184         * config-ml.in (CC): Remove bogus duplicate quotation mark from
13185         previous delta.
13186
13187 2000-08-11  Jason Merrill  <jason@redhat.com>
13188
13189         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13190         CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13191         (FLAGS_FOR_TARGET): Not here.
13192         (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13193
13194 2000-08-11  Alexandre Oliva  <aoliva@redhat.com>
13195
13196         * config-ml.in (CC, CXX): Don't introduce a leading space.
13197
13198 2000-08-07  DJ Delorie  <dj@delorie.com>
13199
13200         * MAINTAINERS: Add self as a DJGPP maintainer
13201
13202 2000-08-07  DJ Delorie  <dj@redhat.com>
13203
13204         * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13205         "if we're also building gcc, and it's a gcc that will run on the
13206         build machine, we want to use its includes instead of the system's
13207         default includes".
13208
13209 2000-08-04  Joseph S. Myers  <jsm28@cam.ac.uk>
13210
13211         * MAINTAINERS: Add self to Write After Approval list.
13212
13213 2000-08-03  Alexandre Oliva  <aoliva@redhat.com>
13214
13215         * configure.in (libstdcxx_flags): Don't use `"'.
13216
13217         * config-ml.in: Adjust multilib search paths to the
13218         appropriate multilib tree.
13219
13220 2000-08-02  Alexandre Oliva  <aoliva@redhat.com>
13221
13222         * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13223         commas in $LANGUAGES.
13224
13225 2000-08-02  Manfred Hollstein  <manfredh@redhat.com>
13226
13227         * configure.in: Re-enable all references to libg++ and librx.
13228
13229 2000-08-01  Alexandre Oliva  <aoliva@redhat.com>
13230
13231         * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13232         * ltcf-c.sh (need_lc): Fix test message.  Set wl for archive_cmds.
13233         (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13234         * ltcf-cxx.sh (need_lc): Set based on postdeps.
13235
13236         * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13237
13238 2000-07-31  Alexandre Oliva  <aoliva@redhat.com>
13239
13240         * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13241         CXX_FOR_TARGET for sed.
13242
13243 2000-07-30  Alexandre Oliva  <aoliva@redhat.com>
13244
13245         * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13246         Do not override if already set in the environment or in configure.
13247         Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13248         (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13249
13250 2000-07-28  Alexandre Oliva  <aoliva@redhat.com>
13251
13252         * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13253         the libtool CVS tree multi-language branch.
13254         * ltconfig, ltmain.sh: Updated.
13255
13256 2000-07-27  Alexandre Oliva  <aoliva@redhat.com>
13257
13258         * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13259         (clean-target): Depend on it.
13260
13261         * Makefile.in (FLAGS_FOR_TARGET): New macro.
13262         (GCC_FOR_TARGET): Use it.
13263         (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13264         * configure.in: ... here.
13265         (FLAGS_FOR_TARGET): Define.  Add ld build dir to -L path.
13266         (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13267
13268 2000-07-24  Eric Christopher  <echristo@cygnus.com>
13269
13270         * MAINTAINERS: Add self to Write After Approval list.
13271
13272 2000-07-24  Alexandre Oliva  <aoliva@redhat.com>
13273
13274         * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13275         (configure-target-libchill, configure-target-libobjc): Likewise.
13276
13277         * configure.in: Use the same cache file for all target libs.
13278         * config-ml.in: But different cache files per multilib variant.
13279
13280 2000-07-23  Michael Sokolov  <msokolov@ivan.Harhan.ORG>
13281
13282         * configure (topsrcdir): Don't use dirname.
13283
13284 2000-07-22  Jeffrey Oldham  <oldham@codesourcery.com>
13285
13286         * MAINTAINERS: Add self to Write After Approval list.
13287
13288 2000-07-20  Jason Merrill  <jason@redhat.com>
13289
13290         * configure.in: Remove all references to libg++ and librx.
13291
13292         * configure, configure.in, Makefile.in: Unify gcc and binutils.
13293
13294 2000-07-20  Hans-Peter Nilsson  <hp@axis.com>
13295
13296         * config.sub: Update to subversions version 2000-07-06.
13297
13298 2000-07-12  Andrew Haley  <aph@cygnus.com>
13299
13300         * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13301         (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13302
13303 2000-07-07  Phil Edwards  <pme@sourceware.cygnus.com>
13304
13305         * symlink-tree:  Check number of arguments.
13306
13307 2000-07-05  Jim Wilson  <wilson@cygnus.com>
13308
13309         * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13310         search path for a g++ extracted from the build tree.  This
13311         will allow link tests run by configure scripts in
13312         subdirectories to succeed.
13313
13314 2000-07-01  Koundinya K  <kk@ddeorg.soft.net>
13315
13316         * ltconfig: Add support for mips-dde-sysv4.2MP
13317
13318 2000-06-29  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
13319
13320         * MAINTAINERS: Add myself as loop discovery maintainer.
13321
13322 2000-06-28  Corinna Vinschen  <vinschen@cygnus.com>
13323
13324         * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13325         `os2'. Force ac_cv_exeext to be ".exe" in that case.
13326
13327 2000-06-19  Timothy Wall  <twall@cygnus.com>
13328
13329         * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13330         * config.sub: Add tic54x target.
13331
13332 Sun Jun 11 17:20:00 MET 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13333
13334         * MAINTAINERS: Add self as Fortran maintainer,
13335         remove Craig Burley.
13336
13337 Tue May 30 19:01:12 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13338
13339         * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13340         * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13341
13342 Mon May 29 21:15:00 MET 2000  Philipp Thomas  <pthomas@suse.de>
13343
13344         * MAINTAINERS: Add self as i18n maintainer
13345
13346 20000-05-21  H.J. Lu  (hjl@gnu.org)
13347
13348         * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13349         directory are used if they exist. Make sure
13350         $(build_tooldir)/include is searched for header files,
13351         $(build_tooldir)/lib/ for library files.
13352         (GCC_FOR_TARGET): Likewise.
13353         (CXX_FOR_TARGET): Likewise.
13354
13355 Thu May 18 10:58:13 2000  Jeffrey A Law  (law@cygnus.com)
13356
13357         * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13358
13359 Wed May 17 16:03:48 2000  Alexandre Oliva  <aoliva@cygnus.com>
13360
13361         * Makefile.in (configure-target-libiberty): Depend on
13362         configure-target-newlib.
13363
13364 2000-05-16  Alexandre Oliva  <aoliva@cygnus.com>
13365
13366         * configure.in, Makefile.in: Merge all libffi-related
13367         configury stuff from the libgcj tree.
13368
13369 Tue May 16 10:06:21 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13370
13371         Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13372         * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13373
13374 Tue May 16 09:57:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13375
13376         Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13377         * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13378         current version information.  Add to proto-toplev directory.
13379         (gdb-taz): Build do-djunpack.
13380
13381 2000-05-15  David Edelsohn  <edelsohn@gnu.org>
13382
13383         * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13384
13385 Mon May 15 13:39:09 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13386
13387         * MAINTAINERS: Add self to Write After Approval list.
13388
13389 2000-05-13 Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13390
13391         * ltmain.sh: Preserve in relink_command any environment
13392         variables that may affect the linker behavior.
13393
13394 Fri May 12 11:23:17 2000  Jeffrey A Law  (law@cygnus.com)
13395
13396         * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13397
13398 Wed May 10 21:26:51 2000  Jim Wilson  <wilson@cygnus.com>
13399
13400         * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13401
13402 2000-05-08  Eli Zaretskii  <eliz@is.elta.co.il>
13403
13404         * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13405         with the version name.
13406
13407 Sat May  6 21:12:55 CDT 2000  Jason Eckhardt  <jle@cygnus.com>
13408
13409         * MAINTAINERS: Add self as bb-reorder maintainer.
13410
13411 2000-05-01  Benjamin Kosnik  <bkoz@cygnus.com>
13412
13413         * config.if: Tweak.
13414
13415 2000-04-23  Eli Zaretskii  <eliz@is.elta.co.il>
13416
13417         * djunpack.bat: New file.
13418
13419 Wed Apr 19 12:46:26 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13420
13421         * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13422         gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13423         dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13424         insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13425
13426 2000-04-16  Dave Pitts  <dpitts@cozx.com>
13427
13428         * config.sub (case $basic_machine): Change default for "ibm-*"
13429         to "openedition".
13430
13431 2000-04-13  Andreas Jaeger  <aj@suse.de>
13432
13433         * MAINTAINERS: Added myself.
13434
13435 Wed Apr 12 16:42:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13436
13437         * Makefile.in (gdb-taz): New target.  GDB specific archive.
13438         (do-md5sum): New target.
13439         (MD5PROG): Define.
13440         (PACKAGE): Default to TOOL.
13441         (VER): Default to a shell script.
13442         (taz): Rewrite target.  Move real work to do-proto-toplev.  Include
13443         md5 checksum generation.
13444         (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13445         (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13446         (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13447         insight.tar.bz2): Use gdb-taz to create archive.
13448
13449 Fri Apr  7 18:10:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13450
13451         * configure (warn_cflags): Delete.
13452
13453 Thu Apr  6 16:15:14 2000  Philippe De Muyter  <phdm@macqel.be>
13454
13455         * MAINTAINERS: Added myself.
13456
13457 2000-04-05  Benjamin Kosnik  <bkoz@cygnus.com>
13458             Martin v. Löwis  <martin@loewis.home.cs.tu-berlin.de>
13459
13460         * configure.in (enable_libstdcxx_v3): Add.
13461         (target_libs): Add bits here to switch between libstdc++-v2 and
13462         libstdc++-v3.
13463         * config.if: And this file too.
13464         * Makefile.in: Add libstdc++-v3 targets.
13465
13466 2000-04-05  Michael Meissner  <meissner@redhat.com>
13467
13468         * config.sub (d30v): Add d30v as a basic machine type.
13469
13470 2000-03-29  Jason Merrill  <jason@casey.cygnus.com>
13471
13472         * configure.in: -linux-gnu*, not -linux-gnu.
13473
13474 Sun Mar 12 17:30:30 2000  Toon Moene  <toon@moene.indiv.nluug.nl>
13475
13476         * MAINTAINERS: Add self in write-after-approval section.
13477
13478 Sun Mar 12 00:23:32 2000  Jim Wilson  <wilson@cygnus.com>
13479
13480         * MAINTAINERS: Add self as ia64 port maintainer.
13481
13482 2000-03-08  Neil Booth  <NeilB@earthling.net>
13483
13484         * MAINTAINERS: Add self in write-after-approval section.
13485
13486 Fri Mar  3 18:44:08 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13487
13488         * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13489         (do-tar-bz2): Replace TOOL with PACKAGE.
13490         (gdb.tar.bz2): Remove GDBTK from GDB package.
13491         (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13492         dejagnu.tar.bz2): New packages.
13493
13494 2000-02-27  Andreas Jaeger  <aj@suse.de>
13495
13496         * configure.in: Add entry for mips*-*-linux*, move catch all
13497         *-*-*linux* entry below this one.
13498
13499 2000-02-27  Ian Lance Taylor  <ian@zembu.com>
13500
13501         * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13502
13503 2000-02-24  Nick Clifton  <nickc@cygnus.com>
13504
13505         * config.sub: Support an OS of "wince".
13506
13507 Thu Feb 24 16:15:56 2000  Andrew Cagney  <cagney@b1.cygnus.com>
13508
13509         * config.guess, config.sub: Updated to match config's 2000-02-15
13510         version.
13511
13512 2000-02-23  Linas Vepstas  <linas@linas.org>
13513
13514         * config.sub: Add support for Linux/IBM 370.
13515         * configure.in: Likewise.
13516
13517 2000-02-22  Nick Clifton  <nickc@cygnus.com>
13518
13519         * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13520
13521 2000-02-20  Christopher Faylor  <cgf@cygnus.com>
13522
13523         * config.guess: Guess "cygwin" rather than "cygwin32".
13524
13525 2000-02-16  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13526
13527         * configure (gcc_version): When setting, narrow search to
13528         lines containing `version_string'.
13529
13530 2000-02-15  Denis Chertykov  <denisc@overta.ru>
13531
13532         * config.sub: Add support for avr target.
13533
13534 2000-02-14  Nick Clifton  <nickc@cygnus.com>
13535
13536         * MAINTAINERS: Add maintainers for MCore port.
13537
13538 Tue Feb  1 00:07:46 2000  Hans-Peter Nilsson  <hp@bitrange.com>
13539
13540         * config.sub: Add mmix-knuth-mmixware.
13541
13542 2000-01-31  Kaveh R. Ghazi  <ghazi@caip.rutgers.edu>
13543
13544         * MAINTAINERS: Pair cccp with cpplib maintainership.
13545
13546 2000-01-27  Christopher Faylor  <cgf@redhat.com>
13547
13548         * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13549         structure stuff to -L library search.
13550         (CXX_FOR_TARGET): Ditto.
13551         (CROSS_CHECK_MODULES): Fix spelling mistake.
13552
13553 2000-01-24  Mark Mitchell  <mark@codesourcery.com>
13554
13555         * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13556         the C++ compiler.
13557
13558 2000-01-12  Richard Henderson  <rth@cygnus.com>
13559
13560         * configure.in: Don't build some bits for beos.
13561
13562 2000-01-12  Joel Sherrill (joel@OARcorp.com)
13563
13564         * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13565         as include files.
13566
13567 2000-01-11  Zack Weinberg  <zack@wolery.cumb.org>
13568
13569         * Add self as cpplib maintainer, as requested by Jason
13570         Merrill.  Correct my e-mail address.
13571
13572 2000-01-06  Geoff Keating  <geoffk@cygnus.com>
13573
13574         * configure.in: Use mt-aix43 to handle *_TARGET defs,
13575         not mh-aix43.
13576
13577 Thu Dec 23 03:43:36 1999  Hans-Peter Nilsson  <hp@bitrange.com>
13578
13579         * MAINTAINERS: Add myself to "write after approval" list.
13580
13581 1999-12-14  Richard Henderson  <rth@cygnus.com>
13582
13583         * config.guess (alpha-osf, alpha-linux): Detect ev67.
13584         * config.sub: Accept alphaev[78], alphaev8.
13585
13586 1999-12-03  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
13587
13588         * config.guess, config.sub: Update from autoconf.
13589
13590 1999-11-29  Bruce Korb  <autogen@linuxbox.com>
13591
13592         * MAINTAINERS:  update my playtime e-address.
13593
13594 Tue Nov 23 00:57:41 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13595
13596         * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13597         necessary libraries are missing.
13598
13599 Fri Nov 19 11:22:31 MST 1999  Diego Novillo  <dnovillo@cygnus.com>
13600
13601         * MAINTAINERS: Add new 'write after approval' maintainer.
13602
13603 Wed Nov 17 16:08:43 1999  Alexandre Petit-Bianco  <apbianco@cygnus.com>
13604
13605         * MAINTAINERS: Add new Java maintainer.
13606
13607 1999-10-25  Andreas Schwab  <schwab@suse.de>
13608
13609         * configure: Fix quoting inside arguments of eval.
13610
13611 1999-10-21  Nick Clifton  <nickc@cygnus.com>
13612
13613         * config-ml.in: Allow suppression of some ARM multilibs.
13614
13615 Tue Sep  7 23:33:57 1999  Linas Vepstas  <linas@linas.org>
13616
13617         * config.guess: Add OS/390 match pattern.
13618         * config.sub: Add mvs, openedition targets.
13619         * configure.in (i370-ibm-opened*): New.
13620
13621 1999-09-04  Steve Chamberlain  <sac@pobox.com>
13622
13623         * config.sub: Add support for configuring for pj.
13624
13625 1999-08-31  Nick Clifton  <nickc@cygnus.com>
13626
13627         * config.sub (maybe_os): Add support for configuring for fr30.
13628
13629 1999-08-25  Nick Clifton  <nickc@cygnus.com>
13630
13631         * configure.in: Do not configure or build ld for AIX
13632         platforms.  ld is known to be broken on these platforms.
13633
13634 Wed Aug 25 01:12:25 1999  Rainer Orth  <ro@TechFak.Uni-Bielefeld.DE>
13635
13636         * config-ml.in: Pass compiler flag corresponding to multidirs to
13637         subdir configures.
13638
13639 1999-08-09  Ian Lance Taylor  <ian@zembu.com>
13640
13641         * Makefile.in (LDFLAGS): Define.
13642
13643 1999-08-08  Mumit Khan  <khan@xraylith.wisc.edu>
13644
13645         * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13646         noconfigdirs.
13647         (*-*-cygwin*): Likewise.
13648
13649 1999-08-08  Ian Lance Taylor  <ian@zembu.com>
13650
13651         * mkdep: New file.
13652         * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13653         (BINUTILS_SUPPORT_DIRS): Add mkdep.
13654
13655         From Eli Zaretskii <eliz@is.elta.co.il>:
13656         * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13657         long file name when using DJGPP on MS-DOS.
13658
13659 Wed Aug  4 02:07:14 1999  Jeffrey A Law  (law@cygnus.com)
13660
13661         * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13662
13663 1999-07-30  Alan Modra  <alan@spri.levels.unisa.edu.au>
13664
13665         * Makefile.in (check-target-libio): Remove all-target-libstdc++
13666         dependency as this causes "make check" to globally "make all"
13667
13668 Tue Jun 22 23:45:18 1999  Tom Tromey  <tromey@cygnus.com>
13669
13670         * configure.in (target_libs): Added target-zlib.
13671         * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13672         (CONFIGURE_TARGET_MODULES): Likewise.
13673         (CHECK_TARGET_MODULES): Likewise.
13674         (INSTALL_TARGET_MODULES): Likewise.
13675         (CLEAN_TARGET_MODULES): Likewise.
13676         (configure-target-zlib): New target.
13677         (all-target-zlib): Likewise.
13678         (all-target-libjava): Depend on all-target-zlib.
13679         (configure-target-libjava): Depend on configure-target-zlib.
13680
13681         * Makefile.in (configure-target-libjava): Depend on
13682         configure-target-newlib.
13683         (configure-target-boehm-gc): New target.
13684         (configure-target-qthreads): New target.
13685
13686         * configure.in (target_libs): Added target-qthreads.
13687         * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13688         (CONFIGURE_TARGET_MODULES): Likewise.
13689         (CHECK_TARGET_MODULES): Likewise.
13690         (INSTALL_TARGET_MODULES): Likewise.
13691         (CLEAN_TARGET_MODULES): Likewise.
13692         (all-target-qthreads): New target.
13693         (configure-target-libjava): Depend on configure-target-qthreads.
13694         (all-target-libjava): Depend on all-target-qthreads.
13695
13696         * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13697         (CONFIGURE_TARGET_MODULES): Likewise.
13698         (CHECK_TARGET_MODULES): Likewise.
13699         (INSTALL_TARGET_MODULES): Likewise.
13700         (CLEAN_TARGET_MODULES): Likewise.
13701         (all-target-libjava): New target.
13702         (all-target-boehm-gc): Likewise.
13703         * configure.in (target_libs): Added libjava, boehm-gc.
13704
13705 1999-07-22  Ian Lance Taylor  <ian@zembu.com>
13706
13707         * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13708         configure.bat in SUPPORT_FILES.
13709         (gas+binutils.tar.bz2): Likewise.
13710
13711         * makeall.bat: Remove; obsolete.
13712
13713 1999-07-21  Ian Lance Taylor  <ian@zembu.com>
13714
13715         From Mark Elbrecht:
13716         * configure.bat: Remove; obsolete.
13717
13718 1999-07-11  Ian Lance Taylor  <ian@zembu.com>
13719
13720         * configure: Add -W -Wall to the default CFLAGS when compiling with
13721         gcc.
13722
13723 Thu Jul  8 12:32:23 1999  John David Anglin <dave@hiauly1.hia.nrc.ca>
13724
13725         * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13726
13727 1999-06-30  Mark Mitchell  <mark@codesourcery.com>
13728
13729         * configure.in: Build ld on IRIX6.
13730
13731 1999-06-12  Ian Lance Taylor  <ian@zembu.com>
13732
13733         * Makefile.in: Change distribution targets to use bzip2 instead of
13734         gzip.
13735         (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13736         (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13737
13738 1999-06-04  Nick Clifton  <nickc@cygnus.com>
13739
13740         * config.sub: Add mcore target.
13741
13742 Sun May 30 16:03:16 1999  Cort Dougan  <cort@cs.nmt.edu>
13743
13744         * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
13745
13746 Tue May 25 11:20:46 1999  H.J. Lu  (hjl@gnu.org)
13747
13748         * config.guess (dummy): Changed to $dummy.
13749
13750 1999-05-24  Nick Clifton  <nickc@cygnus.com>
13751
13752         * config.sub: Tidied up case statements.
13753
13754 1999-05-22  Ben Elliston  <bje@cygnus.com>
13755
13756         * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
13757         <jiro@din.or.jp>.
13758
13759         * config.guess: Merge with FSF version. Future changes will be
13760         more accurately recorded in this ChangeLog.
13761         * config.sub: Likewise.
13762
13763 Thu May 20 10:00:42 1999   Stephen L Moshier  <moshier@world.std.com>
13764
13765          * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
13766
13767 1999-04-30  Tom Tromey  <tromey@cygnus.com>
13768
13769         * ltmain.sh: [mode link] Always use CC given by ltconfig.
13770
13771 1999-04-23  Tom Tromey  <tromey@cygnus.com>
13772
13773         * ltconfig, ltmain.sh: Update to libtool 1.2f.
13774
13775 1999-04-20  Drew Moseley  <dmoseley@cygnus.com>
13776
13777         * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
13778         (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
13779         Bad merge removed these two changes.
13780
13781 Tue Apr 13 22:50:54 1999  Donn Terry (donn@interix.com)
13782                           Martin Heller (Ing.-Buero_Heller@t-online.de)
13783
13784         * config.guess (interix Alpha): Add.
13785
13786 1999-04-11  Richard Henderson  <rth@cygnus.com>
13787
13788         * configure.in (i?86-*-beos*): Do config gperf; don't config
13789         gdb, newlib, or libgloss.
13790
13791 Sun Apr 11 23:55:34 1999  Alexandre Oliva  <oliva@dcc.unicamp.br>
13792
13793         * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
13794         link a trivial program with -mabi=64.  If it fails, remove mabi=64
13795         from multidirs.
13796
13797 Sat Apr 10 21:50:01 1999  Philipp Thomas  (kthomas@gwdg.de)
13798
13799         * config.sub: Set basic_machine to i586 when target_alias = k6-*.
13800
13801 1999-04-08  Nick Clifton  <nickc@cygnus.com>
13802
13803         * config.sub: Add support for mcore targets.
13804
13805 1999-04-07  Michael Meissner  <meissner@cygnus.com>
13806
13807         * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
13808         not mt-ospace, in order to shut up assembler warning about using
13809         symbols that are named the same as registers.
13810
13811 1999-04-07  Drew Moseley  <dmoseley@cygnus.com>
13812
13813         * Makefile.in (all-target-cygmon): Added all-target-bsp to the
13814         dependency list for all-target-cygmon.
13815
13816 1999-04-05  Doug Evans  <devans@casey.cygnus.com>
13817
13818         * config-ml.in: Check $host, not $target, for selective multilibs.
13819         (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
13820         thumb interworking, and underscore prefix multilibs.
13821
13822 1999-04-04  Ian Lance Taylor  <ian@zembu.com>
13823
13824         * missing: Update to version from current automake.
13825
13826 Fri Apr  2 15:11:32 1999  H.J. Lu  (hjl@gnu.org)
13827
13828         * configure (gxx_include_dir): Removed.
13829
13830         * configure.in (gxx_include_dir): Handle it.
13831         * Makefile.in: Likewise.
13832
13833 1999-03-29  Gavin Romig-Koch  <gavin@cygnus.com>
13834
13835         * config.sub (mips64vr4111,mips64vr4111el) Add.
13836
13837 1999-03-21  Ben Elliston  <bje@cygnus.com>
13838
13839         * config.guess: Correct typo for detecting ELF on FreeBSD.
13840
13841 Thu Mar 18 00:17:50 1999  Mark Elbrecht <snowball3@usa.net>
13842
13843         * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
13844         config/mh-djgpp.
13845
13846 Thu Mar 11 18:37:23 1999  Drew Moseley  <dmoseley@cygnus.com>
13847
13848         * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
13849         all-target-newlib to dependency list for all-target-bsp.
13850
13851 Thu Mar 11 01:19:31 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13852
13853         * config.sub: Add i386-uwin support.
13854         * config.guess: Likewise.
13855
13856 Thu Mar 11 01:07:55 1999  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13857
13858         * configure.in: cleanup, add mh-*pic handling for arm, special
13859         case powerpc*-*-aix*
13860
13861 Wed Mar 10 18:35:07 1999  Jeff Johnston  <jjohnstn@cygnus.com>
13862
13863         * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
13864         can be built.
13865
13866 Wed Mar 10 17:39:09 1999  Drew Moseley  <dmoseley@cygnus.com>
13867
13868         * configure.in: Added bsp support to arm-*-coff and arm-*-elf
13869         targets.
13870
13871 1999-03-02  Nick Clifton  <nickc@cygnus.com>
13872
13873         * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
13874
13875 Sun Feb 28 02:20:00 1999  Geoffrey Noer  <noer@cygnus.com>
13876
13877         * config.sub: Check for "cygwin*" rather than "cygwin32*"
13878
13879 1999-02-24  Nick Clifton  <nickc@cygnus.com>
13880
13881         * config.sub: Fix typo in arm recognition.
13882
13883 Wed Feb 24 13:51:40 1999  Drew Moseley  <dmoseley@cygnus.com>
13884
13885         * configure.in (noconfigdirs): Changed target_configdirs to
13886         include target-bsp only for m68k-*-elf* and m68k-*-coff*
13887         rather than m68k-*-* since it is not known to work on
13888         m68k-aout. Ditto for arm-*-*oabi.
13889
13890 Wed Feb 24 12:52:17 1999  Stan Shebs  <shebs@andros.cygnus.com>
13891
13892         * configure.in (*-*-windows*): Remove, no longer used.
13893
13894 1999-02-19  Ben Elliston <bje@cygnus.com>
13895
13896         * config.guess: Automatically recognise ELF on FreeBSD. From Niall
13897         Smart and improved by Andrew Cagney.
13898
13899 Thu Feb 18 19:55:09 1999  Marc Espie <espie@cvs.openbsd.org>
13900
13901         * config.guess: Recognize openbsd-*-hppa.
13902
13903 Wed Feb 17 01:38:59 1999  H.J. Lu  (hjl@gnu.org)
13904
13905         * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
13906         only if it is not empty.
13907
13908 1999-02-17  Nick Clifton  <nickc@cygnus.com>
13909
13910         Patch from: Scott Bambrough <scottb@corelcomputer.com>
13911
13912         * config.guess: Modified to recognize uname's armv* syntax.
13913
13914         * config.sub: Modified to recognize uname's armv* syntax.
13915
13916 1999-02-17  Mark Salter  <msalter@cygnus.com>
13917
13918         * configure.in: Added target-bsp for sparclite.
13919
13920 Mon Feb  8 14:17:24 1999  Richard Henderson  <rth@cygnus.com>
13921
13922         * config.sub: Recognize alphapca5[67] and up to alphaev8.
13923
13924 1999-02-08  Nick Clifton  <nickc@cygnus.com>
13925
13926         * configure.in: Add support for strongarm port.
13927         * config.sub: Add support for strongarm target.
13928
13929 Sun Feb  7 18:01:54 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13930
13931         * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
13932         the old name config/mh-cygwin32.
13933         Enable texinfo.
13934
13935 Thu Feb  4 20:43:25 1999  Ian Lance Taylor  <ian@cygnus.com>
13936
13937         * configure.in: Do build ld for ix86 Solaris.
13938
13939 Tue Feb  2 19:46:40 1999  Jim Wilson  <wilson@cygnus.com>
13940
13941         * Makefile.in (EXTRA_GCC_FLAGS):  Set AR to $AR instead of
13942         $AR_FOR_TARGET.  Likewise for RANLIB.
13943
13944 Tue Feb  2 20:05:05 1999  Catherine Moore  <clm@cygnus.com>
13945
13946         * config.sub (oabi):  Recognize.
13947         * configure.in (arm-*-oabi):  Handle.
13948
13949 Sat Jan 30 06:09:00 1999  Robert Lipe  (robertlipe@usa.net)
13950
13951         * config.guess: Improve detection of i686 on UnixWare 7.
13952
13953 Sat Jan 30 08:04:00 1999  Mumit Khan  <khan@xraylith.wisc.edu>
13954
13955         * config.guess: Add support for i386-pc-interix.
13956         * config.sub: Likewise.
13957         * configure.in: Likewise.
13958
13959 Mon Jan 18 13:59:20 1999  Christopher Faylor <cgf@cygnus.com>
13960
13961         * Makefile.in: Remove unneeded all-target-libio from
13962         from all-target-winsup target since it is now unneeded.
13963         Add all-target-libtermcap in its place since it is now
13964         needed.
13965
13966 Wed Dec 30 20:34:52 1998  Christopher Faylor <cgf@cygnus.com>
13967
13968         * configure.in: makefile stub for cygwin target is probably
13969         unnecessary.  Remove it for now.
13970
13971 Wed Dec 30 01:13:03 1998  Christopher Faylor <cgf@cygnus.com>
13972
13973         * configure.in: libtermcap.a should be built when cygwin is the
13974         target as well as the host.
13975         * config.guess: Allow mixed case in cygwin uname output.
13976         * Makefile.in: Add libtermcap target.
13977
13978 Wed Dec 23 00:20:50 1998  Jeffrey A Law  (law@cygnus.com)
13979
13980         * config.sub: Clean up handling of hppa2.0.
13981
13982 Tue Dec 22 23:56:31 1998  Rodney Brown  (rodneybrown@pmsc.com)
13983
13984         * config.guess: Use C code to identify more HP machines.
13985
13986 Thu Dec 17 01:22:30 1998  Jeffrey A Law  (law@cygnus.com)
13987
13988         * config.sub: Handle hppa2.0.
13989
13990 Tue Dec 15 17:02:58 1998  Bob Manson  <manson@charmed.cygnus.com>
13991
13992         * configure.in: Add cygmon for x86-coff and x86-elf. Configure
13993         cygmon for all sparclite targets, regardless of object format.
13994
13995 1998-12-15  Mark Salter  <msalter@cygnus.com>
13996
13997         * configure.in: Added target-bsp for several target architectures.
13998
13999         * Makefile.in: Added rules for bsp.
14000
14001 Fri Dec  4 01:34:02 1998  Jeffrey A Law  (law@cygnus.com)
14002
14003         * config.guess: Improve detection of hppa2.0 processors.
14004
14005 Fri Dec  4 01:33:05 1998  Niall Smart <nialls@euristix.ie>
14006
14007         * config.guess: Recognize FreeBSD using ELF automatically.
14008
14009 1998-11-26  Manfred Hollstein  <manfred@s-direktnet.de>
14010
14011         * configure (skip-this-dir): Add handling for new shell script, which
14012         might be created by a sub-directory's configure to indicate, this particular
14013         directory is "unwanted".
14014         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14015
14016 Wed Nov 18 18:28:45 1998  Geoffrey Noer  <noer@cygnus.com>
14017
14018         * ltconfig: import from libtool, after changing libtool to
14019         account for the cygwin name change.
14020
14021 Wed Nov 18 18:09:14 1998  Geoffrey Noer  <noer@cygnus.com>
14022
14023         * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14024         include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14025
14026 Wed Nov 18 20:13:29 1998  Christopher Faylor <cgf@cygnus.com>
14027
14028         * configure.in: Add libtermcap to list of cygwin dependencies.
14029
14030 Tue Nov 17 16:57:51 1998  Geoffrey Noer  <noer@cygnus.com>
14031
14032         * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14033         they include winsup/include when it's a cygwin target.
14034
14035 1998-11-12  Tom Tromey  <tromey@cygnus.com>
14036
14037         * configure.in (host_tools): Added zip.
14038         * Makefile.in (all-target-libjava): Depend on all-zip.
14039         (all-zip): New target.
14040         (ALL_MODULES): Added all-zip.
14041         (NATIVE_CHECK_MODULES): Added check-zip.
14042         (INSTALL_MODULES): Added install-zip.
14043         (CLEAN_MODULES): Added clean-zip.
14044
14045 Thu Nov 12 17:27:21 1998  Geoffrey Noer  <noer@cygnus.com>
14046
14047         * Makefile.in: lose "32" from comment about cygwin.
14048
14049 Thu Nov  5 15:00:31 1998  Nick Clifton  <nickc@cygnus.com>
14050
14051         * configure.in: Use -Os to build target libraries for the fr30.
14052
14053 Wed Nov  4 18:49:43 1998  Dave Brolley  <brolley@cygnus.com>
14054
14055         * config.sub: Add fr30.
14056
14057 Mon Nov  2 15:19:33 1998  Geoffrey Noer  <noer@cygnus.com>
14058
14059         * configure.in: drop "32" from config/mh-cygwin32.  Check
14060         cygwin* instead of cygwin32*.
14061         * config.sub: Check cygwin* instead of cygwin32*.
14062
14063 Thu Oct 22 10:55:25 1998  Robert Lipe  <robertl@dgii.com>
14064
14065         * config.guess: Match any version of Unixware7.
14066
14067 1998-10-20  Syd Polk  <spolk@cygnus.com>
14068
14069         * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14070         if desired.
14071
14072 Sun Oct 18 18:34:50 1998  Jeffrey A Law  (law@cygnus.com)
14073
14074         * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14075         these if the appropriate directories and files to not exist.
14076
14077 Wed Oct 14 10:29:06 1998  Jeffrey A Law  (law@cygnus.com)
14078
14079         * Makefile.in (DEVO_SUPPORT): Add config.if.
14080
14081 Tue Oct 13 15:45:36 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14082
14083         * configure: Add pattern to replace "build_tooldir"'s
14084         definition in the generated Makefile with "tooldir"'s
14085         actual value.
14086
14087 Tue Oct 13 09:17:06 1998  Jeffrey A Law  (law@cygnus.com)
14088
14089         * config.sub: Bring back lost sparcv9.
14090
14091         * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14092
14093 Mon Oct 12 12:09:44 1998  Jeffrey A Law  (law@cygnus.com)
14094
14095         * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14096         CC_FOR_TARGET and friends.
14097
14098 Mon Oct 12 12:09:30 1998  Alexandre Oliva  <oliva@dcc.unicamp.br>
14099
14100         * Makefile.in (build_tooldir): New variable, same as tooldir.
14101         (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14102         -B$(build_tooldir)/bin/.
14103         (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14104
14105 Tue Sep  1 16:23:11 1998  Gerald Pfeifer  <pfeifer@dbai.tuwien.ac.at>
14106
14107         * README: Remove installation instructions and refer to the
14108         INSTALL directory instead.
14109
14110 Wed Sep 30 22:20:50 1998  Robert Lipe  <robertl@dgii.com>
14111
14112         * config.sub: Add support for i[34567]86-pc-udk.
14113         * configure.in: Likewise.
14114
14115 Wed Sep 30 19:23:48 1998  Geoffrey Noer  <noer@cygnus.com>
14116
14117         * Makefile.in: add bzip2 package building bits for user
14118         tools module
14119         * configure.in: ditto
14120
14121 Wed Sep 30 03:00:05 1998  Jeffrey A Law  (law@cygnus.com)
14122
14123         * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14124         (ALL_TARGET_MODULES): Add all-target-libobjc.
14125         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14126         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14127         (all-target-libchill): Add dependencies.
14128         * configure.in (target_libs): Add libchill.
14129
14130 1998-09-30  Manfred Hollstein  <manfred@s-direktnet.de>
14131
14132         * configure.in (target_subdir): Remove duplicate line.
14133
14134 Tue Sep 29 22:45:41 1998  Felix Lee  <flee@cygnus.com>
14135
14136         * Makefile.in (all-automake): fix dependencies.
14137
14138 Mon Sep 28 04:04:27 1998  Jeffrey A Law  (law@cygnus.com)
14139
14140         * configure.in: Minor cleanups for building in the $(target_alias)
14141         subdir.
14142
14143 1998-09-22  Jim Wilson  <wilson@cygnus.com>
14144
14145         * Makefile.in (bootstrap): Set r and s before make all.  Use
14146         BASE_FLAGS_TO_PASS in make all.
14147         (cross): Likewise.
14148
14149 1998-09-20  Mark Mitchell  <mark@markmitchell.com>
14150
14151         * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14152
14153 Sun Sep 20 00:13:02 1998  Richard Henderson  <rth@cygnus.com>
14154
14155         * config.sub: Fix typo in last change.
14156
14157 1998-09-19  Michael Hayes  <m.hayes@elec.canterbury.ac.nz>
14158
14159         * config.sub: Add support for C4x target.
14160         * configure.in: Likewise.
14161
14162 1998-09-13  David S. Miller  <davem@pierdol.cobaltmicro.com>
14163
14164         * config.sub: Recognize sparcv9 just like sparc64.
14165
14166 Wed Sep  9 15:44:52 1998  Robert Lipe  <robertl@dgii.com>
14167
14168         * config.guess: Match "Pent II" or "PentII" for OpenServer.
14169
14170 Tue Sep  8 01:18:39 1998  Jeffrey A Law  (law@cygnus.com)
14171
14172         * config.guess: Correctly identify Pentium II sco boxes.
14173
14174         * config.guess: Fix "tr" code.  From Weiwen Liu.
14175
14176 Sat Sep  5 13:56:52 1998  John Hughes  <john@Calva.COM>
14177
14178         * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14179         stabs.
14180
14181 Sat Sep  5 02:12:02 1998  Jeffrey A Law  (law@cygnus.com)
14182
14183         * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14184         (ALL_TARGET_MODULES): Add all-target-libchill.
14185         (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14186         (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14187         (all-target-libchill): Add dependencies.
14188         * configure.in (target_libs): Add libchill.
14189
14190 Sun Aug 30 22:27:02 1998  Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14191
14192         * config.guess: Avoid assumptions about "tr" behaves when
14193         LANG is set to something other than English.
14194
14195 Sun Aug 30 22:14:44 1998  H.J. Lu  (hjl@gnu.org)
14196
14197         * configure (gxx_include_dir): Changed to
14198         '${prefix}/include/g++'-${libstdcxx_interface}.
14199
14200         * config.if: New to determine the interfaces.
14201
14202 Sun Aug 30 21:15:19 1998  Mark Klein (mklein@dis.com)
14203
14204         * config.guess: Detect and handle MPE/IX.
14205         * config.sub: Deal with MPE/IX.
14206
14207 Sat Aug 29 14:32:55 1998  David Edelsohn  <edelsohn@mhpcc.edu>
14208
14209         * configure.in: Use mh-aix43.
14210
14211 1998-07-29  Manfred Hollstein  <manfred@s-direktnet.de>
14212
14213         * configure: Fix --without/--disable cases for gxx-include-dir.
14214
14215 Fri Aug 28 12:28:26 1998  Per Bothner  <bothner@cygnus.com>
14216
14217         * mdata-sh:  Imported.  Needed for automake support.
14218
14219 Thu Aug 13 12:49:29 1998  H.J. Lu  <hjl@gnu.org>
14220
14221         * Makefile.in (taz): Try "chmod -R og=u ." before
14222         "chmod og=u `find . -print`".
14223
14224 Fri Jul 31 09:38:33 1998  Catherine Moore  <clm@cygnus.com>
14225
14226         * configure.in: Add arm-elf and thumb-elf support.
14227
14228 Mon Jul 27 16:23:58 1998  Doug Evans  <devans@canuck.cygnus.com>
14229
14230         * Makefile.in: Undo previous patch.
14231
14232 Fri Jul 24 19:55:24 1998  Doug Evans  <devans@canuck.cygnus.com>
14233
14234         * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14235         to here ...
14236         (install-no-fixedincludes): and here
14237         (INSTALL_MODULES): ... from here.
14238
14239 Fri Jul 24 17:01:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14240
14241         * config.sub: Merge with FSF.
14242
14243         * config.guess: Merge with FSF.
14244
14245 Fri Jul 24 08:43:36 1998  Doug Evans  <devans@canuck.cygnus.com>
14246
14247         * configure (extraconfigdirs): New variable.
14248         (SUBDIRS): Add extraconfigdirs and recurse on them too.
14249         * Makefile.in (all): Move higher in file.
14250         (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14251         (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14252         (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14253         (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14254         (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14255
14256 1998-07-23  Brendan Kehoe  <brendan@cygnus.com>
14257
14258         * Makefile.in (all-target-libjava): Depend on all-gcc and
14259         all-target-newlib.
14260         (configure-target-libjava): Depend on $(ALL_GCC).
14261
14262 Sat Jul 18 14:32:43 CDT 1998  Robert Lipe  <robertl@dgii.com>
14263
14264         * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14265         (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14266
14267 Sun Jul 19 00:46:53 CEST 1998  Marc Lehmann <pcg@goof.com>
14268
14269         * INSTALL/README: Fix typo.
14270
14271 Fri Jul 17 13:30:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14272
14273         * ylwrap: Change absolute path checks to check for DOS style path
14274         names.
14275
14276         * ylwrap: Don't use a full path name if the source file is in the
14277         same directory.  From hjl@lucon.org (H.J. Lu).
14278
14279         * config-ml.in: Default to being verbose, to match Feb 18 change to
14280         configure.
14281
14282 Thu Jul 16 12:29:51 1998  Ian Lance Taylor  <ian@cygnus.com>
14283
14284         Brought over from egcs:
14285
14286         Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14287
14288         * configure.in (target_subdir): Set to ${target_alias} instead
14289         of "libraries".
14290
14291         Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
14292
14293         * configure.in (target_subdir): Set to libraries if enable_multilib.
14294
14295 Wed Jul 15 01:00:54 1998  Ian Lance Taylor  <ian@cygnus.com>
14296
14297         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14298         multilibs, force reconfiguration the first time we create
14299         multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14300
14301 Tue Jul 14 23:41:03 1998  Ian Lance Taylor  <ian@cygnus.com>
14302
14303         * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14304         avoid confusion with --no-recursion.
14305
14306 Tue Jul 14 15:37:41 1998  Geoffrey Noer  <noer@cygnus.com>
14307
14308         * configure.in: Win32 hosts shouldn't use install -x
14309         * install-sh: remove -x option, and special .exe-handling
14310         hack.
14311
14312 Tue Jul 14 15:28:41 1998  Richard Henderson  <rth@cygnus.com>
14313
14314         * config.guess: Recognize i586-pc-beos.
14315         * configure.in: Don't build some bits for beos.
14316
14317 Tue Jul 14 13:22:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14318
14319         * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14320         CFLAGS default to -O2.
14321
14322         * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14323         when using GNU ld.
14324
14325 Fri Jul 10 13:18:23 1998  Ian Lance Taylor  <ian@cygnus.com>
14326
14327         * ltmain.sh: Correct install when using a different shell.
14328
14329 Tue Jul  7 15:24:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14330
14331         * ltconfig, ltmain.sh: Update to libtool 1.2b.
14332
14333 Thu Jul  2 13:57:36 1998  Klaus Kaempf  <kkaempf@rmi.de>
14334
14335         * makefile.vms: Update to build binutils/makefile.vms.  Add install
14336         target.
14337
14338 Wed Jul  1 16:45:21 1998  Ian Lance Taylor  <ian@cygnus.com>
14339
14340         * ltconfig: Update to correct AIX handling.
14341
14342 Sat Jun 27 22:46:32 1998  Jeffrey A Law  (law@cygnus.com)
14343
14344         * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14345
14346         * configure.in (target_subdir): Set to ${target_alias} instead
14347         of "libraries".
14348
14349 1998-06-26  Manfred Hollstein  <manfred@s-direktnet.de>
14350
14351         * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14352         (Makefile): Depend on $(gcc_version_trigger).
14353
14354         * configure (gcc_version): Change default initializer to empty
14355         string.
14356         (gcc_version_trigger): New variable; pass this variable down
14357         to subdir configures to enable them checking gcc's version
14358         themselves. Emit make macros for both gcc_version vars.
14359         (topsrcdir): Initialize reliably.
14360         (recursion line): Remove --with-gcc-version=${gcc_version}.
14361
14362 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14363
14364         * configure (enable_version_specific_runtime_libs): Implement new flag
14365         --enable-version-specific-runtime-libs which installs C++ runtime stuff
14366         in $(libsubdir); emit definition in each generated Makefile.
14367         (gxx_include_dir): Initialize depending on
14368         $enable_version_specific_runtime_libs.
14369
14370 1998-06-24  Manfred Hollstein  <manfred@s-direktnet.de>
14371
14372         * configure (gcc_version): Initialize properly depending on
14373         how and where configure is started.
14374         (recursion line): Pass a --with-gcc-version=${gcc_version}
14375         to configures in subdirs.
14376
14377 Wed Jun 24 16:01:59 1998  John Metzler  <jmetzler@cygnus.com>
14378
14379         * configure.in (noconfigdirs): Add configure pattern for mips tx39
14380         cygmon
14381
14382 Tue Jun 23 22:42:32 1998  Mark Alexander  <marka@cygnus.com>
14383
14384         * configure.in: Add cygmon and libstub support for mn10200.
14385
14386 1998-06-19  Manfred Hollstein  <manfred@s-direktnet.de>
14387
14388         * configure (gcc_version): Add new variable describing the
14389         particular gcc version we're building.
14390         * Makefile.in (libsubdir): Add new macro for the directory
14391         in which the compiler finds executables, libraries, etc.
14392         (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14393         and libsubdir.
14394
14395 Fri Jun 19 02:36:59 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14396
14397         * Makefile.in (local-clean): Remove *.log.
14398         (warning.log): Built with warn_summary from build.log.
14399         (mail-report.log): Run test_summary.
14400         (mail-report-with-warnings.log): Run test_summary including
14401         warning.log in the report.
14402
14403 Thu Jun 18 11:26:03 1998  Robert Lipe  <robertl@dgii.com>
14404
14405         * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14406
14407 Mon Jun 15 14:53:54 1998  Andrew Cagney  <cagney@b1.cygnus.com>
14408
14409         * Makefile.in (grep): Grep no longer depends on libiberty.
14410
14411 Fri Jun 12 14:03:34 1998  Syd Polk  <spolk@cygnus.com>
14412
14413         * Makefile.in: all-snavigator needs all-libgui.
14414
14415 Thu Jun 11 19:43:47 1998  Mark Alexander  <marka@cygnus.com>
14416
14417         * configure.in: Add cygmon and libstub support for mn10300.
14418
14419 Wed Jun 10 11:19:47 1998  Ian Lance Taylor  <ian@cygnus.com>
14420
14421         * missing: Update to version from automake 1.3.
14422
14423         * ltmain.sh: On installation, don't get confused if the same name
14424         appears more than once in the list of library names.
14425
14426 Wed Jun  3 14:51:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14427
14428         * config.sub: Accept m68060 and m5200 as CPU names.
14429
14430 Mon Jun  1 17:25:16 1998  Ian Lance Taylor  <ian@cygnus.com>
14431
14432         * configure: Use && rather than using -a in test, because odd
14433         strings can confuse test.
14434         * configure.in: Likewise.
14435
14436 Thu May 28 19:31:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14437
14438         * ltconfig, ltmain.sh: Bring in Visual C++ support.
14439
14440 Sat May 23 23:44:13 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14441
14442         * Makefile.in (boostrap2-lean, bootstrap3-lean,
14443         bootstrap4-lean): New targets.
14444
14445 Mon May 11 23:55:56 1998  Jeffrey A Law  (law@cygnus.com)
14446
14447         * mpw-* Delete.  Not used.
14448
14449 Mon May 11 23:11:34 1998  Jeffrey A Law  (law@cygnus.com)
14450
14451         * COPYING.LIB: Update FSF address.
14452
14453 Fri May  8 01:30:20 1998  Ian Lance Taylor  <ian@cygnus.com>
14454
14455         * ltconfig, ltmain.sh: Update to libtool 1.2a.
14456
14457         * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14458         GAS_SUPPORT_DIRS.
14459
14460 Thu May  7 17:27:35 1998  Ian Lance Taylor  <ian@cygnus.com>
14461
14462         * ltconfig, ltmain.sh: Avoid producing a version number if
14463         -version-info was not used.
14464
14465 Tue May  5 18:02:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14466
14467         * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14468         building with newlib.
14469
14470 1998-04-30  Paul Eggert  <eggert@twinsun.com>
14471
14472         * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14473         Solaris `make' causes it to continue to next definition.
14474
14475 Tue Apr 28 16:24:24 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14476
14477         * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14478         the right GUI libraries and files are installed along with GDB.
14479
14480 Tue Apr 28 18:11:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14481
14482         * configure.in: Change alpha to alpha* in several places.
14483
14484 Tue Apr 28 07:42:00 1998  Mark Alexander  <marka@cygnus.com>
14485
14486         * config.sub: Recognize sparc86x.
14487
14488 Tue Apr 28 07:35:02 1998  Michael Meissner  <meissner@cygnus.com>
14489
14490         * configure.in (--enable-target-optspace): Remove debug echo.
14491
14492 Thu Apr 23 21:31:16 1998  Jim Wilson  <wilson@cygnus.com>
14493
14494         * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14495
14496 Thu Apr 23 12:26:38 1998  Ian Lance Taylor  <ian@cygnus.com>
14497
14498         * ltconfig: Update cygwin32 support.
14499
14500         * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14501         (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14502         (GDB_SUPPORT_DIRS): Likewise.
14503
14504 Wed Apr 22 12:30:10 1998  Michael Meissner  <meissner@cygnus.com>
14505
14506         * configure.in (target_makefile_frag): If --enable-target-optspace,
14507         use -Os to compile target libraries rather than -O2.  Default to
14508         using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14509         not used.
14510         * configure.in (target_cflags): Ditto for d30v.
14511
14512 Tue Apr 21 23:06:54 1998  Tom Tromey  <tromey@cygnus.com>
14513
14514         * Makefile.in (all-bfd): Depend on all-intl.
14515         (all-binutils): Likewise.
14516         (all-gas): Likewise.
14517         (all-gprof): Likewise.
14518         (all-ld): Likewise.
14519
14520 1998-04-19  Brendan Kehoe  <brendan@cygnus.com>
14521
14522         * configure.in (host_tools): Fix typo, lbtool -> libtool.
14523
14524 Fri Apr 17 16:20:42 1998  Ian Lance Taylor  <ian@cygnus.com>
14525
14526         * Makefile.in (all-bfd): Depend upon all-libiberty.
14527
14528         * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14529
14530 Fri Apr 17 12:22:22 1998  Bob Manson  <manson@charmed.cygnus.com>
14531
14532         * Makefile.in: Add libstub.
14533
14534         * configure.in: Ditto. Build libstub for targets that have cygmon
14535         support.
14536
14537 Tue Apr 14 18:01:55 1998  Ian Lance Taylor  <ian@cygnus.com>
14538
14539         * configure.in: Don't set PICFLAG on ix86-cygwin32.
14540
14541 Tue Apr 14 12:24:45 1998  J. Kean Johnston  <jkj@sco.com>
14542
14543         * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14544         use mh-sysv5 if specified.  Support gprof on SCO Open Server.
14545
14546 Tue Apr 14 11:33:51 1998  Krister Walfridsson <cato@df.lth.se>
14547
14548         * configure: Define DEFAULT_M4 by searching PATH.
14549         * Makfile.in: Use DEFAULT_M4.
14550
14551 Mon Apr 13 15:37:24 1998  Ian Lance Taylor  <ian@cygnus.com>
14552
14553         * ltconfig: Add cygwin32 support.
14554
14555         * Makefile.in, configure.in: Add libtool as a native only directory
14556         to configure and build.
14557
14558 Sun Apr 12 20:58:46 1998  Jeffrey A Law  (law@cygnus.com)
14559
14560         * Makefile.in (INSTALL_MODULES): Remove texinfo.
14561
14562 Wed Apr  8 13:18:56 1998  Philippe De Muyter  <phdm@macqel.be>
14563
14564         * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14565
14566 Thu Apr  2 14:48:44 1998  Geoffrey Noer  <noer@cygnus.com>
14567
14568         * Makefile.in: add ash make rules
14569         * configure.in: add ash to native_only and host_tools lists
14570
14571 Thu Mar 26 12:53:20 1998  Tom Tromey  <tromey@cygnus.com>
14572
14573         * Makefile.in (all-gettext, all-intl): New targets.
14574         (ALL_MODULES): Added all-gettext, all-intl.
14575         (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14576         (INSTALL_MODULES): Added install-gettext, install-intl.
14577         (CLEAN_MODULES): Added clean-gettext, clean-intl.
14578
14579         * configure.in (host_tools): Added gettext.
14580         (native_only): Likewise.
14581         (noconfigdirs) [various cases]: Likewise.
14582         (host_libs): Added intl.
14583
14584 Thu Mar 26 15:00:11 1998  Keith Seitz  <keiths@onions.cygnus.com>
14585
14586         * configure: Do not disable building gdbtk for cygwin32 hosts.
14587
14588 Wed Mar 25 10:04:18 1998  Nick Clifton  <nickc@cygnus.com>
14589
14590         * configure.in: Add thumb-coff target.
14591         * config.sub: Add thumb-coff target.
14592
14593 Wed Mar 25 11:49:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14594
14595         * Makefile.in: Revert yesterday's change.
14596         (all-target-winsup):  all-target-librx stays out of here.
14597
14598 Tue Mar 24 16:58:29 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14599
14600         * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14601         CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14602         INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14603         Remove references to librx and libg++.
14604
14605 Tue Mar 24 18:28:12 1998  Eric Mumpower  <nocturne@cygnus.com>
14606
14607         * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14608         recursive makes
14609
14610 Tue Mar 24 11:37:45 1998  Ian Lance Taylor  <ian@cygnus.com>
14611
14612         * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14613         for newlib directory.
14614         (CXX_FOR_TARGET): Likewise.
14615
14616 Mon Mar 23 11:30:21 1998  Jeffrey A Law  (law@cygnus.com)
14617
14618         * ltconfig: Update after libtool/ltconfig.in change for
14619         hpux11.
14620
14621 Fri Mar 20 18:51:43 1998  Ian Lance Taylor  <ian@cygnus.com>
14622
14623         * ltconfig, ltmain.sh: Update to libtool 1.2.
14624
14625 Fri Mar 20 09:32:14 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14626
14627         * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14628         (install-gcc-cross): Instead, override LANGUAGES here.
14629
14630 1998-03-18  Dave Love  <d.love@dl.ac.uk>
14631
14632         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14633         non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14634
14635 Wed Mar 18 09:24:59 1998  Nick Clifton  <nickc@cygnus.com>
14636
14637         * configure.in: Add Thumb-pe target.
14638
14639 Tue Mar 17 16:59:00 1998  Syd Polk <spolk@cygnus.com>
14640
14641         * Makefile.in - changed sn targets to snavigator
14642         * configure.in - changed sn targets to snavigator
14643
14644 Tue Mar 17 10:33:28 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14645
14646         * config-ml.in: After building symlink tree call make distclean
14647         if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14648         to be the case for libiberty.
14649
14650 Tue Mar 17 10:22:37 1998  H.J. Lu  (hjl@gnu.ai.mit.edu)
14651
14652         * configure: When making link, also check the current
14653         directory. The configure scripts may create one.
14654
14655 Fri Mar  6 01:02:03 1998  Richard Henderson  <rth@cygnus.com>
14656
14657         * config.sub: Accept alphapca56 and alphaev6 properly.
14658
14659 Fri Mar  6 00:14:55 1998  Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14660
14661         * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14662
14663 Mon Feb 23 15:09:18 1998  Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14664
14665         * config.sub (sco5): Fix typo.
14666
14667 Mon Feb 23 14:46:06 1998  Ian Lance Taylor  <ian@cygnus.com>
14668
14669         * Makefile.in (INSTALL_MODULES): Move install-tcl before
14670         install-itcl.
14671         (install-itcl): Remove dependency on install-tcl.
14672
14673 Mon Feb 23 09:53:28 1998  Mark Alexander  <marka@cygnus.com>
14674
14675         * configure.in: Remove libgloss from noconfigdirs for MN10300.
14676
14677 Thu Feb 19 13:40:41 1998  Ian Lance Taylor  <ian@cygnus.com>
14678
14679         * configure.in: Don't build libgui for a cygwin32 target when not on
14680         a cygwin32 host.
14681
14682 Wed Feb 18 12:29:00 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14683
14684         * configure (redirect): Set to null, so default behavior of
14685         configure is now --verbose.
14686
14687 1998-02-16  Dave Love  <d.love@dl.ac.uk>
14688
14689         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14690         CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14691
14692 Mon Feb 16 12:23:53 1998  Manfred Hollstein  <Manfred.Hollstein@ks.sel.alcatel.de>
14693
14694         * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14695         this change to sync Makefile.in with its ChangeLog entries.
14696
14697 Thu Feb 12 15:03:08 1998  H.J. Lu  <hjl@gnu.org>
14698
14699         * ltmain.sh (mkdir): Check that the directory doesn't exist
14700         before we exit with error, so that we don't get races during
14701         parallel builds.
14702
14703 Sat Feb  7 15:19:18 1998  Ian Lance Taylor  <ian@cygnus.com>
14704
14705         * ltconfig, ltmain.sh: Update from libtool 1.0i.
14706
14707 Fri Feb  6 01:33:52 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14708
14709         * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14710         PICFLAG_FOR_TARGET.
14711         (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14712
14713         * configure: Emit a definition for the new macro enable_shared
14714         into each Makefile.
14715
14716 Thu Feb  5 17:01:12 1998  Jason Molenda  (crash@bugshack.cygnus.com)
14717
14718         * configure.in (host_tools, native_only): Add libtool.
14719
14720 Wed Feb  4 16:53:58 1998  Geoffrey Noer  <noer@cygnus.com>
14721
14722         * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14723         Fix typo in ming config comment.
14724
14725 Wed Feb  4 18:56:13 1998  Ian Lance Taylor  <ian@cygnus.com>
14726
14727         * ltconfig, ltmain.sh: Update from libtool 1.0h.
14728
14729 Mon Feb  2 19:38:19 1998  Ian Lance Taylor  <ian@cygnus.com>
14730
14731         * config.sub: Add tic30 cases, and map c30 to tic30.
14732
14733 Sun Feb  1 02:40:41 1998  Richard Henderson  <rth@cygnus.com>
14734
14735         * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14736         (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14737         (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14738         (CLEAN_TARGET_MODULES): Similarly
14739         (all-target-libf2c): Add dependences.
14740         * configure.in (target_libs): Add libf2c.
14741
14742 Fri Jan 30 17:18:32 1998  Geoffrey Noer  <noer@cygnus.com>
14743
14744         * configure.in: Remove expect from noconfigdirs when target
14745         is cygwin32.  OK to build expect and dejagnu with Canadian
14746         Cross.
14747
14748 Wed Jan 28 12:58:49 1998  Ian Lance Taylor  <ian@cygnus.com>
14749
14750         * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
14751         host.
14752
14753         * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
14754         and mingw32.
14755
14756 Wed Jan 28 10:26:37 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14757
14758         * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
14759         here as it is not defined in the toplevel Makefile.
14760
14761 Tue Jan 27 23:25:06 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14762
14763         * configure (package_makefile_rules_frag): New variable, which names
14764         a file with generic rules, ...
14765         Change comment to mention we now have FIVE parts.
14766         * configure: Undo last change.
14767
14768 Tue Jan 27 23:15:55 1998  Lassi A. Tuura  <lat@iki.fi>
14769
14770         * config.guess: More accurate determination of HP processor types.
14771         * config.sub: More accurate determination of HP processor types.
14772
14773 Sat Jan 24 01:59:45 1998  Manfred Hollstein  <manfred@s-direktnet.de>
14774
14775         * configure (package_makefile_frag): Move inserting the
14776         ${package_makefile_frag} to where it should be according
14777         to the comment.
14778
14779 Fri Jan 23 00:29:28 1998  Philip Blundell  <pb@nexus.co.uk>
14780
14781         * config.guess: Add support for Linux/ARM.
14782
14783 Thu Jan 22 15:14:01 1998  Fred Fish  <fnf@cygnus.com>
14784
14785         * .cvsignore: Remove *-info and *-install since they match
14786         release-info and mpw-install, which we don't want to just ignore.
14787
14788 Thu Jan 22 01:38:33 1998  Richard Henderson  <rth@cygnus.com>
14789
14790         * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
14791
14792 Sat Jan 17 21:28:08 1998  Pieter Nagel <pnagel@epiuse.co.za>
14793
14794         * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
14795         local_prefix to sub-make invocations.
14796
14797 Sat Jan 17 21:04:59 1998 H.J. Lu  (hjl@gnu.org)
14798
14799         * configure.in: Check makefile fragments in the source
14800         directory.
14801
14802 Fri Jan 16 00:41:37 1998  Alexandre Oliva <oliva@dcc.unicamp.br>
14803
14804         * configure.in: Check whether host and target makefile
14805         fragments exist before adding them to *_makefile_frag.
14806
14807 Wed Jan 14 23:39:10 1998  Bob Manson  <manson@charmed.cygnus.com>
14808
14809         * configure.in (target_configdirs): Add cygmon for sparc64-elf.
14810
14811 Wed Jan 14 12:48:07 1998  Keith Seitz  <keiths@pizza.cygnus.com>
14812
14813         * configure.in: Make sure we only replace RPATH_ENVVAR on
14814         lines which begin with RPATH_ENVVAR, i.e. add "^" to the
14815         regexp to sed.
14816
14817         * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
14818         to sub-makes.
14819
14820 1998-01-13  Lee Iverson   (leei@ai.sri.com)
14821
14822         * config-ml.in (multi-do): LDFLAGS must include multilib
14823         designator.
14824
14825 Tue Jan 13 01:13:24 1998   Robert Lipe (robertl@dgii.com)
14826
14827         * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
14828
14829 Sun Jan  4 01:06:55 1998  Mumit Khan  <khan@xraylith.wisc.edu>
14830
14831         * config.sub: Add mingw32 support.
14832         * configure.in: Likewise.
14833
14834 Sat Jan  3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
14835
14836         * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
14837
14838 Sun Dec 28 11:28:58 1997  Jeffrey A Law  (law@cygnus.com)
14839
14840         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14841         * configure (gxx_include_dir): Provide a definition for subdirs
14842         which do not use autoconf.
14843
14844 Wed Dec 24 22:46:55 1997  Jeffrey A Law  (law@cygnus.com)
14845
14846         * config.guess: Sync with egcs.  Picks up new alpha support,
14847         BeOS & some additional linux support.
14848
14849 Tue Dec 23 12:44:24 1997  Jeffrey A Law  (law@cygnus.com)
14850
14851         * config.guess: HP 9000/803 is a PA1.1 machine.
14852
14853 Mon Dec 22 02:39:24 1997  Richard Henderson  <rth@cygnus.com>
14854
14855         * configure.in: It's alpha*-...
14856
14857 Sun Dec 21 16:53:12 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
14858
14859         * configure.in (host_makefile_frag, target_makefile_frag):
14860         Handle multiple config files.
14861         (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
14862         alpha-*-*.
14863
14864 Thu Dec 18 13:13:03 1997  Doug Evans  <devans@canuck.cygnus.com>
14865
14866         * mkdep: New file.
14867
14868 Wed Dec 17 09:53:02 1997  Michael Meissner  <meissner@cygnus.com>
14869
14870         * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
14871
14872 Tue Dec 16 17:36:05 1997  Ian Lance Taylor  <ian@cygnus.com>
14873
14874         * Makefile.in: Add libgui directory.
14875         (GDB_TK): Add all-libgui.
14876         * configure.in: Add libgui directory.
14877         * configure: Add all-libgui to GDB_TK.
14878
14879 Mon Dec 15 16:12:28 1997  Nick Clifton  <nickc@cygnus.com>
14880
14881         * config-ml.in (multidirs): Add m32r to multilib list.
14882
14883 Fri Dec 12 10:43:31 1997  Brendan Kehoe  <brendan@canuck.cygnus.com>
14884
14885         * Makefile.in (all-target-gperf): Change dependency to
14886         all-target-libstdc++.
14887
14888 Thu Dec 11 23:30:51 1997  Fred Fish  <fnf@ninemoons.com>
14889
14890         * config.guess: Add BeOS support.
14891
14892 Wed Dec 10 15:10:38 1997  Ian Lance Taylor  <ian@cygnus.com>
14893
14894         Source directory cvs renamed to cvssrc:
14895         * configure.in (host_tools): Change cvs to cvssrc.
14896         (native_only): Likewise.
14897         (noconfigdirs) [various cases]: Likewise.
14898         * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
14899         (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
14900         (INSTALL_MODULES): Change install-cvs to install-cvssrc.
14901         (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
14902         (all-cvssrc): Rename target from all-cvs.
14903
14904 Wed Dec  3 07:55:59 1997  Jeffrey A Law  (law@cygnus.com)
14905
14906         * configure (gxx_include_dir): Fix thinko.
14907
14908 Tue Dec  2 10:55:34 1997  Jeffrey A Law  (law@cygnus.com)
14909
14910         * Makefile.in (INSTALL_TARGET_CROSS): Define.
14911         (install-cross, install-gcc-cross): New targets.
14912
14913 Tue Dec  2 10:08:31 1997  Nick Clifton  <nickc@cygnus.com>
14914
14915         * configure.in (noconfigdirs): Add support for Thumb target.
14916
14917         * config.sub (maybe_os): Add support for Thumb target.
14918
14919 Sun Nov 30 16:12:27 1997  Bob Manson  <manson@charmed.cygnus.com>
14920
14921         * Makefile.in: Add rules for cygmon.
14922
14923         * configure.in: Build cygmon for sparc-elf and sparclite-aout.
14924
14925 Thu Nov 27 01:31:30 1997  Jeffrey A Law  (law@cygnus.com)
14926
14927         * Makefile.in (INSTALL_TARGET): Do install-gcc first.
14928         * configure (gxx_include_dir): Provide a definition for subdirs
14929         which do not use autoconf.
14930
14931 Wed Nov 26 11:53:33 1997  Keith Seitz  <keiths@onions.cygnus.com>
14932
14933         * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
14934         11/18/97 build
14935
14936 Wed Nov 26 16:08:50 1997  Jeffrey A Law  (law@cygnus.com)
14937
14938         * From Franz Sirl.
14939         * config.guess (powerpc*-*-linux): Handle glibc2 beta release
14940         found on RedHat Linux systems.
14941
14942 Fri Nov 21 09:51:01 1997  Jeffrey A Law  (law@cygnus.com)
14943
14944         * config.guess (alpha stuff): Merge with FSF to avoid incorrect
14945         guesses.
14946
14947 Thu Nov 13 11:38:37 1997  Jeffrey A Law  (law@cygnus.com)
14948
14949         * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
14950
14951 Mon Nov 10 15:23:21 1997  H.J. Lu  <hjl@gnu.ai.mit.edu>
14952
14953         * ltmain.sh: If mkdir fails, check whether the directory was created
14954         anyhow by some other process.
14955
14956 Mon Nov 10 14:38:03 1997  Michael Meissner  <meissner@cygnus.com>
14957
14958         * configure.in (d30v-*-*): Configure all directories.
14959
14960 Sun Nov  9 17:36:20 1997  Michael Meissner  <meissner@cygnus.com>
14961
14962         * configure.in (d30v-*-*): Configure newlib, libiberty directories
14963         for the D30V.
14964
14965 Sat Nov  8 14:42:59 1997  Michael Meissner  <meissner@cygnus.com>
14966
14967         * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
14968
14969 Fri Nov  7 10:34:09 1997  Rob Savoye  <rob@darkstar.cygnus.com>
14970
14971         * include/libiberty.h: Add extern "C" { so it can be used with C++
14972         progrms.
14973         * include/remote-sim.h:  Add extern "C" { so it can be used with C++
14974         programs.
14975
14976 Thu Oct 30 11:09:29 1997  Michael Meissner  <meissner@cygnus.com>
14977
14978         * configure.in (d30v-*-*): Configure GCC now.
14979
14980 Mon Oct 27 13:17:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
14981
14982         * configure.in: Remove a "second pass" of tweaking noconfigdirs,
14983         is no longer needed.
14984
14985 Mon Oct 27 12:03:53 1997  Jason Merrill  <jason@yorick.cygnus.com>
14986
14987         * Makefile.in: check-target-libio depends on all-target-libstdc++.
14988
14989 Sun Oct 26 11:48:27 1997  Manfred Hollstein  (manfred@s-direktnet.de)
14990
14991         * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
14992         targets using "$@" to provide support for similar but not identical
14993         targets without having to duplicate code.
14994
14995 Mon Oct 20 15:28:49 1997  Klaus K"ampf  <kkaempf@progis.de>
14996
14997         * makefile.vms: Fix to work with DEC C.
14998
14999 Tue Oct  7 23:58:57 1997  Gavin Koch  <gavin@cygnus.com>
15000
15001         * config.sub: Add mips-tx39-elf to marketing names.
15002
15003 Tue Oct  7 14:24:41 1997  Ian Lance Taylor  <ian@cygnus.com>
15004
15005         * ltmain.sh: Handle symlinks in generated script.
15006
15007 Wed Oct  1 13:11:27 1997  Ian Lance Taylor  <ian@cygnus.com>
15008
15009         * configure: Handle autoconf style directory options: --bindir,
15010         --datadir, --includedir, --infodir, --libdir, --libexecdir,
15011         --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15012         --sysconfdir.
15013         * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15014         (sharedstatedir, localstatedir, oldincludedir): New variables.
15015         (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15016         infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15017         sbindir, sharedstatedir, and sysconfdir.
15018
15019 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15020
15021         * Makefile.in (bootstrap-lean): New target.
15022
15023 Wed Sep 24 18:06:27 1997  Stu Grossman  <grossman@babylon-5.cygnus.com>
15024
15025         * configure.in (d30v):  Remove tcl, tk, expect, gdb, itcl, tix, db,
15026         sn, and gnuserv from noconfigdirs.
15027
15028 Wed Sep 24 15:18:32 1997  Ian Lance Taylor  <ian@cygnus.com>
15029
15030         * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15031
15032 Thu Sep 18 23:58:27 1997  Jeffrey A Law  (law@cygnus.com)
15033
15034         * Makefile.in (cross): New target.
15035
15036 Thu Sep 18 21:43:23 1997  Alexandre Oliva  <oliva@dcc.unicamp.br>
15037                           Jeff Law         <law@cygnus.com>
15038
15039         * Makefile.in (bootstrap2, bootstrap3): New targets.
15040         (all-bootstrap): Remove outdated and confusing target.
15041         (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15042
15043 Thu Sep 18 15:37:42 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15044
15045         * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15046         windows.  Consistent with gdb/configure.
15047
15048 1997-09-15 02:37  Ulrich Drepper  <drepper@cygnus.com>
15049
15050         * configure.in: Name Linux target fragment.
15051
15052         * configure: Rewrite so that project Makefile fragment is inserted
15053         first and appears last in the resulting Makefile.
15054
15055 Tue Sep 16 09:55:07 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15056
15057         * Makefile.in (install-itcl): Install tcl first.
15058
15059 Fri Sep 12 16:19:20 1997  Geoffrey Noer  <noer@cygnus.com>
15060
15061         * configure.in: remove bison from noconfigdirs for Cygwin32 host
15062
15063 Thu Sep 11 16:40:46 1997  H.J. Lu  (hjl@gnu.ai.mit.edu)
15064
15065         * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15066
15067         * configure.in (skipdirs): Add target-librx for Linux.
15068         (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15069
15070 Wed Sep 10 21:29:54 1997  Jeffrey A Law  (law@cygnus.com)
15071
15072         * Makefile.in (bootstrap): New target.
15073
15074 Wed Sep 10 15:19:22 1997  Jeffrey A Law  (law@cygnus.com)
15075
15076         * config.sub: Accept 'amigados' for backward compatibility.
15077
15078 Mon Sep  8 20:46:20 1997  Ian Lance Taylor  <ian@cygnus.com>
15079
15080         * config.guess: Merge with FSF.
15081
15082 Sun Sep  7 23:18:32 1997  Fred Fish  <fnf@ninemoons.com>
15083
15084         * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15085
15086 Sun Sep  7 15:55:28 1997  Gavin Koch  <gavin@cygnus.com>
15087
15088         * config.sub: Add "marketing-names" patch.
15089
15090 Fri Sep  5 16:11:28 1997  Joel Sherrill  (joel@OARcorp.com)
15091
15092         * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15093
15094 Fri Sep  5 12:27:17 1997  Jeffrey A Law  (law@cygnus.com)
15095
15096         * config.sub: Handle v850-elf.
15097
15098 Wed Sep  3 22:01:58 1997  Fred Fish  <fnf@ninemoons.com>
15099
15100         * .cvsignore (*-install): Remove.
15101
15102 Wed Sep  3 12:15:24 1997  Chris Provenzano  <proven@cygnus.com>
15103
15104         * ltconfig: Set CONFIG_SHELL in libtool.
15105         * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15106
15107 Mon Sep  1 16:45:44 1997  Jim Wilson  <wilson@cygnus.com>
15108
15109         * configure.in (target_subdir): Set to libraries if enable_multilib.
15110
15111 Wed Aug 27 16:15:11 1997  Jim Wilson  <wilson@cygnus.com>
15112
15113         * config.guess: Update from gcc directory.
15114
15115 Tue Aug 26 16:46:46 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15116
15117         * Makefile.in (all-sim): Depends on all-readline.
15118
15119 Wed Aug 20 19:57:37 1997  Jason Merrill  <jason@yorick.cygnus.com>
15120
15121         * Makefile.in (BISON, YACC): Use $$s.
15122         (all-bison): Depend on all-texinfo.
15123
15124 Tue Aug 19 01:41:32 1997  Jason Merrill  <jason@yorick.cygnus.com>
15125
15126         * Makefile.in (BISON): Add -L flag.
15127         (YACC): Likewise.
15128
15129 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15130
15131         * configure.in (noconfigdirs): Add support for v850e target.
15132
15133         * config.sub (maybe_os): Add support for v850e target.
15134
15135 Mon Aug 18 11:30:50 1997  Nick Clifton  <nickc@cygnus.com>
15136
15137         * configure.in (noconfigdirs): Add support for v850ea target.
15138
15139         * config.sub (maybe_os): Add support for v850ea target.
15140
15141 Mon Aug 18 09:24:06 1997  Gavin Koch  <gavin@cygnus.com>
15142
15143         * config.sub: Add mipstx39.  Delete r3900.
15144
15145 Mon Aug 18 17:20:10 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15146
15147         * Makefile.in (all-autoconf): Depends on all-texinfo.
15148
15149 Fri Aug 15 23:09:26 1997  Michael Meissner  <meissner@cygnus.com>
15150
15151         * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15152         eabi targets.
15153
15154 Thu Aug 14 14:42:17 1997  Ian Lance Taylor  <ian@cygnus.com>
15155
15156         * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15157
15158         * configure: When handling a Canadian Cross, handle YACC as well as
15159         BISON.  Just set BISON to bison.  When setting YACC, prefer bison.
15160         * Makefile.in (all-bison): Depend upon all-texinfo.
15161
15162 Tue Aug 12 20:09:48 1997  Jason Merrill  <jason@yorick.cygnus.com>
15163
15164         * Makefile.in (BISON): bison, not byacc or bison -y.
15165         (YACC): bison -y or byacc or yacc.
15166         (various): Add *-bison as appropriate.
15167         (taz): No need to mess with BISON anymore.
15168
15169 Tue Aug 12 22:33:08 1997  Ian Lance Taylor  <ian@cygnus.com>
15170
15171         * configure: If OSTYPE matches *win32*, try to find a good value for
15172         CONFIG_SHELL.
15173
15174 Sun Aug 10 14:41:11 1997  Ian Lance Taylor  <ian@cygnus.com>
15175
15176         * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15177         configure.in if it is present.
15178
15179 Sat Aug  9 00:58:01 1997  Ian Lance Taylor  <ian@cygnus.com>
15180
15181         * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15182
15183 Fri Aug  8 16:30:13 1997  Doug Evans  <dje@canuck.cygnus.com>
15184
15185         * config.sub: Recognize `arc' cpu.
15186         * configure.in: Likewise.
15187         * config-ml.in: Likewise.
15188
15189 Thu Aug  7 11:02:34 1997  Ian Lance Taylor  <ian@cygnus.com>
15190
15191         * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15192
15193 Wed Aug  6 16:27:29 1997  Chris Provenzano  <proven@cygnus.com>
15194
15195         * configure: Changed sed delimiter from ':' to '|' when
15196         attempting to substitute ${config_shell} for SHELL. On
15197         NT ${config_shell} may contain a ':' in it.
15198
15199 Wed Aug  6 12:29:05 1997  Jason Merrill  <jason@yorick.cygnus.com>
15200
15201         * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15202
15203 Wed Aug  6 00:42:35 1997  Ian Lance Taylor  <ian@cygnus.com>
15204
15205         * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15206
15207 Tue Aug  5 14:08:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15208
15209         * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15210
15211         * ylwrap: If the program is a relative path, force it to be
15212         absolute.
15213
15214 Tue Aug  5 12:12:44 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15215
15216         * configure (tooldir): Set BISON to `bison -y' and not just bison.
15217
15218 Mon Aug  4 22:59:02 1997  Andrew Cagney  <cagney@b1.cygnus.com>
15219
15220         * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15221         correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15222         for libraries.
15223
15224 Mon Aug  4 12:40:24 1997  Jason Merrill  <jason@yorick.cygnus.com>
15225
15226         * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15227         separated by spaces.
15228
15229 Thu Jul 31 19:49:49 1997  Ian Lance Taylor  <ian@cygnus.com>
15230
15231         * ylwrap: New file.
15232         * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15233
15234         * ltmain.sh: Handle /bin/sh at start of install program.
15235
15236         * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15237
15238         * ltconfig, ltmain.sh: New files, from libtool 1.0.
15239         * missing: New file, from automake 1.2.
15240
15241 Thu Jul 24 12:57:56 1997  Ian Lance Taylor  <ian@cygnus.com>
15242
15243         * Makefile.in: Treat tix like tk, putting it in X11_MODULES.  Add
15244         check-tk to CHECK_X11_MODULES.
15245
15246 Wed Jul 23 17:03:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15247
15248         * config.sub: Merge with FSF.
15249
15250 Tue Jul 22 19:08:29 1997  Ian Lance Taylor  <ian@cygnus.com>
15251
15252         * config.guess: Merge with FSF.
15253
15254 Tue Jul 22 14:50:42 1997  Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15255
15256         * configure: Treat msdosdjgpp like go32.
15257         * configure.in: Likewise.  Don't remove gprof for go32.
15258
15259         * configure: Change Makefile.tem2 to Makefile.tm2.
15260
15261 Mon Jul 21 10:31:26 1997  Stephen Peters  <speters@cygnus.com>
15262
15263         * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15264
15265 Tue Jul 15 14:33:03 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15266
15267         * install-sh (chmodcmd): Set to null if the DST directory already
15268         exists.  Same as Nov 11th change.
15269
15270 Mon Jul 14 11:01:15 1997  Martin M. Hunt  <hunt@cygnus.com>
15271
15272         * configure (GDB_TK): Needs itcl and tix.
15273
15274 Mon Jul 14 00:32:10 1997  Jason Merrill  <jason@yorick.cygnus.com>
15275
15276         * config.guess: Update from FSF.
15277
15278 Fri Jul 11 11:57:11 1997  Martin M. Hunt  <hunt@cygnus.com>
15279
15280         * Makefile.in (GDB_TK): Depend on itcl and tix.
15281
15282 Fri Jul  4 13:25:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15283
15284         * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15285         (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15286         (INSTALL_SCRIPT): New variable.
15287         (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15288         * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15289         to -x.
15290         * install-sh: Add support for -x option.
15291
15292 Mon Jun 30 15:51:30 1997  Ian Lance Taylor  <ian@cygnus.com>
15293
15294         * configure.in, Makefile.in: Treat tix like itcl.
15295
15296 Thu Jun 26 13:59:19 1997  Ian Lance Taylor  <ian@cygnus.com>
15297
15298         * Makefile.in (WINDRES): New variable.
15299         (WINDRES_FOR_TARGET): New variable.
15300         (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15301         (EXTRA_HOST_FLAGS): Add WINDRES.
15302         (EXTRA_TARGET_FLAGS): Add WINDRES.
15303         (EXTRA_GCC_FLAGS): Add WINDRES.
15304         ($(DO_X)): Pass down WINDRES.
15305         ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15306         * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15307         DLLTOOL_FOR_TARGET.
15308
15309 Wed Jun 25 15:01:26 1997  Felix Lee  <flee@cygnus.com>
15310
15311         * configure.in: configure sim before gdb for win32-x-ppc
15312
15313 Wed Jun 25 12:18:54 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15314
15315         Move gperf into the toplevel, from libg++.
15316         * configure.in (target_tools): Add target-gperf.
15317         (native_only): Add target-gperf.
15318         * Makefile.in (all-target-gperf): New target, depend on
15319         all-target-libg++.
15320         (configure-target-gperf): Empty rule.
15321         (ALL_TARGET_MODULES): Add all-target-gperf.
15322         (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15323         (CHECK_TARGET_MODULES): Add check-target-gperf.
15324         (INSTALL_TARGET_MODULES): Add install-target-gperf.
15325         (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15326
15327 Mon Jun 23 10:51:53 1997  Jeffrey A Law  (law@cygnus.com)
15328
15329         * config.sub (mn10200): Recognize new basic machine.
15330
15331 Thu Jun 19 14:16:42 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15332
15333         * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15334         --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15335
15336 Tue Jun 17 15:31:20 1997  Brendan Kehoe  <brendan@lisa.cygnus.com>
15337
15338         * configure.in: If we're building mips-sgi-irix6* native, turn on
15339         ENABLE_MULTILIB and set TARGET_SUBDIR.
15340
15341 Tue Jun 17 12:20:59 1997  Tom Tromey  <tromey@cygnus.com>
15342
15343         * Makefile.in (all-sn): Depend on all-grep.
15344
15345 Mon Jun 16 11:11:10 1997  Ian Lance Taylor  <ian@cygnus.com>
15346
15347         * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15348
15349         * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15350         Makefile.  From Jeff Makey <jeff@cts.com>.
15351         * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15352
15353         * Makefile.in (DISTBISONFILES): Remove.
15354         (taz): Don't futz with DISTBISONFILES.  Change BISON to use
15355         $(DEFAULT_YACC).
15356
15357         * configure.in: Build itl, db, sn, etc., when building for native
15358         cygwin32.
15359
15360         * Makefile.in (LD): New variable.
15361         (EXTRA_HOST_FLAGS): Pass down LD.
15362         ($(DO_X)): Likewise.
15363
15364 Mon Jun 16 11:10:35 1997  Philip Blundell  <Philip.Blundell@pobox.com>
15365
15366         * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15367
15368 Fri Jun 13 10:22:56 1997  Bob Manson  <manson@charmed.cygnus.com>
15369
15370         * configure.in (targargs): Strip out any supplied --build argument
15371         before adding our own. Always add --build.
15372
15373 Thu Jun 12 21:12:28 1997  Bob Manson  <manson@charmed.cygnus.com>
15374
15375         * configure.in (targargs): Pass --build if we're doing
15376         a cross-compile.
15377
15378 Fri Jun  6 21:38:40 1997  Rob Savoye  <rob@chinadoll.cygnus.com>
15379
15380         * configure: Use '|' instead of ":" as the separator in
15381         sed. Otherwise sed chokes on NT path names with drive
15382         designators. Also look for "?:*" as the leading characters in an
15383         absolute pathname.
15384
15385 Mon Jun  2 13:05:20 1997  Gavin Koch  <gavin@cygnus.com>
15386
15387         * config.sub: Support for r3900.
15388
15389 Wed May 21 17:33:31 1997  Ian Lance Taylor  <ian@cygnus.com>
15390
15391         * configure.in: Use install-sh, not install.sh.
15392
15393 Wed May 14 16:06:51 1997  Ian Lance Taylor  <ian@cygnus.com>
15394
15395         * Makefile.in (taz): Improve check for BISON so it doesn't try to
15396         apply it twice.
15397
15398 Fri May  9 17:22:05 1997  Ian Lance Taylor  <ian@cygnus.com>
15399
15400         * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15401         install-binutils.
15402
15403 Thu May  8 17:29:50 1997  Ian Lance Taylor  <ian@cygnus.com>
15404
15405         * Makefile.in: Add automake targets.
15406         * configure.in (host_tools): Add automake.
15407
15408 Tue May  6 15:49:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15409
15410         * configure: Default CXX to c++, not gcc.
15411         * Makefile.in (CXX): Set to c++, not gcc.
15412         (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15413
15414 Thu May  1 10:11:43 1997  Geoffrey Noer  <noer@cygnus.com>
15415
15416         * install-sh: try appending a .exe if source file doesn't
15417         exist
15418
15419 Wed Apr 30 12:05:36 1997  Jason Merrill  <jason@yorick.cygnus.com>
15420
15421         * configure.in: Turn on multilib by default.
15422         (cross_only): Remove target-libiberty.
15423
15424         * Makefile.in (all-gcc): Don't depend on libiberty.
15425
15426 Mon Apr 28 18:39:45 1997  Michael Snyder  <msnyder@cleaver.cygnus.com>
15427
15428         * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15429
15430 Thu Apr 24 19:30:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15431
15432         * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15433         (DISTBISONFILES): Add ld/Makefile.in
15434
15435 Tue Apr 22 17:17:28 1997  Geoffrey Noer  <noer@pizza.cygnus.com>
15436
15437         * configure.in: if target is cygwin32 but host isn't cygwin32,
15438         don't configure gdb tcl tk expect, not just gdb.
15439
15440 Mon Apr 21 13:33:39 1997  Tom Tromey  <tromey@cygnus.com>
15441
15442         * configure.in: Added gnuserv everywhere sn appears.
15443
15444         * Makefile.in (ALL_MODULES): Added all-gnuserv.
15445         (CROSS_CHECK_MODULES): Added check-gnuserv.
15446         (INSTALL_MODULES): Added install-gnuserv.
15447         (CLEAN_MODULES): Added clean-gnuserv.
15448         (all-gnuserv): New target.
15449
15450 Thu Apr 17 13:57:06 1997  Per Fogelstrom  <pefo@openbsd.org>
15451
15452         * config.guess: Fixes for MIPS OpenBSD systems.
15453
15454 Tue Apr 15 12:21:07 1997  Ian Lance Taylor  <ian@cygnus.com>
15455
15456         * Makefile.in (INSTALL_XFORM): Remove.
15457         (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15458
15459         * mkinstalldirs: New file, copied from automake.
15460         * Makefile.in (installdirs): Rename from install-dirs.  Use
15461         mkinstalldirs.  Change all users.
15462         (DEVO_SUPPORT): Add mkinstalldirs.
15463
15464 Mon Apr 14 11:21:38 1997  Ian Lance Taylor  <ian@cygnus.com>
15465
15466         * install-sh: Rename from install.sh.
15467         * Makefile.in (INSTALL): Change install.sh to install-sh.
15468         (DEVO_SUPPORT): Likewise.
15469
15470         * configure: Use ${config_shell} with ${moveifchange}.  From Thomas
15471         Graichen <graichen@rzpd.de>.
15472
15473 Fri Apr 11 16:37:10 1997  Niklas Hallqvist  <niklas@appli.se>
15474
15475         * config.guess: Recognize OpenBSD systems correctly.
15476
15477 Fri Apr 11 17:07:04 1997  Jason Molenda  (crash@godzilla.cygnus.co.jp)
15478
15479         * README, Makefile.in (ETC_SUPPORT): Remove references to
15480         cfg-paper*, configure.{texi,man,info*}._
15481
15482 Sun Apr  6 18:47:57 1997  Andrew Cagney  <cagney@kremvax.cygnus.com>
15483
15484         * Makefile.in (all.normal): Ensure that gcc is built after all
15485         the x11 - ie gdb - targets.
15486
15487 Tue Apr  1 16:28:50 1997  Klaus Kaempf  <kkaempf@progis.de>
15488
15489         * makefile.vms: Don't run conf-a-gas.
15490
15491 Mon Mar 31 16:26:55 1997  Joel Sherrill  <joel@oarcorp.com>
15492
15493         * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15494
15495 Sun Mar 30 12:38:27 1997  Fred Fish  <fnf@cygnus.com>
15496
15497         * configure.in: Remove noconfigdirs case since gdb also
15498         configures and builds for tic80-coff.
15499
15500 Fri Mar 28 18:28:52 1997  Ian Lance Taylor  <ian@cygnus.com>
15501
15502         * configure: Set cache_file to config.cache.
15503         * Makefile.in (local-distclean): Remove config.cache.
15504
15505 Wed Mar 26 18:49:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15506
15507         * COPYING: Update FSF address.
15508
15509 Wed Mar 26 10:38:25 1997  Michael Meissner  <meissner@cygnus.com>
15510
15511         * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15512         noconfigdirs.
15513
15514 Mon Mar 24 15:02:39 1997  Ian Lance Taylor  <ian@cygnus.com>
15515
15516         * Makefile.in (install-dirs): Don't crash if prefix, and hence
15517         MAKEDIRS, is empty.
15518
15519 Mon Mar 24 12:40:55 1997  Doug Evans  <dje@canuck.cygnus.com>
15520
15521         * config.sub: Tweak mn10300 entry.
15522
15523 Fri Mar 21 15:35:27 1997  Michael Meissner  <meissner@cygnus.com>
15524
15525         * configure.in (host_tools): Put sim before gdb, so gdb's
15526         configure.tgt can determine if the simulator was configured.
15527
15528 Sun Mar 16 16:07:08 1997  Fred Fish  <fnf@cygnus.com>
15529
15530         * config.sub: Move BeOS $os case to be with other Cygnus
15531         local cases.
15532
15533 Sun Mar 16 01:34:55 1997  Martin Hunt <hunt@cygnus.com>
15534
15535         * config.sub: Remove misplaced comment that broke Linux.
15536
15537 Sat Mar 15 22:50:15 1997  Fred Fish  <fnf@cygnus.com>
15538
15539         * config.sub: Add BeOS support.
15540
15541 Mon Mar 10 13:30:11 1997  Tom Tromey  <tromey@cygnus.com>
15542
15543         * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15544
15545 Wed Mar  5 12:09:29 1997  Martin  <hunt@cygnus.com>
15546
15547         * configure.in (noconfigdirs): Remove tcl and tk from
15548         noconfigdirs for cygwin32 builds.
15549
15550 Fri Feb 28 18:20:15 1997  Fred Fish  <fnf@cygnus.com>
15551
15552         * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15553
15554 Thu Feb 27 14:57:26 1997  Ken Raeburn  <raeburn@cygnus.com>
15555
15556         * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15557         make-all.com, use makefile.vms instead.
15558
15559 Tue Feb 25 18:46:14 1997  Stan Shebs  <shebs@andros.cygnus.com>
15560
15561         * config.sub: Accept -lnews*.
15562
15563 Tue Feb 25 13:19:14 1997  Andrew Cagney  <cagney@kremvax.tpgi.com.au>
15564
15565         * configure.in (noconfigdirs): Disable target-newlib,
15566         target-examples and target-libiberty for d30v.
15567
15568 Fri Feb 21 17:56:25 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15569
15570         * configure.in (noconfigdirs): Enable ld for d30v.
15571
15572 Fri Feb 21 20:58:51 1997  Michael Meissner  <meissner@cygnus.com>
15573
15574         * configure.in (tic80-*-*): Build compiler.
15575
15576 Sun Feb 16 15:41:09 1997  Andrew Cagney  <cagney@critters.cygnus.com>
15577
15578         * configure.in (d30v-*): Remove sim directory from list of
15579         unsupported d30v directories
15580
15581 Tue Feb 18 17:32:42 1997  Martin M. Hunt  <hunt@pizza.cygnus.com>
15582
15583         * config.sub, configure.in: Add d30v target cpu.
15584
15585 Thu Feb 13 22:04:44 1997  Klaus Kaempf  <kkaempf@progis.de>
15586
15587         * makefile.vms: New file.
15588         * make-all.com: Remove.
15589
15590 Wed Feb 12 12:54:18 1997  Jim Wilson  <wilson@cygnus.com>
15591
15592         * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15593
15594 Sat Feb  8 20:36:49 1997  Michael Meissner  <meissner@cygnus.com>
15595
15596         * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15597
15598 Tue Feb  4 11:39:29 1997  Tom Tromey  <tromey@cygnus.com>
15599
15600         * Makefile.in (ALL_MODULES): Added all-db.
15601         (CROSS_CHECK_MODULES): Addec check-db.
15602         (INSTALL_MODULES): Added install-db.
15603         (CLEAN_MODULES): Added clean-db.
15604
15605 Mon Feb  3 13:29:36 1997  Ian Lance Taylor  <ian@cygnus.com>
15606
15607         * config.guess: Merge with latest FSF sources.
15608
15609 Tue Jan 28 09:20:37 1997  Tom Tromey  <tromey@cygnus.com>
15610
15611         * Makefile.in (ALL_MODULES): Added all-itcl.
15612         (CROSS_CHECK_MODULES): Added check-itcl.
15613         (INSTALL_MODULES): Added install-itcl.
15614         (CLEAN_MODULES): Added clean-itcl.
15615
15616 Thu Jan 23 01:44:27 1997  Geoffrey Noer  <noer@cygnus.com>
15617
15618         * configure.in: build gdb for mn10200
15619
15620 Fri Jan 17 15:32:15 1997  Doug Evans  <dje@canuck.cygnus.com>
15621
15622         * Makefile.in (all-target-winsup): Depend on all-target-libio.
15623
15624 Mon Jan 13 22:46:54 1997  Michael Meissner  <meissner@tiktok.cygnus.com>
15625
15626         * configure.in (tic80-*-*): Turn off most targets right now.
15627
15628 Fri Jan  3 16:04:03 1997  Ian Lance Taylor  <ian@cygnus.com>
15629
15630         * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15631         rather than the makeinfo program.
15632         (do-info): Depend upon all-texinfo.
15633
15634 Tue Dec 31 16:00:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15635
15636         * configure.in: Remove uses of config/mh-linux.
15637
15638         * config.sub, config.guess: Merge with latest FSF sources.
15639
15640 Fri Dec 27 23:04:33 1996  Fred Fish  <fnf@cygnus.com>
15641
15642         * config.sub (case $basic_machine): Add tic80 entries.
15643
15644 Fri Dec 27 12:07:59 1996  Ian Lance Taylor  <ian@cygnus.com>
15645
15646         * config.sub, config.guess: Merge with latest FSF sources.
15647
15648 Wed Dec 18 22:46:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
15649
15650         * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15651         * mpw-config.in: Test for NewFolderRecursive.
15652         * mpw-install: Use symbolic name for startup filename.
15653         * mpw-README: Add various additional details.
15654
15655 Wed Dec 18 13:11:46 1996  Jim Wilson  <wilson@cygnus.com>
15656
15657         * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15658
15659 Wed Dec 18 10:29:31 1996  Jeffrey A Law  (law@cygnus.com)
15660
15661         * configure.in: Do build gcc and the target libraries for
15662         the mn10200.
15663
15664 Wed Dec  4 16:53:05 1996  Geoffrey Noer  <noer@cygnus.com>
15665
15666         * configure.in: don't avoid building gdb for mn10300 any more
15667         * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15668         instead of single-quoting it.
15669
15670 Tue Dec  3 23:26:50 1996  Jason Merrill  <jason@yorick.cygnus.com>
15671
15672         * configure.in: Don't use --with-stabs on IRIX 6.
15673
15674 Tue Dec  3 09:05:25 1996  Doug Evans  <dje@canuck.cygnus.com>
15675
15676         * configure.in (m32r): Build gdb, libg++ now.
15677
15678 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
15679
15680         * configure.in (mips*-sgi-irix6*):  Remove gdb and related
15681         directories from noconfigdirs.
15682
15683 Tue Nov 26 11:45:33 1996  Kim Knuttila  <krk@cygnus.com>
15684
15685         * config.sub (basic_machine): added mips16 configuration
15686
15687 Sat Nov 23 19:26:22 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15688
15689         * config.sub: Handle d10v-unknown.
15690
15691 Sat Nov 23 10:23:01 1996  Gavin Koch  <gavin@cygnus.com>
15692
15693         * config.sub: Handle v850-unknown.
15694
15695 Thu Nov 21 16:19:44 1996  Geoffrey Noer  <noer@cygnus.com>
15696
15697         * Makefile.in: add findutils
15698         * configure.in: add findutils to list of host_tools
15699
15700 Wed Nov 20 10:09:01 1996  Jeffrey A Law  (law@cygnus.com)
15701
15702         * config.sub: Handle mn10200 and mn10300.
15703
15704 Tue Nov 19 16:35:14 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15705
15706         * configure.in (d10v-*): Do not build librx.
15707
15708 Mon Nov 18 13:28:41 1996  Jeffrey A Law  (law@cygnus.com)
15709
15710         * configure.in (mn10300): Build everything except gdb & libgloss.
15711
15712 Wed Nov 13 14:59:46 1996  Per Bothner  <bothner@deneb.cygnus.com>
15713
15714         * config.guess:  Patch for Dansk Data Elektronik servers,
15715         from Niels Skou Olsen <nso@dde.dk>.
15716
15717         For ncr, use /bin/uname rather than uname, since GNU uname does not
15718         support -p.  Suggested by Mark Mitchell <mmitchell@usa.net>.
15719
15720         Patch for MIPS R4000 running System V,
15721         from Eric S. Raymond <esr@snark.thyrsus.com>.
15722
15723         Fix thinko for nextstep.
15724
15725         Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15726
15727         Sat Jun 24 18:58:17 1995  Morten Welinder  <terra+@cs.cmu.edu>
15728         * config.guess: Guess mips-dec-mach_bsd4.3.
15729
15730         Thu Oct 10 04:07:04 1996  Harlan Stenn <harlan@pfcs.com>
15731         * config.guess (i?86-ncr-sysv*):  Emit just enough of the minor
15732         release numbers.
15733         * config.guess (mips-mips-riscos*):  Emit just enough of the
15734         release number.
15735
15736         Tue Oct  8 10:37:22 1996  Frank Vance <fvance@waii.com>
15737         * config.guess (sparc-auspex-sunos*):  Added.
15738         (f300-fujitsu-*): Added.
15739
15740         Wed Sep 25 22:00:35 1996  Jeff Woolsey <woolsey@jlw.com>
15741         * config.guess:  Recognize a Tadpole as a sparc.
15742
15743 Wed Nov 13 00:53:09 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15744
15745         * config.guess: Don't assume that NextStep version is either 2 or
15746         3.  NextStep 4 (aka OpenStep 4) has come out now.
15747
15748 Mon Nov 11 23:52:03 1996  David J. MacKenzie  <djm@churchy.gnu.ai.mit.edu>
15749
15750         * config.guess: Support Cray T90 that reports itself as "CRAY TS".
15751         From Rik Faith <faith@cs.unc.edu>.
15752
15753 Fri Nov  8 11:34:58 1996  David J. MacKenzie  <djm@geech.gnu.ai.mit.edu>
15754
15755         * config.sub: Contributions from bug-gnu-utils to:
15756         Support plain "hppa" (no version given) architecture, reported by
15757         OpenStep.
15758         OpenBSD like NetBSD.
15759         LynxOs is not a hardware supplier.
15760
15761         * config.guess: Contributions from bug-gnu-utils to add support for:
15762         OpenBSD like NetBSD.
15763         Stratus systems.
15764         More Pyramid systems.
15765         i[n>4]86 Intel chips.
15766         M680[n>4]0 Motorola chips.
15767         Use unknown instead of lynx for hardware manufacturer.
15768
15769 Mon Nov 11 10:09:08 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
15770
15771         * install.sh (chmodcmd): Set to null if the DST directory already
15772         exists.
15773
15774 Mon Nov 11 10:43:41 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15775
15776         * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
15777         not use mt-ppc target Makefile fragment any more.
15778
15779 Sun Nov  3 19:17:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15780
15781         * configure.in (*-*-windows):  Exclude everything but those dirs
15782         needed to build windows.
15783
15784 Tue Oct 29 16:41:31 1996  Doug Evans  <dje@canuck.cygnus.com>
15785
15786         * Makefile.in (all-target-winsup): Depend on all-target-librx.
15787
15788 Mon Oct 28 17:32:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15789
15790         * configure.in:  Exclude mmalloc from i386-windows.
15791
15792 Thu Oct 24 09:22:46 1996  Stu Grossman  (grossman@critters.cygnus.com)
15793
15794         * Undo my previous change.
15795
15796 Thu Oct 24 12:12:04 1996  Ian Lance Taylor  <ian@cygnus.com>
15797
15798         * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
15799         unconditionally.
15800         (MAKEOVERRIDES): Define (revert this part of October 18 change).
15801
15802 Thu Oct 24 09:02:07 1996  Stu Grossman  (grossman@critters.cygnus.com)
15803
15804         * Makefile.in (FLAGS_TO_PASS):  Add $(HOST_FLAGS) to allow the
15805         host to add it's own flags.
15806
15807 Tue Oct 22 15:20:26 1996  Ian Lance Taylor  <ian@cygnus.com>
15808
15809         * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
15810
15811 Fri Oct 18 13:37:13 1996  Ian Lance Taylor  <ian@cygnus.com>
15812
15813         * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
15814         (CXX_FOR_TARGET): Likewise.
15815         (GCC_FOR_TARGET): Define.
15816         (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
15817         (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
15818         CC_FOR_TARGET was specified on the command line.
15819         (MAKEOVERRIDES): Don't define.
15820
15821 Thu Oct 17 10:27:56 1996  Doug Evans  <dje@canuck.cygnus.com>
15822
15823         * configure.in (m32r): Fix spelling of libg++ libs.
15824
15825 Thu Oct 10 10:37:17 1996  Stan Shebs  <shebs@andros.cygnus.com>
15826
15827         * config.sub (-apple*): Remove, now redundant.
15828
15829 Thu Oct 10 12:30:54 1996  Ian Lance Taylor  <ian@cygnus.com>
15830
15831         * configure: Don't get confused by CPU-VENDOR-linux-gnu.
15832
15833         * configure: Rework yesterday's sed script patch.
15834
15835         * config.sub: Merge with FSF.
15836
15837 Wed Oct  9 17:24:59 1996  Per Bothner  <bothner@deneb.cygnus.com>
15838
15839         * config.guess:  Merge from FSF.
15840
15841         1996-09-12  Richard Stallman  <rms@ethanol.gnu.ai.mit.edu>
15842         * config.guess: Use pc instead of unknown, for pc clone systems.
15843         Change linux to linux-gnu.
15844
15845         Mon Jul 15 23:51:11 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
15846         * config.guess: Avoid non-portable tr syntax.
15847
15848 Wed Oct  9 06:06:46 1996  Jeffrey A Law  (law@cygnus.com)
15849
15850         * test-build.mk (HOLES): Add "xargs" for gdb.
15851
15852         * configure: Avoid hpux10.20 sed bug.
15853
15854 Tue Oct  8 08:32:48 1996  Stu Grossman  (grossman@critters.cygnus.com)
15855
15856         * configure.in:  Add support for windows host
15857         (that is a build done under the Microsoft build environment).
15858
15859 Tue Oct  8 10:39:08 1996  Ian Lance Taylor  <ian@cygnus.com>
15860
15861         * Makefile.in: Replace all uses of srcroot with s, to shrink
15862         command line lengths.
15863
15864         Patches from Geoffrey Noer <noer@cygnus.com>:
15865         * configure.in: If configuring for newlib, pass --with-newlib to
15866         subdirectories.
15867         * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
15868         -Bnewlib/ and -Lwinsup to gcc.
15869         (CXX_FOR_TARGET): Likewise.
15870
15871 Mon Oct  7 10:59:35 1996  Ian Lance Taylor  <ian@cygnus.com>
15872
15873         * Makefile.in (ETC_SUPPORT): Add configure.
15874
15875 Fri Oct  4 12:22:58 1996  Angela Marie Thomas (angela@cygnus.com)
15876
15877         * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
15878         host configuration file.
15879
15880 Thu Oct  3 09:28:25 1996  Jeffrey A Law  (law@cygnus.com)
15881
15882         * configure.in: Break mn10x00 support into separate
15883         mn10200 and mn10300 configurations.
15884         * config.sub: Likewise.
15885
15886 Wed Oct  2 22:27:52 1996  Jeffrey A Law  (law@cygnus.com)
15887
15888         * configure.in: Add lots of stuff to noconfigdirs for
15889         the mn10x00 targets.
15890
15891         * config.sub, configure.in: Add mn10x00 support.
15892
15893 Wed Oct  2 15:52:36 1996  Klaus Kaempf  <kkaempf@progis.de>
15894
15895         * make-all.com: Call conf-a-gas, not config-a-gas.
15896
15897 Tue Oct  1 01:28:41 1996  James G. Smith  <jsmith@cygnus.co.uk>
15898
15899         * configure.in (noconfigdirs): Don't build libgloss for arm-coff
15900         targets.
15901
15902 Mon Sep 30 14:24:01 1996  Stan Shebs  <shebs@andros.cygnus.com>
15903
15904         * mpw-README: Add much more detail for native PowerMac.
15905         * mpw-install: New file.
15906         * mpw-configure: Add --norecursion and --help options.
15907         * mpw-config.in: Translate readme and install files when
15908         copying to objdir.
15909         * mpw-build.in: Don't always depend on byacc and flex.
15910         (install-only-top): New action.
15911
15912 Fri Sep 27 17:39:44 1996  Stu Grossman  (grossman@critters.cygnus.com)
15913
15914         * configure.in:  You can now configure GDB for the v850.
15915
15916 Tue Sep 24 19:05:12 1996  Stan Shebs  <shebs@andros.cygnus.com>
15917
15918         * configure.in (noconfigdirs): Don't configure any C++ dirs
15919         if targeting D10V.
15920
15921 Tue Sep 17 12:15:31 1996  Ian Lance Taylor  <ian@cygnus.com>
15922
15923         * config.sub: Recognize mips64vr5000.
15924
15925 Mon Sep 16 17:00:52 1996  Ian Lance Taylor  <ian@cygnus.com>
15926
15927         * configure.in: Use a single line for host_tools and native_only.
15928
15929 Mon Sep  9 12:21:30 1996  Doug Evans  <dje@canuck.cygnus.com>
15930
15931         * config.sub, configure.in: Add entries for m32r.
15932
15933 Thu Sep  5 13:52:47 1996  Tom Tromey  <tromey@creche.cygnus.com>
15934
15935         * Makefile.in (inet-install): Don't run install-gzip.
15936
15937 Wed Sep  4 17:26:13 1996  Stu Grossman  (grossman@critters.cygnus.com)
15938
15939         * configure.in:  Don't config lots of things for *-*-windows*.
15940
15941 Sat Aug 31 11:45:57 1996  Stan Shebs  <shebs@andros.cygnus.com>
15942
15943         * mpw-config.in: Test for mpw-true, true, and null-command scripts.
15944         (host_libs, host_tools): Copy from configure.in.
15945         * mpw-configure: Don't complain about directories not found.
15946
15947 Thu Aug 29 16:44:58 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15948
15949         * configure.in (i[345]86): Recognize i686 for pentium pro.
15950         (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
15951         file.
15952
15953         * config.guess (i[345]86): Ditto.
15954
15955 Mon Aug 26 18:34:42 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
15956
15957         * configure.in (noconfigdirs): Removed gdb for D10V.
15958
15959 Thu Aug 22 17:13:52 1996  Jeffrey A Law  (law@cygnus.com)
15960
15961         * configure.in: Remove ld, target-libio, target-libg++, and
15962         target-libstdc++ from noconfigdirs.
15963
15964 Wed Aug 21 18:56:38 1996  Fred Fish  <fnf@cygnus.com>
15965
15966         * configure: Fix three locations where shell scripts were
15967         being run directly rather than with config_shell.
15968
15969 Tue Aug 20 13:08:47 1996  J.T. Conklin  <jtc@hippo.cygnus.com>
15970
15971         * configure.in (v850-*-*): Set up initial $noconfigdirs.
15972         * config.sub (basic_machine): Recognize v850.
15973
15974 Thu Aug 15 12:19:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
15975
15976         * mpw-configure: Handle multiple enable/disable options and
15977         pass them down recursively, handle -c and -s flags appropriately
15978         depending on choice of compiler, add escape mechanism for
15979         quoted arguments to gC.
15980
15981 Mon Aug 12 13:15:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
15982
15983         * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
15984         solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
15985         so that -mrelocatable-lib and -mno-eabi are used.
15986
15987         * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
15988         not support --print-multi-lib, don't abort.
15989
15990 Thu Aug  8 12:18:59 1996  Klaus Kaempf  <kkaempf@progis.de>
15991
15992         * make-all.com: Run config-a-gas.
15993         * setup.com: Don't copy subdirectory files around.
15994
15995 Tue Jul 30 17:49:31 1996  Brendan Kehoe  <brendan@cygnus.com>
15996
15997         * configure.in (*-*-ose): Remove exclusion of libgloss for this
15998         target, it now compiles correctly.
15999
16000 Sat Jul 27 15:10:43 1996  Stan Shebs  <shebs@andros.cygnus.com>
16001
16002         * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16003
16004 Tue Jul 23 10:47:04 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16005
16006         * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16007
16008 Mon Jul 22 13:28:51 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16009
16010         * configure.in (native_only): Add prms.
16011
16012 Mon Jul 22 12:27:58 1996  Ian Lance Taylor  <ian@cygnus.com>
16013
16014         * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16015         (BINUTILS_SUPPORT_DIRS): Likewise.
16016
16017 Thu Jul 18 12:55:40 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16018
16019         * configure.in (d10v-*-*): Don't configure ld or gdb until the
16020         d10v support is added.
16021
16022 Wed Jul 17 14:33:09 1996  Martin M. Hunt  <hunt@pizza.cygnus.com>
16023
16024         * configure.in (d10v-*-*): New target.
16025
16026 Mon Jul 15 11:53:00 1996  Jeffrey A Law  (law@cygnus.com)
16027
16028         * config.guess (HP 9000/811): Recognize this as a PA1.1
16029         machine.
16030
16031 Fri Jul 12 23:21:17 1996  Ken Raeburn  <raeburn@cygnus.com>
16032
16033         * Makefile.in (do-tar-gz): New target, split out from tail end of
16034         taz target.  Run each command separately, don't use pipes.
16035         (taz): Use it.
16036
16037 Fri Jul 12 12:08:04 1996  Stan Shebs  <shebs@andros.cygnus.com>
16038
16039         * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16040         * mpw-build.in: No builds should depend on building byacc or flex,
16041         they are assumed to be installed already.
16042
16043 Fri Jul 12 09:52:52 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16044
16045         * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16046         variable that CC_FOR_TARGET needs.
16047
16048 Thu Jul 11 10:09:45 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16049
16050         * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16051         options have changed since the last time the subdirectory was
16052         configured, and if it has, reconfigure.
16053         (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16054         CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16055
16056 Wed Jul 10 18:56:59 1996  Doug Evans  <dje@canuck.cygnus.com>
16057
16058         * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16059         CLEAN_MODULES): Add bash.
16060         (all-bash): New target.
16061
16062 Mon Jul  8 17:33:14 1996  Jim Wilson  <wilson@cygnus.com>
16063
16064         * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16065
16066 Mon Jul  1 13:31:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16067
16068         * config.sub (basic_machine): Recognize d10v as a valid processor.
16069
16070 Fri Jun 28 12:14:35 1996  Stan Shebs  <shebs@andros.cygnus.com>
16071
16072         * mpw-configure: Add support for --bindir.
16073         * mpw-build.in: Use a GCC-specific build script for GCC actions.
16074
16075 Wed Jun 26 17:20:12 1996  Geoffrey Noer  <noer@cygnus.com>
16076
16077         * configure.in: add bash, time, gawk to list of hosttools and things
16078         to only build for native toolchains
16079
16080 Tue Jun 25 23:09:03 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16081
16082         * Makefile.in (docdir): Remove.
16083
16084 Tue Jun 25 19:00:08 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
16085
16086         * Makefile.in (datadir): Set to $(prefix)/share.
16087
16088 Mon Jun 24 23:26:07 1996  Geoffrey Noer  <noer@cygnus.com>
16089
16090         * configure.in: build diff and patch for cygwin32-hosted
16091         toolchains.
16092
16093 Mon Jun 24 15:01:12 1996  Joel Sherrill  <joel@merlin.gcs.redstone.army.mil>
16094
16095         * config.sub: Accept -rtems*.
16096
16097 Sun Jun 23 22:41:54 1996  Geoffrey Noer  <noer@cygnus.com>
16098
16099         * configure.in: enable dosrel for cygwin32-hosted builds,
16100                 remove diff from the list of things not buildable
16101                 via Canadian Cross
16102
16103 Sat Jun 22 11:39:01 1996  Jason Merrill  <jason@yorick.cygnus.com>
16104
16105         * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16106         don't get ". ".
16107
16108 Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
16109
16110         * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16111
16112 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
16113
16114         * Makefile.in (taz): Handle case where tex3patch didn't even get
16115         checked out.  Also, if it was found, put the symlink in a new util
16116         subdirectory.
16117
16118 Thu Jun 20 12:20:33 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16119
16120         * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16121
16122 Tue Jun 18 14:24:12 1996  Klaus Kaempf  (kkaempf@progis.de)
16123
16124         * config.sub: Recognize -openvms.
16125         * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16126         * make-all.com, setup.com: New files.
16127
16128 Mon Jun 17 16:34:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16129
16130         * Makefile.in (taz): tex3patch moved to texinfo/util.
16131
16132 Sat Jun 15 17:13:25 1996  Geoffrey Noer <noer@cygnus.com>
16133
16134         * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16135         * configure.in: remove make from disable-if-Can-Cross list
16136                 enable gdb if ${host} and ${target} are cygwin32
16137
16138 Fri Jun  7 18:16:52 1996  Harlan Stenn <harlan@pfcs.com>
16139
16140         * config.guess (i?86-ncr-sysv*):  Emit minor release numbers.
16141         Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16142
16143 Wed Jun  5 00:09:17 1996  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16144
16145         * config.guess:  Combine mips-mips-riscos cases, and use cpp to
16146         distinguish sysv/svr4/bsd variants.
16147         Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16148
16149 Fri Jun  7 14:24:49 1996  Tom Tromey  <tromey@creche.cygnus.com>
16150
16151         * configure.in: Added copyright notice.
16152         * move-if-change: Added copyright notice.
16153
16154 Thu Jun  6 16:27:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16155
16156         * configure.in (powerpcle-*-solaris*): Until we get shared
16157         libraries working, don't build gdb, sim, make, tcl, tk, or
16158         expect.
16159
16160 Tue Jun  4 20:41:45 1996  Per Bothner  <bothner@deneb.cygnus.com>
16161
16162         * config.guess:  Merge with FSF:
16163
16164         Mon Jun  3 08:49:14 1996  Karl Heuer  <kwzh@gnu.ai.mit.edu>
16165         * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16166
16167         Fri May 24 18:34:53 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
16168         * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16169
16170         Fri Apr 12 20:03:59 1996  Per Bothner  <bothner@spiff.gnu.ai.mit.edu>
16171         * config.guess:  Combine two OSF1 rules.
16172         Also recognize field test versions.  From mjr@zk3.dec.com.
16173         * config.guess (dgux):  Use /usr/bin/uname rather than uname,
16174         because GNU uname does not support -p.  From pmr@pajato.com.
16175
16176 Tue Jun  4 11:07:25 1996  Tom Tromey  <tromey@csk3.cygnus.com>
16177
16178         * Makefile.in (MAKEDIRS): Removed $(tooldir).
16179
16180 Tue May 28 12:30:50 1996  Stan Shebs  <shebs@andros.cygnus.com>
16181
16182         * mpw-README: Document GCCIncludes.
16183
16184 Sun May 26 15:16:27 1996  Fred Fish  <fnf@cygnus.com>
16185
16186         * configure.in (alpha-*-linux*): Set enable_shared to yes.
16187
16188 Tue May 21 15:41:39 1996  Stan Shebs  <shebs@andros.cygnus.com>
16189
16190         * mpw-configure: Handle --enable-FOO and --disable-FOO.
16191
16192 Mon May 20 10:12:29 1996  Geoffrey Noer  <noer@cygnus.com>
16193
16194         * configure.in (*-*-cygwin32): Configure make.
16195
16196 Tue May  7 14:19:42 1996  Tom Tromey  <tromey@snuffle.cygnus.com>
16197
16198         * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16199
16200 Fri May  3 08:57:17 1996  Tom Tromey  <tromey@lisa.cygnus.com>
16201
16202         * Makefile.in (all-inet): Depend on all-perl.
16203
16204         * Makefile.in (inet-install): New target.
16205
16206         * Makefile.in (all-inet): Depend on all-tcl.
16207         (all-inet): Depend on all-send-pr.
16208
16209 Tue Apr 30 13:55:51 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16210
16211         * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16212         temporarily.
16213
16214 Thu Apr 25 11:48:20 1996  Ian Lance Taylor  <ian@cygnus.com>
16215
16216         * configure.in: Don't configure --with-gnu-ld on AIX.
16217
16218 Thu Apr 25 06:33:36 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16219
16220         * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16221
16222 Tue Apr 23 09:07:39 1996  Tom Tromey  <tromey@creche.cygnus.com>
16223
16224         * Makefile.in (ALL_MODULES): Added all-inet.
16225         (CROSS_CHECK_MODULES): Added check-inet.
16226         (INSTALL_MODULES): Added install-inet.
16227         (CLEAN_MODULES): Added clean-inet.
16228         (all-indent): New target.
16229
16230         * configure.in (host_tools): Added inet.
16231         (native_only): Added inet.
16232         (noconfigdirs): Added inet.
16233
16234 Fri Apr 19 15:35:29 1996  Ian Lance Taylor  <ian@cygnus.com>
16235
16236         * configure.in: Don't configure libgloss if we are not configuring
16237         newlib.
16238
16239 Wed Apr 17 19:30:01 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
16240
16241         * configure.in: Don't configure libgloss for unsupported
16242         architectures.
16243
16244 Tue Apr 16 11:17:05 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16245
16246         * Makefile.in (CLEAN_MODULES): Add clean-apache.
16247
16248 Mon Apr 15 15:09:05 1996  Tom Tromey  <tromey@creche.cygnus.com>
16249
16250         * Makefile.in (ALL_MODULES): Include all-apache.
16251         (CROSS_CHECK_MODULES): Include check-apache.
16252         (INSTALL_MODULES): Include install-apache.
16253         (all-apache): New target.
16254
16255         * configure.in: Added apache everywhere perl is seen.
16256
16257 Mon Apr 15 14:59:13 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16258
16259         * Makefile.in: Add support for clean-{module} and
16260         clean-target-{module} rules.
16261
16262 Wed Apr 10 21:37:41 PDT 1996  Marilyn E. Sander <msander@cygnus.com>
16263
16264         * configure.in (*-*-ose) do not build libgloss.
16265
16266 Mon Apr  8 16:16:20 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16267
16268         * config.guess (prep*:SunOS:5.*:*): Turn into
16269         powerpele-unknown-solaris2.
16270
16271 Mon Apr  8 14:45:41 1996  Ian Lance Taylor  <ian@cygnus.com>
16272
16273         * configure.in: Permit --enable-shared to specify a list of
16274         directories.
16275
16276 Fri Apr  5 08:17:57 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16277
16278         * configure.in (host==solaris): Pass only the first word of $CC
16279         to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16280
16281 Fri Apr  5 03:16:13 1996  Jason Molenda  (crash@phydeaux.cygnus.com)
16282
16283         * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16284
16285 Thu Mar 28 14:11:11 1996  Tom Tromey  <tromey@creche.cygnus.com>
16286
16287         * Makefile.in (ALL_MODULES): Include all-perl.
16288         (CROSS_CHECK_MODULES): Include check-perl.
16289         (INSTALL_MODULES): Include install-perl.
16290         (ALL_X11_MODULES): Include all-guile.
16291         (CHECK_X11_MODULES): Include check-guile.
16292         (INSTALL_X11_MODULES): Include install-guile.
16293         (all-perl): New target.
16294         (all-guile): New target.
16295
16296         * configure.in (host_tools): Include perl and guile.
16297         (native_only): Include perl and guile.
16298         (noconfigdirs): Don't build guile and perl; no ports have been
16299         done.
16300
16301 Tue Mar 26 21:18:50 1996  Andrew Cagney  <cagney@kremvax.highland.com.au>
16302
16303         * configure (--enable-*): Handle quoted option lists such as
16304         --enable-sim-cflags='-g0 -O' better.
16305
16306 Thu Mar 21 11:53:08 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16307
16308         * Makefile.in ({,inst}all-target): New rule so we can make and
16309         install all of the target directories easily.
16310
16311 Wed Mar 20 18:10:57 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16312
16313         * configure.in: Add missing global flag in sed substitution when
16314         deleting `target-' from ${configdirs}.
16315
16316 Thu Mar 14 19:15:06 1996  Ian Lance Taylor  <ian@cygnus.com>
16317
16318         * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16319         option.
16320
16321         * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16322         config/mh-necv4.
16323
16324         * install.sh: Correct misspelling of transformbasename.
16325
16326         * config.guess: Recognize mips-*-sysv*.
16327
16328 Mon Mar 11 15:36:42 1996  Dawn Perchik  <dawn@critters.cygnus.com>
16329
16330         * config.sub: Recognize mon960.
16331
16332 Sun Mar 10 13:18:38 1996  Ian Lance Taylor  <ian@cygnus.com>
16333
16334         * configure: Restore Canadian Cross handling of BISON and LEX,
16335         removed in Feb 20 change.
16336
16337 Fri Mar  8 20:07:09 1996  Per Bothner  <bothner@kalessin.cygnus.com>
16338
16339         * README:  Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16340         Mention make install.  Remove the old copyright date as well the
16341         clumsy and rather pointless copyright on the README file.
16342
16343 Fri Mar  8 17:51:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16344
16345         * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16346         Makefile after running symlink-tree, then run `make distclean' to
16347         avoid clobbering any generated files in srcdir.
16348
16349 Tue Mar  5 08:21:44 1996  J.T. Conklin  <jtc@rtl.cygnus.com>
16350
16351         * configure.in (m68k-*-netbsd*): Build everything now.
16352
16353 Wed Feb 28 12:25:46 1996  Jason Merrill  <jason@yorick.cygnus.com>
16354
16355         * Makefile.in (taz): Fix quoting.
16356
16357 Tue Feb 27 11:33:57 1996  Doug Evans  <dje@charmed.cygnus.com>
16358
16359         * configure.in (sparclet-*-*): Build everything now.
16360
16361 Tue Feb 27 14:31:51 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16362
16363         * configure.in (m68k-*-linux*): New host.
16364
16365 Mon Feb 26 14:32:44 1996  Ian Lance Taylor  <ian@cygnus.com>
16366
16367         * configure: Check for bison before byacc.
16368
16369 Tue Feb 20 23:12:35 1996  Stu Grossman  (grossman@critters.cygnus.com)
16370
16371         * Makefile.in configure:  Change the way LEX and BISON/YACC are
16372         set.  configure now defines DEFAULT_LEX and DEFAULT_YACC by
16373         searching PATH.  These are used as fallbacks by Makefile.in if
16374         flex/bison/byacc aren't in objdir.
16375
16376 Mon Feb 19 11:45:30 1996  Ian Lance Taylor  <ian@cygnus.com>
16377
16378         * Makefile.in: Make everything which depends upon all-bfd also
16379         depend upon all-opcodes, in case --with-commonbfdlib is used.
16380
16381 Thu Feb 15 19:50:50 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16382
16383         * configure.in (host *-*-cygwin32): Don't build gdb if we are
16384         building NT native compilers on Unix.
16385
16386 Thu Feb 15 17:42:25 1996  Ian Lance Taylor  <ian@cygnus.com>
16387
16388         * configure.in: Don't get CC from the host Makefile fragment if we
16389         can find gcc in PATH, or if this is a Canadian Cross.  Move the
16390         Solaris test for /usr/ucb/cc to the post target script, just after
16391         the compiler sanity test.
16392
16393 Wed Feb 14 16:57:40 1996  Ian Lance Taylor  <ian@cygnus.com>
16394
16395         * config.sub: Merge with FSF.
16396
16397 Tue Feb 13 14:27:48 1996  Ian Lance Taylor  <ian@cygnus.com>
16398
16399         * Makefile.in (RPATH_ENVVAR): New variable.
16400         (REALLY_SET_LIB_PATH): Use it.
16401         * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16402
16403 Mon Feb 12 15:28:49 1996  Doug Evans  <dje@charmed.cygnus.com>
16404
16405         * config.sub, configure.in: Recognize sparclet cpu.
16406
16407 Mon Feb 12 15:33:59 1996  Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16408
16409         * config.guess:  Support m68k-cbm-sysv4.
16410
16411 Sat Feb 10 12:06:42 1996  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16412
16413         * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16414         m68k-unknown-linuxaout from linker help string.  Put quotes around
16415         $ld_help_string.
16416
16417 Thu Dec  7 09:03:24 1995  Tom Horsley  <Tom.Horsley@mail.hcsc.com>
16418
16419         * config.guess (powerpc-harris-powerunix): Add guess for port
16420         to new target.
16421
16422 Thu Feb  8 15:37:52 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16423
16424         * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16425
16426 Mon Feb  5 16:36:51 1996  Ian Lance Taylor  <ian@cygnus.com>
16427
16428         * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16429         $(REALLY_SET_LIB_PATH) in Makefile.
16430         * Makefile.in (SET_LIB_PATH): New variable.
16431         (REALLY_SET_LIB_PATH): New variable.
16432         ($(DO_X)): Use $(SET_LIB_PATH).
16433         (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16434         ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16435         ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16436         ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16437         ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16438         ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16439         (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16440         (install-dosrel): Likewise.
16441         (all-opcodes): Depend upon all-libiberty.
16442
16443 Sun Feb  4 16:51:11 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16444
16445         * config.guess (*:CYGWIN*): New
16446
16447 Sat Feb  3 10:42:35 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16448
16449         * Makefile.in (all-target-winsup): All all-target-libiberty.
16450
16451 Fri Feb  2 17:58:56 1996  Michael Meissner  <meissner@tiktok.cygnus.com>
16452
16453         * configure.in (noconfigdirs): Add missing # in front of comment.
16454
16455 Thu Feb  1 14:38:13 1996  Geoffrey Noer  <noer@cygnus.com>
16456
16457         * configure.in: add second pass to things added to noconfigdirs
16458         so *-gm-magic can exclude libgloss properly.
16459
16460 Thu Feb  1 11:10:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
16461
16462         * mpw-configure (extralibs_name, rez_name): Set correctly
16463         for MWC68K compiler.
16464
16465         * mpw-README: Add more info on the necessary build tools.
16466
16467 Thu Feb  1 10:22:38 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16468
16469         * configure.in, config.sub: Recognize cygwin32.
16470
16471 Wed Jan 31 14:17:10 1996  Richard Henderson  <rth@tamu.edu>
16472
16473         * config.guess, config.sub: Recognize A/UX.
16474
16475 Wed Jan 31 13:52:14 1996  Ian Lance Taylor  <ian@cygnus.com>
16476
16477         * config.sub: Merge with gcc/config.sub.
16478
16479 Thu Jan 25 11:01:10 1996  Raymond Jou  <rjou@mexican.cygnus.com>
16480
16481         * mpw-build.in (do-binutils): Add build of stamps.
16482
16483 Thu Jan 25 17:05:26 1996  James G. Smith  <jsmith@cygnus.co.uk>
16484
16485         * config.sub: Add recognition for mips64vr4100*-* targets.
16486
16487 Wed Jan 24 12:47:55 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
16488
16489         * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16490         Add creation of gconfigargs with `--enable-shared' turned on.
16491         ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16492         ($(host)-stamp-stage3-configured): Likewise.
16493         (HOLES): Add chatr and ldd.
16494         (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16495
16496 Wed Jan 24 20:32:30 1996  Torbjorn Granlund  <tege@noisy.matematik.su.se>
16497
16498         * configure: Pass --nfp to recursive configures.
16499
16500 Mon Jan 22 10:41:56 1996  Steve Chamberlain  <sac@slash.cygnus.com>
16501
16502         * Makefile.in (DLLTOOL): New.
16503         (DLLTOOL_FOR_TARGET): New.
16504         (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16505         (EXTRA_TARGET_FLAGS): Ditto.
16506         (EXTRA_GCC_FLAGS): Ditto.
16507         (CONFIGURE_TARGET_MODULES): Ditto.
16508         (DO_X): Ditto.
16509         * configure: Add DLLTOOL.
16510
16511 Fri Jan 19 13:30:15 1996  Stan Shebs  <shebs@andros.cygnus.com>
16512
16513         SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16514         * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16515         mh-sco, since old workarounds no longer needed, and don't
16516         build ld, since libraries have weak symbols in COFF.
16517
16518 Sun Jan 14 23:01:31 1996  Fred Fish  <fnf@cygnus.com>
16519
16520         * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16521
16522 Fri Jan 12 15:25:35 1996  Ian Lance Taylor  <ian@cygnus.com>
16523
16524         * configure.in: Make sure that ${CC} can be used to compile an
16525         executable.
16526
16527 Sat Jan  6 07:23:33 1996  Michael Meissner  <meissner@wogglebug.tiac.net>
16528
16529         * Makefile.in (all-gdb): Depend on $(GDB_TK).
16530         * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16531         nothing depending on whether gdbtk is being built.
16532
16533 Wed Jan  3 17:54:41 1996  Doug Evans  <dje@canuck.cygnus.com>
16534
16535         * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16536
16537 Mon Jan  1 19:09:14 1996  Brendan Kehoe  <brendan@rtl.cygnus.com>
16538
16539         * configure.in (noconfigdirs): Put ld or gas in this early, if the
16540         user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16541
16542 Sat Dec 30 16:08:57 1995  Doug Evans  <dje@canuck.cygnus.com>
16543
16544         * config-ml.in: Add support for
16545         --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16546         Simplify setting of multidirs from --disable-foo.
16547
16548 Fri Dec 29 07:56:11 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16549
16550         * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16551         LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16552         LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16553         non-empty, pass them on to the  GCC make.
16554         (all-bootstrap): New rule that is like all-gcc, except it executes
16555         the GCC bootstrap rule instead of the GCC all rule.
16556
16557 Wed Dec 27 15:51:48 1995  Doug Evans  <dje@canuck.cygnus.com>
16558
16559         * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16560
16561 Tue Dec 26 11:45:31 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16562
16563         * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16564         DG/UX support.
16565
16566 Fri Dec 15 10:01:27 1995  Stan Cox  <coxs@dg-rtp.dg.com>
16567
16568         * config.sub (i*86*) Change [345] to [3456]
16569
16570 Wed Dec 20 17:41:40 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16571
16572         * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16573         --with-gnu-ld=no.
16574
16575 Wed Dec 20 15:15:35 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16576
16577         * config-ml.in (rs6000*, powerpc*): Add switches to control which
16578         AIX multilibs get built.
16579
16580 Mon Dec 18 17:55:46 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16581
16582         * configure.in (i386-win32): Don't build expect if we're not
16583         building the tcl subdir.
16584
16585 Mon Dec 18 11:47:19 1995  Stan Shebs  <shebs@andros.cygnus.com>
16586
16587         * Makefile.in: (configure-target-examples, all-target-examples):
16588         New targets, configure and build example programs.
16589
16590 Fri Dec 15 16:13:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
16591
16592         * mpw-configure: If an mpw-config.in generated a file mk.sed,
16593         use it as input to sedit the generated MPW makefile.
16594         * mpw-README: Add a suggestion about Gestalt.h.
16595
16596 Wed Dec 13 16:43:51 1995  Ian Lance Taylor  <ian@cygnus.com>
16597
16598         * config.sub: Accept *-*-ieee*.
16599
16600 Tue Dec 12 11:52:57 1995  Ian Lance Taylor  <ian@cygnus.com>
16601
16602         * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR).  From
16603         Ronald F. Guilmette <rfg@monkeys.com>.
16604
16605 Mon Dec 11 15:31:58 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16606
16607         * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16608         for powerpc-pe native.
16609         (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16610         (target==powerpc-pe): duplicate i386-win32 entry.
16611
16612 Sat Dec  9 14:58:28 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16613
16614         * configure.in (noconfigdirs): Exclude target-newlib for all versions
16615         of vxworks, not just vxworks5.1.
16616
16617 Mon Dec  4 12:05:40 1995  Stan Shebs  <shebs@andros.cygnus.com>
16618
16619         * mpw-configure: Add support for exec-prefix.
16620
16621 Mon Dec  4 10:22:50 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
16622
16623         * config.guess: Recognize HP model 816 machines as having
16624         a PA1.1 processor.
16625
16626 Mon Dec  4 12:38:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16627
16628         * configure: Ignore new autoconf configure options.
16629
16630 Thu Nov 30 16:57:33 1995  Per Bothner  <bothner@wombat.gnu.ai.mit.edu>
16631
16632         * config.guess:  Recognize Pentium under SCO.
16633         From Robert Lipe <robertl@arnet.com>.
16634
16635 Wed Nov 29 13:49:08 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
16636
16637         * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16638
16639 Wed Nov 29 12:12:01 1995  Ian Lance Taylor  <ian@cygnus.com>
16640
16641         * configure.in: Don't configure gas for alpha-dec-osf*.
16642
16643 Tue Nov 28 17:16:48 1995  Ian Lance Taylor  <ian@cygnus.com>
16644
16645         * configure.in: Default to --with-stabs for some targets for which
16646         it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16647         i[345]86*-*-unixware*.
16648
16649 Mon Nov 27 13:44:15 1995  Ian Lance Taylor  <ian@cygnus.com>
16650
16651         * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16652         rather than basing it on the target.  Simplify handling of options
16653         controlling which directories to configure.  Remove extraneous
16654         slash in multi-clean target.
16655
16656 Fri Nov 24 17:29:29 1995  Doug Evans  <dje@deneb.cygnus.com>
16657
16658         * config-ml.in: Prefix more variables with ml_ so they don't collide
16659         with configure's.
16660
16661 Wed Nov 22 11:27:02 1995  Ian Lance Taylor  <ian@cygnus.com>
16662
16663         * configure: Don't turn -v into --v.
16664
16665 Tue Nov 21 16:48:02 1995  Doug Evans  <dje@deneb.cygnus.com>
16666
16667         * configure.in (targargs): Fix typo.
16668
16669         * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16670
16671 Tue Nov 21 14:08:28 1995  Ian Lance Taylor  <ian@cygnus.com>
16672
16673         * configure.in: Strip --host and --target options from
16674         CONFIG_ARGUMENTS, and always configure for --host only.  Add
16675         --with-cross-host option when building with a cross-compiler.
16676         * configure: Canonicalize the arguments put into config.status by
16677         always using `=' for an option with an argument.  Pass a presumed
16678         --host or --target explicitly.
16679
16680 Fri Nov 17 17:50:30 1995  Stan Shebs  <shebs@andros.cygnus.com>
16681
16682         * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16683         into general OS recognition case.
16684
16685 Fri Nov 17 17:42:25 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16686
16687         * configure.in (target_configdirs): add target-winsup only
16688         for win32 target systems.
16689
16690 Thu Nov 16 14:04:47 1995  Ian Lance Taylor  <ian@cygnus.com>
16691
16692         * Makefile.in (all-target-libgloss): Depend upon
16693         configure-target-newlib, since when libgloss is built it looks to
16694         see if the newlib directory exists.
16695
16696 Wed Nov 15 14:47:52 1995  Ken Raeburn  <raeburn@cygnus.com>
16697
16698         * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16699         cfg-ml-*.in.
16700
16701 Wed Nov 15 11:45:23 1995  Ian Lance Taylor  <ian@cygnus.com>
16702
16703         * configure: Handle LD and LD_FOR_TARGET when configuring a
16704         Canadian Cross.
16705
16706 Tue Nov 14 14:56:11 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16707
16708         * configure.in (target_libs): add target-winsup.
16709         (target==i386-win32): add patch diff flex make to $noconfigdirs.
16710         (target==ppcle-pe): remove ld from $noconfigdirs.
16711
16712 Tue Nov 14 01:25:50 1995  Doug Evans  <dje@canuck.cygnus.com>
16713
16714         * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16715         Preserve relative path names in $srcdir.  Build symlink tree if
16716         configuring cross target dir and srcdir=. (= no VPATH support).
16717         (configure-target-libg++): Depend on configure-target-librx.
16718         * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16719         * config-ml.in: New file.
16720         * symlink-tree: New file.
16721         * configure: Ensure srcdir="." if that's what it is.
16722
16723 Mon Nov 13 12:34:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
16724
16725         * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16726         includes and FLEX_SKELETON setting.
16727         * mpw-configure (--with-gnu-ld): New option, controls whether
16728         to use PPCLink or ld with PowerMac GCC.
16729         * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16730         * mpw-config.in: Configure grez if targeting Mac.
16731
16732         * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16733         accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16734         just macos.
16735         * configure.in: Configure grez resource compiler if targeting Mac.
16736         * Makefile.in (all-grez, install-grez): New targets.
16737
16738 Wed Nov  8 17:33:51 1995  Jason Merrill  <jason@yorick.cygnus.com>
16739
16740         * configure: CXX defaults to gcc, not g++.  If we find
16741         gcc in the path, set CC to gcc -O2.
16742
16743 Tue Nov  7 15:45:17 1995  Ian Lance Taylor  <ian@cygnus.com>
16744
16745         * configure: Default ${build} correctly.  Avoid picking up extra
16746         spaces when reading CC and CXX from Makefile.  When doing a
16747         Canadian Cross, use plausible default values for numerous
16748         variables.
16749         * configure.in: When doing a Canadian Cross, don't try to
16750         configure tools whose configure script can't handle it.
16751
16752 Mon Nov  6 19:32:17 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16753
16754         * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
16755
16756 Sun Nov  5 00:15:41 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16757
16758         * configure:  Remove dubious bug reporting address.
16759
16760 Fri Nov  3 08:17:54 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16761
16762         * Makefile.in ($(CONFIGURE_TARGET_MODULES)):  If subdir has
16763         configure script, run that instead of this directory's configure.
16764         In either case, print a message that we're configuring the sub-dir.
16765
16766 Thu Nov  2 23:23:36 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16767
16768         * configure.in: Before checking for the existence of various files,
16769         use sed to filter out "target-".
16770
16771 Thu Nov  2 13:24:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16772
16773         * Makefile.in (DO_X): Split rule to decrease command line length
16774         for systems with small ARG_MAX values.  From phdm@info.ucl.ac.be
16775         (Philippe De Muyter).
16776
16777 Wed Nov  1 15:18:35 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16778
16779         * Makefile.in (all-patch): depend on all-libiberty.
16780
16781 Wed Nov  1 12:23:20 1995  Ian Lance Taylor  <ian@cygnus.com>
16782
16783         * configure.in: If the only directory in target_configdirs which
16784         actually exists is libiberty, then set target_configdirs to empty,
16785         to avoid trying to build a target libiberty in a gas or gdb
16786         distribution.
16787
16788 Tue Oct 31 17:52:39 1995  J.T. Conklin  <jtc@slave.cygnus.com>
16789
16790         * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
16791         of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
16792         systems.
16793
16794 Tue Oct 31 16:57:32 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
16795
16796         * configure.in (copy_dirs): Use sys-include instead of include
16797         for --with-headers option.
16798
16799 Tue Oct 31 10:29:36 1995  steve chamberlain  <sac@slash.cygnus.com>
16800
16801         * Makefile.in, configure.in: Make winsup builds work with
16802         new scheme.
16803
16804 Mon Oct 30 18:57:09 1995  Ian Lance Taylor  <ian@cygnus.com>
16805
16806         * configure.in: Build the linker on AIX.
16807
16808 Mon Oct 30 12:27:16 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16809
16810         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET):  Add $(TARGET_SUBDIR)
16811         where needed.
16812
16813 Mon Oct 30 12:45:25 1995  Doug Evans  <dje@cygnus.com>
16814
16815         * Makefile.in (all-gcc): Fix typo.
16816
16817 Sat Oct 28 10:27:59 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16818
16819         * Makefile.in ($(CHECK_TARGET_MODULES)):  Fix typo.
16820
16821 Fri Oct 27 23:14:12 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16822
16823         * configure.in:  Rename libFOO to target-libFOO, and xiberty
16824         to target-xiberty, to provide more flexibility.
16825         (target_subdir):  Define.  Create if cross.
16826         Set TARGET_SUBDIR in Makefile to ${target_subdir}.
16827         * Makefile.in:  Rename all-libFOO -> all-target-libFOO, all-xiberty
16828         -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
16829         check-libFOO -> check-target-libFOO, etc.
16830         ($(DO_X)):  Iterate over TARGET_CONFIGDIRS after SUBDIRS.
16831         ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
16832         $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
16833         (configure-target-XXX):  Depend on $(ALL_GCC), not all-gcc, to
16834         allow ALL_GCC="" to only configure.
16835         (DEVO_SUPPORT):  Add cfg-ml-com.in and cfg-ml-pos.in.
16836         (ETC_SUPPORT, ETC_SUPPORT_PFX):  Merge;  update 'taz' accordingly.
16837         (LIBGXX_SUPPORT_DIRS):  Remove xiberty.
16838
16839 Sat Oct 28 01:53:49 1995  Ken Raeburn  <raeburn@cygnus.com>
16840
16841         * Makefile.in (taz): Build "info" in etc explicitly.
16842
16843 Fri Oct 27 09:32:30 1995  Stu Grossman  (grossman@cygnus.com)
16844
16845         * configure.in:  Make sure that CC is undefined (as opposed to
16846         null) if toplevel/config/mh-{host} doesn't define it.  Fixes a
16847         problem with autoconf trying to configure on a host without GCC.
16848
16849 Thu Oct 26 22:35:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
16850
16851         * mpw-configure: Set host alias from choice of host compiler,
16852         only use generic MPW Makefile sed if present, edit a file
16853         named "hacked_Makefile.in" instead of "Makefile.in" if present.
16854         * mpw-README: Add problem notes about CW6 and CW7.
16855
16856 Thu Oct 26 05:45:10 1995  Ken Raeburn  <raeburn@kr-pc.cygnus.com>
16857
16858         * Makefile.in (taz): Use ";" instead of ";;".
16859
16860 Wed Oct 25 15:18:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16861
16862         * Makefile.in (taz):  Grep for '^diststuff:' or '^info:' in
16863         sub-directory Makefiles, instead of using DISTSTUFFDIRS and
16864         DISTDOCDIRS.
16865         (DISTSTUFFDIRS, DISTDOCDIRS):  Removed - no longer used.
16866         (newlib.tar.gz):  Don't pass DISTDOCDIRS to recursive make.
16867
16868 Wed Oct 25 14:43:55 1995  Per Bothner  <bothner@kalessin.cygnus.com>
16869
16870         * Makefile.in (DISTDOCDIRS):  Remove ld gprof bnutils gas libg++ gdb
16871         and gnats, because they are now subsumed by DISTSTUFFDIRS.
16872         Move bfd to DISTSTUFFDIRS.
16873
16874 Tue Oct 24 18:19:09 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16875
16876         * Makefile.in (X11_LIB): Removed.
16877         (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
16878
16879         * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
16880
16881 Sun Oct 22 13:04:42 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16882
16883         * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
16884         names.
16885
16886 Fri Oct 20 18:02:10 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16887
16888         * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
16889
16890 Thu Oct 19 10:40:57 1995  steve chamberlain  <sac@slash.cygnus.com>
16891
16892         * configure.in (i[345]86-*-win32): Always build newlib.
16893         Don't configure cvs, autoconf or texinfo.
16894         * Makefile.in (LD_FOR_TARGET): New.
16895         (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
16896         Pass down LD_FOR_TARGET.
16897
16898 Wed Oct 18 15:53:56 1995  steve chamberlain  <sac@slash.cygnus.com>
16899
16900         * winsup: New directory.
16901         * Makefile.in: Build winsup.
16902         * configure.in: Winsup is configured when target is win32.
16903         Can only build win32 target GDB when native.
16904
16905 Mon Oct 16 09:42:31 1995  Jeffrey A Law  (law@cygnus.com)
16906
16907         * config.guess: Recognize HP model 819 machines as having
16908         a PA 1.1 processor.
16909
16910 Mon Oct 16 10:49:43 1995  Ian Lance Taylor  <ian@cygnus.com>
16911
16912         * configure: Fix sed loop which substitutes for CC and CXX to
16913         avoid bug found in various sed implementations.
16914
16915 Wed Oct 11 16:16:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16916
16917         * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
16918         simulator.  Use standard powerpc-*-eabi*.
16919
16920 Mon Oct  9 17:21:56 1995  Ian Lance Taylor  <ian@cygnus.com>
16921
16922         * configure.in: Stop putting gas and binutils in noconfigdirs for
16923         powerpc-*-aix* and rs6000-*-*.
16924
16925 Mon Oct  9 12:38:40 1995  Michael Meissner  <meissner@cygnus.com>
16926
16927         * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
16928         -mcall-aixdesc libraries.
16929
16930 Fri Oct  6 16:17:57 1995  Ken Raeburn  <raeburn@cygnus.com>
16931
16932         Mon Sep 25 22:49:32 1995  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>
16933
16934         * config.sub (arm | armel | armeb): Fix shell syntax.
16935
16936 Fri Oct  6 14:40:28 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
16937
16938         * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
16939         -msoft-float and -mcpu=common support.
16940         (powerpc*-*-eabisim*): Add support for building -mcall-aix
16941         libraries.
16942
16943 Thu Oct  5 13:26:37 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
16944
16945         * configure.in: Allow configuration and build of emacs19 for the alpha.
16946
16947 Wed Oct  4 22:05:36 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16948
16949         * configure.in (CC): Get ^CC, not just any old CC, from
16950         ${host_makefile_frag}.
16951
16952 Wed Oct  4 21:55:00 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16953
16954         * configure.in (CC): Try to get CC from
16955         ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
16956
16957 Wed Oct  4 21:44:12 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
16958
16959         * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
16960         only if it exists in $(srcdir).
16961
16962 Wed Oct  4 11:52:31 1995  Ian Lance Taylor  <ian@cygnus.com>
16963
16964         * configure: If CC and CXX are not set in the environment, set
16965         them, based on either an existing Makefile or on searching for gcc
16966         in PATH.  Substitute for CC and CXX in Makefile.
16967         * configure.in: Remove libm from target_libs.  Separate
16968         target_configdirs from configdirs.  If CC is not set in
16969         environment, try to get it from a host Makefile fragment.  Rewrite
16970         changes of configdirs to use skipdirs instead.  A few minor
16971         tweaks.  Take directories out of target_configdirs as they are
16972         taken out of configdirs.  Remove existing Makefile files from
16973         subdirectories.  Substitute for TARGET_CONFIGDIRS and
16974         CONFIG_ARGUMENTS in Makefile.
16975         * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
16976         by configure.in.
16977         (CONFIG_ARGUMENTS): Likewise.
16978         (CONFIGURE_TARGET_MODULES): New variable.
16979         ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
16980         ($(CONFIGURE_TARGET_MODULES)): New target.
16981         (configure-libg++, configure-libio): New targets.
16982         (all-libg++): Depend upon configure-libg++.
16983         (all-libio): Depend upon configure-libio.
16984         (configure-libgloss, all-libgloss): New targets.
16985         (configure-libstdc++): New target.
16986         (all-libstdc++): Depend upon configure-libstdc++.
16987         (configure-librx, all-librx): New targets.
16988         (configure-newlib): New target.
16989         (all-newlib): Depend upon configure-newlib
16990         (configure-xiberty): New target.
16991         (all-xiberty): Depend upon configure-xiberty.
16992
16993 Sat Sep 30 04:32:59 1995  Jason Molenda (crash@phydeaux.cygnus.com)
16994
16995         * configure.in (host i[345]86-*-win32):  Expand the
16996         noconfigdirs again.
16997
16998 Thu Sep 28 21:18:49 1995  Stan Shebs  <shebs@andros.cygnus.com>
16999
17000         * mpw-configure: Fix sed command file name.
17001
17002 Thu Sep 28 17:39:56 1995  steve chamberlain  <sac@slash.cygnus.com>
17003
17004         * configure.in (host i[345]86-*-win32): Reduce the
17005         noconfigdirs again.
17006
17007 Wed Sep 27 12:24:00 1995  Ian Lance Taylor  <ian@cygnus.com>
17008
17009         * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17010         or powerpc*-*-pe*, since they are not yet supported.
17011
17012 Tue Sep 26 14:30:01 1995  Stan Shebs  <shebs@andros.cygnus.com>
17013
17014         Add PowerMac support and many other enhancements.
17015         * mpw-configure: New option --cc to select compiler to use,
17016         paste options set according to --cc into the generated
17017         Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17018         if mpw-make.sed is present.
17019         * mpw-config.in: Don't test for gC1, test for mpw-touch,
17020         add forward includes for PowerPC include files.
17021         * mpw-build.in: Build using Makefile.PPC if present.
17022         (do-byacc, etc): Remove separate version resource builds.
17023         (do-gas): Build "stamps" before "all".
17024         (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17025         * mpw-README: Update to reflect --cc option, PowerMac support,
17026         and recently-reported compatibility problems.
17027
17028 Fri Sep 22 12:15:42 1995  Doug Evans  <dje@deneb.cygnus.com>
17029
17030         * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17031         embedded m68k systems (-aout, -coff, -elf, -vxworks).
17032         (--with-multilib-top): Pass to recursive invocations.
17033
17034 Tue Sep 19 13:51:05 1995  J.T. Conklin  <jtc@blues.cygnus.com>
17035
17036         * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17037         v810-*-*.
17038
17039 Mon Sep 18 23:08:26 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17040
17041         * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17042         gdb, ld and opcodes on v810-*-*.
17043
17044 Tue Sep 12 18:03:31 1995  Ian Lance Taylor  <ian@cygnus.com>
17045
17046         * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17047         (local-maintainer-clean): New target.
17048         (maintainer-clean): New target.
17049         (realclean): Just depend upon maintainer-clean.
17050
17051 Fri Sep  8 17:11:14 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17052
17053         * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17054
17055 Fri Sep  8 16:46:29 1995  Ian Lance Taylor  <ian@cygnus.com>
17056
17057         * configure.in: Build ld in mips*-*-bsd* case.
17058
17059 Thu Sep  7 20:03:41 1995  Ken Raeburn  <raeburn@cygnus.com>
17060
17061         * config.sub: Accept -lites* OS.  From Ian Dall.
17062
17063 Fri Sep  1 08:06:58 1995  James G. Smith  <jsmith@beauty.cygnus.com>
17064
17065         * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17066         targets.
17067
17068 Wed Aug 30 21:06:50 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17069
17070         * configure.in: treat i386-win32 canadian cross the same as
17071         i386-go32 canadian cross.
17072
17073 Thu Aug 24 14:53:20 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17074
17075         * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17076         running under the simulator to build a reduced set of libraries.
17077         (powerpc-*-eabiaix): Add fine grained multilib support added to
17078         other powerpc targets yesterday.
17079
17080 Wed Aug 23 09:41:56 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17081
17082         * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17083         -disable-softfloat, -disable-relocatable, -disable-aix, and
17084         -disable-sysv to control which multilib libraries get built.
17085
17086 Thu Aug 17 16:03:41 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17087
17088         * configure: Add Makefile.tem to list of files to remove in trap
17089         handler.
17090
17091 Mon Aug 14 19:27:56 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17092
17093         * config.guess (*Linux*):  Add missing "exit"s.
17094         Also, need specific check for alpha-unknown-linux (uses COFF).
17095
17096 Fri Aug 11 15:38:20 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17097
17098         * config.guess:  Merge with FSF:
17099
17100         Wed Jun 28 17:57:27 1995  David Edelsohn  <edelsohn@mhpcc.edu>
17101         * config.guess (AIX4): More robust release numbering discovery.
17102
17103         Thu Jun 22 19:01:24 1995  Kenneth Stailey  (kstailey@eagle.dol-esa.gov)
17104         * config.guess (i386-sequent-ptx): Properly get version number.
17105
17106         Thu Jun 22 18:36:42 1995  Uwe Seimet  (seimet@iris1.chemie.uni-kl.de)
17107         * config.guess (mips:*:4*:UMIPS): New case.
17108
17109 Mon Aug  7 09:21:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17110
17111         * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17112         (i386-win32 host): Likewise.  Don't build readline.
17113
17114 Sat Aug  5 09:51:49 1995  Fred Fish  <fnf@rtl.cygnus.com>
17115
17116         * Makefile.in (GDBTK_SUPPORT_DIRS):  Define and pass as part of
17117         SUPPORT_FILES to submakes.
17118
17119 Fri Aug  4 13:04:36 1995  Fred Fish  <fnf@cygnus.com>
17120
17121         * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17122         (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17123         mpw-configure.
17124
17125 Wed Aug  2 16:32:40 1995  Ken Raeburn  <raeburn@cygnus.com>
17126
17127         * configure.in (appdirs): Use =, not ==, in test expression when
17128         trying to build the text to print in the warning message for
17129         Solaris users.
17130
17131 Mon Jul 31 09:56:18 1995  steve chamberlain  <sac@slash.cygnus.com>
17132
17133         * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17134
17135 Fri Jul 28 00:16:31 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17136
17137         * config.guess: Recognize lynx-2.3.
17138
17139 Thu Jul 27 15:47:59 1995  steve chamberlain  <sac@slash.cygnus.com>
17140
17141         * config.sub (z8ksim): Deleted
17142         (z8k-*-coff): New, this is the one true name of the target.
17143
17144 Thu Jul 27 14:33:33 1995  Doug Evans  <dje@canuck.cygnus.com>
17145
17146         * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17147
17148 Thu Jul 27 13:31:05 1995  Fred Fish  (fnf@cygnus.com)
17149
17150         * config.guess (*:Linux:*:*): First try asking the linker what the
17151         default object file format is (elf, aout, or coff).  Then if this
17152         fails, try previous methods.
17153
17154 Thu Jul 27 11:28:17 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17155
17156         * configure.in: Don't build newlib for *-*-vxworks5.1.
17157
17158 Thu Jul 27 11:18:47 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
17159
17160         * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17161         * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17162
17163 Tue Jul 25 21:25:39 1995  Doug Evans  <dje@canuck.cygnus.com>
17164
17165         * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17166
17167 Fri Jul 21 10:41:12 1995  Doug Evans  <dje@canuck.cygnus.com>
17168
17169         * cfg-ml-com.in: New file.
17170         * cfg-ml-pos.in: New file.
17171
17172 Wed Jul 19 00:37:27 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
17173
17174         * COPYING.NEWLIB: Add HP free copyright to list.
17175
17176 Tue Jul 18 10:58:51 1995  Michael Meissner  <meissner@tiktok.cygnus.com>
17177
17178         * config.sub: Recognize -eabi* for the system, not just -eabi.
17179
17180 Mon Jul  3 13:44:51 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17181
17182         * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17183         * config.sub, configure.in (win32): New target and host.
17184
17185 Wed Jun 28 23:57:08 1995  Steve Chamberlain  <sac@slash.cygnus.com>
17186
17187         * configure.in: Add i386-pe configuration.
17188
17189 Fri Jun 23 14:28:44 1995  Stan Shebs  <shebs@andros.cygnus.com>
17190
17191         * mpw-build.in (install): Install GDB after LD.
17192
17193 Thu Jun 22 17:10:53 1995  Stan Shebs  <shebs@andros.cygnus.com>
17194
17195         * mpw-config.in (elf/mips.h): Always forward-include, needed
17196         for GDB to build.
17197
17198 Wed Jun 21 15:17:30 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17199
17200         * testsuite: New directory for customer acceptance and whole tool
17201         chain tests.
17202
17203 Wed Jun 21 16:50:29 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17204
17205         * configure: If per-host line isn't found, but AC_OUTPUT is found
17206         and a configure script exists, run it instead.
17207
17208 Thu Jun 15 21:09:24 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17209
17210         * config.guess:  Update from FSF, for alpha-dec-winnt3.5 and  Crays.
17211
17212 Tue Jun 13 21:43:27 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17213
17214         * configure: Set build_{cpu,vendor,os,alias} to host values when
17215         --build isn't specified.
17216
17217 Mon Jun  5 18:26:36 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17218
17219         * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17220         (FLAGS_TO_PASS): Pass them.
17221         (EXTRA_TARGET_FLAGS): Ditto.
17222
17223 Wed May 31 22:27:42 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17224
17225         * Makefile.in (all-libg++): Depend on all-libstdc++.
17226
17227 Thu May 25 22:40:59 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17228
17229         * configure.in (noconfigdirs): Enable all packages for
17230           i386-unknown-netbsd.
17231
17232 Sat May 20 13:22:31 1995  Angela Marie Thomas  <angela@cirdan.cygnus.com>
17233
17234         * configure.in (noconfigdirs): Don't configure tk for i386-go32
17235         hosted builds (DOS builds)
17236
17237 Thu May 18 18:08:49 1995  Ken Raeburn  <raeburn@kr-laptop.cygnus.com>
17238
17239         Changes for ARM based on patches from Richard Earnshaw:
17240         * config.sub: Handle armeb and armel.
17241         * configure.in: Omit arm linker only for riscix.
17242
17243 Thu May 11 17:23:26 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17244
17245         * config.guess:  Update from FSF.
17246
17247 Tue May  9 15:52:05 1995  Michael Meissner  <meissner@cygnus.com>
17248
17249         * config.sub: Recognize powerpcle as the little endian variant of
17250         the PowerPC.  Recgonize ppc as a PowerPC variant, and ppcle as a
17251         powerpcle variant.  Convert pentium into i586, not i486.  Add p5
17252         alias for i586.  Map new x86 variants p6, k5, nexgen into i586
17253         temporarily.
17254
17255 Tue May  2 16:29:41 1995  Jeff Law  (law@snake.cs.utah.edu)
17256
17257         * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17258
17259 Sun Apr 30 21:38:09 1995  Jeff Law  (law@snake.cs.utah.edu)
17260
17261         * config.sub: Accept -lites* as a basic system type.
17262
17263 Thu Apr 27 11:33:29 1995  Michael Meissner  (meissner@cygnus.com)
17264
17265         * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17266         installed, and if so return linuxoldld as the system name.
17267
17268 Wed Apr 26 10:59:02 1995  Jeff Law  (law@snake.cs.utah.edu)
17269
17270         * config.guess: Add hppa1.1-hp-lites support.
17271
17272 Tue Apr 25 11:08:11 1995  Rob Savoye  <rob@darkstar.cygnus.com>
17273
17274         * configure.in: Don't build newlib for m68k-vxworks5.1.
17275
17276 Wed Apr 19 17:02:43 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17277
17278         * configure.in (mips-sgi-irix6): Use mh-irix5.
17279
17280 Fri Apr 14 15:21:17 1995  Doug Evans  <dje@chestnut.cygnus.com>
17281
17282         * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17283
17284 Wed Apr 12 16:06:01 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17285
17286         * test-build.mk: Enable building of shared libraries on IRIX 5 and
17287         OSF/1.  Fix compiler flags.
17288         * build-all.mk: Support Linux and OSF/1 3.0.  Fix compiler flags.
17289
17290 Tue Apr 11 18:55:40 1995  Doug Evans  <dje@canuck.cygnus.com>
17291
17292         * configure.in: Recognize --with-newlib.
17293         (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17294
17295 Mon Apr 10 14:38:20 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17296
17297         * Makefile.in: move {all,check,install}-gdb from *_MODULES
17298         to *_X11_MODULES due to gdbtk needing X include files et al.
17299
17300 Mon Apr 10 11:42:22 1995  Stan Shebs  <shebs@andros.cygnus.com>
17301
17302         Merge in support for Mac MPW as a host.
17303         (Old change descriptions retained for informational value.)
17304
17305         * mpw-config.in: Add generic include forwards for cpu-specific
17306         include files in aout and elf directories.
17307
17308         * mpw-configure: Added copyright.
17309         * mpw-config.in: Check for presence of required build tools.
17310         (target_libs): Add newlib.
17311         (target_tools): Add examples.
17312         (Read Me): Generate as "Read Me for MPW" instead.
17313         * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17314         (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17315         (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17316
17317         * mpw-configure: Remove subdir-specific makefile hackery,
17318         delete mk.tmp after using it.
17319
17320         * mpw-build.in (all): Display start and end times.
17321
17322         * mpw-configure (host_canonical): Set.
17323         (target_cpu): Always add to makefiles.
17324         (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17325         (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17326         (mpw-mh-mpw): Look for in srcdir and srcroot.
17327         Use sed instead of mpw-edit-prefix to edit prefix definitions.
17328
17329         * mpw-build.in: (install-only): New target.
17330
17331         * mpw-configure (host_alias, target_alias): Rename from hostalias
17332         and targetalias, add into generated Makefile.
17333         (mk.tmp): If present, add into generated Makefile.
17334         * mpw-build.in (all-gas): Build config.h first before gas proper.
17335
17336         * mpw-configure (config.status): Write only if changed.
17337         * mpw-config.in (readline): Configure it (not built, just used for
17338         definitions).
17339
17340         * mpw-config.in (elf/mips.h): Add a forward include.
17341
17342         * mpw-config.in: Forward-include most .h files in include into
17343         extra-include.
17344         (readline): Don't build.
17345         mpw-build.in (install): Install GDB.
17346
17347         * mpw-configure (prefix, mpw_prefix): Handle it.
17348         * mpw-config.in (mmalloc, readline): Don't configure.
17349         * mpw-build.in (thisscript): Rename to ThisScript.
17350         Use mpw-build instead of BuildProgram everywhere.
17351         (mmalloc, readline): Don't build.
17352         * mpw-README: New file, basic documentation about the MPW port.
17353
17354         * mpw-config.in: Use forward-include to create include files.
17355
17356         * mpw-configure: Add more things to the top of each configured
17357         Makefile, including contents of config/mpw-mh-mpw.
17358         * mpw-config.in (extra-include): Create this directory and fill it
17359         with Posix-like include files when configuring.
17360
17361         * config.sub (apple, mac, mpw): Add various aliases.
17362
17363         * mpw-build.in: New file, top-level build script fragment for MPW.
17364         * mpw-configure: New file, configure script for MPW.
17365         * mpw-config.in: New file, config fragment for MPW.
17366
17367 Fri Apr  7 19:33:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17368
17369         * configure.in (host_libs): Remove glob, since it is gone from the
17370         sources.
17371
17372 Fri Mar 31 11:36:17 1995  Jason Molenda  (crash@phydeaux.cygnus.com)
17373
17374         * Makefile.in: define empty GDB_NLM_DEPS var.
17375
17376         * configure.in(target_makefile_frag): use config/mt-netware
17377         for netware targets.
17378
17379 Thu Mar 30 13:51:43 1995  Ian Lance Taylor  <ian@cygnus.com>
17380
17381         * config.sub: Merge in recent FSF changes.  Remove linux special
17382         cases.
17383
17384 Tue Mar 28 14:47:34 1995  Jason Molenda (crash@phydeaux.cygnus.com)
17385
17386         Revert this change:
17387
17388         Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
17389
17390                 * build-all.mk: Use CC=cc -Xs on Solaris.
17391
17392 Tue Mar 21 10:43:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17393
17394         * glob/*: Removed.  Schauer's 24 Feb 1994 readline change made us
17395         stop using it.
17396         * Makefile.in: Nuke all references to glob subdirectory.
17397
17398 Thu Mar 16 13:35:30 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17399
17400         * configure.in: Fix --enable-shared logic in per-host.
17401
17402 Mon Mar 13 12:33:15 1995  Ian Lance Taylor  <ian@cygnus.com>
17403
17404         * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17405
17406 Mon Mar  6 10:21:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
17407
17408         * configure.in (noconfigdirs): Don't build gas on AIX, for
17409         powerpc*-*-aix* as well as for rs6000*-*-aix*.
17410
17411 Wed Mar  1 12:51:53 1995  Ian Lance Taylor  <ian@cygnus.com>
17412
17413         * configure: Fix --cache-file to work if the file argument is a
17414         relative path.
17415
17416 Tue Feb 28 17:36:07 1995  Ian Lance Taylor  <ian@cygnus.com>
17417
17418         * configure: If the --cache-file is used, pass it down to
17419         configure in subdirectories.
17420
17421 Mon Feb 27 12:52:46 1995  Kung Hsu  <kung@mexican.cygnus.com>
17422
17423         * config.sub: add vxworks29k configuration.
17424
17425 Fri Feb 10 16:12:26 1995  Ken Raeburn  <raeburn@cujo.cygnus.com>
17426
17427         * Makefile.in (taz): Do "diststuff" part quietly.
17428
17429 Sun Feb  5 14:16:35 1995  Doug Evans  <dje@canuck.cygnus.com>
17430
17431         * config.sub: Mini-merge with gcc/config.sub.
17432
17433 Sat Feb  4 12:11:35 1995  Jim Wilson  <wilson@chestnut.cygnus.com>
17434
17435         * config.guess (IRIX): Sed - to _.
17436
17437 Fri Feb  3 11:54:42 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
17438
17439         * Makefile.in (source-vault, binary-vault): New targets.
17440
17441 Thu Jan 26 13:00:11 1995  Michael Meissner  <meissner@cygnus.com>
17442
17443         * config.sub: Recognize -eabi as a basic system type.
17444
17445 Thu Jan 12 13:13:23 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17446
17447         * configure.in (enable_shared stuff): Fix typo.
17448
17449 Thu Jan 12 01:36:51 1995  deanm@medulla.LABS.TEK.COM (Dean Messing)
17450
17451         * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17452
17453 Wed Jan 11 16:29:53 1995  Jason Merrill  <jason@phydeaux.cygnus.com>
17454
17455         * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17456
17457 Mon Jan  9 12:48:01 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
17458
17459         * configure.in (rs6000-*-*): Don't build gas.
17460
17461 Wed Jan  4 23:53:49 1995  Ian Lance Taylor  <ian@tweedledumb.cygnus.com>
17462
17463         * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17464         reduce command line length.
17465         (AS_FOR_TARGET): Check for as.new, not Makefile.
17466         (NM_FOR_TARGET): Check for nm.new, not Makefile.
17467
17468 Wed Jan  4 13:02:39 1995  Per Bothner  <bothner@kalessin.cygnus.com>
17469
17470         * config.guess:  Merge from FSF.
17471
17472 Thu Dec 15 17:11:37 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17473
17474         * configure: Don't use $ when handling program_suffix.
17475
17476 Mon Dec 12 12:09:37 1994  Stu Grossman  (grossman@cygnus.com)
17477
17478         * configure.in:  Configure tk for hppa/hpux.
17479
17480 Fri Dec  2 15:55:38 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17481
17482         * Makefile.in (LIBGXX_SUPPORT_DIRS):  Add libstdc++.
17483
17484 Tue Nov 29 19:37:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17485
17486         * Makefile.in:  Move -fno-implicit-template from CXXFLAGS
17487         to LIBCXXFLAGS.  Tests are better run without it.
17488
17489 Wed Nov 23 10:29:25 1994  Brendan Kehoe  (brendan@lisa.cygnus.com)
17490
17491         * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17492
17493 Mon Nov 21 11:14:01 1994  J.T. Conklin  <jtc@rtl.cygnus.com>
17494
17495         * configure.in (*-*-netware*): Don't configure xiberty.
17496
17497 Mon Nov 14 08:49:15 1994  Stu Grossman  (grossman@cygnus.com)
17498
17499         * configure.in:  Remove tk from native_only list.
17500
17501 Fri Nov 11 15:31:26 1994  Bill Cox  (bill@rtl.cygnus.com)
17502
17503         * build-all.mk: Add mips-ncd-elf target to sun4 targets
17504           for special NCD build.
17505
17506 Mon Nov  7 20:58:17 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17507
17508         * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17509         makeall.bat, they're only useful for binutils snapshots.
17510         (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17511         makeall.bat to specified SUPPORT_FILES.
17512
17513 Mon Nov  7 17:25:18 1994  Bill Cox  (bill@cirdan.cygnus.com)
17514
17515         * build-all.mk: Add Ericsson targets to sun4 and solaris
17516           hosts.  Add  BNR's sun4 target to solaris host, so their
17517           build-from-source will be tested in-house first.
17518
17519 Sat Nov  5 18:43:30 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17520
17521         * Makefile.in (LIBCFLAGS): New variable.
17522         (CFLAGS_FOR_TARGET): Ditto.
17523         (LIBCFLAGS_FOR_TARGET): Ditto.
17524         (LIBCXXFLAGS): Ditto.
17525         (CXXFLAGS_FOR_TARGET): Ditto.
17526         (LIBCXXFLAGS_FOR_TARGET): Ditto.
17527         (BASE_FLAGS_TO_PASS): Pass them.
17528         (EXTRA_TARGET_FLAGS): Ditto.
17529
17530         * configure.in: Support --enable-shared.
17531
17532 Sat Nov  5 15:44:00 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17533
17534         * configure.in (target_libs):  Include libstdc++ again.
17535         * config.guess:  Update from FSF (for FreeBSD).
17536
17537 Thu Nov  3 16:32:30 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17538
17539         * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17540         makeall.bat.
17541         (DISTDOCDIRS): Add `etc'.
17542         (ETC_SUPPORT_PFX): New variable.
17543         (taz): Include anything from etc starting with a word in
17544         ETC_SUPPORT_PFX.
17545
17546 Wed Oct 26 16:19:35 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17547
17548         * config.sub: Update for recent FSF changes.  Remove obsolete
17549         h8300hds entry.  Add -windows* and -osx as basic os.  Minor
17550         spacing changes.
17551
17552 Thu Oct 20 18:41:56 1994  Per Bothner  <bothner@kalessin.cygnus.com>
17553
17554         * configure.in (target_libs):  Remove libstdc++ for libg++-2.6.1.
17555
17556         * config.guess:  Merge with FSF.
17557         * configure.in:  Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17558
17559 Thu Oct 20 19:26:56 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17560
17561         * configure: Since the "trap 0" handler will override the exit
17562         status on many systems, only use it for "exit 1", and make it set
17563         a non-zero exit status; reset it before "exit 0".  Also, check
17564         exit status of config.sub, and error out if it failed.
17565
17566 Wed Oct 19 18:49:55 1994  Rob Savoye  (rob@cygnus.com)
17567
17568         * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17569         and install libgloss.
17570
17571 Tue Oct 18 15:25:24 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17572
17573         * Makefile.in (all-binutils): Depend upon all-byacc.
17574
17575         * configure.in: Don't build emacs on Irix 5.
17576
17577 Mon Oct 17 16:22:12 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17578
17579         * configure.in (*-*-netware*): Add libio.
17580
17581 Thu Oct 13 15:51:20 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17582
17583         * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17584         (CHECK_TARGET_MODULES): Ditto.
17585         (INSTALL_TARGET_MODULES): Ditto.
17586         (TARGET_LIBS): Ditto.
17587         (all-libstdc++): Note dependencies.
17588
17589 Thu Oct 13 01:43:08 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17590
17591         * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17592
17593 Tue Oct 11 12:12:29 1994  Jason Merrill  (jason@phydeaux.cygnus.com)
17594
17595         * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17596         -fexternal-templates.
17597
17598         * configure.in (target_libs): Add libstdc++.
17599         (noconfigdirs): Add libstdc++ as appropriate.
17600
17601 Thu Oct  6 18:00:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17602
17603         * config.guess:  Update from FSF.
17604
17605 Tue Oct  4 12:05:42 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17606
17607         * configure: Use ${config_shell} when running ${configsub}.
17608
17609 Mon Oct  3 14:28:34 1994  Doug Evans  <dje@canuck.cygnus.com>
17610
17611         * config.sub: No longer recognize h8300h.
17612
17613 Mon Oct  3 12:40:54 1994  Ian Lance Taylor  <ian@sanguine.cygnus.com>
17614
17615         * config.sub: Remove extraneous differences between config.sub and
17616         gcc/config.sub.
17617
17618 Sat Oct  1 00:23:12 1994  Ken Raeburn  <raeburn@cujo.cygnus.com>
17619
17620         * Makefile.in (DISTSTUFFDIRS): Add gas.
17621
17622 Thu Sep 22 19:04:55 1994  Doug Evans  (dje@canuck.cygnus.com)
17623
17624         * COPYING.NEWLIB: New file.
17625
17626 Mon Sep 19 18:25:40 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17627
17628         * config.guess (HP-UX):  Patch from Harlan Stenn
17629         <harlan@landmark.com> to also emit release level.
17630
17631 Wed Sep  7 13:15:25 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
17632
17633         * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17634
17635 Tue Sep  6 23:23:18 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17636
17637         * config.sub:  Merge nextstep cleanup from FSF.
17638
17639 Mon Sep  5 05:01:30 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
17640
17641         * configure.in (arm-*-*): Don't configure ld for this target.
17642
17643 Thu Sep  1 09:35:00 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
17644
17645         * configure.in (*-*-netware): don't configure libg++, libio,
17646           librx, or newlib.
17647
17648 Wed Aug 31 13:52:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17649
17650         * configure.in (alpha-dec-osf*): Use osf*, not osf1*.  Don't
17651         configure ld--it works, but it doesn't support shared libraries.
17652
17653 Sun Aug 28 18:13:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17654
17655         * config.guess (*-unknown-freebsd*):  Get rid of possible
17656         trailing "(Release)" in version string.
17657         Patch from Paul Richards <paul@isl.cf.ac.uk>.
17658
17659 Sat Aug 27 15:00:49 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17660
17661         * config.guess:  Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17662         Fix type: *-next-neststep -> *-next-nextstep.
17663
17664         * config.guess:  Merge from FSF:
17665
17666         Fri Aug 26 18:45:25 1994  Philippe De Muyter (phdm@info.ucl.ac.be)
17667
17668         * config.guess: Recognize powerpc-ibm-aix3.2.5.
17669
17670         Wed Apr 20 06:36:32 1994  Philippe De Muyter  (phdm@info.ucl.ac.be)
17671
17672         * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17673         instead of UNIX_SV for UnixWare 1.0).
17674
17675 Sat Aug 27 01:56:30 1994  Stu Grossman  (grossman@cygnus.com)
17676
17677         * Makefile.in (all-gdb):  Add dependencies on all-gcc and all-ld
17678         to make gdb/nlm/* build after the compiler and linker.
17679
17680 Fri Aug 26 14:30:05 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17681
17682         * config.guess (netbsd, freebsd, linux):  Accept any machine,
17683         not just i[34]86.
17684         (m68k-atari-sysv4):  Relocate to match FSF version.
17685
17686         * config.guess:  More merges from the FSF:
17687
17688         Add a space before function call or macro invocation.
17689
17690         Tue May 10 16:53:55 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17691
17692         * config.guess: Add trap cmd to remove dummy.c and dummy when
17693         interrupted.
17694
17695         Wed Apr 20 18:07:13 1994  Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17696
17697         * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17698         (dummy): Redirect stderr from compilation of dummy.c.
17699
17700         Sat Apr  9 14:59:28 1994  Christian Kranz  (kranz@sent5.uni-duisburg.de)
17701
17702         * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17703
17704 Fri Aug 26 13:42:20 1994  Ken Raeburn  (raeburn@kr-laptop.cygnus.com)
17705
17706         * configure: Accept and ignore --cache*, for compatibility with
17707         new autoconf.
17708
17709 Fri Aug 26 13:05:27 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17710
17711         * config.guess:  Merge from FSF:
17712
17713         Thu Aug 25 20:28:51 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17714
17715         * config.guess (Pyramid*:OSx*:*:*): New case.
17716         (PATH): Add /.attbin at end for finding uname.
17717         (dummy.c): Handle i860-alliant-bsd.  Follow whitespace conventions.
17718
17719         Wed Aug 17 18:21:02 1994  Tor Egge  (tegge@pvv.unit.no)
17720
17721         * config.guess (M88*:DolphinOS:*:*): New case.
17722
17723         Thu Aug 11 17:00:13 1994  Stan Cox  (coxs@dg-rtp.dg.com)
17724
17725         * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17726         to select whether to use ELF or COFF.
17727
17728         Sun Jul 24 16:20:53 1994  Richard Stallman  <rms@mole.gnu.ai.mit.edu>
17729
17730         * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17731
17732         Sun May  1 10:23:10 1994  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
17733
17734         * config.guess: Guess the OS version for HPUX.
17735
17736         Tue Mar  1 21:53:03 1994  Karl Heuer  (kwzh@hal.gnu.ai.mit.edu)
17737
17738         * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
17739
17740 Fri Aug 26 11:19:08 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17741
17742         * configure.in: Recognize --with-headers, --with-libs, and
17743         --without-newlib.
17744         * Makefile.in (all-xiberty): Depend upon all-ld.
17745
17746 Wed Aug 24 12:36:50 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17747
17748         * configure.in: Change i[34]86 to i[345]86.
17749
17750 Mon Aug 22 10:58:33 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17751
17752         * configure (version): A few more tweaks to help message.
17753
17754 Fri Aug 19 12:40:25 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17755
17756         * Makefile.in:  Remove (for now) librx as a host library,
17757         now that we're building it for target.
17758
17759 Fri Aug 19 10:49:17 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17760
17761         * configure: Fix up help message; from karl@owl.hq.ileaf.com
17762         (Karl Berry).
17763
17764 Tue Aug 16 16:11:08 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17765
17766         * configure.in:  Also configure librx.
17767
17768 Mon Aug 15 16:51:45 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17769
17770         * Makefile.in:  Update various rules to reflect that librx
17771         is now needed for libg++.
17772
17773 Fri Aug 12 18:07:21 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17774
17775         * config.sub: Accept mips64orion and mips64orionel as a CPU name.
17776
17777 Mon Aug  8 11:36:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
17778
17779         * configure.in: Configure the examples directory.
17780
17781 Thu Aug  4 16:12:36 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17782
17783         * configure: Simplify Jun 2 1994 change.
17784
17785 Wed Aug  3 04:58:16 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17786
17787         * change CC to /usr/latest/bin/gcc for lynx host builds, since
17788         /bin/gcc isn't good enough to build gcc.
17789
17790 Wed Jul 27 09:07:14 1994  Fred Fish  (fnf@cygnus.com)
17791
17792         * Makefile.in (GDB_SUPPORT_FILES): Remove
17793         (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz):  Remove old rules.
17794         (gdb.tar.gz): Add new rule to use standard distribution building
17795         mechanism.
17796
17797 Mon Jul 25 11:10:06 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17798
17799         * configure.in: Warn about use of /usr/ucb/cc on Solaris.  From
17800         Bill Cox <bill@cygnus.com>.
17801
17802 Sat Jul 23 12:19:46 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17803
17804         * config.guess:  Recognize ISC.  Patch from kwzh@gnu.ai.mit.edu.
17805
17806 Fri Jul 22 17:53:59 1994  Stu Grossman  (grossman@cygnus.com)
17807
17808         * configure:  Search current dir first in .gdbinit.
17809
17810 Fri Jul 22 11:28:30 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17811
17812         * config.sub:  Recognize freebsd (merged from gcc config.sub).
17813
17814 Thu Jul 21 14:10:52 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17815
17816         * config.sub:  Refer to NeXT's operating system as nextstep.
17817
17818         * config.sub (case $basic_machine):  Re-order the cases, to match
17819         the order in the FSF version (which is mostly alphabethical).
17820         Merge in some additions and changes from the FSF.
17821
17822 Sat Jul 16 12:03:08 1994  Stan Shebs  (shebs@andros.cygnus.com)
17823
17824         * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
17825         * config.sub: Recognize cxux7.
17826         * configure.in: Use mh-cxux for m88k-harris-cxux*.
17827
17828 Mon Jul 11 14:37:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17829
17830         * config.sub:  Fix typo powerpc -> powerpc-*.
17831
17832 Sat Jul  9 13:03:43 1994  Michael Tiemann  (tiemann@blues.cygnus.com)
17833
17834         * Makefile.in: `all-emacs19' depends on `all-byacc'.
17835
17836         * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
17837         parallel with all-emacs and install-emacs).  Top-level command
17838         `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
17839
17840 Thu Jun 30 16:53:42 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17841
17842         * test-build.mk ($(host)-stamp-stage2-installed): Remove
17843         $(relbindir)/make before doing ``make install'', and use
17844         $(GNU_MAKE) while doing it.  Avoids problem on SunOS with
17845         installing over running make binary.
17846         ($(host)-stamp-stage3-installed): Likewise.
17847
17848 Tue Jun 28 13:43:25 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17849
17850         * config.guess: Recognize Mach.
17851
17852 Mon Jun 27 16:41:14 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
17853
17854         * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
17855         see whether --exec-prefix was used.
17856
17857 Sun Jun 26 21:15:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17858
17859         * README:  Explicitly mention libg++/README.  (Zoo's idea.)
17860
17861 Tue Jun 21 12:45:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17862
17863         * Makefile.in: Add all-librx target similar to all-libproc.
17864
17865 Wed Jun  8 23:11:55 1994  Stu Grossman  (grossman@cygnus.com)
17866
17867         * config.guess:  Rearrange tests for Alpha-OSF1 to properly deal
17868         with post 1.2 uname bogosity.
17869
17870 Thu Jun  9 00:27:59 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17871
17872         * configure: Remove temporary files on receipt of a signal.
17873
17874 Tue Jun  7 12:06:24 1994  Ian Lance Taylor  (ian@cygnus.com)
17875
17876         * configure: If there is a package_makefile_frag, remove
17877         ${subdir}/Makefile.tem after copying it in.
17878
17879 Mon Jun  6 21:35:02 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
17880
17881         * build_all.mk: support rs6000 lynx identifies itself as
17882         rs6000-lynx-lynxos2.2.2.  Also, use /usr/cygnus/progressive/bin/gcc
17883         since /bin/gcc is too feeble to compile a modern gcc.
17884
17885 Mon Jun  6 16:06:34 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17886
17887         * brought devo/test-build.mk update-to-date with progressive/
17888           test-build.mk. Add lynx targets and hppa flag info.
17889
17890 Sat Jun  4 17:23:54 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17891
17892         * configure.in:  Use mh-ncrsvr43.  Patch from
17893         Tom McConnell <tmcconne@sedona.intel.com>.
17894
17895 Fri Jun  3 17:47:24 1994  Per Bothner  (bothner@kalessin.cygnus.com)
17896
17897         * config.guess (i386-unknown-bsdi):  No longer need to
17898         check #if defined(__bsdi__) && defined(__i386__).
17899
17900 Thu Jun  2 18:56:46 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17901
17902         * configure: Set program_transform_nameoption correctly.
17903
17904 Thu Jun  2 10:57:06 1994  Karen Christiansen (karen@cirdan.cygnus.com)
17905
17906         * brought build-all.mk update-to-date with progressive build-all.mk,
17907           added new targets and hppa info.
17908
17909 Thu Jun  2 00:12:44 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17910
17911         * configure: If config.guess result is a prefix of the user
17912         specified target, assume a native build and use the user specified
17913         target as the host alias.  Remove SunOS patch suffix removal hack.
17914         * configure.in: Remove SunOS patch suffix removal hack.
17915
17916         * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
17917         in NATIVE_CHECK_MODULES.
17918
17919 Wed Jun  1 10:49:41 1994  Bill Cox  (bill@rtl.cygnus.com)
17920
17921         * Makefile.in: Rename HOST_ONLY to NATIVE.
17922         * configure: Delete SunOs patch suffix from host_canonical
17923           and build_canonical variables that are prepended to Makefiles.
17924         * configure.in: Add comments for easier maintenance.
17925
17926 Tue May 31 19:39:47 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17927
17928         * Makefile.in: Add all-libproc target similar to all-gui.
17929
17930 Tue May 31 17:16:33 1994  Tom Lord  (lord@cygnus.com)
17931
17932         * Makefile.in (CHECK_MODULES): split into
17933         HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
17934
17935 Tue May 31 16:36:36 1994  Paul Eggert  (eggert@twinsun.com)
17936
17937         * config.guess (i386-unknown-bsdi): New system to guess.
17938
17939 Wed May 25 16:47:10 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
17940
17941         * Makefile.in: Add all-gui target (but not yet build by "all").
17942
17943 Thu May 26 08:53:19 1994  Bill Cox  (bill@rtl.cygnus.com)
17944
17945         * config.sub: Move deletion of patch suffix from here...
17946         * configure.in: To here, at Ian's suggestion.  The top-
17947           level scripts might need to know of a patch level.
17948
17949 Wed May 25 09:15:54 1994  Bill Cox  (bill@rtl.cygnus.com)
17950
17951         * config.sub: Strip off patch suffix so rtl is recognized
17952           as a sunos4.1.3 machine, even though it's been patched.
17953
17954 Fri May 20 08:25:49 1994  Steve Chamberlain  (sac@deneb.cygnus.com)
17955
17956         * Makefile.in (INSTALL_LAST): Delete.
17957         (INSTALL_DOSREL): New.
17958
17959 Thu May 19 17:12:12 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
17960
17961         * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
17962         Don't set use_gnu_ld to no for *-*-sysv4; that only controls
17963         whether we pass down --with-gnu-ld anyhow.
17964
17965 Thu May 19 09:29:12 1994  Steve Chamberlain  (sac@cygnus.com)
17966
17967         * Makefile.in (INSTALL_LAST): Change operation so it works
17968         on more flavors of make.
17969         * configure.in (go32): Don't build libg++ or libio.
17970
17971 Fri May 13 13:28:34 1994  Steve Chamberlain  (sac@cygnus.com)
17972
17973         * Makefile.in (Move HOST_PREFIX_1 and friends up so
17974         they can be overriden by templates.
17975
17976 Sat May  7 16:46:44 1994  Steve Chamberlain  (sac@cygnus.com)
17977
17978         * configure.in (target==go32): Don't build gdb.
17979         * dosrel: New directory.
17980
17981 Fri May  6 14:19:25 1994  Steve Chamberlain  (sac@cygnus.com)
17982
17983         * configure.in (host==go32): Configure dosrel too.
17984         * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
17985         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
17986         be set by incoming names or templates.
17987         (INSTALL_LAST): New rule.
17988
17989 Thu May  5 17:35:05 1994  Stan Shebs  (shebs@andros.cygnus.com)
17990
17991         * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
17992
17993 Thu May  5 20:06:45 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
17994
17995         * configure.in (appdirs): New variable.  Currently empty, but will
17996         be used in gas distribution.  If nonempty, lists a set of
17997         directories at least one of which must get configured, or top
17998         level configuration is considered to have failed.
17999         (rs6000-*-lynxos*): Use new file name.
18000
18001 Thu May  5 13:38:36 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18002
18003         Eliminate XTRAFLAGS.
18004         * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18005         newlib include files using -idirafter, and also use -nostdinc.
18006         (CXX_FOR_TARGET): Likewise.
18007         (XTRAFLAGS): Removed.
18008         (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18009         (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18010         (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18011         ($(DO_X)): Don't pass down XTRAFLAGS.
18012
18013 Thu May  5 00:16:36 1994  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18014
18015         * configure.in (mips*-dec-bsd*): New target; do build linker.
18016         (mips*-*-bsd*): New target; don't build linker.
18017
18018 Wed May  4 20:10:10 1994  D. V. Henkel-Wallace  (gumby@cygnus.com)
18019
18020         * configure.in: support rs6000-*-lynxos* configuration.
18021         support sunos4 as a cross target.
18022
18023         * config.sub: look for lynx*, not lynx since the OS version may
18024         legitimately be part of the name.
18025
18026 Tue May  3 21:48:11 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18027
18028         * configure.in (i[34]86-*-sco*): Move to be with other i386
18029         targets.
18030         (romp-*-*): New target.  Skip various binary utilities.
18031         (vax-*-*): New target.  Don't build newlib.
18032         (vax-*-vms): Renamed from *-*-vms.  Don't build opcodes or newlib.
18033
18034 Thu Apr 28 15:03:05 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18035
18036         * configure.in: Only set host_makefile_frag if config
18037         directory exists.
18038
18039 Wed Apr 27 12:14:30 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18040
18041         * install.sh: If $dstdir exists, don't check whether each
18042         component does.
18043
18044 Tue Apr 26 18:11:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18045
18046         * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18047
18048 Mon Apr 25 15:06:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
18049
18050         * configure.in (*-*-lynxos*): Don't configure newlib for either
18051         native or cross Lynx.
18052
18053 Sat Apr 16 11:58:16 1994  Doug Evans  (dje@canuck.cygnus.com)
18054
18055         * config.sub (sparc64-elf): Fix os.
18056         (z8k): Remove duplicate.
18057
18058 Thu Apr 14 23:33:17 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18059
18060         * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18061         gcc/stmp-fixproto, to try to prevent fixproto from being run.
18062
18063 Wed Apr 13 15:14:52 1994  Bill Cox  (bill@cygnus.com)
18064
18065         * configure: Make file links cleanly even if Lynx fails on
18066           an NFS symlink (at least fail cleanly).
18067
18068 Mon Apr 11 10:58:56 1994  Jim Wilson  (wilson@sphagnum.cygnus.com)
18069
18070         * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18071         -XNh2000.
18072
18073 Sat Apr  9 15:10:45 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18074
18075         * configure: Unknown options are fatal again.
18076
18077 Fri Apr  8 12:01:41 1994  David J. Mackenzie  (djm@cygnus.com)
18078
18079         * configure: Ignore --x-includes and --x-libraries, for Autoconf
18080         compatibility.
18081
18082 Thu Apr  7 17:31:43 1994  Doug Evans  (dje@canuck.cygnus.com)
18083
18084         * build-all.mk: Add `clean' target.
18085
18086 Wed Apr  6 20:44:56 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18087
18088         * config.guess:  Add SINIX support.
18089         * configure.in:  Add mips-*-sysv4* support.
18090
18091 Mon Apr  4 17:41:44 1994  Doug Evans  (dje@canuck.cygnus.com)
18092
18093         * build-all.mk: Document all useful targets.
18094         If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18095         If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18096
18097 Thu Mar 31 04:55:57 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18098
18099         * configure: Support --silent, --quiet.
18100
18101 Wed Mar 30 21:37:38 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18102
18103         * configure: Support --disable-FEATURE.
18104
18105 Tue Mar 29 19:15:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18106
18107         * config.guess: Recognize NCR running SVR4.3.
18108
18109 Mon Mar 28 14:55:15 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18110
18111         * config.guess:  Make BSDI generate i386-unknown-bsd386.
18112         Patch from Paul Eggert <eggert@twinsun.com>.
18113
18114 Mon Mar 28 12:54:52 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18115
18116         * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18117
18118 Sat Mar 26 11:25:48 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18119
18120         * configure: Make unrecognized options give nonfatal warnings
18121         instead of fatal errors, and pass them to any subdirectory
18122         configures in case they recognize them.
18123         Make --x equivalent to --with-x.
18124
18125 Fri Mar 25 21:52:10 1994  David J. Mackenzie  (djm@rtl.cygnus.com)
18126
18127         * configure: Add --enable-* options.  Clean up usage message and
18128         some comments.
18129
18130 Thu Mar 24 09:12:53 1994  Doug Evans  (dje@canuck.cygnus.com)
18131
18132         * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18133
18134 Sun Mar 20 11:28:22 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18135
18136         * configure.in (hppa*-*-*): Enable binutils.
18137
18138 Sat Mar 19 11:50:16 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18139
18140         * config.sub: Recognize cisco.
18141
18142 Fri Mar 18 16:42:32 1994  Jason Merrill  (jason@deneb.cygnus.com)
18143
18144         * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18145
18146 Tue Mar 15 11:25:55 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18147
18148         * config.guess: about target *-hitachi-hiuxwe2, don't print more
18149         than one configuration name.  Add comment.
18150
18151 Sun Mar  6 23:13:38 1994  Hisashi MINAMINO  (minamino@sra.co.jp)
18152
18153         * config.guess: about target *-hitachi-hiuxwe2, fixed
18154         machine guessing order.  [Hitachi's CPU_IS_HP_MC68K
18155         macro is incorrect.]
18156
18157 Sun Mar 13 09:10:08 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18158
18159         * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18160         than the "make ls" stuff which used to be here.
18161
18162 Fri Mar 11 12:52:39 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18163
18164         * config.guess:  Recognize i[34]86-unknown-freebsd.
18165         From Shawn M Carey <smcarey@rodan.syr.edu>.
18166
18167 Thu Mar  3 14:24:21 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18168
18169         * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18170
18171 Wed Mar  2 13:28:48 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
18172
18173         * config.guess: Check for ptx.
18174
18175 Mon Feb 28 16:46:50 1994  Kung Hsu  (kung@mexican.cygnus.com)
18176
18177         * config.sub: Add os9k checking.
18178
18179 Thu Feb 24 07:09:04 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18180
18181         * config.guess: Handle OSF1 running on HPPA processors
18182
18183 Fri Feb 18 14:14:00 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18184
18185         * configure: If subdir configure fails, print out a message with
18186         subdirectory name, in case subdir's configure code didn't identify
18187         itself.
18188
18189 Fri Feb 18 12:50:15 1994  Doug Evans  (dje@cygnus.com)
18190
18191         * configure.in: Remove embedded newlines from configdirs.
18192         Avoid mismatches of substrings.  Fix matching strings at end
18193         of configdirs.
18194
18195 Fri Feb 11 15:33:33 1994  Stu Grossman  (grossman at cygnus.com)
18196
18197         * config.guess:  Add Lynx/rs6000 config support.
18198
18199 Tue Feb  8 13:41:09 1994  Ken Raeburn  (raeburn@rtl.cygnus.com)
18200
18201         * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18202
18203 Mon Feb  7 15:42:36 1994  Jeffrey A. Law  (law@cygnus.com)
18204
18205         * configure.in (hppa*-*-osf*): Treat this just like most other
18206         PA configurations (eg no binutils or ld).
18207         (hppa*-*-*elf*): These configurations have binutils and ld.
18208
18209 Sun Feb  6 16:35:07 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18210
18211         * config.sub (hiux): Fix typo.  From m-kasahr@sramhc.sra.co.JP.
18212
18213 Sat Feb  5 01:00:33 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18214
18215         * configure.in (rs6000-*-*): Build gas.
18216
18217 Wed Feb  2 13:57:57 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
18218
18219         * Makefile.in:  Avoid bug in losing hpux sed.
18220
18221 Wed Feb  2 14:53:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
18222
18223         * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18224         for GDB and GDB has been fixed to not need it.
18225
18226 Sun Jan 30 17:58:06 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18227
18228         * config.guess: Recognize vax hosts.
18229
18230 Fri Jan 28 15:29:38 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18231
18232         * configure (while loop): Don't use "break 2" inside case
18233         statement -- the case statement isn't an enclosing loop.
18234
18235 Mon Jan 24 18:40:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
18236
18237         * config.guess:  Clean up NeXT support, to allow nextstep
18238         on Intel machines.  Make OS be nextstep.
18239
18240 Sun Jan 23 18:47:22 1994  Richard Kenner  (kenner@vlsi1.ultra.nyu.edu)
18241
18242         * config.guess: Add alternate forms for Convex.
18243
18244 Thu Jan 20 16:13:41 1994  Stu Grossman  (grossman at cygnus.com)
18245
18246         * configure:  Completely rewrite option processing.  Take
18247         advantage of pattern-matching to avoid invoking test frequently.
18248         Also clean up host and target defaulting logic.
18249
18250 Mon Jan 17 15:06:56 1994  Ken Raeburn  (raeburn@cujo.cygnus.com)
18251
18252         * Makefile.in: Replace all occurrances of "rootme" with "r" and
18253         "$${rootme}" with "$$r", to increase the likelihood that the do-*
18254         commands (plus user environment) will fit SCO limits.
18255
18256 Thu Jan  6 11:20:57 1994  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18257
18258         * configure.in: Don't issue warnings about directories which are
18259         not being configured if -norecursion is set.  Correct test for
18260         --with-gnu-as and --with-gnu-ld to not get confused by substring
18261         matches.
18262
18263         * configure.in: Don't build gas for alpha-dec-osf1*.
18264
18265 Tue Jan  4 17:10:19 1994  Stu Grossman  (grossman at cygnus.com)
18266
18267         * configure:  Back out Per's change of 12/19/1993.  It changes the
18268         behavior of configure in unexpected and confusing ways.
18269
18270         Also, use different delim char when calculating
18271         program_transform_name so that the name can contain slashes.
18272
18273 Sat Jan  1 13:45:31 1994  Rob Savoye  (rob@darkstar.cygnus.com)
18274
18275         * configure.in, config.sub: Add support for VSTa micro-kernel.
18276
18277 Sat Dec 25 20:00:47 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
18278
18279         * configure.in: Nuke hacks which were used to get a special
18280         version of GAS for HPPA configurations.
18281
18282 Sun Dec 19 20:40:44 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18283
18284         * configure:  If only ${target_alias} is given, use that
18285         as the default for ${host_alias}.
18286         * configure:  Add missing back-slashes before nested quotes.
18287
18288 Wed Dec 15 18:07:18 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18289
18290         * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18291
18292 Tue Dec 14 21:25:33 1993  Per Bothner  (bothner@cygnus.com)
18293
18294         * config.guess:  Recognize some Tektronix configurations.
18295         From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18296
18297 Sat Dec 11 11:18:00 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18298
18299         * config.sub: Match any flavor of SH.
18300
18301 Thu Dec  2 17:16:58 1993  Ken Raeburn  (raeburn@cujo.cygnus.com)
18302
18303         * configure.in: Don't try to configure newlib for Alpha.
18304
18305 Thu Dec  2 14:35:54 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18306
18307         * configure.in: Don't build ld for Irix 5.  Don't build gas,
18308         libg++ or libio for any Alpha target.
18309
18310         * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18311
18312 Wed Dec  1 17:00:33 1993  Jason Merrill  (jason@deneb.cygnus.com)
18313
18314         * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18315         default arguments -- so it tried to compress itself.
18316
18317 Tue Nov 30 13:45:15 1993  david d `zoo' zuhn  (zoo@andros.cygnus.com)
18318
18319         * configure.in (notsupp): ensure that a space is always at the end
18320           of the configdirs list, since the grep checks for an explicit space
18321
18322 Tue Nov 16 15:04:27 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18323
18324         * configure.in (target i386-sysv4.2): don't build ld, since static
18325           versions of many libraries are not available.
18326
18327 Tue Nov 16 14:28:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18328
18329         * config.guess: Recognize Apollos (using environment variables).
18330         * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18331
18332 Thu Nov 11 12:03:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18333
18334         * config.guess: Recognize Sony news mips running newsos.
18335
18336 Wed Nov 10 16:57:00 1993  Mark Eichin  (eichin@cygnus.com)
18337
18338         * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18339         "fi ; else" for bash.
18340
18341 Tue Nov  9 15:54:01 1993  Mark Eichin  (eichin@cygnus.com)
18342
18343         * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18344
18345 Fri Nov  5 08:07:27 1993  D. V. Henkel-Wallace  (gumby@blues.cygnus.com)
18346
18347         * config.sub: accept unixware as an alias for svr4.2.
18348         Fix some inconsistancies with the gcc version.
18349
18350 Fri Nov  5 15:14:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18351
18352         * Makefile.in (DISTDOCDIRS):  Add gdb.
18353
18354 Fri Nov  5 11:59:42 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18355
18356         * Makefile.in (DISTDOCDIRS):  Add libg++ and libio.
18357
18358 Fri Nov  5 10:35:05 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18359
18360         * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18361         (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18362         this now.
18363
18364 Thu Nov  4 18:58:23 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18365
18366         * config.sub: Accept hiux* as an OS name.
18367
18368         * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18369         etc/make-stds.texi.  The underscore came from gcc, and dje now
18370         agrees that RUNTESTFLAGS is the correct name.
18371
18372 Thu Nov  4 10:49:01 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18373
18374         * install.sh:  Remove 'set -e'.  It makes any conditionals
18375         in the script useless.
18376
18377         * config.guess: Automatically recognize arm-acorn-riscix
18378         Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18379
18380 Thu Nov 04 08:08:04 1993  Jeffrey Wheat  (cassidy@cygnus.com)
18381
18382         * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18383
18384 Wed Nov  3 22:09:46 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18385
18386         * Makefile.in (DISTDOCDIRS): New variable.
18387         (taz): Edit local Makefile.in sooner, instead of proto-toplev
18388         Makefile.in later.  Build "info" and "dvi" in DISTDOCDIRS.
18389
18390 Wed Nov  3 21:31:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18391
18392         * configure.in (hppa target): check the source directory for the
18393           pagas sub-directory
18394
18395 Wed Nov  3 11:12:22 1993  Doug Evans  (dje@canuck.cygnus.com)
18396
18397         * config.sub: Allow -aout* and -elf*.
18398
18399 Wed Nov  3 11:08:33 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18400
18401         * configure.in: Don't build ld on i386-solaris2, same as for
18402         sparc-solaris2.
18403
18404 Tue Nov  2 14:21:25 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18405
18406         * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18407
18408 Tue Nov  2 13:38:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18409
18410         * configure.in:  Configure gdb for alpha.
18411
18412 Mon Nov  1 10:42:54 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18413
18414         * Makefile.in (CXXFLAGS): Add -O.
18415
18416 Wed Oct 27 10:45:06 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18417
18418         * config.guess: added support for DG Aviion
18419
18420 Tue Oct 26 14:37:37 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18421
18422         * configure.in: Produce warning message for subdirectories not
18423         configurable for this host/target combination.  Don't try to
18424         configure gdb for vms.
18425
18426 Mon Oct 25 11:22:15 1993  Ken Raeburn  (raeburn@rover.cygnus.com)
18427
18428         * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18429         appropriate files before making "diststuff".
18430         (DISTBISONFILES): New var: list of files to be edited.
18431         (DISTSTUFFDIRS): Add binutils.
18432
18433 Fri Oct 22 20:32:15 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18434
18435         * config.sub: also handle mipsel and mips64el (for little endian mips)
18436
18437 Fri Oct 22 07:59:20 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18438
18439         * configure.in: Add * to end of all OS names.
18440
18441 Thu Oct 21 11:38:28 1993  Stan Shebs  (shebs@rtl.cygnus.com)
18442
18443         * configure.in: Build newlib for LynxOS native.
18444
18445 Wed Oct 20 09:56:12 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18446
18447         * config.guess: Add support for delta 88k running SVR3.
18448
18449         * configure.in: Add comment about HP compiler vs. emacs.
18450
18451 Tue Oct 19 16:02:22 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18452
18453         * configure.in: don't build ld on solaris2 (not a viable option
18454           due to bugs in getpwnam & getpwuid)
18455
18456 Tue Oct 19 15:13:56 1993  Ken Raeburn  (raeburn@rtl.cygnus.com)
18457
18458         * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18459         config.guess will produce a full version number.
18460
18461 Tue Oct 19 15:58:01 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18462
18463         * configure.in: Build linker and binutils for alpha-dec-osf1.
18464
18465 Tue Oct 19 11:41:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18466
18467         * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18468         and gdb/testsuite/Makefile.in.
18469
18470 Sat Oct  9 18:39:07 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18471
18472         * configure.in: recognize mips*- instead of mips-
18473
18474 Fri Oct  8 14:15:39 1993  Ken Raeburn  (raeburn@cygnus.com)
18475
18476         * config.sub: Accept linux*coff and linux*elf as operating
18477         systems.
18478
18479 Thu Oct  7 12:57:19 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18480
18481         * config.sub: Recognize mips64, and mips3 as an alias for it.
18482
18483 Wed Oct  6 13:54:21 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
18484
18485         * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18486         gdb knows how to handle OSF/1 shared libraries.
18487
18488 Tue Oct  5 11:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18489
18490         * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18491         * config.guess: Recognize Hitachi's HIUX.
18492         * config.sub: Recognize h3050r* and hppahitachi.
18493         Remove redundant cases for hp9k[23]*.
18494
18495 Mon Oct  4 16:15:09 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18496
18497         * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18498         if gas and ld are in the source tree and are in ${configdirs}.
18499         If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18500         --with options (but still pass them down on the command line,
18501         if they were explicitly specified).
18502
18503 Fri Sep 24 19:11:13 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18504
18505         * configure: substitute SHELL value in Makefile.in with
18506         ${CONFIG_SHELL}
18507
18508 Thu Sep 23 18:05:13 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18509
18510         * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18511         *-*-solaris2* targets.
18512
18513 Sun Sep 19 17:01:41 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18514
18515         * Makefile.in: define M4, and pass it down to sub-makes;
18516         all-autoconf now depends on all-m4
18517
18518 Sat Sep 18 00:38:23 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18519
18520         * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18521         presence of {ar,ranlib} instead of a configured directory
18522
18523 Wed Sep 15 08:41:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
18524
18525         * config.guess: Accept 34?? as well as 33?? for NCR.
18526
18527 Mon Sep 13 12:28:43 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18528
18529         * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18530         of 'gas' in sed commands, since 'gash' is now in the tree as well.
18531
18532 Fri Sep 10 11:23:52 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18533
18534         * configure: grab values for $(CC) and $(CXX) from the
18535         environment, so that someone can do "CC=gcc configure; make" and
18536         have it work right (matching the way that autoconf works now)
18537
18538         * configure.in, Makefile.in: add support for gash, the tcl
18539         interface to Galaxy
18540
18541         * config.guess: add NetBSD variants (hp300, x86)
18542
18543 Thu Sep  9 16:48:52 1993  Jason Merrill  (jason@deneb.cygnus.com)
18544
18545         * install.sh: Support -d option (in the manner of SunOS 4 install,
18546         as it is more deterministic than that of GNU install)
18547         (chmodcmd): Set file to mode 755 by default (should also do default
18548         chgrp and chown, but I don't feel like dealing with that now)
18549
18550 Tue Sep  7 11:59:39 1993  Doug Evans  (dje@canuck.cygnus.com)
18551
18552         * config.sub: Remove h8300hhms alias.
18553
18554 Tue Aug 31 11:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18555
18556         * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18557
18558 Mon Aug 30 18:29:10 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18559
18560         * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18561         as stmp-fixinc
18562
18563 Wed Aug 25 16:35:59 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18564
18565         * config.sub: recognize m88110-bug-coff.
18566
18567 Tue Aug 24 10:23:24 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18568
18569         * Makefile.in (all-libio): all dependencies on the toolchain used
18570         to build this (gcc, gas, ld, etc)
18571
18572 Fri Aug 20 17:24:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18573
18574         * config.guess: Deal with OSF/1 1.3 on alpha.
18575
18576 Thu Aug 19 11:43:04 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18577
18578         * install.sh: add some 'else true' clauses for portability
18579
18580         * configure.in: don't build libio for h8[35]00-*-* targets
18581
18582 Tue Aug 17 19:02:31 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18583
18584         * Makefile.in:  Add support for new libio.
18585
18586 Sun Aug 15 20:48:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18587
18588         * install.sh: If one command fails, don't try the rest.  Don't try
18589         to remove $dsttmp (via trap) unless we have already created it.
18590         If $src doesn't exist, detect it and exit with an error.
18591
18592         * config.guess: Recognize BSD on hp300.
18593
18594 Wed Aug 11 18:35:13 1993  Per Bothner  (bothner@kalessin.cygnus.com)
18595
18596         * config.guess:  Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18597         Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18598
18599 Wed Aug 11 15:37:51 1993  Jason Merrill  (jason@deneb.cygnus.com)
18600
18601         * Makefile.in (all-send-pr): depends on all-prms
18602
18603 Wed Aug 11 16:56:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18604
18605         * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18606
18607 Fri Aug  6 14:45:02 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
18608
18609         * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18610         Added test for mips-mips-riscos5.
18611
18612 Thu Aug  5 15:45:08 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18613
18614         * configure.in: use mh-hp300 for 68k HP hosts
18615
18616 Mon Aug  2 11:56:53 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18617
18618         * configure: add support for CONFIG_SHELL, so that you can use
18619         some alternate shell for evaluating configure scripts
18620
18621 Sun Aug  1 11:36:27 1993  Fred Fish  (fnf@deneb.cygnus.com)
18622
18623         * Makefile.in (make-gdb.tar.gz):  Sed bug reporting address
18624         in configure script to bug-gdb@prep.ai.mit.edu when building
18625         distribution archive.
18626         * Makefile.in (COMPRESS):  Remove def.
18627         * Makefile.in (gdb.tar.gz, make-gdb.tar.gz):  Renamed from
18628         gdb.tar.Z and make-gdb.tar.Z respectively.
18629         * Makefile.in (make-gdb.tar.gz):  Now only build gzip'd archive.
18630         * Makefile.in (make-gdb.tar.gz):  Minor changes to move closer
18631         to convergence with 'taz' target in Makefile.in.
18632
18633 Fri Jul 30 12:34:57 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18634
18635         * install.sh (dsttmp): use trap to ensure that tmp files go
18636         away on error conditions
18637
18638 Wed Jul 28 11:57:36 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18639
18640         * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18641
18642 Tue Jul 27 12:43:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18643
18644         * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18645         its parent is '/' not ''.
18646
18647         * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18648
18649 Fri Jul 23 09:53:37 1993  Jason Merrill  (jason@wahini.cygnus.com)
18650
18651         * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18652         that ${newsrcdir}/configure.in does.
18653
18654 Tue Jul 20 11:28:50 1993  david d `zoo' zuhn  (zoo@rtl.cygnus.com)
18655
18656         * test-build.mk: support for CONFIG_SHELL
18657
18658 Mon Jul 19 21:54:46 1993  Fred Fish  (fnf@deneb.cygnus.com)
18659
18660         * config.sub (netware):  Add as a basic system type.
18661
18662 Wed Jul 14 12:03:11 1993  K. Richard Pixley  (rich@sendai.cygnus.com)
18663
18664         * Makefile.in (Makefile): depend on configure.in.  Also drop the
18665           $(srcdir)/ from the dependency on Makefile.in.
18666
18667 Tue Jul 13 20:10:58 1993  Doug Evans  (dje@canuck.cygnus.com)
18668
18669         * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18670         (h8300hhms is temporary until multi-libraries are implemented).
18671         * configure.in: Handle h8300h too.
18672
18673 Sun Jul 11 17:35:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18674
18675         * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18676
18677 Thu Jul  8 18:26:12 1993  John Gilmore  (gnu@cygnus.com)
18678
18679         * configure:  Remove extraneous output when guessing host type.
18680         * config.guess:  Remove extraneous output when guessing using C
18681         compiler rather than uname, or when guessing fails.
18682
18683 Wed Jul  7 17:58:14 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
18684
18685         * Makefile.in: remove all.cross and install.cross targets
18686
18687         * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18688           definitions
18689
18690 Tue Jul  6 10:39:44 1993  Steve Chamberlain  (sac@phydeaux.cygnus.com)
18691
18692         * configure.in (target sh): Build gprof.
18693
18694 Thu Jul  1 16:52:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18695
18696         * config.sub: change -solaris to -solaris2
18697
18698 Thu Jul  1 15:46:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18699
18700         * configure.in: Use config/mh-riscos for mips-*-sysv*.
18701
18702 Wed Jun 30 09:31:58 1993  Ian Lance Taylor  (ian@cygnus.com)
18703
18704         * configure: Correct error message for missing Makefile.in to
18705         print correct directory.
18706
18707 Tue Jun 29 13:52:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18708
18709         * install.sh: kludge around 386BSD shell bug
18710
18711 Tue Jun 29 13:06:49 1993  Per Bothner  (bothner@rtl.cygnus.com)
18712
18713         * config.guess:  Recognize NeXT.
18714         * config.guess:  Recognize i486-ncr-sysv4.
18715         * Makefile.in (taz):  rm $(TOOL)-$$VER before linking.
18716
18717 Tue Jun 29 12:50:57 1993  Ian Lance Taylor  (ian@cygnus.com)
18718
18719         * Makefile.in (MAKEINFOFLAGS): New variable.
18720         (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18721         * build-all.mk, test-build.mk: Pass down --no-split as
18722         MAKEINFOFLAGS when hosted on DOS.  Compile DOS hosted without -g.
18723
18724 Thu Jun 24 13:39:11 1993  Per Bothner  (bothner@rtl.cygnus.com)
18725
18726         * Makefile.in (DEVO_SUPPORT):  Add COPYING COPYING.LIB install.sh.
18727
18728 Wed Jun 23 12:59:21 1993  Per Bothner  (bothner@rtl.cygnus.com)
18729
18730         * Makefile.in (libg++.tar.z):  New rule.
18731         * Makefile.in (taz):  Replace 'configure -rm' by 'make distclean'.
18732         * Makefile.in (taz):  Only do a single chmod.
18733
18734 Fri Jun 18 12:03:10 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18735
18736         * install.sh: don't use dirname anymore (replaced with sed usage)
18737
18738 Thu Jun 17 18:43:42 1993  Fred Fish  (fnf@cygnus.com)
18739
18740         * Makefile.in:  Change extension for gzip'd files from '.z' to
18741         '.gz' per new FSF standard usage.
18742
18743 Thu Jun 17 16:58:50 1993  david d `zoo' zuhn  (zoo at majipoor.cygnus.com)
18744
18745         * configure: put quotes around the final value of program_transform_name
18746
18747 Tue Jun 15 16:48:51 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18748
18749         * Makefile.in: new install.sh support; update install-info rules
18750
18751 Wed Jun  9 12:31:34 1993  Ian Lance Taylor  (ian@cygnus.com)
18752
18753         * configure.in: Build diff for crosses, but not for go32 host.
18754
18755         * configure.in: Build gprof only for native, and don't build it
18756         for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
18757
18758 Mon Jun  7 13:12:11 1993  david d `zoo' zuhn  (zoo at deneb.cygnus.com)
18759
18760         * configure.in: don't build gas,ld,binutils on for *-*-sysv4
18761
18762 Mon Jun  7 11:40:11 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18763
18764         * configure.in (host_tools): Add prms.
18765
18766 Fri Jun  4 13:30:42 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18767
18768         * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
18769         with $(FLAGS_TO_PASS) on the command line
18770
18771         * config.sub: Recognize lynx and lynxos
18772
18773 Fri Jun  4 10:59:56 1993  Ian Lance Taylor  (ian@cygnus.com)
18774
18775         * config.sub: Accept -ecoff*, not just -ecoff.
18776
18777 Thu Jun  3 17:38:54 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18778
18779         * Makefile.in (taz): Use .gz suffix instead of .z.
18780         (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
18781         names.
18782
18783 Thu Jun  3 00:27:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18784
18785         * Makefile.in (vault-install): add an 'else true' (for Ultrix)
18786
18787 Wed Jun  2 18:19:16 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18788
18789         * Makefile.in (install-no-fixedincludes):  install gcc last, so
18790         that rebuilds that might happen during 'make install' don't get
18791         bogus gcc include files
18792
18793 Wed Jun  2 16:14:10 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18794
18795         Change from Utah for HPPA support:
18796         * config.guess: Recognize hppa1.x-hp-bsd.
18797
18798 Wed Jun  2 11:53:33 1993  Per Bothner  (bothner@rtl.cygnus.com)
18799
18800         * config.guess:  Add support for Motorola Delta 68k, up to r3v7.
18801         Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
18802
18803 Tue Jun  1 17:48:42 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18804
18805         * config.sub: Add support for rom68k and bug boot monitors.
18806
18807 Mon May 31 09:36:37 1993  Jim Kingdon  (kingdon@cygnus.com)
18808
18809         * Makefile.in: Make all-opcodes depend on all-bfd.
18810
18811 Thu May 27 08:05:31 1993  Ian Lance Taylor  (ian@cygnus.com)
18812
18813         * config.guess: Added special check for i[34]86-univel-sysv4*.
18814
18815 Wed May 26 16:33:40 1993  Ian Lance Taylor  (ian@cygnus.com)
18816
18817         * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
18818         the processor rather than assuming i486.
18819
18820 Wed May 26 09:40:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
18821
18822         * config.guess: Recognize SunOS6 as Solaris3.
18823
18824 Tue May 25 23:03:11 1993  Per Bothner  (bothner@cygnus.com)
18825
18826         * config.guess:  Fix typo.  Avoid #elif (not in K&R 1).
18827         Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
18828
18829 Tue May 25 12:44:18 1993  Ian Lance Taylor  (ian@cygnus.com)
18830
18831         * build-all.mk (all-cross): New target for Canadian Cross.
18832         Added Q2 go32 targets.
18833         * test-build.mk: Configure go32 cross sparclite-aout and
18834         mips-idt-ecoff -with-gnu-ld.  Moved build binary directory from
18835         PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
18836
18837 Mon May 24 15:30:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18838
18839         * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
18840         GO32 hosted toolchains
18841
18842 Mon May 24 14:18:41 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18843
18844         * configure: change  so "-exec-prefix" gets passed down rather
18845         than "-exec_prefix" so autoconf generated Makefiles get the
18846         exec_prefix set right.
18847
18848 Fri May 21 10:42:25 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18849
18850         * config.guess: get the Solaris2 minor version number
18851
18852         * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
18853
18854 Fri May 21 06:20:52 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
18855
18856         * config.guess: Recognize some Sequent platforms.
18857
18858 Thu May 20 14:33:48 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18859
18860         * Makefile.in: added the vault-install target
18861
18862         * configure.in: actually use the Sun3 makefile fragment that's in
18863         config, also added the release dir to configdirs
18864
18865 Thu May 20 14:19:18 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18866
18867         * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
18868
18869 Tue May 18 20:26:41 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18870
18871         * configure.in: remove some program from Alpha targetted toolchains
18872
18873 Tue May 18 15:23:19 1993  Ken Raeburn  (raeburn@cygnus.com)
18874
18875         * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS.  Add ld and
18876         gprof.
18877         (taz): Run "make diststuff" in those directories instead of "make
18878         proto-dir".  Look for "VERSION=" only at start of line in subdir
18879         Makefile.  Use "gzip -9" for compression.
18880         (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
18881         (binutils.tar.z): New target.
18882
18883 Mon May 17 17:01:15 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18884
18885         * Makefile.in (taz): Include gpl.texinfo.
18886
18887 Fri May 14 06:48:38 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18888
18889         * Makefile.in (setup-dirs): Merged into "taz" target.
18890         (taz): Only do `proto-dir' stuff if a directory is actually needed
18891         for this target.
18892
18893 Wed May 12 13:09:44 1993  Ian Lance Taylor  (ian@cygnus.com)
18894
18895         * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
18896         (FLAGS_TO_PASS): Pass down MUNCH_NM.
18897         (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
18898         (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
18899         (gcc-no-fixedincludes): Correct for current gcc Makefile.
18900
18901 Tue May 11 10:14:25 1993  Fred Fish  (fnf@cygnus.com)
18902
18903         * Makefile.in (make-gdb.tar.Z):  Add configure, config.guess,
18904         config.sub, and move-if-change to gdb testsuite distribution
18905         archive, so the testsuite can be extracted, configured, and
18906         run separately from the gdb distribution.  Blow away the Chill
18907         tests that require a Chill compiled executable, since GNU Chill
18908         is not yet publically available.
18909
18910 Mon May 10 17:22:26 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18911
18912         * test-build.mk: set environment variables in a single command,
18913         instead of a list of assignments and exports
18914
18915         * config.guess: recognize Alpha/OSF1 systems
18916
18917 Mon May 10 14:55:51 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
18918
18919         * configure: Change help message to prefer --options rather than
18920           -options.
18921
18922 Mon May 10 05:58:35 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18923
18924         * config.sub: Convergent Tech. "miniframe" uses m68010, sez
18925         zippy@ecst.csuchico.edu.
18926         * config.guess: Recognize miniframe.
18927
18928 Sun May  9 17:47:57 1993  Rob Savoye  (rob at darkstar.cygnus.com)
18929
18930         * Makefile.in: Use srcroot to find runtest rather than rootme.
18931         Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
18932
18933 Fri May  7 14:55:59 1993  Ian Lance Taylor  (ian@cygnus.com)
18934
18935         * test-build.mk: Extensive additions to support building on a
18936         machine other than the host.
18937
18938 Wed May  5 08:35:04 1993  Ken Raeburn  (raeburn@deneb.cygnus.com)
18939
18940         * configure (tooldir): Fix for i386-aix again.
18941
18942 Mon May  3 19:00:27 1993  Per Bothner  (bothner@cygnus.com)
18943
18944         * configure, Makefile.in:  Change definition of $(tooldir)
18945         to match the FSF.
18946
18947 Fri Apr 30 15:55:21 1993  Fred Fish  (fnf@cygnus.com)
18948
18949         * config.guess:  Recognize i[34]86/SVR4.
18950
18951 Fri Apr 30 15:52:46 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
18952
18953         * Makefile.in (all-gdb): gdb depends on sim.
18954
18955 Thu Apr 29 23:30:48 1993  Fred Fish  (fnf@cygnus.com)
18956
18957         * Makefile.in (gdb.tar.Z):  Make prototype gdb testsuite directory
18958         at the same time we make the prototype gdb directory.
18959         * Makefile.in (make-gdb.tar.Z):  Make the testsuite distribution
18960         files at the same time as the gdb base release distribution.
18961
18962 Thu Apr 29 12:50:37 1993  Ian Lance Taylor  (ian@cygnus.com)
18963
18964         * Makefile.in (check): Use individual check targets rather than
18965         DO_X rule.
18966         (check-gcc): Added.
18967
18968 Thu Apr 29 09:50:07 1993  Jim Kingdon  (kingdon@cygnus.com)
18969
18970         * config.sub: Use sysv3.2 not sysv32 for canonical OS
18971         for System V release 3.2.
18972
18973 Thu Apr 29 10:33:22 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
18974
18975         * config.sub: Recognize hppaosf.
18976         * configure.in: Do configure ld/binutils/gas for it.
18977
18978 Tue Apr 27 06:25:34 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
18979
18980         * configure (tooldir): Alter syntax used to set this, for systems
18981         where "\$" isn't handled right, like i386-aix.
18982
18983 Thu Apr 22 08:17:35 1993  Ian Lance Taylor  (ian@cygnus.com)
18984
18985         * configure: Pass program-transform-name, not
18986         program_transform_name, to recursive configures.
18987
18988 Thu Apr 22 02:58:21 1993  Ken Raeburn  (raeburn@cygnus.com)
18989
18990         * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
18991         of gas+ld+binutils.
18992
18993 Mon Apr 19 17:41:30 1993  Per Bothner  (bothner@cygnus.com)
18994
18995         * config.guess:  Recognize AIX3.2 as distinct from 3.1.
18996
18997 Sat Apr 17 17:19:50 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
18998
18999         * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19000
19001 Tue Apr 13 16:52:16 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19002
19003         * Makefile.in (PRMS): Set back to all-prms.
19004
19005 Sat Apr 10 12:04:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19006
19007         * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19008         targets, rather than for MIPS hosts.
19009
19010 Fri Apr  9 13:51:06 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19011
19012         * configure.in: add comment for --with-x default values
19013
19014         * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19015
19016         * Makefile.in: add check-* targets for each of the directories in
19017         the tree.  Add a definition of RUNTEST that will use the one we
19018         just built, if it exists.  Pass this down via FLAGS_TO_PASS.
19019
19020 Thu Apr  8 09:21:30 1993  Ian Lance Taylor  (ian@cygnus.com)
19021
19022         * configure.in: Removed obsolete references to bfd_target and
19023         target_makefile_frag.
19024
19025         * build-all.mk: Set assorted targets for Q2.
19026         * config.sub: Recognize z8k-sim and h8300-hms.
19027         * test-build.mk: Really don't pass host to configure.
19028         (HOLES): Added uname.
19029
19030 Wed Apr  7 15:48:19 1993  Ian Lance Taylor  (ian@cygnus.com)
19031
19032         * configure: Handle an empty program-prefix, program-suffix or
19033         program-transform-name correctly.
19034
19035 Tue Apr  6 13:48:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19036
19037         * build-all.mk: -G 8 no longer required for MIPS targets.
19038         * test-build.mk: Don't pass host argument to configure; make it
19039         guess.
19040
19041 Tue Apr  6 10:36:53 1993  Fred Fish  (fnf@cygnus.com)
19042
19043         * Makefile.in (gdb.tar.Z):  Fix for building gzip'd distribution.
19044         * Makefile.in (COMPRESS):  New macro, like GZIP.
19045
19046 Fri Apr  2 09:02:31 1993  Ian Lance Taylor  (ian@cygnus.com)
19047
19048         * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19049
19050         * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19051         with gas currently defaults to -G 0.
19052
19053 Thu Apr  1 08:25:42 1993  Ian Lance Taylor  (ian@cygnus.com)
19054
19055         * Makefile.in (all-flex): flex depends on byacc.
19056
19057         * build-all.mk: If host not specified, use config.guess.  Pass TAG
19058         to test-build.mk as RELEASE_TAG.
19059         * test-build.mk (configargs): New variable containing arguments to
19060         pass to configure.  Set to -with-gnu-as on mips-dec-ultrix.
19061         (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19062
19063         * config.guess: Use /bin/uname when checking -X argument on SCO,
19064         to avoid invoking GNU uname which doesn't understand -X.
19065
19066         * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19067
19068         * configure.in: Build gas for mips-*-*.
19069
19070 Wed Mar 31 21:20:58 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19071
19072         * Makefile.in (all.normal): insert missing backslash.
19073
19074 Wed Mar 31 12:31:56 1993  Ian Lance Taylor  (ian@cygnus.com)
19075
19076         * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19077
19078         * Makefile.in: Complete overhaul to merge many almost identical
19079         targets.
19080
19081 Tue Mar 30 20:17:01 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19082
19083         * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19084         (gdb.tar.Z): Adjusted.
19085
19086         * Makefile.in (setup-dirs, taz): New targets; should be general
19087         enough to adapt for gdb sometime.  Build only .z file.
19088         (gas.tar.z): New target.
19089
19090 Tue Mar 30 10:03:09 1993  Ian Lance Taylor  (ian@cygnus.com)
19091
19092         * build-all.mk: Use CC=cc -Xs on Solaris.
19093
19094 Thu Mar 25 15:14:30 1993  Fred Fish  (fnf@cygnus.com)
19095
19096         * Makefile.in:  Incorporate changes suggested by wilson@cygnus.com
19097         for handling BISON for FSF releases.
19098
19099 Thu Mar 25 06:19:48 1993  Ken Raeburn  (raeburn@kr-pc.cygnus.com)
19100
19101         * configure: Actually implement the change zoo just documented.
19102
19103 Wed Mar 24 13:02:44 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
19104
19105         * configure: when using config.guess, only set target_alias when
19106         it's not already been set (ie, on the command line)
19107
19108 Mon Mar 22 23:07:39 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19109
19110         * Makefile.in: add installcheck target, set PRMS to install-prms
19111
19112 Sun Mar 21 16:46:12 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19113
19114         * configure: add support for package_makefile_fragment, handle the
19115         case where a directory has a configure.in file but no Makefile.in
19116         more gracefully (with an actual understandable error message, even);
19117         add support for --without (and add this to the usage message); also
19118         explicitly add a --host=${host_alias} to the command line when
19119         config.guess is used
19120
19121 Sun Mar 21 12:11:58 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19122
19123         * configure: Must use both --host and --target in recursive calls.
19124
19125 Thu Mar 18 12:31:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19126
19127         * Makefile.in: Change deja-gnu to dejagnu.
19128
19129 Mon Mar 15 15:44:35 1993  Ian Lance Taylor  (ian@cygnus.com)
19130
19131         * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19132
19133 Fri Mar 12 18:30:14 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19134
19135         * configure.in: canonicalize all instances to *-*-solaris2*,
19136         also strip out a number of tools to not build for go32 host
19137
19138 Wed Mar 10 12:08:27 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19139
19140         * config.guess: add GPL.
19141
19142         * Makefile.in, config.guess, config.sub, configure: bump
19143           copyrights to 93.
19144
19145 Wed Mar 10 07:12:48 1993  Ian Lance Taylor  (ian@cygnus.com)
19146
19147         * Makefile.in (do-info): Removed obsolete check for existence of
19148         localenv file.
19149
19150         * Makefile.in (MAKEOVERRIDES): Define to be empty.
19151
19152 Wed Mar 10 03:11:56 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19153
19154         * Makefile.in: a couple of 'else true' for decstation,
19155         support for TclX
19156
19157         * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19158
19159 Tue Mar  9 16:06:12 1993  K. Richard Pixley  (rich@cygnus.com)
19160
19161         * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19162
19163 Mon Mar  8 14:52:11 1993  Ken Raeburn  (raeburn@cambridge)
19164
19165         * config.guess: Recognize i386-ibm-aix (PS/2).
19166         * configure.in: Use config/mh-aix386 file for it.
19167
19168 Mon Mar  8 11:12:43 1993  Ian Lance Taylor  (ian@cygnus.com)
19169
19170         * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19171         CC_FOR_TARGET instead.
19172         (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19173
19174 Wed Mar  3 16:00:28 1993  Steve Chamberlain  (sac@ok.cygnus.com)
19175
19176         * Makefile.in: Add sim to list of directories sent with gdb
19177
19178 Wed Mar  3 11:42:39 1993  Ken Raeburn  (raeburn@cygnus.com)
19179
19180         * configure.in: Put back mips-dec-bsd* case.
19181
19182 Tue Mar  2 21:15:58 1993  Fred Fish  (fnf@cygnus.com)
19183
19184         (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19185         * configure.in (vax-*-ultrix2*):  Add Ultrix 2.2 triplet.
19186         * config.guess:  Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19187
19188 Tue Mar  2 18:11:03 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19189
19190         * configure.in: remove no-op mips-dec-bsd* in "case $target"
19191
19192         * Makefile.in (dir.info): only run gen-info-dir if it exists,
19193         (install-info): install dir.info only if it exists,
19194         (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19195
19196 Tue Mar  2 09:01:30 1993  Ken Raeburn  (raeburn@cygnus.com)
19197
19198         * configure.in: For vms target, skip bfd, ld, binutils.  Do build
19199         gas for mips-dec-bsd.
19200
19201 Tue Mar  2 08:35:24 1993  Ian Lance Taylor  (ian@cygnus.com)
19202
19203         * configure (makesrcdir): If ${srcdir} is relative and not ".",
19204         and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19205
19206 Tue Feb 23 14:18:28 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19207
19208         * configure.in: Added "dejagnu" to hosttools list.
19209
19210 Mon Feb 22 23:28:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
19211
19212         * config.sub, configure.in, config.guess:  Add support
19213         for Bosx, an AIX variant from Bull.
19214         Patches from F.Pierresteguy@frcl.bull.fr.
19215
19216 Sun Feb 21 11:15:22 1993  Mike Werner  (mtw@poseidon.cygnus.com)
19217
19218         * devo/dejagnu: Initial creation of devo/dejagnu.
19219         Migrated dejagnu testcases and support files for testing software
19220         tools to reside as subdirectories, currently called "testsuite",
19221         within the directory of the software tool.  Migrated all programs,
19222         support libraries, etc. beloging to dejagnu proper from
19223         devo/deja-gnu to devo/dejagnu.  These files were moved "as is"
19224         with no modifications.  The changes to these files which will
19225         allow them to configure, build, and execute properly will be made
19226         in a future update.
19227
19228 Fri Feb 19 20:19:39 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
19229
19230         * Makefile.in: Change send_pr to send-pr.
19231         * configure.in: Likewise.
19232         * send_pr: Renamed directory to send-pr.
19233
19234 Fri Feb 19 19:00:13 1993  Per Bothner  (bothner@cygnus.com)
19235
19236         * Makefile.in:  Add some extra semi-colons (needed if SHELL=bash).
19237
19238 Fri Feb 19 00:59:33 1993  John Gilmore  (gnu@cygnus.com)
19239
19240         * README:  Update for gdb-4.8 release.
19241         * Makefile.in (gdb.tar.Z):  Add texinfo/tex3patch.  Build
19242         gdb-xxx.tar.z (gzip'd) file also.
19243
19244 Thu Feb 18 09:16:17 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19245
19246         * Makefile.in: make all-diff depend on all-libiberty
19247
19248 Tue Feb 16 16:06:31 1993  K. Richard Pixley  (rich@cygnus.com)
19249
19250         * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19251
19252 Tue Feb 16 05:57:15 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19253
19254         * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19255
19256 Tue Feb 16 00:58:20 1993  John Gilmore  (gnu@cygnus.com)
19257
19258         * Makefile.in (DEVO_SUPPORT):  Remove etc directory
19259         (ETC_SUPPORT):  Only add the files GDB wants from etc/.
19260         (gdb.tar.Z):  Use ETC_SUPPORT.  Use byacc when building the file.
19261
19262 Thu Feb 11 20:14:28 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19263
19264         * Makefile.in:  makeinfo binary is in a new location
19265
19266 Tue Feb  9 12:42:27 1993  Ian Lance Taylor  (ian@cygnus.com)
19267
19268         * config.sub: Accept -ecoff as an OS.
19269
19270         * Makefile.in: Various changes to eliminate a level of make
19271         recursion and reduce the required command line length.
19272         (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19273         sub-makes.
19274         (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19275         variables holding settings for specific sub-makes.
19276         (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19277         in terms of BASE_FLAGS_TO_PASS.
19278         (TARGET_LIBS): New variable listing directories which use
19279         TARGET_FLAGS_TO_PASS.
19280         (subdir_do): Eliminated.
19281         (do-*): New set of targets to replace subdir_do.
19282         (various): All targets which used subdir_do now depend on do-*.
19283         (local-clean): Renamed from do_clean.
19284         (local-distclean): New target, dependency of distclean and
19285         realclean.
19286         (install-info): Don't create directories.  Depend on dir.info
19287         rather than calling make recursively.
19288         (install-dir.info): Eliminated.
19289         (install-info-dirs): Create all info directories here.
19290         (dir.info): Depend upon do-install-info.
19291
19292         * test-build.mk (HOLES): Added false.
19293
19294 Sat Feb  6 14:05:09 1993  Per Bothner  (bothner@rtl.cygnus.com)
19295
19296         * config.guess:  Recognize BSDI and BSDJ (Jolitz 386bsd).
19297
19298 Thu Feb  4 20:49:18 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19299
19300         * Makefile.in (info): remove dependency on all-texinfo.  The
19301         problem was really in texinfo/C, not at this level.
19302
19303 Thu Feb  4 13:38:41 1993  Ian Lance Taylor  (ian@cygnus.com)
19304
19305         * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19306
19307 Thu Feb  4 01:50:53 1993  John Gilmore  (gnu@cygnus.com)
19308
19309         * Makefile.in (make-gdb.tar.Z):  Change BISON to 'bison -y' for
19310         GDB releases.
19311
19312 Wed Feb  3 17:22:16 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19313
19314         * configure: Include srcdir in message about target of link not
19315         being found.  Don't convert `-' to `_' in `with' options being
19316         passed to subdirs.
19317
19318 Tue Feb  2 18:57:59 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19319
19320         * configure.in: add uudecode to host_tools
19321
19322         * Makefile.in: added {all,install}-uudecode targets, added them to
19323         the appropriate lists
19324
19325 Tue Feb  2 11:45:53 1993  Ian Lance Taylor  (ian@cygnus.com)
19326
19327         * Makefile.in (all-gcc): Added dependency on all-gas.
19328
19329         * configure.in (mips-*-*): Build ld and binutils.
19330
19331 Mon Feb  1 12:35:41 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
19332
19333         * configure: check return code from mkdir, print error message and
19334           exit on failure.
19335
19336 Sat Jan 30 16:40:28 1993  John Gilmore  (gnu@cygnus.com)
19337
19338         * Makefile.in (make-gdb.tar.Z):  New location for texinfo.tex.
19339
19340 Thu Jan 28 15:09:59 1993  Ian Lance Taylor  (ian@cygnus.com)
19341
19342         * test-build.mk (HOLES): Added tar, cpio and uudecode.
19343
19344 Wed Jan 27 16:50:32 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19345
19346         * config.sub (h8500):  Recognize this as a cpu type.
19347
19348 Sat Jan 23 20:32:01 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19349
19350         * configure: source directory missing is no longer a warning
19351
19352         * configure.in: recognize irix[34]* instead of irix[34]
19353
19354         * Makefile.in: define and pass down X11_LIB
19355
19356 Sat Jan 23 13:49:40 1993  Per Bothner  (bothner@cygnus.com)
19357
19358         * guess-systype: Renamed to ...
19359         * config.guess:  ... by popular request.
19360         * configure.in, Makefile.in:  Update accordingly.
19361
19362 Thu Jan 21 12:20:55 1993  Per Bothner  (bothner@cygnus.com)
19363
19364         * guess-systype:  Patches from John Eaton <jwe@che.utexas.edu>:
19365         + Add Convex, Cray/Unicos, and Encore/Multimax support.
19366         + Execute ./dummy instead of assuming . is in PATH.
19367
19368 Tue Jan 19 17:18:06 1993  Per Bothner  (bothner@cygnus.com)
19369
19370         * guess-systype:  New shell script.  Attempts to guess the
19371         canonical host name of the executing host.
19372         Only a few hosts are supported so far.
19373         * configure:  Call guess-systype if no host is specified.
19374
19375 Tue Jan 19 08:26:07 1993  Ian Lance Taylor  (ian@cygnus.com)
19376
19377         * Makefile.in (gcc-no-fixedincludes): Made to work with current
19378         gcc Makefile.
19379
19380 Fri Jan 15 10:27:02 1993  Ian Lance Taylor  (ian@cygnus.com)
19381
19382         * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19383         (all-gcc, install-gcc, subdir_do): Use it.
19384
19385 Wed Jan 13 17:06:45 1993  Jim Wilson  (wilson@sphagnum.cygnus.com)
19386
19387         * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19388
19389 Wed Jan  6 20:29:16 1993  Mike Werner  (mtw@rtl.cygnus.com)
19390
19391         * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19392           set exclusively by configure, using configure.in .
19393
19394 Wed Jan  6 13:44:11 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19395
19396         * test-build.mk: set $PATH for all builds
19397
19398         * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19399
19400 Wed Jan  6 11:02:10 1993  Fred Fish  (fnf@cygnus.com)
19401
19402         * Makefile.in (GCC_FOR_TARGET):  Supply a default that matches
19403         the one used in gcc/Makefile.in, so that a null expansion doesn't
19404         override the one needed to build gcc with a native cc.
19405
19406 Tue Jan  5 07:55:12 1993  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19407
19408         * configure: Accept -with arguments.
19409
19410 Sun Jan  3 15:15:09 1993  Steve Chamberlain  (sac@thepub.cygnus.com)
19411
19412         * Makefile.in: added h8300sim
19413
19414 Tue Dec 29 15:06:00 1992  Ian Lance Taylor  (ian@cygnus.com)
19415
19416         * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19417         to i386-sco3.2v4.  Set TARGETS and CFLAGS for i386-sco3.2v4.
19418         (all-cygnus, native, build-cygnus): Make
19419         $(canonhost)-stamp-3stage-done, not $(host)....
19420         * test-build.mk (stamp-3stage-compared): Use tail +10c for
19421         i386-sco3.2v4.  Added else true to if command.
19422
19423 Mon Dec 28 12:08:56 1992  Ken Raeburn  (raeburn@cygnus.com)
19424
19425         * config.sub: (from FSF) Sequent uses a BSD-like OS.
19426
19427 Mon Dec 28 08:32:06 1992  Minh Tran-Le  (mtranle@paris.intellicorp.com)
19428
19429         * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19430
19431 Thu Dec 24 17:26:24 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19432
19433         * configure.in: don't remove binutils from Solaris builds
19434
19435 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn  (zoo@cygnus.com)
19436
19437         * Makefile.in: get rid of earlier definitions for *clean,
19438         also handle the recursive info rule better
19439
19440 Thu Dec 24 12:40:21 1992  Per Bothner  (bothner@rtl.cygnus.com)
19441
19442         * Makefile.in (mostlyclean, distclean, realclean):  Fix to
19443         do more-or-less the right thing.
19444
19445 Wed Dec 16 10:25:31 1992  Ian Lance Taylor  (ian@cygnus.com)
19446
19447         * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19448         than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19449
19450 Tue Dec 15 00:34:32 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19451
19452         * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19453         $(host_canonical).
19454
19455         * configure.in: split the configdirs list into 4 categories (native
19456         v. cross, library v. tool) and handle the cross-only and native-
19457         only in more reasonable (and correct!) way.
19458
19459 Mon Dec 14 17:04:22 1992  Stu Grossman  (grossman at cygnus.com)
19460
19461         * configure.in (hppa*-*-*):  Don't remove bfd and gdb from
19462         configdirs anymore.
19463
19464 Sun Dec 13 00:37:26 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19465
19466         * Makefile.in: extensive cleanup::  removed all of the explicit
19467         clean-* targets, collapsed many wrappers around subdir_do into
19468         one, added additional targets to satisfy standards.texi, deleted
19469         some old targets, some changes for consistency
19470
19471 Fri Dec 11 20:18:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19472
19473         * configure.in: handle some programs as cross-only, and others as
19474         native only
19475
19476         * test-build.mk: handle partial holes in a more generic manner
19477
19478         * Makefile.in: m4 depends on libiberty
19479
19480 Thu Dec  3 21:52:11 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19481
19482         * configure.in: add m4, textutils, fileutils, sed, shellutils,
19483         time, wdiff, and find to configdirs
19484
19485         * Makefile.in: all, clean, and install rules for the new programs
19486         added to configure.in
19487
19488 Mon Nov 30 14:54:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19489
19490         * configure.in: use mh-sun for all *-sun-* hosts
19491
19492 Fri Nov 27 18:35:54 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19493
19494         * Makefile.in: define flags for X11 include files and library file
19495         locations, pass them down to the programs that need this info
19496
19497         * build-all.mk: added a 'native' target, to 3stage the native toolchain
19498
19499 Sun Nov 22 18:59:13 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19500
19501         * configure.in: start building libg++ for HP-UX targets
19502
19503 Wed Nov 18 19:33:11 1992  John Gilmore  (gnu@cygnus.com)
19504
19505         * README:  Update references to files moved into etc/.
19506
19507 Sun Nov 15 09:36:08 1992  Fred Fish  (fnf@cygnus.com)
19508
19509         * config.sub (i386sol2, i486sol2):  i[34]86-unknown-solaris2.
19510         * configure.in (i[34]86-*-solaris2*):  Use config/mh-sysv4.
19511
19512 Thu Nov 12 08:50:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19513
19514         * configure: accept dash as well as underscore in long option
19515         names for FSF compatibility.
19516
19517 Wed Nov 11 08:04:37 1992  Ian Lance Taylor  (ian@cygnus.com)
19518
19519         * config.sub: added -sco3.2v4 support from FSF.
19520
19521 Sun Nov  8 21:14:30 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19522
19523         * configure.in: expand the section that adds or removes
19524         directories from the list of programs to build, to handle native
19525         vs. cross in addition to host v. native
19526
19527 Sat Nov  7 18:52:27 1992  Per Bothner  (bothner@rtl.cygnus.com)
19528
19529         * Makefile.in:  Replace C++ in macro names with CXX.
19530         This is less likely to break ...
19531
19532 Sat Nov  7 15:16:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19533
19534         * test-build.mk: add -w to GNU_MAKE
19535
19536 Fri Nov  6 23:10:37 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19537
19538         * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19539         add 'sparc' to list of recognized cpus.  This needed to make
19540         'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19541         Delete some redundant ose68 variants.  Recognize -wrs as an os,
19542         then changes that into $CPU-wrs-vxworks.
19543
19544         * configure.in: remove most references to gdbtest, regularize
19545         target based program removal
19546
19547         * test-build.mk: import from p3 tree (many fixes and changes)
19548
19549 Fri Nov  6 20:59:00 1992  david d `zoo' zuhn  (zoo@cygnus.com)
19550
19551         * Makefile.in: added rules to handle tcl, tk, and expect
19552
19553         * configure.in: handle those directories if they exist
19554
19555 Thu Nov  5 14:35:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19556
19557         * config.sub: removed bogus hppabsd and hppahpux names, since
19558         "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19559
19560 Thu Oct 29 00:12:41 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19561
19562         * Makefile.in: all-gcc now depends on all-binutils.  all-libg++
19563         depends upon all-xiberty
19564
19565         * Makefile.in: changes from p3, including:
19566
19567         Thu Oct  8 15:00:17 1992  Ian Lance Taylor  (ian@cygnus.com)
19568
19569         * Makefile.in (XTRAFLAGS): include newlib directories if
19570         newlib/Makefile exists, rather than if host != target.
19571
19572         Fri Sep 25 13:41:52 1992  Ian Lance Taylor  (ian@cygnus.com)
19573
19574         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19575         from the same source tree and not building a cross-compiler.  This
19576         matters for the libg++ configuration if reconfiguring a tree that
19577         has already been installed.
19578
19579         Thu Sep 10 10:35:51 1992  Ian Lance Taylor  (ian@cygnus.com)
19580
19581         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19582         pick up the machine and system specific header files.
19583
19584         * Makefile.in: added AS_FOR_TARGET, passed down in
19585         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19586         the C compiler to use to create programs which are run in the
19587         build environment, set it to default to $(CC), and passed it down
19588         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19589
19590         Mon Sep  7 22:34:42 1992  Ian Lance Taylor  (ian@cirdan.cygnus.com)
19591
19592         * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19593         We need them for unusual native builds, like systems without
19594         ranlib.
19595
19596         * configure: also define $(host_canonical) and
19597         $(target_canonical), which are the full, canonical names for the
19598         given host and target
19599
19600 Sun Nov  1 16:38:17 1992  Per Bothner  (bothner@cygnus.com)
19601
19602         * Makefile.in:  Added separate definitions for C++.
19603
19604 Fri Oct 30 11:37:52 1992  Fred Fish  (fnf@cygnus.com)
19605
19606         * configure.in (configdirs):  Add deja-gnu.
19607
19608 Fri Oct 23 00:39:18 1992  John Gilmore  (gnu@cygnus.com)
19609
19610         * README:  Update for configure.texi and gdb-4.7 release.
19611
19612 Wed Oct 21 21:54:27 1992  John Gilmore  (gnu@cygnus.com)
19613
19614         * Makefile.in:  Move "all" target to top of file.
19615         Previously, first target was ".PHONY" which caused BSD4.4 make
19616         to build .PHONY when make was run without arguments.
19617
19618 Mon Oct 19 01:17:54 1992  John Gilmore  (gnu@cygnus.com)
19619
19620         * Makefile.in:  Add COPYING.LIB to GDB releases, now that there's
19621         Library-copylefted code in libiberty.
19622
19623 Tue Oct 13 01:22:32 1992  John Gilmore  (gnu@cygnus.com)
19624
19625         * config.sub:  Replace m68kmote with plain old m68k.
19626
19627 Fri Oct  9 03:14:24 1992  John Gilmore  (gnu@cygnus.com)
19628
19629         * Makefile.in:  Remove space from blank line, avoid Make complaints.
19630
19631 Thu Oct  8 18:41:45 1992  Ken Raeburn  (raeburn@cygnus.com)
19632
19633         * config.sub: Complain if no argument is given.  Added support for
19634         386bsd as OS and target alias.
19635
19636 Thu Oct  8 15:07:22 1992  Ian Lance Taylor  (ian@cygnus.com)
19637
19638         * Makefile.in (XTRAFLAGS): include newlib directories if
19639         newlib/Makefile exists, rather than if host != target.
19640
19641 Mon Oct  5 03:00:09 1992  Mark Eichin  (eichin at tweedledumber.cygnus.com)
19642
19643         * config.sub: recognize sparclite-wrs-vxworks.
19644
19645         * Makefile.in (install-xiberty): added *-xiberty make rules (from
19646         p3.) Added clean-xiberty to clean.
19647
19648 Thu Oct  1 17:59:19 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19649
19650         * configure.in: use *-*-* instead of nested cases for host and target
19651
19652 Tue Sep 29 14:11:18 1992  Ian Lance Taylor  (ian@cygnus.com)
19653
19654         * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19655         from the same source tree and not building a cross-compiler.  This
19656         matters for the libg++ configuration if reconfiguring a tree that
19657         has already been installed.
19658
19659 Sep 20 08:53:10 1992  Fred Fish  (fnf@cygnus.com)
19660
19661         * config.sub (i486v/i486v4):  Merge in from FSF version.
19662
19663 Fri Sep 18 00:32:00 1992  Mark Eichin  (eichin@cygnus.com)
19664
19665         * configure: only set PWD if it is already set.
19666
19667 Thu Sep 17 23:05:53 1992  Mark Eichin  (eichin@cygnus.com)
19668
19669         * configure: just set PWD=`pwd` at the top, since Ultrix sh
19670         doesn't have unset and all success paths (and most error paths)
19671         out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19672         to just ${PWD} to avoid confusion.)
19673
19674 Tue Sep 15 16:00:54 1992  Ian Lance Taylor  (ian@cygnus.com)
19675
19676         * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19677         even for a native compilation.
19678
19679 Tue Sep 15 02:22:56 1992  John Gilmore  (gnu@cygnus.com)
19680
19681         Changes to make the gdb.tar.Z rule work better.
19682
19683         * Makefile.in (GDB_SUPPORT_DIRS):  Add opcodes.
19684         (DEVO_SUPPORT):  Add configure.texi.
19685         (bfd-ilrt.tar.Z):  Remove ancient rule.
19686
19687 Thu Sep 10 10:43:19 1992  Ian Lance Taylor  (ian@cygnus.com)
19688
19689         * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19690         pick up the machine and system specific header files.
19691
19692         * configure.in, config.sub: added new target m68010-adobe-scout,
19693         with alias of adobe68k.  Changed configure.in to check for
19694         -scout before -sco* to avoid a false match.
19695
19696         * Makefile.in: added AS_FOR_TARGET, passed down in
19697         TARGET_FLAGS_TO_PASS.  Added CC_FOR_BUILD, which is intended to be
19698         the C compiler to use to create programs which are run in the
19699         build environment, set it to default to $(CC), and passed it down
19700         in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19701
19702 Wed Sep  9 12:21:42 1992  Ian Lance Taylor  (ian@cygnus.com)
19703
19704         * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19705         AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET.  Pass
19706         TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19707         FOR_TARGET variants, to newlib and libg++.
19708
19709 Tue Sep  8 17:28:30 1992  Ken Raeburn  (raeburn@cambridge.cygnus.com)
19710
19711         * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19712         first.
19713
19714 Wed Sep  2 02:50:05 1992  John Gilmore  (gnu@cygnus.com)
19715
19716         * config.sub:  Accept `elf' as an environment.
19717
19718 Tue Sep  1 15:48:30 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19719
19720         * Makefile.in (all-opcodes):  cd into the right directory
19721
19722 Sun Aug 30 21:12:11 1992  Ian Lance Taylor  (ian@cygnus.com)
19723
19724         * configure: added -program_transform_name option, used as
19725         argument to sed when installing programs.
19726         configure.texi: added documentation for -program_prefix,
19727         -program_suffix and -program_transform_name.
19728
19729 Thu Aug 27 21:59:44 1992  John Gilmore  (gnu@cygnus.com)
19730
19731         * config.sub:  Accept i486 where i386 ok.
19732
19733 Thu Aug 27 13:04:42 1992  Brendan Kehoe  (brendan@rtl.cygnus.com)
19734
19735         * config.sub: accept we32k
19736
19737 Mon Aug 24 14:05:14 1992  Ian Lance Taylor  (ian@cygnus.com)
19738
19739         * config.sub, configure.in: accept OSE68000 and OSE68k.
19740
19741         * Makefile.in: don't create all directories for ``make install'';
19742         let the subdirectories create the ones they need.
19743
19744 Tue Aug 11 23:13:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19745
19746         * COPYING: new file, GPL v2
19747
19748 Tue Aug  4 01:12:43 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19749
19750         * Makefile.in: use the new gen-info-dir, which needs a template
19751         argument (which also lives in texinfo)
19752
19753         * configure.texi, standards.texi: fix INFO-DIR-ENTRY
19754
19755 Mon Aug  3 00:34:17 1992  Fred Fish  (fnf@cygnus.com)
19756
19757         * config.sub (ncr3000):  Change i386 to i486.
19758
19759 Thu Jul 23 00:12:17 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19760
19761         * Makefile.in: add install-rcs, install-grep to
19762         install-no-fixedincludes, removed install-bison and install-libgcc
19763
19764 Tue Jul 21 01:01:50 1992  david d `zoo' zuhn (zoo@cygnus.com)
19765
19766         * configure.in: grab the HPUX makefile fragment if on HPUX
19767
19768 Mon Jul 20 11:02:09 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19769
19770         * Makefile.in: eradicate bison spoor (ditto libgcc).
19771          configure.in: recognise m68{k,000}-ericsson-OSE.
19772          es1800 is alias for m68k-ericsson-OSE
19773
19774 Sun Jul 19 17:49:02 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19775
19776         * configure.in: rearrange the parts that remove programs from
19777         configdirs, based now on HOST==TARGET or by canonical triple.
19778
19779 Fri Jul 17 22:52:49 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19780
19781         * test-build.mk: recurse explicitly with -f test-build.mk when
19782           appropriate.  predicate stage3 and comparison on the existence
19783           of gcc.  That is, if gcc isn't around, we aren't three-staging.
19784           On very clean, also remove ...stamp-co.  Build in-place before
19785           doing other builds.
19786
19787 Thu Jul 16 18:33:09 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19788
19789         * Makefile.in, configure.in: add tgas
19790
19791 Thu Jul 16 16:05:28 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19792
19793         * Makefile.in: a number of changes merged in from progressive.
19794
19795         * configure.in: add libm.
19796
19797         * .cvsignore: ignore some stuff that comes from test-build.mk.
19798
19799 Tue Jul  7 00:24:52 1992  Fred Fish  (fnf@cygnus.com)
19800
19801         * config.sub:  Add es1800 (m68k-ericsson-es1800).
19802
19803 Tue Jun 30 20:24:41 1992  D. V. Henkel-Wallace  (gumby@cygnus.com)
19804
19805         * configure: Add program_suffix (parallel to program_prefix)
19806         * Makefile.in: adjust directory-creating script for losing decstation
19807
19808 Mon Jun 22 23:43:48 1992  Per Bothner  (bothner@cygnus.com)
19809
19810         * configure:  Minor $subdir-related fixes.
19811
19812 Mon Jun 22 18:30:26 1992  Steve Chamberlain  (sac@thepub.cygnus.com)
19813
19814         * configure: fix various problems with propogating
19815         makefile_target_frag in subdirs.
19816         * configure.in: config libgcc if its there
19817
19818 Fri Jun 19 15:19:40 1992  Stu Grossman  (grossman at cygnus.com)
19819
19820         * config.sub:  HPPA merge.
19821
19822 Sun Jun 14 10:29:19 1992  John Gilmore  (gnu at cygnus.com)
19823
19824         * Makefile.in:  Replace all-bison with all-byacc in all
19825         dependency lines for other tools (which now use byacc).
19826
19827 Fri Jun 12 22:21:57 1992  John Gilmore  (gnu at cygnus.com)
19828
19829         * config.sub:  Add sun4sol2 => sparc-sun-solaris2.
19830
19831 Thu Jun  4 12:07:32 1992  Mark Eichin  (eichin@cygnus.com)
19832
19833         * Makefile.in: make gprof rules similar to byacc rules (instead of
19834         vestigal $(unsubdir) that didn't work...)
19835
19836 Thu Jun  4 00:37:05 1992  Per Bothner  (bothner@rtl.cygnus.com)
19837
19838         * config.sub:  Add support for Linux.
19839         * Makefile.in:  Use $(FLAGS_TO_PASS) more consistently
19840         (at least for libg++).
19841
19842 Tue Jun 02 20:03:00 1992  david d `zoo' zuhn (zoo@cygnus.com)
19843
19844         * configure.texi: fix doc for the -nfp option to configure
19845
19846 Tue Jun  2 17:20:52 1992  Michael Tiemann  (tiemann@cygnus.com)
19847
19848         * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
19849
19850 Sun May 31 15:04:08 1992  Mark Eichin  (eichin at cygnus.com)
19851
19852         * config.sub: changed [^-]+ to [^-][^-]* so that it works under
19853         Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
19854         * configure.in: added solaris* host_makefile_frag hook.
19855
19856 Sun May 31 01:10:34 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19857
19858         * config.sub: changed recognition of m68000 so that various
19859         m68k types can be specified via m680[01234]0
19860
19861 Sat May 30 21:01:06 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19862
19863         * config.sub (basic_machine): fix sed so that '-foo' isn't
19864         completely substituted out while .+'-foo' loses the '-foo'
19865
19866 Wed May 27 23:18:52 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19867
19868         * config.sub ($os): Add -aout.
19869
19870 Fri May 22 14:00:02 1992  Per Bothner  (bothner@cygnus.com)
19871
19872         * configure:  If host_makefile_frag is absolute, don't
19873         prefix ${invsubdir} (relevant to libg++ auto-configure).
19874
19875 Thu May 21 18:00:09 1992  Michael Tiemann  (tiemann@rtl.cygnus.com)
19876
19877         * Makefile.in (tooldir): Define it.
19878         (all-ld): Depend on all-flex.
19879
19880 Sun May 10 21:45:59 1992  Per Bothner  (bothner@rtl.cygnus.com)
19881
19882         * Makefile.in (check):  Fix libg++ special case.
19883
19884 Fri May  8 08:31:41 1992  K. Richard Pixley  (rich@cygnus.com)
19885
19886         * configure: do not bury `pwd` into config.status, thus do fewer
19887           pwd's.
19888
19889         * configure: print the "Building in" message only when building in
19890           other than "." AND verbose.
19891
19892         * configure: remove -s, rework -v to better accommodate guested
19893           configures.
19894
19895         * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
19896
19897 Fri May  1 18:00:50 1992  K. Richard Pixley  (rich@cygnus.com)
19898
19899         * Makefile.in: macroize flags passed on recursion.  remove
19900           fileutils.
19901
19902 Thu Apr 30 08:56:20 1992  K. Richard Pixley  (rich@cygnus.com)
19903
19904         * configure: get makesrcdir right for subdirs deeper than 1.
19905
19906         * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
19907           install.
19908
19909 Fri Apr 24 15:51:51 1992  K. Richard Pixley  (rich@cygnus.com)
19910
19911         * Makefile.in: don't print subdir_do or recursion lines.
19912
19913 Fri Apr 24 15:22:04 1992  K. Richard Pixley  (rich@cygnus.com)
19914
19915         * standards.texi: added menu item.
19916
19917         * Makefile.in: build and install standards.info.
19918
19919         * standards.texi: new file.
19920
19921 Wed Apr 22 18:06:55 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19922
19923         * configure: test for and move config.status pieces from
19924           ${subdir}/.
19925
19926 Wed Apr 22 14:38:34 1992  Fred Fish  (fnf@cygnus.com)
19927
19928         * configure:  Test for existance of files before trying to mv
19929         them, to avoid numerous non-existance messages.
19930
19931 Tue Apr 21 12:31:33 1992  K. Richard Pixley  (rich@cygnus.com)
19932
19933         * configure: correct final line of config.status.
19934
19935         * configure: patch from eggert.  Avoids a protection problem if
19936           the original Makefile.in is read only.
19937
19938         * configure: use move-if-change from gcc to create config.status.
19939           Some makefiles depend on config.status to tell if a directory
19940           has been reconfigured for a different host.  This change
19941           prevents those directories from remaking everything in the case
19942           where the reconfig was only intended to rebuild a Makefile.
19943
19944         * configure: test for config.sub with "config.sub sun4" rather
19945           than "config.sub ${host_alias}".  Otherwise we can't tell a bad
19946           host alias from a missing config.sub.
19947
19948 Mon Apr 20 18:16:36 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19949
19950         * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
19951           MINUS_G (this can be done with CFLAGS).  Default CFLAGS to -g.
19952
19953 Fri Apr 17 18:27:51 1992  Per Bothner  (bothner@cygnus.com)
19954
19955         * configure: mkdir ${subdir} as needed.
19956
19957 Wed Apr 15 17:37:22 1992  K. Richard Pixley  (rich@cygnus.com)
19958
19959         * Makefile.in,configure.in: added autoconf.
19960
19961 Wed Apr 15 17:27:34 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
19962
19963         * Makefile.in: no longer pass against on recursion.
19964
19965         * Makefile.in: added .NOEXPORT: so that stray makefile_frag
19966           definitions are not inherited.
19967
19968         * configure: correct makesrcdir when subdir is .
19969
19970 Tue Apr 14 11:56:09 1992  Per Bothner  (bothner@cygnus.com)
19971
19972         * configure:  Add support for 'subdirs' variable, which is
19973         like 'configdirs', except that configure doesn't re-invoke
19974         itself for subdirs, it just creates a Makefile for each subdir.
19975         * configure.texi:  Document subdirs.
19976
19977 Mon Apr 13 18:50:16 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
19978
19979         * configure.in: added flex to configdirs
19980
19981 Mon Apr 13 18:43:55 1992  K. Richard Pixley  (rich@cygnus.com)
19982
19983         * Makefile.in: remove clean-stamps from clean.
19984
19985 Sat Apr 11 03:52:03 1992  John Gilmore  (gnu at cygnus.com)
19986
19987         * configure.in:  Add gdbtest to configdirs.
19988
19989 Fri Apr 10 23:11:49 1992  Fred Fish  (fnf@cygnus.com)
19990
19991         * Makefile.in (MINUS_G):  Add macro, default to -g, pass on
19992         to recursive makes.
19993         * configure.in:  Recognize new ncr3000 config.
19994
19995 Wed Apr  8 23:08:12 1992  K. Richard Pixley  (rich@cygnus.com)
19996
19997         * Makefile.in, configure.in: removed references to gdbm.
19998
19999 Tue Apr  7 16:48:20 1992  Per Bothner  (bothner@cygnus.com)
20000
20001         * config.sub:  Don't canonicalize os value
20002         newsos* to bsd (readline needs to check for newsos).
20003         (This fix was earlier made Jan 31, but got re-broken.)
20004
20005 Mon Apr  6 14:34:08 1992  Stu Grossman  (grossman at cygnus.com)
20006
20007         * configure.in:  sco is an os, not a vendor!
20008
20009         * configure:  Quote $( better.  Keep various shells happy.
20010
20011 Tue Mar 31 16:32:57 1992  K. Richard Pixley  (rich@cygnus.com)
20012
20013         * Makefile.in: eliminate stamp-files.
20014
20015 Mon Mar 30 22:20:23 1992  K. Richard Pixley  (rich@cygnus.com)
20016
20017         * Makefile.in: add send_pr.  remove "force" from .stmp-gprof rule.
20018           Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20019
20020 Wed Mar 25 15:20:04 1992  Stu Grossman  (grossman@cygnus.com)
20021
20022         * config.sub:  fix iris/iris3.
20023
20024 Wed Mar 25 10:34:19 1992  K. Richard Pixley  (rich@cygnus.com)
20025
20026         * configure: re-add -rm.
20027
20028 Tue Mar 24 23:50:16 1992  K. Richard Pixley  (rich@cygnus.com)
20029
20030         * Maskefile.in: add .stmp-rcs to all.
20031
20032         * configure.in: remove gas from rs6000 build, use aix host fragment.
20033
20034 Mon Mar 23 19:43:35 1992  K. Richard Pixley  (rich@cygnus.com)
20035
20036         * configure: pass down site_option during recursion.
20037
20038 Thu Mar 19 16:49:36 1992  Stu Grossman  (grossman at cygnus.com)
20039
20040         * Makefile.in (all.cross):  Add .stmp-bfd .stmp-readline.
20041
20042 Wed Mar 18 15:29:33 1992  Mike Stump  (mrs@cygnus.com)
20043
20044         * configure: Change exec_prefix so that it really defaults to prefix.
20045
20046 Sat Mar 14 17:20:38 1992  Fred Fish  (fnf@cygnus.com)
20047
20048         * Makefile.in, configure.in:  Add support for mmalloc library.
20049
20050 Fri Mar 13 18:44:18 1992  K. Richard Pixley  (rich@cygnus.com)
20051
20052         * Makefile.in: add stmp dependencies for a few more things.
20053
20054 Thu Mar 12 04:56:24 1992  K. Richard Pixley  (rich@cygnus.com)
20055
20056         * configure: adjusted error message on objdir/srcdir configure
20057           collision, per john's suggestion.
20058
20059         * Makefile.in: add libiberty stmp to all and all.cross.
20060
20061 Wed Mar 11 02:07:52 1992  K. Richard Pixley  (rich@cygnus.com)
20062
20063         * Makefile.in: remove force dependencies, add grep to all.
20064
20065 Tue Mar 10 21:49:18 1992  K. Richard Pixley  (rich@mars.cygnus.com)
20066
20067         * Makefile.in: drop flex.  make stamp files work.
20068
20069         * configure: added test for conflicting configuration in srcdir,
20070           remove trailing slashes from srcdir.  Otherwise emacs gdb mode
20071           gets cranky.  use relative paths for configure and srcdir
20072           whenever possible.  Send some error messages to stderr that were
20073           going to stdout.
20074
20075 Tue Mar 10 18:01:55 1992  Per Bothner  (bothner@cygnus.com)
20076
20077         * Makefile.in:  Fix libg++ rule to check for gcc directory
20078         before using gcc/gcc.  Also pass XTRAFLAGS.
20079
20080 Thu Mar  5 21:45:07 1992  K. Richard Pixley  (rich@sendai)
20081
20082         * Makefile.in: added stmp-files so that directories aren't polled
20083           when they are already built.
20084
20085         * configure.texi: fixed a node pointer problem.
20086
20087 Thu Mar  5 12:05:58 1992  Stu Grossman  (grossman at cygnus.com)
20088
20089         * config.sub configure.in gdb/configure.in
20090         gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20091         gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20092         gdb/config/mh-irix4 texinfo/configure.in:  Port to SGI Irix-4.x.
20093
20094 Wed Mar  4 02:57:46 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20095
20096         * configure: -recurring becomes -silent.  corrected help message
20097           for -site= option.
20098
20099         * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20100
20101 Tue Mar  3 14:51:21 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20102
20103         * configure: when building Makefile for crosses, replace
20104           tooldir and program_prefix.  default srcdir from location of
20105           config.sub.  remove "for host in hosts" and "for target in
20106           targets" loops.
20107
20108 Wed Feb 26 19:48:25 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
20109
20110         * Makefile.in: Do not pass bindir or mandir to cvs.
20111
20112 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
20113
20114         * Makefile.in, configure.in: removed traces of namesubdir,
20115           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
20116           copyrights to '92, changed some from Cygnus to FSF.
20117
20118         * configure.texi: remove most references to multiple hosts,
20119           multiple targets, subdirs, etc.
20120
20121         * configure.man: removed rcsid. reference config.sub not
20122           config.subr.
20123
20124         * Makefile.in: mkdir $(infodir) on install-info.
20125
20126 Wed Feb 19 15:41:13 1992  John Gilmore  (gnu at cygnus.com)
20127
20128         * configure.texi:  Explain better about .gdbinit and about
20129         the environment that configure.in sections run in.
20130
20131 Fri Feb  7 07:55:00 1992  John Gilmore  (gnu at cygnus.com)
20132
20133         * configure.in:  Ultrix is only a decstation if it's a MIPS.
20134
20135 Fri Jan 31 21:54:51 1992  John Gilmore  (gnu at cygnus.com)
20136
20137         * README:  DOC.configure => cfg-paper.texi.
20138
20139 Fri Jan 31 21:48:18 1992  Stu Grossman  (grossman at cygnus.com)
20140
20141         * config.sub (near case $os):  Don't convert newsos* to bsd!
20142
20143 Fri Jan 31 02:27:32 1992  John Gilmore  (gnu at cygnus.com)
20144
20145         * Makefile.in:  Reinstall change from gdb-4.3 that reduces
20146         the number of copies of COPYING that go into the GDB tar file.
20147
20148 Thu Jan 30 16:17:30 1992  Stu Grossman  (grossman at cygnus.com)
20149
20150         * bfd/configure.in, gdb/config/mh-i386sco,
20151         gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20152         Fix SCO configuration stuff.
20153
20154 Tue Jan 28 23:51:07 1992  Per Bothner  (bothner at cygnus.com)
20155
20156         * Makefile.in:  For libg++, make sure the -I pointing
20157         to the gcc directory goes *after* all the libg++-local -I flags.
20158         Also, move just-gcc dependency from just-libg++ to all-libg++.
20159
20160 Tue Jan 28 12:56:24 1992  Stu Grossman  (grossman at cygnus.com)
20161
20162         * configure:  Change -x to -f to keep Ultrix /bin/test happy.
20163
20164 Sat Jan 18 17:45:11 1992  Stu Grossman  (grossman at cygnus.com)
20165
20166         * Makefile.in (make-gdb.tar.Z):  Remove texinfo targets.
20167
20168 Sat Jan 18 17:03:21 1992  Fred Fish  (fnf at cygnus.com)
20169
20170         * config.sub:  Add stratus configuration frags.  Also
20171         submitted to FSF.
20172
20173 Sat Jan 18 15:35:29 1992  Stu Grossman  (grossman at cygnus.com)
20174
20175         * Makefile.in (DEV_SUPPORT):  add configure.man.
20176
20177         * config.sub(Decode manufacturer-specific):  add -none*.
20178
20179 Fri Jan 17 17:58:05 1992  Stu Grossman  (grossman at cygnus.com)
20180
20181         * Makefile.in:  remove form feeds to make Sun's make happy.
20182         (DEVO_SUPPORT):  DOC.configure => cfg-paper.texi.
20183
20184 Sat Jan  4 16:11:44 1992  John Gilmore  (gnu at cygnus.com)
20185
20186         * Makefile.in (AR_FLAGS):  Make quieter.
20187
20188 Thu Jan  2 22:57:12 1992  John Gilmore  (gnu at cygnus.com)
20189
20190         * configure.in:  Add libg++.
20191         * configure:  When verbose, don't output the command line at each
20192         level; it will be unremarkably the same as the previous version,
20193         which will be the same as what the user typed.
20194
20195 Fri Dec 27 16:26:47 1991  K. Richard Pixley  (rich at cygnus.com)
20196
20197         * configure.in, Makefile.in: fix clean-info, add flex.  add
20198           fileutils.
20199
20200         * configure: be less sensitive to spaces in Makefile.in.  Do not
20201           look for sources in "..".  Doing so breaks subdirectories that
20202           might have their own configure.  If a subdir has it's own
20203           configure script, use it.
20204
20205 Thu Dec 26 16:30:26 1991  K. Richard Pixley  (rich at cygnus.com)
20206
20207         * cfg-paper.texi: some changes suggested by rms.
20208
20209 Thu Dec 26 10:13:36 1991  Fred Fish  (fnf at cygnus.com)
20210
20211         * config.sub:  Merge in some small additions from the FSF version,
20212         taken from the gcc distribution, to bring the Cygnus and FSF
20213         versions into closer sync.
20214
20215 Fri Dec 20 11:34:18 1991  Fred Fish  (fnf at cygnus.com)
20216
20217         * configure.in:  Changed svr4 references to sysv4.
20218
20219 Thu Dec 19 15:54:29 1991  K. Richard Pixley  (rich at cygnus.com)
20220
20221         * configure: added -V for version number option.
20222
20223 Wed Dec 18 15:39:34 1991  K. Richard Pixley  (rich at cygnus.com)
20224
20225         * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20226           renamed from DOC.configure to cfg-paper.texi.
20227
20228 Mon Dec 16 23:05:19 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20229
20230         * configure, config.subr, config.sub: config.subr is now
20231           config.sub again.
20232
20233 Fri Dec 13 01:17:06 1991  K. Richard Pixley  (rich at cygnus.com)
20234
20235         * configure.texi: new file, in progress.
20236
20237         * Makefile.in: build info file and install the man page for
20238           configure.
20239
20240         * configure.man: new file, first cut.
20241
20242         * configure: find config.subr again now that configuration "none"
20243           has gone.  removed all traces of the -ansi option.  removed all
20244           traces of the -languages option.
20245
20246         * config.subr: resync from rms.
20247
20248 Wed Dec 11 22:25:20 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20249
20250         * configure, config.sub, config.subr: merge config.sub into
20251           config.subr, call the result config.subr, remove config.sub, use
20252           config.subr.
20253
20254         * Makefile.in: revised install for dir.info.
20255
20256 Tue Dec 10 00:04:35 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20257
20258         * configure.in: add decstation host makefile frag.
20259
20260         * Makefile.in: BISON now bison -y again.  also install-gcc on
20261           install.  clean-gdbm on clean.  infodir belongs in datadir.
20262           Make directories for info install.  Build dir.info here then
20263           install it.
20264
20265 Mon Dec  9 16:48:33 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20266
20267         * Makefile.in: fix for bad directory tests.
20268
20269 Sat Dec  7 00:17:01 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20270
20271         * configure: \{1,2\} appears to be a sysv'ism.  Use a different
20272           regexp.  -srcdir relative was being handled incorrectly.
20273
20274         * Makefile.in: unwrapped some for loops so that parallel makes
20275           work again and so one can focus one's attention on a particular
20276           package.
20277
20278 Fri Dec  6 00:22:08 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20279
20280         * configure: added PWD as a stand in for `pwd` (for speed). use
20281           elif wherever possible.  make -srcdir work without -objdir.
20282           -objdir= commented out.
20283
20284 Thu Dec  5 22:46:52 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20285
20286         * configure: +options become --options.  -subdirs commented out.
20287           added -host, -datadir.  Renamed -destdir to -prefix.  Comment in
20288           Makefile now at top of generated Makefile.  Removed cvs log
20289           entries.  added -srcdir.  create .gdbinit only if there is one
20290           in ${srcdir}.
20291
20292         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
20293           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
20294           and mandir now keyed off datadir by default.
20295
20296 Fri Nov 22 07:38:11 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
20297
20298         * Freshly created ChangeLog.
20299
20300 \f
20301 Local Variables:
20302 mode: change-log
20303 left-margin: 8
20304 fill-column: 76
20305 version-control: never
20306 End: