Bump minimum MPFR version to 3.1.0
[gcc.git] / ChangeLog
1 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
2
3 PR fortran/91828
4 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
5 * configure: Regenerated.
6
7 2019-10-21 Jason Merrill <jason@redhat.com>
8
9 * .gitattributes: Also check ChangeLog whitespace.
10
11 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
12
13 * contrib/dg-extract-results.sh: Add support for KPASS.
14 * contrib/dg-extract-results.py: Likewise.
15
16 2019-10-17 Jason Merrill <jason@redhat.com>
17
18 * .gitattributes: Avoid {} in filename pattern.
19
20 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
21
22 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
23 Approval section.
24
25 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
26
27 * MAINTAINERS: Add myself to Write After Approval
28
29 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
30
31 * MAINTAINERS: Add myself as an aarch64 maintainer.
32
33 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
34
35 * MAINTAINERS: Add myself as aarch64 maintainer.
36
37 2019-09-23 Carl Love <cel@us.ibm.com>
38
39 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
40 New define_insn.
41 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
42 vsx_xxpermdi16_le_V16QI): Removed define_insn.
43
44 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
45
46 * MAINTAINERS (Sam Tebbs): Update email address.
47
48 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
49
50 * MAINTAINERS: Update my email address.
51
52 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
53
54 * libtool.m4: Handle uclinuxfdpiceabi.
55
56 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
57
58 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
59 Remove myself from Write After Approval section.
60
61 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
62
63 * configure.ac: Support for bpf-*-* targets.
64 * configure: Regenerate.
65
66 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
67
68 * config.sub: Import upstream version 2019-06-30.
69 * config.guess: Import upstream version 2019-07-24.
70
71 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
72
73 * MAINTAINERS: Remove spu port maintainers.
74
75 2019-08-28 Martin Liska <mliska@suse.cz>
76
77 * .gitignore: Add .clangd and compile_commands.json
78 to .gitignore.
79
80 2019-08-23 Michael Forney <mforney@mforney.org>
81
82 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
83 * Makefile.in: Regenerate.
84
85 2019-08-19 Tom Tromey <tom@tromey.com>
86
87 * configure: Rebuild.
88 * configure.ac: Add --with-static-standard-libraries.
89
90 2019-08-16 Alexandre Oliva <oliva@gnu.org>
91
92 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
93
94 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
95
96 * MAINTAINERS (Write After Approval): Add myself.
97
98 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
99
100 * MAINTAINERS (Write After Approval): Remove myself, already listed in
101 RISC-V port maitainer.
102
103 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
104
105 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
106
107 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
108
109 * MAINTAINERS (Write After Approval): Add myself.
110
111 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
112
113 * MAINTAINERS (Write After Approval): Add myself.
114
115 2019-06-25 Martin Liska <mliska@suse.cz>
116
117 contrib/filter-clang-warnings.py: Transform from
118 filter-rtags-warnings.py.
119
120 2019-06-15 Tom Tromey <tom@tromey.com>
121
122 * configure.ac (host_libs): Add gnulib.
123 * configure: Rebuild.
124 * Makefile.def (host_modules, dependencies): Add gnulib.
125 * Makefile.in: Rebuild.
126
127 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
128
129 * MAINTAINERS (Write After Approval): Add myself.
130
131 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
132
133 * configure: Regenerate.
134 * configure.ac: Add PRU target.
135
136 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
137
138 * MAINTAINERS (Write After Approval): Add myself.
139
140 2019-06-11 Nick Clifton <nickc@redhat.com>
141
142 Import these changes from the binutils/gdb repository:
143
144 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
145
146 * Makefile.def (dependencies): configure-libctf depends on all-bfd
147 and all its deps.
148 * Makefile.in: Regenerated.
149
150 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
151
152 * Makefile.def (host_modules): Add libctf.
153 * Makefile.def (dependencies): Likewise.
154 libctf depends on zlib, libiberty, and bfd.
155 * Makefile.in: Regenerated.
156 * configure.ac (host_libs): Add libctf.
157 * configure: Regenerated.
158
159 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
160
161 * MAINTAINERS (Write After Approval): Add myself.
162
163 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
164
165 * MAINTAINERS: Update my email address.
166
167 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
168
169 * MAINTAINERS (Write After Approval): Add myself.
170
171 2019-05-16 Jun Ma <junma@linux.alibaba.com>
172
173 * MAINTAINERS (Write After Approval): Add myself.
174
175 2019-05-07 Jim Wilson <jimw@sifive.com>
176
177 * MAINTAINERS: Remove myself as IA-64 maintainer.
178
179 2019-05-04 Roland Illig <roland.illig@gmx.de>
180
181 * MAINTAINERS (Write After Approval): Add myself.
182
183 2019-05-02 Richard Biener <rguenther@suse.de>
184
185 PR bootstrap/85574
186 * Makefile.tpl (compare target): Also compare extra-compare
187 files.
188 * Makefile.in: Regenerate.
189
190 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
191
192 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
193 as modulo-scheduler maintainer.
194
195 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
196
197 * MAINTAINERS: Add myself as co-maintainer for Darwin.
198
199 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
200
201 * MAINTAINERS: Update my email address.
202
203 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
204
205 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
206 * configure: Regenerate.
207
208 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
209
210 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
211 * configure: Regenerate.
212
213 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
214
215 * configure.ac: Add target-zlib to target_libraries.
216 * configure: Regenerate.
217
218 2019-04-09 Martin Liska <mliska@suse.cz>
219
220 * Makefile.in: Regenerate.
221 * Makefile.tpl: Pass GENERATOR_CFLAGS
222 in all stages.
223
224 2019-03-28 Martin Liska <mliska@suse.cz>
225
226 PR bootstrap/89829
227 * Makefile.in: Revert r254150.
228 * Makefile.tpl: Likewise.
229
230 2019-03-28 Ben Elliston <bje@gnu.org>
231
232 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
233 related, and libdecnumber.
234
235 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
236
237 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
238 (Write After Approval): Remove myself.
239
240 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
241
242 * MAINTAINERS (Write After Approval): Add myself.
243
244 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
245
246 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
247 (Write After Approval): Remove myself and Julian.
248
249 2019-01-26 Harald Anlauf <anlauf@gmx.de>
250
251 * MAINTAINERS (Write After Approval): Add myself.
252
253 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
254
255 * MAINTAINERS (Write After Approval): Add myself.
256
257 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
258
259 * ChangeLog: Replace space with tab.
260 * MAINTAINERS: Delete 1 tab to keep alignment.
261
262 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
263
264 * MAINTAINERS (Write After Approval): Add myself.
265
266 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
267
268 * MAINTAINERS (Write After Approval): Add myself.
269
270 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
271 Kwok Cheung Yeung <kcy@codesourcery.com>
272 Julian Brown <julian@codesourcery.com>
273 Tom de Vries <tom@codesourcery.com>
274 Jan Hubicka <hubicka@ucw.cz>
275 Martin Jambor <mjambor@suse.cz>
276
277 * configure.ac: Likewise.
278 * configure: Regenerate.
279 * contrib/config-list.mk: Add amdgcn-amdhsa.
280
281 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
282
283 * MAINTAINERS (Write After Approval): Add myself.
284
285 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
286
287 * MAINTAINERS (Write After Approval): Add myself.
288
289 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
290
291 PR target/88535
292 * config.guess: Import upstream version 2019-01-03.
293 * config.sub: Import upstream version 2019-01-01.
294
295 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
296
297 * MAINTAINERS (Write After Approval): Update my maintainer address.
298
299 2018-12-21 Gergö Barany <gergo@codesourcery.com>
300
301 * MAINTAINERS (Write After Approval): Add myself.
302
303 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
304
305 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
306
307 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
308
309 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
310 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
311 (GCC_TARGET_TOOL): Likewise.
312 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
313 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
314 OTOOL, OTOOL_FOR_TARGET: New substitutions.
315 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
316 * configure: Regenerate.
317 * Makefile.in: Likewise.
318
319 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
320
321 * MAINTAINERS (Write After Approval): Add myself.
322
323 2018-11-13 Martin Liska <mliska@suse.cz>
324
325 * gcc.target/i386/pr87930.c: Move to ...
326 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
327
328 2018-11-10 Stafford Horne <shorne@gmail.com>
329
330 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
331 (Write After Approval): Remove myself.
332
333 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
334
335 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
336 Append $INCICONV to it.
337
338 2018-11-04 Stafford Horne <shorne@gmail.com>
339
340 * MAINTAINERS (Write After Approval): Add myself.
341
342 2018-10-31 Joseph Myers <joseph@codesourcery.com>
343
344 PR bootstrap/82856
345 * multilib.am: New file. From automake.
346
347 Merge from binutils-gdb:
348 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
349
350 * libtool.m4: Use AC_LANG_SOURCE.
351 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
352 * ar-lib: New file.
353 * test-driver: New file.
354 * configure: Re-generate.
355
356 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
357
358 * MAINTAINERS (Write After Approval): Add myself.
359
360 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
361
362 PR bootstrap/87788
363 PR d/87799
364 * configure: Rebuild.
365 * configure.ac: Disable D on systems where it is known not to work.
366
367 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
368
369 * Makefile.def (target_modules): Add libphobos.
370 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
371 GDCFLAGS_FOR_TARGET.
372 (dependencies): Make libphobos depend on libatomic, libbacktrace
373 configure, and zlib configure.
374 (language): Add language d.
375 * Makefile.in: Rebuild.
376 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
377 (HOST_EXPORTS): Add GDC.
378 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
379 (BASE_TARGET_EXPORTS): Add GDC.
380 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
381 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
382 (EXTRA_HOST_FLAGS): Add GDC.
383 (STAGE1_FLAGS_TO_PASS): Add GDC.
384 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
385 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
386 environment variables.
387 * configure: Rebuild.
388 * configure.ac: Add target-libphobos to target_libraries. Set and
389 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
390
391 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
392
393 * MAINTAINERS (Write After Approval): Add myself.
394
395 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
396
397 * MAINTAINERS (Write After Approval): Remove myself.
398
399 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
400
401 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
402
403 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
404
405 * MAINTAINERS: Update my email address.
406
407 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
408
409 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
410 maintainer.
411
412 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
413
414 * MAINTAINERS (Write After Approval): Add self.
415
416 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
417
418 * MAINTAINERS (write after approval): Add myself.
419
420 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
421
422 * MAINTAINERS: Update my email address.
423
424 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
425
426 * MAINTAINERS (write after approval): Add myself.
427
428 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
429
430 * MAINTAINERS: Add self to global reviewers list.
431
432 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
433
434 MAINTAINERS: Add c-sky port maintainers.
435
436 2018-08-10 Martin Liska <mliska@suse.cz>
437
438 * MAINTAINERS: Revert change in previous commit and
439 join lines.
440
441 2018-08-10 Martin Liska <mliska@suse.cz>
442
443 * MAINTAINERS: Remove extra line.
444
445 2018-08-06 Naveen H.S <naveenh@marvell.com>
446
447 * MAINTAINERS: Update my email address.
448
449 2018-07-19 DJ Delorie <dj@redhat.com>
450
451 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
452 as maintainer.
453
454 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
455
456 * MAINTAINERS: Adjust email address for me and my colleague Robin
457 Dapp.
458
459 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
460 Sunil K Pandey <sunil.k.pandey@intel.com>
461
462 PR target/84413
463 * config/i386/i386.c (m_CORE_AVX512): New.
464 (m_CORE_AVX2): Likewise.
465 (m_CORE_ALL): Add m_CORE_AVX2.
466 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
467 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
468 and remove the rest of m_SKYLAKE_AVX512.
469
470 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
471
472 * config.sub: Sync with upstream version 2018-07-03.
473
474 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
475
476 * config.guess: Sync with upstream version 2018-06-26.
477 * config.sub: Sync with upstream version 2018-07-02.
478
479 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
480
481 * libtool.m4: Sort output of 'find' to enable deterministic builds.
482 * ltmain.sh: Likewise.
483
484 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
485
486 * contrib/config-list.mk: Remove powerpc-linux_paired.
487
488 2018-06-29 Alexandre Oliva <oliva@adacore.com>
489
490 * configure.ac: Introduce support for @unless/@endunless.
491 * Makefile.tpl (dep-kind): Rewrite with cond; return
492 postbootstrap in some cases.
493 (make-postboot-dep, postboot-targets): New.
494 (dependencies): Do not output postbootstrap dependencies at
495 first. Output non-target ones changed for configure to depend
496 on stage_last @if gcc-bootstrap, and the original deps @unless
497 gcc-bootstrap.
498 * configure.in, Makefile.in: Rebuilt.
499
500 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
501
502 * MAINTAINERS (write after approval): Add myself.
503
504 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
505
506 * MAINTAINERS (write after approval): Add myself.
507
508 2018-06-19 Nick Clifton <nickc@redhat.com>
509
510 * zlib/configure.ac: Restore old behaviour of only enabling
511 multilibs when a target subdirectory is defined. This allows
512 building with srcdir == builddir.
513 * zlib/configure: Regenerate.
514
515 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
516
517 * Makefile.def (fortran): Add check-target-libgomp-fortran.
518 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
519 * Makefile.in: Regenerate.
520
521 2018-06-16 Ben Elliston <bje@gnu.org>
522
523 * config.guess: Import latest version.
524 * config.sub: Likewise.
525
526 2018-06-08 Martin Liska <mliska@suse.cz>
527
528 * MAINTAINERS: Remove MPX-related entries.
529 * Makefile.def: Remove libmpx support.
530 * Makefile.in: Regenerate.
531 * configure.ac: Remove removed files.
532 * configure: Regenerate.
533 * libmpx/ChangeLog: Remove.
534 * libmpx/Makefile.am: Remove.
535 * libmpx/Makefile.in: Remove.
536 * libmpx/acinclude.m4: Remove.
537 * libmpx/aclocal.m4: Remove.
538 * libmpx/config.h.in: Remove.
539 * libmpx/configure: Remove.
540 * libmpx/configure.ac: Remove.
541 * libmpx/configure.tgt: Remove.
542 * libmpx/libmpx.spec.in: Remove.
543 * libmpx/mpxrt/Makefile.am: Remove.
544 * libmpx/mpxrt/Makefile.in: Remove.
545 * libmpx/mpxrt/libmpx.map: Remove.
546 * libmpx/mpxrt/libtool-version: Remove.
547 * libmpx/mpxrt/mpxrt-utils.c: Remove.
548 * libmpx/mpxrt/mpxrt-utils.h: Remove.
549 * libmpx/mpxrt/mpxrt.c: Remove.
550 * libmpx/mpxrt/mpxrt.h: Remove.
551 * libmpx/mpxwrap/Makefile.am: Remove.
552 * libmpx/mpxwrap/Makefile.in: Remove.
553 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
554 * libmpx/mpxwrap/libtool-version: Remove.
555 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
556
557 2018-06-04 Martin Liska <mliska@suse.cz>
558
559 * MAINTAINERS: Add myself as gcov maintainer.
560
561 2018-06-04 Matthew Fortune <mfortune@gmail.com>
562
563 * MAINTAINERS: Update my email address.
564
565 2018-06-04 Tom de Vries <tdevries@suse.de>
566
567 * MAINTAINERS: Remove write-after-approval entries for component
568 maintainers.
569
570 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
571
572 * MAINTAINERS (write after approval): Add myself.
573
574 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
575
576 * MAINTAINERS: Update my email address.
577
578 2018-06-01 Tom de Vries <tdevries@suse.de>
579
580 * MAINTAINERS: Update my email address.
581
582 2018-05-22 Bin Cheng <bin.cheng@arm.com>
583
584 * MAINTAINERS (loop-optimizer): Add myself.
585
586 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
587
588 * configure.ac: Added "nfp" target.
589 * configure: Regenerate.
590
591 2018-04-30 Richard Biener <rguenther@suse.de>
592
593 PR bootstrap/85571
594 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
595 (STAGE3_TFLAGS): Likewise.
596 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
597 (STAGEtrain_TFLAGS): Likewise.
598 * Makefile.in: Regenerate.
599
600 2018-04-26 Richard Biener <rguenther@suse.de>
601
602 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
603 (STAGE2_CFLAGS): Likewise.
604 (STAGE2_TFLAGS): Likewise.
605 (STAGE3_CFLAGS): Add -fchecking.
606 (STAGE3_TFLAGS): Likewise.
607 (STAGEtrain_CFLAGS): Filter out -fchecking.
608 (STAGEtrain_TFLAGS): Likewise.
609 * Makefile.in: Re-generate.
610
611 2018-04-25 Catherine Moore <clm@codesourcery.com>
612
613 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
614
615 2018-04-18 Paul Clarke <pc@us.ibm.com>
616
617 * MAINTAINERS (write after approval): Add myself.
618
619 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
620
621 * MAINTAINERS: Update my email address.
622
623 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
624
625 * MAINTAINERS: Remove redundant Write-After-Approval entry.
626
627 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
628
629 * MAINTAINERS: Update my email address and disambiguate myself
630 a bit from Will Schmidt.
631
632 2018-03-21 Nathan Sidwell <nathan@acm.org>
633
634 * MAINTAINERS: Move maintainers of now-removed picochip and score
635 ports to write after approval.
636
637 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
638
639 * MAINTAINERS: Add entry for SVE maintainership.
640
641 2018-02-13 Maciej W. Rozycki <macro@mips.com>
642
643 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
644 * configure: Regenerate.
645
646 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
647
648 * MAINTAINERS (write after approval): Add myself.
649
650 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
651
652 * MAINTAINERS (write after approval): Add myself.
653
654 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
655
656 * MAINTAINERS (write after approval): Add myself.
657
658 2018-01-03 Jakub Jelinek <jakub@redhat.com>
659
660 Update copyright years.
661
662 2018-01-03 Ben Elliston <bje@gnu.org>
663
664 * config.guess: Import latest version.
665 * config.sub: Likewise.
666
667 2017-12-12 Stafford Horne <shorne@gmail.com>
668
669 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
670 * configure: Regenerate.
671
672 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
673
674 * MAINTAINERS (Write After Approval): Add myself.
675
676 2017-11-28 Julia Koval <julia.koval@intel.com>
677 Sebastian Peryt <sebastian.peryt@intel.com>
678
679 * Makefile.def (target_modules): Remove libcilkrts.
680 * Makefile.in: Ditto.
681 * configure: Ditto.
682 * configure.ac: Ditto.
683
684 2017-11-28 Julia Koval <julia.koval@intel.com>
685
686 * MAINTAINERS (Write After Approval): Add myself.
687
688 2017-11-22 Sudakshina Das <sudi.das@arm.com>
689
690 * MAINTAINERS (Write After Approval): Add myself.
691
692 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
693
694 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
695 Use my SiFive email address.
696
697 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
698
699 * MAINTAINERS (write after approval): Add myself.
700
701 2017-10-27 Martin Liska <mliska@suse.cz>
702
703 * Makefile.tpl: Use proper name of folder as it was renamed
704 during transition to 4 stages.
705 * Makefile.in: Regenerate.
706
707 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
708
709 * MAINTAINERS (write after approval): Add myself.
710
711 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
712
713 * MAINTAINERS: Add a note that maintainership also includes web
714 pages, docs, and testsuite related to that area.
715
716 2017-09-25 Tom de Vries <tom@codesourcery.com>
717
718 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
719
720 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
721
722 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
723
724 2017-09-15 Nathan Sidwell <nathan@acm.org>
725
726 * MAINTAINERS: Remove myself as a vxworks maintainer.
727
728 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
729
730 * MAINTAINERS: Remove email address of Jim Norris.
731
732 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
733
734 * MAINTAINERS (Reviewers): Move myself from here...
735 (CPU Port Maintainers): ... to here.
736
737 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
738
739 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
740
741 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
742
743 * MAINTAINERS (write after approval): Add myself.
744
745 2017-07-28 Tony Reix <tony.reix@atos.net>
746
747 * configure.ac (target-libffi): Don't disable for AIX.
748 (go): Don't add to unsupported_languages on AIX.
749 (target-libgo): Don't disable for AIX.
750 * configure: Regenerate.
751
752 2017-07-19 Yury Gribov <tetra2005@gmail.com>
753
754 * MAINTAINERS: Add myself.
755
756 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
757
758 * MAINTAINERS: Update my email address.
759
760 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
761
762 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
763 arm-specific auto-generated header files.
764
765 2017-07-03 Nathan Sidwell <nathan@acm.org>
766
767 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
768 * configure: Rebuilt.
769
770 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
771
772 * MAINTAINERS: Readd myself for c6x.
773
774 2017-06-28 Martin Liska <mliska@suse.cz>
775
776 PR bootstrap/81217
777 * Makefile.def: Remove superfluous bootstrap_target from
778 bootstrap_stage.
779 * Makefile.in: Re-generate the file.
780
781 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
782
783 * MAINTAINERS: Add myself to Write After Approval
784
785 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
786
787 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
788
789 2017-06-19 Martin Liska <mliska@suse.cz>
790
791 * Makefile.def: Define 4 stages PGO bootstrap.
792 * Makefile.tpl: Define FLAGS.
793 * Makefile.in: Regenerate.
794
795 2017-06-14 Ian Lance Taylor <iant@golang.org>
796
797 * Makefile.def: Add check-gotools to go check targets.
798 * Makefile.in: Rebuild.
799
800 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
801
802 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
803
804 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
805
806 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
807 * configure: Regenerate.
808
809 2017-05-31 Martin Liska <mliska@suse.cz>
810
811 * configure.ac: Add handling of stage2_werror_flags to
812 action-if-given and to action-if-not-given.
813 * configure: Regenerate.
814
815 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
816
817 * MAINTAINERS: Add self to Write After Approval
818
819 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
820
821 * MAINTAINERS: Update my email address, and remove myself as
822 maintainer in some areas.
823
824 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
825
826 * MAINTAINERS: Add self to Write After Approval
827
828 2017-05-25 Nathan Sidwell <nathan@acm.org>
829
830 * configure.ac: Add --enable-languages=default to mean default and
831 make --enable-languages=all mean all supported languages.
832 * configure: Regenerated.
833
834 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
835
836 * config.gcc (powerpc*-*-*spe*): New.
837 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
838 (powerpc-*-rtems*spe*): New.
839 (powerpc*-*-linux*spe*): New.
840 (powerpc-wrs-vxworksspe): New.
841 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
842 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
843 * config.host (powerpc*-*-*spe*): New.
844
845 2017-05-19 Martin Liska <mliska@suse.cz>
846
847 * configure.ac: Add --enable-werror-always just for
848 bootstrap-debug (or none build config) and do not add it
849 when we are on a release branch.
850 * configure: Regenerated.
851
852 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
853
854 * MAINTAINERS: Add self to Write After Approval
855
856 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
857
858 * MAINTAINERS: Move myself to Write After Approval section.
859
860 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
861
862 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
863 ACCH registers.
864 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
865 available.
866 (umulsidi3): Likewise.
867 (mulsidi3_700): Disable this pattern when we have advanced mpy
868 instructions.
869 (umulsidi3_700): Likewise.
870 (maddsidi4): New pattern.
871 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
872 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
873 (mpydu_imm_arcv2hs): Likewise.
874 * config/arc/predicates.md (accl_operand): New predicate.
875
876 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
877 Andrew Burgess <andrew.burgess@embecosm.com>
878
879 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
880 case.
881 (ARC_AUTOFP_IRQ_P): Likewise.
882 (ARC_AUTO_IRQ_P): Likewise.
883 (rgf_banked_register_count): New variable.
884 (parse_mrgf_banked_regs_option): New function.
885 (arc_override_options): Handle rgf_banked_regs option.
886 (arc_handle_interrupt_attribute): Add firq option.
887 (arc_compute_function_type): Return fast irq type when required.
888 (arc_must_save_register): Handle fast interrupts.
889 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
890 (arc_return_address_regs): Update.
891 * config/arc/arc.h (arc_return_address_regs): Update.
892 (arc_function_type): Add fast interrupt type.
893 (ARC_INTERRUPT_P): Update.
894 (RC_FAST_INTERRUPT_P): Define.
895 * config/arc/arc.md (simple_return): Update for fast interrupts.
896 (p_return_i): Likewise.
897 * config/arc/arc.opt (mrgf-banked-regs): New option.
898 * doc/invoke.texi (mrgf-banked-regs): Document.
899
900 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
901
902 * config/arc/arc.c (irq_ctrl_saved): New variable.
903 (ARC_AUTOBLINK_IRQ_P): Define.
904 (ARC_AUTOFP_IRQ_P): Likewise.
905 (ARC_AUTO_IRQ_P): Likewise.
906 (irq_range): New function.
907 (arc_must_save_register): Likewise.
908 (arc_must_save_return_addr): Likewise.
909 (arc_dwarf_emit_irq_save_regs): Likewise.
910 (arc_override_options): Handle deferred options.
911 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
912 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
913 arc_must_save_return_addr.
914 (arc_compute_frame_size): Handle automated save and restore of
915 registers.
916 (arc_expand_prologue): Likewise.
917 (arc_expand_epilogue): Likewise.
918 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
919 * config/arc/arc.opt (mirq-ctrl-saved): New option.
920 * doc/invoke.texi (mirq-ctrl-saved): Document option.
921
922 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
923 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
924
925 PR bootstrap/77661
926 * Makefile.def: Don't pass --enable-maintainer-mode on to an
927 in-tree build MPC.
928 * Makefile.in: Regenerate.
929
930 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
931
932 * configure.ac: Enable LTO by default on darwin >= 9.
933 * configure: Regenerate.
934
935 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
936
937 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
938 and Andrew Waterman as the RISC-V maintainers.
939
940 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
941
942 * MAINTAINERS: Add self to Write After Approval
943
944 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
945
946 * config.guess: Import latest from upstream.
947
948 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
949
950 * MAINTAINERS (Write After Approval): Remove entries that are
951 already covered under Reviewers.
952
953 2017-03-08 Mark Wielaard <mark@klomp.org>
954
955 PR demangler/70909
956 PR demangler/67264
957 * include/demangle.h: Add d_printing to struct demangle_component
958 and pass struct demangle_component as non const.
959
960 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
961
962 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
963
964 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
965
966 * Makefile.tpl: Remove HOST_ISLVER.
967 (HOST_EXPORTS): Remove ISLVER.
968 * Makefile.in: Regenerate.
969
970 2017-02-13 Richard Biener <rguenther@suse.de>
971
972 * configure: Re-generate.
973
974 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
975
976 * MAINTAINERS: Adjust bug reporting URL.
977
978 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
979
980 * MAINTAINERS (Write After Approval): Remove redundant entry
981 for Andrew Burgess.
982
983 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
984
985 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
986 32-bit hppa*-*-hpux*.
987 * configure: Regenerate.
988
989 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
990
991 * configure.ac: Moved the white list of enabling BRIG FE to
992 libhsail-rt/configure.tgt.
993 * configure: Regenerated.
994 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
995
996 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
997 Martin Jambor <mjambor@suse.cz>
998
999 * Makefile.def (target_modules): Added libhsail-rt.
1000 (languages): Added language brig.
1001 * Makefile.in: Regenerated.
1002 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1003 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1004 * configure: Regenerated.
1005
1006 2017-01-17 Jakub Jelinek <jakub@redhat.com>
1007
1008 PR other/79046
1009 * configure: Regenerated.
1010
1011 2017-01-04 Alan Modra <amodra@gmail.com>
1012
1013 * configure: Regenerate.
1014
1015 2016-12-29 Ben Elliston <bje@gnu.org>
1016
1017 * config.sub: Import latest version.
1018
1019 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1020
1021 * MAINTAINERS (Write After Approval): Add myself.
1022
1023 2016-12-21 Jakub Jelinek <jakub@redhat.com>
1024
1025 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1026 includes bootstrap-mpx.
1027 * configure: Regenerated.
1028
1029 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1030
1031 * MAINTAINERS (Write After Approval): Add myself.
1032
1033 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1034
1035 * configure: Regenerate.
1036
1037 2016-12-01 Matthias Klose <doko@ubuntu.com>
1038
1039 * configure.ac: Don't use pkg-config to check for bdw-gc.
1040 * configure: Regenerate.
1041
1042 2016-11-30 Matthias Klose <doko@ubuntu.com>
1043
1044 * Makefile.def: Remove reference to boehm-gc target module.
1045 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1046 options and for the bdw-gc pkg-config module.
1047 * configure: Regenerate.
1048 * Makefile.in: Regenerate.
1049
1050 2016-11-28 Nathan Sidwell <nathan@acm.org>
1051
1052 * MAINTAINERS (nvptx): Remove self.
1053
1054 2016-11-25 Ben Elliston <bje@gnu.org>
1055
1056 * config.guess: Import latest version.
1057 * config.sub: Likewise.
1058
1059 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1060
1061 * MAINTAINERS (Write After Approval): Add myself.
1062
1063 2016-11-15 Matthias Klose <doko@ubuntu.com>
1064
1065 * Makefile.def: Remove references to GCJ.
1066 * Makefile.tpl: Likewise.
1067 * Makefile.in: Regenerate.
1068
1069 2016-11-15 Matthias Klose <doko@ubuntu.com>
1070
1071 * config-ml.in: Remove references to GCJ.
1072 * configure.ac: Likewise.
1073 * configure: Regenerate.
1074
1075 2016-11-01 Josh Conner <joshconner@google.com>
1076
1077 * MAINTAINERS (Write After Approval): Update email address,
1078
1079 2016-10-27 Carl Love <cel@us.ibm.com>
1080
1081 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1082 Approval list to make it alphabetical.
1083
1084 2016-10-27 Carl Love <cel@us.ibm.com>
1085
1086 * MAINTAINERS (Write After Approval): Add myself.
1087
1088 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1089
1090 * MAINTAINERS (Reviewers): Add myself.
1091 (Write After Approval): Add myself.
1092
1093 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1094 Ulrich Weigand <uweigand@de.ibm.com>
1095
1096 * MAINTAINERS: Update email address.
1097
1098 2016-10-10 Nathan Sidwell <nathan@acm.org>
1099
1100 * MAINTAINERS: Update email address.
1101
1102 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1103
1104 * configure.ac: Add aarch64-*-freebsd*.
1105 * configure: Regenerate.
1106
1107 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1108
1109 * MAINTAINERS: Update email address after it got reverted.
1110
1111 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1112
1113 * configure.ac (target_libraries): Readd target-boehm-gc.
1114 Restore --enable-objc-gc handling.
1115 * configure: Regenerate.
1116
1117 2015-10-03 Jeff Law <law@redhat.com>
1118
1119 * MAINTAINERS: Move several inactive maintainers to the
1120 write-after-approval section.
1121
1122 2016-09-30 Jakub Jelinek <jakub@redhat.com>
1123
1124 * configure.ac: Add target-libffi to target_libraries.
1125 Readd libgcj target disablings, modified to only target-libffi.
1126 Readd target addition of go to unsupported languages.
1127 * configure: Regenerated.
1128
1129 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1130
1131 * MAINTAINERS: Update email address.
1132
1133 2016-09-30 Andrew Haley <aph@redhat.com>
1134
1135 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1136 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1137 libgcj.
1138
1139 2016-09-30 Andrew Haley <aph@redhat.com>
1140
1141 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1142 write-after approval after GCJ deletion.
1143
1144 2016-09-30 Andrew Haley <aph@redhat.com>
1145
1146 * Makefile.def: Remove libjava.
1147 * Makefile.tpl: Likewise.
1148 * Makefile.in: Regenerate.
1149 * configure.ac: Likewise.
1150 * configure: Likewise.
1151 * gcc/java: Remove.
1152 * libjava: Likewise.
1153
1154 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
1155
1156 * MAINTAINERS (Reviewers): Add myself.
1157
1158 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
1159
1160 * configure.ac: Disable "sim" directory for arc*-*-*.
1161 * configure: Regenerated.
1162
1163 2016-09-23 Tamar Christina <tamar.christina@arm.com>
1164
1165 * MAINTAINERS (Write After Approval): Add myself.
1166
1167 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
1168
1169 * configure.ac: Check for the minimum in-tree MPFR version
1170 handled.
1171 * configure: Regenerate.
1172
1173 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
1174
1175 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1176 * configure: Regenerated.
1177
1178 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
1179
1180 * MAINTAINERS (Write After Approval): Add myself.
1181
1182 2016-06-23 Andi Kleen <ak@linux.intel.com>
1183
1184 * Makefile.def: Add autoprofiledbootstrap.
1185 * Makefile.tpl: Dito.
1186 * Makefile.in: Regenerate.
1187
1188 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
1189
1190 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1191 * configure: Regenerate.
1192
1193 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1194
1195 * configure: Regenerate.
1196 * configure.ac: Remove support for avr-rtems.
1197
1198 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1199
1200 * MAINTAINERS (Write After Approval): Add myself.
1201
1202 2016-06-16 Michael Collison <michael.collison@arm.com>
1203
1204 * MAINTAINERS (Write After Approval): Add myself.
1205
1206 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
1207
1208 * MAINTAINERS (Write After Approval): Update e-mail address.
1209
1210 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1211
1212 * MAINTAINERS (Write After Approval): Add myself.
1213
1214 2016-05-28 Alan Modra <amodra@gmail.com>
1215
1216 * Makefile.tpl (configure): Depend on m4 files included.
1217 * Makefile.in: Regenerate.
1218
1219 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1220
1221 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1222 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1223
1224 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1225
1226 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1227 special case builtin.
1228 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1229 support for ALTIVEC_BUILTIN_VEC_ADDEC.
1230 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1231 for __builtin_vec_addec.
1232
1233 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
1234
1235 * config.guess: Import version 2016-04-02 (newest).
1236 * config.sub: Import version 2016-05-10 (newest).
1237
1238 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
1239
1240 * configure.ac: Add ARC support to libgloss.
1241 * configure: Regenerate
1242
1243 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
1244
1245 * MAINTAINERS (Write After Approval): Add myself.
1246
1247 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1248
1249 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1250 * configure: Regenerated.
1251 * Makefile.def (gmp): Explicitly disable assembler.
1252 (mpfr): Adjust lib_path.
1253 (mpc): Likewise.
1254 * Makefile.in: Regenerated.
1255
1256 2016-05-01 Jakub Jelinek <jakub@redhat.com>
1257
1258 PR bootstrap/70704
1259 * configure.ac (--enable-stage1-checking): Add missing
1260 --enable-checking=.
1261 * configure: Regenerated.
1262
1263 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1264
1265 * config.guess: Revert r235676.
1266 * config.sub: Revert r235676.
1267
1268 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1269
1270 * config.guess: Remove SH5 support.
1271 * config.sub: Likewise.
1272 * configure: Likewise.
1273 * configure.ac: Likewise.
1274
1275 2016-04-26 Jakub Jelinek <jakub@redhat.com>
1276
1277 PR bootstrap/70704
1278 * configure.ac (--enable-stage1-checking): For --disable-checking or
1279 implicit --enable-checking, make sure extra flag matches in between
1280 stage1 and later checking.
1281 * configure: Regenerated.
1282
1283 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1284
1285 * .gitattributes: New file.
1286
1287 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
1288
1289 * MAINTAINERS (rs6000/powerpc port): Add myself.
1290
1291 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
1292
1293 PR bootstrap/70173
1294 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1295 and gotools directories. Delete the stage_final file.
1296 * Makefile.in: Regenerate.
1297
1298 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
1299
1300 * MAINTAINERS (Write After Approval): Add myself.
1301
1302 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
1303
1304 * MAINTAINERS (Fortran maintainer): Remove myself.
1305
1306 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
1307
1308 * MAINTAINERS (Write After Approval): Add myself.
1309
1310 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
1311
1312 * MAINTAINERS (Write After Approval): Add myself.
1313
1314 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1315
1316 Sync with binutils-gdb:
1317
1318 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1319
1320 * configure.ac: Add mips and s390 to the gold target check.
1321 * configure: Regenerate.
1322
1323 2016-03-01 DJ Delorie <dj@redhat.com>
1324
1325 * MAINTAINERS (mep): Remove myself as MeP maintainer.
1326
1327 2016-02-22 David Malcolm <dmalcolm@redhat.com>
1328
1329 * MAINTAINERS (libcpp): Add myself.
1330 (diagnostic messages): Likewise.
1331
1332 2016-02-20 Tom de Vries <tom@codesourcery.com>
1333
1334 * MAINTAINERS: Fix whitespace.
1335
1336 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
1337
1338 * MAINTAINERS (Write After Approval): Add myself.
1339
1340 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1341
1342 * config/isl.m4: Add comments about isl-0.16.
1343 * configure: Regenerate.
1344
1345 2016-01-29 Martin Jambor <mjambor@suse.cz>
1346
1347 * MAINTAINERS (hsa maintainers): Add myself.
1348
1349 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
1350
1351 * MAINTAINERS: (Write After Approval): Add myself.
1352
1353 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1354 Sebastian Pop <s.pop@samsung.com>
1355
1356 * Makefile.in: Regenerate.
1357 * Makefile.tpl: Export ISLVER.
1358 * configure: Regenerate.
1359 * config/isl.m4: Detect isl-0.15.
1360
1361 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1362
1363 PR bootstrap/69329
1364 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1365 * Makefile.in: Regenerate.
1366
1367 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1368
1369 * configure.ac: Enable LTO for DJGPP
1370 * configure: Regenerate
1371
1372 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 Sync with binutils-gdb:
1375 2015-10-21 Nick Clifton <nickc@redhat.com>
1376
1377 PR gas/19109
1378 * configure.ac: Note the 'none' is an acceptable argument to
1379 --enable-compressed-debug-sections.
1380 * configure: Regenerate.
1381
1382 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1383
1384 PR bootstrap/69134
1385 * Makefile.def (mpfr): Disable assembler.
1386 * Makefile.in: Regenerate.
1387
1388 2016-01-01 Ben Elliston <bje@gnu.org>
1389
1390 * config.guess: Import version 2016-01-01.
1391 * config.sub: Likewise.
1392
1393 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
1394
1395 * MAINTAINERS (Write After Approval): Add myself.
1396
1397 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1398
1399 * Makefile.in: Replace ISL with isl.
1400 * Makefile.tpl: Same.
1401 * config/isl.m4: Same.
1402 * configure.ac: Same.
1403 * contrib/download_prerequisites: Same.
1404 * configure: Regenerate.
1405
1406 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
1407
1408 * MAINTAINERS (Write After Approval): Add Myself.
1409
1410 2015-12-17 Nathan Sidwell <nathan@acm.org>
1411
1412 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1413 * configure: Regenerate.
1414
1415 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
1416 Sebastian Pop <s.pop@samsung.com>
1417
1418 * config/isl.m4 (ISL_CHECK_VERSION): Check for
1419 isl_ctx_get_max_operations.
1420 * configure: Regenerate.
1421
1422 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
1423
1424 * MAINTAINERS (Write After Approval): Add myself.
1425
1426 2015-12-02 Ian Lance Taylor <iant@google.com>
1427
1428 PR go/66147
1429 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1430 * Makefile.in: Regenerate.
1431
1432 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1433
1434 PR libffi/65726
1435 * Makefile.def (lang_env_dependencies): Make libffi depend
1436 on cxx.
1437 * Makefile.in: Regenerate.
1438
1439 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1440
1441 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1442 symbols.
1443
1444 2015-11-20 Tristan Gingold <gingold@adacore.com>
1445
1446 Sync with binutils-gdb:
1447 2015-11-20 Tristan Gingold <gingold@adacore.com>
1448
1449 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1450 * configure: Regenerate.
1451
1452 2015-11-19 Martin Liska <mliska@suse.cz>
1453
1454 * .gitignore: Add .clang-format to ignored files.
1455 * Makefile.in: Add clang-format.
1456 * Makefile.tpl: Likewise.
1457
1458 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1459
1460 * configure.ac: Enable libmpx by default.
1461 * configure: Regenerated.
1462
1463 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
1464
1465 * MAINTAINERS: Update email address.
1466
1467 2015-10-23 Paulo Matos <pmatos@linki.tools>
1468
1469 * MAINTAINERS: Update email address.
1470
1471 2015-10-23 Alan Hayward <alan.hayward@arm.com>
1472
1473 * MAINTAINERS (Write After Approval): Add myself.
1474
1475 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1476
1477 Sync with binutils-gdb:
1478 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1479
1480 PR gas/19109
1481 * configure.ac: Add
1482 --enable-compressed-debug-sections={all,gas,gold,ld}.
1483 * configure: Regenerated.
1484
1485 2015-10-16 Arnaud Charlet <charlet@adacore.com>
1486
1487 * MAINTAINERS: Update list of Ada maintainers and email addresses.
1488
1489 2015-10-09 Martin Liska <mliska@suse.cz>
1490
1491 * MAINTAINERS (Write After Approval): Add myself.
1492
1493 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
1494
1495 * MAINTAINERS (Write After Approval): Add myself.
1496
1497 2015-10-02 Florian Weimer <fweimer@redhat.com>
1498
1499 * MAINTAINERS: Update email address.
1500
1501 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
1502
1503 * MAINTAINERS (Write After Approval): Add myself.
1504
1505 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
1506
1507 * MAINTAINERS: Update email.
1508
1509 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
1510
1511 * MAINTAINERS: Update my email address.
1512
1513 2015-09-01 James Bowman <james.bowman@ftdichip.com>
1514
1515 * MAINTAINERS (ft32 port): Add myself.
1516
1517 2015-08-28 David Sherwood <david.sherwood@arm.com>
1518
1519 * MAINTAINERS: Add myself.
1520
1521 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
1522
1523 * MAINTAINERS (Write After Approval): Add myself.
1524
1525 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1526
1527 PR libfortran/54572
1528 * Makefile.def: Make libgfortran depend on libbacktrace.
1529 * Makefile.in: Regenerate.
1530
1531 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
1532
1533 * MAINTAINERS (Write After Approval): Add myself.
1534
1535 2015-08-12 Tom de Vries <tom@codesourcery.com>
1536
1537 PR other/67092
1538 * configure.ac: Remove --with_host_libstdcxx support.
1539 * configure: Regenerate.
1540
1541 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1542 Jakub Jelinek <jakub@redhat.com>
1543
1544 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1545 nvptx*-*-*.
1546 * configure: Regenerate.
1547
1548 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1549
1550 * Makefile.def (libiconv): Define bootstrap=true.
1551 Mark pdf/html/info as missing.
1552 (configure-gcc): Depend on all-libiconv.
1553 (all-gcc): Ditto.
1554 (configure-libcpp): Ditto.
1555 (all-libcpp): Ditto.
1556 (configure-intl): Ditto.
1557 (all-intl): Ditto.
1558 * Makefile.in: Regenerate.
1559
1560 2015-08-03 Bin Cheng <bin.cheng@arm.com>
1561
1562 * MAINTAINERS (loop ivopts): Add the entry and myself.
1563
1564 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
1565
1566 * MAINTAINERS (nvptx): Add self.
1567
1568 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
1569
1570 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1571 128-bit vector modes.
1572
1573 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
1574
1575 * MAINTAINERS (Write After Approval): Add myself.
1576
1577 2015-07-28 Ben Elliston <bje@gnu.org>
1578
1579 * config.sub, config.guess: Import from upstream.
1580
1581 2015-07-24 Michael Darling <darlingm@gmail.com>
1582
1583 PR other/66259
1584 * config-ml.in: Reflects renaming of configure.in to configure.ac
1585 * configure: Likewise
1586 * configure.ac: Likewise
1587
1588 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
1589
1590 * MAINTAINERS: Update my email address.
1591
1592 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1593
1594 Sync with binutils-gdb:
1595 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1596
1597 * configure.ac (target_configdirs): Exclude target-zlib if
1598 target-libjava isn't built.
1599 * configure: Regenerated.
1600
1601 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1602
1603 Sync with binutils-gdb:
1604 2015-05-13 John David Anglin <dave.anglin@bell.net>
1605
1606 * configure.ac: Disable configuration of GDB for HPUX targets.
1607 * configure: Regenerate.
1608
1609 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1610
1611 * configure.ac: Add --with-system-zlib.
1612 * configure: Regenerated.
1613
1614 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1615
1616 * configure.ac: Add FT32 support.
1617 * configure: Regenerate.
1618
1619 2015-01-12 Anthony Green <green@moxielogic.com>
1620
1621 * configure.ac: Don't disable gprof for moxie.
1622 * configure: Rebuild.
1623
1624 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1625
1626 Sync with binutils-gdb:
1627 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1628
1629 PR ld/18355
1630 * Makefile.def: Add extra_configure_flags to host zlib.
1631 * configure.ac (extra_host_zlib_configure_flags): New. Set
1632 to --enable-host-shared When bfd is to be built as shared
1633 library. AC_SUBST.
1634 * Makefile.in: Regenerated.
1635
1636 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
1637
1638 Sync with src:
1639 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1640 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1641 * Makefile.in: Regenerated.
1642
1643 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1644
1645 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1646 target.
1647 * configure: Regenerate.
1648
1649 2015-06-23 Ludovic Courtès <ludo@gnu.org>
1650
1651 * MAINTAINERS (Write After Approval): Add myself.
1652
1653 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
1654
1655 * MAINTAINERS (OS Port Maintainers): Add myself.
1656 (Various Maintainers): Remove myself from libffi testsuite.
1657
1658 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
1659
1660 * MAINTAINERS (gen* on machine desc): Add self.
1661
1662 2015-06-02 Jason Merrill <jason@redhat.com>
1663
1664 PR bootstrap/66319
1665 * configure.ac: Use -std=gnu++98.
1666
1667 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
1668
1669 * MAINTAINERS (Write After Approval): Add myself.
1670
1671 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1672
1673 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1674 * configure: Regenerate.
1675
1676 2015-05-26 Jason Merrill <jason@redhat.com>
1677
1678 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1679 * configure: Regenerate.
1680
1681 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1682
1683 * configure.ac: FT32 target added.
1684 * configure: Regenerated.
1685
1686 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1687
1688 * MAINTAINERS (Write After Approval): Add myself.
1689
1690 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1691
1692 * MAINTAINERS (Write After Approval): Add myself.
1693
1694 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1695
1696 * configure.ac: Fix typo.
1697 * configure: Regenerate.
1698
1699 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
1700
1701 * MAINTAINERS (Write After Approval): Add myself.
1702
1703 2015-05-03 Matthias Klose <doko@ubuntu.com>
1704
1705 * configure.ac: Match $host configured with triplets.
1706 * configure: Regenerate.
1707
1708 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1709
1710 * Makefile.tpl: Remove surplus whitespace throughout.
1711 * Makefile.in: Regenerate.
1712
1713 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
1714
1715 * MAINTAINERS (Various Maintainers): Add myself as instruction
1716 combiner maintainer.
1717
1718 2015-04-17 Jakub Jelinek <jakub@redhat.com>
1719
1720 PR bootstrap/62077
1721 * configure.ac (--enable-stage1-checking): Default to
1722 release,misc,gimple,rtlflag,tree,types if --disable-checking
1723 or --enable-checking is not specified and DEV-PHASE is not
1724 experimental.
1725 * configure: Regenerated.
1726
1727 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
1728
1729 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
1730 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
1731 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
1732 * Makefile.in: Regenerate.
1733
1734 2015-04-08 Cary Coutant <ccoutant@gmail.com>
1735
1736 * MAINTAINERS: Update my email address.
1737
1738 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
1739
1740 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
1741
1742 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1743
1744 * MAINTAINERS: Add myself as an arm port reviewer.
1745
1746 2015-03-25 Martin Liska <mliska@suse.cz>
1747 Yury Gribov <y.gribov@samsung.com>
1748
1749 * Makefile.in: Fix ln source location for vimrc file.
1750 * Makefile.tpl: Likewise.
1751
1752 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
1753
1754 PR bootstrap/25672
1755 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
1756 cross-compiling. Similarly for CXX_FOR_TARGET.
1757 * configure: Regenerate.
1758
1759 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
1760
1761 * Makefile.def: Add libmpx.
1762 * configure.ac: Add libmpx.
1763 * Makefile.in: Regenerate.
1764 * configure: Regenerate.
1765
1766 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
1767
1768 * MAINTAINERS (CPU Port Maintainers): Add myself
1769 i386 vector ISA extns mantainer.
1770
1771 2015-03-13 Jeff Law <law@redhat.com>
1772
1773 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
1774 maintainer.
1775 Remove Richard Henderson as a maintainer for the x86 port.
1776
1777 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
1778
1779 * MAINTAINERS (CPU Port Maintainers): Update my email address.
1780
1781 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
1782
1783 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
1784 pointer bounds checker and i386 MPX maintainer.
1785
1786 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
1787
1788 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
1789
1790 2015-02-26 Martin Sebor <msebor@redhat.com>
1791
1792 * MAINTAINERS (Various Maintainers): Add self.
1793
1794 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
1795
1796 * configure.ac [--enable-as-accelerator-for] (enable_languages):
1797 Make sure it contains lto.
1798 * configure: Regenerate.
1799
1800 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
1801
1802 * configure: Regenerate.
1803
1804 2015-02-06 Diego Novillo <dnovillo@google.com>
1805 1
1806 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
1807 middle-end, docstring): Remove myself.
1808 (Write After Approval): Add myself.
1809
1810 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
1811
1812 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
1813 (Write After Approval): Update address.
1814
1815 2015-01-29 David Malcolm <dmalcolm@redhat.com>
1816
1817 PR jit/64780
1818 * configure.ac: Require the user to explicitly specify
1819 --enable-host-shared if the jit is enabled.
1820 * configure: Regenerate.
1821
1822 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
1823
1824 * MAINTAINERS (Write After Approval): Add myself.
1825
1826 2015-01-25 Tom de Vries <tom@codesourcery.com>
1827
1828 * MAINTAINERS: Make whitespace consistent.
1829
1830 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
1831
1832 * MAINTAINERS (Write After Approval): Add myself.
1833
1834 2015-01-20 Andre Vehreschild <vehre@gmx.de>
1835
1836 * MAINTAINERS: (Write After Approval): Add myself.
1837
1838 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
1839
1840 * MAINTAINERS: (Write After Approval): Add myself.
1841
1842 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
1843
1844 * MAINTAINERS: (Write After Approval): Add myself.
1845
1846 2015-01-13 Iain Sandoe <iain@codesourcery.com>
1847
1848 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
1849 objective-c/c++ front end maintainer.
1850
1851 2015-01-13 Marek Polacek <polacek@redhat.com>
1852
1853 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
1854
1855 2015-01-12 Jeff Law <law@redhat.com>
1856
1857 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
1858 a very long time.
1859
1860 2015-01-09 Ian Lance Taylor <iant@google.com>
1861
1862 * configure.ac (host_tools): Add gotools.
1863 * Makefile.def (host_modules): Add gotools.
1864 (dependencies): Add dependency of all-gotools on all-target-libgo.
1865
1866 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
1867
1868 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
1869 * configure: Regenerate.
1870
1871 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
1872
1873 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
1874 all-target-libgomp.
1875 * Makefile.in: Regenerate.
1876
1877 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1878
1879 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
1880
1881 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
1882
1883 * configure.ac: Add Visium support.
1884 * configure: Regenerate.
1885
1886 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
1887
1888 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
1889 * configure: Regenerate.
1890
1891 2015-01-03 Andrew Pinski <apinski@cavium.com>
1892
1893 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
1894 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
1895 (BASE_TARGET_EXPORTS): Add OBJCOPY.
1896 (OBJCOPY_FOR_TARGET): New variable.
1897 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
1898 * Makefile.in: Regenerate.
1899 * configure.ac: Check for already installed target objcopy.
1900 Also GCC_TARGET_TOOL on objcopy.
1901 * configure: Regenerate.
1902
1903 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
1904
1905 * config.sub: Update from upstream, to 2015-01-01 version.
1906 * config.guess: Ditto.
1907
1908 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
1909
1910 * MAINTAINERS (RTEMS Ports): Add myself.
1911
1912 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
1913
1914 * MAINTAINERS (Write After Approval): Add myself.
1915
1916 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
1917
1918 * MAINTAINERS (Write After Approval): Add myself.
1919
1920 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
1921
1922 * configure.ac (--enable-as-accelerator-for): Don't set
1923 ENABLE_AS_ACCELERATOR_FOR. Update all users.
1924 * configure: Regenerate.
1925
1926 2014-12-13 Jakub Jelinek <jakub@redhat.com>
1927
1928 PR bootstrap/64023
1929 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
1930 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
1931 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
1932 to CXX.
1933 * Makefile.in: Regenerated.
1934
1935 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1936 Yury Gribov <y.gribov@samsung.com>
1937
1938 * .gitignore: Added .local.vimrc and .lvimrc.
1939 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
1940 * Makefile.in: Regenerate.
1941
1942 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
1943
1944 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
1945 * configure: Regenerated.
1946
1947 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
1948
1949 * MAINTAINERS (nvptx port): New entry.
1950
1951 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
1952
1953 * configure: Regenerate.
1954
1955 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
1956
1957 * configure.ac: Merge with Binutils.
1958
1959 2014-11-26 Tobias Burnus <burnus@net-b.de>
1960
1961 * Makefile.def: Make more dependent on mpfr, mpc and isl.
1962 * Makefile.in: Regenerate.
1963
1964 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
1965
1966 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
1967 missing flex.
1968 * Makefile.in: Regenerated.
1969
1970 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
1971
1972 * Makefile.in: Regenerate.
1973
1974 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
1975
1976 PR bootstrap/63784
1977 * libtool.m4: Add $pic_flag with -shared.
1978
1979 2014-11-21 Renlin Li <Renlin.Li@arm.com>
1980
1981 * MAINTAINERS (Write After Approval): Added myself.
1982
1983 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
1984
1985 * MAINTAINERS (write-after-approval): Add myself.
1986
1987 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
1988
1989 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
1990 from 2 years ago.
1991
1992 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1993
1994 Revert:
1995 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
1996
1997 * MAINTAINERS (Write After Approval): Added myself as line map
1998 maintainer.
1999
2000 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2001
2002 Revert:
2003 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2004
2005 * MAINTAINERS (Write After Approval): Added myself.
2006
2007 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2008
2009 * MAINTAINERS (Write After Approval): Added myself.
2010
2011 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2012
2013 * MAINTAINERS (Write After Approval): Added myself as line map
2014 maintainer.
2015
2016 2014-11-17 Dodji Seketeli <dodji@redhat.com>
2017
2018 * MAINTAINERS (Various Maintainers): Added myself as line map
2019 maintainer.
2020
2021 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2022
2023 * move-if-change: Sync from upstream gnulib.
2024
2025 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2026
2027 * compile: Sync with upstream Automake.
2028 * depcomp: Ditto.
2029 * install-sh: Ditto.
2030 * missing: Ditto.
2031 * mkinstalldirs: Ditto.
2032 * ylwrap: Ditto.
2033
2034 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2035
2036 * config.sub: Update from upstream config repo.
2037 * config.guess: Ditto.
2038
2039 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2040
2041 * Makefile.def: Add liboffloadmic to target_modules. Make
2042 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2043 * Makefile.in: Regenerate.
2044 * configure: Regenerate.
2045 * configure.ac: Add liboffloadmic to target binaries.
2046 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2047 Add liboffloadmic to noconfig list when C++ is not supported.
2048
2049 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2050 Thomas Schwinge <thomas@codesourcery.com>
2051 Ilya Verbin <ilya.verbin@intel.com>
2052 Andrey Turetskiy <andrey.turetskiy@intel.com>
2053
2054 * configure: Regenerate.
2055 * configure.ac (--enable-as-accelerator-for)
2056 (--enable-offload-targets): New configure options.
2057
2058 2014-11-11 Tobias Burnus <burnus@net-b.de>
2059
2060 * Makefile.def: Make all-gcc depend on all-isl.
2061 * Makefile.in: Regenerate.
2062
2063 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2064
2065 * ChangeLog.jit: New.
2066 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2067
2068 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2069
2070 PR target/63610
2071 * libtool.m4: Fix globbing of darwin versions.
2072 * configure: Regenerate.
2073
2074 2014-11-11 Tobias Burnus <burnus@net-b.de>
2075
2076 * Makefile.def: Remove CLooG.
2077 * Makefile.tpl: Ditto.
2078 * configure.ac: Ditto.
2079 * configure: Regenerate.
2080 * Makefile.in: Ditto.
2081
2082 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2083
2084 * configure.ac: Handle nvptx-*-*.
2085 * configure: Regenerate.
2086
2087 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2088
2089 * MAINTAINERS (Write After Approval): Add myself.
2090
2091 2014-10-31 Jakub Jelinek <jakub@redhat.com>
2092
2093 * Makefile.def (libcc1): Remove bootstrap=true;.
2094 * Makefile.in: Regenerated.
2095
2096 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2097
2098 * configure.ac: Update comment.
2099 * configure: Regenerate.
2100
2101 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2102
2103 * MAINTAINERS (Write After Approval): Add myself.
2104
2105 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2106
2107 * configure.ac (extra_host_libiberty_configure_flags): Add
2108 --enable-shared also for libcc1's benefit.
2109 * configure: Regenerate.
2110
2111 2014-10-29 Tristan Gingold <gingold@adacore.com>
2112
2113 * MAINTAINERS: Change my email address.
2114
2115 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2116 Tom Tromey <tromey@redhat.com>
2117
2118 * Makefile.def: Add libcc1 to host_modules.
2119 * configure.ac (host_tools): Add libcc1.
2120 * Makefile.in, configure: Rebuild.
2121
2122 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
2123
2124 * configure.ac (build_configargs): Don't share config.cache between
2125 build subdirs.
2126 * configure: Regenerate.
2127
2128 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2129
2130 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2131 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2132 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2133 leon3v7 as leon3.
2134 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2135 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2136 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2137 * config/sparc/sparc.md (cpu): Add leon3v7.
2138 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2139
2140 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2141
2142 * MAINTAINERS (write-after-approval): Add myself.
2143
2144 2014-10-23 Ian Lance Taylor <iant@google.com>
2145
2146 * configure.ac: Disable the Go frontend on systems where it is known
2147 to not work.
2148 * configure: Regenerate.
2149
2150 2014-10-23 Richard Biener <rguenther@suse.de>
2151
2152 * Makefile.def: Add libcpp build module and dependencies.
2153 * configure.ac: Add libcpp build module.
2154 * Makefile.in: Regenerate.
2155 * configure: Likewise.
2156
2157 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
2158
2159 * MAINTAINERS (write-after-approval): Add myself.
2160
2161 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
2162
2163 * INSTALL/README: Do not mention CVS.
2164
2165 2014-10-03 Jing Yu <jingyu@google.com>
2166
2167 * configure.ac: Add aarch64 to list of targets that support gold.
2168 * configure: Regenerate.
2169
2170 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
2171
2172 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
2173
2174 2014-09-29 Catherine Moore <clm@codesourcery.com>
2175
2176 * MAINTAINERS: Add myself as MIPS maintainer.
2177
2178 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
2179
2180 * MAINTAINERS: Move myself to MIPS maintainers.
2181
2182 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2183
2184 * MAINTAINERS: Put all email addresses between '<' and '>'.
2185
2186 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2187
2188 * MAINTAINERS: Move myself to reviewers (Fortran).
2189
2190 2014-09-01 Andi Kleen <ak@linux.intel.com>
2191
2192 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2193 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
2194 * Makefile.in: Regenerate.
2195
2196 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2197
2198 * rtx-classes-status.txt: Delete
2199
2200 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2201
2202 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2203
2204 2014-08-27 Sebastian Pop <s.pop@samsung.com>
2205
2206 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2207 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2208 of checking for version number.
2209 * configure: Regenerated.
2210 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2211
2212 2014-08-27 David Malcolm <dmalcolm@redhat.com>
2213
2214 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2215 is done; begin phase 6 (use extra rtx_def subclasses).
2216
2217 2014-08-27 David Malcolm <dmalcolm@redhat.com>
2218
2219 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2220 done; begin phase 5 (additional rtx_def subclasses).
2221
2222 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2223
2224 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2225
2226 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2227
2228 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2229 SET_BB_HEADER are done.
2230
2231 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2232
2233 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2234 done.
2235
2236 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2237
2238 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2239
2240 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2241
2242 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2243
2244 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2245
2246 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2247
2248 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2249
2250 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2251
2252 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2253
2254 * rtx-classes-status.txt: Phase 3 (per-file commits within
2255 "config" subdirs) is done; begin phase 4 (removal of
2256 "scaffolding").
2257
2258 2014-08-23 David Malcolm <dmalcolm@redhat.com>
2259
2260 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2261 dir) is done; begin phase 3 (per-file commits within "config"
2262 subdirs).
2263
2264 2014-08-21 David Malcolm <dmalcolm@redhat.com>
2265
2266 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2267 phase 2 (per-file commits in main source dir).
2268
2269 2014-08-21 Bin Cheng <bin.cheng@arm.com>
2270
2271 * configure: Regenerated.
2272
2273 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2274
2275 * rtx-classes-status.txt (TODO): Add SET_BND_TO
2276
2277 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2278
2279 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2280
2281 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2282
2283 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2284
2285 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2286
2287 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2288
2289 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2290
2291 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2292
2293 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
2294
2295 * MAINTAINERS (Write After Approval): Add myself.
2296
2297 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
2298
2299 * MAINTAINERS: Remove myself
2300
2301 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2302
2303 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2304
2305 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
2306
2307 * MAINTAINERS (Write After Approval): Add myself.
2308
2309 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2310
2311 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2312 SET_BB_HEADER, SET_BB_FOOTER
2313
2314 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2315
2316 * rtx-classes-status.txt: New file
2317
2318 2014-08-18 Roman Gareev <gareevroman@gmail.com>
2319
2320 * configure.ac: Eliminate ClooG installation dependency.
2321 * configure: Regenerate.
2322 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2323 * Makefile.in: Regenerate.
2324
2325 2014-08-15 Ilya Verbin <iverbin@gmail.com>
2326
2327 * MAINTAINERS (Write After Approval): Add myself.
2328
2329 2014-08-15 Ilya Tocar <tocarip@gmail.com>
2330
2331 * MAINTAINERS (Write After Approval): Add myself.
2332
2333 2014-08-01 Jiong Wang <jiong.wang@arm.com>
2334
2335 * MAINTAINERS (Write After Approval): Add myself.
2336
2337 2014-07-28 Anthony Green <green@moxielogic.com>
2338
2339 Import from savannah.gnu.org:
2340 * config.sub: Update to 2014-07-28 version.
2341
2342 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
2343
2344 * MAINTAINERS: Remove my MIPS maintainer entry.
2345
2346 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
2347
2348 PR target/47230
2349 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2350 * configure: Regenerate.
2351
2352 2014-07-24 James Norris <jnorris@codesourcery.com>
2353
2354 * MAINTAINERS (Write After Approval): Add myself.
2355
2356 2014-07-20 Roman Gareev <gareevroman@gmail.com>
2357
2358 * configure.ac: Accept only CLooG 0.18.1.
2359 * configure: Regenerate.
2360
2361 2014-07-17 Roman Gareev <gareevroman@gmail.com>
2362
2363 * configure.ac: Don't accept isl 0.11.
2364 * configure: Regenerate.
2365
2366 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2367
2368 * MAINTAINERS (Write After Approval): Add myself.
2369
2370 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2371
2372 * configure.ac: Don't accept isl 0.10.
2373 * configure: Regenerate.
2374
2375 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2376
2377 Fix include path for in-tree cloog.
2378 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2379 * configure: Regenerate.
2380
2381 2014-06-18 Richard Henderson <rth@redhat.com>
2382
2383 * .gitignore: Import gcc_update output.
2384
2385 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2386
2387 * config-ml.in: Robustify ac_configure_args parsing.
2388
2389 * configure.ac (--enable-linker-plugin-configure-flags)
2390 (--enable-linker-plugin-flags): New flags.
2391 (configdirs): Conditionally add libiberty-linker-plugin.
2392 * configure: Regenerate.
2393 * Makefile.def (host_modules): Add libiberty-linker-plugin.
2394 (host_modules) <lto-plugin>: Pay attention to
2395 @extra_linker_plugin_flags@ and
2396 @extra_linker_plugin_configure_flags@.
2397 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2398 * Makefile.in: Regenerate.
2399
2400 * Makefile.tpl (configure-[+prefix+][+module+])
2401 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2402 "module_srcdir" instead of "module" for locating a module's srcdir.
2403 * Makefile.in: Regenerate.
2404
2405 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
2406
2407 * MAINTAINERS (Write After Approval): Add myself.
2408
2409 2014-06-06 Sebastian Pop <sebpop@gmail.com>
2410
2411 * MAINTAINERS: Update my email address.
2412
2413 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2414
2415 * MAINTAINERS (Write After Approval): Add myself.
2416
2417 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2418
2419 * MAINTAINERS (Write After Approval): Add myself.
2420
2421 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
2422
2423 PR libstdc++/61011
2424 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2425 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2426 * configure: Regenerate.
2427
2428 2014-05-28 Pedro Alves <palves@redhat.com>
2429
2430 * MAINTAINERS (Write After Approval): Add myself.
2431
2432 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2433
2434 * MAINTAINERS: Update my affiliation/email.
2435
2436 2014-05-19 Mike Stump <mikestump@comcast.net>
2437
2438 * MAINTAINERS: Add wide-int reviewers.
2439
2440 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
2441
2442 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2443 * configure: Regenerated.
2444
2445 2014-05-15 Torvald Riegel <triegel@redhat.com>
2446
2447 * MAINTAINERS (libitm): Add myself as maintainer.
2448
2449 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
2450
2451 * MAINTAINERS (Write After Approval): Add myself.
2452
2453 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
2454
2455 * config.sub, config.guess: Import from upstream.
2456
2457 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2458
2459 * MAINTAINERS (Write After Approval): Put myself in correct order.
2460
2461 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2462
2463 * MAINTAINERS (Write After Approval): Add myself.
2464
2465 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2466
2467 * MAINTAINERS: Move myself from Reviewers to Write After Approval
2468 section.
2469
2470 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2471
2472 * MAINTAINERS (Write After Approval): Delete myself.
2473
2474 2014-04-17 Jakub Jelinek <jakub@redhat.com>
2475
2476 PR sanitizer/56781
2477 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2478 and -B* options with -Xcompiler.
2479
2480 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
2481
2482 PR bootstrap/60620
2483 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2484 * Makefile.in: Regenerate.
2485
2486 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2487
2488 * Makefile.def (dependencies): Make all-ld depend on all-binutils
2489 for WINDRES_FOR_TARGET in default-manifest.o rule.
2490 * Makefile.in: Regenerate.
2491
2492 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2493
2494 * MAINTAINERS (Write After Approval): Add myself.
2495
2496 2014-03-26 Jakub Jelinek <jakub@redhat.com>
2497
2498 PR sanitizer/56781
2499 * Makefile.def: Set bootstrap=true; for host fixincludes.
2500 * configure.ac: Don't bootstrap host fixincludes unless
2501 --with-build-config=bootstrap-{a,ub}san.
2502 * Makefile.in: Regenerated.
2503 * configure: Regenerated.
2504
2505 2014-03-21 Jakub Jelinek <jakub@redhat.com>
2506
2507 * configure.ac: Move BUILD_CONFIG set up earlier. Add
2508 --enable-vtable-verify option parsing. Don't add
2509 target-libsanitizer to bootstrap_target_libs unless
2510 --with-build-config=bootstrap-asan or
2511 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
2512 to bootstrap_target_libs unless --enable-vtable-verify.
2513 * configure: Regenerated.
2514
2515 2014-03-10 Anatoly Sokolov <aesok@post.ru>
2516
2517 * MAINTAINERS (Write After Approval): Add myself.
2518
2519 2014-03-07 Denis Chertykov <chertykov@gmail.com>
2520
2521 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2522
2523 2014-03-07 Jakub Jelinek <jakub@redhat.com>
2524
2525 PR bootstrap/58572
2526 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2527 -I for libstdc++-v3 includes if $(LEAN).
2528 * Makefile.in: Regenerated.
2529
2530 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
2531
2532 * MAINTAINERS: Update my email address.
2533
2534 2014-02-24 Walter Lee <walt@tilera.com>
2535
2536 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2537 (tilegx-*-*): Change to tilegx*-*-*.
2538 * configure: Regenerate.
2539
2540 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
2541
2542 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2543
2544 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2545
2546 * MAINTAINERS (Write After Approval): Add myself.
2547
2548 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2549
2550 PR target/59788
2551 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2552 *solaris2*.
2553
2554 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
2555
2556 * MAINTAINERS: Update my email address.
2557
2558 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2559
2560 * MAINTAINERS: Convert to UTF-8.
2561 Properly sort Xinliang David Li's entry.
2562
2563 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2564 Sandra Loosemore <sandra@codesourcery.com>
2565
2566 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2567 nios2 port maintainers.
2568
2569 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
2570
2571 * MAINTAINERS (Write After Approval): Add myself.
2572
2573 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2574
2575 * configure.ac: Add user-friendly check for native x86_64-linux
2576 multilibs.
2577 * configure: Regenerate.
2578
2579 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
2580
2581 * MAINTAINERS: Add myself as sh maintainer.
2582
2583 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2584
2585 * MAINTAINERS: Add self as SLSR maintainer.
2586
2587 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
2588
2589 * MAINTAINERS: Update my email address.
2590
2591 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
2592
2593 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2594
2595 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
2596
2597 * Makefile.in: Regenerate.
2598
2599 * Makefile.tpl: Fix typo.
2600 * Makefile.in: Regenerate partially.
2601
2602 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2603
2604 * configure.ac: Added libcilkrts to noconfig list when C++ is not
2605 supported.
2606 * configure: Regenerated.
2607
2608 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
2609
2610 * MAINTAINERS (Write After Approval): Add myself.
2611
2612 2013-10-30 Jason Merrill <jason@redhat.com>
2613
2614 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2615 --disable-build-format-warnings.
2616
2617 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
2618
2619 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
2620 depend on libstdc++ and libgcc.
2621 * configure: Regenerate.
2622 * configure.ac: Added libcilkrts to target binaries. Also, restrict
2623 libcilkrts for POSIX and i*86, and x86_64 architectures.
2624 * Makefile.in: Added libcilkrts related fields to support building it.
2625
2626 2013-10-26 Jeff Law <law@redhat.com>
2627
2628 * Makefile.def (target_modules): Remove libmudflap
2629 (languages): Remove check-target-libmudflap).
2630 * Makefile.in: Rebuilt.
2631 * Makefile.tpl (check-target-libmudflap-c++): Remove.
2632 * configure.ac (target_libraries): Remove target-libmudflap.
2633 Remove checks which disabled libmudflap on some systems.
2634 * configure: Rebuilt.
2635 * libmudflap: Directory removed.
2636
2637 2013-10-21 Cong Hou <congh@google.com>
2638
2639 * MAINTAINERS (Write After Approval): Add myself.
2640
2641 2013-10-16 Mike Stump <mikestump@comcast.net>
2642
2643 * .dir-locals.el: Add.
2644
2645 2013-10-15 David Malcolm <dmalcolm@redhat.com>
2646
2647 * configure.ac: Add --enable-host-shared
2648 * configure: Regenerate.
2649
2650 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2651
2652 Import from savannah.gnu.org:
2653 * config.guess: Update to 2013-06-10 version.
2654 * config.sub: Update to 2013-10-01 version.
2655
2656 2013-10-01 Simon Cook <simon.cook@embecosm.com>
2657
2658 Changes to build configuration to allow big endian ARC ELF toolchain
2659 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2660 * configure: Regenerate.
2661
2662 2013-09-20 Alan Modra <amodra@gmail.com>
2663
2664 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2665 ppc host match. Support little-endian powerpc linux hosts.
2666
2667 2013-09-19 Dodji Seketeli <dodji@redhat.com>
2668
2669 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2670 maintainer.
2671
2672 2013-09-12 DJ Delorie <dj@redhat.com>
2673
2674 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2675 maintainers.
2676
2677 2013-09-03 Richard Biener <rguenther@suse.de>
2678
2679 * configure.ac: Also allow ISL 0.12.
2680 * configure: Regenerated.
2681
2682 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2683
2684 * MAINTAINERS (Write After Approval): Add myself.
2685
2686 2013-08-27 David Malcolm <dmalcolm@redhat.com>
2687
2688 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2689
2690 2013-08-26 Caroline Tice <cmtice@google.com>
2691
2692 * MAINTAINERS: Correct earliers update: Move myself from libvtv
2693 "Various Reviewers" to libvtv "Various Maintainers".
2694
2695 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
2696
2697 * MAINTAINERS: Add myself as RTL optimizers reviewer.
2698
2699 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
2700
2701 * MAINTAINERS: Update name, email.
2702
2703 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
2704
2705 * MAINTAINERS (Write After Approval): Add myself.
2706
2707 2013-08-12 Caroline Tice <cmtice@google.com>
2708
2709 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2710 address in the Write After Approval section.
2711
2712 2013-08-09 Carlos O'Donell <carlos@redhat.com>
2713
2714 * MAINTAINERS (Write After Approval): Update email.
2715
2716 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
2717
2718 * configure.ac: Adjust to check VTV_SUPPORTED.
2719 * configure: Regenerated.
2720
2721 2013-08-02 Caroline Tice <cmtice@google.com>
2722
2723 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
2724 on non-linux systems; add target-libvtv to noconfigdirs; add
2725 libsupc++/.libs to C++ library search paths.
2726 * configure: Regenerated.
2727 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
2728 libstdc++ and libgcc.
2729 * Makefile.in: Regenerated.
2730
2731 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
2732
2733 * MAINTAINERS (Write After Approval): Add myself.
2734
2735 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
2736 Shiva Chen <shiva0217@gmail.com>
2737
2738 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
2739 nds32 port maintainers.
2740
2741 2013-07-17 Tim Shen <timshen91@gmail.com>
2742
2743 * MAINTAINERS (Write After Approval): Add myself.
2744
2745 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2746
2747 * configure.ac: Sync from binutils.
2748 * configure: Regenerate.
2749
2750 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
2751
2752 * MAINTAINERS (Write After Approval): Add myself.
2753
2754 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
2755
2756 * MAINTAINERS (Write After Approval): Add myself.
2757
2758 2013-05-17 David Malcolm <dmalcolm@redhat.com>
2759
2760 * MAINTAINERS (Write After Approval): Add myself.
2761
2762 2013-04-30 Brooks Moses <bmoses@google.com>
2763
2764 * MAINTAINERS: Update my email; move myself from Fortran
2765 reviewer to Write After Approval.
2766
2767 2013-04-16 Andreas Schwab <schwab@suse.de>
2768
2769 * configure.ac (aarch64-*-*): Don't disable java.
2770 * configure: Regenerate.
2771
2772 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
2773
2774 * MAINTAINERS (Write After Approval): Add myself.
2775
2776 2013-03-30 Matthias Klose <doko@ubuntu.com>
2777
2778 * Makefile.def (target_modules): Don't install libffi.
2779 * Makefile.in: Regenerate.
2780
2781 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
2782
2783 * MAINTAINERS (Write After Approval): Add myself.
2784
2785 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
2786
2787 * MAINTAINERS (Write After Approval): Add myself.
2788
2789 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
2790
2791 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
2792 * configure: Regenerated.
2793
2794 2013-02-05 Ian Lance Taylor <iant@google.com>
2795
2796 PR go/55969
2797 * configure.ac: Disable libgo on some systems where it does not
2798 work.
2799
2800 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
2801
2802 * MAINTAINERS: Explicitly add myself as AIX maintainer.
2803 Remove Geoff Keating as rs6000 port maintainer, at his request.
2804
2805 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
2806
2807 * MAINTAINERS: Update my email.
2808
2809 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
2810
2811 * configure: Re-generate.
2812
2813 2013-01-15 Richard Biener <rguenther@suse.de>
2814
2815 PR other/55973
2816 * configure: Re-generate.
2817
2818 2013-01-14 Matthias Klose <doko@ubuntu.com>
2819
2820 * Makefile.def (install-target-libsanitizer): Depend on
2821 install-target-libstdc++-v3.
2822 * Makefile.in: Regenerate.
2823
2824 2013-01-14 Richard Biener <rguenther@suse.de>
2825
2826 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
2827 * configure: Re-generate
2828
2829 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2830
2831 * config.sub: Update from config repo.
2832
2833 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
2834
2835 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
2836 * Makefile.in: Regenerate.
2837
2838 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2839
2840 * MAINTAINERS (arc): Add new port maintainership for myself.
2841
2842 2013-01-09 Jason Merrill <jason@redhat.com>
2843
2844 * .gitignore: Import from gdb repository.
2845
2846 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
2847
2848 * Makefile.def (configure-gcc): Depend on all-gmp.
2849 (all-gcc): Remove dependency on all-gmp.
2850 * Makefile.in: Regenerated.
2851
2852 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2853
2854 * config.sub: Merge from config repo.
2855 * config.guess: Ditto.
2856
2857 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2858
2859 * Makefile.def: Merge from binutils.
2860 * Makefile.in: Ditto.
2861
2862 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
2863
2864 * MAINTAINERS: Update my email.
2865
2866 2012-12-29 Ben Elliston <bje@gnu.org>
2867
2868 * config.guess: Update to 2012-12-29 version.
2869 * config.sub: Likewise.
2870
2871 2012-12-20 Matthias Klose <doko@ubuntu.com>
2872
2873 * Makefile.def (install-target-libgfortran): Depend on
2874 install-target-libquadmath, install-target-libgcc.
2875 (install-target-libsanitizer): Depend on install-target-libgcc.
2876 (install-target-libjava): Depend on install-target-libgcc.
2877 (install-target-libitm): Depend on install-target-libgcc.
2878 (install-target-libobjc): Depend on install-target-libgcc.
2879 (install-target-libstdc++-v3): Depend on install-target-libgcc.
2880 * Makefile.in: Regenerate.
2881
2882 2012-12-19 Matthias Klose <doko@ubuntu.com>
2883
2884 * Makefile.def (install-target-libgo): Depend on
2885 install-target-libatomic.
2886 * Makefile.in: Regenerate.
2887
2888 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
2889
2890 PR go/55201
2891 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
2892 * Makefile.in: Regenerate.
2893
2894 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
2895
2896 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
2897 * configure: Regenerate.
2898
2899 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2900
2901 * config.sub: Merge from config repo.
2902
2903 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
2904
2905 * Makefile.def (target_modules): Add bootstrap=true and
2906 raw_cxx=true to libsanitizer.
2907 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2908 * Makefile.in: Regenerated.
2909 * configure: Likewise.
2910
2911 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
2912
2913 * MAINTAINERS: Remove self as RTL optimization maintainer.
2914
2915 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2916
2917 * MAINTAINERS (Write After Approval): Add myself.
2918
2919 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2920
2921 * Makefile.def (target_modules): Remove bootstrap=true and
2922 raw_cxx=true from libsanitizer.
2923 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
2924 * Makefile.in: Regenerated.
2925 * configure: Likewise.
2926
2927 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
2928
2929 * Makefile.def (target_modules): Add bootstrap=true and
2930 raw_cxx=true to libsanitizer.
2931 * configure.ac (bootstrap_target_libs): Add libsanitizer.
2932 * Makefile.in: Regenerated.
2933 * configure: Likewise.
2934
2935 2012-11-28 Andrew Pinski <apinski@cavium.com>
2936
2937 PR bootstrap/54279
2938 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
2939 * configure: Regenerate.
2940 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
2941 * Makefile.in: Regenerate.
2942
2943 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
2944
2945 * configure.ac: Disable libsanitizer if we're not building C++.
2946 * configure: Regenerate.
2947
2948 2012-11-15 Roland McGrath <roland@hack.frob.com>
2949
2950 * MAINTAINERS (Write After Approval): Add myself.
2951
2952 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
2953
2954 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
2955 Kostya Serebryany (kcc@google.com) and
2956 Jakub Jelinek (jakub@redhat.com).
2957 Rename area for Dodji Seketeli (dodji@redhat.com).
2958
2959 2012-11-15 Dodji Seketeli <dodji@redhat.com>
2960
2961 * MAINTAINERS: (asan.c, related): Add myself.
2962
2963 2012-11-14 Roland McGrath <mcgrathr@google.com>
2964
2965 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
2966 * configure: Regenerate.
2967
2968 2012-11-13 Richard Henderson <rth@redhat.com>
2969
2970 * configure.ac: Move libsanitizer logic to subdirectory.
2971 * configure: Regenerate.
2972
2973 2012-11-13 Dodji Seketeli <dodji@redhat.com>
2974
2975 * configure.ac: Enable libsanitizer just on x86 linux for now.
2976 * configure: Re-generate.
2977
2978 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
2979
2980 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
2981 sections.
2982 * configure: Regenerate.
2983
2984 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
2985
2986 * configure.ac: Add section for configdirs for libsanitizer.
2987 Disable for cris-*-* and mmix-*-*.
2988 * configure: Regenerate.
2989
2990 2012-11-12 Wei Mi <wmi@google.com>
2991
2992 * configure.ac: Add libsanitizer to target_libraries.
2993 * Makefile.def: Ditto.
2994 * configure: Regenerate.
2995 * Makefile.in: Regenerate.
2996 * libsanitizer: New directory for asan runtime. Contains an empty
2997 tsan directory.
2998
2999 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
3000
3001 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3002 against Mingw64 w32api.
3003 * configure: Regenerate.
3004
3005 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3006
3007 * configure: Regenerated.
3008
3009 2012-11-03 Robert Mason <rbmj@verizon.net>
3010
3011 * configure.ac: add --disable-libstdcxx configure option
3012 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3013
3014 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3015
3016 * MAINTAINERS (Write After Approval): Add myself.
3017
3018 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3019
3020 * MAINTAINERS (Write After Approval): Add myself.
3021
3022 2012-10-24 Sharad Singhai <singhai@google.com>
3023
3024 * MAINTAINERS (Write After Approval): Add myself.
3025
3026 2012-10-24 Eric Christopher <echristo@gmail.com>
3027
3028 * MAINTAINERS: Update email address.
3029
3030 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3031
3032 PR bootstrap/54820
3033 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3034 * configure: Regenerate.
3035
3036 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
3037
3038 * MAINTAINERS (aarch64): Add Marcus and myself.
3039
3040 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3041
3042 PR bootstrap/54820
3043 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3044 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3045 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3046 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3047 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3048 * Makefile.in: Regenerate.
3049 * configure.ac (have_static_libs): New variable and associated check.
3050 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3051 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3052 * configure: Regenerate.
3053
3054 2012-10-10 Richard Biener <rguenther@suse.de>
3055
3056 * MAINTAINERS: Adjust for changed surname.
3057
3058 2012-10-04 Lawrence Crowl <crowl@google.com>
3059
3060 * MAINTAINERS (Write After Approval): Add myself.
3061
3062 2012-10-01 Cary Coutant <ccoutant@google.com>
3063
3064 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3065
3066 2012-09-28 Ian Lance Taylor <iant@google.com>
3067
3068 * Makefile.def: Make all-target-libgo depend on
3069 all-target-libbacktrace.
3070 * Makefile.in: Rebuild.
3071
3072 2012-09-26 Ian Lance Taylor <iant@google.com>
3073
3074 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3075 * Makefile.in: Rebuild.
3076
3077 2012-09-20 Walter Lee <walt@tilera.com>
3078
3079 * configure.ac: Add tilegx to list of targets that support gold.
3080 * configure: Regenerate.
3081
3082 2012-09-20 Marek Polacek <polacek@redhat.com>
3083
3084 * MAINTAINERS (Write After Approval): Add myself.
3085
3086 2012-09-19 Steve Ellcey <sellcey@mips.com>
3087
3088 * configure.ac: Add mips*-mti-elf* target.
3089 * configure: Regenerate.
3090
3091 2012-09-17 Ian Lance Taylor <iant@google.com>
3092
3093 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3094 * configure.ac (host_libs): Add libbacktrace.
3095 (target_libraries): Add libbacktrace.
3096 * Makefile.def (host_modules): Add libbacktrace.
3097 (target_modules): Likewise.
3098 * configure, Makefile.in: Rebuild.
3099
3100 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
3101
3102 PR target/38607
3103 Merge upstream change.
3104 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3105
3106 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3107 Add libgomp*.o to compare_exclusions for AIX.
3108 * configure: Regenerate.
3109
3110 2012-09-06 Diego Novillo <dnovillo@google.com>
3111
3112 * configure.ac: Bump minimum GMP version to 4.2.3.
3113 * configure: Re-generate.
3114
3115 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
3116
3117 PR target/54461
3118 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3119 target-libgloss if not configured --with-avrlibc=no.
3120 * configure: Regenerate.
3121
3122 2012-09-04 Jason Merrill <jason@redhat.com>
3123
3124 * configure.ac: Fix --enable-languages=all.
3125
3126 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
3127
3128 * MAINTAINERS (Write After Approval): Add myself.
3129
3130 2012-09-03 Richard Guenther <rguenther@suse.de>
3131
3132 PR bootstrap/54138
3133 * configure.ac: Re-organize ISL / CLOOG checks to allow
3134 disabling with either --without-isl or --without-cloog.
3135 * configure: Regenerated.
3136
3137 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
3138
3139 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3140 * configure: Regenerate.
3141
3142 2012-08-27 Ulrich Drepper <drepper@gmail.com>
3143
3144 * MAINTAINERS: Fix my email address.
3145
3146 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
3147
3148 PR binutils/4970
3149 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3150 and opcodes.
3151 * Makefile.in: Regenerated.
3152
3153 2012-08-26 Art Haas <ahaas@impactweather.com>
3154
3155 * configure: Regenerate.
3156
3157 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
3158
3159 * INSTALL/README: Also refer to the online installation
3160 instructions.
3161
3162 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3163
3164 * MAINTAINERS (Write After Approval): Add myself.
3165 (Picochip port): Remove myself.
3166
3167 2012-08-14 Diego Novillo <dnovillo@google.com>
3168
3169 Merge from cxx-conversion branch.
3170
3171 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3172 POSTSTAGE1_CONFIGURE_FLAGS.
3173 * Makefile.in: Regenerate.
3174 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
3175 Force C++ when bootstrapping.
3176 * configure: Regenerate.
3177
3178 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3179
3180 * MAINTAINERS (Write After Approval): Add myself.
3181
3182 2012-07-16 Joseph Myers <joseph@codesourcery.com>
3183
3184 * README: Document use of ranges of years in copyright notices.
3185
3186 2012-07-06 Richard Guenther <rguenther@suse.de>
3187
3188 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3189 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3190 --with-gmp=system.
3191 * Makefile.in: Regenerated.
3192 * configure: Likewise.
3193
3194 2012-07-06 Richard Guenther <rguenther@suse.de>
3195
3196 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3197 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3198 supply V=1 as extra_make_flags.
3199 * configure: Regenerated.
3200 * Makefile.in: Likewise.
3201
3202 2012-07-04 Tristan Gingold <gingold@adacore.com>
3203
3204 * configure: Regenerate.
3205
3206 2012-07-03 Richard Guenther <rguenther@suse.de>
3207
3208 * Makfile.def (isl): Remove not necessary extra_exports and
3209 extra_make_flags.
3210 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3211 * Makefile.in: Regenerated.
3212
3213 2012-07-03 Richard Guenther <rguenther@suse.de>
3214
3215 * Makefile.def (cloog): Add V=1 to extra_make_flags.
3216 * configure.ac: If either the ISL or the CLooG check failed
3217 do not try to build in-tree versions.
3218 * Makefile.in: Regenerated.
3219 * configure: Regenerated.
3220
3221 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3222
3223 * configure: Regenerate.
3224
3225 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
3226
3227 * MAINTAINERS (Various Maintainers): Add myself as testsuite
3228 maintainer.
3229
3230 2012-07-02 Richard Guenther <rguenther@suse.de>
3231
3232 * configure: Regenerated.
3233
3234 2012-07-02 Richard Guenther <rguenther@suse.de>
3235 Michael Matz <matz@suse.de>
3236 Tobias Grosser <tobias@grosser.es>
3237 Sebastian Pop <sebpop@gmail.com>
3238
3239 * Makefile.def: Add ISL host module, remove PPL host module.
3240 Adjust ClooG host module to use the proper ISL.
3241 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3242 * configure.ac: Include config/isl.m4. Add ISL host library,
3243 remove PPL. Remove PPL configury, add ISL configury, adjust
3244 ClooG configury.
3245 * Makefile.in: Regenerated.
3246 * configure: Likewise.
3247
3248 2012-07-02 Richard Guenther <rguenther@suse.de>
3249
3250 Merge from graphite branch
3251 2011-07-21 Tobias Grosser <tobias@grosser.es>
3252
3253 * configure: Regenerated.
3254 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3255 both cloog.org and legacy versions. The only supported version will
3256 be CLooG with the isl backend.
3257
3258 2011-07-21 Tobias Grosser <tobias@grosser.es>
3259
3260 * configure: Regenerated.
3261 * configure.ac: Require cloog isl 0.17.0
3262
3263 2011-07-21 Tobias Grosser <tobias@grosser.es>
3264
3265 * configure: Regenerated.
3266 * config/cloog.m4: Do not define CLOOG_ORG
3267
3268 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
3269
3270 * configure.ac: Skip C if explicitly selected.
3271 * configure: Regenerate.
3272
3273 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
3274
3275 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3276 they contain -O2.
3277 * configure: Regenerate.
3278
3279 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
3280
3281 PR debug/53740
3282 * df.h, df-problems.c, dce.c: Revert last patch.
3283
3284 2012-06-25 Iain Sandoe <iain@codesourcery.com>
3285
3286 * MAINTAINERS (Write After Approval): Update my email address.
3287
3288 2012-06-21 Meador Inge <meadori@codesourcery.com>
3289
3290 * MAINTAINERS (Write After Approval): Add myself.
3291
3292 2012-06-20 Jason Merrill <jason@redhat.com>
3293
3294 * Makefile.tpl (check-target-libgomp-c++): New.
3295 (check-target-libitm-c++): New.
3296 * Makefile.def (c++): Add them.
3297 * Makefile.in: Regenerate.
3298
3299 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
3300
3301 * MAINTAINERS (Write After Approval): Add myself.
3302
3303 2012-05-16 Olivier Hainque <hainque@adacore.com>
3304
3305 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3306 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3307 (install-no-fixedincludes): Adjust accordingly.
3308 * Makefile.in: Regenerate.
3309
3310 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
3311
3312 Merge upstream change
3313 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3314
3315 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
3316
3317 * MAINTAINERS (Write After Approval): Add myself.
3318
3319 2012-05-09 Nick Clifton <nickc@redhat.com>
3320 Paul Smith <psmith@gnu.org>
3321
3322 PR bootstrap/50461
3323 * configure.ac (mpfr-dir): When using in-tree MPFR sources
3324 allow for the fact that from release v3.1.0 of MPFR the source
3325 files were moved into a src sub-directory.
3326 * configure: Regenerate.
3327
3328 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
3329
3330 * configure.ac: Bump minimum MPFR version to 2.4.0.
3331 * configure: Regenerated.
3332
3333 2012-05-01 Richard Henderson <rth@redhat.com>
3334
3335 * Makefile.def (libatomic): New target_module.
3336 * configure.ac (target_libraries): Add libatomic.
3337 (noconfigdirs): Check if libatomic is supported.
3338 * Makefile.in, configure: Rebuild.
3339
3340 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
3341
3342 * MAINTAINERS (Write After Approval): Add myself.
3343
3344 2012-04-25 Joel Brobecker <brobecker@adacore.com>
3345
3346 * config.sub: Update to 2012-04-18 version from official repo.
3347
3348 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
3349
3350 * MAINTAINERS (Write After Approval): Add myself.
3351
3352 2012-04-11 Steve Ellcey <sellcey@mips.com>
3353
3354 * MAINTAINERS: Changed email address.
3355
3356 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
3357
3358 PR target/52737
3359 * contrib/gcc_update (files_and_dependencies):
3360 Remove gcc/config/avr/t-multilib from touch data.
3361
3362 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3363
3364 * MAINTAINERS (OS Port Maintainers): Remove irix.
3365 * configure.ac (enable_libgomp): Remove *-*-irix6*.
3366 (unsupported_languages): Remove mips-sgi-irix6.*.
3367 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3368 (with_stabs): Remove.
3369 * configure: Regenerate.
3370
3371 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3372
3373 * MAINTAINERS (OS Port Maintainers): Remove osf.
3374 * configure.ac (enable_libgomp): Remove *-*-osf*.
3375 (with_stabs): Remove alpha*-*-osf*.
3376 * configure: Regenerate.
3377
3378 2012-03-05 Tristan Gingold <gingold@adacore.com>
3379
3380 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3381 * configure: Regenerate.
3382
3383 2012-02-17 Walter Lee <walt@tilera.com>
3384
3385 * MAINTAINERS: (Write After Approval): Delete myself.
3386
3387 2012-02-14 Walter Lee <walt@tilera.com>
3388
3389 * MAINTAINERS (tilegx port): Add myself.
3390 (tilepro port): Add myself.
3391 (Write After Approval): Add myself.
3392
3393 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
3394
3395 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3396 and Joseph Myers as docstring relicensing maintainers.
3397
3398 2012-02-09 Bin Cheng <bin.cheng@arm.com>
3399
3400 * MAINTAINERS (write-after-approval): Add myself.
3401
3402 2012-02-08 Ira Rosen <irar@il.ibm.com>
3403
3404 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3405 maintainer.
3406
3407 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3408
3409 * MAINTAINERS (Write After Approval): Move myself to
3410 maintain alphabetical order.
3411
3412 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3413
3414 * MAINTAINERS (Write After Approval): Add myself.
3415
3416 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3417
3418 * MAINTAINERS (Write After Approval): Add myself.
3419
3420 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3421 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3422
3423 * configure.ac (cr16-*-*): Remove nonconfigdirs.
3424 * configure: Regenerate.
3425
3426 2012-01-23 Harshit Chopra <harshit@google.com>
3427
3428 * MAINTAINERS (Write After Approval): Add myself.
3429
3430 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
3431
3432 * configure.ac: Remove reference to mh-interix.
3433 * configure: Regenerate.
3434
3435 2012-01-05 Richard Henderson <rth@redhat.com>
3436
3437 PR bootstrap/51072
3438 * configure.ac: Disable libitm if c++ is not enabled.
3439 * configure: Rebuild.
3440
3441 * configure.ac: Fix regexp for same.
3442 * configure: Rebuild.
3443
3444 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
3445
3446 * MAINTAINERS (Write After Approval): Add myself.
3447
3448 2012-01-02 Richard Guenther <rguenther@suse.de>
3449
3450 PR bootstrap/51686
3451 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3452 * Makefile.in: Regenerate.
3453
3454 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
3455
3456 * MAINTAINERS (Write After Approval): Add myself.
3457
3458 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
3459
3460 * configure: Regenerate.
3461
3462 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3463
3464 * MAINTAINERS (picochip): Changed email address.
3465
3466 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3467
3468 * MAINTAINERS (write-after-approval): Add self.
3469
3470 2011-11-29 DJ Delorie <dj@redhat.com>
3471
3472 * configure.ac (rl78-*-*) New case.
3473 * configure: Regenerate.
3474 * MAINTAINERS: Add myself as RL78 maintainer.
3475
3476 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3477
3478 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3479
3480 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
3481
3482 * libtool.m4: Additional FreeBSD 10 fixes.
3483
3484 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
3485
3486 * MAINTAINERS: Move myself from Write After Approval to CPU Port
3487 Maintainers section, as Epiphany maintainer.
3488
3489 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
3490
3491 PR target/49992
3492 * configure.ac: Remove ranlib special-casing for Darwin.
3493 * configure: Regenerate.
3494
3495 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
3496
3497 * MAINTAINERS (Reviewers): Keep the list sorted.
3498
3499 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
3500
3501 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3502
3503 2011-11-09 Roland McGrath <mcgrathr@google.com>
3504
3505 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3506 * configure: Rebuild.
3507 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3508 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3509 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3510 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3511 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3512 Add READELF.
3513 * Makefile.in: Rebuild.
3514
3515 2011-11-09 Jason Merrill <jason@redhat.com>
3516
3517 * Makefile.def (language=c++): Remove check-c++0x.
3518 * Makefile.in (check-gcc-c++): Regenerate.
3519
3520 2011-11-08 Richard Henderson <rth@redhat.com>
3521
3522 * configure.ac: Test for libitm directory present first.
3523
3524 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3525
3526 * configure.ac: Test libitm/configure.tgt to disable libitm.
3527 * configure: Rebuild.
3528
3529 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
3530 Richard Henderson <rth@redhat.com>
3531
3532 Merged from transactional-memory.
3533
3534 * Makefile.def (lang_env_dependencies): libitm is c++.
3535 Add libitm target module.
3536 * configure.ac: Likewise.
3537 * config/mmap.m4: New file.
3538 * contrib/gcc_update: Add libitm to touch data.
3539 * Makefile.in, configure: Rebuild.
3540
3541 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3542
3543 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3544 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3545 * Makefile.in: Regenerate.
3546
3547 2011-11-01 DJ Delorie <dj@redhat.com>
3548
3549 * config.sub: Update to version 2011-10-29 (added rl78)
3550
3551 2011-10-27 Nick Clifton <nickc@redhat.com>
3552
3553 * config.sub: Import these changes from the config project:
3554
3555 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
3556 Ben Elliston <bje@gnu.org>
3557
3558 * config.sub (epiphany): New.
3559
3560 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
3561 Ben Elliston <bje@gnu.org>
3562
3563 * config.sub (hexagon, hexagon-*): New.
3564
3565 2011-08-23 Roland McGrath <mcgrathr@google.com>
3566
3567 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3568 64eb to be64.
3569
3570 2011-08-16 Roland McGrath <mcgrathr@google.com>
3571
3572 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3573 (nacl): Grok as alias for 32el-unknown-nacl.
3574
3575 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
3576
3577 * MAINTAINERS (Write After Approval): Add myself.
3578
3579 2011-10-24 Teresa Johnson <tejohnson@google.com>
3580
3581 * MAINTAINERS (Write After Approval): Add myself.
3582
3583 2011-09-21 Jakub Jelinek <jakub@redhat.com>
3584
3585 * MAINTAINERS (sparc port): Remove myself.
3586
3587 2011-09-14 Tom de Vries <tom@codesourcery.com>
3588
3589 * MAINTAINERS (Write After Approval): Add myself.
3590
3591 2011-08-14 Yao Qi <yao@codesourcery.com>
3592
3593 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3594 * configure: Regenerate.
3595
3596 2011-07-26 Ian Lance Taylor <iant@google.com>
3597
3598 * configure.ac: Set have_compiler based on whether gcc directory
3599 exists, rather than on whether gcc is in configdirs.
3600 * configure: Rebuild.
3601
3602 2011-07-21 Joseph Myers <joseph@codesourcery.com>
3603
3604 * MAINTAINERS (Global Reviewers): Add self.
3605
3606 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
3607
3608 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3609 link directories.
3610 * Makefile.in: Rebuild.
3611
3612 2011-07-20 Ian Lance Taylor <iant@google.com>
3613
3614 PR bootstrap/49787
3615 * configure.ac: Move --enable-bootstrap handling earlier in file.
3616 If --enable-bootstrap and either --enable-build-with-cxx or
3617 --enable-build-poststage1-with-cxx, enable C++ automatically.
3618 * configure: Rebuild.
3619
3620 2011-07-19 Ian Lance Taylor <iant@google.com>
3621
3622 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
3623 make C++ a boot_language. Set and substitute
3624 POSTSTAGE1_CONFIGURE_FLAGS.
3625 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3626 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3627 * configure, Makefile.in: Rebuild.
3628
3629 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
3630
3631 * MAINTAINERS (Register Allocation): Move myself from reviewers to
3632 maintainers.
3633
3634 2011-07-18 Jakub Jelinek <jakub@redhat.com>
3635
3636 * MAINTAINERS (Global Reviewers): Add myself.
3637
3638 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3639
3640 * configure: Regenerate.
3641
3642 2011-07-16 Jason Merrill <jason@redhat.com>
3643
3644 * Makefile.def (language=c++): Add check-c++0x and
3645 check-target-libmudflap-c++.
3646 * Makefile.tpl (check-target-libmudflap-c++): New.
3647 * Makefile.in: Regenerate.
3648
3649 2011-07-16 Matthias Klose <doko@ubuntu.com>
3650
3651 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3652 * Makefile.def (target_modules/libjava): Pass
3653 $(EXTRA_CONFIGARGS_LIBJAVA).
3654 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3655 if not configured with --enable-static-libjava.
3656 * Makefile.in: Regenerate.
3657 * configure: Likewise.
3658
3659 2011-07-15 Jason Merrill <jason@redhat.com>
3660
3661 * Makefile.in (check-c++): Move check-gcc-c++0x after
3662 check-target-libstdc++-v3.
3663
3664 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3665
3666 * MAINTAINERS (c6x port): New entry.
3667
3668 2011-07-13 Jason Merrill <jason@redhat.com>
3669
3670 * Makefile.in (check-gcc-c++0x): New.
3671 (check-c++): Depend on it.
3672
3673 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3674
3675 PR target/39150
3676 * configure.ac (i[3456789]86-*-solaris2*): Also accept
3677 x86_64-*-solaris2.1[0-9]*.
3678 * configure: Regenerate.
3679
3680 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
3681
3682 * MAINTAINERS (RTL optimizers): Add self.
3683
3684 2011-06-27 Gabriel Charette <gchare@google.com>
3685
3686 * MAINTAINERS (Write After Approval): Add myself.
3687
3688 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
3689
3690 PR regression/47836
3691 PR bootstrap/23656
3692 PR other/47733
3693 PR bootstrap/49247
3694 PR c/48825
3695 * configure.ac (target_libraries): Remove target-libiberty.
3696 Remove case-statement setting skipdirs=target-libiberty for
3697 multiple targets. Remove checking target_configdirs and
3698 removing target-libiberty but keeping target-libgcc if
3699 otherwise empty.
3700 * Makefile.def (target_modules): Don't add libiberty.
3701 (dependencies): Remove all traces of target-libiberty.
3702 * configure, Makefile.in: Regenerate.
3703
3704 2011-06-13 Walter Lee <walt@tilera.com>
3705
3706 * configure.ac (tilepro-*-*) New case.
3707 (tilegx-*-*): Likewise.
3708 * configure: Regenerate.
3709
3710 2011-06-06 Jing Yu <jingyu@google.com>
3711
3712 * configure.ac: Skip target-libiberty for
3713 arm*-*-linux-androideabi.
3714 * configure: Regenerated.
3715
3716 2011-06-06 Nick Clifton <nickc@redhat.com>
3717
3718 * config.sub: Sync from upstream.
3719
3720 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
3721
3722 * MAINTAINERS (Write After Approval): Add myself.
3723
3724 2011-06-01 Daniel Jacobowitz <drow@false.org>
3725
3726 * MAINTAINERS: Update my email address.
3727
3728 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
3729
3730 * MAINTAINERS (Write After Approval): Update my email address.
3731
3732 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
3733
3734 * MAINTAINERS (Write After Approval): Add myself.
3735
3736 2011-05-08 Doug Kwan <dougkwan@google.com>
3737
3738 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
3739 * configure: Regenerated.
3740 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
3741 value from configure.
3742 * Makefile.in: Regenerated.
3743
3744 2011-05-05 Joseph Myers <joseph@codesourcery.com>
3745
3746 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
3747 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
3748 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
3749 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
3750 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
3751 *-*-vxworks*): Disable newlib and libgloss in separate case
3752 statement.
3753 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
3754 to separate case statement.
3755 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3756 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
3757 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
3758 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
3759 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
3760 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
3761 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
3762 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
3763 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
3764 i[[3456789]]86-*-rdos*, m32r-*-*,
3765 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
3766 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
3767 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
3768 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
3769 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
3770 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
3771 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
3772 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
3773 and libgloss in main case over targets. Remove most empty cases
3774 in main case over targets.
3775 * configure: Regenerate.
3776
3777 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
3778
3779 * MAINTAINERS (Write After Approval): Add myself.
3780
3781 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3782
3783 * configure.ac: Remove code setting special library locations for
3784 hppa*64*-*-hpux11*. Remove code setting compiler for
3785 sparc-sun-solaris2*.
3786 * configure: Regenerate.
3787
3788 2011-05-04 Joseph Myers <joseph@codesourcery.com>
3789
3790 * configure.ac: Separate libgloss_dir settings from general case
3791 over targets.
3792 * configure: Regenerate.
3793
3794 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3795
3796 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
3797 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
3798 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
3799 cases in libgcj-disabling case statement.
3800 (hppa*64*-*-linux*): Set unsupported_languages instead of
3801 disabling target-zlib.
3802 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
3803 to hppa*64*-*-hpux*.
3804 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
3805 hppa*-*-hpux*.
3806 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
3807 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
3808 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
3809 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
3810 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
3811 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
3812 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
3813 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
3814 libgcj-disabling case statement.
3815 * configure: Regenerate.
3816
3817 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3818
3819 * configure.ac: Disable Java for targets not supporting libffi.
3820 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
3821 Remove cases in Java-disabling statement.
3822 (*arm-wince-pe): Change to arm-wince-pe.
3823 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
3824 cases in Java-disabling statement.
3825 (bfin-*-*): Don't disable Java again.
3826 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
3827 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
3828 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
3829 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
3830 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
3831 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
3832 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
3833 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
3834 Java-disabling statement.
3835 (mmix-*-*): Don't disable Java again.
3836 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3837 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
3838 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
3839 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
3840 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
3841 statement.
3842 * configure: Regenerate.
3843
3844 2011-04-28 Joseph Myers <joseph@codesourcery.com>
3845
3846 * configure.ac: Separate cases disabling Java and Java libraries
3847 from general case over targets.
3848 * configure: Regenerate.
3849
3850 2011-04-21 Jie Zhang <jzhang918@gmail.com>
3851
3852 * MAINTAINERS: Update my email address.
3853
3854 2011-04-20 Easwaran Raman <eraman@google.com>
3855
3856 * MAINTAINERS (Write After Approval): Add myself.
3857
3858 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
3859
3860 PR lto/48086
3861 * configure.ac: Re-enable LTO on *-apple-darwin9*.
3862 * configure: Regenerate.
3863
3864 2011-04-16 Jim Meyering <meyering@redhat.com>
3865
3866 * MAINTAINERS (Write After Approval): Add myself.
3867
3868 2011-04-15 Dodji Seketeli <dodji@redhat.com>
3869
3870 * MAINTAINERS: Update my email address.
3871
3872 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
3873
3874 * MAINTAINERS (Write After Approval): Add myself.
3875
3876 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
3877
3878 * MAINTAINERS (Write After Approval): Add myself.
3879
3880 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
3881
3882 * MAINTAINERS (Write After Approval): Add myself.
3883
3884 2011-04-06 Joseph Myers <joseph@codesourcery.com>
3885
3886 * configure.ac (build_tools): Remove build-byacc.
3887 (host_libs): Remove mmalloc.
3888 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
3889 autoconf automake libtool diff rcs fileutils shellutils time
3890 textutils wdiff find uudecode hello tar gzip indent recode release
3891 sed perl gawk findutils gettext zip.
3892 (libgcj): Remove target-qthreads.
3893 (target_tools): Remove target-examples target-gperf.
3894 (YACC): Don't handle building byacc.
3895 * configure: Regenerate.
3896 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
3897 dosutils, examples, fileutils, find, findutils, gawk, gettext,
3898 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
3899 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
3900 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
3901 handle building components.
3902 * Makefile.in: Regenerate.
3903
3904 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
3905
3906 * MAINTAINERS: Update my email address as Xtensa maintainer.
3907
3908 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3909
3910 * config.sub: Sync from upstream.
3911
3912 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3913
3914 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
3915 (microblaze*): Don't disable libssp.
3916 * configure: Regenerate.
3917
3918 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3919
3920 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
3921 moveifchange.
3922 * configure: Regenerate.
3923 * Makefile.tpl: Use @SHELL@ not @config_shell@.
3924 * Makefile.in: Regenerate.
3925
3926 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3927
3928 * configure.ac (*-*-sysv4*): Don't enable libgomp.
3929 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
3930 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
3931 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
3932 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
3933 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
3934 md_exec_prefix cases.
3935 * configure: Regenerate.
3936
3937 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3938
3939 * configure.ac: Separate cases disabling target-libssp,
3940 target-libiberty, target-libstdc++-v3 and Fortran from general
3941 case over targets.
3942 * configure: Regenerate.
3943
3944 2011-04-01 Joseph Myers <joseph@codesourcery.com>
3945
3946 * configure.ac (*-*-chorusos): Don't disable libgcj.
3947 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
3948 Remove case.
3949 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
3950 (arm-*-coff): Don't disable libgcj.
3951 (arm*-*-linux-gnueabi): Remove useless assignment.
3952 (arm-*-riscix*): Don't disable libgcj.
3953 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
3954 configuration.
3955 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
3956 (c54x*-*-*): Remove case.
3957 (tic54x-*-*): Don't disable GCC or GCC libraries.
3958 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
3959 to *.
3960 (d10v-*-*): Don't disable GCC libraries.
3961 (d30v-*-*): Don't disable libgcj.
3962 (h8500-*-*): Don't disable GCC libraries.
3963 (i960-*-*): Don't disable libgcj.
3964 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
3965 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
3966 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
3967 libgcj.
3968 (m68k-*-coff*): Remove case.
3969 (mmix-*-*): Don't disable libgloss on host.
3970 (mn10200-*-*, mn10300-*-*): Remove cases.
3971 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
3972 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
3973 Don't disable libgcj.
3974 (romp-*-*): Remove case.
3975 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
3976 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
3977 case.
3978 (v810-*-*): Don't disable GCC libraries.
3979 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
3980 (ip2k-*-*): Don't disable GCC libraries.
3981 * configure: Regenerate.
3982
3983 2011-03-28 Joseph Myers <joseph@codesourcery.com>
3984
3985 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
3986 libffi on host.
3987 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
3988 on host.
3989 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
3990 * configure: Regenerate.
3991
3992 2011-03-26 John Marino <binutils@marino.st>
3993
3994 * configure.ac: Add support for *-*-dragonfly*
3995 * configure: Regenerate.
3996
3997 2011-03-25 Joseph Myers <joseph@codesourcery.com>
3998
3999 * configure.ac (native_only): Remove.
4000 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4001 send-pr uudecode guile gnuserv on host.
4002 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4003 send-pr rcs guile perl texinfo libtool on host.
4004 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4005 automake send-pr rcs guile perl texinfo libtool on host.
4006 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4007 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4008 (alpha*-dec-osf*): Don't disable fileutils on target.
4009 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4010 texinfo send-pr expect dejagnu on target.
4011 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4012 target-qthreads on target.
4013 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4014 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4015 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4016 x86_64-*-mingw*): Don't disable expect on target.
4017 (*-*-cygwin*): Don't disable target-gperf on target.
4018 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4019 gnuserv on target.
4020 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4021 target.
4022 * configure: Regenerate.
4023
4024 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4025
4026 * configure.ac (target_tools): Remove target-groff.
4027 (native_only): Remove target-groff.
4028 (hppa*64*-*-*): Don't disable byacc.
4029 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4030 setting.
4031 (*-*-kaos*): Don't skip target-librx and target-groff.
4032 (*-*-netware*): Don't skip target-libmudflap.
4033 (*-*-tpf*): Don't skip target-libmudflap.
4034 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4035 directories on the host.
4036 (ia64*-*-*vms*): Don't skip tix.
4037 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4038 host.
4039 * configure: Regenerate.
4040
4041 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4042
4043 * configure.ac: Remove references to mt-mep, mt-netware,
4044 mt-wince.
4045 * Makefile.def: Add all-utils soft dependencies.
4046 * Makefile.tpl: Remove GDB_NLM_DEPS.
4047 * configure: Regenerate.
4048 * Makefile.in: Regenerate.
4049
4050 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4051
4052 * configure.ac: Do not include mh-x86omitfp.
4053 * configure: Regenerate.
4054
4055 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4056
4057 * configure.ac: Remove empty cases.
4058 * configure: Regenerate.
4059
4060 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4061
4062 * Makefile.def: Add dependency from termcap to gdb.
4063 * Makefile.in: Regenerate.
4064
4065 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4066
4067 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4068 * configure: Regenerate.
4069 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4070 * Makefile.tpl: Likewise.
4071 * Makefile.in: Regenerate.
4072
4073 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4074
4075 * configure.ac: Remove all mentions of tentative_cc.
4076 * configure: Regenerate.
4077
4078 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4079
4080 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4081 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4082 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4083 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4084 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4085 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4086 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4087 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4088 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4089 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4090 *-*-rhapsody*): Remove host cases.
4091 * configure: Regenerate.
4092
4093 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4094
4095 * configure.ac (ppc*-*-pe): Remove host case.
4096 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4097 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4098 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4099 cases.
4100 * configure: Regenerate.
4101
4102 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4103
4104 * config.sub: Update to version 2011-03-23.
4105
4106 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4107
4108 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4109 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4110 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4111 * configure: Regenerate.
4112
4113 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4114
4115 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4116 to Write After Approval.
4117 * config-ml.in: Don't handle arc-*-elf*.
4118 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4119 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4120 handle GCC libraries.
4121 * configure: Regenerate.
4122
4123 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4124
4125 PR bootstrap/48120:
4126 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4127 Add -lstdc++ -lm to LIBS.
4128 * configure: Regenerate.
4129
4130 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
4131
4132 * config.guess: Update to version 2011-02-02
4133 * config.sub: Update to version 2011-02-24
4134
4135 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4136
4137 PR lto/48086
4138 * configure.ac: Re-enable LTO on *-apple-darwin9.
4139 * configure: Regenerate.
4140
4141 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4142
4143 PR lto/48086
4144 * configure.ac: Disable LTO on darwin due to an assembler change in
4145 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4146 under 256.
4147 * configure: Regenerate.
4148
4149 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
4150
4151 * MAINTAINERS: Update myself as score backend maintainer,
4152 update my e-mail address.
4153
4154 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
4155
4156 * MAINTAINERS: Update my e-mail address.
4157
4158 2011-03-06 Joey Ye <joey.ye@arm.com>
4159
4160 * MAINTAINERS: Update my e-mail address.
4161
4162 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4163
4164 * configure.ac: Adjust test of with_ppl.
4165 * configure: Regenerated.
4166
4167 2011-03-02 Kai Tietz <ktietz@redhat.com>
4168
4169 * MAINTAINERS: Adjust my e-mail address.
4170
4171 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4172
4173 * configure.ac: Add -lpwl to ppllibs.
4174 * configure: Regenerated.
4175
4176 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4177
4178 * config/cloog.m4: Add -lisl to clooglibs.
4179 * configure: Regenerated.
4180
4181 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4182
4183 * MAINTAINERS (CPU Port maintainers): Add self.
4184
4185 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4186
4187 * MAINTAINERS: Add myself as testsuite maintainer.
4188
4189 2011-02-15 Mike Stump <mikestump@comcast.net>
4190
4191 * MAINTAINERS: Add myself as testsuite maintainer.
4192
4193 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4194
4195 Import from Libtool and gnulib:
4196
4197 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
4198
4199 Prepare for supporting FreeBSD 10.
4200 * config.rpath: Remove handling of freebsd1* which soon would
4201 match FreeBSD 10.0.
4202
4203 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
4204
4205 Remove support for FreeBSD 1.x.
4206 * libtool.m4 (_LT_LINKER_SHLIBS)
4207 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4208 soon would incorrectly match FreeBSD 10.0.
4209
4210 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4211
4212 PR binutils/12283
4213 * move-if-change: Import version from gnulib.
4214
4215 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
4216
4217 PR lto/47225
4218 * Makefile.def (lto-plugin): Double dash for enable-shared.
4219 (configure-gcc): Depend on all-lto-plugin.
4220 * Makefile.in: Rebuilt.
4221
4222 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4223
4224 * configure.ac: Remove extra bracket.
4225 * configure: Regenerate.
4226
4227 2011-02-08 Tobias Burnus <burnus@net-b.de>
4228
4229 * MAINTAINERS: Add myself as libquadmath maintainer.
4230
4231 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
4232
4233 * MAINTAINERS: Update my email address.
4234
4235 2011-02-07 Joseph Myers <joseph@codesourcery.com>
4236
4237 * MAINTAINERS (option handling): Add self.
4238
4239 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
4240
4241 PR lto/47225
4242 * Makefile.def: Add dependency for install-gcc
4243 on install-lto-plugin.
4244 * Makfile.in: Regenerated
4245
4246 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
4247
4248 * MAINTAINERS (CPU Port Maintainers): Add myself.
4249
4250 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
4251
4252 PR libgcj/44341
4253 * configure.ac: Discard --with-* flags for host when configuring
4254 target libraries for cross build.
4255 * configure: Rebuilt.
4256
4257 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4258
4259 * MAINTAINERS (linear loop transforms): Removed.
4260
4261 2011-01-25 Jakub Jelinek <jakub@redhat.com>
4262
4263 * configure.ac: If with_ppl is no, move setting with_cloog=no
4264 after CLOOG_REQUESTED check.
4265 * configure: Regenerated.
4266
4267 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4268
4269 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4270 CLooG has been requested.
4271 * configure: Regenerated.
4272
4273 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4274
4275 * configure: Regenerated.
4276 * configure.ac: Check for version 0.11 (or later revision) of PPL.
4277
4278 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
4279
4280 * configure: Regenerated.
4281 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4282
4283 2011-01-21 Andreas Schwab <schwab@redhat.com>
4284
4285 * configure.ac: Use AS_HELP_STRING throughout.
4286 * configure: Regenerate.
4287
4288 2011-01-18 Jie Zhang <jie.zhang@analog.com>
4289
4290 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4291 * configure: Regenerate.
4292
4293 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4294
4295 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4296
4297 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4298
4299 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4300 for ia64-hpux.
4301 * configure: Regenerate.
4302
4303 2011-01-07 Jan Hubicka <jh@suse.cz>
4304
4305 PR lto/47225
4306 * Makefile.in: Regenerate.
4307 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4308 configure.
4309
4310 2011-01-07 Jan Hubicka <jh@suse.cz>
4311
4312 * Makefile.in: Regenerate.
4313 * Makefile.def (gcc host module) and soft dependency on lto-plugin
4314 and configure dependency on lto-plugin configure.
4315 (lto-plugin module): Remove dependency on GCC; add dependency on
4316 liniberty.
4317
4318 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
4319
4320 * MAINTAINERS (Write After Approval): Add myself.
4321
4322 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
4323
4324 * configure: Regenerate.
4325
4326 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
4327
4328 * configure.ac: (picochip): Disable libiberty.
4329
4330 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
4331
4332 * MAINTAINERS (Write After Approval): Add myself.
4333
4334 2010-12-10 Ian Lance Taylor <iant@google.com>
4335
4336 PR bootstrap/46819
4337 * configure.ac: For --disable-libgcj clear libgcj_saved.
4338 * configure: Rebuild.
4339
4340 2010-12-10 Tobias Burnus <burnus@net-b.de>
4341
4342 PR fortran/46540
4343 * configure.ac: Add --disable-libquadmath and
4344 --disable-libquadmath-support.
4345 * configure: Regenerate.
4346
4347 2010-12-03 Ian Lance Taylor <iant@google.com>
4348
4349 * MAINTAINERS: Add myself as libgo maintainer.
4350
4351 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
4352
4353 PR libffi/46792
4354 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4355 * configure: Regenerate.
4356
4357 2010-12-02 Ian Lance Taylor <iant@google.com>
4358
4359 * configure.ac: Always set default for poststage1_ldflags to
4360 -static-libstdc++ -static-libgcc.
4361
4362 2010-11-29 Andreas Schwab <schwab@redhat.com>
4363
4364 * configure.ac: Move comment to remove extra space in last argument
4365 of GCC_TARGET_TOOL.
4366
4367 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
4368
4369 PR other/46026
4370 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4371 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4372 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4373 (BASE_FLAGS_TO_PASS): Use it.
4374 * configure: Rebuilt.
4375 * Makefile.in: Rebuilt.
4376
4377 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
4378
4379 PR binutils/12258
4380 * configure.ac: Correct comments for --enable-gold/--enable-ld.
4381 Properly check default linker.
4382 * configure: Regnerated.
4383
4384 2010-11-23 Matthias Klose <doko@ubuntu.com>
4385
4386 * configure.ac: For --enable-gold, handle value `default' instead of
4387 `both*'. New configure option --{en,dis}able-ld.
4388 * configure: Regenerate.
4389
4390 2010-11-20 Ian Lance Taylor <iant@google.com>
4391
4392 * configure.ac: Only disable a language library if no language needs
4393 it. Don't let --disable-libgcj uncondtionally disable libffi.
4394 * configure: Rebuild.
4395
4396 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4397
4398 * Makefile.in: Regenerate.
4399
4400 PR other/46202
4401 * configure.ac: Fix just-built in-tree STRIP name to be
4402 binutils/strip-new.
4403 * configure: Regenerate.
4404 * Makefile.def (install-strip-gcc, install-strip-binutils)
4405 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4406 (install-strip-sid): Mirror dependencies on non-strip variants
4407 of these targets on the respective -strip prerequisites.
4408 * Makefile.tpl (install-strip, install-strip-host)
4409 (install-strip-target): New targets.
4410 (install-strip-[+module+], install-strip-target-[+module+]):
4411 New targets.
4412 * Makefile.in: Regenerate.
4413
4414 2010-11-19 Ian Lance Taylor <iant@google.com>
4415 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4416
4417 * configure.ac: Add target-libgo to target_libraries. Set
4418 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4419 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4420 (HOST_EXPORTS): Add GOC.
4421 (BASE_TARGET_EXPORTS): Add GOC.
4422 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4423 (GOCFLAGS_FOR_TARGET): New variable.
4424 (EXTRA_HOST_FLAGS): Add GOC.
4425 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4426 * Makefile.def (target_modules): Add libgo.
4427 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4428 (dependencies): Add dependency from configure-target-libgo to
4429 configure-target-libffi and all-target-libstdc++-v3. Add
4430 dependencies from all-target-libgo to all-target-libffi.
4431 (languages): Add go.
4432 * configure: Rebuild.
4433 * Makefile.in: Rebuild.
4434
4435 2010-11-19 Ian Lance Taylor <iant@google.com>
4436
4437 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4438 compiler/flag environment variables.
4439
4440 2010-11-18 Ian Lance Taylor <iant@google.com>
4441
4442 * configure.ac: Check for lang_requires_boot_languages in
4443 config-lang.in files.
4444 * configure: Rebuild.
4445
4446 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4447 Tobias Burnus <burnus@net-b.de>
4448
4449 PR fortran/32049
4450 * Makefile.def: Add libquadmath; build it with language=fortran.
4451 * configure.ac: Add libquadmath.
4452 * Makefile.tpl: Handle multiple libs in check-[+language+].
4453 * Makefile.in: Regenerate.
4454 * configure: Regenerate.
4455
4456 2010-11-16 Tom Tromey <tromey@redhat.com>
4457
4458 * MAINTAINERS: Moved myself to reviewers section.
4459
4460 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
4461
4462 * MAINTAINERS: Moved myself to reviewers section.
4463
4464 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4465
4466 * MAINTAINERS (Various Maintainers): Add self for build machinery.
4467 (Write After Approval): Remove self.
4468
4469 2010-11-15 Andreas Schwab <schwab@redhat.com>
4470
4471 * configure.ac: Fix spelling in option names.
4472 * configure: Regenerated.
4473
4474 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
4475
4476 PR bootstrap/39622
4477 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4478 * configure: Regenerated.
4479
4480 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
4481
4482 * MAINTAINERS: Update my email address.
4483
4484 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4485
4486 * configure: Regenerate.
4487
4488 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4489
4490 * configure: Regenerate.
4491
4492 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4493
4494 * configure: Regenerate.
4495
4496 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4497
4498 * configure: Regenerate.
4499
4500 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4501
4502 * configure.ac: Support official CLooG.org versions.
4503 * configure: Regenerate.
4504 * config/cloog.m4: New.
4505
4506 2010-11-10 François Dumont <francois.cppdevs@free.fr>
4507
4508 * MAINTAINERS (Write After Approval): Add myself.
4509
4510 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
4511
4512 * MAINTAINERS: Update my email address.
4513
4514 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
4515
4516 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4517 * configure: Regenerate.
4518
4519 2010-11-03 Ian Lance Taylor <iant@google.com>
4520 Dave Korn <dave.korn.cygwin@gmail.com>
4521
4522 PR lto/46273
4523 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
4524 and on other supported platforms whenever LTO is enabled.
4525 * configure: Rebuild.
4526
4527 2010-11-02 Alan Modra <amodra@gmail.com>
4528
4529 PR binutils/12110
4530 * configure.ac: Error when source path contains spaces.
4531 * configure: Regenerate.
4532
4533 2010-10-23 James E. Wilson <wilson@codesourcery.com>
4534
4535 * MAINTAINERS: Update my email address.
4536
4537 2010-10-20 Ian Lance Taylor <iant@google.com>
4538
4539 * Makefile.def (target_modules): Set lib_path to src/.libs for
4540 libstdc++-v3 module.
4541 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4542 * Makefile.in: Rebuild.
4543
4544 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4545
4546 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4547 (Write After Approval): Remove myself.
4548
4549 2010-10-15 Tristan Gingold <gingold@adacore.com>
4550
4551 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4552
4553 2010-10-14 Douglas Rupp <rupp@gnat.com>
4554
4555 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4556
4557 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
4558
4559 * configure.ac (build_lto_plugin): New shell variable.
4560 (--enable-lto): Turn on by default for all non-ELF platforms that
4561 have had LTO support added so far. Set build_lto_plugin appropriately
4562 for both ELF and non-ELF.
4563 (configdirs): Add lto-plugin or not based on build_lto_plugin.
4564 * configure: Regenerate.
4565
4566 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4567
4568 Sync from src:
4569 * configure.ac (v850 support): Remove target-libgloss from
4570 noconfigdirs.
4571 * configure: Regenerate.
4572
4573 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4574
4575 PR bootstrap/45326
4576 PR bootstrap/45174
4577 * configure.ac: Honor initial values of $build_configargs,
4578 $host_configargs, $target_configargs. Mark the precious, so
4579 environment settings get recorded.
4580 * configure: Regenerate.
4581
4582 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4583
4584 PR bootstrap/45796
4585 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4586 Depend on all-build-libiberty.
4587 * Makefile.in: Regenerate.
4588
4589 2010-09-30 Michael Eager <eager@eagercon.com>
4590
4591 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4592 * configure: Regenerate.
4593
4594 2010-09-28 Michael Eager <eager@eagercon.com>
4595
4596 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4597
4598 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4599
4600 PR bootstrap/44621
4601 * configure.ac: Fix unportable shell quoting.
4602 * configure: Regenerate.
4603
4604 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
4605
4606 * configure.ac (enable-lto): Add Darwin to the list of supported lto
4607 targets and amend comment.
4608 * configure: Regenerate.
4609
4610 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
4611
4612 * MAINTAINERS (Write After Approval): Add myself.
4613
4614 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
4615
4616 * configure.ac: Enable LTO by default on Darwin.
4617 * configure: Regenerate.
4618
4619 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4620
4621 * MAINTAINERS (Write After Approval): Add myself.
4622
4623 2010-09-01 Ian Bolton <ian.bolton@arm.com>
4624
4625 * MAINTAINERS (Write After Approval): Add myself.
4626
4627 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
4628
4629 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4630 ports
4631
4632 2010-07-28 David Yuste <david.yuste@gmail.com>
4633
4634 * MAINTAINERS (Write After Approval): Add myself.
4635
4636 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4637
4638 * configure.ac: Support all v850 targets.
4639 * configure: Regenerate.
4640
4641 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
4642
4643 PR bootstrap/44455
4644 * configure.ac (extra_mpfr_configure_flags): Copy from
4645 extra_mpc_gmp_configure_flags.
4646 * configure: Re-generated.
4647
4648 2010-07-22 Andi Kleen <ak@linux.intel.com>
4649
4650 * MAINTAINERS (Write After Approval): Add myself.
4651
4652 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
4653
4654 * MAINTAINERS (Write After Approval): Add myself.
4655
4656 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
4657
4658 * MAINTAINERS (Write After Approval): Add myself.
4659
4660 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
4661
4662 PR target/44862
4663 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4664 Provide -B option to allow for link spec %s substitutions for
4665 libstdc++.a on darwin.
4666 * Makefile.in: Regenerate.
4667
4668 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
4669
4670 * MAINTAINERS (Reviewers): Update my e-mail address
4671
4672 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
4673
4674 * Makefile.def (configure-gcc): Depend on all-libelf.
4675 * Makefile.in: Rebuild.
4676
4677 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
4678
4679 * MAINTAINERS (Write After Approval): Add myself in the right place.
4680
4681 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
4682
4683 * MAINTAINERS (Write After Approval): Add myself.
4684
4685 2010-05-25 Sterling Augustine <sterling@tensilica.com>
4686
4687 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4688
4689 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
4690
4691 * config.sub: Update to version 2010-05-21.
4692 * config.guess: Update to version 2010-04-03.
4693
4694 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
4695
4696 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4697 * configure: Regenerate.
4698
4699 2010-05-12 Sriraman Tallam <tmsriram@google.com>
4700
4701 * MAINTAINERS (Write After Approval): Add myself.
4702
4703 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
4704
4705 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4706 a platform that supports LTO.
4707 * configure: Regenerate.
4708
4709 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
4710
4711 * configure.ac: Allow all the versions greater than 0.10 of PPL.
4712 * configure: Regenerated.
4713
4714 2010-04-27 Roland McGrath <roland@redhat.com>
4715 H.J. Lu <hongjiu.lu@intel.com>
4716
4717 * configure.ac (--enable-gold): Support both, both/gold and
4718 both/bfd to add gold to configdirs without removing ld.
4719 * configure: Regenerated.
4720
4721 * Makefile.def: Add install-gold dependency to install-ld.
4722 * Makefile.in: Regenerated.
4723
4724 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
4725
4726 PR lto/42776
4727 * configure.ac (--enable-lto): Refactor handling so libelf tests
4728 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
4729 and allow LTO to be explicitly enabled on non-ELF platforms that
4730 are known to support it inside else-clause.
4731 * configure: Regenerate.
4732
4733 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
4734
4735 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
4736 * configure: Regenerate.
4737
4738 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
4739
4740 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
4741 * configure: Regenerate.
4742
4743 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4744
4745 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
4746 separately.
4747 * configure: Regenerate.
4748
4749 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
4750
4751 * MAINTAINERS (Write After Approval): Add myself.
4752
4753 2010-04-14 Tristan Gingold <gingold@adacore.com>
4754
4755 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
4756 * configure: Regenerate.
4757
4758 2010-04-13 Steve Ellcey <sje@cup.hp.com>
4759
4760 * configure: Regenerate after change to elf.m4.
4761
4762 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
4763
4764 * MAINTAINERS (Write After Approval): Add myself.
4765
4766 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4767
4768 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
4769 * configure: Regenerated.
4770
4771 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
4772
4773 * configure.ac: Print "buggy but acceptable" when CLooG
4774 revision is less than 9.
4775 * configure: Regenerated.
4776
4777 2010-04-01 Diego Novillo <dnovillo@google.com>
4778
4779 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
4780
4781 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4782
4783 PR bootstrap/43615
4784 PR bootstrap/43328
4785
4786 Revert:
4787
4788 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4789
4790 * configure.ac: Do not pass --enable-multilib nor
4791 --disable-multilib in baseargs. Accept explicitly passed
4792 --enable_multilib.
4793 * configure: Regenerate.
4794
4795 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
4796
4797 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
4798
4799 2010-03-31 Janis Johnson <janis187@us.ibm.com>
4800
4801 * MAINTAINERS: Remove myself.
4802
4803 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4804
4805 PR bootstrap/43328
4806 * configure.ac: Do not pass --enable-multilib nor
4807 --disable-multilib in baseargs. Accept explicitly passed
4808 --enable_multilib.
4809 * configure: Regenerate.
4810
4811 2010-03-28 Andrew Pinski <pinskia@gmail.com>
4812
4813 * MAINTAINERS (spu port): Remove me.
4814
4815 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4816
4817 * configure.ac (tic6x-*-*): New case.
4818 * configure: Regenerate.
4819
4820 2010-03-23 Joseph Myers <joseph@codesourcery.com>
4821
4822 * config.sub: Update to version 2010-03-22.
4823 * config.guess: Update to version 2009-12-30.
4824
4825 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
4826
4827 PR ada/42554
4828 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
4829 * configure: Regenerate.
4830
4831 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4832
4833 * MAINTAINERS: Update my email address.
4834
4835 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
4836
4837 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
4838 (ghassan.shobaki@amd.com): Removed.
4839
4840 2010-03-17 Alan Modra <amodra@gmail.com>
4841
4842 * MAINTAINERS: Update my email address.
4843
4844 2010-03-16 Diego Novillo <dnovillo@google.com>
4845
4846 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
4847 Matthews.
4848
4849 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4850
4851 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
4852 Gutson, Jeffrey D. Oldham and Mark Shinwell.
4853
4854 2010-03-16 Joseph Myers <joseph@codesourcery.com>
4855
4856 * MAINTAINERS: Update my email address.
4857
4858 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
4859
4860 * MAINTAINERS: Update my email address.
4861
4862 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
4863
4864 * MAINTAINERS: Update my email address.
4865
4866 2010-03-09 Jie Zhang <jie@codesourcery.com>
4867
4868 * MAINTAINERS: Update my email address.
4869
4870 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4871
4872 PR libstdc++/32499
4873 * configure.ac (RANLIB): Default to true.
4874 (STRIP): Likewise.
4875 (RANLIB_FOR_TARGET): Remove superfluous : argument.
4876 * configure: Regenerate.
4877
4878 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
4879
4880 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
4881 (Write After Approval): Update my email address.
4882
4883 2010-02-17 Nick Clifton <nickc@redhat.com>
4884
4885 PR 11238
4886 * Makefile.tpl (local-distclean): Also remove config.cache files in
4887 sub-directories as there may not be Makefiles present in the
4888 sub-directories.
4889 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
4890 the config.cache files found by the find command.
4891
4892 * Makefile.in: Regenerate.
4893 * configure.ac: Revert previous delta.
4894 * configure: Regenerate.
4895
4896 2010-02-15 Nick Clifton <nickc@redhat.com>
4897
4898 PR 11238
4899 * configure.ac: Delete config.cache files in sub-directories when
4900 deleting Makefiles.
4901 * configure: Regenerate.
4902
4903 2010-02-12 Ben Elliston <bje@gnu.org>
4904
4905 * MAINTAINERS: Update my email address.
4906
4907 2010-02-08 Andrew Pinski <pinskia@gmail.com>
4908
4909 * MAINTAINERS (spu port): Update my email address.
4910
4911 2010-02-08 Jie Zhang <jie.zhang@analog.com>
4912
4913 * MAINTAINERS: Add myself as a maintainer for the bfin port.
4914
4915 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4916
4917 * configure.ac: Add "recommended" version checks for GMP/MPC.
4918 Update recommended GMP/MPFR/MPC versions.
4919 * configure: Regenerate.
4920
4921 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
4922
4923 * MAINTAINERS: Move my Embecosm email address into the
4924 write-after-approval section.
4925
4926 2010-01-26 Ian Lance Taylor <iant@google.com>
4927
4928 * MAINTAINERS: Add myself as Go frontend maintainer.
4929
4930 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
4931
4932 PR libstdc++/36101, PR libstdc++/42813
4933 * configure.ac (bootstrap_target_libs): Make inclusion of
4934 target-libgomp conditional on libgomb being in target_configdirs.
4935 * configure: Regenerate.
4936
4937 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
4938
4939 PR libstdc++/36101, PR libstdc++/42813
4940 * configure.ac (bootstrap_target_libs): Include target-libgomp.
4941 * configure: Regenerate.
4942
4943 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
4944
4945 PR libstdc++/36101, PR libstdc++/42813
4946 * configure.ac (target_configdirs): Substitute.
4947 * Makefile.def: Bootstrap target module libgomp.
4948 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
4949 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
4950 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
4951 * configure, Makefile.in: Regenerate.
4952
4953 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
4954
4955 * MAINTAINERS: Adjust my details.
4956
4957 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
4958
4959 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
4960
4961 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
4962
4963 * MAINTAINERS: reindented my entry with tabs instead of spaces.
4964
4965 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
4966
4967 * MAINTAINERS (Write After Approval): Add myself.
4968
4969 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
4970
4971 * MAINTAINERS (Write After Approval): Add myself.
4972
4973 2010-01-11 Richard Guenther <rguenther@suse.de>
4974
4975 PR lto/41569
4976 * Makefile.def (all-lto-plugin): Depend on all-gcc.
4977 * Makefile.in: Regenerated.
4978
4979 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
4980
4981 * configure.ac: Enable libjava build on x86_64-*freebsd*.
4982 * configure: Regenerate.
4983
4984 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
4985 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4986
4987 PR bootstrap/42424
4988 * configure.ac: Include libtool m4 files.
4989 (_LT_CHECK_OBJDIR): Call it.
4990 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
4991 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
4992
4993 * configure: Regenerate.
4994
4995 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4996
4997 PR bootstrap/41818
4998 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
4999 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5000 * Makefile.in: Regenerate.
5001
5002 2010-01-02 Richard Guenther <rguenther@suse.de>
5003
5004 PR lto/41529
5005 * configure.ac: Include config/elf.m4. Disable LTO if not
5006 builting for an elf target.
5007 * configure: Regenerate.
5008
5009 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5010
5011 * MAINTAINERS: Change my email address.
5012
5013 2009-12-18 Ben Elliston <bje@au.ibm.com>
5014
5015 * config.sub, config.guess: Update from upstream sources.
5016
5017 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5018
5019 * MAINTAINERS (Write After Approval): Add myself.
5020
5021 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5022
5023 PR middle-end/30447
5024 PR middle-end/30789
5025 PR other/40302
5026
5027 * configure.ac: Require MPC.
5028 * configure: Regenerate.
5029
5030 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5031
5032 PR target/38384
5033 PR bootstrap/40972
5034 * libtool.m4: Sync from git Libtool.
5035 * ltoptions.m4: Likewise.
5036 * ltversion.m4: Likewise.
5037 * lt~obsolete.m4: Likewise.
5038 * ltmain.sh: Likewise.
5039
5040 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5041
5042 * configure.ac: Update minimum MPC version to 0.8.
5043 * configure: Regenerate.
5044
5045 2009-11-21 Sebastian Pop <sebpop@gmail.com>
5046
5047 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5048 * configure: Regenerated.
5049
5050 2009-11-21 Ian Lance Taylor <iant@google.com>
5051
5052 * configure.ac: Change default of poststage1_ldflags to be empty if
5053 poststage1_libs is set. When poststage1_libs is empty, and
5054 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5055 * configure: Rebuild.
5056
5057 2009-11-21 Adam Nemet <adambnmet@gmail.com>
5058
5059 * MAINTAINERS (Write After Approval): Update my email address.
5060
5061 2009-11-20 Ben Elliston <bje@au.ibm.com>
5062
5063 * config.guess: Update from upstream sources.
5064
5065 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5066
5067 * Makefile.def: Restore host and target settings for gmp.
5068 * Makefile.in: Rebuild.
5069
5070 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5071
5072 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5073 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5074 Fix portability of test of C++ as bootstrap language. Add
5075 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5076 * configure: Rebuild.
5077 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5078 and cloog. Fix in-tree ppl configuration. Introduce libelf
5079 in-tree building.
5080 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5081 (POSTSTAGE1_HOST_EXPORTS): Use it.
5082 (STAGE[+id+]_CXXFLAGS): New.
5083 (BASE_FLAGS_TO_PASS): Pass it down.
5084 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5085 extra_exports.
5086 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5087 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5088 extra_exports.
5089 * Makefile.in: Rebuild.
5090
5091 2009-11-17 Ben Elliston <bje@au.ibm.com>
5092
5093 * config.sub, config.guess: Update from upstream sources.
5094
5095 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5096
5097 * MAINTAINERS (Write After Approval): Add myself.
5098
5099 2009-11-09 Jon Beniston <jon@beniston.com>
5100
5101 * MAINTAINERS (Write After Approval): Add myself.
5102
5103 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5104
5105 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5106 paths for *-w64-mingw* and x86_64-*mingw*.
5107 * configure: Regenerated.
5108
5109 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
5110
5111 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5112
5113 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5114
5115 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5116 Phil Edwards to Write-After Approval.
5117
5118 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
5119
5120 * configure.ac: Disable target-winsup & co for
5121 x86_64-*-mingw* and *-w64-mingw* targets.
5122 * configure: Regenerated.
5123
5124 2009-10-16 Nick Clifton <nickc@redhat.com>
5125
5126 * MAINTAINERS: Add myself as a maintainer for the RX port.
5127
5128 2009-10-26 Johannes Singler <singler@kit.edu>
5129
5130 * MAINTAINERS (Write After Approval): Update my e-mail address.
5131
5132 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5133
5134 * configure.ac (CLooG test): Use = with test.
5135 * configure: Regenerate.
5136
5137 2009-10-22 Richard Guenther <rguenther@suse.de>
5138
5139 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5140 cloog if the ppl version check failed. Move flags saving
5141 before setting in libelf check.
5142 * configure: Regenerate.
5143
5144 2009-10-21 Richard Guenther <rguenther@suse.de>
5145
5146 * configure.ac: Adjust the ppl and cloog configure to work as
5147 documented. Disable cloog if ppl was disabled. Omit the version
5148 checks if they were disabled.
5149 * configure: Re-generate.
5150
5151 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5152
5153 * configure.ac: Add 'lto' to enable_languages, not
5154 new_enable_languages, and only if not already present.
5155 * configure: Regenerate.
5156
5157 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
5158
5159 * README: Refer to the various COPYING* files instead of just
5160 COPYING.
5161 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5162
5163 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
5164
5165 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5166
5167 2009-10-07 Richard Guenther <rguenther@suse.de>
5168
5169 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5170 and Richard Guenther as reviewers.
5171 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5172 as reviewers.
5173
5174 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
5175
5176 * config.sub: Update from upstream sources.
5177
5178 2009-10-06 Ian Lance Taylor <iant@google.com>
5179
5180 * Makefile.def: check-gold depends upon all-gas.
5181 * Makefile.in: Rebuild.
5182
5183 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
5184
5185 * MAINTAINERS (Write After Approval): Add myself.
5186
5187 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
5188
5189 * Makefile.def: all-lto-plugin depends on all-libiberty.
5190 set bootstrap=true for lto-plugin.
5191 Add lto-plugin.
5192 * Makefile.in: Regenerate.
5193 * configure.ac (host_libs): Add lto-plugin.
5194 * configure: Regenerate.
5195
5196 2009-10-03 Diego Novillo <dnovillo@google.com>
5197
5198 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5199 (HOST_LIBELFLIBS): Define.
5200 (HOST_LIBELFINC): Define.
5201 * Makefile.in: Regenerate.
5202 * configure.ac: Add --enable-lto.
5203 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5204 If --enable-lto is used, add 'lto' to new_enable_languages.
5205 If --enable-lto is used and gold is enabled, add
5206 lto-plugin to configdirs.
5207 * configure: Regenerate.
5208
5209 2009-10-03 Simon Baldwin <simonb@google.com>
5210
5211 * configure.ac: If --with-system-zlib, suppress local zlib and
5212 pass --with-system-zlib to subdir configure scripts.
5213 * configure: Regenerate.
5214
5215 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
5216 Paolo Bonzini <bonzini@gnu.org>
5217
5218 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5219 $(srcdir).
5220 * Makefile.in: Rebuilt.
5221
5222 2009-09-26 Gary Funck <gary@intrepid.com>
5223
5224 * MAINTAINERS (Write After Approval): Add myself.
5225
5226 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5227
5228 * configure.ac: Update minimum MPC version to 0.7.
5229 * configure: Regenerate.
5230
5231 2009-09-25 Nick Clifton <nickc@redhat.com>
5232
5233 * configure.ac: Pass any --cache-file=/dev/null option on to
5234 subconfigures.
5235 * configure: Regenerate.
5236
5237 2009-09-23 Nick Clifton <nickc@redhat.com>
5238
5239 * config.sub, config.guess: Update from upstream sources.
5240
5241 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
5242
5243 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5244 * Makefile.in: Rebuilt.
5245
5246 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5247
5248 PR bootstrap/32272
5249 * configure.ac: Error out if $srcdir isn't '.' but contains
5250 host-${host_noncanonical}.
5251 * configure: Regenerate.
5252
5253 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5254
5255 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5256 maintainer.
5257
5258 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5259
5260 * configure.ac: If bootstrapping a combined tree with
5261 --enable-gold, require c++ in stage1_languages.
5262 * configure: Regenerate.
5263
5264 * configure.ac: Also add target_libs of stage1_languages to
5265 bootstrap_target_libs.
5266 * configure: Regenerate.
5267
5268 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5269 with --enable-languages not containing c++.
5270 * configure: Regenerate.
5271
5272 2009-09-15 Jie Zhang <jie.zhang@analog.com>
5273
5274 * configure.ac: Disable java and boehm-gc for bfin-*-*.
5275 * configure: Regenerate.
5276
5277 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
5278
5279 * MAINTAINERS (Write After Approval): Update my e-mail address,
5280 and move from from here...
5281 (Waiting for paperwork): To here.
5282
5283 2009-09-09 Joseph Myers <joseph@codesourcery.com>
5284
5285 * MAINTAINERS (Reviewers): Add self as driver reviewer.
5286
5287 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5288
5289 * configure.ac: Do not use $extrasub for replacing @if/@endif
5290 parts in Makefile; instead, use additional arguments to
5291 AC_CONFIG_COMMANDS to do the replacement manually, with several
5292 sed invocations, to avoid HP-UX sed command limits.
5293 * configure: Regenerate.
5294
5295 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
5296
5297 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5298 blank before -L.
5299
5300 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
5301
5302 * configure.ac (with-build-config): Document. Handle without.
5303 Handle missing argument.
5304 * configure: Rebuilt.
5305
5306 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
5307
5308 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
5309 Default to bootstrap-debug only if compare-debug works.
5310 * configure: Rebuilt.
5311 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5312 * Makefile.in: Rebuilt.
5313
5314 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5315
5316 * MAINTAINERS (OS Port Maintainers): Update my email address.
5317
5318 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
5319
5320 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5321 * Makefile.in: Rebuilt.
5322
5323 2009-09-01 Chris Demetriou <cgd@google.com>
5324
5325 * MAINTAINERS (Write After Approval): Add myself.
5326
5327 2009-08-31 Dodji Seketeli <dodji@redhat.com>
5328
5329 PR debug/30161
5330 * include/dwarf2.h (enum dwarf_tag): Added
5331 DW_TAG_GNU_template_template_param
5332 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5333
5334 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5335
5336 * Makefile.tpl (AWK): Fix typo.
5337 * Makefile.in: Regenerate.
5338
5339 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5340
5341 * configure.ac: Detect awk and sed.
5342 * Makefile.def (flags_to_pass): Add AWK and SED.
5343 * Makefile.tpl (AWK, SED): New.
5344 (BASE_FLAGS_TO_PASS): Add AWK and SED.
5345 * configure: Regenerate.
5346 * Makefile.in: Regenerate.
5347
5348 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
5349
5350 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5351 (collapseslashes): Likewise.
5352
5353 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5354
5355 * configure.ac (AC_PREREQ): Bump to 2.64.
5356
5357 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5358
5359 * configure.ac: Remove --with-datarootdir, --with-docdir,
5360 --with-pdfdir, --with-htmldir switches.
5361 * configure: Regenerate.
5362
5363 * configure: Regenerate.
5364
5365 * compile: Sync from Automake 1.11.
5366 * depcomp: Likewise.
5367 * install-sh: Likewise.
5368 * missing: Likewise.
5369 * mkinstalldirs: Likewise.
5370 * ylwrap: Likewise.
5371
5372 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
5373
5374 * ltmain.sh (func_normal_abspath): New function.
5375 (func_relative_path): Likewise.
5376 (func_mode_help): Document new -bindir option for link mode.
5377 (func_mode_link): Add new -bindir option, and use it to place
5378 output DLL if specified.
5379
5380 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5381
5382 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5383 (baseargs): Add --disable-option-checking.
5384 * configure: Regenerate.
5385
5386 * Makefile.def (configure-target-libiberty): Depend on
5387 all-binutils and all-ld.
5388 (configure-target-newlib): Likewise.
5389 * Makefile.in: Regenerate.
5390
5391 2009-08-17 Ben Elliston <bje@au.ibm.com>
5392
5393 * config.sub, config.guess: Update from upstream sources.
5394
5395 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5396
5397 Sync from src, merge:
5398
5399 2009-07-02 Tristan Gingold <gingold@adacore.com>
5400
5401 * configure.ac: Do not exclude gas for i386-*-darwin.
5402 Add a case for x86_64-*-darwin.
5403 * configure: Regenerate.
5404
5405 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
5406
5407 * MAINTAINERS: Add my name to Write After Approval list.
5408
5409 2009-08-06 Michael Eager <eager@eagercon.com>
5410
5411 * configure.ac: Add Microblaze target.
5412 * configure: Regenerate.
5413
5414 2009-07-31 Christian Bruel <christian.bruel@st.com>
5415
5416 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5417 * configure: Regenerate.
5418
5419 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
5420
5421 * MAINTAINERS (Write After Approval): Update my e-mail address.
5422
5423 2009-07-06 Ian Lance Taylor <iant@google.com>
5424
5425 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5426 * configure: Rebuild.
5427
5428 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
5429
5430 * MAINTAINERS: Move myself to the Graphite Reviewers.
5431
5432 2009-06-30 Wei Guozhi <carrot@google.com>
5433
5434 * MAINTAINERS: Add my name to Write After Approval list.
5435
5436 2009-06-26 Steve Ellcey <sje@cup.hp.com>
5437
5438 PR bootstrap/40338
5439 * configure.ac (comparestring): Create new variable.
5440 * Makefile.tpl (comparestring): Use to skip some comparisions.
5441 * configure: Regenerate.
5442 * Makefile.in: Regenerate.
5443
5444 2009-06-26 Doug Evans <dje@sebabeach.org>
5445
5446 * Makefile.def (host_modules): Add cgen.
5447 * Makefile.in: Regenerate.
5448 * configure.ac (host_tools): Add cgen.
5449 * configure: Regenerate.
5450
5451 2009-06-23 DJ Delorie <dj@redhat.com>
5452
5453 * MAINTAINERS: Add myself as mep maintainer.
5454
5455 2009-06-23 Ian Lance Taylor <iant@google.com>
5456
5457 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
5458 boot_languages. Only bootstrap target libraries listed in
5459 target_libs for some boot language. Add --with-stage1-ldflags,
5460 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
5461 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
5462 if not building with C++.
5463 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5464 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5465 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5466 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5467 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
5468 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5469 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5470 * configure, Makefile.in: Rebuild.
5471
5472 2009-06-23 Li Feng <nemokingdom@gmail.com>
5473
5474 * MAINTAINERS: Added my name to write-after-approval list.
5475
5476 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
5477
5478 * configure.ac: Define is_elf for QNX Neutrino targets.
5479 * configure: Regenerate.
5480
5481 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
5482
5483 * MAINTAINERS: Added my name to the write-after-approval list
5484
5485 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5486
5487 * configure.ac: Detect MPC in default directory.
5488 * configure: Regenerate.
5489
5490 2009-06-03 Jerome Guitton <guitton@adacore.com>
5491 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5492
5493 * Makefile.tpl (all): Avoid a trailing backslash.
5494 * Makefile.in: Regenerate.
5495
5496 2009-06-03 Ben Elliston <bje@au.ibm.com>
5497
5498 * config.sub, config.guess: Update from upstream sources.
5499
5500 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
5501
5502 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5503 to noconfdirs.
5504 * configure: Regenerate.
5505
5506 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
5507
5508 * Makefile.tpl ([+compare-target+]): Compare all stage
5509 directories, rather than just gcc.
5510 * Makefile.in: Rebuilt.
5511
5512 2009-06-01 Doug Kwan <dougkwan@google.com>
5513
5514 * configure.ac: Support gold for target arm*-*-*.
5515 * configure: Regenerate.
5516
5517 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5518
5519 * Makefile.def: Add MPC support and dependencies.
5520 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
5521
5522 * Makefile.in, configure: Regenerate.
5523
5524 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
5525
5526 * Makefile.tpl (all): Avoid harmless warning in make all when
5527 gcc-bootstrap is enabled but stage_last does not exist.
5528 * Makefile.in: Rebuilt.
5529
5530 2009-05-24 Nicolas Roche <roche@adacore.com>
5531
5532 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5533 * Makefile.in: Regenerate.
5534
5535 2009-05-21 Denis Chertykov <chertykov@gmail.com>
5536
5537 * MAINTAINERS: Update my e-mail address.
5538
5539 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
5540
5541 * configure.ac (cygwin noconfigdirs): Remove libgcj.
5542 * configure: Regenerate.
5543
5544 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5545
5546 PR other/40159
5547 * Makefile.tpl (all): Don't assume gcc-bootstrap and
5548 gcc-no-bootstrap are mutually exclusive.
5549 * Makefile.in: Rebuilt.
5550
5551 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5552
5553 PR other/40159
5554 * Makefile.tpl (all): Don't end with unconditional success.
5555 * Makefile.in: Rebuilt.
5556
5557 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
5558
5559 PR target/37137
5560 * Makefile.def (flags_to_pass): Remove redundant and incomplete
5561 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5562 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5563 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
5564 stage_configureflags, stage_cflags and stage_libcflags into
5565 explicit Makefile macros.
5566 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5567 GFORTRAN.
5568 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5569 CC. Set CC_FOR_BUILD from CC.
5570 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5571 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5572 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5573 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
5574 and GFORTRAN.
5575 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5576 (_LIBCFLAGS): Renamed to _TFLAGS.
5577 (do-compare-debug, do-compare3-debug): Drop.
5578 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5579 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5580 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5581 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5582 (XGCC_FLAGS_FOR_TARGET): New.
5583 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5584 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5585 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5586 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5587 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
5588 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
5589 TFLAGS.
5590 (BUILD_CONFIG): Include if requested.
5591 (all): Set TFLAGS on bootstrap.
5592 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5593 (all-stageid-prefixmodule): Likewise.
5594 (do-clean, distclean-stageid): Set TFLAGS.
5595 (restrap): Fix whitespace.
5596 * Makefile.in: Rebuilt.
5597
5598 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
5599
5600 * config.guess: Sync with src.
5601
5602 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
5603
5604 * configure.ac ($with_ppl): Default to no if not supplied.
5605 ($with_cloog): Likewise.
5606 configure: Regenerate.
5607
5608 2009-04-27 James E. Wilson <wilson@codesourcery.com>
5609
5610 * MAINTAINERS: Update my e-mail address.
5611
5612 2009-04-27 Nick Clifton <nickc@redhat.com>
5613
5614 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5615
5616 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5617
5618 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5619 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5620 * Makefile.in: Regenerate.
5621
5622 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5623
5624 PR bootstrap/39739
5625 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5626 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5627
5628 * configure, Makefile.in: Regenerate.
5629
5630 2009-04-21 Taras Glek <tglek@mozilla.com>
5631
5632 * include/hashtab.h: Update GTY annotations to new syntax
5633 * include/splay-tree.h: Likewise
5634
5635 2009-04-17 Ben Elliston <bje@au.ibm.com>
5636
5637 * config.sub, config.guess: Update from upstream sources.
5638
5639 2009-04-15 Anthony Green <green@moxielogic.com>
5640
5641 * configure.ac: Add moxie support.
5642 * configure: Rebuilt.
5643
5644 2009-04-14 Jakub Jelinek <jakub@redhat.com>
5645
5646 * configure.ac: Change copyright header to refer to version
5647 3 of the GNU General Public License and to point readers at the
5648 COPYING3 file and the FSF's license web page.
5649 * Makefile.def: Likewise.
5650 * Makefile.tpl: Likewise.
5651 * Makefile.in: Regenerate.
5652
5653 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
5654
5655 * configure.ac: Restore match for darwin9 or later. Use double
5656 brackets since regeneration eats one pair.
5657 * configure: Regenerate.
5658
5659 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5660
5661 PR gas/10039
5662 * configure.ac: Require texinfo 4.7.
5663 * configure: Regenerated.
5664
5665 2009-04-09 Nick Clifton <nickc@redhat.com>
5666
5667 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5668 the GCC Runtime Library Exception.
5669
5670 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5671
5672 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5673 * configure: Regenerate.
5674
5675 2009-04-01 Steve Ellcey <sje@cup.hp.com>
5676
5677 * Makefil.def (languages): New entries.
5678 * Makefile.tpl (check-gcc-*): New generic target.
5679 * Makefile.in: Regenerate.
5680
5681 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
5682
5683 * MAINTAINERS: Update my email address.
5684
5685 2009-03-18 Tom Tromey <tromey@redhat.com>
5686
5687 * configure: Rebuild.
5688 * configure.ac (host_libs): Add libiconv.
5689 * Makefile.in: Rebuild.
5690 * Makefile.def (host_modules): Add libiconv.
5691 (configure-gdb, all-gdb): Depend on libiconv.
5692
5693 2009-03-16 Tristan Gingold <gingold@adacore.com>
5694
5695 * configure.ac: Treat gdb as supported on x86_64-darwin.
5696 * configure: Regenerate.
5697
5698 2009-03-16 Joseph Myers <joseph@codesourcery.com>
5699
5700 * configure.ac (--with-host-libstdcxx): New option.
5701 * configure: Regenerate.
5702
5703 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
5704
5705 * MAINTAINERS: Move myself into the write after approval list.
5706
5707 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
5708
5709 * MAINTAINERS: Update e-mail address.
5710
5711 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
5712
5713 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
5714
5715 2009-03-10 Ira Rosen <irar@il.ibm.com>
5716
5717 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
5718
5719 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5720
5721 Backport from git Libtool:
5722
5723 2009-01-19 Robert Millan <rmh@aybabtu.com>
5724 Support GNU/kOpenSolaris.
5725 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
5726 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
5727 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
5728 GNU/kOpenSolaris.
5729
5730 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
5731
5732 * MAINTAINERS: Update e-mail address.
5733
5734 2009-02-24 Michael Eager <eager@eagercon.com>
5735
5736 * MAINTAINERS (Write After Approval): Add self.
5737
5738 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
5739
5740 * MAINTAINERS (Write After Approval): Add myself.
5741
5742 2009-02-05 Andreas Schwab <schwab@suse.de>
5743
5744 * Makefile.tpl (stage_last): Define $r and $s before using
5745 $(RECURSE_FLAGS_TO_PASS).
5746 * Makefile.in: Regenerate
5747
5748 2009-01-30 Ian Lance Taylor <iant@google.com>
5749
5750 * MAINTAINERS: Move myself to the Global Reviewers list.
5751
5752 2009-01-29 Robert Millan <rmh@aybabtu.com>
5753
5754 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
5755 * configure: Regenerate.
5756
5757 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
5758
5759 * MAINTAINERS: Make whitespace consistent.
5760 Remove Robert Millan from Write After Approval.
5761
5762 2009-01-16 Alan Modra <amodra@bigpond.net.au>
5763
5764 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
5765 (all-opcodes): Depend on all-libiberty.
5766 * Makefile.in: Regenerate.
5767
5768 2009-01-15 Douglas B Rupp <rupp@gnat.com>
5769
5770 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
5771 * configure: Regenerate.
5772
5773 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
5774
5775 * MAINTAINERS (Write After Approval): Add myself.
5776
5777 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
5778
5779 * MAINTAINERS: Add myself to reviewers (Fortran).
5780
5781 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
5782
5783 PR tree-optimization/38515
5784 * configure.ac (cloog-polylib): Removed.
5785 (with_ppl, with_cloog): Test for "no".
5786 * configure: Regenerated.
5787
5788 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
5789
5790 * MAINTAINERS: Moved myself to reviewers (Fortran).
5791
5792 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
5793
5794 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
5795 (Write After Approval): Remove myself.
5796
5797 2009-01-03 Diego Novillo <dnovillo@google.com>
5798
5799 * MAINTAINERS: Remove myself from alias maintainership.
5800
5801 2009-01-02 David Ayers <ayers@fsfe.org>
5802
5803 * MAINTAINERS: Update e-mail address.
5804
5805 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
5806
5807 * MAINTAINERS: Make whitespace consistent.
5808
5809 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5810
5811 Backport from upstream Libtool:
5812 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
5813 Add cache variables to tests that require the linker to work.
5814 For shlibpath_overrides_runpath, this also changes the semantics
5815 to let the result from the C compiler take precedence.
5816
5817 2008-12-02 Ben Elliston <bje@au.ibm.com>
5818
5819 * config.sub, config.guess: Update from upstream sources.
5820
5821 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
5822
5823 * configure.ac (ppllibs): Add by default the lib flags.
5824 * configure: Regenerate.
5825
5826 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
5827
5828 * MAINTAINERS: Add myself to the write after approval list.
5829
5830 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
5831
5832 * configure.ac: Add double brackets on darwin[912].
5833 * configure: Regenerate.
5834
5835 2008-12-03 Daniel Kraft <d@domob.eu>
5836
5837 * MAINTAINERS: Moved myself and Mikael Morin from Write After
5838 Approval to Reviewer section (for Fortran front-end).
5839
5840 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
5841
5842 * configure.ac: Expand to darwin10 and later.
5843 * configure: Regenerate.
5844
5845 2008-12-02 Andreas Schwab <schwab@suse.de>
5846
5847 * Makefile.def: configure-target-boehm-gc depends on
5848 all-target-libstdc++-v3.
5849 * Makefile.in: Regenerate.
5850
5851 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
5852
5853 * MAINTAINERS: Add myself as mingw maintainer.
5854
5855 2008-12-02 Ben Elliston <bje@au.ibm.com>
5856
5857 * config.sub, config.guess: Update from upstream sources.
5858
5859 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
5860
5861 * README.SCO: Remove.
5862
5863 2008-11-29 Fernando Pereira <pronesto@gmail.com>
5864
5865 * MAINTAINERS: Add myself to the write after approval list.
5866
5867 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
5868
5869 * MAINTAINERS: Update my email address in WAA section.
5870
5871 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
5872
5873 * MAINTAINERS: Update e-mail address.
5874
5875 2008-11-27 Toon Moene <toon@moene.org>
5876
5877 * MAINTAINERS: Change e-mail address.
5878
5879 2008-11-27 Tristan Gingold <gingold@adacore.com>
5880
5881 * configure.ac: Build gdb for i?86-*-darwin*
5882 * configure: Regenerated.
5883
5884 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
5885
5886 * MAINTAINERS: Added my full name.
5887
5888 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
5889
5890 PR bootstrap/38014
5891 PR bootstrap/37923
5892
5893 Revert:
5894
5895 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5896
5897 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5898 * Makefile.in: Regenerated.
5899
5900 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5901
5902 PR gdb/921
5903 PR gdb/1646
5904 PR gdb/2175
5905 PR gdb/2176
5906
5907 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5908 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5909 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5910 (HOST_EXPORTS): Pass CPPFLAGS.
5911 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5912 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5913 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5914 * Makefile.in, configure: Regenerated.
5915 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5916 and CPPFLAGS_FOR_BUILD.
5917
5918 2008-11-06 Jeff Law <law@redhat.com>
5919
5920 * MAINTAINERS: Add myself as middle end maintainer.
5921
5922 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
5923
5924 * MAINTAINERS (Write after approval): Add myself.
5925
5926 2008-11-05 Diego Novillo <dnovillo@google.com>
5927
5928 * MAINTAINERS (Global Reviewers): Add myself.
5929 (Non-Algorithmic Maintainers): Remove myself.
5930
5931 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
5932
5933 * MAINTAINERS (Write after approval): Add myself.
5934
5935 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
5936
5937 * MAINTAINERS (Write after approval): Add myself.
5938
5939 2008-10-31 Ben Elliston <bje@au.ibm.com>
5940
5941 * configure.ac (spu-*-*): Remove special case.
5942 * configure: Regenerate.
5943
5944 2008-10-30 Catherine Moore <clm@codesourcery.com>
5945
5946 * MAINTAINERS (Write after approval): Update my email address.
5947
5948 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
5949
5950 * configure.ac [spu-*-*]: Do not set skipdirs.
5951 * configure: Re-generate.
5952
5953 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
5954
5955 * MAINTAINERS (Various Maintainers): Add myself to reload.
5956
5957 2008-10-25 Richard Guenther <rguenther@suse.de>
5958
5959 * MAINTAINERS (Various Maintainers): Add myself as middle-end
5960 maintainer. Remove myself as libgcc-math maintainer.
5961 (Non-Algorithmic Maintainers): Remove myself.
5962
5963 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
5964
5965 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
5966 * Makefile.in: Regenerated.
5967
5968 2008-10-23 Cary Coutant <ccoutant@google.com>
5969
5970 * MAINTAINERS (Write after approval): Add myself.
5971
5972 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
5973
5974 PR gdb/921
5975 PR gdb/1646
5976 PR gdb/2175
5977 PR gdb/2176
5978
5979 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
5980 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
5981 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
5982 (HOST_EXPORTS): Pass CPPFLAGS.
5983 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
5984 (LDFLAGS_FOR_TARGET): Initialize from configure script.
5985 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
5986 * Makefile.in, configure: Regenerated.
5987 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
5988 and CPPFLAGS_FOR_BUILD.
5989
5990 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
5991
5992 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
5993 Sebastian Pop.
5994
5995 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
5996
5997 * MAINTAINERS (Write After Approval): Added myself.
5998
5999 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6000
6001 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6002 recommended version to 2.3.2.
6003
6004 * configure: Regenerate.
6005
6006 2008-10-01 Mark Mitchell <mark@codesourcery.com>
6007
6008 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6009
6010 2008-09-29 David Daney <david.daney@caviumnetworks.com>
6011
6012 * MAINTAINERS (Write After Approval): Update e-mail address.
6013
6014 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6015
6016 * libtool.m4: Update to libtool 2.2.6.
6017 * lt~obsolete.m4: Update to libtool 2.2.6.
6018 * ltmain.sh: Update to libtool 2.2.6.
6019 * ltsugar.m4: Update to libtool 2.2.6.
6020 * ltversion.m4: Update to libtool 2.2.6.
6021 * ltoptions.m4: Update to libtool 2.2.6.
6022 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6023
6024 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6025
6026 * MAINTAINERS (Write After Approval): Add myself.
6027
6028 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6029
6030 * MAINTAINERS (Write After Approval): Update my name.
6031
6032 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6033
6034 * MAINTAINERS: Add myself in "Write After Approval".
6035
6036 2008-09-18 Steve Ellcey <sje@cup.hp.com>
6037
6038 * MAINTAINERS: Add myself as ia64 maintainer.
6039
6040 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6041
6042 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6043 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6044 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6045 and Michael Tiemann from Write After Approval since they do not
6046 actually have access.
6047
6048 2008-09-05 Richard Guenther <rguenther@suse.de>
6049
6050 * configure.ac: Initialize clooglibs to -lcloog.
6051 * configure: Re-generate.
6052
6053 2008-09-04 Le-Chun Wu <lcwu@google.com>
6054
6055 * MAINTAINERS (Write After Approval): Add myself.
6056
6057 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6058
6059 * configure.ac (--with-cloog-polylib): New.
6060 (--disable-cloog-version-check): New.
6061 (--disable-ppl-version-check): New.
6062 * configure: Re-generate.
6063
6064 2008-09-03 Richard Guenther <rguenther@suse.de>
6065
6066 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6067 cloog test.
6068 * configure: Re-generate.
6069
6070 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6071
6072 Add picoChip port.
6073 * MAINTAINERS: Add picoChip maintainers.
6074
6075 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6076 Tobias Grosser <grosser@fim.uni-passau.de>
6077 Jan Sjodin <jan.sjodin@amd.com>
6078 Harsha Jagasia <harsha.jagasia@amd.com>
6079 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6080 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6081 Adrien Eliche <aeliche@isty.uvsq.fr>
6082
6083 Merge from graphite branch.
6084 * configure: Regenerate.
6085 * Makefile.in: Regenerate.
6086 * configure.ac (host_libs): Add ppl and cloog.
6087 Add checks for PPL and CLooG.
6088 * Makefile.def (ppl, cloog): Added modules and dependences.
6089 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6090 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6091
6092 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6093
6094 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6095 (GCC_SHLIB_SUBDIR): New.
6096 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6097 * configure: Regenerate.
6098 * Makefile.in: Regenerate.
6099
6100 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6101
6102 * MAINTAINERS: Consistently use tabs to separate columns.
6103
6104 2008-08-29 Tristan Gingold <gingold@adacore.com>
6105
6106 * MAINTAINERS (Write after Approval): Add myself.
6107
6108 2008-08-28 Tristan Gingold <gingold@adacore.com>
6109
6110 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6111 Enable bfd, binutils and opcodes.
6112 * configure: Regenerate.
6113
6114 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6115
6116 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6117
6118 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6119
6120 * MAINTAINERS: Use correct Umlaut for last name.
6121
6122 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6123
6124 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6125
6126 2008-08-16 David Edelsohn <edelsohn@gnu.org>
6127
6128 * MAINTAINERS: Update my email address.
6129
6130 2008-08-16 Nicolas Roche <roche@adacore.com>
6131
6132 * Makefile.tpl: Add BOOT_ADAFLAGS.
6133 * Makefile.in: Regenerate.
6134
6135 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6136
6137 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6138 * configure: Regenerate.
6139
6140 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
6141
6142 * configure.ac: Add makefile fragments for hpux.
6143 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6144 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6145 * configure: Regenerate.
6146 * Makefile.in: Regenerate.
6147
6148 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
6149
6150 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6151
6152 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
6153
6154 * MAINTAINERS (Write after Approval): Add myself.
6155
6156 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
6157
6158 * MAINTAINERS (Write After Approval): Add myself.
6159
6160 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
6161
6162 * MAINTAINERS (Write After Approval): Add myself.
6163
6164 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
6165
6166 * MAINTAINERS: Update my email address.
6167
6168 2008-06-25 Joey Ye <joey.ye@intel.com>
6169
6170 * MAINTAINERS (Write After Approval): Add myself.
6171
6172 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6173
6174 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6175 * Makefile.in: Regenerate.
6176 * configure: Regenerate.
6177
6178 2008-06-17 Daniel Kraft <d@domob.eu>
6179
6180 * MAINTAINERS (Write After Approval): Add myself.
6181
6182 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6183
6184 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6185 "$@" is still intact with both Autoconf 2.59 and 2.62.
6186 * configure: Regenerate.
6187
6188 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6189
6190 * Makefile.tpl: Fix comment errors.
6191 * Makefile.in: Regenerate.
6192
6193 2008-06-12 David S. Miller <davem@davemloft.net>
6194 David Edelsohn <edelsohn@gnu.org>
6195
6196 * configure.ac: Add powerpc*-*-* to gold supported targets.
6197 * configure: Regenerate.
6198
6199 2008-06-08 Joseph Myers <joseph@codesourcery.com>
6200
6201 PR tree-optimization/36218
6202 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6203 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6204 (all prefix="build-"): Pass them to build-system sub-makes.
6205 * Makefile.in: Regenerate.
6206
6207 2008-06-07 Joseph Myers <joseph@codesourcery.com>
6208
6209 * MAINTAINERS (mt port): Remove.
6210 (sco5, unixware, sco udk): Remove.
6211 (Kean Johnston): Add to Write After Approval.
6212
6213 2008-05-30 Julian Brown <julian@codesourcery.com>
6214
6215 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
6216 of libobjc for ARM EABI Linux.
6217 * configure: Regenerate.
6218
6219 2008-05-18 Xinliang David Li <davidxl@google.com>
6220
6221 * ChangeLog: Remove wrong ChangeLog entry.
6222
6223 2008-05-17 Xinliang David Li <davidxl@google.com>
6224
6225 * MAINTAINERS (Write After Approval): Add myself.
6226
6227 2008-05-15 Janus Weil <janus@gcc.gnu.org>
6228
6229 * MAINTAINERS (Write After Approval): Add myself.
6230
6231 2008-05-14 Rafael Espíndola <espindola@google.com>
6232
6233 * config-ml.in: don't handle --enable-shared and --enable-static.
6234
6235 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
6236
6237 * MAINTAINERS: Update my email address.
6238
6239 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
6240
6241 * MAINTAINERS: Update my email address.
6242
6243 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
6244
6245 * MAINTAINERS (Write After Approval): Add myself.
6246
6247 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
6248
6249 * MAINTAINERS (Write After Approval): Add myself.
6250
6251 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
6252
6253 * MAINTAINERS (crx): Add myself.
6254
6255 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6256
6257 Sync with src:
6258 2008-04-14 David S. Miller <davem@davemloft.net>
6259
6260 * configure.ac: Add sparc*-*-* to gold supported targets.
6261 * configure: Regenerate.
6262
6263 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6264
6265 PR bootstrap/35457
6266 * configure.ac: Include override.m4.
6267 * configure: Regenerate.
6268
6269 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6270
6271 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6272 * Makefile.in: Regenerate.
6273
6274 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
6275
6276 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6277 as nonconfigurable directories list.
6278 * configure: Regenerate.
6279
6280 2008-04-14 Ben Elliston <bje@au.ibm.com>
6281
6282 * config.sub, config.guess: Update from upstream sources.
6283
6284 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
6285
6286 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6287 * Makefile.in: Regenerate.
6288
6289 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
6290
6291 * configure.ac: Do not build libssp for the AVR.
6292 * configure: Regenerate.
6293
6294 2008-04-07 Ian Lance Taylor <iant@google.com>
6295
6296 * Makefile.def: check-gold depends upon all-binutils.
6297 * Makefile.in: Regenerate.
6298
6299 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
6300
6301 * MAINTAINERS (Write After Approval): Add myself.
6302
6303 2008-04-04 Nick Clifton <nickc@redhat.com>
6304
6305 PR binutils/4334
6306 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6307 builds.
6308 * configure: Regenerate.
6309
6310 2008-04-04 NightStrike <NightStrike@gmail.com>
6311
6312 PR other/35151
6313 * configure.ac: Combine rules for mingw32 and mingw64.
6314 * configure: Regenerate.
6315
6316 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
6317
6318 * MAINTAINERS (Write After Approval): Add myself.
6319
6320 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
6321
6322 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6323 * Makefile.in (.NOTPARALLEL): Ditto.
6324
6325 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
6326
6327 * MAINTAINERS (Write After Approval): Add myself.
6328
6329 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
6330
6331 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6332 * Makefile.in (.NOTPARALLEL): Regenerate.
6333
6334 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
6335
6336 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6337 * Makefile.in: Regenerate.
6338
6339 2008-03-26 Jakub Staszak <kuba@et.pl>
6340
6341 * MAINTAINERS (Write After Approval): Add myself.
6342
6343 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6344
6345 * MAINTAINERS: Update e-mail address.
6346
6347 2008-03-20 Ian Lance Taylor <iant@google.com>
6348
6349 * configure.ac: Add support for --enable-gold.
6350 * Makefile.def: Add gold as a directory like ld.
6351 * configure, Makefile.in: Regenerate.
6352
6353 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6354
6355 * configure.ac: m4_include config/proginstall.m4.
6356 * configure: Regenerate.
6357
6358 Backport from upstream Libtool:
6359
6360 2007-10-12 Eric Blake <ebb9@byu.net>
6361
6362 Deal with Autoconf 2.62's semantic change in m4_append.
6363 * ltsugar.m4 (lt_append): Replace broken versions of
6364 m4_append.
6365 (lt_if_append_uniq): Don't require separator to be overquoted,
6366 and avoid broken m4_append.
6367 (lt_dict_add): Fix typo.
6368 * libtool.m4 (_LT_DECL): Don't overquote separator.
6369
6370 2008-03-13 David Edelsohn <edelsohn@gnu.org>
6371
6372 * config.rpath: Add AIX 6 support.
6373
6374 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
6375
6376 * Makefile.def (stageprofile). Remove -fprofile-generate
6377 from stage_libcflags.
6378 * Makefile.in: Regenerate.
6379
6380 2008-03-13 Ben Elliston <bje@au.ibm.com>
6381
6382 * config.sub, config.guess: Update from upstream sources.
6383
6384 2008-03-06 Tom Tromey <tromey@redhat.com>
6385
6386 * MAINTAINERS: Update for treelang deletion.
6387
6388 2008-03-03 James E. Wilson <wilson@tuliptree.org>
6389
6390 * MAINTAINERS: Update my email address.
6391
6392 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
6393
6394 * MAINTAINERS (darwin port): Add myself as a maintainer.
6395 (objective-c/c++): Add myself as a maintainer.
6396
6397 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
6398
6399 * MAINTAINERS (Write After Approval): Update my email address.
6400
6401 2008-02-25 Tomas Bily <tbily@suse.cz>
6402
6403 * MAINTAINERS (Write After Approval): Add myself.
6404
6405 2008-02-23 Jakub Jelinek <jakub@redhat.com>
6406
6407 * MAINTAINERS (OpenMP): Add myself.
6408
6409 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
6410
6411 PR bootstrap/32009
6412 PR bootstrap/32161
6413
6414 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6415 * configure: Regenerate.
6416
6417 * Makefile.def: Define stage_libcflags for all bootstrap stages.
6418 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6419 STAGE4_LIBCFLAGS): New.
6420 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6421 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6422 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6423 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6424 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6425 for target modules. Don't export LIBCFLAGS.
6426 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6427 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6428 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6429 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6430 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6431 * Makefile.in: Regenerate.
6432
6433 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6434
6435 PR libgcj/33085
6436 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6437 Do not use -DDLL_EXPORT. Backport from upstream.
6438
6439 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6440
6441 * MAINTAINERS (Write After Approval): Add myself.
6442
6443 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
6444
6445 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6446 * configure: Regenerate.
6447
6448 2008-01-31 Marc Gauthier <marc@tensilica.com>
6449
6450 * configure.ac (xtensa*-*-*): Recognize processor variants.
6451 * configure: Regenerate.
6452
6453 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6454
6455 PR bootstrap/34922
6456 * configure.ac (PARSE_ARGS): Push suitable setting of
6457 ac_subdirs_all, for `./configure --help=recursive'.
6458 Handle `+' in generic toplevel directory disabling.
6459 * configure: Regenerate.
6460
6461 2008-01-28 Nick Clifton <nickc@redhat.com>
6462
6463 * MAINTAINERS (xstormy16): Take over maintainership.
6464
6465 2008-01-25 Joseph Myers <joseph@codesourcery.com>
6466
6467 * MAINTAINERS (c4x port): Remove.
6468
6469 2008-01-24 David Edelsohn <edelsohn@gnu.org>
6470
6471 * libtool.m4: Backport AIX 6 support from ToT Libtool.
6472
6473 2008-01-23 Ben Elliston <bje@au.ibm.com>
6474
6475 * config.sub, config.guess: Update from upstream sources.
6476
6477 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
6478
6479 * MAINTAINERS (Write After Approval): Add myself.
6480
6481 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
6482
6483 * MAINTAINERS: Update my email address.
6484
6485 2008-01-09 Raksit Ashok <raksit@google.com>
6486
6487 * MAINTAINERS (Write After Approval): Add myself.
6488
6489 2008-01-09 Raksit Ashok <raksit@google.com>
6490
6491 * MAINTAINERS (Write After Approval): Add myself.
6492
6493 2008-01-08 Ben Elliston <bje@au.ibm.com>
6494
6495 * config.sub, config.guess: Update from upstream sources.
6496
6497 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6498
6499 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6500 Change recommended MPFR from 2.2.1 -> 2.3.0.
6501 * configure: Regenerate.
6502
6503 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
6504
6505 * MAINTAINERS: Update my email address.
6506
6507 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
6508
6509 * MAINTAINERS: Update my email address.
6510
6511 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
6512
6513 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6514 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6515 * Makefile.in: Regenerate.
6516
6517 2007-12-10 Mark Heffernan <meheff@google.com>
6518
6519 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6520 misplaced entries.
6521
6522 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
6523
6524 * configure.ac: Enable libjava for x86_64-*-darwin9.
6525 * configure: Regenerate.
6526
6527 2007-12-07 Bill Maddox <maddox@google.com>
6528
6529 * MAINTAINERS (Write After Approval): Add myself.
6530
6531 2007-12-05 Ben Elliston <bje@au.ibm.com>
6532
6533 * config.sub, config.guess: Update from upstream sources.
6534
6535 2007-12-02 Matthias Klose <doko@ubuntu.com>
6536
6537 * config-ml.in: Remove 64bit configure tests.
6538
6539 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6540
6541 * config-ml.in: Robustify against white space in absolute file
6542 names.
6543
6544 * config-ml.in (multi-clean): Substitute ${Makefile}.
6545 Remove superfluous ${Makefile} in list.
6546
6547 2007-11-19 Thiemo Seufer <ths@mips.com>
6548
6549 * config-ml.in: Don't hardcode the Makefile name.
6550
6551 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
6552
6553 * MAINTAINERS (Write After Approval): Add myself.
6554
6555 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
6556
6557 * MAINTAINERS (Write After Approval): Add myself.
6558
6559 2007-11-06 Doug Kwan <dougkwan@google.com>
6560
6561 * MAINTAINERS (Write After Approval): Add myself.
6562
6563 2007-10-25 Ben Elliston <bje@au.ibm.com>
6564
6565 * MAINTAINERS (mercury): Remove entry.
6566 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6567
6568 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6569
6570 * Makefile.def (dependencies): Make configure-gdb depend on
6571 all-intl.
6572 * Makefile.in: Regenerated.
6573
6574 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
6575
6576 * MAINTAINERS (Fortran maintainer): Remove myself.
6577
6578 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
6579
6580 * Makefile.def: To avoid problems running with parallel makes,
6581 build newlib before libgloss so that target specific header
6582 files are availble.
6583 * Makefile.in: Regenerate
6584
6585 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6586
6587 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6588 * Makefile.in: Regenerate.
6589
6590 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
6591
6592 * MAINTAINERS (Register allocation reviewer): Add myself.
6593
6594 2007-10-08 Mike Frysinger <vapier@gentoo.org>
6595
6596 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6597 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6598 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
6599 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6600 * configure: Regenerate.
6601
6602 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
6603
6604 * MAINTAINERS (Register allocation reviewer): Add myself.
6605
6606 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
6607
6608 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6609 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6610 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6611 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6612 * configure.ac: Default them to host tools for $host = $build.
6613 Subst them.
6614
6615 * configure: Regenerate.
6616 * Makefile.in: Regenerate.
6617
6618 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
6619
6620 * MAINTAINERS (Register allocation reviewer): Add myself.
6621
6622 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
6623
6624 * MAINTAINERS (Register allocation reviewer): Add myself.
6625
6626 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
6627
6628 * MAINTAINERS (Write After Approval): Fix typo.
6629
6630 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
6631
6632 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6633 * configure: Regenerate.
6634
6635 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
6636
6637 PR bootstrap/31906
6638 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6639 they're already prefixed.
6640
6641 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
6642
6643 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6644 libstdc++.
6645 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6646 * configure: Regenerate.
6647 * Makefile.in: Regenerate.
6648
6649 2007-09-17 Andreas Schwab <schwab@suse.de>
6650
6651 * configure.ac: Raise minimum makeinfo version to 4.6.
6652 * configure: Regenerate.
6653
6654 2007-09-17 Johannes Singler <singler@ira.uka.de>
6655
6656 * MAINTAINERS (write-after-approval) add myself
6657
6658 2007-09-15 Alan Modra <amodra@bigpond.net.au>
6659
6660 * configure.ac: Correct makeinfo version check.
6661 * configure: Regenerate.
6662
6663 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
6664
6665 * MAINTAINERS: Update my email address.
6666
6667 2007-09-14 Richard Sandiford <richard@codesourcery.com>
6668
6669 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
6670 to $skipdirs and only disable gprof for newlib. Use the normal
6671 mips*-elf* handling in other respects.
6672 * configure: Regnerate.
6673
6674 2007-09-12 David Daney <ddaney@avtrex.com>
6675
6676 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6677 enabling libgcj.
6678 * configure: Regenerate.
6679
6680 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
6681
6682 PR other/32154
6683 * configure.ac: For libgloss targets, point the linker to the linker
6684 script, startup code and simulator library.
6685 * configure: Regenerate.
6686
6687 2007-09-07 Andrew Haley <aph@redhat.com>
6688
6689 * configure.ac (noconfigdirs): Remove target-libffi and
6690 target-libjava.
6691 * configure: Regenerate.
6692
6693 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6694
6695 PR target/33281
6696 * configure.ac: Use config/mh-mingw on mingw.
6697 * configure: Regenerate.
6698
6699 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
6700
6701 * MAINTAINERS (Write After Approval): Add myself.
6702
6703 2007-09-05 Richard Guenther <rguenther@suse.de>
6704
6705 * configure.ac (--enable-stage1-checking): If neither --enable-checking
6706 nor --disable-checking is provided also turn on yes and types
6707 checking for stage1.
6708 * configure: Re-generate.
6709
6710 2007-08-30 Krister Walfridsson <cato@df.lth.se>
6711
6712 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6713 (Write After Approval): Remove myself.
6714
6715 2007-08-29 Nick Clifton <nickc@redhat.com>
6716
6717 * config.sub, config.guess: Update from upstream sources.
6718
6719 2007-08-22 Bud Davis <jmdavis@link.com>
6720
6721 * MAINTAINERS (Write After Approval): Added myself.
6722 * MAINTAINERS (Reviewers): Removed myself.
6723
6724 2007-08-18 Paul Brook <paul@codesourcery.com>
6725 Joseph Myers <joseph@codesourcery.com>
6726
6727 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
6728 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
6729 * Makefile.in: Regenerate.
6730 * configure.ac (--with-debug-prefix-map): New.
6731 * configure: Regenerate.
6732
6733 2007-08-17 Richard Sandiford <richard@codesourcery.com>
6734 Nigel Stephens <nigel@mips.com>
6735
6736 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
6737 as target_makefile_frag.
6738 * configure: Regenerate.
6739
6740 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
6741
6742 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
6743 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
6744 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
6745 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
6746 (do-compare, do-compare3, do-compare-debug): New.
6747 ([+compare-target+]): Use them.
6748
6749 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
6750
6751 * MAINTAINERS (Write After Approval): Change my email address.
6752
6753 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6754 Ben Elliston <bje@au.ibm.com>
6755
6756 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
6757 --silent if $silent.
6758 * configure: Regenerate.
6759
6760 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
6761
6762 * MAINTAINERS (Various Maintainers): Add myself as
6763 loop infrastructure maintainer. Update my e-mail
6764 address.
6765
6766 2007-07-31 Diego Novillo <dnovillo@google.com>
6767
6768 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
6769 Adjust description.
6770
6771 2007-07-26 Richard Guenther <rguenther@suse.de>
6772
6773 * configure.ac: Add types checking to stage1 checking flags.
6774 * configure: Regenerate.
6775
6776 2007-07-17 Nick Clifton <nickc@redhat.com>
6777
6778 * COPYING3: New file. Contains version 3 of the GNU General
6779 Public License.
6780 * COPYING3.LIB: New file. Contains version 3 of the GNU
6781 Lesser General Public License.
6782
6783 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6784
6785 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
6786
6787 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
6788
6789 * MAINTAINERS (S/390 co-maintainer): Add myself.
6790 (Write After Approval): Remove myself.
6791
6792 2007-07-13 Dan Hipschman <dsh@google.com>
6793
6794 * MAINTAINERS (Write After Approval): Add myself.
6795
6796 2007-07-11 Nick Clifton <nickc@redhat.com>
6797
6798 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
6799 WINDRES export.
6800 * Makefile.in: Regenerate.
6801
6802 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
6803
6804 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
6805 maintainer.
6806
6807 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
6808
6809 * lt~obsolete.m4: New. Import from 20070318 libtool.
6810
6811 2007-07-03 Julian Brown <julian@codesourcery.com>
6812
6813 * MAINTAINERS (Write After Approval): Add myself.
6814
6815 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6816
6817 * configure.ac: Rewrite 'configure --help' strings to look nicer.
6818 * configure: Regenerate.
6819
6820 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6821
6822 * configure.ac: Add some missing m4 quotation.
6823 * configure: Regenerate.
6824
6825 2007-07-02 Simon Baldwin <simonb@google.com>
6826
6827 * MAINTAINERS (Write After Approval): Add myself.
6828
6829 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
6830
6831 * configure: Regenerate.
6832
6833 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
6834
6835 * Makefile.def: Add windmc tool to build.
6836 * Makefile.tpl: Likewise.
6837 * configure.ac: Likewise.
6838 * Makefile.in: Regenerate.
6839 * configure: Regenerate.
6840
6841 2007-06-28 DJ Delorie <dj@redhat.com>
6842
6843 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
6844 not building newlib.
6845 * configure: Regenerated.
6846
6847 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
6848
6849 * MAINTAINERS (Write After Approval): Add myself.
6850
6851 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
6852
6853 * MAINTAINERS (Write After Approval): Add myself.
6854
6855 2007-06-19 Chris Matthews <chrismatthews@google.com>
6856
6857 * MAINTAINERS (Write After Approval): Add myself.
6858
6859 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
6860
6861 * MAINTAINERS (Write After Approval): Add myself.
6862
6863 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
6864
6865 * Makefile.def: Add dependency from configure-gdb to all-bfd.
6866 * Makefile.in: Regenerated.
6867
6868 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
6869
6870 * configure.ac: Don't add target-libmudflap to noconfigdirs for
6871 bfin*-*-uclinux* targets.
6872 * configure: Regenerate.
6873
6874 2007-06-14 Ian Lance Taylor <iant@google.com>
6875
6876 * MAINTAINERS: Add myself as non-algorithmic global write
6877 maintainer.
6878
6879 2007-06-14 Diego Novillo <dnovillo@google.com>
6880
6881 * MAINTAINERS: Add self as middle-end maintainer and
6882 non-algorithmic global write maintainer.
6883
6884 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6885
6886 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
6887 Move all Fortran maintainers except Paul Brook into the
6888 Non-Autopoiesis section.
6889
6890 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
6891
6892 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
6893 (distclean-stage[+id+]): Possibly delete stage_last.
6894 * Makefile.in: Regenerate.
6895
6896 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
6897
6898 * MAINTAINERS (Various Maintainer): Fix typo.
6899
6900 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
6901
6902 * MAINTAINERS (Various Maintainer): Add myself as
6903 dataflow maintainer.
6904
6905 2007-06-07 Ben Elliston <bje@au.ibm.com>
6906
6907 * config.sub, config.guess: Update from upstream sources.
6908
6909 2007-06-07 Ben Elliston <bje@au.ibm.com>
6910
6911 * Makefile.tpl: Fix spelling error.
6912 * Makefile.in: Regenerate.
6913
6914 2007-06-01 Steve Ellcey <sje@cup.hp.com>
6915
6916 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
6917 lt_cv_sys_max_cmd_len.
6918
6919 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
6920
6921 * MAINTAINERS (Various Maintainers): Add myself as
6922 auto-vectorizer maintainer.
6923
6924 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
6925
6926 PR libjava/32098
6927 * libtool.m4: Revert previous change.
6928 * ltgcc.m4: Put it here.
6929
6930 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
6931
6932 * MAINTAINERS (Various Maintainers): Add myself as
6933 auto-vectorizer maintainer.
6934
6935 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
6936
6937 PR libjava/32098
6938 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
6939
6940 2007-05-30 Richard Guenther <rguenther@suse.de>
6941
6942 * MAINTAINERS (Various Maintainers): Add myself as
6943 auto-vectorizer maintainer.
6944
6945 2007-05-30 Jakub Jelinek <jakub@redhat.com>
6946
6947 PR bootstrap/29382
6948 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
6949 * configure: Rebuilt.
6950
6951 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
6952
6953 * MAINTAINERS (Write After Approval): Removed my name.
6954
6955 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
6956
6957 * MAINTAINERS (Write After Approval): Remove myself.
6958
6959 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
6960
6961 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
6962
6963 2007-05-23 Steve Ellcey <sje@cup.hp.com>
6964
6965 * ltmain.sh: Update from ToT Libtool.
6966 * libtool.m4: Update from ToT Libtool.
6967 * ltsugar.m4: New. Update from ToT Libtool.
6968 * ltversion.m4: New. Update from ToT Libtool.
6969 * ltoptions.m4: New. Update from ToT Libtool.
6970 * ltconfig: Remove.
6971 * ltcf-c.sh: Remove.
6972 * ltcf-cxx.sh: Remove.
6973 * ltcf-gcj.sh: Remove.
6974
6975 2007-05-22 Ollie Wild <aaw@google.com>
6976
6977 * MAINTAINERS (Write After Approval): Add myself.
6978
6979 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
6980
6981 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
6982 stage_cflags.
6983 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
6984 Remove CFLAGS/LIBCFLAGS.
6985 (configure-stage[+id+]-[+prefix+][+module+],
6986 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
6987 * Makefile.in: Regenerate.
6988
6989 2007-05-15 Diego Novillo <dnovillo@google.com>
6990
6991 * MAINTAINERS: Update e-mail address.
6992
6993 2007-05-15 Revital Eres <eres@il.ibm.com>
6994
6995 * MAINTAINERS (Write After Approval): Add myself.
6996
6997 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
6998
6999 * MAINTAINERS (Write After Approval): Updated my address.
7000
7001 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7002
7003 * MAINTAINERS (Write After Approval): Add myself.
7004
7005 2007-05-11 Silvius Rus <rus@google.com>
7006
7007 * MAINTAINERS (Write After Approval): Add myself.
7008
7009 2007-04-23 Tom Tromey <tromey@redhat.com>
7010
7011 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7012
7013 2007-04-22 Mark Mitchell <mark@codesourcery.com>
7014
7015 * MAINTAINERS (cpplib): Rename to ...
7016 (libcpp): ... this. Add C/C++ front end maintainers.
7017
7018 2007-04-14 Steve Ellcey <sje@cup.hp.com>
7019
7020 * config-ml.in: Pass ${ml_config_env} to configure calls.
7021
7022 2007-04-04 Christian Bruel <christian.bruel@st.com>
7023
7024 * MAINTAINERS (Write After Approval): Add myself.
7025
7026 2007-04-02 Dave Korn <dave.korn@artimi.com>
7027
7028 * MAINTAINERS (Write After Approval): Add myself.
7029
7030 2007-03-31 Tobias Burnus <burnus@net-b.de>
7031
7032 * MAINTAINERS (fortran 95 front end): Add myself.
7033
7034 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7035
7036 * MAINTAINERS (Write After Approval): Add myself.
7037
7038 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
7039
7040 * MAINTAINERS (Modulo Scheduler): Add myself.
7041
7042 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7043
7044 * MAINTAINERS (fortran 95 front end): Add myself.
7045 (c++ front end): whitespace fix.
7046
7047 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7048
7049 * MAINTAINERS (Write After Approval): Add myself.
7050
7051 2007-03-21 Richard Sandiford <richard@codesourcery.com>
7052
7053 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7054 of glob. Quote arguments with single quotes too.
7055 * configure: Regenerate.
7056
7057 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7058
7059 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7060 * Makefile.in: Regenerate
7061
7062 2007-03-07 Andreas Schwab <schwab@suse.de>
7063
7064 * configure: Regenerate.
7065
7066 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7067
7068 * configure.ac: Add "--with-pdfdir" configure option,
7069 which defines pdfdir variable.
7070 * Makefile.def (target=fixincludes): Add install-pdf to
7071 missing targets.
7072 (recursive_targets): Add install-pdf target.
7073 (flags_to_pass): Add pdfdir.
7074 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7075 target.
7076 * configure: Regenerate
7077 * Makefile.in: Regenerate
7078
7079 2007-02-28 Eric Christopher <echristo@apple.com>
7080
7081 Revert:
7082 2006-12-07 Mike Stump <mrs@apple.com>
7083
7084 * Makefile.def (dependencies): Add dependency for
7085 install-target-libssp and install-target-libgomp on
7086 install-gcc.
7087 * Makefile.in: Regenerate.
7088
7089 2007-02-27 Matt Kraai <kraai@ftbfs.org>
7090
7091 * configure: Regenerate.
7092 * configure.ac: Move statements after variable declarations.
7093
7094 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7095
7096 * MAINTAINERS: Add myself as sh maintainer.
7097
7098 2007-02-19 Joseph Myers <joseph@codesourcery.com>
7099
7100 * configure.ac: Adjust for loop syntax.
7101 * configure: Regenerate.
7102
7103 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7104
7105 * configure: Rebuilt.
7106
7107 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7108
7109 * configure.ac: Drop multiple occurrences of --enable-languages,
7110 and fix its quoting.
7111 * configure: Rebuilt.
7112
7113 2007-02-17 Mark Mitchell <mark@codesourcery.com>
7114 Nathan Sidwell <nathan@codesourcery.com>
7115 Vladimir Prus <vladimir@codesourcery.com>
7116 Joseph Myers <joseph@codesourcery.com>
7117
7118 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7119 * configure: Regenerate.
7120
7121 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7122
7123 * ltconfig (freebsd*): Default to elf.
7124
7125 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7126
7127 * configure.ac (target_libraries): Move libgcc before libiberty.
7128 * configure: Regenerated.
7129
7130 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7131 Paolo Bonzini <bonzini@gnu.org>
7132
7133 PR bootstrap/30753
7134 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7135 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7136 * configure: Regenerated.
7137
7138 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7139
7140 * MAINTAINERS (Language Front End Maintainers): Update my mail
7141 address.
7142
7143 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7144
7145 PR bootstrap/30748
7146 * configure.ac: Correct syntax for Solaris ksh.
7147 * configure: Regenerated.
7148
7149 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7150
7151 * configure.ac: Sync with src.
7152 * configure: Regenerate.
7153
7154 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7155
7156 * Makefile.in: Regenerate.
7157
7158 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7159
7160 * config.sub: Sync with src.
7161
7162 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7163
7164 * Makefile.tpl (build_alias, host_alias, target_alias): Use
7165 noncanonical equivalents.
7166 * configure.in: Rename to...
7167 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
7168 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
7169 target_noncanonical. Use them. Rewrite removal of configure
7170 arguments for autoconf 2.59. Discard variable settings. Force
7171 program_transform_name for native tools.
7172
7173 * Makefile.in: Regenerated.
7174 * configure: Regenerated with autoconf 2.59.
7175
7176 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
7177
7178 * MAINTAINERS (Write After Approval): Add myself.
7179
7180 2007-01-31 Andreas Schwab <schwab@suse.de>
7181
7182 * Makefile.tpl (LDFLAGS): Substitute it.
7183 * Makefile.in: Regenerate.
7184
7185 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
7186
7187 * MAINTAINERS (Write After Approval): Add myself.
7188
7189 2007-01-28 David Edelsohn <edelsohn@gnu.org>
7190
7191 * MAINTAINERS (spu port): Add myself.
7192
7193 2007-01-23 Richard Guenther <rguenther@suse.de>
7194
7195 PR bootstrap/30541
7196 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7197 * Makefile.tpl (GNATBIND): Substitute it.
7198 (GNATMAKE): Likewise.
7199 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7200 of STAGE_PREFIX.
7201 * Makefile.in: Regenerate.
7202 * configure: Regenerate.
7203
7204 2007-01-18 Mike Stump <mrs@apple.com>
7205
7206 * configure.in: Re-enable -Werror for gcc builds.
7207
7208 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
7209
7210 * MAINTAINERS (Write After Approval): Add myself.
7211
7212 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
7213
7214 * configure.in: Change == to = in test command.
7215 * configure: Regenerate.
7216
7217 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
7218 Nick Clifton <nickc@redhat.com>
7219 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
7220
7221 * configure.in (build_configargs, host_configargs, target_configargs):
7222 Remove build/host/target parameters.
7223 (host_libs): Add gmp and mpfr.
7224 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
7225 * Makefile.def (gmp, mpfr): New.
7226 (gcc): Remove target.
7227 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7228 target_os, target_vendor): New.
7229 (configure): Add host_alias/target_alias arguments; adjust invocations.
7230 * configure: Regenerate.
7231 * Makefile.in: Regenerate.
7232
7233 2007-01-11 Matt Fago <fago@earthlink.net>
7234
7235 * configure.in: Try to link to functions only in mpfr 2.2.x
7236 to improve robustness of configure tests.
7237 * configure: Regenerate.
7238
7239 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
7240
7241 * MAINTAINERS: Add myself as i386 maintainer.
7242
7243 2007-01-08 Jan Hubicka <jh@suse.cz>
7244
7245 * MAINTAINERS: Add myself as i386 maintainer.
7246
7247 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
7248
7249 * configure.in: Add support for an x86_64-mingw* target.
7250 * configure: Regenerate.
7251
7252 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7253
7254 * Makefile.tpl (all-target): Correct @if conditional for target
7255 modules.
7256 * configure.in: Omit libiberty if building only target libgcc.
7257 * configure, Makefile.in: Regenerated.
7258
7259 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
7260
7261 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7262 * configure: Regenerate.
7263
7264 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7265
7266 * Makefile.def (target_modules): Add libgcc.
7267 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
7268 * Makefile.tpl (clean-target-libgcc): Delete.
7269 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7270 on gcc even for bootstrapped modules. Rewrite handling of
7271 lang_env_dependencies to loop over target_modules.
7272 * configure.in (target_libraries): Add target-libgcc.
7273 * Makefile.in, configure: Regenerated.
7274
7275 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7276
7277 * configure.in: Reorganize recognition of languages. Add
7278 --enable-stage1-languages. Show supported languages for the chosen
7279 target rather than all recognized languages.
7280 * configure: Regenerate.
7281
7282 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7283
7284 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7285 * Makefile.in: Regenerate.
7286
7287 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7288
7289 * configure.in: Warn that MPFR 2.2.0 is buggy.
7290 * configure: Regenerate.
7291
7292 2006-12-27 Ian Lance Taylor <iant@google.com>
7293
7294 * configure.in: When removing Makefiles to force a reconfigure, also
7295 remove prev-DIR*/Makefile.
7296 * configure: Regenerate.
7297
7298 2006-12-22 Andreas Schwab <schwab@suse.de>
7299
7300 * configure: Regenerate with correct autoconf version.
7301
7302 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
7303
7304 * configure.in: add AC_SUBST for *_FOR_TARGET.
7305 * configure: Regenerate.
7306
7307 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7308
7309 * configure.in: Simplify logic for rejecting languages that cannot
7310 be built. Separate the case when a language is unsupported,
7311 from the case when the user chooses not to build a language.
7312
7313 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7314
7315 * configure.in: Remove "$build" case for powerpc-*-darwin* since
7316 it only affects bootstrap and could be tested on "$host" as well.
7317 * configure: Regenerate.
7318 * config/mh-ppc-darwin: Add to the stage1 cflags here.
7319
7320 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7321
7322 PR bootstrap/29544
7323 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7324 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7325 move here comment from Makefile.tpl.
7326 * Makefile.tpl: Move some definitions higher in the file.
7327 (STAGE1_CHECKING): New.
7328 * configure.in: Add --enable-stage1-checking.
7329 * configure: Regenerate.
7330 * Makefile.in: Regenerate.
7331
7332 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7333
7334 * MAINTAINERS: Add myself as build system maintainer.
7335
7336 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
7337
7338 * MAINTAINERS (Write After Approval): Add myself.
7339
7340 2006-12-13 Eric Christopher <echristo@apple.com>
7341
7342 * MAINTAINERS: Add myself as darwin maintainer.
7343
7344 2006-12-11 Ian Lance Taylor <ian@airs.com>
7345
7346 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7347
7348 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
7349
7350 MAINTAINERS: Update my entry.
7351
7352 2006-12-11 Alan Modra <amodra@bigpond.net.au>
7353
7354 * configure.in: Handle spu makefile frag.
7355 * Makefile.tpl (MAINT): Define
7356 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7357 * configure: Regenerate.
7358 * Makefile.in: Regenerate.
7359
7360 2006-12-11 Ben Elliston <bje@au.ibm.com>
7361
7362 * config.guess: Import latest version.
7363 * config.sub: Likewise.
7364
7365 2006-12-11 Ben Elliston <bje@au.ibm.com>
7366
7367 * configure.in (spu-*-*): Don't skip target-libiberty.
7368 * configure: Regenerate.
7369
7370 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
7371
7372 PR bootstrap/30134
7373 * configure.in: Correct x86 darwin support for libjava to powerpc
7374 and i?86 only.
7375 * configure: Regenerate.
7376
7377 2006-12-08 Sandro Tolaini <tolaini@libero.it>
7378
7379 * configure.in: Add x86 darwin support for libjava.
7380 * configure: Regenerate.
7381
7382 2006-12-07 Mike Stump <mrs@apple.com>
7383
7384 * Makefile.def (dependencies): Add dependency for
7385 install-target-libssp and install-target-libgomp on
7386 install-gcc.
7387 * Makefile.in: Regenerate.
7388
7389 2006-12-04 Richard Guenther <rguenther@suse.de>
7390
7391 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7392 (Non-Algorithmic Maintainers): Move over non-algorithmic
7393 loop optimizer maintainers, add myself as a non-algorithmic
7394 middle-end maintainer.
7395
7396 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
7397
7398 * MAINTAINERS (Write After Approval): Add myself.
7399
7400 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7401
7402 * configure.in: Update error message for missing GMP/MPFR.
7403
7404 * configure: Regenerate.
7405
7406 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7407
7408 * configure.in: Update MPFR version in error message.
7409
7410 * configure: Regenerate.
7411
7412 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7413
7414 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7415 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7416 --with-gmp-lib): New flags.
7417
7418 * configure: Regenerate.
7419
7420 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
7421
7422 * MAINTAINERS (Write After Approval): Change my email address.
7423
7424 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7425
7426 * MAINTAINERS (Write After Approval): Add myself.
7427
7428 2006-11-22 Philipp Thomas <pth@suse.de>
7429
7430 * MAINTAINERS (i18n): Update e-mail address.
7431
7432 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7433
7434 * MAINTAINERS (spu port): Add myself as maintainer.
7435 (Write After Approval): Remove myself.
7436
7437 2006-11-22 Ben Elliston <bje@au.ibm.com>
7438
7439 * configure.in (skipdirs): Don't build libssp for SPU.
7440 * configure: Regenerate.
7441
7442 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
7443
7444 * MAINTAINERS (spu port): Add myself as maintainer.
7445 (libobjc): Update my email address.
7446
7447 2006-11-21 Andrea Bona <andrea.bona@st.com>
7448
7449 * MAINTAINERS (Write After Approval): Add myself.
7450
7451 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7452
7453 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7454 * configure : Rebuilt.
7455
7456 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7457
7458 * MAINTAINERS (Write After Approval): Add myself.
7459
7460 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
7461
7462 * MAINTAINERS (Write After Approval): Add myself.
7463
7464 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7465
7466 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7467 libmpfr.a.
7468 * configure: Regenerate.
7469
7470 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
7471
7472 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7473 (unstage): Test for stage_last presence.
7474
7475 PR bootstrap/29802
7476 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7477 STAGE_PREFIX.
7478 * Makefile.in: Regenerate.
7479
7480 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
7481
7482 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7483 maintainers.
7484
7485 2006-11-14 Erven Rohou <erven.rohou@st.com>
7486
7487 * MAINTAINERS (Write After Approval): Add myself.
7488
7489 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
7490
7491 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7492 and stageN-package/Makefile.
7493 * Makefile.in: Regenerated.
7494
7495 2006-11-14 Jie Zhang <jie.zhang@analog.com>
7496
7497 * configure.in: Remove target-libgloss from noconfigdirs for
7498 bfin-*-*.
7499 * configure: Regenerated.
7500
7501 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7502
7503 * configure.in (have_gmp): Only error if the gcc directory exists.
7504
7505 * configure: Regenerate.
7506
7507 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7508
7509 * configure.in: Robustify error message for missing GMP/MPFR.
7510
7511 * configure: Regenerate.
7512
7513 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7514
7515 * MAINTAINERS (Write After Approval): Add myself.
7516
7517 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
7518
7519 * MAINTAINERS: Change email address.
7520
7521 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
7522
7523 * MAINTAINERS (Write After Approval): Add myself.
7524
7525 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
7526
7527 * MAINTAINERS (Write After Approval): Add myself.
7528
7529 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
7530
7531 * MAINTAINERS (Write After Approval): Move myself to
7532 Write After Approval section.
7533
7534 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7535
7536 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
7537 need_gmp anymore.
7538 * configure: Regenerate.
7539
7540 2006-10-16 Tobias Burnus <burnus@net-b.de>
7541
7542 * MAINTAINERS (Write After Approval): Add myself.
7543
7544 2006-10-16 Ben Elliston <bje@au.ibm.com>
7545
7546 * config.guess: Import latest version.
7547 * config.sub: Likewise.
7548
7549 2006-10-10 Brooks Moses <bmoses@stanford.edu>
7550
7551 * Makefile.def: Added pdf target handling.
7552 * Makefile.tpl: Added pdf target handling.
7553 * Makefile.in: Regenerated.
7554
7555 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
7556
7557 * MAINTAINERS: Add self as score port maintainer.
7558
7559 2006-10-04 Brooks Moses <bmoses@stanford.edu>
7560
7561 * MAINTAINERS (Write After Approval): Add myself.
7562
7563 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
7564
7565 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
7566 or newer.
7567 * configure: Regenerated.
7568
7569 2006-09-27 Dave Brolley <brolley@redhat.com>
7570
7571 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7572 using $s instead of $r.
7573 * configure: Regenerated.
7574
7575 2006-09-26 Thiemo Seufer <ths@mips.com>
7576
7577 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7578 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7579 * configure: Regenerate.
7580
7581 2006-09-24 Graeme Peterson <gridly@gmail.com>
7582
7583 * MAINTAINERS (Write After Approval): Remove myself.
7584
7585 2006-09-22 Chao-ying Fu <fu@mips.com>
7586
7587 * MAINTAINERS (Write After Approval): Add myself.
7588
7589 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
7590
7591 * MAINTAINERS: Add self as soft-fp maintainer.
7592
7593 2006-09-09 Anatoly Sokolov <aesok@post.ru>
7594
7595 * MAINTAINERS: Add myself as avr maintainer.
7596 Remove Marek Michalkiewicz as avr maintainer.
7597
7598 2006-09-07 Roberto Costa <roberto.costa@st.com>
7599
7600 * MAINTAINERS (Write After Approval): Add myself.
7601
7602 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
7603
7604 * configure.in: Never build newlib for a Mingw host.
7605 Never build newlib as Mingw target library.
7606 Test the existence of winsup/cygwin for building a Cygwin newlib,
7607 rather than just winsup.
7608 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7609 building a Mingw target.
7610 * configure: Regenerate.
7611
7612 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7613
7614 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7615
7616 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
7617
7618 * config.guess: Import from src (was more updated).
7619 * config.sub: Likewise.
7620
7621 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7622
7623 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7624 * configure: Regenerated.
7625
7626 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
7627
7628 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7629 for stages after the first.
7630
7631 2006-07-17 Jakub Jelinek <jakub@redhat.com>
7632
7633 * Makefile.def: Add dependencies for configure-opcodes
7634 on configure-intl and all-opcodes on all-intl.
7635 * Makefile.in: Regenerated.
7636
7637 2006-07-13 Ben Elliston <bje@au.ibm.com>
7638
7639 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7640
7641 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
7642
7643 Port to hosts whose 'sort' and 'tail' implementations
7644 treat operands with leading '+' as file names, as POSIX
7645 has required since 2001. However, make sure the code still
7646 works on pre-POSIX hosts.
7647 * ltmain.sh: Don't assume "sort +2" is equivalent to
7648 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7649
7650 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
7651
7652 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7653
7654 2006-07-04 Peter O'Gorman <peter@pogma.com>
7655
7656 * ltconfig: chmod 644 before ranlib during install.
7657
7658 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7659
7660 PR bootstrap/18058
7661 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7662 if the bootstrap compiler is a GCC version that supports it.
7663 * configure: Regenerate.
7664
7665 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7666
7667 * configure.in: Fix thinkos in previous check-in.
7668 * configure: Regenerate.
7669
7670 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7671
7672 PR other/27063
7673 * configure.in: Test subdir_requires and give an appropriate
7674 error message.
7675 * configure: Regenerate.
7676
7677 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
7678
7679 * MAINTAINERS (Write After Approval): Add myself.
7680
7681 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
7682
7683 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7684
7685 2006-06-22 Steve Ellcey <sje@cup.hp.com>
7686
7687 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7688
7689 2006-06-20 David Ayers <d.ayers@inode.at>
7690
7691 PR bootstrap/28072
7692 * configure.in: Add target-boehm-gc to noconfigdirs depending on
7693 whether target-libjava is being configured instead of whether the
7694 java front end is enabled.
7695 * configure: Regenerate.
7696
7697 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7698
7699 PR target/27540
7700 * configure.in: Only enable libgomp on IRIX 6.
7701 * configure: Regenerate.
7702
7703 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
7704
7705 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7706 too.
7707 * Makefile.in: Regenerate.
7708
7709 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
7710
7711 * config-ml.in: Alter CCASFLAGS to include special
7712 multilib options the same as is done for CFLAGS.
7713
7714 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7715
7716 * configure.in: Don't enable libgomp on hpux10.
7717 * configure: Rebuilt.
7718
7719 2006-06-12 David Ayers <d.ayers@inode.at>
7720
7721 PR bootstrap/27963
7722 PR target/19970
7723 * configure.in: Remove target-boehm-gc from noconfigdirs where
7724 ${libgcj} is specified.
7725 * configure: Regenerate.
7726
7727 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
7728
7729 Sync from src:
7730
7731 * configure.in: Sync.
7732 * configure: Regenerated.
7733
7734 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
7735
7736 * Makefile.def: Added dependencies from sim and gdb on intl, and
7737 added configure dependencies to everything with an all dependency
7738 on intl.
7739 * Makefile.in: Regenerated.
7740
7741 2006-06-06 David Ayers <d.ayers@inode.at>
7742
7743 PR libobjc/13946
7744 * Makefile.def: Add dependencies for libobjc which boehm-gc.
7745 * Makefile.in: Regenerate.
7746 * configure.in: Add --enable-objc-gc at toplevel and have it
7747 enable boehm-gc for Objective-C.
7748 Remove target-boehm-gc from libgcj.
7749 Add target-boehm-gc to target_libraries.
7750 Add target-boehm-gc to noconfigdirs where ${libgcj}
7751 is specified.
7752 Assert that boehm-gc is supported when requested for Objective-C.
7753 Only build boehm-gc if needed either for Java or Objective-C.
7754 * configure: Regenerate.
7755
7756 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
7757
7758 PR 27674
7759 * Makefile.tpl (configure-[+prefix+][+module+],
7760 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
7761 Remove rule to unstage bootstrapped modules.
7762 (stage_current): New.
7763 * Makefile.in: Regenerate.
7764
7765 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
7766
7767 * MAINTAINERS (Write After Approval): Update my e-mail address.
7768
7769 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
7770
7771 * include/libiberty.h: Declare pex_run_in_environment.
7772
7773 2006-05-31 Asher Langton <langton2@llnl.gov>
7774
7775 * MAINTAINERS (Write After Approval): Add myself.
7776
7777 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
7778
7779 * Makefile.def (bfd, opcodes): Fix lib_path.
7780 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
7781 (restrap): Move under "@if gcc-bootstrap". Fix typo.
7782 * Makefile.in: Regenerate.
7783
7784 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7785
7786 * Makefile.in: Regenerate.
7787
7788 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
7789
7790 * Makefile.def: Add install-html target. Add datarootdir
7791 docdir and htmldir to flags_to_pass.
7792 * Makefile.tpl: Add install-html target.
7793 * Makefile.in: Regenerate.
7794 * configure.in: Add --with-datarootdir, --with-docdir, and
7795 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
7796 * configure: Regenerate.
7797
7798 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
7799
7800 * configure.in: Enable gprof for cross builds.
7801 * configure: Regenerate.
7802
7803 2006-05-22 Richard Guenther <rguenther@suse.de>
7804
7805 Revert
7806 2006-01-31 Richard Guenther <rguenther@suse.de>
7807 Paolo Bonzini <bonzini@gnu.org>
7808
7809 * Makefile.def (target_modules): Add libgcc-math target module.
7810 * configure.in (target_libraries): Add libgcc-math target library.
7811 (--enable-libgcc-math): New configure switch.
7812 * Makefile.in: Re-generate.
7813 * configure: Re-generate.
7814 * libgcc-math: New toplevel directory.
7815
7816 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7817 Andreas Tobler <a.tobler@schweiz.ch>
7818
7819 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
7820 * configure: Rebuilt.
7821
7822 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7823
7824 * MAINTAINERS (Write After Approval): Add myself.
7825
7826 2006-05-01 DJ Delorie <dj@redhat.com>
7827
7828 * configure.in: Restore CFLAGS if GMP isn't present.
7829 * configure: Regenerate.
7830
7831 2006-05-01 Richard Guenther <rguenther@suse.de>
7832
7833 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
7834 maintainer.
7835
7836 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7837
7838 * MAINTAINERS (Write After Approval): Add myself.
7839
7840 2006-04-28 Jan Beulich <jbeulich@novell.com>
7841
7842 * MAINTAINERS (Write After Approval): Add myself.
7843
7844 2006-04-18 DJ Delorie <dj@redhat.com>
7845
7846 * configure.in (m32c): Build libstdc++-v3. Pass flags to
7847 reference libgloss so that libssp can be built in a combined
7848 tree.
7849 * configure: Regenerate.
7850
7851 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
7852
7853 * MAINTAINERS (Write After Approval): Add myself.
7854
7855 2006-04-05 Ben Elliston <bje@au.ibm.com>
7856
7857 * configure.in: Require makeinfo 4.4 or higher.
7858 * configure: Regenerate.
7859
7860 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
7861
7862 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
7863 Rearrange the entries of other libraries to have them in one place.
7864
7865 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
7866
7867 * MAINTAINERS (Write After Approval): Remove myself.
7868 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7869
7870 2006-03-14 Richard Guenther <rguenther@suse.de>
7871
7872 * configure: Regenerate with autoconf 2.13.
7873
7874 2006-03-13 Jim Blandy <jimb@codesourcery.com>
7875
7876 * MAINTAINERS: Use my work address.
7877
7878 * MAINTAINERS: Update my E-mail address.
7879
7880 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
7881
7882 * configure.in: Handle --disable-<component> generically.
7883 * configure: Regenerate.
7884
7885 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
7886
7887 PR libgcj/17311
7888 * ltmain.sh: Don't use "$finalize_rpath" for compile.
7889
7890 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
7891
7892 * MAINTAINERS (Write After Approval): Remove myself.
7893 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7894
7895 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
7896
7897 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
7898 (TARGET_CONFIGDIRS): Remove.
7899 * configure.in: Remove AC_SUBST(target_configdirs).
7900 * Makefile.in, configure: Regenerated.
7901
7902 2006-02-20 Steven G. Kargl <kargls@comcast.net>
7903
7904 * MAINTAINERS (Write After Approval): Remove myself.
7905 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
7906
7907 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
7908
7909 PR bootstrap/25670
7910
7911 * Makefile.tpl ([+compare-target+]): Print explanation messages.
7912
7913 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
7914 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
7915 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
7916 BUILD_PREFIX, BUILD_PREFIX_1.
7917 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
7918
7919 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
7920 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
7921
7922 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
7923 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
7924 of `cat stage_current`. Always provide the `r' and `s' variables.
7925 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
7926 a single shell execution.
7927 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
7928 bootstrapped modules, make the stage1 module if the build was not
7929 started yet, else build the current stage.
7930 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
7931 (all-build, all-host, all-target, [+make_target+]-host,
7932 [+make_target+]-target): Do not use \-continued lines.
7933 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
7934 (current_stage, restrap, stage_last): New.
7935
7936 * Makefile.in: Regenerate.
7937 * configure: Regenerate.
7938
7939 2006-02-19 Bud Davis <jmdavis@link.com>
7940
7941 * MAINTAINERS (Write After Approval): Remove myself.
7942 (Language Front End Maintainers): Add myself as fortran 95
7943 maintainer and update e-mail address.
7944
7945 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
7946
7947 * MAINTAINERS (Write After Approval): Remove myself.
7948 (Language Front End Maintainers): Add myself as fortran 95
7949 maintainer.
7950
7951 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
7952
7953 * MAINTAINERS (Write After Approval): Add myself.
7954
7955 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
7956
7957 * MAINTAINERS (Write After Approval): Remove myself.
7958 (Language Front End Maintainers): Add myself as
7959 fortran 95 maintainer.
7960
7961 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7962
7963 Sync from src:
7964
7965 2005-12-27 Leif Ekblad <leif@rdos.net>
7966
7967 * configure.in: Add support for RDOS target.
7968 * configure: Regenerate.
7969
7970 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
7971 Andreas Schwab <schwab@suse.de>
7972
7973 * configure: Regenerate.
7974
7975 2006-02-12 David Edelsohn <edelsohn@gnu.org>
7976
7977 * configure.in (enable_libgomp): Add AIX.
7978 * configure: Regenerate.
7979
7980 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
7981
7982 * MAINTAINERS (Write After Approval): Add myself.
7983
7984 2006-02-03 Lee Millward <lee.millward@gmail.com>
7985
7986 * MAINTAINERS (Write After Approval): Add myself.
7987
7988 2006-01-31 Richard Guenther <rguenther@suse.de>
7989 Paolo Bonzini <bonzini@gnu.org>
7990
7991 * Makefile.def (target_modules): Add libgcc-math target module.
7992 * configure.in (target_libraries): Add libgcc-math target library.
7993 (--enable-libgcc-math): New configure switch.
7994 * Makefile.in: Re-generate.
7995 * configure: Re-generate.
7996 * libgcc-math: New toplevel directory.
7997
7998 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
7999
8000 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8001 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8002 the assembler, linker and binutils.
8003 * configure: Regenerate.
8004
8005 2006-01-22 Dirk Mueller <dmueller@suse.de>
8006
8007 * MAINTAINERS (Write After Approval): Add myself.
8008
8009 2006-01-20 Diego Novillo <dnovillo@redhat.com>
8010
8011 * configure: Regenerate.
8012
8013 2006-01-18 Richard Henderson <rth@redhat.com>
8014 Jakub Jelinek <jakub@redhat.com>
8015 Diego Novillo <dnovillo@redhat.com>
8016
8017 * libgomp: New directory.
8018 * Makefile.def: Add target_module libgomp.
8019 * Makefile.in: Regenerate.
8020 * configure.in (target_libraries): Add target-libgomp.
8021 * configure: Regenerate.
8022
8023 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
8024
8025 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8026 @ from continuation.
8027 * Makefile.in: Rebuilt.
8028
8029 2006-01-04 Chris Lattner <sabre@gnu.org>
8030
8031 * MAINTAINERS (Write After Approval): Add myself.
8032
8033 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
8034
8035 PR bootstrap/24252
8036
8037 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8038 * Makefile.tpl (OBJDUMP): New.
8039 (EXTRA_HOST_FLAGS): Add it.
8040 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8041
8042 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8043 to use symbolic links between directories. Avoid race conditions
8044 or make them harmless.
8045 * configure.in: Do not try to use symbolic links between directories.
8046
8047 * Makefile.def (LEAN): Pass.
8048 * Makefile.tpl (LEAN): Define.
8049 (stage[+id+]-start): Accept that the previous directory does not
8050 exist, if the bootstrap is lean.
8051 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8052 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8053 configure substitution.
8054 ([+compare-target+]): Likewise.
8055 ([+bootstrap-target+]-lean): New.
8056 * configure.in: Remove lean bootstrap support from here.
8057
8058 * Makefile.in: Regenerate.
8059 * configure: Regenerate.
8060
8061 2006-01-04 Ben Elliston <bje@au.ibm.com>
8062
8063 * MAINTAINERS (libdecnumber): Add myself.
8064
8065 2006-01-02 Mark Mitchell <mark@codesourcery.com>
8066
8067 * libtool-ldflags: New script.
8068
8069 2006-01-02 Andreas Schwab <schwab@suse.de>
8070
8071 * configure.in: When reconfiguring remove Makefile in
8072 all stage directories.
8073 * configure: Regenerate.
8074
8075 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8076
8077 * MAINTAINERS: Update my email address.
8078
8079 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
8080
8081 Revert Ada-related part of the previous change.
8082
8083 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8084 Do not pass.
8085 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8086 * Makefile.in: Regenerate.
8087 * configure.in: Do not include mt-ppc-aix target fragment.
8088 * configure: Regenerate.
8089
8090 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
8091
8092 * configure.in: Select appropriate fragments for PowerPC/AIX.
8093 * configure: Regenerate.
8094
8095 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8096 BOOT_CFLAGS, BOOT_LDFLAGS.
8097 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8098 BOOT_CFLAGS, BOOT_LDFLAGS.
8099 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8100 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8101 (stage): Fail if we cannot complete the work.
8102 * Makefile.in: Regenerate.
8103
8104 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8105
8106 * configure.in: Replace ms1 with mt.
8107 * configure: Rebuilt.
8108
8109 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8110
8111 * MAINTAINERS: Update my email address.
8112
8113 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
8114
8115 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8116 install-host-nogcc): Don't invoke $(stage) at the end.
8117 * Makefile.in: Regenerate.
8118
8119 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
8120
8121 * configure.in: Flip the top-level bootstrap switch.
8122 * configure: Regenerate.
8123
8124 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8125
8126 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8127 $(stage) and $(unstage).
8128 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8129 (all): Remove stray semicolon.
8130 (local-distclean): Don't handle multilib.tmp and multilib.out.
8131 (install.all): Set $s for consistency.
8132 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8133 check_multilibs setting. Always make the install directory.
8134 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8135 Correct @if/@endif.
8136 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8137 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8138 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8139 (multilib.out): Remove.
8140 * Makefile.in: Regenerated.
8141
8142 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
8143
8144 * MAINTAINERS (Write After Approval): Add myself.
8145
8146 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
8147
8148 * MAINTAINERS: Add myself as mt maintainer.
8149
8150 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
8151
8152 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
8153
8154 * MAINTAINERS: Change email address.
8155
8156 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
8157
8158 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8159 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8160 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
8161 Find in-tree tools if available.
8162 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8163 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8164 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8165 (COMPILER_*_FOR_TARGET): New.
8166 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8167 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8168 (CONFIGURED_*, USUAL_*): Remove.
8169 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8170 STRIP): Use autoconf substitutions.
8171 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8172 COMPILER_NM_FOR_TARGET): New.
8173 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8174
8175 (all): Make all-host and all-target in parallel.
8176 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8177 that $$r and $$s are set before invoking a recursive make.
8178 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8179 ([+bootstrap-target+]): Inline most of the `all' target.
8180
8181 2005-11-29 Ben Elliston <bje@au.ibm.com>
8182
8183 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8184 from the gcc build directory.
8185 * Makefile.in: Regenerate.
8186
8187 2005-11-29 Ben Elliston <bje@au.ibm.com>
8188
8189 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
8190 depend on all-libdecnumber.
8191 * configure.in (host_libs): Include libdecnumber.
8192 * Makefile.in: Regenerate.
8193 * configure: Likewise.
8194
8195 2005-11-29 Ben Elliston <bje@au.ibm.com>
8196
8197 * libdecnumber: Import decNumber sources from the dfp-branch.
8198
8199 2005-11-21 Kean Johnston <jkj@sco.com>
8200
8201 * config.sub, config.guess: Sync from upstream sources.
8202
8203 2005-11-21 Ben Elliston <bje@au.ibm.com>
8204
8205 Import from Autoconf sources:
8206
8207 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
8208 * config/move-if-change: Don't output "$2 is unchanged";
8209 suggested by Ben Elliston. Handle weird characters correctly.
8210
8211 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
8212
8213 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8214 to match upstream libtool for darwin.
8215
8216 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
8217
8218 * Makefile.def: Remove gdb dependencies for gdbtk.
8219 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8220 (configure-gdb, install-gdb): New rules.
8221 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8222 * Makefile.in, configure: Regenerated.
8223
8224 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
8225
8226 * MAINTAINERS (Write After Approval): Add myself.
8227
8228 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
8229
8230 * MAINTAINERS (Write After Approval): Add myself.
8231
8232 2005-10-24 Diego Novillo <dnovillo@redhat.com>
8233
8234 * MAINTAINERS (alias analysis): Add Daniel Berlin and
8235 Diego Novillo.
8236
8237 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
8238
8239 PR bootstrap/24297
8240 * Makefile.tpl (do-[+make-target+], do-check, install,
8241 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8242 are set before recursing.
8243 * Makefile.in: Regenerate.
8244
8245 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
8246
8247 PR bootstrap/18939
8248 * Makefile.def (gcc) <target>: Fix thinko.
8249 * Makefile.in: Regenerate.
8250
8251 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
8252
8253 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8254 * configure: Regenerate.
8255
8256 2005-10-15 Jie Zhang <jie.zhang@analog.com>
8257
8258 * MAINTAINERS (Write After Approval): Add self.
8259
8260 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
8261
8262 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8263 target-libffi, target-qthreads, target-libjava, and
8264 targetlibobjc.
8265 * configure: Regenerate.
8266
8267 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
8268
8269 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8270 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8271 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8272 (USUAL_OBJDUMP_FOR_TARGET): New.
8273 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8274 * configure.in: Check for $OBJDUMP_FOR_TARGET.
8275 * configure, Makefile.in: Regenerated.
8276
8277 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8278
8279 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8280 before other host packages.
8281
8282 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
8283
8284 * MAINTAINERS: Add self as sh libraries/configury maintainer.
8285
8286 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8287
8288 PR bootstrap/22340
8289
8290 * configure.in (default_target): Remove.
8291 * Makefile.tpl (all): Do not use prerequisites as subroutines
8292 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8293 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8294 use prerequisites as subroutines.
8295 (check-host, check-target): New.
8296 (bootstrap configure & all targets): Do not use stage*-start
8297 if the directory layout is already ok.
8298 (non-bootstrap configure & all targets): Prepend a $(unstage).
8299 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
8300 (NOTPARALLEL): Remove.
8301 (unstage, stage variables): New variables.
8302 (unstage, stage targets): Simply expand to those variables.
8303
8304 * configure: Regenerate.
8305 * Makefile.in: Regenerate.
8306
8307 2005-10-04 James E Wilson <wilson@specifix.com>
8308
8309 * Makefile.def (lang_env_dependencies): Add libmudflap.
8310 * Makefile.in: Regenerate.
8311
8312 2005-10-03 Andreas Schwab <schwab@suse.de>
8313
8314 Backport from libtool CVS:
8315 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
8316
8317 * ltmain.sh: add support for installing into temporary
8318 staging area (e.g. 'make install DESTDIR=...')
8319
8320 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
8321
8322 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8323 * configure: Regenerated.
8324
8325 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
8326
8327 * configure: Regenerate with the correct
8328 autoconf version.
8329
8330 2005-09-30 Catherine Moore <clm@cm00re.com>
8331
8332 * configure.in (bfin-*-*): New.
8333 * configure: Regenerated.
8334
8335 2005-09-28 Geoffrey Keating <geoffk@apple.com>
8336
8337 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8338 (LIPO_FOR_TARGET): New.
8339 (CONFIGURED_LIPO_FOR_TARGET): New.
8340 (USUAL_LIPO_FOR_TARGET): New.
8341 (STRIP_FOR_TARGET): New.
8342 (CONFIGURED_STRIP_FOR_TARGET): New.
8343 (USUAL_STRIP_FOR_TARGET): New.
8344 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8345 STRIP_FOR_TARGET.
8346 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8347 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8348 * Makefile.in: Regenerate.
8349 * configure: Regenerate.
8350
8351 2005-09-19 David Edelsohn <edelsohn@gnu.org>
8352
8353 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8354 (rs6000-*-aix*): Same.
8355 * configure: Regenerate.
8356
8357 2005-09-16 Tom Tromey <tromey@redhat.com>
8358
8359 * MAINTAINERS: Add self as java maintainer.
8360
8361 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8362
8363 * configure.in: Recognize f95 in the --enable-languages option,
8364 and substitute it for fortran, issuing a warning.
8365 * configure: Regenerate.
8366
8367 2005-08-30 Phil Edwards <phil@codesourcery.com>
8368
8369 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
8370 * configure: Regenerated.
8371
8372 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
8373
8374 * MAINTAINERS: Add self as ms1 maintainer.
8375
8376 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
8377
8378 * Makefile.def (libssp): Add to lang_env_dependencies.
8379 * Makefile.in: Regenerate.
8380
8381 2005-08-18 Ian Lance Taylor <ian@airs.com>
8382
8383 * MAINTAINERS: Add myself as middle-end maintainer.
8384
8385 2005-08-17 Christian Groessler <chris@groessler.org>
8386
8387 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8388 * Makefile.in: Regenerate.
8389
8390 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
8391
8392 * MAINTAINERS (write after approval): Added myself.
8393
8394 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
8395
8396 * MAINTAINERS (Write After Approval): Add myself.
8397
8398 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
8399
8400 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8401 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8402 Look for alternate names of the target cc and c++
8403 * configure: Regenerate.
8404
8405 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
8406
8407 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8408 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8409 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8410 tools; remove code to manually set them.
8411 (Target tools): Look in the environment for them.
8412 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8413 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8414 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8415 build directory.
8416 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8417 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8418 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8419 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8420 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8421 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8422 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8423 * configure: Regenerate.
8424 * Makefile.in: Regenerate.
8425
8426 2005-07-28 Ben Elliston <bje@au.ibm.com>
8427
8428 * MAINTAINERS: Update for removed CPU targets.
8429
8430 2005-07-27 Mark Mitchell <mark@codesourcery.com>
8431
8432 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8433 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8434 * Makefile.in: Regenerated.
8435
8436 2005-07-26 Mark Mitchell <mark@codesourcery.com>
8437
8438 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8439 (CFLAGS_FOR_TARGET): Use it.
8440 (CXXFLAGS_FOR_TARGET): Likewise.
8441 * Makefile.in: Regenerated.
8442 * configure.in (--with-build-sysroot): New option.
8443 * configure: Regenerated.
8444
8445 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
8446
8447 * Makefile.tpl: Wrap install between unstage and stage
8448 * Makefile.in: Regenerate.
8449
8450 2005-07-21 Eric Christopher <echristo@apple.com>
8451
8452 * MAINTAINERS: Update affiliation.
8453
8454 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
8455
8456 * MAINTAINERS: Add self as crx port maintainer.
8457
8458 2005-07-20 DJ Delorie <dj@redhat.com>
8459
8460 * MAINTAINERS: Add self as m32c maintainer.
8461
8462 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
8463
8464 * all files: Update FSF address.
8465
8466 2005-07-15 Eric Christopher <echristo@redhat.com>
8467
8468 * MAINTAINERS: Change affiliation.
8469
8470 2005-07-14 Jim Blandy <jimb@redhat.com>
8471
8472 * configure.in: Add cases for Renesas m32c.
8473 * configure: Regenerated.
8474
8475 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8476
8477 * COPYING.LIB: Update from fsf.org.
8478
8479 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8480
8481 * COPYING, compile, config.guess,
8482 config.sub, install-sh, missing, mkinstalldirs,
8483 symlink-tree, ylwrap: Sync from upstream sources.
8484 * config-ml.in: Update FSF address.
8485
8486 2005-07-13 Eric Christopher <echristo@redhat.com>
8487
8488 * configure.in: Add toplevel noconfigdir support for tpf.
8489 * configure: Regenerate.
8490
8491 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
8492
8493 PR ada/22340
8494
8495 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8496 * Makefile.in: Regenerate.
8497
8498 2005-07-07 Mark Mitchell <mark@codesourcery.com>
8499
8500 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
8501 Brolley to write-after-approval.
8502
8503 2005-07-07 Andreas Schwab <schwab@suse.de>
8504
8505 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8506 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8507 * Makefile.in: Regenerated.
8508
8509 2005-07-06 Geoffrey Keating <geoffk@apple.com>
8510
8511 * configure.in: Don't build sim or rda when targetting darwin.
8512 * configure: Regenerate.
8513
8514 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8515
8516 * configure.in: Add --enable-libssp and --disable-libssp.
8517 * configure: Regenerate with autoconf-2.13.
8518
8519 2005-07-02 Jakub Jelinek <jakub@redhat.com>
8520
8521 * Makefile.def (target_modules): Add libssp.
8522 * configure.in (target_libraries): Add target-libssp.
8523 * configure: Rebuilt.
8524 * Makefile.in: Rebuilt.
8525
8526 2005-07-01 Zack Weinberg <zackw@panix.com>
8527
8528 * MAINTAINERS: Change email address. Resign from maintainership.
8529
8530 2005-07-01 Richard Guenther <rguenther@suse.de>
8531
8532 * MAINTAINERS: Change my e-mail address and affiliation.
8533
8534 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
8535
8536 * Makefile.def (stagefeedback): Come after profile.
8537 Define profiledbootstrap target.
8538 * Makefile.tpl (profiledbootstrap): Remove.
8539 (stageprofile-end): Zap stagefeedback.
8540 (stagefeedback-start): Copy all .gcda files, not only GCC's.
8541 * Makefile.in: Regenerate.
8542
8543 2005-06-13 Richard Sandiford <richard@codesourcery.com>
8544
8545 * MAINTAINERS: Update my email address.
8546
8547 2005-06-13 Zack Weinberg <zack@codesourcery.com>
8548
8549 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
8550 In 'cpp' stanza, support '#line' as well as '# '.
8551
8552 2005-06-08 Andreas Schwab <schwab@suse.de>
8553
8554 * MAINTAINERS: Move myself from 'Write After Approval' to
8555 'CPU Port Maintainers' section as m68k maintainer.
8556
8557 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
8558
8559 * configure.in (unsupported_languages): New macro.
8560 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
8561 non-ported target libraries in noconfigdirs.
8562 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8563 non-linux-gnu. Remove libgcj_ex_libffi.
8564 <lang_frag loop>: Set add_this_lang=no if the language is in
8565 unsupported_languages.
8566 * configure: Regenerate.
8567
8568 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
8569
8570 * configure.in: Fix typo in handling of --with-mpfr-dir.
8571 * configure: Regenerate.
8572
8573 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
8574
8575 * MAINTAINERS: Update my email address.
8576
8577 2005-06-02 Jim Blandy <jimb@redhat.com>
8578
8579 * config.sub: Add cases for the Renesas m32c. (This patch has been
8580 accepted into the master sources.)
8581
8582 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
8583 Michael Snyder <msnyder@redhat.com>
8584 Stan Cox <scox@redhat.com>
8585
8586 * configure.in: Set noconfigdirs for ms1.
8587
8588 * configure: Regenerate.
8589
8590 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
8591
8592 * MAINTAINERS (Write After Approval): Add self.
8593
8594 2005-06-01 Josh Conner <jconner@apple.com>
8595
8596 * MAINTAINERS (Write After Approval): Add self.
8597
8598 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
8599
8600 * MAINTAINERS: Update my email address.
8601
8602 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
8603
8604 * MAINTAINERS (Write After Approval): Add self.
8605
8606 2005-05-26 Chris Demetriou <cgd@broadcom.com>
8607
8608 * MAINTAINERS (Write After Approval): Remove self.
8609
8610 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
8611
8612 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8613 (Dependencies): Consider target modules for bootstrap dependencies.
8614 Make target bootstrap modules depend on each stage's gcc.
8615 * Makefile.in: Regenerate.
8616
8617 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
8618
8619 * Makefile.def (configure-gcc): Depend on binutils having been built.
8620 (all-gcc): No need to do it here.
8621 * Makefile.in: Regenerate.
8622
8623 2005-05-19 Paul Brook <paul@codesourcery.com>
8624
8625 * configure.in: Rewrite misleading error message when requested
8626 language cannot be built.
8627 * configure: Regenerate.
8628
8629 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
8630
8631 * ylwrap: Import from Automake 1.9.5.
8632
8633 2005-05-13 David Ung <davidu@mips.com>
8634
8635 * MAINTAINERS (Write After Approval): Add self.
8636
8637 2005-05-09 Mike Stump <mrs@apple.com>
8638
8639 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8640 lt_cv_sys_max_cmd_len for now.
8641
8642 2005-05-09 Stan Cox <scox@redhat.com>
8643
8644 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8645
8646 2005-05-08 Matt Kraai <kraai@ftbfs.org>
8647
8648 * README.SCO: Update the URL.
8649
8650 2005-05-05 David Edelsohn <edelsohn@gnu.org>
8651
8652 * ltconfig: Define file_list_spec. Pass file_list_spec and
8653 with_gnu_ld to libtool.
8654 * ltcf-c.sh (aix[45]): Define file_list_spec.
8655 * ltcf-cxx.sh (aix[45]): Same.
8656 * ltcf-gcj.sh (aix[45]): Same.
8657 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8658 exists, write list of input files to temporary file.
8659
8660 2005-05-04 Mike Stump <mrs@apple.com>
8661
8662 * configure.in: Always pass --target to target configures as
8663 otherwise rebuilds that do --recheck will fail.
8664 * confiugure: Rebuilt.
8665
8666 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
8667
8668 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8669 STAGE_HOST_EXPORTS.
8670 (configure, all): Add bootstrap support.
8671 (Host modules, target modules): Pass post-stage1 flags and exports.
8672 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8673 * Makefile.in: Regenerate.
8674
8675 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
8676
8677 * configure: Regenerate.
8678
8679 2005-04-27 Mike Stump <mrs@apple.com>
8680
8681 * MAINTAINERS: Add self as darwin maintainer.
8682
8683 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
8684
8685 * config.sub: Update from master copy.
8686
8687 2005-04-21 Mike Stump <mrs@apple.com>
8688
8689 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8690 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8691
8692 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
8693
8694 * configure.in <crisv32-*-*, cris-*-*>: New local variable
8695 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
8696 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
8697 "*-*-elf" and "*-*-linux*".
8698 * configure: Regenerate.
8699
8700 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
8701
8702 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8703
8704 2005-04-12 Mike Stump <mrs@apple.com>
8705
8706 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8707
8708 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
8709
8710 * MAINTAINERS (Write After Approval): Add myself.
8711
8712 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
8713
8714 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
8715
8716 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
8717
8718 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
8719 (TARGET_CONFIGARGS): Include --with-target-subdir.
8720 (configure, all): New macros. Use them throughout.
8721 * Makefile.in: Regenerate.
8722
8723 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
8724
8725 * MAINTAINERS (Write After Approval): Add myself.
8726
8727 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
8728
8729 * MAINTAINERS: Remove 'loop unrolling' maintainer.
8730
8731 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
8732
8733 * MAINTAINERS: Move John Carr to Write After Approval.
8734
8735 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
8736
8737 * config/mh-mingw32: Delete.
8738 * configure.in: Don't use it.
8739 * configure: Regenerate.
8740
8741 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
8742
8743 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
8744 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
8745 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
8746 (HOST_LIB_PATH): Generate from Makefile.def.
8747 (TARGET_LIB_PATH): Likewise.
8748 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
8749 * Makefile.in: Regenerate.
8750 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
8751 (RPATH_ENVVAR): Include Darwin case.
8752 * configure: Regenerate.
8753
8754 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
8755
8756 * MAINTAINERS (Various Maintainers): Remove self.
8757 (Write After Approval): Add self.
8758
8759 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
8760
8761 * MAINTAINERS (Various Maintainers): Add self.
8762
8763 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
8764
8765 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
8766 * configure: Regenerate.
8767
8768 2005-03-21 Zack Weinberg <zack@codesourcery.com>
8769
8770 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
8771 gcc_version, and gcc_version_trigger from set of flags to pass.
8772 * Makefile.tpl: Remove definitions of above variables.
8773 (config.status): Remove dependency on $(gcc_version_trigger).
8774 * Makefile.in: Regenerate.
8775 * configure.in: Do not reference config/gcc-version.m4 nor
8776 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
8777 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
8778 * configure: Regenerate.
8779
8780 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
8781 Andrew Pinski <pinskia@physics.uc.edu>
8782
8783 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
8784 * Makefile.in: Regenerate.
8785
8786 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
8787
8788 * MAINTAINERS (Write After Approval): Add myself.
8789
8790 2005-03-03 David Ayers <d.ayers@inode.at>
8791
8792 * MAINTAINERS (Write After Approval): Add myself.
8793
8794 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
8795
8796 PR libgcj/20160
8797 * ltmain.sh: Avoid creating archives with components that have
8798 duplicate basenames.
8799
8800 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
8801
8802 PR bootstrap/20250
8803 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
8804 instead of check.
8805 * Makefile.in: Regenerate.
8806
8807 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8808
8809 * Makefile.in: Regenerate to fix conflict between the previous two
8810 patches.
8811
8812 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
8813
8814 PR bootstrap/17383
8815 * Makefile.def (target_modules): Remove "stage", now unnecessary.
8816 * Makefile.tpl (HOST_SUBDIR): New substitution.
8817 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
8818 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8819 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
8820 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
8821 (Host modules, Bootstrapped modules): Use it.
8822 (Build modules, Target modules): Do not create symlink trees,
8823 always configure out-of-srcdir.
8824 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
8825 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
8826 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
8827 $(HOST_SUBDIR). Create a symlink for host_subdir.
8828
8829 * Makefile.in: Regenerate.
8830 * configure: Regenerate.
8831
8832 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
8833
8834 Merged from libada-gnattools-branch:
8835 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
8836
8837 * gnattools: New directory.
8838 * Makefile.def: Add gnattools as a module, depending on target-libada.
8839 * Makefile.in: Regenerate.
8840 * configure.in: Include gnattools in host_tools; disable it if ada
8841 is disabled.
8842 * configure: Regenerate.
8843
8844 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
8845
8846 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
8847 treelang maintainer.
8848 (Write After Approval): Remove myself.
8849
8850 2005-02-23 Paul Schlie <schlie@comcast.net>
8851
8852 * configure.in: Allow darwin targeted ports to build tk, itcl and
8853 libgui.
8854 * configure: Regenerate.
8855
8856 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
8857
8858 PR libgcj/10353
8859 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
8860 * configure: Regenerate.
8861
8862 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
8863
8864 * MAINTAINERS (Write After Approval): Add myself.
8865
8866 2005-02-10 Ian Lance Taylor <ian@airs.com>
8867
8868 * MAINTAINERS: Update my e-mail address.
8869
8870 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
8871
8872 * MAINTAINERS (Write After Approval): Add myself.
8873
8874 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
8875
8876 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
8877 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
8878 target-libgloss when not *-*-elf and *-*-aout.
8879 * configure: Regenerate.
8880
8881 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
8882
8883 * MAINTAINERS: Remove obsolete entries.
8884
8885 * MAINTAINERS (Write After Approval): Add Michael Matz.
8886
8887 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
8888
8889 * MAINTAINERS: Remove self as cpplib maintainer.
8890
8891 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8892
8893 * install-sh, config.sub: Import from upstream.
8894
8895 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
8896
8897 PR bootstrap/18222
8898 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
8899 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
8900 * Makefile.in: Regenerate.
8901
8902 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
8903
8904 * MAINTAINERS: Update my email address.
8905
8906 2005-01-12 David Edelsohn <edelsohn@gnu.org>
8907 Andreas Schwab <schwab@suse.de>
8908
8909 PR bootstrap/18033
8910 * config-ml.in: Eval option if surrounded by single quotes.
8911
8912 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
8913
8914 Revert 2004-12-28 Makefile changes, a better fix will be
8915 applied to mainline and src after GCC 4.0 branches.
8916
8917 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
8918
8919 PR bootstrap/17383
8920
8921 * Makefile.def (target_modules): Remove stage parameter,
8922 it is always true now.
8923 * Makefile.tpl (configure-build-[+module+],
8924 configure-target-[+module+]): Always build symlink tree
8925 for the directory and for include. BUILD_SUBDIR and
8926 TARGET_SUBDIR cannot be . anymore.
8927 * Makefile.in: Regenerate.
8928
8929 2004-12-25 David Edelsohn <edelsohn@gnu.org>
8930
8931 Revert 2004-12-08 Makefile changes.
8932
8933 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
8934
8935 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
8936 cygwin, mingw.
8937
8938 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
8939
8940 * configure.in (sh64-*-*): Reenable gprof.
8941 * configure: Regenerate.
8942
8943 2004-12-08 David Edelsohn <edelsohn@gnu.org>
8944
8945 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
8946 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
8947 (EXTRA_TARGET_FLAGS): Add PICFLAG.
8948 * Makefile.in: Regenerate.
8949
8950 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
8951
8952 * MAINTAINERS: Update my email address.
8953
8954 2004-12-07 Matt Kraai <kraai@ftbfs.org>
8955
8956 * Makefile.tpl: Generate normal dependencies if the LHS module is
8957 not bootstrapped.
8958 * Makefile.in: Regenerate.
8959
8960 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8961
8962 * configure.in: Include config/gxx-include-dir.m4. Use
8963 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
8964 * configure: Regenerate.
8965
8966 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
8967
8968 * config.if: Delete.
8969 * configure.in: Set libstdcxx_incdir directly.
8970 * configure: Regenerate.
8971
8972 2004-12-02 Eric Christopher <echristo@redhat.com>
8973
8974 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
8975 * Makefile.in: Regenerate.
8976
8977 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8978
8979 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
8980 * configure: Regenerate.
8981
8982 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
8983
8984 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
8985 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
8986 * configure: Regenerate.
8987
8988 2004-12-01 Eric Christopher <echristo@redhat.com>
8989
8990 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
8991 of things to remove.
8992
8993 2004-11-29 Matt Kraai <kraai@ftbfs.org>
8994
8995 * MAINTAINERS (Write After Approval): Update my e-mail address.
8996
8997 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
8998
8999 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9000 from CVS libtool to always pass_all.
9001
9002 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9003
9004 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9005 (hppa*64*-*-*): Delete incorrect comment.
9006 * configure: Rebuilt.
9007
9008 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9009
9010 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9011
9012 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9013
9014 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9015 from CVS libtool to always pass_all.
9016
9017 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9018
9019 * install-sh, compile: Import from automake.
9020
9021 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9022
9023 * config.guess, config.sub: Import from savannnah.
9024
9025 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
9026
9027 * MAINTAINERS (Write After Approval): Add myself
9028
9029 2004-11-12 Mike Stump <mrs@apple.com>
9030
9031 * Makefile.def: Add html support.
9032 * Makefile.tpl: Likewise.
9033 * Makefile.in: Regenerate.
9034
9035 2004-11-11 Geoffrey Keating <geoffk@apple.com>
9036
9037 PR 18423
9038 * configure.in: Remove all instances of build-fixincludes from
9039 noconfigdirs.
9040 (build_configargs): Supply --target to subdirectories.
9041 * configure: Regenerate.
9042
9043 * Makefile.def: Make gcc install depend on fixincludes install.
9044 * Makefile.in: Regenerate.
9045
9046 2004-11-10 Janis Johnson <janis187@us.ibm.com>
9047
9048 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9049
9050 2004-11-11 Paul Brook <paul@codesourcery.com>
9051
9052 * MAINTAINERS: Add self as arm maintainer. Update email address.
9053
9054 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9055
9056 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9057 target-libgfortran.
9058 * configure: Regenerate.
9059
9060 2004-11-07 David Edelsohn <edelsohn@gnu.org>
9061
9062 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9063 like CC.
9064
9065 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
9066
9067 * Makefile.def (host fixincludes): Specify missing targets.
9068 * Makefile.in: Regenerate.
9069
9070 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9071
9072 * MAINTAINERS: Add myself
9073
9074 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9075
9076 * MAINTAINERS (Write After Approval): Add myself.
9077
9078 2004-11-04 Geoffrey Keating <geoffk@apple.com>
9079
9080 * Makefile.def: Build fixincludes for the host, too.
9081 * Makefile.in: Regenerate.
9082 * configure.in (host_tools): Add fixincludes.
9083 * configure: Regenerate.
9084
9085 2004-11-04 Daniel Jacobowitz <dan@debian.org>
9086
9087 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9088 * configure: Regenerated.
9089
9090 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9091
9092 PR other/17783
9093 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9094 * configure: Regenerated.
9095
9096 2004-10-31 Mark Mitchell <mark@codesourcery.com>
9097
9098 * README.SCO: Update per FSF instructions.
9099
9100 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
9101
9102 PR target/18151
9103 * configure.in (case ${target}): Do not build fixincludes for avr.
9104 * configure: Regenerated.
9105
9106 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
9107
9108 * configure.in (case ${target}): Do not build fixincludes
9109 on platforms where it is not used.
9110 * configure: Regenerated.
9111
9112 2004-10-23 Daniel Jacobowitz <dan@debian.org>
9113
9114 * configure.in: Use an absolute path to install-sh.
9115 * configure: Regenerated.
9116
9117 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9118
9119 * MAINTAINERS (Write After Approval): Add myself.
9120
9121 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9122
9123 * MAINTAINERS: Remove from Write After Approval those that are
9124 already maintainers.
9125
9126 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9127
9128 * MAINTAINERS: Update my email address.
9129
9130 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9131
9132 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9133 * configure: Regenerate.
9134
9135 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
9136
9137 * MAINTAINERS: Update my email address.
9138
9139 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9140
9141 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9142 entries belonging to this category.
9143
9144 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
9145
9146 * MAINTAINERS: Update my e-mail address.
9147
9148 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
9149
9150 Fix wrong conflict resolution in:
9151
9152 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9153
9154 * Makefile.in: Regenerate.
9155 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9156 in the recursive `make', instead of hardwiring `all'.
9157 (Autogenerated TARGET-* variables): New.
9158
9159 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
9160
9161 * configure.in: Enable target-libgloss for crx-*-*.
9162 * configure: Regenerate.
9163
9164 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9165
9166 * MAINTAINERS (Various Maintainers): Move the "windows,
9167 cygwin, mingw" maintainer to ...
9168 (OS Port Maintainers): ... here.
9169
9170 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9171
9172 * MAINTAINERS (Write After Approval): Remove those that are
9173 maintainers of some subsystem.
9174
9175 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
9176
9177 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9178 * ltcf-cxx.sh (tpf*): Likewise.
9179 * ltconfig (tpf*): Add TPF OS configuration support.
9180
9181 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
9182
9183 * MAINTAINERS: Change my email address to my new work account.
9184
9185 2004-09-24 Michael Roth <mroth@nessie.de>
9186
9187 * configure.in (--without-headers): Add missing double quotes.
9188 * configure: Regenerate.
9189
9190 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
9191
9192 * ylwrap: Revert to previous version.
9193
9194 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
9195
9196 PR bootstrap/17369
9197 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9198 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9199 SET_GCC_LIB_PATH_CMD.
9200 (BASE_TARGET_EXPORTS): Likewise.
9201 * Makefile.in: Regenerated.
9202
9203 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9204 * configure: Regenerated.
9205
9206 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
9207
9208 * config.guess: New upstream version
9209 * compile, depcomp, install-sh, ylwrap: Likewise.
9210
9211 2004-09-19 Roger Sayle <roger@eyesopen.com>
9212
9213 * config/mh-x86omitfp: New host makefile fragment. Add
9214 -fomit-frame-pointer to the default BOOT_CFLAGS.
9215 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9216 * configure: Regenerate.
9217
9218 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
9219
9220 PR target/11572
9221 * configure.in (*-*-darwin*): Renable libobjc.
9222 * configure: Regenerate.
9223
9224 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
9225
9226 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9227
9228 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
9229
9230 * Makefile.def: Remove libbanshee.
9231 * Makefile.tpl: Ditto.
9232 * configure.in: Ditto.
9233 * Makefile.in: Regen.
9234 * configure: Ditto.
9235
9236 2004-09-08 David Edelsohn <edelsohn@gnu.org>
9237
9238 * ltmain.sh: Use $pic_object as $non_pic_object if
9239 $non_pic_object=none.
9240
9241 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
9242
9243 * missing: Import latest version from master repository.
9244
9245 2004-09-06 Nick Clifton <nickc@redhat.com>
9246
9247 * config.sub: Import latest version from master repository.
9248 * config.guess: Likewise.
9249 This includes these changes:
9250
9251 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
9252
9253 * config.sub: Handle crisv32, alias etraxfs.
9254 * config.guess (crisv32:Linux:*:*): Handle.
9255
9256 2004-08-13 Brad Smith <brad@comstyle.com>
9257
9258 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9259 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9260
9261 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
9262
9263 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9264 assume the processor is a powerpc. This is because coreutils
9265 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9266 in this case, due to a MacOS X bug that causes
9267 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9268 to return a negative number.
9269 Problem reported by Petter Reinholdtsen in:
9270 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9271
9272 2004-07-19 Ben Elliston <bje@gnu.org>
9273
9274 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9275
9276 2004-06-24 Ben Elliston <bje@gnu.org>
9277
9278 * config.guess: Update copyright years.
9279 * config.sub: Likewise.
9280
9281 2004-06-22 Robert Millan <robertmh@gnu.org>
9282
9283 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9284 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9285
9286 2004-06-22 Stanley F. Quayle <stan@stanq.com>
9287
9288 * config.guess (*:*VMS:*:*): New entry. Replaces
9289 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9290 manufacturer.
9291
9292 2004-06-22 Ben Elliston <bje@gnu.org>
9293
9294 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9295 * config.sub: Likewise.
9296
9297 2004-06-22 Ben Elliston <bje@gnu.org>
9298
9299 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9300 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9301
9302 2004-06-11 Ben Elliston <bje@gnu.org>
9303
9304 * config.guess (pegasos:OpenBSD:*:*): Remove.
9305
9306 2004-06-11 Ben Elliston <bje@gnu.org>
9307
9308 From Wouter Verhelst <wouter@grep.be>:
9309 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9310
9311 2004-06-11 Ben Elliston <bje@gnu.org>
9312
9313 * config.guess (luna88k:OpenBSD:*:*): New.
9314
9315 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9316
9317 * config.guess (m32r*:Linux:*:*): New case.
9318 * config.sub: Handle m32rle.
9319
9320 2004-03-12 Ben Elliston <bje@wasabisystems.com>
9321
9322 From Jens Petersen <petersen@redhat.com>:
9323 * config.sub: Handle sparcv8.
9324
9325 2004-03-03 Ben Elliston <bje@wasabisystems.com>
9326
9327 From Tom Smith <smith@cag.lkg.hp.com>:
9328 * config.guess: Version suffixes are equally significant on Tru64
9329 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
9330 prefix of "P" (patched kernel).
9331
9332 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
9333
9334 * config.sub: Add support for National Semiconductor CRX target.
9335
9336 2004-09-03 Janis Johnson <janis187@us.ibm.com>
9337
9338 * MAINTAINERS (Various Maintainers): Remove myself as web page
9339 maintainer, add myself as maintainer of build status lists.
9340
9341 2004-09-03 Jan Beulich <jbeulich@novell.com>
9342
9343 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9344 *-*-netware, but add target-libmudflap.
9345 Consolidate *-*-netware targets (of which really only i?86 exists)
9346 into a single entry.
9347 * configure: Likewise.
9348
9349 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
9350
9351 * Makefile.tpl (sorry): Remove.
9352 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9353 (cleanstrap targets): Depend on distclean, not distclean-stage1.
9354 (do-clean): Clean per-stage directories too.
9355 (do-distclean): Run distclean-stage1 too.
9356 (.NOTPARALLEL): Enable during toplevel bootstrap.
9357 (stage[+id+]-bubble): Enable parallel execution during
9358 the recursive invocation.
9359 * Makefile.in: Regenerate.
9360
9361 Fix previous checkin:
9362
9363 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9364 include.
9365 * configure.in: Fix indentation.
9366 * configure: Regenerate.
9367
9368 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
9369
9370 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9371 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9372 * configure: regenerate
9373 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9374 -mdynamic-no-pic
9375
9376 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
9377
9378 * Makefile.def (build_modules): Add fixincludes.
9379 (dependencies): Make gcc depend on fixincludes.
9380 * configure.in (build_tools): Add fixincludes.
9381 (build_configdirs): Always include build_libs.
9382 * Makefile.in: Regenerate.
9383 * configure: Regenerate.
9384
9385 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
9386
9387 * Makefile.def (bootstrap stages): Add 'lean' parameter.
9388 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9389 phony targets; do not generate timestamp files.
9390 (distclean-stageN): Remove references to their timestamp files.
9391 (restageN, touch-stageN): Remove.
9392 (stageN-bubble): Rewritten.
9393 (compare): Support lean bootstraps.
9394 * Makefile.in: Regenerate.
9395
9396 * configure.in: Only warn when bootstrapping but
9397 build != host or build != target. Support lean bootstraps.
9398 * configure: Regenerate.
9399
9400 2004-08-26 Phil Edwards <phil@codesourcery.com>
9401
9402 * configure.in: Give a better error message if GMP/MPFR are missing
9403 and a language needing them has been requested.
9404 * configure: Regenerated.
9405
9406 2004-08-25 Phil Edwards <phil@codesourcery.com>
9407
9408 * configure.in: Print a list of available language front-ends if
9409 a requested one is missing. Tidy stray tab characters.
9410 * configure: Regenerated.
9411
9412 2004-08-19 Michael Koch <konqueror@gmx.de>
9413
9414 * gcc/doc/install.texi: Update entry about automake for libjava.
9415
9416 2004-08-17 Robert Millan <robertmh@gnu.org>
9417
9418 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9419 (instead of FreeBSD).
9420 * configure: Regenerate.
9421
9422 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9423
9424 * Makefile.in: Regenerate.
9425 * configure: Regenerate.
9426
9427 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9428 stage_*_flags.
9429 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9430 for bootstrapped modules if toplevel bootstrap is going.
9431 (GCC bootstrap): Generate per-stage targets for all bootstrapped
9432 modules. Adjust for changes in Makefile.def. Enable several
9433 rules even in non-bootstrap mode, just to avoid peppering the
9434 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9435 (stage-[+prev+]-bubble): Remove.
9436
9437 * Makefile.def (Dependencies): Depend on all-build-bison,
9438 all-build-flex, all-build-byacc, all-build-texinfo, rather
9439 than the host variations.
9440 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
9441 with BUILD_SUBDIR.
9442 (BISON): Update for recent Bisons.
9443 (YACC): Fix typo.
9444 (cross): Depend on all-build.
9445 (all): Do not depend on all-build.
9446 (prebootstrap): Remove.
9447 (dep-kind): Accept separate prefixes for MODULE and ON variables.
9448 (Prebootstrap dependencies): Add them to the per-stage targets
9449 and to all-prebootstrap.
9450 * configure.in (build_configdirs): Always enable build_tools.
9451 (BUILD_DIR_PREFIX): Remove.
9452
9453 * Makefile.def (gcc): Add target variable.
9454 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9455 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9456 in the recursive `make', instead of hardwiring `all'.
9457 (Autogenerated TARGET-* variables): New.
9458
9459 2004-08-13 Brian Booth <bbooth@redhat.com>
9460
9461 * MAINTAINERS: Remove myself from write-after-approval.
9462
9463 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
9464
9465 * src-release: Stop distributing mmalloc with gdb (which doesn't
9466 use it).
9467 * Makefile.def: GDB doesn't depend on mmalloc anymore.
9468 * Makefile.in: Regenerate.
9469
9470 2004-08-09 Mark Mitchell <mark@codesourcery.com>
9471
9472 * configure.in (arm*-*-eabi*): New target.
9473 * configure: Regenerate.
9474
9475 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
9476
9477 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9478 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9479 (Dependencies): New section.
9480 * Makefile.tpl (Dependencies): Generate from Makefile.def.
9481 (configure-target-[+module+]): Depend on maybe-all-gcc
9482 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
9483 (toplevel profiledbootstrap): Fix dependencies.
9484 * Makefile.in: Regenerate.
9485
9486 2004-08-03 Mark Mitchell <mark@codesourcery.com>
9487
9488 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9489 target-libiberty to noconfigdirs.
9490 * configure: Regenerate.
9491
9492 2004-08-03 Paul Brook <paul@codesourcery.com>
9493
9494 * configure.in: Check for MPFR as well as GMP.
9495 * configure: Regenerate.
9496
9497 2004-08-01 Robert Millan <robertmh@gnu.org>
9498
9499 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9500 libmudflap for all GNU-based systems (with Glibc).
9501 * configure: Regenerate.
9502
9503 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
9504
9505 * Makefile.def (host-modules): Add gcc.
9506 * Makefile.in: Regenerate.
9507 * Makefile.tpl (sorry): New rule.
9508 (configure-host, all-host, [+make_target+]-host, do-check,
9509 install-host): Do not add gcc as a special case.
9510 (host modules): Add a small special-casing for gcc. Export
9511 extra_make_flags through the environment.
9512 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9513 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9514 other recursive targets for gcc): Remove.
9515
9516 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9517 (stage, unstage): New rules.
9518 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9519 distclean-stage[+id+]): Use stage_current.
9520 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9521 the stage*-start rules.
9522
9523 2004-08-02 Geoffrey Keating <geoffk@apple.com>
9524
9525 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9526 use -all_load flag.
9527
9528 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
9529
9530 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9531 * configure: Regenerate.
9532
9533 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
9534
9535 * maintainer-scripts/gcc_release: Revert yesterday's change.
9536
9537 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
9538
9539 * MAINTAINERS: Add myself to write-after-approval.
9540
9541 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
9542
9543 * libf2c: Removed.
9544 * gcc/gccbug.in: Updated because of libf2c removal.
9545 * maintainer-scripts/gcc_release: Ditto.
9546
9547 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
9548
9549 * configure.in: Build libmudflap by default on FreeBSD.
9550 * configure: Regenerated.
9551
9552 2004-07-09 Mark Mitchell <mark@codesourcery.com>
9553
9554 * configure.in: Do not build libmudflap by default on non-GNU/Linux
9555 systems.
9556 * configure: Regenerated.
9557
9558 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9559
9560 PR target/16344
9561 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9562 feedback based compiler.
9563 * Makefile.in: Rebuilt.
9564
9565 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
9566
9567 * Makefile.def (host_modules): Set bootstrap=true for flex.
9568 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9569 * Makefile.in: Rebuilt.
9570
9571 2004-07-07 Jan Hubicka <jh@suse.cz>
9572
9573 * MAINTAINERS: Add self as a profile feedback maintainer.
9574
9575 2004-07-05 Phil Edwards <phil@codesourcery.com>
9576
9577 * configure.in: Do not prepend $srcdir to /dev/null in
9578 makefile fragments.
9579 * configure: Regenerate.
9580
9581 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
9582
9583 * Makefile.def (build_modules): Add bison, byacc, flex,
9584 m4, texinfo.
9585 (flags_to_pass): Add FLEX.
9586 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9587 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9588 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9589 DEFAULT_MAKEINFO): Remove.
9590 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9591 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9592 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9593 objdir or else use configured tool.
9594 (all-build): New.
9595 (all): Depend on it.
9596 (Build module dependencies): Add.
9597 * Makefile.in: Regenerate.
9598 * configure.in: Better support for multiple build modules,
9599 matching what is done for host/target modules. Do not look
9600 for "plausible" locations of build tools if Canadian cross.
9601 Use autoconf's AC_PROG_CC to find a C compiler. Define
9602 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
9603 * configure: Regenerate.
9604
9605 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9606
9607 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9608 * Makefile.in: Regenerate.
9609
9610 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9611
9612 * Makefile.tpl (configure-build-[+module+],
9613 configure-[+module+], configure-target-[+module+]): Pass
9614 [+extra_configure_args+].
9615 (all-build-[+module+], all-[+module+], check-[+module+],
9616 install-[+module+], [+make_target+]-[+module+],
9617 all-target-[+module+], check-target-[+module+],
9618 install-target-[+module+], [+make_target+]-target-[+module+]):
9619 Pass [+extra_make_args+].
9620 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9621 (GCC_HOST_EXPORTS): Remove.
9622 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9623 cross, check-gcc, check-gcc-c++, install-gcc,
9624 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9625 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9626 * Makefile.in: Regenerate.
9627
9628 2004-06-21 Matthew Sachs <msachs@apple.com>
9629
9630 * MAINTAINERS: Added self to write-after-approval.
9631
9632 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
9633
9634 * configure.in: Check for srcdir/winsup rather than build directory
9635 winsup.
9636 * configure: Regenerate.
9637
9638 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
9639
9640 * configure.in: Don't build Cygwin native newlib if winsup
9641 directory is missing. Emit warning instead.
9642 * configure: Regenerate.
9643
9644 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
9645
9646 * Makefile.tpl (touch-stage[+id+]): New.
9647 (restage[+prev+]): Depend on touch-stage[+id+].
9648
9649 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9650 Use it throughout.
9651
9652 * Makefile.def: Add profile and feedback bootstrap stages.
9653 Remove next field from bootstrap stages.
9654 * Makefile.tpl (LN, LN_S): Substitute.
9655 (stageN-start, stageN-end): Use double-colon rules, to
9656 provide a hook for additional setup commands.
9657 (distclean-stageN-gcc, restageN): Create dependencies from
9658 [+prev+], not from [+next+].
9659 (stageN-bubble): Add commands for successive stages from
9660 [+prev+], using double-colon rules.
9661 (all-stageN-gcc): Fix typo.
9662 (stagefeedback-start, profiledbootstrap): New.
9663 * Makefile.in: Regenerate.
9664 * configure.in: Call ACX_PROG_LN.
9665 * configure: Regenerate.
9666
9667 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
9668
9669 * MAINTAINERS (Write After Approval): Add myself.
9670
9671 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
9672
9673 * MAINTAINERS (Write After Approval): Add myself.
9674
9675 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
9676
9677 * configure.in: Fix --enable-bootstrap breakage introduced in trees
9678 without gcc.
9679 * configure: Regenerate.
9680
9681 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9682
9683 * Makefile.tpl: Fix typo.
9684 * Makefile.in: Regenerate.
9685
9686 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9687
9688 * configure.in: Remove new- prefix from toplevel
9689 bootstrap targets.
9690 * configure: Regenerate.
9691
9692 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9693
9694 * Makefile.tpl (all.normal): Rename to all.
9695 (all): Replace with a rule to pick the default
9696 target from configure.
9697 (all-gcc, configure-gcc): Use conditionals to
9698 do nothing when toplevel bootstrap is going on.
9699 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9700 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9701 * configure.in: Support --enable-bootstrap.
9702
9703 * Makefile.def: Remove new- prefix from toplevel
9704 bootstrap targets.
9705 * Makefile.tpl: Likewise.
9706
9707 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
9708 target.
9709
9710 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9711 $(RECURSE_FLAGS) to recursive invocation of make.
9712
9713 * Makefile.in: Regenerate.
9714 * configure: Regenerate.
9715
9716 2004-05-30 Andreas Jaeger <aj@suse.de>
9717 Jim Wilson <wilson@specifixinc.com>
9718
9719 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
9720 like CC.
9721
9722 2004-05-27 Daniel Jacobowitz <dan@debian.org>
9723
9724 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
9725 * configure: Regenerate.
9726
9727 2004-05-25 Daniel Jacobowitz <drow@false.org>
9728
9729 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
9730 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
9731 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
9732 targets.
9733 * Makefile.in: Regenerate.
9734
9735 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
9736
9737 * configure.in: Test the ability to symlink directories.
9738 * configure: Regenerate.
9739
9740 * Makefile.def (bootstrap-stage): New definitions.
9741 * Makefile.tpl (configure-stage1-gcc,
9742 configure-stage2-gcc, configure-stage3-gcc,
9743 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
9744 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
9745 new-restage3, compare): Autogenerate, see Makefile.in
9746 entry for behavioral changes.
9747 (distclean-stage1, new-stage1-start, new-stage1-end,
9748 new-stage1-bubble, distclean-stage2, new-stage2-start,
9749 new-stage2-end, new-stage2-bubble, distclean-stage3,
9750 new-stage3-start, new-stage3-end): New autogenerated targets.
9751 (objext, prebootstrap, BOOT_CFLAGS,
9752 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
9753 targets.
9754
9755 * Makefile.in: Regenerate.
9756 (distclean-stage1, new-stage1-start, new-stage1-end,
9757 new-stage1-bubble, distclean-stage2, new-stage2-start,
9758 new-stage2-end, new-stage2-bubble, distclean-stage3,
9759 new-stage3-start, new-stage3-end): New targets.
9760 (all-stage1-gcc): Move prebootstrap dependency from here...
9761 (configure-stage1-gcc): ...to here.
9762 (new-bootstrap): Use bubble targets.
9763 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9764 Use per-stage distclean targets.
9765 (configure-stage1-gcc, configure-stage2-gcc,
9766 configure-stage3-gcc, all-stage1-gcc,
9767 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
9768 Use new-stageN-start to prepare the tree.
9769
9770 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
9771
9772 * Makefile.def (host_modules): add libcpp.
9773 * Makefile.tpl: Add dependencies on and for libcpp.
9774 * Makefile.in: Regenerate.
9775 * configure.in: Add libcpp host module.
9776 * configure: Regenerate.
9777
9778 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
9779
9780 * Makefile.tpl: Whenever a recursive target is defined, wrap
9781 it in a special @if/@endif block, and prepare its maybe
9782 dependency in the @if/@endif block
9783 * configure.in: Instead of writing maybe dependencies, remove
9784 the @if/@endif statements, and remove the @if/@endif blocks
9785 that remain.
9786 * configure: Regenerate.
9787 * Makefile.in: Regenerate.
9788
9789 2004-05-20 Janis Johnson <janis187@us.ibm.com>
9790
9791 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
9792
9793 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
9794
9795 PR bootstrap/15120
9796 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
9797 * */configure: Rebuilt.
9798
9799 2004-05-17 Zack Weinberg <zack@codesourcery.com>
9800
9801 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
9802 of libf2c.
9803 * configure, Makefile.in: Regenerate.
9804
9805 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
9806
9807 * MAINTAINERS (Write After Approval): Add myself.
9808
9809 2004-05-13 Diego Novillo <dnovillo@redhat.com>
9810
9811 Merge from tree-ssa-20020619-branch.
9812
9813 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
9814 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
9815 (HOST_GMPLIBS): Define.
9816 (HOST_GMPINC): Define.
9817 (TARGET_LIB_PATH): Add libmudflap.
9818 (GFORTRAN_FOR_TARGET): Define.
9819 (configure-build*): Export GFORTRAN.
9820 (configure-gcc): Export GMPLIBS and GMPINC.
9821 (all-gcc): Add maybe-all-libbanshee.
9822 (configure-target-libgfortran): Define.
9823 * Makefile.in: Regenerate.
9824 * configure.in (host_libs): Add libbanshee.
9825 (target_libraries): Add target-libmudflap and target-libgfortran.
9826 Add --with-libbanshee.
9827 Handle --disable-libmudflap.
9828 (*-*-freebsd*): Use with_gmp.
9829 Add $(libgcj) to noconfigdirs.
9830 * configure: Regenerate.
9831 * depcomp: New file.
9832 * MAINTAINERS: Add tree-ssa maintainers.
9833
9834 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
9835
9836 * MAINTAINERS (Various Maintainers): Add myself.
9837
9838 2004-04-30 Brian Ford <ford@vss.fsi.com>
9839
9840 * MAINTAINERS (Write After Approval): Add myself.
9841
9842 2004-04-29 Uros Bizjak <uros@kss-loka.si>
9843
9844 * MAINTAINERS (Write After Approval): Add myself.
9845
9846 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
9847
9848 * config/acx.m4: Fix fastcompare support for new-bootstrap.
9849 * configure: Regenerate.
9850
9851 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
9852
9853 Revert:
9854 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9855
9856 * Makefile.def (flags_to_pass): Remove *dir variables that
9857 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9858 as well as prefix and exec_prefix.
9859 * Makefile.in: Regenerate.
9860
9861 2004-04-26 Robert Millan <robertmh@gnu.org>
9862
9863 Add patches from libtool CVS.
9864 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
9865 * ltconfig: Likewise.
9866 * ltcf-c.sh: Likewise.
9867 * ltcf-cxx.sh: Likewise.
9868 * ltcf-gcj.sh: Likewise.
9869
9870 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9871
9872 * Makefile.def (host_modules): Mark with the bootstrap
9873 flag packages on which gcc depends.
9874 * Makefile.tpl (all-bootstrap): Use it.
9875 * Makefile.in: Regenerate.
9876
9877 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9878
9879 * Makefile.def (flags_to_pass): Remove *dir variables that
9880 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
9881 as well as prefix and exec_prefix.
9882 * Makefile.in: Regenerate.
9883
9884 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
9885
9886 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
9887 * configure: Regenerate.
9888 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
9889 * gcc/Makefile.tpl (compare): Use the result of the test.
9890 * gcc/Makefile.in: Regenerate.
9891
9892 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
9893
9894 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
9895 Always relocate gcc and prev-gcc to the original names, even
9896 if the build fails.
9897 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
9898 New targets.
9899
9900 2004-04-23 Laurent GUERBY <laurent@guerby.net>
9901
9902 * MAINTAINERS: Update my email address.
9903
9904 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9905
9906 * configure.in (mips*-*-irix5*): Enable ld.
9907 * configure: Regenerate.
9908
9909 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9910
9911 * configure: Regenerate.
9912
9913 2004-04-15 James E Wilson <wilson@specifixinc.com>
9914
9915 * Makefile.tpl (configure-[+module+], configure-gcc,
9916 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
9917 Set and export LDFLAGS.
9918 * Makefile.in: Regenerate.
9919
9920 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
9921
9922 * MAINTAINERS: Add myself to write-after-approval.
9923
9924 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
9925
9926 PR bootstrap/14871
9927 * Makefile.tpl: If we don't have built-in-tree target tools,
9928 use the ones found by configure rather than hacking around with
9929 program_transform_name.
9930 * configure.in: Give Makefile.tpl the information necessary
9931 to do that.
9932 * Makefile.in: Regenerate.
9933 * configure: Regenerate.
9934
9935 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
9936
9937 PR bootstrap/14760
9938 * configure.in: When computing baseargs, strip *all* copies of
9939 offending options. Also, don't match/substitute the trailing space,
9940 so that this actually works when two similar options are separated by
9941 only one space.
9942 * configure: Regenerate.
9943
9944 2004-04-06 David Edelsohn <edelsohn@gnu.org>
9945
9946 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
9947 (rs6000-*-aix*): Same.
9948 * configure: Regenerate.
9949
9950 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
9951
9952 * MAINTAINERS: Add myself to write-after-approval.
9953
9954 2004-04-03 Bud Davis <bdavis9659@comcast.net>
9955
9956 * MAINTAINERS: Add myself to write-after-approval.
9957
9958 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
9959
9960 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
9961 STRICT_WARN, WARN_CFLAGS flags passed down to make.
9962 * Makefile.in: Regenerate.
9963
9964 * configure.in (top level bootstrap support): Rework --enable-werror
9965 to set @stage2_werror_flag@.
9966 * configure: Regenerate.
9967 * Makefile.tpl (top level bootstrap support): Pass
9968 @stage2_werror_flag@ down to configure in stages 2 and 3.
9969 * Makefile.in: Regenerate.
9970
9971 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
9972
9973 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
9974 for stages 2 and 3 as well as in make. As a consequence, remove
9975 OUTPUT_OPTION (now detected by configure) from the flags passed down
9976 to make.
9977 * Makefile.in: Regenerate.
9978
9979 * Makefile.tpl (new-bootstrap): Fix typo.
9980 * Makefile.in: Regenerate.
9981
9982 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
9983
9984 * Makefile.tpl: Rearrange by moving recursive_targets rules
9985 into their proper sections.
9986 * Makefile.tpl (top level bootstrap support): Move disabling
9987 of coverage flags from 'make' to 'configure'; improve comments.
9988 * Makefile.in: Regenerate.
9989
9990 * Makefile.tpl (experimental top level bootstrap) Move stage1
9991 language setting from all- target to configure- target; disable
9992 intermodule optimization in stage 1; prevent gratuitous rebuilds
9993 of stage 1.
9994 * Makefile.in: Regenerate.
9995 * configure.in: Comma-separate stage 1 language list for top
9996 level bootstrap.
9997 * configure: Regenerate.
9998
9999 * Makefile.tpl: Clean up experimental top level bootstrap support:
10000 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10001 prev-gcc in configure- targets as well as all- targets.
10002 * Makefile.in: Regenerate.
10003
10004 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10005
10006 * compile: New file imported from automake.
10007
10008 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
10009
10010 * configure.in: Remove symbolic link section.
10011 * configure: Regenerate.
10012 * Makefile.tpl (links): Remove.
10013 * Makefile.in: Regenerate.
10014
10015 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
10016 Nathanael Nerode <neroden@gcc.gnu.org>
10017
10018 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10019 Set with AC_CHECK_PROGS.
10020 * configure.in: Fix comment typo from last patch.
10021 * configure: Regenerate.
10022
10023 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10024
10025 * Makefile.tpl: Introduce experimental top level bootstrap support.
10026 * Makefile.in: Regenerate.
10027 * configure.in: Introduce support for top level bootstrap.
10028 * configure: Regenerate.
10029
10030 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
10031 Paolo Bonzini <bonzini@gnu.org>
10032
10033 PR bootstrap/14522
10034 * configure.in: Cope with shells that do not support unquoted ^
10035 * configure: Regenerate.
10036
10037 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
10038 Paolo Bonzini <bonzini@gnu.org>
10039
10040 PR bootstrap/14522
10041 * configure.in: Cope with shells that do not support nesting
10042 quotes inside quoted backquote substitutions.
10043 * configure: Regenerate.
10044
10045 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10046
10047 PR bootstrap/14522
10048 * configure.in: Fix escaping of $.
10049 * configure: Regenerate.
10050
10051 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10052
10053 * configure: Regenerate, since I forgot to while committing Paolo's
10054 changes.
10055
10056 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
10057
10058 PR ada/14131
10059 Move language detection to the top level.
10060 * configure.in: Find default values for the tools as
10061 soon as possible. Disable ada if GNAT is not found.
10062 Emit error message about missing languages. Expand
10063 --enable-languages=all for the gcc subdirectory.
10064
10065 2004-03-10 Ben Elliston <bje@gnu.org>
10066
10067 * MAINTAINERS: Update my email address.
10068
10069 2004-03-05 David Edelsohn <edelsohn@gnu.org>
10070
10071 * ltconfig: Disable building static libraries if building shared
10072 libraries on AIX 5L.
10073
10074 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
10075
10076 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10077 and disable libgcj.
10078 * configure: Regenerated.
10079
10080 2004-03-01 Brian Booth <bbooth@redhat.com>
10081
10082 * MAINTAINERS: Add myself to write-after-approval.
10083
10084 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
10085
10086 * MAINTAINERS: Add myself to write-after-approval.
10087
10088 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10089
10090 PR bootstrap/7087
10091 * Makefile.tpl: Guard XFOO sed statements better.
10092 * Makefile.tpl: Add dependency for configure-target-libada.
10093 * Makefile.in: Regenerate (incidentally fixes broken
10094 commit when libada-branch was merged).
10095
10096 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10097
10098 * MAINTAINERS: Add myself to write-after-approval.
10099
10100 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10101
10102 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10103 maintainers.
10104
10105 2004-02-20 Andrew Cagney <cagney@redhat.com>
10106
10107 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10108 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10109
10110 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10111
10112 PR bootstrap/11932
10113 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10114
10115 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
10116
10117 * MAINTAINERS: Added myself to write-after-approval.
10118
10119 2004-02-14 Michael Koch <konqueror@gmx.de>
10120
10121 * MAINTAINERS: Added myself to write-after-approval.
10122
10123 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10124
10125 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10126 some OS port maintainers to OS port maintainers section.
10127
10128 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
10129
10130 * MAINTAINERS: Add self.
10131
10132 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10133
10134 * MAINTAINERS: Alphabetize.
10135
10136 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
10137
10138 * MAINTAINERS: Remove myself.
10139
10140 2004-02-11 David Edelsohn <edelsohn@gnu.org>
10141
10142 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10143 (rs6000-*-aix*): Same.
10144 * configure: Regenerate.
10145
10146 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
10147
10148 * configure.in (host): Add in missing $noconfigdirs to defines.
10149 * configure: Regenerate.
10150
10151 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
10152 Nathanael Nerode <neroden@gcc.gnu.org>
10153
10154 PR ada/6637, PR ada/5911
10155 Merge with libada-branch:
10156 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10157 with appropriate dependencies. Add --enable-libada configure switch.
10158 * configure, Makefile.in: Regenerate.
10159
10160 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
10161
10162 * MAINTAINERS: Add myself to write-after-approval.
10163
10164 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10165
10166 * configure.in: Don't pass --with-stabs on IRIX 5 either.
10167 * configure: Regenerate.
10168
10169 2004-02-04 Geoffrey Keating <geoffk@apple.com>
10170
10171 Merge from upstream:
10172
10173 * ltmain.in: When setting IFS to '~', be careful about user
10174 arguments that contain '~'.
10175
10176 2004-02-04 Peter O'Gorman <peter@pogma.com>
10177
10178 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10179 Also test $base_compile against $CC with escaped arguments. Bug
10180 reported by Geoff Keating <geoffk@apple.com>.
10181
10182 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
10183
10184 * MAINTAINERS: Remove i960 port.
10185
10186 2004-01-23 DJ Delorie <dj@redhat.com>
10187
10188 * Makefile.def (target_modules) [libiberty]: Don't stage.
10189 * Makefile.in: Rebuilt.
10190
10191 2004-01-20 Caroline Tice <ctice@apple.com>
10192
10193 * MAINTAINERS: Add myself to write-after-approval.
10194
10195 2004-01-19 Paolo Carlini <pcarlini@suse.de>
10196
10197 * MAINTAINERS: Update my email address.
10198
10199 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
10200
10201 * MAINTAINERS: Add myself to write-after-approval.
10202
10203 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10204
10205 * MAINTAINERS: Remove entries without email address.
10206
10207 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
10208
10209 * MAINTAINERS: Add myself to write-after-approval.
10210
10211 2004-01-15 Steven Bosscher <stevenb@suse.de>
10212
10213 * MAINTAINERS: Update my email address.
10214
10215 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
10216
10217 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10218 * Makefile.tpl (configure-target-[+module+]): Support stage.
10219 * Makefile.in: Rebuilt.
10220
10221 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
10222
10223 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
10224
10225 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
10226
10227 * MAINTAINERS: Add myself as a MIPS maintainer.
10228
10229 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
10230
10231 * configure.in: Use ./config.cache, not config.cache.
10232 * configure: Regenerate.
10233 * Makefile.tpl: Special-casing not needed for GCC any more.
10234 * Makefile.in: Regenerate.
10235
10236 * configure.in: Don't share a cache file for host dirs.
10237 * configure: Regenerate.
10238
10239 * config-ml.in: Don't mess with the cache file.
10240
10241 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
10242
10243 * MAINTAINERS: Move myself from 'Write After Approval' to
10244 'CPU Port Maintainers' section as SPARC maintainer.
10245
10246 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
10247
10248 * Makefile.tpl: Make GCC use a separate config.cache.
10249 * Makefile.in: Regenerate.
10250
10251 PR bootstrap/11932, PR bootstrap/11933
10252 (I don't know if it will fix either of them, but it relates
10253 to them.)
10254 * configure.in: Don't use shared config.cache for target
10255 directories.
10256 * configure: Regenerate.
10257
10258 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10259
10260 * MAINTAINERS: Add myself to 'Write After Approval' section.
10261
10262 2003-12-31 Roger Sayle <roger@eyesopen.com>
10263
10264 * configure.in (ia64*-*-hpux*): Disable building java libraries.
10265 * configure: Regenerated.
10266
10267 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
10268
10269 * MAINTAINERS: Remove the mn10200 maintainer.
10270
10271 2003-12-21 Bernardo Innocenti <bernie@develer.com>
10272
10273 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10274 * configure: Regenerated.
10275
10276 2003-12-16 Jan Hubicka <jh@suse.cz>
10277
10278 * MAINTAINERS: Add myself as callgraph maintainer.
10279
10280 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
10281
10282 * configure.in (raw_libstdcxx_flags): Remove the leading space.
10283 * configure: Regenerate.
10284
10285 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
10286
10287 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10288 'Write After Approval' section. Update email.
10289
10290 2003-12-01 James Lemke <jim@wasabisystems.com>
10291
10292 * MAINTAINERS (Write After Approval): Add myself.
10293
10294 2003-11-20 Matt Thomas <matt@3am-software.com>
10295
10296 * MAINTAINERS: Add myself as a vax port maintainer.
10297
10298 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
10299
10300 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10301 (configure-build-[+module+], configure-[+module+]): Likewise.
10302 (configure-target-[+module+], configure-gcc, config.status): Likewise.
10303 * Makefile.in: Regenerate.
10304
10305 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
10306
10307 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10308 shared/dylibed libraries.
10309 * ltmain.sh: Likewise.
10310 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10311 * ltcf-cxx.sh: Likewise.
10312 * ltcf-gcj.sh: Likewise.
10313 * ltconfig: Likewise.
10314
10315 2003-11-17 Stan Cox <scox@redhat.com>
10316
10317 * MAINTAINERS: Add myself as iq2000 port maintainer.
10318
10319 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
10320
10321 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10322 * Makefile.in: Regenerate.
10323
10324 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
10325
10326 * config.sub: Update to 2003-11-03 version.
10327
10328 2003-10-20 Phil Edwards <phil@codesourcery.com>
10329
10330 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
10331 * configure: Regenerate.
10332
10333 2003-10-20 Nicolas Pitre <nico@cam.org>
10334
10335 * MAINTAINERS: Add myself to 'Write After Approval' section.
10336
10337 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
10338
10339 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10340
10341 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
10342
10343 * MAINTAINERS: Update my email address.
10344
10345 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10346
10347 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10348
10349 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
10350
10351 * MAINTAINERS: Add myself to 'Write After Approval' section.
10352
10353 2003-10-16 Bernardo Innocenti <bernie@develer.com>
10354
10355 * config.guess: Update to 2003-10-16 version.
10356 * config.sub: Update to 2003-10-16 version.
10357
10358 2003-10-15 David Daney <ddaney@avtrex.com>
10359
10360 * MAINTAINERS: Added myself to 'Write After Approval' section.
10361
10362 2003-10-15 Falk Hueffner <falk@debian.org>
10363
10364 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10365 'Write After Approval' section. Update email.
10366
10367 2003-10-14 Roger Sayle <roger@eyesopen.com>
10368
10369 * MAINTAINERS: Move myself from 'Write After Approval' to
10370 'Various Maintainers' section as middle-end maintainer.
10371
10372 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
10373
10374 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10375 HOST_FLAGS_TO_PASS.
10376 * Makefile.in: Regenerate.
10377
10378 2003-10-11 Bernardo Innocenti <bernie@develer.com>
10379
10380 * config.guess: Update to 2003-10-07 version.
10381 * config.sub: Update to 2003-10-07 version.
10382
10383 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10384
10385 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10386 * ltconfig (irix5*, irix6*): Don't override version_type.
10387
10388 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
10389
10390 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10391 * configure: Rebuilt
10392 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10393 * Makefile.in: Rebuilt
10394
10395 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
10396
10397 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10398
10399 2003-09-30 Carlo Wood <carlo@alinoe.com>
10400
10401 * MAINTAINERS (Write After Approval): Add myself.
10402
10403 2003-09-29 Paul Koning <ni1d@arrl.net>
10404
10405 * MAINTAINERS: Move myself from "Write After Approval"
10406 to CPU platform maintainers for pdp11 platform.
10407
10408 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
10409
10410 * MAINTAINERS: Move myself from 'Write After Approval' to
10411 'Various Maintainers' section as libffi testsuite maintainer.
10412
10413 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
10414
10415 * configure.in: Pass a computed --program-transform-name
10416 to subconfigures.
10417 * configure: Regenerated.
10418
10419 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10420
10421 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10422 * Makefile.in: Regenerate.
10423
10424 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10425 * Makefile.in: Regenerate.
10426
10427 2003-09-19 Ziemowit Laski <zlaski@apple.com>
10428
10429 * MAINTAINERS: Move myself from 'Write After Approval'
10430 to 'Various Maintainers' (objective-c) section.
10431
10432 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
10433
10434 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10435 quoting.
10436 * configure: Regenerated.
10437
10438 2003-09-16 Joel Brobecker <brobecker@gnat.com>
10439
10440 * MAINTAINERS (Write After Approval): Add myself to write after
10441 approval list.
10442
10443 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
10444
10445 * MAINTAINERS (Write After Approval): Add myself.
10446
10447 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
10448
10449 * MAINTAINERS: Update my e-mail address.
10450
10451 2003-09-09 Alan Modra <amodra@bigpond.net.au>
10452
10453 * libtool.m4 (LD): Correct powerpc64 host match.
10454
10455 2003-09-06 James E Wilson <wilson@tuliptree.org>
10456
10457 * MAINTAINTERS: Update my affiliation and email address.
10458
10459 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10460
10461 * MAINTAINERS (Write After Approval): Add myself.
10462
10463 2003-09-04 DJ Delorie <dj@redhat.com>
10464
10465 * configure: Regenerate.
10466
10467 2003-09-04 Robert Millan <robertmh@gnu.org>
10468
10469 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10470
10471 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10472
10473 * configure.in: Ensure arguments to sed are properly spaced.
10474 * configure: Regenerate.
10475
10476 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
10477
10478 * MAINTAINERS: Update my e-mail address.
10479
10480 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
10481
10482 * MAINTAINERS (Write After Approval): Add myself.
10483
10484 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
10485
10486 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10487 * configure: Regenerated.
10488
10489 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
10490
10491 * MAINTAINERS: Update my email address.
10492
10493 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
10494
10495 * configure.in: Use newline instead of semicolon when assuming
10496 shell arguments in a for loop.
10497 * configure: Regenerated.
10498
10499 2003-08-22 Jason Eckhardt <jle@rice.edu>
10500
10501 * MAINTAINERS: Resurrect the i860 maintainer.
10502
10503 2003-08-20 Geoffrey Keating <geoffk@apple.com>
10504
10505 PR 8180
10506 * configure.in: When testing with_libs and with_headers, treat
10507 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
10508 * configure: Regenerate.
10509
10510 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10511 make, shell, etc.
10512 (baseargs): Likewise.
10513 * configure: Regenerate.
10514
10515 2003-08-20 Bernardo Innocenti <bernie@develer.com>
10516
10517 * MAINTAINERS (Write After Approval): Add myself.
10518
10519 2003-08-19 Geoffrey Keating <geoffk@apple.com>
10520
10521 * configure.in: Disable libgcj for darwin not on powerpc.
10522 * configure: Rebuild.
10523
10524 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
10525
10526 * config-ml.in, symlink-tree: Add license.
10527
10528 2003-08-03 Richard Stallman <rms@gnu.org>
10529 Eben Moglen <moglen@columbia.edu>
10530
10531 * README.SCO: New file.
10532
10533 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
10534
10535 * Makefile.tpl (check, check-c++): Express dependencies using
10536 dependencies rather than commands.
10537 * Makefile.in: Regenerate.
10538
10539 2003-08-01 Andrew Cagney <cagney@redhat.com>
10540
10541 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10542 * configure: Ditto.
10543
10544 2003-07-31 Geoffrey Keating <geoffk@apple.com>
10545
10546 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10547 * Makefile.in: Update.
10548
10549 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
10550
10551 * configure.in: Enable libgcj for darwin.
10552 * configure: Rebuild.
10553
10554 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
10555
10556 * config-ml.in: Use ac_configure_args directly instead of
10557 ml_arguments. Only set ml_norecursion if --no[-]recursion is
10558 actually seen.
10559
10560 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
10561
10562 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10563 creating target and build subdirs to build all parent dirs as needed.
10564 * Makefile.in: Rebuild.
10565 * configure.in: Don't build dirs explicitly here.
10566 * configure: Rebuild.
10567
10568 2003-07-26 Paul Brook <paul@nowt.org>
10569
10570 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10571
10572 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
10573
10574 * Makefile.tpl (all-make): Depend on intl.
10575 * Makefile.in: Rebuilt.
10576
10577 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
10578
10579 * install-sh: Update to newer upstream versions (associated with
10580 aclocal 1.7).
10581 * mkinstalldirs: Likewise.
10582 * missing: Likewise, plus $1Help2man -> $1 typo fix.
10583
10584 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
10585
10586 * MAINTAINERS: Move self from Bug database only accounts
10587 to write-after-approval.
10588
10589 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
10590
10591 * config.if: Remove unused libc_interface determination.
10592
10593 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
10594
10595 * MAINTAINERS: Move self from write-after-approval to
10596 build machinery (*.in).
10597
10598 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
10599
10600 PR bootstrap/11273
10601 PR bootstrap/11408
10602 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
10603 unused INSTALL_PROGRAM_ARGS.
10604 * configure.in: Use AC_PROG_INSTALL.
10605 * Makefile.in: Regenerate.
10606 * configure: Regenerate.
10607
10608 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
10609
10610 * MAINTAINERS: Alphabetize.
10611
10612 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
10613
10614 * configure: Rebuilt.
10615 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10616 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10617 newlib nor libgloss.
10618 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
10619 * configure.in (am33_2.0-*-linux*): Added.
10620
10621 2003-07-09 Bob Wilson <bob.wilson@acm.org>
10622
10623 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10624 * configure: Regenerate.
10625
10626 2003-07-07 Zack Weinberg <zack@codesourcery.com>
10627
10628 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10629 * Makefile.in: Regenerate.
10630
10631 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10632
10633 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10634 * Makefile.in: Regenerate.
10635
10636 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
10637
10638 * Makefile.tpl: Replace PWD with PWD_COMMAND.
10639 * Makefile.in: Regenerated.
10640
10641 * config-ml.in: Replace PWD with PWD_COMMAND.
10642
10643 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10644
10645 * intl: New directory; see intl/ChangeLog for details.
10646 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10647 * Makefile.tpl: all-gcc depends on maybe-all-intl.
10648 * Makefile.in: Regenerate.
10649
10650 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
10651
10652 * configure.in: Clean up config-lang.in handling. Delete
10653 useless assignment to "subdirs".
10654 * configure: Regenerate.
10655
10656 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
10657
10658 * configure.in: Rename 'target_libs' to 'target_libraries'.
10659 Remove useless reference to 'target_libs'.
10660 * configure: Regenerate.
10661
10662 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
10663
10664 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10665 * Makefile.in: Regenerate.
10666
10667 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
10668
10669 * Makefile.def: Introduce flags_to_pass.
10670 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10671 * Makefile.in: Regenerate.
10672
10673 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
10674
10675 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10676 and target-libgloss.
10677 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10678 <h8300*-*-*>: Disable libf2c and ${libgcj}.
10679 * configure: Regenerate.
10680
10681 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
10682
10683 * configure.in: Update testsuite_flags to new location.
10684 * configure. Regenerate.
10685
10686 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
10687
10688 * Makefile.tpl: Remove BUILD_CC stuff.
10689 * Makefile.in: Regenerate.
10690
10691 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
10692
10693 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10694
10695 2003-06-16 Graeme Peterson <gp@qnx.com>
10696
10697 * MAINTAINERS (Write After Approval): Add myself.
10698
10699 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
10700
10701 * config.guess: Update to 2003-06-12 version.
10702 * config.sub: Update to 2003-06-13 version.
10703
10704 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
10705
10706 * config.guess: Update to 2003-06-06 version.
10707 * config.sub: Update to 2003-06-06 version.
10708
10709 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10710
10711 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10712 * configure. Regenerate.
10713
10714 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
10715
10716 * configure.in: Disable serial configure by default.
10717 * configure: Regenerate.
10718 * Makefile.tpl: Abolish .NOTPARALLEL.
10719 * Makefile.in: Regenerate.
10720
10721 * Makefile.tpl: Replace {build,host,target}_canonical by
10722 {build,host,target}.
10723 * Makefile.in: Regenerate.
10724
10725 * Makefile.tpl: Fix stupid pasto.
10726 * Makefile.in: Regenerate.
10727
10728 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
10729
10730 * Makefile.tpl: Remove bogus conditional.
10731 * Makefile.in: Regenerate.
10732
10733 2003-06-05 Jan Hubicka <jh@suse.cz>
10734
10735 * Makefile.tpl (profiledbootstrap): New target.
10736 * Makefile.in (profiledbootstrap): New target.
10737
10738 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
10739
10740 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
10741 Pinski. Remove user names from other bugzilla-only maintainers.
10742
10743 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
10744
10745 * Makefile.tpl: Make 'recursive targets' using autogen rather
10746 than shell loop. Remove duplicate 'clean' targets and false
10747 comments.
10748 * Makefile.def: Add systematic dependencies to 'recursive' targets.
10749 Add systematic method of specifying missing targets in subdirs.
10750 Add copyright boilerplate.
10751 * Makefile.in: Regenerate.
10752 * configure.in: Add 'recursive targets' to maybe list.
10753 * configure: Regenerate.
10754
10755 * MAINTAINERS: "GNATS only" -> "Bug database only".
10756
10757 * Makefile.tpl: Rename [+target+] to [+make_target+].
10758 * Makefile.def: Rename 'target' to 'make_target'.
10759
10760 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
10761
10762 * MAINTAINERS: Add self as options handling maintainer.
10763
10764 2003-05-28 Michael Meissner <gnu@the-meissners.org>
10765
10766 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
10767 been too long since I touched those ports.
10768
10769 2003-05-28 DJ Delorie <dj@redhat.com>
10770
10771 * Makefile.tpl: Make maybe-check-gcc .PHONY.
10772 * Makefile.in: Regenerate.
10773
10774 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
10775
10776 * configure.in: Use curly braces in the definition of tooldir.
10777 * configure: Regenerate.
10778
10779 2003-05-21 DJ Delorie <dj@redhat.com>
10780
10781 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
10782 newlib or libgloss.
10783 * Makefile.in: Regenerate.
10784
10785 2003-05-21 DJ Delorie <dj@redhat.com>
10786
10787 * Makefile.tpl: Add missing empty maybe-check-gcc target.
10788 * Makefile.in: Regenerate.
10789
10790 2003-05-20 Ian Lance Taylor <ian@airs.com>
10791
10792 * MAINTAINERS: Update my e-mail address.
10793
10794 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
10795
10796 * configure.in: Switch more things to use maybe dependencies.
10797 * Makefile.tpl: Switch more things to use maybe dependencies.
10798 Factor out common code from autogen IF statements.
10799 * configure: Regenerate.
10800 * Makefile.in: Regenerate.
10801
10802 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
10803
10804 * configure.in: Accept i[3456789]86 for machine type.
10805 * configure: Regenerate.
10806
10807 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
10808
10809 * configure.in: Switch more things to use maybe dependencies.
10810 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
10811 * configure: Regenerate.
10812 * Makefile.tpl: Switch more things to use maybe dependencies.
10813 * Makefile.in: Regenerate.
10814
10815 2003-05-16 Andreas Schwab <schwab@suse.de>
10816
10817 * Makefile.tpl (install-opcodes): Define.
10818 * Makefile.in: Rebuild.
10819
10820 2003-05-13 Andreas Jaeger <aj@suse.de>
10821
10822 * config.guess: Update to 2003-05-09 version.
10823 * config.sub: Update to 2003-05-09 version.
10824
10825 2003-05-13 Michael Eager <eager@mvista.com>
10826
10827 * configure.in: Correct sed script so that options in quotes are not
10828 deleted.
10829 * configure: Rebuild.
10830
10831 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
10832
10833 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
10834 and $$s/newlib/libc/sys/cygwin32 include paths.
10835 * configure: Ditto.
10836
10837 2003-05-12 Michael Meissner <gnu@the-meissners.org>
10838
10839 * MAINTAINERS: Update my email addresses.
10840
10841 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
10842
10843 * config-ml.in: Propagate INSTALL variables.
10844
10845 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10846
10847 * MAINTAINERS: Remove duplicate entries in Write After Approval.
10848
10849 2003-05-02 Chris Demetriou <cgd@broadcom.com>
10850
10851 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
10852 * Makefile.in: Regenerate.
10853
10854 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
10855
10856 * MAINTAINERS (GNATS only): Add Falk Hueffner.
10857
10858 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
10859
10860 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
10861
10862 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
10863
10864 * Makefile.tpl: Clean $(BUILD_SUBDIR).
10865 * Makefile.in: Regenerated.
10866
10867 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
10868
10869 * MAINTAINERS (Write After Approval): Upgrade myself from
10870 GNATS only to write-after-approval. Update my mail address.
10871
10872 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
10873
10874 (OS Port Maintainers: freebsd): Add myself.
10875
10876 2003-04-22 Mark Mitchell <mark@codesourcery.com>
10877
10878 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
10879
10880 2003-04-22 Kean Johnston <jkj@sco.com>
10881
10882 * MAINTAINERS (SCO ports): Added myself.
10883
10884 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
10885
10886 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
10887
10888 2003-04-19 Kean Johnston <jkj@sco.com>
10889
10890 * MAINTAINERS (Write After Approval): Add myself.
10891
10892 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
10893
10894 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
10895 * Makefile.in: Regenerate.
10896
10897 2003-04-18 Jakub Jelinek <jakub@redhat.com>
10898
10899 * configure.in (powerpc64*-*-linux*): Remove.
10900 * configure: Rebuilt.
10901
10902 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
10903
10904 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
10905 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
10906 and restrap.
10907 * Makefile.in: Regenerate.
10908
10909 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
10910
10911 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
10912 * configure: Regenerated.
10913
10914 2003-04-15 DJ Delorie <dj@redhat.com>
10915
10916 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
10917
10918 2003-04-13 Nick Clifton <nickc@redhat.com>
10919
10920 * config-ml.in: Remove support for --disable-aix removing
10921 call-aix multilibs.
10922
10923 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
10924
10925 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
10926 * */configure: Rebuilt.
10927
10928 2003-04-08 Joel Sherrill <joel@oarcorp.com>
10929
10930 * MAINTAINERS: Add my email address.
10931
10932 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
10933
10934 * MAINTAINERS (Write After Approval): Add myself.
10935
10936 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
10937
10938 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
10939 * Makefile.in: Regenerate.
10940
10941 2003-03-14 Michael Chastain <mec@shout.net>
10942
10943 * Makefile.in: Regenerate with correct Makefile.def.
10944
10945 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
10946
10947 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
10948 Make macro.
10949 * Makefile.in: Regenerate.
10950 * configure.in: Clean up gxx_include_dir logic.
10951 * configure: Regenerate.
10952
10953 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
10954
10955 * MAINTAINERS (Write After Approval): Add myself.
10956
10957 2003-03-10 Ben Elliston <bje@wasabisystems.com>
10958
10959 * MAINTAINERS: Update my mail address.
10960
10961 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
10962
10963 * configure.in (gxx_include_dir): Fix typo.
10964 * configure: Regenerated.
10965
10966 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10967
10968 * Makefile.tpl: Reindent.
10969 * Makefile.in: Regenerate.
10970 * configure.in: Reindent. Don't set unused variables.
10971 * configure: Regenerate.
10972
10973 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
10974
10975 * configure.in: Include $(build_tooldir)/sys-include in
10976 FLAGS_FOR_TARGET.
10977 * configure: Regenerated.
10978
10979 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
10980
10981 * Makefile.tpl: Always pass down RANLIB.
10982 * Makefile.in: Regenerate.
10983
10984 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
10985 * Makefile.in: Regenerate.
10986 * configure.in: Remove unused logic relating to --enable-shared
10987 and --enable-threads. Remove bogus comments. Remove redundant
10988 noconfigdirs.
10989 * configure: Regenerate.
10990
10991 * configure.in: Replace ${libstdcxx_version} by its value.
10992 Remove reference to mh-dgux.
10993 * configure: Regenerate.
10994
10995 2003-03-03 Kevin Buettner <kevinb@redhat.com>
10996
10997 * MAINTAINERS (Write After Approval): Add myself.
10998
10999 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11000
11001 * Makefile.tpl: Rearrange.
11002 * Makefile.in: Regenerate.
11003
11004 2003-02-25 Uwe Stieber <uwe@wwws.de>
11005
11006 * configure.in: Add support for kaOS as cross build target system.
11007 * configure: Regenerated.
11008
11009 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11010
11011 * MAINTAINERS (Write after approval): Add myself.
11012
11013 2003-02-21 James E Wilson <wilson@tuliptree.org>
11014
11015 * MAINTAINERS: Update my email address.
11016
11017 2003-02-21 Zack Weinberg <zack@codesourcery.com>
11018
11019 * MAINTAINERS: Add self to blanket write privs. section.
11020
11021 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
11022
11023 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11024 configure-target-* as some target builds may require additional
11025 flags for preprocessor tests.
11026 * Makefile.in: Regenerated.
11027
11028 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
11029
11030 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11031 * ltconfig: Handle it.
11032 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11033 auto-detecting it.
11034
11035 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11036 it is used as argument to $CC.
11037 * ltcf-gcj.sh: Likewise.
11038
11039 * configure.in: Introduce --enable-maintainer-mode.
11040 * configure: Rebuilt.
11041 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11042 for maintainer mode.
11043 * Makefile.in: Rebuilt.
11044
11045 2003-02-18 Jason Merrill <jason@redhat.com>
11046
11047 * Makefile.tpl (check-c++): Allow parallelism.
11048
11049 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11050
11051 * MAINTAINERS: Remove John Carr (who never actually had access to
11052 gcc.gnu.org).
11053
11054 2003-02-15 Geoffrey Keating <geoffk@apple.com>
11055
11056 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11057 don't configure target-libobjc.
11058 * configure: Regenerate.
11059
11060 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11061
11062 * Makefile.tpl (RANLIB): Define.
11063 * Makefile.in: Regenerate.
11064
11065 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11066
11067 * MAINTAINERS: Update my email.
11068
11069 2003-02-06 Keith R Seitz <keiths@redhat.com>
11070
11071 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11072 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11073 * Makefile.in: Regenerated.
11074 * configure.in: Remove all traces of snavigator, db, and grep.
11075 * configure: Regenerated.
11076
11077 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11078
11079 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11080 After Approval.
11081
11082 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11083
11084 * MAINTAINERS (Write after approval): Add myself.
11085
11086 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
11087
11088 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11089 * Makefile.in: Regenerated.
11090
11091 2003-01-30 Roger Sayle <roger@eyesopen.com>
11092
11093 * config.guess: Updated to 2003-01-30's version.
11094 * config.sub: Updated to 2003-01-28's version.
11095
11096 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
11097
11098 * config.if: If gcc_version is already set, just use it. Don't set
11099 gcc_version_trigger if it's already set, otherwise set it to
11100 gcc/version.c, but only if the file exists. If it is not set and
11101 gcc/version.c does not exist, try to extract the version number from
11102 $CC.
11103
11104 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11105
11106 * MAINTAINERS: Add myself to write-after-approval list.
11107
11108 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
11109
11110 * configure.in: Revert 24Jan change.
11111 * configure: Regenerate.
11112
11113 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11114
11115 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11116 entry of HJ Lu.
11117
11118 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11119
11120 * configure.in: Revert previous change.
11121 * configure: Regenerate.
11122
11123 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11124
11125 * configure.in: Make rda native-only.
11126 * configure: Regenerate.
11127
11128 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11129
11130 * MAINTAINERS: Move myself from GNATS-only-accounts to
11131 write-after-approval.
11132
11133 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11134
11135 * configure.in: Add missing \.
11136 * configure: Rebuilt.
11137
11138 2003-01-17 Jakub Jelinek <jakub@redhat.com>
11139
11140 * configure.in (baseargs): Avoid using \| in sed regular
11141 expressions.
11142 * configure: Rebuilt.
11143
11144 2003-01-16 Jakub Jelinek <jakub@redhat.com>
11145
11146 * configure.in (baseargs): Remove all supported forms of
11147 --cache-file, --srcdir, --host, --build and --target options
11148 from argument lists.
11149 * configure: Rebuilt.
11150
11151 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
11152
11153 * MAINTAINERS: Add myself to write-after-approval list.
11154
11155 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
11156
11157 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11158 * configure: Rebuilt.
11159
11160 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
11161
11162 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11163 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11164 * Makefile.in: Regenerate.
11165 * configure: Regenerate.
11166
11167 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
11168
11169 * configure.in: Remove Makefile in build, host and target modules
11170 unless configure was run with --no-recursion.
11171 * configure: Rebuilt.
11172
11173 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11174
11175 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11176 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11177 * Makefile.in: Regenerate.
11178
11179 2003-01-08 Chris Demetriou <cgd@broadcom.com>
11180
11181 * config.guess: Update to 2003-01-03 version.
11182 * config.sub: Update to 2003-01-03 version.
11183
11184 2003-01-07 Christopher Faylor <cgf@redhat.com>
11185
11186 * configure: Regenerate with proper autoconf 2.13.
11187
11188 2003-01-07 Christopher Faylor <cgf@redhat.com>
11189
11190 * configure.in: Add AC_PREREQ for consistency.
11191 * configure: Regenerate.
11192
11193 2003-01-06 Andrew Cagney <ac131313@redhat.com>
11194
11195 * configure.in (GDB_TK): Add tcl directories conditional on
11196 gdb/gdbtk directory being present.
11197 * configure: Regenerate.
11198
11199 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
11200
11201 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
11202 used by gcc if LD is not defined and we are not doing a Canadian Cross.
11203 * configure: Rebuilt.
11204
11205 2002-12-31 Tom Tromey <tromey@redhat.com>
11206
11207 * Makefile.in: Rebuilt.
11208 * Makefile.def (target_modules) [libffi]: Allow installation.
11209
11210 2002-12-31 Andreas Schwab <schwab@suse.de>
11211
11212 * configure.in: Fix use of $program_transform_name.
11213 * configure: Regenerated.
11214
11215 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
11216
11217 * configure.in (baseargs): Don't remove first configure argument.
11218 * configure: Regenerated.
11219
11220 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
11221
11222 * Makefile.tpl (local-distclean): Don't remove...
11223 (multilib.ts): ... this. Moved into...
11224 (multilib.out): ... this. Don't use sub-make.
11225 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11226 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11227 (configure-build-[+module+], configure-[+module+],
11228 configure-target-[+module+], configure-gcc): ... these. Test
11229 for Makefile existence. Drop config.status from dependencies.
11230 * Makefile.in: Rebuilt.
11231 * configure.in: Move gcc-version-trigger to the end of
11232 ac_configure_args. Add comments to maybedep.tmp and
11233 serdep.tmp. Introduce --disable-serial-configure. Remove
11234 nonopt from baseargs, matching and removing corresponding
11235 whitespace while at it.
11236 * configure: Rebuilt.
11237
11238 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
11239
11240 * configure.in (host_configargs): Replace reference to
11241 no-longer-defined buildopts with --build=${build_alias}.
11242 * configure: Rebuilt.
11243
11244 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
11245 program_transform_name to standard idiom.
11246 (AUTOGEN, AUTOCONF): Define.
11247 (Makefile.in): Use $(AUTOGEN).
11248 (Makefile): Depend on config.status, and use autoconf-style rule to
11249 build it. Move original commands to...
11250 (config.status): ... this new target.
11251 (configure): Add $(srcdir). Depend on config/acx.m4. Use
11252 $(AUTOCONF).
11253 * Makefile.in: Rebuilt.
11254
11255 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
11256
11257 * Makefile.tpl: Fix dramatic bustage due to change in
11258 program_transform_name.
11259 * Makefile.in: Regenerate.
11260
11261 * configure.in: Remove unnecessary PATH setting.
11262 * configure: Regnerate.
11263
11264 * configure.in: Don't default to unprefixed tools unless
11265 the native tools will work.
11266 * configure: Regenerate.
11267
11268 * configure.in: Convert to autoconf script. Blow away lots
11269 of now-redundant Makefile fragments.
11270 * configure: Generate using Autoconf.
11271 * Makefile.tpl: Rewrite to reflect autoconfiscation.
11272 * Makefile.in: Regenerate.
11273
11274 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
11275
11276 * configure: Fix stupid bug where RANLIB was mistakenly included.
11277
11278 * configure.in: Rename (buildargs, hostargs, targargs) to
11279 (build_configargs, host_configargs, target_configargs).
11280
11281 * configure.in: Move logic out of sed statement.
11282
11283 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
11284 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11285
11286 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
11287
11288 * config.sub: Import from master repository
11289 * config.guess: Ditto
11290
11291 2002-12-24 Andreas Schwab <schwab@suse.de>
11292
11293 * Makefile.tpl (multilib.out): Fix missing space.
11294 * Makefile.in: Regenerate.
11295
11296 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
11297
11298 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
11299 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
11300 * Makefile.in: Regenerate.
11301 * configure.in: Remove unnecessary leftovers.
11302
11303 2002-12-21 Geoffrey Keating <geoffk@apple.com>
11304
11305 * configure.in (extra_ranlibflags_for_target): New variable.
11306 (*-*-darwin): Add -c to ranlib commands.
11307 * configure (tooldir): Handle extra_ranlibflags_for_target.
11308
11309 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
11310
11311 * Makefile.tpl: Revert HJL's change.
11312 * Makefile.in: Regenerated.
11313 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11314 always.
11315
11316 2002-12-19 Andreas Schwab <schwab@suse.de>
11317
11318 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11319 * Makefile.in: Regenerate.
11320
11321 2002-12-18 H.J. Lu <hjl@gnu.org>
11322
11323 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11324 * Makefile.in: Regenerated.
11325
11326 * configure.in (build_prefix): New. Substitute.
11327
11328 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
11329
11330 * Makefile.tpl: Don't let real targets depend on phony targets.
11331 * Makefile.in: Regenerate.
11332
11333 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11334 * Makefile.in: Regenerate.
11335
11336 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
11337
11338 * config.sub: Import from master repository
11339 * config.guess: Ditto
11340
11341 2002-12-16 Jason Merrill <jason@redhat.com>
11342
11343 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11344 previous 'make bootstrap'.
11345 * Makefile.in: Regenerate.
11346
11347 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
11348
11349 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11350
11351 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
11352
11353 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11354 * Makefile.in: Regenerate.
11355
11356 2002-12-13 Jason Merrill <jason@redhat.com>
11357
11358 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
11359 library tests.
11360 (check-c++): Just depend on it and check-target-libstdc++-v3.
11361 * Makefile.in: Regenerate.
11362
11363 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11364
11365 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11366 * Makefile.in: Rebuilt.
11367
11368 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11369
11370 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11371
11372 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
11373
11374 * configure: Fix bug put in by gremlins.
11375
11376 * Makefile.tpl: Substitute more autoconfily.
11377 * configure: Substitute more autoconfily.
11378 * Makefile.in: Regenerate.
11379
11380 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
11381
11382 * config.sub: Import from master repository
11383 * config.guess: Ditto
11384 * MAINTAINERS: Added Svein Seldal under write after approval
11385
11386 2002-12-08 Andrew Cagney <ac131313@redhat.com>
11387
11388 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11389 * Makefile.in (all-sim): Ditto.
11390
11391 2002-12-06 DJ Delorie <dj@redhat.com>
11392
11393 * Makefile.tpl: Change configure dependencies to not have real
11394 targets depend on phony targets.
11395
11396 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
11397
11398 * configure.in: Revert unintentional change.
11399
11400 * Makefile.tpl: Change dependency for */multilib.out so that
11401 it works when gcc isn't in the tree.
11402
11403 * configure.in: Substitute more.
11404 * configure: Run subconfigures from the Makefile.
11405 * Makefile.tpl: Run subconfigures from the Makefile; add a few
11406 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
11407
11408 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11409
11410 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11411
11412 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
11413
11414 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11415 and corresponding dependencies.
11416 * Makefile.in: Regenerate.
11417
11418 * configure.in (host_tools): Order binutils, gas and ld for
11419 convenience in running the testsuites.
11420
11421 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11422 * Makefile.in: Regenerate.
11423 * configure.in: Introduce rules to serialize subconfigure runs.
11424
11425 * configure.in: Introduce BASE_CC_FOR_TARGET.
11426 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
11427 Realize configure-build-* targets. Realize configure-target-* targets.
11428 * Makefile.in: Regenerate.
11429
11430 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
11431
11432 * configure: Move gcc_version_trigger stuff from here...
11433 * configure.in: ...to here.
11434
11435 * configure.in: Separate subconfigure options added by this file from
11436 options given by the user. Add machinery to put args for host
11437 subconfigures into the Makefile.
11438
11439 * Makefile.tpl: Remove 'vault' targets.
11440 * Makefile.tpl: Reorder and comment dependencies.
11441 * Makefile.in: Regenerate.
11442
11443 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
11444 * configure.in: Fix my broken commit of previous patch. (sigh)
11445
11446 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11447
11448 * configure.in: Move host-specific darwin noconfigdirs into
11449 the host-specific section.
11450
11451 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11452
11453 * configure.in: Move host-specific darwin noconfigdirs into
11454 the host-specific section.
11455
11456 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
11457
11458 * configure: Remove skip-this-dir support.
11459 * Makefile.tpl: Remove skip-this-dir support.
11460
11461 * Makefile.tpl: Remove leftover support for non-autoconfiscated
11462 subdirectories.
11463 * Makefile.in: Regenerate.
11464
11465 * Makefile.tpl: Strip out useless setting of 'dir'.
11466 * Makefile.in: Regenerate.
11467
11468 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
11469
11470 * configure.in: Fix deeply stupid bug.
11471
11472 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11473 shell code in CXX_FOR_TARGET
11474 * Makefile.def: Introduce raw_cxx.
11475 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11476 RAW_CXX_FOR_TARGET.
11477 * Makefile.in: Regenerate.
11478
11479 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
11480
11481 * Makefile.tpl: Remove unnecessary ifs.
11482 * Makefile.in: Regenerate.
11483
11484 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
11485 dependencies. Maybe-ize build-libiberty. Create dummy install
11486 targets for 'no_install' modules.
11487 * configure: Move GDB_TK substitution to configure.in. Move
11488 build_modules stuff to configure.in.
11489 * configure.in: Implement soft dependency machinery. Maybe-ize
11490 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
11491 * Makefile.in: Regenerate.
11492
11493 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
11494
11495 * Makefile.tpl: Make all-target, install-target behave similarly
11496 to all, install (only hitting configured targets). Eliminate
11497 unused macro defintions.
11498
11499 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11500 build != host.
11501
11502 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11503
11504 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11505
11506 * configure.in: Produce lists of subdir targets we're actually
11507 configuring. Remove references to "dosrel".
11508 * Makefile.tpl: Let configure set which subdir targets are hit.
11509 Remove install-cross; clean up install; remove ALL. Remove
11510 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
11511 Autogenerate host module targets. Remove empty dependency lines
11512 and redundant dependency; rearrange slightly.
11513 * Makefile.def: Add host-side libtermcap, utils.
11514
11515 * Makefile.in: Regenerate.
11516
11517 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11518
11519 * ltconfig (osf[345]): Append $major to soname_spec.
11520 Reflect this in library_names_spec.
11521 * ltmain.sh (osf): Prefix $major with . for use as extension.
11522
11523 2002-11-19 Andreas Jaeger <aj@suse.de>
11524
11525 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11526 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11527 and sparc64 GNU/Linux systems.
11528
11529 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
11530
11531 * MAINTAINERS: Update email.
11532
11533 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11534
11535 * MAINTAINERS: Complete James Dennett's entry.
11536
11537 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
11538
11539 * MAINTAINERS (Write After Approval): Add myself.
11540
11541 2002-11-13 Bruce Korb <bkorb@gnu.org>
11542
11543 * Makefile.tpl: syntactic cleanup
11544
11545 2002-11-13 Stuart Hastings <stuart@apple.com>
11546
11547 * MAINTAINERS: Add myself to write-after-approval list.
11548
11549 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11550
11551 * Makefile.def: Add list of recursive targets to autogenerate.
11552 Add build_modules.
11553 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
11554 targets. Autogenerate *-build-* targets.
11555 * Makefile.in: Regenerate.
11556
11557 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11558
11559 * configure: More autoconf-style substitutions.
11560 * Makefile.tpl: More autoconf-style substitutions.
11561 * Makefile.in: Regenerate.
11562
11563 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
11564
11565 * configure: Substitute more variables in a more autoconf-friendly
11566 way. Simplify slightly.
11567 * Makefile.tpl: Make more variables substitutable in an
11568 autoconf-friendly way.
11569 * Makefile.in: Regenerate.
11570
11571 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
11572
11573 * MAINTAINERS (Write After Approval): Add myself.
11574
11575 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
11576
11577 * configure.in (v810*): Remove special setting of tools.
11578
11579 * configure: Add support for extra required flags for ar or nm.
11580 * configure.in (aix4.3+): Use above support for target-specific
11581 issues, rather than using config/mt-aix43.
11582
11583 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
11584
11585 * configure: Remove 'removing', which doesn't work. Replace $subdir
11586 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
11587 with $srcdir. Reformat indentation. Substitute some variables
11588 formerly hard-coded in the Makefile for build=host.
11589 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11590 * Makefile.def: Autogenerate more.
11591 * Makefile.in: Regenerate.
11592
11593 2002-11-04 Adam Nemet <anemet@lnxw.com>
11594
11595 * MAINTAINERS (Write After Approval): Add myself.
11596
11597 2002-11-04 Kevin Buettner <kevinb@redhat.com>
11598
11599 * Makefile.def (host_modules): Add rda.
11600 * Makefile.in: Regenerate.
11601 * configure.in (target_tool): Add target-rda to list.
11602
11603 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11604
11605 * MAINTAINERS: Remove "co-maintainer" note for web pages.
11606
11607 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
11608
11609 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
11610 and restrap targets to this rule.
11611 * Makefile.in: Regenerate.
11612
11613 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11614
11615 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11616 GNATS only accounts.
11617
11618 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
11619
11620 * configure.in (i[3456]86-*-linux*): Add check to disable
11621 ${libgcj} for glibc1.
11622
11623 2002-10-24 Denis Chertykov <denisc@overta.ru>
11624
11625 * MAINTAINERS: Add myself as ip2k port maintainer.
11626
11627 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
11628
11629 * configure.in: Add tic4x target.
11630
11631 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
11632
11633 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11634 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11635 * Makefile.in: Regenerate.
11636
11637 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11638 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11639 * Makefile.in: Regenerate.
11640
11641 2002-10-02 Janis Johnson <janis187@us.ibm.com>
11642
11643 * MAINTAINERS: Add myself as web pages co-maintainer.
11644
11645 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11646
11647 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11648 * Makefile.in: Regenerate.
11649
11650 2002-10-02 Zack Weinberg <zack@codesourcery.com>
11651
11652 * MAINTAINERS: Add myself and Nathan Sidwell
11653 <nathan@codesourcery.com> as VxWorks maintainers.
11654
11655 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11656
11657 * Makefile.def: Remove order dependency comments.
11658 * Makefile.tpl: Add explicit install-install dependencies.
11659 * Makefile.in: Regenerate.
11660
11661 * Makefile.tpl: Remove material now in src-release. (Finally!)
11662 * Makefile.in: Regenerate.
11663
11664 * Makefile.tpl: Add configure-target (for src-release in src)
11665 * Makefile.in: Regenerate.
11666
11667 2002-09-30 Nick Clifton <nickc@redhat.com>
11668
11669 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11670
11671 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
11672
11673 * configure.in (s390*-*-linux*): Enable libgcj.
11674
11675 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
11676
11677 * configure: Revert accidentally applied changes.
11678
11679 * Makefile.tpl: Make more autoconf-friendly.
11680 * Makefile.in: Regenerate.
11681 * configure: Make substitution more autoconf-like.
11682
11683 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
11684
11685 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11686 single entry to handle all these.
11687 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
11688 libjava on arm-*-elf.
11689
11690 2002-09-27 Geoffrey Keating <geoffk@apple.com>
11691
11692 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11693 things that depend on them.
11694
11695 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11696
11697 * Makefile.tpl: Make subsituted variables more autoconfy.
11698 * Makefile.in: Regenerate.
11699 * configure: Make seds more autoconfy.
11700
11701 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11702
11703 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11704 * Makefile.in: Regenerate.
11705 * configure.in: Rewrite sed statements to look autoconfy.
11706
11707 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11708 all-target-foo on configure-target-foo.
11709 * Makefile.def: Ditto.
11710 * Makefile.in: Rebuild.
11711
11712 2002-09-25 Andrew Haley <aph@redhat.com>
11713
11714 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
11715
11716 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
11717
11718 * Makefile.def: New file.
11719 * Makefile.tpl: New file.
11720 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
11721 * contrib/gcc_update: Note that Makefile.in is a generated file.
11722
11723 * configure.in: Minor rearrangement. Simplify tests.
11724
11725 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
11726
11727 * configure.in (with_headers): Skip copy if value is "yes".
11728 (with_libs): Likewise.
11729
11730 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11731
11732 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
11733 * configure.in (sh*-*-pe*): Ditto.
11734 * configure.in (mips*-*-pe*): Ditto.
11735 * configure.in (*arm-wince-pe): Ditto.
11736
11737 * configure.in: Rearrange.
11738
11739 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
11740
11741 * MAINTAINERS: Update my email address.
11742
11743 2002-08-30 Paul Koning <pkoning@equallogic.com>
11744
11745 * MAINTAINERS: (Write After Approval): Add myself.
11746
11747 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
11748
11749 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
11750
11751 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
11752
11753 * MAINTAINERS: Change my mailing address.
11754
11755 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
11756
11757 * MAINTAINERS (Write After Approval): Remove myself.
11758 (Various Maintainers: c++ runtime libs): Add myself.
11759
11760 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
11761
11762 * MAINTAINERS (Write After Approval): Remove myself.
11763 (Various Maintainers: c++ runtime libs): Add myself.
11764
11765 2002-08-15 Eric Christopher <echristo@redhat.com>
11766
11767 * config.sub: Import from master repository.
11768 * config.guess: Ditto.
11769
11770 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
11771
11772 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
11773 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
11774 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
11775
11776 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
11777
11778 * MAINTAINERS: Add self to rs6000 vector extensions.
11779
11780 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
11781
11782 * libiberty/configure: Reverted unintended yesterday's check in.
11783
11784 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
11785
11786 * boehm-gc/configure, libf2c/configure: Rebuilt.
11787 * libffi/configure, libiberty/configure: Ditto.
11788 * libjava/configure, libobjc/configure: Ditto.
11789 * libstdc++-v3/configure, zlib/configure: Ditto.
11790 Merged from binutils:
11791 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
11792 From Steve Ellcey <sje@cup.hp.com>:
11793 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
11794 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
11795 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
11796 IA64.
11797 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
11798 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
11799 soname_spec, sys_lib_search_path_spec): Ditto.
11800
11801 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
11802
11803 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
11804
11805 2002-08-04 H.J. Lu (hjl@gnu.org)
11806
11807 * configure.in (mips*-*-linux*): Don't skip target-libffi.
11808
11809 2002-08-02 Krister Walfridsson <cato@df.lth.se>
11810
11811 * MAINTAINERS (Write After Approval): Add myself.
11812
11813 2002-07-31 Alan Modra <amodra@bigpond.net.au>
11814
11815 * configure.in: Move generic linux case to end. Copy generic
11816 linux noconfigdirs to mips*-*-linux* entry and new
11817 powerpc64*-*-linux* entry. Add target-libffi for the latter.
11818
11819 2002-07-19 Michael Matz <matz@suse.de>
11820
11821 * MAINTAINERS: Add myself as ra* maintainer.
11822
11823 2002-07-16 Chris Demetriou <cgd@broadcom.com>
11824
11825 * config.guess: Update to 2002-07-09 version.
11826 * config.sub: Update to 2002-07-03 version.
11827
11828 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
11829
11830 * MAINTAINERS: Fix typo in a maintainer email address.
11831
11832 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
11833
11834 * configure.in: Remove two redundant tests.
11835
11836 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11837
11838 * configure.in (mips*-*-irix6*o32): Enable stabs.
11839
11840 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
11841
11842 * configure.in: Don't build grez.
11843 * Makefile.in: Ditto.
11844
11845 * Makefile.in: Remove references to bsp, cygmon, libstub.
11846 * configure.in: Ditto.
11847
11848 * configure.in: Remove leftover reference to gdbtest.
11849
11850 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
11851
11852 * configure.in (gxx_include_dir): Change to match versioned
11853 C++ headers if --enable-version-specific-runtime-libs is used.
11854
11855 2002-07-04 Steve Ellcey <sje@cup.hp.com>
11856
11857 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
11858
11859 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
11860
11861 * configure.in: Make --without-x work.
11862
11863 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
11864
11865 * configure.in: Rearrange target Makefile fragment collection.
11866
11867 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
11868 cvs[src].
11869 * configure.in: Ditto.
11870
11871 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
11872
11873 * MAINTAINERS (Write After Approval): Update my e-mail address.
11874
11875 2002-06-24 Ben Elliston <bje@redhat.com>
11876
11877 * configure.in (host_tools): Remove cgen.
11878
11879 * Makefile.in (all-cgen): Remove; runs from its source directory.
11880 (check-cgen, install-cgen, clean-cgen): Likewise.
11881 (all-opcodes): Do not depend on all-cgen.
11882 (all-sim): Likewise.
11883
11884 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
11885
11886 * Makefile.in: Eliminate 'apache' targets.
11887 * configure.in: Eliminate 'apache' targets.
11888
11889 * configure.in: Eliminate redundant tests. Reorganize.
11890
11891 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
11892
11893 * config-ml.in: Eliminate references to Cygnus configure.
11894
11895 * Makefile.in: Eliminate references to building emacs.
11896
11897 2002-06-28 Graham Stott <graham.stott@btinternet.com>
11898
11899 * MAINTAINERS: Update my email address.
11900
11901 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
11902
11903 * config.if (libstdcxx_incdir): Version C++ headers.
11904 (cxx_incdir): Remove.
11905
11906 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
11907
11908 * MAINTAINERS (Write After Approval): Add self.
11909
11910 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
11911
11912 * configure.in: Add support for ip2k.
11913
11914 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
11915
11916 * configure.in: Fix AIX configury bug.
11917
11918 2002-06-20 Steve Ellcey <sje@cup.hp.com>
11919
11920 * MAINTAINERS (Write After Approval): Add self.
11921
11922 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11923
11924 * configure.in: replace ${topsrcdir} with ${srcdir}
11925
11926 * configure.in: Move definition of libstdcxx_flags
11927 right above usage, rather than waaay earlier.
11928
11929 * configure.in: Pull definition of is_cross_compiler earlier.
11930
11931 * configure.in: Rearrange a little.
11932
11933 * configure.in: Remove references to librx.
11934 * Makefile.in: Remove references to librx.
11935
11936 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
11937
11938 * config.sub: Add support for avr target.
11939 Import from master sources, rev 1.255
11940
11941 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
11942
11943 * configure, .cvsignore: Revert previous change...
11944 * Makefile: ...delete.
11945
11946 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
11947
11948 * configure.in: Eliminate ${gasdir} variable.
11949
11950 2002-06-18 Dave Brolley <brolley@redhat.com>
11951
11952 * configure.in: Add support for frv.
11953 * config.sub: Add support for frv.
11954
11955 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11956
11957 * configure: Remove garbage from previous commit.
11958
11959 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
11960
11961 * configure: For in-source builds, make a subdir and re-exec there.
11962 * Makefile: New file. Pass targets through to build directory.
11963 * .cvsignore: No longer ignore "Makefile".
11964
11965 2002-06-16 Douglas Rupp <rupp@gnat.com>
11966
11967 * MAINTAINERS (Write After Approval): Add self.
11968
11969 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11970
11971 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
11972
11973 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
11974
11975 * configure.in (vax-*-netbsd*): Re-enable gas.
11976
11977 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
11978
11979 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
11980 BUILD_PREFIX_1, to correct nomenclature.
11981 * configure: Likewise.
11982
11983 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
11984 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
11985
11986 2002-05-31 Olaf Hering <olh@suse.de>
11987
11988 * config-ml.in: Propogate DESTDIR also.
11989
11990 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
11991
11992 * configure.in (vax-*-netbsd*): Don't build gas for this
11993 platform.
11994
11995 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
11996
11997 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
11998 and libgcj for AVR.
11999
12000 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12001
12002 * MAINTAINERS (Write After Approval): Add myself.
12003
12004 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12005
12006 * config.guess: Update to 2002-05-22 version.
12007 * config.sub: Likewise.
12008
12009 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12010
12011 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12012 * config-ml.in: Likewise.
12013 * configure: Likewise.
12014 * configure.in: Likewise.
12015
12016 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12017
12018 * MAINTAINERS: Update my email address.
12019
12020 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12021
12022 * configure.in: Simplify makefile fragment collection.
12023
12024 * configure.in: Remove code to build emacs.
12025
12026 * configure.in : Remove --srcdir argument from targargs and buildargs
12027 (it's always overridden in the Makefile anyway). Rearrange a bit.
12028
12029 * configure: Move some logic to configure.in.
12030 * configure.in: Move some logic from configure.
12031
12032 2002-05-11 Tom Tromey <tromey@redhat.com>
12033
12034 * MAINTAINERS: Reflect libgcj reality.
12035
12036 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12037
12038 * Makefile.in: Honour DESTDIR.
12039
12040 2002-05-08 Mark Mitchell <mark@codesourcery.com>
12041
12042 * config.guess: Import 2002-03-20 version.
12043 * config.sub: Import 2002-04-26 version.
12044
12045 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12046
12047 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12048
12049 2002-05-07 Tim Josling <tej@melbpc.org.au>
12050
12051 * MAINTAINERS: Add self.
12052
12053 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
12054
12055 * ltmain.sh: Detect and handle object name conflicts
12056 while piecewise linking a static library.
12057
12058 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
12059
12060 * configure.in (noconfigdirs): Don't disable libgcj on
12061 sparc64-*-solaris* and sparcv9-*-solaris*.
12062
12063 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
12064
12065 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12066
12067 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12068
12069 * configure.in (FLAGS_FOR_TARGET): Do not add
12070 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12071 on i[3456]86-*-linux*.
12072
12073 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12074
12075 * configure.in (noconfigdirs): Replace [ ] with test.
12076
12077 * configure.in (noconfigdirs): Do not add target-newlib if
12078 target == i[3456]86-*-linux*, and host == target.
12079
12080 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12081
12082 * configure.in: delete reference to absent file
12083
12084 * configure.in: replace '[' with 'test'
12085
12086 * configure.in: Eliminate references to gash.
12087 * Makefile.in: Eliminate references to gash.
12088
12089 * configure.in: remove useless references to 'pic' makefile fragments.
12090
12091 * configure.in: (*-*-windows*) Finish removing.
12092
12093 * configure.in: Eliminate redundant test for libgui.
12094
12095 2002-04-29 Roger Sayle <roger@eyesopen.com>
12096
12097 * MAINTAINERS: Add self and realphabetize. Update entries
12098 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12099 entry for a29k port maintainer.
12100
12101 2002-04-26 Joel Sherrill <joel@OARcorp.com>
12102
12103 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12104 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12105
12106 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12107
12108 * configure.in: remove references to dead files
12109
12110 2002-04-19 Mark Mitchell <mark@codesourcery.com>
12111
12112 * MAINTAINERS: Add information about purpose of this file.
12113
12114 2002-04-18 Tom Tromey <tromey@redhat.com>
12115
12116 * configure.in: Disallow configuring libgcj when it is already
12117 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12118 Solaris 2.8 by default. For PR libgcj/6158.
12119
12120 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12121
12122 * configure.in: Move default CC setting out of config/mh-* fragments
12123 directly into here.
12124
12125 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12126
12127 * configure.in: don't even try to configure or make a subdirectory
12128 if there's no configure script for it.
12129
12130 2002-04-15 Mark Mitchell <mark@codesourcery.com>
12131
12132 * MAINTAINERS: Remove chill maintainers.
12133 * Makefile.in (CHILLFLAGS): Remove.
12134 (CHILL_LIB): Remove.
12135 (TARGET_CONFIGDIRS): Remove libchill.
12136 (CHILL_FOR_TARGET): Remove.
12137 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12138 CHILL_LIB.
12139 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12140 (CHECK_TARGET_MODULES): Likewise.
12141 (INSTALL_TARGET_MODULES): Likewise.
12142 (CLEAN_TARGET_MODULES): Likewise.
12143 (configure-target-libchill): Remove.
12144 (all-target-libchill): Remove.
12145 * configure.in (target_libs): Remove target-libchill.
12146 Do not compute CHILL_FOR_TARGET.
12147 * libchill: Remove directory.
12148
12149 2002-04-11 DJ Delorie <dj@redhat.com>
12150
12151 * Makefile.in, configure.in: Sync with binutils, entries
12152 follow...
12153
12154 2002-04-07 Andrew Cagney <ac131313@redhat.com>
12155
12156 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
12157 (do-tar, do-bz2): New rules.
12158 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
12159 (gdb-tar): New rule.
12160 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
12161 (insight_dejagnu.tar): New rule.
12162 (insight.tar): New rule.
12163 (gdb+dejagnu.tar): New rule.
12164 (gdb.tar): New rule.
12165
12166 2002-02-01 Mo DeJong <supermo@bayarea.net>
12167
12168 * Makefile.in: Add all-tix to deps for all-snavigator
12169 so that tix is built when building snavigator.
12170
12171 2002-01-11 Steve Ellcey <sje@cup.hp.com>
12172
12173 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12174 ld and gdb are not supported.
12175
12176 2002-01-07 Mark Salter <msalter@redhat.com>
12177
12178 * configure.in: Remove target-bsp and target-cygmon from arm builds.
12179 Allow target-libgloss to be built for arm, strongarm, and xscale.
12180
12181 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
12182
12183 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12184 options for i[3456]86-pc-linux* native builds.
12185
12186 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
12187
12188 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12189 files from .po files for a distribution.
12190
12191 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
12192
12193 * configure.in: Enable libstdc++-v3 for h8300 targets.
12194
12195 2001-06-19 Alan Modra <amodra@bigpond.net.au>
12196
12197 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12198 version from bfd/.
12199
12200 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
12201
12202 * Makefile.in (VER): When present, extract the version number from
12203 the file version.in.
12204
12205 2001-05-24 Tom Rix <trix@redhat.com>
12206
12207 * configure.in : enable ld for aix
12208
12209 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12210
12211 * config.guess: Add linux target for S/390.
12212
12213 2000-11-07 Philip Blundell <pb@futuretv.com>
12214
12215 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12216
12217 2000-11-03 Philip Blundell <pb@futuretv.com>
12218
12219 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12220 files.
12221
12222 2001-01-15 Ben Elliston <bje@redhat.com>
12223
12224 * configure.in (host_tools): Add sid.
12225 Always configure cgen.
12226
12227 2000-11-24 Nick Clifton <nickc@redhat.com>
12228
12229 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
12230
12231 2000-08-20 Doug Evans <dje@casey.transmeta.com>
12232
12233 * Makefile.in (ALL_MODULES): Add all-cgen.
12234 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12235 (all-cgen): New target.
12236 (all-opcodes,all-sim): Depend on all-cgen.
12237 * configure.in (host_tools): Add cgen.
12238 Only configure cgen if --enable-cgen-maint.
12239
12240 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
12241
12242 * configure.in: Add *-*-freebsd* configurations.
12243
12244 2002-04-08 Tom Tromey <tromey@redhat.com>
12245
12246 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12247 Fixes PR libgcj/6068.
12248
12249 2002-03-30 Krister Walfridsson <cato@df.lth.se>
12250
12251 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12252
12253 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12254
12255 * configure.in (alpha*-dec-osf*): Enable libgcj.
12256
12257 2003-03-27 Matthew Gingell <gingell@gnat.com>
12258
12259 * MAINTAINERS (Write After Approval): Add myself.
12260
12261 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
12262
12263 Fix for: PR bootstrap/3591, target/5676
12264 * configure.in (mcore-pe): Disable the configuration of
12265 libstdc++-v3 since exceptions are not supported.
12266
12267 2002-03-20 Anthony Green <green@redhat.com>
12268
12269 * configure.in: Enable libgcj for xscale-elf target.
12270
12271 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
12272
12273 * MAINTAINERS: Update my email address.
12274
12275 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
12276
12277 * ltmain.sh (relink_command): Fix typo in previous change.
12278
12279 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
12280
12281 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
12282 (relink_command): Added --tag flags.
12283 (mode=install): If relinking fails; error out.
12284
12285 2002-03-12 Richard Henderson <rth@redhat.com>
12286
12287 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
12288 .NOTPARALLEL tag.
12289 (do-check): Rename from check.
12290 (check): Allow parallel check.
12291
12292 2002-03-12 Bob Wilson <bob.wilson@acm.org>
12293
12294 * MAINTAINERS: Add myself as maintainer for xtensa port.
12295 Fix alphabetical order in CPU port maintainer list.
12296 Remove myself from Write After Approval list.
12297
12298 2002-03-11 Richard Henderson <rth@redhat.com>
12299
12300 * Makefile.in (.NOTPARALLEL): Add fake tag.
12301
12302 2002-03-07 H.J. Lu (hjl@gnu.org)
12303
12304 * configure.in: Enable gprof for mips*-*-linux*.
12305
12306 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
12307
12308 * MAINTAINERS (Write After Approval): Add myself.
12309
12310 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
12311
12312 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12313 libjava.
12314 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12315
12316 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
12317
12318 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12319 because its Makefile is there; test for the executable instead.
12320
12321 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
12322
12323 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12324 libstdc++-v3 and libjava.
12325
12326 2002-02-11 Adam Megacz <adam@xwt.org>
12327
12328 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12329 boehm-gc
12330
12331 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
12332
12333 * config.guess: Updated to 2002-01-30's version.
12334 * config.sub: Updated to 2002-02-01's version.
12335 Contribute sh64-elf.
12336 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
12337 * configure.in: Added sh64-*-*.
12338
12339 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12340
12341 * MAINTAINERS: Belatedly add myself to write after approval list.
12342
12343 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
12344
12345 * MAINTAINERS: Put self in as maintainer for x86-64 port.
12346 Remove self as Write After Approval.
12347
12348 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
12349
12350 * MAINTAINERS: Put self in as maintainer for contrib/regression
12351 directory.
12352
12353 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
12354
12355 * MAINTAINERS: Update my email address.
12356
12357 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
12358
12359 * configure.in (*-*-netbsd*): New. Skip target-newlib,
12360 target-libiberty, and target-libgloss. Skip Java-related
12361 libraries if not supported for NetBSD on target CPU.
12362
12363 2002-01-25 Douglas B Rupp <rupp@gnat.com>
12364
12365 * install-sh: Use _inst.$$_ for temp file name.
12366
12367 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
12368
12369 * MAINTAINERS (Write After Approval): Move my contact info
12370 from here...
12371 (OS Port Maintainers): ...to here (netbsd).
12372
12373 2002-01-22 Bob Wilson <bob.wilson@acm.org>
12374
12375 * MAINTAINERS (Write After Approval): Add myself.
12376
12377 2002-01-17 H.J. Lu <hjl@gnu.org>
12378
12379 * Makefile.in (all-fastjar): Also depend on all-libiberty.
12380 (all-target-fastjar): Also depend on all-target-libiberty.
12381
12382 2002-01-16 H.J. Lu (hjl@gnu.org)
12383
12384 * config.guess: Import from master sources, rev 1.225.
12385 * config.sub: Import from master sources, rev 1.238.
12386
12387 2002-01-16 Kazu Hirata <kazu@hxi.com>
12388
12389 * MAINTAINERS (Write After Approval): Remove myself.
12390
12391 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
12392
12393 * MAINTAINERS (Write After Approval): Add myself.
12394
12395 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
12396
12397 * MAINTAINERS: Add self as docs co-maintainer.
12398
12399 2001-12-11 Matthias Klose <doko@debian.org>
12400
12401 * MAINTAINERS (Write After Approval): Add myself.
12402
12403 2001-12-09 Zack Weinberg <zack@codesourcery.com>
12404
12405 * MAINTAINERS: Update my email address.
12406
12407 2001-12-07 Turly O'Connor <turly@apple.com>
12408 * MAINTAINERS (Write After Approval): Add myself.
12409 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12410 (rs6000_initialize_trampoline): Call __trampoline_setup for
12411 ABI_DARWIN too.
12412 * darwin-tramp.asm: New file, implements __trampoline_setup.
12413 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12414
12415 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
12416
12417 * MAINTAINERS (Write After Approval): Add myself.
12418
12419 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
12420
12421 * configure, configure.in: Use temp file for long sed commands.
12422
12423 2001-12-03 Laurent Guerby <guerby@acm.org>
12424
12425 * config.sub: Update to version 1.232 on subversion.
12426
12427 2001-12-03 Ben Elliston <bje@redhat.com>
12428
12429 * MAINTAINERS: Update mail address for config.* patches.
12430
12431 2001-11-27 DJ Delorie <dj@redhat.com>
12432 Zack Weinberg <zack@codesourcery.com>
12433
12434 When build != host, create libiberty for the build machine.
12435
12436 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12437 CONFIG_ARGUMENTS.
12438 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12439 New variables.
12440 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12441 and rules.
12442 (all.normal): Depend on ALL_BUILD_MODULES.
12443 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12444 (all-build-libiberty): Depend on configure-build-libiberty.
12445
12446 * configure: Calculate and substitute proper value for
12447 ALL_BUILD_MODULES.
12448 * configure.in: Create the build subdirectory.
12449 Calculate and substitute TARGET_CONFIGARGS (formerly
12450 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12451
12452 2001-11-26 Ziemowit Laski <zlaski@apple.com>
12453
12454 * MAINTAINERS (write-after-approval): Add self.
12455
12456 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
12457
12458 * MAINTAINERS (GNATS only accounts): Remove self.
12459
12460 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
12461
12462 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12463 libf2c.
12464
12465 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
12466
12467 * MAINTAINERS (Write After Approval): Add self.
12468
12469 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12470
12471 * MAINTAINERS: mips and s390 are also CPU ports.
12472
12473 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12474
12475 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12476
12477 2001-11-11 David O'Brien <obrien@FreeBSD.org>
12478
12479 * MAINTAINERS: Alphabetize.
12480
12481 2001-11-09 Kazu Hirata <kazu@hxi.com>
12482
12483 * MAINTAINERS (Various maintainers: h8 port): Add myself.
12484
12485 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
12486
12487 * MAINTAINERS (Various maintainers: hppa port): Added myself.
12488
12489 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
12490
12491 * configure.in (--enable-languages): Be more permissive about
12492 syntax. Check for empty lists better. Warn about $LANGUAGES.
12493
12494 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
12495
12496 * config.sub: Import from master sources, rev. 1.230.
12497 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12498
12499 2001-11-07 Laurent Guerby <guerby@acm.org>
12500
12501 * MAINTAINERS (Write After Approval): Add self.
12502
12503 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
12504
12505 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12506
12507 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
12508
12509 * config.sub: Import from master sources, rev 1.226.
12510 * config.guess: Import from master sources, rev 1.216.
12511
12512 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
12513
12514 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12515 * MAINTAINERS: Add self as maintainer of MMIX port.
12516 Remove old after-approval entry.
12517
12518 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
12519
12520 * ChangeLog, configure: Fix spelling errors.
12521
12522 2001-10-20 Brendan Kehoe <brendan@zen.org>
12523
12524 * MAINTAINERS: Tweak my address.
12525
12526 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
12527
12528 * MAINTAINERS: Update my email address.
12529
12530 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
12531
12532 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12533 * MAINTAINERS: Add self as maintainer of CRIS port.
12534
12535 2001-10-10 Geert Bosch <bosch@gnat.com>
12536
12537 * MAINTAINERS (Various maintainers: Ada front end):
12538 Added Robert Dewar.
12539
12540 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
12541
12542 * MAINTAINERS (Write After Approval): Added self
12543
12544 2001-10-02 Geert Bosch <bosch@gnat.com>
12545
12546 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12547
12548 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
12549
12550 * configure: Handle temporary files securely using mkdir.
12551
12552 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
12553
12554 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12555
12556 2001-09-26 Will Cohen <wcohen@redhat.com>
12557
12558 * configure.in (*-*-linux*): Disable configuration of target-newlib
12559 and target-libgloss.
12560
12561 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12562
12563 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12564 RANLIB.
12565
12566 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
12567
12568 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12569 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12570 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12571 avoid quotes nesting problems.
12572 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12573 (DO_X): Export only variables that are set.
12574
12575 2001-09-19 Ben Elliston <bje@redhat.com>
12576
12577 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12578 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12579 semantics. Use the shell built-in "type" command instead.
12580
12581 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
12582
12583 Merged from gcc-3_0-branch:
12584 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
12585 * ltcf-c.sh: Use $objext, not $ac_objext.
12586 2001-07-27 Mark Kettenis <kettenis@gnu.org>
12587 * ltcf-cxx.sh: Add support for GNU.
12588 2001-07-22 Timothy Wall <twall@redhat.com>
12589 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
12590 default settings if using GNU tools with that configuration.
12591 * ltcf-cxx.sh: Ditto.
12592 * ltcf-gcj.sh: Ditto.
12593 2001-07-21 Michael Chastain <chastain@redhat.com>
12594 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12595 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
12596 * ltmain.sh: Mark as gcc-local.
12597
12598 2001-08-30 Eric Christopher <echristo@redhat.com>
12599 Jason Eckhardt <jle@redhat.com>
12600
12601 * config.guess: Merge from master sources.
12602 * config.sub: Merge from master sources, add support for mipsisa32.
12603
12604 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
12605 * config.sub: Merge from master sources, rev 1.219.
12606 * MAINTAINERS: Add self as contact for stormy16 port.
12607
12608 2001-08-14 Zack Weinberg <zackw@panix.com>
12609
12610 * config.sub: Merge from master sources, rev 1.218.
12611 * config.guess: Merge from master sources, rev 1.209.
12612
12613 2001-08-11 Graham Stott <grahams@redhat.com>
12614
12615 * Makefile.in (check-c++): Add missing semicolon.
12616
12617 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
12618
12619 * MAINTAINERS (Various maitainers: predict.def): Added myself.
12620
12621 2001-07-30 Eric Christopher <echristo@redhat.com>
12622
12623 * MAINTAINERS (Various maintainers: mips port): Added myself.
12624
12625 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
12626
12627 * configure.in (sh-*-linux*): New.
12628
12629 2001-07-27 Richard Henderson <rth@redhat.com>
12630
12631 * .cvsignore: Add LAST_UPDATED.
12632
12633 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
12634
12635 * MAINTAINERS (Various maintainers: s390 port): Added myself.
12636
12637 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
12638
12639 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12640
12641 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
12642
12643 * MAINTAINERS (Write After Approval): Added myself.
12644
12645 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12646
12647 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12648 and libgcj on m68hc11/m68hc12.
12649
12650 2001-06-27 H.J. Lu (hjl@gnu.org)
12651
12652 * Makefile (CFLAGS_FOR_BUILD): New.
12653 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12654
12655 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12656
12657 * README: Remove version number.
12658
12659 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12660
12661 * INSTALL/README: Update wrt. to the installation instructions now
12662 residing in gcc/doc/install.texi.
12663
12664 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12665
12666 * README: Replace with a cut-down and updated version of gcc/README.
12667
12668 2001-06-12 David Edelsohn <edelsohn@gnu.org>
12669
12670 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12671 multilibs to be disabled.
12672
12673 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
12674
12675 * MAINTAINERS (Write After Approval): Add myself.
12676
12677 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
12678
12679 * config.guess: Import CVS version 1.195.
12680 * config.sub: Import CVS version 1.212.
12681
12682 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
12683
12684 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12685 gcc/xgcc is built, use -print-prog-name to find out the program
12686 name to use.
12687
12688 2001-06-04 Phil Edwards <pme@sources.redhat.com>
12689
12690 * config.guess: Import CVS version 1.194. All gcc-local changes
12691 appear to also be in the master copy.
12692 * config.sub: Import CVS version 1.211.
12693
12694 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
12695
12696 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12697 with_gcc]: Use `gcc -shared' to build a shared library.
12698
12699 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
12700
12701 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12702 archives.
12703
12704 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12705
12706 * MAINTAINERS (Write After Approval): Add myself.
12707
12708 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
12709
12710 * configure.in (libstdcxx_flags): Do not try to execute
12711 libstdc++-v3/testsuite_flags until it exists.
12712
12713 2001-06-01 Alan Modra <amodra@bigpond.net.au>
12714
12715 * MAINTAINERS: Update my email address.
12716
12717 2001-05-31 Graham Stott <grahams@redhat.com>
12718
12719 * MAINTAINERS (Write After Approval): Add myself.
12720
12721 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
12722
12723 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
12724 libraries when using g++ with native linker.
12725
12726 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
12727
12728 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
12729
12730 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
12731
12732 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
12733 [aix4*|aix5*]: Prepend blank.
12734
12735 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
12736
12737 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12738 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
12739 of subdir/configure scripts to use the new libtool.m4.
12740
12741 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
12742
12743 * MAINTAINERS (Write After Approval): Add myself.
12744
12745 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
12746
12747 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
12748
12749 2001-05-11 Ben Elliston <bje@redhat.com>
12750
12751 * Makefile.in (all-sid): New target.
12752 (check-sid, clean-sid, install-sid): Likewise.
12753
12754 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
12755
12756 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
12757
12758 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12759
12760 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
12761 libgcj.
12762
12763 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
12764
12765 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12766 gcc/xgcc is built, use -print-prog-name to find out the program
12767 name to use.
12768
12769 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
12770
12771 * configure.in (noconfigdirs): Don't reset it from scratch in the
12772 target case; only append to it.
12773
12774 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
12775 sparc-*-solaris2.8]: Disable ${libgcj}.
12776
12777 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
12778
12779 * configure.in (libgcj_saved): Copy from $libgcj.
12780 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
12781 --disable-libgcj.
12782
12783 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
12784
12785 * MAINTAINERS: Remove self as MIPS maintainer and
12786 C front end maintainer.
12787
12788 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
12789
12790 * configure.in: Move *-chorusos target case to the proper switch.
12791 Disable libgcj.
12792
12793 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12794
12795 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
12796 1.641.2.228.
12797
12798 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12799
12800 * Makefile.in (STAGE1_CFLAGS): Pass down.
12801
12802 2001-04-13 Alan Modra <amodra@one.net.au>
12803
12804 * config.guess: Add hppa64-linux support. Note for next import that
12805 this is already in the master file.
12806 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
12807
12808 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
12809
12810 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12811 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
12812
12813 2001-04-11 Stan Shebs <shebs@apple.com>
12814
12815 * MAINTAINERS: Add self as Darwin port maintainer.
12816
12817 2001-04-11 Alan Modra <amodra@one.net.au>
12818
12819 * MAINTAINERS: Update my email address.
12820
12821 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
12822
12823 * ltcf-cxx.sh: Support creation of C++ shared libraries on
12824 recent versions of FreeBSD (release 3 or later).
12825 * ltconfig: On FreeBSD, -lc must not be provided when building
12826 a shared library or else the standard -pthread gcc option is
12827 rendered worthless to later users of the built library.
12828
12829 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
12830
12831 * MAINTAINERS: Add self and RTH as C front end maintainers.
12832
12833 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
12834
12835 * config.sub: Make sure to match an already-canonicalized
12836 machine name (eg. mn10300-unknown-elf).
12837
12838 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
12839
12840 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
12841 New macros.
12842 (bootstrap, cross): Use RECURSE_FLAGS.
12843 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
12844
12845 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
12846
12847 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
12848
12849 2001-03-22 Colin Howell <chowell@redhat.com>
12850
12851 * Makefile.in (DO_X): Do not backslash single-quotes in
12852 backquotes (two places).
12853
12854 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12855
12856 Re-installed:
12857 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
12858 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
12859 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
12860 * ltcf-cxx.sh: Likewise.
12861 * ltcf-gcj.sh: Likewise.
12862
12863 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12864
12865 * MAINTAINERS: Add myself as "documentation co-maintainer".
12866
12867 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
12868
12869 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
12870 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
12871
12872 2001-03-19 Tom Tromey <tromey@redhat.com>
12873
12874 * config-ml.in: Handle GCJ and GCJFLAGS.
12875
12876 2001-03-21 Michael Chastain <chastain@redhat.com>
12877
12878 * Makefile.in: all-m4 depends on all-texinfo.
12879
12880 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
12881
12882 * MAINTAINERS: Add myself to write after approval list.
12883
12884 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
12885
12886 * Makefile.in (DO_X): Quote nested quotes.
12887
12888 2001-03-18 Alan Modra <alan@linuxcare.com.au>
12889
12890 * MAINTAINERS: Add myself to write after approval list.
12891
12892 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
12893
12894 * Makefile.in (DO_X): Use double quotes for quoting
12895 "RANLIB=$${RANLIB}".
12896
12897 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
12898
12899 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
12900
12901 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
12902
12903 * configure.in: Only use `lang_requires' for languages athat are
12904 actually enabled.
12905
12906 2001-03-08 Phil Edwards <pme@sources.redhat.com>
12907
12908 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
12909
12910 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
12911
12912 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
12913
12914 2001-03-07 Tom Tromey <tromey@redhat.com>
12915
12916 * configure.in: Allow config-lang.in to set `lang_requires' to list
12917 of other required languages.
12918
12919 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
12920
12921 * Makefile.in: Remove RANLIB definition. Use RANLIB
12922 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
12923 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
12924
12925 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
12926 Alexandre Oliva <aoliva@redhat.com>
12927
12928 * Makefile.in (check-c++): Use tabs, not spaces.
12929
12930 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
12931
12932 * MAINTAINERS: add myself to Write After Approval list.
12933
12934 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
12935
12936 * Makefile.in (check-c++): New rule.
12937
12938 * configure.in (target_libs): Remove libg++.
12939 (noconfigdirs): Remove libg++.
12940 (noconfigdirs): Same.
12941 (noconfigdirs): Same.
12942 (noconfigdirs): Same.
12943
12944 * config-ml.in: Remove libg++ references.
12945
12946 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
12947 (ALL_TARGET_MODULES): Same.
12948 (configure-target-libg++): Remove.
12949 (all-target-libg++): Remove.
12950 (configure-target-libio): Remove.
12951 (all-target-libio): Remove.
12952 (check-target-libio): Remove.
12953 (.PHONY): Remove.
12954 (libg++.tar.bz2): Remove.
12955 (all-target-cygmon): Remove libio.
12956 (all-target-libstdc++): Remove.
12957 (configure-target-libstdc++): Remove.
12958 (TARGET_LIB_PATH): Remove libstdc++.
12959 (ALL_GCC_CXX): Remove libstdc++.
12960 (all-target-gperf): Correct.
12961
12962 2001-02-16 Nick Clifton <nickc@redhat.com>
12963
12964 * configure.in (noconfigdirs): Allow configuration of texinfo
12965 for Cygwin hosts.
12966
12967 2001-02-15 Anthony Green <green@redhat.com>
12968
12969 * configure: Introduce GCJ_FOR_TARGET.
12970 * configure.in: Ditto.
12971 * Makefile.in: Ditto.
12972
12973 2001-02-13 Andreas Schwab <schwab@suse.de>
12974
12975 * MAINTAINERS: Update mail address.
12976
12977 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12978
12979 * config.guess: Add linux target for S/390.
12980 * config.sub: Likewise.
12981
12982 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
12983
12984 * configure.in: for *-chorusos, don't config target-newlib and
12985 target-libgloss.
12986
12987 2001-02-06 Ben Elliston <bje@redhat.com>
12988
12989 * configure: Output host type to stdout, not stderr.
12990
12991 2001-02-05 Mark Mitchell <mark@codesourcery.com>
12992
12993 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
12994 * ltcf-cxx.sh: Likewise.
12995
12996 * config.if: Assume enable_libstdcxx_v3 is defined.
12997
12998 2001-02-04 Mark Mitchell <mark@codesourcery.com>
12999
13000 Remove V2 C++ library.
13001 * configure.in: Remove --enable-libstdcxx_v3 support.
13002
13003 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13004
13005 * include/demangle.h: Add prototype for java_demangle_v3.
13006
13007 2001-01-29 Phil Edwards <pme@sources.redhat.com>
13008
13009 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13010
13011 2001-01-27 Richard Henderson <rth@redhat.com>
13012
13013 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13014
13015 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13016
13017 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13018 Don't unset, it's non-portable and no longer necessary, set to empty
13019 instead.
13020
13021 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13022
13023 * ltconfig: Shell portability fix for the tagname validity check.
13024
13025 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
13026
13027 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13028 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13029
13030 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13031
13032 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13033
13034 2001-01-26 Tom Tromey <tromey@redhat.com>
13035
13036 * configure.in: Allow libgcj to be built on Sparc Solaris.
13037
13038 2001-01-25 David Edelsohn <edelsohn@gnu.org>
13039
13040 * ltcf-c.sh: Add aix5 case.
13041 * ltcf-cxx.sh: Likewise.
13042 * ltconfig: Likewise.
13043
13044 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
13045
13046 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13047 keep at least one of build_libtool_libs or build_old_libs set to
13048 yes.
13049
13050 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13051 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13052
13053 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13054
13055 * configure.in: Enable libgcj on several additional platforms.
13056
13057 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13058
13059 * configure.in: Enable libgcj for linux targets.
13060
13061 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13062
13063 * MAINTAINERS (Write After Approval): Add myself.
13064
13065 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13066
13067 * MAINTAINERS: Add myself as vax port maintainer.
13068
13069 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13070
13071 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13072
13073 2001-01-09 Mike Stump <mrs@wrs.com>
13074
13075 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13076 failures of subdirectories.
13077
13078 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13079
13080 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13081 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13082 * ltcf-cxx.sh: Likewise.
13083 * ltcf-gcj.sh: Likewise.
13084 * ltconfig.sh: Fix typo.
13085
13086 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13087
13088 * configure: handle DOS-style absolute paths.
13089
13090 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13091
13092 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13093
13094 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13095
13096 * MAINTAINERS: Add myself as avr port co-maintainer.
13097
13098 2000-12-28 Ben Elliston <bje@redhat.com>
13099
13100 * MAINTAINERS: Add myself under ``Write After Approval''.
13101
13102 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13103
13104 * texinfo: Remove directory from GCC.
13105
13106 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13107
13108 * COPYING: Update to current
13109 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13110 to 19yy as example year in copyright notice).
13111
13112 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13113
13114 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13115 (libstdcxx_incdir): Pass down.
13116 * config.if: Remove expired bits for cxx_interface, add stub.
13117 (libstdcxx_incdir): Add variable for g++ include directory.
13118 * configure.in (gxx_include_dir): Use it.
13119
13120 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
13121
13122 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13123 with old-email address from ``Write After Approval''.
13124
13125 2000-12-15 Andreas Jaeger <aj@suse.de>
13126
13127 * configure.in: Handle lang_dirs.
13128
13129 2000-12-14 Tom Tromey <tromey@redhat.com>
13130
13131 * MAINTAINERS: Removed brads.
13132
13133 * MAINTAINERS: Added gcj developers.
13134
13135 2000-12-13 Anthony Green <green@redhat.com>
13136
13137 * configure.in: Disable libgcj for any target not specifically
13138 listed. Disable libgcj for x86 and Alpha Linux until compatible
13139 with g++ abi.
13140
13141 2000-12-13 Mike Stump <mrs@wrs.com>
13142
13143 * Makefile.in (local-distclean): Also remove fastjar.
13144
13145 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
13146
13147 * contrib/gcc_update: Add fastjar --touch entries.
13148
13149 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
13150
13151 * configure.in: Disable language-specific target libraries for
13152 languages that aren't enabled.
13153
13154 2000-12-10 Anthony Green <green@redhat.com>
13155
13156 * configure.in: Define libgcj. Disable libgcj target libraries for
13157 most targets.
13158
13159 2000-12-10 Neil Booth <neilb@earthling.net>
13160
13161 * MAINTAINERS: Update mail address, remove from WAA list.
13162
13163 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13164
13165 * libjava: Imported from /cvs/java.
13166 * libffi: Likewise.
13167 * Boehm-gc: Likewise.
13168
13169 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13170
13171 * configure.in (target_libs): Revert 2000-12-08 patch.
13172 (noconfigdirs): Added target-libjava.
13173
13174 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
13175
13176 * djunpack.bat: removed.
13177
13178 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
13179
13180 * Makefile.in: handle DOS-style absolute paths.
13181 * config-ml.in: likewise.
13182 * symlink-tree: likewise.
13183
13184 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13185
13186 * fastjar: Imported.
13187
13188 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13189
13190 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13191 libjava.
13192 * configure.in (target_libs): Removed `target-libjava'.
13193
13194 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13195
13196 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13197 (ALL_MODULES): Added fastjar.
13198 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13199 (all-target-libjava): all-fastjar replaces all-zip.
13200 (all-fastjar): Added.
13201 (configure-target-fastjar, all-target-fastjar): Likewise.
13202 * configure.in (host_tools): Added fastjar.
13203
13204 2000-12-07 Mike Stump <mrs@wrs.com>
13205
13206 * Makefile.in (local-distclean): Remove leftover built files.
13207
13208 2000-11-24 Nick Clifton <nickc@redhat.com>
13209
13210 * configure.in (xscale-elf): Add target.
13211 (xscale-coff): Add target.
13212
13213 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
13214
13215 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13216 recent versions of FreeBSD (release 3 or later).
13217 * ltconfig: On FreeBSD, -lc must not be provided when building
13218 a shared library or else the standard -pthread gcc option is
13219 rendered worthless to later users of the built library.
13220
13221 2000-11-16 Fred Fish <fnf@be.com>
13222
13223 * configure.in (enable_libstdcxx_v3): Fix typo,
13224 libstd++ -> libstdc++.
13225
13226 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13227
13228 * MAINTAINERS: Add self to Write After Approval list.
13229
13230 2000-11-21 Bernd Schmidt <bernds@redhat.com>
13231
13232 * MAINTAINERS: Update my email address. Add myself to global write
13233 privs list.
13234
13235 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
13236
13237 * Makefile.in: Merge with src and libgcj.
13238 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
13239 configure-target-<library> when their configure scripts need the C
13240 or C++ library to have already been built to work properly.
13241 (do_proto_toplev): Set them to an empty string.
13242
13243 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13244 (REALLY_SET_LIB_PATH): Use them.
13245
13246 2000-11-17 Stan Shebs <shebs@apple.com>
13247
13248 * MAINTAINERS: Add self to Write After Approval list.
13249
13250 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13251
13252 * configure: Provide the original toplevel configure arguments
13253 (including $0) to subprocesses in the environment rather than
13254 through gcc/configargs.h.
13255
13256 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13257
13258 * MAINTAINERS: Remove references to cccp. Change C9X reference to
13259 C99. Alphabetise "Write After Approval" list.
13260
13261 2000-11-12 Mark Mitchell <mark@codesourcery.com>
13262
13263 * configure: Turn on libstdc++ V3 by default.
13264
13265 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13266 if we've got GCC.
13267
13268 2000-11-11 Philip Blundell <philb@gnu.org>
13269
13270 * MAINTAINERS: Add self to Write After Approval list.
13271
13272 2000-11-09 David Edelsohn <edelsohn@gnu.org>
13273
13274 * ltcf-c.sh (aix4): Improve shared library configuration; require
13275 exporting symbols.
13276 * ltcf-cxx.sh (aix4): Define.
13277 * ltconfig (aix4): Define library and soname specs appropriate for
13278 AIX. Define command to create export symbols list.
13279
13280 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
13281
13282 * config.sub: Add support for Sun Chorus
13283
13284 2000-10-31 Nick Clifton <nickc@redhat.com>
13285
13286 * MAINTAINERS: Rename <name>@cygnus.com addresses to
13287 <name>@redhat.com. Also installed new email address for Clint
13288 Popetz.
13289
13290 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
13291
13292 * etc: Remove directory from GCC.
13293
13294 2000-10-16 Michael Meissner <meissner@redhat.com>
13295
13296 * configure (gcc/configargs.h): Only create if there is a build GCC
13297 directory created.
13298
13299 2000-10-16 Matthias Klose <doko@debian.org>
13300
13301 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13302 when configured for libstdc++-v3.
13303
13304 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
13305
13306 * configure: Save configure arguments to gcc/configargs.h.
13307
13308 2000-10-04 Philipp Thomas <pthomas@suse.de>
13309
13310 * config.guess: Import CVS version 1.157.
13311 * config.sub: Import CVS version 1.181.
13312
13313 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
13314
13315 * Makefile.in (bootstrap): avoid recursion if subdir missing
13316 (cross): ditto
13317 (do-proto-toplev): ditto
13318
13319 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
13320
13321 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13322 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13323
13324 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13325 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
13326 all affected `configure' scripts.
13327
13328 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
13329
13330 * MAINTAINERS: Add self as cpplib co-maintainer.
13331
13332 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
13333
13334 * MAINTAINERS: Add self to Write After Approval list.
13335
13336 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13337
13338 * INSTALL/README: egcs -> GCC update.
13339
13340 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
13341
13342 * MAINTAINERS: Add myself to Write After Approval list.
13343
13344 2000-09-15 Kazu Hirata <kazu@hxi.com>
13345
13346 * MAINTAINERS: Add myself to Write After Approval list.
13347
13348 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
13349
13350 * configure.in: Do not build byacc for hppa64. Provide paths to the
13351 X11 libraries for hppa64.
13352
13353 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13354
13355 * MAINTAINERS: Add myself as 68hc11 port maintainer.
13356
13357 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
13358
13359 * Makefile.in (all-zlib): Added dummy target.
13360
13361 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13362 ltcf-gcj.sh: Updated from libtool multi-language branch.
13363
13364 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
13365
13366 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13367 (bootstrap*): Depend on all-bootstrap.
13368
13369 2000-09-05 Philipp Thomas <pthomas@suse.de>
13370
13371 * config.guess: Import CVS version 1.156.
13372 * config.sub: Import CVS version 1.179.
13373
13374 2000-09-02 Anthony Green <green@cygnus.com>
13375
13376 * Makefile.in (all-gcc): Depend on all-zlib.
13377 (CLEAN_MODULES): Add clean-zlib.
13378 (ALL_MODULES): Add all-zlib.
13379 * configure.in (host_libs): Add zlib.
13380
13381 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
13382
13383 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13384 crosses, but add gcc/include to the header search path for them.
13385
13386 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
13387
13388 * MAINTAINERS: Add self to Write After Approval list.
13389
13390 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13391
13392 * config.guess: Import CVS version 1.152.
13393 * config.sub: Import CVS version 1.177.
13394
13395 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
13396
13397 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13398 $targargs to tell whether newlib is going to be built.
13399
13400 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13401 $$r/TARGET_SUBDIR/libio for _G_config.h.
13402
13403 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
13404
13405 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13406
13407 2000-08-22 DJ Delorie <dj@redhat.com>
13408
13409 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13410
13411 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
13412
13413 * config-ml.in (CC, CXX): Avoid trailing whitespace.
13414 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13415 sub-configures.
13416
13417 2000-08-21 DJ Delorie <dj@redhat.com>
13418
13419 * MAINTAINERS: Add self as a libiberty maintainer
13420
13421 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
13422
13423 * configure.in (libstdcxx_flags): Use
13424 libstdc++-v3/src/libstdc++.INC.
13425
13426 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
13427
13428 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13429
13430 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13431
13432 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13433
13434 * configure: Make enable_threads and enable_shared defaults
13435 explicit. Substitute enable_threads into generated Makefiles.
13436 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13437 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13438
13439 2000-08-13 Geoff Keating <geoffk@cygnus.com>
13440
13441 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13442
13443 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
13444
13445 * config-ml.in (CC): Remove bogus duplicate quotation mark from
13446 previous delta.
13447
13448 2000-08-11 Jason Merrill <jason@redhat.com>
13449
13450 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13451 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13452 (FLAGS_FOR_TARGET): Not here.
13453 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13454
13455 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
13456
13457 * config-ml.in (CC, CXX): Don't introduce a leading space.
13458
13459 2000-08-07 DJ Delorie <dj@delorie.com>
13460
13461 * MAINTAINERS: Add self as a DJGPP maintainer
13462
13463 2000-08-07 DJ Delorie <dj@redhat.com>
13464
13465 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13466 "if we're also building gcc, and it's a gcc that will run on the
13467 build machine, we want to use its includes instead of the system's
13468 default includes".
13469
13470 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13471
13472 * MAINTAINERS: Add self to Write After Approval list.
13473
13474 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
13475
13476 * configure.in (libstdcxx_flags): Don't use `"'.
13477
13478 * config-ml.in: Adjust multilib search paths to the
13479 appropriate multilib tree.
13480
13481 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
13482
13483 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13484 commas in $LANGUAGES.
13485
13486 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
13487
13488 * configure.in: Re-enable all references to libg++ and librx.
13489
13490 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
13491
13492 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13493 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
13494 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13495 * ltcf-cxx.sh (need_lc): Set based on postdeps.
13496
13497 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13498
13499 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
13500
13501 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13502 CXX_FOR_TARGET for sed.
13503
13504 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
13505
13506 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13507 Do not override if already set in the environment or in configure.
13508 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13509 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13510
13511 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
13512
13513 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13514 the libtool CVS tree multi-language branch.
13515 * ltconfig, ltmain.sh: Updated.
13516
13517 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
13518
13519 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13520 (clean-target): Depend on it.
13521
13522 * Makefile.in (FLAGS_FOR_TARGET): New macro.
13523 (GCC_FOR_TARGET): Use it.
13524 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13525 * configure.in: ... here.
13526 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
13527 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13528
13529 2000-07-24 Eric Christopher <echristo@cygnus.com>
13530
13531 * MAINTAINERS: Add self to Write After Approval list.
13532
13533 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
13534
13535 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13536 (configure-target-libchill, configure-target-libobjc): Likewise.
13537
13538 * configure.in: Use the same cache file for all target libs.
13539 * config-ml.in: But different cache files per multilib variant.
13540
13541 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13542
13543 * configure (topsrcdir): Don't use dirname.
13544
13545 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
13546
13547 * MAINTAINERS: Add self to Write After Approval list.
13548
13549 2000-07-20 Jason Merrill <jason@redhat.com>
13550
13551 * configure.in: Remove all references to libg++ and librx.
13552
13553 * configure, configure.in, Makefile.in: Unify gcc and binutils.
13554
13555 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
13556
13557 * config.sub: Update to subversions version 2000-07-06.
13558
13559 2000-07-12 Andrew Haley <aph@cygnus.com>
13560
13561 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13562 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13563
13564 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
13565
13566 * symlink-tree: Check number of arguments.
13567
13568 2000-07-05 Jim Wilson <wilson@cygnus.com>
13569
13570 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13571 search path for a g++ extracted from the build tree. This
13572 will allow link tests run by configure scripts in
13573 subdirectories to succeed.
13574
13575 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
13576
13577 * ltconfig: Add support for mips-dde-sysv4.2MP
13578
13579 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13580
13581 * MAINTAINERS: Add myself as loop discovery maintainer.
13582
13583 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
13584
13585 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13586 `os2'. Force ac_cv_exeext to be ".exe" in that case.
13587
13588 2000-06-19 Timothy Wall <twall@cygnus.com>
13589
13590 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13591 * config.sub: Add tic54x target.
13592
13593 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13594
13595 * MAINTAINERS: Add self as Fortran maintainer,
13596 remove Craig Burley.
13597
13598 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13599
13600 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13601 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13602
13603 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
13604
13605 * MAINTAINERS: Add self as i18n maintainer
13606
13607 20000-05-21 H.J. Lu (hjl@gnu.org)
13608
13609 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13610 directory are used if they exist. Make sure
13611 $(build_tooldir)/include is searched for header files,
13612 $(build_tooldir)/lib/ for library files.
13613 (GCC_FOR_TARGET): Likewise.
13614 (CXX_FOR_TARGET): Likewise.
13615
13616 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
13617
13618 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13619
13620 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
13621
13622 * Makefile.in (configure-target-libiberty): Depend on
13623 configure-target-newlib.
13624
13625 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
13626
13627 * configure.in, Makefile.in: Merge all libffi-related
13628 configury stuff from the libgcj tree.
13629
13630 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
13631
13632 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13633 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13634
13635 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
13636
13637 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13638 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13639 current version information. Add to proto-toplev directory.
13640 (gdb-taz): Build do-djunpack.
13641
13642 2000-05-15 David Edelsohn <edelsohn@gnu.org>
13643
13644 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13645
13646 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
13647
13648 * MAINTAINERS: Add self to Write After Approval list.
13649
13650 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13651
13652 * ltmain.sh: Preserve in relink_command any environment
13653 variables that may affect the linker behavior.
13654
13655 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
13656
13657 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13658
13659 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
13660
13661 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13662
13663 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13664
13665 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13666 with the version name.
13667
13668 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
13669
13670 * MAINTAINERS: Add self as bb-reorder maintainer.
13671
13672 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
13673
13674 * config.if: Tweak.
13675
13676 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
13677
13678 * djunpack.bat: New file.
13679
13680 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
13681
13682 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13683 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13684 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13685 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13686
13687 2000-04-16 Dave Pitts <dpitts@cozx.com>
13688
13689 * config.sub (case $basic_machine): Change default for "ibm-*"
13690 to "openedition".
13691
13692 2000-04-13 Andreas Jaeger <aj@suse.de>
13693
13694 * MAINTAINERS: Added myself.
13695
13696 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
13697
13698 * Makefile.in (gdb-taz): New target. GDB specific archive.
13699 (do-md5sum): New target.
13700 (MD5PROG): Define.
13701 (PACKAGE): Default to TOOL.
13702 (VER): Default to a shell script.
13703 (taz): Rewrite target. Move real work to do-proto-toplev. Include
13704 md5 checksum generation.
13705 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13706 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13707 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13708 insight.tar.bz2): Use gdb-taz to create archive.
13709
13710 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
13711
13712 * configure (warn_cflags): Delete.
13713
13714 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
13715
13716 * MAINTAINERS: Added myself.
13717
13718 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
13719 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
13720
13721 * configure.in (enable_libstdcxx_v3): Add.
13722 (target_libs): Add bits here to switch between libstdc++-v2 and
13723 libstdc++-v3.
13724 * config.if: And this file too.
13725 * Makefile.in: Add libstdc++-v3 targets.
13726
13727 2000-04-05 Michael Meissner <meissner@redhat.com>
13728
13729 * config.sub (d30v): Add d30v as a basic machine type.
13730
13731 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
13732
13733 * configure.in: -linux-gnu*, not -linux-gnu.
13734
13735 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13736
13737 * MAINTAINERS: Add self in write-after-approval section.
13738
13739 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
13740
13741 * MAINTAINERS: Add self as ia64 port maintainer.
13742
13743 2000-03-08 Neil Booth <NeilB@earthling.net>
13744
13745 * MAINTAINERS: Add self in write-after-approval section.
13746
13747 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
13748
13749 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
13750 (do-tar-bz2): Replace TOOL with PACKAGE.
13751 (gdb.tar.bz2): Remove GDBTK from GDB package.
13752 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
13753 dejagnu.tar.bz2): New packages.
13754
13755 2000-02-27 Andreas Jaeger <aj@suse.de>
13756
13757 * configure.in: Add entry for mips*-*-linux*, move catch all
13758 *-*-*linux* entry below this one.
13759
13760 2000-02-27 Ian Lance Taylor <ian@zembu.com>
13761
13762 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
13763
13764 2000-02-24 Nick Clifton <nickc@cygnus.com>
13765
13766 * config.sub: Support an OS of "wince".
13767
13768 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
13769
13770 * config.guess, config.sub: Updated to match config's 2000-02-15
13771 version.
13772
13773 2000-02-23 Linas Vepstas <linas@linas.org>
13774
13775 * config.sub: Add support for Linux/IBM 370.
13776 * configure.in: Likewise.
13777
13778 2000-02-22 Nick Clifton <nickc@cygnus.com>
13779
13780 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
13781
13782 2000-02-20 Christopher Faylor <cgf@cygnus.com>
13783
13784 * config.guess: Guess "cygwin" rather than "cygwin32".
13785
13786 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13787
13788 * configure (gcc_version): When setting, narrow search to
13789 lines containing `version_string'.
13790
13791 2000-02-15 Denis Chertykov <denisc@overta.ru>
13792
13793 * config.sub: Add support for avr target.
13794
13795 2000-02-14 Nick Clifton <nickc@cygnus.com>
13796
13797 * MAINTAINERS: Add maintainers for MCore port.
13798
13799 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
13800
13801 * config.sub: Add mmix-knuth-mmixware.
13802
13803 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13804
13805 * MAINTAINERS: Pair cccp with cpplib maintainership.
13806
13807 2000-01-27 Christopher Faylor <cgf@redhat.com>
13808
13809 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
13810 structure stuff to -L library search.
13811 (CXX_FOR_TARGET): Ditto.
13812 (CROSS_CHECK_MODULES): Fix spelling mistake.
13813
13814 2000-01-24 Mark Mitchell <mark@codesourcery.com>
13815
13816 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
13817 the C++ compiler.
13818
13819 2000-01-12 Richard Henderson <rth@cygnus.com>
13820
13821 * configure.in: Don't build some bits for beos.
13822
13823 2000-01-12 Joel Sherrill (joel@OARcorp.com)
13824
13825 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
13826 as include files.
13827
13828 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
13829
13830 * Add self as cpplib maintainer, as requested by Jason
13831 Merrill. Correct my e-mail address.
13832
13833 2000-01-06 Geoff Keating <geoffk@cygnus.com>
13834
13835 * configure.in: Use mt-aix43 to handle *_TARGET defs,
13836 not mh-aix43.
13837
13838 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
13839
13840 * MAINTAINERS: Add myself to "write after approval" list.
13841
13842 1999-12-14 Richard Henderson <rth@cygnus.com>
13843
13844 * config.guess (alpha-osf, alpha-linux): Detect ev67.
13845 * config.sub: Accept alphaev[78], alphaev8.
13846
13847 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13848
13849 * config.guess, config.sub: Update from autoconf.
13850
13851 1999-11-29 Bruce Korb <autogen@linuxbox.com>
13852
13853 * MAINTAINERS: update my playtime e-address.
13854
13855 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13856
13857 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
13858 necessary libraries are missing.
13859
13860 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
13861
13862 * MAINTAINERS: Add new 'write after approval' maintainer.
13863
13864 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
13865
13866 * MAINTAINERS: Add new Java maintainer.
13867
13868 1999-10-25 Andreas Schwab <schwab@suse.de>
13869
13870 * configure: Fix quoting inside arguments of eval.
13871
13872 1999-10-21 Nick Clifton <nickc@cygnus.com>
13873
13874 * config-ml.in: Allow suppression of some ARM multilibs.
13875
13876 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
13877
13878 * config.guess: Add OS/390 match pattern.
13879 * config.sub: Add mvs, openedition targets.
13880 * configure.in (i370-ibm-opened*): New.
13881
13882 1999-09-04 Steve Chamberlain <sac@pobox.com>
13883
13884 * config.sub: Add support for configuring for pj.
13885
13886 1999-08-31 Nick Clifton <nickc@cygnus.com>
13887
13888 * config.sub (maybe_os): Add support for configuring for fr30.
13889
13890 1999-08-25 Nick Clifton <nickc@cygnus.com>
13891
13892 * configure.in: Do not configure or build ld for AIX
13893 platforms. ld is known to be broken on these platforms.
13894
13895 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13896
13897 * config-ml.in: Pass compiler flag corresponding to multidirs to
13898 subdir configures.
13899
13900 1999-08-09 Ian Lance Taylor <ian@zembu.com>
13901
13902 * Makefile.in (LDFLAGS): Define.
13903
13904 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
13905
13906 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
13907 noconfigdirs.
13908 (*-*-cygwin*): Likewise.
13909
13910 1999-08-08 Ian Lance Taylor <ian@zembu.com>
13911
13912 * mkdep: New file.
13913 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
13914 (BINUTILS_SUPPORT_DIRS): Add mkdep.
13915
13916 From Eli Zaretskii <eliz@is.elta.co.il>:
13917 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
13918 long file name when using DJGPP on MS-DOS.
13919
13920 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
13921
13922 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
13923
13924 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
13925
13926 * Makefile.in (check-target-libio): Remove all-target-libstdc++
13927 dependency as this causes "make check" to globally "make all"
13928
13929 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
13930
13931 * configure.in (target_libs): Added target-zlib.
13932 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
13933 (CONFIGURE_TARGET_MODULES): Likewise.
13934 (CHECK_TARGET_MODULES): Likewise.
13935 (INSTALL_TARGET_MODULES): Likewise.
13936 (CLEAN_TARGET_MODULES): Likewise.
13937 (configure-target-zlib): New target.
13938 (all-target-zlib): Likewise.
13939 (all-target-libjava): Depend on all-target-zlib.
13940 (configure-target-libjava): Depend on configure-target-zlib.
13941
13942 * Makefile.in (configure-target-libjava): Depend on
13943 configure-target-newlib.
13944 (configure-target-boehm-gc): New target.
13945 (configure-target-qthreads): New target.
13946
13947 * configure.in (target_libs): Added target-qthreads.
13948 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
13949 (CONFIGURE_TARGET_MODULES): Likewise.
13950 (CHECK_TARGET_MODULES): Likewise.
13951 (INSTALL_TARGET_MODULES): Likewise.
13952 (CLEAN_TARGET_MODULES): Likewise.
13953 (all-target-qthreads): New target.
13954 (configure-target-libjava): Depend on configure-target-qthreads.
13955 (all-target-libjava): Depend on all-target-qthreads.
13956
13957 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
13958 (CONFIGURE_TARGET_MODULES): Likewise.
13959 (CHECK_TARGET_MODULES): Likewise.
13960 (INSTALL_TARGET_MODULES): Likewise.
13961 (CLEAN_TARGET_MODULES): Likewise.
13962 (all-target-libjava): New target.
13963 (all-target-boehm-gc): Likewise.
13964 * configure.in (target_libs): Added libjava, boehm-gc.
13965
13966 1999-07-22 Ian Lance Taylor <ian@zembu.com>
13967
13968 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
13969 configure.bat in SUPPORT_FILES.
13970 (gas+binutils.tar.bz2): Likewise.
13971
13972 * makeall.bat: Remove; obsolete.
13973
13974 1999-07-21 Ian Lance Taylor <ian@zembu.com>
13975
13976 From Mark Elbrecht:
13977 * configure.bat: Remove; obsolete.
13978
13979 1999-07-11 Ian Lance Taylor <ian@zembu.com>
13980
13981 * configure: Add -W -Wall to the default CFLAGS when compiling with
13982 gcc.
13983
13984 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
13985
13986 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
13987
13988 1999-06-30 Mark Mitchell <mark@codesourcery.com>
13989
13990 * configure.in: Build ld on IRIX6.
13991
13992 1999-06-12 Ian Lance Taylor <ian@zembu.com>
13993
13994 * Makefile.in: Change distribution targets to use bzip2 instead of
13995 gzip.
13996 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
13997 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
13998
13999 1999-06-04 Nick Clifton <nickc@cygnus.com>
14000
14001 * config.sub: Add mcore target.
14002
14003 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14004
14005 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14006
14007 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14008
14009 * config.guess (dummy): Changed to $dummy.
14010
14011 1999-05-24 Nick Clifton <nickc@cygnus.com>
14012
14013 * config.sub: Tidied up case statements.
14014
14015 1999-05-22 Ben Elliston <bje@cygnus.com>
14016
14017 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14018 <jiro@din.or.jp>.
14019
14020 * config.guess: Merge with FSF version. Future changes will be
14021 more accurately recorded in this ChangeLog.
14022 * config.sub: Likewise.
14023
14024 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14025
14026 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14027
14028 1999-04-30 Tom Tromey <tromey@cygnus.com>
14029
14030 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14031
14032 1999-04-23 Tom Tromey <tromey@cygnus.com>
14033
14034 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14035
14036 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
14037
14038 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14039 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14040 Bad merge removed these two changes.
14041
14042 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
14043 Martin Heller (Ing.-Buero_Heller@t-online.de)
14044
14045 * config.guess (interix Alpha): Add.
14046
14047 1999-04-11 Richard Henderson <rth@cygnus.com>
14048
14049 * configure.in (i?86-*-beos*): Do config gperf; don't config
14050 gdb, newlib, or libgloss.
14051
14052 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
14053
14054 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14055 link a trivial program with -mabi=64. If it fails, remove mabi=64
14056 from multidirs.
14057
14058 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14059
14060 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14061
14062 1999-04-08 Nick Clifton <nickc@cygnus.com>
14063
14064 * config.sub: Add support for mcore targets.
14065
14066 1999-04-07 Michael Meissner <meissner@cygnus.com>
14067
14068 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14069 not mt-ospace, in order to shut up assembler warning about using
14070 symbols that are named the same as registers.
14071
14072 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
14073
14074 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14075 dependency list for all-target-cygmon.
14076
14077 1999-04-05 Doug Evans <devans@casey.cygnus.com>
14078
14079 * config-ml.in: Check $host, not $target, for selective multilibs.
14080 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14081 thumb interworking, and underscore prefix multilibs.
14082
14083 1999-04-04 Ian Lance Taylor <ian@zembu.com>
14084
14085 * missing: Update to version from current automake.
14086
14087 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14088
14089 * configure (gxx_include_dir): Removed.
14090
14091 * configure.in (gxx_include_dir): Handle it.
14092 * Makefile.in: Likewise.
14093
14094 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14095
14096 * config.sub (mips64vr4111,mips64vr4111el) Add.
14097
14098 1999-03-21 Ben Elliston <bje@cygnus.com>
14099
14100 * config.guess: Correct typo for detecting ELF on FreeBSD.
14101
14102 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14103
14104 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14105 config/mh-djgpp.
14106
14107 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14108
14109 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14110 all-target-newlib to dependency list for all-target-bsp.
14111
14112 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14113
14114 * config.sub: Add i386-uwin support.
14115 * config.guess: Likewise.
14116
14117 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14118
14119 * configure.in: cleanup, add mh-*pic handling for arm, special
14120 case powerpc*-*-aix*
14121
14122 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14123
14124 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14125 can be built.
14126
14127 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14128
14129 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14130 targets.
14131
14132 1999-03-02 Nick Clifton <nickc@cygnus.com>
14133
14134 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14135
14136 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14137
14138 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14139
14140 1999-02-24 Nick Clifton <nickc@cygnus.com>
14141
14142 * config.sub: Fix typo in arm recognition.
14143
14144 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
14145
14146 * configure.in (noconfigdirs): Changed target_configdirs to
14147 include target-bsp only for m68k-*-elf* and m68k-*-coff*
14148 rather than m68k-*-* since it is not known to work on
14149 m68k-aout. Ditto for arm-*-*oabi.
14150
14151 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
14152
14153 * configure.in (*-*-windows*): Remove, no longer used.
14154
14155 1999-02-19 Ben Elliston <bje@cygnus.com>
14156
14157 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14158 Smart and improved by Andrew Cagney.
14159
14160 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
14161
14162 * config.guess: Recognize openbsd-*-hppa.
14163
14164 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
14165
14166 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14167 only if it is not empty.
14168
14169 1999-02-17 Nick Clifton <nickc@cygnus.com>
14170
14171 Patch from: Scott Bambrough <scottb@corelcomputer.com>
14172
14173 * config.guess: Modified to recognize uname's armv* syntax.
14174
14175 * config.sub: Modified to recognize uname's armv* syntax.
14176
14177 1999-02-17 Mark Salter <msalter@cygnus.com>
14178
14179 * configure.in: Added target-bsp for sparclite.
14180
14181 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
14182
14183 * config.sub: Recognize alphapca5[67] and up to alphaev8.
14184
14185 1999-02-08 Nick Clifton <nickc@cygnus.com>
14186
14187 * configure.in: Add support for strongarm port.
14188 * config.sub: Add support for strongarm target.
14189
14190 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
14191
14192 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14193 the old name config/mh-cygwin32.
14194 Enable texinfo.
14195
14196 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
14197
14198 * configure.in: Do build ld for ix86 Solaris.
14199
14200 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
14201
14202 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
14203 $AR_FOR_TARGET. Likewise for RANLIB.
14204
14205 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
14206
14207 * config.sub (oabi): Recognize.
14208 * configure.in (arm-*-oabi): Handle.
14209
14210 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
14211
14212 * config.guess: Improve detection of i686 on UnixWare 7.
14213
14214 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
14215
14216 * config.guess: Add support for i386-pc-interix.
14217 * config.sub: Likewise.
14218 * configure.in: Likewise.
14219
14220 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
14221
14222 * Makefile.in: Remove unneeded all-target-libio from
14223 from all-target-winsup target since it is now unneeded.
14224 Add all-target-libtermcap in its place since it is now
14225 needed.
14226
14227 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
14228
14229 * configure.in: makefile stub for cygwin target is probably
14230 unnecessary. Remove it for now.
14231
14232 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
14233
14234 * configure.in: libtermcap.a should be built when cygwin is the
14235 target as well as the host.
14236 * config.guess: Allow mixed case in cygwin uname output.
14237 * Makefile.in: Add libtermcap target.
14238
14239 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
14240
14241 * config.sub: Clean up handling of hppa2.0.
14242
14243 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
14244
14245 * config.guess: Use C code to identify more HP machines.
14246
14247 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
14248
14249 * config.sub: Handle hppa2.0.
14250
14251 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
14252
14253 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14254 cygmon for all sparclite targets, regardless of object format.
14255
14256 1998-12-15 Mark Salter <msalter@cygnus.com>
14257
14258 * configure.in: Added target-bsp for several target architectures.
14259
14260 * Makefile.in: Added rules for bsp.
14261
14262 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
14263
14264 * config.guess: Improve detection of hppa2.0 processors.
14265
14266 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
14267
14268 * config.guess: Recognize FreeBSD using ELF automatically.
14269
14270 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
14271
14272 * configure (skip-this-dir): Add handling for new shell script, which
14273 might be created by a sub-directory's configure to indicate, this particular
14274 directory is "unwanted".
14275 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14276
14277 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
14278
14279 * ltconfig: import from libtool, after changing libtool to
14280 account for the cygwin name change.
14281
14282 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
14283
14284 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14285 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14286
14287 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
14288
14289 * configure.in: Add libtermcap to list of cygwin dependencies.
14290
14291 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
14292
14293 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14294 they include winsup/include when it's a cygwin target.
14295
14296 1998-11-12 Tom Tromey <tromey@cygnus.com>
14297
14298 * configure.in (host_tools): Added zip.
14299 * Makefile.in (all-target-libjava): Depend on all-zip.
14300 (all-zip): New target.
14301 (ALL_MODULES): Added all-zip.
14302 (NATIVE_CHECK_MODULES): Added check-zip.
14303 (INSTALL_MODULES): Added install-zip.
14304 (CLEAN_MODULES): Added clean-zip.
14305
14306 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
14307
14308 * Makefile.in: lose "32" from comment about cygwin.
14309
14310 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
14311
14312 * configure.in: Use -Os to build target libraries for the fr30.
14313
14314 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
14315
14316 * config.sub: Add fr30.
14317
14318 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
14319
14320 * configure.in: drop "32" from config/mh-cygwin32. Check
14321 cygwin* instead of cygwin32*.
14322 * config.sub: Check cygwin* instead of cygwin32*.
14323
14324 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
14325
14326 * config.guess: Match any version of Unixware7.
14327
14328 1998-10-20 Syd Polk <spolk@cygnus.com>
14329
14330 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14331 if desired.
14332
14333 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
14334
14335 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14336 these if the appropriate directories and files to not exist.
14337
14338 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
14339
14340 * Makefile.in (DEVO_SUPPORT): Add config.if.
14341
14342 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
14343
14344 * configure: Add pattern to replace "build_tooldir"'s
14345 definition in the generated Makefile with "tooldir"'s
14346 actual value.
14347
14348 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
14349
14350 * config.sub: Bring back lost sparcv9.
14351
14352 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14353
14354 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
14355
14356 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14357 CC_FOR_TARGET and friends.
14358
14359 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14360
14361 * Makefile.in (build_tooldir): New variable, same as tooldir.
14362 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14363 -B$(build_tooldir)/bin/.
14364 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14365
14366 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14367
14368 * README: Remove installation instructions and refer to the
14369 INSTALL directory instead.
14370
14371 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
14372
14373 * config.sub: Add support for i[34567]86-pc-udk.
14374 * configure.in: Likewise.
14375
14376 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
14377
14378 * Makefile.in: add bzip2 package building bits for user
14379 tools module
14380 * configure.in: ditto
14381
14382 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
14383
14384 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14385 (ALL_TARGET_MODULES): Add all-target-libobjc.
14386 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14387 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14388 (all-target-libchill): Add dependencies.
14389 * configure.in (target_libs): Add libchill.
14390
14391 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
14392
14393 * configure.in (target_subdir): Remove duplicate line.
14394
14395 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
14396
14397 * Makefile.in (all-automake): fix dependencies.
14398
14399 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
14400
14401 * configure.in: Minor cleanups for building in the $(target_alias)
14402 subdir.
14403
14404 1998-09-22 Jim Wilson <wilson@cygnus.com>
14405
14406 * Makefile.in (bootstrap): Set r and s before make all. Use
14407 BASE_FLAGS_TO_PASS in make all.
14408 (cross): Likewise.
14409
14410 1998-09-20 Mark Mitchell <mark@markmitchell.com>
14411
14412 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14413
14414 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
14415
14416 * config.sub: Fix typo in last change.
14417
14418 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14419
14420 * config.sub: Add support for C4x target.
14421 * configure.in: Likewise.
14422
14423 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
14424
14425 * config.sub: Recognize sparcv9 just like sparc64.
14426
14427 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
14428
14429 * config.guess: Match "Pent II" or "PentII" for OpenServer.
14430
14431 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
14432
14433 * config.guess: Correctly identify Pentium II sco boxes.
14434
14435 * config.guess: Fix "tr" code. From Weiwen Liu.
14436
14437 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
14438
14439 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14440 stabs.
14441
14442 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
14443
14444 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14445 (ALL_TARGET_MODULES): Add all-target-libchill.
14446 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14447 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14448 (all-target-libchill): Add dependencies.
14449 * configure.in (target_libs): Add libchill.
14450
14451 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14452
14453 * config.guess: Avoid assumptions about "tr" behaves when
14454 LANG is set to something other than English.
14455
14456 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
14457
14458 * configure (gxx_include_dir): Changed to
14459 '${prefix}/include/g++'-${libstdcxx_interface}.
14460
14461 * config.if: New to determine the interfaces.
14462
14463 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
14464
14465 * config.guess: Detect and handle MPE/IX.
14466 * config.sub: Deal with MPE/IX.
14467
14468 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
14469
14470 * configure.in: Use mh-aix43.
14471
14472 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
14473
14474 * configure: Fix --without/--disable cases for gxx-include-dir.
14475
14476 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
14477
14478 * mdata-sh: Imported. Needed for automake support.
14479
14480 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
14481
14482 * Makefile.in (taz): Try "chmod -R og=u ." before
14483 "chmod og=u `find . -print`".
14484
14485 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
14486
14487 * configure.in: Add arm-elf and thumb-elf support.
14488
14489 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
14490
14491 * Makefile.in: Undo previous patch.
14492
14493 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
14494
14495 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14496 to here ...
14497 (install-no-fixedincludes): and here
14498 (INSTALL_MODULES): ... from here.
14499
14500 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
14501
14502 * config.sub: Merge with FSF.
14503
14504 * config.guess: Merge with FSF.
14505
14506 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
14507
14508 * configure (extraconfigdirs): New variable.
14509 (SUBDIRS): Add extraconfigdirs and recurse on them too.
14510 * Makefile.in (all): Move higher in file.
14511 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14512 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14513 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14514 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14515 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14516
14517 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
14518
14519 * Makefile.in (all-target-libjava): Depend on all-gcc and
14520 all-target-newlib.
14521 (configure-target-libjava): Depend on $(ALL_GCC).
14522
14523 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
14524
14525 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14526 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14527
14528 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
14529
14530 * INSTALL/README: Fix typo.
14531
14532 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
14533
14534 * ylwrap: Change absolute path checks to check for DOS style path
14535 names.
14536
14537 * ylwrap: Don't use a full path name if the source file is in the
14538 same directory. From hjl@lucon.org (H.J. Lu).
14539
14540 * config-ml.in: Default to being verbose, to match Feb 18 change to
14541 configure.
14542
14543 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
14544
14545 Brought over from egcs:
14546
14547 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14548
14549 * configure.in (target_subdir): Set to ${target_alias} instead
14550 of "libraries".
14551
14552 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14553
14554 * configure.in (target_subdir): Set to libraries if enable_multilib.
14555
14556 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
14557
14558 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14559 multilibs, force reconfiguration the first time we create
14560 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14561
14562 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
14563
14564 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14565 avoid confusion with --no-recursion.
14566
14567 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
14568
14569 * configure.in: Win32 hosts shouldn't use install -x
14570 * install-sh: remove -x option, and special .exe-handling
14571 hack.
14572
14573 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
14574
14575 * config.guess: Recognize i586-pc-beos.
14576 * configure.in: Don't build some bits for beos.
14577
14578 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
14579
14580 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14581 CFLAGS default to -O2.
14582
14583 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14584 when using GNU ld.
14585
14586 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
14587
14588 * ltmain.sh: Correct install when using a different shell.
14589
14590 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
14591
14592 * ltconfig, ltmain.sh: Update to libtool 1.2b.
14593
14594 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
14595
14596 * makefile.vms: Update to build binutils/makefile.vms. Add install
14597 target.
14598
14599 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
14600
14601 * ltconfig: Update to correct AIX handling.
14602
14603 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14604
14605 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14606
14607 * configure.in (target_subdir): Set to ${target_alias} instead
14608 of "libraries".
14609
14610 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
14611
14612 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14613 (Makefile): Depend on $(gcc_version_trigger).
14614
14615 * configure (gcc_version): Change default initializer to empty
14616 string.
14617 (gcc_version_trigger): New variable; pass this variable down
14618 to subdir configures to enable them checking gcc's version
14619 themselves. Emit make macros for both gcc_version vars.
14620 (topsrcdir): Initialize reliably.
14621 (recursion line): Remove --with-gcc-version=${gcc_version}.
14622
14623 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14624
14625 * configure (enable_version_specific_runtime_libs): Implement new flag
14626 --enable-version-specific-runtime-libs which installs C++ runtime stuff
14627 in $(libsubdir); emit definition in each generated Makefile.
14628 (gxx_include_dir): Initialize depending on
14629 $enable_version_specific_runtime_libs.
14630
14631 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14632
14633 * configure (gcc_version): Initialize properly depending on
14634 how and where configure is started.
14635 (recursion line): Pass a --with-gcc-version=${gcc_version}
14636 to configures in subdirs.
14637
14638 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
14639
14640 * configure.in (noconfigdirs): Add configure pattern for mips tx39
14641 cygmon
14642
14643 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
14644
14645 * configure.in: Add cygmon and libstub support for mn10200.
14646
14647 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
14648
14649 * configure (gcc_version): Add new variable describing the
14650 particular gcc version we're building.
14651 * Makefile.in (libsubdir): Add new macro for the directory
14652 in which the compiler finds executables, libraries, etc.
14653 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14654 and libsubdir.
14655
14656 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14657
14658 * Makefile.in (local-clean): Remove *.log.
14659 (warning.log): Built with warn_summary from build.log.
14660 (mail-report.log): Run test_summary.
14661 (mail-report-with-warnings.log): Run test_summary including
14662 warning.log in the report.
14663
14664 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
14665
14666 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14667
14668 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
14669
14670 * Makefile.in (grep): Grep no longer depends on libiberty.
14671
14672 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
14673
14674 * Makefile.in: all-snavigator needs all-libgui.
14675
14676 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
14677
14678 * configure.in: Add cygmon and libstub support for mn10300.
14679
14680 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
14681
14682 * missing: Update to version from automake 1.3.
14683
14684 * ltmain.sh: On installation, don't get confused if the same name
14685 appears more than once in the list of library names.
14686
14687 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
14688
14689 * config.sub: Accept m68060 and m5200 as CPU names.
14690
14691 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
14692
14693 * configure: Use && rather than using -a in test, because odd
14694 strings can confuse test.
14695 * configure.in: Likewise.
14696
14697 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
14698
14699 * ltconfig, ltmain.sh: Bring in Visual C++ support.
14700
14701 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14702
14703 * Makefile.in (boostrap2-lean, bootstrap3-lean,
14704 bootstrap4-lean): New targets.
14705
14706 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
14707
14708 * mpw-* Delete. Not used.
14709
14710 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
14711
14712 * COPYING.LIB: Update FSF address.
14713
14714 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
14715
14716 * ltconfig, ltmain.sh: Update to libtool 1.2a.
14717
14718 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
14719 GAS_SUPPORT_DIRS.
14720
14721 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
14722
14723 * ltconfig, ltmain.sh: Avoid producing a version number if
14724 -version-info was not used.
14725
14726 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
14727
14728 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
14729 building with newlib.
14730
14731 1998-04-30 Paul Eggert <eggert@twinsun.com>
14732
14733 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
14734 Solaris `make' causes it to continue to next definition.
14735
14736 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
14737
14738 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
14739 the right GUI libraries and files are installed along with GDB.
14740
14741 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
14742
14743 * configure.in: Change alpha to alpha* in several places.
14744
14745 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
14746
14747 * config.sub: Recognize sparc86x.
14748
14749 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
14750
14751 * configure.in (--enable-target-optspace): Remove debug echo.
14752
14753 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
14754
14755 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
14756
14757 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
14758
14759 * ltconfig: Update cygwin32 support.
14760
14761 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
14762 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
14763 (GDB_SUPPORT_DIRS): Likewise.
14764
14765 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
14766
14767 * configure.in (target_makefile_frag): If --enable-target-optspace,
14768 use -Os to compile target libraries rather than -O2. Default to
14769 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
14770 not used.
14771 * configure.in (target_cflags): Ditto for d30v.
14772
14773 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
14774
14775 * Makefile.in (all-bfd): Depend on all-intl.
14776 (all-binutils): Likewise.
14777 (all-gas): Likewise.
14778 (all-gprof): Likewise.
14779 (all-ld): Likewise.
14780
14781 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
14782
14783 * configure.in (host_tools): Fix typo, lbtool -> libtool.
14784
14785 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
14786
14787 * Makefile.in (all-bfd): Depend upon all-libiberty.
14788
14789 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
14790
14791 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
14792
14793 * Makefile.in: Add libstub.
14794
14795 * configure.in: Ditto. Build libstub for targets that have cygmon
14796 support.
14797
14798 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
14799
14800 * configure.in: Don't set PICFLAG on ix86-cygwin32.
14801
14802 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
14803
14804 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
14805 use mh-sysv5 if specified. Support gprof on SCO Open Server.
14806
14807 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
14808
14809 * configure: Define DEFAULT_M4 by searching PATH.
14810 * Makfile.in: Use DEFAULT_M4.
14811
14812 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
14813
14814 * ltconfig: Add cygwin32 support.
14815
14816 * Makefile.in, configure.in: Add libtool as a native only directory
14817 to configure and build.
14818
14819 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
14820
14821 * Makefile.in (INSTALL_MODULES): Remove texinfo.
14822
14823 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
14824
14825 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
14826
14827 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
14828
14829 * Makefile.in: add ash make rules
14830 * configure.in: add ash to native_only and host_tools lists
14831
14832 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
14833
14834 * Makefile.in (all-gettext, all-intl): New targets.
14835 (ALL_MODULES): Added all-gettext, all-intl.
14836 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
14837 (INSTALL_MODULES): Added install-gettext, install-intl.
14838 (CLEAN_MODULES): Added clean-gettext, clean-intl.
14839
14840 * configure.in (host_tools): Added gettext.
14841 (native_only): Likewise.
14842 (noconfigdirs) [various cases]: Likewise.
14843 (host_libs): Added intl.
14844
14845 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
14846
14847 * configure: Do not disable building gdbtk for cygwin32 hosts.
14848
14849 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
14850
14851 * configure.in: Add thumb-coff target.
14852 * config.sub: Add thumb-coff target.
14853
14854 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14855
14856 * Makefile.in: Revert yesterday's change.
14857 (all-target-winsup): all-target-librx stays out of here.
14858
14859 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
14860
14861 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
14862 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
14863 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
14864 Remove references to librx and libg++.
14865
14866 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
14867
14868 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
14869 recursive makes
14870
14871 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
14872
14873 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
14874 for newlib directory.
14875 (CXX_FOR_TARGET): Likewise.
14876
14877 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
14878
14879 * ltconfig: Update after libtool/ltconfig.in change for
14880 hpux11.
14881
14882 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
14883
14884 * ltconfig, ltmain.sh: Update to libtool 1.2.
14885
14886 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
14887
14888 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
14889 (install-gcc-cross): Instead, override LANGUAGES here.
14890
14891 1998-03-18 Dave Love <d.love@dl.ac.uk>
14892
14893 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
14894 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
14895
14896 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
14897
14898 * configure.in: Add Thumb-pe target.
14899
14900 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
14901
14902 * Makefile.in - changed sn targets to snavigator
14903 * configure.in - changed sn targets to snavigator
14904
14905 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
14906
14907 * config-ml.in: After building symlink tree call make distclean
14908 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
14909 to be the case for libiberty.
14910
14911 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
14912
14913 * configure: When making link, also check the current
14914 directory. The configure scripts may create one.
14915
14916 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
14917
14918 * config.sub: Accept alphapca56 and alphaev6 properly.
14919
14920 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14921
14922 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
14923
14924 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
14925
14926 * config.sub (sco5): Fix typo.
14927
14928 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
14929
14930 * Makefile.in (INSTALL_MODULES): Move install-tcl before
14931 install-itcl.
14932 (install-itcl): Remove dependency on install-tcl.
14933
14934 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
14935
14936 * configure.in: Remove libgloss from noconfigdirs for MN10300.
14937
14938 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
14939
14940 * configure.in: Don't build libgui for a cygwin32 target when not on
14941 a cygwin32 host.
14942
14943 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
14944
14945 * configure (redirect): Set to null, so default behavior of
14946 configure is now --verbose.
14947
14948 1998-02-16 Dave Love <d.love@dl.ac.uk>
14949
14950 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
14951 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
14952
14953 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
14954
14955 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
14956 this change to sync Makefile.in with its ChangeLog entries.
14957
14958 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
14959
14960 * ltmain.sh (mkdir): Check that the directory doesn't exist
14961 before we exit with error, so that we don't get races during
14962 parallel builds.
14963
14964 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
14965
14966 * ltconfig, ltmain.sh: Update from libtool 1.0i.
14967
14968 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
14969
14970 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
14971 PICFLAG_FOR_TARGET.
14972 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
14973
14974 * configure: Emit a definition for the new macro enable_shared
14975 into each Makefile.
14976
14977 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
14978
14979 * configure.in (host_tools, native_only): Add libtool.
14980
14981 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
14982
14983 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
14984 Fix typo in ming config comment.
14985
14986 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
14987
14988 * ltconfig, ltmain.sh: Update from libtool 1.0h.
14989
14990 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
14991
14992 * config.sub: Add tic30 cases, and map c30 to tic30.
14993
14994 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
14995
14996 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
14997 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
14998 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
14999 (CLEAN_TARGET_MODULES): Similarly
15000 (all-target-libf2c): Add dependences.
15001 * configure.in (target_libs): Add libf2c.
15002
15003 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15004
15005 * configure.in: Remove expect from noconfigdirs when target
15006 is cygwin32. OK to build expect and dejagnu with Canadian
15007 Cross.
15008
15009 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15010
15011 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15012 host.
15013
15014 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15015 and mingw32.
15016
15017 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15018
15019 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15020 here as it is not defined in the toplevel Makefile.
15021
15022 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15023
15024 * configure (package_makefile_rules_frag): New variable, which names
15025 a file with generic rules, ...
15026 Change comment to mention we now have FIVE parts.
15027 * configure: Undo last change.
15028
15029 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15030
15031 * config.guess: More accurate determination of HP processor types.
15032 * config.sub: More accurate determination of HP processor types.
15033
15034 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15035
15036 * configure (package_makefile_frag): Move inserting the
15037 ${package_makefile_frag} to where it should be according
15038 to the comment.
15039
15040 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15041
15042 * config.guess: Add support for Linux/ARM.
15043
15044 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15045
15046 * .cvsignore: Remove *-info and *-install since they match
15047 release-info and mpw-install, which we don't want to just ignore.
15048
15049 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15050
15051 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15052
15053 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15054
15055 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15056 local_prefix to sub-make invocations.
15057
15058 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15059
15060 * configure.in: Check makefile fragments in the source
15061 directory.
15062
15063 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15064
15065 * configure.in: Check whether host and target makefile
15066 fragments exist before adding them to *_makefile_frag.
15067
15068 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15069
15070 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15071
15072 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15073
15074 * configure.in: Make sure we only replace RPATH_ENVVAR on
15075 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15076 regexp to sed.
15077
15078 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15079 to sub-makes.
15080
15081 1998-01-13 Lee Iverson (leei@ai.sri.com)
15082
15083 * config-ml.in (multi-do): LDFLAGS must include multilib
15084 designator.
15085
15086 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
15087
15088 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15089
15090 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15091
15092 * config.sub: Add mingw32 support.
15093 * configure.in: Likewise.
15094
15095 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15096
15097 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15098
15099 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15100
15101 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15102 * configure (gxx_include_dir): Provide a definition for subdirs
15103 which do not use autoconf.
15104
15105 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15106
15107 * config.guess: Sync with egcs. Picks up new alpha support,
15108 BeOS & some additional linux support.
15109
15110 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15111
15112 * config.guess: HP 9000/803 is a PA1.1 machine.
15113
15114 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15115
15116 * configure.in: It's alpha*-...
15117
15118 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15119
15120 * configure.in (host_makefile_frag, target_makefile_frag):
15121 Handle multiple config files.
15122 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15123 alpha-*-*.
15124
15125 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15126
15127 * mkdep: New file.
15128
15129 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15130
15131 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15132
15133 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15134
15135 * Makefile.in: Add libgui directory.
15136 (GDB_TK): Add all-libgui.
15137 * configure.in: Add libgui directory.
15138 * configure: Add all-libgui to GDB_TK.
15139
15140 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15141
15142 * config-ml.in (multidirs): Add m32r to multilib list.
15143
15144 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
15145
15146 * Makefile.in (all-target-gperf): Change dependency to
15147 all-target-libstdc++.
15148
15149 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
15150
15151 * config.guess: Add BeOS support.
15152
15153 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
15154
15155 Source directory cvs renamed to cvssrc:
15156 * configure.in (host_tools): Change cvs to cvssrc.
15157 (native_only): Likewise.
15158 (noconfigdirs) [various cases]: Likewise.
15159 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15160 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15161 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15162 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15163 (all-cvssrc): Rename target from all-cvs.
15164
15165 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
15166
15167 * configure (gxx_include_dir): Fix thinko.
15168
15169 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
15170
15171 * Makefile.in (INSTALL_TARGET_CROSS): Define.
15172 (install-cross, install-gcc-cross): New targets.
15173
15174 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
15175
15176 * configure.in (noconfigdirs): Add support for Thumb target.
15177
15178 * config.sub (maybe_os): Add support for Thumb target.
15179
15180 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
15181
15182 * Makefile.in: Add rules for cygmon.
15183
15184 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15185
15186 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
15187
15188 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15189 * configure (gxx_include_dir): Provide a definition for subdirs
15190 which do not use autoconf.
15191
15192 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
15193
15194 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15195 11/18/97 build
15196
15197 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
15198
15199 * From Franz Sirl.
15200 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15201 found on RedHat Linux systems.
15202
15203 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
15204
15205 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15206 guesses.
15207
15208 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
15209
15210 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15211
15212 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
15213
15214 * ltmain.sh: If mkdir fails, check whether the directory was created
15215 anyhow by some other process.
15216
15217 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
15218
15219 * configure.in (d30v-*-*): Configure all directories.
15220
15221 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
15222
15223 * configure.in (d30v-*-*): Configure newlib, libiberty directories
15224 for the D30V.
15225
15226 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
15227
15228 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15229
15230 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
15231
15232 * include/libiberty.h: Add extern "C" { so it can be used with C++
15233 progrms.
15234 * include/remote-sim.h: Add extern "C" { so it can be used with C++
15235 programs.
15236
15237 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
15238
15239 * configure.in (d30v-*-*): Configure GCC now.
15240
15241 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15242
15243 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15244 is no longer needed.
15245
15246 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
15247
15248 * Makefile.in: check-target-libio depends on all-target-libstdc++.
15249
15250 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
15251
15252 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15253 targets using "$@" to provide support for similar but not identical
15254 targets without having to duplicate code.
15255
15256 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
15257
15258 * makefile.vms: Fix to work with DEC C.
15259
15260 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
15261
15262 * config.sub: Add mips-tx39-elf to marketing names.
15263
15264 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
15265
15266 * ltmain.sh: Handle symlinks in generated script.
15267
15268 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
15269
15270 * configure: Handle autoconf style directory options: --bindir,
15271 --datadir, --includedir, --infodir, --libdir, --libexecdir,
15272 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15273 --sysconfdir.
15274 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15275 (sharedstatedir, localstatedir, oldincludedir): New variables.
15276 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15277 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15278 sbindir, sharedstatedir, and sysconfdir.
15279
15280 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15281
15282 * Makefile.in (bootstrap-lean): New target.
15283
15284 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
15285
15286 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
15287 sn, and gnuserv from noconfigdirs.
15288
15289 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
15290
15291 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15292
15293 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
15294
15295 * Makefile.in (cross): New target.
15296
15297 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
15298 Jeff Law <law@cygnus.com>
15299
15300 * Makefile.in (bootstrap2, bootstrap3): New targets.
15301 (all-bootstrap): Remove outdated and confusing target.
15302 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15303
15304 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
15305
15306 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15307 windows. Consistent with gdb/configure.
15308
15309 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
15310
15311 * configure.in: Name Linux target fragment.
15312
15313 * configure: Rewrite so that project Makefile fragment is inserted
15314 first and appears last in the resulting Makefile.
15315
15316 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
15317
15318 * Makefile.in (install-itcl): Install tcl first.
15319
15320 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
15321
15322 * configure.in: remove bison from noconfigdirs for Cygwin32 host
15323
15324 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15325
15326 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15327
15328 * configure.in (skipdirs): Add target-librx for Linux.
15329 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15330
15331 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
15332
15333 * Makefile.in (bootstrap): New target.
15334
15335 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
15336
15337 * config.sub: Accept 'amigados' for backward compatibility.
15338
15339 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
15340
15341 * config.guess: Merge with FSF.
15342
15343 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
15344
15345 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15346
15347 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
15348
15349 * config.sub: Add "marketing-names" patch.
15350
15351 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
15352
15353 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15354
15355 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
15356
15357 * config.sub: Handle v850-elf.
15358
15359 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
15360
15361 * .cvsignore (*-install): Remove.
15362
15363 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
15364
15365 * ltconfig: Set CONFIG_SHELL in libtool.
15366 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15367
15368 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15369
15370 * configure.in (target_subdir): Set to libraries if enable_multilib.
15371
15372 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
15373
15374 * config.guess: Update from gcc directory.
15375
15376 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
15377
15378 * Makefile.in (all-sim): Depends on all-readline.
15379
15380 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
15381
15382 * Makefile.in (BISON, YACC): Use $$s.
15383 (all-bison): Depend on all-texinfo.
15384
15385 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
15386
15387 * Makefile.in (BISON): Add -L flag.
15388 (YACC): Likewise.
15389
15390 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15391
15392 * configure.in (noconfigdirs): Add support for v850e target.
15393
15394 * config.sub (maybe_os): Add support for v850e target.
15395
15396 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15397
15398 * configure.in (noconfigdirs): Add support for v850ea target.
15399
15400 * config.sub (maybe_os): Add support for v850ea target.
15401
15402 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
15403
15404 * config.sub: Add mipstx39. Delete r3900.
15405
15406 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15407
15408 * Makefile.in (all-autoconf): Depends on all-texinfo.
15409
15410 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
15411
15412 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15413 eabi targets.
15414
15415 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
15416
15417 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15418
15419 * configure: When handling a Canadian Cross, handle YACC as well as
15420 BISON. Just set BISON to bison. When setting YACC, prefer bison.
15421 * Makefile.in (all-bison): Depend upon all-texinfo.
15422
15423 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
15424
15425 * Makefile.in (BISON): bison, not byacc or bison -y.
15426 (YACC): bison -y or byacc or yacc.
15427 (various): Add *-bison as appropriate.
15428 (taz): No need to mess with BISON anymore.
15429
15430 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
15431
15432 * configure: If OSTYPE matches *win32*, try to find a good value for
15433 CONFIG_SHELL.
15434
15435 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
15436
15437 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15438 configure.in if it is present.
15439
15440 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
15441
15442 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15443
15444 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
15445
15446 * config.sub: Recognize `arc' cpu.
15447 * configure.in: Likewise.
15448 * config-ml.in: Likewise.
15449
15450 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
15451
15452 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15453
15454 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
15455
15456 * configure: Changed sed delimiter from ':' to '|' when
15457 attempting to substitute ${config_shell} for SHELL. On
15458 NT ${config_shell} may contain a ':' in it.
15459
15460 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
15461
15462 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15463
15464 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
15465
15466 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15467
15468 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
15469
15470 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15471
15472 * ylwrap: If the program is a relative path, force it to be
15473 absolute.
15474
15475 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
15476
15477 * configure (tooldir): Set BISON to `bison -y' and not just bison.
15478
15479 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
15480
15481 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15482 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15483 for libraries.
15484
15485 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
15486
15487 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15488 separated by spaces.
15489
15490 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
15491
15492 * ylwrap: New file.
15493 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15494
15495 * ltmain.sh: Handle /bin/sh at start of install program.
15496
15497 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15498
15499 * ltconfig, ltmain.sh: New files, from libtool 1.0.
15500 * missing: New file, from automake 1.2.
15501
15502 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
15503
15504 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
15505 check-tk to CHECK_X11_MODULES.
15506
15507 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
15508
15509 * config.sub: Merge with FSF.
15510
15511 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
15512
15513 * config.guess: Merge with FSF.
15514
15515 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15516
15517 * configure: Treat msdosdjgpp like go32.
15518 * configure.in: Likewise. Don't remove gprof for go32.
15519
15520 * configure: Change Makefile.tem2 to Makefile.tm2.
15521
15522 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
15523
15524 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15525
15526 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15527
15528 * install-sh (chmodcmd): Set to null if the DST directory already
15529 exists. Same as Nov 11th change.
15530
15531 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
15532
15533 * configure (GDB_TK): Needs itcl and tix.
15534
15535 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
15536
15537 * config.guess: Update from FSF.
15538
15539 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
15540
15541 * Makefile.in (GDB_TK): Depend on itcl and tix.
15542
15543 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
15544
15545 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15546 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15547 (INSTALL_SCRIPT): New variable.
15548 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15549 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15550 to -x.
15551 * install-sh: Add support for -x option.
15552
15553 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
15554
15555 * configure.in, Makefile.in: Treat tix like itcl.
15556
15557 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
15558
15559 * Makefile.in (WINDRES): New variable.
15560 (WINDRES_FOR_TARGET): New variable.
15561 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15562 (EXTRA_HOST_FLAGS): Add WINDRES.
15563 (EXTRA_TARGET_FLAGS): Add WINDRES.
15564 (EXTRA_GCC_FLAGS): Add WINDRES.
15565 ($(DO_X)): Pass down WINDRES.
15566 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15567 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15568 DLLTOOL_FOR_TARGET.
15569
15570 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
15571
15572 * configure.in: configure sim before gdb for win32-x-ppc
15573
15574 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15575
15576 Move gperf into the toplevel, from libg++.
15577 * configure.in (target_tools): Add target-gperf.
15578 (native_only): Add target-gperf.
15579 * Makefile.in (all-target-gperf): New target, depend on
15580 all-target-libg++.
15581 (configure-target-gperf): Empty rule.
15582 (ALL_TARGET_MODULES): Add all-target-gperf.
15583 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15584 (CHECK_TARGET_MODULES): Add check-target-gperf.
15585 (INSTALL_TARGET_MODULES): Add install-target-gperf.
15586 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15587
15588 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
15589
15590 * config.sub (mn10200): Recognize new basic machine.
15591
15592 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15593
15594 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15595 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15596
15597 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15598
15599 * configure.in: If we're building mips-sgi-irix6* native, turn on
15600 ENABLE_MULTILIB and set TARGET_SUBDIR.
15601
15602 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
15603
15604 * Makefile.in (all-sn): Depend on all-grep.
15605
15606 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
15607
15608 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15609
15610 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15611 Makefile. From Jeff Makey <jeff@cts.com>.
15612 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15613
15614 * Makefile.in (DISTBISONFILES): Remove.
15615 (taz): Don't futz with DISTBISONFILES. Change BISON to use
15616 $(DEFAULT_YACC).
15617
15618 * configure.in: Build itl, db, sn, etc., when building for native
15619 cygwin32.
15620
15621 * Makefile.in (LD): New variable.
15622 (EXTRA_HOST_FLAGS): Pass down LD.
15623 ($(DO_X)): Likewise.
15624
15625 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
15626
15627 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15628
15629 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
15630
15631 * configure.in (targargs): Strip out any supplied --build argument
15632 before adding our own. Always add --build.
15633
15634 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
15635
15636 * configure.in (targargs): Pass --build if we're doing
15637 a cross-compile.
15638
15639 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
15640
15641 * configure: Use '|' instead of ":" as the separator in
15642 sed. Otherwise sed chokes on NT path names with drive
15643 designators. Also look for "?:*" as the leading characters in an
15644 absolute pathname.
15645
15646 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
15647
15648 * config.sub: Support for r3900.
15649
15650 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
15651
15652 * configure.in: Use install-sh, not install.sh.
15653
15654 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
15655
15656 * Makefile.in (taz): Improve check for BISON so it doesn't try to
15657 apply it twice.
15658
15659 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
15660
15661 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15662 install-binutils.
15663
15664 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
15665
15666 * Makefile.in: Add automake targets.
15667 * configure.in (host_tools): Add automake.
15668
15669 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
15670
15671 * configure: Default CXX to c++, not gcc.
15672 * Makefile.in (CXX): Set to c++, not gcc.
15673 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15674
15675 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
15676
15677 * install-sh: try appending a .exe if source file doesn't
15678 exist
15679
15680 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
15681
15682 * configure.in: Turn on multilib by default.
15683 (cross_only): Remove target-libiberty.
15684
15685 * Makefile.in (all-gcc): Don't depend on libiberty.
15686
15687 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
15688
15689 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15690
15691 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
15692
15693 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15694 (DISTBISONFILES): Add ld/Makefile.in
15695
15696 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
15697
15698 * configure.in: if target is cygwin32 but host isn't cygwin32,
15699 don't configure gdb tcl tk expect, not just gdb.
15700
15701 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
15702
15703 * configure.in: Added gnuserv everywhere sn appears.
15704
15705 * Makefile.in (ALL_MODULES): Added all-gnuserv.
15706 (CROSS_CHECK_MODULES): Added check-gnuserv.
15707 (INSTALL_MODULES): Added install-gnuserv.
15708 (CLEAN_MODULES): Added clean-gnuserv.
15709 (all-gnuserv): New target.
15710
15711 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
15712
15713 * config.guess: Fixes for MIPS OpenBSD systems.
15714
15715 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
15716
15717 * Makefile.in (INSTALL_XFORM): Remove.
15718 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
15719
15720 * mkinstalldirs: New file, copied from automake.
15721 * Makefile.in (installdirs): Rename from install-dirs. Use
15722 mkinstalldirs. Change all users.
15723 (DEVO_SUPPORT): Add mkinstalldirs.
15724
15725 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
15726
15727 * install-sh: Rename from install.sh.
15728 * Makefile.in (INSTALL): Change install.sh to install-sh.
15729 (DEVO_SUPPORT): Likewise.
15730
15731 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
15732 Graichen <graichen@rzpd.de>.
15733
15734 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
15735
15736 * config.guess: Recognize OpenBSD systems correctly.
15737
15738 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15739
15740 * README, Makefile.in (ETC_SUPPORT): Remove references to
15741 cfg-paper*, configure.{texi,man,info*}._
15742
15743 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
15744
15745 * Makefile.in (all.normal): Ensure that gcc is built after all
15746 the x11 - ie gdb - targets.
15747
15748 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
15749
15750 * makefile.vms: Don't run conf-a-gas.
15751
15752 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
15753
15754 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
15755
15756 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
15757
15758 * configure.in: Remove noconfigdirs case since gdb also
15759 configures and builds for tic80-coff.
15760
15761 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
15762
15763 * configure: Set cache_file to config.cache.
15764 * Makefile.in (local-distclean): Remove config.cache.
15765
15766 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
15767
15768 * COPYING: Update FSF address.
15769
15770 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
15771
15772 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
15773 noconfigdirs.
15774
15775 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
15776
15777 * Makefile.in (install-dirs): Don't crash if prefix, and hence
15778 MAKEDIRS, is empty.
15779
15780 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
15781
15782 * config.sub: Tweak mn10300 entry.
15783
15784 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
15785
15786 * configure.in (host_tools): Put sim before gdb, so gdb's
15787 configure.tgt can determine if the simulator was configured.
15788
15789 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
15790
15791 * config.sub: Move BeOS $os case to be with other Cygnus
15792 local cases.
15793
15794 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
15795
15796 * config.sub: Remove misplaced comment that broke Linux.
15797
15798 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
15799
15800 * config.sub: Add BeOS support.
15801
15802 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
15803
15804 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
15805
15806 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
15807
15808 * configure.in (noconfigdirs): Remove tcl and tk from
15809 noconfigdirs for cygwin32 builds.
15810
15811 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
15812
15813 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
15814
15815 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
15816
15817 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
15818 make-all.com, use makefile.vms instead.
15819
15820 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
15821
15822 * config.sub: Accept -lnews*.
15823
15824 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
15825
15826 * configure.in (noconfigdirs): Disable target-newlib,
15827 target-examples and target-libiberty for d30v.
15828
15829 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15830
15831 * configure.in (noconfigdirs): Enable ld for d30v.
15832
15833 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
15834
15835 * configure.in (tic80-*-*): Build compiler.
15836
15837 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
15838
15839 * configure.in (d30v-*): Remove sim directory from list of
15840 unsupported d30v directories
15841
15842 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
15843
15844 * config.sub, configure.in: Add d30v target cpu.
15845
15846 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
15847
15848 * makefile.vms: New file.
15849 * make-all.com: Remove.
15850
15851 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
15852
15853 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
15854
15855 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
15856
15857 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
15858
15859 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
15860
15861 * Makefile.in (ALL_MODULES): Added all-db.
15862 (CROSS_CHECK_MODULES): Addec check-db.
15863 (INSTALL_MODULES): Added install-db.
15864 (CLEAN_MODULES): Added clean-db.
15865
15866 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
15867
15868 * config.guess: Merge with latest FSF sources.
15869
15870 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
15871
15872 * Makefile.in (ALL_MODULES): Added all-itcl.
15873 (CROSS_CHECK_MODULES): Added check-itcl.
15874 (INSTALL_MODULES): Added install-itcl.
15875 (CLEAN_MODULES): Added clean-itcl.
15876
15877 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
15878
15879 * configure.in: build gdb for mn10200
15880
15881 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
15882
15883 * Makefile.in (all-target-winsup): Depend on all-target-libio.
15884
15885 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
15886
15887 * configure.in (tic80-*-*): Turn off most targets right now.
15888
15889 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
15890
15891 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
15892 rather than the makeinfo program.
15893 (do-info): Depend upon all-texinfo.
15894
15895 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
15896
15897 * configure.in: Remove uses of config/mh-linux.
15898
15899 * config.sub, config.guess: Merge with latest FSF sources.
15900
15901 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
15902
15903 * config.sub (case $basic_machine): Add tic80 entries.
15904
15905 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
15906
15907 * config.sub, config.guess: Merge with latest FSF sources.
15908
15909 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
15910
15911 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
15912 * mpw-config.in: Test for NewFolderRecursive.
15913 * mpw-install: Use symbolic name for startup filename.
15914 * mpw-README: Add various additional details.
15915
15916 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
15917
15918 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
15919
15920 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
15921
15922 * configure.in: Do build gcc and the target libraries for
15923 the mn10200.
15924
15925 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
15926
15927 * configure.in: don't avoid building gdb for mn10300 any more
15928 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
15929 instead of single-quoting it.
15930
15931 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
15932
15933 * configure.in: Don't use --with-stabs on IRIX 6.
15934
15935 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
15936
15937 * configure.in (m32r): Build gdb, libg++ now.
15938
15939 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
15940
15941 * configure.in (mips*-sgi-irix6*): Remove gdb and related
15942 directories from noconfigdirs.
15943
15944 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
15945
15946 * config.sub (basic_machine): added mips16 configuration
15947
15948 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15949
15950 * config.sub: Handle d10v-unknown.
15951
15952 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
15953
15954 * config.sub: Handle v850-unknown.
15955
15956 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
15957
15958 * Makefile.in: add findutils
15959 * configure.in: add findutils to list of host_tools
15960
15961 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
15962
15963 * config.sub: Handle mn10200 and mn10300.
15964
15965 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
15966
15967 * configure.in (d10v-*): Do not build librx.
15968
15969 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
15970
15971 * configure.in (mn10300): Build everything except gdb & libgloss.
15972
15973 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
15974
15975 * config.guess: Patch for Dansk Data Elektronik servers,
15976 from Niels Skou Olsen <nso@dde.dk>.
15977
15978 For ncr, use /bin/uname rather than uname, since GNU uname does not
15979 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
15980
15981 Patch for MIPS R4000 running System V,
15982 from Eric S. Raymond <esr@snark.thyrsus.com>.
15983
15984 Fix thinko for nextstep.
15985
15986 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
15987
15988 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
15989 * config.guess: Guess mips-dec-mach_bsd4.3.
15990
15991 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
15992 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
15993 release numbers.
15994 * config.guess (mips-mips-riscos*): Emit just enough of the
15995 release number.
15996
15997 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
15998 * config.guess (sparc-auspex-sunos*): Added.
15999 (f300-fujitsu-*): Added.
16000
16001 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16002 * config.guess: Recognize a Tadpole as a sparc.
16003
16004 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16005
16006 * config.guess: Don't assume that NextStep version is either 2 or
16007 3. NextStep 4 (aka OpenStep 4) has come out now.
16008
16009 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16010
16011 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16012 From Rik Faith <faith@cs.unc.edu>.
16013
16014 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16015
16016 * config.sub: Contributions from bug-gnu-utils to:
16017 Support plain "hppa" (no version given) architecture, reported by
16018 OpenStep.
16019 OpenBSD like NetBSD.
16020 LynxOs is not a hardware supplier.
16021
16022 * config.guess: Contributions from bug-gnu-utils to add support for:
16023 OpenBSD like NetBSD.
16024 Stratus systems.
16025 More Pyramid systems.
16026 i[n>4]86 Intel chips.
16027 M680[n>4]0 Motorola chips.
16028 Use unknown instead of lynx for hardware manufacturer.
16029
16030 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16031
16032 * install.sh (chmodcmd): Set to null if the DST directory already
16033 exists.
16034
16035 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16036
16037 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16038 not use mt-ppc target Makefile fragment any more.
16039
16040 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16041
16042 * configure.in (*-*-windows): Exclude everything but those dirs
16043 needed to build windows.
16044
16045 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16046
16047 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16048
16049 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16050
16051 * configure.in: Exclude mmalloc from i386-windows.
16052
16053 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16054
16055 * Undo my previous change.
16056
16057 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16058
16059 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16060 unconditionally.
16061 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16062
16063 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16064
16065 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16066 host to add it's own flags.
16067
16068 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16069
16070 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16071
16072 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16073
16074 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16075 (CXX_FOR_TARGET): Likewise.
16076 (GCC_FOR_TARGET): Define.
16077 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16078 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16079 CC_FOR_TARGET was specified on the command line.
16080 (MAKEOVERRIDES): Don't define.
16081
16082 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16083
16084 * configure.in (m32r): Fix spelling of libg++ libs.
16085
16086 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16087
16088 * config.sub (-apple*): Remove, now redundant.
16089
16090 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16091
16092 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16093
16094 * configure: Rework yesterday's sed script patch.
16095
16096 * config.sub: Merge with FSF.
16097
16098 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16099
16100 * config.guess: Merge from FSF.
16101
16102 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
16103 * config.guess: Use pc instead of unknown, for pc clone systems.
16104 Change linux to linux-gnu.
16105
16106 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16107 * config.guess: Avoid non-portable tr syntax.
16108
16109 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16110
16111 * test-build.mk (HOLES): Add "xargs" for gdb.
16112
16113 * configure: Avoid hpux10.20 sed bug.
16114
16115 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16116
16117 * configure.in: Add support for windows host
16118 (that is a build done under the Microsoft build environment).
16119
16120 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16121
16122 * Makefile.in: Replace all uses of srcroot with s, to shrink
16123 command line lengths.
16124
16125 Patches from Geoffrey Noer <noer@cygnus.com>:
16126 * configure.in: If configuring for newlib, pass --with-newlib to
16127 subdirectories.
16128 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16129 -Bnewlib/ and -Lwinsup to gcc.
16130 (CXX_FOR_TARGET): Likewise.
16131
16132 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16133
16134 * Makefile.in (ETC_SUPPORT): Add configure.
16135
16136 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16137
16138 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16139 host configuration file.
16140
16141 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16142
16143 * configure.in: Break mn10x00 support into separate
16144 mn10200 and mn10300 configurations.
16145 * config.sub: Likewise.
16146
16147 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
16148
16149 * configure.in: Add lots of stuff to noconfigdirs for
16150 the mn10x00 targets.
16151
16152 * config.sub, configure.in: Add mn10x00 support.
16153
16154 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
16155
16156 * make-all.com: Call conf-a-gas, not config-a-gas.
16157
16158 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
16159
16160 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16161 targets.
16162
16163 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
16164
16165 * mpw-README: Add much more detail for native PowerMac.
16166 * mpw-install: New file.
16167 * mpw-configure: Add --norecursion and --help options.
16168 * mpw-config.in: Translate readme and install files when
16169 copying to objdir.
16170 * mpw-build.in: Don't always depend on byacc and flex.
16171 (install-only-top): New action.
16172
16173 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
16174
16175 * configure.in: You can now configure GDB for the v850.
16176
16177 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
16178
16179 * configure.in (noconfigdirs): Don't configure any C++ dirs
16180 if targeting D10V.
16181
16182 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
16183
16184 * config.sub: Recognize mips64vr5000.
16185
16186 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
16187
16188 * configure.in: Use a single line for host_tools and native_only.
16189
16190 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
16191
16192 * config.sub, configure.in: Add entries for m32r.
16193
16194 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
16195
16196 * Makefile.in (inet-install): Don't run install-gzip.
16197
16198 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
16199
16200 * configure.in: Don't config lots of things for *-*-windows*.
16201
16202 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
16203
16204 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16205 (host_libs, host_tools): Copy from configure.in.
16206 * mpw-configure: Don't complain about directories not found.
16207
16208 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16209
16210 * configure.in (i[345]86): Recognize i686 for pentium pro.
16211 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16212 file.
16213
16214 * config.guess (i[345]86): Ditto.
16215
16216 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16217
16218 * configure.in (noconfigdirs): Removed gdb for D10V.
16219
16220 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
16221
16222 * configure.in: Remove ld, target-libio, target-libg++, and
16223 target-libstdc++ from noconfigdirs.
16224
16225 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
16226
16227 * configure: Fix three locations where shell scripts were
16228 being run directly rather than with config_shell.
16229
16230 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
16231
16232 * configure.in (v850-*-*): Set up initial $noconfigdirs.
16233 * config.sub (basic_machine): Recognize v850.
16234
16235 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16236
16237 * mpw-configure: Handle multiple enable/disable options and
16238 pass them down recursively, handle -c and -s flags appropriately
16239 depending on choice of compiler, add escape mechanism for
16240 quoted arguments to gC.
16241
16242 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16243
16244 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16245 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16246 so that -mrelocatable-lib and -mno-eabi are used.
16247
16248 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16249 not support --print-multi-lib, don't abort.
16250
16251 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
16252
16253 * make-all.com: Run config-a-gas.
16254 * setup.com: Don't copy subdirectory files around.
16255
16256 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
16257
16258 * configure.in (*-*-ose): Remove exclusion of libgloss for this
16259 target, it now compiles correctly.
16260
16261 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
16262
16263 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16264
16265 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16266
16267 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16268
16269 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16270
16271 * configure.in (native_only): Add prms.
16272
16273 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
16274
16275 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16276 (BINUTILS_SUPPORT_DIRS): Likewise.
16277
16278 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16279
16280 * configure.in (d10v-*-*): Don't configure ld or gdb until the
16281 d10v support is added.
16282
16283 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16284
16285 * configure.in (d10v-*-*): New target.
16286
16287 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
16288
16289 * config.guess (HP 9000/811): Recognize this as a PA1.1
16290 machine.
16291
16292 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
16293
16294 * Makefile.in (do-tar-gz): New target, split out from tail end of
16295 taz target. Run each command separately, don't use pipes.
16296 (taz): Use it.
16297
16298 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
16299
16300 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16301 * mpw-build.in: No builds should depend on building byacc or flex,
16302 they are assumed to be installed already.
16303
16304 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16305
16306 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16307 variable that CC_FOR_TARGET needs.
16308
16309 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16310
16311 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16312 options have changed since the last time the subdirectory was
16313 configured, and if it has, reconfigure.
16314 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16315 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16316
16317 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
16318
16319 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16320 CLEAN_MODULES): Add bash.
16321 (all-bash): New target.
16322
16323 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
16324
16325 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16326
16327 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16328
16329 * config.sub (basic_machine): Recognize d10v as a valid processor.
16330
16331 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
16332
16333 * mpw-configure: Add support for --bindir.
16334 * mpw-build.in: Use a GCC-specific build script for GCC actions.
16335
16336 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
16337
16338 * configure.in: add bash, time, gawk to list of hosttools and things
16339 to only build for native toolchains
16340
16341 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16342
16343 * Makefile.in (docdir): Remove.
16344
16345 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16346
16347 * Makefile.in (datadir): Set to $(prefix)/share.
16348
16349 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
16350
16351 * configure.in: build diff and patch for cygwin32-hosted
16352 toolchains.
16353
16354 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
16355
16356 * config.sub: Accept -rtems*.
16357
16358 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
16359
16360 * configure.in: enable dosrel for cygwin32-hosted builds,
16361 remove diff from the list of things not buildable
16362 via Canadian Cross
16363
16364 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16365
16366 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16367 don't get ". ".
16368
16369 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
16370
16371 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16372
16373 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
16374
16375 * Makefile.in (taz): Handle case where tex3patch didn't even get
16376 checked out. Also, if it was found, put the symlink in a new util
16377 subdirectory.
16378
16379 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16380
16381 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16382
16383 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
16384
16385 * config.sub: Recognize -openvms.
16386 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16387 * make-all.com, setup.com: New files.
16388
16389 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16390
16391 * Makefile.in (taz): tex3patch moved to texinfo/util.
16392
16393 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
16394
16395 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16396 * configure.in: remove make from disable-if-Can-Cross list
16397 enable gdb if ${host} and ${target} are cygwin32
16398
16399 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
16400
16401 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
16402 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16403
16404 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16405
16406 * config.guess: Combine mips-mips-riscos cases, and use cpp to
16407 distinguish sysv/svr4/bsd variants.
16408 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16409
16410 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
16411
16412 * configure.in: Added copyright notice.
16413 * move-if-change: Added copyright notice.
16414
16415 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16416
16417 * configure.in (powerpcle-*-solaris*): Until we get shared
16418 libraries working, don't build gdb, sim, make, tcl, tk, or
16419 expect.
16420
16421 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
16422
16423 * config.guess: Merge with FSF:
16424
16425 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16426 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16427
16428 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
16429 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16430
16431 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
16432 * config.guess: Combine two OSF1 rules.
16433 Also recognize field test versions. From mjr@zk3.dec.com.
16434 * config.guess (dgux): Use /usr/bin/uname rather than uname,
16435 because GNU uname does not support -p. From pmr@pajato.com.
16436
16437 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
16438
16439 * Makefile.in (MAKEDIRS): Removed $(tooldir).
16440
16441 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
16442
16443 * mpw-README: Document GCCIncludes.
16444
16445 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
16446
16447 * configure.in (alpha-*-linux*): Set enable_shared to yes.
16448
16449 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16450
16451 * mpw-configure: Handle --enable-FOO and --disable-FOO.
16452
16453 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
16454
16455 * configure.in (*-*-cygwin32): Configure make.
16456
16457 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
16458
16459 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16460
16461 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
16462
16463 * Makefile.in (all-inet): Depend on all-perl.
16464
16465 * Makefile.in (inet-install): New target.
16466
16467 * Makefile.in (all-inet): Depend on all-tcl.
16468 (all-inet): Depend on all-send-pr.
16469
16470 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16471
16472 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16473 temporarily.
16474
16475 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
16476
16477 * configure.in: Don't configure --with-gnu-ld on AIX.
16478
16479 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16480
16481 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16482
16483 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
16484
16485 * Makefile.in (ALL_MODULES): Added all-inet.
16486 (CROSS_CHECK_MODULES): Added check-inet.
16487 (INSTALL_MODULES): Added install-inet.
16488 (CLEAN_MODULES): Added clean-inet.
16489 (all-indent): New target.
16490
16491 * configure.in (host_tools): Added inet.
16492 (native_only): Added inet.
16493 (noconfigdirs): Added inet.
16494
16495 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
16496
16497 * configure.in: Don't configure libgloss if we are not configuring
16498 newlib.
16499
16500 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16501
16502 * configure.in: Don't configure libgloss for unsupported
16503 architectures.
16504
16505 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16506
16507 * Makefile.in (CLEAN_MODULES): Add clean-apache.
16508
16509 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
16510
16511 * Makefile.in (ALL_MODULES): Include all-apache.
16512 (CROSS_CHECK_MODULES): Include check-apache.
16513 (INSTALL_MODULES): Include install-apache.
16514 (all-apache): New target.
16515
16516 * configure.in: Added apache everywhere perl is seen.
16517
16518 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16519
16520 * Makefile.in: Add support for clean-{module} and
16521 clean-target-{module} rules.
16522
16523 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
16524
16525 * configure.in (*-*-ose) do not build libgloss.
16526
16527 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16528
16529 * config.guess (prep*:SunOS:5.*:*): Turn into
16530 powerpele-unknown-solaris2.
16531
16532 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
16533
16534 * configure.in: Permit --enable-shared to specify a list of
16535 directories.
16536
16537 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16538
16539 * configure.in (host==solaris): Pass only the first word of $CC
16540 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16541
16542 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16543
16544 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16545
16546 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
16547
16548 * Makefile.in (ALL_MODULES): Include all-perl.
16549 (CROSS_CHECK_MODULES): Include check-perl.
16550 (INSTALL_MODULES): Include install-perl.
16551 (ALL_X11_MODULES): Include all-guile.
16552 (CHECK_X11_MODULES): Include check-guile.
16553 (INSTALL_X11_MODULES): Include install-guile.
16554 (all-perl): New target.
16555 (all-guile): New target.
16556
16557 * configure.in (host_tools): Include perl and guile.
16558 (native_only): Include perl and guile.
16559 (noconfigdirs): Don't build guile and perl; no ports have been
16560 done.
16561
16562 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
16563
16564 * configure (--enable-*): Handle quoted option lists such as
16565 --enable-sim-cflags='-g0 -O' better.
16566
16567 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16568
16569 * Makefile.in ({,inst}all-target): New rule so we can make and
16570 install all of the target directories easily.
16571
16572 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16573
16574 * configure.in: Add missing global flag in sed substitution when
16575 deleting `target-' from ${configdirs}.
16576
16577 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
16578
16579 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16580 option.
16581
16582 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16583 config/mh-necv4.
16584
16585 * install.sh: Correct misspelling of transformbasename.
16586
16587 * config.guess: Recognize mips-*-sysv*.
16588
16589 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
16590
16591 * config.sub: Recognize mon960.
16592
16593 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
16594
16595 * configure: Restore Canadian Cross handling of BISON and LEX,
16596 removed in Feb 20 change.
16597
16598 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
16599
16600 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16601 Mention make install. Remove the old copyright date as well the
16602 clumsy and rather pointless copyright on the README file.
16603
16604 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
16605
16606 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16607 Makefile after running symlink-tree, then run `make distclean' to
16608 avoid clobbering any generated files in srcdir.
16609
16610 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
16611
16612 * configure.in (m68k-*-netbsd*): Build everything now.
16613
16614 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16615
16616 * Makefile.in (taz): Fix quoting.
16617
16618 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
16619
16620 * configure.in (sparclet-*-*): Build everything now.
16621
16622 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16623
16624 * configure.in (m68k-*-linux*): New host.
16625
16626 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
16627
16628 * configure: Check for bison before byacc.
16629
16630 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
16631
16632 * Makefile.in configure: Change the way LEX and BISON/YACC are
16633 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
16634 searching PATH. These are used as fallbacks by Makefile.in if
16635 flex/bison/byacc aren't in objdir.
16636
16637 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
16638
16639 * Makefile.in: Make everything which depends upon all-bfd also
16640 depend upon all-opcodes, in case --with-commonbfdlib is used.
16641
16642 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16643
16644 * configure.in (host *-*-cygwin32): Don't build gdb if we are
16645 building NT native compilers on Unix.
16646
16647 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
16648
16649 * configure.in: Don't get CC from the host Makefile fragment if we
16650 can find gcc in PATH, or if this is a Canadian Cross. Move the
16651 Solaris test for /usr/ucb/cc to the post target script, just after
16652 the compiler sanity test.
16653
16654 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
16655
16656 * config.sub: Merge with FSF.
16657
16658 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
16659
16660 * Makefile.in (RPATH_ENVVAR): New variable.
16661 (REALLY_SET_LIB_PATH): Use it.
16662 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16663
16664 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
16665
16666 * config.sub, configure.in: Recognize sparclet cpu.
16667
16668 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16669
16670 * config.guess: Support m68k-cbm-sysv4.
16671
16672 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16673
16674 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16675 m68k-unknown-linuxaout from linker help string. Put quotes around
16676 $ld_help_string.
16677
16678 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
16679
16680 * config.guess (powerpc-harris-powerunix): Add guess for port
16681 to new target.
16682
16683 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16684
16685 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16686
16687 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
16688
16689 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16690 $(REALLY_SET_LIB_PATH) in Makefile.
16691 * Makefile.in (SET_LIB_PATH): New variable.
16692 (REALLY_SET_LIB_PATH): New variable.
16693 ($(DO_X)): Use $(SET_LIB_PATH).
16694 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16695 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16696 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16697 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16698 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16699 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16700 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16701 (install-dosrel): Likewise.
16702 (all-opcodes): Depend upon all-libiberty.
16703
16704 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
16705
16706 * config.guess (*:CYGWIN*): New
16707
16708 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16709
16710 * Makefile.in (all-target-winsup): All all-target-libiberty.
16711
16712 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16713
16714 * configure.in (noconfigdirs): Add missing # in front of comment.
16715
16716 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
16717
16718 * configure.in: add second pass to things added to noconfigdirs
16719 so *-gm-magic can exclude libgloss properly.
16720
16721 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
16722
16723 * mpw-configure (extralibs_name, rez_name): Set correctly
16724 for MWC68K compiler.
16725
16726 * mpw-README: Add more info on the necessary build tools.
16727
16728 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
16729
16730 * configure.in, config.sub: Recognize cygwin32.
16731
16732 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
16733
16734 * config.guess, config.sub: Recognize A/UX.
16735
16736 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
16737
16738 * config.sub: Merge with gcc/config.sub.
16739
16740 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
16741
16742 * mpw-build.in (do-binutils): Add build of stamps.
16743
16744 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
16745
16746 * config.sub: Add recognition for mips64vr4100*-* targets.
16747
16748 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16749
16750 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
16751 Add creation of gconfigargs with `--enable-shared' turned on.
16752 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
16753 ($(host)-stamp-stage3-configured): Likewise.
16754 (HOLES): Add chatr and ldd.
16755 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
16756
16757 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
16758
16759 * configure: Pass --nfp to recursive configures.
16760
16761 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
16762
16763 * Makefile.in (DLLTOOL): New.
16764 (DLLTOOL_FOR_TARGET): New.
16765 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
16766 (EXTRA_TARGET_FLAGS): Ditto.
16767 (EXTRA_GCC_FLAGS): Ditto.
16768 (CONFIGURE_TARGET_MODULES): Ditto.
16769 (DO_X): Ditto.
16770 * configure: Add DLLTOOL.
16771
16772 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
16773
16774 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
16775 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
16776 mh-sco, since old workarounds no longer needed, and don't
16777 build ld, since libraries have weak symbols in COFF.
16778
16779 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
16780
16781 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
16782
16783 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
16784
16785 * configure.in: Make sure that ${CC} can be used to compile an
16786 executable.
16787
16788 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16789
16790 * Makefile.in (all-gdb): Depend on $(GDB_TK).
16791 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
16792 nothing depending on whether gdbtk is being built.
16793
16794 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
16795
16796 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
16797
16798 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
16799
16800 * configure.in (noconfigdirs): Put ld or gas in this early, if the
16801 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
16802
16803 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
16804
16805 * config-ml.in: Add support for
16806 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
16807 Simplify setting of multidirs from --disable-foo.
16808
16809 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16810
16811 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
16812 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
16813 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
16814 non-empty, pass them on to the GCC make.
16815 (all-bootstrap): New rule that is like all-gcc, except it executes
16816 the GCC bootstrap rule instead of the GCC all rule.
16817
16818 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
16819
16820 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
16821
16822 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16823
16824 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
16825 DG/UX support.
16826
16827 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
16828
16829 * config.sub (i*86*) Change [345] to [3456]
16830
16831 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
16832
16833 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
16834 --with-gnu-ld=no.
16835
16836 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
16837
16838 * config-ml.in (rs6000*, powerpc*): Add switches to control which
16839 AIX multilibs get built.
16840
16841 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16842
16843 * configure.in (i386-win32): Don't build expect if we're not
16844 building the tcl subdir.
16845
16846 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
16847
16848 * Makefile.in: (configure-target-examples, all-target-examples):
16849 New targets, configure and build example programs.
16850
16851 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
16852
16853 * mpw-configure: If an mpw-config.in generated a file mk.sed,
16854 use it as input to sedit the generated MPW makefile.
16855 * mpw-README: Add a suggestion about Gestalt.h.
16856
16857 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
16858
16859 * config.sub: Accept *-*-ieee*.
16860
16861 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
16862
16863 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
16864 Ronald F. Guilmette <rfg@monkeys.com>.
16865
16866 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16867
16868 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
16869 for powerpc-pe native.
16870 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
16871 (target==powerpc-pe): duplicate i386-win32 entry.
16872
16873 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
16874
16875 * configure.in (noconfigdirs): Exclude target-newlib for all versions
16876 of vxworks, not just vxworks5.1.
16877
16878 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
16879
16880 * mpw-configure: Add support for exec-prefix.
16881
16882 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
16883
16884 * config.guess: Recognize HP model 816 machines as having
16885 a PA1.1 processor.
16886
16887 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
16888
16889 * configure: Ignore new autoconf configure options.
16890
16891 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16892
16893 * config.guess: Recognize Pentium under SCO.
16894 From Robert Lipe <robertl@arnet.com>.
16895
16896 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
16897
16898 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
16899
16900 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
16901
16902 * configure.in: Don't configure gas for alpha-dec-osf*.
16903
16904 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
16905
16906 * configure.in: Default to --with-stabs for some targets for which
16907 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
16908 i[345]86*-*-unixware*.
16909
16910 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
16911
16912 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
16913 rather than basing it on the target. Simplify handling of options
16914 controlling which directories to configure. Remove extraneous
16915 slash in multi-clean target.
16916
16917 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
16918
16919 * config-ml.in: Prefix more variables with ml_ so they don't collide
16920 with configure's.
16921
16922 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
16923
16924 * configure: Don't turn -v into --v.
16925
16926 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
16927
16928 * configure.in (targargs): Fix typo.
16929
16930 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
16931
16932 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
16933
16934 * configure.in: Strip --host and --target options from
16935 CONFIG_ARGUMENTS, and always configure for --host only. Add
16936 --with-cross-host option when building with a cross-compiler.
16937 * configure: Canonicalize the arguments put into config.status by
16938 always using `=' for an option with an argument. Pass a presumed
16939 --host or --target explicitly.
16940
16941 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
16942
16943 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
16944 into general OS recognition case.
16945
16946 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16947
16948 * configure.in (target_configdirs): add target-winsup only
16949 for win32 target systems.
16950
16951 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
16952
16953 * Makefile.in (all-target-libgloss): Depend upon
16954 configure-target-newlib, since when libgloss is built it looks to
16955 see if the newlib directory exists.
16956
16957 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
16958
16959 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
16960 cfg-ml-*.in.
16961
16962 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
16963
16964 * configure: Handle LD and LD_FOR_TARGET when configuring a
16965 Canadian Cross.
16966
16967 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
16968
16969 * configure.in (target_libs): add target-winsup.
16970 (target==i386-win32): add patch diff flex make to $noconfigdirs.
16971 (target==ppcle-pe): remove ld from $noconfigdirs.
16972
16973 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
16974
16975 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
16976 Preserve relative path names in $srcdir. Build symlink tree if
16977 configuring cross target dir and srcdir=. (= no VPATH support).
16978 (configure-target-libg++): Depend on configure-target-librx.
16979 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
16980 * config-ml.in: New file.
16981 * symlink-tree: New file.
16982 * configure: Ensure srcdir="." if that's what it is.
16983
16984 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
16985
16986 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
16987 includes and FLEX_SKELETON setting.
16988 * mpw-configure (--with-gnu-ld): New option, controls whether
16989 to use PPCLink or ld with PowerMac GCC.
16990 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
16991 * mpw-config.in: Configure grez if targeting Mac.
16992
16993 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
16994 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
16995 just macos.
16996 * configure.in: Configure grez resource compiler if targeting Mac.
16997 * Makefile.in (all-grez, install-grez): New targets.
16998
16999 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17000
17001 * configure: CXX defaults to gcc, not g++. If we find
17002 gcc in the path, set CC to gcc -O2.
17003
17004 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17005
17006 * configure: Default ${build} correctly. Avoid picking up extra
17007 spaces when reading CC and CXX from Makefile. When doing a
17008 Canadian Cross, use plausible default values for numerous
17009 variables.
17010 * configure.in: When doing a Canadian Cross, don't try to
17011 configure tools whose configure script can't handle it.
17012
17013 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17014
17015 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17016
17017 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17018
17019 * configure: Remove dubious bug reporting address.
17020
17021 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17022
17023 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17024 configure script, run that instead of this directory's configure.
17025 In either case, print a message that we're configuring the sub-dir.
17026
17027 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17028
17029 * configure.in: Before checking for the existence of various files,
17030 use sed to filter out "target-".
17031
17032 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17033
17034 * Makefile.in (DO_X): Split rule to decrease command line length
17035 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17036 (Philippe De Muyter).
17037
17038 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17039
17040 * Makefile.in (all-patch): depend on all-libiberty.
17041
17042 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17043
17044 * configure.in: If the only directory in target_configdirs which
17045 actually exists is libiberty, then set target_configdirs to empty,
17046 to avoid trying to build a target libiberty in a gas or gdb
17047 distribution.
17048
17049 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17050
17051 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17052 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17053 systems.
17054
17055 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17056
17057 * configure.in (copy_dirs): Use sys-include instead of include
17058 for --with-headers option.
17059
17060 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17061
17062 * Makefile.in, configure.in: Make winsup builds work with
17063 new scheme.
17064
17065 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17066
17067 * configure.in: Build the linker on AIX.
17068
17069 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17070
17071 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17072 where needed.
17073
17074 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17075
17076 * Makefile.in (all-gcc): Fix typo.
17077
17078 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17079
17080 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17081
17082 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17083
17084 * configure.in: Rename libFOO to target-libFOO, and xiberty
17085 to target-xiberty, to provide more flexibility.
17086 (target_subdir): Define. Create if cross.
17087 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17088 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17089 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17090 check-libFOO -> check-target-libFOO, etc.
17091 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17092 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17093 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17094 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17095 allow ALL_GCC="" to only configure.
17096 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17097 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17098 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17099
17100 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17101
17102 * Makefile.in (taz): Build "info" in etc explicitly.
17103
17104 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17105
17106 * configure.in: Make sure that CC is undefined (as opposed to
17107 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17108 problem with autoconf trying to configure on a host without GCC.
17109
17110 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17111
17112 * mpw-configure: Set host alias from choice of host compiler,
17113 only use generic MPW Makefile sed if present, edit a file
17114 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17115 * mpw-README: Add problem notes about CW6 and CW7.
17116
17117 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17118
17119 * Makefile.in (taz): Use ";" instead of ";;".
17120
17121 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17122
17123 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17124 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17125 DISTDOCDIRS.
17126 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17127 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17128
17129 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17130
17131 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17132 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17133 Move bfd to DISTSTUFFDIRS.
17134
17135 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17136
17137 * Makefile.in (X11_LIB): Removed.
17138 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17139
17140 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17141
17142 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17143
17144 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17145 names.
17146
17147 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17148
17149 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17150
17151 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
17152
17153 * configure.in (i[345]86-*-win32): Always build newlib.
17154 Don't configure cvs, autoconf or texinfo.
17155 * Makefile.in (LD_FOR_TARGET): New.
17156 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17157 Pass down LD_FOR_TARGET.
17158
17159 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
17160
17161 * winsup: New directory.
17162 * Makefile.in: Build winsup.
17163 * configure.in: Winsup is configured when target is win32.
17164 Can only build win32 target GDB when native.
17165
17166 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
17167
17168 * config.guess: Recognize HP model 819 machines as having
17169 a PA 1.1 processor.
17170
17171 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
17172
17173 * configure: Fix sed loop which substitutes for CC and CXX to
17174 avoid bug found in various sed implementations.
17175
17176 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17177
17178 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17179 simulator. Use standard powerpc-*-eabi*.
17180
17181 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
17182
17183 * configure.in: Stop putting gas and binutils in noconfigdirs for
17184 powerpc-*-aix* and rs6000-*-*.
17185
17186 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
17187
17188 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17189 -mcall-aixdesc libraries.
17190
17191 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
17192
17193 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17194
17195 * config.sub (arm | armel | armeb): Fix shell syntax.
17196
17197 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17198
17199 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17200 -msoft-float and -mcpu=common support.
17201 (powerpc*-*-eabisim*): Add support for building -mcall-aix
17202 libraries.
17203
17204 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17205
17206 * configure.in: Allow configuration and build of emacs19 for the alpha.
17207
17208 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17209
17210 * configure.in (CC): Get ^CC, not just any old CC, from
17211 ${host_makefile_frag}.
17212
17213 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17214
17215 * configure.in (CC): Try to get CC from
17216 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17217
17218 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17219
17220 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17221 only if it exists in $(srcdir).
17222
17223 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
17224
17225 * configure: If CC and CXX are not set in the environment, set
17226 them, based on either an existing Makefile or on searching for gcc
17227 in PATH. Substitute for CC and CXX in Makefile.
17228 * configure.in: Remove libm from target_libs. Separate
17229 target_configdirs from configdirs. If CC is not set in
17230 environment, try to get it from a host Makefile fragment. Rewrite
17231 changes of configdirs to use skipdirs instead. A few minor
17232 tweaks. Take directories out of target_configdirs as they are
17233 taken out of configdirs. Remove existing Makefile files from
17234 subdirectories. Substitute for TARGET_CONFIGDIRS and
17235 CONFIG_ARGUMENTS in Makefile.
17236 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17237 by configure.in.
17238 (CONFIG_ARGUMENTS): Likewise.
17239 (CONFIGURE_TARGET_MODULES): New variable.
17240 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17241 ($(CONFIGURE_TARGET_MODULES)): New target.
17242 (configure-libg++, configure-libio): New targets.
17243 (all-libg++): Depend upon configure-libg++.
17244 (all-libio): Depend upon configure-libio.
17245 (configure-libgloss, all-libgloss): New targets.
17246 (configure-libstdc++): New target.
17247 (all-libstdc++): Depend upon configure-libstdc++.
17248 (configure-librx, all-librx): New targets.
17249 (configure-newlib): New target.
17250 (all-newlib): Depend upon configure-newlib
17251 (configure-xiberty): New target.
17252 (all-xiberty): Depend upon configure-xiberty.
17253
17254 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17255
17256 * configure.in (host i[345]86-*-win32): Expand the
17257 noconfigdirs again.
17258
17259 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
17260
17261 * mpw-configure: Fix sed command file name.
17262
17263 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
17264
17265 * configure.in (host i[345]86-*-win32): Reduce the
17266 noconfigdirs again.
17267
17268 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
17269
17270 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17271 or powerpc*-*-pe*, since they are not yet supported.
17272
17273 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17274
17275 Add PowerMac support and many other enhancements.
17276 * mpw-configure: New option --cc to select compiler to use,
17277 paste options set according to --cc into the generated
17278 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17279 if mpw-make.sed is present.
17280 * mpw-config.in: Don't test for gC1, test for mpw-touch,
17281 add forward includes for PowerPC include files.
17282 * mpw-build.in: Build using Makefile.PPC if present.
17283 (do-byacc, etc): Remove separate version resource builds.
17284 (do-gas): Build "stamps" before "all".
17285 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17286 * mpw-README: Update to reflect --cc option, PowerMac support,
17287 and recently-reported compatibility problems.
17288
17289 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
17290
17291 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17292 embedded m68k systems (-aout, -coff, -elf, -vxworks).
17293 (--with-multilib-top): Pass to recursive invocations.
17294
17295 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
17296
17297 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17298 v810-*-*.
17299
17300 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17301
17302 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17303 gdb, ld and opcodes on v810-*-*.
17304
17305 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
17306
17307 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17308 (local-maintainer-clean): New target.
17309 (maintainer-clean): New target.
17310 (realclean): Just depend upon maintainer-clean.
17311
17312 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17313
17314 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17315
17316 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
17317
17318 * configure.in: Build ld in mips*-*-bsd* case.
17319
17320 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
17321
17322 * config.sub: Accept -lites* OS. From Ian Dall.
17323
17324 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
17325
17326 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17327 targets.
17328
17329 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17330
17331 * configure.in: treat i386-win32 canadian cross the same as
17332 i386-go32 canadian cross.
17333
17334 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17335
17336 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17337 running under the simulator to build a reduced set of libraries.
17338 (powerpc-*-eabiaix): Add fine grained multilib support added to
17339 other powerpc targets yesterday.
17340
17341 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17342
17343 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17344 -disable-softfloat, -disable-relocatable, -disable-aix, and
17345 -disable-sysv to control which multilib libraries get built.
17346
17347 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17348
17349 * configure: Add Makefile.tem to list of files to remove in trap
17350 handler.
17351
17352 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
17353
17354 * config.guess (*Linux*): Add missing "exit"s.
17355 Also, need specific check for alpha-unknown-linux (uses COFF).
17356
17357 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
17358
17359 * config.guess: Merge with FSF:
17360
17361 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
17362 * config.guess (AIX4): More robust release numbering discovery.
17363
17364 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
17365 * config.guess (i386-sequent-ptx): Properly get version number.
17366
17367 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
17368 * config.guess (mips:*:4*:UMIPS): New case.
17369
17370 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
17371
17372 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17373 (i386-win32 host): Likewise. Don't build readline.
17374
17375 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
17376
17377 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
17378 SUPPORT_FILES to submakes.
17379
17380 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
17381
17382 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17383 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17384 mpw-configure.
17385
17386 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
17387
17388 * configure.in (appdirs): Use =, not ==, in test expression when
17389 trying to build the text to print in the warning message for
17390 Solaris users.
17391
17392 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
17393
17394 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17395
17396 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17397
17398 * config.guess: Recognize lynx-2.3.
17399
17400 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
17401
17402 * config.sub (z8ksim): Deleted
17403 (z8k-*-coff): New, this is the one true name of the target.
17404
17405 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
17406
17407 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17408
17409 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
17410
17411 * config.guess (*:Linux:*:*): First try asking the linker what the
17412 default object file format is (elf, aout, or coff). Then if this
17413 fails, try previous methods.
17414
17415 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17416
17417 * configure.in: Don't build newlib for *-*-vxworks5.1.
17418
17419 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17420
17421 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17422 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17423
17424 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
17425
17426 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17427
17428 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
17429
17430 * cfg-ml-com.in: New file.
17431 * cfg-ml-pos.in: New file.
17432
17433 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17434
17435 * COPYING.NEWLIB: Add HP free copyright to list.
17436
17437 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17438
17439 * config.sub: Recognize -eabi* for the system, not just -eabi.
17440
17441 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
17442
17443 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17444 * config.sub, configure.in (win32): New target and host.
17445
17446 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
17447
17448 * configure.in: Add i386-pe configuration.
17449
17450 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
17451
17452 * mpw-build.in (install): Install GDB after LD.
17453
17454 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
17455
17456 * mpw-config.in (elf/mips.h): Always forward-include, needed
17457 for GDB to build.
17458
17459 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
17460
17461 * testsuite: New directory for customer acceptance and whole tool
17462 chain tests.
17463
17464 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17465
17466 * configure: If per-host line isn't found, but AC_OUTPUT is found
17467 and a configure script exists, run it instead.
17468
17469 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17470
17471 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
17472
17473 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
17474
17475 * configure: Set build_{cpu,vendor,os,alias} to host values when
17476 --build isn't specified.
17477
17478 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17479
17480 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17481 (FLAGS_TO_PASS): Pass them.
17482 (EXTRA_TARGET_FLAGS): Ditto.
17483
17484 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17485
17486 * Makefile.in (all-libg++): Depend on all-libstdc++.
17487
17488 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17489
17490 * configure.in (noconfigdirs): Enable all packages for
17491 i386-unknown-netbsd.
17492
17493 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
17494
17495 * configure.in (noconfigdirs): Don't configure tk for i386-go32
17496 hosted builds (DOS builds)
17497
17498 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17499
17500 Changes for ARM based on patches from Richard Earnshaw:
17501 * config.sub: Handle armeb and armel.
17502 * configure.in: Omit arm linker only for riscix.
17503
17504 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
17505
17506 * config.guess: Update from FSF.
17507
17508 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
17509
17510 * config.sub: Recognize powerpcle as the little endian variant of
17511 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
17512 powerpcle variant. Convert pentium into i586, not i486. Add p5
17513 alias for i586. Map new x86 variants p6, k5, nexgen into i586
17514 temporarily.
17515
17516 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
17517
17518 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17519
17520 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
17521
17522 * config.sub: Accept -lites* as a basic system type.
17523
17524 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
17525
17526 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17527 installed, and if so return linuxoldld as the system name.
17528
17529 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
17530
17531 * config.guess: Add hppa1.1-hp-lites support.
17532
17533 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
17534
17535 * configure.in: Don't build newlib for m68k-vxworks5.1.
17536
17537 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17538
17539 * configure.in (mips-sgi-irix6): Use mh-irix5.
17540
17541 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
17542
17543 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17544
17545 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17546
17547 * test-build.mk: Enable building of shared libraries on IRIX 5 and
17548 OSF/1. Fix compiler flags.
17549 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
17550
17551 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
17552
17553 * configure.in: Recognize --with-newlib.
17554 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17555
17556 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17557
17558 * Makefile.in: move {all,check,install}-gdb from *_MODULES
17559 to *_X11_MODULES due to gdbtk needing X include files et al.
17560
17561 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
17562
17563 Merge in support for Mac MPW as a host.
17564 (Old change descriptions retained for informational value.)
17565
17566 * mpw-config.in: Add generic include forwards for cpu-specific
17567 include files in aout and elf directories.
17568
17569 * mpw-configure: Added copyright.
17570 * mpw-config.in: Check for presence of required build tools.
17571 (target_libs): Add newlib.
17572 (target_tools): Add examples.
17573 (Read Me): Generate as "Read Me for MPW" instead.
17574 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17575 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17576 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17577
17578 * mpw-configure: Remove subdir-specific makefile hackery,
17579 delete mk.tmp after using it.
17580
17581 * mpw-build.in (all): Display start and end times.
17582
17583 * mpw-configure (host_canonical): Set.
17584 (target_cpu): Always add to makefiles.
17585 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17586 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17587 (mpw-mh-mpw): Look for in srcdir and srcroot.
17588 Use sed instead of mpw-edit-prefix to edit prefix definitions.
17589
17590 * mpw-build.in: (install-only): New target.
17591
17592 * mpw-configure (host_alias, target_alias): Rename from hostalias
17593 and targetalias, add into generated Makefile.
17594 (mk.tmp): If present, add into generated Makefile.
17595 * mpw-build.in (all-gas): Build config.h first before gas proper.
17596
17597 * mpw-configure (config.status): Write only if changed.
17598 * mpw-config.in (readline): Configure it (not built, just used for
17599 definitions).
17600
17601 * mpw-config.in (elf/mips.h): Add a forward include.
17602
17603 * mpw-config.in: Forward-include most .h files in include into
17604 extra-include.
17605 (readline): Don't build.
17606 mpw-build.in (install): Install GDB.
17607
17608 * mpw-configure (prefix, mpw_prefix): Handle it.
17609 * mpw-config.in (mmalloc, readline): Don't configure.
17610 * mpw-build.in (thisscript): Rename to ThisScript.
17611 Use mpw-build instead of BuildProgram everywhere.
17612 (mmalloc, readline): Don't build.
17613 * mpw-README: New file, basic documentation about the MPW port.
17614
17615 * mpw-config.in: Use forward-include to create include files.
17616
17617 * mpw-configure: Add more things to the top of each configured
17618 Makefile, including contents of config/mpw-mh-mpw.
17619 * mpw-config.in (extra-include): Create this directory and fill it
17620 with Posix-like include files when configuring.
17621
17622 * config.sub (apple, mac, mpw): Add various aliases.
17623
17624 * mpw-build.in: New file, top-level build script fragment for MPW.
17625 * mpw-configure: New file, configure script for MPW.
17626 * mpw-config.in: New file, config fragment for MPW.
17627
17628 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17629
17630 * configure.in (host_libs): Remove glob, since it is gone from the
17631 sources.
17632
17633 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17634
17635 * Makefile.in: define empty GDB_NLM_DEPS var.
17636
17637 * configure.in(target_makefile_frag): use config/mt-netware
17638 for netware targets.
17639
17640 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
17641
17642 * config.sub: Merge in recent FSF changes. Remove linux special
17643 cases.
17644
17645 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17646
17647 Revert this change:
17648
17649 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17650
17651 * build-all.mk: Use CC=cc -Xs on Solaris.
17652
17653 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17654
17655 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
17656 stop using it.
17657 * Makefile.in: Nuke all references to glob subdirectory.
17658
17659 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17660
17661 * configure.in: Fix --enable-shared logic in per-host.
17662
17663 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
17664
17665 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17666
17667 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17668
17669 * configure.in (noconfigdirs): Don't build gas on AIX, for
17670 powerpc*-*-aix* as well as for rs6000*-*-aix*.
17671
17672 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
17673
17674 * configure: Fix --cache-file to work if the file argument is a
17675 relative path.
17676
17677 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
17678
17679 * configure: If the --cache-file is used, pass it down to
17680 configure in subdirectories.
17681
17682 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
17683
17684 * config.sub: add vxworks29k configuration.
17685
17686 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17687
17688 * Makefile.in (taz): Do "diststuff" part quietly.
17689
17690 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
17691
17692 * config.sub: Mini-merge with gcc/config.sub.
17693
17694 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17695
17696 * config.guess (IRIX): Sed - to _.
17697
17698 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17699
17700 * Makefile.in (source-vault, binary-vault): New targets.
17701
17702 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
17703
17704 * config.sub: Recognize -eabi as a basic system type.
17705
17706 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17707
17708 * configure.in (enable_shared stuff): Fix typo.
17709
17710 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
17711
17712 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17713
17714 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17715
17716 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
17717
17718 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
17719
17720 * configure.in (rs6000-*-*): Don't build gas.
17721
17722 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
17723
17724 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
17725 reduce command line length.
17726 (AS_FOR_TARGET): Check for as.new, not Makefile.
17727 (NM_FOR_TARGET): Check for nm.new, not Makefile.
17728
17729 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
17730
17731 * config.guess: Merge from FSF.
17732
17733 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17734
17735 * configure: Don't use $ when handling program_suffix.
17736
17737 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
17738
17739 * configure.in: Configure tk for hppa/hpux.
17740
17741 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
17742
17743 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
17744
17745 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17746
17747 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
17748 to LIBCXXFLAGS. Tests are better run without it.
17749
17750 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
17751
17752 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
17753
17754 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
17755
17756 * configure.in (*-*-netware*): Don't configure xiberty.
17757
17758 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
17759
17760 * configure.in: Remove tk from native_only list.
17761
17762 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
17763
17764 * build-all.mk: Add mips-ncd-elf target to sun4 targets
17765 for special NCD build.
17766
17767 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17768
17769 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
17770 makeall.bat, they're only useful for binutils snapshots.
17771 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
17772 makeall.bat to specified SUPPORT_FILES.
17773
17774 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
17775
17776 * build-all.mk: Add Ericsson targets to sun4 and solaris
17777 hosts. Add BNR's sun4 target to solaris host, so their
17778 build-from-source will be tested in-house first.
17779
17780 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17781
17782 * Makefile.in (LIBCFLAGS): New variable.
17783 (CFLAGS_FOR_TARGET): Ditto.
17784 (LIBCFLAGS_FOR_TARGET): Ditto.
17785 (LIBCXXFLAGS): Ditto.
17786 (CXXFLAGS_FOR_TARGET): Ditto.
17787 (LIBCXXFLAGS_FOR_TARGET): Ditto.
17788 (BASE_FLAGS_TO_PASS): Pass them.
17789 (EXTRA_TARGET_FLAGS): Ditto.
17790
17791 * configure.in: Support --enable-shared.
17792
17793 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
17794
17795 * configure.in (target_libs): Include libstdc++ again.
17796 * config.guess: Update from FSF (for FreeBSD).
17797
17798 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17799
17800 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
17801 makeall.bat.
17802 (DISTDOCDIRS): Add `etc'.
17803 (ETC_SUPPORT_PFX): New variable.
17804 (taz): Include anything from etc starting with a word in
17805 ETC_SUPPORT_PFX.
17806
17807 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17808
17809 * config.sub: Update for recent FSF changes. Remove obsolete
17810 h8300hds entry. Add -windows* and -osx as basic os. Minor
17811 spacing changes.
17812
17813 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
17814
17815 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
17816
17817 * config.guess: Merge with FSF.
17818 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
17819
17820 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17821
17822 * configure: Since the "trap 0" handler will override the exit
17823 status on many systems, only use it for "exit 1", and make it set
17824 a non-zero exit status; reset it before "exit 0". Also, check
17825 exit status of config.sub, and error out if it failed.
17826
17827 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
17828
17829 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
17830 and install libgloss.
17831
17832 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17833
17834 * Makefile.in (all-binutils): Depend upon all-byacc.
17835
17836 * configure.in: Don't build emacs on Irix 5.
17837
17838 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17839
17840 * configure.in (*-*-netware*): Add libio.
17841
17842 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17843
17844 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
17845 (CHECK_TARGET_MODULES): Ditto.
17846 (INSTALL_TARGET_MODULES): Ditto.
17847 (TARGET_LIBS): Ditto.
17848 (all-libstdc++): Note dependencies.
17849
17850 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17851
17852 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
17853
17854 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
17855
17856 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
17857 -fexternal-templates.
17858
17859 * configure.in (target_libs): Add libstdc++.
17860 (noconfigdirs): Add libstdc++ as appropriate.
17861
17862 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
17863
17864 * config.guess: Update from FSF.
17865
17866 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17867
17868 * configure: Use ${config_shell} when running ${configsub}.
17869
17870 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
17871
17872 * config.sub: No longer recognize h8300h.
17873
17874 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
17875
17876 * config.sub: Remove extraneous differences between config.sub and
17877 gcc/config.sub.
17878
17879 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
17880
17881 * Makefile.in (DISTSTUFFDIRS): Add gas.
17882
17883 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
17884
17885 * COPYING.NEWLIB: New file.
17886
17887 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
17888
17889 * config.guess (HP-UX): Patch from Harlan Stenn
17890 <harlan@landmark.com> to also emit release level.
17891
17892 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
17893
17894 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
17895
17896 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
17897
17898 * config.sub: Merge nextstep cleanup from FSF.
17899
17900 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
17901
17902 * configure.in (arm-*-*): Don't configure ld for this target.
17903
17904 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
17905
17906 * configure.in (*-*-netware): don't configure libg++, libio,
17907 librx, or newlib.
17908
17909 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
17910
17911 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
17912 configure ld--it works, but it doesn't support shared libraries.
17913
17914 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
17915
17916 * config.guess (*-unknown-freebsd*): Get rid of possible
17917 trailing "(Release)" in version string.
17918 Patch from Paul Richards <paul@isl.cf.ac.uk>.
17919
17920 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
17921
17922 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
17923 Fix type: *-next-neststep -> *-next-nextstep.
17924
17925 * config.guess: Merge from FSF:
17926
17927 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17928
17929 * config.guess: Recognize powerpc-ibm-aix3.2.5.
17930
17931 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
17932
17933 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
17934 instead of UNIX_SV for UnixWare 1.0).
17935
17936 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
17937
17938 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
17939 to make gdb/nlm/* build after the compiler and linker.
17940
17941 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
17942
17943 * config.guess (netbsd, freebsd, linux): Accept any machine,
17944 not just i[34]86.
17945 (m68k-atari-sysv4): Relocate to match FSF version.
17946
17947 * config.guess: More merges from the FSF:
17948
17949 Add a space before function call or macro invocation.
17950
17951 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17952
17953 * config.guess: Add trap cmd to remove dummy.c and dummy when
17954 interrupted.
17955
17956 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
17957
17958 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
17959 (dummy): Redirect stderr from compilation of dummy.c.
17960
17961 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
17962
17963 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
17964
17965 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
17966
17967 * configure: Accept and ignore --cache*, for compatibility with
17968 new autoconf.
17969
17970 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
17971
17972 * config.guess: Merge from FSF:
17973
17974 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17975
17976 * config.guess (Pyramid*:OSx*:*:*): New case.
17977 (PATH): Add /.attbin at end for finding uname.
17978 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
17979
17980 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
17981
17982 * config.guess (M88*:DolphinOS:*:*): New case.
17983
17984 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
17985
17986 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
17987 to select whether to use ELF or COFF.
17988
17989 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
17990
17991 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
17992
17993 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
17994
17995 * config.guess: Guess the OS version for HPUX.
17996
17997 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
17998
17999 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18000
18001 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18002
18003 * configure.in: Recognize --with-headers, --with-libs, and
18004 --without-newlib.
18005 * Makefile.in (all-xiberty): Depend upon all-ld.
18006
18007 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18008
18009 * configure.in: Change i[34]86 to i[345]86.
18010
18011 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18012
18013 * configure (version): A few more tweaks to help message.
18014
18015 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18016
18017 * Makefile.in: Remove (for now) librx as a host library,
18018 now that we're building it for target.
18019
18020 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18021
18022 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18023 (Karl Berry).
18024
18025 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18026
18027 * configure.in: Also configure librx.
18028
18029 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18030
18031 * Makefile.in: Update various rules to reflect that librx
18032 is now needed for libg++.
18033
18034 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18035
18036 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18037
18038 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18039
18040 * configure.in: Configure the examples directory.
18041
18042 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18043
18044 * configure: Simplify Jun 2 1994 change.
18045
18046 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18047
18048 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18049 /bin/gcc isn't good enough to build gcc.
18050
18051 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18052
18053 * Makefile.in (GDB_SUPPORT_FILES): Remove
18054 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18055 (gdb.tar.gz): Add new rule to use standard distribution building
18056 mechanism.
18057
18058 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18059
18060 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18061 Bill Cox <bill@cygnus.com>.
18062
18063 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18064
18065 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18066
18067 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18068
18069 * configure: Search current dir first in .gdbinit.
18070
18071 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18072
18073 * config.sub: Recognize freebsd (merged from gcc config.sub).
18074
18075 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18076
18077 * config.sub: Refer to NeXT's operating system as nextstep.
18078
18079 * config.sub (case $basic_machine): Re-order the cases, to match
18080 the order in the FSF version (which is mostly alphabethical).
18081 Merge in some additions and changes from the FSF.
18082
18083 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18084
18085 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18086 * config.sub: Recognize cxux7.
18087 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18088
18089 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18090
18091 * config.sub: Fix typo powerpc -> powerpc-*.
18092
18093 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18094
18095 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18096
18097 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18098 parallel with all-emacs and install-emacs). Top-level command
18099 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18100
18101 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18102
18103 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18104 $(relbindir)/make before doing ``make install'', and use
18105 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18106 installing over running make binary.
18107 ($(host)-stamp-stage3-installed): Likewise.
18108
18109 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18110
18111 * config.guess: Recognize Mach.
18112
18113 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18114
18115 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18116 see whether --exec-prefix was used.
18117
18118 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18119
18120 * README: Explicitly mention libg++/README. (Zoo's idea.)
18121
18122 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18123
18124 * Makefile.in: Add all-librx target similar to all-libproc.
18125
18126 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18127
18128 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18129 with post 1.2 uname bogosity.
18130
18131 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18132
18133 * configure: Remove temporary files on receipt of a signal.
18134
18135 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18136
18137 * configure: If there is a package_makefile_frag, remove
18138 ${subdir}/Makefile.tem after copying it in.
18139
18140 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18141
18142 * build_all.mk: support rs6000 lynx identifies itself as
18143 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18144 since /bin/gcc is too feeble to compile a modern gcc.
18145
18146 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18147
18148 * brought devo/test-build.mk update-to-date with progressive/
18149 test-build.mk. Add lynx targets and hppa flag info.
18150
18151 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18152
18153 * configure.in: Use mh-ncrsvr43. Patch from
18154 Tom McConnell <tmcconne@sedona.intel.com>.
18155
18156 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
18157
18158 * config.guess (i386-unknown-bsdi): No longer need to
18159 check #if defined(__bsdi__) && defined(__i386__).
18160
18161 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18162
18163 * configure: Set program_transform_nameoption correctly.
18164
18165 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18166
18167 * brought build-all.mk update-to-date with progressive build-all.mk,
18168 added new targets and hppa info.
18169
18170 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18171
18172 * configure: If config.guess result is a prefix of the user
18173 specified target, assume a native build and use the user specified
18174 target as the host alias. Remove SunOS patch suffix removal hack.
18175 * configure.in: Remove SunOS patch suffix removal hack.
18176
18177 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18178 in NATIVE_CHECK_MODULES.
18179
18180 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
18181
18182 * Makefile.in: Rename HOST_ONLY to NATIVE.
18183 * configure: Delete SunOs patch suffix from host_canonical
18184 and build_canonical variables that are prepended to Makefiles.
18185 * configure.in: Add comments for easier maintenance.
18186
18187 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18188
18189 * Makefile.in: Add all-libproc target similar to all-gui.
18190
18191 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
18192
18193 * Makefile.in (CHECK_MODULES): split into
18194 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18195
18196 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
18197
18198 * config.guess (i386-unknown-bsdi): New system to guess.
18199
18200 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18201
18202 * Makefile.in: Add all-gui target (but not yet build by "all").
18203
18204 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
18205
18206 * config.sub: Move deletion of patch suffix from here...
18207 * configure.in: To here, at Ian's suggestion. The top-
18208 level scripts might need to know of a patch level.
18209
18210 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
18211
18212 * config.sub: Strip off patch suffix so rtl is recognized
18213 as a sunos4.1.3 machine, even though it's been patched.
18214
18215 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
18216
18217 * Makefile.in (INSTALL_LAST): Delete.
18218 (INSTALL_DOSREL): New.
18219
18220 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18221
18222 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18223 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18224 whether we pass down --with-gnu-ld anyhow.
18225
18226 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
18227
18228 * Makefile.in (INSTALL_LAST): Change operation so it works
18229 on more flavors of make.
18230 * configure.in (go32): Don't build libg++ or libio.
18231
18232 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
18233
18234 * Makefile.in (Move HOST_PREFIX_1 and friends up so
18235 they can be overriden by templates.
18236
18237 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
18238
18239 * configure.in (target==go32): Don't build gdb.
18240 * dosrel: New directory.
18241
18242 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
18243
18244 * configure.in (host==go32): Configure dosrel too.
18245 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18246 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18247 be set by incoming names or templates.
18248 (INSTALL_LAST): New rule.
18249
18250 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
18251
18252 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18253
18254 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18255
18256 * configure.in (appdirs): New variable. Currently empty, but will
18257 be used in gas distribution. If nonempty, lists a set of
18258 directories at least one of which must get configured, or top
18259 level configuration is considered to have failed.
18260 (rs6000-*-lynxos*): Use new file name.
18261
18262 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18263
18264 Eliminate XTRAFLAGS.
18265 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18266 newlib include files using -idirafter, and also use -nostdinc.
18267 (CXX_FOR_TARGET): Likewise.
18268 (XTRAFLAGS): Removed.
18269 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18270 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18271 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18272 ($(DO_X)): Don't pass down XTRAFLAGS.
18273
18274 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18275
18276 * configure.in (mips*-dec-bsd*): New target; do build linker.
18277 (mips*-*-bsd*): New target; don't build linker.
18278
18279 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18280
18281 * configure.in: support rs6000-*-lynxos* configuration.
18282 support sunos4 as a cross target.
18283
18284 * config.sub: look for lynx*, not lynx since the OS version may
18285 legitimately be part of the name.
18286
18287 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18288
18289 * configure.in (i[34]86-*-sco*): Move to be with other i386
18290 targets.
18291 (romp-*-*): New target. Skip various binary utilities.
18292 (vax-*-*): New target. Don't build newlib.
18293 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
18294
18295 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18296
18297 * configure.in: Only set host_makefile_frag if config
18298 directory exists.
18299
18300 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18301
18302 * install.sh: If $dstdir exists, don't check whether each
18303 component does.
18304
18305 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18306
18307 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18308
18309 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18310
18311 * configure.in (*-*-lynxos*): Don't configure newlib for either
18312 native or cross Lynx.
18313
18314 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
18315
18316 * config.sub (sparc64-elf): Fix os.
18317 (z8k): Remove duplicate.
18318
18319 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18320
18321 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18322 gcc/stmp-fixproto, to try to prevent fixproto from being run.
18323
18324 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
18325
18326 * configure: Make file links cleanly even if Lynx fails on
18327 an NFS symlink (at least fail cleanly).
18328
18329 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18330
18331 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18332 -XNh2000.
18333
18334 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18335
18336 * configure: Unknown options are fatal again.
18337
18338 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
18339
18340 * configure: Ignore --x-includes and --x-libraries, for Autoconf
18341 compatibility.
18342
18343 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
18344
18345 * build-all.mk: Add `clean' target.
18346
18347 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18348
18349 * config.guess: Add SINIX support.
18350 * configure.in: Add mips-*-sysv4* support.
18351
18352 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
18353
18354 * build-all.mk: Document all useful targets.
18355 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18356 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18357
18358 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18359
18360 * configure: Support --silent, --quiet.
18361
18362 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18363
18364 * configure: Support --disable-FEATURE.
18365
18366 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18367
18368 * config.guess: Recognize NCR running SVR4.3.
18369
18370 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
18371
18372 * config.guess: Make BSDI generate i386-unknown-bsd386.
18373 Patch from Paul Eggert <eggert@twinsun.com>.
18374
18375 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18376
18377 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18378
18379 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18380
18381 * configure: Make unrecognized options give nonfatal warnings
18382 instead of fatal errors, and pass them to any subdirectory
18383 configures in case they recognize them.
18384 Make --x equivalent to --with-x.
18385
18386 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18387
18388 * configure: Add --enable-* options. Clean up usage message and
18389 some comments.
18390
18391 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
18392
18393 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18394
18395 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18396
18397 * configure.in (hppa*-*-*): Enable binutils.
18398
18399 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18400
18401 * config.sub: Recognize cisco.
18402
18403 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
18404
18405 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18406
18407 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18408
18409 * config.guess: about target *-hitachi-hiuxwe2, don't print more
18410 than one configuration name. Add comment.
18411
18412 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
18413
18414 * config.guess: about target *-hitachi-hiuxwe2, fixed
18415 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
18416 macro is incorrect.]
18417
18418 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18419
18420 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18421 than the "make ls" stuff which used to be here.
18422
18423 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18424
18425 * config.guess: Recognize i[34]86-unknown-freebsd.
18426 From Shawn M Carey <smcarey@rodan.syr.edu>.
18427
18428 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
18429
18430 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18431
18432 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18433
18434 * config.guess: Check for ptx.
18435
18436 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
18437
18438 * config.sub: Add os9k checking.
18439
18440 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18441
18442 * config.guess: Handle OSF1 running on HPPA processors
18443
18444 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18445
18446 * configure: If subdir configure fails, print out a message with
18447 subdirectory name, in case subdir's configure code didn't identify
18448 itself.
18449
18450 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
18451
18452 * configure.in: Remove embedded newlines from configdirs.
18453 Avoid mismatches of substrings. Fix matching strings at end
18454 of configdirs.
18455
18456 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
18457
18458 * config.guess: Add Lynx/rs6000 config support.
18459
18460 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18461
18462 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18463
18464 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
18465
18466 * configure.in (hppa*-*-osf*): Treat this just like most other
18467 PA configurations (eg no binutils or ld).
18468 (hppa*-*-*elf*): These configurations have binutils and ld.
18469
18470 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18471
18472 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
18473
18474 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18475
18476 * configure.in (rs6000-*-*): Build gas.
18477
18478 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18479
18480 * Makefile.in: Avoid bug in losing hpux sed.
18481
18482 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18483
18484 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18485 for GDB and GDB has been fixed to not need it.
18486
18487 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18488
18489 * config.guess: Recognize vax hosts.
18490
18491 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18492
18493 * configure (while loop): Don't use "break 2" inside case
18494 statement -- the case statement isn't an enclosing loop.
18495
18496 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18497
18498 * config.guess: Clean up NeXT support, to allow nextstep
18499 on Intel machines. Make OS be nextstep.
18500
18501 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
18502
18503 * config.guess: Add alternate forms for Convex.
18504
18505 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
18506
18507 * configure: Completely rewrite option processing. Take
18508 advantage of pattern-matching to avoid invoking test frequently.
18509 Also clean up host and target defaulting logic.
18510
18511 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18512
18513 * Makefile.in: Replace all occurrances of "rootme" with "r" and
18514 "$${rootme}" with "$$r", to increase the likelihood that the do-*
18515 commands (plus user environment) will fit SCO limits.
18516
18517 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18518
18519 * configure.in: Don't issue warnings about directories which are
18520 not being configured if -norecursion is set. Correct test for
18521 --with-gnu-as and --with-gnu-ld to not get confused by substring
18522 matches.
18523
18524 * configure.in: Don't build gas for alpha-dec-osf1*.
18525
18526 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
18527
18528 * configure: Back out Per's change of 12/19/1993. It changes the
18529 behavior of configure in unexpected and confusing ways.
18530
18531 Also, use different delim char when calculating
18532 program_transform_name so that the name can contain slashes.
18533
18534 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
18535
18536 * configure.in, config.sub: Add support for VSTa micro-kernel.
18537
18538 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18539
18540 * configure.in: Nuke hacks which were used to get a special
18541 version of GAS for HPPA configurations.
18542
18543 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
18544
18545 * configure: If only ${target_alias} is given, use that
18546 as the default for ${host_alias}.
18547 * configure: Add missing back-slashes before nested quotes.
18548
18549 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18550
18551 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18552
18553 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
18554
18555 * config.guess: Recognize some Tektronix configurations.
18556 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18557
18558 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18559
18560 * config.sub: Match any flavor of SH.
18561
18562 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
18563
18564 * configure.in: Don't try to configure newlib for Alpha.
18565
18566 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18567
18568 * configure.in: Don't build ld for Irix 5. Don't build gas,
18569 libg++ or libio for any Alpha target.
18570
18571 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18572
18573 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
18574
18575 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18576 default arguments -- so it tried to compress itself.
18577
18578 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18579
18580 * configure.in (notsupp): ensure that a space is always at the end
18581 of the configdirs list, since the grep checks for an explicit space
18582
18583 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18584
18585 * configure.in (target i386-sysv4.2): don't build ld, since static
18586 versions of many libraries are not available.
18587
18588 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18589
18590 * config.guess: Recognize Apollos (using environment variables).
18591 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18592
18593 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18594
18595 * config.guess: Recognize Sony news mips running newsos.
18596
18597 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
18598
18599 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18600 "fi ; else" for bash.
18601
18602 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
18603
18604 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18605
18606 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
18607
18608 * config.sub: accept unixware as an alias for svr4.2.
18609 Fix some inconsistancies with the gcc version.
18610
18611 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18612
18613 * Makefile.in (DISTDOCDIRS): Add gdb.
18614
18615 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
18616
18617 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
18618
18619 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18620
18621 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18622 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18623 this now.
18624
18625 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18626
18627 * config.sub: Accept hiux* as an OS name.
18628
18629 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18630 etc/make-stds.texi. The underscore came from gcc, and dje now
18631 agrees that RUNTESTFLAGS is the correct name.
18632
18633 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
18634
18635 * install.sh: Remove 'set -e'. It makes any conditionals
18636 in the script useless.
18637
18638 * config.guess: Automatically recognize arm-acorn-riscix
18639 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18640
18641 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
18642
18643 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18644
18645 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18646
18647 * Makefile.in (DISTDOCDIRS): New variable.
18648 (taz): Edit local Makefile.in sooner, instead of proto-toplev
18649 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
18650
18651 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18652
18653 * configure.in (hppa target): check the source directory for the
18654 pagas sub-directory
18655
18656 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
18657
18658 * config.sub: Allow -aout* and -elf*.
18659
18660 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18661
18662 * configure.in: Don't build ld on i386-solaris2, same as for
18663 sparc-solaris2.
18664
18665 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
18666
18667 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18668
18669 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18670
18671 * configure.in: Configure gdb for alpha.
18672
18673 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18674
18675 * Makefile.in (CXXFLAGS): Add -O.
18676
18677 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18678
18679 * config.guess: added support for DG Aviion
18680
18681 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18682
18683 * configure.in: Produce warning message for subdirectories not
18684 configurable for this host/target combination. Don't try to
18685 configure gdb for vms.
18686
18687 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18688
18689 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18690 appropriate files before making "diststuff".
18691 (DISTBISONFILES): New var: list of files to be edited.
18692 (DISTSTUFFDIRS): Add binutils.
18693
18694 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18695
18696 * config.sub: also handle mipsel and mips64el (for little endian mips)
18697
18698 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18699
18700 * configure.in: Add * to end of all OS names.
18701
18702 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
18703
18704 * configure.in: Build newlib for LynxOS native.
18705
18706 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18707
18708 * config.guess: Add support for delta 88k running SVR3.
18709
18710 * configure.in: Add comment about HP compiler vs. emacs.
18711
18712 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18713
18714 * configure.in: don't build ld on solaris2 (not a viable option
18715 due to bugs in getpwnam & getpwuid)
18716
18717 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18718
18719 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
18720 config.guess will produce a full version number.
18721
18722 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18723
18724 * configure.in: Build linker and binutils for alpha-dec-osf1.
18725
18726 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18727
18728 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
18729 and gdb/testsuite/Makefile.in.
18730
18731 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18732
18733 * configure.in: recognize mips*- instead of mips-
18734
18735 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
18736
18737 * config.sub: Accept linux*coff and linux*elf as operating
18738 systems.
18739
18740 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18741
18742 * config.sub: Recognize mips64, and mips3 as an alias for it.
18743
18744 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18745
18746 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
18747 gdb knows how to handle OSF/1 shared libraries.
18748
18749 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18750
18751 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
18752 * config.guess: Recognize Hitachi's HIUX.
18753 * config.sub: Recognize h3050r* and hppahitachi.
18754 Remove redundant cases for hp9k[23]*.
18755
18756 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18757
18758 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
18759 if gas and ld are in the source tree and are in ${configdirs}.
18760 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
18761 --with options (but still pass them down on the command line,
18762 if they were explicitly specified).
18763
18764 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18765
18766 * configure: substitute SHELL value in Makefile.in with
18767 ${CONFIG_SHELL}
18768
18769 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18770
18771 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
18772 *-*-solaris2* targets.
18773
18774 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18775
18776 * Makefile.in: define M4, and pass it down to sub-makes;
18777 all-autoconf now depends on all-m4
18778
18779 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18780
18781 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
18782 presence of {ar,ranlib} instead of a configured directory
18783
18784 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
18785
18786 * config.guess: Accept 34?? as well as 33?? for NCR.
18787
18788 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18789
18790 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
18791 of 'gas' in sed commands, since 'gash' is now in the tree as well.
18792
18793 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18794
18795 * configure: grab values for $(CC) and $(CXX) from the
18796 environment, so that someone can do "CC=gcc configure; make" and
18797 have it work right (matching the way that autoconf works now)
18798
18799 * configure.in, Makefile.in: add support for gash, the tcl
18800 interface to Galaxy
18801
18802 * config.guess: add NetBSD variants (hp300, x86)
18803
18804 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
18805
18806 * install.sh: Support -d option (in the manner of SunOS 4 install,
18807 as it is more deterministic than that of GNU install)
18808 (chmodcmd): Set file to mode 755 by default (should also do default
18809 chgrp and chown, but I don't feel like dealing with that now)
18810
18811 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
18812
18813 * config.sub: Remove h8300hhms alias.
18814
18815 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18816
18817 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
18818
18819 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18820
18821 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
18822 as stmp-fixinc
18823
18824 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18825
18826 * config.sub: recognize m88110-bug-coff.
18827
18828 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18829
18830 * Makefile.in (all-libio): all dependencies on the toolchain used
18831 to build this (gcc, gas, ld, etc)
18832
18833 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18834
18835 * config.guess: Deal with OSF/1 1.3 on alpha.
18836
18837 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18838
18839 * install.sh: add some 'else true' clauses for portability
18840
18841 * configure.in: don't build libio for h8[35]00-*-* targets
18842
18843 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
18844
18845 * Makefile.in: Add support for new libio.
18846
18847 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18848
18849 * install.sh: If one command fails, don't try the rest. Don't try
18850 to remove $dsttmp (via trap) unless we have already created it.
18851 If $src doesn't exist, detect it and exit with an error.
18852
18853 * config.guess: Recognize BSD on hp300.
18854
18855 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
18856
18857 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
18858 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
18859
18860 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
18861
18862 * Makefile.in (all-send-pr): depends on all-prms
18863
18864 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18865
18866 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
18867
18868 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18869
18870 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
18871 Added test for mips-mips-riscos5.
18872
18873 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18874
18875 * configure.in: use mh-hp300 for 68k HP hosts
18876
18877 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18878
18879 * configure: add support for CONFIG_SHELL, so that you can use
18880 some alternate shell for evaluating configure scripts
18881
18882 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
18883
18884 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
18885 in configure script to bug-gdb@prep.ai.mit.edu when building
18886 distribution archive.
18887 * Makefile.in (COMPRESS): Remove def.
18888 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
18889 gdb.tar.Z and make-gdb.tar.Z respectively.
18890 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
18891 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
18892 to convergence with 'taz' target in Makefile.in.
18893
18894 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18895
18896 * install.sh (dsttmp): use trap to ensure that tmp files go
18897 away on error conditions
18898
18899 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18900
18901 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
18902
18903 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18904
18905 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
18906 its parent is '/' not ''.
18907
18908 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
18909
18910 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
18911
18912 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
18913 that ${newsrcdir}/configure.in does.
18914
18915 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18916
18917 * test-build.mk: support for CONFIG_SHELL
18918
18919 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
18920
18921 * config.sub (netware): Add as a basic system type.
18922
18923 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
18924
18925 * Makefile.in (Makefile): depend on configure.in. Also drop the
18926 $(srcdir)/ from the dependency on Makefile.in.
18927
18928 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
18929
18930 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
18931 (h8300hhms is temporary until multi-libraries are implemented).
18932 * configure.in: Handle h8300h too.
18933
18934 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18935
18936 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
18937
18938 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
18939
18940 * configure: Remove extraneous output when guessing host type.
18941 * config.guess: Remove extraneous output when guessing using C
18942 compiler rather than uname, or when guessing fails.
18943
18944 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
18945
18946 * Makefile.in: remove all.cross and install.cross targets
18947
18948 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
18949 definitions
18950
18951 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
18952
18953 * configure.in (target sh): Build gprof.
18954
18955 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18956
18957 * config.sub: change -solaris to -solaris2
18958
18959 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18960
18961 * configure.in: Use config/mh-riscos for mips-*-sysv*.
18962
18963 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
18964
18965 * configure: Correct error message for missing Makefile.in to
18966 print correct directory.
18967
18968 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
18969
18970 * install.sh: kludge around 386BSD shell bug
18971
18972 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
18973
18974 * config.guess: Recognize NeXT.
18975 * config.guess: Recognize i486-ncr-sysv4.
18976 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
18977
18978 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
18979
18980 * Makefile.in (MAKEINFOFLAGS): New variable.
18981 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
18982 * build-all.mk, test-build.mk: Pass down --no-split as
18983 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
18984
18985 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
18986
18987 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
18988
18989 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
18990
18991 * Makefile.in (libg++.tar.z): New rule.
18992 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
18993 * Makefile.in (taz): Only do a single chmod.
18994
18995 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
18996
18997 * install.sh: don't use dirname anymore (replaced with sed usage)
18998
18999 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19000
19001 * Makefile.in: Change extension for gzip'd files from '.z' to
19002 '.gz' per new FSF standard usage.
19003
19004 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19005
19006 * configure: put quotes around the final value of program_transform_name
19007
19008 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19009
19010 * Makefile.in: new install.sh support; update install-info rules
19011
19012 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19013
19014 * configure.in: Build diff for crosses, but not for go32 host.
19015
19016 * configure.in: Build gprof only for native, and don't build it
19017 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19018
19019 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19020
19021 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19022
19023 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19024
19025 * configure.in (host_tools): Add prms.
19026
19027 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19028
19029 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19030 with $(FLAGS_TO_PASS) on the command line
19031
19032 * config.sub: Recognize lynx and lynxos
19033
19034 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19035
19036 * config.sub: Accept -ecoff*, not just -ecoff.
19037
19038 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19039
19040 * Makefile.in (taz): Use .gz suffix instead of .z.
19041 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19042 names.
19043
19044 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19045
19046 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19047
19048 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19049
19050 * Makefile.in (install-no-fixedincludes): install gcc last, so
19051 that rebuilds that might happen during 'make install' don't get
19052 bogus gcc include files
19053
19054 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19055
19056 Change from Utah for HPPA support:
19057 * config.guess: Recognize hppa1.x-hp-bsd.
19058
19059 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19060
19061 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19062 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19063
19064 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19065
19066 * config.sub: Add support for rom68k and bug boot monitors.
19067
19068 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19069
19070 * Makefile.in: Make all-opcodes depend on all-bfd.
19071
19072 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19073
19074 * config.guess: Added special check for i[34]86-univel-sysv4*.
19075
19076 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19077
19078 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19079 the processor rather than assuming i486.
19080
19081 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19082
19083 * config.guess: Recognize SunOS6 as Solaris3.
19084
19085 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19086
19087 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19088 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19089
19090 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19091
19092 * build-all.mk (all-cross): New target for Canadian Cross.
19093 Added Q2 go32 targets.
19094 * test-build.mk: Configure go32 cross sparclite-aout and
19095 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19096 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19097
19098 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19099
19100 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19101 GO32 hosted toolchains
19102
19103 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19104
19105 * configure: change so "-exec-prefix" gets passed down rather
19106 than "-exec_prefix" so autoconf generated Makefiles get the
19107 exec_prefix set right.
19108
19109 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19110
19111 * config.guess: get the Solaris2 minor version number
19112
19113 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19114
19115 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19116
19117 * config.guess: Recognize some Sequent platforms.
19118
19119 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19120
19121 * Makefile.in: added the vault-install target
19122
19123 * configure.in: actually use the Sun3 makefile fragment that's in
19124 config, also added the release dir to configdirs
19125
19126 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19127
19128 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19129
19130 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19131
19132 * configure.in: remove some program from Alpha targetted toolchains
19133
19134 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19135
19136 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19137 gprof.
19138 (taz): Run "make diststuff" in those directories instead of "make
19139 proto-dir". Look for "VERSION=" only at start of line in subdir
19140 Makefile. Use "gzip -9" for compression.
19141 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19142 (binutils.tar.z): New target.
19143
19144 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19145
19146 * Makefile.in (taz): Include gpl.texinfo.
19147
19148 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19149
19150 * Makefile.in (setup-dirs): Merged into "taz" target.
19151 (taz): Only do `proto-dir' stuff if a directory is actually needed
19152 for this target.
19153
19154 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
19155
19156 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19157 (FLAGS_TO_PASS): Pass down MUNCH_NM.
19158 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19159 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19160 (gcc-no-fixedincludes): Correct for current gcc Makefile.
19161
19162 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
19163
19164 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
19165 config.sub, and move-if-change to gdb testsuite distribution
19166 archive, so the testsuite can be extracted, configured, and
19167 run separately from the gdb distribution. Blow away the Chill
19168 tests that require a Chill compiled executable, since GNU Chill
19169 is not yet publically available.
19170
19171 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19172
19173 * test-build.mk: set environment variables in a single command,
19174 instead of a list of assignments and exports
19175
19176 * config.guess: recognize Alpha/OSF1 systems
19177
19178 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19179
19180 * configure: Change help message to prefer --options rather than
19181 -options.
19182
19183 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19184
19185 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19186 zippy@ecst.csuchico.edu.
19187 * config.guess: Recognize miniframe.
19188
19189 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
19190
19191 * Makefile.in: Use srcroot to find runtest rather than rootme.
19192 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19193
19194 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
19195
19196 * test-build.mk: Extensive additions to support building on a
19197 machine other than the host.
19198
19199 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19200
19201 * configure (tooldir): Fix for i386-aix again.
19202
19203 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
19204
19205 * configure, Makefile.in: Change definition of $(tooldir)
19206 to match the FSF.
19207
19208 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
19209
19210 * config.guess: Recognize i[34]86/SVR4.
19211
19212 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19213
19214 * Makefile.in (all-gdb): gdb depends on sim.
19215
19216 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
19217
19218 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
19219 at the same time we make the prototype gdb directory.
19220 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
19221 files at the same time as the gdb base release distribution.
19222
19223 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
19224
19225 * Makefile.in (check): Use individual check targets rather than
19226 DO_X rule.
19227 (check-gcc): Added.
19228
19229 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
19230
19231 * config.sub: Use sysv3.2 not sysv32 for canonical OS
19232 for System V release 3.2.
19233
19234 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19235
19236 * config.sub: Recognize hppaosf.
19237 * configure.in: Do configure ld/binutils/gas for it.
19238
19239 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19240
19241 * configure (tooldir): Alter syntax used to set this, for systems
19242 where "\$" isn't handled right, like i386-aix.
19243
19244 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
19245
19246 * configure: Pass program-transform-name, not
19247 program_transform_name, to recursive configures.
19248
19249 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
19250
19251 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19252 of gas+ld+binutils.
19253
19254 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
19255
19256 * config.guess: Recognize AIX3.2 as distinct from 3.1.
19257
19258 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19259
19260 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19261
19262 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19263
19264 * Makefile.in (PRMS): Set back to all-prms.
19265
19266 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
19267
19268 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19269 targets, rather than for MIPS hosts.
19270
19271 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19272
19273 * configure.in: add comment for --with-x default values
19274
19275 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19276
19277 * Makefile.in: add check-* targets for each of the directories in
19278 the tree. Add a definition of RUNTEST that will use the one we
19279 just built, if it exists. Pass this down via FLAGS_TO_PASS.
19280
19281 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
19282
19283 * configure.in: Removed obsolete references to bfd_target and
19284 target_makefile_frag.
19285
19286 * build-all.mk: Set assorted targets for Q2.
19287 * config.sub: Recognize z8k-sim and h8300-hms.
19288 * test-build.mk: Really don't pass host to configure.
19289 (HOLES): Added uname.
19290
19291 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
19292
19293 * configure: Handle an empty program-prefix, program-suffix or
19294 program-transform-name correctly.
19295
19296 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
19297
19298 * build-all.mk: -G 8 no longer required for MIPS targets.
19299 * test-build.mk: Don't pass host argument to configure; make it
19300 guess.
19301
19302 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
19303
19304 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
19305 * Makefile.in (COMPRESS): New macro, like GZIP.
19306
19307 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
19308
19309 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19310
19311 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19312 with gas currently defaults to -G 0.
19313
19314 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
19315
19316 * Makefile.in (all-flex): flex depends on byacc.
19317
19318 * build-all.mk: If host not specified, use config.guess. Pass TAG
19319 to test-build.mk as RELEASE_TAG.
19320 * test-build.mk (configargs): New variable containing arguments to
19321 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
19322 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19323
19324 * config.guess: Use /bin/uname when checking -X argument on SCO,
19325 to avoid invoking GNU uname which doesn't understand -X.
19326
19327 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19328
19329 * configure.in: Build gas for mips-*-*.
19330
19331 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19332
19333 * Makefile.in (all.normal): insert missing backslash.
19334
19335 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
19336
19337 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19338
19339 * Makefile.in: Complete overhaul to merge many almost identical
19340 targets.
19341
19342 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19343
19344 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19345 (gdb.tar.Z): Adjusted.
19346
19347 * Makefile.in (setup-dirs, taz): New targets; should be general
19348 enough to adapt for gdb sometime. Build only .z file.
19349 (gas.tar.z): New target.
19350
19351 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19352
19353 * build-all.mk: Use CC=cc -Xs on Solaris.
19354
19355 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
19356
19357 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
19358 for handling BISON for FSF releases.
19359
19360 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19361
19362 * configure: Actually implement the change zoo just documented.
19363
19364 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19365
19366 * configure: when using config.guess, only set target_alias when
19367 it's not already been set (ie, on the command line)
19368
19369 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19370
19371 * Makefile.in: add installcheck target, set PRMS to install-prms
19372
19373 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19374
19375 * configure: add support for package_makefile_fragment, handle the
19376 case where a directory has a configure.in file but no Makefile.in
19377 more gracefully (with an actual understandable error message, even);
19378 add support for --without (and add this to the usage message); also
19379 explicitly add a --host=${host_alias} to the command line when
19380 config.guess is used
19381
19382 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19383
19384 * configure: Must use both --host and --target in recursive calls.
19385
19386 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
19387
19388 * Makefile.in: Change deja-gnu to dejagnu.
19389
19390 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
19391
19392 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19393
19394 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19395
19396 * configure.in: canonicalize all instances to *-*-solaris2*,
19397 also strip out a number of tools to not build for go32 host
19398
19399 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19400
19401 * config.guess: add GPL.
19402
19403 * Makefile.in, config.guess, config.sub, configure: bump
19404 copyrights to 93.
19405
19406 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
19407
19408 * Makefile.in (do-info): Removed obsolete check for existence of
19409 localenv file.
19410
19411 * Makefile.in (MAKEOVERRIDES): Define to be empty.
19412
19413 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19414
19415 * Makefile.in: a couple of 'else true' for decstation,
19416 support for TclX
19417
19418 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19419
19420 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
19421
19422 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19423
19424 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
19425
19426 * config.guess: Recognize i386-ibm-aix (PS/2).
19427 * configure.in: Use config/mh-aix386 file for it.
19428
19429 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
19430
19431 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19432 CC_FOR_TARGET instead.
19433 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19434
19435 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
19436
19437 * Makefile.in: Add sim to list of directories sent with gdb
19438
19439 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
19440
19441 * configure.in: Put back mips-dec-bsd* case.
19442
19443 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
19444
19445 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19446 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
19447 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19448
19449 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19450
19451 * configure.in: remove no-op mips-dec-bsd* in "case $target"
19452
19453 * Makefile.in (dir.info): only run gen-info-dir if it exists,
19454 (install-info): install dir.info only if it exists,
19455 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19456
19457 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
19458
19459 * configure.in: For vms target, skip bfd, ld, binutils. Do build
19460 gas for mips-dec-bsd.
19461
19462 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
19463
19464 * configure (makesrcdir): If ${srcdir} is relative and not ".",
19465 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19466
19467 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
19468
19469 * configure.in: Added "dejagnu" to hosttools list.
19470
19471 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
19472
19473 * config.sub, configure.in, config.guess: Add support
19474 for Bosx, an AIX variant from Bull.
19475 Patches from F.Pierresteguy@frcl.bull.fr.
19476
19477 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
19478
19479 * devo/dejagnu: Initial creation of devo/dejagnu.
19480 Migrated dejagnu testcases and support files for testing software
19481 tools to reside as subdirectories, currently called "testsuite",
19482 within the directory of the software tool. Migrated all programs,
19483 support libraries, etc. beloging to dejagnu proper from
19484 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
19485 with no modifications. The changes to these files which will
19486 allow them to configure, build, and execute properly will be made
19487 in a future update.
19488
19489 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19490
19491 * Makefile.in: Change send_pr to send-pr.
19492 * configure.in: Likewise.
19493 * send_pr: Renamed directory to send-pr.
19494
19495 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
19496
19497 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
19498
19499 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
19500
19501 * README: Update for gdb-4.8 release.
19502 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
19503 gdb-xxx.tar.z (gzip'd) file also.
19504
19505 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19506
19507 * Makefile.in: make all-diff depend on all-libiberty
19508
19509 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
19510
19511 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19512
19513 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19514
19515 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19516
19517 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
19518
19519 * Makefile.in (DEVO_SUPPORT): Remove etc directory
19520 (ETC_SUPPORT): Only add the files GDB wants from etc/.
19521 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
19522
19523 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19524
19525 * Makefile.in: makeinfo binary is in a new location
19526
19527 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
19528
19529 * config.sub: Accept -ecoff as an OS.
19530
19531 * Makefile.in: Various changes to eliminate a level of make
19532 recursion and reduce the required command line length.
19533 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19534 sub-makes.
19535 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19536 variables holding settings for specific sub-makes.
19537 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19538 in terms of BASE_FLAGS_TO_PASS.
19539 (TARGET_LIBS): New variable listing directories which use
19540 TARGET_FLAGS_TO_PASS.
19541 (subdir_do): Eliminated.
19542 (do-*): New set of targets to replace subdir_do.
19543 (various): All targets which used subdir_do now depend on do-*.
19544 (local-clean): Renamed from do_clean.
19545 (local-distclean): New target, dependency of distclean and
19546 realclean.
19547 (install-info): Don't create directories. Depend on dir.info
19548 rather than calling make recursively.
19549 (install-dir.info): Eliminated.
19550 (install-info-dirs): Create all info directories here.
19551 (dir.info): Depend upon do-install-info.
19552
19553 * test-build.mk (HOLES): Added false.
19554
19555 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
19556
19557 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
19558
19559 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19560
19561 * Makefile.in (info): remove dependency on all-texinfo. The
19562 problem was really in texinfo/C, not at this level.
19563
19564 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
19565
19566 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19567
19568 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
19569
19570 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
19571 GDB releases.
19572
19573 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19574
19575 * configure: Include srcdir in message about target of link not
19576 being found. Don't convert `-' to `_' in `with' options being
19577 passed to subdirs.
19578
19579 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19580
19581 * configure.in: add uudecode to host_tools
19582
19583 * Makefile.in: added {all,install}-uudecode targets, added them to
19584 the appropriate lists
19585
19586 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
19587
19588 * Makefile.in (all-gcc): Added dependency on all-gas.
19589
19590 * configure.in (mips-*-*): Build ld and binutils.
19591
19592 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19593
19594 * configure: check return code from mkdir, print error message and
19595 exit on failure.
19596
19597 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
19598
19599 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
19600
19601 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
19602
19603 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19604
19605 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19606
19607 * config.sub (h8500): Recognize this as a cpu type.
19608
19609 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19610
19611 * configure: source directory missing is no longer a warning
19612
19613 * configure.in: recognize irix[34]* instead of irix[34]
19614
19615 * Makefile.in: define and pass down X11_LIB
19616
19617 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
19618
19619 * guess-systype: Renamed to ...
19620 * config.guess: ... by popular request.
19621 * configure.in, Makefile.in: Update accordingly.
19622
19623 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
19624
19625 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
19626 + Add Convex, Cray/Unicos, and Encore/Multimax support.
19627 + Execute ./dummy instead of assuming . is in PATH.
19628
19629 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
19630
19631 * guess-systype: New shell script. Attempts to guess the
19632 canonical host name of the executing host.
19633 Only a few hosts are supported so far.
19634 * configure: Call guess-systype if no host is specified.
19635
19636 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
19637
19638 * Makefile.in (gcc-no-fixedincludes): Made to work with current
19639 gcc Makefile.
19640
19641 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
19642
19643 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19644 (all-gcc, install-gcc, subdir_do): Use it.
19645
19646 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19647
19648 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19649
19650 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
19651
19652 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19653 set exclusively by configure, using configure.in .
19654
19655 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19656
19657 * test-build.mk: set $PATH for all builds
19658
19659 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19660
19661 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
19662
19663 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
19664 the one used in gcc/Makefile.in, so that a null expansion doesn't
19665 override the one needed to build gcc with a native cc.
19666
19667 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19668
19669 * configure: Accept -with arguments.
19670
19671 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19672
19673 * Makefile.in: added h8300sim
19674
19675 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
19676
19677 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19678 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
19679 (all-cygnus, native, build-cygnus): Make
19680 $(canonhost)-stamp-3stage-done, not $(host)....
19681 * test-build.mk (stamp-3stage-compared): Use tail +10c for
19682 i386-sco3.2v4. Added else true to if command.
19683
19684 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
19685
19686 * config.sub: (from FSF) Sequent uses a BSD-like OS.
19687
19688 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
19689
19690 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19691
19692 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19693
19694 * configure.in: don't remove binutils from Solaris builds
19695
19696 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
19697
19698 * Makefile.in: get rid of earlier definitions for *clean,
19699 also handle the recursive info rule better
19700
19701 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
19702
19703 * Makefile.in (mostlyclean, distclean, realclean): Fix to
19704 do more-or-less the right thing.
19705
19706 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
19707
19708 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19709 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19710
19711 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19712
19713 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
19714 $(host_canonical).
19715
19716 * configure.in: split the configdirs list into 4 categories (native
19717 v. cross, library v. tool) and handle the cross-only and native-
19718 only in more reasonable (and correct!) way.
19719
19720 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
19721
19722 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
19723 configdirs anymore.
19724
19725 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19726
19727 * Makefile.in: extensive cleanup:: removed all of the explicit
19728 clean-* targets, collapsed many wrappers around subdir_do into
19729 one, added additional targets to satisfy standards.texi, deleted
19730 some old targets, some changes for consistency
19731
19732 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19733
19734 * configure.in: handle some programs as cross-only, and others as
19735 native only
19736
19737 * test-build.mk: handle partial holes in a more generic manner
19738
19739 * Makefile.in: m4 depends on libiberty
19740
19741 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19742
19743 * configure.in: add m4, textutils, fileutils, sed, shellutils,
19744 time, wdiff, and find to configdirs
19745
19746 * Makefile.in: all, clean, and install rules for the new programs
19747 added to configure.in
19748
19749 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19750
19751 * configure.in: use mh-sun for all *-sun-* hosts
19752
19753 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19754
19755 * Makefile.in: define flags for X11 include files and library file
19756 locations, pass them down to the programs that need this info
19757
19758 * build-all.mk: added a 'native' target, to 3stage the native toolchain
19759
19760 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19761
19762 * configure.in: start building libg++ for HP-UX targets
19763
19764 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
19765
19766 * README: Update references to files moved into etc/.
19767
19768 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
19769
19770 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
19771 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
19772
19773 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
19774
19775 * configure: accept dash as well as underscore in long option
19776 names for FSF compatibility.
19777
19778 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
19779
19780 * config.sub: added -sco3.2v4 support from FSF.
19781
19782 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19783
19784 * configure.in: expand the section that adds or removes
19785 directories from the list of programs to build, to handle native
19786 vs. cross in addition to host v. native
19787
19788 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
19789
19790 * Makefile.in: Replace C++ in macro names with CXX.
19791 This is less likely to break ...
19792
19793 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19794
19795 * test-build.mk: add -w to GNU_MAKE
19796
19797 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19798
19799 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
19800 add 'sparc' to list of recognized cpus. This needed to make
19801 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
19802 Delete some redundant ose68 variants. Recognize -wrs as an os,
19803 then changes that into $CPU-wrs-vxworks.
19804
19805 * configure.in: remove most references to gdbtest, regularize
19806 target based program removal
19807
19808 * test-build.mk: import from p3 tree (many fixes and changes)
19809
19810 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
19811
19812 * Makefile.in: added rules to handle tcl, tk, and expect
19813
19814 * configure.in: handle those directories if they exist
19815
19816 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19817
19818 * config.sub: removed bogus hppabsd and hppahpux names, since
19819 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
19820
19821 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19822
19823 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
19824 depends upon all-xiberty
19825
19826 * Makefile.in: changes from p3, including:
19827
19828 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
19829
19830 * Makefile.in (XTRAFLAGS): include newlib directories if
19831 newlib/Makefile exists, rather than if host != target.
19832
19833 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
19834
19835 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19836 from the same source tree and not building a cross-compiler. This
19837 matters for the libg++ configuration if reconfiguring a tree that
19838 has already been installed.
19839
19840 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
19841
19842 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19843 pick up the machine and system specific header files.
19844
19845 * Makefile.in: added AS_FOR_TARGET, passed down in
19846 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19847 the C compiler to use to create programs which are run in the
19848 build environment, set it to default to $(CC), and passed it down
19849 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19850
19851 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
19852
19853 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
19854 We need them for unusual native builds, like systems without
19855 ranlib.
19856
19857 * configure: also define $(host_canonical) and
19858 $(target_canonical), which are the full, canonical names for the
19859 given host and target
19860
19861 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
19862
19863 * Makefile.in: Added separate definitions for C++.
19864
19865 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
19866
19867 * configure.in (configdirs): Add deja-gnu.
19868
19869 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
19870
19871 * README: Update for configure.texi and gdb-4.7 release.
19872
19873 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
19874
19875 * Makefile.in: Move "all" target to top of file.
19876 Previously, first target was ".PHONY" which caused BSD4.4 make
19877 to build .PHONY when make was run without arguments.
19878
19879 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
19880
19881 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
19882 Library-copylefted code in libiberty.
19883
19884 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
19885
19886 * config.sub: Replace m68kmote with plain old m68k.
19887
19888 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
19889
19890 * Makefile.in: Remove space from blank line, avoid Make complaints.
19891
19892 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
19893
19894 * config.sub: Complain if no argument is given. Added support for
19895 386bsd as OS and target alias.
19896
19897 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
19898
19899 * Makefile.in (XTRAFLAGS): include newlib directories if
19900 newlib/Makefile exists, rather than if host != target.
19901
19902 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
19903
19904 * config.sub: recognize sparclite-wrs-vxworks.
19905
19906 * Makefile.in (install-xiberty): added *-xiberty make rules (from
19907 p3.) Added clean-xiberty to clean.
19908
19909 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19910
19911 * configure.in: use *-*-* instead of nested cases for host and target
19912
19913 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
19914
19915 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
19916 from the same source tree and not building a cross-compiler. This
19917 matters for the libg++ configuration if reconfiguring a tree that
19918 has already been installed.
19919
19920 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
19921
19922 * config.sub (i486v/i486v4): Merge in from FSF version.
19923
19924 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
19925
19926 * configure: only set PWD if it is already set.
19927
19928 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
19929
19930 * configure: just set PWD=`pwd` at the top, since Ultrix sh
19931 doesn't have unset and all success paths (and most error paths)
19932 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
19933 to just ${PWD} to avoid confusion.)
19934
19935 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
19936
19937 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
19938 even for a native compilation.
19939
19940 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
19941
19942 Changes to make the gdb.tar.Z rule work better.
19943
19944 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
19945 (DEVO_SUPPORT): Add configure.texi.
19946 (bfd-ilrt.tar.Z): Remove ancient rule.
19947
19948 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
19949
19950 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
19951 pick up the machine and system specific header files.
19952
19953 * configure.in, config.sub: added new target m68010-adobe-scout,
19954 with alias of adobe68k. Changed configure.in to check for
19955 -scout before -sco* to avoid a false match.
19956
19957 * Makefile.in: added AS_FOR_TARGET, passed down in
19958 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
19959 the C compiler to use to create programs which are run in the
19960 build environment, set it to default to $(CC), and passed it down
19961 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
19962
19963 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
19964
19965 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
19966 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
19967 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
19968 FOR_TARGET variants, to newlib and libg++.
19969
19970 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
19971
19972 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
19973 first.
19974
19975 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
19976
19977 * config.sub: Accept `elf' as an environment.
19978
19979 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
19980
19981 * Makefile.in (all-opcodes): cd into the right directory
19982
19983 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
19984
19985 * configure: added -program_transform_name option, used as
19986 argument to sed when installing programs.
19987 configure.texi: added documentation for -program_prefix,
19988 -program_suffix and -program_transform_name.
19989
19990 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
19991
19992 * config.sub: Accept i486 where i386 ok.
19993
19994 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
19995
19996 * config.sub: accept we32k
19997
19998 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
19999
20000 * config.sub, configure.in: accept OSE68000 and OSE68k.
20001
20002 * Makefile.in: don't create all directories for ``make install'';
20003 let the subdirectories create the ones they need.
20004
20005 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20006
20007 * COPYING: new file, GPL v2
20008
20009 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20010
20011 * Makefile.in: use the new gen-info-dir, which needs a template
20012 argument (which also lives in texinfo)
20013
20014 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20015
20016 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20017
20018 * config.sub (ncr3000): Change i386 to i486.
20019
20020 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20021
20022 * Makefile.in: add install-rcs, install-grep to
20023 install-no-fixedincludes, removed install-bison and install-libgcc
20024
20025 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20026
20027 * configure.in: grab the HPUX makefile fragment if on HPUX
20028
20029 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20030
20031 * Makefile.in: eradicate bison spoor (ditto libgcc).
20032 configure.in: recognise m68{k,000}-ericsson-OSE.
20033 es1800 is alias for m68k-ericsson-OSE
20034
20035 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20036
20037 * configure.in: rearrange the parts that remove programs from
20038 configdirs, based now on HOST==TARGET or by canonical triple.
20039
20040 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20041
20042 * test-build.mk: recurse explicitly with -f test-build.mk when
20043 appropriate. predicate stage3 and comparison on the existence
20044 of gcc. That is, if gcc isn't around, we aren't three-staging.
20045 On very clean, also remove ...stamp-co. Build in-place before
20046 doing other builds.
20047
20048 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20049
20050 * Makefile.in, configure.in: add tgas
20051
20052 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20053
20054 * Makefile.in: a number of changes merged in from progressive.
20055
20056 * configure.in: add libm.
20057
20058 * .cvsignore: ignore some stuff that comes from test-build.mk.
20059
20060 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20061
20062 * config.sub: Add es1800 (m68k-ericsson-es1800).
20063
20064 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20065
20066 * configure: Add program_suffix (parallel to program_prefix)
20067 * Makefile.in: adjust directory-creating script for losing decstation
20068
20069 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20070
20071 * configure: Minor $subdir-related fixes.
20072
20073 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20074
20075 * configure: fix various problems with propogating
20076 makefile_target_frag in subdirs.
20077 * configure.in: config libgcc if its there
20078
20079 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20080
20081 * config.sub: HPPA merge.
20082
20083 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20084
20085 * Makefile.in: Replace all-bison with all-byacc in all
20086 dependency lines for other tools (which now use byacc).
20087
20088 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20089
20090 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20091
20092 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20093
20094 * Makefile.in: make gprof rules similar to byacc rules (instead of
20095 vestigal $(unsubdir) that didn't work...)
20096
20097 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20098
20099 * config.sub: Add support for Linux.
20100 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20101 (at least for libg++).
20102
20103 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20104
20105 * configure.texi: fix doc for the -nfp option to configure
20106
20107 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20108
20109 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20110
20111 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20112
20113 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20114 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20115 * configure.in: added solaris* host_makefile_frag hook.
20116
20117 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20118
20119 * config.sub: changed recognition of m68000 so that various
20120 m68k types can be specified via m680[01234]0
20121
20122 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20123
20124 * config.sub (basic_machine): fix sed so that '-foo' isn't
20125 completely substituted out while .+'-foo' loses the '-foo'
20126
20127 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20128
20129 * config.sub ($os): Add -aout.
20130
20131 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20132
20133 * configure: If host_makefile_frag is absolute, don't
20134 prefix ${invsubdir} (relevant to libg++ auto-configure).
20135
20136 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20137
20138 * Makefile.in (tooldir): Define it.
20139 (all-ld): Depend on all-flex.
20140
20141 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20142
20143 * Makefile.in (check): Fix libg++ special case.
20144
20145 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
20146
20147 * configure: do not bury `pwd` into config.status, thus do fewer
20148 pwd's.
20149
20150 * configure: print the "Building in" message only when building in
20151 other than "." AND verbose.
20152
20153 * configure: remove -s, rework -v to better accommodate guested
20154 configures.
20155
20156 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20157
20158 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
20159
20160 * Makefile.in: macroize flags passed on recursion. remove
20161 fileutils.
20162
20163 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
20164
20165 * configure: get makesrcdir right for subdirs deeper than 1.
20166
20167 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20168 install.
20169
20170 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
20171
20172 * Makefile.in: don't print subdir_do or recursion lines.
20173
20174 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
20175
20176 * standards.texi: added menu item.
20177
20178 * Makefile.in: build and install standards.info.
20179
20180 * standards.texi: new file.
20181
20182 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20183
20184 * configure: test for and move config.status pieces from
20185 ${subdir}/.
20186
20187 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
20188
20189 * configure: Test for existance of files before trying to mv
20190 them, to avoid numerous non-existance messages.
20191
20192 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
20193
20194 * configure: correct final line of config.status.
20195
20196 * configure: patch from eggert. Avoids a protection problem if
20197 the original Makefile.in is read only.
20198
20199 * configure: use move-if-change from gcc to create config.status.
20200 Some makefiles depend on config.status to tell if a directory
20201 has been reconfigured for a different host. This change
20202 prevents those directories from remaking everything in the case
20203 where the reconfig was only intended to rebuild a Makefile.
20204
20205 * configure: test for config.sub with "config.sub sun4" rather
20206 than "config.sub ${host_alias}". Otherwise we can't tell a bad
20207 host alias from a missing config.sub.
20208
20209 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20210
20211 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20212 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
20213
20214 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
20215
20216 * configure: mkdir ${subdir} as needed.
20217
20218 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
20219
20220 * Makefile.in,configure.in: added autoconf.
20221
20222 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20223
20224 * Makefile.in: no longer pass against on recursion.
20225
20226 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
20227 definitions are not inherited.
20228
20229 * configure: correct makesrcdir when subdir is .
20230
20231 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
20232
20233 * configure: Add support for 'subdirs' variable, which is
20234 like 'configdirs', except that configure doesn't re-invoke
20235 itself for subdirs, it just creates a Makefile for each subdir.
20236 * configure.texi: Document subdirs.
20237
20238 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20239
20240 * configure.in: added flex to configdirs
20241
20242 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
20243
20244 * Makefile.in: remove clean-stamps from clean.
20245
20246 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
20247
20248 * configure.in: Add gdbtest to configdirs.
20249
20250 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
20251
20252 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
20253 to recursive makes.
20254 * configure.in: Recognize new ncr3000 config.
20255
20256 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
20257
20258 * Makefile.in, configure.in: removed references to gdbm.
20259
20260 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
20261
20262 * config.sub: Don't canonicalize os value
20263 newsos* to bsd (readline needs to check for newsos).
20264 (This fix was earlier made Jan 31, but got re-broken.)
20265
20266 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
20267
20268 * configure.in: sco is an os, not a vendor!
20269
20270 * configure: Quote $( better. Keep various shells happy.
20271
20272 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
20273
20274 * Makefile.in: eliminate stamp-files.
20275
20276 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
20277
20278 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
20279 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20280
20281 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
20282
20283 * config.sub: fix iris/iris3.
20284
20285 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
20286
20287 * configure: re-add -rm.
20288
20289 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
20290
20291 * Maskefile.in: add .stmp-rcs to all.
20292
20293 * configure.in: remove gas from rs6000 build, use aix host fragment.
20294
20295 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
20296
20297 * configure: pass down site_option during recursion.
20298
20299 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
20300
20301 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
20302
20303 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
20304
20305 * configure: Change exec_prefix so that it really defaults to prefix.
20306
20307 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
20308
20309 * Makefile.in, configure.in: Add support for mmalloc library.
20310
20311 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
20312
20313 * Makefile.in: add stmp dependencies for a few more things.
20314
20315 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
20316
20317 * configure: adjusted error message on objdir/srcdir configure
20318 collision, per john's suggestion.
20319
20320 * Makefile.in: add libiberty stmp to all and all.cross.
20321
20322 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
20323
20324 * Makefile.in: remove force dependencies, add grep to all.
20325
20326 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
20327
20328 * Makefile.in: drop flex. make stamp files work.
20329
20330 * configure: added test for conflicting configuration in srcdir,
20331 remove trailing slashes from srcdir. Otherwise emacs gdb mode
20332 gets cranky. use relative paths for configure and srcdir
20333 whenever possible. Send some error messages to stderr that were
20334 going to stdout.
20335
20336 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
20337
20338 * Makefile.in: Fix libg++ rule to check for gcc directory
20339 before using gcc/gcc. Also pass XTRAFLAGS.
20340
20341 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
20342
20343 * Makefile.in: added stmp-files so that directories aren't polled
20344 when they are already built.
20345
20346 * configure.texi: fixed a node pointer problem.
20347
20348 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
20349
20350 * config.sub configure.in gdb/configure.in
20351 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20352 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20353 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
20354
20355 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20356
20357 * configure: -recurring becomes -silent. corrected help message
20358 for -site= option.
20359
20360 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20361
20362 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20363
20364 * configure: when building Makefile for crosses, replace
20365 tooldir and program_prefix. default srcdir from location of
20366 config.sub. remove "for host in hosts" and "for target in
20367 targets" loops.
20368
20369 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20370
20371 * Makefile.in: Do not pass bindir or mandir to cvs.
20372
20373 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
20374
20375 * Makefile.in, configure.in: removed traces of namesubdir,
20376 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
20377 copyrights to '92, changed some from Cygnus to FSF.
20378
20379 * configure.texi: remove most references to multiple hosts,
20380 multiple targets, subdirs, etc.
20381
20382 * configure.man: removed rcsid. reference config.sub not
20383 config.subr.
20384
20385 * Makefile.in: mkdir $(infodir) on install-info.
20386
20387 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
20388
20389 * configure.texi: Explain better about .gdbinit and about
20390 the environment that configure.in sections run in.
20391
20392 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
20393
20394 * configure.in: Ultrix is only a decstation if it's a MIPS.
20395
20396 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
20397
20398 * README: DOC.configure => cfg-paper.texi.
20399
20400 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
20401
20402 * config.sub (near case $os): Don't convert newsos* to bsd!
20403
20404 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
20405
20406 * Makefile.in: Reinstall change from gdb-4.3 that reduces
20407 the number of copies of COPYING that go into the GDB tar file.
20408
20409 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
20410
20411 * bfd/configure.in, gdb/config/mh-i386sco,
20412 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20413 Fix SCO configuration stuff.
20414
20415 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
20416
20417 * Makefile.in: For libg++, make sure the -I pointing
20418 to the gcc directory goes *after* all the libg++-local -I flags.
20419 Also, move just-gcc dependency from just-libg++ to all-libg++.
20420
20421 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
20422
20423 * configure: Change -x to -f to keep Ultrix /bin/test happy.
20424
20425 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
20426
20427 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
20428
20429 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
20430
20431 * config.sub: Add stratus configuration frags. Also
20432 submitted to FSF.
20433
20434 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
20435
20436 * Makefile.in (DEV_SUPPORT): add configure.man.
20437
20438 * config.sub(Decode manufacturer-specific): add -none*.
20439
20440 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
20441
20442 * Makefile.in: remove form feeds to make Sun's make happy.
20443 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
20444
20445 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
20446
20447 * Makefile.in (AR_FLAGS): Make quieter.
20448
20449 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
20450
20451 * configure.in: Add libg++.
20452 * configure: When verbose, don't output the command line at each
20453 level; it will be unremarkably the same as the previous version,
20454 which will be the same as what the user typed.
20455
20456 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
20457
20458 * configure.in, Makefile.in: fix clean-info, add flex. add
20459 fileutils.
20460
20461 * configure: be less sensitive to spaces in Makefile.in. Do not
20462 look for sources in "..". Doing so breaks subdirectories that
20463 might have their own configure. If a subdir has it's own
20464 configure script, use it.
20465
20466 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
20467
20468 * cfg-paper.texi: some changes suggested by rms.
20469
20470 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
20471
20472 * config.sub: Merge in some small additions from the FSF version,
20473 taken from the gcc distribution, to bring the Cygnus and FSF
20474 versions into closer sync.
20475
20476 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
20477
20478 * configure.in: Changed svr4 references to sysv4.
20479
20480 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
20481
20482 * configure: added -V for version number option.
20483
20484 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
20485
20486 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20487 renamed from DOC.configure to cfg-paper.texi.
20488
20489 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20490
20491 * configure, config.subr, config.sub: config.subr is now
20492 config.sub again.
20493
20494 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
20495
20496 * configure.texi: new file, in progress.
20497
20498 * Makefile.in: build info file and install the man page for
20499 configure.
20500
20501 * configure.man: new file, first cut.
20502
20503 * configure: find config.subr again now that configuration "none"
20504 has gone. removed all traces of the -ansi option. removed all
20505 traces of the -languages option.
20506
20507 * config.subr: resync from rms.
20508
20509 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20510
20511 * configure, config.sub, config.subr: merge config.sub into
20512 config.subr, call the result config.subr, remove config.sub, use
20513 config.subr.
20514
20515 * Makefile.in: revised install for dir.info.
20516
20517 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20518
20519 * configure.in: add decstation host makefile frag.
20520
20521 * Makefile.in: BISON now bison -y again. also install-gcc on
20522 install. clean-gdbm on clean. infodir belongs in datadir.
20523 Make directories for info install. Build dir.info here then
20524 install it.
20525
20526 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20527
20528 * Makefile.in: fix for bad directory tests.
20529
20530 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20531
20532 * configure: \{1,2\} appears to be a sysv'ism. Use a different
20533 regexp. -srcdir relative was being handled incorrectly.
20534
20535 * Makefile.in: unwrapped some for loops so that parallel makes
20536 work again and so one can focus one's attention on a particular
20537 package.
20538
20539 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20540
20541 * configure: added PWD as a stand in for `pwd` (for speed). use
20542 elif wherever possible. make -srcdir work without -objdir.
20543 -objdir= commented out.
20544
20545 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20546
20547 * configure: +options become --options. -subdirs commented out.
20548 added -host, -datadir. Renamed -destdir to -prefix. Comment in
20549 Makefile now at top of generated Makefile. Removed cvs log
20550 entries. added -srcdir. create .gdbinit only if there is one
20551 in ${srcdir}.
20552
20553 * Makefile.in: idestdir and ddestdir go away. Added copyrights
20554 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
20555 and mandir now keyed off datadir by default.
20556
20557 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20558
20559 * Freshly created ChangeLog.
20560
20561 \f
20562 Local Variables:
20563 mode: change-log
20564 left-margin: 8
20565 fill-column: 76
20566 version-control: never
20567 End: