runtime: omit nil-channel cases from selectgo's orders
[gcc.git] / ChangeLog
1 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
2
3 * MAINTAINERS (Write After Approval): Add myself.
4
5 2020-12-15 Nathan Sidwell <nathan@acm.org>
6
7 * Makefile.def
8 * Makefile.in
9 * Makefile.tpl
10 * configure
11 * configure.ac
12
13 2020-12-15 Nathan Sidwell <nathan@acm.org>
14
15 * Makefile.def: Add libcody.
16 * configure.ac: Add libcody.
17 * Makefile.in: Regenerated.
18 * configure: Regenerated.
19
20 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
21
22 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
23
24 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
25
26 PR target/97865
27 * libtool.m4: Update handling of Darwin platform link flags
28 for Darwin20.
29
30 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
31
32 * .gitignore: Sync with binutils-gdb
33
34 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
35
36 * MAINTAINERS: Add myself as arc port maintainer.
37
38 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
39
40 PR d/87788
41 * configure.ac: Don't disable D for *-*-darwin*.
42 * configure: Regenerate.
43
44 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
45
46 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
47 hppa64-*-hpux11*.
48
49 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
50
51 * configure: Regenerate.
52 * configure.ac: Add --bootstrap-hwasan option.
53
54 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
55
56 * config.guess: Import latest upstream.
57 * config.sub: Import latest upstream.
58
59 2020-11-16 Martin Liska <mliska@suse.cz>
60
61 * .gitignore: Add cache as clangd uses it now.
62
63 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
64
65 * MAINTAINERS (Write After Approval): add myself
66
67 2020-11-09 Pat Bernardi <bernardi@adacore.com>
68
69 * MAINTAINERS (Write After Approval): Add myself.
70
71 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
72
73 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
74 Remove FIXME comments.
75
76 2020-11-06 Martin Uecker <muecker@gwdg.de>
77
78 * MAINTAINERS: Update my email address.
79
80 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
81
82 * MAINTAINERS (Write After Approval): Add myself.
83
84 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
85
86 PR target/97302
87 * configure.ac: Only set with_gmp to /usr/local
88 if not building in tree.
89 * configure: Regenerate.
90
91 2020-09-18 Omar Tahir <omar.tahir@arm.com>
92
93 * MAINTAINERS (Write After Approval): Add myself.
94
95 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
96
97 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
98
99 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
100
101 PR bootstrap/96612
102 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
103 if not the same as ${host}.
104 * configure: Regenerate.
105
106 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
107
108 * MAINTAINERS (Write After Approval): Add myself.
109
110 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
111
112 * MAINTAINERS: Update my email address.
113
114 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
115
116 * MAINTAINERS (Write After Approval): Add myself.
117
118 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
119
120 * MAINTAINERS (Write After Approval): Add myself.
121
122 2020-06-12 Martin Liska <mliska@suse.cz>
123
124 * .gitignore: Add .clang-tidy.
125
126 2020-06-08 Jason Merrill <jason@redhat.com>
127
128 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
129 * configure: Regenerate.
130
131 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
132
133 * MAINTAINERS: Add myself as xtensa port maintainer.
134
135 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
136
137 * configure.ac: Don't require --enable-host-shared when building
138 for Mingw.
139 * configure: Regenerate.
140
141 2020-05-18 Jason Merrill <jason@redhat.com>
142
143 * configure.ac: Update bootstrap dialect to -std=c++11.
144
145 2020-05-18 Alex Coplan <alex.coplan@arm.com>
146
147 * MAINTAINERS (Write After Approval): Add myself.
148
149 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
150
151 PR target/92713
152 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
153 (noconfigdirs): Add 'target-libstdc++-v3'.
154 * configure: Regenerate.
155
156 2020-04-21 Stephen Casner <casner@acm.org>
157
158 PR 25830
159 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
160 * configure: Rebuild.
161
162 2020-04-17 Martin Liska <mliska@suse.cz>
163 Jonathan Yong <10walls@gmail.com>
164
165 PR gcov-profile/94570
166 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
167 for CYGWIN.
168
169 2020-04-14 Martin Jambor <mjambor@suse.cz>
170
171 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
172
173 2020-04-09 Tom Tromey <tom@tromey.com>
174
175 * configure: Rebuild.
176 * Makefile.in: Rebuild.
177 * Makefile.def (gdbsupport, gdbserver): New host modules.
178 (configure-gdb): Depend on all-gdbsupport.
179 (all-gdb): Depend on all-gdbsupport, all-libctf.
180 * configure.ac (host_tools): Add gdbserver.
181 Conditionally build gdbserver and gdbsupport.
182
183 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
184
185 * configure.ac: Build libgomp by default for amdgcn.
186 * configure: Regenerate.
187
188 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
189
190 * MAINTAINERS (Write After Approval): Add myself.
191
192 2020-02-28 Joel Hutton <joel.hutton@arm.com>
193
194 * MAINTAINERS (Write After Approval) : Add myself.
195
196 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
197
198 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
199
200 2020-02-14 Martin Sebor <msebor@redhat.com>
201
202 * doc/extend.texi (attribute alias): Mention type requirement.
203 (attribute weak): Same.
204 (attribute weakref): Correct invalid example.
205
206 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
207
208 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
209
210 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
211 Jakub Jelinek <jakub@redhat.com>
212
213 * .gitattributes: Add *.md diff=md.
214
215 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
216
217 The mentioned auto-generated file is no more part of the
218
219 GCC sources, it's auto-generated in $(builddir) during build.
220
221 PR target/92055
222 * contrib/gcc_update (files_and_dependencies): Remove
223 entry for gcc/config/avr/t-multilib.
224
225 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
226
227 * MAINTAINERS: Update my email address.
228
229 2020-01-13 Joseph Myers <joseph@codesourcery.com>
230
231 * README.MOVED_TO_GIT: Remove.
232
233 2020-01-11 Joseph Myers <joseph@codesourcery.com>
234
235 * README.MOVED_TO_GIT: New file.
236
237 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
238
239 * MAINTAINERS (Write After Approval): Add myself.
240
241 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
242
243 * MAINTAINERS (write_after_approval): Add myself.
244
245 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
246
247 * MAINTAINERS (write_after_approval): Add myself.
248
249 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
250
251 * MAINTAINERS (write_after_approval): Add myself.
252
253 2019-12-11 Matthias Klose <doko@ubuntu.com>
254
255 * configure.ac: Factor out common cases for compare_exclusions.
256 * configure: Regenerate.
257
258 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
259
260 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
261 flag.
262
263 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
264
265 * MAINTAINERS (Write After Approval): Add myself.
266
267 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
268
269 PR middle-end/92463
270 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
271 * configure: Regenerate
272
273 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
274
275 * configure.ac: Use https for gcc.gnu.org.
276 * configure: Regenerated.
277
278 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
279
280 * MAINTAINERS (aarch64 port): Remove my name, move to...
281 (Write After Approval): ...Here.
282
283 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
284
285 * MAINTAINERS: Change my email address as maintainer.
286
287 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
288
289 PR fortran/91828
290 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
291 * configure: Regenerated.
292
293 2019-10-21 Jason Merrill <jason@redhat.com>
294
295 * .gitattributes: Also check ChangeLog whitespace.
296
297 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
298
299 * contrib/dg-extract-results.sh: Add support for KPASS.
300 * contrib/dg-extract-results.py: Likewise.
301
302 2019-10-17 Jason Merrill <jason@redhat.com>
303
304 * .gitattributes: Avoid {} in filename pattern.
305
306 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
307
308 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
309 Approval section.
310
311 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
312
313 * MAINTAINERS: Add myself to Write After Approval
314
315 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
316
317 * MAINTAINERS: Add myself as an aarch64 maintainer.
318
319 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
320
321 * MAINTAINERS: Add myself as aarch64 maintainer.
322
323 2019-09-23 Carl Love <cel@us.ibm.com>
324
325 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
326 New define_insn.
327 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
328 vsx_xxpermdi16_le_V16QI): Removed define_insn.
329
330 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
331
332 * MAINTAINERS (Sam Tebbs): Update email address.
333
334 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
335
336 * MAINTAINERS: Update my email address.
337
338 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
339
340 * libtool.m4: Handle uclinuxfdpiceabi.
341
342 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
343
344 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
345 Remove myself from Write After Approval section.
346
347 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
348
349 * configure.ac: Support for bpf-*-* targets.
350 * configure: Regenerate.
351
352 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
353
354 * config.sub: Import upstream version 2019-06-30.
355 * config.guess: Import upstream version 2019-07-24.
356
357 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
358
359 * MAINTAINERS: Remove spu port maintainers.
360
361 2019-08-28 Martin Liska <mliska@suse.cz>
362
363 * .gitignore: Add .clangd and compile_commands.json
364 to .gitignore.
365
366 2019-08-23 Michael Forney <mforney@mforney.org>
367
368 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
369 * Makefile.in: Regenerate.
370
371 2019-08-19 Tom Tromey <tom@tromey.com>
372
373 * configure: Rebuild.
374 * configure.ac: Add --with-static-standard-libraries.
375
376 2019-08-16 Alexandre Oliva <oliva@gnu.org>
377
378 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
379
380 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
381
382 * MAINTAINERS (Write After Approval): Add myself.
383
384 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
385
386 * MAINTAINERS (Write After Approval): Remove myself, already listed in
387 RISC-V port maitainer.
388
389 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
390
391 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
392
393 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
394
395 * MAINTAINERS (Write After Approval): Add myself.
396
397 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
398
399 * MAINTAINERS (Write After Approval): Add myself.
400
401 2019-06-25 Martin Liska <mliska@suse.cz>
402
403 contrib/filter-clang-warnings.py: Transform from
404 filter-rtags-warnings.py.
405
406 2019-06-15 Tom Tromey <tom@tromey.com>
407
408 * configure.ac (host_libs): Add gnulib.
409 * configure: Rebuild.
410 * Makefile.def (host_modules, dependencies): Add gnulib.
411 * Makefile.in: Rebuild.
412
413 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
414
415 * MAINTAINERS (Write After Approval): Add myself.
416
417 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
418
419 * configure: Regenerate.
420 * configure.ac: Add PRU target.
421
422 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
423
424 * MAINTAINERS (Write After Approval): Add myself.
425
426 2019-06-11 Nick Clifton <nickc@redhat.com>
427
428 Import these changes from the binutils/gdb repository:
429
430 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
431
432 * Makefile.def (dependencies): configure-libctf depends on all-bfd
433 and all its deps.
434 * Makefile.in: Regenerated.
435
436 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
437
438 * Makefile.def (host_modules): Add libctf.
439 * Makefile.def (dependencies): Likewise.
440 libctf depends on zlib, libiberty, and bfd.
441 * Makefile.in: Regenerated.
442 * configure.ac (host_libs): Add libctf.
443 * configure: Regenerated.
444
445 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
446
447 * MAINTAINERS (Write After Approval): Add myself.
448
449 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
450
451 * MAINTAINERS: Update my email address.
452
453 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
454
455 * MAINTAINERS (Write After Approval): Add myself.
456
457 2019-05-16 Jun Ma <junma@linux.alibaba.com>
458
459 * MAINTAINERS (Write After Approval): Add myself.
460
461 2019-05-07 Jim Wilson <jimw@sifive.com>
462
463 * MAINTAINERS: Remove myself as IA-64 maintainer.
464
465 2019-05-04 Roland Illig <roland.illig@gmx.de>
466
467 * MAINTAINERS (Write After Approval): Add myself.
468
469 2019-05-02 Richard Biener <rguenther@suse.de>
470
471 PR bootstrap/85574
472 * Makefile.tpl (compare target): Also compare extra-compare
473 files.
474 * Makefile.in: Regenerate.
475
476 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
477
478 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
479 as modulo-scheduler maintainer.
480
481 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
482
483 * MAINTAINERS: Add myself as co-maintainer for Darwin.
484
485 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
486
487 * MAINTAINERS: Update my email address.
488
489 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
490
491 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
492 * configure: Regenerate.
493
494 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
495
496 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
497 * configure: Regenerate.
498
499 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
500
501 * configure.ac: Add target-zlib to target_libraries.
502 * configure: Regenerate.
503
504 2019-04-09 Martin Liska <mliska@suse.cz>
505
506 * Makefile.in: Regenerate.
507 * Makefile.tpl: Pass GENERATOR_CFLAGS
508 in all stages.
509
510 2019-03-28 Martin Liska <mliska@suse.cz>
511
512 PR bootstrap/89829
513 * Makefile.in: Revert r254150.
514 * Makefile.tpl: Likewise.
515
516 2019-03-28 Ben Elliston <bje@gnu.org>
517
518 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
519 related, and libdecnumber.
520
521 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
522
523 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
524 (Write After Approval): Remove myself.
525
526 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
527
528 * MAINTAINERS (Write After Approval): Add myself.
529
530 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
531
532 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
533 (Write After Approval): Remove myself and Julian.
534
535 2019-01-26 Harald Anlauf <anlauf@gmx.de>
536
537 * MAINTAINERS (Write After Approval): Add myself.
538
539 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
540
541 * MAINTAINERS (Write After Approval): Add myself.
542
543 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
544
545 * ChangeLog: Replace space with tab.
546 * MAINTAINERS: Delete 1 tab to keep alignment.
547
548 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
549
550 * MAINTAINERS (Write After Approval): Add myself.
551
552 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
553
554 * MAINTAINERS (Write After Approval): Add myself.
555
556 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
557 Kwok Cheung Yeung <kcy@codesourcery.com>
558 Julian Brown <julian@codesourcery.com>
559 Tom de Vries <tom@codesourcery.com>
560 Jan Hubicka <hubicka@ucw.cz>
561 Martin Jambor <mjambor@suse.cz>
562
563 * configure.ac: Likewise.
564 * configure: Regenerate.
565 * contrib/config-list.mk: Add amdgcn-amdhsa.
566
567 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
568
569 * MAINTAINERS (Write After Approval): Add myself.
570
571 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
572
573 * MAINTAINERS (Write After Approval): Add myself.
574
575 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
576
577 PR target/88535
578 * config.guess: Import upstream version 2019-01-03.
579 * config.sub: Import upstream version 2019-01-01.
580
581 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
582
583 * MAINTAINERS (Write After Approval): Update my maintainer address.
584
585 2018-12-21 Gergö Barany <gergo@codesourcery.com>
586
587 * MAINTAINERS (Write After Approval): Add myself.
588
589 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
590
591 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
592
593 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
594
595 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
596 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
597 (GCC_TARGET_TOOL): Likewise.
598 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
599 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
600 OTOOL, OTOOL_FOR_TARGET: New substitutions.
601 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
602 * configure: Regenerate.
603 * Makefile.in: Likewise.
604
605 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
606
607 * MAINTAINERS (Write After Approval): Add myself.
608
609 2018-11-13 Martin Liska <mliska@suse.cz>
610
611 * gcc.target/i386/pr87930.c: Move to ...
612 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
613
614 2018-11-10 Stafford Horne <shorne@gmail.com>
615
616 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
617 (Write After Approval): Remove myself.
618
619 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
620
621 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
622 Append $INCICONV to it.
623
624 2018-11-04 Stafford Horne <shorne@gmail.com>
625
626 * MAINTAINERS (Write After Approval): Add myself.
627
628 2018-10-31 Joseph Myers <joseph@codesourcery.com>
629
630 PR bootstrap/82856
631 * multilib.am: New file. From automake.
632
633 Merge from binutils-gdb:
634 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
635
636 * libtool.m4: Use AC_LANG_SOURCE.
637 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
638 * ar-lib: New file.
639 * test-driver: New file.
640 * configure: Re-generate.
641
642 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
643
644 * MAINTAINERS (Write After Approval): Add myself.
645
646 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
647
648 PR bootstrap/87788
649 PR d/87799
650 * configure: Rebuild.
651 * configure.ac: Disable D on systems where it is known not to work.
652
653 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
654
655 * Makefile.def (target_modules): Add libphobos.
656 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
657 GDCFLAGS_FOR_TARGET.
658 (dependencies): Make libphobos depend on libatomic, libbacktrace
659 configure, and zlib configure.
660 (language): Add language d.
661 * Makefile.in: Rebuild.
662 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
663 (HOST_EXPORTS): Add GDC.
664 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
665 (BASE_TARGET_EXPORTS): Add GDC.
666 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
667 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
668 (EXTRA_HOST_FLAGS): Add GDC.
669 (STAGE1_FLAGS_TO_PASS): Add GDC.
670 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
671 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
672 environment variables.
673 * configure: Rebuild.
674 * configure.ac: Add target-libphobos to target_libraries. Set and
675 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
676
677 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
678
679 * MAINTAINERS (Write After Approval): Add myself.
680
681 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
682
683 * MAINTAINERS (Write After Approval): Remove myself.
684
685 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
686
687 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
688
689 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
690
691 * MAINTAINERS: Update my email address.
692
693 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
694
695 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
696 maintainer.
697
698 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
699
700 * MAINTAINERS (Write After Approval): Add self.
701
702 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
703
704 * MAINTAINERS (write after approval): Add myself.
705
706 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
707
708 * MAINTAINERS: Update my email address.
709
710 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
711
712 * MAINTAINERS (write after approval): Add myself.
713
714 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
715
716 * MAINTAINERS: Add self to global reviewers list.
717
718 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
719
720 MAINTAINERS: Add c-sky port maintainers.
721
722 2018-08-10 Martin Liska <mliska@suse.cz>
723
724 * MAINTAINERS: Revert change in previous commit and
725 join lines.
726
727 2018-08-10 Martin Liska <mliska@suse.cz>
728
729 * MAINTAINERS: Remove extra line.
730
731 2018-08-06 Naveen H.S <naveenh@marvell.com>
732
733 * MAINTAINERS: Update my email address.
734
735 2018-07-19 DJ Delorie <dj@redhat.com>
736
737 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
738 as maintainer.
739
740 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
741
742 * MAINTAINERS: Adjust email address for me and my colleague Robin
743 Dapp.
744
745 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
746 Sunil K Pandey <sunil.k.pandey@intel.com>
747
748 PR target/84413
749 * config/i386/i386.c (m_CORE_AVX512): New.
750 (m_CORE_AVX2): Likewise.
751 (m_CORE_ALL): Add m_CORE_AVX2.
752 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
753 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
754 and remove the rest of m_SKYLAKE_AVX512.
755
756 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
757
758 * config.sub: Sync with upstream version 2018-07-03.
759
760 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
761
762 * config.guess: Sync with upstream version 2018-06-26.
763 * config.sub: Sync with upstream version 2018-07-02.
764
765 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
766
767 * libtool.m4: Sort output of 'find' to enable deterministic builds.
768 * ltmain.sh: Likewise.
769
770 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
771
772 * contrib/config-list.mk: Remove powerpc-linux_paired.
773
774 2018-06-29 Alexandre Oliva <oliva@adacore.com>
775
776 * configure.ac: Introduce support for @unless/@endunless.
777 * Makefile.tpl (dep-kind): Rewrite with cond; return
778 postbootstrap in some cases.
779 (make-postboot-dep, postboot-targets): New.
780 (dependencies): Do not output postbootstrap dependencies at
781 first. Output non-target ones changed for configure to depend
782 on stage_last @if gcc-bootstrap, and the original deps @unless
783 gcc-bootstrap.
784 * configure.in, Makefile.in: Rebuilt.
785
786 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
787
788 * MAINTAINERS (write after approval): Add myself.
789
790 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
791
792 * MAINTAINERS (write after approval): Add myself.
793
794 2018-06-19 Nick Clifton <nickc@redhat.com>
795
796 * zlib/configure.ac: Restore old behaviour of only enabling
797 multilibs when a target subdirectory is defined. This allows
798 building with srcdir == builddir.
799 * zlib/configure: Regenerate.
800
801 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
802
803 * Makefile.def (fortran): Add check-target-libgomp-fortran.
804 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
805 * Makefile.in: Regenerate.
806
807 2018-06-16 Ben Elliston <bje@gnu.org>
808
809 * config.guess: Import latest version.
810 * config.sub: Likewise.
811
812 2018-06-08 Martin Liska <mliska@suse.cz>
813
814 * MAINTAINERS: Remove MPX-related entries.
815 * Makefile.def: Remove libmpx support.
816 * Makefile.in: Regenerate.
817 * configure.ac: Remove removed files.
818 * configure: Regenerate.
819 * libmpx/ChangeLog: Remove.
820 * libmpx/Makefile.am: Remove.
821 * libmpx/Makefile.in: Remove.
822 * libmpx/acinclude.m4: Remove.
823 * libmpx/aclocal.m4: Remove.
824 * libmpx/config.h.in: Remove.
825 * libmpx/configure: Remove.
826 * libmpx/configure.ac: Remove.
827 * libmpx/configure.tgt: Remove.
828 * libmpx/libmpx.spec.in: Remove.
829 * libmpx/mpxrt/Makefile.am: Remove.
830 * libmpx/mpxrt/Makefile.in: Remove.
831 * libmpx/mpxrt/libmpx.map: Remove.
832 * libmpx/mpxrt/libtool-version: Remove.
833 * libmpx/mpxrt/mpxrt-utils.c: Remove.
834 * libmpx/mpxrt/mpxrt-utils.h: Remove.
835 * libmpx/mpxrt/mpxrt.c: Remove.
836 * libmpx/mpxrt/mpxrt.h: Remove.
837 * libmpx/mpxwrap/Makefile.am: Remove.
838 * libmpx/mpxwrap/Makefile.in: Remove.
839 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
840 * libmpx/mpxwrap/libtool-version: Remove.
841 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
842
843 2018-06-04 Martin Liska <mliska@suse.cz>
844
845 * MAINTAINERS: Add myself as gcov maintainer.
846
847 2018-06-04 Matthew Fortune <mfortune@gmail.com>
848
849 * MAINTAINERS: Update my email address.
850
851 2018-06-04 Tom de Vries <tdevries@suse.de>
852
853 * MAINTAINERS: Remove write-after-approval entries for component
854 maintainers.
855
856 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
857
858 * MAINTAINERS (write after approval): Add myself.
859
860 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
861
862 * MAINTAINERS: Update my email address.
863
864 2018-06-01 Tom de Vries <tdevries@suse.de>
865
866 * MAINTAINERS: Update my email address.
867
868 2018-05-22 Bin Cheng <bin.cheng@arm.com>
869
870 * MAINTAINERS (loop-optimizer): Add myself.
871
872 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
873
874 * configure.ac: Added "nfp" target.
875 * configure: Regenerate.
876
877 2018-04-30 Richard Biener <rguenther@suse.de>
878
879 PR bootstrap/85571
880 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
881 (STAGE3_TFLAGS): Likewise.
882 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
883 (STAGEtrain_TFLAGS): Likewise.
884 * Makefile.in: Regenerate.
885
886 2018-04-26 Richard Biener <rguenther@suse.de>
887
888 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
889 (STAGE2_CFLAGS): Likewise.
890 (STAGE2_TFLAGS): Likewise.
891 (STAGE3_CFLAGS): Add -fchecking.
892 (STAGE3_TFLAGS): Likewise.
893 (STAGEtrain_CFLAGS): Filter out -fchecking.
894 (STAGEtrain_TFLAGS): Likewise.
895 * Makefile.in: Re-generate.
896
897 2018-04-25 Catherine Moore <clm@codesourcery.com>
898
899 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
900
901 2018-04-18 Paul Clarke <pc@us.ibm.com>
902
903 * MAINTAINERS (write after approval): Add myself.
904
905 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
906
907 * MAINTAINERS: Update my email address.
908
909 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
910
911 * MAINTAINERS: Remove redundant Write-After-Approval entry.
912
913 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
914
915 * MAINTAINERS: Update my email address and disambiguate myself
916 a bit from Will Schmidt.
917
918 2018-03-21 Nathan Sidwell <nathan@acm.org>
919
920 * MAINTAINERS: Move maintainers of now-removed picochip and score
921 ports to write after approval.
922
923 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
924
925 * MAINTAINERS: Add entry for SVE maintainership.
926
927 2018-02-13 Maciej W. Rozycki <macro@mips.com>
928
929 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
930 * configure: Regenerate.
931
932 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
933
934 * MAINTAINERS (write after approval): Add myself.
935
936 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
937
938 * MAINTAINERS (write after approval): Add myself.
939
940 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
941
942 * MAINTAINERS (write after approval): Add myself.
943
944 2018-01-03 Jakub Jelinek <jakub@redhat.com>
945
946 Update copyright years.
947
948 2018-01-03 Ben Elliston <bje@gnu.org>
949
950 * config.guess: Import latest version.
951 * config.sub: Likewise.
952
953 2017-12-12 Stafford Horne <shorne@gmail.com>
954
955 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
956 * configure: Regenerate.
957
958 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
959
960 * MAINTAINERS (Write After Approval): Add myself.
961
962 2017-11-28 Julia Koval <julia.koval@intel.com>
963 Sebastian Peryt <sebastian.peryt@intel.com>
964
965 * Makefile.def (target_modules): Remove libcilkrts.
966 * Makefile.in: Ditto.
967 * configure: Ditto.
968 * configure.ac: Ditto.
969
970 2017-11-28 Julia Koval <julia.koval@intel.com>
971
972 * MAINTAINERS (Write After Approval): Add myself.
973
974 2017-11-22 Sudakshina Das <sudi.das@arm.com>
975
976 * MAINTAINERS (Write After Approval): Add myself.
977
978 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
979
980 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
981 Use my SiFive email address.
982
983 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
984
985 * MAINTAINERS (write after approval): Add myself.
986
987 2017-10-27 Martin Liska <mliska@suse.cz>
988
989 * Makefile.tpl: Use proper name of folder as it was renamed
990 during transition to 4 stages.
991 * Makefile.in: Regenerate.
992
993 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
994
995 * MAINTAINERS (write after approval): Add myself.
996
997 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
998
999 * MAINTAINERS: Add a note that maintainership also includes web
1000 pages, docs, and testsuite related to that area.
1001
1002 2017-09-25 Tom de Vries <tom@codesourcery.com>
1003
1004 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
1005
1006 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
1007
1008 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
1009
1010 2017-09-15 Nathan Sidwell <nathan@acm.org>
1011
1012 * MAINTAINERS: Remove myself as a vxworks maintainer.
1013
1014 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
1015
1016 * MAINTAINERS: Remove email address of Jim Norris.
1017
1018 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1019
1020 * MAINTAINERS (Reviewers): Move myself from here...
1021 (CPU Port Maintainers): ... to here.
1022
1023 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
1024
1025 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
1026
1027 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
1028
1029 * MAINTAINERS (write after approval): Add myself.
1030
1031 2017-07-28 Tony Reix <tony.reix@atos.net>
1032
1033 * configure.ac (target-libffi): Don't disable for AIX.
1034 (go): Don't add to unsupported_languages on AIX.
1035 (target-libgo): Don't disable for AIX.
1036 * configure: Regenerate.
1037
1038 2017-07-19 Yury Gribov <tetra2005@gmail.com>
1039
1040 * MAINTAINERS: Add myself.
1041
1042 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1043
1044 * MAINTAINERS: Update my email address.
1045
1046 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
1047
1048 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
1049 arm-specific auto-generated header files.
1050
1051 2017-07-03 Nathan Sidwell <nathan@acm.org>
1052
1053 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
1054 * configure: Rebuilt.
1055
1056 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
1057
1058 * MAINTAINERS: Readd myself for c6x.
1059
1060 2017-06-28 Martin Liska <mliska@suse.cz>
1061
1062 PR bootstrap/81217
1063 * Makefile.def: Remove superfluous bootstrap_target from
1064 bootstrap_stage.
1065 * Makefile.in: Re-generate the file.
1066
1067 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
1068
1069 * MAINTAINERS: Add myself to Write After Approval
1070
1071 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
1072
1073 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
1074
1075 2017-06-19 Martin Liska <mliska@suse.cz>
1076
1077 * Makefile.def: Define 4 stages PGO bootstrap.
1078 * Makefile.tpl: Define FLAGS.
1079 * Makefile.in: Regenerate.
1080
1081 2017-06-14 Ian Lance Taylor <iant@golang.org>
1082
1083 * Makefile.def: Add check-gotools to go check targets.
1084 * Makefile.in: Rebuild.
1085
1086 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
1087
1088 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
1089
1090 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
1091
1092 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
1093 * configure: Regenerate.
1094
1095 2017-05-31 Martin Liska <mliska@suse.cz>
1096
1097 * configure.ac: Add handling of stage2_werror_flags to
1098 action-if-given and to action-if-not-given.
1099 * configure: Regenerate.
1100
1101 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
1102
1103 * MAINTAINERS: Add self to Write After Approval
1104
1105 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
1106
1107 * MAINTAINERS: Update my email address, and remove myself as
1108 maintainer in some areas.
1109
1110 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
1111
1112 * MAINTAINERS: Add self to Write After Approval
1113
1114 2017-05-25 Nathan Sidwell <nathan@acm.org>
1115
1116 * configure.ac: Add --enable-languages=default to mean default and
1117 make --enable-languages=all mean all supported languages.
1118 * configure: Regenerated.
1119
1120 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
1121
1122 * config.gcc (powerpc*-*-*spe*): New.
1123 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
1124 (powerpc-*-rtems*spe*): New.
1125 (powerpc*-*-linux*spe*): New.
1126 (powerpc-wrs-vxworksspe): New.
1127 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1128 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
1129 * config.host (powerpc*-*-*spe*): New.
1130
1131 2017-05-19 Martin Liska <mliska@suse.cz>
1132
1133 * configure.ac: Add --enable-werror-always just for
1134 bootstrap-debug (or none build config) and do not add it
1135 when we are on a release branch.
1136 * configure: Regenerated.
1137
1138 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
1139
1140 * MAINTAINERS: Add self to Write After Approval
1141
1142 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
1143
1144 * MAINTAINERS: Move myself to Write After Approval section.
1145
1146 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1147
1148 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
1149 ACCH registers.
1150 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
1151 available.
1152 (umulsidi3): Likewise.
1153 (mulsidi3_700): Disable this pattern when we have advanced mpy
1154 instructions.
1155 (umulsidi3_700): Likewise.
1156 (maddsidi4): New pattern.
1157 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
1158 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
1159 (mpydu_imm_arcv2hs): Likewise.
1160 * config/arc/predicates.md (accl_operand): New predicate.
1161
1162 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1163 Andrew Burgess <andrew.burgess@embecosm.com>
1164
1165 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
1166 case.
1167 (ARC_AUTOFP_IRQ_P): Likewise.
1168 (ARC_AUTO_IRQ_P): Likewise.
1169 (rgf_banked_register_count): New variable.
1170 (parse_mrgf_banked_regs_option): New function.
1171 (arc_override_options): Handle rgf_banked_regs option.
1172 (arc_handle_interrupt_attribute): Add firq option.
1173 (arc_compute_function_type): Return fast irq type when required.
1174 (arc_must_save_register): Handle fast interrupts.
1175 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
1176 (arc_return_address_regs): Update.
1177 * config/arc/arc.h (arc_return_address_regs): Update.
1178 (arc_function_type): Add fast interrupt type.
1179 (ARC_INTERRUPT_P): Update.
1180 (RC_FAST_INTERRUPT_P): Define.
1181 * config/arc/arc.md (simple_return): Update for fast interrupts.
1182 (p_return_i): Likewise.
1183 * config/arc/arc.opt (mrgf-banked-regs): New option.
1184 * doc/invoke.texi (mrgf-banked-regs): Document.
1185
1186 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
1187
1188 * config/arc/arc.c (irq_ctrl_saved): New variable.
1189 (ARC_AUTOBLINK_IRQ_P): Define.
1190 (ARC_AUTOFP_IRQ_P): Likewise.
1191 (ARC_AUTO_IRQ_P): Likewise.
1192 (irq_range): New function.
1193 (arc_must_save_register): Likewise.
1194 (arc_must_save_return_addr): Likewise.
1195 (arc_dwarf_emit_irq_save_regs): Likewise.
1196 (arc_override_options): Handle deferred options.
1197 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
1198 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
1199 arc_must_save_return_addr.
1200 (arc_compute_frame_size): Handle automated save and restore of
1201 registers.
1202 (arc_expand_prologue): Likewise.
1203 (arc_expand_epilogue): Likewise.
1204 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
1205 * config/arc/arc.opt (mirq-ctrl-saved): New option.
1206 * doc/invoke.texi (mirq-ctrl-saved): Document option.
1207
1208 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
1209 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
1210
1211 PR bootstrap/77661
1212 * Makefile.def: Don't pass --enable-maintainer-mode on to an
1213 in-tree build MPC.
1214 * Makefile.in: Regenerate.
1215
1216 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1217
1218 * configure.ac: Enable LTO by default on darwin >= 9.
1219 * configure: Regenerate.
1220
1221 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
1222
1223 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
1224 and Andrew Waterman as the RISC-V maintainers.
1225
1226 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
1227
1228 * MAINTAINERS: Add self to Write After Approval
1229
1230 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1231
1232 * config.guess: Import latest from upstream.
1233
1234 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
1235
1236 * MAINTAINERS (Write After Approval): Remove entries that are
1237 already covered under Reviewers.
1238
1239 2017-03-08 Mark Wielaard <mark@klomp.org>
1240
1241 PR demangler/70909
1242 PR demangler/67264
1243 * include/demangle.h: Add d_printing to struct demangle_component
1244 and pass struct demangle_component as non const.
1245
1246 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
1247
1248 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
1249
1250 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
1251
1252 * Makefile.tpl: Remove HOST_ISLVER.
1253 (HOST_EXPORTS): Remove ISLVER.
1254 * Makefile.in: Regenerate.
1255
1256 2017-02-13 Richard Biener <rguenther@suse.de>
1257
1258 * configure: Re-generate.
1259
1260 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
1261
1262 * MAINTAINERS: Adjust bug reporting URL.
1263
1264 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
1265
1266 * MAINTAINERS (Write After Approval): Remove redundant entry
1267 for Andrew Burgess.
1268
1269 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
1270
1271 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
1272 32-bit hppa*-*-hpux*.
1273 * configure: Regenerate.
1274
1275 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
1276
1277 * configure.ac: Moved the white list of enabling BRIG FE to
1278 libhsail-rt/configure.tgt.
1279 * configure: Regenerated.
1280 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
1281
1282 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
1283 Martin Jambor <mjambor@suse.cz>
1284
1285 * Makefile.def (target_modules): Added libhsail-rt.
1286 (languages): Added language brig.
1287 * Makefile.in: Regenerated.
1288 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
1289 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
1290 * configure: Regenerated.
1291
1292 2017-01-17 Jakub Jelinek <jakub@redhat.com>
1293
1294 PR other/79046
1295 * configure: Regenerated.
1296
1297 2017-01-04 Alan Modra <amodra@gmail.com>
1298
1299 * configure: Regenerate.
1300
1301 2016-12-29 Ben Elliston <bje@gnu.org>
1302
1303 * config.sub: Import latest version.
1304
1305 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
1306
1307 * MAINTAINERS (Write After Approval): Add myself.
1308
1309 2016-12-21 Jakub Jelinek <jakub@redhat.com>
1310
1311 * configure.ac: Don't bootstrap libmpx unless --with-build-config
1312 includes bootstrap-mpx.
1313 * configure: Regenerated.
1314
1315 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
1316
1317 * MAINTAINERS (Write After Approval): Add myself.
1318
1319 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
1320
1321 * configure: Regenerate.
1322
1323 2016-12-01 Matthias Klose <doko@ubuntu.com>
1324
1325 * configure.ac: Don't use pkg-config to check for bdw-gc.
1326 * configure: Regenerate.
1327
1328 2016-11-30 Matthias Klose <doko@ubuntu.com>
1329
1330 * Makefile.def: Remove reference to boehm-gc target module.
1331 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
1332 options and for the bdw-gc pkg-config module.
1333 * configure: Regenerate.
1334 * Makefile.in: Regenerate.
1335
1336 2016-11-28 Nathan Sidwell <nathan@acm.org>
1337
1338 * MAINTAINERS (nvptx): Remove self.
1339
1340 2016-11-25 Ben Elliston <bje@gnu.org>
1341
1342 * config.guess: Import latest version.
1343 * config.sub: Likewise.
1344
1345 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
1346
1347 * MAINTAINERS (Write After Approval): Add myself.
1348
1349 2016-11-15 Matthias Klose <doko@ubuntu.com>
1350
1351 * Makefile.def: Remove references to GCJ.
1352 * Makefile.tpl: Likewise.
1353 * Makefile.in: Regenerate.
1354
1355 2016-11-15 Matthias Klose <doko@ubuntu.com>
1356
1357 * config-ml.in: Remove references to GCJ.
1358 * configure.ac: Likewise.
1359 * configure: Regenerate.
1360
1361 2016-11-01 Josh Conner <joshconner@google.com>
1362
1363 * MAINTAINERS (Write After Approval): Update email address,
1364
1365 2016-10-27 Carl Love <cel@us.ibm.com>
1366
1367 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
1368 Approval list to make it alphabetical.
1369
1370 2016-10-27 Carl Love <cel@us.ibm.com>
1371
1372 * MAINTAINERS (Write After Approval): Add myself.
1373
1374 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
1375
1376 * MAINTAINERS (Reviewers): Add myself.
1377 (Write After Approval): Add myself.
1378
1379 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
1380 Ulrich Weigand <uweigand@de.ibm.com>
1381
1382 * MAINTAINERS: Update email address.
1383
1384 2016-10-10 Nathan Sidwell <nathan@acm.org>
1385
1386 * MAINTAINERS: Update email address.
1387
1388 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
1389
1390 * configure.ac: Add aarch64-*-freebsd*.
1391 * configure: Regenerate.
1392
1393 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
1394
1395 * MAINTAINERS: Update email address after it got reverted.
1396
1397 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1398
1399 * configure.ac (target_libraries): Readd target-boehm-gc.
1400 Restore --enable-objc-gc handling.
1401 * configure: Regenerate.
1402
1403 2015-10-03 Jeff Law <law@redhat.com>
1404
1405 * MAINTAINERS: Move several inactive maintainers to the
1406 write-after-approval section.
1407
1408 2016-09-30 Jakub Jelinek <jakub@redhat.com>
1409
1410 * configure.ac: Add target-libffi to target_libraries.
1411 Readd libgcj target disablings, modified to only target-libffi.
1412 Readd target addition of go to unsupported languages.
1413 * configure: Regenerated.
1414
1415 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
1416
1417 * MAINTAINERS: Update email address.
1418
1419 2016-09-30 Andrew Haley <aph@redhat.com>
1420
1421 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
1422 write-after approval. Remove Tom Tromey and Bryce McKinlay from
1423 libgcj.
1424
1425 2016-09-30 Andrew Haley <aph@redhat.com>
1426
1427 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
1428 write-after approval after GCJ deletion.
1429
1430 2016-09-30 Andrew Haley <aph@redhat.com>
1431
1432 * Makefile.def: Remove libjava.
1433 * Makefile.tpl: Likewise.
1434 * Makefile.in: Regenerate.
1435 * configure.ac: Likewise.
1436 * configure: Likewise.
1437 * gcc/java: Remove.
1438 * libjava: Likewise.
1439
1440 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
1441
1442 * MAINTAINERS (Reviewers): Add myself.
1443
1444 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
1445
1446 * configure.ac: Disable "sim" directory for arc*-*-*.
1447 * configure: Regenerated.
1448
1449 2016-09-23 Tamar Christina <tamar.christina@arm.com>
1450
1451 * MAINTAINERS (Write After Approval): Add myself.
1452
1453 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
1454
1455 * configure.ac: Check for the minimum in-tree MPFR version
1456 handled.
1457 * configure: Regenerate.
1458
1459 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
1460
1461 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
1462 * configure: Regenerated.
1463
1464 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
1465
1466 * MAINTAINERS (Write After Approval): Add myself.
1467
1468 2016-06-23 Andi Kleen <ak@linux.intel.com>
1469
1470 * Makefile.def: Add autoprofiledbootstrap.
1471 * Makefile.tpl: Dito.
1472 * Makefile.in: Regenerate.
1473
1474 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
1475
1476 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
1477 * configure: Regenerate.
1478
1479 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1480
1481 * configure: Regenerate.
1482 * configure.ac: Remove support for avr-rtems.
1483
1484 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1485
1486 * MAINTAINERS (Write After Approval): Add myself.
1487
1488 2016-06-16 Michael Collison <michael.collison@arm.com>
1489
1490 * MAINTAINERS (Write After Approval): Add myself.
1491
1492 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
1493
1494 * MAINTAINERS (Write After Approval): Update e-mail address.
1495
1496 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1497
1498 * MAINTAINERS (Write After Approval): Add myself.
1499
1500 2016-05-28 Alan Modra <amodra@gmail.com>
1501
1502 * Makefile.tpl (configure): Depend on m4 files included.
1503 * Makefile.in: Regenerate.
1504
1505 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1506
1507 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
1508 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
1509
1510 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
1511
1512 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
1513 special case builtin.
1514 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
1515 support for ALTIVEC_BUILTIN_VEC_ADDEC.
1516 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
1517 for __builtin_vec_addec.
1518
1519 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
1520
1521 * config.guess: Import version 2016-04-02 (newest).
1522 * config.sub: Import version 2016-05-10 (newest).
1523
1524 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
1525
1526 * configure.ac: Add ARC support to libgloss.
1527 * configure: Regenerate
1528
1529 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
1530
1531 * MAINTAINERS (Write After Approval): Add myself.
1532
1533 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
1534
1535 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
1536 * configure: Regenerated.
1537 * Makefile.def (gmp): Explicitly disable assembler.
1538 (mpfr): Adjust lib_path.
1539 (mpc): Likewise.
1540 * Makefile.in: Regenerated.
1541
1542 2016-05-01 Jakub Jelinek <jakub@redhat.com>
1543
1544 PR bootstrap/70704
1545 * configure.ac (--enable-stage1-checking): Add missing
1546 --enable-checking=.
1547 * configure: Regenerated.
1548
1549 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1550
1551 * config.guess: Revert r235676.
1552 * config.sub: Revert r235676.
1553
1554 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
1555
1556 * config.guess: Remove SH5 support.
1557 * config.sub: Likewise.
1558 * configure: Likewise.
1559 * configure.ac: Likewise.
1560
1561 2016-04-26 Jakub Jelinek <jakub@redhat.com>
1562
1563 PR bootstrap/70704
1564 * configure.ac (--enable-stage1-checking): For --disable-checking or
1565 implicit --enable-checking, make sure extra flag matches in between
1566 stage1 and later checking.
1567 * configure: Regenerated.
1568
1569 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
1570
1571 * .gitattributes: New file.
1572
1573 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
1574
1575 * MAINTAINERS (rs6000/powerpc port): Add myself.
1576
1577 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
1578
1579 PR bootstrap/70173
1580 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
1581 and gotools directories. Delete the stage_final file.
1582 * Makefile.in: Regenerate.
1583
1584 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
1585
1586 * MAINTAINERS (Write After Approval): Add myself.
1587
1588 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
1589
1590 * MAINTAINERS (Fortran maintainer): Remove myself.
1591
1592 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
1593
1594 * MAINTAINERS (Write After Approval): Add myself.
1595
1596 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
1597
1598 * MAINTAINERS (Write After Approval): Add myself.
1599
1600 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1601
1602 Sync with binutils-gdb:
1603
1604 2016-03-17 Cary Coutant <ccoutant@gmail.com>
1605
1606 * configure.ac: Add mips and s390 to the gold target check.
1607 * configure: Regenerate.
1608
1609 2016-03-01 DJ Delorie <dj@redhat.com>
1610
1611 * MAINTAINERS (mep): Remove myself as MeP maintainer.
1612
1613 2016-02-22 David Malcolm <dmalcolm@redhat.com>
1614
1615 * MAINTAINERS (libcpp): Add myself.
1616 (diagnostic messages): Likewise.
1617
1618 2016-02-20 Tom de Vries <tom@codesourcery.com>
1619
1620 * MAINTAINERS: Fix whitespace.
1621
1622 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
1623
1624 * MAINTAINERS (Write After Approval): Add myself.
1625
1626 2016-01-29 Sebastian Pop <s.pop@samsung.com>
1627
1628 * config/isl.m4: Add comments about isl-0.16.
1629 * configure: Regenerate.
1630
1631 2016-01-29 Martin Jambor <mjambor@suse.cz>
1632
1633 * MAINTAINERS (hsa maintainers): Add myself.
1634
1635 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
1636
1637 * MAINTAINERS: (Write After Approval): Add myself.
1638
1639 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
1640 Sebastian Pop <s.pop@samsung.com>
1641
1642 * Makefile.in: Regenerate.
1643 * Makefile.tpl: Export ISLVER.
1644 * configure: Regenerate.
1645 * config/isl.m4: Detect isl-0.15.
1646
1647 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
1648
1649 PR bootstrap/69329
1650 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
1651 * Makefile.in: Regenerate.
1652
1653 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
1654
1655 * configure.ac: Enable LTO for DJGPP
1656 * configure: Regenerate
1657
1658 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
1659
1660 Sync with binutils-gdb:
1661 2015-10-21 Nick Clifton <nickc@redhat.com>
1662
1663 PR gas/19109
1664 * configure.ac: Note the 'none' is an acceptable argument to
1665 --enable-compressed-debug-sections.
1666 * configure: Regenerate.
1667
1668 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
1669
1670 PR bootstrap/69134
1671 * Makefile.def (mpfr): Disable assembler.
1672 * Makefile.in: Regenerate.
1673
1674 2016-01-01 Ben Elliston <bje@gnu.org>
1675
1676 * config.guess: Import version 2016-01-01.
1677 * config.sub: Likewise.
1678
1679 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
1680
1681 * MAINTAINERS (Write After Approval): Add myself.
1682
1683 2015-12-17 Sebastian Pop <s.pop@samsung.com>
1684
1685 * Makefile.in: Replace ISL with isl.
1686 * Makefile.tpl: Same.
1687 * config/isl.m4: Same.
1688 * configure.ac: Same.
1689 * contrib/download_prerequisites: Same.
1690 * configure: Regenerate.
1691
1692 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
1693
1694 * MAINTAINERS (Write After Approval): Add Myself.
1695
1696 2015-12-17 Nathan Sidwell <nathan@acm.org>
1697
1698 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
1699 * configure: Regenerate.
1700
1701 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
1702 Sebastian Pop <s.pop@samsung.com>
1703
1704 * config/isl.m4 (ISL_CHECK_VERSION): Check for
1705 isl_ctx_get_max_operations.
1706 * configure: Regenerate.
1707
1708 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
1709
1710 * MAINTAINERS (Write After Approval): Add myself.
1711
1712 2015-12-02 Ian Lance Taylor <iant@google.com>
1713
1714 PR go/66147
1715 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
1716 * Makefile.in: Regenerate.
1717
1718 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
1719
1720 PR libffi/65726
1721 * Makefile.def (lang_env_dependencies): Make libffi depend
1722 on cxx.
1723 * Makefile.in: Regenerate.
1724
1725 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
1726
1727 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
1728 symbols.
1729
1730 2015-11-20 Tristan Gingold <gingold@adacore.com>
1731
1732 Sync with binutils-gdb:
1733 2015-11-20 Tristan Gingold <gingold@adacore.com>
1734
1735 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
1736 * configure: Regenerate.
1737
1738 2015-11-19 Martin Liska <mliska@suse.cz>
1739
1740 * .gitignore: Add .clang-format to ignored files.
1741 * Makefile.in: Add clang-format.
1742 * Makefile.tpl: Likewise.
1743
1744 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
1745
1746 * configure.ac: Enable libmpx by default.
1747 * configure: Regenerated.
1748
1749 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
1750
1751 * MAINTAINERS: Update email address.
1752
1753 2015-10-23 Paulo Matos <pmatos@linki.tools>
1754
1755 * MAINTAINERS: Update email address.
1756
1757 2015-10-23 Alan Hayward <alan.hayward@arm.com>
1758
1759 * MAINTAINERS (Write After Approval): Add myself.
1760
1761 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1762
1763 Sync with binutils-gdb:
1764 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
1765
1766 PR gas/19109
1767 * configure.ac: Add
1768 --enable-compressed-debug-sections={all,gas,gold,ld}.
1769 * configure: Regenerated.
1770
1771 2015-10-16 Arnaud Charlet <charlet@adacore.com>
1772
1773 * MAINTAINERS: Update list of Ada maintainers and email addresses.
1774
1775 2015-10-09 Martin Liska <mliska@suse.cz>
1776
1777 * MAINTAINERS (Write After Approval): Add myself.
1778
1779 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
1780
1781 * MAINTAINERS (Write After Approval): Add myself.
1782
1783 2015-10-02 Florian Weimer <fweimer@redhat.com>
1784
1785 * MAINTAINERS: Update email address.
1786
1787 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
1788
1789 * MAINTAINERS (Write After Approval): Add myself.
1790
1791 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
1792
1793 * MAINTAINERS: Update email.
1794
1795 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
1796
1797 * MAINTAINERS: Update my email address.
1798
1799 2015-09-01 James Bowman <james.bowman@ftdichip.com>
1800
1801 * MAINTAINERS (ft32 port): Add myself.
1802
1803 2015-08-28 David Sherwood <david.sherwood@arm.com>
1804
1805 * MAINTAINERS: Add myself.
1806
1807 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
1808
1809 * MAINTAINERS (Write After Approval): Add myself.
1810
1811 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1812
1813 PR libfortran/54572
1814 * Makefile.def: Make libgfortran depend on libbacktrace.
1815 * Makefile.in: Regenerate.
1816
1817 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
1818
1819 * MAINTAINERS (Write After Approval): Add myself.
1820
1821 2015-08-12 Tom de Vries <tom@codesourcery.com>
1822
1823 PR other/67092
1824 * configure.ac: Remove --with_host_libstdcxx support.
1825 * configure: Regenerate.
1826
1827 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
1828 Jakub Jelinek <jakub@redhat.com>
1829
1830 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
1831 nvptx*-*-*.
1832 * configure: Regenerate.
1833
1834 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
1835
1836 * Makefile.def (libiconv): Define bootstrap=true.
1837 Mark pdf/html/info as missing.
1838 (configure-gcc): Depend on all-libiconv.
1839 (all-gcc): Ditto.
1840 (configure-libcpp): Ditto.
1841 (all-libcpp): Ditto.
1842 (configure-intl): Ditto.
1843 (all-intl): Ditto.
1844 * Makefile.in: Regenerate.
1845
1846 2015-08-03 Bin Cheng <bin.cheng@arm.com>
1847
1848 * MAINTAINERS (loop ivopts): Add the entry and myself.
1849
1850 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
1851
1852 * MAINTAINERS (nvptx): Add self.
1853
1854 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
1855
1856 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
1857 128-bit vector modes.
1858
1859 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
1860
1861 * MAINTAINERS (Write After Approval): Add myself.
1862
1863 2015-07-28 Ben Elliston <bje@gnu.org>
1864
1865 * config.sub, config.guess: Import from upstream.
1866
1867 2015-07-24 Michael Darling <darlingm@gmail.com>
1868
1869 PR other/66259
1870 * config-ml.in: Reflects renaming of configure.in to configure.ac
1871 * configure: Likewise
1872 * configure.ac: Likewise
1873
1874 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
1875
1876 * MAINTAINERS: Update my email address.
1877
1878 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1879
1880 Sync with binutils-gdb:
1881 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
1882
1883 * configure.ac (target_configdirs): Exclude target-zlib if
1884 target-libjava isn't built.
1885 * configure: Regenerated.
1886
1887 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1888
1889 Sync with binutils-gdb:
1890 2015-05-13 John David Anglin <dave.anglin@bell.net>
1891
1892 * configure.ac: Disable configuration of GDB for HPUX targets.
1893 * configure: Regenerate.
1894
1895 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1896
1897 * configure.ac: Add --with-system-zlib.
1898 * configure: Regenerated.
1899
1900 2015-01-28 James Bowman <james.bowman@ftdichip.com>
1901
1902 * configure.ac: Add FT32 support.
1903 * configure: Regenerate.
1904
1905 2015-01-12 Anthony Green <green@moxielogic.com>
1906
1907 * configure.ac: Don't disable gprof for moxie.
1908 * configure: Rebuild.
1909
1910 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
1911
1912 Sync with binutils-gdb:
1913 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
1914
1915 PR ld/18355
1916 * Makefile.def: Add extra_configure_flags to host zlib.
1917 * configure.ac (extra_host_zlib_configure_flags): New. Set
1918 to --enable-host-shared When bfd is to be built as shared
1919 library. AC_SUBST.
1920 * Makefile.in: Regenerated.
1921
1922 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
1923
1924 Sync with src:
1925 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1926 * Makefile.def (dependencies): Add all-zlib to all-bfd.
1927 * Makefile.in: Regenerated.
1928
1929 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
1930
1931 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
1932 target.
1933 * configure: Regenerate.
1934
1935 2015-06-23 Ludovic Courtès <ludo@gnu.org>
1936
1937 * MAINTAINERS (Write After Approval): Add myself.
1938
1939 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
1940
1941 * MAINTAINERS (OS Port Maintainers): Add myself.
1942 (Various Maintainers): Remove myself from libffi testsuite.
1943
1944 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
1945
1946 * MAINTAINERS (gen* on machine desc): Add self.
1947
1948 2015-06-02 Jason Merrill <jason@redhat.com>
1949
1950 PR bootstrap/66319
1951 * configure.ac: Use -std=gnu++98.
1952
1953 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
1954
1955 * MAINTAINERS (Write After Approval): Add myself.
1956
1957 2015-05-28 Mike Frysinger <vapier@gentoo.org>
1958
1959 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
1960 * configure: Regenerate.
1961
1962 2015-05-26 Jason Merrill <jason@redhat.com>
1963
1964 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
1965 * configure: Regenerate.
1966
1967 2015-05-16 James Bowman <james.bowman@ftdichip.com>
1968
1969 * configure.ac: FT32 target added.
1970 * configure: Regenerated.
1971
1972 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
1973
1974 * MAINTAINERS (Write After Approval): Add myself.
1975
1976 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1977
1978 * MAINTAINERS (Write After Approval): Add myself.
1979
1980 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
1981
1982 * configure.ac: Fix typo.
1983 * configure: Regenerate.
1984
1985 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
1986
1987 * MAINTAINERS (Write After Approval): Add myself.
1988
1989 2015-05-03 Matthias Klose <doko@ubuntu.com>
1990
1991 * configure.ac: Match $host configured with triplets.
1992 * configure: Regenerate.
1993
1994 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
1995
1996 * Makefile.tpl: Remove surplus whitespace throughout.
1997 * Makefile.in: Regenerate.
1998
1999 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
2000
2001 * MAINTAINERS (Various Maintainers): Add myself as instruction
2002 combiner maintainer.
2003
2004 2015-04-17 Jakub Jelinek <jakub@redhat.com>
2005
2006 PR bootstrap/62077
2007 * configure.ac (--enable-stage1-checking): Default to
2008 release,misc,gimple,rtlflag,tree,types if --disable-checking
2009 or --enable-checking is not specified and DEV-PHASE is not
2010 experimental.
2011 * configure: Regenerated.
2012
2013 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
2014
2015 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
2016 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
2017 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
2018 * Makefile.in: Regenerate.
2019
2020 2015-04-08 Cary Coutant <ccoutant@gmail.com>
2021
2022 * MAINTAINERS: Update my email address.
2023
2024 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
2025
2026 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
2027
2028 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2029
2030 * MAINTAINERS: Add myself as an arm port reviewer.
2031
2032 2015-03-25 Martin Liska <mliska@suse.cz>
2033 Yury Gribov <y.gribov@samsung.com>
2034
2035 * Makefile.in: Fix ln source location for vimrc file.
2036 * Makefile.tpl: Likewise.
2037
2038 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
2039
2040 PR bootstrap/25672
2041 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
2042 cross-compiling. Similarly for CXX_FOR_TARGET.
2043 * configure: Regenerate.
2044
2045 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
2046
2047 * Makefile.def: Add libmpx.
2048 * configure.ac: Add libmpx.
2049 * Makefile.in: Regenerate.
2050 * configure: Regenerate.
2051
2052 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
2053
2054 * MAINTAINERS (CPU Port Maintainers): Add myself
2055 i386 vector ISA extns mantainer.
2056
2057 2015-03-13 Jeff Law <law@redhat.com>
2058
2059 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
2060 maintainer.
2061 Remove Richard Henderson as a maintainer for the x86 port.
2062
2063 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
2064
2065 * MAINTAINERS (CPU Port Maintainers): Update my email address.
2066
2067 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
2068
2069 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
2070 pointer bounds checker and i386 MPX maintainer.
2071
2072 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
2073
2074 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
2075
2076 2015-02-26 Martin Sebor <msebor@redhat.com>
2077
2078 * MAINTAINERS (Various Maintainers): Add self.
2079
2080 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
2081
2082 * configure.ac [--enable-as-accelerator-for] (enable_languages):
2083 Make sure it contains lto.
2084 * configure: Regenerate.
2085
2086 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
2087
2088 * configure: Regenerate.
2089
2090 2015-02-06 Diego Novillo <dnovillo@google.com>
2091 1
2092 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
2093 middle-end, docstring): Remove myself.
2094 (Write After Approval): Add myself.
2095
2096 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
2097
2098 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
2099 (Write After Approval): Update address.
2100
2101 2015-01-29 David Malcolm <dmalcolm@redhat.com>
2102
2103 PR jit/64780
2104 * configure.ac: Require the user to explicitly specify
2105 --enable-host-shared if the jit is enabled.
2106 * configure: Regenerate.
2107
2108 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
2109
2110 * MAINTAINERS (Write After Approval): Add myself.
2111
2112 2015-01-25 Tom de Vries <tom@codesourcery.com>
2113
2114 * MAINTAINERS: Make whitespace consistent.
2115
2116 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
2117
2118 * MAINTAINERS (Write After Approval): Add myself.
2119
2120 2015-01-20 Andre Vehreschild <vehre@gmx.de>
2121
2122 * MAINTAINERS: (Write After Approval): Add myself.
2123
2124 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
2125
2126 * MAINTAINERS: (Write After Approval): Add myself.
2127
2128 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
2129
2130 * MAINTAINERS: (Write After Approval): Add myself.
2131
2132 2015-01-13 Iain Sandoe <iain@codesourcery.com>
2133
2134 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
2135 objective-c/c++ front end maintainer.
2136
2137 2015-01-13 Marek Polacek <polacek@redhat.com>
2138
2139 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
2140
2141 2015-01-12 Jeff Law <law@redhat.com>
2142
2143 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
2144 a very long time.
2145
2146 2015-01-09 Ian Lance Taylor <iant@google.com>
2147
2148 * configure.ac (host_tools): Add gotools.
2149 * Makefile.def (host_modules): Add gotools.
2150 (dependencies): Add dependency of all-gotools on all-target-libgo.
2151
2152 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
2153
2154 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
2155 * configure: Regenerate.
2156
2157 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
2158
2159 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
2160 all-target-libgomp.
2161 * Makefile.in: Regenerate.
2162
2163 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2164
2165 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
2166
2167 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
2168
2169 * configure.ac: Add Visium support.
2170 * configure: Regenerate.
2171
2172 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
2173
2174 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
2175 * configure: Regenerate.
2176
2177 2015-01-03 Andrew Pinski <apinski@cavium.com>
2178
2179 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
2180 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
2181 (BASE_TARGET_EXPORTS): Add OBJCOPY.
2182 (OBJCOPY_FOR_TARGET): New variable.
2183 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
2184 * Makefile.in: Regenerate.
2185 * configure.ac: Check for already installed target objcopy.
2186 Also GCC_TARGET_TOOL on objcopy.
2187 * configure: Regenerate.
2188
2189 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
2190
2191 * config.sub: Update from upstream, to 2015-01-01 version.
2192 * config.guess: Ditto.
2193
2194 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
2195
2196 * MAINTAINERS (RTEMS Ports): Add myself.
2197
2198 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
2199
2200 * MAINTAINERS (Write After Approval): Add myself.
2201
2202 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
2203
2204 * MAINTAINERS (Write After Approval): Add myself.
2205
2206 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
2207
2208 * configure.ac (--enable-as-accelerator-for): Don't set
2209 ENABLE_AS_ACCELERATOR_FOR. Update all users.
2210 * configure: Regenerate.
2211
2212 2014-12-13 Jakub Jelinek <jakub@redhat.com>
2213
2214 PR bootstrap/64023
2215 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
2216 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
2217 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
2218 to CXX.
2219 * Makefile.in: Regenerated.
2220
2221 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2222 Yury Gribov <y.gribov@samsung.com>
2223
2224 * .gitignore: Added .local.vimrc and .lvimrc.
2225 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
2226 * Makefile.in: Regenerate.
2227
2228 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
2229
2230 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
2231 * configure: Regenerated.
2232
2233 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
2234
2235 * MAINTAINERS (nvptx port): New entry.
2236
2237 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
2238
2239 * configure: Regenerate.
2240
2241 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2242
2243 * configure.ac: Merge with Binutils.
2244
2245 2014-11-26 Tobias Burnus <burnus@net-b.de>
2246
2247 * Makefile.def: Make more dependent on mpfr, mpc and isl.
2248 * Makefile.in: Regenerate.
2249
2250 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
2251
2252 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
2253 missing flex.
2254 * Makefile.in: Regenerated.
2255
2256 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
2257
2258 * Makefile.in: Regenerate.
2259
2260 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
2261
2262 PR bootstrap/63784
2263 * libtool.m4: Add $pic_flag with -shared.
2264
2265 2014-11-21 Renlin Li <Renlin.Li@arm.com>
2266
2267 * MAINTAINERS (Write After Approval): Added myself.
2268
2269 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
2270
2271 * MAINTAINERS (write-after-approval): Add myself.
2272
2273 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2274
2275 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
2276 from 2 years ago.
2277
2278 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2279
2280 Revert:
2281 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2282
2283 * MAINTAINERS (Write After Approval): Added myself as line map
2284 maintainer.
2285
2286 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2287
2288 Revert:
2289 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2290
2291 * MAINTAINERS (Write After Approval): Added myself.
2292
2293 2014-11-19 Renlin Li <Renlin.Li@arm.com>
2294
2295 * MAINTAINERS (Write After Approval): Added myself.
2296
2297 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
2298
2299 * MAINTAINERS (Write After Approval): Added myself as line map
2300 maintainer.
2301
2302 2014-11-17 Dodji Seketeli <dodji@redhat.com>
2303
2304 * MAINTAINERS (Various Maintainers): Added myself as line map
2305 maintainer.
2306
2307 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2308
2309 * move-if-change: Sync from upstream gnulib.
2310
2311 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2312
2313 * compile: Sync with upstream Automake.
2314 * depcomp: Ditto.
2315 * install-sh: Ditto.
2316 * missing: Ditto.
2317 * mkinstalldirs: Ditto.
2318 * ylwrap: Ditto.
2319
2320 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2321
2322 * config.sub: Update from upstream config repo.
2323 * config.guess: Ditto.
2324
2325 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
2326
2327 * Makefile.def: Add liboffloadmic to target_modules. Make
2328 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
2329 * Makefile.in: Regenerate.
2330 * configure: Regenerate.
2331 * configure.ac: Add liboffloadmic to target binaries.
2332 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
2333 Add liboffloadmic to noconfig list when C++ is not supported.
2334
2335 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
2336 Thomas Schwinge <thomas@codesourcery.com>
2337 Ilya Verbin <ilya.verbin@intel.com>
2338 Andrey Turetskiy <andrey.turetskiy@intel.com>
2339
2340 * configure: Regenerate.
2341 * configure.ac (--enable-as-accelerator-for)
2342 (--enable-offload-targets): New configure options.
2343
2344 2014-11-11 Tobias Burnus <burnus@net-b.de>
2345
2346 * Makefile.def: Make all-gcc depend on all-isl.
2347 * Makefile.in: Regenerate.
2348
2349 2014-11-11 David Malcolm <dmalcolm@redhat.com>
2350
2351 * ChangeLog.jit: New.
2352 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
2353
2354 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2355
2356 PR target/63610
2357 * libtool.m4: Fix globbing of darwin versions.
2358 * configure: Regenerate.
2359
2360 2014-11-11 Tobias Burnus <burnus@net-b.de>
2361
2362 * Makefile.def: Remove CLooG.
2363 * Makefile.tpl: Ditto.
2364 * configure.ac: Ditto.
2365 * configure: Regenerate.
2366 * Makefile.in: Ditto.
2367
2368 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
2369
2370 * configure.ac: Handle nvptx-*-*.
2371 * configure: Regenerate.
2372
2373 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
2374
2375 * MAINTAINERS (Write After Approval): Add myself.
2376
2377 2014-10-31 Jakub Jelinek <jakub@redhat.com>
2378
2379 * Makefile.def (libcc1): Remove bootstrap=true;.
2380 * Makefile.in: Regenerated.
2381
2382 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2383
2384 * configure.ac: Update comment.
2385 * configure: Regenerate.
2386
2387 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
2388
2389 * MAINTAINERS (Write After Approval): Add myself.
2390
2391 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
2392
2393 * configure.ac (extra_host_libiberty_configure_flags): Add
2394 --enable-shared also for libcc1's benefit.
2395 * configure: Regenerate.
2396
2397 2014-10-29 Tristan Gingold <gingold@adacore.com>
2398
2399 * MAINTAINERS: Change my email address.
2400
2401 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
2402 Tom Tromey <tromey@redhat.com>
2403
2404 * Makefile.def: Add libcc1 to host_modules.
2405 * configure.ac (host_tools): Add libcc1.
2406 * Makefile.in, configure: Rebuild.
2407
2408 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
2409
2410 * configure.ac (build_configargs): Don't share config.cache between
2411 build subdirs.
2412 * configure: Regenerate.
2413
2414 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2415
2416 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
2417 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
2418 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
2419 leon3v7 as leon3.
2420 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
2421 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
2422 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
2423 * config/sparc/sparc.md (cpu): Add leon3v7.
2424 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
2425
2426 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
2427
2428 * MAINTAINERS (write-after-approval): Add myself.
2429
2430 2014-10-23 Ian Lance Taylor <iant@google.com>
2431
2432 * configure.ac: Disable the Go frontend on systems where it is known
2433 to not work.
2434 * configure: Regenerate.
2435
2436 2014-10-23 Richard Biener <rguenther@suse.de>
2437
2438 * Makefile.def: Add libcpp build module and dependencies.
2439 * configure.ac: Add libcpp build module.
2440 * Makefile.in: Regenerate.
2441 * configure: Likewise.
2442
2443 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
2444
2445 * MAINTAINERS (write-after-approval): Add myself.
2446
2447 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
2448
2449 * INSTALL/README: Do not mention CVS.
2450
2451 2014-10-03 Jing Yu <jingyu@google.com>
2452
2453 * configure.ac: Add aarch64 to list of targets that support gold.
2454 * configure: Regenerate.
2455
2456 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
2457
2458 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
2459
2460 2014-09-29 Catherine Moore <clm@codesourcery.com>
2461
2462 * MAINTAINERS: Add myself as MIPS maintainer.
2463
2464 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
2465
2466 * MAINTAINERS: Move myself to MIPS maintainers.
2467
2468 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
2469
2470 * MAINTAINERS: Put all email addresses between '<' and '>'.
2471
2472 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2473
2474 * MAINTAINERS: Move myself to reviewers (Fortran).
2475
2476 2014-09-01 Andi Kleen <ak@linux.intel.com>
2477
2478 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
2479 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
2480 * Makefile.in: Regenerate.
2481
2482 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2483
2484 * rtx-classes-status.txt: Delete
2485
2486 2014-08-28 David Malcolm <dmalcolm@redhat.com>
2487
2488 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
2489
2490 2014-08-27 Sebastian Pop <s.pop@samsung.com>
2491
2492 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
2493 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
2494 of checking for version number.
2495 * configure: Regenerated.
2496 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
2497
2498 2014-08-27 David Malcolm <dmalcolm@redhat.com>
2499
2500 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
2501 is done; begin phase 6 (use extra rtx_def subclasses).
2502
2503 2014-08-27 David Malcolm <dmalcolm@redhat.com>
2504
2505 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
2506 done; begin phase 5 (additional rtx_def subclasses).
2507
2508 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2509
2510 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
2511
2512 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2513
2514 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
2515 SET_BB_HEADER are done.
2516
2517 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2518
2519 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
2520 done.
2521
2522 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2523
2524 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
2525
2526 2014-08-26 David Malcolm <dmalcolm@redhat.com>
2527
2528 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
2529
2530 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2531
2532 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
2533
2534 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2535
2536 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
2537
2538 2014-08-25 David Malcolm <dmalcolm@redhat.com>
2539
2540 * rtx-classes-status.txt: Phase 3 (per-file commits within
2541 "config" subdirs) is done; begin phase 4 (removal of
2542 "scaffolding").
2543
2544 2014-08-23 David Malcolm <dmalcolm@redhat.com>
2545
2546 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
2547 dir) is done; begin phase 3 (per-file commits within "config"
2548 subdirs).
2549
2550 2014-08-21 David Malcolm <dmalcolm@redhat.com>
2551
2552 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
2553 phase 2 (per-file commits in main source dir).
2554
2555 2014-08-21 Bin Cheng <bin.cheng@arm.com>
2556
2557 * configure: Regenerated.
2558
2559 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2560
2561 * rtx-classes-status.txt (TODO): Add SET_BND_TO
2562
2563 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2564
2565 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
2566
2567 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2568
2569 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
2570
2571 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2572
2573 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
2574
2575 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2576
2577 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
2578
2579 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
2580
2581 * MAINTAINERS (Write After Approval): Add myself.
2582
2583 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
2584
2585 * MAINTAINERS: Remove myself
2586
2587 2014-08-19 David Malcolm <dmalcolm@redhat.com>
2588
2589 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
2590
2591 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
2592
2593 * MAINTAINERS (Write After Approval): Add myself.
2594
2595 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2596
2597 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
2598 SET_BB_HEADER, SET_BB_FOOTER
2599
2600 2014-08-18 David Malcolm <dmalcolm@redhat.com>
2601
2602 * rtx-classes-status.txt: New file
2603
2604 2014-08-18 Roman Gareev <gareevroman@gmail.com>
2605
2606 * configure.ac: Eliminate ClooG installation dependency.
2607 * configure: Regenerate.
2608 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
2609 * Makefile.in: Regenerate.
2610
2611 2014-08-15 Ilya Verbin <iverbin@gmail.com>
2612
2613 * MAINTAINERS (Write After Approval): Add myself.
2614
2615 2014-08-15 Ilya Tocar <tocarip@gmail.com>
2616
2617 * MAINTAINERS (Write After Approval): Add myself.
2618
2619 2014-08-01 Jiong Wang <jiong.wang@arm.com>
2620
2621 * MAINTAINERS (Write After Approval): Add myself.
2622
2623 2014-07-28 Anthony Green <green@moxielogic.com>
2624
2625 Import from savannah.gnu.org:
2626 * config.sub: Update to 2014-07-28 version.
2627
2628 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
2629
2630 * MAINTAINERS: Remove my MIPS maintainer entry.
2631
2632 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
2633
2634 PR target/47230
2635 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
2636 * configure: Regenerate.
2637
2638 2014-07-24 James Norris <jnorris@codesourcery.com>
2639
2640 * MAINTAINERS (Write After Approval): Add myself.
2641
2642 2014-07-20 Roman Gareev <gareevroman@gmail.com>
2643
2644 * configure.ac: Accept only CLooG 0.18.1.
2645 * configure: Regenerate.
2646
2647 2014-07-17 Roman Gareev <gareevroman@gmail.com>
2648
2649 * configure.ac: Don't accept isl 0.11.
2650 * configure: Regenerate.
2651
2652 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2653
2654 * MAINTAINERS (Write After Approval): Add myself.
2655
2656 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2657
2658 * configure.ac: Don't accept isl 0.10.
2659 * configure: Regenerate.
2660
2661 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
2662
2663 Fix include path for in-tree cloog.
2664 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
2665 * configure: Regenerate.
2666
2667 2014-06-18 Richard Henderson <rth@redhat.com>
2668
2669 * .gitignore: Import gcc_update output.
2670
2671 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
2672
2673 * config-ml.in: Robustify ac_configure_args parsing.
2674
2675 * configure.ac (--enable-linker-plugin-configure-flags)
2676 (--enable-linker-plugin-flags): New flags.
2677 (configdirs): Conditionally add libiberty-linker-plugin.
2678 * configure: Regenerate.
2679 * Makefile.def (host_modules): Add libiberty-linker-plugin.
2680 (host_modules) <lto-plugin>: Pay attention to
2681 @extra_linker_plugin_flags@ and
2682 @extra_linker_plugin_configure_flags@.
2683 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
2684 * Makefile.in: Regenerate.
2685
2686 * Makefile.tpl (configure-[+prefix+][+module+])
2687 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
2688 "module_srcdir" instead of "module" for locating a module's srcdir.
2689 * Makefile.in: Regenerate.
2690
2691 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
2692
2693 * MAINTAINERS (Write After Approval): Add myself.
2694
2695 2014-06-06 Sebastian Pop <sebpop@gmail.com>
2696
2697 * MAINTAINERS: Update my email address.
2698
2699 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
2700
2701 * MAINTAINERS (Write After Approval): Add myself.
2702
2703 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
2704
2705 * MAINTAINERS (Write After Approval): Add myself.
2706
2707 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
2708
2709 PR libstdc++/61011
2710 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
2711 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
2712 * configure: Regenerate.
2713
2714 2014-05-28 Pedro Alves <palves@redhat.com>
2715
2716 * MAINTAINERS (Write After Approval): Add myself.
2717
2718 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
2719
2720 * MAINTAINERS: Update my affiliation/email.
2721
2722 2014-05-19 Mike Stump <mikestump@comcast.net>
2723
2724 * MAINTAINERS: Add wide-int reviewers.
2725
2726 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
2727
2728 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
2729 * configure: Regenerated.
2730
2731 2014-05-15 Torvald Riegel <triegel@redhat.com>
2732
2733 * MAINTAINERS (libitm): Add myself as maintainer.
2734
2735 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
2736
2737 * MAINTAINERS (Write After Approval): Add myself.
2738
2739 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
2740
2741 * config.sub, config.guess: Import from upstream.
2742
2743 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2744
2745 * MAINTAINERS (Write After Approval): Put myself in correct order.
2746
2747 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
2748
2749 * MAINTAINERS (Write After Approval): Add myself.
2750
2751 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
2752
2753 * MAINTAINERS: Move myself from Reviewers to Write After Approval
2754 section.
2755
2756 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
2757
2758 * MAINTAINERS (Write After Approval): Delete myself.
2759
2760 2014-04-17 Jakub Jelinek <jakub@redhat.com>
2761
2762 PR sanitizer/56781
2763 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
2764 and -B* options with -Xcompiler.
2765
2766 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
2767
2768 PR bootstrap/60620
2769 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
2770 * Makefile.in: Regenerate.
2771
2772 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2773
2774 * Makefile.def (dependencies): Make all-ld depend on all-binutils
2775 for WINDRES_FOR_TARGET in default-manifest.o rule.
2776 * Makefile.in: Regenerate.
2777
2778 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
2779
2780 * MAINTAINERS (Write After Approval): Add myself.
2781
2782 2014-03-26 Jakub Jelinek <jakub@redhat.com>
2783
2784 PR sanitizer/56781
2785 * Makefile.def: Set bootstrap=true; for host fixincludes.
2786 * configure.ac: Don't bootstrap host fixincludes unless
2787 --with-build-config=bootstrap-{a,ub}san.
2788 * Makefile.in: Regenerated.
2789 * configure: Regenerated.
2790
2791 2014-03-21 Jakub Jelinek <jakub@redhat.com>
2792
2793 * configure.ac: Move BUILD_CONFIG set up earlier. Add
2794 --enable-vtable-verify option parsing. Don't add
2795 target-libsanitizer to bootstrap_target_libs unless
2796 --with-build-config=bootstrap-asan or
2797 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
2798 to bootstrap_target_libs unless --enable-vtable-verify.
2799 * configure: Regenerated.
2800
2801 2014-03-10 Anatoly Sokolov <aesok@post.ru>
2802
2803 * MAINTAINERS (Write After Approval): Add myself.
2804
2805 2014-03-07 Denis Chertykov <chertykov@gmail.com>
2806
2807 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
2808
2809 2014-03-07 Jakub Jelinek <jakub@redhat.com>
2810
2811 PR bootstrap/58572
2812 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
2813 -I for libstdc++-v3 includes if $(LEAN).
2814 * Makefile.in: Regenerated.
2815
2816 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
2817
2818 * MAINTAINERS: Update my email address.
2819
2820 2014-02-24 Walter Lee <walt@tilera.com>
2821
2822 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
2823 (tilegx-*-*): Change to tilegx*-*-*.
2824 * configure: Regenerate.
2825
2826 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
2827
2828 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
2829
2830 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
2831
2832 * MAINTAINERS (Write After Approval): Add myself.
2833
2834 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2835
2836 PR target/59788
2837 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
2838 *solaris2*.
2839
2840 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
2841
2842 * MAINTAINERS: Update my email address.
2843
2844 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
2845
2846 * MAINTAINERS: Convert to UTF-8.
2847 Properly sort Xinliang David Li's entry.
2848
2849 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
2850 Sandra Loosemore <sandra@codesourcery.com>
2851
2852 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
2853 nios2 port maintainers.
2854
2855 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
2856
2857 * MAINTAINERS (Write After Approval): Add myself.
2858
2859 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2860
2861 * configure.ac: Add user-friendly check for native x86_64-linux
2862 multilibs.
2863 * configure: Regenerate.
2864
2865 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
2866
2867 * MAINTAINERS: Add myself as sh maintainer.
2868
2869 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
2870
2871 * MAINTAINERS: Add self as SLSR maintainer.
2872
2873 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
2874
2875 * MAINTAINERS: Update my email address.
2876
2877 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
2878
2879 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
2880
2881 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
2882
2883 * Makefile.in: Regenerate.
2884
2885 * Makefile.tpl: Fix typo.
2886 * Makefile.in: Regenerate partially.
2887
2888 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
2889
2890 * configure.ac: Added libcilkrts to noconfig list when C++ is not
2891 supported.
2892 * configure: Regenerated.
2893
2894 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
2895
2896 * MAINTAINERS (Write After Approval): Add myself.
2897
2898 2013-10-30 Jason Merrill <jason@redhat.com>
2899
2900 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
2901 --disable-build-format-warnings.
2902
2903 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
2904
2905 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
2906 depend on libstdc++ and libgcc.
2907 * configure: Regenerate.
2908 * configure.ac: Added libcilkrts to target binaries. Also, restrict
2909 libcilkrts for POSIX and i*86, and x86_64 architectures.
2910 * Makefile.in: Added libcilkrts related fields to support building it.
2911
2912 2013-10-26 Jeff Law <law@redhat.com>
2913
2914 * Makefile.def (target_modules): Remove libmudflap
2915 (languages): Remove check-target-libmudflap).
2916 * Makefile.in: Rebuilt.
2917 * Makefile.tpl (check-target-libmudflap-c++): Remove.
2918 * configure.ac (target_libraries): Remove target-libmudflap.
2919 Remove checks which disabled libmudflap on some systems.
2920 * configure: Rebuilt.
2921 * libmudflap: Directory removed.
2922
2923 2013-10-21 Cong Hou <congh@google.com>
2924
2925 * MAINTAINERS (Write After Approval): Add myself.
2926
2927 2013-10-16 Mike Stump <mikestump@comcast.net>
2928
2929 * .dir-locals.el: Add.
2930
2931 2013-10-15 David Malcolm <dmalcolm@redhat.com>
2932
2933 * configure.ac: Add --enable-host-shared
2934 * configure: Regenerate.
2935
2936 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
2937
2938 Import from savannah.gnu.org:
2939 * config.guess: Update to 2013-06-10 version.
2940 * config.sub: Update to 2013-10-01 version.
2941
2942 2013-10-01 Simon Cook <simon.cook@embecosm.com>
2943
2944 Changes to build configuration to allow big endian ARC ELF toolchain
2945 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
2946 * configure: Regenerate.
2947
2948 2013-09-20 Alan Modra <amodra@gmail.com>
2949
2950 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
2951 ppc host match. Support little-endian powerpc linux hosts.
2952
2953 2013-09-19 Dodji Seketeli <dodji@redhat.com>
2954
2955 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
2956 maintainer.
2957
2958 2013-09-12 DJ Delorie <dj@redhat.com>
2959
2960 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
2961 maintainers.
2962
2963 2013-09-03 Richard Biener <rguenther@suse.de>
2964
2965 * configure.ac: Also allow ISL 0.12.
2966 * configure: Regenerated.
2967
2968 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
2969
2970 * MAINTAINERS (Write After Approval): Add myself.
2971
2972 2013-08-27 David Malcolm <dmalcolm@redhat.com>
2973
2974 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
2975
2976 2013-08-26 Caroline Tice <cmtice@google.com>
2977
2978 * MAINTAINERS: Correct earliers update: Move myself from libvtv
2979 "Various Reviewers" to libvtv "Various Maintainers".
2980
2981 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
2982
2983 * MAINTAINERS: Add myself as RTL optimizers reviewer.
2984
2985 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
2986
2987 * MAINTAINERS: Update name, email.
2988
2989 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
2990
2991 * MAINTAINERS (Write After Approval): Add myself.
2992
2993 2013-08-12 Caroline Tice <cmtice@google.com>
2994
2995 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
2996 address in the Write After Approval section.
2997
2998 2013-08-09 Carlos O'Donell <carlos@redhat.com>
2999
3000 * MAINTAINERS (Write After Approval): Update email.
3001
3002 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
3003
3004 * configure.ac: Adjust to check VTV_SUPPORTED.
3005 * configure: Regenerated.
3006
3007 2013-08-02 Caroline Tice <cmtice@google.com>
3008
3009 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
3010 on non-linux systems; add target-libvtv to noconfigdirs; add
3011 libsupc++/.libs to C++ library search paths.
3012 * configure: Regenerated.
3013 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
3014 libstdc++ and libgcc.
3015 * Makefile.in: Regenerated.
3016
3017 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
3018
3019 * MAINTAINERS (Write After Approval): Add myself.
3020
3021 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
3022 Shiva Chen <shiva0217@gmail.com>
3023
3024 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
3025 nds32 port maintainers.
3026
3027 2013-07-17 Tim Shen <timshen91@gmail.com>
3028
3029 * MAINTAINERS (Write After Approval): Add myself.
3030
3031 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3032
3033 * configure.ac: Sync from binutils.
3034 * configure: Regenerate.
3035
3036 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
3037
3038 * MAINTAINERS (Write After Approval): Add myself.
3039
3040 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
3041
3042 * MAINTAINERS (Write After Approval): Add myself.
3043
3044 2013-05-17 David Malcolm <dmalcolm@redhat.com>
3045
3046 * MAINTAINERS (Write After Approval): Add myself.
3047
3048 2013-04-30 Brooks Moses <bmoses@google.com>
3049
3050 * MAINTAINERS: Update my email; move myself from Fortran
3051 reviewer to Write After Approval.
3052
3053 2013-04-16 Andreas Schwab <schwab@suse.de>
3054
3055 * configure.ac (aarch64-*-*): Don't disable java.
3056 * configure: Regenerate.
3057
3058 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
3059
3060 * MAINTAINERS (Write After Approval): Add myself.
3061
3062 2013-03-30 Matthias Klose <doko@ubuntu.com>
3063
3064 * Makefile.def (target_modules): Don't install libffi.
3065 * Makefile.in: Regenerate.
3066
3067 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
3068
3069 * MAINTAINERS (Write After Approval): Add myself.
3070
3071 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
3072
3073 * MAINTAINERS (Write After Approval): Add myself.
3074
3075 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
3076
3077 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
3078 * configure: Regenerated.
3079
3080 2013-02-05 Ian Lance Taylor <iant@google.com>
3081
3082 PR go/55969
3083 * configure.ac: Disable libgo on some systems where it does not
3084 work.
3085
3086 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
3087
3088 * MAINTAINERS: Explicitly add myself as AIX maintainer.
3089 Remove Geoff Keating as rs6000 port maintainer, at his request.
3090
3091 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
3092
3093 * MAINTAINERS: Update my email.
3094
3095 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
3096
3097 * configure: Re-generate.
3098
3099 2013-01-15 Richard Biener <rguenther@suse.de>
3100
3101 PR other/55973
3102 * configure: Re-generate.
3103
3104 2013-01-14 Matthias Klose <doko@ubuntu.com>
3105
3106 * Makefile.def (install-target-libsanitizer): Depend on
3107 install-target-libstdc++-v3.
3108 * Makefile.in: Regenerate.
3109
3110 2013-01-14 Richard Biener <rguenther@suse.de>
3111
3112 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
3113 * configure: Re-generate
3114
3115 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3116
3117 * config.sub: Update from config repo.
3118
3119 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
3120
3121 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
3122 * Makefile.in: Regenerate.
3123
3124 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
3125
3126 * MAINTAINERS (arc): Add new port maintainership for myself.
3127
3128 2013-01-09 Jason Merrill <jason@redhat.com>
3129
3130 * .gitignore: Import from gdb repository.
3131
3132 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
3133
3134 * Makefile.def (configure-gcc): Depend on all-gmp.
3135 (all-gcc): Remove dependency on all-gmp.
3136 * Makefile.in: Regenerated.
3137
3138 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3139
3140 * config.sub: Merge from config repo.
3141 * config.guess: Ditto.
3142
3143 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3144
3145 * Makefile.def: Merge from binutils.
3146 * Makefile.in: Ditto.
3147
3148 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
3149
3150 * MAINTAINERS: Update my email.
3151
3152 2012-12-29 Ben Elliston <bje@gnu.org>
3153
3154 * config.guess: Update to 2012-12-29 version.
3155 * config.sub: Likewise.
3156
3157 2012-12-20 Matthias Klose <doko@ubuntu.com>
3158
3159 * Makefile.def (install-target-libgfortran): Depend on
3160 install-target-libquadmath, install-target-libgcc.
3161 (install-target-libsanitizer): Depend on install-target-libgcc.
3162 (install-target-libjava): Depend on install-target-libgcc.
3163 (install-target-libitm): Depend on install-target-libgcc.
3164 (install-target-libobjc): Depend on install-target-libgcc.
3165 (install-target-libstdc++-v3): Depend on install-target-libgcc.
3166 * Makefile.in: Regenerate.
3167
3168 2012-12-19 Matthias Klose <doko@ubuntu.com>
3169
3170 * Makefile.def (install-target-libgo): Depend on
3171 install-target-libatomic.
3172 * Makefile.in: Regenerate.
3173
3174 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
3175
3176 PR go/55201
3177 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
3178 * Makefile.in: Regenerate.
3179
3180 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
3181
3182 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
3183 * configure: Regenerate.
3184
3185 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3186
3187 * config.sub: Merge from config repo.
3188
3189 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
3190
3191 * Makefile.def (target_modules): Add bootstrap=true and
3192 raw_cxx=true to libsanitizer.
3193 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3194 * Makefile.in: Regenerated.
3195 * configure: Likewise.
3196
3197 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
3198
3199 * MAINTAINERS: Remove self as RTL optimization maintainer.
3200
3201 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3202
3203 * MAINTAINERS (Write After Approval): Add myself.
3204
3205 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3206
3207 * Makefile.def (target_modules): Remove bootstrap=true and
3208 raw_cxx=true from libsanitizer.
3209 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
3210 * Makefile.in: Regenerated.
3211 * configure: Likewise.
3212
3213 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
3214
3215 * Makefile.def (target_modules): Add bootstrap=true and
3216 raw_cxx=true to libsanitizer.
3217 * configure.ac (bootstrap_target_libs): Add libsanitizer.
3218 * Makefile.in: Regenerated.
3219 * configure: Likewise.
3220
3221 2012-11-28 Andrew Pinski <apinski@cavium.com>
3222
3223 PR bootstrap/54279
3224 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
3225 * configure: Regenerate.
3226 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
3227 * Makefile.in: Regenerate.
3228
3229 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
3230
3231 * configure.ac: Disable libsanitizer if we're not building C++.
3232 * configure: Regenerate.
3233
3234 2012-11-15 Roland McGrath <roland@hack.frob.com>
3235
3236 * MAINTAINERS (Write After Approval): Add myself.
3237
3238 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
3239
3240 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
3241 Kostya Serebryany (kcc@google.com) and
3242 Jakub Jelinek (jakub@redhat.com).
3243 Rename area for Dodji Seketeli (dodji@redhat.com).
3244
3245 2012-11-15 Dodji Seketeli <dodji@redhat.com>
3246
3247 * MAINTAINERS: (asan.c, related): Add myself.
3248
3249 2012-11-14 Roland McGrath <mcgrathr@google.com>
3250
3251 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
3252 * configure: Regenerate.
3253
3254 2012-11-13 Richard Henderson <rth@redhat.com>
3255
3256 * configure.ac: Move libsanitizer logic to subdirectory.
3257 * configure: Regenerate.
3258
3259 2012-11-13 Dodji Seketeli <dodji@redhat.com>
3260
3261 * configure.ac: Enable libsanitizer just on x86 linux for now.
3262 * configure: Re-generate.
3263
3264 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
3265
3266 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
3267 sections.
3268 * configure: Regenerate.
3269
3270 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
3271
3272 * configure.ac: Add section for configdirs for libsanitizer.
3273 Disable for cris-*-* and mmix-*-*.
3274 * configure: Regenerate.
3275
3276 2012-11-12 Wei Mi <wmi@google.com>
3277
3278 * configure.ac: Add libsanitizer to target_libraries.
3279 * Makefile.def: Ditto.
3280 * configure: Regenerate.
3281 * Makefile.in: Regenerate.
3282 * libsanitizer: New directory for asan runtime. Contains an empty
3283 tsan directory.
3284
3285 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
3286
3287 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
3288 against Mingw64 w32api.
3289 * configure: Regenerate.
3290
3291 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
3292
3293 * configure: Regenerated.
3294
3295 2012-11-03 Robert Mason <rbmj@verizon.net>
3296
3297 * configure.ac: add --disable-libstdcxx configure option
3298 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
3299
3300 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
3301
3302 * MAINTAINERS (Write After Approval): Add myself.
3303
3304 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
3305
3306 * MAINTAINERS (Write After Approval): Add myself.
3307
3308 2012-10-24 Sharad Singhai <singhai@google.com>
3309
3310 * MAINTAINERS (Write After Approval): Add myself.
3311
3312 2012-10-24 Eric Christopher <echristo@gmail.com>
3313
3314 * MAINTAINERS: Update email address.
3315
3316 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
3317
3318 PR bootstrap/54820
3319 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
3320 * configure: Regenerate.
3321
3322 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
3323
3324 * MAINTAINERS (aarch64): Add Marcus and myself.
3325
3326 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
3327
3328 PR bootstrap/54820
3329 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
3330 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
3331 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3332 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
3333 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
3334 * Makefile.in: Regenerate.
3335 * configure.ac (have_static_libs): New variable and associated check.
3336 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
3337 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
3338 * configure: Regenerate.
3339
3340 2012-10-10 Richard Biener <rguenther@suse.de>
3341
3342 * MAINTAINERS: Adjust for changed surname.
3343
3344 2012-10-04 Lawrence Crowl <crowl@google.com>
3345
3346 * MAINTAINERS (Write After Approval): Add myself.
3347
3348 2012-10-01 Cary Coutant <ccoutant@google.com>
3349
3350 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
3351
3352 2012-09-28 Ian Lance Taylor <iant@google.com>
3353
3354 * Makefile.def: Make all-target-libgo depend on
3355 all-target-libbacktrace.
3356 * Makefile.in: Rebuild.
3357
3358 2012-09-26 Ian Lance Taylor <iant@google.com>
3359
3360 * Makefile.def: Make all-gcc depend on all-libbacktrace.
3361 * Makefile.in: Rebuild.
3362
3363 2012-09-20 Walter Lee <walt@tilera.com>
3364
3365 * configure.ac: Add tilegx to list of targets that support gold.
3366 * configure: Regenerate.
3367
3368 2012-09-20 Marek Polacek <polacek@redhat.com>
3369
3370 * MAINTAINERS (Write After Approval): Add myself.
3371
3372 2012-09-19 Steve Ellcey <sellcey@mips.com>
3373
3374 * configure.ac: Add mips*-mti-elf* target.
3375 * configure: Regenerate.
3376
3377 2012-09-17 Ian Lance Taylor <iant@google.com>
3378
3379 * MAINTAINERS (Various Maintainers): Add libbacktrace.
3380 * configure.ac (host_libs): Add libbacktrace.
3381 (target_libraries): Add libbacktrace.
3382 * Makefile.def (host_modules): Add libbacktrace.
3383 (target_modules): Likewise.
3384 * configure, Makefile.in: Rebuild.
3385
3386 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
3387
3388 PR target/38607
3389 Merge upstream change.
3390 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
3391
3392 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
3393 Add libgomp*.o to compare_exclusions for AIX.
3394 * configure: Regenerate.
3395
3396 2012-09-06 Diego Novillo <dnovillo@google.com>
3397
3398 * configure.ac: Bump minimum GMP version to 4.2.3.
3399 * configure: Re-generate.
3400
3401 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
3402
3403 PR target/54461
3404 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
3405 target-libgloss if not configured --with-avrlibc=no.
3406 * configure: Regenerate.
3407
3408 2012-09-04 Jason Merrill <jason@redhat.com>
3409
3410 * configure.ac: Fix --enable-languages=all.
3411
3412 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
3413
3414 * MAINTAINERS (Write After Approval): Add myself.
3415
3416 2012-09-03 Richard Guenther <rguenther@suse.de>
3417
3418 PR bootstrap/54138
3419 * configure.ac: Re-organize ISL / CLOOG checks to allow
3420 disabling with either --without-isl or --without-cloog.
3421 * configure: Regenerated.
3422
3423 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
3424
3425 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
3426 * configure: Regenerate.
3427
3428 2012-08-27 Ulrich Drepper <drepper@gmail.com>
3429
3430 * MAINTAINERS: Fix my email address.
3431
3432 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
3433
3434 PR binutils/4970
3435 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
3436 and opcodes.
3437 * Makefile.in: Regenerated.
3438
3439 2012-08-26 Art Haas <ahaas@impactweather.com>
3440
3441 * configure: Regenerate.
3442
3443 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
3444
3445 * INSTALL/README: Also refer to the online installation
3446 instructions.
3447
3448 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3449
3450 * MAINTAINERS (Write After Approval): Add myself.
3451 (Picochip port): Remove myself.
3452
3453 2012-08-14 Diego Novillo <dnovillo@google.com>
3454
3455 Merge from cxx-conversion branch.
3456
3457 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
3458 POSTSTAGE1_CONFIGURE_FLAGS.
3459 * Makefile.in: Regenerate.
3460 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
3461 Force C++ when bootstrapping.
3462 * configure: Regenerate.
3463
3464 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3465
3466 * MAINTAINERS (Write After Approval): Add myself.
3467
3468 2012-07-16 Joseph Myers <joseph@codesourcery.com>
3469
3470 * README: Document use of ranges of years in copyright notices.
3471
3472 2012-07-06 Richard Guenther <rguenther@suse.de>
3473
3474 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
3475 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
3476 --with-gmp=system.
3477 * Makefile.in: Regenerated.
3478 * configure: Likewise.
3479
3480 2012-07-06 Richard Guenther <rguenther@suse.de>
3481
3482 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
3483 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
3484 supply V=1 as extra_make_flags.
3485 * configure: Regenerated.
3486 * Makefile.in: Likewise.
3487
3488 2012-07-04 Tristan Gingold <gingold@adacore.com>
3489
3490 * configure: Regenerate.
3491
3492 2012-07-03 Richard Guenther <rguenther@suse.de>
3493
3494 * Makfile.def (isl): Remove not necessary extra_exports and
3495 extra_make_flags.
3496 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
3497 * Makefile.in: Regenerated.
3498
3499 2012-07-03 Richard Guenther <rguenther@suse.de>
3500
3501 * Makefile.def (cloog): Add V=1 to extra_make_flags.
3502 * configure.ac: If either the ISL or the CLooG check failed
3503 do not try to build in-tree versions.
3504 * Makefile.in: Regenerated.
3505 * configure: Regenerated.
3506
3507 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3508
3509 * configure: Regenerate.
3510
3511 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
3512
3513 * MAINTAINERS (Various Maintainers): Add myself as testsuite
3514 maintainer.
3515
3516 2012-07-02 Richard Guenther <rguenther@suse.de>
3517
3518 * configure: Regenerated.
3519
3520 2012-07-02 Richard Guenther <rguenther@suse.de>
3521 Michael Matz <matz@suse.de>
3522 Tobias Grosser <tobias@grosser.es>
3523 Sebastian Pop <sebpop@gmail.com>
3524
3525 * Makefile.def: Add ISL host module, remove PPL host module.
3526 Adjust ClooG host module to use the proper ISL.
3527 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
3528 * configure.ac: Include config/isl.m4. Add ISL host library,
3529 remove PPL. Remove PPL configury, add ISL configury, adjust
3530 ClooG configury.
3531 * Makefile.in: Regenerated.
3532 * configure: Likewise.
3533
3534 2012-07-02 Richard Guenther <rguenther@suse.de>
3535
3536 Merge from graphite branch
3537 2011-07-21 Tobias Grosser <tobias@grosser.es>
3538
3539 * configure: Regenerated.
3540 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
3541 both cloog.org and legacy versions. The only supported version will
3542 be CLooG with the isl backend.
3543
3544 2011-07-21 Tobias Grosser <tobias@grosser.es>
3545
3546 * configure: Regenerated.
3547 * configure.ac: Require cloog isl 0.17.0
3548
3549 2011-07-21 Tobias Grosser <tobias@grosser.es>
3550
3551 * configure: Regenerated.
3552 * config/cloog.m4: Do not define CLOOG_ORG
3553
3554 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
3555
3556 * configure.ac: Skip C if explicitly selected.
3557 * configure: Regenerate.
3558
3559 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
3560
3561 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
3562 they contain -O2.
3563 * configure: Regenerate.
3564
3565 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
3566
3567 PR debug/53740
3568 * df.h, df-problems.c, dce.c: Revert last patch.
3569
3570 2012-06-25 Iain Sandoe <iain@codesourcery.com>
3571
3572 * MAINTAINERS (Write After Approval): Update my email address.
3573
3574 2012-06-21 Meador Inge <meadori@codesourcery.com>
3575
3576 * MAINTAINERS (Write After Approval): Add myself.
3577
3578 2012-06-20 Jason Merrill <jason@redhat.com>
3579
3580 * Makefile.tpl (check-target-libgomp-c++): New.
3581 (check-target-libitm-c++): New.
3582 * Makefile.def (c++): Add them.
3583 * Makefile.in: Regenerate.
3584
3585 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
3586
3587 * MAINTAINERS (Write After Approval): Add myself.
3588
3589 2012-05-16 Olivier Hainque <hainque@adacore.com>
3590
3591 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
3592 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
3593 (install-no-fixedincludes): Adjust accordingly.
3594 * Makefile.in: Regenerate.
3595
3596 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
3597
3598 Merge upstream change
3599 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
3600
3601 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
3602
3603 * MAINTAINERS (Write After Approval): Add myself.
3604
3605 2012-05-09 Nick Clifton <nickc@redhat.com>
3606 Paul Smith <psmith@gnu.org>
3607
3608 PR bootstrap/50461
3609 * configure.ac (mpfr-dir): When using in-tree MPFR sources
3610 allow for the fact that from release v3.1.0 of MPFR the source
3611 files were moved into a src sub-directory.
3612 * configure: Regenerate.
3613
3614 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
3615
3616 * configure.ac: Bump minimum MPFR version to 2.4.0.
3617 * configure: Regenerated.
3618
3619 2012-05-01 Richard Henderson <rth@redhat.com>
3620
3621 * Makefile.def (libatomic): New target_module.
3622 * configure.ac (target_libraries): Add libatomic.
3623 (noconfigdirs): Check if libatomic is supported.
3624 * Makefile.in, configure: Rebuild.
3625
3626 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
3627
3628 * MAINTAINERS (Write After Approval): Add myself.
3629
3630 2012-04-25 Joel Brobecker <brobecker@adacore.com>
3631
3632 * config.sub: Update to 2012-04-18 version from official repo.
3633
3634 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
3635
3636 * MAINTAINERS (Write After Approval): Add myself.
3637
3638 2012-04-11 Steve Ellcey <sellcey@mips.com>
3639
3640 * MAINTAINERS: Changed email address.
3641
3642 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
3643
3644 PR target/52737
3645 * contrib/gcc_update (files_and_dependencies):
3646 Remove gcc/config/avr/t-multilib from touch data.
3647
3648 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3649
3650 * MAINTAINERS (OS Port Maintainers): Remove irix.
3651 * configure.ac (enable_libgomp): Remove *-*-irix6*.
3652 (unsupported_languages): Remove mips-sgi-irix6.*.
3653 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
3654 (with_stabs): Remove.
3655 * configure: Regenerate.
3656
3657 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3658
3659 * MAINTAINERS (OS Port Maintainers): Remove osf.
3660 * configure.ac (enable_libgomp): Remove *-*-osf*.
3661 (with_stabs): Remove alpha*-*-osf*.
3662 * configure: Regenerate.
3663
3664 2012-03-05 Tristan Gingold <gingold@adacore.com>
3665
3666 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
3667 * configure: Regenerate.
3668
3669 2012-02-17 Walter Lee <walt@tilera.com>
3670
3671 * MAINTAINERS: (Write After Approval): Delete myself.
3672
3673 2012-02-14 Walter Lee <walt@tilera.com>
3674
3675 * MAINTAINERS (tilegx port): Add myself.
3676 (tilepro port): Add myself.
3677 (Write After Approval): Add myself.
3678
3679 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
3680
3681 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
3682 and Joseph Myers as docstring relicensing maintainers.
3683
3684 2012-02-09 Bin Cheng <bin.cheng@arm.com>
3685
3686 * MAINTAINERS (write-after-approval): Add myself.
3687
3688 2012-02-08 Ira Rosen <irar@il.ibm.com>
3689
3690 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
3691 maintainer.
3692
3693 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3694
3695 * MAINTAINERS (Write After Approval): Move myself to
3696 maintain alphabetical order.
3697
3698 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
3699
3700 * MAINTAINERS (Write After Approval): Add myself.
3701
3702 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3703
3704 * MAINTAINERS (Write After Approval): Add myself.
3705
3706 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
3707 Jayant R Sonar <jayant.sonar@kpitcummins.com>
3708
3709 * configure.ac (cr16-*-*): Remove nonconfigdirs.
3710 * configure: Regenerate.
3711
3712 2012-01-23 Harshit Chopra <harshit@google.com>
3713
3714 * MAINTAINERS (Write After Approval): Add myself.
3715
3716 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
3717
3718 * configure.ac: Remove reference to mh-interix.
3719 * configure: Regenerate.
3720
3721 2012-01-05 Richard Henderson <rth@redhat.com>
3722
3723 PR bootstrap/51072
3724 * configure.ac: Disable libitm if c++ is not enabled.
3725 * configure: Rebuild.
3726
3727 * configure.ac: Fix regexp for same.
3728 * configure: Rebuild.
3729
3730 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
3731
3732 * MAINTAINERS (Write After Approval): Add myself.
3733
3734 2012-01-02 Richard Guenther <rguenther@suse.de>
3735
3736 PR bootstrap/51686
3737 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
3738 * Makefile.in: Regenerate.
3739
3740 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
3741
3742 * MAINTAINERS (Write After Approval): Add myself.
3743
3744 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
3745
3746 * configure: Regenerate.
3747
3748 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
3749
3750 * MAINTAINERS (picochip): Changed email address.
3751
3752 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3753
3754 * MAINTAINERS (write-after-approval): Add self.
3755
3756 2011-11-29 DJ Delorie <dj@redhat.com>
3757
3758 * configure.ac (rl78-*-*) New case.
3759 * configure: Regenerate.
3760 * MAINTAINERS: Add myself as RL78 maintainer.
3761
3762 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
3763
3764 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
3765
3766 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
3767
3768 * libtool.m4: Additional FreeBSD 10 fixes.
3769
3770 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
3771
3772 * MAINTAINERS: Move myself from Write After Approval to CPU Port
3773 Maintainers section, as Epiphany maintainer.
3774
3775 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
3776
3777 PR target/49992
3778 * configure.ac: Remove ranlib special-casing for Darwin.
3779 * configure: Regenerate.
3780
3781 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
3782
3783 * MAINTAINERS (Reviewers): Keep the list sorted.
3784
3785 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
3786
3787 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
3788
3789 2011-11-09 Roland McGrath <mcgrathr@google.com>
3790
3791 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
3792 * configure: Rebuild.
3793 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
3794 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
3795 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
3796 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
3797 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
3798 Add READELF.
3799 * Makefile.in: Rebuild.
3800
3801 2011-11-09 Jason Merrill <jason@redhat.com>
3802
3803 * Makefile.def (language=c++): Remove check-c++0x.
3804 * Makefile.in (check-gcc-c++): Regenerate.
3805
3806 2011-11-08 Richard Henderson <rth@redhat.com>
3807
3808 * configure.ac: Test for libitm directory present first.
3809
3810 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
3811
3812 * configure.ac: Test libitm/configure.tgt to disable libitm.
3813 * configure: Rebuild.
3814
3815 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
3816 Richard Henderson <rth@redhat.com>
3817
3818 Merged from transactional-memory.
3819
3820 * Makefile.def (lang_env_dependencies): libitm is c++.
3821 Add libitm target module.
3822 * configure.ac: Likewise.
3823 * config/mmap.m4: New file.
3824 * contrib/gcc_update: Add libitm to touch data.
3825 * Makefile.in, configure: Rebuild.
3826
3827 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3828
3829 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
3830 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
3831 * Makefile.in: Regenerate.
3832
3833 2011-11-01 DJ Delorie <dj@redhat.com>
3834
3835 * config.sub: Update to version 2011-10-29 (added rl78)
3836
3837 2011-10-27 Nick Clifton <nickc@redhat.com>
3838
3839 * config.sub: Import these changes from the config project:
3840
3841 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
3842 Ben Elliston <bje@gnu.org>
3843
3844 * config.sub (epiphany): New.
3845
3846 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
3847 Ben Elliston <bje@gnu.org>
3848
3849 * config.sub (hexagon, hexagon-*): New.
3850
3851 2011-08-23 Roland McGrath <mcgrathr@google.com>
3852
3853 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
3854 64eb to be64.
3855
3856 2011-08-16 Roland McGrath <mcgrathr@google.com>
3857
3858 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
3859 (nacl): Grok as alias for 32el-unknown-nacl.
3860
3861 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
3862
3863 * MAINTAINERS (Write After Approval): Add myself.
3864
3865 2011-10-24 Teresa Johnson <tejohnson@google.com>
3866
3867 * MAINTAINERS (Write After Approval): Add myself.
3868
3869 2011-09-21 Jakub Jelinek <jakub@redhat.com>
3870
3871 * MAINTAINERS (sparc port): Remove myself.
3872
3873 2011-09-14 Tom de Vries <tom@codesourcery.com>
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
3877 2011-08-14 Yao Qi <yao@codesourcery.com>
3878
3879 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
3880 * configure: Regenerate.
3881
3882 2011-07-26 Ian Lance Taylor <iant@google.com>
3883
3884 * configure.ac: Set have_compiler based on whether gcc directory
3885 exists, rather than on whether gcc is in configdirs.
3886 * configure: Rebuild.
3887
3888 2011-07-21 Joseph Myers <joseph@codesourcery.com>
3889
3890 * MAINTAINERS (Global Reviewers): Add self.
3891
3892 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
3893
3894 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
3895 link directories.
3896 * Makefile.in: Rebuild.
3897
3898 2011-07-20 Ian Lance Taylor <iant@google.com>
3899
3900 PR bootstrap/49787
3901 * configure.ac: Move --enable-bootstrap handling earlier in file.
3902 If --enable-bootstrap and either --enable-build-with-cxx or
3903 --enable-build-poststage1-with-cxx, enable C++ automatically.
3904 * configure: Rebuild.
3905
3906 2011-07-19 Ian Lance Taylor <iant@google.com>
3907
3908 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
3909 make C++ a boot_language. Set and substitute
3910 POSTSTAGE1_CONFIGURE_FLAGS.
3911 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
3912 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
3913 * configure, Makefile.in: Rebuild.
3914
3915 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
3916
3917 * MAINTAINERS (Register Allocation): Move myself from reviewers to
3918 maintainers.
3919
3920 2011-07-18 Jakub Jelinek <jakub@redhat.com>
3921
3922 * MAINTAINERS (Global Reviewers): Add myself.
3923
3924 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3925
3926 * configure: Regenerate.
3927
3928 2011-07-16 Jason Merrill <jason@redhat.com>
3929
3930 * Makefile.def (language=c++): Add check-c++0x and
3931 check-target-libmudflap-c++.
3932 * Makefile.tpl (check-target-libmudflap-c++): New.
3933 * Makefile.in: Regenerate.
3934
3935 2011-07-16 Matthias Klose <doko@ubuntu.com>
3936
3937 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
3938 * Makefile.def (target_modules/libjava): Pass
3939 $(EXTRA_CONFIGARGS_LIBJAVA).
3940 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
3941 if not configured with --enable-static-libjava.
3942 * Makefile.in: Regenerate.
3943 * configure: Likewise.
3944
3945 2011-07-15 Jason Merrill <jason@redhat.com>
3946
3947 * Makefile.in (check-c++): Move check-gcc-c++0x after
3948 check-target-libstdc++-v3.
3949
3950 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
3951
3952 * MAINTAINERS (c6x port): New entry.
3953
3954 2011-07-13 Jason Merrill <jason@redhat.com>
3955
3956 * Makefile.in (check-gcc-c++0x): New.
3957 (check-c++): Depend on it.
3958
3959 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3960
3961 PR target/39150
3962 * configure.ac (i[3456789]86-*-solaris2*): Also accept
3963 x86_64-*-solaris2.1[0-9]*.
3964 * configure: Regenerate.
3965
3966 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
3967
3968 * MAINTAINERS (RTL optimizers): Add self.
3969
3970 2011-06-27 Gabriel Charette <gchare@google.com>
3971
3972 * MAINTAINERS (Write After Approval): Add myself.
3973
3974 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
3975
3976 PR regression/47836
3977 PR bootstrap/23656
3978 PR other/47733
3979 PR bootstrap/49247
3980 PR c/48825
3981 * configure.ac (target_libraries): Remove target-libiberty.
3982 Remove case-statement setting skipdirs=target-libiberty for
3983 multiple targets. Remove checking target_configdirs and
3984 removing target-libiberty but keeping target-libgcc if
3985 otherwise empty.
3986 * Makefile.def (target_modules): Don't add libiberty.
3987 (dependencies): Remove all traces of target-libiberty.
3988 * configure, Makefile.in: Regenerate.
3989
3990 2011-06-13 Walter Lee <walt@tilera.com>
3991
3992 * configure.ac (tilepro-*-*) New case.
3993 (tilegx-*-*): Likewise.
3994 * configure: Regenerate.
3995
3996 2011-06-06 Jing Yu <jingyu@google.com>
3997
3998 * configure.ac: Skip target-libiberty for
3999 arm*-*-linux-androideabi.
4000 * configure: Regenerated.
4001
4002 2011-06-06 Nick Clifton <nickc@redhat.com>
4003
4004 * config.sub: Sync from upstream.
4005
4006 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
4007
4008 * MAINTAINERS (Write After Approval): Add myself.
4009
4010 2011-06-01 Daniel Jacobowitz <drow@false.org>
4011
4012 * MAINTAINERS: Update my email address.
4013
4014 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
4015
4016 * MAINTAINERS (Write After Approval): Update my email address.
4017
4018 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
4019
4020 * MAINTAINERS (Write After Approval): Add myself.
4021
4022 2011-05-08 Doug Kwan <dougkwan@google.com>
4023
4024 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
4025 * configure: Regenerated.
4026 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
4027 value from configure.
4028 * Makefile.in: Regenerated.
4029
4030 2011-05-05 Joseph Myers <joseph@codesourcery.com>
4031
4032 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
4033 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
4034 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
4035 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
4036 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
4037 *-*-vxworks*): Disable newlib and libgloss in separate case
4038 statement.
4039 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
4040 to separate case statement.
4041 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4042 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
4043 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
4044 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
4045 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
4046 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
4047 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
4048 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
4049 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
4050 i[[3456789]]86-*-rdos*, m32r-*-*,
4051 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
4052 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
4053 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
4054 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
4055 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
4056 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
4057 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
4058 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
4059 and libgloss in main case over targets. Remove most empty cases
4060 in main case over targets.
4061 * configure: Regenerate.
4062
4063 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
4064
4065 * MAINTAINERS (Write After Approval): Add myself.
4066
4067 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4068
4069 * configure.ac: Remove code setting special library locations for
4070 hppa*64*-*-hpux11*. Remove code setting compiler for
4071 sparc-sun-solaris2*.
4072 * configure: Regenerate.
4073
4074 2011-05-04 Joseph Myers <joseph@codesourcery.com>
4075
4076 * configure.ac: Separate libgloss_dir settings from general case
4077 over targets.
4078 * configure: Regenerate.
4079
4080 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4081
4082 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
4083 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
4084 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
4085 cases in libgcj-disabling case statement.
4086 (hppa*64*-*-linux*): Set unsupported_languages instead of
4087 disabling target-zlib.
4088 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
4089 to hppa*64*-*-hpux*.
4090 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
4091 hppa*-*-hpux*.
4092 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
4093 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
4094 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
4095 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
4096 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
4097 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
4098 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
4099 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
4100 libgcj-disabling case statement.
4101 * configure: Regenerate.
4102
4103 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4104
4105 * configure.ac: Disable Java for targets not supporting libffi.
4106 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
4107 Remove cases in Java-disabling statement.
4108 (*arm-wince-pe): Change to arm-wince-pe.
4109 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
4110 cases in Java-disabling statement.
4111 (bfin-*-*): Don't disable Java again.
4112 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
4113 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
4114 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
4115 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
4116 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
4117 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
4118 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
4119 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
4120 Java-disabling statement.
4121 (mmix-*-*): Don't disable Java again.
4122 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4123 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
4124 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
4125 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
4126 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
4127 statement.
4128 * configure: Regenerate.
4129
4130 2011-04-28 Joseph Myers <joseph@codesourcery.com>
4131
4132 * configure.ac: Separate cases disabling Java and Java libraries
4133 from general case over targets.
4134 * configure: Regenerate.
4135
4136 2011-04-21 Jie Zhang <jzhang918@gmail.com>
4137
4138 * MAINTAINERS: Update my email address.
4139
4140 2011-04-20 Easwaran Raman <eraman@google.com>
4141
4142 * MAINTAINERS (Write After Approval): Add myself.
4143
4144 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
4145
4146 PR lto/48086
4147 * configure.ac: Re-enable LTO on *-apple-darwin9*.
4148 * configure: Regenerate.
4149
4150 2011-04-16 Jim Meyering <meyering@redhat.com>
4151
4152 * MAINTAINERS (Write After Approval): Add myself.
4153
4154 2011-04-15 Dodji Seketeli <dodji@redhat.com>
4155
4156 * MAINTAINERS: Update my email address.
4157
4158 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
4159
4160 * MAINTAINERS (Write After Approval): Add myself.
4161
4162 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
4163
4164 * MAINTAINERS (Write After Approval): Add myself.
4165
4166 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
4167
4168 * MAINTAINERS (Write After Approval): Add myself.
4169
4170 2011-04-06 Joseph Myers <joseph@codesourcery.com>
4171
4172 * configure.ac (build_tools): Remove build-byacc.
4173 (host_libs): Remove mmalloc.
4174 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
4175 autoconf automake libtool diff rcs fileutils shellutils time
4176 textutils wdiff find uudecode hello tar gzip indent recode release
4177 sed perl gawk findutils gettext zip.
4178 (libgcj): Remove target-qthreads.
4179 (target_tools): Remove target-examples target-gperf.
4180 (YACC): Don't handle building byacc.
4181 * configure: Regenerate.
4182 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
4183 dosutils, examples, fileutils, find, findutils, gawk, gettext,
4184 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
4185 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
4186 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
4187 handle building components.
4188 * Makefile.in: Regenerate.
4189
4190 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
4191
4192 * MAINTAINERS: Update my email address as Xtensa maintainer.
4193
4194 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4195
4196 * config.sub: Sync from upstream.
4197
4198 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4199
4200 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
4201 (microblaze*): Don't disable libssp.
4202 * configure: Regenerate.
4203
4204 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4205
4206 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
4207 moveifchange.
4208 * configure: Regenerate.
4209 * Makefile.tpl: Use @SHELL@ not @config_shell@.
4210 * Makefile.in: Regenerate.
4211
4212 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4213
4214 * configure.ac (*-*-sysv4*): Don't enable libgomp.
4215 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
4216 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
4217 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
4218 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
4219 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
4220 md_exec_prefix cases.
4221 * configure: Regenerate.
4222
4223 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4224
4225 * configure.ac: Separate cases disabling target-libssp,
4226 target-libiberty, target-libstdc++-v3 and Fortran from general
4227 case over targets.
4228 * configure: Regenerate.
4229
4230 2011-04-01 Joseph Myers <joseph@codesourcery.com>
4231
4232 * configure.ac (*-*-chorusos): Don't disable libgcj.
4233 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
4234 Remove case.
4235 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
4236 (arm-*-coff): Don't disable libgcj.
4237 (arm*-*-linux-gnueabi): Remove useless assignment.
4238 (arm-*-riscix*): Don't disable libgcj.
4239 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
4240 configuration.
4241 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
4242 (c54x*-*-*): Remove case.
4243 (tic54x-*-*): Don't disable GCC or GCC libraries.
4244 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
4245 to *.
4246 (d10v-*-*): Don't disable GCC libraries.
4247 (d30v-*-*): Don't disable libgcj.
4248 (h8500-*-*): Don't disable GCC libraries.
4249 (i960-*-*): Don't disable libgcj.
4250 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
4251 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4252 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
4253 libgcj.
4254 (m68k-*-coff*): Remove case.
4255 (mmix-*-*): Don't disable libgloss on host.
4256 (mn10200-*-*, mn10300-*-*): Remove cases.
4257 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
4258 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
4259 Don't disable libgcj.
4260 (romp-*-*): Remove case.
4261 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
4262 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
4263 case.
4264 (v810-*-*): Don't disable GCC libraries.
4265 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
4266 (ip2k-*-*): Don't disable GCC libraries.
4267 * configure: Regenerate.
4268
4269 2011-03-28 Joseph Myers <joseph@codesourcery.com>
4270
4271 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
4272 libffi on host.
4273 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
4274 on host.
4275 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
4276 * configure: Regenerate.
4277
4278 2011-03-26 John Marino <binutils@marino.st>
4279
4280 * configure.ac: Add support for *-*-dragonfly*
4281 * configure: Regenerate.
4282
4283 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4284
4285 * configure.ac (native_only): Remove.
4286 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
4287 send-pr uudecode guile gnuserv on host.
4288 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
4289 send-pr rcs guile perl texinfo libtool on host.
4290 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
4291 automake send-pr rcs guile perl texinfo libtool on host.
4292 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
4293 (*-*-kaos*): Don't disable target-examples target-gperf on target.
4294 (alpha*-dec-osf*): Don't disable fileutils on target.
4295 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
4296 texinfo send-pr expect dejagnu on target.
4297 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
4298 target-qthreads on target.
4299 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
4300 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
4301 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
4302 x86_64-*-mingw*): Don't disable expect on target.
4303 (*-*-cygwin*): Don't disable target-gperf on target.
4304 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
4305 gnuserv on target.
4306 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
4307 target.
4308 * configure: Regenerate.
4309
4310 2011-03-25 Joseph Myers <joseph@codesourcery.com>
4311
4312 * configure.ac (target_tools): Remove target-groff.
4313 (native_only): Remove target-groff.
4314 (hppa*64*-*-*): Don't disable byacc.
4315 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
4316 setting.
4317 (*-*-kaos*): Don't skip target-librx and target-groff.
4318 (*-*-netware*): Don't skip target-libmudflap.
4319 (*-*-tpf*): Don't skip target-libmudflap.
4320 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
4321 directories on the host.
4322 (ia64*-*-*vms*): Don't skip tix.
4323 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
4324 host.
4325 * configure: Regenerate.
4326
4327 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
4328
4329 * configure.ac: Remove references to mt-mep, mt-netware,
4330 mt-wince.
4331 * Makefile.def: Add all-utils soft dependencies.
4332 * Makefile.tpl: Remove GDB_NLM_DEPS.
4333 * configure: Regenerate.
4334 * Makefile.in: Regenerate.
4335
4336 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4337
4338 * configure.ac: Do not include mh-x86omitfp.
4339 * configure: Regenerate.
4340
4341 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4342
4343 * configure.ac: Remove empty cases.
4344 * configure: Regenerate.
4345
4346 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4347
4348 * Makefile.def: Add dependency from termcap to gdb.
4349 * Makefile.in: Regenerate.
4350
4351 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4352
4353 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
4354 * configure: Regenerate.
4355 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
4356 * Makefile.tpl: Likewise.
4357 * Makefile.in: Regenerate.
4358
4359 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
4360
4361 * configure.ac: Remove all mentions of tentative_cc.
4362 * configure: Regenerate.
4363
4364 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4365
4366 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
4367 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
4368 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
4369 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
4370 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
4371 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
4372 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
4373 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
4374 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
4375 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
4376 *-*-rhapsody*): Remove host cases.
4377 * configure: Regenerate.
4378
4379 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4380
4381 * configure.ac (ppc*-*-pe): Remove host case.
4382 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
4383 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
4384 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
4385 cases.
4386 * configure: Regenerate.
4387
4388 2011-03-24 Joseph Myers <joseph@codesourcery.com>
4389
4390 * config.sub: Update to version 2011-03-23.
4391
4392 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4393
4394 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
4395 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
4396 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
4397 * configure: Regenerate.
4398
4399 2011-03-22 Joseph Myers <joseph@codesourcery.com>
4400
4401 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
4402 to Write After Approval.
4403 * config-ml.in: Don't handle arc-*-elf*.
4404 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
4405 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
4406 handle GCC libraries.
4407 * configure: Regenerate.
4408
4409 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4410
4411 PR bootstrap/48120:
4412 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
4413 Add -lstdc++ -lm to LIBS.
4414 * configure: Regenerate.
4415
4416 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
4417
4418 * config.guess: Update to version 2011-02-02
4419 * config.sub: Update to version 2011-02-24
4420
4421 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
4422
4423 PR lto/48086
4424 * configure.ac: Re-enable LTO on *-apple-darwin9.
4425 * configure: Regenerate.
4426
4427 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
4428
4429 PR lto/48086
4430 * configure.ac: Disable LTO on darwin due to an assembler change in
4431 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
4432 under 256.
4433 * configure: Regenerate.
4434
4435 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
4436
4437 * MAINTAINERS: Update myself as score backend maintainer,
4438 update my e-mail address.
4439
4440 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
4441
4442 * MAINTAINERS: Update my e-mail address.
4443
4444 2011-03-06 Joey Ye <joey.ye@arm.com>
4445
4446 * MAINTAINERS: Update my e-mail address.
4447
4448 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4449
4450 * configure.ac: Adjust test of with_ppl.
4451 * configure: Regenerated.
4452
4453 2011-03-02 Kai Tietz <ktietz@redhat.com>
4454
4455 * MAINTAINERS: Adjust my e-mail address.
4456
4457 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4458
4459 * configure.ac: Add -lpwl to ppllibs.
4460 * configure: Regenerated.
4461
4462 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
4463
4464 * config/cloog.m4: Add -lisl to clooglibs.
4465 * configure: Regenerated.
4466
4467 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
4468
4469 * MAINTAINERS (CPU Port maintainers): Add self.
4470
4471 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4472
4473 * MAINTAINERS: Add myself as testsuite maintainer.
4474
4475 2011-02-15 Mike Stump <mikestump@comcast.net>
4476
4477 * MAINTAINERS: Add myself as testsuite maintainer.
4478
4479 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4480
4481 Import from Libtool and gnulib:
4482
4483 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
4484
4485 Prepare for supporting FreeBSD 10.
4486 * config.rpath: Remove handling of freebsd1* which soon would
4487 match FreeBSD 10.0.
4488
4489 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
4490
4491 Remove support for FreeBSD 1.x.
4492 * libtool.m4 (_LT_LINKER_SHLIBS)
4493 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
4494 soon would incorrectly match FreeBSD 10.0.
4495
4496 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4497
4498 PR binutils/12283
4499 * move-if-change: Import version from gnulib.
4500
4501 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
4502
4503 PR lto/47225
4504 * Makefile.def (lto-plugin): Double dash for enable-shared.
4505 (configure-gcc): Depend on all-lto-plugin.
4506 * Makefile.in: Rebuilt.
4507
4508 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4509
4510 * configure.ac: Remove extra bracket.
4511 * configure: Regenerate.
4512
4513 2011-02-08 Tobias Burnus <burnus@net-b.de>
4514
4515 * MAINTAINERS: Add myself as libquadmath maintainer.
4516
4517 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
4518
4519 * MAINTAINERS: Update my email address.
4520
4521 2011-02-07 Joseph Myers <joseph@codesourcery.com>
4522
4523 * MAINTAINERS (option handling): Add self.
4524
4525 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
4526
4527 PR lto/47225
4528 * Makefile.def: Add dependency for install-gcc
4529 on install-lto-plugin.
4530 * Makfile.in: Regenerated
4531
4532 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
4533
4534 * MAINTAINERS (CPU Port Maintainers): Add myself.
4535
4536 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
4537
4538 PR libgcj/44341
4539 * configure.ac: Discard --with-* flags for host when configuring
4540 target libraries for cross build.
4541 * configure: Rebuilt.
4542
4543 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4544
4545 * MAINTAINERS (linear loop transforms): Removed.
4546
4547 2011-01-25 Jakub Jelinek <jakub@redhat.com>
4548
4549 * configure.ac: If with_ppl is no, move setting with_cloog=no
4550 after CLOOG_REQUESTED check.
4551 * configure: Regenerated.
4552
4553 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4554
4555 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
4556 CLooG has been requested.
4557 * configure: Regenerated.
4558
4559 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
4560
4561 * configure: Regenerated.
4562 * configure.ac: Check for version 0.11 (or later revision) of PPL.
4563
4564 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
4565
4566 * configure: Regenerated.
4567 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
4568
4569 2011-01-21 Andreas Schwab <schwab@redhat.com>
4570
4571 * configure.ac: Use AS_HELP_STRING throughout.
4572 * configure: Regenerate.
4573
4574 2011-01-18 Jie Zhang <jie.zhang@analog.com>
4575
4576 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
4577 * configure: Regenerate.
4578
4579 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
4580
4581 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
4582
4583 2011-01-13 Joel Brobecker <brobecker@adacore.com>
4584
4585 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
4586 for ia64-hpux.
4587 * configure: Regenerate.
4588
4589 2011-01-07 Jan Hubicka <jh@suse.cz>
4590
4591 PR lto/47225
4592 * Makefile.in: Regenerate.
4593 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
4594 configure.
4595
4596 2011-01-07 Jan Hubicka <jh@suse.cz>
4597
4598 * Makefile.in: Regenerate.
4599 * Makefile.def (gcc host module) and soft dependency on lto-plugin
4600 and configure dependency on lto-plugin configure.
4601 (lto-plugin module): Remove dependency on GCC; add dependency on
4602 liniberty.
4603
4604 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
4605
4606 * MAINTAINERS (Write After Approval): Add myself.
4607
4608 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
4609
4610 * configure: Regenerate.
4611
4612 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
4613
4614 * configure.ac: (picochip): Disable libiberty.
4615
4616 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
4617
4618 * MAINTAINERS (Write After Approval): Add myself.
4619
4620 2010-12-10 Ian Lance Taylor <iant@google.com>
4621
4622 PR bootstrap/46819
4623 * configure.ac: For --disable-libgcj clear libgcj_saved.
4624 * configure: Rebuild.
4625
4626 2010-12-10 Tobias Burnus <burnus@net-b.de>
4627
4628 PR fortran/46540
4629 * configure.ac: Add --disable-libquadmath and
4630 --disable-libquadmath-support.
4631 * configure: Regenerate.
4632
4633 2010-12-03 Ian Lance Taylor <iant@google.com>
4634
4635 * MAINTAINERS: Add myself as libgo maintainer.
4636
4637 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
4638
4639 PR libffi/46792
4640 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
4641 * configure: Regenerate.
4642
4643 2010-12-02 Ian Lance Taylor <iant@google.com>
4644
4645 * configure.ac: Always set default for poststage1_ldflags to
4646 -static-libstdc++ -static-libgcc.
4647
4648 2010-11-29 Andreas Schwab <schwab@redhat.com>
4649
4650 * configure.ac: Move comment to remove extra space in last argument
4651 of GCC_TARGET_TOOL.
4652
4653 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
4654
4655 PR other/46026
4656 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
4657 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
4658 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
4659 (BASE_FLAGS_TO_PASS): Use it.
4660 * configure: Rebuilt.
4661 * Makefile.in: Rebuilt.
4662
4663 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
4664
4665 PR binutils/12258
4666 * configure.ac: Correct comments for --enable-gold/--enable-ld.
4667 Properly check default linker.
4668 * configure: Regnerated.
4669
4670 2010-11-23 Matthias Klose <doko@ubuntu.com>
4671
4672 * configure.ac: For --enable-gold, handle value `default' instead of
4673 `both*'. New configure option --{en,dis}able-ld.
4674 * configure: Regenerate.
4675
4676 2010-11-20 Ian Lance Taylor <iant@google.com>
4677
4678 * configure.ac: Only disable a language library if no language needs
4679 it. Don't let --disable-libgcj uncondtionally disable libffi.
4680 * configure: Rebuild.
4681
4682 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4683
4684 * Makefile.in: Regenerate.
4685
4686 PR other/46202
4687 * configure.ac: Fix just-built in-tree STRIP name to be
4688 binutils/strip-new.
4689 * configure: Regenerate.
4690 * Makefile.def (install-strip-gcc, install-strip-binutils)
4691 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
4692 (install-strip-sid): Mirror dependencies on non-strip variants
4693 of these targets on the respective -strip prerequisites.
4694 * Makefile.tpl (install-strip, install-strip-host)
4695 (install-strip-target): New targets.
4696 (install-strip-[+module+], install-strip-target-[+module+]):
4697 New targets.
4698 * Makefile.in: Regenerate.
4699
4700 2010-11-19 Ian Lance Taylor <iant@google.com>
4701 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4702
4703 * configure.ac: Add target-libgo to target_libraries. Set
4704 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
4705 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
4706 (HOST_EXPORTS): Add GOC.
4707 (BASE_TARGET_EXPORTS): Add GOC.
4708 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
4709 (GOCFLAGS_FOR_TARGET): New variable.
4710 (EXTRA_HOST_FLAGS): Add GOC.
4711 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
4712 * Makefile.def (target_modules): Add libgo.
4713 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
4714 (dependencies): Add dependency from configure-target-libgo to
4715 configure-target-libffi and all-target-libstdc++-v3. Add
4716 dependencies from all-target-libgo to all-target-libffi.
4717 (languages): Add go.
4718 * configure: Rebuild.
4719 * Makefile.in: Rebuild.
4720
4721 2010-11-19 Ian Lance Taylor <iant@google.com>
4722
4723 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
4724 compiler/flag environment variables.
4725
4726 2010-11-18 Ian Lance Taylor <iant@google.com>
4727
4728 * configure.ac: Check for lang_requires_boot_languages in
4729 config-lang.in files.
4730 * configure: Rebuild.
4731
4732 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4733 Tobias Burnus <burnus@net-b.de>
4734
4735 PR fortran/32049
4736 * Makefile.def: Add libquadmath; build it with language=fortran.
4737 * configure.ac: Add libquadmath.
4738 * Makefile.tpl: Handle multiple libs in check-[+language+].
4739 * Makefile.in: Regenerate.
4740 * configure: Regenerate.
4741
4742 2010-11-16 Tom Tromey <tromey@redhat.com>
4743
4744 * MAINTAINERS: Moved myself to reviewers section.
4745
4746 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
4747
4748 * MAINTAINERS: Moved myself to reviewers section.
4749
4750 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4751
4752 * MAINTAINERS (Various Maintainers): Add self for build machinery.
4753 (Write After Approval): Remove self.
4754
4755 2010-11-15 Andreas Schwab <schwab@redhat.com>
4756
4757 * configure.ac: Fix spelling in option names.
4758 * configure: Regenerated.
4759
4760 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
4761
4762 PR bootstrap/39622
4763 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
4764 * configure: Regenerated.
4765
4766 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
4767
4768 * MAINTAINERS: Update my email address.
4769
4770 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4771
4772 * configure: Regenerate.
4773
4774 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4775
4776 * configure: Regenerate.
4777
4778 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4779
4780 * configure: Regenerate.
4781
4782 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
4783
4784 * configure: Regenerate.
4785
4786 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
4787
4788 * configure.ac: Support official CLooG.org versions.
4789 * configure: Regenerate.
4790 * config/cloog.m4: New.
4791
4792 2010-11-10 François Dumont <francois.cppdevs@free.fr>
4793
4794 * MAINTAINERS (Write After Approval): Add myself.
4795
4796 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
4797
4798 * MAINTAINERS: Update my email address.
4799
4800 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
4801
4802 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
4803 * configure: Regenerate.
4804
4805 2010-11-03 Ian Lance Taylor <iant@google.com>
4806 Dave Korn <dave.korn.cygwin@gmail.com>
4807
4808 PR lto/46273
4809 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
4810 and on other supported platforms whenever LTO is enabled.
4811 * configure: Rebuild.
4812
4813 2010-11-02 Alan Modra <amodra@gmail.com>
4814
4815 PR binutils/12110
4816 * configure.ac: Error when source path contains spaces.
4817 * configure: Regenerate.
4818
4819 2010-10-23 James E. Wilson <wilson@codesourcery.com>
4820
4821 * MAINTAINERS: Update my email address.
4822
4823 2010-10-20 Ian Lance Taylor <iant@google.com>
4824
4825 * Makefile.def (target_modules): Set lib_path to src/.libs for
4826 libstdc++-v3 module.
4827 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
4828 * Makefile.in: Rebuild.
4829
4830 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4831
4832 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
4833 (Write After Approval): Remove myself.
4834
4835 2010-10-15 Tristan Gingold <gingold@adacore.com>
4836
4837 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4838
4839 2010-10-14 Douglas Rupp <rupp@gnat.com>
4840
4841 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
4842
4843 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
4844
4845 * configure.ac (build_lto_plugin): New shell variable.
4846 (--enable-lto): Turn on by default for all non-ELF platforms that
4847 have had LTO support added so far. Set build_lto_plugin appropriately
4848 for both ELF and non-ELF.
4849 (configdirs): Add lto-plugin or not based on build_lto_plugin.
4850 * configure: Regenerate.
4851
4852 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4853
4854 Sync from src:
4855 * configure.ac (v850 support): Remove target-libgloss from
4856 noconfigdirs.
4857 * configure: Regenerate.
4858
4859 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4860
4861 PR bootstrap/45326
4862 PR bootstrap/45174
4863 * configure.ac: Honor initial values of $build_configargs,
4864 $host_configargs, $target_configargs. Mark the precious, so
4865 environment settings get recorded.
4866 * configure: Regenerate.
4867
4868 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4869
4870 PR bootstrap/45796
4871 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
4872 Depend on all-build-libiberty.
4873 * Makefile.in: Regenerate.
4874
4875 2010-09-30 Michael Eager <eager@eagercon.com>
4876
4877 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
4878 * configure: Regenerate.
4879
4880 2010-09-28 Michael Eager <eager@eagercon.com>
4881
4882 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
4883
4884 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4885
4886 PR bootstrap/44621
4887 * configure.ac: Fix unportable shell quoting.
4888 * configure: Regenerate.
4889
4890 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
4891
4892 * configure.ac (enable-lto): Add Darwin to the list of supported lto
4893 targets and amend comment.
4894 * configure: Regenerate.
4895
4896 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
4897
4898 * MAINTAINERS (Write After Approval): Add myself.
4899
4900 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
4901
4902 * configure.ac: Enable LTO by default on Darwin.
4903 * configure: Regenerate.
4904
4905 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
4906
4907 * MAINTAINERS (Write After Approval): Add myself.
4908
4909 2010-09-01 Ian Bolton <ian.bolton@arm.com>
4910
4911 * MAINTAINERS (Write After Approval): Add myself.
4912
4913 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
4914
4915 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
4916 ports
4917
4918 2010-07-28 David Yuste <david.yuste@gmail.com>
4919
4920 * MAINTAINERS (Write After Approval): Add myself.
4921
4922 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
4923
4924 * configure.ac: Support all v850 targets.
4925 * configure: Regenerate.
4926
4927 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
4928
4929 PR bootstrap/44455
4930 * configure.ac (extra_mpfr_configure_flags): Copy from
4931 extra_mpc_gmp_configure_flags.
4932 * configure: Re-generated.
4933
4934 2010-07-22 Andi Kleen <ak@linux.intel.com>
4935
4936 * MAINTAINERS (Write After Approval): Add myself.
4937
4938 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
4939
4940 * MAINTAINERS (Write After Approval): Add myself.
4941
4942 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
4943
4944 * MAINTAINERS (Write After Approval): Add myself.
4945
4946 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
4947
4948 PR target/44862
4949 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
4950 Provide -B option to allow for link spec %s substitutions for
4951 libstdc++.a on darwin.
4952 * Makefile.in: Regenerate.
4953
4954 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
4955
4956 * MAINTAINERS (Reviewers): Update my e-mail address
4957
4958 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
4959
4960 * Makefile.def (configure-gcc): Depend on all-libelf.
4961 * Makefile.in: Rebuild.
4962
4963 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
4964
4965 * MAINTAINERS (Write After Approval): Add myself in the right place.
4966
4967 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
4968
4969 * MAINTAINERS (Write After Approval): Add myself.
4970
4971 2010-05-25 Sterling Augustine <sterling@tensilica.com>
4972
4973 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
4974
4975 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
4976
4977 * config.sub: Update to version 2010-05-21.
4978 * config.guess: Update to version 2010-04-03.
4979
4980 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
4981
4982 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
4983 * configure: Regenerate.
4984
4985 2010-05-12 Sriraman Tallam <tmsriram@google.com>
4986
4987 * MAINTAINERS (Write After Approval): Add myself.
4988
4989 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
4990
4991 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
4992 a platform that supports LTO.
4993 * configure: Regenerate.
4994
4995 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
4996
4997 * configure.ac: Allow all the versions greater than 0.10 of PPL.
4998 * configure: Regenerated.
4999
5000 2010-04-27 Roland McGrath <roland@redhat.com>
5001 H.J. Lu <hongjiu.lu@intel.com>
5002
5003 * configure.ac (--enable-gold): Support both, both/gold and
5004 both/bfd to add gold to configdirs without removing ld.
5005 * configure: Regenerated.
5006
5007 * Makefile.def: Add install-gold dependency to install-ld.
5008 * Makefile.in: Regenerated.
5009
5010 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
5011
5012 PR lto/42776
5013 * configure.ac (--enable-lto): Refactor handling so libelf tests
5014 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
5015 and allow LTO to be explicitly enabled on non-ELF platforms that
5016 are known to support it inside else-clause.
5017 * configure: Regenerate.
5018
5019 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
5020
5021 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
5022 * configure: Regenerate.
5023
5024 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
5025
5026 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
5027 * configure: Regenerate.
5028
5029 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5030
5031 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
5032 separately.
5033 * configure: Regenerate.
5034
5035 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
5036
5037 * MAINTAINERS (Write After Approval): Add myself.
5038
5039 2010-04-14 Tristan Gingold <gingold@adacore.com>
5040
5041 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
5042 * configure: Regenerate.
5043
5044 2010-04-13 Steve Ellcey <sje@cup.hp.com>
5045
5046 * configure: Regenerate after change to elf.m4.
5047
5048 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
5049
5050 * MAINTAINERS (Write After Approval): Add myself.
5051
5052 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5053
5054 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
5055 * configure: Regenerated.
5056
5057 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
5058
5059 * configure.ac: Print "buggy but acceptable" when CLooG
5060 revision is less than 9.
5061 * configure: Regenerated.
5062
5063 2010-04-01 Diego Novillo <dnovillo@google.com>
5064
5065 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
5066
5067 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5068
5069 PR bootstrap/43615
5070 PR bootstrap/43328
5071
5072 Revert:
5073
5074 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5075
5076 * configure.ac: Do not pass --enable-multilib nor
5077 --disable-multilib in baseargs. Accept explicitly passed
5078 --enable_multilib.
5079 * configure: Regenerate.
5080
5081 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
5082
5083 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
5084
5085 2010-03-31 Janis Johnson <janis187@us.ibm.com>
5086
5087 * MAINTAINERS: Remove myself.
5088
5089 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5090
5091 PR bootstrap/43328
5092 * configure.ac: Do not pass --enable-multilib nor
5093 --disable-multilib in baseargs. Accept explicitly passed
5094 --enable_multilib.
5095 * configure: Regenerate.
5096
5097 2010-03-28 Andrew Pinski <pinskia@gmail.com>
5098
5099 * MAINTAINERS (spu port): Remove me.
5100
5101 2010-03-23 Joseph Myers <joseph@codesourcery.com>
5102
5103 * configure.ac (tic6x-*-*): New case.
5104 * configure: Regenerate.
5105
5106 2010-03-23 Joseph Myers <joseph@codesourcery.com>
5107
5108 * config.sub: Update to version 2010-03-22.
5109 * config.guess: Update to version 2009-12-30.
5110
5111 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
5112
5113 PR ada/42554
5114 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
5115 * configure: Regenerate.
5116
5117 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5118
5119 * MAINTAINERS: Update my email address.
5120
5121 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
5122
5123 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
5124 (ghassan.shobaki@amd.com): Removed.
5125
5126 2010-03-17 Alan Modra <amodra@gmail.com>
5127
5128 * MAINTAINERS: Update my email address.
5129
5130 2010-03-16 Diego Novillo <dnovillo@google.com>
5131
5132 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
5133 Matthews.
5134
5135 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5136
5137 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
5138 Gutson, Jeffrey D. Oldham and Mark Shinwell.
5139
5140 2010-03-16 Joseph Myers <joseph@codesourcery.com>
5141
5142 * MAINTAINERS: Update my email address.
5143
5144 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
5145
5146 * MAINTAINERS: Update my email address.
5147
5148 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
5149
5150 * MAINTAINERS: Update my email address.
5151
5152 2010-03-09 Jie Zhang <jie@codesourcery.com>
5153
5154 * MAINTAINERS: Update my email address.
5155
5156 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5157
5158 PR libstdc++/32499
5159 * configure.ac (RANLIB): Default to true.
5160 (STRIP): Likewise.
5161 (RANLIB_FOR_TARGET): Remove superfluous : argument.
5162 * configure: Regenerate.
5163
5164 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
5165
5166 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
5167 (Write After Approval): Update my email address.
5168
5169 2010-02-17 Nick Clifton <nickc@redhat.com>
5170
5171 PR 11238
5172 * Makefile.tpl (local-distclean): Also remove config.cache files in
5173 sub-directories as there may not be Makefiles present in the
5174 sub-directories.
5175 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
5176 the config.cache files found by the find command.
5177
5178 * Makefile.in: Regenerate.
5179 * configure.ac: Revert previous delta.
5180 * configure: Regenerate.
5181
5182 2010-02-15 Nick Clifton <nickc@redhat.com>
5183
5184 PR 11238
5185 * configure.ac: Delete config.cache files in sub-directories when
5186 deleting Makefiles.
5187 * configure: Regenerate.
5188
5189 2010-02-12 Ben Elliston <bje@gnu.org>
5190
5191 * MAINTAINERS: Update my email address.
5192
5193 2010-02-08 Andrew Pinski <pinskia@gmail.com>
5194
5195 * MAINTAINERS (spu port): Update my email address.
5196
5197 2010-02-08 Jie Zhang <jie.zhang@analog.com>
5198
5199 * MAINTAINERS: Add myself as a maintainer for the bfin port.
5200
5201 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5202
5203 * configure.ac: Add "recommended" version checks for GMP/MPC.
5204 Update recommended GMP/MPFR/MPC versions.
5205 * configure: Regenerate.
5206
5207 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
5208
5209 * MAINTAINERS: Move my Embecosm email address into the
5210 write-after-approval section.
5211
5212 2010-01-26 Ian Lance Taylor <iant@google.com>
5213
5214 * MAINTAINERS: Add myself as Go frontend maintainer.
5215
5216 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
5217
5218 PR libstdc++/36101, PR libstdc++/42813
5219 * configure.ac (bootstrap_target_libs): Make inclusion of
5220 target-libgomp conditional on libgomb being in target_configdirs.
5221 * configure: Regenerate.
5222
5223 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
5224
5225 PR libstdc++/36101, PR libstdc++/42813
5226 * configure.ac (bootstrap_target_libs): Include target-libgomp.
5227 * configure: Regenerate.
5228
5229 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
5230
5231 PR libstdc++/36101, PR libstdc++/42813
5232 * configure.ac (target_configdirs): Substitute.
5233 * Makefile.def: Bootstrap target module libgomp.
5234 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
5235 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
5236 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
5237 * configure, Makefile.in: Regenerate.
5238
5239 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
5240
5241 * MAINTAINERS: Adjust my details.
5242
5243 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
5244
5245 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
5246
5247 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
5248
5249 * MAINTAINERS: reindented my entry with tabs instead of spaces.
5250
5251 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
5252
5253 * MAINTAINERS (Write After Approval): Add myself.
5254
5255 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
5256
5257 * MAINTAINERS (Write After Approval): Add myself.
5258
5259 2010-01-11 Richard Guenther <rguenther@suse.de>
5260
5261 PR lto/41569
5262 * Makefile.def (all-lto-plugin): Depend on all-gcc.
5263 * Makefile.in: Regenerated.
5264
5265 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
5266
5267 * configure.ac: Enable libjava build on x86_64-*freebsd*.
5268 * configure: Regenerate.
5269
5270 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5271 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5272
5273 PR bootstrap/42424
5274 * configure.ac: Include libtool m4 files.
5275 (_LT_CHECK_OBJDIR): Call it.
5276 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
5277 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
5278
5279 * configure: Regenerate.
5280
5281 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5282
5283 PR bootstrap/41818
5284 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
5285 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
5286 * Makefile.in: Regenerate.
5287
5288 2010-01-02 Richard Guenther <rguenther@suse.de>
5289
5290 PR lto/41529
5291 * configure.ac: Include config/elf.m4. Disable LTO if not
5292 builting for an elf target.
5293 * configure: Regenerate.
5294
5295 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
5296
5297 * MAINTAINERS: Change my email address.
5298
5299 2009-12-18 Ben Elliston <bje@au.ibm.com>
5300
5301 * config.sub, config.guess: Update from upstream sources.
5302
5303 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
5304
5305 * MAINTAINERS (Write After Approval): Add myself.
5306
5307 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5308
5309 PR middle-end/30447
5310 PR middle-end/30789
5311 PR other/40302
5312
5313 * configure.ac: Require MPC.
5314 * configure: Regenerate.
5315
5316 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5317
5318 PR target/38384
5319 PR bootstrap/40972
5320 * libtool.m4: Sync from git Libtool.
5321 * ltoptions.m4: Likewise.
5322 * ltversion.m4: Likewise.
5323 * lt~obsolete.m4: Likewise.
5324 * ltmain.sh: Likewise.
5325
5326 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5327
5328 * configure.ac: Update minimum MPC version to 0.8.
5329 * configure: Regenerate.
5330
5331 2009-11-21 Sebastian Pop <sebpop@gmail.com>
5332
5333 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
5334 * configure: Regenerated.
5335
5336 2009-11-21 Ian Lance Taylor <iant@google.com>
5337
5338 * configure.ac: Change default of poststage1_ldflags to be empty if
5339 poststage1_libs is set. When poststage1_libs is empty, and
5340 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
5341 * configure: Rebuild.
5342
5343 2009-11-21 Adam Nemet <adambnmet@gmail.com>
5344
5345 * MAINTAINERS (Write After Approval): Update my email address.
5346
5347 2009-11-20 Ben Elliston <bje@au.ibm.com>
5348
5349 * config.guess: Update from upstream sources.
5350
5351 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5352
5353 * Makefile.def: Restore host and target settings for gmp.
5354 * Makefile.in: Rebuild.
5355
5356 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
5357
5358 * configure.ac: Add libelf to host_libs. Enable in-tree configury
5359 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
5360 Fix portability of test of C++ as bootstrap language. Add
5361 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
5362 * configure: Rebuild.
5363 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
5364 and cloog. Fix in-tree ppl configuration. Introduce libelf
5365 in-tree building.
5366 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
5367 (POSTSTAGE1_HOST_EXPORTS): Use it.
5368 (STAGE[+id+]_CXXFLAGS): New.
5369 (BASE_FLAGS_TO_PASS): Pass it down.
5370 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
5371 extra_exports.
5372 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
5373 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
5374 extra_exports.
5375 * Makefile.in: Rebuild.
5376
5377 2009-11-17 Ben Elliston <bje@au.ibm.com>
5378
5379 * config.sub, config.guess: Update from upstream sources.
5380
5381 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
5382
5383 * MAINTAINERS (Write After Approval): Add myself.
5384
5385 2009-11-09 Jon Beniston <jon@beniston.com>
5386
5387 * MAINTAINERS (Write After Approval): Add myself.
5388
5389 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
5390
5391 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
5392 paths for *-w64-mingw* and x86_64-*mingw*.
5393 * configure: Regenerated.
5394
5395 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
5396
5397 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
5398
5399 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
5400
5401 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
5402 Phil Edwards to Write-After Approval.
5403
5404 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
5405
5406 * configure.ac: Disable target-winsup & co for
5407 x86_64-*-mingw* and *-w64-mingw* targets.
5408 * configure: Regenerated.
5409
5410 2009-10-16 Nick Clifton <nickc@redhat.com>
5411
5412 * MAINTAINERS: Add myself as a maintainer for the RX port.
5413
5414 2009-10-26 Johannes Singler <singler@kit.edu>
5415
5416 * MAINTAINERS (Write After Approval): Update my e-mail address.
5417
5418 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5419
5420 * configure.ac (CLooG test): Use = with test.
5421 * configure: Regenerate.
5422
5423 2009-10-22 Richard Guenther <rguenther@suse.de>
5424
5425 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
5426 cloog if the ppl version check failed. Move flags saving
5427 before setting in libelf check.
5428 * configure: Regenerate.
5429
5430 2009-10-21 Richard Guenther <rguenther@suse.de>
5431
5432 * configure.ac: Adjust the ppl and cloog configure to work as
5433 documented. Disable cloog if ppl was disabled. Omit the version
5434 checks if they were disabled.
5435 * configure: Re-generate.
5436
5437 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5438
5439 * configure.ac: Add 'lto' to enable_languages, not
5440 new_enable_languages, and only if not already present.
5441 * configure: Regenerate.
5442
5443 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
5444
5445 * README: Refer to the various COPYING* files instead of just
5446 COPYING.
5447 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
5448
5449 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
5450
5451 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
5452
5453 2009-10-07 Richard Guenther <rguenther@suse.de>
5454
5455 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
5456 and Richard Guenther as reviewers.
5457 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
5458 as reviewers.
5459
5460 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
5461
5462 * config.sub: Update from upstream sources.
5463
5464 2009-10-06 Ian Lance Taylor <iant@google.com>
5465
5466 * Makefile.def: check-gold depends upon all-gas.
5467 * Makefile.in: Rebuild.
5468
5469 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
5470
5471 * MAINTAINERS (Write After Approval): Add myself.
5472
5473 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
5474
5475 * Makefile.def: all-lto-plugin depends on all-libiberty.
5476 set bootstrap=true for lto-plugin.
5477 Add lto-plugin.
5478 * Makefile.in: Regenerate.
5479 * configure.ac (host_libs): Add lto-plugin.
5480 * configure: Regenerate.
5481
5482 2009-10-03 Diego Novillo <dnovillo@google.com>
5483
5484 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
5485 (HOST_LIBELFLIBS): Define.
5486 (HOST_LIBELFINC): Define.
5487 * Makefile.in: Regenerate.
5488 * configure.ac: Add --enable-lto.
5489 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
5490 If --enable-lto is used, add 'lto' to new_enable_languages.
5491 If --enable-lto is used and gold is enabled, add
5492 lto-plugin to configdirs.
5493 * configure: Regenerate.
5494
5495 2009-10-03 Simon Baldwin <simonb@google.com>
5496
5497 * configure.ac: If --with-system-zlib, suppress local zlib and
5498 pass --with-system-zlib to subdir configure scripts.
5499 * configure: Regenerate.
5500
5501 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
5502 Paolo Bonzini <bonzini@gnu.org>
5503
5504 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
5505 $(srcdir).
5506 * Makefile.in: Rebuilt.
5507
5508 2009-09-26 Gary Funck <gary@intrepid.com>
5509
5510 * MAINTAINERS (Write After Approval): Add myself.
5511
5512 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5513
5514 * configure.ac: Update minimum MPC version to 0.7.
5515 * configure: Regenerate.
5516
5517 2009-09-25 Nick Clifton <nickc@redhat.com>
5518
5519 * configure.ac: Pass any --cache-file=/dev/null option on to
5520 subconfigures.
5521 * configure: Regenerate.
5522
5523 2009-09-23 Nick Clifton <nickc@redhat.com>
5524
5525 * config.sub, config.guess: Update from upstream sources.
5526
5527 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
5528
5529 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
5530 * Makefile.in: Rebuilt.
5531
5532 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5533
5534 PR bootstrap/32272
5535 * configure.ac: Error out if $srcdir isn't '.' but contains
5536 host-${host_noncanonical}.
5537 * configure: Regenerate.
5538
5539 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5540
5541 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
5542 maintainer.
5543
5544 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5545
5546 * configure.ac: If bootstrapping a combined tree with
5547 --enable-gold, require c++ in stage1_languages.
5548 * configure: Regenerate.
5549
5550 * configure.ac: Also add target_libs of stage1_languages to
5551 bootstrap_target_libs.
5552 * configure: Regenerate.
5553
5554 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
5555 with --enable-languages not containing c++.
5556 * configure: Regenerate.
5557
5558 2009-09-15 Jie Zhang <jie.zhang@analog.com>
5559
5560 * configure.ac: Disable java and boehm-gc for bfin-*-*.
5561 * configure: Regenerate.
5562
5563 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
5564
5565 * MAINTAINERS (Write After Approval): Update my e-mail address,
5566 and move from from here...
5567 (Waiting for paperwork): To here.
5568
5569 2009-09-09 Joseph Myers <joseph@codesourcery.com>
5570
5571 * MAINTAINERS (Reviewers): Add self as driver reviewer.
5572
5573 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5574
5575 * configure.ac: Do not use $extrasub for replacing @if/@endif
5576 parts in Makefile; instead, use additional arguments to
5577 AC_CONFIG_COMMANDS to do the replacement manually, with several
5578 sed invocations, to avoid HP-UX sed command limits.
5579 * configure: Regenerate.
5580
5581 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
5582
5583 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
5584 blank before -L.
5585
5586 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
5587
5588 * configure.ac (with-build-config): Document. Handle without.
5589 Handle missing argument.
5590 * configure: Rebuilt.
5591
5592 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
5593
5594 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
5595 Default to bootstrap-debug only if compare-debug works.
5596 * configure: Rebuilt.
5597 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
5598 * Makefile.in: Rebuilt.
5599
5600 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5601
5602 * MAINTAINERS (OS Port Maintainers): Update my email address.
5603
5604 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
5605
5606 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
5607 * Makefile.in: Rebuilt.
5608
5609 2009-09-01 Chris Demetriou <cgd@google.com>
5610
5611 * MAINTAINERS (Write After Approval): Add myself.
5612
5613 2009-08-31 Dodji Seketeli <dodji@redhat.com>
5614
5615 PR debug/30161
5616 * include/dwarf2.h (enum dwarf_tag): Added
5617 DW_TAG_GNU_template_template_param
5618 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
5619
5620 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5621
5622 * Makefile.tpl (AWK): Fix typo.
5623 * Makefile.in: Regenerate.
5624
5625 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
5626
5627 * configure.ac: Detect awk and sed.
5628 * Makefile.def (flags_to_pass): Add AWK and SED.
5629 * Makefile.tpl (AWK, SED): New.
5630 (BASE_FLAGS_TO_PASS): Add AWK and SED.
5631 * configure: Regenerate.
5632 * Makefile.in: Regenerate.
5633
5634 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
5635
5636 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
5637 (collapseslashes): Likewise.
5638
5639 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5640
5641 * configure.ac (AC_PREREQ): Bump to 2.64.
5642
5643 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5644
5645 * configure.ac: Remove --with-datarootdir, --with-docdir,
5646 --with-pdfdir, --with-htmldir switches.
5647 * configure: Regenerate.
5648
5649 * configure: Regenerate.
5650
5651 * compile: Sync from Automake 1.11.
5652 * depcomp: Likewise.
5653 * install-sh: Likewise.
5654 * missing: Likewise.
5655 * mkinstalldirs: Likewise.
5656 * ylwrap: Likewise.
5657
5658 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
5659
5660 * ltmain.sh (func_normal_abspath): New function.
5661 (func_relative_path): Likewise.
5662 (func_mode_help): Document new -bindir option for link mode.
5663 (func_mode_link): Add new -bindir option, and use it to place
5664 output DLL if specified.
5665
5666 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5667
5668 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
5669 (baseargs): Add --disable-option-checking.
5670 * configure: Regenerate.
5671
5672 * Makefile.def (configure-target-libiberty): Depend on
5673 all-binutils and all-ld.
5674 (configure-target-newlib): Likewise.
5675 * Makefile.in: Regenerate.
5676
5677 2009-08-17 Ben Elliston <bje@au.ibm.com>
5678
5679 * config.sub, config.guess: Update from upstream sources.
5680
5681 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5682
5683 Sync from src, merge:
5684
5685 2009-07-02 Tristan Gingold <gingold@adacore.com>
5686
5687 * configure.ac: Do not exclude gas for i386-*-darwin.
5688 Add a case for x86_64-*-darwin.
5689 * configure: Regenerate.
5690
5691 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
5692
5693 * MAINTAINERS: Add my name to Write After Approval list.
5694
5695 2009-08-06 Michael Eager <eager@eagercon.com>
5696
5697 * configure.ac: Add Microblaze target.
5698 * configure: Regenerate.
5699
5700 2009-07-31 Christian Bruel <christian.bruel@st.com>
5701
5702 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
5703 * configure: Regenerate.
5704
5705 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
5706
5707 * MAINTAINERS (Write After Approval): Update my e-mail address.
5708
5709 2009-07-06 Ian Lance Taylor <iant@google.com>
5710
5711 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
5712 * configure: Rebuild.
5713
5714 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
5715
5716 * MAINTAINERS: Move myself to the Graphite Reviewers.
5717
5718 2009-06-30 Wei Guozhi <carrot@google.com>
5719
5720 * MAINTAINERS: Add my name to Write After Approval list.
5721
5722 2009-06-26 Steve Ellcey <sje@cup.hp.com>
5723
5724 PR bootstrap/40338
5725 * configure.ac (comparestring): Create new variable.
5726 * Makefile.tpl (comparestring): Use to skip some comparisions.
5727 * configure: Regenerate.
5728 * Makefile.in: Regenerate.
5729
5730 2009-06-26 Doug Evans <dje@sebabeach.org>
5731
5732 * Makefile.def (host_modules): Add cgen.
5733 * Makefile.in: Regenerate.
5734 * configure.ac (host_tools): Add cgen.
5735 * configure: Regenerate.
5736
5737 2009-06-23 DJ Delorie <dj@redhat.com>
5738
5739 * MAINTAINERS: Add myself as mep maintainer.
5740
5741 2009-06-23 Ian Lance Taylor <iant@google.com>
5742
5743 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
5744 boot_languages. Only bootstrap target libraries listed in
5745 target_libs for some boot language. Add --with-stage1-ldflags,
5746 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
5747 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
5748 if not building with C++.
5749 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
5750 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
5751 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
5752 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5753 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
5754 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
5755 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
5756 * configure, Makefile.in: Rebuild.
5757
5758 2009-06-23 Li Feng <nemokingdom@gmail.com>
5759
5760 * MAINTAINERS: Added my name to write-after-approval list.
5761
5762 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
5763
5764 * configure.ac: Define is_elf for QNX Neutrino targets.
5765 * configure: Regenerate.
5766
5767 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
5768
5769 * MAINTAINERS: Added my name to the write-after-approval list
5770
5771 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5772
5773 * configure.ac: Detect MPC in default directory.
5774 * configure: Regenerate.
5775
5776 2009-06-03 Jerome Guitton <guitton@adacore.com>
5777 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5778
5779 * Makefile.tpl (all): Avoid a trailing backslash.
5780 * Makefile.in: Regenerate.
5781
5782 2009-06-03 Ben Elliston <bje@au.ibm.com>
5783
5784 * config.sub, config.guess: Update from upstream sources.
5785
5786 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
5787
5788 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
5789 to noconfdirs.
5790 * configure: Regenerate.
5791
5792 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
5793
5794 * Makefile.tpl ([+compare-target+]): Compare all stage
5795 directories, rather than just gcc.
5796 * Makefile.in: Rebuilt.
5797
5798 2009-06-01 Doug Kwan <dougkwan@google.com>
5799
5800 * configure.ac: Support gold for target arm*-*-*.
5801 * configure: Regenerate.
5802
5803 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5804
5805 * Makefile.def: Add MPC support and dependencies.
5806 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
5807
5808 * Makefile.in, configure: Regenerate.
5809
5810 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
5811
5812 * Makefile.tpl (all): Avoid harmless warning in make all when
5813 gcc-bootstrap is enabled but stage_last does not exist.
5814 * Makefile.in: Rebuilt.
5815
5816 2009-05-24 Nicolas Roche <roche@adacore.com>
5817
5818 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
5819 * Makefile.in: Regenerate.
5820
5821 2009-05-21 Denis Chertykov <chertykov@gmail.com>
5822
5823 * MAINTAINERS: Update my e-mail address.
5824
5825 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
5826
5827 * configure.ac (cygwin noconfigdirs): Remove libgcj.
5828 * configure: Regenerate.
5829
5830 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5831
5832 PR other/40159
5833 * Makefile.tpl (all): Don't assume gcc-bootstrap and
5834 gcc-no-bootstrap are mutually exclusive.
5835 * Makefile.in: Rebuilt.
5836
5837 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
5838
5839 PR other/40159
5840 * Makefile.tpl (all): Don't end with unconditional success.
5841 * Makefile.in: Rebuilt.
5842
5843 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
5844
5845 PR target/37137
5846 * Makefile.def (flags_to_pass): Remove redundant and incomplete
5847 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
5848 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
5849 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
5850 stage_configureflags, stage_cflags and stage_libcflags into
5851 explicit Makefile macros.
5852 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
5853 GFORTRAN.
5854 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
5855 CC. Set CC_FOR_BUILD from CC.
5856 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
5857 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
5858 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
5859 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
5860 and GFORTRAN.
5861 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
5862 (_LIBCFLAGS): Renamed to _TFLAGS.
5863 (do-compare-debug, do-compare3-debug): Drop.
5864 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
5865 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
5866 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
5867 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
5868 (XGCC_FLAGS_FOR_TARGET): New.
5869 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
5870 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
5871 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
5872 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
5873 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
5874 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
5875 TFLAGS.
5876 (BUILD_CONFIG): Include if requested.
5877 (all): Set TFLAGS on bootstrap.
5878 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
5879 (all-stageid-prefixmodule): Likewise.
5880 (do-clean, distclean-stageid): Set TFLAGS.
5881 (restrap): Fix whitespace.
5882 * Makefile.in: Rebuilt.
5883
5884 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
5885
5886 * config.guess: Sync with src.
5887
5888 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
5889
5890 * configure.ac ($with_ppl): Default to no if not supplied.
5891 ($with_cloog): Likewise.
5892 configure: Regenerate.
5893
5894 2009-04-27 James E. Wilson <wilson@codesourcery.com>
5895
5896 * MAINTAINERS: Update my e-mail address.
5897
5898 2009-04-27 Nick Clifton <nickc@redhat.com>
5899
5900 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
5901
5902 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
5903
5904 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
5905 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
5906 * Makefile.in: Regenerate.
5907
5908 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5909
5910 PR bootstrap/39739
5911 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
5912 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
5913
5914 * configure, Makefile.in: Regenerate.
5915
5916 2009-04-21 Taras Glek <tglek@mozilla.com>
5917
5918 * include/hashtab.h: Update GTY annotations to new syntax
5919 * include/splay-tree.h: Likewise
5920
5921 2009-04-17 Ben Elliston <bje@au.ibm.com>
5922
5923 * config.sub, config.guess: Update from upstream sources.
5924
5925 2009-04-15 Anthony Green <green@moxielogic.com>
5926
5927 * configure.ac: Add moxie support.
5928 * configure: Rebuilt.
5929
5930 2009-04-14 Jakub Jelinek <jakub@redhat.com>
5931
5932 * configure.ac: Change copyright header to refer to version
5933 3 of the GNU General Public License and to point readers at the
5934 COPYING3 file and the FSF's license web page.
5935 * Makefile.def: Likewise.
5936 * Makefile.tpl: Likewise.
5937 * Makefile.in: Regenerate.
5938
5939 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
5940
5941 * configure.ac: Restore match for darwin9 or later. Use double
5942 brackets since regeneration eats one pair.
5943 * configure: Regenerate.
5944
5945 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
5946
5947 PR gas/10039
5948 * configure.ac: Require texinfo 4.7.
5949 * configure: Regenerated.
5950
5951 2009-04-09 Nick Clifton <nickc@redhat.com>
5952
5953 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
5954 the GCC Runtime Library Exception.
5955
5956 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
5957
5958 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
5959 * configure: Regenerate.
5960
5961 2009-04-01 Steve Ellcey <sje@cup.hp.com>
5962
5963 * Makefil.def (languages): New entries.
5964 * Makefile.tpl (check-gcc-*): New generic target.
5965 * Makefile.in: Regenerate.
5966
5967 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
5968
5969 * MAINTAINERS: Update my email address.
5970
5971 2009-03-18 Tom Tromey <tromey@redhat.com>
5972
5973 * configure: Rebuild.
5974 * configure.ac (host_libs): Add libiconv.
5975 * Makefile.in: Rebuild.
5976 * Makefile.def (host_modules): Add libiconv.
5977 (configure-gdb, all-gdb): Depend on libiconv.
5978
5979 2009-03-16 Tristan Gingold <gingold@adacore.com>
5980
5981 * configure.ac: Treat gdb as supported on x86_64-darwin.
5982 * configure: Regenerate.
5983
5984 2009-03-16 Joseph Myers <joseph@codesourcery.com>
5985
5986 * configure.ac (--with-host-libstdcxx): New option.
5987 * configure: Regenerate.
5988
5989 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
5990
5991 * MAINTAINERS: Move myself into the write after approval list.
5992
5993 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
5994
5995 * MAINTAINERS: Update e-mail address.
5996
5997 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
5998
5999 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
6000
6001 2009-03-10 Ira Rosen <irar@il.ibm.com>
6002
6003 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
6004
6005 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6006
6007 Backport from git Libtool:
6008
6009 2009-01-19 Robert Millan <rmh@aybabtu.com>
6010 Support GNU/kOpenSolaris.
6011 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
6012 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
6013 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
6014 GNU/kOpenSolaris.
6015
6016 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
6017
6018 * MAINTAINERS: Update e-mail address.
6019
6020 2009-02-24 Michael Eager <eager@eagercon.com>
6021
6022 * MAINTAINERS (Write After Approval): Add self.
6023
6024 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
6025
6026 * MAINTAINERS (Write After Approval): Add myself.
6027
6028 2009-02-05 Andreas Schwab <schwab@suse.de>
6029
6030 * Makefile.tpl (stage_last): Define $r and $s before using
6031 $(RECURSE_FLAGS_TO_PASS).
6032 * Makefile.in: Regenerate
6033
6034 2009-01-30 Ian Lance Taylor <iant@google.com>
6035
6036 * MAINTAINERS: Move myself to the Global Reviewers list.
6037
6038 2009-01-29 Robert Millan <rmh@aybabtu.com>
6039
6040 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
6041 * configure: Regenerate.
6042
6043 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
6044
6045 * MAINTAINERS: Make whitespace consistent.
6046 Remove Robert Millan from Write After Approval.
6047
6048 2009-01-16 Alan Modra <amodra@bigpond.net.au>
6049
6050 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
6051 (all-opcodes): Depend on all-libiberty.
6052 * Makefile.in: Regenerate.
6053
6054 2009-01-15 Douglas B Rupp <rupp@gnat.com>
6055
6056 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
6057 * configure: Regenerate.
6058
6059 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
6060
6061 * MAINTAINERS (Write After Approval): Add myself.
6062
6063 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
6064
6065 * MAINTAINERS: Add myself to reviewers (Fortran).
6066
6067 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
6068
6069 PR tree-optimization/38515
6070 * configure.ac (cloog-polylib): Removed.
6071 (with_ppl, with_cloog): Test for "no".
6072 * configure: Regenerated.
6073
6074 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
6075
6076 * MAINTAINERS: Moved myself to reviewers (Fortran).
6077
6078 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
6079
6080 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
6081 (Write After Approval): Remove myself.
6082
6083 2009-01-03 Diego Novillo <dnovillo@google.com>
6084
6085 * MAINTAINERS: Remove myself from alias maintainership.
6086
6087 2009-01-02 David Ayers <ayers@fsfe.org>
6088
6089 * MAINTAINERS: Update e-mail address.
6090
6091 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
6092
6093 * MAINTAINERS: Make whitespace consistent.
6094
6095 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6096
6097 Backport from upstream Libtool:
6098 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
6099 Add cache variables to tests that require the linker to work.
6100 For shlibpath_overrides_runpath, this also changes the semantics
6101 to let the result from the C compiler take precedence.
6102
6103 2008-12-02 Ben Elliston <bje@au.ibm.com>
6104
6105 * config.sub, config.guess: Update from upstream sources.
6106
6107 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
6108
6109 * configure.ac (ppllibs): Add by default the lib flags.
6110 * configure: Regenerate.
6111
6112 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
6113
6114 * MAINTAINERS: Add myself to the write after approval list.
6115
6116 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
6117
6118 * configure.ac: Add double brackets on darwin[912].
6119 * configure: Regenerate.
6120
6121 2008-12-03 Daniel Kraft <d@domob.eu>
6122
6123 * MAINTAINERS: Moved myself and Mikael Morin from Write After
6124 Approval to Reviewer section (for Fortran front-end).
6125
6126 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
6127
6128 * configure.ac: Expand to darwin10 and later.
6129 * configure: Regenerate.
6130
6131 2008-12-02 Andreas Schwab <schwab@suse.de>
6132
6133 * Makefile.def: configure-target-boehm-gc depends on
6134 all-target-libstdc++-v3.
6135 * Makefile.in: Regenerate.
6136
6137 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
6138
6139 * MAINTAINERS: Add myself as mingw maintainer.
6140
6141 2008-12-02 Ben Elliston <bje@au.ibm.com>
6142
6143 * config.sub, config.guess: Update from upstream sources.
6144
6145 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
6146
6147 * README.SCO: Remove.
6148
6149 2008-11-29 Fernando Pereira <pronesto@gmail.com>
6150
6151 * MAINTAINERS: Add myself to the write after approval list.
6152
6153 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
6154
6155 * MAINTAINERS: Update my email address in WAA section.
6156
6157 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
6158
6159 * MAINTAINERS: Update e-mail address.
6160
6161 2008-11-27 Toon Moene <toon@moene.org>
6162
6163 * MAINTAINERS: Change e-mail address.
6164
6165 2008-11-27 Tristan Gingold <gingold@adacore.com>
6166
6167 * configure.ac: Build gdb for i?86-*-darwin*
6168 * configure: Regenerated.
6169
6170 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
6171
6172 * MAINTAINERS: Added my full name.
6173
6174 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
6175
6176 PR bootstrap/38014
6177 PR bootstrap/37923
6178
6179 Revert:
6180
6181 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6182
6183 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6184 * Makefile.in: Regenerated.
6185
6186 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6187
6188 PR gdb/921
6189 PR gdb/1646
6190 PR gdb/2175
6191 PR gdb/2176
6192
6193 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6194 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6195 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6196 (HOST_EXPORTS): Pass CPPFLAGS.
6197 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6198 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6199 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6200 * Makefile.in, configure: Regenerated.
6201 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6202 and CPPFLAGS_FOR_BUILD.
6203
6204 2008-11-06 Jeff Law <law@redhat.com>
6205
6206 * MAINTAINERS: Add myself as middle end maintainer.
6207
6208 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
6209
6210 * MAINTAINERS (Write after approval): Add myself.
6211
6212 2008-11-05 Diego Novillo <dnovillo@google.com>
6213
6214 * MAINTAINERS (Global Reviewers): Add myself.
6215 (Non-Algorithmic Maintainers): Remove myself.
6216
6217 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
6218
6219 * MAINTAINERS (Write after approval): Add myself.
6220
6221 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
6222
6223 * MAINTAINERS (Write after approval): Add myself.
6224
6225 2008-10-31 Ben Elliston <bje@au.ibm.com>
6226
6227 * configure.ac (spu-*-*): Remove special case.
6228 * configure: Regenerate.
6229
6230 2008-10-30 Catherine Moore <clm@codesourcery.com>
6231
6232 * MAINTAINERS (Write after approval): Update my email address.
6233
6234 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
6235
6236 * configure.ac [spu-*-*]: Do not set skipdirs.
6237 * configure: Re-generate.
6238
6239 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
6240
6241 * MAINTAINERS (Various Maintainers): Add myself to reload.
6242
6243 2008-10-25 Richard Guenther <rguenther@suse.de>
6244
6245 * MAINTAINERS (Various Maintainers): Add myself as middle-end
6246 maintainer. Remove myself as libgcc-math maintainer.
6247 (Non-Algorithmic Maintainers): Remove myself.
6248
6249 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
6250
6251 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
6252 * Makefile.in: Regenerated.
6253
6254 2008-10-23 Cary Coutant <ccoutant@google.com>
6255
6256 * MAINTAINERS (Write after approval): Add myself.
6257
6258 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
6259
6260 PR gdb/921
6261 PR gdb/1646
6262 PR gdb/2175
6263 PR gdb/2176
6264
6265 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
6266 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
6267 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
6268 (HOST_EXPORTS): Pass CPPFLAGS.
6269 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
6270 (LDFLAGS_FOR_TARGET): Initialize from configure script.
6271 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
6272 * Makefile.in, configure: Regenerated.
6273 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
6274 and CPPFLAGS_FOR_BUILD.
6275
6276 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
6277
6278 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
6279 Sebastian Pop.
6280
6281 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
6282
6283 * MAINTAINERS (Write After Approval): Added myself.
6284
6285 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6286
6287 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
6288 recommended version to 2.3.2.
6289
6290 * configure: Regenerate.
6291
6292 2008-10-01 Mark Mitchell <mark@codesourcery.com>
6293
6294 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
6295
6296 2008-09-29 David Daney <david.daney@caviumnetworks.com>
6297
6298 * MAINTAINERS (Write After Approval): Update e-mail address.
6299
6300 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
6301
6302 * libtool.m4: Update to libtool 2.2.6.
6303 * lt~obsolete.m4: Update to libtool 2.2.6.
6304 * ltmain.sh: Update to libtool 2.2.6.
6305 * ltsugar.m4: Update to libtool 2.2.6.
6306 * ltversion.m4: Update to libtool 2.2.6.
6307 * ltoptions.m4: Update to libtool 2.2.6.
6308 * ltgcc.m4: Update to match changes from libtool 2.2.6.
6309
6310 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
6311
6312 * MAINTAINERS (Write After Approval): Add myself.
6313
6314 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
6315
6316 * MAINTAINERS (Write After Approval): Update my name.
6317
6318 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
6319
6320 * MAINTAINERS: Add myself in "Write After Approval".
6321
6322 2008-09-18 Steve Ellcey <sje@cup.hp.com>
6323
6324 * MAINTAINERS: Add myself as ia64 maintainer.
6325
6326 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
6327
6328 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
6329 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
6330 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
6331 and Michael Tiemann from Write After Approval since they do not
6332 actually have access.
6333
6334 2008-09-05 Richard Guenther <rguenther@suse.de>
6335
6336 * configure.ac: Initialize clooglibs to -lcloog.
6337 * configure: Re-generate.
6338
6339 2008-09-04 Le-Chun Wu <lcwu@google.com>
6340
6341 * MAINTAINERS (Write After Approval): Add myself.
6342
6343 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
6344
6345 * configure.ac (--with-cloog-polylib): New.
6346 (--disable-cloog-version-check): New.
6347 (--disable-ppl-version-check): New.
6348 * configure: Re-generate.
6349
6350 2008-09-03 Richard Guenther <rguenther@suse.de>
6351
6352 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
6353 cloog test.
6354 * configure: Re-generate.
6355
6356 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
6357
6358 Add picoChip port.
6359 * MAINTAINERS: Add picoChip maintainers.
6360
6361 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
6362 Tobias Grosser <grosser@fim.uni-passau.de>
6363 Jan Sjodin <jan.sjodin@amd.com>
6364 Harsha Jagasia <harsha.jagasia@amd.com>
6365 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
6366 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6367 Adrien Eliche <aeliche@isty.uvsq.fr>
6368
6369 Merge from graphite branch.
6370 * configure: Regenerate.
6371 * Makefile.in: Regenerate.
6372 * configure.ac (host_libs): Add ppl and cloog.
6373 Add checks for PPL and CLooG.
6374 * Makefile.def (ppl, cloog): Added modules and dependences.
6375 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
6376 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
6377
6378 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
6379
6380 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
6381 (GCC_SHLIB_SUBDIR): New.
6382 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
6383 * configure: Regenerate.
6384 * Makefile.in: Regenerate.
6385
6386 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
6387
6388 * MAINTAINERS: Consistently use tabs to separate columns.
6389
6390 2008-08-29 Tristan Gingold <gingold@adacore.com>
6391
6392 * MAINTAINERS (Write after Approval): Add myself.
6393
6394 2008-08-28 Tristan Gingold <gingold@adacore.com>
6395
6396 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
6397 Enable bfd, binutils and opcodes.
6398 * configure: Regenerate.
6399
6400 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6401
6402 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
6403
6404 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6405
6406 * MAINTAINERS: Use correct Umlaut for last name.
6407
6408 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6409
6410 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
6411
6412 2008-08-16 David Edelsohn <edelsohn@gnu.org>
6413
6414 * MAINTAINERS: Update my email address.
6415
6416 2008-08-16 Nicolas Roche <roche@adacore.com>
6417
6418 * Makefile.tpl: Add BOOT_ADAFLAGS.
6419 * Makefile.in: Regenerate.
6420
6421 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
6422
6423 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
6424 * configure: Regenerate.
6425
6426 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
6427
6428 * configure.ac: Add makefile fragments for hpux.
6429 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
6430 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
6431 * configure: Regenerate.
6432 * Makefile.in: Regenerate.
6433
6434 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
6435
6436 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
6437
6438 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
6439
6440 * MAINTAINERS (Write after Approval): Add myself.
6441
6442 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
6443
6444 * MAINTAINERS (Write After Approval): Add myself.
6445
6446 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
6447
6448 * MAINTAINERS (Write After Approval): Add myself.
6449
6450 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
6451
6452 * MAINTAINERS: Update my email address.
6453
6454 2008-06-25 Joey Ye <joey.ye@intel.com>
6455
6456 * MAINTAINERS (Write After Approval): Add myself.
6457
6458 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6459
6460 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
6461 * Makefile.in: Regenerate.
6462 * configure: Regenerate.
6463
6464 2008-06-17 Daniel Kraft <d@domob.eu>
6465
6466 * MAINTAINERS (Write After Approval): Add myself.
6467
6468 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6469
6470 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
6471 "$@" is still intact with both Autoconf 2.59 and 2.62.
6472 * configure: Regenerate.
6473
6474 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6475
6476 * Makefile.tpl: Fix comment errors.
6477 * Makefile.in: Regenerate.
6478
6479 2008-06-12 David S. Miller <davem@davemloft.net>
6480 David Edelsohn <edelsohn@gnu.org>
6481
6482 * configure.ac: Add powerpc*-*-* to gold supported targets.
6483 * configure: Regenerate.
6484
6485 2008-06-08 Joseph Myers <joseph@codesourcery.com>
6486
6487 PR tree-optimization/36218
6488 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
6489 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
6490 (all prefix="build-"): Pass them to build-system sub-makes.
6491 * Makefile.in: Regenerate.
6492
6493 2008-06-07 Joseph Myers <joseph@codesourcery.com>
6494
6495 * MAINTAINERS (mt port): Remove.
6496 (sco5, unixware, sco udk): Remove.
6497 (Kean Johnston): Add to Write After Approval.
6498
6499 2008-05-30 Julian Brown <julian@codesourcery.com>
6500
6501 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
6502 of libobjc for ARM EABI Linux.
6503 * configure: Regenerate.
6504
6505 2008-05-18 Xinliang David Li <davidxl@google.com>
6506
6507 * ChangeLog: Remove wrong ChangeLog entry.
6508
6509 2008-05-17 Xinliang David Li <davidxl@google.com>
6510
6511 * MAINTAINERS (Write After Approval): Add myself.
6512
6513 2008-05-15 Janus Weil <janus@gcc.gnu.org>
6514
6515 * MAINTAINERS (Write After Approval): Add myself.
6516
6517 2008-05-14 Rafael Espíndola <espindola@google.com>
6518
6519 * config-ml.in: don't handle --enable-shared and --enable-static.
6520
6521 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
6522
6523 * MAINTAINERS: Update my email address.
6524
6525 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
6526
6527 * MAINTAINERS: Update my email address.
6528
6529 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
6530
6531 * MAINTAINERS (Write After Approval): Add myself.
6532
6533 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
6534
6535 * MAINTAINERS (Write After Approval): Add myself.
6536
6537 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
6538
6539 * MAINTAINERS (crx): Add myself.
6540
6541 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6542
6543 Sync with src:
6544 2008-04-14 David S. Miller <davem@davemloft.net>
6545
6546 * configure.ac: Add sparc*-*-* to gold supported targets.
6547 * configure: Regenerate.
6548
6549 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6550
6551 PR bootstrap/35457
6552 * configure.ac: Include override.m4.
6553 * configure: Regenerate.
6554
6555 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
6556
6557 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
6558 * Makefile.in: Regenerate.
6559
6560 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
6561
6562 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
6563 as nonconfigurable directories list.
6564 * configure: Regenerate.
6565
6566 2008-04-14 Ben Elliston <bje@au.ibm.com>
6567
6568 * config.sub, config.guess: Update from upstream sources.
6569
6570 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
6571
6572 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
6573 * Makefile.in: Regenerate.
6574
6575 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
6576
6577 * configure.ac: Do not build libssp for the AVR.
6578 * configure: Regenerate.
6579
6580 2008-04-07 Ian Lance Taylor <iant@google.com>
6581
6582 * Makefile.def: check-gold depends upon all-binutils.
6583 * Makefile.in: Regenerate.
6584
6585 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
6586
6587 * MAINTAINERS (Write After Approval): Add myself.
6588
6589 2008-04-04 Nick Clifton <nickc@redhat.com>
6590
6591 PR binutils/4334
6592 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
6593 builds.
6594 * configure: Regenerate.
6595
6596 2008-04-04 NightStrike <NightStrike@gmail.com>
6597
6598 PR other/35151
6599 * configure.ac: Combine rules for mingw32 and mingw64.
6600 * configure: Regenerate.
6601
6602 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
6603
6604 * MAINTAINERS (Write After Approval): Add myself.
6605
6606 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
6607
6608 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
6609 * Makefile.in (.NOTPARALLEL): Ditto.
6610
6611 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
6612
6613 * MAINTAINERS (Write After Approval): Add myself.
6614
6615 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
6616
6617 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
6618 * Makefile.in (.NOTPARALLEL): Regenerate.
6619
6620 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
6621
6622 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
6623 * Makefile.in: Regenerate.
6624
6625 2008-03-26 Jakub Staszak <kuba@et.pl>
6626
6627 * MAINTAINERS (Write After Approval): Add myself.
6628
6629 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
6630
6631 * MAINTAINERS: Update e-mail address.
6632
6633 2008-03-20 Ian Lance Taylor <iant@google.com>
6634
6635 * configure.ac: Add support for --enable-gold.
6636 * Makefile.def: Add gold as a directory like ld.
6637 * configure, Makefile.in: Regenerate.
6638
6639 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6640
6641 * configure.ac: m4_include config/proginstall.m4.
6642 * configure: Regenerate.
6643
6644 Backport from upstream Libtool:
6645
6646 2007-10-12 Eric Blake <ebb9@byu.net>
6647
6648 Deal with Autoconf 2.62's semantic change in m4_append.
6649 * ltsugar.m4 (lt_append): Replace broken versions of
6650 m4_append.
6651 (lt_if_append_uniq): Don't require separator to be overquoted,
6652 and avoid broken m4_append.
6653 (lt_dict_add): Fix typo.
6654 * libtool.m4 (_LT_DECL): Don't overquote separator.
6655
6656 2008-03-13 David Edelsohn <edelsohn@gnu.org>
6657
6658 * config.rpath: Add AIX 6 support.
6659
6660 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
6661
6662 * Makefile.def (stageprofile). Remove -fprofile-generate
6663 from stage_libcflags.
6664 * Makefile.in: Regenerate.
6665
6666 2008-03-13 Ben Elliston <bje@au.ibm.com>
6667
6668 * config.sub, config.guess: Update from upstream sources.
6669
6670 2008-03-06 Tom Tromey <tromey@redhat.com>
6671
6672 * MAINTAINERS: Update for treelang deletion.
6673
6674 2008-03-03 James E. Wilson <wilson@tuliptree.org>
6675
6676 * MAINTAINERS: Update my email address.
6677
6678 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
6679
6680 * MAINTAINERS (darwin port): Add myself as a maintainer.
6681 (objective-c/c++): Add myself as a maintainer.
6682
6683 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
6684
6685 * MAINTAINERS (Write After Approval): Update my email address.
6686
6687 2008-02-25 Tomas Bily <tbily@suse.cz>
6688
6689 * MAINTAINERS (Write After Approval): Add myself.
6690
6691 2008-02-23 Jakub Jelinek <jakub@redhat.com>
6692
6693 * MAINTAINERS (OpenMP): Add myself.
6694
6695 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
6696
6697 PR bootstrap/32009
6698 PR bootstrap/32161
6699
6700 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
6701 * configure: Regenerate.
6702
6703 * Makefile.def: Define stage_libcflags for all bootstrap stages.
6704 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
6705 STAGE4_LIBCFLAGS): New.
6706 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
6707 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
6708 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
6709 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
6710 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
6711 for target modules. Don't export LIBCFLAGS.
6712 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
6713 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
6714 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
6715 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
6716 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
6717 * Makefile.in: Regenerate.
6718
6719 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6720
6721 PR libgcj/33085
6722 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
6723 Do not use -DDLL_EXPORT. Backport from upstream.
6724
6725 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6726
6727 * MAINTAINERS (Write After Approval): Add myself.
6728
6729 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
6730
6731 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
6732 * configure: Regenerate.
6733
6734 2008-01-31 Marc Gauthier <marc@tensilica.com>
6735
6736 * configure.ac (xtensa*-*-*): Recognize processor variants.
6737 * configure: Regenerate.
6738
6739 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6740
6741 PR bootstrap/34922
6742 * configure.ac (PARSE_ARGS): Push suitable setting of
6743 ac_subdirs_all, for `./configure --help=recursive'.
6744 Handle `+' in generic toplevel directory disabling.
6745 * configure: Regenerate.
6746
6747 2008-01-28 Nick Clifton <nickc@redhat.com>
6748
6749 * MAINTAINERS (xstormy16): Take over maintainership.
6750
6751 2008-01-25 Joseph Myers <joseph@codesourcery.com>
6752
6753 * MAINTAINERS (c4x port): Remove.
6754
6755 2008-01-24 David Edelsohn <edelsohn@gnu.org>
6756
6757 * libtool.m4: Backport AIX 6 support from ToT Libtool.
6758
6759 2008-01-23 Ben Elliston <bje@au.ibm.com>
6760
6761 * config.sub, config.guess: Update from upstream sources.
6762
6763 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
6764
6765 * MAINTAINERS (Write After Approval): Add myself.
6766
6767 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
6768
6769 * MAINTAINERS: Update my email address.
6770
6771 2008-01-09 Raksit Ashok <raksit@google.com>
6772
6773 * MAINTAINERS (Write After Approval): Add myself.
6774
6775 2008-01-09 Raksit Ashok <raksit@google.com>
6776
6777 * MAINTAINERS (Write After Approval): Add myself.
6778
6779 2008-01-08 Ben Elliston <bje@au.ibm.com>
6780
6781 * config.sub, config.guess: Update from upstream sources.
6782
6783 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6784
6785 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
6786 Change recommended MPFR from 2.2.1 -> 2.3.0.
6787 * configure: Regenerate.
6788
6789 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
6790
6791 * MAINTAINERS: Update my email address.
6792
6793 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
6794
6795 * MAINTAINERS: Update my email address.
6796
6797 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
6798
6799 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
6800 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
6801 * Makefile.in: Regenerate.
6802
6803 2007-12-10 Mark Heffernan <meheff@google.com>
6804
6805 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
6806 misplaced entries.
6807
6808 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
6809
6810 * configure.ac: Enable libjava for x86_64-*-darwin9.
6811 * configure: Regenerate.
6812
6813 2007-12-07 Bill Maddox <maddox@google.com>
6814
6815 * MAINTAINERS (Write After Approval): Add myself.
6816
6817 2007-12-05 Ben Elliston <bje@au.ibm.com>
6818
6819 * config.sub, config.guess: Update from upstream sources.
6820
6821 2007-12-02 Matthias Klose <doko@ubuntu.com>
6822
6823 * config-ml.in: Remove 64bit configure tests.
6824
6825 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6826
6827 * config-ml.in: Robustify against white space in absolute file
6828 names.
6829
6830 * config-ml.in (multi-clean): Substitute ${Makefile}.
6831 Remove superfluous ${Makefile} in list.
6832
6833 2007-11-19 Thiemo Seufer <ths@mips.com>
6834
6835 * config-ml.in: Don't hardcode the Makefile name.
6836
6837 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
6838
6839 * MAINTAINERS (Write After Approval): Add myself.
6840
6841 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
6842
6843 * MAINTAINERS (Write After Approval): Add myself.
6844
6845 2007-11-06 Doug Kwan <dougkwan@google.com>
6846
6847 * MAINTAINERS (Write After Approval): Add myself.
6848
6849 2007-10-25 Ben Elliston <bje@au.ibm.com>
6850
6851 * MAINTAINERS (mercury): Remove entry.
6852 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
6853
6854 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
6855
6856 * Makefile.def (dependencies): Make configure-gdb depend on
6857 all-intl.
6858 * Makefile.in: Regenerated.
6859
6860 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
6861
6862 * MAINTAINERS (Fortran maintainer): Remove myself.
6863
6864 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
6865
6866 * Makefile.def: To avoid problems running with parallel makes,
6867 build newlib before libgloss so that target specific header
6868 files are availble.
6869 * Makefile.in: Regenerate
6870
6871 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
6872
6873 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
6874 * Makefile.in: Regenerate.
6875
6876 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
6877
6878 * MAINTAINERS (Register allocation reviewer): Add myself.
6879
6880 2007-10-08 Mike Frysinger <vapier@gentoo.org>
6881
6882 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
6883 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
6884 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
6885 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
6886 * configure: Regenerate.
6887
6888 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
6889
6890 * MAINTAINERS (Register allocation reviewer): Add myself.
6891
6892 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
6893
6894 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
6895 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
6896 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
6897 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
6898 * configure.ac: Default them to host tools for $host = $build.
6899 Subst them.
6900
6901 * configure: Regenerate.
6902 * Makefile.in: Regenerate.
6903
6904 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
6905
6906 * MAINTAINERS (Register allocation reviewer): Add myself.
6907
6908 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
6909
6910 * MAINTAINERS (Register allocation reviewer): Add myself.
6911
6912 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
6913
6914 * MAINTAINERS (Write After Approval): Fix typo.
6915
6916 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
6917
6918 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
6919 * configure: Regenerate.
6920
6921 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
6922
6923 PR bootstrap/31906
6924 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
6925 they're already prefixed.
6926
6927 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
6928
6929 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
6930 libstdc++.
6931 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
6932 * configure: Regenerate.
6933 * Makefile.in: Regenerate.
6934
6935 2007-09-17 Andreas Schwab <schwab@suse.de>
6936
6937 * configure.ac: Raise minimum makeinfo version to 4.6.
6938 * configure: Regenerate.
6939
6940 2007-09-17 Johannes Singler <singler@ira.uka.de>
6941
6942 * MAINTAINERS (write-after-approval) add myself
6943
6944 2007-09-15 Alan Modra <amodra@bigpond.net.au>
6945
6946 * configure.ac: Correct makeinfo version check.
6947 * configure: Regenerate.
6948
6949 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
6950
6951 * MAINTAINERS: Update my email address.
6952
6953 2007-09-14 Richard Sandiford <richard@codesourcery.com>
6954
6955 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
6956 to $skipdirs and only disable gprof for newlib. Use the normal
6957 mips*-elf* handling in other respects.
6958 * configure: Regnerate.
6959
6960 2007-09-12 David Daney <ddaney@avtrex.com>
6961
6962 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
6963 enabling libgcj.
6964 * configure: Regenerate.
6965
6966 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
6967
6968 PR other/32154
6969 * configure.ac: For libgloss targets, point the linker to the linker
6970 script, startup code and simulator library.
6971 * configure: Regenerate.
6972
6973 2007-09-07 Andrew Haley <aph@redhat.com>
6974
6975 * configure.ac (noconfigdirs): Remove target-libffi and
6976 target-libjava.
6977 * configure: Regenerate.
6978
6979 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6980
6981 PR target/33281
6982 * configure.ac: Use config/mh-mingw on mingw.
6983 * configure: Regenerate.
6984
6985 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
6986
6987 * MAINTAINERS (Write After Approval): Add myself.
6988
6989 2007-09-05 Richard Guenther <rguenther@suse.de>
6990
6991 * configure.ac (--enable-stage1-checking): If neither --enable-checking
6992 nor --disable-checking is provided also turn on yes and types
6993 checking for stage1.
6994 * configure: Re-generate.
6995
6996 2007-08-30 Krister Walfridsson <cato@df.lth.se>
6997
6998 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
6999 (Write After Approval): Remove myself.
7000
7001 2007-08-29 Nick Clifton <nickc@redhat.com>
7002
7003 * config.sub, config.guess: Update from upstream sources.
7004
7005 2007-08-22 Bud Davis <jmdavis@link.com>
7006
7007 * MAINTAINERS (Write After Approval): Added myself.
7008 * MAINTAINERS (Reviewers): Removed myself.
7009
7010 2007-08-18 Paul Brook <paul@codesourcery.com>
7011 Joseph Myers <joseph@codesourcery.com>
7012
7013 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
7014 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
7015 * Makefile.in: Regenerate.
7016 * configure.ac (--with-debug-prefix-map): New.
7017 * configure: Regenerate.
7018
7019 2007-08-17 Richard Sandiford <richard@codesourcery.com>
7020 Nigel Stephens <nigel@mips.com>
7021
7022 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
7023 as target_makefile_frag.
7024 * configure: Regenerate.
7025
7026 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
7027
7028 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
7029 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
7030 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
7031 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
7032 (do-compare, do-compare3, do-compare-debug): New.
7033 ([+compare-target+]): Use them.
7034
7035 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
7036
7037 * MAINTAINERS (Write After Approval): Change my email address.
7038
7039 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7040 Ben Elliston <bje@au.ibm.com>
7041
7042 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
7043 --silent if $silent.
7044 * configure: Regenerate.
7045
7046 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
7047
7048 * MAINTAINERS (Various Maintainers): Add myself as
7049 loop infrastructure maintainer. Update my e-mail
7050 address.
7051
7052 2007-07-31 Diego Novillo <dnovillo@google.com>
7053
7054 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
7055 Adjust description.
7056
7057 2007-07-26 Richard Guenther <rguenther@suse.de>
7058
7059 * configure.ac: Add types checking to stage1 checking flags.
7060 * configure: Regenerate.
7061
7062 2007-07-17 Nick Clifton <nickc@redhat.com>
7063
7064 * COPYING3: New file. Contains version 3 of the GNU General
7065 Public License.
7066 * COPYING3.LIB: New file. Contains version 3 of the GNU
7067 Lesser General Public License.
7068
7069 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7070
7071 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
7072
7073 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
7074
7075 * MAINTAINERS (S/390 co-maintainer): Add myself.
7076 (Write After Approval): Remove myself.
7077
7078 2007-07-13 Dan Hipschman <dsh@google.com>
7079
7080 * MAINTAINERS (Write After Approval): Add myself.
7081
7082 2007-07-11 Nick Clifton <nickc@redhat.com>
7083
7084 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
7085 WINDRES export.
7086 * Makefile.in: Regenerate.
7087
7088 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7089
7090 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
7091 maintainer.
7092
7093 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
7094
7095 * lt~obsolete.m4: New. Import from 20070318 libtool.
7096
7097 2007-07-03 Julian Brown <julian@codesourcery.com>
7098
7099 * MAINTAINERS (Write After Approval): Add myself.
7100
7101 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7102
7103 * configure.ac: Rewrite 'configure --help' strings to look nicer.
7104 * configure: Regenerate.
7105
7106 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7107
7108 * configure.ac: Add some missing m4 quotation.
7109 * configure: Regenerate.
7110
7111 2007-07-02 Simon Baldwin <simonb@google.com>
7112
7113 * MAINTAINERS (Write After Approval): Add myself.
7114
7115 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
7116
7117 * configure: Regenerate.
7118
7119 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
7120
7121 * Makefile.def: Add windmc tool to build.
7122 * Makefile.tpl: Likewise.
7123 * configure.ac: Likewise.
7124 * Makefile.in: Regenerate.
7125 * configure: Regenerate.
7126
7127 2007-06-28 DJ Delorie <dj@redhat.com>
7128
7129 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
7130 not building newlib.
7131 * configure: Regenerated.
7132
7133 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
7134
7135 * MAINTAINERS (Write After Approval): Add myself.
7136
7137 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
7138
7139 * MAINTAINERS (Write After Approval): Add myself.
7140
7141 2007-06-19 Chris Matthews <chrismatthews@google.com>
7142
7143 * MAINTAINERS (Write After Approval): Add myself.
7144
7145 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
7146
7147 * MAINTAINERS (Write After Approval): Add myself.
7148
7149 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
7150
7151 * Makefile.def: Add dependency from configure-gdb to all-bfd.
7152 * Makefile.in: Regenerated.
7153
7154 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
7155
7156 * configure.ac: Don't add target-libmudflap to noconfigdirs for
7157 bfin*-*-uclinux* targets.
7158 * configure: Regenerate.
7159
7160 2007-06-14 Ian Lance Taylor <iant@google.com>
7161
7162 * MAINTAINERS: Add myself as non-algorithmic global write
7163 maintainer.
7164
7165 2007-06-14 Diego Novillo <dnovillo@google.com>
7166
7167 * MAINTAINERS: Add self as middle-end maintainer and
7168 non-algorithmic global write maintainer.
7169
7170 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7171
7172 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
7173 Move all Fortran maintainers except Paul Brook into the
7174 Non-Autopoiesis section.
7175
7176 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
7177
7178 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
7179 (distclean-stage[+id+]): Possibly delete stage_last.
7180 * Makefile.in: Regenerate.
7181
7182 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
7183
7184 * MAINTAINERS (Various Maintainer): Fix typo.
7185
7186 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
7187
7188 * MAINTAINERS (Various Maintainer): Add myself as
7189 dataflow maintainer.
7190
7191 2007-06-07 Ben Elliston <bje@au.ibm.com>
7192
7193 * config.sub, config.guess: Update from upstream sources.
7194
7195 2007-06-07 Ben Elliston <bje@au.ibm.com>
7196
7197 * Makefile.tpl: Fix spelling error.
7198 * Makefile.in: Regenerate.
7199
7200 2007-06-01 Steve Ellcey <sje@cup.hp.com>
7201
7202 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
7203 lt_cv_sys_max_cmd_len.
7204
7205 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
7206
7207 * MAINTAINERS (Various Maintainers): Add myself as
7208 auto-vectorizer maintainer.
7209
7210 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
7211
7212 PR libjava/32098
7213 * libtool.m4: Revert previous change.
7214 * ltgcc.m4: Put it here.
7215
7216 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
7217
7218 * MAINTAINERS (Various Maintainers): Add myself as
7219 auto-vectorizer maintainer.
7220
7221 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
7222
7223 PR libjava/32098
7224 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
7225
7226 2007-05-30 Richard Guenther <rguenther@suse.de>
7227
7228 * MAINTAINERS (Various Maintainers): Add myself as
7229 auto-vectorizer maintainer.
7230
7231 2007-05-30 Jakub Jelinek <jakub@redhat.com>
7232
7233 PR bootstrap/29382
7234 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
7235 * configure: Rebuilt.
7236
7237 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
7238
7239 * MAINTAINERS (Write After Approval): Removed my name.
7240
7241 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
7242
7243 * MAINTAINERS (Write After Approval): Remove myself.
7244
7245 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
7246
7247 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
7248
7249 2007-05-23 Steve Ellcey <sje@cup.hp.com>
7250
7251 * ltmain.sh: Update from ToT Libtool.
7252 * libtool.m4: Update from ToT Libtool.
7253 * ltsugar.m4: New. Update from ToT Libtool.
7254 * ltversion.m4: New. Update from ToT Libtool.
7255 * ltoptions.m4: New. Update from ToT Libtool.
7256 * ltconfig: Remove.
7257 * ltcf-c.sh: Remove.
7258 * ltcf-cxx.sh: Remove.
7259 * ltcf-gcj.sh: Remove.
7260
7261 2007-05-22 Ollie Wild <aaw@google.com>
7262
7263 * MAINTAINERS (Write After Approval): Add myself.
7264
7265 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
7266
7267 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
7268 stage_cflags.
7269 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
7270 Remove CFLAGS/LIBCFLAGS.
7271 (configure-stage[+id+]-[+prefix+][+module+],
7272 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
7273 * Makefile.in: Regenerate.
7274
7275 2007-05-15 Diego Novillo <dnovillo@google.com>
7276
7277 * MAINTAINERS: Update e-mail address.
7278
7279 2007-05-15 Revital Eres <eres@il.ibm.com>
7280
7281 * MAINTAINERS (Write After Approval): Add myself.
7282
7283 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
7284
7285 * MAINTAINERS (Write After Approval): Updated my address.
7286
7287 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
7288
7289 * MAINTAINERS (Write After Approval): Add myself.
7290
7291 2007-05-11 Silvius Rus <rus@google.com>
7292
7293 * MAINTAINERS (Write After Approval): Add myself.
7294
7295 2007-04-23 Tom Tromey <tromey@redhat.com>
7296
7297 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
7298
7299 2007-04-22 Mark Mitchell <mark@codesourcery.com>
7300
7301 * MAINTAINERS (cpplib): Rename to ...
7302 (libcpp): ... this. Add C/C++ front end maintainers.
7303
7304 2007-04-14 Steve Ellcey <sje@cup.hp.com>
7305
7306 * config-ml.in: Pass ${ml_config_env} to configure calls.
7307
7308 2007-04-04 Christian Bruel <christian.bruel@st.com>
7309
7310 * MAINTAINERS (Write After Approval): Add myself.
7311
7312 2007-04-02 Dave Korn <dave.korn@artimi.com>
7313
7314 * MAINTAINERS (Write After Approval): Add myself.
7315
7316 2007-03-31 Tobias Burnus <burnus@net-b.de>
7317
7318 * MAINTAINERS (fortran 95 front end): Add myself.
7319
7320 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7321
7322 * MAINTAINERS (Write After Approval): Add myself.
7323
7324 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
7325
7326 * MAINTAINERS (Modulo Scheduler): Add myself.
7327
7328 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
7329
7330 * MAINTAINERS (fortran 95 front end): Add myself.
7331 (c++ front end): whitespace fix.
7332
7333 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
7334
7335 * MAINTAINERS (Write After Approval): Add myself.
7336
7337 2007-03-21 Richard Sandiford <richard@codesourcery.com>
7338
7339 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
7340 of glob. Quote arguments with single quotes too.
7341 * configure: Regenerate.
7342
7343 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
7344
7345 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
7346 * Makefile.in: Regenerate
7347
7348 2007-03-07 Andreas Schwab <schwab@suse.de>
7349
7350 * configure: Regenerate.
7351
7352 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
7353
7354 * configure.ac: Add "--with-pdfdir" configure option,
7355 which defines pdfdir variable.
7356 * Makefile.def (target=fixincludes): Add install-pdf to
7357 missing targets.
7358 (recursive_targets): Add install-pdf target.
7359 (flags_to_pass): Add pdfdir.
7360 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
7361 target.
7362 * configure: Regenerate
7363 * Makefile.in: Regenerate
7364
7365 2007-02-28 Eric Christopher <echristo@apple.com>
7366
7367 Revert:
7368 2006-12-07 Mike Stump <mrs@apple.com>
7369
7370 * Makefile.def (dependencies): Add dependency for
7371 install-target-libssp and install-target-libgomp on
7372 install-gcc.
7373 * Makefile.in: Regenerate.
7374
7375 2007-02-27 Matt Kraai <kraai@ftbfs.org>
7376
7377 * configure: Regenerate.
7378 * configure.ac: Move statements after variable declarations.
7379
7380 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
7381
7382 * MAINTAINERS: Add myself as sh maintainer.
7383
7384 2007-02-19 Joseph Myers <joseph@codesourcery.com>
7385
7386 * configure.ac: Adjust for loop syntax.
7387 * configure: Regenerate.
7388
7389 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7390
7391 * configure: Rebuilt.
7392
7393 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
7394
7395 * configure.ac: Drop multiple occurrences of --enable-languages,
7396 and fix its quoting.
7397 * configure: Rebuilt.
7398
7399 2007-02-17 Mark Mitchell <mark@codesourcery.com>
7400 Nathan Sidwell <nathan@codesourcery.com>
7401 Vladimir Prus <vladimir@codesourcery.com>
7402 Joseph Myers <joseph@codesourcery.com>
7403
7404 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
7405 * configure: Regenerate.
7406
7407 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
7408
7409 * ltconfig (freebsd*): Default to elf.
7410
7411 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7412
7413 * configure.ac (target_libraries): Move libgcc before libiberty.
7414 * configure: Regenerated.
7415
7416 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
7417 Paolo Bonzini <bonzini@gnu.org>
7418
7419 PR bootstrap/30753
7420 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
7421 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
7422 * configure: Regenerated.
7423
7424 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7425
7426 * MAINTAINERS (Language Front End Maintainers): Update my mail
7427 address.
7428
7429 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7430
7431 PR bootstrap/30748
7432 * configure.ac: Correct syntax for Solaris ksh.
7433 * configure: Regenerated.
7434
7435 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7436
7437 * configure.ac: Sync with src.
7438 * configure: Regenerate.
7439
7440 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7441
7442 * Makefile.in: Regenerate.
7443
7444 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
7445
7446 * config.sub: Sync with src.
7447
7448 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
7449
7450 * Makefile.tpl (build_alias, host_alias, target_alias): Use
7451 noncanonical equivalents.
7452 * configure.in: Rename to...
7453 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
7454 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
7455 target_noncanonical. Use them. Rewrite removal of configure
7456 arguments for autoconf 2.59. Discard variable settings. Force
7457 program_transform_name for native tools.
7458
7459 * Makefile.in: Regenerated.
7460 * configure: Regenerated with autoconf 2.59.
7461
7462 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
7463
7464 * MAINTAINERS (Write After Approval): Add myself.
7465
7466 2007-01-31 Andreas Schwab <schwab@suse.de>
7467
7468 * Makefile.tpl (LDFLAGS): Substitute it.
7469 * Makefile.in: Regenerate.
7470
7471 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
7472
7473 * MAINTAINERS (Write After Approval): Add myself.
7474
7475 2007-01-28 David Edelsohn <edelsohn@gnu.org>
7476
7477 * MAINTAINERS (spu port): Add myself.
7478
7479 2007-01-23 Richard Guenther <rguenther@suse.de>
7480
7481 PR bootstrap/30541
7482 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
7483 * Makefile.tpl (GNATBIND): Substitute it.
7484 (GNATMAKE): Likewise.
7485 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
7486 of STAGE_PREFIX.
7487 * Makefile.in: Regenerate.
7488 * configure: Regenerate.
7489
7490 2007-01-18 Mike Stump <mrs@apple.com>
7491
7492 * configure.in: Re-enable -Werror for gcc builds.
7493
7494 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
7495
7496 * MAINTAINERS (Write After Approval): Add myself.
7497
7498 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
7499
7500 * configure.in: Change == to = in test command.
7501 * configure: Regenerate.
7502
7503 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
7504 Nick Clifton <nickc@redhat.com>
7505 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
7506
7507 * configure.in (build_configargs, host_configargs, target_configargs):
7508 Remove build/host/target parameters.
7509 (host_libs): Add gmp and mpfr.
7510 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
7511 * Makefile.def (gmp, mpfr): New.
7512 (gcc): Remove target.
7513 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
7514 target_os, target_vendor): New.
7515 (configure): Add host_alias/target_alias arguments; adjust invocations.
7516 * configure: Regenerate.
7517 * Makefile.in: Regenerate.
7518
7519 2007-01-11 Matt Fago <fago@earthlink.net>
7520
7521 * configure.in: Try to link to functions only in mpfr 2.2.x
7522 to improve robustness of configure tests.
7523 * configure: Regenerate.
7524
7525 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
7526
7527 * MAINTAINERS: Add myself as i386 maintainer.
7528
7529 2007-01-08 Jan Hubicka <jh@suse.cz>
7530
7531 * MAINTAINERS: Add myself as i386 maintainer.
7532
7533 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
7534
7535 * configure.in: Add support for an x86_64-mingw* target.
7536 * configure: Regenerate.
7537
7538 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
7539
7540 * Makefile.tpl (all-target): Correct @if conditional for target
7541 modules.
7542 * configure.in: Omit libiberty if building only target libgcc.
7543 * configure, Makefile.in: Regenerated.
7544
7545 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
7546
7547 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
7548 * configure: Regenerate.
7549
7550 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
7551
7552 * Makefile.def (target_modules): Add libgcc.
7553 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
7554 * Makefile.tpl (clean-target-libgcc): Delete.
7555 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
7556 on gcc even for bootstrapped modules. Rewrite handling of
7557 lang_env_dependencies to loop over target_modules.
7558 * configure.in (target_libraries): Add target-libgcc.
7559 * Makefile.in, configure: Regenerated.
7560
7561 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7562
7563 * configure.in: Reorganize recognition of languages. Add
7564 --enable-stage1-languages. Show supported languages for the chosen
7565 target rather than all recognized languages.
7566 * configure: Regenerate.
7567
7568 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
7569
7570 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
7571 * Makefile.in: Regenerate.
7572
7573 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7574
7575 * configure.in: Warn that MPFR 2.2.0 is buggy.
7576 * configure: Regenerate.
7577
7578 2006-12-27 Ian Lance Taylor <iant@google.com>
7579
7580 * configure.in: When removing Makefiles to force a reconfigure, also
7581 remove prev-DIR*/Makefile.
7582 * configure: Regenerate.
7583
7584 2006-12-22 Andreas Schwab <schwab@suse.de>
7585
7586 * configure: Regenerate with correct autoconf version.
7587
7588 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
7589
7590 * configure.in: add AC_SUBST for *_FOR_TARGET.
7591 * configure: Regenerate.
7592
7593 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7594
7595 * configure.in: Simplify logic for rejecting languages that cannot
7596 be built. Separate the case when a language is unsupported,
7597 from the case when the user chooses not to build a language.
7598
7599 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7600
7601 * configure.in: Remove "$build" case for powerpc-*-darwin* since
7602 it only affects bootstrap and could be tested on "$host" as well.
7603 * configure: Regenerate.
7604 * config/mh-ppc-darwin: Add to the stage1 cflags here.
7605
7606 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7607
7608 PR bootstrap/29544
7609 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
7610 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
7611 move here comment from Makefile.tpl.
7612 * Makefile.tpl: Move some definitions higher in the file.
7613 (STAGE1_CHECKING): New.
7614 * configure.in: Add --enable-stage1-checking.
7615 * configure: Regenerate.
7616 * Makefile.in: Regenerate.
7617
7618 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
7619
7620 * MAINTAINERS: Add myself as build system maintainer.
7621
7622 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
7623
7624 * MAINTAINERS (Write After Approval): Add myself.
7625
7626 2006-12-13 Eric Christopher <echristo@apple.com>
7627
7628 * MAINTAINERS: Add myself as darwin maintainer.
7629
7630 2006-12-11 Ian Lance Taylor <ian@airs.com>
7631
7632 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
7633
7634 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
7635
7636 MAINTAINERS: Update my entry.
7637
7638 2006-12-11 Alan Modra <amodra@bigpond.net.au>
7639
7640 * configure.in: Handle spu makefile frag.
7641 * Makefile.tpl (MAINT): Define
7642 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
7643 * configure: Regenerate.
7644 * Makefile.in: Regenerate.
7645
7646 2006-12-11 Ben Elliston <bje@au.ibm.com>
7647
7648 * config.guess: Import latest version.
7649 * config.sub: Likewise.
7650
7651 2006-12-11 Ben Elliston <bje@au.ibm.com>
7652
7653 * configure.in (spu-*-*): Don't skip target-libiberty.
7654 * configure: Regenerate.
7655
7656 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
7657
7658 PR bootstrap/30134
7659 * configure.in: Correct x86 darwin support for libjava to powerpc
7660 and i?86 only.
7661 * configure: Regenerate.
7662
7663 2006-12-08 Sandro Tolaini <tolaini@libero.it>
7664
7665 * configure.in: Add x86 darwin support for libjava.
7666 * configure: Regenerate.
7667
7668 2006-12-07 Mike Stump <mrs@apple.com>
7669
7670 * Makefile.def (dependencies): Add dependency for
7671 install-target-libssp and install-target-libgomp on
7672 install-gcc.
7673 * Makefile.in: Regenerate.
7674
7675 2006-12-04 Richard Guenther <rguenther@suse.de>
7676
7677 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
7678 (Non-Algorithmic Maintainers): Move over non-algorithmic
7679 loop optimizer maintainers, add myself as a non-algorithmic
7680 middle-end maintainer.
7681
7682 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
7683
7684 * MAINTAINERS (Write After Approval): Add myself.
7685
7686 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7687
7688 * configure.in: Update error message for missing GMP/MPFR.
7689
7690 * configure: Regenerate.
7691
7692 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7693
7694 * configure.in: Update MPFR version in error message.
7695
7696 * configure: Regenerate.
7697
7698 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7699
7700 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
7701 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
7702 --with-gmp-lib): New flags.
7703
7704 * configure: Regenerate.
7705
7706 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
7707
7708 * MAINTAINERS (Write After Approval): Change my email address.
7709
7710 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
7711
7712 * MAINTAINERS (Write After Approval): Add myself.
7713
7714 2006-11-22 Philipp Thomas <pth@suse.de>
7715
7716 * MAINTAINERS (i18n): Update e-mail address.
7717
7718 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7719
7720 * MAINTAINERS (spu port): Add myself as maintainer.
7721 (Write After Approval): Remove myself.
7722
7723 2006-11-22 Ben Elliston <bje@au.ibm.com>
7724
7725 * configure.in (skipdirs): Don't build libssp for SPU.
7726 * configure: Regenerate.
7727
7728 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
7729
7730 * MAINTAINERS (spu port): Add myself as maintainer.
7731 (libobjc): Update my email address.
7732
7733 2006-11-21 Andrea Bona <andrea.bona@st.com>
7734
7735 * MAINTAINERS (Write After Approval): Add myself.
7736
7737 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7738
7739 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
7740 * configure : Rebuilt.
7741
7742 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
7743
7744 * MAINTAINERS (Write After Approval): Add myself.
7745
7746 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
7747
7748 * MAINTAINERS (Write After Approval): Add myself.
7749
7750 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7751
7752 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
7753 libmpfr.a.
7754 * configure: Regenerate.
7755
7756 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
7757
7758 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
7759 (unstage): Test for stage_last presence.
7760
7761 PR bootstrap/29802
7762 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
7763 STAGE_PREFIX.
7764 * Makefile.in: Regenerate.
7765
7766 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
7767
7768 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
7769 maintainers.
7770
7771 2006-11-14 Erven Rohou <erven.rohou@st.com>
7772
7773 * MAINTAINERS (Write After Approval): Add myself.
7774
7775 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
7776
7777 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
7778 and stageN-package/Makefile.
7779 * Makefile.in: Regenerated.
7780
7781 2006-11-14 Jie Zhang <jie.zhang@analog.com>
7782
7783 * configure.in: Remove target-libgloss from noconfigdirs for
7784 bfin-*-*.
7785 * configure: Regenerated.
7786
7787 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7788
7789 * configure.in (have_gmp): Only error if the gcc directory exists.
7790
7791 * configure: Regenerate.
7792
7793 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7794
7795 * configure.in: Robustify error message for missing GMP/MPFR.
7796
7797 * configure: Regenerate.
7798
7799 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7800
7801 * MAINTAINERS (Write After Approval): Add myself.
7802
7803 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
7804
7805 * MAINTAINERS: Change email address.
7806
7807 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
7808
7809 * MAINTAINERS (Write After Approval): Add myself.
7810
7811 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
7812
7813 * MAINTAINERS (Write After Approval): Add myself.
7814
7815 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
7816
7817 * MAINTAINERS (Write After Approval): Move myself to
7818 Write After Approval section.
7819
7820 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7821
7822 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
7823 need_gmp anymore.
7824 * configure: Regenerate.
7825
7826 2006-10-16 Tobias Burnus <burnus@net-b.de>
7827
7828 * MAINTAINERS (Write After Approval): Add myself.
7829
7830 2006-10-16 Ben Elliston <bje@au.ibm.com>
7831
7832 * config.guess: Import latest version.
7833 * config.sub: Likewise.
7834
7835 2006-10-10 Brooks Moses <bmoses@stanford.edu>
7836
7837 * Makefile.def: Added pdf target handling.
7838 * Makefile.tpl: Added pdf target handling.
7839 * Makefile.in: Regenerated.
7840
7841 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
7842
7843 * MAINTAINERS: Add self as score port maintainer.
7844
7845 2006-10-04 Brooks Moses <bmoses@stanford.edu>
7846
7847 * MAINTAINERS (Write After Approval): Add myself.
7848
7849 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
7850
7851 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
7852 or newer.
7853 * configure: Regenerated.
7854
7855 2006-09-27 Dave Brolley <brolley@redhat.com>
7856
7857 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
7858 using $s instead of $r.
7859 * configure: Regenerated.
7860
7861 2006-09-26 Thiemo Seufer <ths@mips.com>
7862
7863 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
7864 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
7865 * configure: Regenerate.
7866
7867 2006-09-24 Graeme Peterson <gridly@gmail.com>
7868
7869 * MAINTAINERS (Write After Approval): Remove myself.
7870
7871 2006-09-22 Chao-ying Fu <fu@mips.com>
7872
7873 * MAINTAINERS (Write After Approval): Add myself.
7874
7875 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
7876
7877 * MAINTAINERS: Add self as soft-fp maintainer.
7878
7879 2006-09-09 Anatoly Sokolov <aesok@post.ru>
7880
7881 * MAINTAINERS: Add myself as avr maintainer.
7882 Remove Marek Michalkiewicz as avr maintainer.
7883
7884 2006-09-07 Roberto Costa <roberto.costa@st.com>
7885
7886 * MAINTAINERS (Write After Approval): Add myself.
7887
7888 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
7889
7890 * configure.in: Never build newlib for a Mingw host.
7891 Never build newlib as Mingw target library.
7892 Test the existence of winsup/cygwin for building a Cygwin newlib,
7893 rather than just winsup.
7894 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
7895 building a Mingw target.
7896 * configure: Regenerate.
7897
7898 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
7899
7900 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
7901
7902 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
7903
7904 * config.guess: Import from src (was more updated).
7905 * config.sub: Likewise.
7906
7907 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
7908
7909 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
7910 * configure: Regenerated.
7911
7912 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
7913
7914 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
7915 for stages after the first.
7916
7917 2006-07-17 Jakub Jelinek <jakub@redhat.com>
7918
7919 * Makefile.def: Add dependencies for configure-opcodes
7920 on configure-intl and all-opcodes on all-intl.
7921 * Makefile.in: Regenerated.
7922
7923 2006-07-13 Ben Elliston <bje@au.ibm.com>
7924
7925 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
7926
7927 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
7928
7929 Port to hosts whose 'sort' and 'tail' implementations
7930 treat operands with leading '+' as file names, as POSIX
7931 has required since 2001. However, make sure the code still
7932 works on pre-POSIX hosts.
7933 * ltmain.sh: Don't assume "sort +2" is equivalent to
7934 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
7935
7936 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
7937
7938 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
7939
7940 2006-07-04 Peter O'Gorman <peter@pogma.com>
7941
7942 * ltconfig: chmod 644 before ranlib during install.
7943
7944 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
7945
7946 PR bootstrap/18058
7947 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
7948 if the bootstrap compiler is a GCC version that supports it.
7949 * configure: Regenerate.
7950
7951 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7952
7953 * configure.in: Fix thinkos in previous check-in.
7954 * configure: Regenerate.
7955
7956 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
7957
7958 PR other/27063
7959 * configure.in: Test subdir_requires and give an appropriate
7960 error message.
7961 * configure: Regenerate.
7962
7963 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
7964
7965 * MAINTAINERS (Write After Approval): Add myself.
7966
7967 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
7968
7969 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7970
7971 2006-06-22 Steve Ellcey <sje@cup.hp.com>
7972
7973 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
7974
7975 2006-06-20 David Ayers <d.ayers@inode.at>
7976
7977 PR bootstrap/28072
7978 * configure.in: Add target-boehm-gc to noconfigdirs depending on
7979 whether target-libjava is being configured instead of whether the
7980 java front end is enabled.
7981 * configure: Regenerate.
7982
7983 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
7984
7985 PR target/27540
7986 * configure.in: Only enable libgomp on IRIX 6.
7987 * configure: Regenerate.
7988
7989 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
7990
7991 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
7992 too.
7993 * Makefile.in: Regenerate.
7994
7995 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
7996
7997 * config-ml.in: Alter CCASFLAGS to include special
7998 multilib options the same as is done for CFLAGS.
7999
8000 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8001
8002 * configure.in: Don't enable libgomp on hpux10.
8003 * configure: Rebuilt.
8004
8005 2006-06-12 David Ayers <d.ayers@inode.at>
8006
8007 PR bootstrap/27963
8008 PR target/19970
8009 * configure.in: Remove target-boehm-gc from noconfigdirs where
8010 ${libgcj} is specified.
8011 * configure: Regenerate.
8012
8013 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
8014
8015 Sync from src:
8016
8017 * configure.in: Sync.
8018 * configure: Regenerated.
8019
8020 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
8021
8022 * Makefile.def: Added dependencies from sim and gdb on intl, and
8023 added configure dependencies to everything with an all dependency
8024 on intl.
8025 * Makefile.in: Regenerated.
8026
8027 2006-06-06 David Ayers <d.ayers@inode.at>
8028
8029 PR libobjc/13946
8030 * Makefile.def: Add dependencies for libobjc which boehm-gc.
8031 * Makefile.in: Regenerate.
8032 * configure.in: Add --enable-objc-gc at toplevel and have it
8033 enable boehm-gc for Objective-C.
8034 Remove target-boehm-gc from libgcj.
8035 Add target-boehm-gc to target_libraries.
8036 Add target-boehm-gc to noconfigdirs where ${libgcj}
8037 is specified.
8038 Assert that boehm-gc is supported when requested for Objective-C.
8039 Only build boehm-gc if needed either for Java or Objective-C.
8040 * configure: Regenerate.
8041
8042 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
8043
8044 PR 27674
8045 * Makefile.tpl (configure-[+prefix+][+module+],
8046 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
8047 Remove rule to unstage bootstrapped modules.
8048 (stage_current): New.
8049 * Makefile.in: Regenerate.
8050
8051 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
8052
8053 * MAINTAINERS (Write After Approval): Update my e-mail address.
8054
8055 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
8056
8057 * include/libiberty.h: Declare pex_run_in_environment.
8058
8059 2006-05-31 Asher Langton <langton2@llnl.gov>
8060
8061 * MAINTAINERS (Write After Approval): Add myself.
8062
8063 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
8064
8065 * Makefile.def (bfd, opcodes): Fix lib_path.
8066 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
8067 (restrap): Move under "@if gcc-bootstrap". Fix typo.
8068 * Makefile.in: Regenerate.
8069
8070 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8071
8072 * Makefile.in: Regenerate.
8073
8074 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
8075
8076 * Makefile.def: Add install-html target. Add datarootdir
8077 docdir and htmldir to flags_to_pass.
8078 * Makefile.tpl: Add install-html target.
8079 * Makefile.in: Regenerate.
8080 * configure.in: Add --with-datarootdir, --with-docdir, and
8081 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
8082 * configure: Regenerate.
8083
8084 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
8085
8086 * configure.in: Enable gprof for cross builds.
8087 * configure: Regenerate.
8088
8089 2006-05-22 Richard Guenther <rguenther@suse.de>
8090
8091 Revert
8092 2006-01-31 Richard Guenther <rguenther@suse.de>
8093 Paolo Bonzini <bonzini@gnu.org>
8094
8095 * Makefile.def (target_modules): Add libgcc-math target module.
8096 * configure.in (target_libraries): Add libgcc-math target library.
8097 (--enable-libgcc-math): New configure switch.
8098 * Makefile.in: Re-generate.
8099 * configure: Re-generate.
8100 * libgcc-math: New toplevel directory.
8101
8102 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
8103 Andreas Tobler <a.tobler@schweiz.ch>
8104
8105 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
8106 * configure: Rebuilt.
8107
8108 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
8109
8110 * MAINTAINERS (Write After Approval): Add myself.
8111
8112 2006-05-01 DJ Delorie <dj@redhat.com>
8113
8114 * configure.in: Restore CFLAGS if GMP isn't present.
8115 * configure: Regenerate.
8116
8117 2006-05-01 Richard Guenther <rguenther@suse.de>
8118
8119 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
8120 maintainer.
8121
8122 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
8123
8124 * MAINTAINERS (Write After Approval): Add myself.
8125
8126 2006-04-28 Jan Beulich <jbeulich@novell.com>
8127
8128 * MAINTAINERS (Write After Approval): Add myself.
8129
8130 2006-04-18 DJ Delorie <dj@redhat.com>
8131
8132 * configure.in (m32c): Build libstdc++-v3. Pass flags to
8133 reference libgloss so that libssp can be built in a combined
8134 tree.
8135 * configure: Regenerate.
8136
8137 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
8138
8139 * MAINTAINERS (Write After Approval): Add myself.
8140
8141 2006-04-05 Ben Elliston <bje@au.ibm.com>
8142
8143 * configure.in: Require makeinfo 4.4 or higher.
8144 * configure: Regenerate.
8145
8146 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
8147
8148 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
8149 Rearrange the entries of other libraries to have them in one place.
8150
8151 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
8152
8153 * MAINTAINERS (Write After Approval): Remove myself.
8154 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8155
8156 2006-03-14 Richard Guenther <rguenther@suse.de>
8157
8158 * configure: Regenerate with autoconf 2.13.
8159
8160 2006-03-13 Jim Blandy <jimb@codesourcery.com>
8161
8162 * MAINTAINERS: Use my work address.
8163
8164 * MAINTAINERS: Update my E-mail address.
8165
8166 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
8167
8168 * configure.in: Handle --disable-<component> generically.
8169 * configure: Regenerate.
8170
8171 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
8172
8173 PR libgcj/17311
8174 * ltmain.sh: Don't use "$finalize_rpath" for compile.
8175
8176 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
8177
8178 * MAINTAINERS (Write After Approval): Remove myself.
8179 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8180
8181 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
8182
8183 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
8184 (TARGET_CONFIGDIRS): Remove.
8185 * configure.in: Remove AC_SUBST(target_configdirs).
8186 * Makefile.in, configure: Regenerated.
8187
8188 2006-02-20 Steven G. Kargl <kargls@comcast.net>
8189
8190 * MAINTAINERS (Write After Approval): Remove myself.
8191 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
8192
8193 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
8194
8195 PR bootstrap/25670
8196
8197 * Makefile.tpl ([+compare-target+]): Print explanation messages.
8198
8199 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
8200 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
8201 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
8202 BUILD_PREFIX, BUILD_PREFIX_1.
8203 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
8204
8205 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
8206 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
8207
8208 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
8209 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
8210 of `cat stage_current`. Always provide the `r' and `s' variables.
8211 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
8212 a single shell execution.
8213 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
8214 bootstrapped modules, make the stage1 module if the build was not
8215 started yet, else build the current stage.
8216 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
8217 (all-build, all-host, all-target, [+make_target+]-host,
8218 [+make_target+]-target): Do not use \-continued lines.
8219 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
8220 (current_stage, restrap, stage_last): New.
8221
8222 * Makefile.in: Regenerate.
8223 * configure: Regenerate.
8224
8225 2006-02-19 Bud Davis <jmdavis@link.com>
8226
8227 * MAINTAINERS (Write After Approval): Remove myself.
8228 (Language Front End Maintainers): Add myself as fortran 95
8229 maintainer and update e-mail address.
8230
8231 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8232
8233 * MAINTAINERS (Write After Approval): Remove myself.
8234 (Language Front End Maintainers): Add myself as fortran 95
8235 maintainer.
8236
8237 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
8238
8239 * MAINTAINERS (Write After Approval): Add myself.
8240
8241 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
8242
8243 * MAINTAINERS (Write After Approval): Remove myself.
8244 (Language Front End Maintainers): Add myself as
8245 fortran 95 maintainer.
8246
8247 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8248
8249 Sync from src:
8250
8251 2005-12-27 Leif Ekblad <leif@rdos.net>
8252
8253 * configure.in: Add support for RDOS target.
8254 * configure: Regenerate.
8255
8256 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
8257 Andreas Schwab <schwab@suse.de>
8258
8259 * configure: Regenerate.
8260
8261 2006-02-12 David Edelsohn <edelsohn@gnu.org>
8262
8263 * configure.in (enable_libgomp): Add AIX.
8264 * configure: Regenerate.
8265
8266 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
8267
8268 * MAINTAINERS (Write After Approval): Add myself.
8269
8270 2006-02-03 Lee Millward <lee.millward@gmail.com>
8271
8272 * MAINTAINERS (Write After Approval): Add myself.
8273
8274 2006-01-31 Richard Guenther <rguenther@suse.de>
8275 Paolo Bonzini <bonzini@gnu.org>
8276
8277 * Makefile.def (target_modules): Add libgcc-math target module.
8278 * configure.in (target_libraries): Add libgcc-math target library.
8279 (--enable-libgcc-math): New configure switch.
8280 * Makefile.in: Re-generate.
8281 * configure: Re-generate.
8282 * libgcc-math: New toplevel directory.
8283
8284 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
8285
8286 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
8287 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
8288 the assembler, linker and binutils.
8289 * configure: Regenerate.
8290
8291 2006-01-22 Dirk Mueller <dmueller@suse.de>
8292
8293 * MAINTAINERS (Write After Approval): Add myself.
8294
8295 2006-01-20 Diego Novillo <dnovillo@redhat.com>
8296
8297 * configure: Regenerate.
8298
8299 2006-01-18 Richard Henderson <rth@redhat.com>
8300 Jakub Jelinek <jakub@redhat.com>
8301 Diego Novillo <dnovillo@redhat.com>
8302
8303 * libgomp: New directory.
8304 * Makefile.def: Add target_module libgomp.
8305 * Makefile.in: Regenerate.
8306 * configure.in (target_libraries): Add target-libgomp.
8307 * configure: Regenerate.
8308
8309 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
8310
8311 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
8312 @ from continuation.
8313 * Makefile.in: Rebuilt.
8314
8315 2006-01-04 Chris Lattner <sabre@gnu.org>
8316
8317 * MAINTAINERS (Write After Approval): Add myself.
8318
8319 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
8320
8321 PR bootstrap/24252
8322
8323 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
8324 * Makefile.tpl (OBJDUMP): New.
8325 (EXTRA_HOST_FLAGS): Add it.
8326 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
8327
8328 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
8329 to use symbolic links between directories. Avoid race conditions
8330 or make them harmless.
8331 * configure.in: Do not try to use symbolic links between directories.
8332
8333 * Makefile.def (LEAN): Pass.
8334 * Makefile.tpl (LEAN): Define.
8335 (stage[+id+]-start): Accept that the previous directory does not
8336 exist, if the bootstrap is lean.
8337 (stage[+id+]-bubble): Invoke lean bootstrap commands after
8338 stage[+id+]-start. Use a makefile variable and an `if' instead of a
8339 configure substitution.
8340 ([+compare-target+]): Likewise.
8341 ([+bootstrap-target+]-lean): New.
8342 * configure.in: Remove lean bootstrap support from here.
8343
8344 * Makefile.in: Regenerate.
8345 * configure: Regenerate.
8346
8347 2006-01-04 Ben Elliston <bje@au.ibm.com>
8348
8349 * MAINTAINERS (libdecnumber): Add myself.
8350
8351 2006-01-02 Mark Mitchell <mark@codesourcery.com>
8352
8353 * libtool-ldflags: New script.
8354
8355 2006-01-02 Andreas Schwab <schwab@suse.de>
8356
8357 * configure.in: When reconfiguring remove Makefile in
8358 all stage directories.
8359 * configure: Regenerate.
8360
8361 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
8362
8363 * MAINTAINERS: Update my email address.
8364
8365 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
8366
8367 Revert Ada-related part of the previous change.
8368
8369 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
8370 Do not pass.
8371 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
8372 * Makefile.in: Regenerate.
8373 * configure.in: Do not include mt-ppc-aix target fragment.
8374 * configure: Regenerate.
8375
8376 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
8377
8378 * configure.in: Select appropriate fragments for PowerPC/AIX.
8379 * configure: Regenerate.
8380
8381 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
8382 BOOT_CFLAGS, BOOT_LDFLAGS.
8383 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
8384 BOOT_CFLAGS, BOOT_LDFLAGS.
8385 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
8386 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
8387 (stage): Fail if we cannot complete the work.
8388 * Makefile.in: Regenerate.
8389
8390 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
8391
8392 * configure.in: Replace ms1 with mt.
8393 * configure: Rebuilt.
8394
8395 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
8396
8397 * MAINTAINERS: Update my email address.
8398
8399 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
8400
8401 * Makefile.tpl (all, do-[+make_target+], do-check, install,
8402 install-host-nogcc): Don't invoke $(stage) at the end.
8403 * Makefile.in: Regenerate.
8404
8405 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
8406
8407 * configure.in: Flip the top-level bootstrap switch.
8408 * configure: Regenerate.
8409
8410 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
8411
8412 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
8413 $(stage) and $(unstage).
8414 (EXTRA_TARGET_FLAGS): Correct double-quoting.
8415 (all): Remove stray semicolon.
8416 (local-distclean): Don't handle multilib.tmp and multilib.out.
8417 (install.all): Set $s for consistency.
8418 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
8419 check_multilibs setting. Always make the install directory.
8420 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
8421 Correct @if/@endif.
8422 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
8423 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
8424 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
8425 (multilib.out): Remove.
8426 * Makefile.in: Regenerated.
8427
8428 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
8429
8430 * MAINTAINERS (Write After Approval): Add myself.
8431
8432 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
8433
8434 * MAINTAINERS: Add myself as mt maintainer.
8435
8436 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
8437
8438 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
8439
8440 * MAINTAINERS: Change email address.
8441
8442 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
8443
8444 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
8445 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
8446 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
8447 Find in-tree tools if available.
8448 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
8449 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
8450 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
8451 (COMPILER_*_FOR_TARGET): New.
8452 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
8453 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
8454 (CONFIGURED_*, USUAL_*): Remove.
8455 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
8456 STRIP): Use autoconf substitutions.
8457 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
8458 COMPILER_NM_FOR_TARGET): New.
8459 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
8460
8461 (all): Make all-host and all-target in parallel.
8462 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
8463 that $$r and $$s are set before invoking a recursive make.
8464 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
8465 ([+bootstrap-target+]): Inline most of the `all' target.
8466
8467 2005-11-29 Ben Elliston <bje@au.ibm.com>
8468
8469 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
8470 from the gcc build directory.
8471 * Makefile.in: Regenerate.
8472
8473 2005-11-29 Ben Elliston <bje@au.ibm.com>
8474
8475 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
8476 depend on all-libdecnumber.
8477 * configure.in (host_libs): Include libdecnumber.
8478 * Makefile.in: Regenerate.
8479 * configure: Likewise.
8480
8481 2005-11-29 Ben Elliston <bje@au.ibm.com>
8482
8483 * libdecnumber: Import decNumber sources from the dfp-branch.
8484
8485 2005-11-21 Kean Johnston <jkj@sco.com>
8486
8487 * config.sub, config.guess: Sync from upstream sources.
8488
8489 2005-11-21 Ben Elliston <bje@au.ibm.com>
8490
8491 Import from Autoconf sources:
8492
8493 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
8494 * config/move-if-change: Don't output "$2 is unchanged";
8495 suggested by Ben Elliston. Handle weird characters correctly.
8496
8497 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
8498
8499 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
8500 to match upstream libtool for darwin.
8501
8502 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
8503
8504 * Makefile.def: Remove gdb dependencies for gdbtk.
8505 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
8506 (configure-gdb, install-gdb): New rules.
8507 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
8508 * Makefile.in, configure: Regenerated.
8509
8510 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
8511
8512 * MAINTAINERS (Write After Approval): Add myself.
8513
8514 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
8515
8516 * MAINTAINERS (Write After Approval): Add myself.
8517
8518 2005-10-24 Diego Novillo <dnovillo@redhat.com>
8519
8520 * MAINTAINERS (alias analysis): Add Daniel Berlin and
8521 Diego Novillo.
8522
8523 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
8524
8525 PR bootstrap/24297
8526 * Makefile.tpl (do-[+make-target+], do-check, install,
8527 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
8528 are set before recursing.
8529 * Makefile.in: Regenerate.
8530
8531 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
8532
8533 PR bootstrap/18939
8534 * Makefile.def (gcc) <target>: Fix thinko.
8535 * Makefile.in: Regenerate.
8536
8537 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
8538
8539 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
8540 * configure: Regenerate.
8541
8542 2005-10-15 Jie Zhang <jie.zhang@analog.com>
8543
8544 * MAINTAINERS (Write After Approval): Add self.
8545
8546 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
8547
8548 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
8549 target-libffi, target-qthreads, target-libjava, and
8550 targetlibobjc.
8551 * configure: Regenerate.
8552
8553 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
8554
8555 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
8556 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
8557 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
8558 (USUAL_OBJDUMP_FOR_TARGET): New.
8559 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
8560 * configure.in: Check for $OBJDUMP_FOR_TARGET.
8561 * configure, Makefile.in: Regenerated.
8562
8563 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8564
8565 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
8566 before other host packages.
8567
8568 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
8569
8570 * MAINTAINERS: Add self as sh libraries/configury maintainer.
8571
8572 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
8573
8574 PR bootstrap/22340
8575
8576 * configure.in (default_target): Remove.
8577 * Makefile.tpl (all): Do not use prerequisites as subroutines
8578 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
8579 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
8580 use prerequisites as subroutines.
8581 (check-host, check-target): New.
8582 (bootstrap configure & all targets): Do not use stage*-start
8583 if the directory layout is already ok.
8584 (non-bootstrap configure & all targets): Prepend a $(unstage).
8585 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
8586 (NOTPARALLEL): Remove.
8587 (unstage, stage variables): New variables.
8588 (unstage, stage targets): Simply expand to those variables.
8589
8590 * configure: Regenerate.
8591 * Makefile.in: Regenerate.
8592
8593 2005-10-04 James E Wilson <wilson@specifix.com>
8594
8595 * Makefile.def (lang_env_dependencies): Add libmudflap.
8596 * Makefile.in: Regenerate.
8597
8598 2005-10-03 Andreas Schwab <schwab@suse.de>
8599
8600 Backport from libtool CVS:
8601 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
8602
8603 * ltmain.sh: add support for installing into temporary
8604 staging area (e.g. 'make install DESTDIR=...')
8605
8606 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
8607
8608 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
8609 * configure: Regenerated.
8610
8611 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
8612
8613 * configure: Regenerate with the correct
8614 autoconf version.
8615
8616 2005-09-30 Catherine Moore <clm@cm00re.com>
8617
8618 * configure.in (bfin-*-*): New.
8619 * configure: Regenerated.
8620
8621 2005-09-28 Geoffrey Keating <geoffk@apple.com>
8622
8623 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
8624 (LIPO_FOR_TARGET): New.
8625 (CONFIGURED_LIPO_FOR_TARGET): New.
8626 (USUAL_LIPO_FOR_TARGET): New.
8627 (STRIP_FOR_TARGET): New.
8628 (CONFIGURED_STRIP_FOR_TARGET): New.
8629 (USUAL_STRIP_FOR_TARGET): New.
8630 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
8631 STRIP_FOR_TARGET.
8632 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
8633 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
8634 * Makefile.in: Regenerate.
8635 * configure: Regenerate.
8636
8637 2005-09-19 David Edelsohn <edelsohn@gnu.org>
8638
8639 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
8640 (rs6000-*-aix*): Same.
8641 * configure: Regenerate.
8642
8643 2005-09-16 Tom Tromey <tromey@redhat.com>
8644
8645 * MAINTAINERS: Add self as java maintainer.
8646
8647 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
8648
8649 * configure.in: Recognize f95 in the --enable-languages option,
8650 and substitute it for fortran, issuing a warning.
8651 * configure: Regenerate.
8652
8653 2005-08-30 Phil Edwards <phil@codesourcery.com>
8654
8655 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
8656 * configure: Regenerated.
8657
8658 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
8659
8660 * MAINTAINERS: Add self as ms1 maintainer.
8661
8662 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
8663
8664 * Makefile.def (libssp): Add to lang_env_dependencies.
8665 * Makefile.in: Regenerate.
8666
8667 2005-08-18 Ian Lance Taylor <ian@airs.com>
8668
8669 * MAINTAINERS: Add myself as middle-end maintainer.
8670
8671 2005-08-17 Christian Groessler <chris@groessler.org>
8672
8673 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
8674 * Makefile.in: Regenerate.
8675
8676 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
8677
8678 * MAINTAINERS (write after approval): Added myself.
8679
8680 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
8681
8682 * MAINTAINERS (Write After Approval): Add myself.
8683
8684 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
8685
8686 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
8687 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
8688 Look for alternate names of the target cc and c++
8689 * configure: Regenerate.
8690
8691 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
8692
8693 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8694 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
8695 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
8696 tools; remove code to manually set them.
8697 (Target tools): Look in the environment for them.
8698 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
8699 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
8700 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
8701 build directory.
8702 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
8703 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
8704 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
8705 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
8706 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
8707 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
8708 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
8709 * configure: Regenerate.
8710 * Makefile.in: Regenerate.
8711
8712 2005-07-28 Ben Elliston <bje@au.ibm.com>
8713
8714 * MAINTAINERS: Update for removed CPU targets.
8715
8716 2005-07-27 Mark Mitchell <mark@codesourcery.com>
8717
8718 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
8719 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
8720 * Makefile.in: Regenerated.
8721
8722 2005-07-26 Mark Mitchell <mark@codesourcery.com>
8723
8724 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
8725 (CFLAGS_FOR_TARGET): Use it.
8726 (CXXFLAGS_FOR_TARGET): Likewise.
8727 * Makefile.in: Regenerated.
8728 * configure.in (--with-build-sysroot): New option.
8729 * configure: Regenerated.
8730
8731 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
8732
8733 * Makefile.tpl: Wrap install between unstage and stage
8734 * Makefile.in: Regenerate.
8735
8736 2005-07-21 Eric Christopher <echristo@apple.com>
8737
8738 * MAINTAINERS: Update affiliation.
8739
8740 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
8741
8742 * MAINTAINERS: Add self as crx port maintainer.
8743
8744 2005-07-20 DJ Delorie <dj@redhat.com>
8745
8746 * MAINTAINERS: Add self as m32c maintainer.
8747
8748 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
8749
8750 * all files: Update FSF address.
8751
8752 2005-07-15 Eric Christopher <echristo@redhat.com>
8753
8754 * MAINTAINERS: Change affiliation.
8755
8756 2005-07-14 Jim Blandy <jimb@redhat.com>
8757
8758 * configure.in: Add cases for Renesas m32c.
8759 * configure: Regenerated.
8760
8761 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8762
8763 * COPYING.LIB: Update from fsf.org.
8764
8765 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
8766
8767 * COPYING, compile, config.guess,
8768 config.sub, install-sh, missing, mkinstalldirs,
8769 symlink-tree, ylwrap: Sync from upstream sources.
8770 * config-ml.in: Update FSF address.
8771
8772 2005-07-13 Eric Christopher <echristo@redhat.com>
8773
8774 * configure.in: Add toplevel noconfigdir support for tpf.
8775 * configure: Regenerate.
8776
8777 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
8778
8779 PR ada/22340
8780
8781 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
8782 * Makefile.in: Regenerate.
8783
8784 2005-07-07 Mark Mitchell <mark@codesourcery.com>
8785
8786 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
8787 Brolley to write-after-approval.
8788
8789 2005-07-07 Andreas Schwab <schwab@suse.de>
8790
8791 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
8792 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
8793 * Makefile.in: Regenerated.
8794
8795 2005-07-06 Geoffrey Keating <geoffk@apple.com>
8796
8797 * configure.in: Don't build sim or rda when targetting darwin.
8798 * configure: Regenerate.
8799
8800 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
8801
8802 * configure.in: Add --enable-libssp and --disable-libssp.
8803 * configure: Regenerate with autoconf-2.13.
8804
8805 2005-07-02 Jakub Jelinek <jakub@redhat.com>
8806
8807 * Makefile.def (target_modules): Add libssp.
8808 * configure.in (target_libraries): Add target-libssp.
8809 * configure: Rebuilt.
8810 * Makefile.in: Rebuilt.
8811
8812 2005-07-01 Zack Weinberg <zackw@panix.com>
8813
8814 * MAINTAINERS: Change email address. Resign from maintainership.
8815
8816 2005-07-01 Richard Guenther <rguenther@suse.de>
8817
8818 * MAINTAINERS: Change my e-mail address and affiliation.
8819
8820 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
8821
8822 * Makefile.def (stagefeedback): Come after profile.
8823 Define profiledbootstrap target.
8824 * Makefile.tpl (profiledbootstrap): Remove.
8825 (stageprofile-end): Zap stagefeedback.
8826 (stagefeedback-start): Copy all .gcda files, not only GCC's.
8827 * Makefile.in: Regenerate.
8828
8829 2005-06-13 Richard Sandiford <richard@codesourcery.com>
8830
8831 * MAINTAINERS: Update my email address.
8832
8833 2005-06-13 Zack Weinberg <zack@codesourcery.com>
8834
8835 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
8836 In 'cpp' stanza, support '#line' as well as '# '.
8837
8838 2005-06-08 Andreas Schwab <schwab@suse.de>
8839
8840 * MAINTAINERS: Move myself from 'Write After Approval' to
8841 'CPU Port Maintainers' section as m68k maintainer.
8842
8843 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
8844
8845 * configure.in (unsupported_languages): New macro.
8846 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
8847 non-ported target libraries in noconfigdirs.
8848 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
8849 non-linux-gnu. Remove libgcj_ex_libffi.
8850 <lang_frag loop>: Set add_this_lang=no if the language is in
8851 unsupported_languages.
8852 * configure: Regenerate.
8853
8854 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
8855
8856 * configure.in: Fix typo in handling of --with-mpfr-dir.
8857 * configure: Regenerate.
8858
8859 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
8860
8861 * MAINTAINERS: Update my email address.
8862
8863 2005-06-02 Jim Blandy <jimb@redhat.com>
8864
8865 * config.sub: Add cases for the Renesas m32c. (This patch has been
8866 accepted into the master sources.)
8867
8868 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
8869 Michael Snyder <msnyder@redhat.com>
8870 Stan Cox <scox@redhat.com>
8871
8872 * configure.in: Set noconfigdirs for ms1.
8873
8874 * configure: Regenerate.
8875
8876 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
8877
8878 * MAINTAINERS (Write After Approval): Add self.
8879
8880 2005-06-01 Josh Conner <jconner@apple.com>
8881
8882 * MAINTAINERS (Write After Approval): Add self.
8883
8884 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
8885
8886 * MAINTAINERS: Update my email address.
8887
8888 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
8889
8890 * MAINTAINERS (Write After Approval): Add self.
8891
8892 2005-05-26 Chris Demetriou <cgd@broadcom.com>
8893
8894 * MAINTAINERS (Write After Approval): Remove self.
8895
8896 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
8897
8898 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
8899 (Dependencies): Consider target modules for bootstrap dependencies.
8900 Make target bootstrap modules depend on each stage's gcc.
8901 * Makefile.in: Regenerate.
8902
8903 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
8904
8905 * Makefile.def (configure-gcc): Depend on binutils having been built.
8906 (all-gcc): No need to do it here.
8907 * Makefile.in: Regenerate.
8908
8909 2005-05-19 Paul Brook <paul@codesourcery.com>
8910
8911 * configure.in: Rewrite misleading error message when requested
8912 language cannot be built.
8913 * configure: Regenerate.
8914
8915 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
8916
8917 * ylwrap: Import from Automake 1.9.5.
8918
8919 2005-05-13 David Ung <davidu@mips.com>
8920
8921 * MAINTAINERS (Write After Approval): Add self.
8922
8923 2005-05-09 Mike Stump <mrs@apple.com>
8924
8925 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
8926 lt_cv_sys_max_cmd_len for now.
8927
8928 2005-05-09 Stan Cox <scox@redhat.com>
8929
8930 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
8931
8932 2005-05-08 Matt Kraai <kraai@ftbfs.org>
8933
8934 * README.SCO: Update the URL.
8935
8936 2005-05-05 David Edelsohn <edelsohn@gnu.org>
8937
8938 * ltconfig: Define file_list_spec. Pass file_list_spec and
8939 with_gnu_ld to libtool.
8940 * ltcf-c.sh (aix[45]): Define file_list_spec.
8941 * ltcf-cxx.sh (aix[45]): Same.
8942 * ltcf-gcj.sh (aix[45]): Same.
8943 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
8944 exists, write list of input files to temporary file.
8945
8946 2005-05-04 Mike Stump <mrs@apple.com>
8947
8948 * configure.in: Always pass --target to target configures as
8949 otherwise rebuilds that do --recheck will fail.
8950 * confiugure: Rebuilt.
8951
8952 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
8953
8954 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
8955 STAGE_HOST_EXPORTS.
8956 (configure, all): Add bootstrap support.
8957 (Host modules, target modules): Pass post-stage1 flags and exports.
8958 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
8959 * Makefile.in: Regenerate.
8960
8961 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
8962
8963 * configure: Regenerate.
8964
8965 2005-04-27 Mike Stump <mrs@apple.com>
8966
8967 * MAINTAINERS: Add self as darwin maintainer.
8968
8969 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
8970
8971 * config.sub: Update from master copy.
8972
8973 2005-04-21 Mike Stump <mrs@apple.com>
8974
8975 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
8976 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
8977
8978 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
8979
8980 * configure.in <crisv32-*-*, cris-*-*>: New local variable
8981 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
8982 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
8983 "*-*-elf" and "*-*-linux*".
8984 * configure: Regenerate.
8985
8986 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
8987
8988 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
8989
8990 2005-04-12 Mike Stump <mrs@apple.com>
8991
8992 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
8993
8994 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
8995
8996 * MAINTAINERS (Write After Approval): Add myself.
8997
8998 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
8999
9000 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
9001
9002 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
9003
9004 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
9005 (TARGET_CONFIGARGS): Include --with-target-subdir.
9006 (configure, all): New macros. Use them throughout.
9007 * Makefile.in: Regenerate.
9008
9009 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
9010
9011 * MAINTAINERS (Write After Approval): Add myself.
9012
9013 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
9014
9015 * MAINTAINERS: Remove 'loop unrolling' maintainer.
9016
9017 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
9018
9019 * MAINTAINERS: Move John Carr to Write After Approval.
9020
9021 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
9022
9023 * config/mh-mingw32: Delete.
9024 * configure.in: Don't use it.
9025 * configure: Regenerate.
9026
9027 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
9028
9029 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
9030 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
9031 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
9032 (HOST_LIB_PATH): Generate from Makefile.def.
9033 (TARGET_LIB_PATH): Likewise.
9034 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
9035 * Makefile.in: Regenerate.
9036 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
9037 (RPATH_ENVVAR): Include Darwin case.
9038 * configure: Regenerate.
9039
9040 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
9041
9042 * MAINTAINERS (Various Maintainers): Remove self.
9043 (Write After Approval): Add self.
9044
9045 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
9046
9047 * MAINTAINERS (Various Maintainers): Add self.
9048
9049 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
9050
9051 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
9052 * configure: Regenerate.
9053
9054 2005-03-21 Zack Weinberg <zack@codesourcery.com>
9055
9056 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
9057 gcc_version, and gcc_version_trigger from set of flags to pass.
9058 * Makefile.tpl: Remove definitions of above variables.
9059 (config.status): Remove dependency on $(gcc_version_trigger).
9060 * Makefile.in: Regenerate.
9061 * configure.in: Do not reference config/gcc-version.m4 nor
9062 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
9063 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
9064 * configure: Regenerate.
9065
9066 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
9067 Andrew Pinski <pinskia@physics.uc.edu>
9068
9069 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
9070 * Makefile.in: Regenerate.
9071
9072 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
9073
9074 * MAINTAINERS (Write After Approval): Add myself.
9075
9076 2005-03-03 David Ayers <d.ayers@inode.at>
9077
9078 * MAINTAINERS (Write After Approval): Add myself.
9079
9080 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
9081
9082 PR libgcj/20160
9083 * ltmain.sh: Avoid creating archives with components that have
9084 duplicate basenames.
9085
9086 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
9087
9088 PR bootstrap/20250
9089 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
9090 instead of check.
9091 * Makefile.in: Regenerate.
9092
9093 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9094
9095 * Makefile.in: Regenerate to fix conflict between the previous two
9096 patches.
9097
9098 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
9099
9100 PR bootstrap/17383
9101 * Makefile.def (target_modules): Remove "stage", now unnecessary.
9102 * Makefile.tpl (HOST_SUBDIR): New substitution.
9103 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
9104 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9105 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
9106 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
9107 (Host modules, Bootstrapped modules): Use it.
9108 (Build modules, Target modules): Do not create symlink trees,
9109 always configure out-of-srcdir.
9110 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
9111 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
9112 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
9113 $(HOST_SUBDIR). Create a symlink for host_subdir.
9114
9115 * Makefile.in: Regenerate.
9116 * configure: Regenerate.
9117
9118 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
9119
9120 Merged from libada-gnattools-branch:
9121 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
9122
9123 * gnattools: New directory.
9124 * Makefile.def: Add gnattools as a module, depending on target-libada.
9125 * Makefile.in: Regenerate.
9126 * configure.in: Include gnattools in host_tools; disable it if ada
9127 is disabled.
9128 * configure: Regenerate.
9129
9130 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
9131
9132 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
9133 treelang maintainer.
9134 (Write After Approval): Remove myself.
9135
9136 2005-02-23 Paul Schlie <schlie@comcast.net>
9137
9138 * configure.in: Allow darwin targeted ports to build tk, itcl and
9139 libgui.
9140 * configure: Regenerate.
9141
9142 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
9143
9144 PR libgcj/10353
9145 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
9146 * configure: Regenerate.
9147
9148 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
9149
9150 * MAINTAINERS (Write After Approval): Add myself.
9151
9152 2005-02-10 Ian Lance Taylor <ian@airs.com>
9153
9154 * MAINTAINERS: Update my e-mail address.
9155
9156 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
9157
9158 * MAINTAINERS (Write After Approval): Add myself.
9159
9160 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
9161
9162 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
9163 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
9164 target-libgloss when not *-*-elf and *-*-aout.
9165 * configure: Regenerate.
9166
9167 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
9168
9169 * MAINTAINERS: Remove obsolete entries.
9170
9171 * MAINTAINERS (Write After Approval): Add Michael Matz.
9172
9173 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
9174
9175 * MAINTAINERS: Remove self as cpplib maintainer.
9176
9177 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9178
9179 * install-sh, config.sub: Import from upstream.
9180
9181 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
9182
9183 PR bootstrap/18222
9184 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
9185 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
9186 * Makefile.in: Regenerate.
9187
9188 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
9189
9190 * MAINTAINERS: Update my email address.
9191
9192 2005-01-12 David Edelsohn <edelsohn@gnu.org>
9193 Andreas Schwab <schwab@suse.de>
9194
9195 PR bootstrap/18033
9196 * config-ml.in: Eval option if surrounded by single quotes.
9197
9198 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
9199
9200 Revert 2004-12-28 Makefile changes, a better fix will be
9201 applied to mainline and src after GCC 4.0 branches.
9202
9203 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
9204
9205 PR bootstrap/17383
9206
9207 * Makefile.def (target_modules): Remove stage parameter,
9208 it is always true now.
9209 * Makefile.tpl (configure-build-[+module+],
9210 configure-target-[+module+]): Always build symlink tree
9211 for the directory and for include. BUILD_SUBDIR and
9212 TARGET_SUBDIR cannot be . anymore.
9213 * Makefile.in: Regenerate.
9214
9215 2004-12-25 David Edelsohn <edelsohn@gnu.org>
9216
9217 Revert 2004-12-08 Makefile changes.
9218
9219 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
9220
9221 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
9222 cygwin, mingw.
9223
9224 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
9225
9226 * configure.in (sh64-*-*): Reenable gprof.
9227 * configure: Regenerate.
9228
9229 2004-12-08 David Edelsohn <edelsohn@gnu.org>
9230
9231 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
9232 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
9233 (EXTRA_TARGET_FLAGS): Add PICFLAG.
9234 * Makefile.in: Regenerate.
9235
9236 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
9237
9238 * MAINTAINERS: Update my email address.
9239
9240 2004-12-07 Matt Kraai <kraai@ftbfs.org>
9241
9242 * Makefile.tpl: Generate normal dependencies if the LHS module is
9243 not bootstrapped.
9244 * Makefile.in: Regenerate.
9245
9246 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9247
9248 * configure.in: Include config/gxx-include-dir.m4. Use
9249 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
9250 * configure: Regenerate.
9251
9252 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
9253
9254 * config.if: Delete.
9255 * configure.in: Set libstdcxx_incdir directly.
9256 * configure: Regenerate.
9257
9258 2004-12-02 Eric Christopher <echristo@redhat.com>
9259
9260 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
9261 * Makefile.in: Regenerate.
9262
9263 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9264
9265 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
9266 * configure: Regenerate.
9267
9268 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
9269
9270 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
9271 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
9272 * configure: Regenerate.
9273
9274 2004-12-01 Eric Christopher <echristo@redhat.com>
9275
9276 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
9277 of things to remove.
9278
9279 2004-11-29 Matt Kraai <kraai@ftbfs.org>
9280
9281 * MAINTAINERS (Write After Approval): Update my e-mail address.
9282
9283 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
9284
9285 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
9286 from CVS libtool to always pass_all.
9287
9288 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9289
9290 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
9291 (hppa*64*-*-*): Delete incorrect comment.
9292 * configure: Rebuilt.
9293
9294 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9295
9296 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
9297
9298 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
9299
9300 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
9301 from CVS libtool to always pass_all.
9302
9303 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9304
9305 * install-sh, compile: Import from automake.
9306
9307 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
9308
9309 * config.guess, config.sub: Import from savannnah.
9310
9311 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
9312
9313 * MAINTAINERS (Write After Approval): Add myself
9314
9315 2004-11-12 Mike Stump <mrs@apple.com>
9316
9317 * Makefile.def: Add html support.
9318 * Makefile.tpl: Likewise.
9319 * Makefile.in: Regenerate.
9320
9321 2004-11-11 Geoffrey Keating <geoffk@apple.com>
9322
9323 PR 18423
9324 * configure.in: Remove all instances of build-fixincludes from
9325 noconfigdirs.
9326 (build_configargs): Supply --target to subdirectories.
9327 * configure: Regenerate.
9328
9329 * Makefile.def: Make gcc install depend on fixincludes install.
9330 * Makefile.in: Regenerate.
9331
9332 2004-11-10 Janis Johnson <janis187@us.ibm.com>
9333
9334 * MAINTAINERS: Add myself as gcc testsuite maintainer.
9335
9336 2004-11-11 Paul Brook <paul@codesourcery.com>
9337
9338 * MAINTAINERS: Add self as arm maintainer. Update email address.
9339
9340 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
9341
9342 * configure.in (noconfigdirs) [mmix-*-*]: Disable
9343 target-libgfortran.
9344 * configure: Regenerate.
9345
9346 2004-11-07 David Edelsohn <edelsohn@gnu.org>
9347
9348 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
9349 like CC.
9350
9351 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
9352
9353 * Makefile.def (host fixincludes): Specify missing targets.
9354 * Makefile.in: Regenerate.
9355
9356 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
9357
9358 * MAINTAINERS: Add myself
9359
9360 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
9361
9362 * MAINTAINERS (Write After Approval): Add myself.
9363
9364 2004-11-04 Geoffrey Keating <geoffk@apple.com>
9365
9366 * Makefile.def: Build fixincludes for the host, too.
9367 * Makefile.in: Regenerate.
9368 * configure.in (host_tools): Add fixincludes.
9369 * configure: Regenerate.
9370
9371 2004-11-04 Daniel Jacobowitz <dan@debian.org>
9372
9373 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
9374 * configure: Regenerated.
9375
9376 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
9377
9378 PR other/17783
9379 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
9380 * configure: Regenerated.
9381
9382 2004-10-31 Mark Mitchell <mark@codesourcery.com>
9383
9384 * README.SCO: Update per FSF instructions.
9385
9386 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
9387
9388 PR target/18151
9389 * configure.in (case ${target}): Do not build fixincludes for avr.
9390 * configure: Regenerated.
9391
9392 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
9393
9394 * configure.in (case ${target}): Do not build fixincludes
9395 on platforms where it is not used.
9396 * configure: Regenerated.
9397
9398 2004-10-23 Daniel Jacobowitz <dan@debian.org>
9399
9400 * configure.in: Use an absolute path to install-sh.
9401 * configure: Regenerated.
9402
9403 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
9404
9405 * MAINTAINERS (Write After Approval): Add myself.
9406
9407 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
9408
9409 * MAINTAINERS: Remove from Write After Approval those that are
9410 already maintainers.
9411
9412 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
9413
9414 * MAINTAINERS: Update my email address.
9415
9416 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
9417
9418 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
9419 * configure: Regenerate.
9420
9421 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
9422
9423 * MAINTAINERS: Update my email address.
9424
9425 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
9426
9427 * MAINTAINERS (Language Front Ends Maintainers): New. Move
9428 entries belonging to this category.
9429
9430 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
9431
9432 * MAINTAINERS: Update my e-mail address.
9433
9434 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
9435
9436 Fix wrong conflict resolution in:
9437
9438 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9439
9440 * Makefile.in: Regenerate.
9441 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9442 in the recursive `make', instead of hardwiring `all'.
9443 (Autogenerated TARGET-* variables): New.
9444
9445 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
9446
9447 * configure.in: Enable target-libgloss for crx-*-*.
9448 * configure: Regenerate.
9449
9450 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9451
9452 * MAINTAINERS (Various Maintainers): Move the "windows,
9453 cygwin, mingw" maintainer to ...
9454 (OS Port Maintainers): ... here.
9455
9456 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
9457
9458 * MAINTAINERS (Write After Approval): Remove those that are
9459 maintainers of some subsystem.
9460
9461 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
9462
9463 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
9464 * ltcf-cxx.sh (tpf*): Likewise.
9465 * ltconfig (tpf*): Add TPF OS configuration support.
9466
9467 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
9468
9469 * MAINTAINERS: Change my email address to my new work account.
9470
9471 2004-09-24 Michael Roth <mroth@nessie.de>
9472
9473 * configure.in (--without-headers): Add missing double quotes.
9474 * configure: Regenerate.
9475
9476 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
9477
9478 * ylwrap: Revert to previous version.
9479
9480 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
9481
9482 PR bootstrap/17369
9483 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
9484 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
9485 SET_GCC_LIB_PATH_CMD.
9486 (BASE_TARGET_EXPORTS): Likewise.
9487 * Makefile.in: Regenerated.
9488
9489 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
9490 * configure: Regenerated.
9491
9492 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
9493
9494 * config.guess: New upstream version
9495 * compile, depcomp, install-sh, ylwrap: Likewise.
9496
9497 2004-09-19 Roger Sayle <roger@eyesopen.com>
9498
9499 * config/mh-x86omitfp: New host makefile fragment. Add
9500 -fomit-frame-pointer to the default BOOT_CFLAGS.
9501 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
9502 * configure: Regenerate.
9503
9504 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
9505
9506 PR target/11572
9507 * configure.in (*-*-darwin*): Renable libobjc.
9508 * configure: Regenerate.
9509
9510 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
9511
9512 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
9513
9514 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
9515
9516 * Makefile.def: Remove libbanshee.
9517 * Makefile.tpl: Ditto.
9518 * configure.in: Ditto.
9519 * Makefile.in: Regen.
9520 * configure: Ditto.
9521
9522 2004-09-08 David Edelsohn <edelsohn@gnu.org>
9523
9524 * ltmain.sh: Use $pic_object as $non_pic_object if
9525 $non_pic_object=none.
9526
9527 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
9528
9529 * missing: Import latest version from master repository.
9530
9531 2004-09-06 Nick Clifton <nickc@redhat.com>
9532
9533 * config.sub: Import latest version from master repository.
9534 * config.guess: Likewise.
9535 This includes these changes:
9536
9537 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
9538
9539 * config.sub: Handle crisv32, alias etraxfs.
9540 * config.guess (crisv32:Linux:*:*): Handle.
9541
9542 2004-08-13 Brad Smith <brad@comstyle.com>
9543
9544 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
9545 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
9546
9547 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
9548
9549 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
9550 assume the processor is a powerpc. This is because coreutils
9551 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
9552 in this case, due to a MacOS X bug that causes
9553 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
9554 to return a negative number.
9555 Problem reported by Petter Reinholdtsen in:
9556 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
9557
9558 2004-07-19 Ben Elliston <bje@gnu.org>
9559
9560 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
9561
9562 2004-06-24 Ben Elliston <bje@gnu.org>
9563
9564 * config.guess: Update copyright years.
9565 * config.sub: Likewise.
9566
9567 2004-06-22 Robert Millan <robertmh@gnu.org>
9568
9569 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
9570 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
9571
9572 2004-06-22 Stanley F. Quayle <stan@stanq.com>
9573
9574 * config.guess (*:*VMS:*:*): New entry. Replaces
9575 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
9576 manufacturer.
9577
9578 2004-06-22 Ben Elliston <bje@gnu.org>
9579
9580 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
9581 * config.sub: Likewise.
9582
9583 2004-06-22 Ben Elliston <bje@gnu.org>
9584
9585 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
9586 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
9587
9588 2004-06-11 Ben Elliston <bje@gnu.org>
9589
9590 * config.guess (pegasos:OpenBSD:*:*): Remove.
9591
9592 2004-06-11 Ben Elliston <bje@gnu.org>
9593
9594 From Wouter Verhelst <wouter@grep.be>:
9595 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
9596
9597 2004-06-11 Ben Elliston <bje@gnu.org>
9598
9599 * config.guess (luna88k:OpenBSD:*:*): New.
9600
9601 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
9602
9603 * config.guess (m32r*:Linux:*:*): New case.
9604 * config.sub: Handle m32rle.
9605
9606 2004-03-12 Ben Elliston <bje@wasabisystems.com>
9607
9608 From Jens Petersen <petersen@redhat.com>:
9609 * config.sub: Handle sparcv8.
9610
9611 2004-03-03 Ben Elliston <bje@wasabisystems.com>
9612
9613 From Tom Smith <smith@cag.lkg.hp.com>:
9614 * config.guess: Version suffixes are equally significant on Tru64
9615 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
9616 prefix of "P" (patched kernel).
9617
9618 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
9619
9620 * config.sub: Add support for National Semiconductor CRX target.
9621
9622 2004-09-03 Janis Johnson <janis187@us.ibm.com>
9623
9624 * MAINTAINERS (Various Maintainers): Remove myself as web page
9625 maintainer, add myself as maintainer of build status lists.
9626
9627 2004-09-03 Jan Beulich <jbeulich@novell.com>
9628
9629 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
9630 *-*-netware, but add target-libmudflap.
9631 Consolidate *-*-netware targets (of which really only i?86 exists)
9632 into a single entry.
9633 * configure: Likewise.
9634
9635 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
9636
9637 * Makefile.tpl (sorry): Remove.
9638 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
9639 (cleanstrap targets): Depend on distclean, not distclean-stage1.
9640 (do-clean): Clean per-stage directories too.
9641 (do-distclean): Run distclean-stage1 too.
9642 (.NOTPARALLEL): Enable during toplevel bootstrap.
9643 (stage[+id+]-bubble): Enable parallel execution during
9644 the recursive invocation.
9645 * Makefile.in: Regenerate.
9646
9647 Fix previous checkin:
9648
9649 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
9650 include.
9651 * configure.in: Fix indentation.
9652 * configure: Regenerate.
9653
9654 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
9655
9656 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
9657 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
9658 * configure: regenerate
9659 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
9660 -mdynamic-no-pic
9661
9662 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
9663
9664 * Makefile.def (build_modules): Add fixincludes.
9665 (dependencies): Make gcc depend on fixincludes.
9666 * configure.in (build_tools): Add fixincludes.
9667 (build_configdirs): Always include build_libs.
9668 * Makefile.in: Regenerate.
9669 * configure: Regenerate.
9670
9671 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
9672
9673 * Makefile.def (bootstrap stages): Add 'lean' parameter.
9674 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
9675 phony targets; do not generate timestamp files.
9676 (distclean-stageN): Remove references to their timestamp files.
9677 (restageN, touch-stageN): Remove.
9678 (stageN-bubble): Rewritten.
9679 (compare): Support lean bootstraps.
9680 * Makefile.in: Regenerate.
9681
9682 * configure.in: Only warn when bootstrapping but
9683 build != host or build != target. Support lean bootstraps.
9684 * configure: Regenerate.
9685
9686 2004-08-26 Phil Edwards <phil@codesourcery.com>
9687
9688 * configure.in: Give a better error message if GMP/MPFR are missing
9689 and a language needing them has been requested.
9690 * configure: Regenerated.
9691
9692 2004-08-25 Phil Edwards <phil@codesourcery.com>
9693
9694 * configure.in: Print a list of available language front-ends if
9695 a requested one is missing. Tidy stray tab characters.
9696 * configure: Regenerated.
9697
9698 2004-08-19 Michael Koch <konqueror@gmx.de>
9699
9700 * gcc/doc/install.texi: Update entry about automake for libjava.
9701
9702 2004-08-17 Robert Millan <robertmh@gnu.org>
9703
9704 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
9705 (instead of FreeBSD).
9706 * configure: Regenerate.
9707
9708 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
9709
9710 * Makefile.in: Regenerate.
9711 * configure: Regenerate.
9712
9713 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
9714 stage_*_flags.
9715 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
9716 for bootstrapped modules if toplevel bootstrap is going.
9717 (GCC bootstrap): Generate per-stage targets for all bootstrapped
9718 modules. Adjust for changes in Makefile.def. Enable several
9719 rules even in non-bootstrap mode, just to avoid peppering the
9720 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
9721 (stage-[+prev+]-bubble): Remove.
9722
9723 * Makefile.def (Dependencies): Depend on all-build-bison,
9724 all-build-flex, all-build-byacc, all-build-texinfo, rather
9725 than the host variations.
9726 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
9727 with BUILD_SUBDIR.
9728 (BISON): Update for recent Bisons.
9729 (YACC): Fix typo.
9730 (cross): Depend on all-build.
9731 (all): Do not depend on all-build.
9732 (prebootstrap): Remove.
9733 (dep-kind): Accept separate prefixes for MODULE and ON variables.
9734 (Prebootstrap dependencies): Add them to the per-stage targets
9735 and to all-prebootstrap.
9736 * configure.in (build_configdirs): Always enable build_tools.
9737 (BUILD_DIR_PREFIX): Remove.
9738
9739 * Makefile.def (gcc): Add target variable.
9740 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
9741 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
9742 in the recursive `make', instead of hardwiring `all'.
9743 (Autogenerated TARGET-* variables): New.
9744
9745 2004-08-13 Brian Booth <bbooth@redhat.com>
9746
9747 * MAINTAINERS: Remove myself from write-after-approval.
9748
9749 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
9750
9751 * src-release: Stop distributing mmalloc with gdb (which doesn't
9752 use it).
9753 * Makefile.def: GDB doesn't depend on mmalloc anymore.
9754 * Makefile.in: Regenerate.
9755
9756 2004-08-09 Mark Mitchell <mark@codesourcery.com>
9757
9758 * configure.in (arm*-*-eabi*): New target.
9759 * configure: Regenerate.
9760
9761 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
9762
9763 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
9764 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
9765 (Dependencies): New section.
9766 * Makefile.tpl (Dependencies): Generate from Makefile.def.
9767 (configure-target-[+module+]): Depend on maybe-all-gcc
9768 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
9769 (toplevel profiledbootstrap): Fix dependencies.
9770 * Makefile.in: Regenerate.
9771
9772 2004-08-03 Mark Mitchell <mark@codesourcery.com>
9773
9774 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
9775 target-libiberty to noconfigdirs.
9776 * configure: Regenerate.
9777
9778 2004-08-03 Paul Brook <paul@codesourcery.com>
9779
9780 * configure.in: Check for MPFR as well as GMP.
9781 * configure: Regenerate.
9782
9783 2004-08-01 Robert Millan <robertmh@gnu.org>
9784
9785 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
9786 libmudflap for all GNU-based systems (with Glibc).
9787 * configure: Regenerate.
9788
9789 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
9790
9791 * Makefile.def (host-modules): Add gcc.
9792 * Makefile.in: Regenerate.
9793 * Makefile.tpl (sorry): New rule.
9794 (configure-host, all-host, [+make_target+]-host, do-check,
9795 install-host): Do not add gcc as a special case.
9796 (host modules): Add a small special-casing for gcc. Export
9797 extra_make_flags through the environment.
9798 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
9799 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
9800 other recursive targets for gcc): Remove.
9801
9802 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
9803 (stage, unstage): New rules.
9804 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
9805 distclean-stage[+id+]): Use stage_current.
9806 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
9807 the stage*-start rules.
9808
9809 2004-08-02 Geoffrey Keating <geoffk@apple.com>
9810
9811 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
9812 use -all_load flag.
9813
9814 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
9815
9816 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
9817 * configure: Regenerate.
9818
9819 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
9820
9821 * maintainer-scripts/gcc_release: Revert yesterday's change.
9822
9823 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
9824
9825 * MAINTAINERS: Add myself to write-after-approval.
9826
9827 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
9828
9829 * libf2c: Removed.
9830 * gcc/gccbug.in: Updated because of libf2c removal.
9831 * maintainer-scripts/gcc_release: Ditto.
9832
9833 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
9834
9835 * configure.in: Build libmudflap by default on FreeBSD.
9836 * configure: Regenerated.
9837
9838 2004-07-09 Mark Mitchell <mark@codesourcery.com>
9839
9840 * configure.in: Do not build libmudflap by default on non-GNU/Linux
9841 systems.
9842 * configure: Regenerated.
9843
9844 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9845
9846 PR target/16344
9847 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
9848 feedback based compiler.
9849 * Makefile.in: Rebuilt.
9850
9851 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
9852
9853 * Makefile.def (host_modules): Set bootstrap=true for flex.
9854 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
9855 * Makefile.in: Rebuilt.
9856
9857 2004-07-07 Jan Hubicka <jh@suse.cz>
9858
9859 * MAINTAINERS: Add self as a profile feedback maintainer.
9860
9861 2004-07-05 Phil Edwards <phil@codesourcery.com>
9862
9863 * configure.in: Do not prepend $srcdir to /dev/null in
9864 makefile fragments.
9865 * configure: Regenerate.
9866
9867 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
9868
9869 * Makefile.def (build_modules): Add bison, byacc, flex,
9870 m4, texinfo.
9871 (flags_to_pass): Add FLEX.
9872 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
9873 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
9874 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
9875 DEFAULT_MAKEINFO): Remove.
9876 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
9877 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
9878 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
9879 objdir or else use configured tool.
9880 (all-build): New.
9881 (all): Depend on it.
9882 (Build module dependencies): Add.
9883 * Makefile.in: Regenerate.
9884 * configure.in: Better support for multiple build modules,
9885 matching what is done for host/target modules. Do not look
9886 for "plausible" locations of build tools if Canadian cross.
9887 Use autoconf's AC_PROG_CC to find a C compiler. Define
9888 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
9889 * configure: Regenerate.
9890
9891 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9892
9893 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
9894 * Makefile.in: Regenerate.
9895
9896 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
9897
9898 * Makefile.tpl (configure-build-[+module+],
9899 configure-[+module+], configure-target-[+module+]): Pass
9900 [+extra_configure_args+].
9901 (all-build-[+module+], all-[+module+], check-[+module+],
9902 install-[+module+], [+make_target+]-[+module+],
9903 all-target-[+module+], check-target-[+module+],
9904 install-target-[+module+], [+make_target+]-target-[+module+]):
9905 Pass [+extra_make_args+].
9906 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
9907 (GCC_HOST_EXPORTS): Remove.
9908 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
9909 cross, check-gcc, check-gcc-c++, install-gcc,
9910 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
9911 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
9912 * Makefile.in: Regenerate.
9913
9914 2004-06-21 Matthew Sachs <msachs@apple.com>
9915
9916 * MAINTAINERS: Added self to write-after-approval.
9917
9918 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
9919
9920 * configure.in: Check for srcdir/winsup rather than build directory
9921 winsup.
9922 * configure: Regenerate.
9923
9924 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
9925
9926 * configure.in: Don't build Cygwin native newlib if winsup
9927 directory is missing. Emit warning instead.
9928 * configure: Regenerate.
9929
9930 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
9931
9932 * Makefile.tpl (touch-stage[+id+]): New.
9933 (restage[+prev+]): Depend on touch-stage[+id+].
9934
9935 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
9936 Use it throughout.
9937
9938 * Makefile.def: Add profile and feedback bootstrap stages.
9939 Remove next field from bootstrap stages.
9940 * Makefile.tpl (LN, LN_S): Substitute.
9941 (stageN-start, stageN-end): Use double-colon rules, to
9942 provide a hook for additional setup commands.
9943 (distclean-stageN-gcc, restageN): Create dependencies from
9944 [+prev+], not from [+next+].
9945 (stageN-bubble): Add commands for successive stages from
9946 [+prev+], using double-colon rules.
9947 (all-stageN-gcc): Fix typo.
9948 (stagefeedback-start, profiledbootstrap): New.
9949 * Makefile.in: Regenerate.
9950 * configure.in: Call ACX_PROG_LN.
9951 * configure: Regenerate.
9952
9953 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
9954
9955 * MAINTAINERS (Write After Approval): Add myself.
9956
9957 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
9958
9959 * MAINTAINERS (Write After Approval): Add myself.
9960
9961 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
9962
9963 * configure.in: Fix --enable-bootstrap breakage introduced in trees
9964 without gcc.
9965 * configure: Regenerate.
9966
9967 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9968
9969 * Makefile.tpl: Fix typo.
9970 * Makefile.in: Regenerate.
9971
9972 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9973
9974 * configure.in: Remove new- prefix from toplevel
9975 bootstrap targets.
9976 * configure: Regenerate.
9977
9978 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
9979
9980 * Makefile.tpl (all.normal): Rename to all.
9981 (all): Replace with a rule to pick the default
9982 target from configure.
9983 (all-gcc, configure-gcc): Use conditionals to
9984 do nothing when toplevel bootstrap is going on.
9985 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
9986 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
9987 * configure.in: Support --enable-bootstrap.
9988
9989 * Makefile.def: Remove new- prefix from toplevel
9990 bootstrap targets.
9991 * Makefile.tpl: Likewise.
9992
9993 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
9994 target.
9995
9996 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
9997 $(RECURSE_FLAGS) to recursive invocation of make.
9998
9999 * Makefile.in: Regenerate.
10000 * configure: Regenerate.
10001
10002 2004-05-30 Andreas Jaeger <aj@suse.de>
10003 Jim Wilson <wilson@specifixinc.com>
10004
10005 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
10006 like CC.
10007
10008 2004-05-27 Daniel Jacobowitz <dan@debian.org>
10009
10010 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
10011 * configure: Regenerate.
10012
10013 2004-05-25 Daniel Jacobowitz <drow@false.org>
10014
10015 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
10016 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
10017 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
10018 targets.
10019 * Makefile.in: Regenerate.
10020
10021 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
10022
10023 * configure.in: Test the ability to symlink directories.
10024 * configure: Regenerate.
10025
10026 * Makefile.def (bootstrap-stage): New definitions.
10027 * Makefile.tpl (configure-stage1-gcc,
10028 configure-stage2-gcc, configure-stage3-gcc,
10029 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
10030 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
10031 new-restage3, compare): Autogenerate, see Makefile.in
10032 entry for behavioral changes.
10033 (distclean-stage1, new-stage1-start, new-stage1-end,
10034 new-stage1-bubble, distclean-stage2, new-stage2-start,
10035 new-stage2-end, new-stage2-bubble, distclean-stage3,
10036 new-stage3-start, new-stage3-end): New autogenerated targets.
10037 (objext, prebootstrap, BOOT_CFLAGS,
10038 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
10039 targets.
10040
10041 * Makefile.in: Regenerate.
10042 (distclean-stage1, new-stage1-start, new-stage1-end,
10043 new-stage1-bubble, distclean-stage2, new-stage2-start,
10044 new-stage2-end, new-stage2-bubble, distclean-stage3,
10045 new-stage3-start, new-stage3-end): New targets.
10046 (all-stage1-gcc): Move prebootstrap dependency from here...
10047 (configure-stage1-gcc): ...to here.
10048 (new-bootstrap): Use bubble targets.
10049 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10050 Use per-stage distclean targets.
10051 (configure-stage1-gcc, configure-stage2-gcc,
10052 configure-stage3-gcc, all-stage1-gcc,
10053 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
10054 Use new-stageN-start to prepare the tree.
10055
10056 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
10057
10058 * Makefile.def (host_modules): add libcpp.
10059 * Makefile.tpl: Add dependencies on and for libcpp.
10060 * Makefile.in: Regenerate.
10061 * configure.in: Add libcpp host module.
10062 * configure: Regenerate.
10063
10064 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
10065
10066 * Makefile.tpl: Whenever a recursive target is defined, wrap
10067 it in a special @if/@endif block, and prepare its maybe
10068 dependency in the @if/@endif block
10069 * configure.in: Instead of writing maybe dependencies, remove
10070 the @if/@endif statements, and remove the @if/@endif blocks
10071 that remain.
10072 * configure: Regenerate.
10073 * Makefile.in: Regenerate.
10074
10075 2004-05-20 Janis Johnson <janis187@us.ibm.com>
10076
10077 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
10078
10079 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
10080
10081 PR bootstrap/15120
10082 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
10083 * */configure: Rebuilt.
10084
10085 2004-05-17 Zack Weinberg <zack@codesourcery.com>
10086
10087 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
10088 of libf2c.
10089 * configure, Makefile.in: Regenerate.
10090
10091 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
10092
10093 * MAINTAINERS (Write After Approval): Add myself.
10094
10095 2004-05-13 Diego Novillo <dnovillo@redhat.com>
10096
10097 Merge from tree-ssa-20020619-branch.
10098
10099 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
10100 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
10101 (HOST_GMPLIBS): Define.
10102 (HOST_GMPINC): Define.
10103 (TARGET_LIB_PATH): Add libmudflap.
10104 (GFORTRAN_FOR_TARGET): Define.
10105 (configure-build*): Export GFORTRAN.
10106 (configure-gcc): Export GMPLIBS and GMPINC.
10107 (all-gcc): Add maybe-all-libbanshee.
10108 (configure-target-libgfortran): Define.
10109 * Makefile.in: Regenerate.
10110 * configure.in (host_libs): Add libbanshee.
10111 (target_libraries): Add target-libmudflap and target-libgfortran.
10112 Add --with-libbanshee.
10113 Handle --disable-libmudflap.
10114 (*-*-freebsd*): Use with_gmp.
10115 Add $(libgcj) to noconfigdirs.
10116 * configure: Regenerate.
10117 * depcomp: New file.
10118 * MAINTAINERS: Add tree-ssa maintainers.
10119
10120 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
10121
10122 * MAINTAINERS (Various Maintainers): Add myself.
10123
10124 2004-04-30 Brian Ford <ford@vss.fsi.com>
10125
10126 * MAINTAINERS (Write After Approval): Add myself.
10127
10128 2004-04-29 Uros Bizjak <uros@kss-loka.si>
10129
10130 * MAINTAINERS (Write After Approval): Add myself.
10131
10132 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
10133
10134 * config/acx.m4: Fix fastcompare support for new-bootstrap.
10135 * configure: Regenerate.
10136
10137 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
10138
10139 Revert:
10140 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10141
10142 * Makefile.def (flags_to_pass): Remove *dir variables that
10143 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10144 as well as prefix and exec_prefix.
10145 * Makefile.in: Regenerate.
10146
10147 2004-04-26 Robert Millan <robertmh@gnu.org>
10148
10149 Add patches from libtool CVS.
10150 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
10151 * ltconfig: Likewise.
10152 * ltcf-c.sh: Likewise.
10153 * ltcf-cxx.sh: Likewise.
10154 * ltcf-gcj.sh: Likewise.
10155
10156 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10157
10158 * Makefile.def (host_modules): Mark with the bootstrap
10159 flag packages on which gcc depends.
10160 * Makefile.tpl (all-bootstrap): Use it.
10161 * Makefile.in: Regenerate.
10162
10163 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10164
10165 * Makefile.def (flags_to_pass): Remove *dir variables that
10166 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
10167 as well as prefix and exec_prefix.
10168 * Makefile.in: Regenerate.
10169
10170 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
10171
10172 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
10173 * configure: Regenerate.
10174 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
10175 * gcc/Makefile.tpl (compare): Use the result of the test.
10176 * gcc/Makefile.in: Regenerate.
10177
10178 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
10179
10180 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
10181 Always relocate gcc and prev-gcc to the original names, even
10182 if the build fails.
10183 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
10184 New targets.
10185
10186 2004-04-23 Laurent GUERBY <laurent@guerby.net>
10187
10188 * MAINTAINERS: Update my email address.
10189
10190 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10191
10192 * configure.in (mips*-*-irix5*): Enable ld.
10193 * configure: Regenerate.
10194
10195 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10196
10197 * configure: Regenerate.
10198
10199 2004-04-15 James E Wilson <wilson@specifixinc.com>
10200
10201 * Makefile.tpl (configure-[+module+], configure-gcc,
10202 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
10203 Set and export LDFLAGS.
10204 * Makefile.in: Regenerate.
10205
10206 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
10207
10208 * MAINTAINERS: Add myself to write-after-approval.
10209
10210 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
10211
10212 PR bootstrap/14871
10213 * Makefile.tpl: If we don't have built-in-tree target tools,
10214 use the ones found by configure rather than hacking around with
10215 program_transform_name.
10216 * configure.in: Give Makefile.tpl the information necessary
10217 to do that.
10218 * Makefile.in: Regenerate.
10219 * configure: Regenerate.
10220
10221 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
10222
10223 PR bootstrap/14760
10224 * configure.in: When computing baseargs, strip *all* copies of
10225 offending options. Also, don't match/substitute the trailing space,
10226 so that this actually works when two similar options are separated by
10227 only one space.
10228 * configure: Regenerate.
10229
10230 2004-04-06 David Edelsohn <edelsohn@gnu.org>
10231
10232 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
10233 (rs6000-*-aix*): Same.
10234 * configure: Regenerate.
10235
10236 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
10237
10238 * MAINTAINERS: Add myself to write-after-approval.
10239
10240 2004-04-03 Bud Davis <bdavis9659@comcast.net>
10241
10242 * MAINTAINERS: Add myself to write-after-approval.
10243
10244 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
10245
10246 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
10247 STRICT_WARN, WARN_CFLAGS flags passed down to make.
10248 * Makefile.in: Regenerate.
10249
10250 * configure.in (top level bootstrap support): Rework --enable-werror
10251 to set @stage2_werror_flag@.
10252 * configure: Regenerate.
10253 * Makefile.tpl (top level bootstrap support): Pass
10254 @stage2_werror_flag@ down to configure in stages 2 and 3.
10255 * Makefile.in: Regenerate.
10256
10257 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
10258
10259 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
10260 for stages 2 and 3 as well as in make. As a consequence, remove
10261 OUTPUT_OPTION (now detected by configure) from the flags passed down
10262 to make.
10263 * Makefile.in: Regenerate.
10264
10265 * Makefile.tpl (new-bootstrap): Fix typo.
10266 * Makefile.in: Regenerate.
10267
10268 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
10269
10270 * Makefile.tpl: Rearrange by moving recursive_targets rules
10271 into their proper sections.
10272 * Makefile.tpl (top level bootstrap support): Move disabling
10273 of coverage flags from 'make' to 'configure'; improve comments.
10274 * Makefile.in: Regenerate.
10275
10276 * Makefile.tpl (experimental top level bootstrap) Move stage1
10277 language setting from all- target to configure- target; disable
10278 intermodule optimization in stage 1; prevent gratuitous rebuilds
10279 of stage 1.
10280 * Makefile.in: Regenerate.
10281 * configure.in: Comma-separate stage 1 language list for top
10282 level bootstrap.
10283 * configure: Regenerate.
10284
10285 * Makefile.tpl: Clean up experimental top level bootstrap support:
10286 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
10287 prev-gcc in configure- targets as well as all- targets.
10288 * Makefile.in: Regenerate.
10289
10290 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
10291
10292 * compile: New file imported from automake.
10293
10294 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
10295
10296 * configure.in: Remove symbolic link section.
10297 * configure: Regenerate.
10298 * Makefile.tpl (links): Remove.
10299 * Makefile.in: Regenerate.
10300
10301 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
10302 Nathanael Nerode <neroden@gcc.gnu.org>
10303
10304 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
10305 Set with AC_CHECK_PROGS.
10306 * configure.in: Fix comment typo from last patch.
10307 * configure: Regenerate.
10308
10309 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
10310
10311 * Makefile.tpl: Introduce experimental top level bootstrap support.
10312 * Makefile.in: Regenerate.
10313 * configure.in: Introduce support for top level bootstrap.
10314 * configure: Regenerate.
10315
10316 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
10317 Paolo Bonzini <bonzini@gnu.org>
10318
10319 PR bootstrap/14522
10320 * configure.in: Cope with shells that do not support unquoted ^
10321 * configure: Regenerate.
10322
10323 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
10324 Paolo Bonzini <bonzini@gnu.org>
10325
10326 PR bootstrap/14522
10327 * configure.in: Cope with shells that do not support nesting
10328 quotes inside quoted backquote substitutions.
10329 * configure: Regenerate.
10330
10331 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
10332
10333 PR bootstrap/14522
10334 * configure.in: Fix escaping of $.
10335 * configure: Regenerate.
10336
10337 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
10338
10339 * configure: Regenerate, since I forgot to while committing Paolo's
10340 changes.
10341
10342 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
10343
10344 PR ada/14131
10345 Move language detection to the top level.
10346 * configure.in: Find default values for the tools as
10347 soon as possible. Disable ada if GNAT is not found.
10348 Emit error message about missing languages. Expand
10349 --enable-languages=all for the gcc subdirectory.
10350
10351 2004-03-10 Ben Elliston <bje@gnu.org>
10352
10353 * MAINTAINERS: Update my email address.
10354
10355 2004-03-05 David Edelsohn <edelsohn@gnu.org>
10356
10357 * ltconfig: Disable building static libraries if building shared
10358 libraries on AIX 5L.
10359
10360 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
10361
10362 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
10363 and disable libgcj.
10364 * configure: Regenerated.
10365
10366 2004-03-01 Brian Booth <bbooth@redhat.com>
10367
10368 * MAINTAINERS: Add myself to write-after-approval.
10369
10370 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
10371
10372 * MAINTAINERS: Add myself to write-after-approval.
10373
10374 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10375
10376 PR bootstrap/7087
10377 * Makefile.tpl: Guard XFOO sed statements better.
10378 * Makefile.tpl: Add dependency for configure-target-libada.
10379 * Makefile.in: Regenerate (incidentally fixes broken
10380 commit when libada-branch was merged).
10381
10382 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
10383
10384 * MAINTAINERS: Add myself to write-after-approval.
10385
10386 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
10387
10388 * MAINTAINERS: Add Nicola Pero and myself as libobjc
10389 maintainers.
10390
10391 2004-02-20 Andrew Cagney <cagney@redhat.com>
10392
10393 * config.guess: Update from version 2003-10-16 to 2004-02-16.
10394 * config.sub: Update from version 2003-11-03 to 2004-02-16.
10395
10396 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
10397
10398 PR bootstrap/11932
10399 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
10400
10401 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
10402
10403 * MAINTAINERS: Added myself to write-after-approval.
10404
10405 2004-02-14 Michael Koch <konqueror@gmx.de>
10406
10407 * MAINTAINERS: Added myself to write-after-approval.
10408
10409 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
10410
10411 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
10412 some OS port maintainers to OS port maintainers section.
10413
10414 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
10415
10416 * MAINTAINERS: Add self.
10417
10418 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
10419
10420 * MAINTAINERS: Alphabetize.
10421
10422 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
10423
10424 * MAINTAINERS: Remove myself.
10425
10426 2004-02-11 David Edelsohn <edelsohn@gnu.org>
10427
10428 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
10429 (rs6000-*-aix*): Same.
10430 * configure: Regenerate.
10431
10432 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
10433
10434 * configure.in (host): Add in missing $noconfigdirs to defines.
10435 * configure: Regenerate.
10436
10437 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
10438 Nathanael Nerode <neroden@gcc.gnu.org>
10439
10440 PR ada/6637, PR ada/5911
10441 Merge with libada-branch:
10442 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
10443 with appropriate dependencies. Add --enable-libada configure switch.
10444 * configure, Makefile.in: Regenerate.
10445
10446 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
10447
10448 * MAINTAINERS: Add myself to write-after-approval.
10449
10450 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10451
10452 * configure.in: Don't pass --with-stabs on IRIX 5 either.
10453 * configure: Regenerate.
10454
10455 2004-02-04 Geoffrey Keating <geoffk@apple.com>
10456
10457 Merge from upstream:
10458
10459 * ltmain.in: When setting IFS to '~', be careful about user
10460 arguments that contain '~'.
10461
10462 2004-02-04 Peter O'Gorman <peter@pogma.com>
10463
10464 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
10465 Also test $base_compile against $CC with escaped arguments. Bug
10466 reported by Geoff Keating <geoffk@apple.com>.
10467
10468 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
10469
10470 * MAINTAINERS: Remove i960 port.
10471
10472 2004-01-23 DJ Delorie <dj@redhat.com>
10473
10474 * Makefile.def (target_modules) [libiberty]: Don't stage.
10475 * Makefile.in: Rebuilt.
10476
10477 2004-01-20 Caroline Tice <ctice@apple.com>
10478
10479 * MAINTAINERS: Add myself to write-after-approval.
10480
10481 2004-01-19 Paolo Carlini <pcarlini@suse.de>
10482
10483 * MAINTAINERS: Update my email address.
10484
10485 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
10486
10487 * MAINTAINERS: Add myself to write-after-approval.
10488
10489 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
10490
10491 * MAINTAINERS: Remove entries without email address.
10492
10493 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
10494
10495 * MAINTAINERS: Add myself to write-after-approval.
10496
10497 2004-01-15 Steven Bosscher <stevenb@suse.de>
10498
10499 * MAINTAINERS: Update my email address.
10500
10501 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
10502
10503 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
10504 * Makefile.tpl (configure-target-[+module+]): Support stage.
10505 * Makefile.in: Rebuilt.
10506
10507 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
10508
10509 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
10510
10511 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
10512
10513 * MAINTAINERS: Add myself as a MIPS maintainer.
10514
10515 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
10516
10517 * configure.in: Use ./config.cache, not config.cache.
10518 * configure: Regenerate.
10519 * Makefile.tpl: Special-casing not needed for GCC any more.
10520 * Makefile.in: Regenerate.
10521
10522 * configure.in: Don't share a cache file for host dirs.
10523 * configure: Regenerate.
10524
10525 * config-ml.in: Don't mess with the cache file.
10526
10527 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
10528
10529 * MAINTAINERS: Move myself from 'Write After Approval' to
10530 'CPU Port Maintainers' section as SPARC maintainer.
10531
10532 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
10533
10534 * Makefile.tpl: Make GCC use a separate config.cache.
10535 * Makefile.in: Regenerate.
10536
10537 PR bootstrap/11932, PR bootstrap/11933
10538 (I don't know if it will fix either of them, but it relates
10539 to them.)
10540 * configure.in: Don't use shared config.cache for target
10541 directories.
10542 * configure: Regenerate.
10543
10544 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
10545
10546 * MAINTAINERS: Add myself to 'Write After Approval' section.
10547
10548 2003-12-31 Roger Sayle <roger@eyesopen.com>
10549
10550 * configure.in (ia64*-*-hpux*): Disable building java libraries.
10551 * configure: Regenerated.
10552
10553 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
10554
10555 * MAINTAINERS: Remove the mn10200 maintainer.
10556
10557 2003-12-21 Bernardo Innocenti <bernie@develer.com>
10558
10559 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
10560 * configure: Regenerated.
10561
10562 2003-12-16 Jan Hubicka <jh@suse.cz>
10563
10564 * MAINTAINERS: Add myself as callgraph maintainer.
10565
10566 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
10567
10568 * configure.in (raw_libstdcxx_flags): Remove the leading space.
10569 * configure: Regenerate.
10570
10571 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
10572
10573 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10574 'Write After Approval' section. Update email.
10575
10576 2003-12-01 James Lemke <jim@wasabisystems.com>
10577
10578 * MAINTAINERS (Write After Approval): Add myself.
10579
10580 2003-11-20 Matt Thomas <matt@3am-software.com>
10581
10582 * MAINTAINERS: Add myself as a vax port maintainer.
10583
10584 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
10585
10586 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
10587 (configure-build-[+module+], configure-[+module+]): Likewise.
10588 (configure-target-[+module+], configure-gcc, config.status): Likewise.
10589 * Makefile.in: Regenerate.
10590
10591 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
10592
10593 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
10594 shared/dylibed libraries.
10595 * ltmain.sh: Likewise.
10596 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
10597 * ltcf-cxx.sh: Likewise.
10598 * ltcf-gcj.sh: Likewise.
10599 * ltconfig: Likewise.
10600
10601 2003-11-17 Stan Cox <scox@redhat.com>
10602
10603 * MAINTAINERS: Add myself as iq2000 port maintainer.
10604
10605 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
10606
10607 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
10608 * Makefile.in: Regenerate.
10609
10610 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
10611
10612 * config.sub: Update to 2003-11-03 version.
10613
10614 2003-10-20 Phil Edwards <phil@codesourcery.com>
10615
10616 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
10617 * configure: Regenerate.
10618
10619 2003-10-20 Nicolas Pitre <nico@cam.org>
10620
10621 * MAINTAINERS: Add myself to 'Write After Approval' section.
10622
10623 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
10624
10625 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
10626
10627 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
10628
10629 * MAINTAINERS: Update my email address.
10630
10631 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10632
10633 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
10634
10635 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
10636
10637 * MAINTAINERS: Add myself to 'Write After Approval' section.
10638
10639 2003-10-16 Bernardo Innocenti <bernie@develer.com>
10640
10641 * config.guess: Update to 2003-10-16 version.
10642 * config.sub: Update to 2003-10-16 version.
10643
10644 2003-10-15 David Daney <ddaney@avtrex.com>
10645
10646 * MAINTAINERS: Added myself to 'Write After Approval' section.
10647
10648 2003-10-15 Falk Hueffner <falk@debian.org>
10649
10650 * MAINTAINERS: Move myself from 'Bug database only accounts' to
10651 'Write After Approval' section. Update email.
10652
10653 2003-10-14 Roger Sayle <roger@eyesopen.com>
10654
10655 * MAINTAINERS: Move myself from 'Write After Approval' to
10656 'Various Maintainers' section as middle-end maintainer.
10657
10658 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
10659
10660 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
10661 HOST_FLAGS_TO_PASS.
10662 * Makefile.in: Regenerate.
10663
10664 2003-10-11 Bernardo Innocenti <bernie@develer.com>
10665
10666 * config.guess: Update to 2003-10-07 version.
10667 * config.sub: Update to 2003-10-07 version.
10668
10669 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10670
10671 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
10672 * ltconfig (irix5*, irix6*): Don't override version_type.
10673
10674 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
10675
10676 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
10677 * configure: Rebuilt
10678 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
10679 * Makefile.in: Rebuilt
10680
10681 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
10682
10683 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
10684
10685 2003-09-30 Carlo Wood <carlo@alinoe.com>
10686
10687 * MAINTAINERS (Write After Approval): Add myself.
10688
10689 2003-09-29 Paul Koning <ni1d@arrl.net>
10690
10691 * MAINTAINERS: Move myself from "Write After Approval"
10692 to CPU platform maintainers for pdp11 platform.
10693
10694 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
10695
10696 * MAINTAINERS: Move myself from 'Write After Approval' to
10697 'Various Maintainers' section as libffi testsuite maintainer.
10698
10699 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
10700
10701 * configure.in: Pass a computed --program-transform-name
10702 to subconfigures.
10703 * configure: Regenerated.
10704
10705 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
10706
10707 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
10708 * Makefile.in: Regenerate.
10709
10710 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
10711 * Makefile.in: Regenerate.
10712
10713 2003-09-19 Ziemowit Laski <zlaski@apple.com>
10714
10715 * MAINTAINERS: Move myself from 'Write After Approval'
10716 to 'Various Maintainers' (objective-c) section.
10717
10718 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
10719
10720 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
10721 quoting.
10722 * configure: Regenerated.
10723
10724 2003-09-16 Joel Brobecker <brobecker@gnat.com>
10725
10726 * MAINTAINERS (Write After Approval): Add myself to write after
10727 approval list.
10728
10729 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
10730
10731 * MAINTAINERS (Write After Approval): Add myself.
10732
10733 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
10734
10735 * MAINTAINERS: Update my e-mail address.
10736
10737 2003-09-09 Alan Modra <amodra@bigpond.net.au>
10738
10739 * libtool.m4 (LD): Correct powerpc64 host match.
10740
10741 2003-09-06 James E Wilson <wilson@tuliptree.org>
10742
10743 * MAINTAINTERS: Update my affiliation and email address.
10744
10745 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10746
10747 * MAINTAINERS (Write After Approval): Add myself.
10748
10749 2003-09-04 DJ Delorie <dj@redhat.com>
10750
10751 * configure: Regenerate.
10752
10753 2003-09-04 Robert Millan <robertmh@gnu.org>
10754
10755 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
10756
10757 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
10758
10759 * configure.in: Ensure arguments to sed are properly spaced.
10760 * configure: Regenerate.
10761
10762 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
10763
10764 * MAINTAINERS: Update my e-mail address.
10765
10766 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
10767
10768 * MAINTAINERS (Write After Approval): Add myself.
10769
10770 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
10771
10772 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
10773 * configure: Regenerated.
10774
10775 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
10776
10777 * MAINTAINERS: Update my email address.
10778
10779 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
10780
10781 * configure.in: Use newline instead of semicolon when assuming
10782 shell arguments in a for loop.
10783 * configure: Regenerated.
10784
10785 2003-08-22 Jason Eckhardt <jle@rice.edu>
10786
10787 * MAINTAINERS: Resurrect the i860 maintainer.
10788
10789 2003-08-20 Geoffrey Keating <geoffk@apple.com>
10790
10791 PR 8180
10792 * configure.in: When testing with_libs and with_headers, treat
10793 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
10794 * configure: Regenerate.
10795
10796 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
10797 make, shell, etc.
10798 (baseargs): Likewise.
10799 * configure: Regenerate.
10800
10801 2003-08-20 Bernardo Innocenti <bernie@develer.com>
10802
10803 * MAINTAINERS (Write After Approval): Add myself.
10804
10805 2003-08-19 Geoffrey Keating <geoffk@apple.com>
10806
10807 * configure.in: Disable libgcj for darwin not on powerpc.
10808 * configure: Rebuild.
10809
10810 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
10811
10812 * config-ml.in, symlink-tree: Add license.
10813
10814 2003-08-03 Richard Stallman <rms@gnu.org>
10815 Eben Moglen <moglen@columbia.edu>
10816
10817 * README.SCO: New file.
10818
10819 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
10820
10821 * Makefile.tpl (check, check-c++): Express dependencies using
10822 dependencies rather than commands.
10823 * Makefile.in: Regenerate.
10824
10825 2003-08-01 Andrew Cagney <cagney@redhat.com>
10826
10827 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
10828 * configure: Ditto.
10829
10830 2003-07-31 Geoffrey Keating <geoffk@apple.com>
10831
10832 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
10833 * Makefile.in: Update.
10834
10835 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
10836
10837 * configure.in: Enable libgcj for darwin.
10838 * configure: Rebuild.
10839
10840 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
10841
10842 * config-ml.in: Use ac_configure_args directly instead of
10843 ml_arguments. Only set ml_norecursion if --no[-]recursion is
10844 actually seen.
10845
10846 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
10847
10848 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
10849 creating target and build subdirs to build all parent dirs as needed.
10850 * Makefile.in: Rebuild.
10851 * configure.in: Don't build dirs explicitly here.
10852 * configure: Rebuild.
10853
10854 2003-07-26 Paul Brook <paul@nowt.org>
10855
10856 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
10857
10858 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
10859
10860 * Makefile.tpl (all-make): Depend on intl.
10861 * Makefile.in: Rebuilt.
10862
10863 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
10864
10865 * install-sh: Update to newer upstream versions (associated with
10866 aclocal 1.7).
10867 * mkinstalldirs: Likewise.
10868 * missing: Likewise, plus $1Help2man -> $1 typo fix.
10869
10870 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
10871
10872 * MAINTAINERS: Move self from Bug database only accounts
10873 to write-after-approval.
10874
10875 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
10876
10877 * config.if: Remove unused libc_interface determination.
10878
10879 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
10880
10881 * MAINTAINERS: Move self from write-after-approval to
10882 build machinery (*.in).
10883
10884 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
10885
10886 PR bootstrap/11273
10887 PR bootstrap/11408
10888 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
10889 unused INSTALL_PROGRAM_ARGS.
10890 * configure.in: Use AC_PROG_INSTALL.
10891 * Makefile.in: Regenerate.
10892 * configure: Regenerate.
10893
10894 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
10895
10896 * MAINTAINERS: Alphabetize.
10897
10898 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
10899
10900 * configure: Rebuilt.
10901 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
10902 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
10903 newlib nor libgloss.
10904 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
10905 * configure.in (am33_2.0-*-linux*): Added.
10906
10907 2003-07-09 Bob Wilson <bob.wilson@acm.org>
10908
10909 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
10910 * configure: Regenerate.
10911
10912 2003-07-07 Zack Weinberg <zack@codesourcery.com>
10913
10914 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
10915 * Makefile.in: Regenerate.
10916
10917 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10918
10919 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
10920 * Makefile.in: Regenerate.
10921
10922 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
10923
10924 * Makefile.tpl: Replace PWD with PWD_COMMAND.
10925 * Makefile.in: Regenerated.
10926
10927 * config-ml.in: Replace PWD with PWD_COMMAND.
10928
10929 2003-07-04 Zack Weinberg <zack@codesourcery.com>
10930
10931 * intl: New directory; see intl/ChangeLog for details.
10932 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
10933 * Makefile.tpl: all-gcc depends on maybe-all-intl.
10934 * Makefile.in: Regenerate.
10935
10936 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
10937
10938 * configure.in: Clean up config-lang.in handling. Delete
10939 useless assignment to "subdirs".
10940 * configure: Regenerate.
10941
10942 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
10943
10944 * configure.in: Rename 'target_libs' to 'target_libraries'.
10945 Remove useless reference to 'target_libs'.
10946 * configure: Regenerate.
10947
10948 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
10949
10950 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
10951 * Makefile.in: Regenerate.
10952
10953 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
10954
10955 * Makefile.def: Introduce flags_to_pass.
10956 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
10957 * Makefile.in: Regenerate.
10958
10959 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
10960
10961 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
10962 and target-libgloss.
10963 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
10964 <h8300*-*-*>: Disable libf2c and ${libgcj}.
10965 * configure: Regenerate.
10966
10967 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
10968
10969 * configure.in: Update testsuite_flags to new location.
10970 * configure. Regenerate.
10971
10972 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
10973
10974 * Makefile.tpl: Remove BUILD_CC stuff.
10975 * Makefile.in: Regenerate.
10976
10977 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
10978
10979 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
10980
10981 2003-06-16 Graeme Peterson <gp@qnx.com>
10982
10983 * MAINTAINERS (Write After Approval): Add myself.
10984
10985 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
10986
10987 * config.guess: Update to 2003-06-12 version.
10988 * config.sub: Update to 2003-06-13 version.
10989
10990 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
10991
10992 * config.guess: Update to 2003-06-06 version.
10993 * config.sub: Update to 2003-06-06 version.
10994
10995 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10996
10997 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
10998 * configure. Regenerate.
10999
11000 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
11001
11002 * configure.in: Disable serial configure by default.
11003 * configure: Regenerate.
11004 * Makefile.tpl: Abolish .NOTPARALLEL.
11005 * Makefile.in: Regenerate.
11006
11007 * Makefile.tpl: Replace {build,host,target}_canonical by
11008 {build,host,target}.
11009 * Makefile.in: Regenerate.
11010
11011 * Makefile.tpl: Fix stupid pasto.
11012 * Makefile.in: Regenerate.
11013
11014 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
11015
11016 * Makefile.tpl: Remove bogus conditional.
11017 * Makefile.in: Regenerate.
11018
11019 2003-06-05 Jan Hubicka <jh@suse.cz>
11020
11021 * Makefile.tpl (profiledbootstrap): New target.
11022 * Makefile.in (profiledbootstrap): New target.
11023
11024 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
11025
11026 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
11027 Pinski. Remove user names from other bugzilla-only maintainers.
11028
11029 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
11030
11031 * Makefile.tpl: Make 'recursive targets' using autogen rather
11032 than shell loop. Remove duplicate 'clean' targets and false
11033 comments.
11034 * Makefile.def: Add systematic dependencies to 'recursive' targets.
11035 Add systematic method of specifying missing targets in subdirs.
11036 Add copyright boilerplate.
11037 * Makefile.in: Regenerate.
11038 * configure.in: Add 'recursive targets' to maybe list.
11039 * configure: Regenerate.
11040
11041 * MAINTAINERS: "GNATS only" -> "Bug database only".
11042
11043 * Makefile.tpl: Rename [+target+] to [+make_target+].
11044 * Makefile.def: Rename 'target' to 'make_target'.
11045
11046 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
11047
11048 * MAINTAINERS: Add self as options handling maintainer.
11049
11050 2003-05-28 Michael Meissner <gnu@the-meissners.org>
11051
11052 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
11053 been too long since I touched those ports.
11054
11055 2003-05-28 DJ Delorie <dj@redhat.com>
11056
11057 * Makefile.tpl: Make maybe-check-gcc .PHONY.
11058 * Makefile.in: Regenerate.
11059
11060 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
11061
11062 * configure.in: Use curly braces in the definition of tooldir.
11063 * configure: Regenerate.
11064
11065 2003-05-21 DJ Delorie <dj@redhat.com>
11066
11067 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
11068 newlib or libgloss.
11069 * Makefile.in: Regenerate.
11070
11071 2003-05-21 DJ Delorie <dj@redhat.com>
11072
11073 * Makefile.tpl: Add missing empty maybe-check-gcc target.
11074 * Makefile.in: Regenerate.
11075
11076 2003-05-20 Ian Lance Taylor <ian@airs.com>
11077
11078 * MAINTAINERS: Update my e-mail address.
11079
11080 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
11081
11082 * configure.in: Switch more things to use maybe dependencies.
11083 * Makefile.tpl: Switch more things to use maybe dependencies.
11084 Factor out common code from autogen IF statements.
11085 * configure: Regenerate.
11086 * Makefile.in: Regenerate.
11087
11088 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
11089
11090 * configure.in: Accept i[3456789]86 for machine type.
11091 * configure: Regenerate.
11092
11093 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
11094
11095 * configure.in: Switch more things to use maybe dependencies.
11096 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
11097 * configure: Regenerate.
11098 * Makefile.tpl: Switch more things to use maybe dependencies.
11099 * Makefile.in: Regenerate.
11100
11101 2003-05-16 Andreas Schwab <schwab@suse.de>
11102
11103 * Makefile.tpl (install-opcodes): Define.
11104 * Makefile.in: Rebuild.
11105
11106 2003-05-13 Andreas Jaeger <aj@suse.de>
11107
11108 * config.guess: Update to 2003-05-09 version.
11109 * config.sub: Update to 2003-05-09 version.
11110
11111 2003-05-13 Michael Eager <eager@mvista.com>
11112
11113 * configure.in: Correct sed script so that options in quotes are not
11114 deleted.
11115 * configure: Rebuild.
11116
11117 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
11118
11119 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
11120 and $$s/newlib/libc/sys/cygwin32 include paths.
11121 * configure: Ditto.
11122
11123 2003-05-12 Michael Meissner <gnu@the-meissners.org>
11124
11125 * MAINTAINERS: Update my email addresses.
11126
11127 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
11128
11129 * config-ml.in: Propagate INSTALL variables.
11130
11131 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11132
11133 * MAINTAINERS: Remove duplicate entries in Write After Approval.
11134
11135 2003-05-02 Chris Demetriou <cgd@broadcom.com>
11136
11137 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
11138 * Makefile.in: Regenerate.
11139
11140 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
11141
11142 * MAINTAINERS (GNATS only): Add Falk Hueffner.
11143
11144 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
11145
11146 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
11147
11148 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
11149
11150 * Makefile.tpl: Clean $(BUILD_SUBDIR).
11151 * Makefile.in: Regenerated.
11152
11153 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
11154
11155 * MAINTAINERS (Write After Approval): Upgrade myself from
11156 GNATS only to write-after-approval. Update my mail address.
11157
11158 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
11159
11160 (OS Port Maintainers: freebsd): Add myself.
11161
11162 2003-04-22 Mark Mitchell <mark@codesourcery.com>
11163
11164 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
11165
11166 2003-04-22 Kean Johnston <jkj@sco.com>
11167
11168 * MAINTAINERS (SCO ports): Added myself.
11169
11170 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
11171
11172 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
11173
11174 2003-04-19 Kean Johnston <jkj@sco.com>
11175
11176 * MAINTAINERS (Write After Approval): Add myself.
11177
11178 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11179
11180 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
11181 * Makefile.in: Regenerate.
11182
11183 2003-04-18 Jakub Jelinek <jakub@redhat.com>
11184
11185 * configure.in (powerpc64*-*-linux*): Remove.
11186 * configure: Rebuilt.
11187
11188 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
11189
11190 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
11191 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
11192 and restrap.
11193 * Makefile.in: Regenerate.
11194
11195 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
11196
11197 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
11198 * configure: Regenerated.
11199
11200 2003-04-15 DJ Delorie <dj@redhat.com>
11201
11202 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
11203
11204 2003-04-13 Nick Clifton <nickc@redhat.com>
11205
11206 * config-ml.in: Remove support for --disable-aix removing
11207 call-aix multilibs.
11208
11209 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
11210
11211 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
11212 * */configure: Rebuilt.
11213
11214 2003-04-08 Joel Sherrill <joel@oarcorp.com>
11215
11216 * MAINTAINERS: Add my email address.
11217
11218 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
11219
11220 * MAINTAINERS (Write After Approval): Add myself.
11221
11222 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
11223
11224 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
11225 * Makefile.in: Regenerate.
11226
11227 2003-03-14 Michael Chastain <mec@shout.net>
11228
11229 * Makefile.in: Regenerate with correct Makefile.def.
11230
11231 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
11232
11233 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
11234 Make macro.
11235 * Makefile.in: Regenerate.
11236 * configure.in: Clean up gxx_include_dir logic.
11237 * configure: Regenerate.
11238
11239 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
11240
11241 * MAINTAINERS (Write After Approval): Add myself.
11242
11243 2003-03-10 Ben Elliston <bje@wasabisystems.com>
11244
11245 * MAINTAINERS: Update my mail address.
11246
11247 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
11248
11249 * configure.in (gxx_include_dir): Fix typo.
11250 * configure: Regenerated.
11251
11252 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11253
11254 * Makefile.tpl: Reindent.
11255 * Makefile.in: Regenerate.
11256 * configure.in: Reindent. Don't set unused variables.
11257 * configure: Regenerate.
11258
11259 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
11260
11261 * configure.in: Include $(build_tooldir)/sys-include in
11262 FLAGS_FOR_TARGET.
11263 * configure: Regenerated.
11264
11265 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
11266
11267 * Makefile.tpl: Always pass down RANLIB.
11268 * Makefile.in: Regenerate.
11269
11270 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
11271 * Makefile.in: Regenerate.
11272 * configure.in: Remove unused logic relating to --enable-shared
11273 and --enable-threads. Remove bogus comments. Remove redundant
11274 noconfigdirs.
11275 * configure: Regenerate.
11276
11277 * configure.in: Replace ${libstdcxx_version} by its value.
11278 Remove reference to mh-dgux.
11279 * configure: Regenerate.
11280
11281 2003-03-03 Kevin Buettner <kevinb@redhat.com>
11282
11283 * MAINTAINERS (Write After Approval): Add myself.
11284
11285 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11286
11287 * Makefile.tpl: Rearrange.
11288 * Makefile.in: Regenerate.
11289
11290 2003-02-25 Uwe Stieber <uwe@wwws.de>
11291
11292 * configure.in: Add support for kaOS as cross build target system.
11293 * configure: Regenerated.
11294
11295 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
11296
11297 * MAINTAINERS (Write after approval): Add myself.
11298
11299 2003-02-21 James E Wilson <wilson@tuliptree.org>
11300
11301 * MAINTAINERS: Update my email address.
11302
11303 2003-02-21 Zack Weinberg <zack@codesourcery.com>
11304
11305 * MAINTAINERS: Add self to blanket write privs. section.
11306
11307 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
11308
11309 * Makefile.tpl: Add definition of CPPFLAGS to pass into
11310 configure-target-* as some target builds may require additional
11311 flags for preprocessor tests.
11312 * Makefile.in: Regenerated.
11313
11314 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
11315
11316 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
11317 * ltconfig: Handle it.
11318 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
11319 auto-detecting it.
11320
11321 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
11322 it is used as argument to $CC.
11323 * ltcf-gcj.sh: Likewise.
11324
11325 * configure.in: Introduce --enable-maintainer-mode.
11326 * configure: Rebuilt.
11327 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
11328 for maintainer mode.
11329 * Makefile.in: Rebuilt.
11330
11331 2003-02-18 Jason Merrill <jason@redhat.com>
11332
11333 * Makefile.tpl (check-c++): Allow parallelism.
11334
11335 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11336
11337 * MAINTAINERS: Remove John Carr (who never actually had access to
11338 gcc.gnu.org).
11339
11340 2003-02-15 Geoffrey Keating <geoffk@apple.com>
11341
11342 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
11343 don't configure target-libobjc.
11344 * configure: Regenerate.
11345
11346 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11347
11348 * Makefile.tpl (RANLIB): Define.
11349 * Makefile.in: Regenerate.
11350
11351 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
11352
11353 * MAINTAINERS: Update my email.
11354
11355 2003-02-06 Keith R Seitz <keiths@redhat.com>
11356
11357 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
11358 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
11359 * Makefile.in: Regenerated.
11360 * configure.in: Remove all traces of snavigator, db, and grep.
11361 * configure: Regenerated.
11362
11363 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11364
11365 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
11366 After Approval.
11367
11368 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11369
11370 * MAINTAINERS (Write after approval): Add myself.
11371
11372 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
11373
11374 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
11375 * Makefile.in: Regenerated.
11376
11377 2003-01-30 Roger Sayle <roger@eyesopen.com>
11378
11379 * config.guess: Updated to 2003-01-30's version.
11380 * config.sub: Updated to 2003-01-28's version.
11381
11382 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
11383
11384 * config.if: If gcc_version is already set, just use it. Don't set
11385 gcc_version_trigger if it's already set, otherwise set it to
11386 gcc/version.c, but only if the file exists. If it is not set and
11387 gcc/version.c does not exist, try to extract the version number from
11388 $CC.
11389
11390 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
11391
11392 * MAINTAINERS: Add myself to write-after-approval list.
11393
11394 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
11395
11396 * configure.in: Revert 24Jan change.
11397 * configure: Regenerate.
11398
11399 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11400
11401 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
11402 entry of HJ Lu.
11403
11404 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11405
11406 * configure.in: Revert previous change.
11407 * configure: Regenerate.
11408
11409 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
11410
11411 * configure.in: Make rda native-only.
11412 * configure: Regenerate.
11413
11414 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11415
11416 * MAINTAINERS: Move myself from GNATS-only-accounts to
11417 write-after-approval.
11418
11419 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
11420
11421 * configure.in: Add missing \.
11422 * configure: Rebuilt.
11423
11424 2003-01-17 Jakub Jelinek <jakub@redhat.com>
11425
11426 * configure.in (baseargs): Avoid using \| in sed regular
11427 expressions.
11428 * configure: Rebuilt.
11429
11430 2003-01-16 Jakub Jelinek <jakub@redhat.com>
11431
11432 * configure.in (baseargs): Remove all supported forms of
11433 --cache-file, --srcdir, --host, --build and --target options
11434 from argument lists.
11435 * configure: Rebuilt.
11436
11437 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
11438
11439 * MAINTAINERS: Add myself to write-after-approval list.
11440
11441 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
11442
11443 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
11444 * configure: Rebuilt.
11445
11446 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
11447
11448 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
11449 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
11450 * Makefile.in: Regenerate.
11451 * configure: Regenerate.
11452
11453 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
11454
11455 * configure.in: Remove Makefile in build, host and target modules
11456 unless configure was run with --no-recursion.
11457 * configure: Rebuilt.
11458
11459 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
11460
11461 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
11462 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
11463 * Makefile.in: Regenerate.
11464
11465 2003-01-08 Chris Demetriou <cgd@broadcom.com>
11466
11467 * config.guess: Update to 2003-01-03 version.
11468 * config.sub: Update to 2003-01-03 version.
11469
11470 2003-01-07 Christopher Faylor <cgf@redhat.com>
11471
11472 * configure: Regenerate with proper autoconf 2.13.
11473
11474 2003-01-07 Christopher Faylor <cgf@redhat.com>
11475
11476 * configure.in: Add AC_PREREQ for consistency.
11477 * configure: Regenerate.
11478
11479 2003-01-06 Andrew Cagney <ac131313@redhat.com>
11480
11481 * configure.in (GDB_TK): Add tcl directories conditional on
11482 gdb/gdbtk directory being present.
11483 * configure: Regenerate.
11484
11485 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
11486
11487 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
11488 used by gcc if LD is not defined and we are not doing a Canadian Cross.
11489 * configure: Rebuilt.
11490
11491 2002-12-31 Tom Tromey <tromey@redhat.com>
11492
11493 * Makefile.in: Rebuilt.
11494 * Makefile.def (target_modules) [libffi]: Allow installation.
11495
11496 2002-12-31 Andreas Schwab <schwab@suse.de>
11497
11498 * configure.in: Fix use of $program_transform_name.
11499 * configure: Regenerated.
11500
11501 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
11502
11503 * configure.in (baseargs): Don't remove first configure argument.
11504 * configure: Regenerated.
11505
11506 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
11507
11508 * Makefile.tpl (local-distclean): Don't remove...
11509 (multilib.ts): ... this. Moved into...
11510 (multilib.out): ... this. Don't use sub-make.
11511 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
11512 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
11513 (configure-build-[+module+], configure-[+module+],
11514 configure-target-[+module+], configure-gcc): ... these. Test
11515 for Makefile existence. Drop config.status from dependencies.
11516 * Makefile.in: Rebuilt.
11517 * configure.in: Move gcc-version-trigger to the end of
11518 ac_configure_args. Add comments to maybedep.tmp and
11519 serdep.tmp. Introduce --disable-serial-configure. Remove
11520 nonopt from baseargs, matching and removing corresponding
11521 whitespace while at it.
11522 * configure: Rebuilt.
11523
11524 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
11525
11526 * configure.in (host_configargs): Replace reference to
11527 no-longer-defined buildopts with --build=${build_alias}.
11528 * configure: Rebuilt.
11529
11530 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
11531 program_transform_name to standard idiom.
11532 (AUTOGEN, AUTOCONF): Define.
11533 (Makefile.in): Use $(AUTOGEN).
11534 (Makefile): Depend on config.status, and use autoconf-style rule to
11535 build it. Move original commands to...
11536 (config.status): ... this new target.
11537 (configure): Add $(srcdir). Depend on config/acx.m4. Use
11538 $(AUTOCONF).
11539 * Makefile.in: Rebuilt.
11540
11541 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
11542
11543 * Makefile.tpl: Fix dramatic bustage due to change in
11544 program_transform_name.
11545 * Makefile.in: Regenerate.
11546
11547 * configure.in: Remove unnecessary PATH setting.
11548 * configure: Regnerate.
11549
11550 * configure.in: Don't default to unprefixed tools unless
11551 the native tools will work.
11552 * configure: Regenerate.
11553
11554 * configure.in: Convert to autoconf script. Blow away lots
11555 of now-redundant Makefile fragments.
11556 * configure: Generate using Autoconf.
11557 * Makefile.tpl: Rewrite to reflect autoconfiscation.
11558 * Makefile.in: Regenerate.
11559
11560 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
11561
11562 * configure: Fix stupid bug where RANLIB was mistakenly included.
11563
11564 * configure.in: Rename (buildargs, hostargs, targargs) to
11565 (build_configargs, host_configargs, target_configargs).
11566
11567 * configure.in: Move logic out of sed statement.
11568
11569 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
11570 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
11571
11572 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
11573
11574 * config.sub: Import from master repository
11575 * config.guess: Ditto
11576
11577 2002-12-24 Andreas Schwab <schwab@suse.de>
11578
11579 * Makefile.tpl (multilib.out): Fix missing space.
11580 * Makefile.in: Regenerate.
11581
11582 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
11583
11584 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
11585 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
11586 * Makefile.in: Regenerate.
11587 * configure.in: Remove unnecessary leftovers.
11588
11589 2002-12-21 Geoffrey Keating <geoffk@apple.com>
11590
11591 * configure.in (extra_ranlibflags_for_target): New variable.
11592 (*-*-darwin): Add -c to ranlib commands.
11593 * configure (tooldir): Handle extra_ranlibflags_for_target.
11594
11595 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
11596
11597 * Makefile.tpl: Revert HJL's change.
11598 * Makefile.in: Regenerated.
11599 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
11600 always.
11601
11602 2002-12-19 Andreas Schwab <schwab@suse.de>
11603
11604 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
11605 * Makefile.in: Regenerate.
11606
11607 2002-12-18 H.J. Lu <hjl@gnu.org>
11608
11609 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
11610 * Makefile.in: Regenerated.
11611
11612 * configure.in (build_prefix): New. Substitute.
11613
11614 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
11615
11616 * Makefile.tpl: Don't let real targets depend on phony targets.
11617 * Makefile.in: Regenerate.
11618
11619 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
11620 * Makefile.in: Regenerate.
11621
11622 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
11623
11624 * config.sub: Import from master repository
11625 * config.guess: Ditto
11626
11627 2002-12-16 Jason Merrill <jason@redhat.com>
11628
11629 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
11630 previous 'make bootstrap'.
11631 * Makefile.in: Regenerate.
11632
11633 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
11634
11635 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
11636
11637 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
11638
11639 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
11640 * Makefile.in: Regenerate.
11641
11642 2002-12-13 Jason Merrill <jason@redhat.com>
11643
11644 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
11645 library tests.
11646 (check-c++): Just depend on it and check-target-libstdc++-v3.
11647 * Makefile.in: Regenerate.
11648
11649 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11650
11651 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
11652 * Makefile.in: Rebuilt.
11653
11654 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
11655
11656 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
11657
11658 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
11659
11660 * configure: Fix bug put in by gremlins.
11661
11662 * Makefile.tpl: Substitute more autoconfily.
11663 * configure: Substitute more autoconfily.
11664 * Makefile.in: Regenerate.
11665
11666 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
11667
11668 * config.sub: Import from master repository
11669 * config.guess: Ditto
11670 * MAINTAINERS: Added Svein Seldal under write after approval
11671
11672 2002-12-08 Andrew Cagney <ac131313@redhat.com>
11673
11674 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
11675 * Makefile.in (all-sim): Ditto.
11676
11677 2002-12-06 DJ Delorie <dj@redhat.com>
11678
11679 * Makefile.tpl: Change configure dependencies to not have real
11680 targets depend on phony targets.
11681
11682 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
11683
11684 * configure.in: Revert unintentional change.
11685
11686 * Makefile.tpl: Change dependency for */multilib.out so that
11687 it works when gcc isn't in the tree.
11688
11689 * configure.in: Substitute more.
11690 * configure: Run subconfigures from the Makefile.
11691 * Makefile.tpl: Run subconfigures from the Makefile; add a few
11692 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
11693
11694 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11695
11696 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
11697
11698 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
11699
11700 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
11701 and corresponding dependencies.
11702 * Makefile.in: Regenerate.
11703
11704 * configure.in (host_tools): Order binutils, gas and ld for
11705 convenience in running the testsuites.
11706
11707 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
11708 * Makefile.in: Regenerate.
11709 * configure.in: Introduce rules to serialize subconfigure runs.
11710
11711 * configure.in: Introduce BASE_CC_FOR_TARGET.
11712 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
11713 Realize configure-build-* targets. Realize configure-target-* targets.
11714 * Makefile.in: Regenerate.
11715
11716 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
11717
11718 * configure: Move gcc_version_trigger stuff from here...
11719 * configure.in: ...to here.
11720
11721 * configure.in: Separate subconfigure options added by this file from
11722 options given by the user. Add machinery to put args for host
11723 subconfigures into the Makefile.
11724
11725 * Makefile.tpl: Remove 'vault' targets.
11726 * Makefile.tpl: Reorder and comment dependencies.
11727 * Makefile.in: Regenerate.
11728
11729 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
11730 * configure.in: Fix my broken commit of previous patch. (sigh)
11731
11732 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11733
11734 * configure.in: Move host-specific darwin noconfigdirs into
11735 the host-specific section.
11736
11737 2002-11-28 Geoffrey Keating <geoffk@apple.com>
11738
11739 * configure.in: Move host-specific darwin noconfigdirs into
11740 the host-specific section.
11741
11742 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
11743
11744 * configure: Remove skip-this-dir support.
11745 * Makefile.tpl: Remove skip-this-dir support.
11746
11747 * Makefile.tpl: Remove leftover support for non-autoconfiscated
11748 subdirectories.
11749 * Makefile.in: Regenerate.
11750
11751 * Makefile.tpl: Strip out useless setting of 'dir'.
11752 * Makefile.in: Regenerate.
11753
11754 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
11755
11756 * configure.in: Fix deeply stupid bug.
11757
11758 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
11759 shell code in CXX_FOR_TARGET
11760 * Makefile.def: Introduce raw_cxx.
11761 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
11762 RAW_CXX_FOR_TARGET.
11763 * Makefile.in: Regenerate.
11764
11765 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
11766
11767 * Makefile.tpl: Remove unnecessary ifs.
11768 * Makefile.in: Regenerate.
11769
11770 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
11771 dependencies. Maybe-ize build-libiberty. Create dummy install
11772 targets for 'no_install' modules.
11773 * configure: Move GDB_TK substitution to configure.in. Move
11774 build_modules stuff to configure.in.
11775 * configure.in: Implement soft dependency machinery. Maybe-ize
11776 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
11777 * Makefile.in: Regenerate.
11778
11779 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
11780
11781 * Makefile.tpl: Make all-target, install-target behave similarly
11782 to all, install (only hitting configured targets). Eliminate
11783 unused macro defintions.
11784
11785 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
11786 build != host.
11787
11788 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
11789
11790 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
11791
11792 * configure.in: Produce lists of subdir targets we're actually
11793 configuring. Remove references to "dosrel".
11794 * Makefile.tpl: Let configure set which subdir targets are hit.
11795 Remove install-cross; clean up install; remove ALL. Remove
11796 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
11797 Autogenerate host module targets. Remove empty dependency lines
11798 and redundant dependency; rearrange slightly.
11799 * Makefile.def: Add host-side libtermcap, utils.
11800
11801 * Makefile.in: Regenerate.
11802
11803 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11804
11805 * ltconfig (osf[345]): Append $major to soname_spec.
11806 Reflect this in library_names_spec.
11807 * ltmain.sh (osf): Prefix $major with . for use as extension.
11808
11809 2002-11-19 Andreas Jaeger <aj@suse.de>
11810
11811 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
11812 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
11813 and sparc64 GNU/Linux systems.
11814
11815 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
11816
11817 * MAINTAINERS: Update email.
11818
11819 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11820
11821 * MAINTAINERS: Complete James Dennett's entry.
11822
11823 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
11824
11825 * MAINTAINERS (Write After Approval): Add myself.
11826
11827 2002-11-13 Bruce Korb <bkorb@gnu.org>
11828
11829 * Makefile.tpl: syntactic cleanup
11830
11831 2002-11-13 Stuart Hastings <stuart@apple.com>
11832
11833 * MAINTAINERS: Add myself to write-after-approval list.
11834
11835 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11836
11837 * Makefile.def: Add list of recursive targets to autogenerate.
11838 Add build_modules.
11839 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
11840 targets. Autogenerate *-build-* targets.
11841 * Makefile.in: Regenerate.
11842
11843 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
11844
11845 * configure: More autoconf-style substitutions.
11846 * Makefile.tpl: More autoconf-style substitutions.
11847 * Makefile.in: Regenerate.
11848
11849 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
11850
11851 * configure: Substitute more variables in a more autoconf-friendly
11852 way. Simplify slightly.
11853 * Makefile.tpl: Make more variables substitutable in an
11854 autoconf-friendly way.
11855 * Makefile.in: Regenerate.
11856
11857 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
11858
11859 * MAINTAINERS (Write After Approval): Add myself.
11860
11861 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
11862
11863 * configure.in (v810*): Remove special setting of tools.
11864
11865 * configure: Add support for extra required flags for ar or nm.
11866 * configure.in (aix4.3+): Use above support for target-specific
11867 issues, rather than using config/mt-aix43.
11868
11869 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
11870
11871 * configure: Remove 'removing', which doesn't work. Replace $subdir
11872 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
11873 with $srcdir. Reformat indentation. Substitute some variables
11874 formerly hard-coded in the Makefile for build=host.
11875 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
11876 * Makefile.def: Autogenerate more.
11877 * Makefile.in: Regenerate.
11878
11879 2002-11-04 Adam Nemet <anemet@lnxw.com>
11880
11881 * MAINTAINERS (Write After Approval): Add myself.
11882
11883 2002-11-04 Kevin Buettner <kevinb@redhat.com>
11884
11885 * Makefile.def (host_modules): Add rda.
11886 * Makefile.in: Regenerate.
11887 * configure.in (target_tool): Add target-rda to list.
11888
11889 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11890
11891 * MAINTAINERS: Remove "co-maintainer" note for web pages.
11892
11893 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
11894
11895 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
11896 and restrap targets to this rule.
11897 * Makefile.in: Regenerate.
11898
11899 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
11900
11901 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
11902 GNATS only accounts.
11903
11904 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
11905
11906 * configure.in (i[3456]86-*-linux*): Add check to disable
11907 ${libgcj} for glibc1.
11908
11909 2002-10-24 Denis Chertykov <denisc@overta.ru>
11910
11911 * MAINTAINERS: Add myself as ip2k port maintainer.
11912
11913 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
11914
11915 * configure.in: Add tic4x target.
11916
11917 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
11918
11919 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
11920 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
11921 * Makefile.in: Regenerate.
11922
11923 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
11924 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
11925 * Makefile.in: Regenerate.
11926
11927 2002-10-02 Janis Johnson <janis187@us.ibm.com>
11928
11929 * MAINTAINERS: Add myself as web pages co-maintainer.
11930
11931 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11932
11933 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
11934 * Makefile.in: Regenerate.
11935
11936 2002-10-02 Zack Weinberg <zack@codesourcery.com>
11937
11938 * MAINTAINERS: Add myself and Nathan Sidwell
11939 <nathan@codesourcery.com> as VxWorks maintainers.
11940
11941 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
11942
11943 * Makefile.def: Remove order dependency comments.
11944 * Makefile.tpl: Add explicit install-install dependencies.
11945 * Makefile.in: Regenerate.
11946
11947 * Makefile.tpl: Remove material now in src-release. (Finally!)
11948 * Makefile.in: Regenerate.
11949
11950 * Makefile.tpl: Add configure-target (for src-release in src)
11951 * Makefile.in: Regenerate.
11952
11953 2002-09-30 Nick Clifton <nickc@redhat.com>
11954
11955 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
11956
11957 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
11958
11959 * configure.in (s390*-*-linux*): Enable libgcj.
11960
11961 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
11962
11963 * configure: Revert accidentally applied changes.
11964
11965 * Makefile.tpl: Make more autoconf-friendly.
11966 * Makefile.in: Regenerate.
11967 * configure: Make substitution more autoconf-like.
11968
11969 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
11970
11971 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
11972 single entry to handle all these.
11973 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
11974 libjava on arm-*-elf.
11975
11976 2002-09-27 Geoffrey Keating <geoffk@apple.com>
11977
11978 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
11979 things that depend on them.
11980
11981 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11982
11983 * Makefile.tpl: Make subsituted variables more autoconfy.
11984 * Makefile.in: Regenerate.
11985 * configure: Make seds more autoconfy.
11986
11987 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
11988
11989 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
11990 * Makefile.in: Regenerate.
11991 * configure.in: Rewrite sed statements to look autoconfy.
11992
11993 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
11994 all-target-foo on configure-target-foo.
11995 * Makefile.def: Ditto.
11996 * Makefile.in: Rebuild.
11997
11998 2002-09-25 Andrew Haley <aph@redhat.com>
11999
12000 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
12001
12002 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
12003
12004 * Makefile.def: New file.
12005 * Makefile.tpl: New file.
12006 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
12007 * contrib/gcc_update: Note that Makefile.in is a generated file.
12008
12009 * configure.in: Minor rearrangement. Simplify tests.
12010
12011 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
12012
12013 * configure.in (with_headers): Skip copy if value is "yes".
12014 (with_libs): Likewise.
12015
12016 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12017
12018 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
12019 * configure.in (sh*-*-pe*): Ditto.
12020 * configure.in (mips*-*-pe*): Ditto.
12021 * configure.in (*arm-wince-pe): Ditto.
12022
12023 * configure.in: Rearrange.
12024
12025 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
12026
12027 * MAINTAINERS: Update my email address.
12028
12029 2002-08-30 Paul Koning <pkoning@equallogic.com>
12030
12031 * MAINTAINERS: (Write After Approval): Add myself.
12032
12033 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
12034
12035 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
12036
12037 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
12038
12039 * MAINTAINERS: Change my mailing address.
12040
12041 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
12042
12043 * MAINTAINERS (Write After Approval): Remove myself.
12044 (Various Maintainers: c++ runtime libs): Add myself.
12045
12046 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
12047
12048 * MAINTAINERS (Write After Approval): Remove myself.
12049 (Various Maintainers: c++ runtime libs): Add myself.
12050
12051 2002-08-15 Eric Christopher <echristo@redhat.com>
12052
12053 * config.sub: Import from master repository.
12054 * config.guess: Ditto.
12055
12056 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
12057
12058 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
12059 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
12060 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
12061
12062 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
12063
12064 * MAINTAINERS: Add self to rs6000 vector extensions.
12065
12066 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
12067
12068 * libiberty/configure: Reverted unintended yesterday's check in.
12069
12070 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
12071
12072 * boehm-gc/configure, libf2c/configure: Rebuilt.
12073 * libffi/configure, libiberty/configure: Ditto.
12074 * libjava/configure, libobjc/configure: Ditto.
12075 * libstdc++-v3/configure, zlib/configure: Ditto.
12076 Merged from binutils:
12077 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
12078 From Steve Ellcey <sje@cup.hp.com>:
12079 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
12080 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
12081 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
12082 IA64.
12083 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
12084 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
12085 soname_spec, sys_lib_search_path_spec): Ditto.
12086
12087 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
12088
12089 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
12090
12091 2002-08-04 H.J. Lu (hjl@gnu.org)
12092
12093 * configure.in (mips*-*-linux*): Don't skip target-libffi.
12094
12095 2002-08-02 Krister Walfridsson <cato@df.lth.se>
12096
12097 * MAINTAINERS (Write After Approval): Add myself.
12098
12099 2002-07-31 Alan Modra <amodra@bigpond.net.au>
12100
12101 * configure.in: Move generic linux case to end. Copy generic
12102 linux noconfigdirs to mips*-*-linux* entry and new
12103 powerpc64*-*-linux* entry. Add target-libffi for the latter.
12104
12105 2002-07-19 Michael Matz <matz@suse.de>
12106
12107 * MAINTAINERS: Add myself as ra* maintainer.
12108
12109 2002-07-16 Chris Demetriou <cgd@broadcom.com>
12110
12111 * config.guess: Update to 2002-07-09 version.
12112 * config.sub: Update to 2002-07-03 version.
12113
12114 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
12115
12116 * MAINTAINERS: Fix typo in a maintainer email address.
12117
12118 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
12119
12120 * configure.in: Remove two redundant tests.
12121
12122 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12123
12124 * configure.in (mips*-*-irix6*o32): Enable stabs.
12125
12126 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
12127
12128 * configure.in: Don't build grez.
12129 * Makefile.in: Ditto.
12130
12131 * Makefile.in: Remove references to bsp, cygmon, libstub.
12132 * configure.in: Ditto.
12133
12134 * configure.in: Remove leftover reference to gdbtest.
12135
12136 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
12137
12138 * configure.in (gxx_include_dir): Change to match versioned
12139 C++ headers if --enable-version-specific-runtime-libs is used.
12140
12141 2002-07-04 Steve Ellcey <sje@cup.hp.com>
12142
12143 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
12144
12145 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
12146
12147 * configure.in: Make --without-x work.
12148
12149 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
12150
12151 * configure.in: Rearrange target Makefile fragment collection.
12152
12153 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
12154 cvs[src].
12155 * configure.in: Ditto.
12156
12157 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
12158
12159 * MAINTAINERS (Write After Approval): Update my e-mail address.
12160
12161 2002-06-24 Ben Elliston <bje@redhat.com>
12162
12163 * configure.in (host_tools): Remove cgen.
12164
12165 * Makefile.in (all-cgen): Remove; runs from its source directory.
12166 (check-cgen, install-cgen, clean-cgen): Likewise.
12167 (all-opcodes): Do not depend on all-cgen.
12168 (all-sim): Likewise.
12169
12170 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
12171
12172 * Makefile.in: Eliminate 'apache' targets.
12173 * configure.in: Eliminate 'apache' targets.
12174
12175 * configure.in: Eliminate redundant tests. Reorganize.
12176
12177 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
12178
12179 * config-ml.in: Eliminate references to Cygnus configure.
12180
12181 * Makefile.in: Eliminate references to building emacs.
12182
12183 2002-06-28 Graham Stott <graham.stott@btinternet.com>
12184
12185 * MAINTAINERS: Update my email address.
12186
12187 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
12188
12189 * config.if (libstdcxx_incdir): Version C++ headers.
12190 (cxx_incdir): Remove.
12191
12192 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
12193
12194 * MAINTAINERS (Write After Approval): Add self.
12195
12196 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
12197
12198 * configure.in: Add support for ip2k.
12199
12200 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
12201
12202 * configure.in: Fix AIX configury bug.
12203
12204 2002-06-20 Steve Ellcey <sje@cup.hp.com>
12205
12206 * MAINTAINERS (Write After Approval): Add self.
12207
12208 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12209
12210 * configure.in: replace ${topsrcdir} with ${srcdir}
12211
12212 * configure.in: Move definition of libstdcxx_flags
12213 right above usage, rather than waaay earlier.
12214
12215 * configure.in: Pull definition of is_cross_compiler earlier.
12216
12217 * configure.in: Rearrange a little.
12218
12219 * configure.in: Remove references to librx.
12220 * Makefile.in: Remove references to librx.
12221
12222 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
12223
12224 * config.sub: Add support for avr target.
12225 Import from master sources, rev 1.255
12226
12227 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
12228
12229 * configure, .cvsignore: Revert previous change...
12230 * Makefile: ...delete.
12231
12232 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
12233
12234 * configure.in: Eliminate ${gasdir} variable.
12235
12236 2002-06-18 Dave Brolley <brolley@redhat.com>
12237
12238 * configure.in: Add support for frv.
12239 * config.sub: Add support for frv.
12240
12241 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12242
12243 * configure: Remove garbage from previous commit.
12244
12245 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
12246
12247 * configure: For in-source builds, make a subdir and re-exec there.
12248 * Makefile: New file. Pass targets through to build directory.
12249 * .cvsignore: No longer ignore "Makefile".
12250
12251 2002-06-16 Douglas Rupp <rupp@gnat.com>
12252
12253 * MAINTAINERS (Write After Approval): Add self.
12254
12255 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12256
12257 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
12258
12259 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
12260
12261 * configure.in (vax-*-netbsd*): Re-enable gas.
12262
12263 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
12264
12265 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
12266 BUILD_PREFIX_1, to correct nomenclature.
12267 * configure: Likewise.
12268
12269 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
12270 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
12271
12272 2002-05-31 Olaf Hering <olh@suse.de>
12273
12274 * config-ml.in: Propogate DESTDIR also.
12275
12276 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
12277
12278 * configure.in (vax-*-netbsd*): Don't build gas for this
12279 platform.
12280
12281 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
12282
12283 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12284 and libgcj for AVR.
12285
12286 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
12287
12288 * MAINTAINERS (Write After Approval): Add myself.
12289
12290 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
12291
12292 * config.guess: Update to 2002-05-22 version.
12293 * config.sub: Likewise.
12294
12295 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12296
12297 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
12298 * config-ml.in: Likewise.
12299 * configure: Likewise.
12300 * configure.in: Likewise.
12301
12302 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
12303
12304 * MAINTAINERS: Update my email address.
12305
12306 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
12307
12308 * configure.in: Simplify makefile fragment collection.
12309
12310 * configure.in: Remove code to build emacs.
12311
12312 * configure.in : Remove --srcdir argument from targargs and buildargs
12313 (it's always overridden in the Makefile anyway). Rearrange a bit.
12314
12315 * configure: Move some logic to configure.in.
12316 * configure.in: Move some logic from configure.
12317
12318 2002-05-11 Tom Tromey <tromey@redhat.com>
12319
12320 * MAINTAINERS: Reflect libgcj reality.
12321
12322 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
12323
12324 * Makefile.in: Honour DESTDIR.
12325
12326 2002-05-08 Mark Mitchell <mark@codesourcery.com>
12327
12328 * config.guess: Import 2002-03-20 version.
12329 * config.sub: Import 2002-04-26 version.
12330
12331 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12332
12333 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
12334
12335 2002-05-07 Tim Josling <tej@melbpc.org.au>
12336
12337 * MAINTAINERS: Add self.
12338
12339 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
12340
12341 * ltmain.sh: Detect and handle object name conflicts
12342 while piecewise linking a static library.
12343
12344 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
12345
12346 * configure.in (noconfigdirs): Don't disable libgcj on
12347 sparc64-*-solaris* and sparcv9-*-solaris*.
12348
12349 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
12350
12351 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
12352
12353 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
12354
12355 * configure.in (FLAGS_FOR_TARGET): Do not add
12356 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
12357 on i[3456]86-*-linux*.
12358
12359 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
12360
12361 * configure.in (noconfigdirs): Replace [ ] with test.
12362
12363 * configure.in (noconfigdirs): Do not add target-newlib if
12364 target == i[3456]86-*-linux*, and host == target.
12365
12366 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
12367
12368 * configure.in: delete reference to absent file
12369
12370 * configure.in: replace '[' with 'test'
12371
12372 * configure.in: Eliminate references to gash.
12373 * Makefile.in: Eliminate references to gash.
12374
12375 * configure.in: remove useless references to 'pic' makefile fragments.
12376
12377 * configure.in: (*-*-windows*) Finish removing.
12378
12379 * configure.in: Eliminate redundant test for libgui.
12380
12381 2002-04-29 Roger Sayle <roger@eyesopen.com>
12382
12383 * MAINTAINERS: Add self and realphabetize. Update entries
12384 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
12385 entry for a29k port maintainer.
12386
12387 2002-04-26 Joel Sherrill <joel@OARcorp.com>
12388
12389 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
12390 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
12391
12392 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
12393
12394 * configure.in: remove references to dead files
12395
12396 2002-04-19 Mark Mitchell <mark@codesourcery.com>
12397
12398 * MAINTAINERS: Add information about purpose of this file.
12399
12400 2002-04-18 Tom Tromey <tromey@redhat.com>
12401
12402 * configure.in: Disallow configuring libgcj when it is already
12403 installed and we're using Solaris 2.8 linker. Do enable libgcj on
12404 Solaris 2.8 by default. For PR libgcj/6158.
12405
12406 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12407
12408 * configure.in: Move default CC setting out of config/mh-* fragments
12409 directly into here.
12410
12411 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
12412
12413 * configure.in: don't even try to configure or make a subdirectory
12414 if there's no configure script for it.
12415
12416 2002-04-15 Mark Mitchell <mark@codesourcery.com>
12417
12418 * MAINTAINERS: Remove chill maintainers.
12419 * Makefile.in (CHILLFLAGS): Remove.
12420 (CHILL_LIB): Remove.
12421 (TARGET_CONFIGDIRS): Remove libchill.
12422 (CHILL_FOR_TARGET): Remove.
12423 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
12424 CHILL_LIB.
12425 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
12426 (CHECK_TARGET_MODULES): Likewise.
12427 (INSTALL_TARGET_MODULES): Likewise.
12428 (CLEAN_TARGET_MODULES): Likewise.
12429 (configure-target-libchill): Remove.
12430 (all-target-libchill): Remove.
12431 * configure.in (target_libs): Remove target-libchill.
12432 Do not compute CHILL_FOR_TARGET.
12433 * libchill: Remove directory.
12434
12435 2002-04-11 DJ Delorie <dj@redhat.com>
12436
12437 * Makefile.in, configure.in: Sync with binutils, entries
12438 follow...
12439
12440 2002-04-07 Andrew Cagney <ac131313@redhat.com>
12441
12442 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
12443 (do-tar, do-bz2): New rules.
12444 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
12445 (gdb-tar): New rule.
12446 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
12447 (insight_dejagnu.tar): New rule.
12448 (insight.tar): New rule.
12449 (gdb+dejagnu.tar): New rule.
12450 (gdb.tar): New rule.
12451
12452 2002-02-01 Mo DeJong <supermo@bayarea.net>
12453
12454 * Makefile.in: Add all-tix to deps for all-snavigator
12455 so that tix is built when building snavigator.
12456
12457 2002-01-11 Steve Ellcey <sje@cup.hp.com>
12458
12459 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
12460 ld and gdb are not supported.
12461
12462 2002-01-07 Mark Salter <msalter@redhat.com>
12463
12464 * configure.in: Remove target-bsp and target-cygmon from arm builds.
12465 Allow target-libgloss to be built for arm, strongarm, and xscale.
12466
12467 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
12468
12469 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
12470 options for i[3456]86-pc-linux* native builds.
12471
12472 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
12473
12474 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
12475 files from .po files for a distribution.
12476
12477 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
12478
12479 * configure.in: Enable libstdc++-v3 for h8300 targets.
12480
12481 2001-06-19 Alan Modra <amodra@bigpond.net.au>
12482
12483 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
12484 version from bfd/.
12485
12486 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
12487
12488 * Makefile.in (VER): When present, extract the version number from
12489 the file version.in.
12490
12491 2001-05-24 Tom Rix <trix@redhat.com>
12492
12493 * configure.in : enable ld for aix
12494
12495 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
12496
12497 * config.guess: Add linux target for S/390.
12498
12499 2000-11-07 Philip Blundell <pb@futuretv.com>
12500
12501 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
12502
12503 2000-11-03 Philip Blundell <pb@futuretv.com>
12504
12505 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
12506 files.
12507
12508 2001-01-15 Ben Elliston <bje@redhat.com>
12509
12510 * configure.in (host_tools): Add sid.
12511 Always configure cgen.
12512
12513 2000-11-24 Nick Clifton <nickc@redhat.com>
12514
12515 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
12516
12517 2000-08-20 Doug Evans <dje@casey.transmeta.com>
12518
12519 * Makefile.in (ALL_MODULES): Add all-cgen.
12520 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
12521 (all-cgen): New target.
12522 (all-opcodes,all-sim): Depend on all-cgen.
12523 * configure.in (host_tools): Add cgen.
12524 Only configure cgen if --enable-cgen-maint.
12525
12526 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
12527
12528 * configure.in: Add *-*-freebsd* configurations.
12529
12530 2002-04-08 Tom Tromey <tromey@redhat.com>
12531
12532 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
12533 Fixes PR libgcj/6068.
12534
12535 2002-03-30 Krister Walfridsson <cato@df.lth.se>
12536
12537 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
12538
12539 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12540
12541 * configure.in (alpha*-dec-osf*): Enable libgcj.
12542
12543 2003-03-27 Matthew Gingell <gingell@gnat.com>
12544
12545 * MAINTAINERS (Write After Approval): Add myself.
12546
12547 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
12548
12549 Fix for: PR bootstrap/3591, target/5676
12550 * configure.in (mcore-pe): Disable the configuration of
12551 libstdc++-v3 since exceptions are not supported.
12552
12553 2002-03-20 Anthony Green <green@redhat.com>
12554
12555 * configure.in: Enable libgcj for xscale-elf target.
12556
12557 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
12558
12559 * MAINTAINERS: Update my email address.
12560
12561 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
12562
12563 * ltmain.sh (relink_command): Fix typo in previous change.
12564
12565 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
12566
12567 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
12568 (relink_command): Added --tag flags.
12569 (mode=install): If relinking fails; error out.
12570
12571 2002-03-12 Richard Henderson <rth@redhat.com>
12572
12573 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
12574 .NOTPARALLEL tag.
12575 (do-check): Rename from check.
12576 (check): Allow parallel check.
12577
12578 2002-03-12 Bob Wilson <bob.wilson@acm.org>
12579
12580 * MAINTAINERS: Add myself as maintainer for xtensa port.
12581 Fix alphabetical order in CPU port maintainer list.
12582 Remove myself from Write After Approval list.
12583
12584 2002-03-11 Richard Henderson <rth@redhat.com>
12585
12586 * Makefile.in (.NOTPARALLEL): Add fake tag.
12587
12588 2002-03-07 H.J. Lu (hjl@gnu.org)
12589
12590 * configure.in: Enable gprof for mips*-*-linux*.
12591
12592 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
12593
12594 * MAINTAINERS (Write After Approval): Add myself.
12595
12596 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
12597
12598 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
12599 libjava.
12600 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
12601
12602 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
12603
12604 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
12605 because its Makefile is there; test for the executable instead.
12606
12607 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
12608
12609 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
12610 libstdc++-v3 and libjava.
12611
12612 2002-02-11 Adam Megacz <adam@xwt.org>
12613
12614 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
12615 boehm-gc
12616
12617 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
12618
12619 * config.guess: Updated to 2002-01-30's version.
12620 * config.sub: Updated to 2002-02-01's version.
12621 Contribute sh64-elf.
12622 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
12623 * configure.in: Added sh64-*-*.
12624
12625 2002-02-08 Chris Demetriou <cgd@broadcom.com>
12626
12627 * MAINTAINERS: Belatedly add myself to write after approval list.
12628
12629 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
12630
12631 * MAINTAINERS: Put self in as maintainer for x86-64 port.
12632 Remove self as Write After Approval.
12633
12634 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
12635
12636 * MAINTAINERS: Put self in as maintainer for contrib/regression
12637 directory.
12638
12639 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
12640
12641 * MAINTAINERS: Update my email address.
12642
12643 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
12644
12645 * configure.in (*-*-netbsd*): New. Skip target-newlib,
12646 target-libiberty, and target-libgloss. Skip Java-related
12647 libraries if not supported for NetBSD on target CPU.
12648
12649 2002-01-25 Douglas B Rupp <rupp@gnat.com>
12650
12651 * install-sh: Use _inst.$$_ for temp file name.
12652
12653 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
12654
12655 * MAINTAINERS (Write After Approval): Move my contact info
12656 from here...
12657 (OS Port Maintainers): ...to here (netbsd).
12658
12659 2002-01-22 Bob Wilson <bob.wilson@acm.org>
12660
12661 * MAINTAINERS (Write After Approval): Add myself.
12662
12663 2002-01-17 H.J. Lu <hjl@gnu.org>
12664
12665 * Makefile.in (all-fastjar): Also depend on all-libiberty.
12666 (all-target-fastjar): Also depend on all-target-libiberty.
12667
12668 2002-01-16 H.J. Lu (hjl@gnu.org)
12669
12670 * config.guess: Import from master sources, rev 1.225.
12671 * config.sub: Import from master sources, rev 1.238.
12672
12673 2002-01-16 Kazu Hirata <kazu@hxi.com>
12674
12675 * MAINTAINERS (Write After Approval): Remove myself.
12676
12677 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
12678
12679 * MAINTAINERS (Write After Approval): Add myself.
12680
12681 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
12682
12683 * MAINTAINERS: Add self as docs co-maintainer.
12684
12685 2001-12-11 Matthias Klose <doko@debian.org>
12686
12687 * MAINTAINERS (Write After Approval): Add myself.
12688
12689 2001-12-09 Zack Weinberg <zack@codesourcery.com>
12690
12691 * MAINTAINERS: Update my email address.
12692
12693 2001-12-07 Turly O'Connor <turly@apple.com>
12694 * MAINTAINERS (Write After Approval): Add myself.
12695 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
12696 (rs6000_initialize_trampoline): Call __trampoline_setup for
12697 ABI_DARWIN too.
12698 * darwin-tramp.asm: New file, implements __trampoline_setup.
12699 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
12700
12701 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
12702
12703 * MAINTAINERS (Write After Approval): Add myself.
12704
12705 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
12706
12707 * configure, configure.in: Use temp file for long sed commands.
12708
12709 2001-12-03 Laurent Guerby <guerby@acm.org>
12710
12711 * config.sub: Update to version 1.232 on subversion.
12712
12713 2001-12-03 Ben Elliston <bje@redhat.com>
12714
12715 * MAINTAINERS: Update mail address for config.* patches.
12716
12717 2001-11-27 DJ Delorie <dj@redhat.com>
12718 Zack Weinberg <zack@codesourcery.com>
12719
12720 When build != host, create libiberty for the build machine.
12721
12722 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
12723 CONFIG_ARGUMENTS.
12724 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
12725 New variables.
12726 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
12727 and rules.
12728 (all.normal): Depend on ALL_BUILD_MODULES.
12729 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
12730 (all-build-libiberty): Depend on configure-build-libiberty.
12731
12732 * configure: Calculate and substitute proper value for
12733 ALL_BUILD_MODULES.
12734 * configure.in: Create the build subdirectory.
12735 Calculate and substitute TARGET_CONFIGARGS (formerly
12736 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
12737
12738 2001-11-26 Ziemowit Laski <zlaski@apple.com>
12739
12740 * MAINTAINERS (write-after-approval): Add self.
12741
12742 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
12743
12744 * MAINTAINERS (GNATS only accounts): Remove self.
12745
12746 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
12747
12748 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
12749 libf2c.
12750
12751 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
12752
12753 * MAINTAINERS (Write After Approval): Add self.
12754
12755 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12756
12757 * MAINTAINERS: mips and s390 are also CPU ports.
12758
12759 2001-11-12 David O'Brien <obrien@FreeBSD.org>
12760
12761 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
12762
12763 2001-11-11 David O'Brien <obrien@FreeBSD.org>
12764
12765 * MAINTAINERS: Alphabetize.
12766
12767 2001-11-09 Kazu Hirata <kazu@hxi.com>
12768
12769 * MAINTAINERS (Various maintainers: h8 port): Add myself.
12770
12771 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
12772
12773 * MAINTAINERS (Various maintainers: hppa port): Added myself.
12774
12775 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
12776
12777 * configure.in (--enable-languages): Be more permissive about
12778 syntax. Check for empty lists better. Warn about $LANGUAGES.
12779
12780 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
12781
12782 * config.sub: Import from master sources, rev. 1.230.
12783 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
12784
12785 2001-11-07 Laurent Guerby <guerby@acm.org>
12786
12787 * MAINTAINERS (Write After Approval): Add self.
12788
12789 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
12790
12791 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
12792
12793 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
12794
12795 * config.sub: Import from master sources, rev 1.226.
12796 * config.guess: Import from master sources, rev 1.216.
12797
12798 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
12799
12800 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
12801 * MAINTAINERS: Add self as maintainer of MMIX port.
12802 Remove old after-approval entry.
12803
12804 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
12805
12806 * ChangeLog, configure: Fix spelling errors.
12807
12808 2001-10-20 Brendan Kehoe <brendan@zen.org>
12809
12810 * MAINTAINERS: Tweak my address.
12811
12812 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
12813
12814 * MAINTAINERS: Update my email address.
12815
12816 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
12817
12818 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
12819 * MAINTAINERS: Add self as maintainer of CRIS port.
12820
12821 2001-10-10 Geert Bosch <bosch@gnat.com>
12822
12823 * MAINTAINERS (Various maintainers: Ada front end):
12824 Added Robert Dewar.
12825
12826 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
12827
12828 * MAINTAINERS (Write After Approval): Added self
12829
12830 2001-10-02 Geert Bosch <bosch@gnat.com>
12831
12832 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12833
12834 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
12835
12836 * configure: Handle temporary files securely using mkdir.
12837
12838 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
12839
12840 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
12841
12842 2001-09-26 Will Cohen <wcohen@redhat.com>
12843
12844 * configure.in (*-*-linux*): Disable configuration of target-newlib
12845 and target-libgloss.
12846
12847 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12848
12849 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
12850 RANLIB.
12851
12852 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
12853
12854 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
12855 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
12856 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
12857 avoid quotes nesting problems.
12858 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
12859 (DO_X): Export only variables that are set.
12860
12861 2001-09-19 Ben Elliston <bje@redhat.com>
12862
12863 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
12864 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
12865 semantics. Use the shell built-in "type" command instead.
12866
12867 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
12868
12869 Merged from gcc-3_0-branch:
12870 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
12871 * ltcf-c.sh: Use $objext, not $ac_objext.
12872 2001-07-27 Mark Kettenis <kettenis@gnu.org>
12873 * ltcf-cxx.sh: Add support for GNU.
12874 2001-07-22 Timothy Wall <twall@redhat.com>
12875 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
12876 default settings if using GNU tools with that configuration.
12877 * ltcf-cxx.sh: Ditto.
12878 * ltcf-gcj.sh: Ditto.
12879 2001-07-21 Michael Chastain <chastain@redhat.com>
12880 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
12881 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
12882 * ltmain.sh: Mark as gcc-local.
12883
12884 2001-08-30 Eric Christopher <echristo@redhat.com>
12885 Jason Eckhardt <jle@redhat.com>
12886
12887 * config.guess: Merge from master sources.
12888 * config.sub: Merge from master sources, add support for mipsisa32.
12889
12890 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
12891 * config.sub: Merge from master sources, rev 1.219.
12892 * MAINTAINERS: Add self as contact for stormy16 port.
12893
12894 2001-08-14 Zack Weinberg <zackw@panix.com>
12895
12896 * config.sub: Merge from master sources, rev 1.218.
12897 * config.guess: Merge from master sources, rev 1.209.
12898
12899 2001-08-11 Graham Stott <grahams@redhat.com>
12900
12901 * Makefile.in (check-c++): Add missing semicolon.
12902
12903 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
12904
12905 * MAINTAINERS (Various maitainers: predict.def): Added myself.
12906
12907 2001-07-30 Eric Christopher <echristo@redhat.com>
12908
12909 * MAINTAINERS (Various maintainers: mips port): Added myself.
12910
12911 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
12912
12913 * configure.in (sh-*-linux*): New.
12914
12915 2001-07-27 Richard Henderson <rth@redhat.com>
12916
12917 * .cvsignore: Add LAST_UPDATED.
12918
12919 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
12920
12921 * MAINTAINERS (Various maintainers: s390 port): Added myself.
12922
12923 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
12924
12925 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
12926
12927 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
12928
12929 * MAINTAINERS (Write After Approval): Added myself.
12930
12931 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
12932
12933 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
12934 and libgcj on m68hc11/m68hc12.
12935
12936 2001-06-27 H.J. Lu (hjl@gnu.org)
12937
12938 * Makefile (CFLAGS_FOR_BUILD): New.
12939 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
12940
12941 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12942
12943 * README: Remove version number.
12944
12945 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12946
12947 * INSTALL/README: Update wrt. to the installation instructions now
12948 residing in gcc/doc/install.texi.
12949
12950 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
12951
12952 * README: Replace with a cut-down and updated version of gcc/README.
12953
12954 2001-06-12 David Edelsohn <edelsohn@gnu.org>
12955
12956 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
12957 multilibs to be disabled.
12958
12959 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
12960
12961 * MAINTAINERS (Write After Approval): Add myself.
12962
12963 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
12964
12965 * config.guess: Import CVS version 1.195.
12966 * config.sub: Import CVS version 1.212.
12967
12968 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
12969
12970 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
12971 gcc/xgcc is built, use -print-prog-name to find out the program
12972 name to use.
12973
12974 2001-06-04 Phil Edwards <pme@sources.redhat.com>
12975
12976 * config.guess: Import CVS version 1.194. All gcc-local changes
12977 appear to also be in the master copy.
12978 * config.sub: Import CVS version 1.211.
12979
12980 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
12981
12982 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
12983 with_gcc]: Use `gcc -shared' to build a shared library.
12984
12985 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
12986
12987 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
12988 archives.
12989
12990 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12991
12992 * MAINTAINERS (Write After Approval): Add myself.
12993
12994 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
12995
12996 * configure.in (libstdcxx_flags): Do not try to execute
12997 libstdc++-v3/testsuite_flags until it exists.
12998
12999 2001-06-01 Alan Modra <amodra@bigpond.net.au>
13000
13001 * MAINTAINERS: Update my email address.
13002
13003 2001-05-31 Graham Stott <grahams@redhat.com>
13004
13005 * MAINTAINERS (Write After Approval): Add myself.
13006
13007 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
13008
13009 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
13010 libraries when using g++ with native linker.
13011
13012 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
13013
13014 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
13015
13016 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
13017
13018 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
13019 [aix4*|aix5*]: Prepend blank.
13020
13021 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
13022
13023 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13024 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
13025 of subdir/configure scripts to use the new libtool.m4.
13026
13027 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
13028
13029 * MAINTAINERS (Write After Approval): Add myself.
13030
13031 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
13032
13033 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
13034
13035 2001-05-11 Ben Elliston <bje@redhat.com>
13036
13037 * Makefile.in (all-sid): New target.
13038 (check-sid, clean-sid, install-sid): Likewise.
13039
13040 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
13041
13042 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
13043
13044 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
13045
13046 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
13047 libgcj.
13048
13049 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
13050
13051 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
13052 gcc/xgcc is built, use -print-prog-name to find out the program
13053 name to use.
13054
13055 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
13056
13057 * configure.in (noconfigdirs): Don't reset it from scratch in the
13058 target case; only append to it.
13059
13060 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
13061 sparc-*-solaris2.8]: Disable ${libgcj}.
13062
13063 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
13064
13065 * configure.in (libgcj_saved): Copy from $libgcj.
13066 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
13067 --disable-libgcj.
13068
13069 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
13070
13071 * MAINTAINERS: Remove self as MIPS maintainer and
13072 C front end maintainer.
13073
13074 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
13075
13076 * configure.in: Move *-chorusos target case to the proper switch.
13077 Disable libgcj.
13078
13079 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
13080
13081 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
13082 1.641.2.228.
13083
13084 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13085
13086 * Makefile.in (STAGE1_CFLAGS): Pass down.
13087
13088 2001-04-13 Alan Modra <amodra@one.net.au>
13089
13090 * config.guess: Add hppa64-linux support. Note for next import that
13091 this is already in the master file.
13092 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
13093
13094 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
13095
13096 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13097 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
13098
13099 2001-04-11 Stan Shebs <shebs@apple.com>
13100
13101 * MAINTAINERS: Add self as Darwin port maintainer.
13102
13103 2001-04-11 Alan Modra <amodra@one.net.au>
13104
13105 * MAINTAINERS: Update my email address.
13106
13107 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
13108
13109 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13110 recent versions of FreeBSD (release 3 or later).
13111 * ltconfig: On FreeBSD, -lc must not be provided when building
13112 a shared library or else the standard -pthread gcc option is
13113 rendered worthless to later users of the built library.
13114
13115 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
13116
13117 * MAINTAINERS: Add self and RTH as C front end maintainers.
13118
13119 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
13120
13121 * config.sub: Make sure to match an already-canonicalized
13122 machine name (eg. mn10300-unknown-elf).
13123
13124 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
13125
13126 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
13127 New macros.
13128 (bootstrap, cross): Use RECURSE_FLAGS.
13129 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
13130
13131 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
13132
13133 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
13134
13135 2001-03-22 Colin Howell <chowell@redhat.com>
13136
13137 * Makefile.in (DO_X): Do not backslash single-quotes in
13138 backquotes (two places).
13139
13140 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13141
13142 Re-installed:
13143 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13144 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13145 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13146 * ltcf-cxx.sh: Likewise.
13147 * ltcf-gcj.sh: Likewise.
13148
13149 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13150
13151 * MAINTAINERS: Add myself as "documentation co-maintainer".
13152
13153 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
13154
13155 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13156 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
13157
13158 2001-03-19 Tom Tromey <tromey@redhat.com>
13159
13160 * config-ml.in: Handle GCJ and GCJFLAGS.
13161
13162 2001-03-21 Michael Chastain <chastain@redhat.com>
13163
13164 * Makefile.in: all-m4 depends on all-texinfo.
13165
13166 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
13167
13168 * MAINTAINERS: Add myself to write after approval list.
13169
13170 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
13171
13172 * Makefile.in (DO_X): Quote nested quotes.
13173
13174 2001-03-18 Alan Modra <alan@linuxcare.com.au>
13175
13176 * MAINTAINERS: Add myself to write after approval list.
13177
13178 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
13179
13180 * Makefile.in (DO_X): Use double quotes for quoting
13181 "RANLIB=$${RANLIB}".
13182
13183 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
13184
13185 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
13186
13187 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
13188
13189 * configure.in: Only use `lang_requires' for languages athat are
13190 actually enabled.
13191
13192 2001-03-08 Phil Edwards <pme@sources.redhat.com>
13193
13194 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
13195
13196 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
13197
13198 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
13199
13200 2001-03-07 Tom Tromey <tromey@redhat.com>
13201
13202 * configure.in: Allow config-lang.in to set `lang_requires' to list
13203 of other required languages.
13204
13205 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
13206
13207 * Makefile.in: Remove RANLIB definition. Use RANLIB
13208 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
13209 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
13210
13211 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
13212 Alexandre Oliva <aoliva@redhat.com>
13213
13214 * Makefile.in (check-c++): Use tabs, not spaces.
13215
13216 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
13217
13218 * MAINTAINERS: add myself to Write After Approval list.
13219
13220 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
13221
13222 * Makefile.in (check-c++): New rule.
13223
13224 * configure.in (target_libs): Remove libg++.
13225 (noconfigdirs): Remove libg++.
13226 (noconfigdirs): Same.
13227 (noconfigdirs): Same.
13228 (noconfigdirs): Same.
13229
13230 * config-ml.in: Remove libg++ references.
13231
13232 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
13233 (ALL_TARGET_MODULES): Same.
13234 (configure-target-libg++): Remove.
13235 (all-target-libg++): Remove.
13236 (configure-target-libio): Remove.
13237 (all-target-libio): Remove.
13238 (check-target-libio): Remove.
13239 (.PHONY): Remove.
13240 (libg++.tar.bz2): Remove.
13241 (all-target-cygmon): Remove libio.
13242 (all-target-libstdc++): Remove.
13243 (configure-target-libstdc++): Remove.
13244 (TARGET_LIB_PATH): Remove libstdc++.
13245 (ALL_GCC_CXX): Remove libstdc++.
13246 (all-target-gperf): Correct.
13247
13248 2001-02-16 Nick Clifton <nickc@redhat.com>
13249
13250 * configure.in (noconfigdirs): Allow configuration of texinfo
13251 for Cygwin hosts.
13252
13253 2001-02-15 Anthony Green <green@redhat.com>
13254
13255 * configure: Introduce GCJ_FOR_TARGET.
13256 * configure.in: Ditto.
13257 * Makefile.in: Ditto.
13258
13259 2001-02-13 Andreas Schwab <schwab@suse.de>
13260
13261 * MAINTAINERS: Update mail address.
13262
13263 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13264
13265 * config.guess: Add linux target for S/390.
13266 * config.sub: Likewise.
13267
13268 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
13269
13270 * configure.in: for *-chorusos, don't config target-newlib and
13271 target-libgloss.
13272
13273 2001-02-06 Ben Elliston <bje@redhat.com>
13274
13275 * configure: Output host type to stdout, not stderr.
13276
13277 2001-02-05 Mark Mitchell <mark@codesourcery.com>
13278
13279 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
13280 * ltcf-cxx.sh: Likewise.
13281
13282 * config.if: Assume enable_libstdcxx_v3 is defined.
13283
13284 2001-02-04 Mark Mitchell <mark@codesourcery.com>
13285
13286 Remove V2 C++ library.
13287 * configure.in: Remove --enable-libstdcxx_v3 support.
13288
13289 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
13290
13291 * include/demangle.h: Add prototype for java_demangle_v3.
13292
13293 2001-01-29 Phil Edwards <pme@sources.redhat.com>
13294
13295 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
13296
13297 2001-01-27 Richard Henderson <rth@redhat.com>
13298
13299 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
13300
13301 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13302
13303 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
13304 Don't unset, it's non-portable and no longer necessary, set to empty
13305 instead.
13306
13307 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13308
13309 * ltconfig: Shell portability fix for the tagname validity check.
13310
13311 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
13312
13313 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
13314 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
13315
13316 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13317
13318 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
13319
13320 2001-01-26 Tom Tromey <tromey@redhat.com>
13321
13322 * configure.in: Allow libgcj to be built on Sparc Solaris.
13323
13324 2001-01-25 David Edelsohn <edelsohn@gnu.org>
13325
13326 * ltcf-c.sh: Add aix5 case.
13327 * ltcf-cxx.sh: Likewise.
13328 * ltconfig: Likewise.
13329
13330 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
13331
13332 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
13333 keep at least one of build_libtool_libs or build_old_libs set to
13334 yes.
13335
13336 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
13337 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
13338
13339 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
13340
13341 * configure.in: Enable libgcj on several additional platforms.
13342
13343 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
13344
13345 * configure.in: Enable libgcj for linux targets.
13346
13347 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13348
13349 * MAINTAINERS (Write After Approval): Add myself.
13350
13351 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
13352
13353 * MAINTAINERS: Add myself as vax port maintainer.
13354
13355 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
13356
13357 * MAINTAINERS: Add myself as Mercury front-end maintainer.
13358
13359 2001-01-09 Mike Stump <mrs@wrs.com>
13360
13361 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
13362 failures of subdirectories.
13363
13364 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13365
13366 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
13367 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
13368 * ltcf-cxx.sh: Likewise.
13369 * ltcf-gcj.sh: Likewise.
13370 * ltconfig.sh: Fix typo.
13371
13372 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13373
13374 * configure: handle DOS-style absolute paths.
13375
13376 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
13377
13378 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
13379
13380 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
13381
13382 * MAINTAINERS: Add myself as avr port co-maintainer.
13383
13384 2000-12-28 Ben Elliston <bje@redhat.com>
13385
13386 * MAINTAINERS: Add myself under ``Write After Approval''.
13387
13388 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
13389
13390 * texinfo: Remove directory from GCC.
13391
13392 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
13393
13394 * COPYING: Update to current
13395 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
13396 to 19yy as example year in copyright notice).
13397
13398 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
13399
13400 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
13401 (libstdcxx_incdir): Pass down.
13402 * config.if: Remove expired bits for cxx_interface, add stub.
13403 (libstdcxx_incdir): Add variable for g++ include directory.
13404 * configure.in (gxx_include_dir): Use it.
13405
13406 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
13407
13408 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
13409 with old-email address from ``Write After Approval''.
13410
13411 2000-12-15 Andreas Jaeger <aj@suse.de>
13412
13413 * configure.in: Handle lang_dirs.
13414
13415 2000-12-14 Tom Tromey <tromey@redhat.com>
13416
13417 * MAINTAINERS: Removed brads.
13418
13419 * MAINTAINERS: Added gcj developers.
13420
13421 2000-12-13 Anthony Green <green@redhat.com>
13422
13423 * configure.in: Disable libgcj for any target not specifically
13424 listed. Disable libgcj for x86 and Alpha Linux until compatible
13425 with g++ abi.
13426
13427 2000-12-13 Mike Stump <mrs@wrs.com>
13428
13429 * Makefile.in (local-distclean): Also remove fastjar.
13430
13431 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
13432
13433 * contrib/gcc_update: Add fastjar --touch entries.
13434
13435 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
13436
13437 * configure.in: Disable language-specific target libraries for
13438 languages that aren't enabled.
13439
13440 2000-12-10 Anthony Green <green@redhat.com>
13441
13442 * configure.in: Define libgcj. Disable libgcj target libraries for
13443 most targets.
13444
13445 2000-12-10 Neil Booth <neilb@earthling.net>
13446
13447 * MAINTAINERS: Update mail address, remove from WAA list.
13448
13449 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13450
13451 * libjava: Imported from /cvs/java.
13452 * libffi: Likewise.
13453 * Boehm-gc: Likewise.
13454
13455 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
13456
13457 * configure.in (target_libs): Revert 2000-12-08 patch.
13458 (noconfigdirs): Added target-libjava.
13459
13460 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
13461
13462 * djunpack.bat: removed.
13463
13464 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
13465
13466 * Makefile.in: handle DOS-style absolute paths.
13467 * config-ml.in: likewise.
13468 * symlink-tree: likewise.
13469
13470 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13471
13472 * fastjar: Imported.
13473
13474 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13475
13476 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
13477 libjava.
13478 * configure.in (target_libs): Removed `target-libjava'.
13479
13480 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
13481
13482 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
13483 (ALL_MODULES): Added fastjar.
13484 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
13485 (all-target-libjava): all-fastjar replaces all-zip.
13486 (all-fastjar): Added.
13487 (configure-target-fastjar, all-target-fastjar): Likewise.
13488 * configure.in (host_tools): Added fastjar.
13489
13490 2000-12-07 Mike Stump <mrs@wrs.com>
13491
13492 * Makefile.in (local-distclean): Remove leftover built files.
13493
13494 2000-11-24 Nick Clifton <nickc@redhat.com>
13495
13496 * configure.in (xscale-elf): Add target.
13497 (xscale-coff): Add target.
13498
13499 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
13500
13501 * ltcf-cxx.sh: Support creation of C++ shared libraries on
13502 recent versions of FreeBSD (release 3 or later).
13503 * ltconfig: On FreeBSD, -lc must not be provided when building
13504 a shared library or else the standard -pthread gcc option is
13505 rendered worthless to later users of the built library.
13506
13507 2000-11-16 Fred Fish <fnf@be.com>
13508
13509 * configure.in (enable_libstdcxx_v3): Fix typo,
13510 libstd++ -> libstdc++.
13511
13512 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
13513
13514 * MAINTAINERS: Add self to Write After Approval list.
13515
13516 2000-11-21 Bernd Schmidt <bernds@redhat.com>
13517
13518 * MAINTAINERS: Update my email address. Add myself to global write
13519 privs list.
13520
13521 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
13522
13523 * Makefile.in: Merge with src and libgcj.
13524 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
13525 configure-target-<library> when their configure scripts need the C
13526 or C++ library to have already been built to work properly.
13527 (do_proto_toplev): Set them to an empty string.
13528
13529 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
13530 (REALLY_SET_LIB_PATH): Use them.
13531
13532 2000-11-17 Stan Shebs <shebs@apple.com>
13533
13534 * MAINTAINERS: Add self to Write After Approval list.
13535
13536 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13537
13538 * configure: Provide the original toplevel configure arguments
13539 (including $0) to subprocesses in the environment rather than
13540 through gcc/configargs.h.
13541
13542 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
13543
13544 * MAINTAINERS: Remove references to cccp. Change C9X reference to
13545 C99. Alphabetise "Write After Approval" list.
13546
13547 2000-11-12 Mark Mitchell <mark@codesourcery.com>
13548
13549 * configure: Turn on libstdc++ V3 by default.
13550
13551 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
13552 if we've got GCC.
13553
13554 2000-11-11 Philip Blundell <philb@gnu.org>
13555
13556 * MAINTAINERS: Add self to Write After Approval list.
13557
13558 2000-11-09 David Edelsohn <edelsohn@gnu.org>
13559
13560 * ltcf-c.sh (aix4): Improve shared library configuration; require
13561 exporting symbols.
13562 * ltcf-cxx.sh (aix4): Define.
13563 * ltconfig (aix4): Define library and soname specs appropriate for
13564 AIX. Define command to create export symbols list.
13565
13566 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
13567
13568 * config.sub: Add support for Sun Chorus
13569
13570 2000-10-31 Nick Clifton <nickc@redhat.com>
13571
13572 * MAINTAINERS: Rename <name>@cygnus.com addresses to
13573 <name>@redhat.com. Also installed new email address for Clint
13574 Popetz.
13575
13576 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
13577
13578 * etc: Remove directory from GCC.
13579
13580 2000-10-16 Michael Meissner <meissner@redhat.com>
13581
13582 * configure (gcc/configargs.h): Only create if there is a build GCC
13583 directory created.
13584
13585 2000-10-16 Matthias Klose <doko@debian.org>
13586
13587 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
13588 when configured for libstdc++-v3.
13589
13590 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
13591
13592 * configure: Save configure arguments to gcc/configargs.h.
13593
13594 2000-10-04 Philipp Thomas <pthomas@suse.de>
13595
13596 * config.guess: Import CVS version 1.157.
13597 * config.sub: Import CVS version 1.181.
13598
13599 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
13600
13601 * Makefile.in (bootstrap): avoid recursion if subdir missing
13602 (cross): ditto
13603 (do-proto-toplev): ditto
13604
13605 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
13606
13607 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
13608 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
13609
13610 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
13611 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
13612 all affected `configure' scripts.
13613
13614 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
13615
13616 * MAINTAINERS: Add self as cpplib co-maintainer.
13617
13618 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
13619
13620 * MAINTAINERS: Add self to Write After Approval list.
13621
13622 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13623
13624 * INSTALL/README: egcs -> GCC update.
13625
13626 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
13627
13628 * MAINTAINERS: Add myself to Write After Approval list.
13629
13630 2000-09-15 Kazu Hirata <kazu@hxi.com>
13631
13632 * MAINTAINERS: Add myself to Write After Approval list.
13633
13634 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
13635
13636 * configure.in: Do not build byacc for hppa64. Provide paths to the
13637 X11 libraries for hppa64.
13638
13639 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
13640
13641 * MAINTAINERS: Add myself as 68hc11 port maintainer.
13642
13643 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
13644
13645 * Makefile.in (all-zlib): Added dummy target.
13646
13647 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
13648 ltcf-gcj.sh: Updated from libtool multi-language branch.
13649
13650 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
13651
13652 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
13653 (bootstrap*): Depend on all-bootstrap.
13654
13655 2000-09-05 Philipp Thomas <pthomas@suse.de>
13656
13657 * config.guess: Import CVS version 1.156.
13658 * config.sub: Import CVS version 1.179.
13659
13660 2000-09-02 Anthony Green <green@cygnus.com>
13661
13662 * Makefile.in (all-gcc): Depend on all-zlib.
13663 (CLEAN_MODULES): Add clean-zlib.
13664 (ALL_MODULES): Add all-zlib.
13665 * configure.in (host_libs): Add zlib.
13666
13667 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
13668
13669 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
13670 crosses, but add gcc/include to the header search path for them.
13671
13672 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
13673
13674 * MAINTAINERS: Add self to Write After Approval list.
13675
13676 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
13677
13678 * config.guess: Import CVS version 1.152.
13679 * config.sub: Import CVS version 1.177.
13680
13681 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
13682
13683 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
13684 $targargs to tell whether newlib is going to be built.
13685
13686 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
13687 $$r/TARGET_SUBDIR/libio for _G_config.h.
13688
13689 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
13690
13691 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
13692
13693 2000-08-22 DJ Delorie <dj@redhat.com>
13694
13695 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
13696
13697 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
13698
13699 * config-ml.in (CC, CXX): Avoid trailing whitespace.
13700 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
13701 sub-configures.
13702
13703 2000-08-21 DJ Delorie <dj@redhat.com>
13704
13705 * MAINTAINERS: Add self as a libiberty maintainer
13706
13707 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
13708
13709 * configure.in (libstdcxx_flags): Use
13710 libstdc++-v3/src/libstdc++.INC.
13711
13712 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
13713
13714 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
13715
13716 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
13717
13718 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
13719
13720 * configure: Make enable_threads and enable_shared defaults
13721 explicit. Substitute enable_threads into generated Makefiles.
13722 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
13723 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
13724
13725 2000-08-13 Geoff Keating <geoffk@cygnus.com>
13726
13727 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
13728
13729 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
13730
13731 * config-ml.in (CC): Remove bogus duplicate quotation mark from
13732 previous delta.
13733
13734 2000-08-11 Jason Merrill <jason@redhat.com>
13735
13736 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
13737 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
13738 (FLAGS_FOR_TARGET): Not here.
13739 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
13740
13741 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
13742
13743 * config-ml.in (CC, CXX): Don't introduce a leading space.
13744
13745 2000-08-07 DJ Delorie <dj@delorie.com>
13746
13747 * MAINTAINERS: Add self as a DJGPP maintainer
13748
13749 2000-08-07 DJ Delorie <dj@redhat.com>
13750
13751 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
13752 "if we're also building gcc, and it's a gcc that will run on the
13753 build machine, we want to use its includes instead of the system's
13754 default includes".
13755
13756 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
13757
13758 * MAINTAINERS: Add self to Write After Approval list.
13759
13760 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
13761
13762 * configure.in (libstdcxx_flags): Don't use `"'.
13763
13764 * config-ml.in: Adjust multilib search paths to the
13765 appropriate multilib tree.
13766
13767 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
13768
13769 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
13770 commas in $LANGUAGES.
13771
13772 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
13773
13774 * configure.in: Re-enable all references to libg++ and librx.
13775
13776 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
13777
13778 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
13779 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
13780 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
13781 * ltcf-cxx.sh (need_lc): Set based on postdeps.
13782
13783 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
13784
13785 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
13786
13787 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
13788 CXX_FOR_TARGET for sed.
13789
13790 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
13791
13792 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
13793 Do not override if already set in the environment or in configure.
13794 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
13795 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
13796
13797 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
13798
13799 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
13800 the libtool CVS tree multi-language branch.
13801 * ltconfig, ltmain.sh: Updated.
13802
13803 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
13804
13805 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
13806 (clean-target): Depend on it.
13807
13808 * Makefile.in (FLAGS_FOR_TARGET): New macro.
13809 (GCC_FOR_TARGET): Use it.
13810 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
13811 * configure.in: ... here.
13812 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
13813 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
13814
13815 2000-07-24 Eric Christopher <echristo@cygnus.com>
13816
13817 * MAINTAINERS: Add self to Write After Approval list.
13818
13819 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
13820
13821 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
13822 (configure-target-libchill, configure-target-libobjc): Likewise.
13823
13824 * configure.in: Use the same cache file for all target libs.
13825 * config-ml.in: But different cache files per multilib variant.
13826
13827 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
13828
13829 * configure (topsrcdir): Don't use dirname.
13830
13831 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
13832
13833 * MAINTAINERS: Add self to Write After Approval list.
13834
13835 2000-07-20 Jason Merrill <jason@redhat.com>
13836
13837 * configure.in: Remove all references to libg++ and librx.
13838
13839 * configure, configure.in, Makefile.in: Unify gcc and binutils.
13840
13841 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
13842
13843 * config.sub: Update to subversions version 2000-07-06.
13844
13845 2000-07-12 Andrew Haley <aph@cygnus.com>
13846
13847 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
13848 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
13849
13850 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
13851
13852 * symlink-tree: Check number of arguments.
13853
13854 2000-07-05 Jim Wilson <wilson@cygnus.com>
13855
13856 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
13857 search path for a g++ extracted from the build tree. This
13858 will allow link tests run by configure scripts in
13859 subdirectories to succeed.
13860
13861 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
13862
13863 * ltconfig: Add support for mips-dde-sysv4.2MP
13864
13865 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
13866
13867 * MAINTAINERS: Add myself as loop discovery maintainer.
13868
13869 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
13870
13871 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
13872 `os2'. Force ac_cv_exeext to be ".exe" in that case.
13873
13874 2000-06-19 Timothy Wall <twall@cygnus.com>
13875
13876 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
13877 * config.sub: Add tic54x target.
13878
13879 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
13880
13881 * MAINTAINERS: Add self as Fortran maintainer,
13882 remove Craig Burley.
13883
13884 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
13885
13886 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
13887 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
13888
13889 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
13890
13891 * MAINTAINERS: Add self as i18n maintainer
13892
13893 20000-05-21 H.J. Lu (hjl@gnu.org)
13894
13895 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
13896 directory are used if they exist. Make sure
13897 $(build_tooldir)/include is searched for header files,
13898 $(build_tooldir)/lib/ for library files.
13899 (GCC_FOR_TARGET): Likewise.
13900 (CXX_FOR_TARGET): Likewise.
13901
13902 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
13903
13904 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
13905
13906 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
13907
13908 * Makefile.in (configure-target-libiberty): Depend on
13909 configure-target-newlib.
13910
13911 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
13912
13913 * configure.in, Makefile.in: Merge all libffi-related
13914 configury stuff from the libgcj tree.
13915
13916 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
13917
13918 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13919 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
13920
13921 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
13922
13923 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
13924 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
13925 current version information. Add to proto-toplev directory.
13926 (gdb-taz): Build do-djunpack.
13927
13928 2000-05-15 David Edelsohn <edelsohn@gnu.org>
13929
13930 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
13931
13932 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
13933
13934 * MAINTAINERS: Add self to Write After Approval list.
13935
13936 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
13937
13938 * ltmain.sh: Preserve in relink_command any environment
13939 variables that may affect the linker behavior.
13940
13941 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
13942
13943 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
13944
13945 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
13946
13947 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
13948
13949 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
13950
13951 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
13952 with the version name.
13953
13954 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
13955
13956 * MAINTAINERS: Add self as bb-reorder maintainer.
13957
13958 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
13959
13960 * config.if: Tweak.
13961
13962 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
13963
13964 * djunpack.bat: New file.
13965
13966 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
13967
13968 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
13969 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
13970 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
13971 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
13972
13973 2000-04-16 Dave Pitts <dpitts@cozx.com>
13974
13975 * config.sub (case $basic_machine): Change default for "ibm-*"
13976 to "openedition".
13977
13978 2000-04-13 Andreas Jaeger <aj@suse.de>
13979
13980 * MAINTAINERS: Added myself.
13981
13982 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
13983
13984 * Makefile.in (gdb-taz): New target. GDB specific archive.
13985 (do-md5sum): New target.
13986 (MD5PROG): Define.
13987 (PACKAGE): Default to TOOL.
13988 (VER): Default to a shell script.
13989 (taz): Rewrite target. Move real work to do-proto-toplev. Include
13990 md5 checksum generation.
13991 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
13992 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
13993 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
13994 insight.tar.bz2): Use gdb-taz to create archive.
13995
13996 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
13997
13998 * configure (warn_cflags): Delete.
13999
14000 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
14001
14002 * MAINTAINERS: Added myself.
14003
14004 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
14005 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
14006
14007 * configure.in (enable_libstdcxx_v3): Add.
14008 (target_libs): Add bits here to switch between libstdc++-v2 and
14009 libstdc++-v3.
14010 * config.if: And this file too.
14011 * Makefile.in: Add libstdc++-v3 targets.
14012
14013 2000-04-05 Michael Meissner <meissner@redhat.com>
14014
14015 * config.sub (d30v): Add d30v as a basic machine type.
14016
14017 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
14018
14019 * configure.in: -linux-gnu*, not -linux-gnu.
14020
14021 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
14022
14023 * MAINTAINERS: Add self in write-after-approval section.
14024
14025 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
14026
14027 * MAINTAINERS: Add self as ia64 port maintainer.
14028
14029 2000-03-08 Neil Booth <NeilB@earthling.net>
14030
14031 * MAINTAINERS: Add self in write-after-approval section.
14032
14033 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
14034
14035 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
14036 (do-tar-bz2): Replace TOOL with PACKAGE.
14037 (gdb.tar.bz2): Remove GDBTK from GDB package.
14038 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
14039 dejagnu.tar.bz2): New packages.
14040
14041 2000-02-27 Andreas Jaeger <aj@suse.de>
14042
14043 * configure.in: Add entry for mips*-*-linux*, move catch all
14044 *-*-*linux* entry below this one.
14045
14046 2000-02-27 Ian Lance Taylor <ian@zembu.com>
14047
14048 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
14049
14050 2000-02-24 Nick Clifton <nickc@cygnus.com>
14051
14052 * config.sub: Support an OS of "wince".
14053
14054 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
14055
14056 * config.guess, config.sub: Updated to match config's 2000-02-15
14057 version.
14058
14059 2000-02-23 Linas Vepstas <linas@linas.org>
14060
14061 * config.sub: Add support for Linux/IBM 370.
14062 * configure.in: Likewise.
14063
14064 2000-02-22 Nick Clifton <nickc@cygnus.com>
14065
14066 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
14067
14068 2000-02-20 Christopher Faylor <cgf@cygnus.com>
14069
14070 * config.guess: Guess "cygwin" rather than "cygwin32".
14071
14072 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14073
14074 * configure (gcc_version): When setting, narrow search to
14075 lines containing `version_string'.
14076
14077 2000-02-15 Denis Chertykov <denisc@overta.ru>
14078
14079 * config.sub: Add support for avr target.
14080
14081 2000-02-14 Nick Clifton <nickc@cygnus.com>
14082
14083 * MAINTAINERS: Add maintainers for MCore port.
14084
14085 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
14086
14087 * config.sub: Add mmix-knuth-mmixware.
14088
14089 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
14090
14091 * MAINTAINERS: Pair cccp with cpplib maintainership.
14092
14093 2000-01-27 Christopher Faylor <cgf@redhat.com>
14094
14095 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
14096 structure stuff to -L library search.
14097 (CXX_FOR_TARGET): Ditto.
14098 (CROSS_CHECK_MODULES): Fix spelling mistake.
14099
14100 2000-01-24 Mark Mitchell <mark@codesourcery.com>
14101
14102 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
14103 the C++ compiler.
14104
14105 2000-01-12 Richard Henderson <rth@cygnus.com>
14106
14107 * configure.in: Don't build some bits for beos.
14108
14109 2000-01-12 Joel Sherrill (joel@OARcorp.com)
14110
14111 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
14112 as include files.
14113
14114 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
14115
14116 * Add self as cpplib maintainer, as requested by Jason
14117 Merrill. Correct my e-mail address.
14118
14119 2000-01-06 Geoff Keating <geoffk@cygnus.com>
14120
14121 * configure.in: Use mt-aix43 to handle *_TARGET defs,
14122 not mh-aix43.
14123
14124 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
14125
14126 * MAINTAINERS: Add myself to "write after approval" list.
14127
14128 1999-12-14 Richard Henderson <rth@cygnus.com>
14129
14130 * config.guess (alpha-osf, alpha-linux): Detect ev67.
14131 * config.sub: Accept alphaev[78], alphaev8.
14132
14133 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14134
14135 * config.guess, config.sub: Update from autoconf.
14136
14137 1999-11-29 Bruce Korb <autogen@linuxbox.com>
14138
14139 * MAINTAINERS: update my playtime e-address.
14140
14141 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14142
14143 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
14144 necessary libraries are missing.
14145
14146 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
14147
14148 * MAINTAINERS: Add new 'write after approval' maintainer.
14149
14150 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
14151
14152 * MAINTAINERS: Add new Java maintainer.
14153
14154 1999-10-25 Andreas Schwab <schwab@suse.de>
14155
14156 * configure: Fix quoting inside arguments of eval.
14157
14158 1999-10-21 Nick Clifton <nickc@cygnus.com>
14159
14160 * config-ml.in: Allow suppression of some ARM multilibs.
14161
14162 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
14163
14164 * config.guess: Add OS/390 match pattern.
14165 * config.sub: Add mvs, openedition targets.
14166 * configure.in (i370-ibm-opened*): New.
14167
14168 1999-09-04 Steve Chamberlain <sac@pobox.com>
14169
14170 * config.sub: Add support for configuring for pj.
14171
14172 1999-08-31 Nick Clifton <nickc@cygnus.com>
14173
14174 * config.sub (maybe_os): Add support for configuring for fr30.
14175
14176 1999-08-25 Nick Clifton <nickc@cygnus.com>
14177
14178 * configure.in: Do not configure or build ld for AIX
14179 platforms. ld is known to be broken on these platforms.
14180
14181 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14182
14183 * config-ml.in: Pass compiler flag corresponding to multidirs to
14184 subdir configures.
14185
14186 1999-08-09 Ian Lance Taylor <ian@zembu.com>
14187
14188 * Makefile.in (LDFLAGS): Define.
14189
14190 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
14191
14192 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
14193 noconfigdirs.
14194 (*-*-cygwin*): Likewise.
14195
14196 1999-08-08 Ian Lance Taylor <ian@zembu.com>
14197
14198 * mkdep: New file.
14199 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
14200 (BINUTILS_SUPPORT_DIRS): Add mkdep.
14201
14202 From Eli Zaretskii <eliz@is.elta.co.il>:
14203 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
14204 long file name when using DJGPP on MS-DOS.
14205
14206 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
14207
14208 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
14209
14210 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
14211
14212 * Makefile.in (check-target-libio): Remove all-target-libstdc++
14213 dependency as this causes "make check" to globally "make all"
14214
14215 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
14216
14217 * configure.in (target_libs): Added target-zlib.
14218 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
14219 (CONFIGURE_TARGET_MODULES): Likewise.
14220 (CHECK_TARGET_MODULES): Likewise.
14221 (INSTALL_TARGET_MODULES): Likewise.
14222 (CLEAN_TARGET_MODULES): Likewise.
14223 (configure-target-zlib): New target.
14224 (all-target-zlib): Likewise.
14225 (all-target-libjava): Depend on all-target-zlib.
14226 (configure-target-libjava): Depend on configure-target-zlib.
14227
14228 * Makefile.in (configure-target-libjava): Depend on
14229 configure-target-newlib.
14230 (configure-target-boehm-gc): New target.
14231 (configure-target-qthreads): New target.
14232
14233 * configure.in (target_libs): Added target-qthreads.
14234 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
14235 (CONFIGURE_TARGET_MODULES): Likewise.
14236 (CHECK_TARGET_MODULES): Likewise.
14237 (INSTALL_TARGET_MODULES): Likewise.
14238 (CLEAN_TARGET_MODULES): Likewise.
14239 (all-target-qthreads): New target.
14240 (configure-target-libjava): Depend on configure-target-qthreads.
14241 (all-target-libjava): Depend on all-target-qthreads.
14242
14243 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
14244 (CONFIGURE_TARGET_MODULES): Likewise.
14245 (CHECK_TARGET_MODULES): Likewise.
14246 (INSTALL_TARGET_MODULES): Likewise.
14247 (CLEAN_TARGET_MODULES): Likewise.
14248 (all-target-libjava): New target.
14249 (all-target-boehm-gc): Likewise.
14250 * configure.in (target_libs): Added libjava, boehm-gc.
14251
14252 1999-07-22 Ian Lance Taylor <ian@zembu.com>
14253
14254 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
14255 configure.bat in SUPPORT_FILES.
14256 (gas+binutils.tar.bz2): Likewise.
14257
14258 * makeall.bat: Remove; obsolete.
14259
14260 1999-07-21 Ian Lance Taylor <ian@zembu.com>
14261
14262 From Mark Elbrecht:
14263 * configure.bat: Remove; obsolete.
14264
14265 1999-07-11 Ian Lance Taylor <ian@zembu.com>
14266
14267 * configure: Add -W -Wall to the default CFLAGS when compiling with
14268 gcc.
14269
14270 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
14271
14272 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
14273
14274 1999-06-30 Mark Mitchell <mark@codesourcery.com>
14275
14276 * configure.in: Build ld on IRIX6.
14277
14278 1999-06-12 Ian Lance Taylor <ian@zembu.com>
14279
14280 * Makefile.in: Change distribution targets to use bzip2 instead of
14281 gzip.
14282 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
14283 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
14284
14285 1999-06-04 Nick Clifton <nickc@cygnus.com>
14286
14287 * config.sub: Add mcore target.
14288
14289 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
14290
14291 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
14292
14293 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
14294
14295 * config.guess (dummy): Changed to $dummy.
14296
14297 1999-05-24 Nick Clifton <nickc@cygnus.com>
14298
14299 * config.sub: Tidied up case statements.
14300
14301 1999-05-22 Ben Elliston <bje@cygnus.com>
14302
14303 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
14304 <jiro@din.or.jp>.
14305
14306 * config.guess: Merge with FSF version. Future changes will be
14307 more accurately recorded in this ChangeLog.
14308 * config.sub: Likewise.
14309
14310 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
14311
14312 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
14313
14314 1999-04-30 Tom Tromey <tromey@cygnus.com>
14315
14316 * ltmain.sh: [mode link] Always use CC given by ltconfig.
14317
14318 1999-04-23 Tom Tromey <tromey@cygnus.com>
14319
14320 * ltconfig, ltmain.sh: Update to libtool 1.2f.
14321
14322 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
14323
14324 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
14325 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
14326 Bad merge removed these two changes.
14327
14328 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
14329 Martin Heller (Ing.-Buero_Heller@t-online.de)
14330
14331 * config.guess (interix Alpha): Add.
14332
14333 1999-04-11 Richard Henderson <rth@cygnus.com>
14334
14335 * configure.in (i?86-*-beos*): Do config gperf; don't config
14336 gdb, newlib, or libgloss.
14337
14338 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
14339
14340 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
14341 link a trivial program with -mabi=64. If it fails, remove mabi=64
14342 from multidirs.
14343
14344 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
14345
14346 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
14347
14348 1999-04-08 Nick Clifton <nickc@cygnus.com>
14349
14350 * config.sub: Add support for mcore targets.
14351
14352 1999-04-07 Michael Meissner <meissner@cygnus.com>
14353
14354 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
14355 not mt-ospace, in order to shut up assembler warning about using
14356 symbols that are named the same as registers.
14357
14358 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
14359
14360 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
14361 dependency list for all-target-cygmon.
14362
14363 1999-04-05 Doug Evans <devans@casey.cygnus.com>
14364
14365 * config-ml.in: Check $host, not $target, for selective multilibs.
14366 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
14367 thumb interworking, and underscore prefix multilibs.
14368
14369 1999-04-04 Ian Lance Taylor <ian@zembu.com>
14370
14371 * missing: Update to version from current automake.
14372
14373 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
14374
14375 * configure (gxx_include_dir): Removed.
14376
14377 * configure.in (gxx_include_dir): Handle it.
14378 * Makefile.in: Likewise.
14379
14380 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
14381
14382 * config.sub (mips64vr4111,mips64vr4111el) Add.
14383
14384 1999-03-21 Ben Elliston <bje@cygnus.com>
14385
14386 * config.guess: Correct typo for detecting ELF on FreeBSD.
14387
14388 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
14389
14390 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
14391 config/mh-djgpp.
14392
14393 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
14394
14395 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
14396 all-target-newlib to dependency list for all-target-bsp.
14397
14398 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
14399
14400 * config.sub: Add i386-uwin support.
14401 * config.guess: Likewise.
14402
14403 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14404
14405 * configure.in: cleanup, add mh-*pic handling for arm, special
14406 case powerpc*-*-aix*
14407
14408 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
14409
14410 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
14411 can be built.
14412
14413 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
14414
14415 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
14416 targets.
14417
14418 1999-03-02 Nick Clifton <nickc@cygnus.com>
14419
14420 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
14421
14422 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
14423
14424 * config.sub: Check for "cygwin*" rather than "cygwin32*"
14425
14426 1999-02-24 Nick Clifton <nickc@cygnus.com>
14427
14428 * config.sub: Fix typo in arm recognition.
14429
14430 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
14431
14432 * configure.in (noconfigdirs): Changed target_configdirs to
14433 include target-bsp only for m68k-*-elf* and m68k-*-coff*
14434 rather than m68k-*-* since it is not known to work on
14435 m68k-aout. Ditto for arm-*-*oabi.
14436
14437 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
14438
14439 * configure.in (*-*-windows*): Remove, no longer used.
14440
14441 1999-02-19 Ben Elliston <bje@cygnus.com>
14442
14443 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
14444 Smart and improved by Andrew Cagney.
14445
14446 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
14447
14448 * config.guess: Recognize openbsd-*-hppa.
14449
14450 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
14451
14452 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
14453 only if it is not empty.
14454
14455 1999-02-17 Nick Clifton <nickc@cygnus.com>
14456
14457 Patch from: Scott Bambrough <scottb@corelcomputer.com>
14458
14459 * config.guess: Modified to recognize uname's armv* syntax.
14460
14461 * config.sub: Modified to recognize uname's armv* syntax.
14462
14463 1999-02-17 Mark Salter <msalter@cygnus.com>
14464
14465 * configure.in: Added target-bsp for sparclite.
14466
14467 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
14468
14469 * config.sub: Recognize alphapca5[67] and up to alphaev8.
14470
14471 1999-02-08 Nick Clifton <nickc@cygnus.com>
14472
14473 * configure.in: Add support for strongarm port.
14474 * config.sub: Add support for strongarm target.
14475
14476 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
14477
14478 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
14479 the old name config/mh-cygwin32.
14480 Enable texinfo.
14481
14482 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
14483
14484 * configure.in: Do build ld for ix86 Solaris.
14485
14486 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
14487
14488 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
14489 $AR_FOR_TARGET. Likewise for RANLIB.
14490
14491 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
14492
14493 * config.sub (oabi): Recognize.
14494 * configure.in (arm-*-oabi): Handle.
14495
14496 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
14497
14498 * config.guess: Improve detection of i686 on UnixWare 7.
14499
14500 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
14501
14502 * config.guess: Add support for i386-pc-interix.
14503 * config.sub: Likewise.
14504 * configure.in: Likewise.
14505
14506 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
14507
14508 * Makefile.in: Remove unneeded all-target-libio from
14509 from all-target-winsup target since it is now unneeded.
14510 Add all-target-libtermcap in its place since it is now
14511 needed.
14512
14513 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
14514
14515 * configure.in: makefile stub for cygwin target is probably
14516 unnecessary. Remove it for now.
14517
14518 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
14519
14520 * configure.in: libtermcap.a should be built when cygwin is the
14521 target as well as the host.
14522 * config.guess: Allow mixed case in cygwin uname output.
14523 * Makefile.in: Add libtermcap target.
14524
14525 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
14526
14527 * config.sub: Clean up handling of hppa2.0.
14528
14529 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
14530
14531 * config.guess: Use C code to identify more HP machines.
14532
14533 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
14534
14535 * config.sub: Handle hppa2.0.
14536
14537 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
14538
14539 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
14540 cygmon for all sparclite targets, regardless of object format.
14541
14542 1998-12-15 Mark Salter <msalter@cygnus.com>
14543
14544 * configure.in: Added target-bsp for several target architectures.
14545
14546 * Makefile.in: Added rules for bsp.
14547
14548 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
14549
14550 * config.guess: Improve detection of hppa2.0 processors.
14551
14552 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
14553
14554 * config.guess: Recognize FreeBSD using ELF automatically.
14555
14556 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
14557
14558 * configure (skip-this-dir): Add handling for new shell script, which
14559 might be created by a sub-directory's configure to indicate, this particular
14560 directory is "unwanted".
14561 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
14562
14563 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
14564
14565 * ltconfig: import from libtool, after changing libtool to
14566 account for the cygwin name change.
14567
14568 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
14569
14570 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
14571 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
14572
14573 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
14574
14575 * configure.in: Add libtermcap to list of cygwin dependencies.
14576
14577 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
14578
14579 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
14580 they include winsup/include when it's a cygwin target.
14581
14582 1998-11-12 Tom Tromey <tromey@cygnus.com>
14583
14584 * configure.in (host_tools): Added zip.
14585 * Makefile.in (all-target-libjava): Depend on all-zip.
14586 (all-zip): New target.
14587 (ALL_MODULES): Added all-zip.
14588 (NATIVE_CHECK_MODULES): Added check-zip.
14589 (INSTALL_MODULES): Added install-zip.
14590 (CLEAN_MODULES): Added clean-zip.
14591
14592 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
14593
14594 * Makefile.in: lose "32" from comment about cygwin.
14595
14596 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
14597
14598 * configure.in: Use -Os to build target libraries for the fr30.
14599
14600 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
14601
14602 * config.sub: Add fr30.
14603
14604 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
14605
14606 * configure.in: drop "32" from config/mh-cygwin32. Check
14607 cygwin* instead of cygwin32*.
14608 * config.sub: Check cygwin* instead of cygwin32*.
14609
14610 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
14611
14612 * config.guess: Match any version of Unixware7.
14613
14614 1998-10-20 Syd Polk <spolk@cygnus.com>
14615
14616 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
14617 if desired.
14618
14619 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
14620
14621 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
14622 these if the appropriate directories and files to not exist.
14623
14624 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
14625
14626 * Makefile.in (DEVO_SUPPORT): Add config.if.
14627
14628 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
14629
14630 * configure: Add pattern to replace "build_tooldir"'s
14631 definition in the generated Makefile with "tooldir"'s
14632 actual value.
14633
14634 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
14635
14636 * config.sub: Bring back lost sparcv9.
14637
14638 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
14639
14640 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
14641
14642 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
14643 CC_FOR_TARGET and friends.
14644
14645 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14646
14647 * Makefile.in (build_tooldir): New variable, same as tooldir.
14648 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
14649 -B$(build_tooldir)/bin/.
14650 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
14651
14652 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14653
14654 * README: Remove installation instructions and refer to the
14655 INSTALL directory instead.
14656
14657 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
14658
14659 * config.sub: Add support for i[34567]86-pc-udk.
14660 * configure.in: Likewise.
14661
14662 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
14663
14664 * Makefile.in: add bzip2 package building bits for user
14665 tools module
14666 * configure.in: ditto
14667
14668 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
14669
14670 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
14671 (ALL_TARGET_MODULES): Add all-target-libobjc.
14672 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14673 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14674 (all-target-libchill): Add dependencies.
14675 * configure.in (target_libs): Add libchill.
14676
14677 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
14678
14679 * configure.in (target_subdir): Remove duplicate line.
14680
14681 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
14682
14683 * Makefile.in (all-automake): fix dependencies.
14684
14685 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
14686
14687 * configure.in: Minor cleanups for building in the $(target_alias)
14688 subdir.
14689
14690 1998-09-22 Jim Wilson <wilson@cygnus.com>
14691
14692 * Makefile.in (bootstrap): Set r and s before make all. Use
14693 BASE_FLAGS_TO_PASS in make all.
14694 (cross): Likewise.
14695
14696 1998-09-20 Mark Mitchell <mark@markmitchell.com>
14697
14698 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
14699
14700 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
14701
14702 * config.sub: Fix typo in last change.
14703
14704 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14705
14706 * config.sub: Add support for C4x target.
14707 * configure.in: Likewise.
14708
14709 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
14710
14711 * config.sub: Recognize sparcv9 just like sparc64.
14712
14713 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
14714
14715 * config.guess: Match "Pent II" or "PentII" for OpenServer.
14716
14717 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
14718
14719 * config.guess: Correctly identify Pentium II sco boxes.
14720
14721 * config.guess: Fix "tr" code. From Weiwen Liu.
14722
14723 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
14724
14725 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
14726 stabs.
14727
14728 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
14729
14730 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
14731 (ALL_TARGET_MODULES): Add all-target-libchill.
14732 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
14733 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
14734 (all-target-libchill): Add dependencies.
14735 * configure.in (target_libs): Add libchill.
14736
14737 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
14738
14739 * config.guess: Avoid assumptions about "tr" behaves when
14740 LANG is set to something other than English.
14741
14742 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
14743
14744 * configure (gxx_include_dir): Changed to
14745 '${prefix}/include/g++'-${libstdcxx_interface}.
14746
14747 * config.if: New to determine the interfaces.
14748
14749 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
14750
14751 * config.guess: Detect and handle MPE/IX.
14752 * config.sub: Deal with MPE/IX.
14753
14754 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
14755
14756 * configure.in: Use mh-aix43.
14757
14758 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
14759
14760 * configure: Fix --without/--disable cases for gxx-include-dir.
14761
14762 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
14763
14764 * mdata-sh: Imported. Needed for automake support.
14765
14766 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
14767
14768 * Makefile.in (taz): Try "chmod -R og=u ." before
14769 "chmod og=u `find . -print`".
14770
14771 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
14772
14773 * configure.in: Add arm-elf and thumb-elf support.
14774
14775 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
14776
14777 * Makefile.in: Undo previous patch.
14778
14779 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
14780
14781 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
14782 to here ...
14783 (install-no-fixedincludes): and here
14784 (INSTALL_MODULES): ... from here.
14785
14786 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
14787
14788 * config.sub: Merge with FSF.
14789
14790 * config.guess: Merge with FSF.
14791
14792 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
14793
14794 * configure (extraconfigdirs): New variable.
14795 (SUBDIRS): Add extraconfigdirs and recurse on them too.
14796 * Makefile.in (all): Move higher in file.
14797 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
14798 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
14799 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
14800 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
14801 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
14802
14803 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
14804
14805 * Makefile.in (all-target-libjava): Depend on all-gcc and
14806 all-target-newlib.
14807 (configure-target-libjava): Depend on $(ALL_GCC).
14808
14809 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
14810
14811 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
14812 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
14813
14814 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
14815
14816 * INSTALL/README: Fix typo.
14817
14818 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
14819
14820 * ylwrap: Change absolute path checks to check for DOS style path
14821 names.
14822
14823 * ylwrap: Don't use a full path name if the source file is in the
14824 same directory. From hjl@lucon.org (H.J. Lu).
14825
14826 * config-ml.in: Default to being verbose, to match Feb 18 change to
14827 configure.
14828
14829 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
14830
14831 Brought over from egcs:
14832
14833 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14834
14835 * configure.in (target_subdir): Set to ${target_alias} instead
14836 of "libraries".
14837
14838 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
14839
14840 * configure.in (target_subdir): Set to libraries if enable_multilib.
14841
14842 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
14843
14844 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
14845 multilibs, force reconfiguration the first time we create
14846 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
14847
14848 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
14849
14850 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
14851 avoid confusion with --no-recursion.
14852
14853 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
14854
14855 * configure.in: Win32 hosts shouldn't use install -x
14856 * install-sh: remove -x option, and special .exe-handling
14857 hack.
14858
14859 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
14860
14861 * config.guess: Recognize i586-pc-beos.
14862 * configure.in: Don't build some bits for beos.
14863
14864 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
14865
14866 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
14867 CFLAGS default to -O2.
14868
14869 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
14870 when using GNU ld.
14871
14872 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
14873
14874 * ltmain.sh: Correct install when using a different shell.
14875
14876 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
14877
14878 * ltconfig, ltmain.sh: Update to libtool 1.2b.
14879
14880 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
14881
14882 * makefile.vms: Update to build binutils/makefile.vms. Add install
14883 target.
14884
14885 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
14886
14887 * ltconfig: Update to correct AIX handling.
14888
14889 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
14890
14891 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
14892
14893 * configure.in (target_subdir): Set to ${target_alias} instead
14894 of "libraries".
14895
14896 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
14897
14898 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
14899 (Makefile): Depend on $(gcc_version_trigger).
14900
14901 * configure (gcc_version): Change default initializer to empty
14902 string.
14903 (gcc_version_trigger): New variable; pass this variable down
14904 to subdir configures to enable them checking gcc's version
14905 themselves. Emit make macros for both gcc_version vars.
14906 (topsrcdir): Initialize reliably.
14907 (recursion line): Remove --with-gcc-version=${gcc_version}.
14908
14909 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14910
14911 * configure (enable_version_specific_runtime_libs): Implement new flag
14912 --enable-version-specific-runtime-libs which installs C++ runtime stuff
14913 in $(libsubdir); emit definition in each generated Makefile.
14914 (gxx_include_dir): Initialize depending on
14915 $enable_version_specific_runtime_libs.
14916
14917 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
14918
14919 * configure (gcc_version): Initialize properly depending on
14920 how and where configure is started.
14921 (recursion line): Pass a --with-gcc-version=${gcc_version}
14922 to configures in subdirs.
14923
14924 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
14925
14926 * configure.in (noconfigdirs): Add configure pattern for mips tx39
14927 cygmon
14928
14929 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
14930
14931 * configure.in: Add cygmon and libstub support for mn10200.
14932
14933 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
14934
14935 * configure (gcc_version): Add new variable describing the
14936 particular gcc version we're building.
14937 * Makefile.in (libsubdir): Add new macro for the directory
14938 in which the compiler finds executables, libraries, etc.
14939 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
14940 and libsubdir.
14941
14942 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14943
14944 * Makefile.in (local-clean): Remove *.log.
14945 (warning.log): Built with warn_summary from build.log.
14946 (mail-report.log): Run test_summary.
14947 (mail-report-with-warnings.log): Run test_summary including
14948 warning.log in the report.
14949
14950 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
14951
14952 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
14953
14954 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
14955
14956 * Makefile.in (grep): Grep no longer depends on libiberty.
14957
14958 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
14959
14960 * Makefile.in: all-snavigator needs all-libgui.
14961
14962 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
14963
14964 * configure.in: Add cygmon and libstub support for mn10300.
14965
14966 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
14967
14968 * missing: Update to version from automake 1.3.
14969
14970 * ltmain.sh: On installation, don't get confused if the same name
14971 appears more than once in the list of library names.
14972
14973 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
14974
14975 * config.sub: Accept m68060 and m5200 as CPU names.
14976
14977 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
14978
14979 * configure: Use && rather than using -a in test, because odd
14980 strings can confuse test.
14981 * configure.in: Likewise.
14982
14983 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
14984
14985 * ltconfig, ltmain.sh: Bring in Visual C++ support.
14986
14987 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
14988
14989 * Makefile.in (boostrap2-lean, bootstrap3-lean,
14990 bootstrap4-lean): New targets.
14991
14992 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
14993
14994 * mpw-* Delete. Not used.
14995
14996 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
14997
14998 * COPYING.LIB: Update FSF address.
14999
15000 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
15001
15002 * ltconfig, ltmain.sh: Update to libtool 1.2a.
15003
15004 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
15005 GAS_SUPPORT_DIRS.
15006
15007 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
15008
15009 * ltconfig, ltmain.sh: Avoid producing a version number if
15010 -version-info was not used.
15011
15012 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
15013
15014 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
15015 building with newlib.
15016
15017 1998-04-30 Paul Eggert <eggert@twinsun.com>
15018
15019 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
15020 Solaris `make' causes it to continue to next definition.
15021
15022 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
15023
15024 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
15025 the right GUI libraries and files are installed along with GDB.
15026
15027 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
15028
15029 * configure.in: Change alpha to alpha* in several places.
15030
15031 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
15032
15033 * config.sub: Recognize sparc86x.
15034
15035 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
15036
15037 * configure.in (--enable-target-optspace): Remove debug echo.
15038
15039 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
15040
15041 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
15042
15043 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
15044
15045 * ltconfig: Update cygwin32 support.
15046
15047 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
15048 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
15049 (GDB_SUPPORT_DIRS): Likewise.
15050
15051 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
15052
15053 * configure.in (target_makefile_frag): If --enable-target-optspace,
15054 use -Os to compile target libraries rather than -O2. Default to
15055 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
15056 not used.
15057 * configure.in (target_cflags): Ditto for d30v.
15058
15059 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
15060
15061 * Makefile.in (all-bfd): Depend on all-intl.
15062 (all-binutils): Likewise.
15063 (all-gas): Likewise.
15064 (all-gprof): Likewise.
15065 (all-ld): Likewise.
15066
15067 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
15068
15069 * configure.in (host_tools): Fix typo, lbtool -> libtool.
15070
15071 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
15072
15073 * Makefile.in (all-bfd): Depend upon all-libiberty.
15074
15075 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
15076
15077 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
15078
15079 * Makefile.in: Add libstub.
15080
15081 * configure.in: Ditto. Build libstub for targets that have cygmon
15082 support.
15083
15084 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
15085
15086 * configure.in: Don't set PICFLAG on ix86-cygwin32.
15087
15088 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
15089
15090 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
15091 use mh-sysv5 if specified. Support gprof on SCO Open Server.
15092
15093 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
15094
15095 * configure: Define DEFAULT_M4 by searching PATH.
15096 * Makfile.in: Use DEFAULT_M4.
15097
15098 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
15099
15100 * ltconfig: Add cygwin32 support.
15101
15102 * Makefile.in, configure.in: Add libtool as a native only directory
15103 to configure and build.
15104
15105 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
15106
15107 * Makefile.in (INSTALL_MODULES): Remove texinfo.
15108
15109 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
15110
15111 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
15112
15113 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
15114
15115 * Makefile.in: add ash make rules
15116 * configure.in: add ash to native_only and host_tools lists
15117
15118 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
15119
15120 * Makefile.in (all-gettext, all-intl): New targets.
15121 (ALL_MODULES): Added all-gettext, all-intl.
15122 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
15123 (INSTALL_MODULES): Added install-gettext, install-intl.
15124 (CLEAN_MODULES): Added clean-gettext, clean-intl.
15125
15126 * configure.in (host_tools): Added gettext.
15127 (native_only): Likewise.
15128 (noconfigdirs) [various cases]: Likewise.
15129 (host_libs): Added intl.
15130
15131 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
15132
15133 * configure: Do not disable building gdbtk for cygwin32 hosts.
15134
15135 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
15136
15137 * configure.in: Add thumb-coff target.
15138 * config.sub: Add thumb-coff target.
15139
15140 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15141
15142 * Makefile.in: Revert yesterday's change.
15143 (all-target-winsup): all-target-librx stays out of here.
15144
15145 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
15146
15147 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
15148 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
15149 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
15150 Remove references to librx and libg++.
15151
15152 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
15153
15154 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
15155 recursive makes
15156
15157 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
15158
15159 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
15160 for newlib directory.
15161 (CXX_FOR_TARGET): Likewise.
15162
15163 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
15164
15165 * ltconfig: Update after libtool/ltconfig.in change for
15166 hpux11.
15167
15168 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
15169
15170 * ltconfig, ltmain.sh: Update to libtool 1.2.
15171
15172 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
15173
15174 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
15175 (install-gcc-cross): Instead, override LANGUAGES here.
15176
15177 1998-03-18 Dave Love <d.love@dl.ac.uk>
15178
15179 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
15180 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
15181
15182 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
15183
15184 * configure.in: Add Thumb-pe target.
15185
15186 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
15187
15188 * Makefile.in - changed sn targets to snavigator
15189 * configure.in - changed sn targets to snavigator
15190
15191 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
15192
15193 * config-ml.in: After building symlink tree call make distclean
15194 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
15195 to be the case for libiberty.
15196
15197 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
15198
15199 * configure: When making link, also check the current
15200 directory. The configure scripts may create one.
15201
15202 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
15203
15204 * config.sub: Accept alphapca56 and alphaev6 properly.
15205
15206 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15207
15208 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
15209
15210 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
15211
15212 * config.sub (sco5): Fix typo.
15213
15214 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
15215
15216 * Makefile.in (INSTALL_MODULES): Move install-tcl before
15217 install-itcl.
15218 (install-itcl): Remove dependency on install-tcl.
15219
15220 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
15221
15222 * configure.in: Remove libgloss from noconfigdirs for MN10300.
15223
15224 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
15225
15226 * configure.in: Don't build libgui for a cygwin32 target when not on
15227 a cygwin32 host.
15228
15229 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
15230
15231 * configure (redirect): Set to null, so default behavior of
15232 configure is now --verbose.
15233
15234 1998-02-16 Dave Love <d.love@dl.ac.uk>
15235
15236 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
15237 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
15238
15239 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
15240
15241 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
15242 this change to sync Makefile.in with its ChangeLog entries.
15243
15244 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
15245
15246 * ltmain.sh (mkdir): Check that the directory doesn't exist
15247 before we exit with error, so that we don't get races during
15248 parallel builds.
15249
15250 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
15251
15252 * ltconfig, ltmain.sh: Update from libtool 1.0i.
15253
15254 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
15255
15256 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
15257 PICFLAG_FOR_TARGET.
15258 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
15259
15260 * configure: Emit a definition for the new macro enable_shared
15261 into each Makefile.
15262
15263 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
15264
15265 * configure.in (host_tools, native_only): Add libtool.
15266
15267 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
15268
15269 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
15270 Fix typo in ming config comment.
15271
15272 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
15273
15274 * ltconfig, ltmain.sh: Update from libtool 1.0h.
15275
15276 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
15277
15278 * config.sub: Add tic30 cases, and map c30 to tic30.
15279
15280 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
15281
15282 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
15283 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
15284 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
15285 (CLEAN_TARGET_MODULES): Similarly
15286 (all-target-libf2c): Add dependences.
15287 * configure.in (target_libs): Add libf2c.
15288
15289 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
15290
15291 * configure.in: Remove expect from noconfigdirs when target
15292 is cygwin32. OK to build expect and dejagnu with Canadian
15293 Cross.
15294
15295 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
15296
15297 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
15298 host.
15299
15300 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
15301 and mingw32.
15302
15303 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
15304
15305 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
15306 here as it is not defined in the toplevel Makefile.
15307
15308 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
15309
15310 * configure (package_makefile_rules_frag): New variable, which names
15311 a file with generic rules, ...
15312 Change comment to mention we now have FIVE parts.
15313 * configure: Undo last change.
15314
15315 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
15316
15317 * config.guess: More accurate determination of HP processor types.
15318 * config.sub: More accurate determination of HP processor types.
15319
15320 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
15321
15322 * configure (package_makefile_frag): Move inserting the
15323 ${package_makefile_frag} to where it should be according
15324 to the comment.
15325
15326 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
15327
15328 * config.guess: Add support for Linux/ARM.
15329
15330 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
15331
15332 * .cvsignore: Remove *-info and *-install since they match
15333 release-info and mpw-install, which we don't want to just ignore.
15334
15335 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
15336
15337 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
15338
15339 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
15340
15341 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
15342 local_prefix to sub-make invocations.
15343
15344 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
15345
15346 * configure.in: Check makefile fragments in the source
15347 directory.
15348
15349 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15350
15351 * configure.in: Check whether host and target makefile
15352 fragments exist before adding them to *_makefile_frag.
15353
15354 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
15355
15356 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
15357
15358 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
15359
15360 * configure.in: Make sure we only replace RPATH_ENVVAR on
15361 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
15362 regexp to sed.
15363
15364 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
15365 to sub-makes.
15366
15367 1998-01-13 Lee Iverson (leei@ai.sri.com)
15368
15369 * config-ml.in (multi-do): LDFLAGS must include multilib
15370 designator.
15371
15372 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
15373
15374 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
15375
15376 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
15377
15378 * config.sub: Add mingw32 support.
15379 * configure.in: Likewise.
15380
15381 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
15382
15383 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
15384
15385 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
15386
15387 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15388 * configure (gxx_include_dir): Provide a definition for subdirs
15389 which do not use autoconf.
15390
15391 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
15392
15393 * config.guess: Sync with egcs. Picks up new alpha support,
15394 BeOS & some additional linux support.
15395
15396 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
15397
15398 * config.guess: HP 9000/803 is a PA1.1 machine.
15399
15400 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
15401
15402 * configure.in: It's alpha*-...
15403
15404 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15405
15406 * configure.in (host_makefile_frag, target_makefile_frag):
15407 Handle multiple config files.
15408 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
15409 alpha-*-*.
15410
15411 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
15412
15413 * mkdep: New file.
15414
15415 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
15416
15417 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
15418
15419 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
15420
15421 * Makefile.in: Add libgui directory.
15422 (GDB_TK): Add all-libgui.
15423 * configure.in: Add libgui directory.
15424 * configure: Add all-libgui to GDB_TK.
15425
15426 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
15427
15428 * config-ml.in (multidirs): Add m32r to multilib list.
15429
15430 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
15431
15432 * Makefile.in (all-target-gperf): Change dependency to
15433 all-target-libstdc++.
15434
15435 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
15436
15437 * config.guess: Add BeOS support.
15438
15439 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
15440
15441 Source directory cvs renamed to cvssrc:
15442 * configure.in (host_tools): Change cvs to cvssrc.
15443 (native_only): Likewise.
15444 (noconfigdirs) [various cases]: Likewise.
15445 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
15446 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
15447 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
15448 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
15449 (all-cvssrc): Rename target from all-cvs.
15450
15451 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
15452
15453 * configure (gxx_include_dir): Fix thinko.
15454
15455 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
15456
15457 * Makefile.in (INSTALL_TARGET_CROSS): Define.
15458 (install-cross, install-gcc-cross): New targets.
15459
15460 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
15461
15462 * configure.in (noconfigdirs): Add support for Thumb target.
15463
15464 * config.sub (maybe_os): Add support for Thumb target.
15465
15466 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
15467
15468 * Makefile.in: Add rules for cygmon.
15469
15470 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
15471
15472 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
15473
15474 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
15475 * configure (gxx_include_dir): Provide a definition for subdirs
15476 which do not use autoconf.
15477
15478 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
15479
15480 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
15481 11/18/97 build
15482
15483 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
15484
15485 * From Franz Sirl.
15486 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
15487 found on RedHat Linux systems.
15488
15489 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
15490
15491 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
15492 guesses.
15493
15494 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
15495
15496 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
15497
15498 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
15499
15500 * ltmain.sh: If mkdir fails, check whether the directory was created
15501 anyhow by some other process.
15502
15503 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
15504
15505 * configure.in (d30v-*-*): Configure all directories.
15506
15507 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
15508
15509 * configure.in (d30v-*-*): Configure newlib, libiberty directories
15510 for the D30V.
15511
15512 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
15513
15514 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
15515
15516 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
15517
15518 * include/libiberty.h: Add extern "C" { so it can be used with C++
15519 progrms.
15520 * include/remote-sim.h: Add extern "C" { so it can be used with C++
15521 programs.
15522
15523 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
15524
15525 * configure.in (d30v-*-*): Configure GCC now.
15526
15527 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
15528
15529 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
15530 is no longer needed.
15531
15532 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
15533
15534 * Makefile.in: check-target-libio depends on all-target-libstdc++.
15535
15536 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
15537
15538 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
15539 targets using "$@" to provide support for similar but not identical
15540 targets without having to duplicate code.
15541
15542 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
15543
15544 * makefile.vms: Fix to work with DEC C.
15545
15546 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
15547
15548 * config.sub: Add mips-tx39-elf to marketing names.
15549
15550 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
15551
15552 * ltmain.sh: Handle symlinks in generated script.
15553
15554 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
15555
15556 * configure: Handle autoconf style directory options: --bindir,
15557 --datadir, --includedir, --infodir, --libdir, --libexecdir,
15558 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
15559 --sysconfdir.
15560 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
15561 (sharedstatedir, localstatedir, oldincludedir): New variables.
15562 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
15563 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
15564 sbindir, sharedstatedir, and sysconfdir.
15565
15566 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
15567
15568 * Makefile.in (bootstrap-lean): New target.
15569
15570 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
15571
15572 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
15573 sn, and gnuserv from noconfigdirs.
15574
15575 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
15576
15577 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
15578
15579 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
15580
15581 * Makefile.in (cross): New target.
15582
15583 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
15584 Jeff Law <law@cygnus.com>
15585
15586 * Makefile.in (bootstrap2, bootstrap3): New targets.
15587 (all-bootstrap): Remove outdated and confusing target.
15588 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
15589
15590 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
15591
15592 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
15593 windows. Consistent with gdb/configure.
15594
15595 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
15596
15597 * configure.in: Name Linux target fragment.
15598
15599 * configure: Rewrite so that project Makefile fragment is inserted
15600 first and appears last in the resulting Makefile.
15601
15602 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
15603
15604 * Makefile.in (install-itcl): Install tcl first.
15605
15606 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
15607
15608 * configure.in: remove bison from noconfigdirs for Cygwin32 host
15609
15610 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
15611
15612 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
15613
15614 * configure.in (skipdirs): Add target-librx for Linux.
15615 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
15616
15617 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
15618
15619 * Makefile.in (bootstrap): New target.
15620
15621 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
15622
15623 * config.sub: Accept 'amigados' for backward compatibility.
15624
15625 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
15626
15627 * config.guess: Merge with FSF.
15628
15629 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
15630
15631 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
15632
15633 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
15634
15635 * config.sub: Add "marketing-names" patch.
15636
15637 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
15638
15639 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
15640
15641 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
15642
15643 * config.sub: Handle v850-elf.
15644
15645 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
15646
15647 * .cvsignore (*-install): Remove.
15648
15649 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
15650
15651 * ltconfig: Set CONFIG_SHELL in libtool.
15652 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
15653
15654 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15655
15656 * configure.in (target_subdir): Set to libraries if enable_multilib.
15657
15658 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
15659
15660 * config.guess: Update from gcc directory.
15661
15662 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
15663
15664 * Makefile.in (all-sim): Depends on all-readline.
15665
15666 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
15667
15668 * Makefile.in (BISON, YACC): Use $$s.
15669 (all-bison): Depend on all-texinfo.
15670
15671 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
15672
15673 * Makefile.in (BISON): Add -L flag.
15674 (YACC): Likewise.
15675
15676 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15677
15678 * configure.in (noconfigdirs): Add support for v850e target.
15679
15680 * config.sub (maybe_os): Add support for v850e target.
15681
15682 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
15683
15684 * configure.in (noconfigdirs): Add support for v850ea target.
15685
15686 * config.sub (maybe_os): Add support for v850ea target.
15687
15688 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
15689
15690 * config.sub: Add mipstx39. Delete r3900.
15691
15692 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
15693
15694 * Makefile.in (all-autoconf): Depends on all-texinfo.
15695
15696 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
15697
15698 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
15699 eabi targets.
15700
15701 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
15702
15703 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
15704
15705 * configure: When handling a Canadian Cross, handle YACC as well as
15706 BISON. Just set BISON to bison. When setting YACC, prefer bison.
15707 * Makefile.in (all-bison): Depend upon all-texinfo.
15708
15709 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
15710
15711 * Makefile.in (BISON): bison, not byacc or bison -y.
15712 (YACC): bison -y or byacc or yacc.
15713 (various): Add *-bison as appropriate.
15714 (taz): No need to mess with BISON anymore.
15715
15716 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
15717
15718 * configure: If OSTYPE matches *win32*, try to find a good value for
15719 CONFIG_SHELL.
15720
15721 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
15722
15723 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
15724 configure.in if it is present.
15725
15726 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
15727
15728 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
15729
15730 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
15731
15732 * config.sub: Recognize `arc' cpu.
15733 * configure.in: Likewise.
15734 * config-ml.in: Likewise.
15735
15736 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
15737
15738 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
15739
15740 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
15741
15742 * configure: Changed sed delimiter from ':' to '|' when
15743 attempting to substitute ${config_shell} for SHELL. On
15744 NT ${config_shell} may contain a ':' in it.
15745
15746 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
15747
15748 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
15749
15750 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
15751
15752 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
15753
15754 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
15755
15756 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
15757
15758 * ylwrap: If the program is a relative path, force it to be
15759 absolute.
15760
15761 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
15762
15763 * configure (tooldir): Set BISON to `bison -y' and not just bison.
15764
15765 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
15766
15767 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
15768 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
15769 for libraries.
15770
15771 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
15772
15773 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
15774 separated by spaces.
15775
15776 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
15777
15778 * ylwrap: New file.
15779 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
15780
15781 * ltmain.sh: Handle /bin/sh at start of install program.
15782
15783 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
15784
15785 * ltconfig, ltmain.sh: New files, from libtool 1.0.
15786 * missing: New file, from automake 1.2.
15787
15788 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
15789
15790 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
15791 check-tk to CHECK_X11_MODULES.
15792
15793 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
15794
15795 * config.sub: Merge with FSF.
15796
15797 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
15798
15799 * config.guess: Merge with FSF.
15800
15801 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
15802
15803 * configure: Treat msdosdjgpp like go32.
15804 * configure.in: Likewise. Don't remove gprof for go32.
15805
15806 * configure: Change Makefile.tem2 to Makefile.tm2.
15807
15808 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
15809
15810 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
15811
15812 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15813
15814 * install-sh (chmodcmd): Set to null if the DST directory already
15815 exists. Same as Nov 11th change.
15816
15817 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
15818
15819 * configure (GDB_TK): Needs itcl and tix.
15820
15821 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
15822
15823 * config.guess: Update from FSF.
15824
15825 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
15826
15827 * Makefile.in (GDB_TK): Depend on itcl and tix.
15828
15829 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
15830
15831 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
15832 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
15833 (INSTALL_SCRIPT): New variable.
15834 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
15835 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
15836 to -x.
15837 * install-sh: Add support for -x option.
15838
15839 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
15840
15841 * configure.in, Makefile.in: Treat tix like itcl.
15842
15843 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
15844
15845 * Makefile.in (WINDRES): New variable.
15846 (WINDRES_FOR_TARGET): New variable.
15847 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
15848 (EXTRA_HOST_FLAGS): Add WINDRES.
15849 (EXTRA_TARGET_FLAGS): Add WINDRES.
15850 (EXTRA_GCC_FLAGS): Add WINDRES.
15851 ($(DO_X)): Pass down WINDRES.
15852 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
15853 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
15854 DLLTOOL_FOR_TARGET.
15855
15856 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
15857
15858 * configure.in: configure sim before gdb for win32-x-ppc
15859
15860 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15861
15862 Move gperf into the toplevel, from libg++.
15863 * configure.in (target_tools): Add target-gperf.
15864 (native_only): Add target-gperf.
15865 * Makefile.in (all-target-gperf): New target, depend on
15866 all-target-libg++.
15867 (configure-target-gperf): Empty rule.
15868 (ALL_TARGET_MODULES): Add all-target-gperf.
15869 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
15870 (CHECK_TARGET_MODULES): Add check-target-gperf.
15871 (INSTALL_TARGET_MODULES): Add install-target-gperf.
15872 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
15873
15874 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
15875
15876 * config.sub (mn10200): Recognize new basic machine.
15877
15878 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15879
15880 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
15881 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
15882
15883 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
15884
15885 * configure.in: If we're building mips-sgi-irix6* native, turn on
15886 ENABLE_MULTILIB and set TARGET_SUBDIR.
15887
15888 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
15889
15890 * Makefile.in (all-sn): Depend on all-grep.
15891
15892 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
15893
15894 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
15895
15896 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
15897 Makefile. From Jeff Makey <jeff@cts.com>.
15898 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
15899
15900 * Makefile.in (DISTBISONFILES): Remove.
15901 (taz): Don't futz with DISTBISONFILES. Change BISON to use
15902 $(DEFAULT_YACC).
15903
15904 * configure.in: Build itl, db, sn, etc., when building for native
15905 cygwin32.
15906
15907 * Makefile.in (LD): New variable.
15908 (EXTRA_HOST_FLAGS): Pass down LD.
15909 ($(DO_X)): Likewise.
15910
15911 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
15912
15913 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
15914
15915 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
15916
15917 * configure.in (targargs): Strip out any supplied --build argument
15918 before adding our own. Always add --build.
15919
15920 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
15921
15922 * configure.in (targargs): Pass --build if we're doing
15923 a cross-compile.
15924
15925 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
15926
15927 * configure: Use '|' instead of ":" as the separator in
15928 sed. Otherwise sed chokes on NT path names with drive
15929 designators. Also look for "?:*" as the leading characters in an
15930 absolute pathname.
15931
15932 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
15933
15934 * config.sub: Support for r3900.
15935
15936 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
15937
15938 * configure.in: Use install-sh, not install.sh.
15939
15940 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
15941
15942 * Makefile.in (taz): Improve check for BISON so it doesn't try to
15943 apply it twice.
15944
15945 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
15946
15947 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
15948 install-binutils.
15949
15950 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
15951
15952 * Makefile.in: Add automake targets.
15953 * configure.in (host_tools): Add automake.
15954
15955 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
15956
15957 * configure: Default CXX to c++, not gcc.
15958 * Makefile.in (CXX): Set to c++, not gcc.
15959 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
15960
15961 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
15962
15963 * install-sh: try appending a .exe if source file doesn't
15964 exist
15965
15966 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
15967
15968 * configure.in: Turn on multilib by default.
15969 (cross_only): Remove target-libiberty.
15970
15971 * Makefile.in (all-gcc): Don't depend on libiberty.
15972
15973 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
15974
15975 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
15976
15977 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
15978
15979 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
15980 (DISTBISONFILES): Add ld/Makefile.in
15981
15982 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
15983
15984 * configure.in: if target is cygwin32 but host isn't cygwin32,
15985 don't configure gdb tcl tk expect, not just gdb.
15986
15987 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
15988
15989 * configure.in: Added gnuserv everywhere sn appears.
15990
15991 * Makefile.in (ALL_MODULES): Added all-gnuserv.
15992 (CROSS_CHECK_MODULES): Added check-gnuserv.
15993 (INSTALL_MODULES): Added install-gnuserv.
15994 (CLEAN_MODULES): Added clean-gnuserv.
15995 (all-gnuserv): New target.
15996
15997 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
15998
15999 * config.guess: Fixes for MIPS OpenBSD systems.
16000
16001 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
16002
16003 * Makefile.in (INSTALL_XFORM): Remove.
16004 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
16005
16006 * mkinstalldirs: New file, copied from automake.
16007 * Makefile.in (installdirs): Rename from install-dirs. Use
16008 mkinstalldirs. Change all users.
16009 (DEVO_SUPPORT): Add mkinstalldirs.
16010
16011 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
16012
16013 * install-sh: Rename from install.sh.
16014 * Makefile.in (INSTALL): Change install.sh to install-sh.
16015 (DEVO_SUPPORT): Likewise.
16016
16017 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
16018 Graichen <graichen@rzpd.de>.
16019
16020 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
16021
16022 * config.guess: Recognize OpenBSD systems correctly.
16023
16024 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16025
16026 * README, Makefile.in (ETC_SUPPORT): Remove references to
16027 cfg-paper*, configure.{texi,man,info*}._
16028
16029 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
16030
16031 * Makefile.in (all.normal): Ensure that gcc is built after all
16032 the x11 - ie gdb - targets.
16033
16034 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
16035
16036 * makefile.vms: Don't run conf-a-gas.
16037
16038 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
16039
16040 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
16041
16042 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
16043
16044 * configure.in: Remove noconfigdirs case since gdb also
16045 configures and builds for tic80-coff.
16046
16047 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
16048
16049 * configure: Set cache_file to config.cache.
16050 * Makefile.in (local-distclean): Remove config.cache.
16051
16052 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
16053
16054 * COPYING: Update FSF address.
16055
16056 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
16057
16058 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
16059 noconfigdirs.
16060
16061 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
16062
16063 * Makefile.in (install-dirs): Don't crash if prefix, and hence
16064 MAKEDIRS, is empty.
16065
16066 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
16067
16068 * config.sub: Tweak mn10300 entry.
16069
16070 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
16071
16072 * configure.in (host_tools): Put sim before gdb, so gdb's
16073 configure.tgt can determine if the simulator was configured.
16074
16075 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
16076
16077 * config.sub: Move BeOS $os case to be with other Cygnus
16078 local cases.
16079
16080 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
16081
16082 * config.sub: Remove misplaced comment that broke Linux.
16083
16084 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
16085
16086 * config.sub: Add BeOS support.
16087
16088 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
16089
16090 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
16091
16092 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
16093
16094 * configure.in (noconfigdirs): Remove tcl and tk from
16095 noconfigdirs for cygwin32 builds.
16096
16097 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
16098
16099 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
16100
16101 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
16102
16103 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
16104 make-all.com, use makefile.vms instead.
16105
16106 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
16107
16108 * config.sub: Accept -lnews*.
16109
16110 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
16111
16112 * configure.in (noconfigdirs): Disable target-newlib,
16113 target-examples and target-libiberty for d30v.
16114
16115 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16116
16117 * configure.in (noconfigdirs): Enable ld for d30v.
16118
16119 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
16120
16121 * configure.in (tic80-*-*): Build compiler.
16122
16123 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
16124
16125 * configure.in (d30v-*): Remove sim directory from list of
16126 unsupported d30v directories
16127
16128 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
16129
16130 * config.sub, configure.in: Add d30v target cpu.
16131
16132 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
16133
16134 * makefile.vms: New file.
16135 * make-all.com: Remove.
16136
16137 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
16138
16139 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
16140
16141 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
16142
16143 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
16144
16145 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
16146
16147 * Makefile.in (ALL_MODULES): Added all-db.
16148 (CROSS_CHECK_MODULES): Addec check-db.
16149 (INSTALL_MODULES): Added install-db.
16150 (CLEAN_MODULES): Added clean-db.
16151
16152 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
16153
16154 * config.guess: Merge with latest FSF sources.
16155
16156 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
16157
16158 * Makefile.in (ALL_MODULES): Added all-itcl.
16159 (CROSS_CHECK_MODULES): Added check-itcl.
16160 (INSTALL_MODULES): Added install-itcl.
16161 (CLEAN_MODULES): Added clean-itcl.
16162
16163 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
16164
16165 * configure.in: build gdb for mn10200
16166
16167 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
16168
16169 * Makefile.in (all-target-winsup): Depend on all-target-libio.
16170
16171 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
16172
16173 * configure.in (tic80-*-*): Turn off most targets right now.
16174
16175 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
16176
16177 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
16178 rather than the makeinfo program.
16179 (do-info): Depend upon all-texinfo.
16180
16181 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
16182
16183 * configure.in: Remove uses of config/mh-linux.
16184
16185 * config.sub, config.guess: Merge with latest FSF sources.
16186
16187 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
16188
16189 * config.sub (case $basic_machine): Add tic80 entries.
16190
16191 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
16192
16193 * config.sub, config.guess: Merge with latest FSF sources.
16194
16195 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16196
16197 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
16198 * mpw-config.in: Test for NewFolderRecursive.
16199 * mpw-install: Use symbolic name for startup filename.
16200 * mpw-README: Add various additional details.
16201
16202 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
16203
16204 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
16205
16206 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
16207
16208 * configure.in: Do build gcc and the target libraries for
16209 the mn10200.
16210
16211 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
16212
16213 * configure.in: don't avoid building gdb for mn10300 any more
16214 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
16215 instead of single-quoting it.
16216
16217 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
16218
16219 * configure.in: Don't use --with-stabs on IRIX 6.
16220
16221 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
16222
16223 * configure.in (m32r): Build gdb, libg++ now.
16224
16225 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
16226
16227 * configure.in (mips*-sgi-irix6*): Remove gdb and related
16228 directories from noconfigdirs.
16229
16230 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
16231
16232 * config.sub (basic_machine): added mips16 configuration
16233
16234 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16235
16236 * config.sub: Handle d10v-unknown.
16237
16238 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
16239
16240 * config.sub: Handle v850-unknown.
16241
16242 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
16243
16244 * Makefile.in: add findutils
16245 * configure.in: add findutils to list of host_tools
16246
16247 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
16248
16249 * config.sub: Handle mn10200 and mn10300.
16250
16251 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16252
16253 * configure.in (d10v-*): Do not build librx.
16254
16255 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
16256
16257 * configure.in (mn10300): Build everything except gdb & libgloss.
16258
16259 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
16260
16261 * config.guess: Patch for Dansk Data Elektronik servers,
16262 from Niels Skou Olsen <nso@dde.dk>.
16263
16264 For ncr, use /bin/uname rather than uname, since GNU uname does not
16265 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
16266
16267 Patch for MIPS R4000 running System V,
16268 from Eric S. Raymond <esr@snark.thyrsus.com>.
16269
16270 Fix thinko for nextstep.
16271
16272 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
16273
16274 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
16275 * config.guess: Guess mips-dec-mach_bsd4.3.
16276
16277 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
16278 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
16279 release numbers.
16280 * config.guess (mips-mips-riscos*): Emit just enough of the
16281 release number.
16282
16283 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
16284 * config.guess (sparc-auspex-sunos*): Added.
16285 (f300-fujitsu-*): Added.
16286
16287 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
16288 * config.guess: Recognize a Tadpole as a sparc.
16289
16290 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16291
16292 * config.guess: Don't assume that NextStep version is either 2 or
16293 3. NextStep 4 (aka OpenStep 4) has come out now.
16294
16295 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
16296
16297 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
16298 From Rik Faith <faith@cs.unc.edu>.
16299
16300 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
16301
16302 * config.sub: Contributions from bug-gnu-utils to:
16303 Support plain "hppa" (no version given) architecture, reported by
16304 OpenStep.
16305 OpenBSD like NetBSD.
16306 LynxOs is not a hardware supplier.
16307
16308 * config.guess: Contributions from bug-gnu-utils to add support for:
16309 OpenBSD like NetBSD.
16310 Stratus systems.
16311 More Pyramid systems.
16312 i[n>4]86 Intel chips.
16313 M680[n>4]0 Motorola chips.
16314 Use unknown instead of lynx for hardware manufacturer.
16315
16316 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16317
16318 * install.sh (chmodcmd): Set to null if the DST directory already
16319 exists.
16320
16321 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16322
16323 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
16324 not use mt-ppc target Makefile fragment any more.
16325
16326 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16327
16328 * configure.in (*-*-windows): Exclude everything but those dirs
16329 needed to build windows.
16330
16331 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
16332
16333 * Makefile.in (all-target-winsup): Depend on all-target-librx.
16334
16335 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16336
16337 * configure.in: Exclude mmalloc from i386-windows.
16338
16339 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
16340
16341 * Undo my previous change.
16342
16343 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
16344
16345 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
16346 unconditionally.
16347 (MAKEOVERRIDES): Define (revert this part of October 18 change).
16348
16349 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
16350
16351 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
16352 host to add it's own flags.
16353
16354 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
16355
16356 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
16357
16358 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
16359
16360 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
16361 (CXX_FOR_TARGET): Likewise.
16362 (GCC_FOR_TARGET): Define.
16363 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
16364 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
16365 CC_FOR_TARGET was specified on the command line.
16366 (MAKEOVERRIDES): Don't define.
16367
16368 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
16369
16370 * configure.in (m32r): Fix spelling of libg++ libs.
16371
16372 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
16373
16374 * config.sub (-apple*): Remove, now redundant.
16375
16376 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
16377
16378 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
16379
16380 * configure: Rework yesterday's sed script patch.
16381
16382 * config.sub: Merge with FSF.
16383
16384 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
16385
16386 * config.guess: Merge from FSF.
16387
16388 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
16389 * config.guess: Use pc instead of unknown, for pc clone systems.
16390 Change linux to linux-gnu.
16391
16392 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16393 * config.guess: Avoid non-portable tr syntax.
16394
16395 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
16396
16397 * test-build.mk (HOLES): Add "xargs" for gdb.
16398
16399 * configure: Avoid hpux10.20 sed bug.
16400
16401 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
16402
16403 * configure.in: Add support for windows host
16404 (that is a build done under the Microsoft build environment).
16405
16406 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
16407
16408 * Makefile.in: Replace all uses of srcroot with s, to shrink
16409 command line lengths.
16410
16411 Patches from Geoffrey Noer <noer@cygnus.com>:
16412 * configure.in: If configuring for newlib, pass --with-newlib to
16413 subdirectories.
16414 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
16415 -Bnewlib/ and -Lwinsup to gcc.
16416 (CXX_FOR_TARGET): Likewise.
16417
16418 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
16419
16420 * Makefile.in (ETC_SUPPORT): Add configure.
16421
16422 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
16423
16424 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
16425 host configuration file.
16426
16427 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
16428
16429 * configure.in: Break mn10x00 support into separate
16430 mn10200 and mn10300 configurations.
16431 * config.sub: Likewise.
16432
16433 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
16434
16435 * configure.in: Add lots of stuff to noconfigdirs for
16436 the mn10x00 targets.
16437
16438 * config.sub, configure.in: Add mn10x00 support.
16439
16440 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
16441
16442 * make-all.com: Call conf-a-gas, not config-a-gas.
16443
16444 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
16445
16446 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
16447 targets.
16448
16449 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
16450
16451 * mpw-README: Add much more detail for native PowerMac.
16452 * mpw-install: New file.
16453 * mpw-configure: Add --norecursion and --help options.
16454 * mpw-config.in: Translate readme and install files when
16455 copying to objdir.
16456 * mpw-build.in: Don't always depend on byacc and flex.
16457 (install-only-top): New action.
16458
16459 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
16460
16461 * configure.in: You can now configure GDB for the v850.
16462
16463 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
16464
16465 * configure.in (noconfigdirs): Don't configure any C++ dirs
16466 if targeting D10V.
16467
16468 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
16469
16470 * config.sub: Recognize mips64vr5000.
16471
16472 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
16473
16474 * configure.in: Use a single line for host_tools and native_only.
16475
16476 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
16477
16478 * config.sub, configure.in: Add entries for m32r.
16479
16480 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
16481
16482 * Makefile.in (inet-install): Don't run install-gzip.
16483
16484 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
16485
16486 * configure.in: Don't config lots of things for *-*-windows*.
16487
16488 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
16489
16490 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
16491 (host_libs, host_tools): Copy from configure.in.
16492 * mpw-configure: Don't complain about directories not found.
16493
16494 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16495
16496 * configure.in (i[345]86): Recognize i686 for pentium pro.
16497 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
16498 file.
16499
16500 * config.guess (i[345]86): Ditto.
16501
16502 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16503
16504 * configure.in (noconfigdirs): Removed gdb for D10V.
16505
16506 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
16507
16508 * configure.in: Remove ld, target-libio, target-libg++, and
16509 target-libstdc++ from noconfigdirs.
16510
16511 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
16512
16513 * configure: Fix three locations where shell scripts were
16514 being run directly rather than with config_shell.
16515
16516 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
16517
16518 * configure.in (v850-*-*): Set up initial $noconfigdirs.
16519 * config.sub (basic_machine): Recognize v850.
16520
16521 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
16522
16523 * mpw-configure: Handle multiple enable/disable options and
16524 pass them down recursively, handle -c and -s flags appropriately
16525 depending on choice of compiler, add escape mechanism for
16526 quoted arguments to gC.
16527
16528 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16529
16530 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
16531 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
16532 so that -mrelocatable-lib and -mno-eabi are used.
16533
16534 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
16535 not support --print-multi-lib, don't abort.
16536
16537 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
16538
16539 * make-all.com: Run config-a-gas.
16540 * setup.com: Don't copy subdirectory files around.
16541
16542 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
16543
16544 * configure.in (*-*-ose): Remove exclusion of libgloss for this
16545 target, it now compiles correctly.
16546
16547 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
16548
16549 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
16550
16551 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16552
16553 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
16554
16555 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16556
16557 * configure.in (native_only): Add prms.
16558
16559 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
16560
16561 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
16562 (BINUTILS_SUPPORT_DIRS): Likewise.
16563
16564 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16565
16566 * configure.in (d10v-*-*): Don't configure ld or gdb until the
16567 d10v support is added.
16568
16569 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
16570
16571 * configure.in (d10v-*-*): New target.
16572
16573 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
16574
16575 * config.guess (HP 9000/811): Recognize this as a PA1.1
16576 machine.
16577
16578 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
16579
16580 * Makefile.in (do-tar-gz): New target, split out from tail end of
16581 taz target. Run each command separately, don't use pipes.
16582 (taz): Use it.
16583
16584 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
16585
16586 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
16587 * mpw-build.in: No builds should depend on building byacc or flex,
16588 they are assumed to be installed already.
16589
16590 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16591
16592 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
16593 variable that CC_FOR_TARGET needs.
16594
16595 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16596
16597 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
16598 options have changed since the last time the subdirectory was
16599 configured, and if it has, reconfigure.
16600 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
16601 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
16602
16603 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
16604
16605 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
16606 CLEAN_MODULES): Add bash.
16607 (all-bash): New target.
16608
16609 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
16610
16611 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
16612
16613 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16614
16615 * config.sub (basic_machine): Recognize d10v as a valid processor.
16616
16617 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
16618
16619 * mpw-configure: Add support for --bindir.
16620 * mpw-build.in: Use a GCC-specific build script for GCC actions.
16621
16622 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
16623
16624 * configure.in: add bash, time, gawk to list of hosttools and things
16625 to only build for native toolchains
16626
16627 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16628
16629 * Makefile.in (docdir): Remove.
16630
16631 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
16632
16633 * Makefile.in (datadir): Set to $(prefix)/share.
16634
16635 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
16636
16637 * configure.in: build diff and patch for cygwin32-hosted
16638 toolchains.
16639
16640 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
16641
16642 * config.sub: Accept -rtems*.
16643
16644 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
16645
16646 * configure.in: enable dosrel for cygwin32-hosted builds,
16647 remove diff from the list of things not buildable
16648 via Canadian Cross
16649
16650 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
16651
16652 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
16653 don't get ". ".
16654
16655 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
16656
16657 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
16658
16659 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
16660
16661 * Makefile.in (taz): Handle case where tex3patch didn't even get
16662 checked out. Also, if it was found, put the symlink in a new util
16663 subdirectory.
16664
16665 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16666
16667 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
16668
16669 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
16670
16671 * config.sub: Recognize -openvms.
16672 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
16673 * make-all.com, setup.com: New files.
16674
16675 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16676
16677 * Makefile.in (taz): tex3patch moved to texinfo/util.
16678
16679 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
16680
16681 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
16682 * configure.in: remove make from disable-if-Can-Cross list
16683 enable gdb if ${host} and ${target} are cygwin32
16684
16685 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
16686
16687 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
16688 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
16689
16690 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
16691
16692 * config.guess: Combine mips-mips-riscos cases, and use cpp to
16693 distinguish sysv/svr4/bsd variants.
16694 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
16695
16696 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
16697
16698 * configure.in: Added copyright notice.
16699 * move-if-change: Added copyright notice.
16700
16701 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16702
16703 * configure.in (powerpcle-*-solaris*): Until we get shared
16704 libraries working, don't build gdb, sim, make, tcl, tk, or
16705 expect.
16706
16707 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
16708
16709 * config.guess: Merge with FSF:
16710
16711 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
16712 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
16713
16714 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
16715 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
16716
16717 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
16718 * config.guess: Combine two OSF1 rules.
16719 Also recognize field test versions. From mjr@zk3.dec.com.
16720 * config.guess (dgux): Use /usr/bin/uname rather than uname,
16721 because GNU uname does not support -p. From pmr@pajato.com.
16722
16723 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
16724
16725 * Makefile.in (MAKEDIRS): Removed $(tooldir).
16726
16727 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
16728
16729 * mpw-README: Document GCCIncludes.
16730
16731 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
16732
16733 * configure.in (alpha-*-linux*): Set enable_shared to yes.
16734
16735 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
16736
16737 * mpw-configure: Handle --enable-FOO and --disable-FOO.
16738
16739 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
16740
16741 * configure.in (*-*-cygwin32): Configure make.
16742
16743 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
16744
16745 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
16746
16747 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
16748
16749 * Makefile.in (all-inet): Depend on all-perl.
16750
16751 * Makefile.in (inet-install): New target.
16752
16753 * Makefile.in (all-inet): Depend on all-tcl.
16754 (all-inet): Depend on all-send-pr.
16755
16756 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16757
16758 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
16759 temporarily.
16760
16761 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
16762
16763 * configure.in: Don't configure --with-gnu-ld on AIX.
16764
16765 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
16766
16767 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
16768
16769 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
16770
16771 * Makefile.in (ALL_MODULES): Added all-inet.
16772 (CROSS_CHECK_MODULES): Added check-inet.
16773 (INSTALL_MODULES): Added install-inet.
16774 (CLEAN_MODULES): Added clean-inet.
16775 (all-indent): New target.
16776
16777 * configure.in (host_tools): Added inet.
16778 (native_only): Added inet.
16779 (noconfigdirs): Added inet.
16780
16781 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
16782
16783 * configure.in: Don't configure libgloss if we are not configuring
16784 newlib.
16785
16786 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
16787
16788 * configure.in: Don't configure libgloss for unsupported
16789 architectures.
16790
16791 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16792
16793 * Makefile.in (CLEAN_MODULES): Add clean-apache.
16794
16795 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
16796
16797 * Makefile.in (ALL_MODULES): Include all-apache.
16798 (CROSS_CHECK_MODULES): Include check-apache.
16799 (INSTALL_MODULES): Include install-apache.
16800 (all-apache): New target.
16801
16802 * configure.in: Added apache everywhere perl is seen.
16803
16804 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16805
16806 * Makefile.in: Add support for clean-{module} and
16807 clean-target-{module} rules.
16808
16809 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
16810
16811 * configure.in (*-*-ose) do not build libgloss.
16812
16813 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16814
16815 * config.guess (prep*:SunOS:5.*:*): Turn into
16816 powerpele-unknown-solaris2.
16817
16818 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
16819
16820 * configure.in: Permit --enable-shared to specify a list of
16821 directories.
16822
16823 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16824
16825 * configure.in (host==solaris): Pass only the first word of $CC
16826 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
16827
16828 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
16829
16830 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
16831
16832 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
16833
16834 * Makefile.in (ALL_MODULES): Include all-perl.
16835 (CROSS_CHECK_MODULES): Include check-perl.
16836 (INSTALL_MODULES): Include install-perl.
16837 (ALL_X11_MODULES): Include all-guile.
16838 (CHECK_X11_MODULES): Include check-guile.
16839 (INSTALL_X11_MODULES): Include install-guile.
16840 (all-perl): New target.
16841 (all-guile): New target.
16842
16843 * configure.in (host_tools): Include perl and guile.
16844 (native_only): Include perl and guile.
16845 (noconfigdirs): Don't build guile and perl; no ports have been
16846 done.
16847
16848 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
16849
16850 * configure (--enable-*): Handle quoted option lists such as
16851 --enable-sim-cflags='-g0 -O' better.
16852
16853 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16854
16855 * Makefile.in ({,inst}all-target): New rule so we can make and
16856 install all of the target directories easily.
16857
16858 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16859
16860 * configure.in: Add missing global flag in sed substitution when
16861 deleting `target-' from ${configdirs}.
16862
16863 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
16864
16865 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
16866 option.
16867
16868 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
16869 config/mh-necv4.
16870
16871 * install.sh: Correct misspelling of transformbasename.
16872
16873 * config.guess: Recognize mips-*-sysv*.
16874
16875 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
16876
16877 * config.sub: Recognize mon960.
16878
16879 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
16880
16881 * configure: Restore Canadian Cross handling of BISON and LEX,
16882 removed in Feb 20 change.
16883
16884 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
16885
16886 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
16887 Mention make install. Remove the old copyright date as well the
16888 clumsy and rather pointless copyright on the README file.
16889
16890 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
16891
16892 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
16893 Makefile after running symlink-tree, then run `make distclean' to
16894 avoid clobbering any generated files in srcdir.
16895
16896 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
16897
16898 * configure.in (m68k-*-netbsd*): Build everything now.
16899
16900 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
16901
16902 * Makefile.in (taz): Fix quoting.
16903
16904 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
16905
16906 * configure.in (sparclet-*-*): Build everything now.
16907
16908 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16909
16910 * configure.in (m68k-*-linux*): New host.
16911
16912 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
16913
16914 * configure: Check for bison before byacc.
16915
16916 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
16917
16918 * Makefile.in configure: Change the way LEX and BISON/YACC are
16919 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
16920 searching PATH. These are used as fallbacks by Makefile.in if
16921 flex/bison/byacc aren't in objdir.
16922
16923 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
16924
16925 * Makefile.in: Make everything which depends upon all-bfd also
16926 depend upon all-opcodes, in case --with-commonbfdlib is used.
16927
16928 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16929
16930 * configure.in (host *-*-cygwin32): Don't build gdb if we are
16931 building NT native compilers on Unix.
16932
16933 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
16934
16935 * configure.in: Don't get CC from the host Makefile fragment if we
16936 can find gcc in PATH, or if this is a Canadian Cross. Move the
16937 Solaris test for /usr/ucb/cc to the post target script, just after
16938 the compiler sanity test.
16939
16940 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
16941
16942 * config.sub: Merge with FSF.
16943
16944 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
16945
16946 * Makefile.in (RPATH_ENVVAR): New variable.
16947 (REALLY_SET_LIB_PATH): Use it.
16948 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
16949
16950 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
16951
16952 * config.sub, configure.in: Recognize sparclet cpu.
16953
16954 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
16955
16956 * config.guess: Support m68k-cbm-sysv4.
16957
16958 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
16959
16960 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
16961 m68k-unknown-linuxaout from linker help string. Put quotes around
16962 $ld_help_string.
16963
16964 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
16965
16966 * config.guess (powerpc-harris-powerunix): Add guess for port
16967 to new target.
16968
16969 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
16970
16971 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
16972
16973 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
16974
16975 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
16976 $(REALLY_SET_LIB_PATH) in Makefile.
16977 * Makefile.in (SET_LIB_PATH): New variable.
16978 (REALLY_SET_LIB_PATH): New variable.
16979 ($(DO_X)): Use $(SET_LIB_PATH).
16980 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
16981 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
16982 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
16983 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
16984 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
16985 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
16986 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
16987 (install-dosrel): Likewise.
16988 (all-opcodes): Depend upon all-libiberty.
16989
16990 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
16991
16992 * config.guess (*:CYGWIN*): New
16993
16994 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16995
16996 * Makefile.in (all-target-winsup): All all-target-libiberty.
16997
16998 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
16999
17000 * configure.in (noconfigdirs): Add missing # in front of comment.
17001
17002 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
17003
17004 * configure.in: add second pass to things added to noconfigdirs
17005 so *-gm-magic can exclude libgloss properly.
17006
17007 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
17008
17009 * mpw-configure (extralibs_name, rez_name): Set correctly
17010 for MWC68K compiler.
17011
17012 * mpw-README: Add more info on the necessary build tools.
17013
17014 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
17015
17016 * configure.in, config.sub: Recognize cygwin32.
17017
17018 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
17019
17020 * config.guess, config.sub: Recognize A/UX.
17021
17022 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
17023
17024 * config.sub: Merge with gcc/config.sub.
17025
17026 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
17027
17028 * mpw-build.in (do-binutils): Add build of stamps.
17029
17030 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
17031
17032 * config.sub: Add recognition for mips64vr4100*-* targets.
17033
17034 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17035
17036 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
17037 Add creation of gconfigargs with `--enable-shared' turned on.
17038 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
17039 ($(host)-stamp-stage3-configured): Likewise.
17040 (HOLES): Add chatr and ldd.
17041 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
17042
17043 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
17044
17045 * configure: Pass --nfp to recursive configures.
17046
17047 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
17048
17049 * Makefile.in (DLLTOOL): New.
17050 (DLLTOOL_FOR_TARGET): New.
17051 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
17052 (EXTRA_TARGET_FLAGS): Ditto.
17053 (EXTRA_GCC_FLAGS): Ditto.
17054 (CONFIGURE_TARGET_MODULES): Ditto.
17055 (DO_X): Ditto.
17056 * configure: Add DLLTOOL.
17057
17058 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
17059
17060 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
17061 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
17062 mh-sco, since old workarounds no longer needed, and don't
17063 build ld, since libraries have weak symbols in COFF.
17064
17065 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
17066
17067 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
17068
17069 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
17070
17071 * configure.in: Make sure that ${CC} can be used to compile an
17072 executable.
17073
17074 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17075
17076 * Makefile.in (all-gdb): Depend on $(GDB_TK).
17077 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
17078 nothing depending on whether gdbtk is being built.
17079
17080 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
17081
17082 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
17083
17084 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
17085
17086 * configure.in (noconfigdirs): Put ld or gas in this early, if the
17087 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
17088
17089 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
17090
17091 * config-ml.in: Add support for
17092 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
17093 Simplify setting of multidirs from --disable-foo.
17094
17095 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17096
17097 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
17098 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
17099 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
17100 non-empty, pass them on to the GCC make.
17101 (all-bootstrap): New rule that is like all-gcc, except it executes
17102 the GCC bootstrap rule instead of the GCC all rule.
17103
17104 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
17105
17106 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
17107
17108 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17109
17110 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
17111 DG/UX support.
17112
17113 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
17114
17115 * config.sub (i*86*) Change [345] to [3456]
17116
17117 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17118
17119 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
17120 --with-gnu-ld=no.
17121
17122 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17123
17124 * config-ml.in (rs6000*, powerpc*): Add switches to control which
17125 AIX multilibs get built.
17126
17127 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17128
17129 * configure.in (i386-win32): Don't build expect if we're not
17130 building the tcl subdir.
17131
17132 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
17133
17134 * Makefile.in: (configure-target-examples, all-target-examples):
17135 New targets, configure and build example programs.
17136
17137 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
17138
17139 * mpw-configure: If an mpw-config.in generated a file mk.sed,
17140 use it as input to sedit the generated MPW makefile.
17141 * mpw-README: Add a suggestion about Gestalt.h.
17142
17143 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
17144
17145 * config.sub: Accept *-*-ieee*.
17146
17147 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
17148
17149 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
17150 Ronald F. Guilmette <rfg@monkeys.com>.
17151
17152 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17153
17154 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
17155 for powerpc-pe native.
17156 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
17157 (target==powerpc-pe): duplicate i386-win32 entry.
17158
17159 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17160
17161 * configure.in (noconfigdirs): Exclude target-newlib for all versions
17162 of vxworks, not just vxworks5.1.
17163
17164 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
17165
17166 * mpw-configure: Add support for exec-prefix.
17167
17168 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17169
17170 * config.guess: Recognize HP model 816 machines as having
17171 a PA1.1 processor.
17172
17173 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
17174
17175 * configure: Ignore new autoconf configure options.
17176
17177 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17178
17179 * config.guess: Recognize Pentium under SCO.
17180 From Robert Lipe <robertl@arnet.com>.
17181
17182 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17183
17184 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
17185
17186 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
17187
17188 * configure.in: Don't configure gas for alpha-dec-osf*.
17189
17190 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
17191
17192 * configure.in: Default to --with-stabs for some targets for which
17193 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
17194 i[345]86*-*-unixware*.
17195
17196 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
17197
17198 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
17199 rather than basing it on the target. Simplify handling of options
17200 controlling which directories to configure. Remove extraneous
17201 slash in multi-clean target.
17202
17203 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
17204
17205 * config-ml.in: Prefix more variables with ml_ so they don't collide
17206 with configure's.
17207
17208 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
17209
17210 * configure: Don't turn -v into --v.
17211
17212 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
17213
17214 * configure.in (targargs): Fix typo.
17215
17216 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
17217
17218 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
17219
17220 * configure.in: Strip --host and --target options from
17221 CONFIG_ARGUMENTS, and always configure for --host only. Add
17222 --with-cross-host option when building with a cross-compiler.
17223 * configure: Canonicalize the arguments put into config.status by
17224 always using `=' for an option with an argument. Pass a presumed
17225 --host or --target explicitly.
17226
17227 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
17228
17229 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
17230 into general OS recognition case.
17231
17232 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17233
17234 * configure.in (target_configdirs): add target-winsup only
17235 for win32 target systems.
17236
17237 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
17238
17239 * Makefile.in (all-target-libgloss): Depend upon
17240 configure-target-newlib, since when libgloss is built it looks to
17241 see if the newlib directory exists.
17242
17243 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
17244
17245 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
17246 cfg-ml-*.in.
17247
17248 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
17249
17250 * configure: Handle LD and LD_FOR_TARGET when configuring a
17251 Canadian Cross.
17252
17253 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17254
17255 * configure.in (target_libs): add target-winsup.
17256 (target==i386-win32): add patch diff flex make to $noconfigdirs.
17257 (target==ppcle-pe): remove ld from $noconfigdirs.
17258
17259 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
17260
17261 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
17262 Preserve relative path names in $srcdir. Build symlink tree if
17263 configuring cross target dir and srcdir=. (= no VPATH support).
17264 (configure-target-libg++): Depend on configure-target-librx.
17265 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
17266 * config-ml.in: New file.
17267 * symlink-tree: New file.
17268 * configure: Ensure srcdir="." if that's what it is.
17269
17270 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
17271
17272 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
17273 includes and FLEX_SKELETON setting.
17274 * mpw-configure (--with-gnu-ld): New option, controls whether
17275 to use PPCLink or ld with PowerMac GCC.
17276 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
17277 * mpw-config.in: Configure grez if targeting Mac.
17278
17279 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
17280 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
17281 just macos.
17282 * configure.in: Configure grez resource compiler if targeting Mac.
17283 * Makefile.in (all-grez, install-grez): New targets.
17284
17285 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
17286
17287 * configure: CXX defaults to gcc, not g++. If we find
17288 gcc in the path, set CC to gcc -O2.
17289
17290 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
17291
17292 * configure: Default ${build} correctly. Avoid picking up extra
17293 spaces when reading CC and CXX from Makefile. When doing a
17294 Canadian Cross, use plausible default values for numerous
17295 variables.
17296 * configure.in: When doing a Canadian Cross, don't try to
17297 configure tools whose configure script can't handle it.
17298
17299 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17300
17301 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
17302
17303 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
17304
17305 * configure: Remove dubious bug reporting address.
17306
17307 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
17308
17309 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
17310 configure script, run that instead of this directory's configure.
17311 In either case, print a message that we're configuring the sub-dir.
17312
17313 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
17314
17315 * configure.in: Before checking for the existence of various files,
17316 use sed to filter out "target-".
17317
17318 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
17319
17320 * Makefile.in (DO_X): Split rule to decrease command line length
17321 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
17322 (Philippe De Muyter).
17323
17324 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17325
17326 * Makefile.in (all-patch): depend on all-libiberty.
17327
17328 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
17329
17330 * configure.in: If the only directory in target_configdirs which
17331 actually exists is libiberty, then set target_configdirs to empty,
17332 to avoid trying to build a target libiberty in a gas or gdb
17333 distribution.
17334
17335 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
17336
17337 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
17338 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
17339 systems.
17340
17341 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17342
17343 * configure.in (copy_dirs): Use sys-include instead of include
17344 for --with-headers option.
17345
17346 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
17347
17348 * Makefile.in, configure.in: Make winsup builds work with
17349 new scheme.
17350
17351 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
17352
17353 * configure.in: Build the linker on AIX.
17354
17355 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
17356
17357 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
17358 where needed.
17359
17360 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
17361
17362 * Makefile.in (all-gcc): Fix typo.
17363
17364 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
17365
17366 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
17367
17368 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
17369
17370 * configure.in: Rename libFOO to target-libFOO, and xiberty
17371 to target-xiberty, to provide more flexibility.
17372 (target_subdir): Define. Create if cross.
17373 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
17374 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
17375 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
17376 check-libFOO -> check-target-libFOO, etc.
17377 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
17378 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
17379 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
17380 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
17381 allow ALL_GCC="" to only configure.
17382 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
17383 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
17384 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
17385
17386 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
17387
17388 * Makefile.in (taz): Build "info" in etc explicitly.
17389
17390 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
17391
17392 * configure.in: Make sure that CC is undefined (as opposed to
17393 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
17394 problem with autoconf trying to configure on a host without GCC.
17395
17396 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17397
17398 * mpw-configure: Set host alias from choice of host compiler,
17399 only use generic MPW Makefile sed if present, edit a file
17400 named "hacked_Makefile.in" instead of "Makefile.in" if present.
17401 * mpw-README: Add problem notes about CW6 and CW7.
17402
17403 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
17404
17405 * Makefile.in (taz): Use ";" instead of ";;".
17406
17407 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17408
17409 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
17410 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
17411 DISTDOCDIRS.
17412 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
17413 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
17414
17415 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
17416
17417 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
17418 and gnats, because they are now subsumed by DISTSTUFFDIRS.
17419 Move bfd to DISTSTUFFDIRS.
17420
17421 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17422
17423 * Makefile.in (X11_LIB): Removed.
17424 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
17425
17426 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
17427
17428 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17429
17430 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
17431 names.
17432
17433 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17434
17435 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
17436
17437 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
17438
17439 * configure.in (i[345]86-*-win32): Always build newlib.
17440 Don't configure cvs, autoconf or texinfo.
17441 * Makefile.in (LD_FOR_TARGET): New.
17442 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
17443 Pass down LD_FOR_TARGET.
17444
17445 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
17446
17447 * winsup: New directory.
17448 * Makefile.in: Build winsup.
17449 * configure.in: Winsup is configured when target is win32.
17450 Can only build win32 target GDB when native.
17451
17452 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
17453
17454 * config.guess: Recognize HP model 819 machines as having
17455 a PA 1.1 processor.
17456
17457 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
17458
17459 * configure: Fix sed loop which substitutes for CC and CXX to
17460 avoid bug found in various sed implementations.
17461
17462 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17463
17464 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
17465 simulator. Use standard powerpc-*-eabi*.
17466
17467 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
17468
17469 * configure.in: Stop putting gas and binutils in noconfigdirs for
17470 powerpc-*-aix* and rs6000-*-*.
17471
17472 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
17473
17474 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
17475 -mcall-aixdesc libraries.
17476
17477 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
17478
17479 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17480
17481 * config.sub (arm | armel | armeb): Fix shell syntax.
17482
17483 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17484
17485 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
17486 -msoft-float and -mcpu=common support.
17487 (powerpc*-*-eabisim*): Add support for building -mcall-aix
17488 libraries.
17489
17490 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17491
17492 * configure.in: Allow configuration and build of emacs19 for the alpha.
17493
17494 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17495
17496 * configure.in (CC): Get ^CC, not just any old CC, from
17497 ${host_makefile_frag}.
17498
17499 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17500
17501 * configure.in (CC): Try to get CC from
17502 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
17503
17504 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17505
17506 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
17507 only if it exists in $(srcdir).
17508
17509 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
17510
17511 * configure: If CC and CXX are not set in the environment, set
17512 them, based on either an existing Makefile or on searching for gcc
17513 in PATH. Substitute for CC and CXX in Makefile.
17514 * configure.in: Remove libm from target_libs. Separate
17515 target_configdirs from configdirs. If CC is not set in
17516 environment, try to get it from a host Makefile fragment. Rewrite
17517 changes of configdirs to use skipdirs instead. A few minor
17518 tweaks. Take directories out of target_configdirs as they are
17519 taken out of configdirs. Remove existing Makefile files from
17520 subdirectories. Substitute for TARGET_CONFIGDIRS and
17521 CONFIG_ARGUMENTS in Makefile.
17522 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
17523 by configure.in.
17524 (CONFIG_ARGUMENTS): Likewise.
17525 (CONFIGURE_TARGET_MODULES): New variable.
17526 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
17527 ($(CONFIGURE_TARGET_MODULES)): New target.
17528 (configure-libg++, configure-libio): New targets.
17529 (all-libg++): Depend upon configure-libg++.
17530 (all-libio): Depend upon configure-libio.
17531 (configure-libgloss, all-libgloss): New targets.
17532 (configure-libstdc++): New target.
17533 (all-libstdc++): Depend upon configure-libstdc++.
17534 (configure-librx, all-librx): New targets.
17535 (configure-newlib): New target.
17536 (all-newlib): Depend upon configure-newlib
17537 (configure-xiberty): New target.
17538 (all-xiberty): Depend upon configure-xiberty.
17539
17540 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17541
17542 * configure.in (host i[345]86-*-win32): Expand the
17543 noconfigdirs again.
17544
17545 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
17546
17547 * mpw-configure: Fix sed command file name.
17548
17549 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
17550
17551 * configure.in (host i[345]86-*-win32): Reduce the
17552 noconfigdirs again.
17553
17554 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
17555
17556 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
17557 or powerpc*-*-pe*, since they are not yet supported.
17558
17559 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
17560
17561 Add PowerMac support and many other enhancements.
17562 * mpw-configure: New option --cc to select compiler to use,
17563 paste options set according to --cc into the generated
17564 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
17565 if mpw-make.sed is present.
17566 * mpw-config.in: Don't test for gC1, test for mpw-touch,
17567 add forward includes for PowerPC include files.
17568 * mpw-build.in: Build using Makefile.PPC if present.
17569 (do-byacc, etc): Remove separate version resource builds.
17570 (do-gas): Build "stamps" before "all".
17571 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
17572 * mpw-README: Update to reflect --cc option, PowerMac support,
17573 and recently-reported compatibility problems.
17574
17575 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
17576
17577 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
17578 embedded m68k systems (-aout, -coff, -elf, -vxworks).
17579 (--with-multilib-top): Pass to recursive invocations.
17580
17581 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
17582
17583 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
17584 v810-*-*.
17585
17586 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17587
17588 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
17589 gdb, ld and opcodes on v810-*-*.
17590
17591 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
17592
17593 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
17594 (local-maintainer-clean): New target.
17595 (maintainer-clean): New target.
17596 (realclean): Just depend upon maintainer-clean.
17597
17598 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17599
17600 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
17601
17602 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
17603
17604 * configure.in: Build ld in mips*-*-bsd* case.
17605
17606 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
17607
17608 * config.sub: Accept -lites* OS. From Ian Dall.
17609
17610 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
17611
17612 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
17613 targets.
17614
17615 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17616
17617 * configure.in: treat i386-win32 canadian cross the same as
17618 i386-go32 canadian cross.
17619
17620 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17621
17622 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
17623 running under the simulator to build a reduced set of libraries.
17624 (powerpc-*-eabiaix): Add fine grained multilib support added to
17625 other powerpc targets yesterday.
17626
17627 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17628
17629 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
17630 -disable-softfloat, -disable-relocatable, -disable-aix, and
17631 -disable-sysv to control which multilib libraries get built.
17632
17633 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17634
17635 * configure: Add Makefile.tem to list of files to remove in trap
17636 handler.
17637
17638 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
17639
17640 * config.guess (*Linux*): Add missing "exit"s.
17641 Also, need specific check for alpha-unknown-linux (uses COFF).
17642
17643 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
17644
17645 * config.guess: Merge with FSF:
17646
17647 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
17648 * config.guess (AIX4): More robust release numbering discovery.
17649
17650 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
17651 * config.guess (i386-sequent-ptx): Properly get version number.
17652
17653 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
17654 * config.guess (mips:*:4*:UMIPS): New case.
17655
17656 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
17657
17658 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
17659 (i386-win32 host): Likewise. Don't build readline.
17660
17661 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
17662
17663 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
17664 SUPPORT_FILES to submakes.
17665
17666 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
17667
17668 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
17669 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
17670 mpw-configure.
17671
17672 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
17673
17674 * configure.in (appdirs): Use =, not ==, in test expression when
17675 trying to build the text to print in the warning message for
17676 Solaris users.
17677
17678 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
17679
17680 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
17681
17682 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17683
17684 * config.guess: Recognize lynx-2.3.
17685
17686 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
17687
17688 * config.sub (z8ksim): Deleted
17689 (z8k-*-coff): New, this is the one true name of the target.
17690
17691 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
17692
17693 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
17694
17695 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
17696
17697 * config.guess (*:Linux:*:*): First try asking the linker what the
17698 default object file format is (elf, aout, or coff). Then if this
17699 fails, try previous methods.
17700
17701 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17702
17703 * configure.in: Don't build newlib for *-*-vxworks5.1.
17704
17705 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
17706
17707 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
17708 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
17709
17710 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
17711
17712 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
17713
17714 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
17715
17716 * cfg-ml-com.in: New file.
17717 * cfg-ml-pos.in: New file.
17718
17719 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
17720
17721 * COPYING.NEWLIB: Add HP free copyright to list.
17722
17723 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
17724
17725 * config.sub: Recognize -eabi* for the system, not just -eabi.
17726
17727 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
17728
17729 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
17730 * config.sub, configure.in (win32): New target and host.
17731
17732 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
17733
17734 * configure.in: Add i386-pe configuration.
17735
17736 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
17737
17738 * mpw-build.in (install): Install GDB after LD.
17739
17740 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
17741
17742 * mpw-config.in (elf/mips.h): Always forward-include, needed
17743 for GDB to build.
17744
17745 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
17746
17747 * testsuite: New directory for customer acceptance and whole tool
17748 chain tests.
17749
17750 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17751
17752 * configure: If per-host line isn't found, but AC_OUTPUT is found
17753 and a configure script exists, run it instead.
17754
17755 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
17756
17757 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
17758
17759 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
17760
17761 * configure: Set build_{cpu,vendor,os,alias} to host values when
17762 --build isn't specified.
17763
17764 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17765
17766 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
17767 (FLAGS_TO_PASS): Pass them.
17768 (EXTRA_TARGET_FLAGS): Ditto.
17769
17770 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17771
17772 * Makefile.in (all-libg++): Depend on all-libstdc++.
17773
17774 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17775
17776 * configure.in (noconfigdirs): Enable all packages for
17777 i386-unknown-netbsd.
17778
17779 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
17780
17781 * configure.in (noconfigdirs): Don't configure tk for i386-go32
17782 hosted builds (DOS builds)
17783
17784 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
17785
17786 Changes for ARM based on patches from Richard Earnshaw:
17787 * config.sub: Handle armeb and armel.
17788 * configure.in: Omit arm linker only for riscix.
17789
17790 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
17791
17792 * config.guess: Update from FSF.
17793
17794 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
17795
17796 * config.sub: Recognize powerpcle as the little endian variant of
17797 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
17798 powerpcle variant. Convert pentium into i586, not i486. Add p5
17799 alias for i586. Map new x86 variants p6, k5, nexgen into i586
17800 temporarily.
17801
17802 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
17803
17804 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
17805
17806 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
17807
17808 * config.sub: Accept -lites* as a basic system type.
17809
17810 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
17811
17812 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
17813 installed, and if so return linuxoldld as the system name.
17814
17815 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
17816
17817 * config.guess: Add hppa1.1-hp-lites support.
17818
17819 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
17820
17821 * configure.in: Don't build newlib for m68k-vxworks5.1.
17822
17823 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17824
17825 * configure.in (mips-sgi-irix6): Use mh-irix5.
17826
17827 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
17828
17829 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
17830
17831 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17832
17833 * test-build.mk: Enable building of shared libraries on IRIX 5 and
17834 OSF/1. Fix compiler flags.
17835 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
17836
17837 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
17838
17839 * configure.in: Recognize --with-newlib.
17840 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
17841
17842 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17843
17844 * Makefile.in: move {all,check,install}-gdb from *_MODULES
17845 to *_X11_MODULES due to gdbtk needing X include files et al.
17846
17847 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
17848
17849 Merge in support for Mac MPW as a host.
17850 (Old change descriptions retained for informational value.)
17851
17852 * mpw-config.in: Add generic include forwards for cpu-specific
17853 include files in aout and elf directories.
17854
17855 * mpw-configure: Added copyright.
17856 * mpw-config.in: Check for presence of required build tools.
17857 (target_libs): Add newlib.
17858 (target_tools): Add examples.
17859 (Read Me): Generate as "Read Me for MPW" instead.
17860 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
17861 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
17862 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
17863
17864 * mpw-configure: Remove subdir-specific makefile hackery,
17865 delete mk.tmp after using it.
17866
17867 * mpw-build.in (all): Display start and end times.
17868
17869 * mpw-configure (host_canonical): Set.
17870 (target_cpu): Always add to makefiles.
17871 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
17872 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
17873 (mpw-mh-mpw): Look for in srcdir and srcroot.
17874 Use sed instead of mpw-edit-prefix to edit prefix definitions.
17875
17876 * mpw-build.in: (install-only): New target.
17877
17878 * mpw-configure (host_alias, target_alias): Rename from hostalias
17879 and targetalias, add into generated Makefile.
17880 (mk.tmp): If present, add into generated Makefile.
17881 * mpw-build.in (all-gas): Build config.h first before gas proper.
17882
17883 * mpw-configure (config.status): Write only if changed.
17884 * mpw-config.in (readline): Configure it (not built, just used for
17885 definitions).
17886
17887 * mpw-config.in (elf/mips.h): Add a forward include.
17888
17889 * mpw-config.in: Forward-include most .h files in include into
17890 extra-include.
17891 (readline): Don't build.
17892 mpw-build.in (install): Install GDB.
17893
17894 * mpw-configure (prefix, mpw_prefix): Handle it.
17895 * mpw-config.in (mmalloc, readline): Don't configure.
17896 * mpw-build.in (thisscript): Rename to ThisScript.
17897 Use mpw-build instead of BuildProgram everywhere.
17898 (mmalloc, readline): Don't build.
17899 * mpw-README: New file, basic documentation about the MPW port.
17900
17901 * mpw-config.in: Use forward-include to create include files.
17902
17903 * mpw-configure: Add more things to the top of each configured
17904 Makefile, including contents of config/mpw-mh-mpw.
17905 * mpw-config.in (extra-include): Create this directory and fill it
17906 with Posix-like include files when configuring.
17907
17908 * config.sub (apple, mac, mpw): Add various aliases.
17909
17910 * mpw-build.in: New file, top-level build script fragment for MPW.
17911 * mpw-configure: New file, configure script for MPW.
17912 * mpw-config.in: New file, config fragment for MPW.
17913
17914 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17915
17916 * configure.in (host_libs): Remove glob, since it is gone from the
17917 sources.
17918
17919 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17920
17921 * Makefile.in: define empty GDB_NLM_DEPS var.
17922
17923 * configure.in(target_makefile_frag): use config/mt-netware
17924 for netware targets.
17925
17926 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
17927
17928 * config.sub: Merge in recent FSF changes. Remove linux special
17929 cases.
17930
17931 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
17932
17933 Revert this change:
17934
17935 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
17936
17937 * build-all.mk: Use CC=cc -Xs on Solaris.
17938
17939 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17940
17941 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
17942 stop using it.
17943 * Makefile.in: Nuke all references to glob subdirectory.
17944
17945 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17946
17947 * configure.in: Fix --enable-shared logic in per-host.
17948
17949 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
17950
17951 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
17952
17953 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
17954
17955 * configure.in (noconfigdirs): Don't build gas on AIX, for
17956 powerpc*-*-aix* as well as for rs6000*-*-aix*.
17957
17958 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
17959
17960 * configure: Fix --cache-file to work if the file argument is a
17961 relative path.
17962
17963 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
17964
17965 * configure: If the --cache-file is used, pass it down to
17966 configure in subdirectories.
17967
17968 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
17969
17970 * config.sub: add vxworks29k configuration.
17971
17972 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
17973
17974 * Makefile.in (taz): Do "diststuff" part quietly.
17975
17976 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
17977
17978 * config.sub: Mini-merge with gcc/config.sub.
17979
17980 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
17981
17982 * config.guess (IRIX): Sed - to _.
17983
17984 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
17985
17986 * Makefile.in (source-vault, binary-vault): New targets.
17987
17988 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
17989
17990 * config.sub: Recognize -eabi as a basic system type.
17991
17992 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
17993
17994 * configure.in (enable_shared stuff): Fix typo.
17995
17996 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
17997
17998 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
17999
18000 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18001
18002 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
18003
18004 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
18005
18006 * configure.in (rs6000-*-*): Don't build gas.
18007
18008 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
18009
18010 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
18011 reduce command line length.
18012 (AS_FOR_TARGET): Check for as.new, not Makefile.
18013 (NM_FOR_TARGET): Check for nm.new, not Makefile.
18014
18015 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
18016
18017 * config.guess: Merge from FSF.
18018
18019 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18020
18021 * configure: Don't use $ when handling program_suffix.
18022
18023 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
18024
18025 * configure.in: Configure tk for hppa/hpux.
18026
18027 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
18028
18029 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
18030
18031 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18032
18033 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
18034 to LIBCXXFLAGS. Tests are better run without it.
18035
18036 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
18037
18038 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
18039
18040 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
18041
18042 * configure.in (*-*-netware*): Don't configure xiberty.
18043
18044 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
18045
18046 * configure.in: Remove tk from native_only list.
18047
18048 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
18049
18050 * build-all.mk: Add mips-ncd-elf target to sun4 targets
18051 for special NCD build.
18052
18053 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18054
18055 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
18056 makeall.bat, they're only useful for binutils snapshots.
18057 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
18058 makeall.bat to specified SUPPORT_FILES.
18059
18060 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
18061
18062 * build-all.mk: Add Ericsson targets to sun4 and solaris
18063 hosts. Add BNR's sun4 target to solaris host, so their
18064 build-from-source will be tested in-house first.
18065
18066 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18067
18068 * Makefile.in (LIBCFLAGS): New variable.
18069 (CFLAGS_FOR_TARGET): Ditto.
18070 (LIBCFLAGS_FOR_TARGET): Ditto.
18071 (LIBCXXFLAGS): Ditto.
18072 (CXXFLAGS_FOR_TARGET): Ditto.
18073 (LIBCXXFLAGS_FOR_TARGET): Ditto.
18074 (BASE_FLAGS_TO_PASS): Pass them.
18075 (EXTRA_TARGET_FLAGS): Ditto.
18076
18077 * configure.in: Support --enable-shared.
18078
18079 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
18080
18081 * configure.in (target_libs): Include libstdc++ again.
18082 * config.guess: Update from FSF (for FreeBSD).
18083
18084 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18085
18086 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
18087 makeall.bat.
18088 (DISTDOCDIRS): Add `etc'.
18089 (ETC_SUPPORT_PFX): New variable.
18090 (taz): Include anything from etc starting with a word in
18091 ETC_SUPPORT_PFX.
18092
18093 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18094
18095 * config.sub: Update for recent FSF changes. Remove obsolete
18096 h8300hds entry. Add -windows* and -osx as basic os. Minor
18097 spacing changes.
18098
18099 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
18100
18101 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
18102
18103 * config.guess: Merge with FSF.
18104 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
18105
18106 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18107
18108 * configure: Since the "trap 0" handler will override the exit
18109 status on many systems, only use it for "exit 1", and make it set
18110 a non-zero exit status; reset it before "exit 0". Also, check
18111 exit status of config.sub, and error out if it failed.
18112
18113 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
18114
18115 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
18116 and install libgloss.
18117
18118 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18119
18120 * Makefile.in (all-binutils): Depend upon all-byacc.
18121
18122 * configure.in: Don't build emacs on Irix 5.
18123
18124 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18125
18126 * configure.in (*-*-netware*): Add libio.
18127
18128 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18129
18130 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
18131 (CHECK_TARGET_MODULES): Ditto.
18132 (INSTALL_TARGET_MODULES): Ditto.
18133 (TARGET_LIBS): Ditto.
18134 (all-libstdc++): Note dependencies.
18135
18136 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18137
18138 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
18139
18140 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
18141
18142 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
18143 -fexternal-templates.
18144
18145 * configure.in (target_libs): Add libstdc++.
18146 (noconfigdirs): Add libstdc++ as appropriate.
18147
18148 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18149
18150 * config.guess: Update from FSF.
18151
18152 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18153
18154 * configure: Use ${config_shell} when running ${configsub}.
18155
18156 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
18157
18158 * config.sub: No longer recognize h8300h.
18159
18160 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
18161
18162 * config.sub: Remove extraneous differences between config.sub and
18163 gcc/config.sub.
18164
18165 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
18166
18167 * Makefile.in (DISTSTUFFDIRS): Add gas.
18168
18169 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
18170
18171 * COPYING.NEWLIB: New file.
18172
18173 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
18174
18175 * config.guess (HP-UX): Patch from Harlan Stenn
18176 <harlan@landmark.com> to also emit release level.
18177
18178 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18179
18180 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
18181
18182 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
18183
18184 * config.sub: Merge nextstep cleanup from FSF.
18185
18186 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18187
18188 * configure.in (arm-*-*): Don't configure ld for this target.
18189
18190 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
18191
18192 * configure.in (*-*-netware): don't configure libg++, libio,
18193 librx, or newlib.
18194
18195 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18196
18197 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
18198 configure ld--it works, but it doesn't support shared libraries.
18199
18200 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18201
18202 * config.guess (*-unknown-freebsd*): Get rid of possible
18203 trailing "(Release)" in version string.
18204 Patch from Paul Richards <paul@isl.cf.ac.uk>.
18205
18206 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
18207
18208 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
18209 Fix type: *-next-neststep -> *-next-nextstep.
18210
18211 * config.guess: Merge from FSF:
18212
18213 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18214
18215 * config.guess: Recognize powerpc-ibm-aix3.2.5.
18216
18217 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
18218
18219 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
18220 instead of UNIX_SV for UnixWare 1.0).
18221
18222 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
18223
18224 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
18225 to make gdb/nlm/* build after the compiler and linker.
18226
18227 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
18228
18229 * config.guess (netbsd, freebsd, linux): Accept any machine,
18230 not just i[34]86.
18231 (m68k-atari-sysv4): Relocate to match FSF version.
18232
18233 * config.guess: More merges from the FSF:
18234
18235 Add a space before function call or macro invocation.
18236
18237 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18238
18239 * config.guess: Add trap cmd to remove dummy.c and dummy when
18240 interrupted.
18241
18242 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
18243
18244 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
18245 (dummy): Redirect stderr from compilation of dummy.c.
18246
18247 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
18248
18249 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
18250
18251 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
18252
18253 * configure: Accept and ignore --cache*, for compatibility with
18254 new autoconf.
18255
18256 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
18257
18258 * config.guess: Merge from FSF:
18259
18260 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18261
18262 * config.guess (Pyramid*:OSx*:*:*): New case.
18263 (PATH): Add /.attbin at end for finding uname.
18264 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
18265
18266 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
18267
18268 * config.guess (M88*:DolphinOS:*:*): New case.
18269
18270 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
18271
18272 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
18273 to select whether to use ELF or COFF.
18274
18275 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
18276
18277 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
18278
18279 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
18280
18281 * config.guess: Guess the OS version for HPUX.
18282
18283 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
18284
18285 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
18286
18287 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18288
18289 * configure.in: Recognize --with-headers, --with-libs, and
18290 --without-newlib.
18291 * Makefile.in (all-xiberty): Depend upon all-ld.
18292
18293 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18294
18295 * configure.in: Change i[34]86 to i[345]86.
18296
18297 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18298
18299 * configure (version): A few more tweaks to help message.
18300
18301 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
18302
18303 * Makefile.in: Remove (for now) librx as a host library,
18304 now that we're building it for target.
18305
18306 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18307
18308 * configure: Fix up help message; from karl@owl.hq.ileaf.com
18309 (Karl Berry).
18310
18311 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
18312
18313 * configure.in: Also configure librx.
18314
18315 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
18316
18317 * Makefile.in: Update various rules to reflect that librx
18318 is now needed for libg++.
18319
18320 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18321
18322 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
18323
18324 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
18325
18326 * configure.in: Configure the examples directory.
18327
18328 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18329
18330 * configure: Simplify Jun 2 1994 change.
18331
18332 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18333
18334 * change CC to /usr/latest/bin/gcc for lynx host builds, since
18335 /bin/gcc isn't good enough to build gcc.
18336
18337 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
18338
18339 * Makefile.in (GDB_SUPPORT_FILES): Remove
18340 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
18341 (gdb.tar.gz): Add new rule to use standard distribution building
18342 mechanism.
18343
18344 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18345
18346 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
18347 Bill Cox <bill@cygnus.com>.
18348
18349 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
18350
18351 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
18352
18353 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
18354
18355 * configure: Search current dir first in .gdbinit.
18356
18357 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
18358
18359 * config.sub: Recognize freebsd (merged from gcc config.sub).
18360
18361 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
18362
18363 * config.sub: Refer to NeXT's operating system as nextstep.
18364
18365 * config.sub (case $basic_machine): Re-order the cases, to match
18366 the order in the FSF version (which is mostly alphabethical).
18367 Merge in some additions and changes from the FSF.
18368
18369 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
18370
18371 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
18372 * config.sub: Recognize cxux7.
18373 * configure.in: Use mh-cxux for m88k-harris-cxux*.
18374
18375 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18376
18377 * config.sub: Fix typo powerpc -> powerpc-*.
18378
18379 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
18380
18381 * Makefile.in: `all-emacs19' depends on `all-byacc'.
18382
18383 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
18384 parallel with all-emacs and install-emacs). Top-level command
18385 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
18386
18387 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18388
18389 * test-build.mk ($(host)-stamp-stage2-installed): Remove
18390 $(relbindir)/make before doing ``make install'', and use
18391 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
18392 installing over running make binary.
18393 ($(host)-stamp-stage3-installed): Likewise.
18394
18395 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18396
18397 * config.guess: Recognize Mach.
18398
18399 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
18400
18401 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
18402 see whether --exec-prefix was used.
18403
18404 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18405
18406 * README: Explicitly mention libg++/README. (Zoo's idea.)
18407
18408 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18409
18410 * Makefile.in: Add all-librx target similar to all-libproc.
18411
18412 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
18413
18414 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
18415 with post 1.2 uname bogosity.
18416
18417 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18418
18419 * configure: Remove temporary files on receipt of a signal.
18420
18421 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
18422
18423 * configure: If there is a package_makefile_frag, remove
18424 ${subdir}/Makefile.tem after copying it in.
18425
18426 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18427
18428 * build_all.mk: support rs6000 lynx identifies itself as
18429 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
18430 since /bin/gcc is too feeble to compile a modern gcc.
18431
18432 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18433
18434 * brought devo/test-build.mk update-to-date with progressive/
18435 test-build.mk. Add lynx targets and hppa flag info.
18436
18437 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
18438
18439 * configure.in: Use mh-ncrsvr43. Patch from
18440 Tom McConnell <tmcconne@sedona.intel.com>.
18441
18442 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
18443
18444 * config.guess (i386-unknown-bsdi): No longer need to
18445 check #if defined(__bsdi__) && defined(__i386__).
18446
18447 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18448
18449 * configure: Set program_transform_nameoption correctly.
18450
18451 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
18452
18453 * brought build-all.mk update-to-date with progressive build-all.mk,
18454 added new targets and hppa info.
18455
18456 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18457
18458 * configure: If config.guess result is a prefix of the user
18459 specified target, assume a native build and use the user specified
18460 target as the host alias. Remove SunOS patch suffix removal hack.
18461 * configure.in: Remove SunOS patch suffix removal hack.
18462
18463 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
18464 in NATIVE_CHECK_MODULES.
18465
18466 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
18467
18468 * Makefile.in: Rename HOST_ONLY to NATIVE.
18469 * configure: Delete SunOs patch suffix from host_canonical
18470 and build_canonical variables that are prepended to Makefiles.
18471 * configure.in: Add comments for easier maintenance.
18472
18473 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18474
18475 * Makefile.in: Add all-libproc target similar to all-gui.
18476
18477 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
18478
18479 * Makefile.in (CHECK_MODULES): split into
18480 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
18481
18482 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
18483
18484 * config.guess (i386-unknown-bsdi): New system to guess.
18485
18486 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18487
18488 * Makefile.in: Add all-gui target (but not yet build by "all").
18489
18490 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
18491
18492 * config.sub: Move deletion of patch suffix from here...
18493 * configure.in: To here, at Ian's suggestion. The top-
18494 level scripts might need to know of a patch level.
18495
18496 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
18497
18498 * config.sub: Strip off patch suffix so rtl is recognized
18499 as a sunos4.1.3 machine, even though it's been patched.
18500
18501 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
18502
18503 * Makefile.in (INSTALL_LAST): Delete.
18504 (INSTALL_DOSREL): New.
18505
18506 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18507
18508 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
18509 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
18510 whether we pass down --with-gnu-ld anyhow.
18511
18512 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
18513
18514 * Makefile.in (INSTALL_LAST): Change operation so it works
18515 on more flavors of make.
18516 * configure.in (go32): Don't build libg++ or libio.
18517
18518 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
18519
18520 * Makefile.in (Move HOST_PREFIX_1 and friends up so
18521 they can be overriden by templates.
18522
18523 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
18524
18525 * configure.in (target==go32): Don't build gdb.
18526 * dosrel: New directory.
18527
18528 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
18529
18530 * configure.in (host==go32): Configure dosrel too.
18531 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
18532 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
18533 be set by incoming names or templates.
18534 (INSTALL_LAST): New rule.
18535
18536 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
18537
18538 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
18539
18540 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18541
18542 * configure.in (appdirs): New variable. Currently empty, but will
18543 be used in gas distribution. If nonempty, lists a set of
18544 directories at least one of which must get configured, or top
18545 level configuration is considered to have failed.
18546 (rs6000-*-lynxos*): Use new file name.
18547
18548 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18549
18550 Eliminate XTRAFLAGS.
18551 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
18552 newlib include files using -idirafter, and also use -nostdinc.
18553 (CXX_FOR_TARGET): Likewise.
18554 (XTRAFLAGS): Removed.
18555 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
18556 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
18557 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
18558 ($(DO_X)): Don't pass down XTRAFLAGS.
18559
18560 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
18561
18562 * configure.in (mips*-dec-bsd*): New target; do build linker.
18563 (mips*-*-bsd*): New target; don't build linker.
18564
18565 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
18566
18567 * configure.in: support rs6000-*-lynxos* configuration.
18568 support sunos4 as a cross target.
18569
18570 * config.sub: look for lynx*, not lynx since the OS version may
18571 legitimately be part of the name.
18572
18573 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18574
18575 * configure.in (i[34]86-*-sco*): Move to be with other i386
18576 targets.
18577 (romp-*-*): New target. Skip various binary utilities.
18578 (vax-*-*): New target. Don't build newlib.
18579 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
18580
18581 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18582
18583 * configure.in: Only set host_makefile_frag if config
18584 directory exists.
18585
18586 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18587
18588 * install.sh: If $dstdir exists, don't check whether each
18589 component does.
18590
18591 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18592
18593 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
18594
18595 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
18596
18597 * configure.in (*-*-lynxos*): Don't configure newlib for either
18598 native or cross Lynx.
18599
18600 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
18601
18602 * config.sub (sparc64-elf): Fix os.
18603 (z8k): Remove duplicate.
18604
18605 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18606
18607 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
18608 gcc/stmp-fixproto, to try to prevent fixproto from being run.
18609
18610 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
18611
18612 * configure: Make file links cleanly even if Lynx fails on
18613 an NFS symlink (at least fail cleanly).
18614
18615 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
18616
18617 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
18618 -XNh2000.
18619
18620 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18621
18622 * configure: Unknown options are fatal again.
18623
18624 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
18625
18626 * configure: Ignore --x-includes and --x-libraries, for Autoconf
18627 compatibility.
18628
18629 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
18630
18631 * build-all.mk: Add `clean' target.
18632
18633 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18634
18635 * config.guess: Add SINIX support.
18636 * configure.in: Add mips-*-sysv4* support.
18637
18638 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
18639
18640 * build-all.mk: Document all useful targets.
18641 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
18642 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
18643
18644 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18645
18646 * configure: Support --silent, --quiet.
18647
18648 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18649
18650 * configure: Support --disable-FEATURE.
18651
18652 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18653
18654 * config.guess: Recognize NCR running SVR4.3.
18655
18656 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
18657
18658 * config.guess: Make BSDI generate i386-unknown-bsd386.
18659 Patch from Paul Eggert <eggert@twinsun.com>.
18660
18661 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18662
18663 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
18664
18665 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18666
18667 * configure: Make unrecognized options give nonfatal warnings
18668 instead of fatal errors, and pass them to any subdirectory
18669 configures in case they recognize them.
18670 Make --x equivalent to --with-x.
18671
18672 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
18673
18674 * configure: Add --enable-* options. Clean up usage message and
18675 some comments.
18676
18677 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
18678
18679 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
18680
18681 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18682
18683 * configure.in (hppa*-*-*): Enable binutils.
18684
18685 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18686
18687 * config.sub: Recognize cisco.
18688
18689 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
18690
18691 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
18692
18693 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18694
18695 * config.guess: about target *-hitachi-hiuxwe2, don't print more
18696 than one configuration name. Add comment.
18697
18698 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
18699
18700 * config.guess: about target *-hitachi-hiuxwe2, fixed
18701 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
18702 macro is incorrect.]
18703
18704 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18705
18706 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
18707 than the "make ls" stuff which used to be here.
18708
18709 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
18710
18711 * config.guess: Recognize i[34]86-unknown-freebsd.
18712 From Shawn M Carey <smcarey@rodan.syr.edu>.
18713
18714 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
18715
18716 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
18717
18718 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
18719
18720 * config.guess: Check for ptx.
18721
18722 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
18723
18724 * config.sub: Add os9k checking.
18725
18726 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18727
18728 * config.guess: Handle OSF1 running on HPPA processors
18729
18730 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18731
18732 * configure: If subdir configure fails, print out a message with
18733 subdirectory name, in case subdir's configure code didn't identify
18734 itself.
18735
18736 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
18737
18738 * configure.in: Remove embedded newlines from configdirs.
18739 Avoid mismatches of substrings. Fix matching strings at end
18740 of configdirs.
18741
18742 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
18743
18744 * config.guess: Add Lynx/rs6000 config support.
18745
18746 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
18747
18748 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
18749
18750 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
18751
18752 * configure.in (hppa*-*-osf*): Treat this just like most other
18753 PA configurations (eg no binutils or ld).
18754 (hppa*-*-*elf*): These configurations have binutils and ld.
18755
18756 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18757
18758 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
18759
18760 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18761
18762 * configure.in (rs6000-*-*): Build gas.
18763
18764 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
18765
18766 * Makefile.in: Avoid bug in losing hpux sed.
18767
18768 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
18769
18770 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
18771 for GDB and GDB has been fixed to not need it.
18772
18773 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18774
18775 * config.guess: Recognize vax hosts.
18776
18777 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18778
18779 * configure (while loop): Don't use "break 2" inside case
18780 statement -- the case statement isn't an enclosing loop.
18781
18782 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
18783
18784 * config.guess: Clean up NeXT support, to allow nextstep
18785 on Intel machines. Make OS be nextstep.
18786
18787 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
18788
18789 * config.guess: Add alternate forms for Convex.
18790
18791 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
18792
18793 * configure: Completely rewrite option processing. Take
18794 advantage of pattern-matching to avoid invoking test frequently.
18795 Also clean up host and target defaulting logic.
18796
18797 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
18798
18799 * Makefile.in: Replace all occurrances of "rootme" with "r" and
18800 "$${rootme}" with "$$r", to increase the likelihood that the do-*
18801 commands (plus user environment) will fit SCO limits.
18802
18803 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18804
18805 * configure.in: Don't issue warnings about directories which are
18806 not being configured if -norecursion is set. Correct test for
18807 --with-gnu-as and --with-gnu-ld to not get confused by substring
18808 matches.
18809
18810 * configure.in: Don't build gas for alpha-dec-osf1*.
18811
18812 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
18813
18814 * configure: Back out Per's change of 12/19/1993. It changes the
18815 behavior of configure in unexpected and confusing ways.
18816
18817 Also, use different delim char when calculating
18818 program_transform_name so that the name can contain slashes.
18819
18820 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
18821
18822 * configure.in, config.sub: Add support for VSTa micro-kernel.
18823
18824 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
18825
18826 * configure.in: Nuke hacks which were used to get a special
18827 version of GAS for HPPA configurations.
18828
18829 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
18830
18831 * configure: If only ${target_alias} is given, use that
18832 as the default for ${host_alias}.
18833 * configure: Add missing back-slashes before nested quotes.
18834
18835 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18836
18837 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
18838
18839 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
18840
18841 * config.guess: Recognize some Tektronix configurations.
18842 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
18843
18844 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
18845
18846 * config.sub: Match any flavor of SH.
18847
18848 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
18849
18850 * configure.in: Don't try to configure newlib for Alpha.
18851
18852 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
18853
18854 * configure.in: Don't build ld for Irix 5. Don't build gas,
18855 libg++ or libio for any Alpha target.
18856
18857 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
18858
18859 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
18860
18861 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
18862 default arguments -- so it tried to compress itself.
18863
18864 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
18865
18866 * configure.in (notsupp): ensure that a space is always at the end
18867 of the configdirs list, since the grep checks for an explicit space
18868
18869 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18870
18871 * configure.in (target i386-sysv4.2): don't build ld, since static
18872 versions of many libraries are not available.
18873
18874 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18875
18876 * config.guess: Recognize Apollos (using environment variables).
18877 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
18878
18879 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18880
18881 * config.guess: Recognize Sony news mips running newsos.
18882
18883 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
18884
18885 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
18886 "fi ; else" for bash.
18887
18888 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
18889
18890 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
18891
18892 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
18893
18894 * config.sub: accept unixware as an alias for svr4.2.
18895 Fix some inconsistancies with the gcc version.
18896
18897 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18898
18899 * Makefile.in (DISTDOCDIRS): Add gdb.
18900
18901 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
18902
18903 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
18904
18905 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18906
18907 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
18908 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
18909 this now.
18910
18911 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18912
18913 * config.sub: Accept hiux* as an OS name.
18914
18915 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
18916 etc/make-stds.texi. The underscore came from gcc, and dje now
18917 agrees that RUNTESTFLAGS is the correct name.
18918
18919 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
18920
18921 * install.sh: Remove 'set -e'. It makes any conditionals
18922 in the script useless.
18923
18924 * config.guess: Automatically recognize arm-acorn-riscix
18925 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
18926
18927 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
18928
18929 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
18930
18931 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18932
18933 * Makefile.in (DISTDOCDIRS): New variable.
18934 (taz): Edit local Makefile.in sooner, instead of proto-toplev
18935 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
18936
18937 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18938
18939 * configure.in (hppa target): check the source directory for the
18940 pagas sub-directory
18941
18942 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
18943
18944 * config.sub: Allow -aout* and -elf*.
18945
18946 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
18947
18948 * configure.in: Don't build ld on i386-solaris2, same as for
18949 sparc-solaris2.
18950
18951 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
18952
18953 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
18954
18955 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
18956
18957 * configure.in: Configure gdb for alpha.
18958
18959 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18960
18961 * Makefile.in (CXXFLAGS): Add -O.
18962
18963 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18964
18965 * config.guess: added support for DG Aviion
18966
18967 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18968
18969 * configure.in: Produce warning message for subdirectories not
18970 configurable for this host/target combination. Don't try to
18971 configure gdb for vms.
18972
18973 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
18974
18975 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
18976 appropriate files before making "diststuff".
18977 (DISTBISONFILES): New var: list of files to be edited.
18978 (DISTSTUFFDIRS): Add binutils.
18979
18980 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18981
18982 * config.sub: also handle mipsel and mips64el (for little endian mips)
18983
18984 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18985
18986 * configure.in: Add * to end of all OS names.
18987
18988 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
18989
18990 * configure.in: Build newlib for LynxOS native.
18991
18992 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
18993
18994 * config.guess: Add support for delta 88k running SVR3.
18995
18996 * configure.in: Add comment about HP compiler vs. emacs.
18997
18998 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
18999
19000 * configure.in: don't build ld on solaris2 (not a viable option
19001 due to bugs in getpwnam & getpwuid)
19002
19003 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
19004
19005 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
19006 config.guess will produce a full version number.
19007
19008 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19009
19010 * configure.in: Build linker and binutils for alpha-dec-osf1.
19011
19012 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19013
19014 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
19015 and gdb/testsuite/Makefile.in.
19016
19017 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19018
19019 * configure.in: recognize mips*- instead of mips-
19020
19021 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
19022
19023 * config.sub: Accept linux*coff and linux*elf as operating
19024 systems.
19025
19026 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19027
19028 * config.sub: Recognize mips64, and mips3 as an alias for it.
19029
19030 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19031
19032 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
19033 gdb knows how to handle OSF/1 shared libraries.
19034
19035 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19036
19037 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
19038 * config.guess: Recognize Hitachi's HIUX.
19039 * config.sub: Recognize h3050r* and hppahitachi.
19040 Remove redundant cases for hp9k[23]*.
19041
19042 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19043
19044 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
19045 if gas and ld are in the source tree and are in ${configdirs}.
19046 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
19047 --with options (but still pass them down on the command line,
19048 if they were explicitly specified).
19049
19050 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19051
19052 * configure: substitute SHELL value in Makefile.in with
19053 ${CONFIG_SHELL}
19054
19055 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19056
19057 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
19058 *-*-solaris2* targets.
19059
19060 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19061
19062 * Makefile.in: define M4, and pass it down to sub-makes;
19063 all-autoconf now depends on all-m4
19064
19065 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19066
19067 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
19068 presence of {ar,ranlib} instead of a configured directory
19069
19070 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
19071
19072 * config.guess: Accept 34?? as well as 33?? for NCR.
19073
19074 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19075
19076 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
19077 of 'gas' in sed commands, since 'gash' is now in the tree as well.
19078
19079 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19080
19081 * configure: grab values for $(CC) and $(CXX) from the
19082 environment, so that someone can do "CC=gcc configure; make" and
19083 have it work right (matching the way that autoconf works now)
19084
19085 * configure.in, Makefile.in: add support for gash, the tcl
19086 interface to Galaxy
19087
19088 * config.guess: add NetBSD variants (hp300, x86)
19089
19090 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
19091
19092 * install.sh: Support -d option (in the manner of SunOS 4 install,
19093 as it is more deterministic than that of GNU install)
19094 (chmodcmd): Set file to mode 755 by default (should also do default
19095 chgrp and chown, but I don't feel like dealing with that now)
19096
19097 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
19098
19099 * config.sub: Remove h8300hhms alias.
19100
19101 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19102
19103 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
19104
19105 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19106
19107 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
19108 as stmp-fixinc
19109
19110 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19111
19112 * config.sub: recognize m88110-bug-coff.
19113
19114 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19115
19116 * Makefile.in (all-libio): all dependencies on the toolchain used
19117 to build this (gcc, gas, ld, etc)
19118
19119 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19120
19121 * config.guess: Deal with OSF/1 1.3 on alpha.
19122
19123 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19124
19125 * install.sh: add some 'else true' clauses for portability
19126
19127 * configure.in: don't build libio for h8[35]00-*-* targets
19128
19129 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
19130
19131 * Makefile.in: Add support for new libio.
19132
19133 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19134
19135 * install.sh: If one command fails, don't try the rest. Don't try
19136 to remove $dsttmp (via trap) unless we have already created it.
19137 If $src doesn't exist, detect it and exit with an error.
19138
19139 * config.guess: Recognize BSD on hp300.
19140
19141 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
19142
19143 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
19144 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
19145
19146 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
19147
19148 * Makefile.in (all-send-pr): depends on all-prms
19149
19150 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19151
19152 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
19153
19154 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19155
19156 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
19157 Added test for mips-mips-riscos5.
19158
19159 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19160
19161 * configure.in: use mh-hp300 for 68k HP hosts
19162
19163 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19164
19165 * configure: add support for CONFIG_SHELL, so that you can use
19166 some alternate shell for evaluating configure scripts
19167
19168 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
19169
19170 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
19171 in configure script to bug-gdb@prep.ai.mit.edu when building
19172 distribution archive.
19173 * Makefile.in (COMPRESS): Remove def.
19174 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
19175 gdb.tar.Z and make-gdb.tar.Z respectively.
19176 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
19177 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
19178 to convergence with 'taz' target in Makefile.in.
19179
19180 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19181
19182 * install.sh (dsttmp): use trap to ensure that tmp files go
19183 away on error conditions
19184
19185 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19186
19187 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
19188
19189 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19190
19191 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
19192 its parent is '/' not ''.
19193
19194 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
19195
19196 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
19197
19198 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
19199 that ${newsrcdir}/configure.in does.
19200
19201 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
19202
19203 * test-build.mk: support for CONFIG_SHELL
19204
19205 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
19206
19207 * config.sub (netware): Add as a basic system type.
19208
19209 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
19210
19211 * Makefile.in (Makefile): depend on configure.in. Also drop the
19212 $(srcdir)/ from the dependency on Makefile.in.
19213
19214 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
19215
19216 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
19217 (h8300hhms is temporary until multi-libraries are implemented).
19218 * configure.in: Handle h8300h too.
19219
19220 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19221
19222 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
19223
19224 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
19225
19226 * configure: Remove extraneous output when guessing host type.
19227 * config.guess: Remove extraneous output when guessing using C
19228 compiler rather than uname, or when guessing fails.
19229
19230 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
19231
19232 * Makefile.in: remove all.cross and install.cross targets
19233
19234 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
19235 definitions
19236
19237 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
19238
19239 * configure.in (target sh): Build gprof.
19240
19241 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19242
19243 * config.sub: change -solaris to -solaris2
19244
19245 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19246
19247 * configure.in: Use config/mh-riscos for mips-*-sysv*.
19248
19249 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
19250
19251 * configure: Correct error message for missing Makefile.in to
19252 print correct directory.
19253
19254 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19255
19256 * install.sh: kludge around 386BSD shell bug
19257
19258 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
19259
19260 * config.guess: Recognize NeXT.
19261 * config.guess: Recognize i486-ncr-sysv4.
19262 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
19263
19264 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
19265
19266 * Makefile.in (MAKEINFOFLAGS): New variable.
19267 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
19268 * build-all.mk, test-build.mk: Pass down --no-split as
19269 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
19270
19271 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
19272
19273 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
19274
19275 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
19276
19277 * Makefile.in (libg++.tar.z): New rule.
19278 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
19279 * Makefile.in (taz): Only do a single chmod.
19280
19281 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19282
19283 * install.sh: don't use dirname anymore (replaced with sed usage)
19284
19285 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
19286
19287 * Makefile.in: Change extension for gzip'd files from '.z' to
19288 '.gz' per new FSF standard usage.
19289
19290 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
19291
19292 * configure: put quotes around the final value of program_transform_name
19293
19294 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19295
19296 * Makefile.in: new install.sh support; update install-info rules
19297
19298 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
19299
19300 * configure.in: Build diff for crosses, but not for go32 host.
19301
19302 * configure.in: Build gprof only for native, and don't build it
19303 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
19304
19305 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
19306
19307 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
19308
19309 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19310
19311 * configure.in (host_tools): Add prms.
19312
19313 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19314
19315 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
19316 with $(FLAGS_TO_PASS) on the command line
19317
19318 * config.sub: Recognize lynx and lynxos
19319
19320 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
19321
19322 * config.sub: Accept -ecoff*, not just -ecoff.
19323
19324 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19325
19326 * Makefile.in (taz): Use .gz suffix instead of .z.
19327 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
19328 names.
19329
19330 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19331
19332 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
19333
19334 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19335
19336 * Makefile.in (install-no-fixedincludes): install gcc last, so
19337 that rebuilds that might happen during 'make install' don't get
19338 bogus gcc include files
19339
19340 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19341
19342 Change from Utah for HPPA support:
19343 * config.guess: Recognize hppa1.x-hp-bsd.
19344
19345 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
19346
19347 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
19348 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
19349
19350 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
19351
19352 * config.sub: Add support for rom68k and bug boot monitors.
19353
19354 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
19355
19356 * Makefile.in: Make all-opcodes depend on all-bfd.
19357
19358 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
19359
19360 * config.guess: Added special check for i[34]86-univel-sysv4*.
19361
19362 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
19363
19364 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
19365 the processor rather than assuming i486.
19366
19367 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
19368
19369 * config.guess: Recognize SunOS6 as Solaris3.
19370
19371 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
19372
19373 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
19374 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
19375
19376 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
19377
19378 * build-all.mk (all-cross): New target for Canadian Cross.
19379 Added Q2 go32 targets.
19380 * test-build.mk: Configure go32 cross sparclite-aout and
19381 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
19382 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
19383
19384 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19385
19386 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
19387 GO32 hosted toolchains
19388
19389 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
19390
19391 * configure: change so "-exec-prefix" gets passed down rather
19392 than "-exec_prefix" so autoconf generated Makefiles get the
19393 exec_prefix set right.
19394
19395 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19396
19397 * config.guess: get the Solaris2 minor version number
19398
19399 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
19400
19401 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19402
19403 * config.guess: Recognize some Sequent platforms.
19404
19405 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19406
19407 * Makefile.in: added the vault-install target
19408
19409 * configure.in: actually use the Sun3 makefile fragment that's in
19410 config, also added the release dir to configdirs
19411
19412 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19413
19414 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
19415
19416 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19417
19418 * configure.in: remove some program from Alpha targetted toolchains
19419
19420 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
19421
19422 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
19423 gprof.
19424 (taz): Run "make diststuff" in those directories instead of "make
19425 proto-dir". Look for "VERSION=" only at start of line in subdir
19426 Makefile. Use "gzip -9" for compression.
19427 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
19428 (binutils.tar.z): New target.
19429
19430 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19431
19432 * Makefile.in (taz): Include gpl.texinfo.
19433
19434 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19435
19436 * Makefile.in (setup-dirs): Merged into "taz" target.
19437 (taz): Only do `proto-dir' stuff if a directory is actually needed
19438 for this target.
19439
19440 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
19441
19442 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
19443 (FLAGS_TO_PASS): Pass down MUNCH_NM.
19444 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
19445 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
19446 (gcc-no-fixedincludes): Correct for current gcc Makefile.
19447
19448 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
19449
19450 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
19451 config.sub, and move-if-change to gdb testsuite distribution
19452 archive, so the testsuite can be extracted, configured, and
19453 run separately from the gdb distribution. Blow away the Chill
19454 tests that require a Chill compiled executable, since GNU Chill
19455 is not yet publically available.
19456
19457 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19458
19459 * test-build.mk: set environment variables in a single command,
19460 instead of a list of assignments and exports
19461
19462 * config.guess: recognize Alpha/OSF1 systems
19463
19464 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19465
19466 * configure: Change help message to prefer --options rather than
19467 -options.
19468
19469 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19470
19471 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
19472 zippy@ecst.csuchico.edu.
19473 * config.guess: Recognize miniframe.
19474
19475 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
19476
19477 * Makefile.in: Use srcroot to find runtest rather than rootme.
19478 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
19479
19480 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
19481
19482 * test-build.mk: Extensive additions to support building on a
19483 machine other than the host.
19484
19485 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
19486
19487 * configure (tooldir): Fix for i386-aix again.
19488
19489 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
19490
19491 * configure, Makefile.in: Change definition of $(tooldir)
19492 to match the FSF.
19493
19494 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
19495
19496 * config.guess: Recognize i[34]86/SVR4.
19497
19498 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19499
19500 * Makefile.in (all-gdb): gdb depends on sim.
19501
19502 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
19503
19504 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
19505 at the same time we make the prototype gdb directory.
19506 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
19507 files at the same time as the gdb base release distribution.
19508
19509 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
19510
19511 * Makefile.in (check): Use individual check targets rather than
19512 DO_X rule.
19513 (check-gcc): Added.
19514
19515 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
19516
19517 * config.sub: Use sysv3.2 not sysv32 for canonical OS
19518 for System V release 3.2.
19519
19520 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19521
19522 * config.sub: Recognize hppaosf.
19523 * configure.in: Do configure ld/binutils/gas for it.
19524
19525 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19526
19527 * configure (tooldir): Alter syntax used to set this, for systems
19528 where "\$" isn't handled right, like i386-aix.
19529
19530 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
19531
19532 * configure: Pass program-transform-name, not
19533 program_transform_name, to recursive configures.
19534
19535 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
19536
19537 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
19538 of gas+ld+binutils.
19539
19540 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
19541
19542 * config.guess: Recognize AIX3.2 as distinct from 3.1.
19543
19544 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19545
19546 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
19547
19548 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19549
19550 * Makefile.in (PRMS): Set back to all-prms.
19551
19552 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
19553
19554 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
19555 targets, rather than for MIPS hosts.
19556
19557 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19558
19559 * configure.in: add comment for --with-x default values
19560
19561 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
19562
19563 * Makefile.in: add check-* targets for each of the directories in
19564 the tree. Add a definition of RUNTEST that will use the one we
19565 just built, if it exists. Pass this down via FLAGS_TO_PASS.
19566
19567 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
19568
19569 * configure.in: Removed obsolete references to bfd_target and
19570 target_makefile_frag.
19571
19572 * build-all.mk: Set assorted targets for Q2.
19573 * config.sub: Recognize z8k-sim and h8300-hms.
19574 * test-build.mk: Really don't pass host to configure.
19575 (HOLES): Added uname.
19576
19577 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
19578
19579 * configure: Handle an empty program-prefix, program-suffix or
19580 program-transform-name correctly.
19581
19582 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
19583
19584 * build-all.mk: -G 8 no longer required for MIPS targets.
19585 * test-build.mk: Don't pass host argument to configure; make it
19586 guess.
19587
19588 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
19589
19590 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
19591 * Makefile.in (COMPRESS): New macro, like GZIP.
19592
19593 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
19594
19595 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
19596
19597 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
19598 with gas currently defaults to -G 0.
19599
19600 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
19601
19602 * Makefile.in (all-flex): flex depends on byacc.
19603
19604 * build-all.mk: If host not specified, use config.guess. Pass TAG
19605 to test-build.mk as RELEASE_TAG.
19606 * test-build.mk (configargs): New variable containing arguments to
19607 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
19608 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
19609
19610 * config.guess: Use /bin/uname when checking -X argument on SCO,
19611 to avoid invoking GNU uname which doesn't understand -X.
19612
19613 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
19614
19615 * configure.in: Build gas for mips-*-*.
19616
19617 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19618
19619 * Makefile.in (all.normal): insert missing backslash.
19620
19621 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
19622
19623 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
19624
19625 * Makefile.in: Complete overhaul to merge many almost identical
19626 targets.
19627
19628 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19629
19630 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
19631 (gdb.tar.Z): Adjusted.
19632
19633 * Makefile.in (setup-dirs, taz): New targets; should be general
19634 enough to adapt for gdb sometime. Build only .z file.
19635 (gas.tar.z): New target.
19636
19637 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19638
19639 * build-all.mk: Use CC=cc -Xs on Solaris.
19640
19641 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
19642
19643 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
19644 for handling BISON for FSF releases.
19645
19646 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19647
19648 * configure: Actually implement the change zoo just documented.
19649
19650 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
19651
19652 * configure: when using config.guess, only set target_alias when
19653 it's not already been set (ie, on the command line)
19654
19655 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19656
19657 * Makefile.in: add installcheck target, set PRMS to install-prms
19658
19659 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19660
19661 * configure: add support for package_makefile_fragment, handle the
19662 case where a directory has a configure.in file but no Makefile.in
19663 more gracefully (with an actual understandable error message, even);
19664 add support for --without (and add this to the usage message); also
19665 explicitly add a --host=${host_alias} to the command line when
19666 config.guess is used
19667
19668 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19669
19670 * configure: Must use both --host and --target in recursive calls.
19671
19672 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
19673
19674 * Makefile.in: Change deja-gnu to dejagnu.
19675
19676 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
19677
19678 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
19679
19680 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19681
19682 * configure.in: canonicalize all instances to *-*-solaris2*,
19683 also strip out a number of tools to not build for go32 host
19684
19685 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19686
19687 * config.guess: add GPL.
19688
19689 * Makefile.in, config.guess, config.sub, configure: bump
19690 copyrights to 93.
19691
19692 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
19693
19694 * Makefile.in (do-info): Removed obsolete check for existence of
19695 localenv file.
19696
19697 * Makefile.in (MAKEOVERRIDES): Define to be empty.
19698
19699 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19700
19701 * Makefile.in: a couple of 'else true' for decstation,
19702 support for TclX
19703
19704 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
19705
19706 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
19707
19708 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
19709
19710 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
19711
19712 * config.guess: Recognize i386-ibm-aix (PS/2).
19713 * configure.in: Use config/mh-aix386 file for it.
19714
19715 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
19716
19717 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
19718 CC_FOR_TARGET instead.
19719 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
19720
19721 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
19722
19723 * Makefile.in: Add sim to list of directories sent with gdb
19724
19725 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
19726
19727 * configure.in: Put back mips-dec-bsd* case.
19728
19729 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
19730
19731 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
19732 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
19733 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
19734
19735 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19736
19737 * configure.in: remove no-op mips-dec-bsd* in "case $target"
19738
19739 * Makefile.in (dir.info): only run gen-info-dir if it exists,
19740 (install-info): install dir.info only if it exists,
19741 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
19742
19743 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
19744
19745 * configure.in: For vms target, skip bfd, ld, binutils. Do build
19746 gas for mips-dec-bsd.
19747
19748 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
19749
19750 * configure (makesrcdir): If ${srcdir} is relative and not ".",
19751 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
19752
19753 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
19754
19755 * configure.in: Added "dejagnu" to hosttools list.
19756
19757 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
19758
19759 * config.sub, configure.in, config.guess: Add support
19760 for Bosx, an AIX variant from Bull.
19761 Patches from F.Pierresteguy@frcl.bull.fr.
19762
19763 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
19764
19765 * devo/dejagnu: Initial creation of devo/dejagnu.
19766 Migrated dejagnu testcases and support files for testing software
19767 tools to reside as subdirectories, currently called "testsuite",
19768 within the directory of the software tool. Migrated all programs,
19769 support libraries, etc. beloging to dejagnu proper from
19770 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
19771 with no modifications. The changes to these files which will
19772 allow them to configure, build, and execute properly will be made
19773 in a future update.
19774
19775 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
19776
19777 * Makefile.in: Change send_pr to send-pr.
19778 * configure.in: Likewise.
19779 * send_pr: Renamed directory to send-pr.
19780
19781 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
19782
19783 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
19784
19785 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
19786
19787 * README: Update for gdb-4.8 release.
19788 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
19789 gdb-xxx.tar.z (gzip'd) file also.
19790
19791 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19792
19793 * Makefile.in: make all-diff depend on all-libiberty
19794
19795 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
19796
19797 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
19798
19799 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19800
19801 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
19802
19803 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
19804
19805 * Makefile.in (DEVO_SUPPORT): Remove etc directory
19806 (ETC_SUPPORT): Only add the files GDB wants from etc/.
19807 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
19808
19809 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19810
19811 * Makefile.in: makeinfo binary is in a new location
19812
19813 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
19814
19815 * config.sub: Accept -ecoff as an OS.
19816
19817 * Makefile.in: Various changes to eliminate a level of make
19818 recursion and reduce the required command line length.
19819 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
19820 sub-makes.
19821 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
19822 variables holding settings for specific sub-makes.
19823 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
19824 in terms of BASE_FLAGS_TO_PASS.
19825 (TARGET_LIBS): New variable listing directories which use
19826 TARGET_FLAGS_TO_PASS.
19827 (subdir_do): Eliminated.
19828 (do-*): New set of targets to replace subdir_do.
19829 (various): All targets which used subdir_do now depend on do-*.
19830 (local-clean): Renamed from do_clean.
19831 (local-distclean): New target, dependency of distclean and
19832 realclean.
19833 (install-info): Don't create directories. Depend on dir.info
19834 rather than calling make recursively.
19835 (install-dir.info): Eliminated.
19836 (install-info-dirs): Create all info directories here.
19837 (dir.info): Depend upon do-install-info.
19838
19839 * test-build.mk (HOLES): Added false.
19840
19841 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
19842
19843 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
19844
19845 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19846
19847 * Makefile.in (info): remove dependency on all-texinfo. The
19848 problem was really in texinfo/C, not at this level.
19849
19850 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
19851
19852 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
19853
19854 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
19855
19856 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
19857 GDB releases.
19858
19859 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19860
19861 * configure: Include srcdir in message about target of link not
19862 being found. Don't convert `-' to `_' in `with' options being
19863 passed to subdirs.
19864
19865 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19866
19867 * configure.in: add uudecode to host_tools
19868
19869 * Makefile.in: added {all,install}-uudecode targets, added them to
19870 the appropriate lists
19871
19872 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
19873
19874 * Makefile.in (all-gcc): Added dependency on all-gas.
19875
19876 * configure.in (mips-*-*): Build ld and binutils.
19877
19878 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
19879
19880 * configure: check return code from mkdir, print error message and
19881 exit on failure.
19882
19883 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
19884
19885 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
19886
19887 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
19888
19889 * test-build.mk (HOLES): Added tar, cpio and uudecode.
19890
19891 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19892
19893 * config.sub (h8500): Recognize this as a cpu type.
19894
19895 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19896
19897 * configure: source directory missing is no longer a warning
19898
19899 * configure.in: recognize irix[34]* instead of irix[34]
19900
19901 * Makefile.in: define and pass down X11_LIB
19902
19903 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
19904
19905 * guess-systype: Renamed to ...
19906 * config.guess: ... by popular request.
19907 * configure.in, Makefile.in: Update accordingly.
19908
19909 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
19910
19911 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
19912 + Add Convex, Cray/Unicos, and Encore/Multimax support.
19913 + Execute ./dummy instead of assuming . is in PATH.
19914
19915 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
19916
19917 * guess-systype: New shell script. Attempts to guess the
19918 canonical host name of the executing host.
19919 Only a few hosts are supported so far.
19920 * configure: Call guess-systype if no host is specified.
19921
19922 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
19923
19924 * Makefile.in (gcc-no-fixedincludes): Made to work with current
19925 gcc Makefile.
19926
19927 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
19928
19929 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
19930 (all-gcc, install-gcc, subdir_do): Use it.
19931
19932 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
19933
19934 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
19935
19936 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
19937
19938 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
19939 set exclusively by configure, using configure.in .
19940
19941 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19942
19943 * test-build.mk: set $PATH for all builds
19944
19945 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
19946
19947 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
19948
19949 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
19950 the one used in gcc/Makefile.in, so that a null expansion doesn't
19951 override the one needed to build gcc with a native cc.
19952
19953 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
19954
19955 * configure: Accept -with arguments.
19956
19957 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19958
19959 * Makefile.in: added h8300sim
19960
19961 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
19962
19963 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
19964 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
19965 (all-cygnus, native, build-cygnus): Make
19966 $(canonhost)-stamp-3stage-done, not $(host)....
19967 * test-build.mk (stamp-3stage-compared): Use tail +10c for
19968 i386-sco3.2v4. Added else true to if command.
19969
19970 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
19971
19972 * config.sub: (from FSF) Sequent uses a BSD-like OS.
19973
19974 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
19975
19976 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
19977
19978 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19979
19980 * configure.in: don't remove binutils from Solaris builds
19981
19982 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
19983
19984 * Makefile.in: get rid of earlier definitions for *clean,
19985 also handle the recursive info rule better
19986
19987 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
19988
19989 * Makefile.in (mostlyclean, distclean, realclean): Fix to
19990 do more-or-less the right thing.
19991
19992 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
19993
19994 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
19995 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
19996
19997 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
19998
19999 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
20000 $(host_canonical).
20001
20002 * configure.in: split the configdirs list into 4 categories (native
20003 v. cross, library v. tool) and handle the cross-only and native-
20004 only in more reasonable (and correct!) way.
20005
20006 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
20007
20008 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
20009 configdirs anymore.
20010
20011 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20012
20013 * Makefile.in: extensive cleanup:: removed all of the explicit
20014 clean-* targets, collapsed many wrappers around subdir_do into
20015 one, added additional targets to satisfy standards.texi, deleted
20016 some old targets, some changes for consistency
20017
20018 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20019
20020 * configure.in: handle some programs as cross-only, and others as
20021 native only
20022
20023 * test-build.mk: handle partial holes in a more generic manner
20024
20025 * Makefile.in: m4 depends on libiberty
20026
20027 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20028
20029 * configure.in: add m4, textutils, fileutils, sed, shellutils,
20030 time, wdiff, and find to configdirs
20031
20032 * Makefile.in: all, clean, and install rules for the new programs
20033 added to configure.in
20034
20035 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20036
20037 * configure.in: use mh-sun for all *-sun-* hosts
20038
20039 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20040
20041 * Makefile.in: define flags for X11 include files and library file
20042 locations, pass them down to the programs that need this info
20043
20044 * build-all.mk: added a 'native' target, to 3stage the native toolchain
20045
20046 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20047
20048 * configure.in: start building libg++ for HP-UX targets
20049
20050 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
20051
20052 * README: Update references to files moved into etc/.
20053
20054 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
20055
20056 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
20057 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
20058
20059 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
20060
20061 * configure: accept dash as well as underscore in long option
20062 names for FSF compatibility.
20063
20064 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
20065
20066 * config.sub: added -sco3.2v4 support from FSF.
20067
20068 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20069
20070 * configure.in: expand the section that adds or removes
20071 directories from the list of programs to build, to handle native
20072 vs. cross in addition to host v. native
20073
20074 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
20075
20076 * Makefile.in: Replace C++ in macro names with CXX.
20077 This is less likely to break ...
20078
20079 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20080
20081 * test-build.mk: add -w to GNU_MAKE
20082
20083 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20084
20085 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
20086 add 'sparc' to list of recognized cpus. This needed to make
20087 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
20088 Delete some redundant ose68 variants. Recognize -wrs as an os,
20089 then changes that into $CPU-wrs-vxworks.
20090
20091 * configure.in: remove most references to gdbtest, regularize
20092 target based program removal
20093
20094 * test-build.mk: import from p3 tree (many fixes and changes)
20095
20096 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20097
20098 * Makefile.in: added rules to handle tcl, tk, and expect
20099
20100 * configure.in: handle those directories if they exist
20101
20102 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20103
20104 * config.sub: removed bogus hppabsd and hppahpux names, since
20105 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
20106
20107 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20108
20109 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
20110 depends upon all-xiberty
20111
20112 * Makefile.in: changes from p3, including:
20113
20114 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
20115
20116 * Makefile.in (XTRAFLAGS): include newlib directories if
20117 newlib/Makefile exists, rather than if host != target.
20118
20119 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
20120
20121 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20122 from the same source tree and not building a cross-compiler. This
20123 matters for the libg++ configuration if reconfiguring a tree that
20124 has already been installed.
20125
20126 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
20127
20128 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20129 pick up the machine and system specific header files.
20130
20131 * Makefile.in: added AS_FOR_TARGET, passed down in
20132 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20133 the C compiler to use to create programs which are run in the
20134 build environment, set it to default to $(CC), and passed it down
20135 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20136
20137 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
20138
20139 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
20140 We need them for unusual native builds, like systems without
20141 ranlib.
20142
20143 * configure: also define $(host_canonical) and
20144 $(target_canonical), which are the full, canonical names for the
20145 given host and target
20146
20147 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
20148
20149 * Makefile.in: Added separate definitions for C++.
20150
20151 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
20152
20153 * configure.in (configdirs): Add deja-gnu.
20154
20155 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
20156
20157 * README: Update for configure.texi and gdb-4.7 release.
20158
20159 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
20160
20161 * Makefile.in: Move "all" target to top of file.
20162 Previously, first target was ".PHONY" which caused BSD4.4 make
20163 to build .PHONY when make was run without arguments.
20164
20165 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
20166
20167 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
20168 Library-copylefted code in libiberty.
20169
20170 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
20171
20172 * config.sub: Replace m68kmote with plain old m68k.
20173
20174 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
20175
20176 * Makefile.in: Remove space from blank line, avoid Make complaints.
20177
20178 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
20179
20180 * config.sub: Complain if no argument is given. Added support for
20181 386bsd as OS and target alias.
20182
20183 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
20184
20185 * Makefile.in (XTRAFLAGS): include newlib directories if
20186 newlib/Makefile exists, rather than if host != target.
20187
20188 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
20189
20190 * config.sub: recognize sparclite-wrs-vxworks.
20191
20192 * Makefile.in (install-xiberty): added *-xiberty make rules (from
20193 p3.) Added clean-xiberty to clean.
20194
20195 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20196
20197 * configure.in: use *-*-* instead of nested cases for host and target
20198
20199 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
20200
20201 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
20202 from the same source tree and not building a cross-compiler. This
20203 matters for the libg++ configuration if reconfiguring a tree that
20204 has already been installed.
20205
20206 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
20207
20208 * config.sub (i486v/i486v4): Merge in from FSF version.
20209
20210 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
20211
20212 * configure: only set PWD if it is already set.
20213
20214 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
20215
20216 * configure: just set PWD=`pwd` at the top, since Ultrix sh
20217 doesn't have unset and all success paths (and most error paths)
20218 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
20219 to just ${PWD} to avoid confusion.)
20220
20221 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
20222
20223 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
20224 even for a native compilation.
20225
20226 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
20227
20228 Changes to make the gdb.tar.Z rule work better.
20229
20230 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
20231 (DEVO_SUPPORT): Add configure.texi.
20232 (bfd-ilrt.tar.Z): Remove ancient rule.
20233
20234 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
20235
20236 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
20237 pick up the machine and system specific header files.
20238
20239 * configure.in, config.sub: added new target m68010-adobe-scout,
20240 with alias of adobe68k. Changed configure.in to check for
20241 -scout before -sco* to avoid a false match.
20242
20243 * Makefile.in: added AS_FOR_TARGET, passed down in
20244 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
20245 the C compiler to use to create programs which are run in the
20246 build environment, set it to default to $(CC), and passed it down
20247 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
20248
20249 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
20250
20251 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
20252 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
20253 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
20254 FOR_TARGET variants, to newlib and libg++.
20255
20256 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
20257
20258 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
20259 first.
20260
20261 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
20262
20263 * config.sub: Accept `elf' as an environment.
20264
20265 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20266
20267 * Makefile.in (all-opcodes): cd into the right directory
20268
20269 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
20270
20271 * configure: added -program_transform_name option, used as
20272 argument to sed when installing programs.
20273 configure.texi: added documentation for -program_prefix,
20274 -program_suffix and -program_transform_name.
20275
20276 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
20277
20278 * config.sub: Accept i486 where i386 ok.
20279
20280 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
20281
20282 * config.sub: accept we32k
20283
20284 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
20285
20286 * config.sub, configure.in: accept OSE68000 and OSE68k.
20287
20288 * Makefile.in: don't create all directories for ``make install'';
20289 let the subdirectories create the ones they need.
20290
20291 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20292
20293 * COPYING: new file, GPL v2
20294
20295 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20296
20297 * Makefile.in: use the new gen-info-dir, which needs a template
20298 argument (which also lives in texinfo)
20299
20300 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
20301
20302 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
20303
20304 * config.sub (ncr3000): Change i386 to i486.
20305
20306 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20307
20308 * Makefile.in: add install-rcs, install-grep to
20309 install-no-fixedincludes, removed install-bison and install-libgcc
20310
20311 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
20312
20313 * configure.in: grab the HPUX makefile fragment if on HPUX
20314
20315 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20316
20317 * Makefile.in: eradicate bison spoor (ditto libgcc).
20318 configure.in: recognise m68{k,000}-ericsson-OSE.
20319 es1800 is alias for m68k-ericsson-OSE
20320
20321 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20322
20323 * configure.in: rearrange the parts that remove programs from
20324 configdirs, based now on HOST==TARGET or by canonical triple.
20325
20326 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20327
20328 * test-build.mk: recurse explicitly with -f test-build.mk when
20329 appropriate. predicate stage3 and comparison on the existence
20330 of gcc. That is, if gcc isn't around, we aren't three-staging.
20331 On very clean, also remove ...stamp-co. Build in-place before
20332 doing other builds.
20333
20334 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20335
20336 * Makefile.in, configure.in: add tgas
20337
20338 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20339
20340 * Makefile.in: a number of changes merged in from progressive.
20341
20342 * configure.in: add libm.
20343
20344 * .cvsignore: ignore some stuff that comes from test-build.mk.
20345
20346 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
20347
20348 * config.sub: Add es1800 (m68k-ericsson-es1800).
20349
20350 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
20351
20352 * configure: Add program_suffix (parallel to program_prefix)
20353 * Makefile.in: adjust directory-creating script for losing decstation
20354
20355 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
20356
20357 * configure: Minor $subdir-related fixes.
20358
20359 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
20360
20361 * configure: fix various problems with propogating
20362 makefile_target_frag in subdirs.
20363 * configure.in: config libgcc if its there
20364
20365 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
20366
20367 * config.sub: HPPA merge.
20368
20369 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
20370
20371 * Makefile.in: Replace all-bison with all-byacc in all
20372 dependency lines for other tools (which now use byacc).
20373
20374 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
20375
20376 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
20377
20378 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
20379
20380 * Makefile.in: make gprof rules similar to byacc rules (instead of
20381 vestigal $(unsubdir) that didn't work...)
20382
20383 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
20384
20385 * config.sub: Add support for Linux.
20386 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
20387 (at least for libg++).
20388
20389 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
20390
20391 * configure.texi: fix doc for the -nfp option to configure
20392
20393 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
20394
20395 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
20396
20397 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
20398
20399 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
20400 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
20401 * configure.in: added solaris* host_makefile_frag hook.
20402
20403 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20404
20405 * config.sub: changed recognition of m68000 so that various
20406 m68k types can be specified via m680[01234]0
20407
20408 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20409
20410 * config.sub (basic_machine): fix sed so that '-foo' isn't
20411 completely substituted out while .+'-foo' loses the '-foo'
20412
20413 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20414
20415 * config.sub ($os): Add -aout.
20416
20417 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
20418
20419 * configure: If host_makefile_frag is absolute, don't
20420 prefix ${invsubdir} (relevant to libg++ auto-configure).
20421
20422 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
20423
20424 * Makefile.in (tooldir): Define it.
20425 (all-ld): Depend on all-flex.
20426
20427 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
20428
20429 * Makefile.in (check): Fix libg++ special case.
20430
20431 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
20432
20433 * configure: do not bury `pwd` into config.status, thus do fewer
20434 pwd's.
20435
20436 * configure: print the "Building in" message only when building in
20437 other than "." AND verbose.
20438
20439 * configure: remove -s, rework -v to better accommodate guested
20440 configures.
20441
20442 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
20443
20444 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
20445
20446 * Makefile.in: macroize flags passed on recursion. remove
20447 fileutils.
20448
20449 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
20450
20451 * configure: get makesrcdir right for subdirs deeper than 1.
20452
20453 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
20454 install.
20455
20456 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
20457
20458 * Makefile.in: don't print subdir_do or recursion lines.
20459
20460 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
20461
20462 * standards.texi: added menu item.
20463
20464 * Makefile.in: build and install standards.info.
20465
20466 * standards.texi: new file.
20467
20468 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20469
20470 * configure: test for and move config.status pieces from
20471 ${subdir}/.
20472
20473 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
20474
20475 * configure: Test for existance of files before trying to mv
20476 them, to avoid numerous non-existance messages.
20477
20478 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
20479
20480 * configure: correct final line of config.status.
20481
20482 * configure: patch from eggert. Avoids a protection problem if
20483 the original Makefile.in is read only.
20484
20485 * configure: use move-if-change from gcc to create config.status.
20486 Some makefiles depend on config.status to tell if a directory
20487 has been reconfigured for a different host. This change
20488 prevents those directories from remaking everything in the case
20489 where the reconfig was only intended to rebuild a Makefile.
20490
20491 * configure: test for config.sub with "config.sub sun4" rather
20492 than "config.sub ${host_alias}". Otherwise we can't tell a bad
20493 host alias from a missing config.sub.
20494
20495 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20496
20497 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
20498 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
20499
20500 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
20501
20502 * configure: mkdir ${subdir} as needed.
20503
20504 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
20505
20506 * Makefile.in,configure.in: added autoconf.
20507
20508 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20509
20510 * Makefile.in: no longer pass against on recursion.
20511
20512 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
20513 definitions are not inherited.
20514
20515 * configure: correct makesrcdir when subdir is .
20516
20517 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
20518
20519 * configure: Add support for 'subdirs' variable, which is
20520 like 'configdirs', except that configure doesn't re-invoke
20521 itself for subdirs, it just creates a Makefile for each subdir.
20522 * configure.texi: Document subdirs.
20523
20524 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20525
20526 * configure.in: added flex to configdirs
20527
20528 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
20529
20530 * Makefile.in: remove clean-stamps from clean.
20531
20532 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
20533
20534 * configure.in: Add gdbtest to configdirs.
20535
20536 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
20537
20538 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
20539 to recursive makes.
20540 * configure.in: Recognize new ncr3000 config.
20541
20542 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
20543
20544 * Makefile.in, configure.in: removed references to gdbm.
20545
20546 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
20547
20548 * config.sub: Don't canonicalize os value
20549 newsos* to bsd (readline needs to check for newsos).
20550 (This fix was earlier made Jan 31, but got re-broken.)
20551
20552 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
20553
20554 * configure.in: sco is an os, not a vendor!
20555
20556 * configure: Quote $( better. Keep various shells happy.
20557
20558 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
20559
20560 * Makefile.in: eliminate stamp-files.
20561
20562 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
20563
20564 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
20565 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
20566
20567 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
20568
20569 * config.sub: fix iris/iris3.
20570
20571 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
20572
20573 * configure: re-add -rm.
20574
20575 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
20576
20577 * Maskefile.in: add .stmp-rcs to all.
20578
20579 * configure.in: remove gas from rs6000 build, use aix host fragment.
20580
20581 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
20582
20583 * configure: pass down site_option during recursion.
20584
20585 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
20586
20587 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
20588
20589 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
20590
20591 * configure: Change exec_prefix so that it really defaults to prefix.
20592
20593 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
20594
20595 * Makefile.in, configure.in: Add support for mmalloc library.
20596
20597 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
20598
20599 * Makefile.in: add stmp dependencies for a few more things.
20600
20601 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
20602
20603 * configure: adjusted error message on objdir/srcdir configure
20604 collision, per john's suggestion.
20605
20606 * Makefile.in: add libiberty stmp to all and all.cross.
20607
20608 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
20609
20610 * Makefile.in: remove force dependencies, add grep to all.
20611
20612 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
20613
20614 * Makefile.in: drop flex. make stamp files work.
20615
20616 * configure: added test for conflicting configuration in srcdir,
20617 remove trailing slashes from srcdir. Otherwise emacs gdb mode
20618 gets cranky. use relative paths for configure and srcdir
20619 whenever possible. Send some error messages to stderr that were
20620 going to stdout.
20621
20622 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
20623
20624 * Makefile.in: Fix libg++ rule to check for gcc directory
20625 before using gcc/gcc. Also pass XTRAFLAGS.
20626
20627 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
20628
20629 * Makefile.in: added stmp-files so that directories aren't polled
20630 when they are already built.
20631
20632 * configure.texi: fixed a node pointer problem.
20633
20634 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
20635
20636 * config.sub configure.in gdb/configure.in
20637 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
20638 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
20639 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
20640
20641 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20642
20643 * configure: -recurring becomes -silent. corrected help message
20644 for -site= option.
20645
20646 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
20647
20648 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20649
20650 * configure: when building Makefile for crosses, replace
20651 tooldir and program_prefix. default srcdir from location of
20652 config.sub. remove "for host in hosts" and "for target in
20653 targets" loops.
20654
20655 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
20656
20657 * Makefile.in: Do not pass bindir or mandir to cvs.
20658
20659 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
20660
20661 * Makefile.in, configure.in: removed traces of namesubdir,
20662 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
20663 copyrights to '92, changed some from Cygnus to FSF.
20664
20665 * configure.texi: remove most references to multiple hosts,
20666 multiple targets, subdirs, etc.
20667
20668 * configure.man: removed rcsid. reference config.sub not
20669 config.subr.
20670
20671 * Makefile.in: mkdir $(infodir) on install-info.
20672
20673 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
20674
20675 * configure.texi: Explain better about .gdbinit and about
20676 the environment that configure.in sections run in.
20677
20678 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
20679
20680 * configure.in: Ultrix is only a decstation if it's a MIPS.
20681
20682 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
20683
20684 * README: DOC.configure => cfg-paper.texi.
20685
20686 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
20687
20688 * config.sub (near case $os): Don't convert newsos* to bsd!
20689
20690 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
20691
20692 * Makefile.in: Reinstall change from gdb-4.3 that reduces
20693 the number of copies of COPYING that go into the GDB tar file.
20694
20695 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
20696
20697 * bfd/configure.in, gdb/config/mh-i386sco,
20698 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
20699 Fix SCO configuration stuff.
20700
20701 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
20702
20703 * Makefile.in: For libg++, make sure the -I pointing
20704 to the gcc directory goes *after* all the libg++-local -I flags.
20705 Also, move just-gcc dependency from just-libg++ to all-libg++.
20706
20707 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
20708
20709 * configure: Change -x to -f to keep Ultrix /bin/test happy.
20710
20711 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
20712
20713 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
20714
20715 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
20716
20717 * config.sub: Add stratus configuration frags. Also
20718 submitted to FSF.
20719
20720 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
20721
20722 * Makefile.in (DEV_SUPPORT): add configure.man.
20723
20724 * config.sub(Decode manufacturer-specific): add -none*.
20725
20726 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
20727
20728 * Makefile.in: remove form feeds to make Sun's make happy.
20729 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
20730
20731 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
20732
20733 * Makefile.in (AR_FLAGS): Make quieter.
20734
20735 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
20736
20737 * configure.in: Add libg++.
20738 * configure: When verbose, don't output the command line at each
20739 level; it will be unremarkably the same as the previous version,
20740 which will be the same as what the user typed.
20741
20742 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
20743
20744 * configure.in, Makefile.in: fix clean-info, add flex. add
20745 fileutils.
20746
20747 * configure: be less sensitive to spaces in Makefile.in. Do not
20748 look for sources in "..". Doing so breaks subdirectories that
20749 might have their own configure. If a subdir has it's own
20750 configure script, use it.
20751
20752 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
20753
20754 * cfg-paper.texi: some changes suggested by rms.
20755
20756 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
20757
20758 * config.sub: Merge in some small additions from the FSF version,
20759 taken from the gcc distribution, to bring the Cygnus and FSF
20760 versions into closer sync.
20761
20762 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
20763
20764 * configure.in: Changed svr4 references to sysv4.
20765
20766 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
20767
20768 * configure: added -V for version number option.
20769
20770 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
20771
20772 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
20773 renamed from DOC.configure to cfg-paper.texi.
20774
20775 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20776
20777 * configure, config.subr, config.sub: config.subr is now
20778 config.sub again.
20779
20780 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
20781
20782 * configure.texi: new file, in progress.
20783
20784 * Makefile.in: build info file and install the man page for
20785 configure.
20786
20787 * configure.man: new file, first cut.
20788
20789 * configure: find config.subr again now that configuration "none"
20790 has gone. removed all traces of the -ansi option. removed all
20791 traces of the -languages option.
20792
20793 * config.subr: resync from rms.
20794
20795 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20796
20797 * configure, config.sub, config.subr: merge config.sub into
20798 config.subr, call the result config.subr, remove config.sub, use
20799 config.subr.
20800
20801 * Makefile.in: revised install for dir.info.
20802
20803 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20804
20805 * configure.in: add decstation host makefile frag.
20806
20807 * Makefile.in: BISON now bison -y again. also install-gcc on
20808 install. clean-gdbm on clean. infodir belongs in datadir.
20809 Make directories for info install. Build dir.info here then
20810 install it.
20811
20812 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20813
20814 * Makefile.in: fix for bad directory tests.
20815
20816 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20817
20818 * configure: \{1,2\} appears to be a sysv'ism. Use a different
20819 regexp. -srcdir relative was being handled incorrectly.
20820
20821 * Makefile.in: unwrapped some for loops so that parallel makes
20822 work again and so one can focus one's attention on a particular
20823 package.
20824
20825 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20826
20827 * configure: added PWD as a stand in for `pwd` (for speed). use
20828 elif wherever possible. make -srcdir work without -objdir.
20829 -objdir= commented out.
20830
20831 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20832
20833 * configure: +options become --options. -subdirs commented out.
20834 added -host, -datadir. Renamed -destdir to -prefix. Comment in
20835 Makefile now at top of generated Makefile. Removed cvs log
20836 entries. added -srcdir. create .gdbinit only if there is one
20837 in ${srcdir}.
20838
20839 * Makefile.in: idestdir and ddestdir go away. Added copyrights
20840 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
20841 and mandir now keyed off datadir by default.
20842
20843 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
20844
20845 * Freshly created ChangeLog.
20846
20847 \f
20848 Local Variables:
20849 mode: change-log
20850 left-margin: 8
20851 fill-column: 76
20852 version-control: never
20853 End: