]> gcc.gnu.org Git - gcc.git/blob - ChangeLog
Daily bump.
[gcc.git] / ChangeLog
1 2023-01-06 Clément Chigot <chigot@adacore.com>
2
3 * configure.ac: Skip GMP and MPFR when --disable-gdb is
4 provided.
5 * configure: Regenerate.
6
7 2023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
8
9 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
10
11 2022-12-31 Iain Sandoe <iain@sandoe.co.uk>
12
13 * Makefile.def: Do not build shared libffi.
14 * Makefile.in: Regenerate.
15
16 2022-12-21 Andrew Pinski <apinski@marvell.com>
17
18 * Makefile.def: Add configure-gdb dependencies
19 on all-gmp and all-mpfr.
20 * configure.ac: Split out MPC checking from MPFR.
21 Require GMP and MPFR if the gdb directory exist.
22 * Makefile.in: Regenerate.
23 * configure: Regenerate.
24
25 2022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
26
27 * configure.ac (target_libraries): Add target-libgm2.
28 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
29 Add GCC_TARGET_TOOL entry for gm2.
30 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
31 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32 * Makefile.def (target_modules): Add libgm2.
33 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
34 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
35 (languages): Add entry for language=m2 with gcc-check-target=check-m2
36 and lib-check-target=check-target-libgm2.
37 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
38 (HOST_EXPORTS): Add definition for GM2.
39 (BASE_TARGET_EXPORTS): Add definition for GM2.
40 (GM2_FOR_BUILD): Defined.
41 (GM2FLAGS): Defined.
42 (GM2_FOR_TARGET): Defined.
43 (GM2FLAGS_FOR_TARGET): Defined.
44 (EXTRA_HOST_FLAGS): Defined.
45 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
46 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
47 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
48 * configure: Rebuilt.
49 * Makefile.in: Rebuilt.
50
51 2022-12-13 Philip Herron <philip.herron@embecosm.com>
52
53 * Makefile.def: Add Rust language.
54 * Makefile.in: Regenerate via autogen.
55
56 2022-12-09 Martin Liska <mliska@suse.cz>
57
58 * MAINTAINERS: Fix spacing.
59
60 2022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
61
62 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
63
64 2022-12-07 Iain Sandoe <iain@sandoe.co.uk>
65
66 * Makefile.def: Pass host_libs_picflag to host dependent library
67 configures.
68 * Makefile.in: Regenerate.
69 * configure: Regenerate.
70 * configure.ac (host_libs_picflag): New configure variable set to
71 '--with-pic' when building 'host_shared'.
72
73 2022-11-25 Weimin Pan <weimin.pan@oracle.com>
74
75 * Makefile.def: Add libsframe as new module with its dependencies.
76 * Makefile.in: Regenerated.
77 * configure.ac: Add libsframe to host_libs.
78 * configure: Regenerated.
79
80 2022-11-23 Marek Polacek <polacek@redhat.com>
81
82 Revert:
83 2022-11-23 Marek Polacek <polacek@redhat.com>
84
85 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
86 isl.
87 * Makefile.in: Regenerate.
88 * Makefile.tpl: Set PICFLAG.
89 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
90 check.
91 * configure: Regenerate.
92
93 2022-11-23 Marek Polacek <polacek@redhat.com>
94
95 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
96 isl.
97 * Makefile.in: Regenerate.
98 * Makefile.tpl: Set PICFLAG.
99 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
100 check.
101 * configure: Regenerate.
102
103 2022-11-14 Martin Liska <mliska@suse.cz>
104
105 Revert:
106 2022-11-09 Martin Liska <mliska@suse.cz>
107
108 * doc/Makefile: New file.
109 * doc/_static/custom.css: New file.
110 * doc/baseconf.py: New file.
111 * doc/bsd.rst: New file.
112 * doc/contrib.rst: New file.
113 * doc/contribute.rst: New file.
114 * doc/cppdiropts.rst: New file.
115 * doc/cppenv.rst: New file.
116 * doc/cppopts.rst: New file.
117 * doc/cppwarnopts.rst: New file.
118 * doc/favicon.ico: New file.
119 * doc/funding.rst: New file.
120 * doc/gcc_sphinx.py: New file.
121 * doc/gnu.rst: New file.
122 * doc/gnu_free_documentation_license.rst: New file.
123 * doc/gpl-3.0.rst: New file.
124 * doc/indices-and-tables.rst: New file.
125 * doc/lgpl-2.1.rst: New file.
126 * doc/logo.pdf: New file.
127 * doc/logo.svg: New file.
128 * doc/md.rst: New file.
129 * doc/requirements.txt: New file.
130
131 2022-11-14 Martin Liska <mliska@suse.cz>
132
133 Revert:
134 2022-11-09 Martin Liska <mliska@suse.cz>
135
136 * doc/baseconf.py: Port to GCC sources.
137
138 2022-11-14 Martin Liska <mliska@suse.cz>
139
140 Revert:
141 2022-11-14 Martin Liska <mliska@suse.cz>
142
143 * configure: Regenerate.
144 * configure.ac: Support Sphinx based documentation.
145
146 2022-11-14 Martin Liska <mliska@suse.cz>
147
148 Revert:
149 2022-11-09 Martin Liska <mliska@suse.cz>
150
151 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
152 provide a default.
153
154 2022-11-14 Martin Liska <mliska@suse.cz>
155
156 Revert:
157 2022-11-09 Martin Liska <mliska@suse.cz>
158
159 * doc/bsd.rst:
160 Add trailing newline.
161 * doc/contrib.rst:
162 Add trailing newline.
163 * doc/contribute.rst:
164 Add trailing newline.
165 * doc/cppdiropts.rst:
166 Add trailing newline.
167 * doc/cppenv.rst:
168 Add trailing newline.
169 * doc/cppopts.rst:
170 Add trailing newline.
171 * doc/cppwarnopts.rst:
172 Add trailing newline.
173 * doc/funding.rst:
174 Add trailing newline.
175 * doc/gnu.rst:
176 Add trailing newline.
177 * doc/gnu_free_documentation_license.rst:
178 Add trailing newline.
179 * doc/gpl-3.0.rst:
180 Add trailing newline.
181 * doc/indices-and-tables.rst:
182 Add trailing newline.
183 * doc/lgpl-2.1.rst:
184 Add trailing newline.
185 * doc/md.rst:
186 Add trailing newline.
187
188 2022-11-14 Martin Liska <mliska@suse.cz>
189
190 Revert:
191 2022-11-09 Martin Liska <mliska@suse.cz>
192
193 * configure.ac: Use new install URL.
194 * configure: Regenerate.
195
196 2022-11-14 Martin Liska <mliska@suse.cz>
197
198 Revert:
199 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
200
201 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
202 instead of just ``.''.
203 * doc/gcc_sphinx.py: Moved to...
204 * doc/modules/gcc_sphinx.py: ...here.
205
206 2022-11-14 Martin Liska <mliska@suse.cz>
207
208 Revert:
209 2022-11-10 Martin Liska <mliska@suse.cz>
210
211 * doc/baseconf.py: Modernize by using pathlib.
212
213 2022-11-14 Martin Liska <mliska@suse.cz>
214
215 Revert:
216 2022-11-11 Martin Liska <mliska@suse.cz>
217
218 * doc/Makefile: Disable -j auto.
219
220 2022-11-14 Martin Liska <mliska@suse.cz>
221
222 Revert:
223 2022-11-11 Martin Liska <mliska@suse.cz>
224
225 * doc/Makefile: Update comment.
226
227 2022-11-14 Martin Liska <mliska@suse.cz>
228
229 Revert:
230 2022-11-11 Martin Liska <mliska@suse.cz>
231
232 * doc/indices-and-tables.rst: Rename Indexes to Indices.
233
234 2022-11-14 Martin Liska <mliska@suse.cz>
235
236 Revert:
237 2022-11-13 Martin Liska <mliska@suse.cz>
238
239 PR web/107643
240 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
241 is set.
242 * doc/indices-and-tables.rst: Use include_todo tag.
243
244 2022-11-14 Martin Liska <mliska@suse.cz>
245
246 Revert:
247 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
248
249 * doc/contrib.rst: Update Jeff Law's email address.
250
251 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
252
253 * doc/contrib.rst: Update Jeff Law's email address.
254
255 2022-11-13 Martin Liska <mliska@suse.cz>
256
257 PR web/107643
258 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
259 is set.
260 * doc/indices-and-tables.rst: Use include_todo tag.
261
262 2022-11-11 Martin Liska <mliska@suse.cz>
263
264 * doc/indices-and-tables.rst: Rename Indexes to Indices.
265
266 2022-11-11 Martin Liska <mliska@suse.cz>
267
268 * doc/Makefile: Update comment.
269
270 2022-11-11 Martin Liska <mliska@suse.cz>
271
272 * doc/Makefile: Disable -j auto.
273
274 2022-11-10 Martin Liska <mliska@suse.cz>
275
276 * doc/baseconf.py: Modernize by using pathlib.
277
278 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
279
280 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
281 instead of just ``.''.
282 * doc/gcc_sphinx.py: Moved to...
283 * doc/modules/gcc_sphinx.py: ...here.
284
285 2022-11-09 Martin Liska <mliska@suse.cz>
286
287 * configure.ac: Use new install URL.
288 * configure: Regenerate.
289
290 2022-11-09 Martin Liska <mliska@suse.cz>
291
292 * doc/bsd.rst:
293 Add trailing newline.
294 * doc/contrib.rst:
295 Add trailing newline.
296 * doc/contribute.rst:
297 Add trailing newline.
298 * doc/cppdiropts.rst:
299 Add trailing newline.
300 * doc/cppenv.rst:
301 Add trailing newline.
302 * doc/cppopts.rst:
303 Add trailing newline.
304 * doc/cppwarnopts.rst:
305 Add trailing newline.
306 * doc/funding.rst:
307 Add trailing newline.
308 * doc/gnu.rst:
309 Add trailing newline.
310 * doc/gnu_free_documentation_license.rst:
311 Add trailing newline.
312 * doc/gpl-3.0.rst:
313 Add trailing newline.
314 * doc/indices-and-tables.rst:
315 Add trailing newline.
316 * doc/lgpl-2.1.rst:
317 Add trailing newline.
318 * doc/md.rst:
319 Add trailing newline.
320
321 2022-11-09 Martin Liska <mliska@suse.cz>
322
323 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
324 provide a default.
325
326 2022-11-09 Martin Liska <mliska@suse.cz>
327
328 * configure: Regenerate.
329 * configure.ac: Support Sphinx based documentation.
330
331 2022-11-09 Martin Liska <mliska@suse.cz>
332
333 * doc/baseconf.py: Port to GCC sources.
334
335 2022-11-09 Martin Liska <mliska@suse.cz>
336
337 * doc/Makefile: New file.
338 * doc/_static/custom.css: New file.
339 * doc/baseconf.py: New file.
340 * doc/bsd.rst: New file.
341 * doc/contrib.rst: New file.
342 * doc/contribute.rst: New file.
343 * doc/cppdiropts.rst: New file.
344 * doc/cppenv.rst: New file.
345 * doc/cppopts.rst: New file.
346 * doc/cppwarnopts.rst: New file.
347 * doc/favicon.ico: New file.
348 * doc/funding.rst: New file.
349 * doc/gcc_sphinx.py: New file.
350 * doc/gnu.rst: New file.
351 * doc/gnu_free_documentation_license.rst: New file.
352 * doc/gpl-3.0.rst: New file.
353 * doc/indices-and-tables.rst: New file.
354 * doc/lgpl-2.1.rst: New file.
355 * doc/logo.pdf: New file.
356 * doc/logo.svg: New file.
357 * doc/md.rst: New file.
358 * doc/requirements.txt: New file.
359
360 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
361
362 * Makefile.def: Remove module 'liboffloadmic'.
363 * Makefile.in: Regenerate.
364 * configure.ac: Remove 'liboffloadmic' handling.
365 * configure: Regenerate.
366
367 2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
368
369 * MAINTAINERS: Update email address.
370
371 2022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
372
373 * configure.ac: Don't configure readline if --with-system-readline is
374 used.
375 * configure: Re-generate.
376
377 2022-10-12 Cui,Lili <lili.cui@intel.com>
378
379 * MAINTAINERS (Write After Approval): Add myself.
380
381 2022-10-11 Olivier Hainque <hainque@adacore.com>
382
383 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
384 and friends for rtp !large. Assume the linker has the required
385 abilities and set lt_cv_deplibs_check_method.
386
387 2022-09-30 Olivier Hainque <hainque@adacore.com>
388
389 * configure.ac (*vxworks*): If enable_shared is not
390 set, set to "no" and add --disable-shared to target and
391 host_configargs.
392 * configure: Regenerate.
393
394 2022-09-26 Jeff Law <jlaw@ventanamicro.com>
395
396 * MAINTAINERS: Update my email address and DCO entry.
397
398 2022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
399
400 * MAINTAINERS (Write After Approval): Add myself.
401
402 2022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
403
404 * MAINTAINERS (Write After Approval): Add myself.
405
406 2022-09-07 Jeff Law <jeffreyalaw@gmail.com>
407
408 * MAINTAINERS: Update my email address.
409
410 2022-09-07 Tom de Vries <tdevries@suse.de>
411
412 * configure.ac: Set extra_host_libiberty_configure_flags and
413 extra_host_zlib_configure_flags in separate case statements.
414 * configure: Regenerate.
415
416 2022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
417
418 * MAINTAINERS: Update c-sky port maintainers' emails.
419
420 2022-08-31 Martin Liska <mliska@suse.cz>
421
422 * configure: Regenerate.
423 * configure.ac: Delete hpux9 and hpux10.
424
425 2022-08-18 Sergei Trofimovich <siarheit@google.com>
426
427 * Makefile.def: Drop libelf module and gcc-configure dependency
428 on it.
429 * Makefile.in: Regenerate with 'autogen Makefile.def'.
430 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
431 LIBELFINC.
432 * configure: Regenrate.
433 * configure.ac (host_libs): Drop unused libelf.
434
435 2022-08-18 Sergei Trofimovich <siarheit@google.com>
436
437 * Makefile.in: Regenerate.
438
439 2022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
440
441 * MAINTAINERS: Add myself as AutoFDO maintainer.
442
443 2022-08-01 Roger Sayle <roger@nextmovesoftware.com>
444 Arnaud Charlet <charlet@adacore.com>
445
446 * configure: Regenerate.
447
448 2022-07-31 Roger Sayle <roger@nextmovesoftware.com>
449
450 PR bootstrap/106472
451 * Makefile.def (dependencies): Make configure-target-libgo depend
452 upon all-target-libbacktrace.
453
454 2022-07-27 David Faust <david.faust@oracle.com>
455
456 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
457
458 2022-07-27 Richard Biener <rguenther@suse.de>
459
460 * MAINTAINERS (Roger Sayle): Update e-mail address.
461
462 2022-07-21 Sam Feifer <sfeifer@redhat.com>
463
464 * MAINTAINERS (Write After Approval): Add myself.
465
466 2022-07-21 Marc Poulhiès <poulhies@adacore.com>
467
468 * MAINTAINERS: Add myself as Ada front end co-maintainer.
469
470 2022-07-19 Alexander Monakov <amonakov@ispras.ru>
471
472 * .gitignore: Do not ignore config.h.
473
474 2022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
475
476 * MAINTAINERS: Add myself to Write After Approval.
477
478 2022-07-04 Martin Liska <mliska@suse.cz>
479
480 * MAINTAINERS: fix sorting of names
481
482 2022-07-03 Immad Mir <mirimmad17@gmail.com>
483
484 * MAINTAINERS: add myself.
485
486 2022-07-03 Immad Mir <mirimmad17@gmail.com>
487
488 * MAINTAINERS: Add myself to write after approval and DCO.
489
490 2022-07-02 Tim Lange <mail@tim-lange.me>
491
492 * MAINTAINERS: Add myself.
493
494 2022-07-01 Haochen Jiang <haochen.jiang@intel.com>
495
496 * MAINTAINERS (Write After Approval): Add myself.
497
498 2022-06-30 Cui,Lili <lili.cui@intel.com>
499
500 Revert:
501 2022-06-30 Cui,Lili <lili.cui@intel.com>
502
503 * MAINTAINERS (Write After Approval): Add myself.
504
505 2022-06-30 Cui,Lili <lili.cui@intel.com>
506
507 * MAINTAINERS (Write After Approval): Add myself.
508
509 2022-06-28 Alexandre Oliva <oliva@adacore.com>
510
511 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
512 (EXTRA_GCC_FLAGS): Likewise.
513 * Makefile.in: Rebuilt.
514
515 2022-06-28 konglin1 <lingling.kong@intel.com>
516
517 * MAINTAINERS (Write After Approval): Add myself.
518
519 2022-06-27 Tom de Vries <tdevries@suse.de>
520
521 * configure.ac: Build libiberty pic variant for gdbserver.
522 * configure: Regenerate.
523
524 2022-06-26 Iain Sandoe <iain@sandoe.co.uk>
525
526 * configure: Regenerate.
527 * configure.ac: Correct use of $host.
528
529 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
530
531 * MAINTAINERS: Remove tilegx and tilepro entries.
532 * configure.ac: Remove tilegx and tilepro stanzas.
533 * configure: Rebuilt.
534
535 2022-05-28 Bruce Korb <bkorb@gnu.org>
536
537 * .gitignore: Ignore vim swap files
538
539 2022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
540
541 * MAINTAINERS: Add myself to write after approval.
542
543 2022-05-11 Kewen Lin <linkw@linux.ibm.com>
544
545 * MAINTAINERS: Remove myself from DCO section.
546
547 2022-05-09 Xi Ruoyao <xry111@xry111.site>
548
549 * MAINTAINERS: Update my email address.
550
551 2022-05-09 Clément Chigot <chigot@adacore.com>
552
553 * MAINTAINERS: Update my email address.
554
555 2022-05-05 Kewen Lin <linkw@linux.ibm.com>
556
557 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
558 section.
559
560 2022-04-19 Richard Henderson <rth@gcc.gnu.org>
561
562 * MAINTAINERS: Update my email address.
563
564 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
565
566 * MAINTAINERS: Update my email address.
567
568 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
569
570 * MAINTAINERS: (CPU Port Maintainers): Add myself and
571 Lulu as LoongArch port maintainer.
572
573 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
574 Lulu Cheng <chenglulu@loongson.cn>
575
576 * configure.ac: Add LoongArch tuples.
577 * configure: Regenerate.
578
579 2022-03-28 Tom Tromey <tromey@adacore.com>
580
581 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
582 * configure: Rebuild.
583
584 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
585
586 * MAINTAINERS: Change my information.
587
588 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
589
590 * MAINTAINERS: Add myself to DCO section.
591
592 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
593
594 * configure.ac: Fix incorrect option in comment.
595 * configure: Regenerate.
596
597 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
598
599 * Makefile.def (dependencies): Make configure-sim depend on
600 all-readline.
601 * Makefile.in: Regenerate.
602
603 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
604
605 * MAINTAINERS (Write After Approval): Update my e-mail address.
606
607 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
608
609 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
610
611 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
612
613 * MAINTAINERS: Update my email and add myself to the DCO list.
614
615 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
616
617 Revert:
618 2021-09-16 Andrew Pinski <apinski@marvell.com>
619
620 PR bootstrap/67102
621 * Makefile.def: Have configure-target-libffi depend on
622 all-target-libstdc++-v3.
623 * Makefile.in: Regenerate.
624
625 2022-01-22 Jakub Jelinek <jakub@redhat.com>
626
627 PR other/104181
628 * build.log: Remove.
629
630 2022-01-20 Martin Liska <mliska@suse.cz>
631
632 * MAINTAINERS: Adjust email address based on IRC request.
633
634 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
635
636 * MAINTAINERS: Update my email address.
637
638 2022-01-17 Martin Liska <mliska@suse.cz>
639
640 * MAINTAINERS: Rename .c names to .cc.
641
642 2022-01-13 Jakub Jelinek <jakub@redhat.com>
643
644 * Makefile.am: Remove.
645
646 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
647
648 * Makefile.am: New file.
649
650 2022-01-11 Martin Liska <mliska@suse.cz>
651
652 * MAINTAINERS: Sort 2 names.
653
654 2022-01-10 Martin Liska <mliska@suse.cz>
655
656 * MAINTAINERS: Fix obvious issues with sorting.
657
658 2022-01-07 liuhongt <hongtao.liu@intel.com>
659
660 * build.log: New file.
661
662 2022-01-05 Nathan Sidwell <nathan@acm.org>
663
664 * MAINTAINERS: Add DCO entry. Sort that list.
665
666 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
667
668 * MAINTAINERS: Change of email address in both DCO and
669 Write After Approval list.
670
671 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
672
673 * configure: Regenerate.
674
675 2021-12-21 Martin Liska <mliska@suse.cz>
676
677 * config.sub: Change mode back to 755.
678
679 2021-12-17 Martin Liska <mliska@suse.cz>
680
681 * config.sub: Sync from master.
682
683 2021-12-17 Martin Liska <mliska@suse.cz>
684
685 Revert:
686 2021-12-16 Matthias Seidel <mseidel@apache.org>
687
688 * config.sub: Fix typo.
689
690 2021-12-16 Matthias Seidel <mseidel@apache.org>
691
692 * config.sub: Fix typo.
693
694 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
695
696 Revert:
697 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
698
699 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
700 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
701 * configure.ac: Include config/gcc-plugin.m4.
702 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
703 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
704 RANLIB if possible.
705 * Makefile.in: Regenerated.
706 * configure: Likewise.
707
708 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
709
710 * Makefile.tpl (BUILD_CFLAGS): New.
711 (CFLAGS): Append $(BUILD_CFLAGS).
712 (CXXFLAGS): Likewise.
713 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
714 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
715 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
716 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
717 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
718 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
719 (PGO-TRAINING-TARGETS): Likewise.
720 (PGO_BUILD_TRAINING): Likewise.
721 (all): Add '+' to the command line for recursive make. Support
722 the PGO build.
723 * configure.ac: Add --enable-pgo-build[=lto].
724 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
725 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
726 * Makefile.in: Regenerated.
727 * configure: Likewise.
728
729 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
730
731 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
732 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
733 * configure.ac: Include config/gcc-plugin.m4.
734 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
735 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
736 RANLIB if possible.
737 * Makefile.in: Regenerated.
738 * configure: Likewise.
739
740 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
741
742 * MAINTAINERS: Add myself to write after approval.
743
744 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
745
746 * MAINTAINERS: Adding myself.
747
748 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
749
750 * configure: Regenerate.
751 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
752 $(CPP).
753
754 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
755
756 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
757 libatomic.
758 * Makefile.in: Regenerate.
759 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
760 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
761 target-libphobos-bootstrap.
762 (STAGE2_CONFIGURE_FLAGS): Likewise.
763 * configure: Regenerate.
764 * configure.ac: Add support for bootstrapping D front-end.
765
766 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
767
768 * MAINTAINERS: Add myself to DCO section and update email address.
769
770 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
771
772 * configure: Regenerate.
773 * configure.ac: Ensure that PIC (shared) defaults are set
774 correctly for Darwin.
775
776 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
777
778 * MAINTAINERS: Update my address.
779
780 2021-11-12 Alan Modra <amodra@gmail.com>
781
782 * Makefile.def (configure-opcodes): Depend on configure-bfd.
783 * Makefile.in: Regenerate.
784
785 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
786
787 * MAINTAINERS: Clarify the policy WRT the Write After Approval
788 list.
789
790 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
791
792 * MAINTAINERS (Reviewers, arc): Remove my entry.
793 (Write After Approval): Add an entry for myself.
794
795 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
796
797 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
798 * Makefile.in: Regenerate.
799 * configure: Regenerate.
800 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
801
802 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
803
804 * MAINTAINERS: Fix up Maciej's entries.
805
806 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
807
808 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
809 maintainer.
810
811 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
812
813 PR other/102663
814 * Makefile.def: Handle install-dvi target.
815 * Makefile.tpl: Likewise.
816 * Makefile.in: Regenerate.
817
818 2021-10-19 Clément Chigot <clement.chigot@atos.net>
819
820 * MAINTAINERS: Add myself for write after approval.
821
822 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
823
824 * Makefile.def: Mark libcody, libdecnumber,
825 c++tools, libgcc, and libobjc as missing TAGS
826 targets.
827 * Makefile.in: Regenerate.
828
829 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
830
831 * MAINTAINERS: Add myself to DCO section and update email
832 address.
833
834 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
835
836 * MAINTAINERS: Add myself to DCO section.
837
838 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
839
840 * configure: Regenerate.
841 * configure.ac (skipdirs): Add the contents of target_configdirs if
842 we are not building gcc.
843
844 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * Makefile.def: Back-port commits ba4d88ad892f and
847 755ba58ebef0 from binutils-gdb repository.
848 * Makefile.in: Regenerated.
849
850 2021-09-20 Harald Anlauf <anlauf@gmx.de>
851
852 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
853
854 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
855
856 * Makefile.def: Add a jit check target for the jit
857 language.
858 * Makefile.in: Regenerate.
859
860 2021-09-16 Andrew Pinski <apinski@marvell.com>
861
862 PR bootstrap/67102
863 * Makefile.def: Have configure-target-libffi depend on
864 all-target-libstdc++-v3.
865 * Makefile.in: Regenerate.
866
867 2021-09-10 Petter Tomner <tomner@kth.se>
868
869 * MAINTAINERS: Me added to DCO and write after approval
870
871 2021-09-01 YunQiang Su <syq@debian.org>
872
873 * MAINTAINERS: Add myself for write after approval.
874
875 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
876
877 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
878 * Makefile.in: Regenerate.
879
880 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
881
882 * MAINTAINERS: Add myself for write after approval.
883
884 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
885
886 * Makefile.in: Regenerate.
887 * Makefile.tpl: Make the state of the configured host
888 shared flag available to makefile fragements.
889
890 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
891
892 * MAINTAINERS (Write After Approval): Add myself.
893
894 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
895
896 * .dir-locals.el (bug-reference-url-format): Use https.
897
898 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
899
900 * .dir-locals.el (c-mode): Change fill-column to 79.
901
902 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
903
904 * MAINTAINERS: Add myself to DCO section.
905
906 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
907
908 * configure: Regenerate.
909 * configure.ac: Adjust cases for which it is necessary to
910 include the Darwin host config fragment.
911
912 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
913
914 * MAINTAINERS: Add myself for write after approval and DCO.
915
916 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
917
918 * Makefile.def: Add dsymutil defs.
919 * Makefile.in: Regenerated.
920 * Makefile.tpl: Add dsymutil to flags.
921 * configure: Regenerated.
922 * configure.ac: Add dsymutil to target and build recipes.
923
924 2021-07-01 Ankur Saini <arsenic@sourceware.org>
925
926 * MAINTAINERS: Add myself for write after approval.
927
928 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
929
930 * MAINTAINERS (Write After Approval): Add myself.
931
932 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
933
934 * MAINTAINERS: Add myself for write after approval and DCO
935
936 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
937
938 * .gitignore: Add entry for cscope.out.
939
940 2021-06-22 liuhongt <hongtao.liu@intel.com>
941
942 * MAINTAINERS: Remove my Write After Approval entry.
943
944 2021-06-21 liuhongt <hongtao.liu@intel.com>
945
946 * MAINTAINERS: Add myself as maintainer of the i386 vector
947 extensions.
948
949 2021-06-18 Antoni Boucher <bouanto@zoho.com>
950
951 * MAINTAINERS (Write After Approval): Add myself.
952
953 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
954
955 * MAINTAINERS (Various Maintainers): Add Andrew and myself
956 as *vrp and ranger maintainers.
957
958 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
959
960 * MAINTAINERS: Adjust my entry in the DCO section so that it does
961 not trigger testsuite failures.
962
963 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
964
965 * MAINTAINERS: Add myself to DCO section with both email addresses.
966
967 2021-06-03 Jason Merrill <jason@redhat.com>
968
969 * MAINTAINERS: Add DCO version number.
970
971 2021-06-02 Jason Merrill <jason@redhat.com>
972
973 * MAINTAINERS: Add DCO section.
974
975 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
976
977 * MAINTAINERS (Write After Approval): Add myself.
978
979 2021-05-29 Mike Frysinger <vapier@gentoo.org>
980
981 * configure.ac: Add gnulib to configdirs for sim.
982 * configure: Regenerate.
983
984 2021-05-18 Mike Frysinger <vapier@gentoo.org>
985
986 * Makefile.def: Add configure-sim dependency on all-gnulib.
987 * Makefile.in: Regenerated.
988
989 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
990
991 * MAINTAINERS (Write After Approval): Add myself.
992
993 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
994
995 * MAINTAINERS (Write After Approval): Add myself.
996
997 2021-05-11 Martin Liska <mliska@suse.cz>
998
999 * MAINTAINERS: Remove entries for removed
1000 components (HSA, BRIG, libhsail-rt).
1001 Move Pekka to Write After Approval.
1002
1003 2021-05-11 Martin Liska <mliska@suse.cz>
1004
1005 * Makefile.def: Remove libhsail-rt.
1006 * Makefile.in: Likewise.
1007 * configure.ac: Likewise.
1008 * configure: Regenerate.
1009 * libhsail-rt/ChangeLog: Removed.
1010 * libhsail-rt/Makefile.am: Removed.
1011 * libhsail-rt/Makefile.in: Removed.
1012 * libhsail-rt/README: Removed.
1013 * libhsail-rt/aclocal.m4: Removed.
1014 * libhsail-rt/configure: Removed.
1015 * libhsail-rt/configure.ac: Removed.
1016 * libhsail-rt/configure.tgt: Removed.
1017 * libhsail-rt/include/internal/fibers.h: Removed.
1018 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1019 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1020 * libhsail-rt/include/internal/workitems.h: Removed.
1021 * libhsail-rt/rt/arithmetic.c: Removed.
1022 * libhsail-rt/rt/atomics.c: Removed.
1023 * libhsail-rt/rt/bitstring.c: Removed.
1024 * libhsail-rt/rt/fbarrier.c: Removed.
1025 * libhsail-rt/rt/fibers.c: Removed.
1026 * libhsail-rt/rt/fp16.c: Removed.
1027 * libhsail-rt/rt/misc.c: Removed.
1028 * libhsail-rt/rt/multimedia.c: Removed.
1029 * libhsail-rt/rt/queue.c: Removed.
1030 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1031 * libhsail-rt/rt/segment.c: Removed.
1032 * libhsail-rt/rt/workitems.c: Removed.
1033 * libhsail-rt/target-config.h.in: Removed.
1034
1035 2021-05-04 Nick Clifton <nickc@redhat.com>
1036
1037 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1038 * configure: Regenerate.
1039
1040 2021-04-28 Jakub Jelinek <jakub@redhat.com>
1041 Tobias Burnus <tobias@codesourcery.com>
1042
1043 * configure.ac (--enable-offload-defaulted): New.
1044 * configure: Regenerate.
1045
1046 2021-04-23 David Faust <david.faust@oracle.com>
1047
1048 * MAINTAINERS (Write After Approval): Add myself.
1049
1050 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1051
1052 * MAINTAINERS (Write After Approval): Add myself.
1053
1054 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1055
1056 * MAINTAINERS: Add myself as pru port maintainer.
1057
1058 2021-03-23 David Malcolm <dmalcolm@redhat.com>
1059
1060 * MAINTAINERS: Add myself as static analyzer maintainer.
1061
1062 2021-03-18 Jeff Law <jlaw@tachyum.com>
1063
1064 * MAINTAINERS: Update primary entry.
1065
1066 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1067
1068 * MAINTAINERS (Write After Approval): Add myself.
1069
1070 2021-03-13 Mike Frysinger <vapier@gentoo.org>
1071
1072 * Makefile.def: Remove all-sim dependency on configure-gdb.
1073 * Makefile.in: Regenerated.
1074
1075 2021-03-11 Jeff Law <law@redhat.com>
1076
1077 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1078
1079 2021-03-11 Martin Liska <mliska@suse.cz>
1080
1081 * Makefile.tpl: The change was done Makefile.in which
1082 is generated file.
1083
1084 2021-03-08 Jeff Law <law@redhat.com>
1085
1086 * MAINTAINERS: Update my email address
1087
1088 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
1089
1090 * config.guess: Import latest upstream.
1091 * config.sub: Import latest upstream.
1092
1093 2021-01-25 Martin Liska <mliska@suse.cz>
1094
1095 PR gcov-profile/98739
1096 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1097 for profiledbootstrap.
1098
1099 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1100
1101 * MAINTAINERS (Write After Approval): Add myself.
1102
1103 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1104
1105 * MAINTAINERS (Write After Approval): Update my e-mail address.
1106
1107 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1108
1109 * MAINTAINERS: Fix spacing.
1110
1111 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1112
1113 * MAINTAINERS (Write After Approval): Add myself
1114
1115 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
1116
1117 * Makefile.def: Sync with binutils-gdb:
1118 (dependencies): all-ld depends on all-libctf.
1119 (host_modules): libctf is no longer no_install.
1120 No longer no_check. Checking depends on all-ld.
1121 * Makefile.in: Regenerated.
1122
1123 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1124
1125 * libtool.m4: Match gnu* along other GNU systems.
1126 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1127 * libgo/configure: Re-generate.
1128
1129 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1130
1131 * MAINTAINERS: Update my email address.
1132
1133 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1134
1135 * MAINTAINERS (Write After Approval): Add myself.
1136
1137 2020-12-15 Nathan Sidwell <nathan@acm.org>
1138
1139 * Makefile.def
1140 * Makefile.in
1141 * Makefile.tpl
1142 * configure
1143 * configure.ac
1144
1145 2020-12-15 Nathan Sidwell <nathan@acm.org>
1146
1147 * Makefile.def: Add libcody.
1148 * configure.ac: Add libcody.
1149 * Makefile.in: Regenerated.
1150 * configure: Regenerated.
1151
1152 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1153
1154 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1155
1156 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1157
1158 PR target/97865
1159 * libtool.m4: Update handling of Darwin platform link flags
1160 for Darwin20.
1161
1162 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1163
1164 * .gitignore: Sync with binutils-gdb
1165
1166 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1167
1168 * MAINTAINERS: Add myself as arc port maintainer.
1169
1170 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1171
1172 PR d/87788
1173 * configure.ac: Don't disable D for *-*-darwin*.
1174 * configure: Regenerate.
1175
1176 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
1177
1178 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1179 hppa64-*-hpux11*.
1180
1181 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1182
1183 * configure: Regenerate.
1184 * configure.ac: Add --bootstrap-hwasan option.
1185
1186 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1187
1188 * config.guess: Import latest upstream.
1189 * config.sub: Import latest upstream.
1190
1191 2020-11-16 Martin Liska <mliska@suse.cz>
1192
1193 * .gitignore: Add cache as clangd uses it now.
1194
1195 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1196
1197 * MAINTAINERS (Write After Approval): add myself
1198
1199 2020-11-09 Pat Bernardi <bernardi@adacore.com>
1200
1201 * MAINTAINERS (Write After Approval): Add myself.
1202
1203 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
1204
1205 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1206 Remove FIXME comments.
1207
1208 2020-11-06 Martin Uecker <muecker@gwdg.de>
1209
1210 * MAINTAINERS: Update my email address.
1211
1212 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1213
1214 * MAINTAINERS (Write After Approval): Add myself.
1215
1216 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
1217
1218 PR target/97302
1219 * configure.ac: Only set with_gmp to /usr/local
1220 if not building in tree.
1221 * configure: Regenerate.
1222
1223 2020-09-18 Omar Tahir <omar.tahir@arm.com>
1224
1225 * MAINTAINERS (Write After Approval): Add myself.
1226
1227 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
1228
1229 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1230
1231 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
1232
1233 PR bootstrap/96612
1234 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1235 if not the same as ${host}.
1236 * configure: Regenerate.
1237
1238 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1239
1240 * MAINTAINERS (Write After Approval): Add myself.
1241
1242 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1243
1244 * MAINTAINERS: Update my email address.
1245
1246 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1247
1248 * MAINTAINERS (Write After Approval): Add myself.
1249
1250 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1251
1252 * MAINTAINERS (Write After Approval): Add myself.
1253
1254 2020-06-12 Martin Liska <mliska@suse.cz>
1255
1256 * .gitignore: Add .clang-tidy.
1257
1258 2020-06-08 Jason Merrill <jason@redhat.com>
1259
1260 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1261 * configure: Regenerate.
1262
1263 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1264
1265 * MAINTAINERS: Add myself as xtensa port maintainer.
1266
1267 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1268
1269 * configure.ac: Don't require --enable-host-shared when building
1270 for Mingw.
1271 * configure: Regenerate.
1272
1273 2020-05-18 Jason Merrill <jason@redhat.com>
1274
1275 * configure.ac: Update bootstrap dialect to -std=c++11.
1276
1277 2020-05-18 Alex Coplan <alex.coplan@arm.com>
1278
1279 * MAINTAINERS (Write After Approval): Add myself.
1280
1281 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1282
1283 PR target/92713
1284 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1285 (noconfigdirs): Add 'target-libstdc++-v3'.
1286 * configure: Regenerate.
1287
1288 2020-04-21 Stephen Casner <casner@acm.org>
1289
1290 PR 25830
1291 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1292 * configure: Rebuild.
1293
1294 2020-04-17 Martin Liska <mliska@suse.cz>
1295 Jonathan Yong <10walls@gmail.com>
1296
1297 PR gcov-profile/94570
1298 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1299 for CYGWIN.
1300
1301 2020-04-14 Martin Jambor <mjambor@suse.cz>
1302
1303 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1304
1305 2020-04-09 Tom Tromey <tom@tromey.com>
1306
1307 * configure: Rebuild.
1308 * Makefile.in: Rebuild.
1309 * Makefile.def (gdbsupport, gdbserver): New host modules.
1310 (configure-gdb): Depend on all-gdbsupport.
1311 (all-gdb): Depend on all-gdbsupport, all-libctf.
1312 * configure.ac (host_tools): Add gdbserver.
1313 Conditionally build gdbserver and gdbsupport.
1314
1315 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
1316
1317 * configure.ac: Build libgomp by default for amdgcn.
1318 * configure: Regenerate.
1319
1320 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1321
1322 * MAINTAINERS (Write After Approval): Add myself.
1323
1324 2020-02-28 Joel Hutton <joel.hutton@arm.com>
1325
1326 * MAINTAINERS (Write After Approval) : Add myself.
1327
1328 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
1329
1330 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1331
1332 2020-02-14 Martin Sebor <msebor@redhat.com>
1333
1334 * doc/extend.texi (attribute alias): Mention type requirement.
1335 (attribute weak): Same.
1336 (attribute weakref): Correct invalid example.
1337
1338 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1339
1340 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1341
1342 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1343 Jakub Jelinek <jakub@redhat.com>
1344
1345 * .gitattributes: Add *.md diff=md.
1346
1347 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
1348
1349 The mentioned auto-generated file is no more part of the
1350
1351 GCC sources, it's auto-generated in $(builddir) during build.
1352
1353 PR target/92055
1354 * contrib/gcc_update (files_and_dependencies): Remove
1355 entry for gcc/config/avr/t-multilib.
1356
1357 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
1358
1359 * MAINTAINERS: Update my email address.
1360
1361 2020-01-13 Joseph Myers <joseph@codesourcery.com>
1362
1363 * README.MOVED_TO_GIT: Remove.
1364
1365 2020-01-11 Joseph Myers <joseph@codesourcery.com>
1366
1367 * README.MOVED_TO_GIT: New file.
1368
1369 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1370
1371 * MAINTAINERS (Write After Approval): Add myself.
1372
1373 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
1374
1375 * MAINTAINERS (write_after_approval): Add myself.
1376
1377 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1378
1379 * MAINTAINERS (write_after_approval): Add myself.
1380
1381 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1382
1383 * MAINTAINERS (write_after_approval): Add myself.
1384
1385 2019-12-11 Matthias Klose <doko@ubuntu.com>
1386
1387 * configure.ac: Factor out common cases for compare_exclusions.
1388 * configure: Regenerate.
1389
1390 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1391
1392 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1393 flag.
1394
1395 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1396
1397 * MAINTAINERS (Write After Approval): Add myself.
1398
1399 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
1400
1401 PR middle-end/92463
1402 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1403 * configure: Regenerate
1404
1405 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1406
1407 * configure.ac: Use https for gcc.gnu.org.
1408 * configure: Regenerated.
1409
1410 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1411
1412 * MAINTAINERS (aarch64 port): Remove my name, move to...
1413 (Write After Approval): ...Here.
1414
1415 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1416
1417 * MAINTAINERS: Change my email address as maintainer.
1418
1419 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1420
1421 PR fortran/91828
1422 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1423 * configure: Regenerated.
1424
1425 2019-10-21 Jason Merrill <jason@redhat.com>
1426
1427 * .gitattributes: Also check ChangeLog whitespace.
1428
1429 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1430
1431 * contrib/dg-extract-results.sh: Add support for KPASS.
1432 * contrib/dg-extract-results.py: Likewise.
1433
1434 2019-10-17 Jason Merrill <jason@redhat.com>
1435
1436 * .gitattributes: Avoid {} in filename pattern.
1437
1438 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1439
1440 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1441 Approval section.
1442
1443 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
1444
1445 * MAINTAINERS: Add myself to Write After Approval
1446
1447 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1448
1449 * MAINTAINERS: Add myself as an aarch64 maintainer.
1450
1451 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1452
1453 * MAINTAINERS: Add myself as aarch64 maintainer.
1454
1455 2019-09-23 Carl Love <cel@us.ibm.com>
1456
1457 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1458 New define_insn.
1459 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1460 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1461
1462 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1463
1464 * MAINTAINERS (Sam Tebbs): Update email address.
1465
1466 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
1467
1468 * MAINTAINERS: Update my email address.
1469
1470 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
1471
1472 * libtool.m4: Handle uclinuxfdpiceabi.
1473
1474 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1475
1476 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1477 Remove myself from Write After Approval section.
1478
1479 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1480
1481 * configure.ac: Support for bpf-*-* targets.
1482 * configure: Regenerate.
1483
1484 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1485
1486 * config.sub: Import upstream version 2019-06-30.
1487 * config.guess: Import upstream version 2019-07-24.
1488
1489 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1490
1491 * MAINTAINERS: Remove spu port maintainers.
1492
1493 2019-08-28 Martin Liska <mliska@suse.cz>
1494
1495 * .gitignore: Add .clangd and compile_commands.json
1496 to .gitignore.
1497
1498 2019-08-23 Michael Forney <mforney@mforney.org>
1499
1500 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1501 * Makefile.in: Regenerate.
1502
1503 2019-08-19 Tom Tromey <tom@tromey.com>
1504
1505 * configure: Rebuild.
1506 * configure.ac: Add --with-static-standard-libraries.
1507
1508 2019-08-16 Alexandre Oliva <oliva@gnu.org>
1509
1510 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1511
1512 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1513
1514 * MAINTAINERS (Write After Approval): Add myself.
1515
1516 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1517
1518 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1519 RISC-V port maitainer.
1520
1521 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1522
1523 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1524
1525 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1526
1527 * MAINTAINERS (Write After Approval): Add myself.
1528
1529 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
1530
1531 * MAINTAINERS (Write After Approval): Add myself.
1532
1533 2019-06-25 Martin Liska <mliska@suse.cz>
1534
1535 contrib/filter-clang-warnings.py: Transform from
1536 filter-rtags-warnings.py.
1537
1538 2019-06-15 Tom Tromey <tom@tromey.com>
1539
1540 * configure.ac (host_libs): Add gnulib.
1541 * configure: Rebuild.
1542 * Makefile.def (host_modules, dependencies): Add gnulib.
1543 * Makefile.in: Rebuild.
1544
1545 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1546
1547 * MAINTAINERS (Write After Approval): Add myself.
1548
1549 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1550
1551 * configure: Regenerate.
1552 * configure.ac: Add PRU target.
1553
1554 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1555
1556 * MAINTAINERS (Write After Approval): Add myself.
1557
1558 2019-06-11 Nick Clifton <nickc@redhat.com>
1559
1560 Import these changes from the binutils/gdb repository:
1561
1562 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1563
1564 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1565 and all its deps.
1566 * Makefile.in: Regenerated.
1567
1568 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1569
1570 * Makefile.def (host_modules): Add libctf.
1571 * Makefile.def (dependencies): Likewise.
1572 libctf depends on zlib, libiberty, and bfd.
1573 * Makefile.in: Regenerated.
1574 * configure.ac (host_libs): Add libctf.
1575 * configure: Regenerated.
1576
1577 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1578
1579 * MAINTAINERS (Write After Approval): Add myself.
1580
1581 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
1582
1583 * MAINTAINERS: Update my email address.
1584
1585 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
1586
1587 * MAINTAINERS (Write After Approval): Add myself.
1588
1589 2019-05-16 Jun Ma <junma@linux.alibaba.com>
1590
1591 * MAINTAINERS (Write After Approval): Add myself.
1592
1593 2019-05-07 Jim Wilson <jimw@sifive.com>
1594
1595 * MAINTAINERS: Remove myself as IA-64 maintainer.
1596
1597 2019-05-04 Roland Illig <roland.illig@gmx.de>
1598
1599 * MAINTAINERS (Write After Approval): Add myself.
1600
1601 2019-05-02 Richard Biener <rguenther@suse.de>
1602
1603 PR bootstrap/85574
1604 * Makefile.tpl (compare target): Also compare extra-compare
1605 files.
1606 * Makefile.in: Regenerate.
1607
1608 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1609
1610 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1611 as modulo-scheduler maintainer.
1612
1613 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1614
1615 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1616
1617 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1618
1619 * MAINTAINERS: Update my email address.
1620
1621 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
1622
1623 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1624 * configure: Regenerate.
1625
1626 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1627
1628 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1629 * configure: Regenerate.
1630
1631 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1632
1633 * configure.ac: Add target-zlib to target_libraries.
1634 * configure: Regenerate.
1635
1636 2019-04-09 Martin Liska <mliska@suse.cz>
1637
1638 * Makefile.in: Regenerate.
1639 * Makefile.tpl: Pass GENERATOR_CFLAGS
1640 in all stages.
1641
1642 2019-03-28 Martin Liska <mliska@suse.cz>
1643
1644 PR bootstrap/89829
1645 * Makefile.in: Revert r254150.
1646 * Makefile.tpl: Likewise.
1647
1648 2019-03-28 Ben Elliston <bje@gnu.org>
1649
1650 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1651 related, and libdecnumber.
1652
1653 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
1654
1655 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1656 (Write After Approval): Remove myself.
1657
1658 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1659
1660 * MAINTAINERS (Write After Approval): Add myself.
1661
1662 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
1663
1664 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1665 (Write After Approval): Remove myself and Julian.
1666
1667 2019-01-26 Harald Anlauf <anlauf@gmx.de>
1668
1669 * MAINTAINERS (Write After Approval): Add myself.
1670
1671 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1672
1673 * MAINTAINERS (Write After Approval): Add myself.
1674
1675 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1676
1677 * ChangeLog: Replace space with tab.
1678 * MAINTAINERS: Delete 1 tab to keep alignment.
1679
1680 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1681
1682 * MAINTAINERS (Write After Approval): Add myself.
1683
1684 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
1685
1686 * MAINTAINERS (Write After Approval): Add myself.
1687
1688 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
1689 Kwok Cheung Yeung <kcy@codesourcery.com>
1690 Julian Brown <julian@codesourcery.com>
1691 Tom de Vries <tom@codesourcery.com>
1692 Jan Hubicka <hubicka@ucw.cz>
1693 Martin Jambor <mjambor@suse.cz>
1694
1695 * configure.ac: Likewise.
1696 * configure: Regenerate.
1697 * contrib/config-list.mk: Add amdgcn-amdhsa.
1698
1699 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1700
1701 * MAINTAINERS (Write After Approval): Add myself.
1702
1703 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1704
1705 * MAINTAINERS (Write After Approval): Add myself.
1706
1707 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1708
1709 PR target/88535
1710 * config.guess: Import upstream version 2019-01-03.
1711 * config.sub: Import upstream version 2019-01-01.
1712
1713 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1714
1715 * MAINTAINERS (Write After Approval): Update my maintainer address.
1716
1717 2018-12-21 Gergö Barany <gergo@codesourcery.com>
1718
1719 * MAINTAINERS (Write After Approval): Add myself.
1720
1721 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1722
1723 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1724
1725 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1726
1727 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1728 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1729 (GCC_TARGET_TOOL): Likewise.
1730 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1731 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1732 OTOOL, OTOOL_FOR_TARGET: New substitutions.
1733 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1734 * configure: Regenerate.
1735 * Makefile.in: Likewise.
1736
1737 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
1738
1739 * MAINTAINERS (Write After Approval): Add myself.
1740
1741 2018-11-13 Martin Liska <mliska@suse.cz>
1742
1743 * gcc.target/i386/pr87930.c: Move to ...
1744 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1745
1746 2018-11-10 Stafford Horne <shorne@gmail.com>
1747
1748 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1749 (Write After Approval): Remove myself.
1750
1751 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1752
1753 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1754 Append $INCICONV to it.
1755
1756 2018-11-04 Stafford Horne <shorne@gmail.com>
1757
1758 * MAINTAINERS (Write After Approval): Add myself.
1759
1760 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1761
1762 PR bootstrap/82856
1763 * multilib.am: New file. From automake.
1764
1765 Merge from binutils-gdb:
1766 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1767
1768 * libtool.m4: Use AC_LANG_SOURCE.
1769 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1770 * ar-lib: New file.
1771 * test-driver: New file.
1772 * configure: Re-generate.
1773
1774 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1775
1776 * MAINTAINERS (Write After Approval): Add myself.
1777
1778 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1779
1780 PR bootstrap/87788
1781 PR d/87799
1782 * configure: Rebuild.
1783 * configure.ac: Disable D on systems where it is known not to work.
1784
1785 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1786
1787 * Makefile.def (target_modules): Add libphobos.
1788 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1789 GDCFLAGS_FOR_TARGET.
1790 (dependencies): Make libphobos depend on libatomic, libbacktrace
1791 configure, and zlib configure.
1792 (language): Add language d.
1793 * Makefile.in: Rebuild.
1794 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1795 (HOST_EXPORTS): Add GDC.
1796 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1797 (BASE_TARGET_EXPORTS): Add GDC.
1798 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1799 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1800 (EXTRA_HOST_FLAGS): Add GDC.
1801 (STAGE1_FLAGS_TO_PASS): Add GDC.
1802 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1803 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1804 environment variables.
1805 * configure: Rebuild.
1806 * configure.ac: Add target-libphobos to target_libraries. Set and
1807 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1808
1809 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1810
1811 * MAINTAINERS (Write After Approval): Add myself.
1812
1813 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1814
1815 * MAINTAINERS (Write After Approval): Remove myself.
1816
1817 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1818
1819 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1820
1821 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1822
1823 * MAINTAINERS: Update my email address.
1824
1825 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1826
1827 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1828 maintainer.
1829
1830 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1831
1832 * MAINTAINERS (Write After Approval): Add self.
1833
1834 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1835
1836 * MAINTAINERS (write after approval): Add myself.
1837
1838 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1839
1840 * MAINTAINERS: Update my email address.
1841
1842 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1843
1844 * MAINTAINERS (write after approval): Add myself.
1845
1846 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1847
1848 * MAINTAINERS: Add self to global reviewers list.
1849
1850 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1851
1852 MAINTAINERS: Add c-sky port maintainers.
1853
1854 2018-08-10 Martin Liska <mliska@suse.cz>
1855
1856 * MAINTAINERS: Revert change in previous commit and
1857 join lines.
1858
1859 2018-08-10 Martin Liska <mliska@suse.cz>
1860
1861 * MAINTAINERS: Remove extra line.
1862
1863 2018-08-06 Naveen H.S <naveenh@marvell.com>
1864
1865 * MAINTAINERS: Update my email address.
1866
1867 2018-07-19 DJ Delorie <dj@redhat.com>
1868
1869 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1870 as maintainer.
1871
1872 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1873
1874 * MAINTAINERS: Adjust email address for me and my colleague Robin
1875 Dapp.
1876
1877 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1878 Sunil K Pandey <sunil.k.pandey@intel.com>
1879
1880 PR target/84413
1881 * config/i386/i386.c (m_CORE_AVX512): New.
1882 (m_CORE_AVX2): Likewise.
1883 (m_CORE_ALL): Add m_CORE_AVX2.
1884 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1885 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1886 and remove the rest of m_SKYLAKE_AVX512.
1887
1888 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1889
1890 * config.sub: Sync with upstream version 2018-07-03.
1891
1892 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1893
1894 * config.guess: Sync with upstream version 2018-06-26.
1895 * config.sub: Sync with upstream version 2018-07-02.
1896
1897 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1898
1899 * libtool.m4: Sort output of 'find' to enable deterministic builds.
1900 * ltmain.sh: Likewise.
1901
1902 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1903
1904 * contrib/config-list.mk: Remove powerpc-linux_paired.
1905
1906 2018-06-29 Alexandre Oliva <oliva@adacore.com>
1907
1908 * configure.ac: Introduce support for @unless/@endunless.
1909 * Makefile.tpl (dep-kind): Rewrite with cond; return
1910 postbootstrap in some cases.
1911 (make-postboot-dep, postboot-targets): New.
1912 (dependencies): Do not output postbootstrap dependencies at
1913 first. Output non-target ones changed for configure to depend
1914 on stage_last @if gcc-bootstrap, and the original deps @unless
1915 gcc-bootstrap.
1916 * configure.in, Makefile.in: Rebuilt.
1917
1918 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1919
1920 * MAINTAINERS (write after approval): Add myself.
1921
1922 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1923
1924 * MAINTAINERS (write after approval): Add myself.
1925
1926 2018-06-19 Nick Clifton <nickc@redhat.com>
1927
1928 * zlib/configure.ac: Restore old behaviour of only enabling
1929 multilibs when a target subdirectory is defined. This allows
1930 building with srcdir == builddir.
1931 * zlib/configure: Regenerate.
1932
1933 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1934
1935 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1936 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1937 * Makefile.in: Regenerate.
1938
1939 2018-06-16 Ben Elliston <bje@gnu.org>
1940
1941 * config.guess: Import latest version.
1942 * config.sub: Likewise.
1943
1944 2018-06-08 Martin Liska <mliska@suse.cz>
1945
1946 * MAINTAINERS: Remove MPX-related entries.
1947 * Makefile.def: Remove libmpx support.
1948 * Makefile.in: Regenerate.
1949 * configure.ac: Remove removed files.
1950 * configure: Regenerate.
1951 * libmpx/ChangeLog: Remove.
1952 * libmpx/Makefile.am: Remove.
1953 * libmpx/Makefile.in: Remove.
1954 * libmpx/acinclude.m4: Remove.
1955 * libmpx/aclocal.m4: Remove.
1956 * libmpx/config.h.in: Remove.
1957 * libmpx/configure: Remove.
1958 * libmpx/configure.ac: Remove.
1959 * libmpx/configure.tgt: Remove.
1960 * libmpx/libmpx.spec.in: Remove.
1961 * libmpx/mpxrt/Makefile.am: Remove.
1962 * libmpx/mpxrt/Makefile.in: Remove.
1963 * libmpx/mpxrt/libmpx.map: Remove.
1964 * libmpx/mpxrt/libtool-version: Remove.
1965 * libmpx/mpxrt/mpxrt-utils.c: Remove.
1966 * libmpx/mpxrt/mpxrt-utils.h: Remove.
1967 * libmpx/mpxrt/mpxrt.c: Remove.
1968 * libmpx/mpxrt/mpxrt.h: Remove.
1969 * libmpx/mpxwrap/Makefile.am: Remove.
1970 * libmpx/mpxwrap/Makefile.in: Remove.
1971 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
1972 * libmpx/mpxwrap/libtool-version: Remove.
1973 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
1974
1975 2018-06-04 Martin Liska <mliska@suse.cz>
1976
1977 * MAINTAINERS: Add myself as gcov maintainer.
1978
1979 2018-06-04 Matthew Fortune <mfortune@gmail.com>
1980
1981 * MAINTAINERS: Update my email address.
1982
1983 2018-06-04 Tom de Vries <tdevries@suse.de>
1984
1985 * MAINTAINERS: Remove write-after-approval entries for component
1986 maintainers.
1987
1988 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1989
1990 * MAINTAINERS (write after approval): Add myself.
1991
1992 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
1993
1994 * MAINTAINERS: Update my email address.
1995
1996 2018-06-01 Tom de Vries <tdevries@suse.de>
1997
1998 * MAINTAINERS: Update my email address.
1999
2000 2018-05-22 Bin Cheng <bin.cheng@arm.com>
2001
2002 * MAINTAINERS (loop-optimizer): Add myself.
2003
2004 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
2005
2006 * configure.ac: Added "nfp" target.
2007 * configure: Regenerate.
2008
2009 2018-04-30 Richard Biener <rguenther@suse.de>
2010
2011 PR bootstrap/85571
2012 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2013 (STAGE3_TFLAGS): Likewise.
2014 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2015 (STAGEtrain_TFLAGS): Likewise.
2016 * Makefile.in: Regenerate.
2017
2018 2018-04-26 Richard Biener <rguenther@suse.de>
2019
2020 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2021 (STAGE2_CFLAGS): Likewise.
2022 (STAGE2_TFLAGS): Likewise.
2023 (STAGE3_CFLAGS): Add -fchecking.
2024 (STAGE3_TFLAGS): Likewise.
2025 (STAGEtrain_CFLAGS): Filter out -fchecking.
2026 (STAGEtrain_TFLAGS): Likewise.
2027 * Makefile.in: Re-generate.
2028
2029 2018-04-25 Catherine Moore <clm@codesourcery.com>
2030
2031 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2032
2033 2018-04-18 Paul Clarke <pc@us.ibm.com>
2034
2035 * MAINTAINERS (write after approval): Add myself.
2036
2037 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2038
2039 * MAINTAINERS: Update my email address.
2040
2041 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2042
2043 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2044
2045 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2046
2047 * MAINTAINERS: Update my email address and disambiguate myself
2048 a bit from Will Schmidt.
2049
2050 2018-03-21 Nathan Sidwell <nathan@acm.org>
2051
2052 * MAINTAINERS: Move maintainers of now-removed picochip and score
2053 ports to write after approval.
2054
2055 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2056
2057 * MAINTAINERS: Add entry for SVE maintainership.
2058
2059 2018-02-13 Maciej W. Rozycki <macro@mips.com>
2060
2061 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2062 * configure: Regenerate.
2063
2064 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2065
2066 * MAINTAINERS (write after approval): Add myself.
2067
2068 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2069
2070 * MAINTAINERS (write after approval): Add myself.
2071
2072 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2073
2074 * MAINTAINERS (write after approval): Add myself.
2075
2076 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2077
2078 Update copyright years.
2079
2080 2018-01-03 Ben Elliston <bje@gnu.org>
2081
2082 * config.guess: Import latest version.
2083 * config.sub: Likewise.
2084
2085 2017-12-12 Stafford Horne <shorne@gmail.com>
2086
2087 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2088 * configure: Regenerate.
2089
2090 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
2091
2092 * MAINTAINERS (Write After Approval): Add myself.
2093
2094 2017-11-28 Julia Koval <julia.koval@intel.com>
2095 Sebastian Peryt <sebastian.peryt@intel.com>
2096
2097 * Makefile.def (target_modules): Remove libcilkrts.
2098 * Makefile.in: Ditto.
2099 * configure: Ditto.
2100 * configure.ac: Ditto.
2101
2102 2017-11-28 Julia Koval <julia.koval@intel.com>
2103
2104 * MAINTAINERS (Write After Approval): Add myself.
2105
2106 2017-11-22 Sudakshina Das <sudi.das@arm.com>
2107
2108 * MAINTAINERS (Write After Approval): Add myself.
2109
2110 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
2111
2112 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2113 Use my SiFive email address.
2114
2115 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2116
2117 * MAINTAINERS (write after approval): Add myself.
2118
2119 2017-10-27 Martin Liska <mliska@suse.cz>
2120
2121 * Makefile.tpl: Use proper name of folder as it was renamed
2122 during transition to 4 stages.
2123 * Makefile.in: Regenerate.
2124
2125 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2126
2127 * MAINTAINERS (write after approval): Add myself.
2128
2129 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2130
2131 * MAINTAINERS: Add a note that maintainership also includes web
2132 pages, docs, and testsuite related to that area.
2133
2134 2017-09-25 Tom de Vries <tom@codesourcery.com>
2135
2136 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2137
2138 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2139
2140 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2141
2142 2017-09-15 Nathan Sidwell <nathan@acm.org>
2143
2144 * MAINTAINERS: Remove myself as a vxworks maintainer.
2145
2146 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2147
2148 * MAINTAINERS: Remove email address of Jim Norris.
2149
2150 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2151
2152 * MAINTAINERS (Reviewers): Move myself from here...
2153 (CPU Port Maintainers): ... to here.
2154
2155 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2156
2157 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2158
2159 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2160
2161 * MAINTAINERS (write after approval): Add myself.
2162
2163 2017-07-28 Tony Reix <tony.reix@atos.net>
2164
2165 * configure.ac (target-libffi): Don't disable for AIX.
2166 (go): Don't add to unsupported_languages on AIX.
2167 (target-libgo): Don't disable for AIX.
2168 * configure: Regenerate.
2169
2170 2017-07-19 Yury Gribov <tetra2005@gmail.com>
2171
2172 * MAINTAINERS: Add myself.
2173
2174 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2175
2176 * MAINTAINERS: Update my email address.
2177
2178 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
2179
2180 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2181 arm-specific auto-generated header files.
2182
2183 2017-07-03 Nathan Sidwell <nathan@acm.org>
2184
2185 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2186 * configure: Rebuilt.
2187
2188 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2189
2190 * MAINTAINERS: Readd myself for c6x.
2191
2192 2017-06-28 Martin Liska <mliska@suse.cz>
2193
2194 PR bootstrap/81217
2195 * Makefile.def: Remove superfluous bootstrap_target from
2196 bootstrap_stage.
2197 * Makefile.in: Re-generate the file.
2198
2199 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2200
2201 * MAINTAINERS: Add myself to Write After Approval
2202
2203 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
2204
2205 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2206
2207 2017-06-19 Martin Liska <mliska@suse.cz>
2208
2209 * Makefile.def: Define 4 stages PGO bootstrap.
2210 * Makefile.tpl: Define FLAGS.
2211 * Makefile.in: Regenerate.
2212
2213 2017-06-14 Ian Lance Taylor <iant@golang.org>
2214
2215 * Makefile.def: Add check-gotools to go check targets.
2216 * Makefile.in: Rebuild.
2217
2218 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2219
2220 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2221
2222 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2223
2224 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2225 * configure: Regenerate.
2226
2227 2017-05-31 Martin Liska <mliska@suse.cz>
2228
2229 * configure.ac: Add handling of stage2_werror_flags to
2230 action-if-given and to action-if-not-given.
2231 * configure: Regenerate.
2232
2233 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2234
2235 * MAINTAINERS: Add self to Write After Approval
2236
2237 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2238
2239 * MAINTAINERS: Update my email address, and remove myself as
2240 maintainer in some areas.
2241
2242 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2243
2244 * MAINTAINERS: Add self to Write After Approval
2245
2246 2017-05-25 Nathan Sidwell <nathan@acm.org>
2247
2248 * configure.ac: Add --enable-languages=default to mean default and
2249 make --enable-languages=all mean all supported languages.
2250 * configure: Regenerated.
2251
2252 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2253
2254 * config.gcc (powerpc*-*-*spe*): New.
2255 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2256 (powerpc-*-rtems*spe*): New.
2257 (powerpc*-*-linux*spe*): New.
2258 (powerpc-wrs-vxworksspe): New.
2259 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2260 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2261 * config.host (powerpc*-*-*spe*): New.
2262
2263 2017-05-19 Martin Liska <mliska@suse.cz>
2264
2265 * configure.ac: Add --enable-werror-always just for
2266 bootstrap-debug (or none build config) and do not add it
2267 when we are on a release branch.
2268 * configure: Regenerated.
2269
2270 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2271
2272 * MAINTAINERS: Add self to Write After Approval
2273
2274 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2275
2276 * MAINTAINERS: Move myself to Write After Approval section.
2277
2278 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2279
2280 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2281 ACCH registers.
2282 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2283 available.
2284 (umulsidi3): Likewise.
2285 (mulsidi3_700): Disable this pattern when we have advanced mpy
2286 instructions.
2287 (umulsidi3_700): Likewise.
2288 (maddsidi4): New pattern.
2289 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2290 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2291 (mpydu_imm_arcv2hs): Likewise.
2292 * config/arc/predicates.md (accl_operand): New predicate.
2293
2294 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2295 Andrew Burgess <andrew.burgess@embecosm.com>
2296
2297 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2298 case.
2299 (ARC_AUTOFP_IRQ_P): Likewise.
2300 (ARC_AUTO_IRQ_P): Likewise.
2301 (rgf_banked_register_count): New variable.
2302 (parse_mrgf_banked_regs_option): New function.
2303 (arc_override_options): Handle rgf_banked_regs option.
2304 (arc_handle_interrupt_attribute): Add firq option.
2305 (arc_compute_function_type): Return fast irq type when required.
2306 (arc_must_save_register): Handle fast interrupts.
2307 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2308 (arc_return_address_regs): Update.
2309 * config/arc/arc.h (arc_return_address_regs): Update.
2310 (arc_function_type): Add fast interrupt type.
2311 (ARC_INTERRUPT_P): Update.
2312 (RC_FAST_INTERRUPT_P): Define.
2313 * config/arc/arc.md (simple_return): Update for fast interrupts.
2314 (p_return_i): Likewise.
2315 * config/arc/arc.opt (mrgf-banked-regs): New option.
2316 * doc/invoke.texi (mrgf-banked-regs): Document.
2317
2318 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2319
2320 * config/arc/arc.c (irq_ctrl_saved): New variable.
2321 (ARC_AUTOBLINK_IRQ_P): Define.
2322 (ARC_AUTOFP_IRQ_P): Likewise.
2323 (ARC_AUTO_IRQ_P): Likewise.
2324 (irq_range): New function.
2325 (arc_must_save_register): Likewise.
2326 (arc_must_save_return_addr): Likewise.
2327 (arc_dwarf_emit_irq_save_regs): Likewise.
2328 (arc_override_options): Handle deferred options.
2329 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2330 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2331 arc_must_save_return_addr.
2332 (arc_compute_frame_size): Handle automated save and restore of
2333 registers.
2334 (arc_expand_prologue): Likewise.
2335 (arc_expand_epilogue): Likewise.
2336 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2337 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2338 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2339
2340 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2341 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2342
2343 PR bootstrap/77661
2344 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2345 in-tree build MPC.
2346 * Makefile.in: Regenerate.
2347
2348 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2349
2350 * configure.ac: Enable LTO by default on darwin >= 9.
2351 * configure: Regenerate.
2352
2353 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2354
2355 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2356 and Andrew Waterman as the RISC-V maintainers.
2357
2358 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2359
2360 * MAINTAINERS: Add self to Write After Approval
2361
2362 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2363
2364 * config.guess: Import latest from upstream.
2365
2366 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2367
2368 * MAINTAINERS (Write After Approval): Remove entries that are
2369 already covered under Reviewers.
2370
2371 2017-03-08 Mark Wielaard <mark@klomp.org>
2372
2373 PR demangler/70909
2374 PR demangler/67264
2375 * include/demangle.h: Add d_printing to struct demangle_component
2376 and pass struct demangle_component as non const.
2377
2378 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2379
2380 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2381
2382 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2383
2384 * Makefile.tpl: Remove HOST_ISLVER.
2385 (HOST_EXPORTS): Remove ISLVER.
2386 * Makefile.in: Regenerate.
2387
2388 2017-02-13 Richard Biener <rguenther@suse.de>
2389
2390 * configure: Re-generate.
2391
2392 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2393
2394 * MAINTAINERS: Adjust bug reporting URL.
2395
2396 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2397
2398 * MAINTAINERS (Write After Approval): Remove redundant entry
2399 for Andrew Burgess.
2400
2401 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
2402
2403 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2404 32-bit hppa*-*-hpux*.
2405 * configure: Regenerate.
2406
2407 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2408
2409 * configure.ac: Moved the white list of enabling BRIG FE to
2410 libhsail-rt/configure.tgt.
2411 * configure: Regenerated.
2412 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2413
2414 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2415 Martin Jambor <mjambor@suse.cz>
2416
2417 * Makefile.def (target_modules): Added libhsail-rt.
2418 (languages): Added language brig.
2419 * Makefile.in: Regenerated.
2420 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2421 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2422 * configure: Regenerated.
2423
2424 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2425
2426 PR other/79046
2427 * configure: Regenerated.
2428
2429 2017-01-04 Alan Modra <amodra@gmail.com>
2430
2431 * configure: Regenerate.
2432
2433 2016-12-29 Ben Elliston <bje@gnu.org>
2434
2435 * config.sub: Import latest version.
2436
2437 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2438
2439 * MAINTAINERS (Write After Approval): Add myself.
2440
2441 2016-12-21 Jakub Jelinek <jakub@redhat.com>
2442
2443 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2444 includes bootstrap-mpx.
2445 * configure: Regenerated.
2446
2447 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2448
2449 * MAINTAINERS (Write After Approval): Add myself.
2450
2451 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2452
2453 * configure: Regenerate.
2454
2455 2016-12-01 Matthias Klose <doko@ubuntu.com>
2456
2457 * configure.ac: Don't use pkg-config to check for bdw-gc.
2458 * configure: Regenerate.
2459
2460 2016-11-30 Matthias Klose <doko@ubuntu.com>
2461
2462 * Makefile.def: Remove reference to boehm-gc target module.
2463 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2464 options and for the bdw-gc pkg-config module.
2465 * configure: Regenerate.
2466 * Makefile.in: Regenerate.
2467
2468 2016-11-28 Nathan Sidwell <nathan@acm.org>
2469
2470 * MAINTAINERS (nvptx): Remove self.
2471
2472 2016-11-25 Ben Elliston <bje@gnu.org>
2473
2474 * config.guess: Import latest version.
2475 * config.sub: Likewise.
2476
2477 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2478
2479 * MAINTAINERS (Write After Approval): Add myself.
2480
2481 2016-11-15 Matthias Klose <doko@ubuntu.com>
2482
2483 * Makefile.def: Remove references to GCJ.
2484 * Makefile.tpl: Likewise.
2485 * Makefile.in: Regenerate.
2486
2487 2016-11-15 Matthias Klose <doko@ubuntu.com>
2488
2489 * config-ml.in: Remove references to GCJ.
2490 * configure.ac: Likewise.
2491 * configure: Regenerate.
2492
2493 2016-11-01 Josh Conner <joshconner@google.com>
2494
2495 * MAINTAINERS (Write After Approval): Update email address,
2496
2497 2016-10-27 Carl Love <cel@us.ibm.com>
2498
2499 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2500 Approval list to make it alphabetical.
2501
2502 2016-10-27 Carl Love <cel@us.ibm.com>
2503
2504 * MAINTAINERS (Write After Approval): Add myself.
2505
2506 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2507
2508 * MAINTAINERS (Reviewers): Add myself.
2509 (Write After Approval): Add myself.
2510
2511 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2512 Ulrich Weigand <uweigand@de.ibm.com>
2513
2514 * MAINTAINERS: Update email address.
2515
2516 2016-10-10 Nathan Sidwell <nathan@acm.org>
2517
2518 * MAINTAINERS: Update email address.
2519
2520 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2521
2522 * configure.ac: Add aarch64-*-freebsd*.
2523 * configure: Regenerate.
2524
2525 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2526
2527 * MAINTAINERS: Update email address after it got reverted.
2528
2529 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2530
2531 * configure.ac (target_libraries): Readd target-boehm-gc.
2532 Restore --enable-objc-gc handling.
2533 * configure: Regenerate.
2534
2535 2015-10-03 Jeff Law <law@redhat.com>
2536
2537 * MAINTAINERS: Move several inactive maintainers to the
2538 write-after-approval section.
2539
2540 2016-09-30 Jakub Jelinek <jakub@redhat.com>
2541
2542 * configure.ac: Add target-libffi to target_libraries.
2543 Readd libgcj target disablings, modified to only target-libffi.
2544 Readd target addition of go to unsupported languages.
2545 * configure: Regenerated.
2546
2547 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2548
2549 * MAINTAINERS: Update email address.
2550
2551 2016-09-30 Andrew Haley <aph@redhat.com>
2552
2553 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2554 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2555 libgcj.
2556
2557 2016-09-30 Andrew Haley <aph@redhat.com>
2558
2559 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2560 write-after approval after GCJ deletion.
2561
2562 2016-09-30 Andrew Haley <aph@redhat.com>
2563
2564 * Makefile.def: Remove libjava.
2565 * Makefile.tpl: Likewise.
2566 * Makefile.in: Regenerate.
2567 * configure.ac: Likewise.
2568 * configure: Likewise.
2569 * gcc/java: Remove.
2570 * libjava: Likewise.
2571
2572 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2573
2574 * MAINTAINERS (Reviewers): Add myself.
2575
2576 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2577
2578 * configure.ac: Disable "sim" directory for arc*-*-*.
2579 * configure: Regenerated.
2580
2581 2016-09-23 Tamar Christina <tamar.christina@arm.com>
2582
2583 * MAINTAINERS (Write After Approval): Add myself.
2584
2585 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2586
2587 * configure.ac: Check for the minimum in-tree MPFR version
2588 handled.
2589 * configure: Regenerate.
2590
2591 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2592
2593 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2594 * configure: Regenerated.
2595
2596 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
2597
2598 * MAINTAINERS (Write After Approval): Add myself.
2599
2600 2016-06-23 Andi Kleen <ak@linux.intel.com>
2601
2602 * Makefile.def: Add autoprofiledbootstrap.
2603 * Makefile.tpl: Dito.
2604 * Makefile.in: Regenerate.
2605
2606 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2607
2608 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2609 * configure: Regenerate.
2610
2611 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2612
2613 * configure: Regenerate.
2614 * configure.ac: Remove support for avr-rtems.
2615
2616 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2617
2618 * MAINTAINERS (Write After Approval): Add myself.
2619
2620 2016-06-16 Michael Collison <michael.collison@arm.com>
2621
2622 * MAINTAINERS (Write After Approval): Add myself.
2623
2624 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2625
2626 * MAINTAINERS (Write After Approval): Update e-mail address.
2627
2628 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2629
2630 * MAINTAINERS (Write After Approval): Add myself.
2631
2632 2016-05-28 Alan Modra <amodra@gmail.com>
2633
2634 * Makefile.tpl (configure): Depend on m4 files included.
2635 * Makefile.in: Regenerate.
2636
2637 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2638
2639 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2640 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2641
2642 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2643
2644 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2645 special case builtin.
2646 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2647 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2648 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2649 for __builtin_vec_addec.
2650
2651 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2652
2653 * config.guess: Import version 2016-04-02 (newest).
2654 * config.sub: Import version 2016-05-10 (newest).
2655
2656 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
2657
2658 * configure.ac: Add ARC support to libgloss.
2659 * configure: Regenerate
2660
2661 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2662
2663 * MAINTAINERS (Write After Approval): Add myself.
2664
2665 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2666
2667 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2668 * configure: Regenerated.
2669 * Makefile.def (gmp): Explicitly disable assembler.
2670 (mpfr): Adjust lib_path.
2671 (mpc): Likewise.
2672 * Makefile.in: Regenerated.
2673
2674 2016-05-01 Jakub Jelinek <jakub@redhat.com>
2675
2676 PR bootstrap/70704
2677 * configure.ac (--enable-stage1-checking): Add missing
2678 --enable-checking=.
2679 * configure: Regenerated.
2680
2681 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2682
2683 * config.guess: Revert r235676.
2684 * config.sub: Revert r235676.
2685
2686 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2687
2688 * config.guess: Remove SH5 support.
2689 * config.sub: Likewise.
2690 * configure: Likewise.
2691 * configure.ac: Likewise.
2692
2693 2016-04-26 Jakub Jelinek <jakub@redhat.com>
2694
2695 PR bootstrap/70704
2696 * configure.ac (--enable-stage1-checking): For --disable-checking or
2697 implicit --enable-checking, make sure extra flag matches in between
2698 stage1 and later checking.
2699 * configure: Regenerated.
2700
2701 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2702
2703 * .gitattributes: New file.
2704
2705 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2706
2707 * MAINTAINERS (rs6000/powerpc port): Add myself.
2708
2709 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2710
2711 PR bootstrap/70173
2712 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2713 and gotools directories. Delete the stage_final file.
2714 * Makefile.in: Regenerate.
2715
2716 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2717
2718 * MAINTAINERS (Write After Approval): Add myself.
2719
2720 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2721
2722 * MAINTAINERS (Fortran maintainer): Remove myself.
2723
2724 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2725
2726 * MAINTAINERS (Write After Approval): Add myself.
2727
2728 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2729
2730 * MAINTAINERS (Write After Approval): Add myself.
2731
2732 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2733
2734 Sync with binutils-gdb:
2735
2736 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2737
2738 * configure.ac: Add mips and s390 to the gold target check.
2739 * configure: Regenerate.
2740
2741 2016-03-01 DJ Delorie <dj@redhat.com>
2742
2743 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2744
2745 2016-02-22 David Malcolm <dmalcolm@redhat.com>
2746
2747 * MAINTAINERS (libcpp): Add myself.
2748 (diagnostic messages): Likewise.
2749
2750 2016-02-20 Tom de Vries <tom@codesourcery.com>
2751
2752 * MAINTAINERS: Fix whitespace.
2753
2754 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2755
2756 * MAINTAINERS (Write After Approval): Add myself.
2757
2758 2016-01-29 Sebastian Pop <s.pop@samsung.com>
2759
2760 * config/isl.m4: Add comments about isl-0.16.
2761 * configure: Regenerate.
2762
2763 2016-01-29 Martin Jambor <mjambor@suse.cz>
2764
2765 * MAINTAINERS (hsa maintainers): Add myself.
2766
2767 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2768
2769 * MAINTAINERS: (Write After Approval): Add myself.
2770
2771 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2772 Sebastian Pop <s.pop@samsung.com>
2773
2774 * Makefile.in: Regenerate.
2775 * Makefile.tpl: Export ISLVER.
2776 * configure: Regenerate.
2777 * config/isl.m4: Detect isl-0.15.
2778
2779 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2780
2781 PR bootstrap/69329
2782 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2783 * Makefile.in: Regenerate.
2784
2785 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2786
2787 * configure.ac: Enable LTO for DJGPP
2788 * configure: Regenerate
2789
2790 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2791
2792 Sync with binutils-gdb:
2793 2015-10-21 Nick Clifton <nickc@redhat.com>
2794
2795 PR gas/19109
2796 * configure.ac: Note the 'none' is an acceptable argument to
2797 --enable-compressed-debug-sections.
2798 * configure: Regenerate.
2799
2800 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2801
2802 PR bootstrap/69134
2803 * Makefile.def (mpfr): Disable assembler.
2804 * Makefile.in: Regenerate.
2805
2806 2016-01-01 Ben Elliston <bje@gnu.org>
2807
2808 * config.guess: Import version 2016-01-01.
2809 * config.sub: Likewise.
2810
2811 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2812
2813 * MAINTAINERS (Write After Approval): Add myself.
2814
2815 2015-12-17 Sebastian Pop <s.pop@samsung.com>
2816
2817 * Makefile.in: Replace ISL with isl.
2818 * Makefile.tpl: Same.
2819 * config/isl.m4: Same.
2820 * configure.ac: Same.
2821 * contrib/download_prerequisites: Same.
2822 * configure: Regenerate.
2823
2824 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2825
2826 * MAINTAINERS (Write After Approval): Add Myself.
2827
2828 2015-12-17 Nathan Sidwell <nathan@acm.org>
2829
2830 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2831 * configure: Regenerate.
2832
2833 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2834 Sebastian Pop <s.pop@samsung.com>
2835
2836 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2837 isl_ctx_get_max_operations.
2838 * configure: Regenerate.
2839
2840 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
2841
2842 * MAINTAINERS (Write After Approval): Add myself.
2843
2844 2015-12-02 Ian Lance Taylor <iant@google.com>
2845
2846 PR go/66147
2847 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2848 * Makefile.in: Regenerate.
2849
2850 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2851
2852 PR libffi/65726
2853 * Makefile.def (lang_env_dependencies): Make libffi depend
2854 on cxx.
2855 * Makefile.in: Regenerate.
2856
2857 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
2858
2859 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2860 symbols.
2861
2862 2015-11-20 Tristan Gingold <gingold@adacore.com>
2863
2864 Sync with binutils-gdb:
2865 2015-11-20 Tristan Gingold <gingold@adacore.com>
2866
2867 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2868 * configure: Regenerate.
2869
2870 2015-11-19 Martin Liska <mliska@suse.cz>
2871
2872 * .gitignore: Add .clang-format to ignored files.
2873 * Makefile.in: Add clang-format.
2874 * Makefile.tpl: Likewise.
2875
2876 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2877
2878 * configure.ac: Enable libmpx by default.
2879 * configure: Regenerated.
2880
2881 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
2882
2883 * MAINTAINERS: Update email address.
2884
2885 2015-10-23 Paulo Matos <pmatos@linki.tools>
2886
2887 * MAINTAINERS: Update email address.
2888
2889 2015-10-23 Alan Hayward <alan.hayward@arm.com>
2890
2891 * MAINTAINERS (Write After Approval): Add myself.
2892
2893 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2894
2895 Sync with binutils-gdb:
2896 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2897
2898 PR gas/19109
2899 * configure.ac: Add
2900 --enable-compressed-debug-sections={all,gas,gold,ld}.
2901 * configure: Regenerated.
2902
2903 2015-10-16 Arnaud Charlet <charlet@adacore.com>
2904
2905 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2906
2907 2015-10-09 Martin Liska <mliska@suse.cz>
2908
2909 * MAINTAINERS (Write After Approval): Add myself.
2910
2911 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2912
2913 * MAINTAINERS (Write After Approval): Add myself.
2914
2915 2015-10-02 Florian Weimer <fweimer@redhat.com>
2916
2917 * MAINTAINERS: Update email address.
2918
2919 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
2920
2921 * MAINTAINERS (Write After Approval): Add myself.
2922
2923 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
2924
2925 * MAINTAINERS: Update email.
2926
2927 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2928
2929 * MAINTAINERS: Update my email address.
2930
2931 2015-09-01 James Bowman <james.bowman@ftdichip.com>
2932
2933 * MAINTAINERS (ft32 port): Add myself.
2934
2935 2015-08-28 David Sherwood <david.sherwood@arm.com>
2936
2937 * MAINTAINERS: Add myself.
2938
2939 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2940
2941 * MAINTAINERS (Write After Approval): Add myself.
2942
2943 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2944
2945 PR libfortran/54572
2946 * Makefile.def: Make libgfortran depend on libbacktrace.
2947 * Makefile.in: Regenerate.
2948
2949 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
2950
2951 * MAINTAINERS (Write After Approval): Add myself.
2952
2953 2015-08-12 Tom de Vries <tom@codesourcery.com>
2954
2955 PR other/67092
2956 * configure.ac: Remove --with_host_libstdcxx support.
2957 * configure: Regenerate.
2958
2959 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
2960 Jakub Jelinek <jakub@redhat.com>
2961
2962 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
2963 nvptx*-*-*.
2964 * configure: Regenerate.
2965
2966 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
2967
2968 * Makefile.def (libiconv): Define bootstrap=true.
2969 Mark pdf/html/info as missing.
2970 (configure-gcc): Depend on all-libiconv.
2971 (all-gcc): Ditto.
2972 (configure-libcpp): Ditto.
2973 (all-libcpp): Ditto.
2974 (configure-intl): Ditto.
2975 (all-intl): Ditto.
2976 * Makefile.in: Regenerate.
2977
2978 2015-08-03 Bin Cheng <bin.cheng@arm.com>
2979
2980 * MAINTAINERS (loop ivopts): Add the entry and myself.
2981
2982 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
2983
2984 * MAINTAINERS (nvptx): Add self.
2985
2986 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
2987
2988 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
2989 128-bit vector modes.
2990
2991 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
2992
2993 * MAINTAINERS (Write After Approval): Add myself.
2994
2995 2015-07-28 Ben Elliston <bje@gnu.org>
2996
2997 * config.sub, config.guess: Import from upstream.
2998
2999 2015-07-24 Michael Darling <darlingm@gmail.com>
3000
3001 PR other/66259
3002 * config-ml.in: Reflects renaming of configure.in to configure.ac
3003 * configure: Likewise
3004 * configure.ac: Likewise
3005
3006 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3007
3008 * MAINTAINERS: Update my email address.
3009
3010 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3011
3012 Sync with binutils-gdb:
3013 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3014
3015 * configure.ac (target_configdirs): Exclude target-zlib if
3016 target-libjava isn't built.
3017 * configure: Regenerated.
3018
3019 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3020
3021 Sync with binutils-gdb:
3022 2015-05-13 John David Anglin <dave.anglin@bell.net>
3023
3024 * configure.ac: Disable configuration of GDB for HPUX targets.
3025 * configure: Regenerate.
3026
3027 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3028
3029 * configure.ac: Add --with-system-zlib.
3030 * configure: Regenerated.
3031
3032 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3033
3034 * configure.ac: Add FT32 support.
3035 * configure: Regenerate.
3036
3037 2015-01-12 Anthony Green <green@moxielogic.com>
3038
3039 * configure.ac: Don't disable gprof for moxie.
3040 * configure: Rebuild.
3041
3042 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3043
3044 Sync with binutils-gdb:
3045 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3046
3047 PR ld/18355
3048 * Makefile.def: Add extra_configure_flags to host zlib.
3049 * configure.ac (extra_host_zlib_configure_flags): New. Set
3050 to --enable-host-shared When bfd is to be built as shared
3051 library. AC_SUBST.
3052 * Makefile.in: Regenerated.
3053
3054 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3055
3056 Sync with src:
3057 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3058 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3059 * Makefile.in: Regenerated.
3060
3061 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3062
3063 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3064 target.
3065 * configure: Regenerate.
3066
3067 2015-06-23 Ludovic Courtès <ludo@gnu.org>
3068
3069 * MAINTAINERS (Write After Approval): Add myself.
3070
3071 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3072
3073 * MAINTAINERS (OS Port Maintainers): Add myself.
3074 (Various Maintainers): Remove myself from libffi testsuite.
3075
3076 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3077
3078 * MAINTAINERS (gen* on machine desc): Add self.
3079
3080 2015-06-02 Jason Merrill <jason@redhat.com>
3081
3082 PR bootstrap/66319
3083 * configure.ac: Use -std=gnu++98.
3084
3085 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3086
3087 * MAINTAINERS (Write After Approval): Add myself.
3088
3089 2015-05-28 Mike Frysinger <vapier@gentoo.org>
3090
3091 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3092 * configure: Regenerate.
3093
3094 2015-05-26 Jason Merrill <jason@redhat.com>
3095
3096 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3097 * configure: Regenerate.
3098
3099 2015-05-16 James Bowman <james.bowman@ftdichip.com>
3100
3101 * configure.ac: FT32 target added.
3102 * configure: Regenerated.
3103
3104 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3105
3106 * MAINTAINERS (Write After Approval): Add myself.
3107
3108 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3109
3110 * MAINTAINERS (Write After Approval): Add myself.
3111
3112 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3113
3114 * configure.ac: Fix typo.
3115 * configure: Regenerate.
3116
3117 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3118
3119 * MAINTAINERS (Write After Approval): Add myself.
3120
3121 2015-05-03 Matthias Klose <doko@ubuntu.com>
3122
3123 * configure.ac: Match $host configured with triplets.
3124 * configure: Regenerate.
3125
3126 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3127
3128 * Makefile.tpl: Remove surplus whitespace throughout.
3129 * Makefile.in: Regenerate.
3130
3131 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3132
3133 * MAINTAINERS (Various Maintainers): Add myself as instruction
3134 combiner maintainer.
3135
3136 2015-04-17 Jakub Jelinek <jakub@redhat.com>
3137
3138 PR bootstrap/62077
3139 * configure.ac (--enable-stage1-checking): Default to
3140 release,misc,gimple,rtlflag,tree,types if --disable-checking
3141 or --enable-checking is not specified and DEV-PHASE is not
3142 experimental.
3143 * configure: Regenerated.
3144
3145 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3146
3147 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3148 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3149 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3150 * Makefile.in: Regenerate.
3151
3152 2015-04-08 Cary Coutant <ccoutant@gmail.com>
3153
3154 * MAINTAINERS: Update my email address.
3155
3156 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3157
3158 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3159
3160 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3161
3162 * MAINTAINERS: Add myself as an arm port reviewer.
3163
3164 2015-03-25 Martin Liska <mliska@suse.cz>
3165 Yury Gribov <y.gribov@samsung.com>
3166
3167 * Makefile.in: Fix ln source location for vimrc file.
3168 * Makefile.tpl: Likewise.
3169
3170 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
3171
3172 PR bootstrap/25672
3173 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3174 cross-compiling. Similarly for CXX_FOR_TARGET.
3175 * configure: Regenerate.
3176
3177 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3178
3179 * Makefile.def: Add libmpx.
3180 * configure.ac: Add libmpx.
3181 * Makefile.in: Regenerate.
3182 * configure: Regenerate.
3183
3184 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3185
3186 * MAINTAINERS (CPU Port Maintainers): Add myself
3187 i386 vector ISA extns mantainer.
3188
3189 2015-03-13 Jeff Law <law@redhat.com>
3190
3191 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3192 maintainer.
3193 Remove Richard Henderson as a maintainer for the x86 port.
3194
3195 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
3196
3197 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3198
3199 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3200
3201 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3202 pointer bounds checker and i386 MPX maintainer.
3203
3204 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3205
3206 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3207
3208 2015-02-26 Martin Sebor <msebor@redhat.com>
3209
3210 * MAINTAINERS (Various Maintainers): Add self.
3211
3212 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3213
3214 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3215 Make sure it contains lto.
3216 * configure: Regenerate.
3217
3218 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3219
3220 * configure: Regenerate.
3221
3222 2015-02-06 Diego Novillo <dnovillo@google.com>
3223 1
3224 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3225 middle-end, docstring): Remove myself.
3226 (Write After Approval): Add myself.
3227
3228 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3229
3230 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3231 (Write After Approval): Update address.
3232
3233 2015-01-29 David Malcolm <dmalcolm@redhat.com>
3234
3235 PR jit/64780
3236 * configure.ac: Require the user to explicitly specify
3237 --enable-host-shared if the jit is enabled.
3238 * configure: Regenerate.
3239
3240 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3241
3242 * MAINTAINERS (Write After Approval): Add myself.
3243
3244 2015-01-25 Tom de Vries <tom@codesourcery.com>
3245
3246 * MAINTAINERS: Make whitespace consistent.
3247
3248 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
3249
3250 * MAINTAINERS (Write After Approval): Add myself.
3251
3252 2015-01-20 Andre Vehreschild <vehre@gmx.de>
3253
3254 * MAINTAINERS: (Write After Approval): Add myself.
3255
3256 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3257
3258 * MAINTAINERS: (Write After Approval): Add myself.
3259
3260 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3261
3262 * MAINTAINERS: (Write After Approval): Add myself.
3263
3264 2015-01-13 Iain Sandoe <iain@codesourcery.com>
3265
3266 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3267 objective-c/c++ front end maintainer.
3268
3269 2015-01-13 Marek Polacek <polacek@redhat.com>
3270
3271 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3272
3273 2015-01-12 Jeff Law <law@redhat.com>
3274
3275 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3276 a very long time.
3277
3278 2015-01-09 Ian Lance Taylor <iant@google.com>
3279
3280 * configure.ac (host_tools): Add gotools.
3281 * Makefile.def (host_modules): Add gotools.
3282 (dependencies): Add dependency of all-gotools on all-target-libgo.
3283
3284 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3285
3286 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3287 * configure: Regenerate.
3288
3289 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3290
3291 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3292 all-target-libgomp.
3293 * Makefile.in: Regenerate.
3294
3295 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3296
3297 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3298
3299 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3300
3301 * configure.ac: Add Visium support.
3302 * configure: Regenerate.
3303
3304 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3305
3306 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3307 * configure: Regenerate.
3308
3309 2015-01-03 Andrew Pinski <apinski@cavium.com>
3310
3311 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3312 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3313 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3314 (OBJCOPY_FOR_TARGET): New variable.
3315 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3316 * Makefile.in: Regenerate.
3317 * configure.ac: Check for already installed target objcopy.
3318 Also GCC_TARGET_TOOL on objcopy.
3319 * configure: Regenerate.
3320
3321 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3322
3323 * config.sub: Update from upstream, to 2015-01-01 version.
3324 * config.guess: Ditto.
3325
3326 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3327
3328 * MAINTAINERS (RTEMS Ports): Add myself.
3329
3330 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3331
3332 * MAINTAINERS (Write After Approval): Add myself.
3333
3334 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3335
3336 * MAINTAINERS (Write After Approval): Add myself.
3337
3338 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3339
3340 * configure.ac (--enable-as-accelerator-for): Don't set
3341 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3342 * configure: Regenerate.
3343
3344 2014-12-13 Jakub Jelinek <jakub@redhat.com>
3345
3346 PR bootstrap/64023
3347 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3348 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3349 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3350 to CXX.
3351 * Makefile.in: Regenerated.
3352
3353 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3354 Yury Gribov <y.gribov@samsung.com>
3355
3356 * .gitignore: Added .local.vimrc and .lvimrc.
3357 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3358 * Makefile.in: Regenerate.
3359
3360 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3361
3362 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3363 * configure: Regenerated.
3364
3365 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3366
3367 * MAINTAINERS (nvptx port): New entry.
3368
3369 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3370
3371 * configure: Regenerate.
3372
3373 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3374
3375 * configure.ac: Merge with Binutils.
3376
3377 2014-11-26 Tobias Burnus <burnus@net-b.de>
3378
3379 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3380 * Makefile.in: Regenerate.
3381
3382 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3383
3384 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3385 missing flex.
3386 * Makefile.in: Regenerated.
3387
3388 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3389
3390 * Makefile.in: Regenerate.
3391
3392 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3393
3394 PR bootstrap/63784
3395 * libtool.m4: Add $pic_flag with -shared.
3396
3397 2014-11-21 Renlin Li <Renlin.Li@arm.com>
3398
3399 * MAINTAINERS (Write After Approval): Added myself.
3400
3401 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3402
3403 * MAINTAINERS (write-after-approval): Add myself.
3404
3405 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3406
3407 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3408 from 2 years ago.
3409
3410 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3411
3412 Revert:
3413 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3414
3415 * MAINTAINERS (Write After Approval): Added myself as line map
3416 maintainer.
3417
3418 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3419
3420 Revert:
3421 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3422
3423 * MAINTAINERS (Write After Approval): Added myself.
3424
3425 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3426
3427 * MAINTAINERS (Write After Approval): Added myself.
3428
3429 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3430
3431 * MAINTAINERS (Write After Approval): Added myself as line map
3432 maintainer.
3433
3434 2014-11-17 Dodji Seketeli <dodji@redhat.com>
3435
3436 * MAINTAINERS (Various Maintainers): Added myself as line map
3437 maintainer.
3438
3439 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3440
3441 * move-if-change: Sync from upstream gnulib.
3442
3443 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3444
3445 * compile: Sync with upstream Automake.
3446 * depcomp: Ditto.
3447 * install-sh: Ditto.
3448 * missing: Ditto.
3449 * mkinstalldirs: Ditto.
3450 * ylwrap: Ditto.
3451
3452 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3453
3454 * config.sub: Update from upstream config repo.
3455 * config.guess: Ditto.
3456
3457 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3458
3459 * Makefile.def: Add liboffloadmic to target_modules. Make
3460 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3461 * Makefile.in: Regenerate.
3462 * configure: Regenerate.
3463 * configure.ac: Add liboffloadmic to target binaries.
3464 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3465 Add liboffloadmic to noconfig list when C++ is not supported.
3466
3467 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3468 Thomas Schwinge <thomas@codesourcery.com>
3469 Ilya Verbin <ilya.verbin@intel.com>
3470 Andrey Turetskiy <andrey.turetskiy@intel.com>
3471
3472 * configure: Regenerate.
3473 * configure.ac (--enable-as-accelerator-for)
3474 (--enable-offload-targets): New configure options.
3475
3476 2014-11-11 Tobias Burnus <burnus@net-b.de>
3477
3478 * Makefile.def: Make all-gcc depend on all-isl.
3479 * Makefile.in: Regenerate.
3480
3481 2014-11-11 David Malcolm <dmalcolm@redhat.com>
3482
3483 * ChangeLog.jit: New.
3484 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3485
3486 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3487
3488 PR target/63610
3489 * libtool.m4: Fix globbing of darwin versions.
3490 * configure: Regenerate.
3491
3492 2014-11-11 Tobias Burnus <burnus@net-b.de>
3493
3494 * Makefile.def: Remove CLooG.
3495 * Makefile.tpl: Ditto.
3496 * configure.ac: Ditto.
3497 * configure: Regenerate.
3498 * Makefile.in: Ditto.
3499
3500 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3501
3502 * configure.ac: Handle nvptx-*-*.
3503 * configure: Regenerate.
3504
3505 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3506
3507 * MAINTAINERS (Write After Approval): Add myself.
3508
3509 2014-10-31 Jakub Jelinek <jakub@redhat.com>
3510
3511 * Makefile.def (libcc1): Remove bootstrap=true;.
3512 * Makefile.in: Regenerated.
3513
3514 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3515
3516 * configure.ac: Update comment.
3517 * configure: Regenerate.
3518
3519 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3520
3521 * MAINTAINERS (Write After Approval): Add myself.
3522
3523 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3524
3525 * configure.ac (extra_host_libiberty_configure_flags): Add
3526 --enable-shared also for libcc1's benefit.
3527 * configure: Regenerate.
3528
3529 2014-10-29 Tristan Gingold <gingold@adacore.com>
3530
3531 * MAINTAINERS: Change my email address.
3532
3533 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3534 Tom Tromey <tromey@redhat.com>
3535
3536 * Makefile.def: Add libcc1 to host_modules.
3537 * configure.ac (host_tools): Add libcc1.
3538 * Makefile.in, configure: Rebuild.
3539
3540 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
3541
3542 * configure.ac (build_configargs): Don't share config.cache between
3543 build subdirs.
3544 * configure: Regenerate.
3545
3546 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3547
3548 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3549 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3550 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3551 leon3v7 as leon3.
3552 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3553 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3554 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3555 * config/sparc/sparc.md (cpu): Add leon3v7.
3556 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3557
3558 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3559
3560 * MAINTAINERS (write-after-approval): Add myself.
3561
3562 2014-10-23 Ian Lance Taylor <iant@google.com>
3563
3564 * configure.ac: Disable the Go frontend on systems where it is known
3565 to not work.
3566 * configure: Regenerate.
3567
3568 2014-10-23 Richard Biener <rguenther@suse.de>
3569
3570 * Makefile.def: Add libcpp build module and dependencies.
3571 * configure.ac: Add libcpp build module.
3572 * Makefile.in: Regenerate.
3573 * configure: Likewise.
3574
3575 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3576
3577 * MAINTAINERS (write-after-approval): Add myself.
3578
3579 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3580
3581 * INSTALL/README: Do not mention CVS.
3582
3583 2014-10-03 Jing Yu <jingyu@google.com>
3584
3585 * configure.ac: Add aarch64 to list of targets that support gold.
3586 * configure: Regenerate.
3587
3588 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
3589
3590 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3591
3592 2014-09-29 Catherine Moore <clm@codesourcery.com>
3593
3594 * MAINTAINERS: Add myself as MIPS maintainer.
3595
3596 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3597
3598 * MAINTAINERS: Move myself to MIPS maintainers.
3599
3600 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3601
3602 * MAINTAINERS: Put all email addresses between '<' and '>'.
3603
3604 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3605
3606 * MAINTAINERS: Move myself to reviewers (Fortran).
3607
3608 2014-09-01 Andi Kleen <ak@linux.intel.com>
3609
3610 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3611 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3612 * Makefile.in: Regenerate.
3613
3614 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3615
3616 * rtx-classes-status.txt: Delete
3617
3618 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3619
3620 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3621
3622 2014-08-27 Sebastian Pop <s.pop@samsung.com>
3623
3624 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3625 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3626 of checking for version number.
3627 * configure: Regenerated.
3628 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3629
3630 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3631
3632 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3633 is done; begin phase 6 (use extra rtx_def subclasses).
3634
3635 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3636
3637 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3638 done; begin phase 5 (additional rtx_def subclasses).
3639
3640 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3641
3642 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3643
3644 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3645
3646 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3647 SET_BB_HEADER are done.
3648
3649 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3650
3651 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3652 done.
3653
3654 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3655
3656 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3657
3658 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3659
3660 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3661
3662 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3663
3664 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3665
3666 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3667
3668 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3669
3670 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3671
3672 * rtx-classes-status.txt: Phase 3 (per-file commits within
3673 "config" subdirs) is done; begin phase 4 (removal of
3674 "scaffolding").
3675
3676 2014-08-23 David Malcolm <dmalcolm@redhat.com>
3677
3678 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3679 dir) is done; begin phase 3 (per-file commits within "config"
3680 subdirs).
3681
3682 2014-08-21 David Malcolm <dmalcolm@redhat.com>
3683
3684 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3685 phase 2 (per-file commits in main source dir).
3686
3687 2014-08-21 Bin Cheng <bin.cheng@arm.com>
3688
3689 * configure: Regenerated.
3690
3691 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3692
3693 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3694
3695 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3696
3697 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3698
3699 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3700
3701 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3702
3703 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3704
3705 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3706
3707 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3708
3709 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3710
3711 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3712
3713 * MAINTAINERS (Write After Approval): Add myself.
3714
3715 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3716
3717 * MAINTAINERS: Remove myself
3718
3719 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3720
3721 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3722
3723 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3724
3725 * MAINTAINERS (Write After Approval): Add myself.
3726
3727 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3728
3729 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3730 SET_BB_HEADER, SET_BB_FOOTER
3731
3732 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3733
3734 * rtx-classes-status.txt: New file
3735
3736 2014-08-18 Roman Gareev <gareevroman@gmail.com>
3737
3738 * configure.ac: Eliminate ClooG installation dependency.
3739 * configure: Regenerate.
3740 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3741 * Makefile.in: Regenerate.
3742
3743 2014-08-15 Ilya Verbin <iverbin@gmail.com>
3744
3745 * MAINTAINERS (Write After Approval): Add myself.
3746
3747 2014-08-15 Ilya Tocar <tocarip@gmail.com>
3748
3749 * MAINTAINERS (Write After Approval): Add myself.
3750
3751 2014-08-01 Jiong Wang <jiong.wang@arm.com>
3752
3753 * MAINTAINERS (Write After Approval): Add myself.
3754
3755 2014-07-28 Anthony Green <green@moxielogic.com>
3756
3757 Import from savannah.gnu.org:
3758 * config.sub: Update to 2014-07-28 version.
3759
3760 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3761
3762 * MAINTAINERS: Remove my MIPS maintainer entry.
3763
3764 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
3765
3766 PR target/47230
3767 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3768 * configure: Regenerate.
3769
3770 2014-07-24 James Norris <jnorris@codesourcery.com>
3771
3772 * MAINTAINERS (Write After Approval): Add myself.
3773
3774 2014-07-20 Roman Gareev <gareevroman@gmail.com>
3775
3776 * configure.ac: Accept only CLooG 0.18.1.
3777 * configure: Regenerate.
3778
3779 2014-07-17 Roman Gareev <gareevroman@gmail.com>
3780
3781 * configure.ac: Don't accept isl 0.11.
3782 * configure: Regenerate.
3783
3784 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3785
3786 * MAINTAINERS (Write After Approval): Add myself.
3787
3788 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3789
3790 * configure.ac: Don't accept isl 0.10.
3791 * configure: Regenerate.
3792
3793 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
3794
3795 Fix include path for in-tree cloog.
3796 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3797 * configure: Regenerate.
3798
3799 2014-06-18 Richard Henderson <rth@redhat.com>
3800
3801 * .gitignore: Import gcc_update output.
3802
3803 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3804
3805 * config-ml.in: Robustify ac_configure_args parsing.
3806
3807 * configure.ac (--enable-linker-plugin-configure-flags)
3808 (--enable-linker-plugin-flags): New flags.
3809 (configdirs): Conditionally add libiberty-linker-plugin.
3810 * configure: Regenerate.
3811 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3812 (host_modules) <lto-plugin>: Pay attention to
3813 @extra_linker_plugin_flags@ and
3814 @extra_linker_plugin_configure_flags@.
3815 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3816 * Makefile.in: Regenerate.
3817
3818 * Makefile.tpl (configure-[+prefix+][+module+])
3819 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3820 "module_srcdir" instead of "module" for locating a module's srcdir.
3821 * Makefile.in: Regenerate.
3822
3823 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3824
3825 * MAINTAINERS (Write After Approval): Add myself.
3826
3827 2014-06-06 Sebastian Pop <sebpop@gmail.com>
3828
3829 * MAINTAINERS: Update my email address.
3830
3831 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3832
3833 * MAINTAINERS (Write After Approval): Add myself.
3834
3835 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3836
3837 * MAINTAINERS (Write After Approval): Add myself.
3838
3839 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
3840
3841 PR libstdc++/61011
3842 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3843 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3844 * configure: Regenerate.
3845
3846 2014-05-28 Pedro Alves <palves@redhat.com>
3847
3848 * MAINTAINERS (Write After Approval): Add myself.
3849
3850 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3851
3852 * MAINTAINERS: Update my affiliation/email.
3853
3854 2014-05-19 Mike Stump <mikestump@comcast.net>
3855
3856 * MAINTAINERS: Add wide-int reviewers.
3857
3858 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3859
3860 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3861 * configure: Regenerated.
3862
3863 2014-05-15 Torvald Riegel <triegel@redhat.com>
3864
3865 * MAINTAINERS (libitm): Add myself as maintainer.
3866
3867 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
3868
3869 * MAINTAINERS (Write After Approval): Add myself.
3870
3871 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3872
3873 * config.sub, config.guess: Import from upstream.
3874
3875 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3876
3877 * MAINTAINERS (Write After Approval): Put myself in correct order.
3878
3879 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3880
3881 * MAINTAINERS (Write After Approval): Add myself.
3882
3883 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3884
3885 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3886 section.
3887
3888 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3889
3890 * MAINTAINERS (Write After Approval): Delete myself.
3891
3892 2014-04-17 Jakub Jelinek <jakub@redhat.com>
3893
3894 PR sanitizer/56781
3895 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3896 and -B* options with -Xcompiler.
3897
3898 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3899
3900 PR bootstrap/60620
3901 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3902 * Makefile.in: Regenerate.
3903
3904 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3905
3906 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3907 for WINDRES_FOR_TARGET in default-manifest.o rule.
3908 * Makefile.in: Regenerate.
3909
3910 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3911
3912 * MAINTAINERS (Write After Approval): Add myself.
3913
3914 2014-03-26 Jakub Jelinek <jakub@redhat.com>
3915
3916 PR sanitizer/56781
3917 * Makefile.def: Set bootstrap=true; for host fixincludes.
3918 * configure.ac: Don't bootstrap host fixincludes unless
3919 --with-build-config=bootstrap-{a,ub}san.
3920 * Makefile.in: Regenerated.
3921 * configure: Regenerated.
3922
3923 2014-03-21 Jakub Jelinek <jakub@redhat.com>
3924
3925 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3926 --enable-vtable-verify option parsing. Don't add
3927 target-libsanitizer to bootstrap_target_libs unless
3928 --with-build-config=bootstrap-asan or
3929 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3930 to bootstrap_target_libs unless --enable-vtable-verify.
3931 * configure: Regenerated.
3932
3933 2014-03-10 Anatoly Sokolov <aesok@post.ru>
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
3937 2014-03-07 Denis Chertykov <chertykov@gmail.com>
3938
3939 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3940
3941 2014-03-07 Jakub Jelinek <jakub@redhat.com>
3942
3943 PR bootstrap/58572
3944 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3945 -I for libstdc++-v3 includes if $(LEAN).
3946 * Makefile.in: Regenerated.
3947
3948 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
3949
3950 * MAINTAINERS: Update my email address.
3951
3952 2014-02-24 Walter Lee <walt@tilera.com>
3953
3954 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
3955 (tilegx-*-*): Change to tilegx*-*-*.
3956 * configure: Regenerate.
3957
3958 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
3959
3960 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
3961
3962 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
3963
3964 * MAINTAINERS (Write After Approval): Add myself.
3965
3966 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3967
3968 PR target/59788
3969 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
3970 *solaris2*.
3971
3972 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
3973
3974 * MAINTAINERS: Update my email address.
3975
3976 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
3977
3978 * MAINTAINERS: Convert to UTF-8.
3979 Properly sort Xinliang David Li's entry.
3980
3981 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
3982 Sandra Loosemore <sandra@codesourcery.com>
3983
3984 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
3985 nios2 port maintainers.
3986
3987 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
3988
3989 * MAINTAINERS (Write After Approval): Add myself.
3990
3991 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3992
3993 * configure.ac: Add user-friendly check for native x86_64-linux
3994 multilibs.
3995 * configure: Regenerate.
3996
3997 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
3998
3999 * MAINTAINERS: Add myself as sh maintainer.
4000
4001 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4002
4003 * MAINTAINERS: Add self as SLSR maintainer.
4004
4005 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
4006
4007 * MAINTAINERS: Update my email address.
4008
4009 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
4010
4011 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4012
4013 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4014
4015 * Makefile.in: Regenerate.
4016
4017 * Makefile.tpl: Fix typo.
4018 * Makefile.in: Regenerate partially.
4019
4020 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4021
4022 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4023 supported.
4024 * configure: Regenerated.
4025
4026 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4027
4028 * MAINTAINERS (Write After Approval): Add myself.
4029
4030 2013-10-30 Jason Merrill <jason@redhat.com>
4031
4032 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4033 --disable-build-format-warnings.
4034
4035 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4036
4037 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
4038 depend on libstdc++ and libgcc.
4039 * configure: Regenerate.
4040 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4041 libcilkrts for POSIX and i*86, and x86_64 architectures.
4042 * Makefile.in: Added libcilkrts related fields to support building it.
4043
4044 2013-10-26 Jeff Law <law@redhat.com>
4045
4046 * Makefile.def (target_modules): Remove libmudflap
4047 (languages): Remove check-target-libmudflap).
4048 * Makefile.in: Rebuilt.
4049 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4050 * configure.ac (target_libraries): Remove target-libmudflap.
4051 Remove checks which disabled libmudflap on some systems.
4052 * configure: Rebuilt.
4053 * libmudflap: Directory removed.
4054
4055 2013-10-21 Cong Hou <congh@google.com>
4056
4057 * MAINTAINERS (Write After Approval): Add myself.
4058
4059 2013-10-16 Mike Stump <mikestump@comcast.net>
4060
4061 * .dir-locals.el: Add.
4062
4063 2013-10-15 David Malcolm <dmalcolm@redhat.com>
4064
4065 * configure.ac: Add --enable-host-shared
4066 * configure: Regenerate.
4067
4068 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4069
4070 Import from savannah.gnu.org:
4071 * config.guess: Update to 2013-06-10 version.
4072 * config.sub: Update to 2013-10-01 version.
4073
4074 2013-10-01 Simon Cook <simon.cook@embecosm.com>
4075
4076 Changes to build configuration to allow big endian ARC ELF toolchain
4077 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4078 * configure: Regenerate.
4079
4080 2013-09-20 Alan Modra <amodra@gmail.com>
4081
4082 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4083 ppc host match. Support little-endian powerpc linux hosts.
4084
4085 2013-09-19 Dodji Seketeli <dodji@redhat.com>
4086
4087 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4088 maintainer.
4089
4090 2013-09-12 DJ Delorie <dj@redhat.com>
4091
4092 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4093 maintainers.
4094
4095 2013-09-03 Richard Biener <rguenther@suse.de>
4096
4097 * configure.ac: Also allow ISL 0.12.
4098 * configure: Regenerated.
4099
4100 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4101
4102 * MAINTAINERS (Write After Approval): Add myself.
4103
4104 2013-08-27 David Malcolm <dmalcolm@redhat.com>
4105
4106 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4107
4108 2013-08-26 Caroline Tice <cmtice@google.com>
4109
4110 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4111 "Various Reviewers" to libvtv "Various Maintainers".
4112
4113 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4114
4115 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4116
4117 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4118
4119 * MAINTAINERS: Update name, email.
4120
4121 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
4122
4123 * MAINTAINERS (Write After Approval): Add myself.
4124
4125 2013-08-12 Caroline Tice <cmtice@google.com>
4126
4127 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4128 address in the Write After Approval section.
4129
4130 2013-08-09 Carlos O'Donell <carlos@redhat.com>
4131
4132 * MAINTAINERS (Write After Approval): Update email.
4133
4134 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4135
4136 * configure.ac: Adjust to check VTV_SUPPORTED.
4137 * configure: Regenerated.
4138
4139 2013-08-02 Caroline Tice <cmtice@google.com>
4140
4141 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4142 on non-linux systems; add target-libvtv to noconfigdirs; add
4143 libsupc++/.libs to C++ library search paths.
4144 * configure: Regenerated.
4145 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4146 libstdc++ and libgcc.
4147 * Makefile.in: Regenerated.
4148
4149 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
4150
4151 * MAINTAINERS (Write After Approval): Add myself.
4152
4153 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4154 Shiva Chen <shiva0217@gmail.com>
4155
4156 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4157 nds32 port maintainers.
4158
4159 2013-07-17 Tim Shen <timshen91@gmail.com>
4160
4161 * MAINTAINERS (Write After Approval): Add myself.
4162
4163 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4164
4165 * configure.ac: Sync from binutils.
4166 * configure: Regenerate.
4167
4168 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4169
4170 * MAINTAINERS (Write After Approval): Add myself.
4171
4172 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4173
4174 * MAINTAINERS (Write After Approval): Add myself.
4175
4176 2013-05-17 David Malcolm <dmalcolm@redhat.com>
4177
4178 * MAINTAINERS (Write After Approval): Add myself.
4179
4180 2013-04-30 Brooks Moses <bmoses@google.com>
4181
4182 * MAINTAINERS: Update my email; move myself from Fortran
4183 reviewer to Write After Approval.
4184
4185 2013-04-16 Andreas Schwab <schwab@suse.de>
4186
4187 * configure.ac (aarch64-*-*): Don't disable java.
4188 * configure: Regenerate.
4189
4190 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4191
4192 * MAINTAINERS (Write After Approval): Add myself.
4193
4194 2013-03-30 Matthias Klose <doko@ubuntu.com>
4195
4196 * Makefile.def (target_modules): Don't install libffi.
4197 * Makefile.in: Regenerate.
4198
4199 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4200
4201 * MAINTAINERS (Write After Approval): Add myself.
4202
4203 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4204
4205 * MAINTAINERS (Write After Approval): Add myself.
4206
4207 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4208
4209 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4210 * configure: Regenerated.
4211
4212 2013-02-05 Ian Lance Taylor <iant@google.com>
4213
4214 PR go/55969
4215 * configure.ac: Disable libgo on some systems where it does not
4216 work.
4217
4218 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
4219
4220 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4221 Remove Geoff Keating as rs6000 port maintainer, at his request.
4222
4223 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4224
4225 * MAINTAINERS: Update my email.
4226
4227 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
4228
4229 * configure: Re-generate.
4230
4231 2013-01-15 Richard Biener <rguenther@suse.de>
4232
4233 PR other/55973
4234 * configure: Re-generate.
4235
4236 2013-01-14 Matthias Klose <doko@ubuntu.com>
4237
4238 * Makefile.def (install-target-libsanitizer): Depend on
4239 install-target-libstdc++-v3.
4240 * Makefile.in: Regenerate.
4241
4242 2013-01-14 Richard Biener <rguenther@suse.de>
4243
4244 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4245 * configure: Re-generate
4246
4247 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4248
4249 * config.sub: Update from config repo.
4250
4251 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4252
4253 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4254 * Makefile.in: Regenerate.
4255
4256 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4257
4258 * MAINTAINERS (arc): Add new port maintainership for myself.
4259
4260 2013-01-09 Jason Merrill <jason@redhat.com>
4261
4262 * .gitignore: Import from gdb repository.
4263
4264 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4265
4266 * Makefile.def (configure-gcc): Depend on all-gmp.
4267 (all-gcc): Remove dependency on all-gmp.
4268 * Makefile.in: Regenerated.
4269
4270 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4271
4272 * config.sub: Merge from config repo.
4273 * config.guess: Ditto.
4274
4275 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4276
4277 * Makefile.def: Merge from binutils.
4278 * Makefile.in: Ditto.
4279
4280 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4281
4282 * MAINTAINERS: Update my email.
4283
4284 2012-12-29 Ben Elliston <bje@gnu.org>
4285
4286 * config.guess: Update to 2012-12-29 version.
4287 * config.sub: Likewise.
4288
4289 2012-12-20 Matthias Klose <doko@ubuntu.com>
4290
4291 * Makefile.def (install-target-libgfortran): Depend on
4292 install-target-libquadmath, install-target-libgcc.
4293 (install-target-libsanitizer): Depend on install-target-libgcc.
4294 (install-target-libjava): Depend on install-target-libgcc.
4295 (install-target-libitm): Depend on install-target-libgcc.
4296 (install-target-libobjc): Depend on install-target-libgcc.
4297 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4298 * Makefile.in: Regenerate.
4299
4300 2012-12-19 Matthias Klose <doko@ubuntu.com>
4301
4302 * Makefile.def (install-target-libgo): Depend on
4303 install-target-libatomic.
4304 * Makefile.in: Regenerate.
4305
4306 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4307
4308 PR go/55201
4309 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4310 * Makefile.in: Regenerate.
4311
4312 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4313
4314 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4315 * configure: Regenerate.
4316
4317 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4318
4319 * config.sub: Merge from config repo.
4320
4321 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4322
4323 * Makefile.def (target_modules): Add bootstrap=true and
4324 raw_cxx=true to libsanitizer.
4325 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4326 * Makefile.in: Regenerated.
4327 * configure: Likewise.
4328
4329 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4330
4331 * MAINTAINERS: Remove self as RTL optimization maintainer.
4332
4333 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4334
4335 * MAINTAINERS (Write After Approval): Add myself.
4336
4337 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4338
4339 * Makefile.def (target_modules): Remove bootstrap=true and
4340 raw_cxx=true from libsanitizer.
4341 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4342 * Makefile.in: Regenerated.
4343 * configure: Likewise.
4344
4345 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4346
4347 * Makefile.def (target_modules): Add bootstrap=true and
4348 raw_cxx=true to libsanitizer.
4349 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4350 * Makefile.in: Regenerated.
4351 * configure: Likewise.
4352
4353 2012-11-28 Andrew Pinski <apinski@cavium.com>
4354
4355 PR bootstrap/54279
4356 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4357 * configure: Regenerate.
4358 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4359 * Makefile.in: Regenerate.
4360
4361 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4362
4363 * configure.ac: Disable libsanitizer if we're not building C++.
4364 * configure: Regenerate.
4365
4366 2012-11-15 Roland McGrath <roland@hack.frob.com>
4367
4368 * MAINTAINERS (Write After Approval): Add myself.
4369
4370 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
4371
4372 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4373 Kostya Serebryany (kcc@google.com) and
4374 Jakub Jelinek (jakub@redhat.com).
4375 Rename area for Dodji Seketeli (dodji@redhat.com).
4376
4377 2012-11-15 Dodji Seketeli <dodji@redhat.com>
4378
4379 * MAINTAINERS: (asan.c, related): Add myself.
4380
4381 2012-11-14 Roland McGrath <mcgrathr@google.com>
4382
4383 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4384 * configure: Regenerate.
4385
4386 2012-11-13 Richard Henderson <rth@redhat.com>
4387
4388 * configure.ac: Move libsanitizer logic to subdirectory.
4389 * configure: Regenerate.
4390
4391 2012-11-13 Dodji Seketeli <dodji@redhat.com>
4392
4393 * configure.ac: Enable libsanitizer just on x86 linux for now.
4394 * configure: Re-generate.
4395
4396 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
4397
4398 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4399 sections.
4400 * configure: Regenerate.
4401
4402 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
4403
4404 * configure.ac: Add section for configdirs for libsanitizer.
4405 Disable for cris-*-* and mmix-*-*.
4406 * configure: Regenerate.
4407
4408 2012-11-12 Wei Mi <wmi@google.com>
4409
4410 * configure.ac: Add libsanitizer to target_libraries.
4411 * Makefile.def: Ditto.
4412 * configure: Regenerate.
4413 * Makefile.in: Regenerate.
4414 * libsanitizer: New directory for asan runtime. Contains an empty
4415 tsan directory.
4416
4417 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
4418
4419 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4420 against Mingw64 w32api.
4421 * configure: Regenerate.
4422
4423 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4424
4425 * configure: Regenerated.
4426
4427 2012-11-03 Robert Mason <rbmj@verizon.net>
4428
4429 * configure.ac: add --disable-libstdcxx configure option
4430 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4431
4432 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4433
4434 * MAINTAINERS (Write After Approval): Add myself.
4435
4436 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4437
4438 * MAINTAINERS (Write After Approval): Add myself.
4439
4440 2012-10-24 Sharad Singhai <singhai@google.com>
4441
4442 * MAINTAINERS (Write After Approval): Add myself.
4443
4444 2012-10-24 Eric Christopher <echristo@gmail.com>
4445
4446 * MAINTAINERS: Update email address.
4447
4448 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4449
4450 PR bootstrap/54820
4451 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4452 * configure: Regenerate.
4453
4454 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
4455
4456 * MAINTAINERS (aarch64): Add Marcus and myself.
4457
4458 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4459
4460 PR bootstrap/54820
4461 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4462 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4463 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4464 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4465 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4466 * Makefile.in: Regenerate.
4467 * configure.ac (have_static_libs): New variable and associated check.
4468 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4469 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4470 * configure: Regenerate.
4471
4472 2012-10-10 Richard Biener <rguenther@suse.de>
4473
4474 * MAINTAINERS: Adjust for changed surname.
4475
4476 2012-10-04 Lawrence Crowl <crowl@google.com>
4477
4478 * MAINTAINERS (Write After Approval): Add myself.
4479
4480 2012-10-01 Cary Coutant <ccoutant@google.com>
4481
4482 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4483
4484 2012-09-28 Ian Lance Taylor <iant@google.com>
4485
4486 * Makefile.def: Make all-target-libgo depend on
4487 all-target-libbacktrace.
4488 * Makefile.in: Rebuild.
4489
4490 2012-09-26 Ian Lance Taylor <iant@google.com>
4491
4492 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4493 * Makefile.in: Rebuild.
4494
4495 2012-09-20 Walter Lee <walt@tilera.com>
4496
4497 * configure.ac: Add tilegx to list of targets that support gold.
4498 * configure: Regenerate.
4499
4500 2012-09-20 Marek Polacek <polacek@redhat.com>
4501
4502 * MAINTAINERS (Write After Approval): Add myself.
4503
4504 2012-09-19 Steve Ellcey <sellcey@mips.com>
4505
4506 * configure.ac: Add mips*-mti-elf* target.
4507 * configure: Regenerate.
4508
4509 2012-09-17 Ian Lance Taylor <iant@google.com>
4510
4511 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4512 * configure.ac (host_libs): Add libbacktrace.
4513 (target_libraries): Add libbacktrace.
4514 * Makefile.def (host_modules): Add libbacktrace.
4515 (target_modules): Likewise.
4516 * configure, Makefile.in: Rebuild.
4517
4518 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
4519
4520 PR target/38607
4521 Merge upstream change.
4522 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4523
4524 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4525 Add libgomp*.o to compare_exclusions for AIX.
4526 * configure: Regenerate.
4527
4528 2012-09-06 Diego Novillo <dnovillo@google.com>
4529
4530 * configure.ac: Bump minimum GMP version to 4.2.3.
4531 * configure: Re-generate.
4532
4533 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
4534
4535 PR target/54461
4536 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4537 target-libgloss if not configured --with-avrlibc=no.
4538 * configure: Regenerate.
4539
4540 2012-09-04 Jason Merrill <jason@redhat.com>
4541
4542 * configure.ac: Fix --enable-languages=all.
4543
4544 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
4545
4546 * MAINTAINERS (Write After Approval): Add myself.
4547
4548 2012-09-03 Richard Guenther <rguenther@suse.de>
4549
4550 PR bootstrap/54138
4551 * configure.ac: Re-organize ISL / CLOOG checks to allow
4552 disabling with either --without-isl or --without-cloog.
4553 * configure: Regenerated.
4554
4555 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
4556
4557 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4558 * configure: Regenerate.
4559
4560 2012-08-27 Ulrich Drepper <drepper@gmail.com>
4561
4562 * MAINTAINERS: Fix my email address.
4563
4564 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4565
4566 PR binutils/4970
4567 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4568 and opcodes.
4569 * Makefile.in: Regenerated.
4570
4571 2012-08-26 Art Haas <ahaas@impactweather.com>
4572
4573 * configure: Regenerate.
4574
4575 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4576
4577 * INSTALL/README: Also refer to the online installation
4578 instructions.
4579
4580 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4581
4582 * MAINTAINERS (Write After Approval): Add myself.
4583 (Picochip port): Remove myself.
4584
4585 2012-08-14 Diego Novillo <dnovillo@google.com>
4586
4587 Merge from cxx-conversion branch.
4588
4589 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4590 POSTSTAGE1_CONFIGURE_FLAGS.
4591 * Makefile.in: Regenerate.
4592 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4593 Force C++ when bootstrapping.
4594 * configure: Regenerate.
4595
4596 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4597
4598 * MAINTAINERS (Write After Approval): Add myself.
4599
4600 2012-07-16 Joseph Myers <joseph@codesourcery.com>
4601
4602 * README: Document use of ranges of years in copyright notices.
4603
4604 2012-07-06 Richard Guenther <rguenther@suse.de>
4605
4606 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4607 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4608 --with-gmp=system.
4609 * Makefile.in: Regenerated.
4610 * configure: Likewise.
4611
4612 2012-07-06 Richard Guenther <rguenther@suse.de>
4613
4614 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4615 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4616 supply V=1 as extra_make_flags.
4617 * configure: Regenerated.
4618 * Makefile.in: Likewise.
4619
4620 2012-07-04 Tristan Gingold <gingold@adacore.com>
4621
4622 * configure: Regenerate.
4623
4624 2012-07-03 Richard Guenther <rguenther@suse.de>
4625
4626 * Makfile.def (isl): Remove not necessary extra_exports and
4627 extra_make_flags.
4628 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4629 * Makefile.in: Regenerated.
4630
4631 2012-07-03 Richard Guenther <rguenther@suse.de>
4632
4633 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4634 * configure.ac: If either the ISL or the CLooG check failed
4635 do not try to build in-tree versions.
4636 * Makefile.in: Regenerated.
4637 * configure: Regenerated.
4638
4639 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4640
4641 * configure: Regenerate.
4642
4643 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
4644
4645 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4646 maintainer.
4647
4648 2012-07-02 Richard Guenther <rguenther@suse.de>
4649
4650 * configure: Regenerated.
4651
4652 2012-07-02 Richard Guenther <rguenther@suse.de>
4653 Michael Matz <matz@suse.de>
4654 Tobias Grosser <tobias@grosser.es>
4655 Sebastian Pop <sebpop@gmail.com>
4656
4657 * Makefile.def: Add ISL host module, remove PPL host module.
4658 Adjust ClooG host module to use the proper ISL.
4659 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4660 * configure.ac: Include config/isl.m4. Add ISL host library,
4661 remove PPL. Remove PPL configury, add ISL configury, adjust
4662 ClooG configury.
4663 * Makefile.in: Regenerated.
4664 * configure: Likewise.
4665
4666 2012-07-02 Richard Guenther <rguenther@suse.de>
4667
4668 Merge from graphite branch
4669 2011-07-21 Tobias Grosser <tobias@grosser.es>
4670
4671 * configure: Regenerated.
4672 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4673 both cloog.org and legacy versions. The only supported version will
4674 be CLooG with the isl backend.
4675
4676 2011-07-21 Tobias Grosser <tobias@grosser.es>
4677
4678 * configure: Regenerated.
4679 * configure.ac: Require cloog isl 0.17.0
4680
4681 2011-07-21 Tobias Grosser <tobias@grosser.es>
4682
4683 * configure: Regenerated.
4684 * config/cloog.m4: Do not define CLOOG_ORG
4685
4686 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4687
4688 * configure.ac: Skip C if explicitly selected.
4689 * configure: Regenerate.
4690
4691 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
4692
4693 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4694 they contain -O2.
4695 * configure: Regenerate.
4696
4697 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4698
4699 PR debug/53740
4700 * df.h, df-problems.c, dce.c: Revert last patch.
4701
4702 2012-06-25 Iain Sandoe <iain@codesourcery.com>
4703
4704 * MAINTAINERS (Write After Approval): Update my email address.
4705
4706 2012-06-21 Meador Inge <meadori@codesourcery.com>
4707
4708 * MAINTAINERS (Write After Approval): Add myself.
4709
4710 2012-06-20 Jason Merrill <jason@redhat.com>
4711
4712 * Makefile.tpl (check-target-libgomp-c++): New.
4713 (check-target-libitm-c++): New.
4714 * Makefile.def (c++): Add them.
4715 * Makefile.in: Regenerate.
4716
4717 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
4718
4719 * MAINTAINERS (Write After Approval): Add myself.
4720
4721 2012-05-16 Olivier Hainque <hainque@adacore.com>
4722
4723 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4724 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4725 (install-no-fixedincludes): Adjust accordingly.
4726 * Makefile.in: Regenerate.
4727
4728 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4729
4730 Merge upstream change
4731 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4732
4733 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4734
4735 * MAINTAINERS (Write After Approval): Add myself.
4736
4737 2012-05-09 Nick Clifton <nickc@redhat.com>
4738 Paul Smith <psmith@gnu.org>
4739
4740 PR bootstrap/50461
4741 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4742 allow for the fact that from release v3.1.0 of MPFR the source
4743 files were moved into a src sub-directory.
4744 * configure: Regenerate.
4745
4746 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4747
4748 * configure.ac: Bump minimum MPFR version to 2.4.0.
4749 * configure: Regenerated.
4750
4751 2012-05-01 Richard Henderson <rth@redhat.com>
4752
4753 * Makefile.def (libatomic): New target_module.
4754 * configure.ac (target_libraries): Add libatomic.
4755 (noconfigdirs): Check if libatomic is supported.
4756 * Makefile.in, configure: Rebuild.
4757
4758 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4759
4760 * MAINTAINERS (Write After Approval): Add myself.
4761
4762 2012-04-25 Joel Brobecker <brobecker@adacore.com>
4763
4764 * config.sub: Update to 2012-04-18 version from official repo.
4765
4766 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4767
4768 * MAINTAINERS (Write After Approval): Add myself.
4769
4770 2012-04-11 Steve Ellcey <sellcey@mips.com>
4771
4772 * MAINTAINERS: Changed email address.
4773
4774 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
4775
4776 PR target/52737
4777 * contrib/gcc_update (files_and_dependencies):
4778 Remove gcc/config/avr/t-multilib from touch data.
4779
4780 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4781
4782 * MAINTAINERS (OS Port Maintainers): Remove irix.
4783 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4784 (unsupported_languages): Remove mips-sgi-irix6.*.
4785 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4786 (with_stabs): Remove.
4787 * configure: Regenerate.
4788
4789 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4790
4791 * MAINTAINERS (OS Port Maintainers): Remove osf.
4792 * configure.ac (enable_libgomp): Remove *-*-osf*.
4793 (with_stabs): Remove alpha*-*-osf*.
4794 * configure: Regenerate.
4795
4796 2012-03-05 Tristan Gingold <gingold@adacore.com>
4797
4798 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4799 * configure: Regenerate.
4800
4801 2012-02-17 Walter Lee <walt@tilera.com>
4802
4803 * MAINTAINERS: (Write After Approval): Delete myself.
4804
4805 2012-02-14 Walter Lee <walt@tilera.com>
4806
4807 * MAINTAINERS (tilegx port): Add myself.
4808 (tilepro port): Add myself.
4809 (Write After Approval): Add myself.
4810
4811 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4812
4813 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4814 and Joseph Myers as docstring relicensing maintainers.
4815
4816 2012-02-09 Bin Cheng <bin.cheng@arm.com>
4817
4818 * MAINTAINERS (write-after-approval): Add myself.
4819
4820 2012-02-08 Ira Rosen <irar@il.ibm.com>
4821
4822 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4823 maintainer.
4824
4825 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4826
4827 * MAINTAINERS (Write After Approval): Move myself to
4828 maintain alphabetical order.
4829
4830 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4831
4832 * MAINTAINERS (Write After Approval): Add myself.
4833
4834 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4835
4836 * MAINTAINERS (Write After Approval): Add myself.
4837
4838 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4839 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4840
4841 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4842 * configure: Regenerate.
4843
4844 2012-01-23 Harshit Chopra <harshit@google.com>
4845
4846 * MAINTAINERS (Write After Approval): Add myself.
4847
4848 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
4849
4850 * configure.ac: Remove reference to mh-interix.
4851 * configure: Regenerate.
4852
4853 2012-01-05 Richard Henderson <rth@redhat.com>
4854
4855 PR bootstrap/51072
4856 * configure.ac: Disable libitm if c++ is not enabled.
4857 * configure: Rebuild.
4858
4859 * configure.ac: Fix regexp for same.
4860 * configure: Rebuild.
4861
4862 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4863
4864 * MAINTAINERS (Write After Approval): Add myself.
4865
4866 2012-01-02 Richard Guenther <rguenther@suse.de>
4867
4868 PR bootstrap/51686
4869 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4870 * Makefile.in: Regenerate.
4871
4872 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4873
4874 * MAINTAINERS (Write After Approval): Add myself.
4875
4876 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4877
4878 * configure: Regenerate.
4879
4880 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4881
4882 * MAINTAINERS (picochip): Changed email address.
4883
4884 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4885
4886 * MAINTAINERS (write-after-approval): Add self.
4887
4888 2011-11-29 DJ Delorie <dj@redhat.com>
4889
4890 * configure.ac (rl78-*-*) New case.
4891 * configure: Regenerate.
4892 * MAINTAINERS: Add myself as RL78 maintainer.
4893
4894 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4895
4896 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4897
4898 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
4899
4900 * libtool.m4: Additional FreeBSD 10 fixes.
4901
4902 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4903
4904 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4905 Maintainers section, as Epiphany maintainer.
4906
4907 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4908
4909 PR target/49992
4910 * configure.ac: Remove ranlib special-casing for Darwin.
4911 * configure: Regenerate.
4912
4913 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
4914
4915 * MAINTAINERS (Reviewers): Keep the list sorted.
4916
4917 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
4918
4919 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4920
4921 2011-11-09 Roland McGrath <mcgrathr@google.com>
4922
4923 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4924 * configure: Rebuild.
4925 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4926 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4927 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4928 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4929 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4930 Add READELF.
4931 * Makefile.in: Rebuild.
4932
4933 2011-11-09 Jason Merrill <jason@redhat.com>
4934
4935 * Makefile.def (language=c++): Remove check-c++0x.
4936 * Makefile.in (check-gcc-c++): Regenerate.
4937
4938 2011-11-08 Richard Henderson <rth@redhat.com>
4939
4940 * configure.ac: Test for libitm directory present first.
4941
4942 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4943
4944 * configure.ac: Test libitm/configure.tgt to disable libitm.
4945 * configure: Rebuild.
4946
4947 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
4948 Richard Henderson <rth@redhat.com>
4949
4950 Merged from transactional-memory.
4951
4952 * Makefile.def (lang_env_dependencies): libitm is c++.
4953 Add libitm target module.
4954 * configure.ac: Likewise.
4955 * config/mmap.m4: New file.
4956 * contrib/gcc_update: Add libitm to touch data.
4957 * Makefile.in, configure: Rebuild.
4958
4959 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4960
4961 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
4962 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
4963 * Makefile.in: Regenerate.
4964
4965 2011-11-01 DJ Delorie <dj@redhat.com>
4966
4967 * config.sub: Update to version 2011-10-29 (added rl78)
4968
4969 2011-10-27 Nick Clifton <nickc@redhat.com>
4970
4971 * config.sub: Import these changes from the config project:
4972
4973 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
4974 Ben Elliston <bje@gnu.org>
4975
4976 * config.sub (epiphany): New.
4977
4978 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
4979 Ben Elliston <bje@gnu.org>
4980
4981 * config.sub (hexagon, hexagon-*): New.
4982
4983 2011-08-23 Roland McGrath <mcgrathr@google.com>
4984
4985 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
4986 64eb to be64.
4987
4988 2011-08-16 Roland McGrath <mcgrathr@google.com>
4989
4990 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
4991 (nacl): Grok as alias for 32el-unknown-nacl.
4992
4993 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
4994
4995 * MAINTAINERS (Write After Approval): Add myself.
4996
4997 2011-10-24 Teresa Johnson <tejohnson@google.com>
4998
4999 * MAINTAINERS (Write After Approval): Add myself.
5000
5001 2011-09-21 Jakub Jelinek <jakub@redhat.com>
5002
5003 * MAINTAINERS (sparc port): Remove myself.
5004
5005 2011-09-14 Tom de Vries <tom@codesourcery.com>
5006
5007 * MAINTAINERS (Write After Approval): Add myself.
5008
5009 2011-08-14 Yao Qi <yao@codesourcery.com>
5010
5011 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5012 * configure: Regenerate.
5013
5014 2011-07-26 Ian Lance Taylor <iant@google.com>
5015
5016 * configure.ac: Set have_compiler based on whether gcc directory
5017 exists, rather than on whether gcc is in configdirs.
5018 * configure: Rebuild.
5019
5020 2011-07-21 Joseph Myers <joseph@codesourcery.com>
5021
5022 * MAINTAINERS (Global Reviewers): Add self.
5023
5024 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
5025
5026 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5027 link directories.
5028 * Makefile.in: Rebuild.
5029
5030 2011-07-20 Ian Lance Taylor <iant@google.com>
5031
5032 PR bootstrap/49787
5033 * configure.ac: Move --enable-bootstrap handling earlier in file.
5034 If --enable-bootstrap and either --enable-build-with-cxx or
5035 --enable-build-poststage1-with-cxx, enable C++ automatically.
5036 * configure: Rebuild.
5037
5038 2011-07-19 Ian Lance Taylor <iant@google.com>
5039
5040 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5041 make C++ a boot_language. Set and substitute
5042 POSTSTAGE1_CONFIGURE_FLAGS.
5043 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5044 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5045 * configure, Makefile.in: Rebuild.
5046
5047 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5048
5049 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5050 maintainers.
5051
5052 2011-07-18 Jakub Jelinek <jakub@redhat.com>
5053
5054 * MAINTAINERS (Global Reviewers): Add myself.
5055
5056 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5057
5058 * configure: Regenerate.
5059
5060 2011-07-16 Jason Merrill <jason@redhat.com>
5061
5062 * Makefile.def (language=c++): Add check-c++0x and
5063 check-target-libmudflap-c++.
5064 * Makefile.tpl (check-target-libmudflap-c++): New.
5065 * Makefile.in: Regenerate.
5066
5067 2011-07-16 Matthias Klose <doko@ubuntu.com>
5068
5069 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5070 * Makefile.def (target_modules/libjava): Pass
5071 $(EXTRA_CONFIGARGS_LIBJAVA).
5072 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5073 if not configured with --enable-static-libjava.
5074 * Makefile.in: Regenerate.
5075 * configure: Likewise.
5076
5077 2011-07-15 Jason Merrill <jason@redhat.com>
5078
5079 * Makefile.in (check-c++): Move check-gcc-c++0x after
5080 check-target-libstdc++-v3.
5081
5082 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5083
5084 * MAINTAINERS (c6x port): New entry.
5085
5086 2011-07-13 Jason Merrill <jason@redhat.com>
5087
5088 * Makefile.in (check-gcc-c++0x): New.
5089 (check-c++): Depend on it.
5090
5091 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5092
5093 PR target/39150
5094 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5095 x86_64-*-solaris2.1[0-9]*.
5096 * configure: Regenerate.
5097
5098 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5099
5100 * MAINTAINERS (RTL optimizers): Add self.
5101
5102 2011-06-27 Gabriel Charette <gchare@google.com>
5103
5104 * MAINTAINERS (Write After Approval): Add myself.
5105
5106 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
5107
5108 PR regression/47836
5109 PR bootstrap/23656
5110 PR other/47733
5111 PR bootstrap/49247
5112 PR c/48825
5113 * configure.ac (target_libraries): Remove target-libiberty.
5114 Remove case-statement setting skipdirs=target-libiberty for
5115 multiple targets. Remove checking target_configdirs and
5116 removing target-libiberty but keeping target-libgcc if
5117 otherwise empty.
5118 * Makefile.def (target_modules): Don't add libiberty.
5119 (dependencies): Remove all traces of target-libiberty.
5120 * configure, Makefile.in: Regenerate.
5121
5122 2011-06-13 Walter Lee <walt@tilera.com>
5123
5124 * configure.ac (tilepro-*-*) New case.
5125 (tilegx-*-*): Likewise.
5126 * configure: Regenerate.
5127
5128 2011-06-06 Jing Yu <jingyu@google.com>
5129
5130 * configure.ac: Skip target-libiberty for
5131 arm*-*-linux-androideabi.
5132 * configure: Regenerated.
5133
5134 2011-06-06 Nick Clifton <nickc@redhat.com>
5135
5136 * config.sub: Sync from upstream.
5137
5138 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5139
5140 * MAINTAINERS (Write After Approval): Add myself.
5141
5142 2011-06-01 Daniel Jacobowitz <drow@false.org>
5143
5144 * MAINTAINERS: Update my email address.
5145
5146 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5147
5148 * MAINTAINERS (Write After Approval): Update my email address.
5149
5150 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5151
5152 * MAINTAINERS (Write After Approval): Add myself.
5153
5154 2011-05-08 Doug Kwan <dougkwan@google.com>
5155
5156 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5157 * configure: Regenerated.
5158 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5159 value from configure.
5160 * Makefile.in: Regenerated.
5161
5162 2011-05-05 Joseph Myers <joseph@codesourcery.com>
5163
5164 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5165 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5166 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5167 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5168 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5169 *-*-vxworks*): Disable newlib and libgloss in separate case
5170 statement.
5171 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5172 to separate case statement.
5173 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5174 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5175 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5176 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5177 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5178 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5179 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5180 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5181 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5182 i[[3456789]]86-*-rdos*, m32r-*-*,
5183 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5184 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5185 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5186 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5187 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5188 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5189 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5190 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5191 and libgloss in main case over targets. Remove most empty cases
5192 in main case over targets.
5193 * configure: Regenerate.
5194
5195 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
5196
5197 * MAINTAINERS (Write After Approval): Add myself.
5198
5199 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5200
5201 * configure.ac: Remove code setting special library locations for
5202 hppa*64*-*-hpux11*. Remove code setting compiler for
5203 sparc-sun-solaris2*.
5204 * configure: Regenerate.
5205
5206 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5207
5208 * configure.ac: Separate libgloss_dir settings from general case
5209 over targets.
5210 * configure: Regenerate.
5211
5212 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5213
5214 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5215 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5216 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5217 cases in libgcj-disabling case statement.
5218 (hppa*64*-*-linux*): Set unsupported_languages instead of
5219 disabling target-zlib.
5220 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5221 to hppa*64*-*-hpux*.
5222 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5223 hppa*-*-hpux*.
5224 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5225 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5226 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5227 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5228 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5229 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5230 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5231 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5232 libgcj-disabling case statement.
5233 * configure: Regenerate.
5234
5235 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5236
5237 * configure.ac: Disable Java for targets not supporting libffi.
5238 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5239 Remove cases in Java-disabling statement.
5240 (*arm-wince-pe): Change to arm-wince-pe.
5241 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5242 cases in Java-disabling statement.
5243 (bfin-*-*): Don't disable Java again.
5244 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5245 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5246 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5247 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5248 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5249 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5250 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5251 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5252 Java-disabling statement.
5253 (mmix-*-*): Don't disable Java again.
5254 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5255 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5256 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5257 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5258 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5259 statement.
5260 * configure: Regenerate.
5261
5262 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5263
5264 * configure.ac: Separate cases disabling Java and Java libraries
5265 from general case over targets.
5266 * configure: Regenerate.
5267
5268 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5269
5270 * MAINTAINERS: Update my email address.
5271
5272 2011-04-20 Easwaran Raman <eraman@google.com>
5273
5274 * MAINTAINERS (Write After Approval): Add myself.
5275
5276 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5277
5278 PR lto/48086
5279 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5280 * configure: Regenerate.
5281
5282 2011-04-16 Jim Meyering <meyering@redhat.com>
5283
5284 * MAINTAINERS (Write After Approval): Add myself.
5285
5286 2011-04-15 Dodji Seketeli <dodji@redhat.com>
5287
5288 * MAINTAINERS: Update my email address.
5289
5290 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
5291
5292 * MAINTAINERS (Write After Approval): Add myself.
5293
5294 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5295
5296 * MAINTAINERS (Write After Approval): Add myself.
5297
5298 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5299
5300 * MAINTAINERS (Write After Approval): Add myself.
5301
5302 2011-04-06 Joseph Myers <joseph@codesourcery.com>
5303
5304 * configure.ac (build_tools): Remove build-byacc.
5305 (host_libs): Remove mmalloc.
5306 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5307 autoconf automake libtool diff rcs fileutils shellutils time
5308 textutils wdiff find uudecode hello tar gzip indent recode release
5309 sed perl gawk findutils gettext zip.
5310 (libgcj): Remove target-qthreads.
5311 (target_tools): Remove target-examples target-gperf.
5312 (YACC): Don't handle building byacc.
5313 * configure: Regenerate.
5314 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5315 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5316 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5317 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5318 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5319 handle building components.
5320 * Makefile.in: Regenerate.
5321
5322 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5323
5324 * MAINTAINERS: Update my email address as Xtensa maintainer.
5325
5326 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5327
5328 * config.sub: Sync from upstream.
5329
5330 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5331
5332 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5333 (microblaze*): Don't disable libssp.
5334 * configure: Regenerate.
5335
5336 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5337
5338 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5339 moveifchange.
5340 * configure: Regenerate.
5341 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5342 * Makefile.in: Regenerate.
5343
5344 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5345
5346 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5347 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5348 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5349 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5350 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5351 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5352 md_exec_prefix cases.
5353 * configure: Regenerate.
5354
5355 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5356
5357 * configure.ac: Separate cases disabling target-libssp,
5358 target-libiberty, target-libstdc++-v3 and Fortran from general
5359 case over targets.
5360 * configure: Regenerate.
5361
5362 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5363
5364 * configure.ac (*-*-chorusos): Don't disable libgcj.
5365 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5366 Remove case.
5367 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5368 (arm-*-coff): Don't disable libgcj.
5369 (arm*-*-linux-gnueabi): Remove useless assignment.
5370 (arm-*-riscix*): Don't disable libgcj.
5371 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5372 configuration.
5373 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5374 (c54x*-*-*): Remove case.
5375 (tic54x-*-*): Don't disable GCC or GCC libraries.
5376 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5377 to *.
5378 (d10v-*-*): Don't disable GCC libraries.
5379 (d30v-*-*): Don't disable libgcj.
5380 (h8500-*-*): Don't disable GCC libraries.
5381 (i960-*-*): Don't disable libgcj.
5382 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5383 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5384 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5385 libgcj.
5386 (m68k-*-coff*): Remove case.
5387 (mmix-*-*): Don't disable libgloss on host.
5388 (mn10200-*-*, mn10300-*-*): Remove cases.
5389 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5390 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5391 Don't disable libgcj.
5392 (romp-*-*): Remove case.
5393 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5394 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5395 case.
5396 (v810-*-*): Don't disable GCC libraries.
5397 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5398 (ip2k-*-*): Don't disable GCC libraries.
5399 * configure: Regenerate.
5400
5401 2011-03-28 Joseph Myers <joseph@codesourcery.com>
5402
5403 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5404 libffi on host.
5405 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5406 on host.
5407 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5408 * configure: Regenerate.
5409
5410 2011-03-26 John Marino <binutils@marino.st>
5411
5412 * configure.ac: Add support for *-*-dragonfly*
5413 * configure: Regenerate.
5414
5415 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5416
5417 * configure.ac (native_only): Remove.
5418 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5419 send-pr uudecode guile gnuserv on host.
5420 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5421 send-pr rcs guile perl texinfo libtool on host.
5422 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5423 automake send-pr rcs guile perl texinfo libtool on host.
5424 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5425 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5426 (alpha*-dec-osf*): Don't disable fileutils on target.
5427 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5428 texinfo send-pr expect dejagnu on target.
5429 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5430 target-qthreads on target.
5431 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5432 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5433 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5434 x86_64-*-mingw*): Don't disable expect on target.
5435 (*-*-cygwin*): Don't disable target-gperf on target.
5436 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5437 gnuserv on target.
5438 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5439 target.
5440 * configure: Regenerate.
5441
5442 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5443
5444 * configure.ac (target_tools): Remove target-groff.
5445 (native_only): Remove target-groff.
5446 (hppa*64*-*-*): Don't disable byacc.
5447 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5448 setting.
5449 (*-*-kaos*): Don't skip target-librx and target-groff.
5450 (*-*-netware*): Don't skip target-libmudflap.
5451 (*-*-tpf*): Don't skip target-libmudflap.
5452 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5453 directories on the host.
5454 (ia64*-*-*vms*): Don't skip tix.
5455 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5456 host.
5457 * configure: Regenerate.
5458
5459 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5460
5461 * configure.ac: Remove references to mt-mep, mt-netware,
5462 mt-wince.
5463 * Makefile.def: Add all-utils soft dependencies.
5464 * Makefile.tpl: Remove GDB_NLM_DEPS.
5465 * configure: Regenerate.
5466 * Makefile.in: Regenerate.
5467
5468 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5469
5470 * configure.ac: Do not include mh-x86omitfp.
5471 * configure: Regenerate.
5472
5473 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5474
5475 * configure.ac: Remove empty cases.
5476 * configure: Regenerate.
5477
5478 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5479
5480 * Makefile.def: Add dependency from termcap to gdb.
5481 * Makefile.in: Regenerate.
5482
5483 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5484
5485 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5486 * configure: Regenerate.
5487 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5488 * Makefile.tpl: Likewise.
5489 * Makefile.in: Regenerate.
5490
5491 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5492
5493 * configure.ac: Remove all mentions of tentative_cc.
5494 * configure: Regenerate.
5495
5496 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5497
5498 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5499 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5500 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5501 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5502 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5503 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5504 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5505 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5506 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5507 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5508 *-*-rhapsody*): Remove host cases.
5509 * configure: Regenerate.
5510
5511 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5512
5513 * configure.ac (ppc*-*-pe): Remove host case.
5514 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5515 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5516 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5517 cases.
5518 * configure: Regenerate.
5519
5520 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5521
5522 * config.sub: Update to version 2011-03-23.
5523
5524 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5525
5526 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5527 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5528 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5529 * configure: Regenerate.
5530
5531 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5532
5533 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5534 to Write After Approval.
5535 * config-ml.in: Don't handle arc-*-elf*.
5536 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5537 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5538 handle GCC libraries.
5539 * configure: Regenerate.
5540
5541 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5542
5543 PR bootstrap/48120:
5544 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5545 Add -lstdc++ -lm to LIBS.
5546 * configure: Regenerate.
5547
5548 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
5549
5550 * config.guess: Update to version 2011-02-02
5551 * config.sub: Update to version 2011-02-24
5552
5553 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5554
5555 PR lto/48086
5556 * configure.ac: Re-enable LTO on *-apple-darwin9.
5557 * configure: Regenerate.
5558
5559 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5560
5561 PR lto/48086
5562 * configure.ac: Disable LTO on darwin due to an assembler change in
5563 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5564 under 256.
5565 * configure: Regenerate.
5566
5567 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5568
5569 * MAINTAINERS: Update myself as score backend maintainer,
5570 update my e-mail address.
5571
5572 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
5573
5574 * MAINTAINERS: Update my e-mail address.
5575
5576 2011-03-06 Joey Ye <joey.ye@arm.com>
5577
5578 * MAINTAINERS: Update my e-mail address.
5579
5580 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5581
5582 * configure.ac: Adjust test of with_ppl.
5583 * configure: Regenerated.
5584
5585 2011-03-02 Kai Tietz <ktietz@redhat.com>
5586
5587 * MAINTAINERS: Adjust my e-mail address.
5588
5589 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5590
5591 * configure.ac: Add -lpwl to ppllibs.
5592 * configure: Regenerated.
5593
5594 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5595
5596 * config/cloog.m4: Add -lisl to clooglibs.
5597 * configure: Regenerated.
5598
5599 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5600
5601 * MAINTAINERS (CPU Port maintainers): Add self.
5602
5603 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5604
5605 * MAINTAINERS: Add myself as testsuite maintainer.
5606
5607 2011-02-15 Mike Stump <mikestump@comcast.net>
5608
5609 * MAINTAINERS: Add myself as testsuite maintainer.
5610
5611 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5612
5613 Import from Libtool and gnulib:
5614
5615 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5616
5617 Prepare for supporting FreeBSD 10.
5618 * config.rpath: Remove handling of freebsd1* which soon would
5619 match FreeBSD 10.0.
5620
5621 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5622
5623 Remove support for FreeBSD 1.x.
5624 * libtool.m4 (_LT_LINKER_SHLIBS)
5625 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5626 soon would incorrectly match FreeBSD 10.0.
5627
5628 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5629
5630 PR binutils/12283
5631 * move-if-change: Import version from gnulib.
5632
5633 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
5634
5635 PR lto/47225
5636 * Makefile.def (lto-plugin): Double dash for enable-shared.
5637 (configure-gcc): Depend on all-lto-plugin.
5638 * Makefile.in: Rebuilt.
5639
5640 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5641
5642 * configure.ac: Remove extra bracket.
5643 * configure: Regenerate.
5644
5645 2011-02-08 Tobias Burnus <burnus@net-b.de>
5646
5647 * MAINTAINERS: Add myself as libquadmath maintainer.
5648
5649 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
5650
5651 * MAINTAINERS: Update my email address.
5652
5653 2011-02-07 Joseph Myers <joseph@codesourcery.com>
5654
5655 * MAINTAINERS (option handling): Add self.
5656
5657 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
5658
5659 PR lto/47225
5660 * Makefile.def: Add dependency for install-gcc
5661 on install-lto-plugin.
5662 * Makfile.in: Regenerated
5663
5664 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5665
5666 * MAINTAINERS (CPU Port Maintainers): Add myself.
5667
5668 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
5669
5670 PR libgcj/44341
5671 * configure.ac: Discard --with-* flags for host when configuring
5672 target libraries for cross build.
5673 * configure: Rebuilt.
5674
5675 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5676
5677 * MAINTAINERS (linear loop transforms): Removed.
5678
5679 2011-01-25 Jakub Jelinek <jakub@redhat.com>
5680
5681 * configure.ac: If with_ppl is no, move setting with_cloog=no
5682 after CLOOG_REQUESTED check.
5683 * configure: Regenerated.
5684
5685 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5686
5687 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5688 CLooG has been requested.
5689 * configure: Regenerated.
5690
5691 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5692
5693 * configure: Regenerated.
5694 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5695
5696 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5697
5698 * configure: Regenerated.
5699 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5700
5701 2011-01-21 Andreas Schwab <schwab@redhat.com>
5702
5703 * configure.ac: Use AS_HELP_STRING throughout.
5704 * configure: Regenerate.
5705
5706 2011-01-18 Jie Zhang <jie.zhang@analog.com>
5707
5708 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5709 * configure: Regenerate.
5710
5711 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5712
5713 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5714
5715 2011-01-13 Joel Brobecker <brobecker@adacore.com>
5716
5717 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5718 for ia64-hpux.
5719 * configure: Regenerate.
5720
5721 2011-01-07 Jan Hubicka <jh@suse.cz>
5722
5723 PR lto/47225
5724 * Makefile.in: Regenerate.
5725 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5726 configure.
5727
5728 2011-01-07 Jan Hubicka <jh@suse.cz>
5729
5730 * Makefile.in: Regenerate.
5731 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5732 and configure dependency on lto-plugin configure.
5733 (lto-plugin module): Remove dependency on GCC; add dependency on
5734 liniberty.
5735
5736 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5737
5738 * MAINTAINERS (Write After Approval): Add myself.
5739
5740 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5741
5742 * configure: Regenerate.
5743
5744 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5745
5746 * configure.ac: (picochip): Disable libiberty.
5747
5748 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5749
5750 * MAINTAINERS (Write After Approval): Add myself.
5751
5752 2010-12-10 Ian Lance Taylor <iant@google.com>
5753
5754 PR bootstrap/46819
5755 * configure.ac: For --disable-libgcj clear libgcj_saved.
5756 * configure: Rebuild.
5757
5758 2010-12-10 Tobias Burnus <burnus@net-b.de>
5759
5760 PR fortran/46540
5761 * configure.ac: Add --disable-libquadmath and
5762 --disable-libquadmath-support.
5763 * configure: Regenerate.
5764
5765 2010-12-03 Ian Lance Taylor <iant@google.com>
5766
5767 * MAINTAINERS: Add myself as libgo maintainer.
5768
5769 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
5770
5771 PR libffi/46792
5772 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5773 * configure: Regenerate.
5774
5775 2010-12-02 Ian Lance Taylor <iant@google.com>
5776
5777 * configure.ac: Always set default for poststage1_ldflags to
5778 -static-libstdc++ -static-libgcc.
5779
5780 2010-11-29 Andreas Schwab <schwab@redhat.com>
5781
5782 * configure.ac: Move comment to remove extra space in last argument
5783 of GCC_TARGET_TOOL.
5784
5785 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
5786
5787 PR other/46026
5788 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5789 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5790 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5791 (BASE_FLAGS_TO_PASS): Use it.
5792 * configure: Rebuilt.
5793 * Makefile.in: Rebuilt.
5794
5795 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5796
5797 PR binutils/12258
5798 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5799 Properly check default linker.
5800 * configure: Regnerated.
5801
5802 2010-11-23 Matthias Klose <doko@ubuntu.com>
5803
5804 * configure.ac: For --enable-gold, handle value `default' instead of
5805 `both*'. New configure option --{en,dis}able-ld.
5806 * configure: Regenerate.
5807
5808 2010-11-20 Ian Lance Taylor <iant@google.com>
5809
5810 * configure.ac: Only disable a language library if no language needs
5811 it. Don't let --disable-libgcj uncondtionally disable libffi.
5812 * configure: Rebuild.
5813
5814 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5815
5816 * Makefile.in: Regenerate.
5817
5818 PR other/46202
5819 * configure.ac: Fix just-built in-tree STRIP name to be
5820 binutils/strip-new.
5821 * configure: Regenerate.
5822 * Makefile.def (install-strip-gcc, install-strip-binutils)
5823 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5824 (install-strip-sid): Mirror dependencies on non-strip variants
5825 of these targets on the respective -strip prerequisites.
5826 * Makefile.tpl (install-strip, install-strip-host)
5827 (install-strip-target): New targets.
5828 (install-strip-[+module+], install-strip-target-[+module+]):
5829 New targets.
5830 * Makefile.in: Regenerate.
5831
5832 2010-11-19 Ian Lance Taylor <iant@google.com>
5833 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5834
5835 * configure.ac: Add target-libgo to target_libraries. Set
5836 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5837 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5838 (HOST_EXPORTS): Add GOC.
5839 (BASE_TARGET_EXPORTS): Add GOC.
5840 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5841 (GOCFLAGS_FOR_TARGET): New variable.
5842 (EXTRA_HOST_FLAGS): Add GOC.
5843 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5844 * Makefile.def (target_modules): Add libgo.
5845 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5846 (dependencies): Add dependency from configure-target-libgo to
5847 configure-target-libffi and all-target-libstdc++-v3. Add
5848 dependencies from all-target-libgo to all-target-libffi.
5849 (languages): Add go.
5850 * configure: Rebuild.
5851 * Makefile.in: Rebuild.
5852
5853 2010-11-19 Ian Lance Taylor <iant@google.com>
5854
5855 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5856 compiler/flag environment variables.
5857
5858 2010-11-18 Ian Lance Taylor <iant@google.com>
5859
5860 * configure.ac: Check for lang_requires_boot_languages in
5861 config-lang.in files.
5862 * configure: Rebuild.
5863
5864 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5865 Tobias Burnus <burnus@net-b.de>
5866
5867 PR fortran/32049
5868 * Makefile.def: Add libquadmath; build it with language=fortran.
5869 * configure.ac: Add libquadmath.
5870 * Makefile.tpl: Handle multiple libs in check-[+language+].
5871 * Makefile.in: Regenerate.
5872 * configure: Regenerate.
5873
5874 2010-11-16 Tom Tromey <tromey@redhat.com>
5875
5876 * MAINTAINERS: Moved myself to reviewers section.
5877
5878 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
5879
5880 * MAINTAINERS: Moved myself to reviewers section.
5881
5882 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5883
5884 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5885 (Write After Approval): Remove self.
5886
5887 2010-11-15 Andreas Schwab <schwab@redhat.com>
5888
5889 * configure.ac: Fix spelling in option names.
5890 * configure: Regenerated.
5891
5892 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
5893
5894 PR bootstrap/39622
5895 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5896 * configure: Regenerated.
5897
5898 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5899
5900 * MAINTAINERS: Update my email address.
5901
5902 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5903
5904 * configure: Regenerate.
5905
5906 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5907
5908 * configure: Regenerate.
5909
5910 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5911
5912 * configure: Regenerate.
5913
5914 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5915
5916 * configure: Regenerate.
5917
5918 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5919
5920 * configure.ac: Support official CLooG.org versions.
5921 * configure: Regenerate.
5922 * config/cloog.m4: New.
5923
5924 2010-11-10 François Dumont <francois.cppdevs@free.fr>
5925
5926 * MAINTAINERS (Write After Approval): Add myself.
5927
5928 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
5929
5930 * MAINTAINERS: Update my email address.
5931
5932 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5933
5934 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5935 * configure: Regenerate.
5936
5937 2010-11-03 Ian Lance Taylor <iant@google.com>
5938 Dave Korn <dave.korn.cygwin@gmail.com>
5939
5940 PR lto/46273
5941 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5942 and on other supported platforms whenever LTO is enabled.
5943 * configure: Rebuild.
5944
5945 2010-11-02 Alan Modra <amodra@gmail.com>
5946
5947 PR binutils/12110
5948 * configure.ac: Error when source path contains spaces.
5949 * configure: Regenerate.
5950
5951 2010-10-23 James E. Wilson <wilson@codesourcery.com>
5952
5953 * MAINTAINERS: Update my email address.
5954
5955 2010-10-20 Ian Lance Taylor <iant@google.com>
5956
5957 * Makefile.def (target_modules): Set lib_path to src/.libs for
5958 libstdc++-v3 module.
5959 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
5960 * Makefile.in: Rebuild.
5961
5962 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
5963
5964 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
5965 (Write After Approval): Remove myself.
5966
5967 2010-10-15 Tristan Gingold <gingold@adacore.com>
5968
5969 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5970
5971 2010-10-14 Douglas Rupp <rupp@gnat.com>
5972
5973 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
5974
5975 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
5976
5977 * configure.ac (build_lto_plugin): New shell variable.
5978 (--enable-lto): Turn on by default for all non-ELF platforms that
5979 have had LTO support added so far. Set build_lto_plugin appropriately
5980 for both ELF and non-ELF.
5981 (configdirs): Add lto-plugin or not based on build_lto_plugin.
5982 * configure: Regenerate.
5983
5984 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5985
5986 Sync from src:
5987 * configure.ac (v850 support): Remove target-libgloss from
5988 noconfigdirs.
5989 * configure: Regenerate.
5990
5991 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5992
5993 PR bootstrap/45326
5994 PR bootstrap/45174
5995 * configure.ac: Honor initial values of $build_configargs,
5996 $host_configargs, $target_configargs. Mark the precious, so
5997 environment settings get recorded.
5998 * configure: Regenerate.
5999
6000 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6001
6002 PR bootstrap/45796
6003 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6004 Depend on all-build-libiberty.
6005 * Makefile.in: Regenerate.
6006
6007 2010-09-30 Michael Eager <eager@eagercon.com>
6008
6009 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6010 * configure: Regenerate.
6011
6012 2010-09-28 Michael Eager <eager@eagercon.com>
6013
6014 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6015
6016 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6017
6018 PR bootstrap/44621
6019 * configure.ac: Fix unportable shell quoting.
6020 * configure: Regenerate.
6021
6022 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6023
6024 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6025 targets and amend comment.
6026 * configure: Regenerate.
6027
6028 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6029
6030 * MAINTAINERS (Write After Approval): Add myself.
6031
6032 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6033
6034 * configure.ac: Enable LTO by default on Darwin.
6035 * configure: Regenerate.
6036
6037 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6038
6039 * MAINTAINERS (Write After Approval): Add myself.
6040
6041 2010-09-01 Ian Bolton <ian.bolton@arm.com>
6042
6043 * MAINTAINERS (Write After Approval): Add myself.
6044
6045 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6046
6047 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6048 ports
6049
6050 2010-07-28 David Yuste <david.yuste@gmail.com>
6051
6052 * MAINTAINERS (Write After Approval): Add myself.
6053
6054 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6055
6056 * configure.ac: Support all v850 targets.
6057 * configure: Regenerate.
6058
6059 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6060
6061 PR bootstrap/44455
6062 * configure.ac (extra_mpfr_configure_flags): Copy from
6063 extra_mpc_gmp_configure_flags.
6064 * configure: Re-generated.
6065
6066 2010-07-22 Andi Kleen <ak@linux.intel.com>
6067
6068 * MAINTAINERS (Write After Approval): Add myself.
6069
6070 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6071
6072 * MAINTAINERS (Write After Approval): Add myself.
6073
6074 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6075
6076 * MAINTAINERS (Write After Approval): Add myself.
6077
6078 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6079
6080 PR target/44862
6081 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6082 Provide -B option to allow for link spec %s substitutions for
6083 libstdc++.a on darwin.
6084 * Makefile.in: Regenerate.
6085
6086 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6087
6088 * MAINTAINERS (Reviewers): Update my e-mail address
6089
6090 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
6091
6092 * Makefile.def (configure-gcc): Depend on all-libelf.
6093 * Makefile.in: Rebuild.
6094
6095 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6096
6097 * MAINTAINERS (Write After Approval): Add myself in the right place.
6098
6099 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
6100
6101 * MAINTAINERS (Write After Approval): Add myself.
6102
6103 2010-05-25 Sterling Augustine <sterling@tensilica.com>
6104
6105 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6106
6107 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
6108
6109 * config.sub: Update to version 2010-05-21.
6110 * config.guess: Update to version 2010-04-03.
6111
6112 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6113
6114 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6115 * configure: Regenerate.
6116
6117 2010-05-12 Sriraman Tallam <tmsriram@google.com>
6118
6119 * MAINTAINERS (Write After Approval): Add myself.
6120
6121 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6122
6123 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6124 a platform that supports LTO.
6125 * configure: Regenerate.
6126
6127 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6128
6129 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6130 * configure: Regenerated.
6131
6132 2010-04-27 Roland McGrath <roland@redhat.com>
6133 H.J. Lu <hongjiu.lu@intel.com>
6134
6135 * configure.ac (--enable-gold): Support both, both/gold and
6136 both/bfd to add gold to configdirs without removing ld.
6137 * configure: Regenerated.
6138
6139 * Makefile.def: Add install-gold dependency to install-ld.
6140 * Makefile.in: Regenerated.
6141
6142 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6143
6144 PR lto/42776
6145 * configure.ac (--enable-lto): Refactor handling so libelf tests
6146 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6147 and allow LTO to be explicitly enabled on non-ELF platforms that
6148 are known to support it inside else-clause.
6149 * configure: Regenerate.
6150
6151 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6152
6153 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6154 * configure: Regenerate.
6155
6156 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6157
6158 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6159 * configure: Regenerate.
6160
6161 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6162
6163 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6164 separately.
6165 * configure: Regenerate.
6166
6167 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
6168
6169 * MAINTAINERS (Write After Approval): Add myself.
6170
6171 2010-04-14 Tristan Gingold <gingold@adacore.com>
6172
6173 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6174 * configure: Regenerate.
6175
6176 2010-04-13 Steve Ellcey <sje@cup.hp.com>
6177
6178 * configure: Regenerate after change to elf.m4.
6179
6180 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6181
6182 * MAINTAINERS (Write After Approval): Add myself.
6183
6184 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6185
6186 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6187 * configure: Regenerated.
6188
6189 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6190
6191 * configure.ac: Print "buggy but acceptable" when CLooG
6192 revision is less than 9.
6193 * configure: Regenerated.
6194
6195 2010-04-01 Diego Novillo <dnovillo@google.com>
6196
6197 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6198
6199 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6200
6201 PR bootstrap/43615
6202 PR bootstrap/43328
6203
6204 Revert:
6205
6206 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6207
6208 * configure.ac: Do not pass --enable-multilib nor
6209 --disable-multilib in baseargs. Accept explicitly passed
6210 --enable_multilib.
6211 * configure: Regenerate.
6212
6213 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6214
6215 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6216
6217 2010-03-31 Janis Johnson <janis187@us.ibm.com>
6218
6219 * MAINTAINERS: Remove myself.
6220
6221 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6222
6223 PR bootstrap/43328
6224 * configure.ac: Do not pass --enable-multilib nor
6225 --disable-multilib in baseargs. Accept explicitly passed
6226 --enable_multilib.
6227 * configure: Regenerate.
6228
6229 2010-03-28 Andrew Pinski <pinskia@gmail.com>
6230
6231 * MAINTAINERS (spu port): Remove me.
6232
6233 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6234
6235 * configure.ac (tic6x-*-*): New case.
6236 * configure: Regenerate.
6237
6238 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6239
6240 * config.sub: Update to version 2010-03-22.
6241 * config.guess: Update to version 2009-12-30.
6242
6243 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
6244
6245 PR ada/42554
6246 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6247 * configure: Regenerate.
6248
6249 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6250
6251 * MAINTAINERS: Update my email address.
6252
6253 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6254
6255 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6256 (ghassan.shobaki@amd.com): Removed.
6257
6258 2010-03-17 Alan Modra <amodra@gmail.com>
6259
6260 * MAINTAINERS: Update my email address.
6261
6262 2010-03-16 Diego Novillo <dnovillo@google.com>
6263
6264 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6265 Matthews.
6266
6267 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6268
6269 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6270 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6271
6272 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6273
6274 * MAINTAINERS: Update my email address.
6275
6276 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6277
6278 * MAINTAINERS: Update my email address.
6279
6280 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6281
6282 * MAINTAINERS: Update my email address.
6283
6284 2010-03-09 Jie Zhang <jie@codesourcery.com>
6285
6286 * MAINTAINERS: Update my email address.
6287
6288 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6289
6290 PR libstdc++/32499
6291 * configure.ac (RANLIB): Default to true.
6292 (STRIP): Likewise.
6293 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6294 * configure: Regenerate.
6295
6296 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
6297
6298 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6299 (Write After Approval): Update my email address.
6300
6301 2010-02-17 Nick Clifton <nickc@redhat.com>
6302
6303 PR 11238
6304 * Makefile.tpl (local-distclean): Also remove config.cache files in
6305 sub-directories as there may not be Makefiles present in the
6306 sub-directories.
6307 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6308 the config.cache files found by the find command.
6309
6310 * Makefile.in: Regenerate.
6311 * configure.ac: Revert previous delta.
6312 * configure: Regenerate.
6313
6314 2010-02-15 Nick Clifton <nickc@redhat.com>
6315
6316 PR 11238
6317 * configure.ac: Delete config.cache files in sub-directories when
6318 deleting Makefiles.
6319 * configure: Regenerate.
6320
6321 2010-02-12 Ben Elliston <bje@gnu.org>
6322
6323 * MAINTAINERS: Update my email address.
6324
6325 2010-02-08 Andrew Pinski <pinskia@gmail.com>
6326
6327 * MAINTAINERS (spu port): Update my email address.
6328
6329 2010-02-08 Jie Zhang <jie.zhang@analog.com>
6330
6331 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6332
6333 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6334
6335 * configure.ac: Add "recommended" version checks for GMP/MPC.
6336 Update recommended GMP/MPFR/MPC versions.
6337 * configure: Regenerate.
6338
6339 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6340
6341 * MAINTAINERS: Move my Embecosm email address into the
6342 write-after-approval section.
6343
6344 2010-01-26 Ian Lance Taylor <iant@google.com>
6345
6346 * MAINTAINERS: Add myself as Go frontend maintainer.
6347
6348 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
6349
6350 PR libstdc++/36101, PR libstdc++/42813
6351 * configure.ac (bootstrap_target_libs): Make inclusion of
6352 target-libgomp conditional on libgomb being in target_configdirs.
6353 * configure: Regenerate.
6354
6355 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
6356
6357 PR libstdc++/36101, PR libstdc++/42813
6358 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6359 * configure: Regenerate.
6360
6361 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
6362
6363 PR libstdc++/36101, PR libstdc++/42813
6364 * configure.ac (target_configdirs): Substitute.
6365 * Makefile.def: Bootstrap target module libgomp.
6366 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6367 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6368 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6369 * configure, Makefile.in: Regenerate.
6370
6371 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6372
6373 * MAINTAINERS: Adjust my details.
6374
6375 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6376
6377 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6378
6379 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6380
6381 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6382
6383 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6384
6385 * MAINTAINERS (Write After Approval): Add myself.
6386
6387 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6388
6389 * MAINTAINERS (Write After Approval): Add myself.
6390
6391 2010-01-11 Richard Guenther <rguenther@suse.de>
6392
6393 PR lto/41569
6394 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6395 * Makefile.in: Regenerated.
6396
6397 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
6398
6399 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6400 * configure: Regenerate.
6401
6402 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6403 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6404
6405 PR bootstrap/42424
6406 * configure.ac: Include libtool m4 files.
6407 (_LT_CHECK_OBJDIR): Call it.
6408 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6409 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6410
6411 * configure: Regenerate.
6412
6413 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6414
6415 PR bootstrap/41818
6416 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6417 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6418 * Makefile.in: Regenerate.
6419
6420 2010-01-02 Richard Guenther <rguenther@suse.de>
6421
6422 PR lto/41529
6423 * configure.ac: Include config/elf.m4. Disable LTO if not
6424 builting for an elf target.
6425 * configure: Regenerate.
6426
6427 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6428
6429 * MAINTAINERS: Change my email address.
6430
6431 2009-12-18 Ben Elliston <bje@au.ibm.com>
6432
6433 * config.sub, config.guess: Update from upstream sources.
6434
6435 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6436
6437 * MAINTAINERS (Write After Approval): Add myself.
6438
6439 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6440
6441 PR middle-end/30447
6442 PR middle-end/30789
6443 PR other/40302
6444
6445 * configure.ac: Require MPC.
6446 * configure: Regenerate.
6447
6448 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6449
6450 PR target/38384
6451 PR bootstrap/40972
6452 * libtool.m4: Sync from git Libtool.
6453 * ltoptions.m4: Likewise.
6454 * ltversion.m4: Likewise.
6455 * lt~obsolete.m4: Likewise.
6456 * ltmain.sh: Likewise.
6457
6458 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6459
6460 * configure.ac: Update minimum MPC version to 0.8.
6461 * configure: Regenerate.
6462
6463 2009-11-21 Sebastian Pop <sebpop@gmail.com>
6464
6465 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6466 * configure: Regenerated.
6467
6468 2009-11-21 Ian Lance Taylor <iant@google.com>
6469
6470 * configure.ac: Change default of poststage1_ldflags to be empty if
6471 poststage1_libs is set. When poststage1_libs is empty, and
6472 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6473 * configure: Rebuild.
6474
6475 2009-11-21 Adam Nemet <adambnmet@gmail.com>
6476
6477 * MAINTAINERS (Write After Approval): Update my email address.
6478
6479 2009-11-20 Ben Elliston <bje@au.ibm.com>
6480
6481 * config.guess: Update from upstream sources.
6482
6483 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6484
6485 * Makefile.def: Restore host and target settings for gmp.
6486 * Makefile.in: Rebuild.
6487
6488 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6489
6490 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6491 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6492 Fix portability of test of C++ as bootstrap language. Add
6493 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6494 * configure: Rebuild.
6495 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6496 and cloog. Fix in-tree ppl configuration. Introduce libelf
6497 in-tree building.
6498 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6499 (POSTSTAGE1_HOST_EXPORTS): Use it.
6500 (STAGE[+id+]_CXXFLAGS): New.
6501 (BASE_FLAGS_TO_PASS): Pass it down.
6502 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6503 extra_exports.
6504 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6505 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6506 extra_exports.
6507 * Makefile.in: Rebuild.
6508
6509 2009-11-17 Ben Elliston <bje@au.ibm.com>
6510
6511 * config.sub, config.guess: Update from upstream sources.
6512
6513 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6514
6515 * MAINTAINERS (Write After Approval): Add myself.
6516
6517 2009-11-09 Jon Beniston <jon@beniston.com>
6518
6519 * MAINTAINERS (Write After Approval): Add myself.
6520
6521 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6522
6523 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6524 paths for *-w64-mingw* and x86_64-*mingw*.
6525 * configure: Regenerated.
6526
6527 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
6528
6529 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6530
6531 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6532
6533 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6534 Phil Edwards to Write-After Approval.
6535
6536 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
6537
6538 * configure.ac: Disable target-winsup & co for
6539 x86_64-*-mingw* and *-w64-mingw* targets.
6540 * configure: Regenerated.
6541
6542 2009-10-16 Nick Clifton <nickc@redhat.com>
6543
6544 * MAINTAINERS: Add myself as a maintainer for the RX port.
6545
6546 2009-10-26 Johannes Singler <singler@kit.edu>
6547
6548 * MAINTAINERS (Write After Approval): Update my e-mail address.
6549
6550 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6551
6552 * configure.ac (CLooG test): Use = with test.
6553 * configure: Regenerate.
6554
6555 2009-10-22 Richard Guenther <rguenther@suse.de>
6556
6557 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6558 cloog if the ppl version check failed. Move flags saving
6559 before setting in libelf check.
6560 * configure: Regenerate.
6561
6562 2009-10-21 Richard Guenther <rguenther@suse.de>
6563
6564 * configure.ac: Adjust the ppl and cloog configure to work as
6565 documented. Disable cloog if ppl was disabled. Omit the version
6566 checks if they were disabled.
6567 * configure: Re-generate.
6568
6569 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6570
6571 * configure.ac: Add 'lto' to enable_languages, not
6572 new_enable_languages, and only if not already present.
6573 * configure: Regenerate.
6574
6575 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6576
6577 * README: Refer to the various COPYING* files instead of just
6578 COPYING.
6579 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6580
6581 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
6582
6583 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6584
6585 2009-10-07 Richard Guenther <rguenther@suse.de>
6586
6587 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6588 and Richard Guenther as reviewers.
6589 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6590 as reviewers.
6591
6592 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
6593
6594 * config.sub: Update from upstream sources.
6595
6596 2009-10-06 Ian Lance Taylor <iant@google.com>
6597
6598 * Makefile.def: check-gold depends upon all-gas.
6599 * Makefile.in: Rebuild.
6600
6601 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6602
6603 * MAINTAINERS (Write After Approval): Add myself.
6604
6605 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6606
6607 * Makefile.def: all-lto-plugin depends on all-libiberty.
6608 set bootstrap=true for lto-plugin.
6609 Add lto-plugin.
6610 * Makefile.in: Regenerate.
6611 * configure.ac (host_libs): Add lto-plugin.
6612 * configure: Regenerate.
6613
6614 2009-10-03 Diego Novillo <dnovillo@google.com>
6615
6616 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6617 (HOST_LIBELFLIBS): Define.
6618 (HOST_LIBELFINC): Define.
6619 * Makefile.in: Regenerate.
6620 * configure.ac: Add --enable-lto.
6621 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6622 If --enable-lto is used, add 'lto' to new_enable_languages.
6623 If --enable-lto is used and gold is enabled, add
6624 lto-plugin to configdirs.
6625 * configure: Regenerate.
6626
6627 2009-10-03 Simon Baldwin <simonb@google.com>
6628
6629 * configure.ac: If --with-system-zlib, suppress local zlib and
6630 pass --with-system-zlib to subdir configure scripts.
6631 * configure: Regenerate.
6632
6633 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
6634 Paolo Bonzini <bonzini@gnu.org>
6635
6636 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6637 $(srcdir).
6638 * Makefile.in: Rebuilt.
6639
6640 2009-09-26 Gary Funck <gary@intrepid.com>
6641
6642 * MAINTAINERS (Write After Approval): Add myself.
6643
6644 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6645
6646 * configure.ac: Update minimum MPC version to 0.7.
6647 * configure: Regenerate.
6648
6649 2009-09-25 Nick Clifton <nickc@redhat.com>
6650
6651 * configure.ac: Pass any --cache-file=/dev/null option on to
6652 subconfigures.
6653 * configure: Regenerate.
6654
6655 2009-09-23 Nick Clifton <nickc@redhat.com>
6656
6657 * config.sub, config.guess: Update from upstream sources.
6658
6659 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
6660
6661 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6662 * Makefile.in: Rebuilt.
6663
6664 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6665
6666 PR bootstrap/32272
6667 * configure.ac: Error out if $srcdir isn't '.' but contains
6668 host-${host_noncanonical}.
6669 * configure: Regenerate.
6670
6671 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6672
6673 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6674 maintainer.
6675
6676 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6677
6678 * configure.ac: If bootstrapping a combined tree with
6679 --enable-gold, require c++ in stage1_languages.
6680 * configure: Regenerate.
6681
6682 * configure.ac: Also add target_libs of stage1_languages to
6683 bootstrap_target_libs.
6684 * configure: Regenerate.
6685
6686 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6687 with --enable-languages not containing c++.
6688 * configure: Regenerate.
6689
6690 2009-09-15 Jie Zhang <jie.zhang@analog.com>
6691
6692 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6693 * configure: Regenerate.
6694
6695 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
6696
6697 * MAINTAINERS (Write After Approval): Update my e-mail address,
6698 and move from from here...
6699 (Waiting for paperwork): To here.
6700
6701 2009-09-09 Joseph Myers <joseph@codesourcery.com>
6702
6703 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6704
6705 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6706
6707 * configure.ac: Do not use $extrasub for replacing @if/@endif
6708 parts in Makefile; instead, use additional arguments to
6709 AC_CONFIG_COMMANDS to do the replacement manually, with several
6710 sed invocations, to avoid HP-UX sed command limits.
6711 * configure: Regenerate.
6712
6713 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
6714
6715 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6716 blank before -L.
6717
6718 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
6719
6720 * configure.ac (with-build-config): Document. Handle without.
6721 Handle missing argument.
6722 * configure: Rebuilt.
6723
6724 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
6725
6726 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6727 Default to bootstrap-debug only if compare-debug works.
6728 * configure: Rebuilt.
6729 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6730 * Makefile.in: Rebuilt.
6731
6732 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6733
6734 * MAINTAINERS (OS Port Maintainers): Update my email address.
6735
6736 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
6737
6738 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6739 * Makefile.in: Rebuilt.
6740
6741 2009-09-01 Chris Demetriou <cgd@google.com>
6742
6743 * MAINTAINERS (Write After Approval): Add myself.
6744
6745 2009-08-31 Dodji Seketeli <dodji@redhat.com>
6746
6747 PR debug/30161
6748 * include/dwarf2.h (enum dwarf_tag): Added
6749 DW_TAG_GNU_template_template_param
6750 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6751
6752 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6753
6754 * Makefile.tpl (AWK): Fix typo.
6755 * Makefile.in: Regenerate.
6756
6757 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6758
6759 * configure.ac: Detect awk and sed.
6760 * Makefile.def (flags_to_pass): Add AWK and SED.
6761 * Makefile.tpl (AWK, SED): New.
6762 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6763 * configure: Regenerate.
6764 * Makefile.in: Regenerate.
6765
6766 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6767
6768 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6769 (collapseslashes): Likewise.
6770
6771 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6772
6773 * configure.ac (AC_PREREQ): Bump to 2.64.
6774
6775 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6776
6777 * configure.ac: Remove --with-datarootdir, --with-docdir,
6778 --with-pdfdir, --with-htmldir switches.
6779 * configure: Regenerate.
6780
6781 * configure: Regenerate.
6782
6783 * compile: Sync from Automake 1.11.
6784 * depcomp: Likewise.
6785 * install-sh: Likewise.
6786 * missing: Likewise.
6787 * mkinstalldirs: Likewise.
6788 * ylwrap: Likewise.
6789
6790 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6791
6792 * ltmain.sh (func_normal_abspath): New function.
6793 (func_relative_path): Likewise.
6794 (func_mode_help): Document new -bindir option for link mode.
6795 (func_mode_link): Add new -bindir option, and use it to place
6796 output DLL if specified.
6797
6798 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6799
6800 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6801 (baseargs): Add --disable-option-checking.
6802 * configure: Regenerate.
6803
6804 * Makefile.def (configure-target-libiberty): Depend on
6805 all-binutils and all-ld.
6806 (configure-target-newlib): Likewise.
6807 * Makefile.in: Regenerate.
6808
6809 2009-08-17 Ben Elliston <bje@au.ibm.com>
6810
6811 * config.sub, config.guess: Update from upstream sources.
6812
6813 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6814
6815 Sync from src, merge:
6816
6817 2009-07-02 Tristan Gingold <gingold@adacore.com>
6818
6819 * configure.ac: Do not exclude gas for i386-*-darwin.
6820 Add a case for x86_64-*-darwin.
6821 * configure: Regenerate.
6822
6823 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6824
6825 * MAINTAINERS: Add my name to Write After Approval list.
6826
6827 2009-08-06 Michael Eager <eager@eagercon.com>
6828
6829 * configure.ac: Add Microblaze target.
6830 * configure: Regenerate.
6831
6832 2009-07-31 Christian Bruel <christian.bruel@st.com>
6833
6834 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6835 * configure: Regenerate.
6836
6837 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
6838
6839 * MAINTAINERS (Write After Approval): Update my e-mail address.
6840
6841 2009-07-06 Ian Lance Taylor <iant@google.com>
6842
6843 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6844 * configure: Rebuild.
6845
6846 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6847
6848 * MAINTAINERS: Move myself to the Graphite Reviewers.
6849
6850 2009-06-30 Wei Guozhi <carrot@google.com>
6851
6852 * MAINTAINERS: Add my name to Write After Approval list.
6853
6854 2009-06-26 Steve Ellcey <sje@cup.hp.com>
6855
6856 PR bootstrap/40338
6857 * configure.ac (comparestring): Create new variable.
6858 * Makefile.tpl (comparestring): Use to skip some comparisions.
6859 * configure: Regenerate.
6860 * Makefile.in: Regenerate.
6861
6862 2009-06-26 Doug Evans <dje@sebabeach.org>
6863
6864 * Makefile.def (host_modules): Add cgen.
6865 * Makefile.in: Regenerate.
6866 * configure.ac (host_tools): Add cgen.
6867 * configure: Regenerate.
6868
6869 2009-06-23 DJ Delorie <dj@redhat.com>
6870
6871 * MAINTAINERS: Add myself as mep maintainer.
6872
6873 2009-06-23 Ian Lance Taylor <iant@google.com>
6874
6875 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6876 boot_languages. Only bootstrap target libraries listed in
6877 target_libs for some boot language. Add --with-stage1-ldflags,
6878 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6879 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6880 if not building with C++.
6881 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6882 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6883 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6884 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6885 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6886 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6887 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6888 * configure, Makefile.in: Rebuild.
6889
6890 2009-06-23 Li Feng <nemokingdom@gmail.com>
6891
6892 * MAINTAINERS: Added my name to write-after-approval list.
6893
6894 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6895
6896 * configure.ac: Define is_elf for QNX Neutrino targets.
6897 * configure: Regenerate.
6898
6899 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6900
6901 * MAINTAINERS: Added my name to the write-after-approval list
6902
6903 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6904
6905 * configure.ac: Detect MPC in default directory.
6906 * configure: Regenerate.
6907
6908 2009-06-03 Jerome Guitton <guitton@adacore.com>
6909 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6910
6911 * Makefile.tpl (all): Avoid a trailing backslash.
6912 * Makefile.in: Regenerate.
6913
6914 2009-06-03 Ben Elliston <bje@au.ibm.com>
6915
6916 * config.sub, config.guess: Update from upstream sources.
6917
6918 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6919
6920 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6921 to noconfdirs.
6922 * configure: Regenerate.
6923
6924 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
6925
6926 * Makefile.tpl ([+compare-target+]): Compare all stage
6927 directories, rather than just gcc.
6928 * Makefile.in: Rebuilt.
6929
6930 2009-06-01 Doug Kwan <dougkwan@google.com>
6931
6932 * configure.ac: Support gold for target arm*-*-*.
6933 * configure: Regenerate.
6934
6935 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6936
6937 * Makefile.def: Add MPC support and dependencies.
6938 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6939
6940 * Makefile.in, configure: Regenerate.
6941
6942 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
6943
6944 * Makefile.tpl (all): Avoid harmless warning in make all when
6945 gcc-bootstrap is enabled but stage_last does not exist.
6946 * Makefile.in: Rebuilt.
6947
6948 2009-05-24 Nicolas Roche <roche@adacore.com>
6949
6950 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
6951 * Makefile.in: Regenerate.
6952
6953 2009-05-21 Denis Chertykov <chertykov@gmail.com>
6954
6955 * MAINTAINERS: Update my e-mail address.
6956
6957 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
6958
6959 * configure.ac (cygwin noconfigdirs): Remove libgcj.
6960 * configure: Regenerate.
6961
6962 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6963
6964 PR other/40159
6965 * Makefile.tpl (all): Don't assume gcc-bootstrap and
6966 gcc-no-bootstrap are mutually exclusive.
6967 * Makefile.in: Rebuilt.
6968
6969 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
6970
6971 PR other/40159
6972 * Makefile.tpl (all): Don't end with unconditional success.
6973 * Makefile.in: Rebuilt.
6974
6975 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
6976
6977 PR target/37137
6978 * Makefile.def (flags_to_pass): Remove redundant and incomplete
6979 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
6980 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
6981 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
6982 stage_configureflags, stage_cflags and stage_libcflags into
6983 explicit Makefile macros.
6984 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
6985 GFORTRAN.
6986 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
6987 CC. Set CC_FOR_BUILD from CC.
6988 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
6989 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
6990 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
6991 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
6992 and GFORTRAN.
6993 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
6994 (_LIBCFLAGS): Renamed to _TFLAGS.
6995 (do-compare-debug, do-compare3-debug): Drop.
6996 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
6997 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
6998 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
6999 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7000 (XGCC_FLAGS_FOR_TARGET): New.
7001 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7002 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7003 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7004 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7005 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
7006 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7007 TFLAGS.
7008 (BUILD_CONFIG): Include if requested.
7009 (all): Set TFLAGS on bootstrap.
7010 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7011 (all-stageid-prefixmodule): Likewise.
7012 (do-clean, distclean-stageid): Set TFLAGS.
7013 (restrap): Fix whitespace.
7014 * Makefile.in: Rebuilt.
7015
7016 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
7017
7018 * config.guess: Sync with src.
7019
7020 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7021
7022 * configure.ac ($with_ppl): Default to no if not supplied.
7023 ($with_cloog): Likewise.
7024 configure: Regenerate.
7025
7026 2009-04-27 James E. Wilson <wilson@codesourcery.com>
7027
7028 * MAINTAINERS: Update my e-mail address.
7029
7030 2009-04-27 Nick Clifton <nickc@redhat.com>
7031
7032 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7033
7034 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7035
7036 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7037 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7038 * Makefile.in: Regenerate.
7039
7040 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7041
7042 PR bootstrap/39739
7043 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7044 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7045
7046 * configure, Makefile.in: Regenerate.
7047
7048 2009-04-21 Taras Glek <tglek@mozilla.com>
7049
7050 * include/hashtab.h: Update GTY annotations to new syntax
7051 * include/splay-tree.h: Likewise
7052
7053 2009-04-17 Ben Elliston <bje@au.ibm.com>
7054
7055 * config.sub, config.guess: Update from upstream sources.
7056
7057 2009-04-15 Anthony Green <green@moxielogic.com>
7058
7059 * configure.ac: Add moxie support.
7060 * configure: Rebuilt.
7061
7062 2009-04-14 Jakub Jelinek <jakub@redhat.com>
7063
7064 * configure.ac: Change copyright header to refer to version
7065 3 of the GNU General Public License and to point readers at the
7066 COPYING3 file and the FSF's license web page.
7067 * Makefile.def: Likewise.
7068 * Makefile.tpl: Likewise.
7069 * Makefile.in: Regenerate.
7070
7071 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7072
7073 * configure.ac: Restore match for darwin9 or later. Use double
7074 brackets since regeneration eats one pair.
7075 * configure: Regenerate.
7076
7077 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7078
7079 PR gas/10039
7080 * configure.ac: Require texinfo 4.7.
7081 * configure: Regenerated.
7082
7083 2009-04-09 Nick Clifton <nickc@redhat.com>
7084
7085 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7086 the GCC Runtime Library Exception.
7087
7088 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7089
7090 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7091 * configure: Regenerate.
7092
7093 2009-04-01 Steve Ellcey <sje@cup.hp.com>
7094
7095 * Makefil.def (languages): New entries.
7096 * Makefile.tpl (check-gcc-*): New generic target.
7097 * Makefile.in: Regenerate.
7098
7099 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
7100
7101 * MAINTAINERS: Update my email address.
7102
7103 2009-03-18 Tom Tromey <tromey@redhat.com>
7104
7105 * configure: Rebuild.
7106 * configure.ac (host_libs): Add libiconv.
7107 * Makefile.in: Rebuild.
7108 * Makefile.def (host_modules): Add libiconv.
7109 (configure-gdb, all-gdb): Depend on libiconv.
7110
7111 2009-03-16 Tristan Gingold <gingold@adacore.com>
7112
7113 * configure.ac: Treat gdb as supported on x86_64-darwin.
7114 * configure: Regenerate.
7115
7116 2009-03-16 Joseph Myers <joseph@codesourcery.com>
7117
7118 * configure.ac (--with-host-libstdcxx): New option.
7119 * configure: Regenerate.
7120
7121 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
7122
7123 * MAINTAINERS: Move myself into the write after approval list.
7124
7125 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7126
7127 * MAINTAINERS: Update e-mail address.
7128
7129 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7130
7131 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7132
7133 2009-03-10 Ira Rosen <irar@il.ibm.com>
7134
7135 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7136
7137 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7138
7139 Backport from git Libtool:
7140
7141 2009-01-19 Robert Millan <rmh@aybabtu.com>
7142 Support GNU/kOpenSolaris.
7143 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7144 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7145 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7146 GNU/kOpenSolaris.
7147
7148 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7149
7150 * MAINTAINERS: Update e-mail address.
7151
7152 2009-02-24 Michael Eager <eager@eagercon.com>
7153
7154 * MAINTAINERS (Write After Approval): Add self.
7155
7156 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
7157
7158 * MAINTAINERS (Write After Approval): Add myself.
7159
7160 2009-02-05 Andreas Schwab <schwab@suse.de>
7161
7162 * Makefile.tpl (stage_last): Define $r and $s before using
7163 $(RECURSE_FLAGS_TO_PASS).
7164 * Makefile.in: Regenerate
7165
7166 2009-01-30 Ian Lance Taylor <iant@google.com>
7167
7168 * MAINTAINERS: Move myself to the Global Reviewers list.
7169
7170 2009-01-29 Robert Millan <rmh@aybabtu.com>
7171
7172 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7173 * configure: Regenerate.
7174
7175 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7176
7177 * MAINTAINERS: Make whitespace consistent.
7178 Remove Robert Millan from Write After Approval.
7179
7180 2009-01-16 Alan Modra <amodra@bigpond.net.au>
7181
7182 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7183 (all-opcodes): Depend on all-libiberty.
7184 * Makefile.in: Regenerate.
7185
7186 2009-01-15 Douglas B Rupp <rupp@gnat.com>
7187
7188 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7189 * configure: Regenerate.
7190
7191 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7192
7193 * MAINTAINERS (Write After Approval): Add myself.
7194
7195 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7196
7197 * MAINTAINERS: Add myself to reviewers (Fortran).
7198
7199 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
7200
7201 PR tree-optimization/38515
7202 * configure.ac (cloog-polylib): Removed.
7203 (with_ppl, with_cloog): Test for "no".
7204 * configure: Regenerated.
7205
7206 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
7207
7208 * MAINTAINERS: Moved myself to reviewers (Fortran).
7209
7210 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7211
7212 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7213 (Write After Approval): Remove myself.
7214
7215 2009-01-03 Diego Novillo <dnovillo@google.com>
7216
7217 * MAINTAINERS: Remove myself from alias maintainership.
7218
7219 2009-01-02 David Ayers <ayers@fsfe.org>
7220
7221 * MAINTAINERS: Update e-mail address.
7222
7223 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7224
7225 * MAINTAINERS: Make whitespace consistent.
7226
7227 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7228
7229 Backport from upstream Libtool:
7230 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7231 Add cache variables to tests that require the linker to work.
7232 For shlibpath_overrides_runpath, this also changes the semantics
7233 to let the result from the C compiler take precedence.
7234
7235 2008-12-02 Ben Elliston <bje@au.ibm.com>
7236
7237 * config.sub, config.guess: Update from upstream sources.
7238
7239 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
7240
7241 * configure.ac (ppllibs): Add by default the lib flags.
7242 * configure: Regenerate.
7243
7244 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
7245
7246 * MAINTAINERS: Add myself to the write after approval list.
7247
7248 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7249
7250 * configure.ac: Add double brackets on darwin[912].
7251 * configure: Regenerate.
7252
7253 2008-12-03 Daniel Kraft <d@domob.eu>
7254
7255 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7256 Approval to Reviewer section (for Fortran front-end).
7257
7258 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7259
7260 * configure.ac: Expand to darwin10 and later.
7261 * configure: Regenerate.
7262
7263 2008-12-02 Andreas Schwab <schwab@suse.de>
7264
7265 * Makefile.def: configure-target-boehm-gc depends on
7266 all-target-libstdc++-v3.
7267 * Makefile.in: Regenerate.
7268
7269 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
7270
7271 * MAINTAINERS: Add myself as mingw maintainer.
7272
7273 2008-12-02 Ben Elliston <bje@au.ibm.com>
7274
7275 * config.sub, config.guess: Update from upstream sources.
7276
7277 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7278
7279 * README.SCO: Remove.
7280
7281 2008-11-29 Fernando Pereira <pronesto@gmail.com>
7282
7283 * MAINTAINERS: Add myself to the write after approval list.
7284
7285 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7286
7287 * MAINTAINERS: Update my email address in WAA section.
7288
7289 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
7290
7291 * MAINTAINERS: Update e-mail address.
7292
7293 2008-11-27 Toon Moene <toon@moene.org>
7294
7295 * MAINTAINERS: Change e-mail address.
7296
7297 2008-11-27 Tristan Gingold <gingold@adacore.com>
7298
7299 * configure.ac: Build gdb for i?86-*-darwin*
7300 * configure: Regenerated.
7301
7302 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
7303
7304 * MAINTAINERS: Added my full name.
7305
7306 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7307
7308 PR bootstrap/38014
7309 PR bootstrap/37923
7310
7311 Revert:
7312
7313 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7314
7315 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7316 * Makefile.in: Regenerated.
7317
7318 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7319
7320 PR gdb/921
7321 PR gdb/1646
7322 PR gdb/2175
7323 PR gdb/2176
7324
7325 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7326 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7327 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7328 (HOST_EXPORTS): Pass CPPFLAGS.
7329 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7330 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7331 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7332 * Makefile.in, configure: Regenerated.
7333 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7334 and CPPFLAGS_FOR_BUILD.
7335
7336 2008-11-06 Jeff Law <law@redhat.com>
7337
7338 * MAINTAINERS: Add myself as middle end maintainer.
7339
7340 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
7341
7342 * MAINTAINERS (Write after approval): Add myself.
7343
7344 2008-11-05 Diego Novillo <dnovillo@google.com>
7345
7346 * MAINTAINERS (Global Reviewers): Add myself.
7347 (Non-Algorithmic Maintainers): Remove myself.
7348
7349 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7350
7351 * MAINTAINERS (Write after approval): Add myself.
7352
7353 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7354
7355 * MAINTAINERS (Write after approval): Add myself.
7356
7357 2008-10-31 Ben Elliston <bje@au.ibm.com>
7358
7359 * configure.ac (spu-*-*): Remove special case.
7360 * configure: Regenerate.
7361
7362 2008-10-30 Catherine Moore <clm@codesourcery.com>
7363
7364 * MAINTAINERS (Write after approval): Update my email address.
7365
7366 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7367
7368 * configure.ac [spu-*-*]: Do not set skipdirs.
7369 * configure: Re-generate.
7370
7371 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7372
7373 * MAINTAINERS (Various Maintainers): Add myself to reload.
7374
7375 2008-10-25 Richard Guenther <rguenther@suse.de>
7376
7377 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7378 maintainer. Remove myself as libgcc-math maintainer.
7379 (Non-Algorithmic Maintainers): Remove myself.
7380
7381 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7382
7383 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7384 * Makefile.in: Regenerated.
7385
7386 2008-10-23 Cary Coutant <ccoutant@google.com>
7387
7388 * MAINTAINERS (Write after approval): Add myself.
7389
7390 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7391
7392 PR gdb/921
7393 PR gdb/1646
7394 PR gdb/2175
7395 PR gdb/2176
7396
7397 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7398 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7399 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7400 (HOST_EXPORTS): Pass CPPFLAGS.
7401 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7402 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7403 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7404 * Makefile.in, configure: Regenerated.
7405 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7406 and CPPFLAGS_FOR_BUILD.
7407
7408 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
7409
7410 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7411 Sebastian Pop.
7412
7413 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7414
7415 * MAINTAINERS (Write After Approval): Added myself.
7416
7417 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7418
7419 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7420 recommended version to 2.3.2.
7421
7422 * configure: Regenerate.
7423
7424 2008-10-01 Mark Mitchell <mark@codesourcery.com>
7425
7426 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7427
7428 2008-09-29 David Daney <david.daney@caviumnetworks.com>
7429
7430 * MAINTAINERS (Write After Approval): Update e-mail address.
7431
7432 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7433
7434 * libtool.m4: Update to libtool 2.2.6.
7435 * lt~obsolete.m4: Update to libtool 2.2.6.
7436 * ltmain.sh: Update to libtool 2.2.6.
7437 * ltsugar.m4: Update to libtool 2.2.6.
7438 * ltversion.m4: Update to libtool 2.2.6.
7439 * ltoptions.m4: Update to libtool 2.2.6.
7440 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7441
7442 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7443
7444 * MAINTAINERS (Write After Approval): Add myself.
7445
7446 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7447
7448 * MAINTAINERS (Write After Approval): Update my name.
7449
7450 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7451
7452 * MAINTAINERS: Add myself in "Write After Approval".
7453
7454 2008-09-18 Steve Ellcey <sje@cup.hp.com>
7455
7456 * MAINTAINERS: Add myself as ia64 maintainer.
7457
7458 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7459
7460 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7461 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7462 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7463 and Michael Tiemann from Write After Approval since they do not
7464 actually have access.
7465
7466 2008-09-05 Richard Guenther <rguenther@suse.de>
7467
7468 * configure.ac: Initialize clooglibs to -lcloog.
7469 * configure: Re-generate.
7470
7471 2008-09-04 Le-Chun Wu <lcwu@google.com>
7472
7473 * MAINTAINERS (Write After Approval): Add myself.
7474
7475 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7476
7477 * configure.ac (--with-cloog-polylib): New.
7478 (--disable-cloog-version-check): New.
7479 (--disable-ppl-version-check): New.
7480 * configure: Re-generate.
7481
7482 2008-09-03 Richard Guenther <rguenther@suse.de>
7483
7484 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7485 cloog test.
7486 * configure: Re-generate.
7487
7488 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7489
7490 Add picoChip port.
7491 * MAINTAINERS: Add picoChip maintainers.
7492
7493 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7494 Tobias Grosser <grosser@fim.uni-passau.de>
7495 Jan Sjodin <jan.sjodin@amd.com>
7496 Harsha Jagasia <harsha.jagasia@amd.com>
7497 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7498 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7499 Adrien Eliche <aeliche@isty.uvsq.fr>
7500
7501 Merge from graphite branch.
7502 * configure: Regenerate.
7503 * Makefile.in: Regenerate.
7504 * configure.ac (host_libs): Add ppl and cloog.
7505 Add checks for PPL and CLooG.
7506 * Makefile.def (ppl, cloog): Added modules and dependences.
7507 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7508 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7509
7510 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7511
7512 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7513 (GCC_SHLIB_SUBDIR): New.
7514 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7515 * configure: Regenerate.
7516 * Makefile.in: Regenerate.
7517
7518 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7519
7520 * MAINTAINERS: Consistently use tabs to separate columns.
7521
7522 2008-08-29 Tristan Gingold <gingold@adacore.com>
7523
7524 * MAINTAINERS (Write after Approval): Add myself.
7525
7526 2008-08-28 Tristan Gingold <gingold@adacore.com>
7527
7528 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7529 Enable bfd, binutils and opcodes.
7530 * configure: Regenerate.
7531
7532 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7533
7534 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7535
7536 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7537
7538 * MAINTAINERS: Use correct Umlaut for last name.
7539
7540 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7541
7542 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7543
7544 2008-08-16 David Edelsohn <edelsohn@gnu.org>
7545
7546 * MAINTAINERS: Update my email address.
7547
7548 2008-08-16 Nicolas Roche <roche@adacore.com>
7549
7550 * Makefile.tpl: Add BOOT_ADAFLAGS.
7551 * Makefile.in: Regenerate.
7552
7553 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7554
7555 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7556 * configure: Regenerate.
7557
7558 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
7559
7560 * configure.ac: Add makefile fragments for hpux.
7561 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7562 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7563 * configure: Regenerate.
7564 * Makefile.in: Regenerate.
7565
7566 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
7567
7568 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7569
7570 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
7571
7572 * MAINTAINERS (Write after Approval): Add myself.
7573
7574 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7575
7576 * MAINTAINERS (Write After Approval): Add myself.
7577
7578 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
7579
7580 * MAINTAINERS (Write After Approval): Add myself.
7581
7582 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7583
7584 * MAINTAINERS: Update my email address.
7585
7586 2008-06-25 Joey Ye <joey.ye@intel.com>
7587
7588 * MAINTAINERS (Write After Approval): Add myself.
7589
7590 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7591
7592 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7593 * Makefile.in: Regenerate.
7594 * configure: Regenerate.
7595
7596 2008-06-17 Daniel Kraft <d@domob.eu>
7597
7598 * MAINTAINERS (Write After Approval): Add myself.
7599
7600 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7601
7602 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7603 "$@" is still intact with both Autoconf 2.59 and 2.62.
7604 * configure: Regenerate.
7605
7606 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7607
7608 * Makefile.tpl: Fix comment errors.
7609 * Makefile.in: Regenerate.
7610
7611 2008-06-12 David S. Miller <davem@davemloft.net>
7612 David Edelsohn <edelsohn@gnu.org>
7613
7614 * configure.ac: Add powerpc*-*-* to gold supported targets.
7615 * configure: Regenerate.
7616
7617 2008-06-08 Joseph Myers <joseph@codesourcery.com>
7618
7619 PR tree-optimization/36218
7620 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7621 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7622 (all prefix="build-"): Pass them to build-system sub-makes.
7623 * Makefile.in: Regenerate.
7624
7625 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7626
7627 * MAINTAINERS (mt port): Remove.
7628 (sco5, unixware, sco udk): Remove.
7629 (Kean Johnston): Add to Write After Approval.
7630
7631 2008-05-30 Julian Brown <julian@codesourcery.com>
7632
7633 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7634 of libobjc for ARM EABI Linux.
7635 * configure: Regenerate.
7636
7637 2008-05-18 Xinliang David Li <davidxl@google.com>
7638
7639 * ChangeLog: Remove wrong ChangeLog entry.
7640
7641 2008-05-17 Xinliang David Li <davidxl@google.com>
7642
7643 * MAINTAINERS (Write After Approval): Add myself.
7644
7645 2008-05-15 Janus Weil <janus@gcc.gnu.org>
7646
7647 * MAINTAINERS (Write After Approval): Add myself.
7648
7649 2008-05-14 Rafael Espíndola <espindola@google.com>
7650
7651 * config-ml.in: don't handle --enable-shared and --enable-static.
7652
7653 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7654
7655 * MAINTAINERS: Update my email address.
7656
7657 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7658
7659 * MAINTAINERS: Update my email address.
7660
7661 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7662
7663 * MAINTAINERS (Write After Approval): Add myself.
7664
7665 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7666
7667 * MAINTAINERS (Write After Approval): Add myself.
7668
7669 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
7670
7671 * MAINTAINERS (crx): Add myself.
7672
7673 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7674
7675 Sync with src:
7676 2008-04-14 David S. Miller <davem@davemloft.net>
7677
7678 * configure.ac: Add sparc*-*-* to gold supported targets.
7679 * configure: Regenerate.
7680
7681 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7682
7683 PR bootstrap/35457
7684 * configure.ac: Include override.m4.
7685 * configure: Regenerate.
7686
7687 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7688
7689 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7690 * Makefile.in: Regenerate.
7691
7692 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
7693
7694 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7695 as nonconfigurable directories list.
7696 * configure: Regenerate.
7697
7698 2008-04-14 Ben Elliston <bje@au.ibm.com>
7699
7700 * config.sub, config.guess: Update from upstream sources.
7701
7702 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
7703
7704 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7705 * Makefile.in: Regenerate.
7706
7707 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7708
7709 * configure.ac: Do not build libssp for the AVR.
7710 * configure: Regenerate.
7711
7712 2008-04-07 Ian Lance Taylor <iant@google.com>
7713
7714 * Makefile.def: check-gold depends upon all-binutils.
7715 * Makefile.in: Regenerate.
7716
7717 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7718
7719 * MAINTAINERS (Write After Approval): Add myself.
7720
7721 2008-04-04 Nick Clifton <nickc@redhat.com>
7722
7723 PR binutils/4334
7724 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7725 builds.
7726 * configure: Regenerate.
7727
7728 2008-04-04 NightStrike <NightStrike@gmail.com>
7729
7730 PR other/35151
7731 * configure.ac: Combine rules for mingw32 and mingw64.
7732 * configure: Regenerate.
7733
7734 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
7735
7736 * MAINTAINERS (Write After Approval): Add myself.
7737
7738 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
7739
7740 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7741 * Makefile.in (.NOTPARALLEL): Ditto.
7742
7743 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7744
7745 * MAINTAINERS (Write After Approval): Add myself.
7746
7747 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
7748
7749 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7750 * Makefile.in (.NOTPARALLEL): Regenerate.
7751
7752 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
7753
7754 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7755 * Makefile.in: Regenerate.
7756
7757 2008-03-26 Jakub Staszak <kuba@et.pl>
7758
7759 * MAINTAINERS (Write After Approval): Add myself.
7760
7761 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7762
7763 * MAINTAINERS: Update e-mail address.
7764
7765 2008-03-20 Ian Lance Taylor <iant@google.com>
7766
7767 * configure.ac: Add support for --enable-gold.
7768 * Makefile.def: Add gold as a directory like ld.
7769 * configure, Makefile.in: Regenerate.
7770
7771 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7772
7773 * configure.ac: m4_include config/proginstall.m4.
7774 * configure: Regenerate.
7775
7776 Backport from upstream Libtool:
7777
7778 2007-10-12 Eric Blake <ebb9@byu.net>
7779
7780 Deal with Autoconf 2.62's semantic change in m4_append.
7781 * ltsugar.m4 (lt_append): Replace broken versions of
7782 m4_append.
7783 (lt_if_append_uniq): Don't require separator to be overquoted,
7784 and avoid broken m4_append.
7785 (lt_dict_add): Fix typo.
7786 * libtool.m4 (_LT_DECL): Don't overquote separator.
7787
7788 2008-03-13 David Edelsohn <edelsohn@gnu.org>
7789
7790 * config.rpath: Add AIX 6 support.
7791
7792 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
7793
7794 * Makefile.def (stageprofile). Remove -fprofile-generate
7795 from stage_libcflags.
7796 * Makefile.in: Regenerate.
7797
7798 2008-03-13 Ben Elliston <bje@au.ibm.com>
7799
7800 * config.sub, config.guess: Update from upstream sources.
7801
7802 2008-03-06 Tom Tromey <tromey@redhat.com>
7803
7804 * MAINTAINERS: Update for treelang deletion.
7805
7806 2008-03-03 James E. Wilson <wilson@tuliptree.org>
7807
7808 * MAINTAINERS: Update my email address.
7809
7810 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
7811
7812 * MAINTAINERS (darwin port): Add myself as a maintainer.
7813 (objective-c/c++): Add myself as a maintainer.
7814
7815 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7816
7817 * MAINTAINERS (Write After Approval): Update my email address.
7818
7819 2008-02-25 Tomas Bily <tbily@suse.cz>
7820
7821 * MAINTAINERS (Write After Approval): Add myself.
7822
7823 2008-02-23 Jakub Jelinek <jakub@redhat.com>
7824
7825 * MAINTAINERS (OpenMP): Add myself.
7826
7827 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
7828
7829 PR bootstrap/32009
7830 PR bootstrap/32161
7831
7832 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7833 * configure: Regenerate.
7834
7835 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7836 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7837 STAGE4_LIBCFLAGS): New.
7838 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7839 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7840 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7841 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7842 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7843 for target modules. Don't export LIBCFLAGS.
7844 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7845 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7846 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7847 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7848 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7849 * Makefile.in: Regenerate.
7850
7851 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7852
7853 PR libgcj/33085
7854 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7855 Do not use -DDLL_EXPORT. Backport from upstream.
7856
7857 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7858
7859 * MAINTAINERS (Write After Approval): Add myself.
7860
7861 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
7862
7863 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7864 * configure: Regenerate.
7865
7866 2008-01-31 Marc Gauthier <marc@tensilica.com>
7867
7868 * configure.ac (xtensa*-*-*): Recognize processor variants.
7869 * configure: Regenerate.
7870
7871 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7872
7873 PR bootstrap/34922
7874 * configure.ac (PARSE_ARGS): Push suitable setting of
7875 ac_subdirs_all, for `./configure --help=recursive'.
7876 Handle `+' in generic toplevel directory disabling.
7877 * configure: Regenerate.
7878
7879 2008-01-28 Nick Clifton <nickc@redhat.com>
7880
7881 * MAINTAINERS (xstormy16): Take over maintainership.
7882
7883 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7884
7885 * MAINTAINERS (c4x port): Remove.
7886
7887 2008-01-24 David Edelsohn <edelsohn@gnu.org>
7888
7889 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7890
7891 2008-01-23 Ben Elliston <bje@au.ibm.com>
7892
7893 * config.sub, config.guess: Update from upstream sources.
7894
7895 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7896
7897 * MAINTAINERS (Write After Approval): Add myself.
7898
7899 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
7900
7901 * MAINTAINERS: Update my email address.
7902
7903 2008-01-09 Raksit Ashok <raksit@google.com>
7904
7905 * MAINTAINERS (Write After Approval): Add myself.
7906
7907 2008-01-09 Raksit Ashok <raksit@google.com>
7908
7909 * MAINTAINERS (Write After Approval): Add myself.
7910
7911 2008-01-08 Ben Elliston <bje@au.ibm.com>
7912
7913 * config.sub, config.guess: Update from upstream sources.
7914
7915 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7916
7917 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7918 Change recommended MPFR from 2.2.1 -> 2.3.0.
7919 * configure: Regenerate.
7920
7921 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7922
7923 * MAINTAINERS: Update my email address.
7924
7925 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7926
7927 * MAINTAINERS: Update my email address.
7928
7929 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7930
7931 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7932 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7933 * Makefile.in: Regenerate.
7934
7935 2007-12-10 Mark Heffernan <meheff@google.com>
7936
7937 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7938 misplaced entries.
7939
7940 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7941
7942 * configure.ac: Enable libjava for x86_64-*-darwin9.
7943 * configure: Regenerate.
7944
7945 2007-12-07 Bill Maddox <maddox@google.com>
7946
7947 * MAINTAINERS (Write After Approval): Add myself.
7948
7949 2007-12-05 Ben Elliston <bje@au.ibm.com>
7950
7951 * config.sub, config.guess: Update from upstream sources.
7952
7953 2007-12-02 Matthias Klose <doko@ubuntu.com>
7954
7955 * config-ml.in: Remove 64bit configure tests.
7956
7957 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7958
7959 * config-ml.in: Robustify against white space in absolute file
7960 names.
7961
7962 * config-ml.in (multi-clean): Substitute ${Makefile}.
7963 Remove superfluous ${Makefile} in list.
7964
7965 2007-11-19 Thiemo Seufer <ths@mips.com>
7966
7967 * config-ml.in: Don't hardcode the Makefile name.
7968
7969 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
7970
7971 * MAINTAINERS (Write After Approval): Add myself.
7972
7973 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
7974
7975 * MAINTAINERS (Write After Approval): Add myself.
7976
7977 2007-11-06 Doug Kwan <dougkwan@google.com>
7978
7979 * MAINTAINERS (Write After Approval): Add myself.
7980
7981 2007-10-25 Ben Elliston <bje@au.ibm.com>
7982
7983 * MAINTAINERS (mercury): Remove entry.
7984 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
7985
7986 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
7987
7988 * Makefile.def (dependencies): Make configure-gdb depend on
7989 all-intl.
7990 * Makefile.in: Regenerated.
7991
7992 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
7993
7994 * MAINTAINERS (Fortran maintainer): Remove myself.
7995
7996 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
7997
7998 * Makefile.def: To avoid problems running with parallel makes,
7999 build newlib before libgloss so that target specific header
8000 files are availble.
8001 * Makefile.in: Regenerate
8002
8003 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8004
8005 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8006 * Makefile.in: Regenerate.
8007
8008 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8009
8010 * MAINTAINERS (Register allocation reviewer): Add myself.
8011
8012 2007-10-08 Mike Frysinger <vapier@gentoo.org>
8013
8014 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8015 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8016 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8017 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8018 * configure: Regenerate.
8019
8020 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
8021
8022 * MAINTAINERS (Register allocation reviewer): Add myself.
8023
8024 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
8025
8026 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8027 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8028 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8029 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8030 * configure.ac: Default them to host tools for $host = $build.
8031 Subst them.
8032
8033 * configure: Regenerate.
8034 * Makefile.in: Regenerate.
8035
8036 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8037
8038 * MAINTAINERS (Register allocation reviewer): Add myself.
8039
8040 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
8041
8042 * MAINTAINERS (Register allocation reviewer): Add myself.
8043
8044 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
8045
8046 * MAINTAINERS (Write After Approval): Fix typo.
8047
8048 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8049
8050 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8051 * configure: Regenerate.
8052
8053 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8054
8055 PR bootstrap/31906
8056 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8057 they're already prefixed.
8058
8059 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8060
8061 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8062 libstdc++.
8063 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8064 * configure: Regenerate.
8065 * Makefile.in: Regenerate.
8066
8067 2007-09-17 Andreas Schwab <schwab@suse.de>
8068
8069 * configure.ac: Raise minimum makeinfo version to 4.6.
8070 * configure: Regenerate.
8071
8072 2007-09-17 Johannes Singler <singler@ira.uka.de>
8073
8074 * MAINTAINERS (write-after-approval) add myself
8075
8076 2007-09-15 Alan Modra <amodra@bigpond.net.au>
8077
8078 * configure.ac: Correct makeinfo version check.
8079 * configure: Regenerate.
8080
8081 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8082
8083 * MAINTAINERS: Update my email address.
8084
8085 2007-09-14 Richard Sandiford <richard@codesourcery.com>
8086
8087 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8088 to $skipdirs and only disable gprof for newlib. Use the normal
8089 mips*-elf* handling in other respects.
8090 * configure: Regnerate.
8091
8092 2007-09-12 David Daney <ddaney@avtrex.com>
8093
8094 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8095 enabling libgcj.
8096 * configure: Regenerate.
8097
8098 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8099
8100 PR other/32154
8101 * configure.ac: For libgloss targets, point the linker to the linker
8102 script, startup code and simulator library.
8103 * configure: Regenerate.
8104
8105 2007-09-07 Andrew Haley <aph@redhat.com>
8106
8107 * configure.ac (noconfigdirs): Remove target-libffi and
8108 target-libjava.
8109 * configure: Regenerate.
8110
8111 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8112
8113 PR target/33281
8114 * configure.ac: Use config/mh-mingw on mingw.
8115 * configure: Regenerate.
8116
8117 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8118
8119 * MAINTAINERS (Write After Approval): Add myself.
8120
8121 2007-09-05 Richard Guenther <rguenther@suse.de>
8122
8123 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8124 nor --disable-checking is provided also turn on yes and types
8125 checking for stage1.
8126 * configure: Re-generate.
8127
8128 2007-08-30 Krister Walfridsson <cato@df.lth.se>
8129
8130 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8131 (Write After Approval): Remove myself.
8132
8133 2007-08-29 Nick Clifton <nickc@redhat.com>
8134
8135 * config.sub, config.guess: Update from upstream sources.
8136
8137 2007-08-22 Bud Davis <jmdavis@link.com>
8138
8139 * MAINTAINERS (Write After Approval): Added myself.
8140 * MAINTAINERS (Reviewers): Removed myself.
8141
8142 2007-08-18 Paul Brook <paul@codesourcery.com>
8143 Joseph Myers <joseph@codesourcery.com>
8144
8145 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8146 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8147 * Makefile.in: Regenerate.
8148 * configure.ac (--with-debug-prefix-map): New.
8149 * configure: Regenerate.
8150
8151 2007-08-17 Richard Sandiford <richard@codesourcery.com>
8152 Nigel Stephens <nigel@mips.com>
8153
8154 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8155 as target_makefile_frag.
8156 * configure: Regenerate.
8157
8158 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
8159
8160 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8161 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8162 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8163 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8164 (do-compare, do-compare3, do-compare-debug): New.
8165 ([+compare-target+]): Use them.
8166
8167 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8168
8169 * MAINTAINERS (Write After Approval): Change my email address.
8170
8171 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8172 Ben Elliston <bje@au.ibm.com>
8173
8174 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8175 --silent if $silent.
8176 * configure: Regenerate.
8177
8178 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
8179
8180 * MAINTAINERS (Various Maintainers): Add myself as
8181 loop infrastructure maintainer. Update my e-mail
8182 address.
8183
8184 2007-07-31 Diego Novillo <dnovillo@google.com>
8185
8186 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8187 Adjust description.
8188
8189 2007-07-26 Richard Guenther <rguenther@suse.de>
8190
8191 * configure.ac: Add types checking to stage1 checking flags.
8192 * configure: Regenerate.
8193
8194 2007-07-17 Nick Clifton <nickc@redhat.com>
8195
8196 * COPYING3: New file. Contains version 3 of the GNU General
8197 Public License.
8198 * COPYING3.LIB: New file. Contains version 3 of the GNU
8199 Lesser General Public License.
8200
8201 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8202
8203 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8204
8205 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8206
8207 * MAINTAINERS (S/390 co-maintainer): Add myself.
8208 (Write After Approval): Remove myself.
8209
8210 2007-07-13 Dan Hipschman <dsh@google.com>
8211
8212 * MAINTAINERS (Write After Approval): Add myself.
8213
8214 2007-07-11 Nick Clifton <nickc@redhat.com>
8215
8216 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8217 WINDRES export.
8218 * Makefile.in: Regenerate.
8219
8220 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8221
8222 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8223 maintainer.
8224
8225 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8226
8227 * lt~obsolete.m4: New. Import from 20070318 libtool.
8228
8229 2007-07-03 Julian Brown <julian@codesourcery.com>
8230
8231 * MAINTAINERS (Write After Approval): Add myself.
8232
8233 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8234
8235 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8236 * configure: Regenerate.
8237
8238 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8239
8240 * configure.ac: Add some missing m4 quotation.
8241 * configure: Regenerate.
8242
8243 2007-07-02 Simon Baldwin <simonb@google.com>
8244
8245 * MAINTAINERS (Write After Approval): Add myself.
8246
8247 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
8248
8249 * configure: Regenerate.
8250
8251 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
8252
8253 * Makefile.def: Add windmc tool to build.
8254 * Makefile.tpl: Likewise.
8255 * configure.ac: Likewise.
8256 * Makefile.in: Regenerate.
8257 * configure: Regenerate.
8258
8259 2007-06-28 DJ Delorie <dj@redhat.com>
8260
8261 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8262 not building newlib.
8263 * configure: Regenerated.
8264
8265 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8266
8267 * MAINTAINERS (Write After Approval): Add myself.
8268
8269 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
8270
8271 * MAINTAINERS (Write After Approval): Add myself.
8272
8273 2007-06-19 Chris Matthews <chrismatthews@google.com>
8274
8275 * MAINTAINERS (Write After Approval): Add myself.
8276
8277 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8278
8279 * MAINTAINERS (Write After Approval): Add myself.
8280
8281 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8282
8283 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8284 * Makefile.in: Regenerated.
8285
8286 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8287
8288 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8289 bfin*-*-uclinux* targets.
8290 * configure: Regenerate.
8291
8292 2007-06-14 Ian Lance Taylor <iant@google.com>
8293
8294 * MAINTAINERS: Add myself as non-algorithmic global write
8295 maintainer.
8296
8297 2007-06-14 Diego Novillo <dnovillo@google.com>
8298
8299 * MAINTAINERS: Add self as middle-end maintainer and
8300 non-algorithmic global write maintainer.
8301
8302 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8303
8304 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8305 Move all Fortran maintainers except Paul Brook into the
8306 Non-Autopoiesis section.
8307
8308 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
8309
8310 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8311 (distclean-stage[+id+]): Possibly delete stage_last.
8312 * Makefile.in: Regenerate.
8313
8314 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
8315
8316 * MAINTAINERS (Various Maintainer): Fix typo.
8317
8318 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
8319
8320 * MAINTAINERS (Various Maintainer): Add myself as
8321 dataflow maintainer.
8322
8323 2007-06-07 Ben Elliston <bje@au.ibm.com>
8324
8325 * config.sub, config.guess: Update from upstream sources.
8326
8327 2007-06-07 Ben Elliston <bje@au.ibm.com>
8328
8329 * Makefile.tpl: Fix spelling error.
8330 * Makefile.in: Regenerate.
8331
8332 2007-06-01 Steve Ellcey <sje@cup.hp.com>
8333
8334 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8335 lt_cv_sys_max_cmd_len.
8336
8337 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8338
8339 * MAINTAINERS (Various Maintainers): Add myself as
8340 auto-vectorizer maintainer.
8341
8342 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
8343
8344 PR libjava/32098
8345 * libtool.m4: Revert previous change.
8346 * ltgcc.m4: Put it here.
8347
8348 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8349
8350 * MAINTAINERS (Various Maintainers): Add myself as
8351 auto-vectorizer maintainer.
8352
8353 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8354
8355 PR libjava/32098
8356 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8357
8358 2007-05-30 Richard Guenther <rguenther@suse.de>
8359
8360 * MAINTAINERS (Various Maintainers): Add myself as
8361 auto-vectorizer maintainer.
8362
8363 2007-05-30 Jakub Jelinek <jakub@redhat.com>
8364
8365 PR bootstrap/29382
8366 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8367 * configure: Rebuilt.
8368
8369 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
8370
8371 * MAINTAINERS (Write After Approval): Removed my name.
8372
8373 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8374
8375 * MAINTAINERS (Write After Approval): Remove myself.
8376
8377 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8378
8379 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8380
8381 2007-05-23 Steve Ellcey <sje@cup.hp.com>
8382
8383 * ltmain.sh: Update from ToT Libtool.
8384 * libtool.m4: Update from ToT Libtool.
8385 * ltsugar.m4: New. Update from ToT Libtool.
8386 * ltversion.m4: New. Update from ToT Libtool.
8387 * ltoptions.m4: New. Update from ToT Libtool.
8388 * ltconfig: Remove.
8389 * ltcf-c.sh: Remove.
8390 * ltcf-cxx.sh: Remove.
8391 * ltcf-gcj.sh: Remove.
8392
8393 2007-05-22 Ollie Wild <aaw@google.com>
8394
8395 * MAINTAINERS (Write After Approval): Add myself.
8396
8397 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
8398
8399 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8400 stage_cflags.
8401 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8402 Remove CFLAGS/LIBCFLAGS.
8403 (configure-stage[+id+]-[+prefix+][+module+],
8404 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8405 * Makefile.in: Regenerate.
8406
8407 2007-05-15 Diego Novillo <dnovillo@google.com>
8408
8409 * MAINTAINERS: Update e-mail address.
8410
8411 2007-05-15 Revital Eres <eres@il.ibm.com>
8412
8413 * MAINTAINERS (Write After Approval): Add myself.
8414
8415 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
8416
8417 * MAINTAINERS (Write After Approval): Updated my address.
8418
8419 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8420
8421 * MAINTAINERS (Write After Approval): Add myself.
8422
8423 2007-05-11 Silvius Rus <rus@google.com>
8424
8425 * MAINTAINERS (Write After Approval): Add myself.
8426
8427 2007-04-23 Tom Tromey <tromey@redhat.com>
8428
8429 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8430
8431 2007-04-22 Mark Mitchell <mark@codesourcery.com>
8432
8433 * MAINTAINERS (cpplib): Rename to ...
8434 (libcpp): ... this. Add C/C++ front end maintainers.
8435
8436 2007-04-14 Steve Ellcey <sje@cup.hp.com>
8437
8438 * config-ml.in: Pass ${ml_config_env} to configure calls.
8439
8440 2007-04-04 Christian Bruel <christian.bruel@st.com>
8441
8442 * MAINTAINERS (Write After Approval): Add myself.
8443
8444 2007-04-02 Dave Korn <dave.korn@artimi.com>
8445
8446 * MAINTAINERS (Write After Approval): Add myself.
8447
8448 2007-03-31 Tobias Burnus <burnus@net-b.de>
8449
8450 * MAINTAINERS (fortran 95 front end): Add myself.
8451
8452 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8453
8454 * MAINTAINERS (Write After Approval): Add myself.
8455
8456 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
8457
8458 * MAINTAINERS (Modulo Scheduler): Add myself.
8459
8460 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8461
8462 * MAINTAINERS (fortran 95 front end): Add myself.
8463 (c++ front end): whitespace fix.
8464
8465 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8466
8467 * MAINTAINERS (Write After Approval): Add myself.
8468
8469 2007-03-21 Richard Sandiford <richard@codesourcery.com>
8470
8471 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8472 of glob. Quote arguments with single quotes too.
8473 * configure: Regenerate.
8474
8475 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8476
8477 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8478 * Makefile.in: Regenerate
8479
8480 2007-03-07 Andreas Schwab <schwab@suse.de>
8481
8482 * configure: Regenerate.
8483
8484 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8485
8486 * configure.ac: Add "--with-pdfdir" configure option,
8487 which defines pdfdir variable.
8488 * Makefile.def (target=fixincludes): Add install-pdf to
8489 missing targets.
8490 (recursive_targets): Add install-pdf target.
8491 (flags_to_pass): Add pdfdir.
8492 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8493 target.
8494 * configure: Regenerate
8495 * Makefile.in: Regenerate
8496
8497 2007-02-28 Eric Christopher <echristo@apple.com>
8498
8499 Revert:
8500 2006-12-07 Mike Stump <mrs@apple.com>
8501
8502 * Makefile.def (dependencies): Add dependency for
8503 install-target-libssp and install-target-libgomp on
8504 install-gcc.
8505 * Makefile.in: Regenerate.
8506
8507 2007-02-27 Matt Kraai <kraai@ftbfs.org>
8508
8509 * configure: Regenerate.
8510 * configure.ac: Move statements after variable declarations.
8511
8512 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8513
8514 * MAINTAINERS: Add myself as sh maintainer.
8515
8516 2007-02-19 Joseph Myers <joseph@codesourcery.com>
8517
8518 * configure.ac: Adjust for loop syntax.
8519 * configure: Regenerate.
8520
8521 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8522
8523 * configure: Rebuilt.
8524
8525 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8526
8527 * configure.ac: Drop multiple occurrences of --enable-languages,
8528 and fix its quoting.
8529 * configure: Rebuilt.
8530
8531 2007-02-17 Mark Mitchell <mark@codesourcery.com>
8532 Nathan Sidwell <nathan@codesourcery.com>
8533 Vladimir Prus <vladimir@codesourcery.com>
8534 Joseph Myers <joseph@codesourcery.com>
8535
8536 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8537 * configure: Regenerate.
8538
8539 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8540
8541 * ltconfig (freebsd*): Default to elf.
8542
8543 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8544
8545 * configure.ac (target_libraries): Move libgcc before libiberty.
8546 * configure: Regenerated.
8547
8548 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8549 Paolo Bonzini <bonzini@gnu.org>
8550
8551 PR bootstrap/30753
8552 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8553 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8554 * configure: Regenerated.
8555
8556 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8557
8558 * MAINTAINERS (Language Front End Maintainers): Update my mail
8559 address.
8560
8561 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8562
8563 PR bootstrap/30748
8564 * configure.ac: Correct syntax for Solaris ksh.
8565 * configure: Regenerated.
8566
8567 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8568
8569 * configure.ac: Sync with src.
8570 * configure: Regenerate.
8571
8572 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8573
8574 * Makefile.in: Regenerate.
8575
8576 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8577
8578 * config.sub: Sync with src.
8579
8580 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8581
8582 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8583 noncanonical equivalents.
8584 * configure.in: Rename to...
8585 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8586 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8587 target_noncanonical. Use them. Rewrite removal of configure
8588 arguments for autoconf 2.59. Discard variable settings. Force
8589 program_transform_name for native tools.
8590
8591 * Makefile.in: Regenerated.
8592 * configure: Regenerated with autoconf 2.59.
8593
8594 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
8595
8596 * MAINTAINERS (Write After Approval): Add myself.
8597
8598 2007-01-31 Andreas Schwab <schwab@suse.de>
8599
8600 * Makefile.tpl (LDFLAGS): Substitute it.
8601 * Makefile.in: Regenerate.
8602
8603 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
8604
8605 * MAINTAINERS (Write After Approval): Add myself.
8606
8607 2007-01-28 David Edelsohn <edelsohn@gnu.org>
8608
8609 * MAINTAINERS (spu port): Add myself.
8610
8611 2007-01-23 Richard Guenther <rguenther@suse.de>
8612
8613 PR bootstrap/30541
8614 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8615 * Makefile.tpl (GNATBIND): Substitute it.
8616 (GNATMAKE): Likewise.
8617 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8618 of STAGE_PREFIX.
8619 * Makefile.in: Regenerate.
8620 * configure: Regenerate.
8621
8622 2007-01-18 Mike Stump <mrs@apple.com>
8623
8624 * configure.in: Re-enable -Werror for gcc builds.
8625
8626 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
8627
8628 * MAINTAINERS (Write After Approval): Add myself.
8629
8630 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8631
8632 * configure.in: Change == to = in test command.
8633 * configure: Regenerate.
8634
8635 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8636 Nick Clifton <nickc@redhat.com>
8637 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8638
8639 * configure.in (build_configargs, host_configargs, target_configargs):
8640 Remove build/host/target parameters.
8641 (host_libs): Add gmp and mpfr.
8642 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8643 * Makefile.def (gmp, mpfr): New.
8644 (gcc): Remove target.
8645 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8646 target_os, target_vendor): New.
8647 (configure): Add host_alias/target_alias arguments; adjust invocations.
8648 * configure: Regenerate.
8649 * Makefile.in: Regenerate.
8650
8651 2007-01-11 Matt Fago <fago@earthlink.net>
8652
8653 * configure.in: Try to link to functions only in mpfr 2.2.x
8654 to improve robustness of configure tests.
8655 * configure: Regenerate.
8656
8657 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
8658
8659 * MAINTAINERS: Add myself as i386 maintainer.
8660
8661 2007-01-08 Jan Hubicka <jh@suse.cz>
8662
8663 * MAINTAINERS: Add myself as i386 maintainer.
8664
8665 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
8666
8667 * configure.in: Add support for an x86_64-mingw* target.
8668 * configure: Regenerate.
8669
8670 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8671
8672 * Makefile.tpl (all-target): Correct @if conditional for target
8673 modules.
8674 * configure.in: Omit libiberty if building only target libgcc.
8675 * configure, Makefile.in: Regenerated.
8676
8677 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
8678
8679 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8680 * configure: Regenerate.
8681
8682 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8683
8684 * Makefile.def (target_modules): Add libgcc.
8685 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8686 * Makefile.tpl (clean-target-libgcc): Delete.
8687 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8688 on gcc even for bootstrapped modules. Rewrite handling of
8689 lang_env_dependencies to loop over target_modules.
8690 * configure.in (target_libraries): Add target-libgcc.
8691 * Makefile.in, configure: Regenerated.
8692
8693 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8694
8695 * configure.in: Reorganize recognition of languages. Add
8696 --enable-stage1-languages. Show supported languages for the chosen
8697 target rather than all recognized languages.
8698 * configure: Regenerate.
8699
8700 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8701
8702 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8703 * Makefile.in: Regenerate.
8704
8705 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8706
8707 * configure.in: Warn that MPFR 2.2.0 is buggy.
8708 * configure: Regenerate.
8709
8710 2006-12-27 Ian Lance Taylor <iant@google.com>
8711
8712 * configure.in: When removing Makefiles to force a reconfigure, also
8713 remove prev-DIR*/Makefile.
8714 * configure: Regenerate.
8715
8716 2006-12-22 Andreas Schwab <schwab@suse.de>
8717
8718 * configure: Regenerate with correct autoconf version.
8719
8720 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8721
8722 * configure.in: add AC_SUBST for *_FOR_TARGET.
8723 * configure: Regenerate.
8724
8725 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8726
8727 * configure.in: Simplify logic for rejecting languages that cannot
8728 be built. Separate the case when a language is unsupported,
8729 from the case when the user chooses not to build a language.
8730
8731 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8732
8733 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8734 it only affects bootstrap and could be tested on "$host" as well.
8735 * configure: Regenerate.
8736 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8737
8738 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8739
8740 PR bootstrap/29544
8741 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8742 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8743 move here comment from Makefile.tpl.
8744 * Makefile.tpl: Move some definitions higher in the file.
8745 (STAGE1_CHECKING): New.
8746 * configure.in: Add --enable-stage1-checking.
8747 * configure: Regenerate.
8748 * Makefile.in: Regenerate.
8749
8750 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8751
8752 * MAINTAINERS: Add myself as build system maintainer.
8753
8754 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
8755
8756 * MAINTAINERS (Write After Approval): Add myself.
8757
8758 2006-12-13 Eric Christopher <echristo@apple.com>
8759
8760 * MAINTAINERS: Add myself as darwin maintainer.
8761
8762 2006-12-11 Ian Lance Taylor <ian@airs.com>
8763
8764 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8765
8766 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
8767
8768 MAINTAINERS: Update my entry.
8769
8770 2006-12-11 Alan Modra <amodra@bigpond.net.au>
8771
8772 * configure.in: Handle spu makefile frag.
8773 * Makefile.tpl (MAINT): Define
8774 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8775 * configure: Regenerate.
8776 * Makefile.in: Regenerate.
8777
8778 2006-12-11 Ben Elliston <bje@au.ibm.com>
8779
8780 * config.guess: Import latest version.
8781 * config.sub: Likewise.
8782
8783 2006-12-11 Ben Elliston <bje@au.ibm.com>
8784
8785 * configure.in (spu-*-*): Don't skip target-libiberty.
8786 * configure: Regenerate.
8787
8788 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8789
8790 PR bootstrap/30134
8791 * configure.in: Correct x86 darwin support for libjava to powerpc
8792 and i?86 only.
8793 * configure: Regenerate.
8794
8795 2006-12-08 Sandro Tolaini <tolaini@libero.it>
8796
8797 * configure.in: Add x86 darwin support for libjava.
8798 * configure: Regenerate.
8799
8800 2006-12-07 Mike Stump <mrs@apple.com>
8801
8802 * Makefile.def (dependencies): Add dependency for
8803 install-target-libssp and install-target-libgomp on
8804 install-gcc.
8805 * Makefile.in: Regenerate.
8806
8807 2006-12-04 Richard Guenther <rguenther@suse.de>
8808
8809 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8810 (Non-Algorithmic Maintainers): Move over non-algorithmic
8811 loop optimizer maintainers, add myself as a non-algorithmic
8812 middle-end maintainer.
8813
8814 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
8815
8816 * MAINTAINERS (Write After Approval): Add myself.
8817
8818 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8819
8820 * configure.in: Update error message for missing GMP/MPFR.
8821
8822 * configure: Regenerate.
8823
8824 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8825
8826 * configure.in: Update MPFR version in error message.
8827
8828 * configure: Regenerate.
8829
8830 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8831
8832 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8833 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8834 --with-gmp-lib): New flags.
8835
8836 * configure: Regenerate.
8837
8838 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8839
8840 * MAINTAINERS (Write After Approval): Change my email address.
8841
8842 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8843
8844 * MAINTAINERS (Write After Approval): Add myself.
8845
8846 2006-11-22 Philipp Thomas <pth@suse.de>
8847
8848 * MAINTAINERS (i18n): Update e-mail address.
8849
8850 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8851
8852 * MAINTAINERS (spu port): Add myself as maintainer.
8853 (Write After Approval): Remove myself.
8854
8855 2006-11-22 Ben Elliston <bje@au.ibm.com>
8856
8857 * configure.in (skipdirs): Don't build libssp for SPU.
8858 * configure: Regenerate.
8859
8860 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8861
8862 * MAINTAINERS (spu port): Add myself as maintainer.
8863 (libobjc): Update my email address.
8864
8865 2006-11-21 Andrea Bona <andrea.bona@st.com>
8866
8867 * MAINTAINERS (Write After Approval): Add myself.
8868
8869 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8870
8871 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8872 * configure : Rebuilt.
8873
8874 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8875
8876 * MAINTAINERS (Write After Approval): Add myself.
8877
8878 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8879
8880 * MAINTAINERS (Write After Approval): Add myself.
8881
8882 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8883
8884 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8885 libmpfr.a.
8886 * configure: Regenerate.
8887
8888 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
8889
8890 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8891 (unstage): Test for stage_last presence.
8892
8893 PR bootstrap/29802
8894 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8895 STAGE_PREFIX.
8896 * Makefile.in: Regenerate.
8897
8898 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8899
8900 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8901 maintainers.
8902
8903 2006-11-14 Erven Rohou <erven.rohou@st.com>
8904
8905 * MAINTAINERS (Write After Approval): Add myself.
8906
8907 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
8908
8909 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8910 and stageN-package/Makefile.
8911 * Makefile.in: Regenerated.
8912
8913 2006-11-14 Jie Zhang <jie.zhang@analog.com>
8914
8915 * configure.in: Remove target-libgloss from noconfigdirs for
8916 bfin-*-*.
8917 * configure: Regenerated.
8918
8919 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8920
8921 * configure.in (have_gmp): Only error if the gcc directory exists.
8922
8923 * configure: Regenerate.
8924
8925 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8926
8927 * configure.in: Robustify error message for missing GMP/MPFR.
8928
8929 * configure: Regenerate.
8930
8931 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8932
8933 * MAINTAINERS (Write After Approval): Add myself.
8934
8935 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
8936
8937 * MAINTAINERS: Change email address.
8938
8939 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8940
8941 * MAINTAINERS (Write After Approval): Add myself.
8942
8943 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8944
8945 * MAINTAINERS (Write After Approval): Add myself.
8946
8947 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8948
8949 * MAINTAINERS (Write After Approval): Move myself to
8950 Write After Approval section.
8951
8952 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8953
8954 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
8955 need_gmp anymore.
8956 * configure: Regenerate.
8957
8958 2006-10-16 Tobias Burnus <burnus@net-b.de>
8959
8960 * MAINTAINERS (Write After Approval): Add myself.
8961
8962 2006-10-16 Ben Elliston <bje@au.ibm.com>
8963
8964 * config.guess: Import latest version.
8965 * config.sub: Likewise.
8966
8967 2006-10-10 Brooks Moses <bmoses@stanford.edu>
8968
8969 * Makefile.def: Added pdf target handling.
8970 * Makefile.tpl: Added pdf target handling.
8971 * Makefile.in: Regenerated.
8972
8973 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
8974
8975 * MAINTAINERS: Add self as score port maintainer.
8976
8977 2006-10-04 Brooks Moses <bmoses@stanford.edu>
8978
8979 * MAINTAINERS (Write After Approval): Add myself.
8980
8981 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
8982
8983 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
8984 or newer.
8985 * configure: Regenerated.
8986
8987 2006-09-27 Dave Brolley <brolley@redhat.com>
8988
8989 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
8990 using $s instead of $r.
8991 * configure: Regenerated.
8992
8993 2006-09-26 Thiemo Seufer <ths@mips.com>
8994
8995 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
8996 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
8997 * configure: Regenerate.
8998
8999 2006-09-24 Graeme Peterson <gridly@gmail.com>
9000
9001 * MAINTAINERS (Write After Approval): Remove myself.
9002
9003 2006-09-22 Chao-ying Fu <fu@mips.com>
9004
9005 * MAINTAINERS (Write After Approval): Add myself.
9006
9007 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9008
9009 * MAINTAINERS: Add self as soft-fp maintainer.
9010
9011 2006-09-09 Anatoly Sokolov <aesok@post.ru>
9012
9013 * MAINTAINERS: Add myself as avr maintainer.
9014 Remove Marek Michalkiewicz as avr maintainer.
9015
9016 2006-09-07 Roberto Costa <roberto.costa@st.com>
9017
9018 * MAINTAINERS (Write After Approval): Add myself.
9019
9020 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
9021
9022 * configure.in: Never build newlib for a Mingw host.
9023 Never build newlib as Mingw target library.
9024 Test the existence of winsup/cygwin for building a Cygwin newlib,
9025 rather than just winsup.
9026 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9027 building a Mingw target.
9028 * configure: Regenerate.
9029
9030 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9031
9032 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9033
9034 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
9035
9036 * config.guess: Import from src (was more updated).
9037 * config.sub: Likewise.
9038
9039 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9040
9041 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9042 * configure: Regenerated.
9043
9044 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
9045
9046 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9047 for stages after the first.
9048
9049 2006-07-17 Jakub Jelinek <jakub@redhat.com>
9050
9051 * Makefile.def: Add dependencies for configure-opcodes
9052 on configure-intl and all-opcodes on all-intl.
9053 * Makefile.in: Regenerated.
9054
9055 2006-07-13 Ben Elliston <bje@au.ibm.com>
9056
9057 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9058
9059 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9060
9061 Port to hosts whose 'sort' and 'tail' implementations
9062 treat operands with leading '+' as file names, as POSIX
9063 has required since 2001. However, make sure the code still
9064 works on pre-POSIX hosts.
9065 * ltmain.sh: Don't assume "sort +2" is equivalent to
9066 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9067
9068 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9069
9070 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9071
9072 2006-07-04 Peter O'Gorman <peter@pogma.com>
9073
9074 * ltconfig: chmod 644 before ranlib during install.
9075
9076 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9077
9078 PR bootstrap/18058
9079 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9080 if the bootstrap compiler is a GCC version that supports it.
9081 * configure: Regenerate.
9082
9083 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9084
9085 * configure.in: Fix thinkos in previous check-in.
9086 * configure: Regenerate.
9087
9088 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9089
9090 PR other/27063
9091 * configure.in: Test subdir_requires and give an appropriate
9092 error message.
9093 * configure: Regenerate.
9094
9095 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9096
9097 * MAINTAINERS (Write After Approval): Add myself.
9098
9099 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
9100
9101 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9102
9103 2006-06-22 Steve Ellcey <sje@cup.hp.com>
9104
9105 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9106
9107 2006-06-20 David Ayers <d.ayers@inode.at>
9108
9109 PR bootstrap/28072
9110 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9111 whether target-libjava is being configured instead of whether the
9112 java front end is enabled.
9113 * configure: Regenerate.
9114
9115 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9116
9117 PR target/27540
9118 * configure.in: Only enable libgomp on IRIX 6.
9119 * configure: Regenerate.
9120
9121 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
9122
9123 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9124 too.
9125 * Makefile.in: Regenerate.
9126
9127 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9128
9129 * config-ml.in: Alter CCASFLAGS to include special
9130 multilib options the same as is done for CFLAGS.
9131
9132 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9133
9134 * configure.in: Don't enable libgomp on hpux10.
9135 * configure: Rebuilt.
9136
9137 2006-06-12 David Ayers <d.ayers@inode.at>
9138
9139 PR bootstrap/27963
9140 PR target/19970
9141 * configure.in: Remove target-boehm-gc from noconfigdirs where
9142 ${libgcj} is specified.
9143 * configure: Regenerate.
9144
9145 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
9146
9147 Sync from src:
9148
9149 * configure.in: Sync.
9150 * configure: Regenerated.
9151
9152 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9153
9154 * Makefile.def: Added dependencies from sim and gdb on intl, and
9155 added configure dependencies to everything with an all dependency
9156 on intl.
9157 * Makefile.in: Regenerated.
9158
9159 2006-06-06 David Ayers <d.ayers@inode.at>
9160
9161 PR libobjc/13946
9162 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9163 * Makefile.in: Regenerate.
9164 * configure.in: Add --enable-objc-gc at toplevel and have it
9165 enable boehm-gc for Objective-C.
9166 Remove target-boehm-gc from libgcj.
9167 Add target-boehm-gc to target_libraries.
9168 Add target-boehm-gc to noconfigdirs where ${libgcj}
9169 is specified.
9170 Assert that boehm-gc is supported when requested for Objective-C.
9171 Only build boehm-gc if needed either for Java or Objective-C.
9172 * configure: Regenerate.
9173
9174 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
9175
9176 PR 27674
9177 * Makefile.tpl (configure-[+prefix+][+module+],
9178 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9179 Remove rule to unstage bootstrapped modules.
9180 (stage_current): New.
9181 * Makefile.in: Regenerate.
9182
9183 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9184
9185 * MAINTAINERS (Write After Approval): Update my e-mail address.
9186
9187 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9188
9189 * include/libiberty.h: Declare pex_run_in_environment.
9190
9191 2006-05-31 Asher Langton <langton2@llnl.gov>
9192
9193 * MAINTAINERS (Write After Approval): Add myself.
9194
9195 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
9196
9197 * Makefile.def (bfd, opcodes): Fix lib_path.
9198 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9199 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9200 * Makefile.in: Regenerate.
9201
9202 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9203
9204 * Makefile.in: Regenerate.
9205
9206 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9207
9208 * Makefile.def: Add install-html target. Add datarootdir
9209 docdir and htmldir to flags_to_pass.
9210 * Makefile.tpl: Add install-html target.
9211 * Makefile.in: Regenerate.
9212 * configure.in: Add --with-datarootdir, --with-docdir, and
9213 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9214 * configure: Regenerate.
9215
9216 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9217
9218 * configure.in: Enable gprof for cross builds.
9219 * configure: Regenerate.
9220
9221 2006-05-22 Richard Guenther <rguenther@suse.de>
9222
9223 Revert
9224 2006-01-31 Richard Guenther <rguenther@suse.de>
9225 Paolo Bonzini <bonzini@gnu.org>
9226
9227 * Makefile.def (target_modules): Add libgcc-math target module.
9228 * configure.in (target_libraries): Add libgcc-math target library.
9229 (--enable-libgcc-math): New configure switch.
9230 * Makefile.in: Re-generate.
9231 * configure: Re-generate.
9232 * libgcc-math: New toplevel directory.
9233
9234 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9235 Andreas Tobler <a.tobler@schweiz.ch>
9236
9237 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9238 * configure: Rebuilt.
9239
9240 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
9241
9242 * MAINTAINERS (Write After Approval): Add myself.
9243
9244 2006-05-01 DJ Delorie <dj@redhat.com>
9245
9246 * configure.in: Restore CFLAGS if GMP isn't present.
9247 * configure: Regenerate.
9248
9249 2006-05-01 Richard Guenther <rguenther@suse.de>
9250
9251 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9252 maintainer.
9253
9254 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
9255
9256 * MAINTAINERS (Write After Approval): Add myself.
9257
9258 2006-04-28 Jan Beulich <jbeulich@novell.com>
9259
9260 * MAINTAINERS (Write After Approval): Add myself.
9261
9262 2006-04-18 DJ Delorie <dj@redhat.com>
9263
9264 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9265 reference libgloss so that libssp can be built in a combined
9266 tree.
9267 * configure: Regenerate.
9268
9269 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
9270
9271 * MAINTAINERS (Write After Approval): Add myself.
9272
9273 2006-04-05 Ben Elliston <bje@au.ibm.com>
9274
9275 * configure.in: Require makeinfo 4.4 or higher.
9276 * configure: Regenerate.
9277
9278 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9279
9280 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9281 Rearrange the entries of other libraries to have them in one place.
9282
9283 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9284
9285 * MAINTAINERS (Write After Approval): Remove myself.
9286 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9287
9288 2006-03-14 Richard Guenther <rguenther@suse.de>
9289
9290 * configure: Regenerate with autoconf 2.13.
9291
9292 2006-03-13 Jim Blandy <jimb@codesourcery.com>
9293
9294 * MAINTAINERS: Use my work address.
9295
9296 * MAINTAINERS: Update my E-mail address.
9297
9298 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
9299
9300 * configure.in: Handle --disable-<component> generically.
9301 * configure: Regenerate.
9302
9303 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9304
9305 PR libgcj/17311
9306 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9307
9308 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9309
9310 * MAINTAINERS (Write After Approval): Remove myself.
9311 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9312
9313 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
9314
9315 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9316 (TARGET_CONFIGDIRS): Remove.
9317 * configure.in: Remove AC_SUBST(target_configdirs).
9318 * Makefile.in, configure: Regenerated.
9319
9320 2006-02-20 Steven G. Kargl <kargls@comcast.net>
9321
9322 * MAINTAINERS (Write After Approval): Remove myself.
9323 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9324
9325 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
9326
9327 PR bootstrap/25670
9328
9329 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9330
9331 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9332 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9333 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9334 BUILD_PREFIX, BUILD_PREFIX_1.
9335 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9336
9337 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9338 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9339
9340 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9341 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9342 of `cat stage_current`. Always provide the `r' and `s' variables.
9343 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9344 a single shell execution.
9345 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9346 bootstrapped modules, make the stage1 module if the build was not
9347 started yet, else build the current stage.
9348 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9349 (all-build, all-host, all-target, [+make_target+]-host,
9350 [+make_target+]-target): Do not use \-continued lines.
9351 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9352 (current_stage, restrap, stage_last): New.
9353
9354 * Makefile.in: Regenerate.
9355 * configure: Regenerate.
9356
9357 2006-02-19 Bud Davis <jmdavis@link.com>
9358
9359 * MAINTAINERS (Write After Approval): Remove myself.
9360 (Language Front End Maintainers): Add myself as fortran 95
9361 maintainer and update e-mail address.
9362
9363 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9364
9365 * MAINTAINERS (Write After Approval): Remove myself.
9366 (Language Front End Maintainers): Add myself as fortran 95
9367 maintainer.
9368
9369 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
9370
9371 * MAINTAINERS (Write After Approval): Add myself.
9372
9373 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9374
9375 * MAINTAINERS (Write After Approval): Remove myself.
9376 (Language Front End Maintainers): Add myself as
9377 fortran 95 maintainer.
9378
9379 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9380
9381 Sync from src:
9382
9383 2005-12-27 Leif Ekblad <leif@rdos.net>
9384
9385 * configure.in: Add support for RDOS target.
9386 * configure: Regenerate.
9387
9388 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9389 Andreas Schwab <schwab@suse.de>
9390
9391 * configure: Regenerate.
9392
9393 2006-02-12 David Edelsohn <edelsohn@gnu.org>
9394
9395 * configure.in (enable_libgomp): Add AIX.
9396 * configure: Regenerate.
9397
9398 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9399
9400 * MAINTAINERS (Write After Approval): Add myself.
9401
9402 2006-02-03 Lee Millward <lee.millward@gmail.com>
9403
9404 * MAINTAINERS (Write After Approval): Add myself.
9405
9406 2006-01-31 Richard Guenther <rguenther@suse.de>
9407 Paolo Bonzini <bonzini@gnu.org>
9408
9409 * Makefile.def (target_modules): Add libgcc-math target module.
9410 * configure.in (target_libraries): Add libgcc-math target library.
9411 (--enable-libgcc-math): New configure switch.
9412 * Makefile.in: Re-generate.
9413 * configure: Re-generate.
9414 * libgcc-math: New toplevel directory.
9415
9416 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
9417
9418 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9419 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9420 the assembler, linker and binutils.
9421 * configure: Regenerate.
9422
9423 2006-01-22 Dirk Mueller <dmueller@suse.de>
9424
9425 * MAINTAINERS (Write After Approval): Add myself.
9426
9427 2006-01-20 Diego Novillo <dnovillo@redhat.com>
9428
9429 * configure: Regenerate.
9430
9431 2006-01-18 Richard Henderson <rth@redhat.com>
9432 Jakub Jelinek <jakub@redhat.com>
9433 Diego Novillo <dnovillo@redhat.com>
9434
9435 * libgomp: New directory.
9436 * Makefile.def: Add target_module libgomp.
9437 * Makefile.in: Regenerate.
9438 * configure.in (target_libraries): Add target-libgomp.
9439 * configure: Regenerate.
9440
9441 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
9442
9443 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9444 @ from continuation.
9445 * Makefile.in: Rebuilt.
9446
9447 2006-01-04 Chris Lattner <sabre@gnu.org>
9448
9449 * MAINTAINERS (Write After Approval): Add myself.
9450
9451 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
9452
9453 PR bootstrap/24252
9454
9455 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9456 * Makefile.tpl (OBJDUMP): New.
9457 (EXTRA_HOST_FLAGS): Add it.
9458 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9459
9460 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9461 to use symbolic links between directories. Avoid race conditions
9462 or make them harmless.
9463 * configure.in: Do not try to use symbolic links between directories.
9464
9465 * Makefile.def (LEAN): Pass.
9466 * Makefile.tpl (LEAN): Define.
9467 (stage[+id+]-start): Accept that the previous directory does not
9468 exist, if the bootstrap is lean.
9469 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9470 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9471 configure substitution.
9472 ([+compare-target+]): Likewise.
9473 ([+bootstrap-target+]-lean): New.
9474 * configure.in: Remove lean bootstrap support from here.
9475
9476 * Makefile.in: Regenerate.
9477 * configure: Regenerate.
9478
9479 2006-01-04 Ben Elliston <bje@au.ibm.com>
9480
9481 * MAINTAINERS (libdecnumber): Add myself.
9482
9483 2006-01-02 Mark Mitchell <mark@codesourcery.com>
9484
9485 * libtool-ldflags: New script.
9486
9487 2006-01-02 Andreas Schwab <schwab@suse.de>
9488
9489 * configure.in: When reconfiguring remove Makefile in
9490 all stage directories.
9491 * configure: Regenerate.
9492
9493 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9494
9495 * MAINTAINERS: Update my email address.
9496
9497 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
9498
9499 Revert Ada-related part of the previous change.
9500
9501 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9502 Do not pass.
9503 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9504 * Makefile.in: Regenerate.
9505 * configure.in: Do not include mt-ppc-aix target fragment.
9506 * configure: Regenerate.
9507
9508 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
9509
9510 * configure.in: Select appropriate fragments for PowerPC/AIX.
9511 * configure: Regenerate.
9512
9513 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9514 BOOT_CFLAGS, BOOT_LDFLAGS.
9515 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9516 BOOT_CFLAGS, BOOT_LDFLAGS.
9517 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9518 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9519 (stage): Fail if we cannot complete the work.
9520 * Makefile.in: Regenerate.
9521
9522 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9523
9524 * configure.in: Replace ms1 with mt.
9525 * configure: Rebuilt.
9526
9527 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9528
9529 * MAINTAINERS: Update my email address.
9530
9531 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
9532
9533 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9534 install-host-nogcc): Don't invoke $(stage) at the end.
9535 * Makefile.in: Regenerate.
9536
9537 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
9538
9539 * configure.in: Flip the top-level bootstrap switch.
9540 * configure: Regenerate.
9541
9542 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9543
9544 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9545 $(stage) and $(unstage).
9546 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9547 (all): Remove stray semicolon.
9548 (local-distclean): Don't handle multilib.tmp and multilib.out.
9549 (install.all): Set $s for consistency.
9550 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9551 check_multilibs setting. Always make the install directory.
9552 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9553 Correct @if/@endif.
9554 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9555 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9556 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9557 (multilib.out): Remove.
9558 * Makefile.in: Regenerated.
9559
9560 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9561
9562 * MAINTAINERS (Write After Approval): Add myself.
9563
9564 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9565
9566 * MAINTAINERS: Add myself as mt maintainer.
9567
9568 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9569
9570 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9571
9572 * MAINTAINERS: Change email address.
9573
9574 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
9575
9576 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9577 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9578 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9579 Find in-tree tools if available.
9580 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9581 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9582 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9583 (COMPILER_*_FOR_TARGET): New.
9584 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9585 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9586 (CONFIGURED_*, USUAL_*): Remove.
9587 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9588 STRIP): Use autoconf substitutions.
9589 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9590 COMPILER_NM_FOR_TARGET): New.
9591 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9592
9593 (all): Make all-host and all-target in parallel.
9594 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9595 that $$r and $$s are set before invoking a recursive make.
9596 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9597 ([+bootstrap-target+]): Inline most of the `all' target.
9598
9599 2005-11-29 Ben Elliston <bje@au.ibm.com>
9600
9601 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9602 from the gcc build directory.
9603 * Makefile.in: Regenerate.
9604
9605 2005-11-29 Ben Elliston <bje@au.ibm.com>
9606
9607 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9608 depend on all-libdecnumber.
9609 * configure.in (host_libs): Include libdecnumber.
9610 * Makefile.in: Regenerate.
9611 * configure: Likewise.
9612
9613 2005-11-29 Ben Elliston <bje@au.ibm.com>
9614
9615 * libdecnumber: Import decNumber sources from the dfp-branch.
9616
9617 2005-11-21 Kean Johnston <jkj@sco.com>
9618
9619 * config.sub, config.guess: Sync from upstream sources.
9620
9621 2005-11-21 Ben Elliston <bje@au.ibm.com>
9622
9623 Import from Autoconf sources:
9624
9625 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9626 * config/move-if-change: Don't output "$2 is unchanged";
9627 suggested by Ben Elliston. Handle weird characters correctly.
9628
9629 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9630
9631 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9632 to match upstream libtool for darwin.
9633
9634 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9635
9636 * Makefile.def: Remove gdb dependencies for gdbtk.
9637 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9638 (configure-gdb, install-gdb): New rules.
9639 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9640 * Makefile.in, configure: Regenerated.
9641
9642 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9643
9644 * MAINTAINERS (Write After Approval): Add myself.
9645
9646 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9647
9648 * MAINTAINERS (Write After Approval): Add myself.
9649
9650 2005-10-24 Diego Novillo <dnovillo@redhat.com>
9651
9652 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9653 Diego Novillo.
9654
9655 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
9656
9657 PR bootstrap/24297
9658 * Makefile.tpl (do-[+make-target+], do-check, install,
9659 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9660 are set before recursing.
9661 * Makefile.in: Regenerate.
9662
9663 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9664
9665 PR bootstrap/18939
9666 * Makefile.def (gcc) <target>: Fix thinko.
9667 * Makefile.in: Regenerate.
9668
9669 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9670
9671 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9672 * configure: Regenerate.
9673
9674 2005-10-15 Jie Zhang <jie.zhang@analog.com>
9675
9676 * MAINTAINERS (Write After Approval): Add self.
9677
9678 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
9679
9680 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9681 target-libffi, target-qthreads, target-libjava, and
9682 targetlibobjc.
9683 * configure: Regenerate.
9684
9685 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9686
9687 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9688 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9689 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9690 (USUAL_OBJDUMP_FOR_TARGET): New.
9691 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9692 * configure.in: Check for $OBJDUMP_FOR_TARGET.
9693 * configure, Makefile.in: Regenerated.
9694
9695 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9696
9697 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9698 before other host packages.
9699
9700 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9701
9702 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9703
9704 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9705
9706 PR bootstrap/22340
9707
9708 * configure.in (default_target): Remove.
9709 * Makefile.tpl (all): Do not use prerequisites as subroutines
9710 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9711 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9712 use prerequisites as subroutines.
9713 (check-host, check-target): New.
9714 (bootstrap configure & all targets): Do not use stage*-start
9715 if the directory layout is already ok.
9716 (non-bootstrap configure & all targets): Prepend a $(unstage).
9717 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9718 (NOTPARALLEL): Remove.
9719 (unstage, stage variables): New variables.
9720 (unstage, stage targets): Simply expand to those variables.
9721
9722 * configure: Regenerate.
9723 * Makefile.in: Regenerate.
9724
9725 2005-10-04 James E Wilson <wilson@specifix.com>
9726
9727 * Makefile.def (lang_env_dependencies): Add libmudflap.
9728 * Makefile.in: Regenerate.
9729
9730 2005-10-03 Andreas Schwab <schwab@suse.de>
9731
9732 Backport from libtool CVS:
9733 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9734
9735 * ltmain.sh: add support for installing into temporary
9736 staging area (e.g. 'make install DESTDIR=...')
9737
9738 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9739
9740 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9741 * configure: Regenerated.
9742
9743 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9744
9745 * configure: Regenerate with the correct
9746 autoconf version.
9747
9748 2005-09-30 Catherine Moore <clm@cm00re.com>
9749
9750 * configure.in (bfin-*-*): New.
9751 * configure: Regenerated.
9752
9753 2005-09-28 Geoffrey Keating <geoffk@apple.com>
9754
9755 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9756 (LIPO_FOR_TARGET): New.
9757 (CONFIGURED_LIPO_FOR_TARGET): New.
9758 (USUAL_LIPO_FOR_TARGET): New.
9759 (STRIP_FOR_TARGET): New.
9760 (CONFIGURED_STRIP_FOR_TARGET): New.
9761 (USUAL_STRIP_FOR_TARGET): New.
9762 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9763 STRIP_FOR_TARGET.
9764 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9765 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9766 * Makefile.in: Regenerate.
9767 * configure: Regenerate.
9768
9769 2005-09-19 David Edelsohn <edelsohn@gnu.org>
9770
9771 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9772 (rs6000-*-aix*): Same.
9773 * configure: Regenerate.
9774
9775 2005-09-16 Tom Tromey <tromey@redhat.com>
9776
9777 * MAINTAINERS: Add self as java maintainer.
9778
9779 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9780
9781 * configure.in: Recognize f95 in the --enable-languages option,
9782 and substitute it for fortran, issuing a warning.
9783 * configure: Regenerate.
9784
9785 2005-08-30 Phil Edwards <phil@codesourcery.com>
9786
9787 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9788 * configure: Regenerated.
9789
9790 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
9791
9792 * MAINTAINERS: Add self as ms1 maintainer.
9793
9794 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9795
9796 * Makefile.def (libssp): Add to lang_env_dependencies.
9797 * Makefile.in: Regenerate.
9798
9799 2005-08-18 Ian Lance Taylor <ian@airs.com>
9800
9801 * MAINTAINERS: Add myself as middle-end maintainer.
9802
9803 2005-08-17 Christian Groessler <chris@groessler.org>
9804
9805 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9806 * Makefile.in: Regenerate.
9807
9808 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9809
9810 * MAINTAINERS (write after approval): Added myself.
9811
9812 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9813
9814 * MAINTAINERS (Write After Approval): Add myself.
9815
9816 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
9817
9818 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9819 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9820 Look for alternate names of the target cc and c++
9821 * configure: Regenerate.
9822
9823 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
9824
9825 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9826 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9827 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9828 tools; remove code to manually set them.
9829 (Target tools): Look in the environment for them.
9830 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9831 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9832 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9833 build directory.
9834 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9835 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9836 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9837 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9838 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9839 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9840 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9841 * configure: Regenerate.
9842 * Makefile.in: Regenerate.
9843
9844 2005-07-28 Ben Elliston <bje@au.ibm.com>
9845
9846 * MAINTAINERS: Update for removed CPU targets.
9847
9848 2005-07-27 Mark Mitchell <mark@codesourcery.com>
9849
9850 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9851 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9852 * Makefile.in: Regenerated.
9853
9854 2005-07-26 Mark Mitchell <mark@codesourcery.com>
9855
9856 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9857 (CFLAGS_FOR_TARGET): Use it.
9858 (CXXFLAGS_FOR_TARGET): Likewise.
9859 * Makefile.in: Regenerated.
9860 * configure.in (--with-build-sysroot): New option.
9861 * configure: Regenerated.
9862
9863 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
9864
9865 * Makefile.tpl: Wrap install between unstage and stage
9866 * Makefile.in: Regenerate.
9867
9868 2005-07-21 Eric Christopher <echristo@apple.com>
9869
9870 * MAINTAINERS: Update affiliation.
9871
9872 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9873
9874 * MAINTAINERS: Add self as crx port maintainer.
9875
9876 2005-07-20 DJ Delorie <dj@redhat.com>
9877
9878 * MAINTAINERS: Add self as m32c maintainer.
9879
9880 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9881
9882 * all files: Update FSF address.
9883
9884 2005-07-15 Eric Christopher <echristo@redhat.com>
9885
9886 * MAINTAINERS: Change affiliation.
9887
9888 2005-07-14 Jim Blandy <jimb@redhat.com>
9889
9890 * configure.in: Add cases for Renesas m32c.
9891 * configure: Regenerated.
9892
9893 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9894
9895 * COPYING.LIB: Update from fsf.org.
9896
9897 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9898
9899 * COPYING, compile, config.guess,
9900 config.sub, install-sh, missing, mkinstalldirs,
9901 symlink-tree, ylwrap: Sync from upstream sources.
9902 * config-ml.in: Update FSF address.
9903
9904 2005-07-13 Eric Christopher <echristo@redhat.com>
9905
9906 * configure.in: Add toplevel noconfigdir support for tpf.
9907 * configure: Regenerate.
9908
9909 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
9910
9911 PR ada/22340
9912
9913 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9914 * Makefile.in: Regenerate.
9915
9916 2005-07-07 Mark Mitchell <mark@codesourcery.com>
9917
9918 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
9919 Brolley to write-after-approval.
9920
9921 2005-07-07 Andreas Schwab <schwab@suse.de>
9922
9923 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9924 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9925 * Makefile.in: Regenerated.
9926
9927 2005-07-06 Geoffrey Keating <geoffk@apple.com>
9928
9929 * configure.in: Don't build sim or rda when targetting darwin.
9930 * configure: Regenerate.
9931
9932 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
9933
9934 * configure.in: Add --enable-libssp and --disable-libssp.
9935 * configure: Regenerate with autoconf-2.13.
9936
9937 2005-07-02 Jakub Jelinek <jakub@redhat.com>
9938
9939 * Makefile.def (target_modules): Add libssp.
9940 * configure.in (target_libraries): Add target-libssp.
9941 * configure: Rebuilt.
9942 * Makefile.in: Rebuilt.
9943
9944 2005-07-01 Zack Weinberg <zackw@panix.com>
9945
9946 * MAINTAINERS: Change email address. Resign from maintainership.
9947
9948 2005-07-01 Richard Guenther <rguenther@suse.de>
9949
9950 * MAINTAINERS: Change my e-mail address and affiliation.
9951
9952 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
9953
9954 * Makefile.def (stagefeedback): Come after profile.
9955 Define profiledbootstrap target.
9956 * Makefile.tpl (profiledbootstrap): Remove.
9957 (stageprofile-end): Zap stagefeedback.
9958 (stagefeedback-start): Copy all .gcda files, not only GCC's.
9959 * Makefile.in: Regenerate.
9960
9961 2005-06-13 Richard Sandiford <richard@codesourcery.com>
9962
9963 * MAINTAINERS: Update my email address.
9964
9965 2005-06-13 Zack Weinberg <zack@codesourcery.com>
9966
9967 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
9968 In 'cpp' stanza, support '#line' as well as '# '.
9969
9970 2005-06-08 Andreas Schwab <schwab@suse.de>
9971
9972 * MAINTAINERS: Move myself from 'Write After Approval' to
9973 'CPU Port Maintainers' section as m68k maintainer.
9974
9975 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
9976
9977 * configure.in (unsupported_languages): New macro.
9978 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
9979 non-ported target libraries in noconfigdirs.
9980 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
9981 non-linux-gnu. Remove libgcj_ex_libffi.
9982 <lang_frag loop>: Set add_this_lang=no if the language is in
9983 unsupported_languages.
9984 * configure: Regenerate.
9985
9986 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
9987
9988 * configure.in: Fix typo in handling of --with-mpfr-dir.
9989 * configure: Regenerate.
9990
9991 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
9992
9993 * MAINTAINERS: Update my email address.
9994
9995 2005-06-02 Jim Blandy <jimb@redhat.com>
9996
9997 * config.sub: Add cases for the Renesas m32c. (This patch has been
9998 accepted into the master sources.)
9999
10000 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
10001 Michael Snyder <msnyder@redhat.com>
10002 Stan Cox <scox@redhat.com>
10003
10004 * configure.in: Set noconfigdirs for ms1.
10005
10006 * configure: Regenerate.
10007
10008 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10009
10010 * MAINTAINERS (Write After Approval): Add self.
10011
10012 2005-06-01 Josh Conner <jconner@apple.com>
10013
10014 * MAINTAINERS (Write After Approval): Add self.
10015
10016 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
10017
10018 * MAINTAINERS: Update my email address.
10019
10020 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10021
10022 * MAINTAINERS (Write After Approval): Add self.
10023
10024 2005-05-26 Chris Demetriou <cgd@broadcom.com>
10025
10026 * MAINTAINERS (Write After Approval): Remove self.
10027
10028 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
10029
10030 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10031 (Dependencies): Consider target modules for bootstrap dependencies.
10032 Make target bootstrap modules depend on each stage's gcc.
10033 * Makefile.in: Regenerate.
10034
10035 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
10036
10037 * Makefile.def (configure-gcc): Depend on binutils having been built.
10038 (all-gcc): No need to do it here.
10039 * Makefile.in: Regenerate.
10040
10041 2005-05-19 Paul Brook <paul@codesourcery.com>
10042
10043 * configure.in: Rewrite misleading error message when requested
10044 language cannot be built.
10045 * configure: Regenerate.
10046
10047 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10048
10049 * ylwrap: Import from Automake 1.9.5.
10050
10051 2005-05-13 David Ung <davidu@mips.com>
10052
10053 * MAINTAINERS (Write After Approval): Add self.
10054
10055 2005-05-09 Mike Stump <mrs@apple.com>
10056
10057 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10058 lt_cv_sys_max_cmd_len for now.
10059
10060 2005-05-09 Stan Cox <scox@redhat.com>
10061
10062 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10063
10064 2005-05-08 Matt Kraai <kraai@ftbfs.org>
10065
10066 * README.SCO: Update the URL.
10067
10068 2005-05-05 David Edelsohn <edelsohn@gnu.org>
10069
10070 * ltconfig: Define file_list_spec. Pass file_list_spec and
10071 with_gnu_ld to libtool.
10072 * ltcf-c.sh (aix[45]): Define file_list_spec.
10073 * ltcf-cxx.sh (aix[45]): Same.
10074 * ltcf-gcj.sh (aix[45]): Same.
10075 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10076 exists, write list of input files to temporary file.
10077
10078 2005-05-04 Mike Stump <mrs@apple.com>
10079
10080 * configure.in: Always pass --target to target configures as
10081 otherwise rebuilds that do --recheck will fail.
10082 * confiugure: Rebuilt.
10083
10084 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
10085
10086 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10087 STAGE_HOST_EXPORTS.
10088 (configure, all): Add bootstrap support.
10089 (Host modules, target modules): Pass post-stage1 flags and exports.
10090 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10091 * Makefile.in: Regenerate.
10092
10093 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
10094
10095 * configure: Regenerate.
10096
10097 2005-04-27 Mike Stump <mrs@apple.com>
10098
10099 * MAINTAINERS: Add self as darwin maintainer.
10100
10101 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10102
10103 * config.sub: Update from master copy.
10104
10105 2005-04-21 Mike Stump <mrs@apple.com>
10106
10107 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10108 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10109
10110 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
10111
10112 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10113 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10114 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10115 "*-*-elf" and "*-*-linux*".
10116 * configure: Regenerate.
10117
10118 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10119
10120 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10121
10122 2005-04-12 Mike Stump <mrs@apple.com>
10123
10124 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10125
10126 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10127
10128 * MAINTAINERS (Write After Approval): Add myself.
10129
10130 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10131
10132 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10133
10134 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
10135
10136 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10137 (TARGET_CONFIGARGS): Include --with-target-subdir.
10138 (configure, all): New macros. Use them throughout.
10139 * Makefile.in: Regenerate.
10140
10141 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10142
10143 * MAINTAINERS (Write After Approval): Add myself.
10144
10145 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10146
10147 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10148
10149 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10150
10151 * MAINTAINERS: Move John Carr to Write After Approval.
10152
10153 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
10154
10155 * config/mh-mingw32: Delete.
10156 * configure.in: Don't use it.
10157 * configure: Regenerate.
10158
10159 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
10160
10161 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10162 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10163 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10164 (HOST_LIB_PATH): Generate from Makefile.def.
10165 (TARGET_LIB_PATH): Likewise.
10166 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10167 * Makefile.in: Regenerate.
10168 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10169 (RPATH_ENVVAR): Include Darwin case.
10170 * configure: Regenerate.
10171
10172 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10173
10174 * MAINTAINERS (Various Maintainers): Remove self.
10175 (Write After Approval): Add self.
10176
10177 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10178
10179 * MAINTAINERS (Various Maintainers): Add self.
10180
10181 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
10182
10183 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10184 * configure: Regenerate.
10185
10186 2005-03-21 Zack Weinberg <zack@codesourcery.com>
10187
10188 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10189 gcc_version, and gcc_version_trigger from set of flags to pass.
10190 * Makefile.tpl: Remove definitions of above variables.
10191 (config.status): Remove dependency on $(gcc_version_trigger).
10192 * Makefile.in: Regenerate.
10193 * configure.in: Do not reference config/gcc-version.m4 nor
10194 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10195 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10196 * configure: Regenerate.
10197
10198 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
10199 Andrew Pinski <pinskia@physics.uc.edu>
10200
10201 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10202 * Makefile.in: Regenerate.
10203
10204 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10205
10206 * MAINTAINERS (Write After Approval): Add myself.
10207
10208 2005-03-03 David Ayers <d.ayers@inode.at>
10209
10210 * MAINTAINERS (Write After Approval): Add myself.
10211
10212 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
10213
10214 PR libgcj/20160
10215 * ltmain.sh: Avoid creating archives with components that have
10216 duplicate basenames.
10217
10218 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10219
10220 PR bootstrap/20250
10221 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10222 instead of check.
10223 * Makefile.in: Regenerate.
10224
10225 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10226
10227 * Makefile.in: Regenerate to fix conflict between the previous two
10228 patches.
10229
10230 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10231
10232 PR bootstrap/17383
10233 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10234 * Makefile.tpl (HOST_SUBDIR): New substitution.
10235 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10236 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10237 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10238 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10239 (Host modules, Bootstrapped modules): Use it.
10240 (Build modules, Target modules): Do not create symlink trees,
10241 always configure out-of-srcdir.
10242 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10243 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10244 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10245 $(HOST_SUBDIR). Create a symlink for host_subdir.
10246
10247 * Makefile.in: Regenerate.
10248 * configure: Regenerate.
10249
10250 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10251
10252 Merged from libada-gnattools-branch:
10253 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10254
10255 * gnattools: New directory.
10256 * Makefile.def: Add gnattools as a module, depending on target-libada.
10257 * Makefile.in: Regenerate.
10258 * configure.in: Include gnattools in host_tools; disable it if ada
10259 is disabled.
10260 * configure: Regenerate.
10261
10262 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
10263
10264 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10265 treelang maintainer.
10266 (Write After Approval): Remove myself.
10267
10268 2005-02-23 Paul Schlie <schlie@comcast.net>
10269
10270 * configure.in: Allow darwin targeted ports to build tk, itcl and
10271 libgui.
10272 * configure: Regenerate.
10273
10274 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10275
10276 PR libgcj/10353
10277 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10278 * configure: Regenerate.
10279
10280 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10281
10282 * MAINTAINERS (Write After Approval): Add myself.
10283
10284 2005-02-10 Ian Lance Taylor <ian@airs.com>
10285
10286 * MAINTAINERS: Update my e-mail address.
10287
10288 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10289
10290 * MAINTAINERS (Write After Approval): Add myself.
10291
10292 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
10293
10294 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10295 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10296 target-libgloss when not *-*-elf and *-*-aout.
10297 * configure: Regenerate.
10298
10299 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10300
10301 * MAINTAINERS: Remove obsolete entries.
10302
10303 * MAINTAINERS (Write After Approval): Add Michael Matz.
10304
10305 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
10306
10307 * MAINTAINERS: Remove self as cpplib maintainer.
10308
10309 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10310
10311 * install-sh, config.sub: Import from upstream.
10312
10313 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10314
10315 PR bootstrap/18222
10316 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10317 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10318 * Makefile.in: Regenerate.
10319
10320 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
10321
10322 * MAINTAINERS: Update my email address.
10323
10324 2005-01-12 David Edelsohn <edelsohn@gnu.org>
10325 Andreas Schwab <schwab@suse.de>
10326
10327 PR bootstrap/18033
10328 * config-ml.in: Eval option if surrounded by single quotes.
10329
10330 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
10331
10332 Revert 2004-12-28 Makefile changes, a better fix will be
10333 applied to mainline and src after GCC 4.0 branches.
10334
10335 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
10336
10337 PR bootstrap/17383
10338
10339 * Makefile.def (target_modules): Remove stage parameter,
10340 it is always true now.
10341 * Makefile.tpl (configure-build-[+module+],
10342 configure-target-[+module+]): Always build symlink tree
10343 for the directory and for include. BUILD_SUBDIR and
10344 TARGET_SUBDIR cannot be . anymore.
10345 * Makefile.in: Regenerate.
10346
10347 2004-12-25 David Edelsohn <edelsohn@gnu.org>
10348
10349 Revert 2004-12-08 Makefile changes.
10350
10351 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10352
10353 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10354 cygwin, mingw.
10355
10356 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10357
10358 * configure.in (sh64-*-*): Reenable gprof.
10359 * configure: Regenerate.
10360
10361 2004-12-08 David Edelsohn <edelsohn@gnu.org>
10362
10363 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10364 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10365 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10366 * Makefile.in: Regenerate.
10367
10368 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10369
10370 * MAINTAINERS: Update my email address.
10371
10372 2004-12-07 Matt Kraai <kraai@ftbfs.org>
10373
10374 * Makefile.tpl: Generate normal dependencies if the LHS module is
10375 not bootstrapped.
10376 * Makefile.in: Regenerate.
10377
10378 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10379
10380 * configure.in: Include config/gxx-include-dir.m4. Use
10381 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10382 * configure: Regenerate.
10383
10384 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10385
10386 * config.if: Delete.
10387 * configure.in: Set libstdcxx_incdir directly.
10388 * configure: Regenerate.
10389
10390 2004-12-02 Eric Christopher <echristo@redhat.com>
10391
10392 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10393 * Makefile.in: Regenerate.
10394
10395 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10396
10397 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10398 * configure: Regenerate.
10399
10400 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10401
10402 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10403 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10404 * configure: Regenerate.
10405
10406 2004-12-01 Eric Christopher <echristo@redhat.com>
10407
10408 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10409 of things to remove.
10410
10411 2004-11-29 Matt Kraai <kraai@ftbfs.org>
10412
10413 * MAINTAINERS (Write After Approval): Update my e-mail address.
10414
10415 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10416
10417 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10418 from CVS libtool to always pass_all.
10419
10420 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10421
10422 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10423 (hppa*64*-*-*): Delete incorrect comment.
10424 * configure: Rebuilt.
10425
10426 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10427
10428 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10429
10430 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10431
10432 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10433 from CVS libtool to always pass_all.
10434
10435 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10436
10437 * install-sh, compile: Import from automake.
10438
10439 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10440
10441 * config.guess, config.sub: Import from savannnah.
10442
10443 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
10444
10445 * MAINTAINERS (Write After Approval): Add myself
10446
10447 2004-11-12 Mike Stump <mrs@apple.com>
10448
10449 * Makefile.def: Add html support.
10450 * Makefile.tpl: Likewise.
10451 * Makefile.in: Regenerate.
10452
10453 2004-11-11 Geoffrey Keating <geoffk@apple.com>
10454
10455 PR 18423
10456 * configure.in: Remove all instances of build-fixincludes from
10457 noconfigdirs.
10458 (build_configargs): Supply --target to subdirectories.
10459 * configure: Regenerate.
10460
10461 * Makefile.def: Make gcc install depend on fixincludes install.
10462 * Makefile.in: Regenerate.
10463
10464 2004-11-10 Janis Johnson <janis187@us.ibm.com>
10465
10466 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10467
10468 2004-11-11 Paul Brook <paul@codesourcery.com>
10469
10470 * MAINTAINERS: Add self as arm maintainer. Update email address.
10471
10472 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10473
10474 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10475 target-libgfortran.
10476 * configure: Regenerate.
10477
10478 2004-11-07 David Edelsohn <edelsohn@gnu.org>
10479
10480 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10481 like CC.
10482
10483 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
10484
10485 * Makefile.def (host fixincludes): Specify missing targets.
10486 * Makefile.in: Regenerate.
10487
10488 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10489
10490 * MAINTAINERS: Add myself
10491
10492 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10493
10494 * MAINTAINERS (Write After Approval): Add myself.
10495
10496 2004-11-04 Geoffrey Keating <geoffk@apple.com>
10497
10498 * Makefile.def: Build fixincludes for the host, too.
10499 * Makefile.in: Regenerate.
10500 * configure.in (host_tools): Add fixincludes.
10501 * configure: Regenerate.
10502
10503 2004-11-04 Daniel Jacobowitz <dan@debian.org>
10504
10505 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10506 * configure: Regenerated.
10507
10508 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10509
10510 PR other/17783
10511 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10512 * configure: Regenerated.
10513
10514 2004-10-31 Mark Mitchell <mark@codesourcery.com>
10515
10516 * README.SCO: Update per FSF instructions.
10517
10518 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
10519
10520 PR target/18151
10521 * configure.in (case ${target}): Do not build fixincludes for avr.
10522 * configure: Regenerated.
10523
10524 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
10525
10526 * configure.in (case ${target}): Do not build fixincludes
10527 on platforms where it is not used.
10528 * configure: Regenerated.
10529
10530 2004-10-23 Daniel Jacobowitz <dan@debian.org>
10531
10532 * configure.in: Use an absolute path to install-sh.
10533 * configure: Regenerated.
10534
10535 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10536
10537 * MAINTAINERS (Write After Approval): Add myself.
10538
10539 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10540
10541 * MAINTAINERS: Remove from Write After Approval those that are
10542 already maintainers.
10543
10544 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10545
10546 * MAINTAINERS: Update my email address.
10547
10548 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10549
10550 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10551 * configure: Regenerate.
10552
10553 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
10554
10555 * MAINTAINERS: Update my email address.
10556
10557 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10558
10559 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10560 entries belonging to this category.
10561
10562 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10563
10564 * MAINTAINERS: Update my e-mail address.
10565
10566 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
10567
10568 Fix wrong conflict resolution in:
10569
10570 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10571
10572 * Makefile.in: Regenerate.
10573 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10574 in the recursive `make', instead of hardwiring `all'.
10575 (Autogenerated TARGET-* variables): New.
10576
10577 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10578
10579 * configure.in: Enable target-libgloss for crx-*-*.
10580 * configure: Regenerate.
10581
10582 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10583
10584 * MAINTAINERS (Various Maintainers): Move the "windows,
10585 cygwin, mingw" maintainer to ...
10586 (OS Port Maintainers): ... here.
10587
10588 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10589
10590 * MAINTAINERS (Write After Approval): Remove those that are
10591 maintainers of some subsystem.
10592
10593 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10594
10595 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10596 * ltcf-cxx.sh (tpf*): Likewise.
10597 * ltconfig (tpf*): Add TPF OS configuration support.
10598
10599 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10600
10601 * MAINTAINERS: Change my email address to my new work account.
10602
10603 2004-09-24 Michael Roth <mroth@nessie.de>
10604
10605 * configure.in (--without-headers): Add missing double quotes.
10606 * configure: Regenerate.
10607
10608 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
10609
10610 * ylwrap: Revert to previous version.
10611
10612 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10613
10614 PR bootstrap/17369
10615 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10616 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10617 SET_GCC_LIB_PATH_CMD.
10618 (BASE_TARGET_EXPORTS): Likewise.
10619 * Makefile.in: Regenerated.
10620
10621 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10622 * configure: Regenerated.
10623
10624 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10625
10626 * config.guess: New upstream version
10627 * compile, depcomp, install-sh, ylwrap: Likewise.
10628
10629 2004-09-19 Roger Sayle <roger@eyesopen.com>
10630
10631 * config/mh-x86omitfp: New host makefile fragment. Add
10632 -fomit-frame-pointer to the default BOOT_CFLAGS.
10633 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10634 * configure: Regenerate.
10635
10636 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10637
10638 PR target/11572
10639 * configure.in (*-*-darwin*): Renable libobjc.
10640 * configure: Regenerate.
10641
10642 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10643
10644 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10645
10646 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
10647
10648 * Makefile.def: Remove libbanshee.
10649 * Makefile.tpl: Ditto.
10650 * configure.in: Ditto.
10651 * Makefile.in: Regen.
10652 * configure: Ditto.
10653
10654 2004-09-08 David Edelsohn <edelsohn@gnu.org>
10655
10656 * ltmain.sh: Use $pic_object as $non_pic_object if
10657 $non_pic_object=none.
10658
10659 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
10660
10661 * missing: Import latest version from master repository.
10662
10663 2004-09-06 Nick Clifton <nickc@redhat.com>
10664
10665 * config.sub: Import latest version from master repository.
10666 * config.guess: Likewise.
10667 This includes these changes:
10668
10669 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10670
10671 * config.sub: Handle crisv32, alias etraxfs.
10672 * config.guess (crisv32:Linux:*:*): Handle.
10673
10674 2004-08-13 Brad Smith <brad@comstyle.com>
10675
10676 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10677 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10678
10679 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10680
10681 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10682 assume the processor is a powerpc. This is because coreutils
10683 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10684 in this case, due to a MacOS X bug that causes
10685 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10686 to return a negative number.
10687 Problem reported by Petter Reinholdtsen in:
10688 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10689
10690 2004-07-19 Ben Elliston <bje@gnu.org>
10691
10692 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10693
10694 2004-06-24 Ben Elliston <bje@gnu.org>
10695
10696 * config.guess: Update copyright years.
10697 * config.sub: Likewise.
10698
10699 2004-06-22 Robert Millan <robertmh@gnu.org>
10700
10701 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10702 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10703
10704 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10705
10706 * config.guess (*:*VMS:*:*): New entry. Replaces
10707 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10708 manufacturer.
10709
10710 2004-06-22 Ben Elliston <bje@gnu.org>
10711
10712 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10713 * config.sub: Likewise.
10714
10715 2004-06-22 Ben Elliston <bje@gnu.org>
10716
10717 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10718 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10719
10720 2004-06-11 Ben Elliston <bje@gnu.org>
10721
10722 * config.guess (pegasos:OpenBSD:*:*): Remove.
10723
10724 2004-06-11 Ben Elliston <bje@gnu.org>
10725
10726 From Wouter Verhelst <wouter@grep.be>:
10727 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10728
10729 2004-06-11 Ben Elliston <bje@gnu.org>
10730
10731 * config.guess (luna88k:OpenBSD:*:*): New.
10732
10733 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10734
10735 * config.guess (m32r*:Linux:*:*): New case.
10736 * config.sub: Handle m32rle.
10737
10738 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10739
10740 From Jens Petersen <petersen@redhat.com>:
10741 * config.sub: Handle sparcv8.
10742
10743 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10744
10745 From Tom Smith <smith@cag.lkg.hp.com>:
10746 * config.guess: Version suffixes are equally significant on Tru64
10747 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10748 prefix of "P" (patched kernel).
10749
10750 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10751
10752 * config.sub: Add support for National Semiconductor CRX target.
10753
10754 2004-09-03 Janis Johnson <janis187@us.ibm.com>
10755
10756 * MAINTAINERS (Various Maintainers): Remove myself as web page
10757 maintainer, add myself as maintainer of build status lists.
10758
10759 2004-09-03 Jan Beulich <jbeulich@novell.com>
10760
10761 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10762 *-*-netware, but add target-libmudflap.
10763 Consolidate *-*-netware targets (of which really only i?86 exists)
10764 into a single entry.
10765 * configure: Likewise.
10766
10767 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
10768
10769 * Makefile.tpl (sorry): Remove.
10770 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10771 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10772 (do-clean): Clean per-stage directories too.
10773 (do-distclean): Run distclean-stage1 too.
10774 (.NOTPARALLEL): Enable during toplevel bootstrap.
10775 (stage[+id+]-bubble): Enable parallel execution during
10776 the recursive invocation.
10777 * Makefile.in: Regenerate.
10778
10779 Fix previous checkin:
10780
10781 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10782 include.
10783 * configure.in: Fix indentation.
10784 * configure: Regenerate.
10785
10786 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
10787
10788 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10789 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10790 * configure: regenerate
10791 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10792 -mdynamic-no-pic
10793
10794 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
10795
10796 * Makefile.def (build_modules): Add fixincludes.
10797 (dependencies): Make gcc depend on fixincludes.
10798 * configure.in (build_tools): Add fixincludes.
10799 (build_configdirs): Always include build_libs.
10800 * Makefile.in: Regenerate.
10801 * configure: Regenerate.
10802
10803 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
10804
10805 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10806 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10807 phony targets; do not generate timestamp files.
10808 (distclean-stageN): Remove references to their timestamp files.
10809 (restageN, touch-stageN): Remove.
10810 (stageN-bubble): Rewritten.
10811 (compare): Support lean bootstraps.
10812 * Makefile.in: Regenerate.
10813
10814 * configure.in: Only warn when bootstrapping but
10815 build != host or build != target. Support lean bootstraps.
10816 * configure: Regenerate.
10817
10818 2004-08-26 Phil Edwards <phil@codesourcery.com>
10819
10820 * configure.in: Give a better error message if GMP/MPFR are missing
10821 and a language needing them has been requested.
10822 * configure: Regenerated.
10823
10824 2004-08-25 Phil Edwards <phil@codesourcery.com>
10825
10826 * configure.in: Print a list of available language front-ends if
10827 a requested one is missing. Tidy stray tab characters.
10828 * configure: Regenerated.
10829
10830 2004-08-19 Michael Koch <konqueror@gmx.de>
10831
10832 * gcc/doc/install.texi: Update entry about automake for libjava.
10833
10834 2004-08-17 Robert Millan <robertmh@gnu.org>
10835
10836 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10837 (instead of FreeBSD).
10838 * configure: Regenerate.
10839
10840 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10841
10842 * Makefile.in: Regenerate.
10843 * configure: Regenerate.
10844
10845 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10846 stage_*_flags.
10847 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10848 for bootstrapped modules if toplevel bootstrap is going.
10849 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10850 modules. Adjust for changes in Makefile.def. Enable several
10851 rules even in non-bootstrap mode, just to avoid peppering the
10852 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10853 (stage-[+prev+]-bubble): Remove.
10854
10855 * Makefile.def (Dependencies): Depend on all-build-bison,
10856 all-build-flex, all-build-byacc, all-build-texinfo, rather
10857 than the host variations.
10858 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10859 with BUILD_SUBDIR.
10860 (BISON): Update for recent Bisons.
10861 (YACC): Fix typo.
10862 (cross): Depend on all-build.
10863 (all): Do not depend on all-build.
10864 (prebootstrap): Remove.
10865 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10866 (Prebootstrap dependencies): Add them to the per-stage targets
10867 and to all-prebootstrap.
10868 * configure.in (build_configdirs): Always enable build_tools.
10869 (BUILD_DIR_PREFIX): Remove.
10870
10871 * Makefile.def (gcc): Add target variable.
10872 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10873 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10874 in the recursive `make', instead of hardwiring `all'.
10875 (Autogenerated TARGET-* variables): New.
10876
10877 2004-08-13 Brian Booth <bbooth@redhat.com>
10878
10879 * MAINTAINERS: Remove myself from write-after-approval.
10880
10881 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10882
10883 * src-release: Stop distributing mmalloc with gdb (which doesn't
10884 use it).
10885 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10886 * Makefile.in: Regenerate.
10887
10888 2004-08-09 Mark Mitchell <mark@codesourcery.com>
10889
10890 * configure.in (arm*-*-eabi*): New target.
10891 * configure: Regenerate.
10892
10893 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
10894
10895 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10896 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10897 (Dependencies): New section.
10898 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10899 (configure-target-[+module+]): Depend on maybe-all-gcc
10900 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10901 (toplevel profiledbootstrap): Fix dependencies.
10902 * Makefile.in: Regenerate.
10903
10904 2004-08-03 Mark Mitchell <mark@codesourcery.com>
10905
10906 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10907 target-libiberty to noconfigdirs.
10908 * configure: Regenerate.
10909
10910 2004-08-03 Paul Brook <paul@codesourcery.com>
10911
10912 * configure.in: Check for MPFR as well as GMP.
10913 * configure: Regenerate.
10914
10915 2004-08-01 Robert Millan <robertmh@gnu.org>
10916
10917 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10918 libmudflap for all GNU-based systems (with Glibc).
10919 * configure: Regenerate.
10920
10921 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
10922
10923 * Makefile.def (host-modules): Add gcc.
10924 * Makefile.in: Regenerate.
10925 * Makefile.tpl (sorry): New rule.
10926 (configure-host, all-host, [+make_target+]-host, do-check,
10927 install-host): Do not add gcc as a special case.
10928 (host modules): Add a small special-casing for gcc. Export
10929 extra_make_flags through the environment.
10930 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10931 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10932 other recursive targets for gcc): Remove.
10933
10934 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10935 (stage, unstage): New rules.
10936 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10937 distclean-stage[+id+]): Use stage_current.
10938 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10939 the stage*-start rules.
10940
10941 2004-08-02 Geoffrey Keating <geoffk@apple.com>
10942
10943 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10944 use -all_load flag.
10945
10946 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
10947
10948 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10949 * configure: Regenerate.
10950
10951 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
10952
10953 * maintainer-scripts/gcc_release: Revert yesterday's change.
10954
10955 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
10956
10957 * MAINTAINERS: Add myself to write-after-approval.
10958
10959 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
10960
10961 * libf2c: Removed.
10962 * gcc/gccbug.in: Updated because of libf2c removal.
10963 * maintainer-scripts/gcc_release: Ditto.
10964
10965 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
10966
10967 * configure.in: Build libmudflap by default on FreeBSD.
10968 * configure: Regenerated.
10969
10970 2004-07-09 Mark Mitchell <mark@codesourcery.com>
10971
10972 * configure.in: Do not build libmudflap by default on non-GNU/Linux
10973 systems.
10974 * configure: Regenerated.
10975
10976 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10977
10978 PR target/16344
10979 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
10980 feedback based compiler.
10981 * Makefile.in: Rebuilt.
10982
10983 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
10984
10985 * Makefile.def (host_modules): Set bootstrap=true for flex.
10986 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
10987 * Makefile.in: Rebuilt.
10988
10989 2004-07-07 Jan Hubicka <jh@suse.cz>
10990
10991 * MAINTAINERS: Add self as a profile feedback maintainer.
10992
10993 2004-07-05 Phil Edwards <phil@codesourcery.com>
10994
10995 * configure.in: Do not prepend $srcdir to /dev/null in
10996 makefile fragments.
10997 * configure: Regenerate.
10998
10999 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
11000
11001 * Makefile.def (build_modules): Add bison, byacc, flex,
11002 m4, texinfo.
11003 (flags_to_pass): Add FLEX.
11004 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11005 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11006 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11007 DEFAULT_MAKEINFO): Remove.
11008 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11009 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11010 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11011 objdir or else use configured tool.
11012 (all-build): New.
11013 (all): Depend on it.
11014 (Build module dependencies): Add.
11015 * Makefile.in: Regenerate.
11016 * configure.in: Better support for multiple build modules,
11017 matching what is done for host/target modules. Do not look
11018 for "plausible" locations of build tools if Canadian cross.
11019 Use autoconf's AC_PROG_CC to find a C compiler. Define
11020 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11021 * configure: Regenerate.
11022
11023 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11024
11025 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11026 * Makefile.in: Regenerate.
11027
11028 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11029
11030 * Makefile.tpl (configure-build-[+module+],
11031 configure-[+module+], configure-target-[+module+]): Pass
11032 [+extra_configure_args+].
11033 (all-build-[+module+], all-[+module+], check-[+module+],
11034 install-[+module+], [+make_target+]-[+module+],
11035 all-target-[+module+], check-target-[+module+],
11036 install-target-[+module+], [+make_target+]-target-[+module+]):
11037 Pass [+extra_make_args+].
11038 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11039 (GCC_HOST_EXPORTS): Remove.
11040 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11041 cross, check-gcc, check-gcc-c++, install-gcc,
11042 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11043 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11044 * Makefile.in: Regenerate.
11045
11046 2004-06-21 Matthew Sachs <msachs@apple.com>
11047
11048 * MAINTAINERS: Added self to write-after-approval.
11049
11050 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11051
11052 * configure.in: Check for srcdir/winsup rather than build directory
11053 winsup.
11054 * configure: Regenerate.
11055
11056 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
11057
11058 * configure.in: Don't build Cygwin native newlib if winsup
11059 directory is missing. Emit warning instead.
11060 * configure: Regenerate.
11061
11062 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
11063
11064 * Makefile.tpl (touch-stage[+id+]): New.
11065 (restage[+prev+]): Depend on touch-stage[+id+].
11066
11067 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11068 Use it throughout.
11069
11070 * Makefile.def: Add profile and feedback bootstrap stages.
11071 Remove next field from bootstrap stages.
11072 * Makefile.tpl (LN, LN_S): Substitute.
11073 (stageN-start, stageN-end): Use double-colon rules, to
11074 provide a hook for additional setup commands.
11075 (distclean-stageN-gcc, restageN): Create dependencies from
11076 [+prev+], not from [+next+].
11077 (stageN-bubble): Add commands for successive stages from
11078 [+prev+], using double-colon rules.
11079 (all-stageN-gcc): Fix typo.
11080 (stagefeedback-start, profiledbootstrap): New.
11081 * Makefile.in: Regenerate.
11082 * configure.in: Call ACX_PROG_LN.
11083 * configure: Regenerate.
11084
11085 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11086
11087 * MAINTAINERS (Write After Approval): Add myself.
11088
11089 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11090
11091 * MAINTAINERS (Write After Approval): Add myself.
11092
11093 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
11094
11095 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11096 without gcc.
11097 * configure: Regenerate.
11098
11099 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11100
11101 * Makefile.tpl: Fix typo.
11102 * Makefile.in: Regenerate.
11103
11104 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11105
11106 * configure.in: Remove new- prefix from toplevel
11107 bootstrap targets.
11108 * configure: Regenerate.
11109
11110 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11111
11112 * Makefile.tpl (all.normal): Rename to all.
11113 (all): Replace with a rule to pick the default
11114 target from configure.
11115 (all-gcc, configure-gcc): Use conditionals to
11116 do nothing when toplevel bootstrap is going on.
11117 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11118 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11119 * configure.in: Support --enable-bootstrap.
11120
11121 * Makefile.def: Remove new- prefix from toplevel
11122 bootstrap targets.
11123 * Makefile.tpl: Likewise.
11124
11125 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11126 target.
11127
11128 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11129 $(RECURSE_FLAGS) to recursive invocation of make.
11130
11131 * Makefile.in: Regenerate.
11132 * configure: Regenerate.
11133
11134 2004-05-30 Andreas Jaeger <aj@suse.de>
11135 Jim Wilson <wilson@specifixinc.com>
11136
11137 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11138 like CC.
11139
11140 2004-05-27 Daniel Jacobowitz <dan@debian.org>
11141
11142 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11143 * configure: Regenerate.
11144
11145 2004-05-25 Daniel Jacobowitz <drow@false.org>
11146
11147 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11148 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11149 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11150 targets.
11151 * Makefile.in: Regenerate.
11152
11153 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
11154
11155 * configure.in: Test the ability to symlink directories.
11156 * configure: Regenerate.
11157
11158 * Makefile.def (bootstrap-stage): New definitions.
11159 * Makefile.tpl (configure-stage1-gcc,
11160 configure-stage2-gcc, configure-stage3-gcc,
11161 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11162 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11163 new-restage3, compare): Autogenerate, see Makefile.in
11164 entry for behavioral changes.
11165 (distclean-stage1, new-stage1-start, new-stage1-end,
11166 new-stage1-bubble, distclean-stage2, new-stage2-start,
11167 new-stage2-end, new-stage2-bubble, distclean-stage3,
11168 new-stage3-start, new-stage3-end): New autogenerated targets.
11169 (objext, prebootstrap, BOOT_CFLAGS,
11170 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11171 targets.
11172
11173 * Makefile.in: Regenerate.
11174 (distclean-stage1, new-stage1-start, new-stage1-end,
11175 new-stage1-bubble, distclean-stage2, new-stage2-start,
11176 new-stage2-end, new-stage2-bubble, distclean-stage3,
11177 new-stage3-start, new-stage3-end): New targets.
11178 (all-stage1-gcc): Move prebootstrap dependency from here...
11179 (configure-stage1-gcc): ...to here.
11180 (new-bootstrap): Use bubble targets.
11181 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11182 Use per-stage distclean targets.
11183 (configure-stage1-gcc, configure-stage2-gcc,
11184 configure-stage3-gcc, all-stage1-gcc,
11185 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11186 Use new-stageN-start to prepare the tree.
11187
11188 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
11189
11190 * Makefile.def (host_modules): add libcpp.
11191 * Makefile.tpl: Add dependencies on and for libcpp.
11192 * Makefile.in: Regenerate.
11193 * configure.in: Add libcpp host module.
11194 * configure: Regenerate.
11195
11196 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
11197
11198 * Makefile.tpl: Whenever a recursive target is defined, wrap
11199 it in a special @if/@endif block, and prepare its maybe
11200 dependency in the @if/@endif block
11201 * configure.in: Instead of writing maybe dependencies, remove
11202 the @if/@endif statements, and remove the @if/@endif blocks
11203 that remain.
11204 * configure: Regenerate.
11205 * Makefile.in: Regenerate.
11206
11207 2004-05-20 Janis Johnson <janis187@us.ibm.com>
11208
11209 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11210
11211 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11212
11213 PR bootstrap/15120
11214 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11215 * */configure: Rebuilt.
11216
11217 2004-05-17 Zack Weinberg <zack@codesourcery.com>
11218
11219 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11220 of libf2c.
11221 * configure, Makefile.in: Regenerate.
11222
11223 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
11224
11225 * MAINTAINERS (Write After Approval): Add myself.
11226
11227 2004-05-13 Diego Novillo <dnovillo@redhat.com>
11228
11229 Merge from tree-ssa-20020619-branch.
11230
11231 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11232 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11233 (HOST_GMPLIBS): Define.
11234 (HOST_GMPINC): Define.
11235 (TARGET_LIB_PATH): Add libmudflap.
11236 (GFORTRAN_FOR_TARGET): Define.
11237 (configure-build*): Export GFORTRAN.
11238 (configure-gcc): Export GMPLIBS and GMPINC.
11239 (all-gcc): Add maybe-all-libbanshee.
11240 (configure-target-libgfortran): Define.
11241 * Makefile.in: Regenerate.
11242 * configure.in (host_libs): Add libbanshee.
11243 (target_libraries): Add target-libmudflap and target-libgfortran.
11244 Add --with-libbanshee.
11245 Handle --disable-libmudflap.
11246 (*-*-freebsd*): Use with_gmp.
11247 Add $(libgcj) to noconfigdirs.
11248 * configure: Regenerate.
11249 * depcomp: New file.
11250 * MAINTAINERS: Add tree-ssa maintainers.
11251
11252 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11253
11254 * MAINTAINERS (Various Maintainers): Add myself.
11255
11256 2004-04-30 Brian Ford <ford@vss.fsi.com>
11257
11258 * MAINTAINERS (Write After Approval): Add myself.
11259
11260 2004-04-29 Uros Bizjak <uros@kss-loka.si>
11261
11262 * MAINTAINERS (Write After Approval): Add myself.
11263
11264 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
11265
11266 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11267 * configure: Regenerate.
11268
11269 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
11270
11271 Revert:
11272 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11273
11274 * Makefile.def (flags_to_pass): Remove *dir variables that
11275 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11276 as well as prefix and exec_prefix.
11277 * Makefile.in: Regenerate.
11278
11279 2004-04-26 Robert Millan <robertmh@gnu.org>
11280
11281 Add patches from libtool CVS.
11282 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11283 * ltconfig: Likewise.
11284 * ltcf-c.sh: Likewise.
11285 * ltcf-cxx.sh: Likewise.
11286 * ltcf-gcj.sh: Likewise.
11287
11288 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11289
11290 * Makefile.def (host_modules): Mark with the bootstrap
11291 flag packages on which gcc depends.
11292 * Makefile.tpl (all-bootstrap): Use it.
11293 * Makefile.in: Regenerate.
11294
11295 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11296
11297 * Makefile.def (flags_to_pass): Remove *dir variables that
11298 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11299 as well as prefix and exec_prefix.
11300 * Makefile.in: Regenerate.
11301
11302 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11303
11304 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11305 * configure: Regenerate.
11306 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11307 * gcc/Makefile.tpl (compare): Use the result of the test.
11308 * gcc/Makefile.in: Regenerate.
11309
11310 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
11311
11312 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11313 Always relocate gcc and prev-gcc to the original names, even
11314 if the build fails.
11315 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11316 New targets.
11317
11318 2004-04-23 Laurent GUERBY <laurent@guerby.net>
11319
11320 * MAINTAINERS: Update my email address.
11321
11322 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11323
11324 * configure.in (mips*-*-irix5*): Enable ld.
11325 * configure: Regenerate.
11326
11327 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11328
11329 * configure: Regenerate.
11330
11331 2004-04-15 James E Wilson <wilson@specifixinc.com>
11332
11333 * Makefile.tpl (configure-[+module+], configure-gcc,
11334 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11335 Set and export LDFLAGS.
11336 * Makefile.in: Regenerate.
11337
11338 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11339
11340 * MAINTAINERS: Add myself to write-after-approval.
11341
11342 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11343
11344 PR bootstrap/14871
11345 * Makefile.tpl: If we don't have built-in-tree target tools,
11346 use the ones found by configure rather than hacking around with
11347 program_transform_name.
11348 * configure.in: Give Makefile.tpl the information necessary
11349 to do that.
11350 * Makefile.in: Regenerate.
11351 * configure: Regenerate.
11352
11353 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11354
11355 PR bootstrap/14760
11356 * configure.in: When computing baseargs, strip *all* copies of
11357 offending options. Also, don't match/substitute the trailing space,
11358 so that this actually works when two similar options are separated by
11359 only one space.
11360 * configure: Regenerate.
11361
11362 2004-04-06 David Edelsohn <edelsohn@gnu.org>
11363
11364 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11365 (rs6000-*-aix*): Same.
11366 * configure: Regenerate.
11367
11368 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
11369
11370 * MAINTAINERS: Add myself to write-after-approval.
11371
11372 2004-04-03 Bud Davis <bdavis9659@comcast.net>
11373
11374 * MAINTAINERS: Add myself to write-after-approval.
11375
11376 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11377
11378 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11379 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11380 * Makefile.in: Regenerate.
11381
11382 * configure.in (top level bootstrap support): Rework --enable-werror
11383 to set @stage2_werror_flag@.
11384 * configure: Regenerate.
11385 * Makefile.tpl (top level bootstrap support): Pass
11386 @stage2_werror_flag@ down to configure in stages 2 and 3.
11387 * Makefile.in: Regenerate.
11388
11389 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11390
11391 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11392 for stages 2 and 3 as well as in make. As a consequence, remove
11393 OUTPUT_OPTION (now detected by configure) from the flags passed down
11394 to make.
11395 * Makefile.in: Regenerate.
11396
11397 * Makefile.tpl (new-bootstrap): Fix typo.
11398 * Makefile.in: Regenerate.
11399
11400 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11401
11402 * Makefile.tpl: Rearrange by moving recursive_targets rules
11403 into their proper sections.
11404 * Makefile.tpl (top level bootstrap support): Move disabling
11405 of coverage flags from 'make' to 'configure'; improve comments.
11406 * Makefile.in: Regenerate.
11407
11408 * Makefile.tpl (experimental top level bootstrap) Move stage1
11409 language setting from all- target to configure- target; disable
11410 intermodule optimization in stage 1; prevent gratuitous rebuilds
11411 of stage 1.
11412 * Makefile.in: Regenerate.
11413 * configure.in: Comma-separate stage 1 language list for top
11414 level bootstrap.
11415 * configure: Regenerate.
11416
11417 * Makefile.tpl: Clean up experimental top level bootstrap support:
11418 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11419 prev-gcc in configure- targets as well as all- targets.
11420 * Makefile.in: Regenerate.
11421
11422 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11423
11424 * compile: New file imported from automake.
11425
11426 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
11427
11428 * configure.in: Remove symbolic link section.
11429 * configure: Regenerate.
11430 * Makefile.tpl (links): Remove.
11431 * Makefile.in: Regenerate.
11432
11433 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
11434 Nathanael Nerode <neroden@gcc.gnu.org>
11435
11436 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11437 Set with AC_CHECK_PROGS.
11438 * configure.in: Fix comment typo from last patch.
11439 * configure: Regenerate.
11440
11441 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11442
11443 * Makefile.tpl: Introduce experimental top level bootstrap support.
11444 * Makefile.in: Regenerate.
11445 * configure.in: Introduce support for top level bootstrap.
11446 * configure: Regenerate.
11447
11448 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
11449 Paolo Bonzini <bonzini@gnu.org>
11450
11451 PR bootstrap/14522
11452 * configure.in: Cope with shells that do not support unquoted ^
11453 * configure: Regenerate.
11454
11455 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
11456 Paolo Bonzini <bonzini@gnu.org>
11457
11458 PR bootstrap/14522
11459 * configure.in: Cope with shells that do not support nesting
11460 quotes inside quoted backquote substitutions.
11461 * configure: Regenerate.
11462
11463 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11464
11465 PR bootstrap/14522
11466 * configure.in: Fix escaping of $.
11467 * configure: Regenerate.
11468
11469 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11470
11471 * configure: Regenerate, since I forgot to while committing Paolo's
11472 changes.
11473
11474 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
11475
11476 PR ada/14131
11477 Move language detection to the top level.
11478 * configure.in: Find default values for the tools as
11479 soon as possible. Disable ada if GNAT is not found.
11480 Emit error message about missing languages. Expand
11481 --enable-languages=all for the gcc subdirectory.
11482
11483 2004-03-10 Ben Elliston <bje@gnu.org>
11484
11485 * MAINTAINERS: Update my email address.
11486
11487 2004-03-05 David Edelsohn <edelsohn@gnu.org>
11488
11489 * ltconfig: Disable building static libraries if building shared
11490 libraries on AIX 5L.
11491
11492 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
11493
11494 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11495 and disable libgcj.
11496 * configure: Regenerated.
11497
11498 2004-03-01 Brian Booth <bbooth@redhat.com>
11499
11500 * MAINTAINERS: Add myself to write-after-approval.
11501
11502 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
11503
11504 * MAINTAINERS: Add myself to write-after-approval.
11505
11506 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11507
11508 PR bootstrap/7087
11509 * Makefile.tpl: Guard XFOO sed statements better.
11510 * Makefile.tpl: Add dependency for configure-target-libada.
11511 * Makefile.in: Regenerate (incidentally fixes broken
11512 commit when libada-branch was merged).
11513
11514 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11515
11516 * MAINTAINERS: Add myself to write-after-approval.
11517
11518 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11519
11520 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11521 maintainers.
11522
11523 2004-02-20 Andrew Cagney <cagney@redhat.com>
11524
11525 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11526 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11527
11528 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11529
11530 PR bootstrap/11932
11531 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11532
11533 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
11534
11535 * MAINTAINERS: Added myself to write-after-approval.
11536
11537 2004-02-14 Michael Koch <konqueror@gmx.de>
11538
11539 * MAINTAINERS: Added myself to write-after-approval.
11540
11541 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11542
11543 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11544 some OS port maintainers to OS port maintainers section.
11545
11546 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
11547
11548 * MAINTAINERS: Add self.
11549
11550 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11551
11552 * MAINTAINERS: Alphabetize.
11553
11554 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
11555
11556 * MAINTAINERS: Remove myself.
11557
11558 2004-02-11 David Edelsohn <edelsohn@gnu.org>
11559
11560 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11561 (rs6000-*-aix*): Same.
11562 * configure: Regenerate.
11563
11564 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11565
11566 * configure.in (host): Add in missing $noconfigdirs to defines.
11567 * configure: Regenerate.
11568
11569 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11570 Nathanael Nerode <neroden@gcc.gnu.org>
11571
11572 PR ada/6637, PR ada/5911
11573 Merge with libada-branch:
11574 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11575 with appropriate dependencies. Add --enable-libada configure switch.
11576 * configure, Makefile.in: Regenerate.
11577
11578 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
11579
11580 * MAINTAINERS: Add myself to write-after-approval.
11581
11582 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11583
11584 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11585 * configure: Regenerate.
11586
11587 2004-02-04 Geoffrey Keating <geoffk@apple.com>
11588
11589 Merge from upstream:
11590
11591 * ltmain.in: When setting IFS to '~', be careful about user
11592 arguments that contain '~'.
11593
11594 2004-02-04 Peter O'Gorman <peter@pogma.com>
11595
11596 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11597 Also test $base_compile against $CC with escaped arguments. Bug
11598 reported by Geoff Keating <geoffk@apple.com>.
11599
11600 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11601
11602 * MAINTAINERS: Remove i960 port.
11603
11604 2004-01-23 DJ Delorie <dj@redhat.com>
11605
11606 * Makefile.def (target_modules) [libiberty]: Don't stage.
11607 * Makefile.in: Rebuilt.
11608
11609 2004-01-20 Caroline Tice <ctice@apple.com>
11610
11611 * MAINTAINERS: Add myself to write-after-approval.
11612
11613 2004-01-19 Paolo Carlini <pcarlini@suse.de>
11614
11615 * MAINTAINERS: Update my email address.
11616
11617 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11618
11619 * MAINTAINERS: Add myself to write-after-approval.
11620
11621 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11622
11623 * MAINTAINERS: Remove entries without email address.
11624
11625 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
11626
11627 * MAINTAINERS: Add myself to write-after-approval.
11628
11629 2004-01-15 Steven Bosscher <stevenb@suse.de>
11630
11631 * MAINTAINERS: Update my email address.
11632
11633 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
11634
11635 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11636 * Makefile.tpl (configure-target-[+module+]): Support stage.
11637 * Makefile.in: Rebuilt.
11638
11639 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11640
11641 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11642
11643 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
11644
11645 * MAINTAINERS: Add myself as a MIPS maintainer.
11646
11647 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11648
11649 * configure.in: Use ./config.cache, not config.cache.
11650 * configure: Regenerate.
11651 * Makefile.tpl: Special-casing not needed for GCC any more.
11652 * Makefile.in: Regenerate.
11653
11654 * configure.in: Don't share a cache file for host dirs.
11655 * configure: Regenerate.
11656
11657 * config-ml.in: Don't mess with the cache file.
11658
11659 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11660
11661 * MAINTAINERS: Move myself from 'Write After Approval' to
11662 'CPU Port Maintainers' section as SPARC maintainer.
11663
11664 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11665
11666 * Makefile.tpl: Make GCC use a separate config.cache.
11667 * Makefile.in: Regenerate.
11668
11669 PR bootstrap/11932, PR bootstrap/11933
11670 (I don't know if it will fix either of them, but it relates
11671 to them.)
11672 * configure.in: Don't use shared config.cache for target
11673 directories.
11674 * configure: Regenerate.
11675
11676 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11677
11678 * MAINTAINERS: Add myself to 'Write After Approval' section.
11679
11680 2003-12-31 Roger Sayle <roger@eyesopen.com>
11681
11682 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11683 * configure: Regenerated.
11684
11685 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11686
11687 * MAINTAINERS: Remove the mn10200 maintainer.
11688
11689 2003-12-21 Bernardo Innocenti <bernie@develer.com>
11690
11691 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11692 * configure: Regenerated.
11693
11694 2003-12-16 Jan Hubicka <jh@suse.cz>
11695
11696 * MAINTAINERS: Add myself as callgraph maintainer.
11697
11698 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11699
11700 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11701 * configure: Regenerate.
11702
11703 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11704
11705 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11706 'Write After Approval' section. Update email.
11707
11708 2003-12-01 James Lemke <jim@wasabisystems.com>
11709
11710 * MAINTAINERS (Write After Approval): Add myself.
11711
11712 2003-11-20 Matt Thomas <matt@3am-software.com>
11713
11714 * MAINTAINERS: Add myself as a vax port maintainer.
11715
11716 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11717
11718 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11719 (configure-build-[+module+], configure-[+module+]): Likewise.
11720 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11721 * Makefile.in: Regenerate.
11722
11723 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11724
11725 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11726 shared/dylibed libraries.
11727 * ltmain.sh: Likewise.
11728 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11729 * ltcf-cxx.sh: Likewise.
11730 * ltcf-gcj.sh: Likewise.
11731 * ltconfig: Likewise.
11732
11733 2003-11-17 Stan Cox <scox@redhat.com>
11734
11735 * MAINTAINERS: Add myself as iq2000 port maintainer.
11736
11737 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11738
11739 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11740 * Makefile.in: Regenerate.
11741
11742 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11743
11744 * config.sub: Update to 2003-11-03 version.
11745
11746 2003-10-20 Phil Edwards <phil@codesourcery.com>
11747
11748 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11749 * configure: Regenerate.
11750
11751 2003-10-20 Nicolas Pitre <nico@cam.org>
11752
11753 * MAINTAINERS: Add myself to 'Write After Approval' section.
11754
11755 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11756
11757 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11758
11759 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11760
11761 * MAINTAINERS: Update my email address.
11762
11763 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11764
11765 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11766
11767 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
11768
11769 * MAINTAINERS: Add myself to 'Write After Approval' section.
11770
11771 2003-10-16 Bernardo Innocenti <bernie@develer.com>
11772
11773 * config.guess: Update to 2003-10-16 version.
11774 * config.sub: Update to 2003-10-16 version.
11775
11776 2003-10-15 David Daney <ddaney@avtrex.com>
11777
11778 * MAINTAINERS: Added myself to 'Write After Approval' section.
11779
11780 2003-10-15 Falk Hueffner <falk@debian.org>
11781
11782 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11783 'Write After Approval' section. Update email.
11784
11785 2003-10-14 Roger Sayle <roger@eyesopen.com>
11786
11787 * MAINTAINERS: Move myself from 'Write After Approval' to
11788 'Various Maintainers' section as middle-end maintainer.
11789
11790 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11791
11792 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11793 HOST_FLAGS_TO_PASS.
11794 * Makefile.in: Regenerate.
11795
11796 2003-10-11 Bernardo Innocenti <bernie@develer.com>
11797
11798 * config.guess: Update to 2003-10-07 version.
11799 * config.sub: Update to 2003-10-07 version.
11800
11801 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11802
11803 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11804 * ltconfig (irix5*, irix6*): Don't override version_type.
11805
11806 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11807
11808 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11809 * configure: Rebuilt
11810 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11811 * Makefile.in: Rebuilt
11812
11813 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11814
11815 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11816
11817 2003-09-30 Carlo Wood <carlo@alinoe.com>
11818
11819 * MAINTAINERS (Write After Approval): Add myself.
11820
11821 2003-09-29 Paul Koning <ni1d@arrl.net>
11822
11823 * MAINTAINERS: Move myself from "Write After Approval"
11824 to CPU platform maintainers for pdp11 platform.
11825
11826 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11827
11828 * MAINTAINERS: Move myself from 'Write After Approval' to
11829 'Various Maintainers' section as libffi testsuite maintainer.
11830
11831 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
11832
11833 * configure.in: Pass a computed --program-transform-name
11834 to subconfigures.
11835 * configure: Regenerated.
11836
11837 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11838
11839 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11840 * Makefile.in: Regenerate.
11841
11842 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11843 * Makefile.in: Regenerate.
11844
11845 2003-09-19 Ziemowit Laski <zlaski@apple.com>
11846
11847 * MAINTAINERS: Move myself from 'Write After Approval'
11848 to 'Various Maintainers' (objective-c) section.
11849
11850 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
11851
11852 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11853 quoting.
11854 * configure: Regenerated.
11855
11856 2003-09-16 Joel Brobecker <brobecker@gnat.com>
11857
11858 * MAINTAINERS (Write After Approval): Add myself to write after
11859 approval list.
11860
11861 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11862
11863 * MAINTAINERS (Write After Approval): Add myself.
11864
11865 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11866
11867 * MAINTAINERS: Update my e-mail address.
11868
11869 2003-09-09 Alan Modra <amodra@bigpond.net.au>
11870
11871 * libtool.m4 (LD): Correct powerpc64 host match.
11872
11873 2003-09-06 James E Wilson <wilson@tuliptree.org>
11874
11875 * MAINTAINTERS: Update my affiliation and email address.
11876
11877 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11878
11879 * MAINTAINERS (Write After Approval): Add myself.
11880
11881 2003-09-04 DJ Delorie <dj@redhat.com>
11882
11883 * configure: Regenerate.
11884
11885 2003-09-04 Robert Millan <robertmh@gnu.org>
11886
11887 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11888
11889 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11890
11891 * configure.in: Ensure arguments to sed are properly spaced.
11892 * configure: Regenerate.
11893
11894 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11895
11896 * MAINTAINERS: Update my e-mail address.
11897
11898 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11899
11900 * MAINTAINERS (Write After Approval): Add myself.
11901
11902 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
11903
11904 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11905 * configure: Regenerated.
11906
11907 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11908
11909 * MAINTAINERS: Update my email address.
11910
11911 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
11912
11913 * configure.in: Use newline instead of semicolon when assuming
11914 shell arguments in a for loop.
11915 * configure: Regenerated.
11916
11917 2003-08-22 Jason Eckhardt <jle@rice.edu>
11918
11919 * MAINTAINERS: Resurrect the i860 maintainer.
11920
11921 2003-08-20 Geoffrey Keating <geoffk@apple.com>
11922
11923 PR 8180
11924 * configure.in: When testing with_libs and with_headers, treat
11925 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11926 * configure: Regenerate.
11927
11928 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11929 make, shell, etc.
11930 (baseargs): Likewise.
11931 * configure: Regenerate.
11932
11933 2003-08-20 Bernardo Innocenti <bernie@develer.com>
11934
11935 * MAINTAINERS (Write After Approval): Add myself.
11936
11937 2003-08-19 Geoffrey Keating <geoffk@apple.com>
11938
11939 * configure.in: Disable libgcj for darwin not on powerpc.
11940 * configure: Rebuild.
11941
11942 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11943
11944 * config-ml.in, symlink-tree: Add license.
11945
11946 2003-08-03 Richard Stallman <rms@gnu.org>
11947 Eben Moglen <moglen@columbia.edu>
11948
11949 * README.SCO: New file.
11950
11951 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
11952
11953 * Makefile.tpl (check, check-c++): Express dependencies using
11954 dependencies rather than commands.
11955 * Makefile.in: Regenerate.
11956
11957 2003-08-01 Andrew Cagney <cagney@redhat.com>
11958
11959 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
11960 * configure: Ditto.
11961
11962 2003-07-31 Geoffrey Keating <geoffk@apple.com>
11963
11964 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
11965 * Makefile.in: Update.
11966
11967 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
11968
11969 * configure.in: Enable libgcj for darwin.
11970 * configure: Rebuild.
11971
11972 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
11973
11974 * config-ml.in: Use ac_configure_args directly instead of
11975 ml_arguments. Only set ml_norecursion if --no[-]recursion is
11976 actually seen.
11977
11978 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
11979
11980 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
11981 creating target and build subdirs to build all parent dirs as needed.
11982 * Makefile.in: Rebuild.
11983 * configure.in: Don't build dirs explicitly here.
11984 * configure: Rebuild.
11985
11986 2003-07-26 Paul Brook <paul@nowt.org>
11987
11988 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
11989
11990 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
11991
11992 * Makefile.tpl (all-make): Depend on intl.
11993 * Makefile.in: Rebuilt.
11994
11995 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
11996
11997 * install-sh: Update to newer upstream versions (associated with
11998 aclocal 1.7).
11999 * mkinstalldirs: Likewise.
12000 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12001
12002 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12003
12004 * MAINTAINERS: Move self from Bug database only accounts
12005 to write-after-approval.
12006
12007 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12008
12009 * config.if: Remove unused libc_interface determination.
12010
12011 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12012
12013 * MAINTAINERS: Move self from write-after-approval to
12014 build machinery (*.in).
12015
12016 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12017
12018 PR bootstrap/11273
12019 PR bootstrap/11408
12020 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12021 unused INSTALL_PROGRAM_ARGS.
12022 * configure.in: Use AC_PROG_INSTALL.
12023 * Makefile.in: Regenerate.
12024 * configure: Regenerate.
12025
12026 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12027
12028 * MAINTAINERS: Alphabetize.
12029
12030 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
12031
12032 * configure: Rebuilt.
12033 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12034 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12035 newlib nor libgloss.
12036 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12037 * configure.in (am33_2.0-*-linux*): Added.
12038
12039 2003-07-09 Bob Wilson <bob.wilson@acm.org>
12040
12041 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12042 * configure: Regenerate.
12043
12044 2003-07-07 Zack Weinberg <zack@codesourcery.com>
12045
12046 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12047 * Makefile.in: Regenerate.
12048
12049 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12050
12051 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12052 * Makefile.in: Regenerate.
12053
12054 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12055
12056 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12057 * Makefile.in: Regenerated.
12058
12059 * config-ml.in: Replace PWD with PWD_COMMAND.
12060
12061 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12062
12063 * intl: New directory; see intl/ChangeLog for details.
12064 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12065 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12066 * Makefile.in: Regenerate.
12067
12068 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12069
12070 * configure.in: Clean up config-lang.in handling. Delete
12071 useless assignment to "subdirs".
12072 * configure: Regenerate.
12073
12074 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12075
12076 * configure.in: Rename 'target_libs' to 'target_libraries'.
12077 Remove useless reference to 'target_libs'.
12078 * configure: Regenerate.
12079
12080 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12081
12082 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12083 * Makefile.in: Regenerate.
12084
12085 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12086
12087 * Makefile.def: Introduce flags_to_pass.
12088 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12089 * Makefile.in: Regenerate.
12090
12091 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12092
12093 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12094 and target-libgloss.
12095 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12096 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12097 * configure: Regenerate.
12098
12099 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12100
12101 * configure.in: Update testsuite_flags to new location.
12102 * configure. Regenerate.
12103
12104 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12105
12106 * Makefile.tpl: Remove BUILD_CC stuff.
12107 * Makefile.in: Regenerate.
12108
12109 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12110
12111 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12112
12113 2003-06-16 Graeme Peterson <gp@qnx.com>
12114
12115 * MAINTAINERS (Write After Approval): Add myself.
12116
12117 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
12118
12119 * config.guess: Update to 2003-06-12 version.
12120 * config.sub: Update to 2003-06-13 version.
12121
12122 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
12123
12124 * config.guess: Update to 2003-06-06 version.
12125 * config.sub: Update to 2003-06-06 version.
12126
12127 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12128
12129 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12130 * configure. Regenerate.
12131
12132 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12133
12134 * configure.in: Disable serial configure by default.
12135 * configure: Regenerate.
12136 * Makefile.tpl: Abolish .NOTPARALLEL.
12137 * Makefile.in: Regenerate.
12138
12139 * Makefile.tpl: Replace {build,host,target}_canonical by
12140 {build,host,target}.
12141 * Makefile.in: Regenerate.
12142
12143 * Makefile.tpl: Fix stupid pasto.
12144 * Makefile.in: Regenerate.
12145
12146 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12147
12148 * Makefile.tpl: Remove bogus conditional.
12149 * Makefile.in: Regenerate.
12150
12151 2003-06-05 Jan Hubicka <jh@suse.cz>
12152
12153 * Makefile.tpl (profiledbootstrap): New target.
12154 * Makefile.in (profiledbootstrap): New target.
12155
12156 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
12157
12158 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12159 Pinski. Remove user names from other bugzilla-only maintainers.
12160
12161 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12162
12163 * Makefile.tpl: Make 'recursive targets' using autogen rather
12164 than shell loop. Remove duplicate 'clean' targets and false
12165 comments.
12166 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12167 Add systematic method of specifying missing targets in subdirs.
12168 Add copyright boilerplate.
12169 * Makefile.in: Regenerate.
12170 * configure.in: Add 'recursive targets' to maybe list.
12171 * configure: Regenerate.
12172
12173 * MAINTAINERS: "GNATS only" -> "Bug database only".
12174
12175 * Makefile.tpl: Rename [+target+] to [+make_target+].
12176 * Makefile.def: Rename 'target' to 'make_target'.
12177
12178 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
12179
12180 * MAINTAINERS: Add self as options handling maintainer.
12181
12182 2003-05-28 Michael Meissner <gnu@the-meissners.org>
12183
12184 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12185 been too long since I touched those ports.
12186
12187 2003-05-28 DJ Delorie <dj@redhat.com>
12188
12189 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12190 * Makefile.in: Regenerate.
12191
12192 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12193
12194 * configure.in: Use curly braces in the definition of tooldir.
12195 * configure: Regenerate.
12196
12197 2003-05-21 DJ Delorie <dj@redhat.com>
12198
12199 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12200 newlib or libgloss.
12201 * Makefile.in: Regenerate.
12202
12203 2003-05-21 DJ Delorie <dj@redhat.com>
12204
12205 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12206 * Makefile.in: Regenerate.
12207
12208 2003-05-20 Ian Lance Taylor <ian@airs.com>
12209
12210 * MAINTAINERS: Update my e-mail address.
12211
12212 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12213
12214 * configure.in: Switch more things to use maybe dependencies.
12215 * Makefile.tpl: Switch more things to use maybe dependencies.
12216 Factor out common code from autogen IF statements.
12217 * configure: Regenerate.
12218 * Makefile.in: Regenerate.
12219
12220 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12221
12222 * configure.in: Accept i[3456789]86 for machine type.
12223 * configure: Regenerate.
12224
12225 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12226
12227 * configure.in: Switch more things to use maybe dependencies.
12228 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12229 * configure: Regenerate.
12230 * Makefile.tpl: Switch more things to use maybe dependencies.
12231 * Makefile.in: Regenerate.
12232
12233 2003-05-16 Andreas Schwab <schwab@suse.de>
12234
12235 * Makefile.tpl (install-opcodes): Define.
12236 * Makefile.in: Rebuild.
12237
12238 2003-05-13 Andreas Jaeger <aj@suse.de>
12239
12240 * config.guess: Update to 2003-05-09 version.
12241 * config.sub: Update to 2003-05-09 version.
12242
12243 2003-05-13 Michael Eager <eager@mvista.com>
12244
12245 * configure.in: Correct sed script so that options in quotes are not
12246 deleted.
12247 * configure: Rebuild.
12248
12249 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
12250
12251 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12252 and $$s/newlib/libc/sys/cygwin32 include paths.
12253 * configure: Ditto.
12254
12255 2003-05-12 Michael Meissner <gnu@the-meissners.org>
12256
12257 * MAINTAINERS: Update my email addresses.
12258
12259 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12260
12261 * config-ml.in: Propagate INSTALL variables.
12262
12263 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12264
12265 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12266
12267 2003-05-02 Chris Demetriou <cgd@broadcom.com>
12268
12269 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12270 * Makefile.in: Regenerate.
12271
12272 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12273
12274 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12275
12276 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12277
12278 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12279
12280 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12281
12282 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12283 * Makefile.in: Regenerated.
12284
12285 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12286
12287 * MAINTAINERS (Write After Approval): Upgrade myself from
12288 GNATS only to write-after-approval. Update my mail address.
12289
12290 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
12291
12292 (OS Port Maintainers: freebsd): Add myself.
12293
12294 2003-04-22 Mark Mitchell <mark@codesourcery.com>
12295
12296 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12297
12298 2003-04-22 Kean Johnston <jkj@sco.com>
12299
12300 * MAINTAINERS (SCO ports): Added myself.
12301
12302 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12303
12304 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12305
12306 2003-04-19 Kean Johnston <jkj@sco.com>
12307
12308 * MAINTAINERS (Write After Approval): Add myself.
12309
12310 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12311
12312 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12313 * Makefile.in: Regenerate.
12314
12315 2003-04-18 Jakub Jelinek <jakub@redhat.com>
12316
12317 * configure.in (powerpc64*-*-linux*): Remove.
12318 * configure: Rebuilt.
12319
12320 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
12321
12322 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12323 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12324 and restrap.
12325 * Makefile.in: Regenerate.
12326
12327 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
12328
12329 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12330 * configure: Regenerated.
12331
12332 2003-04-15 DJ Delorie <dj@redhat.com>
12333
12334 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12335
12336 2003-04-13 Nick Clifton <nickc@redhat.com>
12337
12338 * config-ml.in: Remove support for --disable-aix removing
12339 call-aix multilibs.
12340
12341 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
12342
12343 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12344 * */configure: Rebuilt.
12345
12346 2003-04-08 Joel Sherrill <joel@oarcorp.com>
12347
12348 * MAINTAINERS: Add my email address.
12349
12350 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12351
12352 * MAINTAINERS (Write After Approval): Add myself.
12353
12354 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12355
12356 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12357 * Makefile.in: Regenerate.
12358
12359 2003-03-14 Michael Chastain <mec@shout.net>
12360
12361 * Makefile.in: Regenerate with correct Makefile.def.
12362
12363 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12364
12365 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12366 Make macro.
12367 * Makefile.in: Regenerate.
12368 * configure.in: Clean up gxx_include_dir logic.
12369 * configure: Regenerate.
12370
12371 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12372
12373 * MAINTAINERS (Write After Approval): Add myself.
12374
12375 2003-03-10 Ben Elliston <bje@wasabisystems.com>
12376
12377 * MAINTAINERS: Update my mail address.
12378
12379 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12380
12381 * configure.in (gxx_include_dir): Fix typo.
12382 * configure: Regenerated.
12383
12384 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12385
12386 * Makefile.tpl: Reindent.
12387 * Makefile.in: Regenerate.
12388 * configure.in: Reindent. Don't set unused variables.
12389 * configure: Regenerate.
12390
12391 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
12392
12393 * configure.in: Include $(build_tooldir)/sys-include in
12394 FLAGS_FOR_TARGET.
12395 * configure: Regenerated.
12396
12397 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12398
12399 * Makefile.tpl: Always pass down RANLIB.
12400 * Makefile.in: Regenerate.
12401
12402 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12403 * Makefile.in: Regenerate.
12404 * configure.in: Remove unused logic relating to --enable-shared
12405 and --enable-threads. Remove bogus comments. Remove redundant
12406 noconfigdirs.
12407 * configure: Regenerate.
12408
12409 * configure.in: Replace ${libstdcxx_version} by its value.
12410 Remove reference to mh-dgux.
12411 * configure: Regenerate.
12412
12413 2003-03-03 Kevin Buettner <kevinb@redhat.com>
12414
12415 * MAINTAINERS (Write After Approval): Add myself.
12416
12417 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12418
12419 * Makefile.tpl: Rearrange.
12420 * Makefile.in: Regenerate.
12421
12422 2003-02-25 Uwe Stieber <uwe@wwws.de>
12423
12424 * configure.in: Add support for kaOS as cross build target system.
12425 * configure: Regenerated.
12426
12427 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12428
12429 * MAINTAINERS (Write after approval): Add myself.
12430
12431 2003-02-21 James E Wilson <wilson@tuliptree.org>
12432
12433 * MAINTAINERS: Update my email address.
12434
12435 2003-02-21 Zack Weinberg <zack@codesourcery.com>
12436
12437 * MAINTAINERS: Add self to blanket write privs. section.
12438
12439 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
12440
12441 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12442 configure-target-* as some target builds may require additional
12443 flags for preprocessor tests.
12444 * Makefile.in: Regenerated.
12445
12446 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
12447
12448 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12449 * ltconfig: Handle it.
12450 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12451 auto-detecting it.
12452
12453 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12454 it is used as argument to $CC.
12455 * ltcf-gcj.sh: Likewise.
12456
12457 * configure.in: Introduce --enable-maintainer-mode.
12458 * configure: Rebuilt.
12459 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12460 for maintainer mode.
12461 * Makefile.in: Rebuilt.
12462
12463 2003-02-18 Jason Merrill <jason@redhat.com>
12464
12465 * Makefile.tpl (check-c++): Allow parallelism.
12466
12467 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12468
12469 * MAINTAINERS: Remove John Carr (who never actually had access to
12470 gcc.gnu.org).
12471
12472 2003-02-15 Geoffrey Keating <geoffk@apple.com>
12473
12474 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12475 don't configure target-libobjc.
12476 * configure: Regenerate.
12477
12478 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12479
12480 * Makefile.tpl (RANLIB): Define.
12481 * Makefile.in: Regenerate.
12482
12483 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12484
12485 * MAINTAINERS: Update my email.
12486
12487 2003-02-06 Keith R Seitz <keiths@redhat.com>
12488
12489 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12490 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12491 * Makefile.in: Regenerated.
12492 * configure.in: Remove all traces of snavigator, db, and grep.
12493 * configure: Regenerated.
12494
12495 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12496
12497 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12498 After Approval.
12499
12500 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12501
12502 * MAINTAINERS (Write after approval): Add myself.
12503
12504 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
12505
12506 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12507 * Makefile.in: Regenerated.
12508
12509 2003-01-30 Roger Sayle <roger@eyesopen.com>
12510
12511 * config.guess: Updated to 2003-01-30's version.
12512 * config.sub: Updated to 2003-01-28's version.
12513
12514 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
12515
12516 * config.if: If gcc_version is already set, just use it. Don't set
12517 gcc_version_trigger if it's already set, otherwise set it to
12518 gcc/version.c, but only if the file exists. If it is not set and
12519 gcc/version.c does not exist, try to extract the version number from
12520 $CC.
12521
12522 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12523
12524 * MAINTAINERS: Add myself to write-after-approval list.
12525
12526 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
12527
12528 * configure.in: Revert 24Jan change.
12529 * configure: Regenerate.
12530
12531 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12532
12533 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12534 entry of HJ Lu.
12535
12536 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12537
12538 * configure.in: Revert previous change.
12539 * configure: Regenerate.
12540
12541 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12542
12543 * configure.in: Make rda native-only.
12544 * configure: Regenerate.
12545
12546 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12547
12548 * MAINTAINERS: Move myself from GNATS-only-accounts to
12549 write-after-approval.
12550
12551 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12552
12553 * configure.in: Add missing \.
12554 * configure: Rebuilt.
12555
12556 2003-01-17 Jakub Jelinek <jakub@redhat.com>
12557
12558 * configure.in (baseargs): Avoid using \| in sed regular
12559 expressions.
12560 * configure: Rebuilt.
12561
12562 2003-01-16 Jakub Jelinek <jakub@redhat.com>
12563
12564 * configure.in (baseargs): Remove all supported forms of
12565 --cache-file, --srcdir, --host, --build and --target options
12566 from argument lists.
12567 * configure: Rebuilt.
12568
12569 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
12570
12571 * MAINTAINERS: Add myself to write-after-approval list.
12572
12573 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
12574
12575 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12576 * configure: Rebuilt.
12577
12578 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12579
12580 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12581 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12582 * Makefile.in: Regenerate.
12583 * configure: Regenerate.
12584
12585 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
12586
12587 * configure.in: Remove Makefile in build, host and target modules
12588 unless configure was run with --no-recursion.
12589 * configure: Rebuilt.
12590
12591 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12592
12593 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12594 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12595 * Makefile.in: Regenerate.
12596
12597 2003-01-08 Chris Demetriou <cgd@broadcom.com>
12598
12599 * config.guess: Update to 2003-01-03 version.
12600 * config.sub: Update to 2003-01-03 version.
12601
12602 2003-01-07 Christopher Faylor <cgf@redhat.com>
12603
12604 * configure: Regenerate with proper autoconf 2.13.
12605
12606 2003-01-07 Christopher Faylor <cgf@redhat.com>
12607
12608 * configure.in: Add AC_PREREQ for consistency.
12609 * configure: Regenerate.
12610
12611 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12612
12613 * configure.in (GDB_TK): Add tcl directories conditional on
12614 gdb/gdbtk directory being present.
12615 * configure: Regenerate.
12616
12617 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
12618
12619 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12620 used by gcc if LD is not defined and we are not doing a Canadian Cross.
12621 * configure: Rebuilt.
12622
12623 2002-12-31 Tom Tromey <tromey@redhat.com>
12624
12625 * Makefile.in: Rebuilt.
12626 * Makefile.def (target_modules) [libffi]: Allow installation.
12627
12628 2002-12-31 Andreas Schwab <schwab@suse.de>
12629
12630 * configure.in: Fix use of $program_transform_name.
12631 * configure: Regenerated.
12632
12633 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
12634
12635 * configure.in (baseargs): Don't remove first configure argument.
12636 * configure: Regenerated.
12637
12638 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
12639
12640 * Makefile.tpl (local-distclean): Don't remove...
12641 (multilib.ts): ... this. Moved into...
12642 (multilib.out): ... this. Don't use sub-make.
12643 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12644 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12645 (configure-build-[+module+], configure-[+module+],
12646 configure-target-[+module+], configure-gcc): ... these. Test
12647 for Makefile existence. Drop config.status from dependencies.
12648 * Makefile.in: Rebuilt.
12649 * configure.in: Move gcc-version-trigger to the end of
12650 ac_configure_args. Add comments to maybedep.tmp and
12651 serdep.tmp. Introduce --disable-serial-configure. Remove
12652 nonopt from baseargs, matching and removing corresponding
12653 whitespace while at it.
12654 * configure: Rebuilt.
12655
12656 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
12657
12658 * configure.in (host_configargs): Replace reference to
12659 no-longer-defined buildopts with --build=${build_alias}.
12660 * configure: Rebuilt.
12661
12662 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12663 program_transform_name to standard idiom.
12664 (AUTOGEN, AUTOCONF): Define.
12665 (Makefile.in): Use $(AUTOGEN).
12666 (Makefile): Depend on config.status, and use autoconf-style rule to
12667 build it. Move original commands to...
12668 (config.status): ... this new target.
12669 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12670 $(AUTOCONF).
12671 * Makefile.in: Rebuilt.
12672
12673 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12674
12675 * Makefile.tpl: Fix dramatic bustage due to change in
12676 program_transform_name.
12677 * Makefile.in: Regenerate.
12678
12679 * configure.in: Remove unnecessary PATH setting.
12680 * configure: Regnerate.
12681
12682 * configure.in: Don't default to unprefixed tools unless
12683 the native tools will work.
12684 * configure: Regenerate.
12685
12686 * configure.in: Convert to autoconf script. Blow away lots
12687 of now-redundant Makefile fragments.
12688 * configure: Generate using Autoconf.
12689 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12690 * Makefile.in: Regenerate.
12691
12692 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12693
12694 * configure: Fix stupid bug where RANLIB was mistakenly included.
12695
12696 * configure.in: Rename (buildargs, hostargs, targargs) to
12697 (build_configargs, host_configargs, target_configargs).
12698
12699 * configure.in: Move logic out of sed statement.
12700
12701 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12702 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12703
12704 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12705
12706 * config.sub: Import from master repository
12707 * config.guess: Ditto
12708
12709 2002-12-24 Andreas Schwab <schwab@suse.de>
12710
12711 * Makefile.tpl (multilib.out): Fix missing space.
12712 * Makefile.in: Regenerate.
12713
12714 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12715
12716 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12717 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12718 * Makefile.in: Regenerate.
12719 * configure.in: Remove unnecessary leftovers.
12720
12721 2002-12-21 Geoffrey Keating <geoffk@apple.com>
12722
12723 * configure.in (extra_ranlibflags_for_target): New variable.
12724 (*-*-darwin): Add -c to ranlib commands.
12725 * configure (tooldir): Handle extra_ranlibflags_for_target.
12726
12727 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
12728
12729 * Makefile.tpl: Revert HJL's change.
12730 * Makefile.in: Regenerated.
12731 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12732 always.
12733
12734 2002-12-19 Andreas Schwab <schwab@suse.de>
12735
12736 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12737 * Makefile.in: Regenerate.
12738
12739 2002-12-18 H.J. Lu <hjl@gnu.org>
12740
12741 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12742 * Makefile.in: Regenerated.
12743
12744 * configure.in (build_prefix): New. Substitute.
12745
12746 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12747
12748 * Makefile.tpl: Don't let real targets depend on phony targets.
12749 * Makefile.in: Regenerate.
12750
12751 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12752 * Makefile.in: Regenerate.
12753
12754 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12755
12756 * config.sub: Import from master repository
12757 * config.guess: Ditto
12758
12759 2002-12-16 Jason Merrill <jason@redhat.com>
12760
12761 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12762 previous 'make bootstrap'.
12763 * Makefile.in: Regenerate.
12764
12765 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12766
12767 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12768
12769 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12770
12771 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12772 * Makefile.in: Regenerate.
12773
12774 2002-12-13 Jason Merrill <jason@redhat.com>
12775
12776 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
12777 library tests.
12778 (check-c++): Just depend on it and check-target-libstdc++-v3.
12779 * Makefile.in: Regenerate.
12780
12781 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12782
12783 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12784 * Makefile.in: Rebuilt.
12785
12786 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12787
12788 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12789
12790 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12791
12792 * configure: Fix bug put in by gremlins.
12793
12794 * Makefile.tpl: Substitute more autoconfily.
12795 * configure: Substitute more autoconfily.
12796 * Makefile.in: Regenerate.
12797
12798 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12799
12800 * config.sub: Import from master repository
12801 * config.guess: Ditto
12802 * MAINTAINERS: Added Svein Seldal under write after approval
12803
12804 2002-12-08 Andrew Cagney <ac131313@redhat.com>
12805
12806 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12807 * Makefile.in (all-sim): Ditto.
12808
12809 2002-12-06 DJ Delorie <dj@redhat.com>
12810
12811 * Makefile.tpl: Change configure dependencies to not have real
12812 targets depend on phony targets.
12813
12814 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12815
12816 * configure.in: Revert unintentional change.
12817
12818 * Makefile.tpl: Change dependency for */multilib.out so that
12819 it works when gcc isn't in the tree.
12820
12821 * configure.in: Substitute more.
12822 * configure: Run subconfigures from the Makefile.
12823 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12824 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12825
12826 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12827
12828 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12829
12830 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12831
12832 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12833 and corresponding dependencies.
12834 * Makefile.in: Regenerate.
12835
12836 * configure.in (host_tools): Order binutils, gas and ld for
12837 convenience in running the testsuites.
12838
12839 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12840 * Makefile.in: Regenerate.
12841 * configure.in: Introduce rules to serialize subconfigure runs.
12842
12843 * configure.in: Introduce BASE_CC_FOR_TARGET.
12844 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12845 Realize configure-build-* targets. Realize configure-target-* targets.
12846 * Makefile.in: Regenerate.
12847
12848 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12849
12850 * configure: Move gcc_version_trigger stuff from here...
12851 * configure.in: ...to here.
12852
12853 * configure.in: Separate subconfigure options added by this file from
12854 options given by the user. Add machinery to put args for host
12855 subconfigures into the Makefile.
12856
12857 * Makefile.tpl: Remove 'vault' targets.
12858 * Makefile.tpl: Reorder and comment dependencies.
12859 * Makefile.in: Regenerate.
12860
12861 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12862 * configure.in: Fix my broken commit of previous patch. (sigh)
12863
12864 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12865
12866 * configure.in: Move host-specific darwin noconfigdirs into
12867 the host-specific section.
12868
12869 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12870
12871 * configure.in: Move host-specific darwin noconfigdirs into
12872 the host-specific section.
12873
12874 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12875
12876 * configure: Remove skip-this-dir support.
12877 * Makefile.tpl: Remove skip-this-dir support.
12878
12879 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12880 subdirectories.
12881 * Makefile.in: Regenerate.
12882
12883 * Makefile.tpl: Strip out useless setting of 'dir'.
12884 * Makefile.in: Regenerate.
12885
12886 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12887
12888 * configure.in: Fix deeply stupid bug.
12889
12890 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12891 shell code in CXX_FOR_TARGET
12892 * Makefile.def: Introduce raw_cxx.
12893 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12894 RAW_CXX_FOR_TARGET.
12895 * Makefile.in: Regenerate.
12896
12897 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12898
12899 * Makefile.tpl: Remove unnecessary ifs.
12900 * Makefile.in: Regenerate.
12901
12902 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12903 dependencies. Maybe-ize build-libiberty. Create dummy install
12904 targets for 'no_install' modules.
12905 * configure: Move GDB_TK substitution to configure.in. Move
12906 build_modules stuff to configure.in.
12907 * configure.in: Implement soft dependency machinery. Maybe-ize
12908 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12909 * Makefile.in: Regenerate.
12910
12911 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12912
12913 * Makefile.tpl: Make all-target, install-target behave similarly
12914 to all, install (only hitting configured targets). Eliminate
12915 unused macro defintions.
12916
12917 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12918 build != host.
12919
12920 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12921
12922 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12923
12924 * configure.in: Produce lists of subdir targets we're actually
12925 configuring. Remove references to "dosrel".
12926 * Makefile.tpl: Let configure set which subdir targets are hit.
12927 Remove install-cross; clean up install; remove ALL. Remove
12928 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12929 Autogenerate host module targets. Remove empty dependency lines
12930 and redundant dependency; rearrange slightly.
12931 * Makefile.def: Add host-side libtermcap, utils.
12932
12933 * Makefile.in: Regenerate.
12934
12935 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12936
12937 * ltconfig (osf[345]): Append $major to soname_spec.
12938 Reflect this in library_names_spec.
12939 * ltmain.sh (osf): Prefix $major with . for use as extension.
12940
12941 2002-11-19 Andreas Jaeger <aj@suse.de>
12942
12943 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12944 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12945 and sparc64 GNU/Linux systems.
12946
12947 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12948
12949 * MAINTAINERS: Update email.
12950
12951 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12952
12953 * MAINTAINERS: Complete James Dennett's entry.
12954
12955 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
12956
12957 * MAINTAINERS (Write After Approval): Add myself.
12958
12959 2002-11-13 Bruce Korb <bkorb@gnu.org>
12960
12961 * Makefile.tpl: syntactic cleanup
12962
12963 2002-11-13 Stuart Hastings <stuart@apple.com>
12964
12965 * MAINTAINERS: Add myself to write-after-approval list.
12966
12967 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12968
12969 * Makefile.def: Add list of recursive targets to autogenerate.
12970 Add build_modules.
12971 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
12972 targets. Autogenerate *-build-* targets.
12973 * Makefile.in: Regenerate.
12974
12975 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
12976
12977 * configure: More autoconf-style substitutions.
12978 * Makefile.tpl: More autoconf-style substitutions.
12979 * Makefile.in: Regenerate.
12980
12981 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
12982
12983 * configure: Substitute more variables in a more autoconf-friendly
12984 way. Simplify slightly.
12985 * Makefile.tpl: Make more variables substitutable in an
12986 autoconf-friendly way.
12987 * Makefile.in: Regenerate.
12988
12989 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
12990
12991 * MAINTAINERS (Write After Approval): Add myself.
12992
12993 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
12994
12995 * configure.in (v810*): Remove special setting of tools.
12996
12997 * configure: Add support for extra required flags for ar or nm.
12998 * configure.in (aix4.3+): Use above support for target-specific
12999 issues, rather than using config/mt-aix43.
13000
13001 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13002
13003 * configure: Remove 'removing', which doesn't work. Replace $subdir
13004 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13005 with $srcdir. Reformat indentation. Substitute some variables
13006 formerly hard-coded in the Makefile for build=host.
13007 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13008 * Makefile.def: Autogenerate more.
13009 * Makefile.in: Regenerate.
13010
13011 2002-11-04 Adam Nemet <anemet@lnxw.com>
13012
13013 * MAINTAINERS (Write After Approval): Add myself.
13014
13015 2002-11-04 Kevin Buettner <kevinb@redhat.com>
13016
13017 * Makefile.def (host_modules): Add rda.
13018 * Makefile.in: Regenerate.
13019 * configure.in (target_tool): Add target-rda to list.
13020
13021 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13022
13023 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13024
13025 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
13026
13027 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13028 and restrap targets to this rule.
13029 * Makefile.in: Regenerate.
13030
13031 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13032
13033 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13034 GNATS only accounts.
13035
13036 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13037
13038 * configure.in (i[3456]86-*-linux*): Add check to disable
13039 ${libgcj} for glibc1.
13040
13041 2002-10-24 Denis Chertykov <denisc@overta.ru>
13042
13043 * MAINTAINERS: Add myself as ip2k port maintainer.
13044
13045 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13046
13047 * configure.in: Add tic4x target.
13048
13049 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13050
13051 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13052 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13053 * Makefile.in: Regenerate.
13054
13055 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13056 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13057 * Makefile.in: Regenerate.
13058
13059 2002-10-02 Janis Johnson <janis187@us.ibm.com>
13060
13061 * MAINTAINERS: Add myself as web pages co-maintainer.
13062
13063 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13064
13065 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13066 * Makefile.in: Regenerate.
13067
13068 2002-10-02 Zack Weinberg <zack@codesourcery.com>
13069
13070 * MAINTAINERS: Add myself and Nathan Sidwell
13071 <nathan@codesourcery.com> as VxWorks maintainers.
13072
13073 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13074
13075 * Makefile.def: Remove order dependency comments.
13076 * Makefile.tpl: Add explicit install-install dependencies.
13077 * Makefile.in: Regenerate.
13078
13079 * Makefile.tpl: Remove material now in src-release. (Finally!)
13080 * Makefile.in: Regenerate.
13081
13082 * Makefile.tpl: Add configure-target (for src-release in src)
13083 * Makefile.in: Regenerate.
13084
13085 2002-09-30 Nick Clifton <nickc@redhat.com>
13086
13087 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13088
13089 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13090
13091 * configure.in (s390*-*-linux*): Enable libgcj.
13092
13093 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13094
13095 * configure: Revert accidentally applied changes.
13096
13097 * Makefile.tpl: Make more autoconf-friendly.
13098 * Makefile.in: Regenerate.
13099 * configure: Make substitution more autoconf-like.
13100
13101 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
13102
13103 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13104 single entry to handle all these.
13105 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13106 libjava on arm-*-elf.
13107
13108 2002-09-27 Geoffrey Keating <geoffk@apple.com>
13109
13110 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13111 things that depend on them.
13112
13113 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13114
13115 * Makefile.tpl: Make subsituted variables more autoconfy.
13116 * Makefile.in: Regenerate.
13117 * configure: Make seds more autoconfy.
13118
13119 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13120
13121 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13122 * Makefile.in: Regenerate.
13123 * configure.in: Rewrite sed statements to look autoconfy.
13124
13125 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13126 all-target-foo on configure-target-foo.
13127 * Makefile.def: Ditto.
13128 * Makefile.in: Rebuild.
13129
13130 2002-09-25 Andrew Haley <aph@redhat.com>
13131
13132 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13133
13134 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13135
13136 * Makefile.def: New file.
13137 * Makefile.tpl: New file.
13138 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13139 * contrib/gcc_update: Note that Makefile.in is a generated file.
13140
13141 * configure.in: Minor rearrangement. Simplify tests.
13142
13143 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13144
13145 * configure.in (with_headers): Skip copy if value is "yes".
13146 (with_libs): Likewise.
13147
13148 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
13149
13150 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13151 * configure.in (sh*-*-pe*): Ditto.
13152 * configure.in (mips*-*-pe*): Ditto.
13153 * configure.in (*arm-wince-pe): Ditto.
13154
13155 * configure.in: Rearrange.
13156
13157 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13158
13159 * MAINTAINERS: Update my email address.
13160
13161 2002-08-30 Paul Koning <pkoning@equallogic.com>
13162
13163 * MAINTAINERS: (Write After Approval): Add myself.
13164
13165 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
13166
13167 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13168
13169 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
13170
13171 * MAINTAINERS: Change my mailing address.
13172
13173 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
13174
13175 * MAINTAINERS (Write After Approval): Remove myself.
13176 (Various Maintainers: c++ runtime libs): Add myself.
13177
13178 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
13179
13180 * MAINTAINERS (Write After Approval): Remove myself.
13181 (Various Maintainers: c++ runtime libs): Add myself.
13182
13183 2002-08-15 Eric Christopher <echristo@redhat.com>
13184
13185 * config.sub: Import from master repository.
13186 * config.guess: Ditto.
13187
13188 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
13189
13190 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13191 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13192 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13193
13194 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
13195
13196 * MAINTAINERS: Add self to rs6000 vector extensions.
13197
13198 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
13199
13200 * libiberty/configure: Reverted unintended yesterday's check in.
13201
13202 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
13203
13204 * boehm-gc/configure, libf2c/configure: Rebuilt.
13205 * libffi/configure, libiberty/configure: Ditto.
13206 * libjava/configure, libobjc/configure: Ditto.
13207 * libstdc++-v3/configure, zlib/configure: Ditto.
13208 Merged from binutils:
13209 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13210 From Steve Ellcey <sje@cup.hp.com>:
13211 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13212 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13213 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13214 IA64.
13215 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13216 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13217 soname_spec, sys_lib_search_path_spec): Ditto.
13218
13219 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
13220
13221 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13222
13223 2002-08-04 H.J. Lu (hjl@gnu.org)
13224
13225 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13226
13227 2002-08-02 Krister Walfridsson <cato@df.lth.se>
13228
13229 * MAINTAINERS (Write After Approval): Add myself.
13230
13231 2002-07-31 Alan Modra <amodra@bigpond.net.au>
13232
13233 * configure.in: Move generic linux case to end. Copy generic
13234 linux noconfigdirs to mips*-*-linux* entry and new
13235 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13236
13237 2002-07-19 Michael Matz <matz@suse.de>
13238
13239 * MAINTAINERS: Add myself as ra* maintainer.
13240
13241 2002-07-16 Chris Demetriou <cgd@broadcom.com>
13242
13243 * config.guess: Update to 2002-07-09 version.
13244 * config.sub: Update to 2002-07-03 version.
13245
13246 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13247
13248 * MAINTAINERS: Fix typo in a maintainer email address.
13249
13250 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13251
13252 * configure.in: Remove two redundant tests.
13253
13254 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13255
13256 * configure.in (mips*-*-irix6*o32): Enable stabs.
13257
13258 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13259
13260 * configure.in: Don't build grez.
13261 * Makefile.in: Ditto.
13262
13263 * Makefile.in: Remove references to bsp, cygmon, libstub.
13264 * configure.in: Ditto.
13265
13266 * configure.in: Remove leftover reference to gdbtest.
13267
13268 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
13269
13270 * configure.in (gxx_include_dir): Change to match versioned
13271 C++ headers if --enable-version-specific-runtime-libs is used.
13272
13273 2002-07-04 Steve Ellcey <sje@cup.hp.com>
13274
13275 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13276
13277 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13278
13279 * configure.in: Make --without-x work.
13280
13281 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13282
13283 * configure.in: Rearrange target Makefile fragment collection.
13284
13285 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13286 cvs[src].
13287 * configure.in: Ditto.
13288
13289 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13290
13291 * MAINTAINERS (Write After Approval): Update my e-mail address.
13292
13293 2002-06-24 Ben Elliston <bje@redhat.com>
13294
13295 * configure.in (host_tools): Remove cgen.
13296
13297 * Makefile.in (all-cgen): Remove; runs from its source directory.
13298 (check-cgen, install-cgen, clean-cgen): Likewise.
13299 (all-opcodes): Do not depend on all-cgen.
13300 (all-sim): Likewise.
13301
13302 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
13303
13304 * Makefile.in: Eliminate 'apache' targets.
13305 * configure.in: Eliminate 'apache' targets.
13306
13307 * configure.in: Eliminate redundant tests. Reorganize.
13308
13309 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13310
13311 * config-ml.in: Eliminate references to Cygnus configure.
13312
13313 * Makefile.in: Eliminate references to building emacs.
13314
13315 2002-06-28 Graham Stott <graham.stott@btinternet.com>
13316
13317 * MAINTAINERS: Update my email address.
13318
13319 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13320
13321 * config.if (libstdcxx_incdir): Version C++ headers.
13322 (cxx_incdir): Remove.
13323
13324 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13325
13326 * MAINTAINERS (Write After Approval): Add self.
13327
13328 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13329
13330 * configure.in: Add support for ip2k.
13331
13332 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13333
13334 * configure.in: Fix AIX configury bug.
13335
13336 2002-06-20 Steve Ellcey <sje@cup.hp.com>
13337
13338 * MAINTAINERS (Write After Approval): Add self.
13339
13340 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13341
13342 * configure.in: replace ${topsrcdir} with ${srcdir}
13343
13344 * configure.in: Move definition of libstdcxx_flags
13345 right above usage, rather than waaay earlier.
13346
13347 * configure.in: Pull definition of is_cross_compiler earlier.
13348
13349 * configure.in: Rearrange a little.
13350
13351 * configure.in: Remove references to librx.
13352 * Makefile.in: Remove references to librx.
13353
13354 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13355
13356 * config.sub: Add support for avr target.
13357 Import from master sources, rev 1.255
13358
13359 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
13360
13361 * configure, .cvsignore: Revert previous change...
13362 * Makefile: ...delete.
13363
13364 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13365
13366 * configure.in: Eliminate ${gasdir} variable.
13367
13368 2002-06-18 Dave Brolley <brolley@redhat.com>
13369
13370 * configure.in: Add support for frv.
13371 * config.sub: Add support for frv.
13372
13373 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13374
13375 * configure: Remove garbage from previous commit.
13376
13377 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13378
13379 * configure: For in-source builds, make a subdir and re-exec there.
13380 * Makefile: New file. Pass targets through to build directory.
13381 * .cvsignore: No longer ignore "Makefile".
13382
13383 2002-06-16 Douglas Rupp <rupp@gnat.com>
13384
13385 * MAINTAINERS (Write After Approval): Add self.
13386
13387 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13388
13389 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13390
13391 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13392
13393 * configure.in (vax-*-netbsd*): Re-enable gas.
13394
13395 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13396
13397 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13398 BUILD_PREFIX_1, to correct nomenclature.
13399 * configure: Likewise.
13400
13401 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13402 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13403
13404 2002-05-31 Olaf Hering <olh@suse.de>
13405
13406 * config-ml.in: Propogate DESTDIR also.
13407
13408 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13409
13410 * configure.in (vax-*-netbsd*): Don't build gas for this
13411 platform.
13412
13413 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13414
13415 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13416 and libgcj for AVR.
13417
13418 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13419
13420 * MAINTAINERS (Write After Approval): Add myself.
13421
13422 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13423
13424 * config.guess: Update to 2002-05-22 version.
13425 * config.sub: Likewise.
13426
13427 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13428
13429 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13430 * config-ml.in: Likewise.
13431 * configure: Likewise.
13432 * configure.in: Likewise.
13433
13434 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13435
13436 * MAINTAINERS: Update my email address.
13437
13438 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13439
13440 * configure.in: Simplify makefile fragment collection.
13441
13442 * configure.in: Remove code to build emacs.
13443
13444 * configure.in : Remove --srcdir argument from targargs and buildargs
13445 (it's always overridden in the Makefile anyway). Rearrange a bit.
13446
13447 * configure: Move some logic to configure.in.
13448 * configure.in: Move some logic from configure.
13449
13450 2002-05-11 Tom Tromey <tromey@redhat.com>
13451
13452 * MAINTAINERS: Reflect libgcj reality.
13453
13454 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13455
13456 * Makefile.in: Honour DESTDIR.
13457
13458 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13459
13460 * config.guess: Import 2002-03-20 version.
13461 * config.sub: Import 2002-04-26 version.
13462
13463 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13464
13465 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13466
13467 2002-05-07 Tim Josling <tej@melbpc.org.au>
13468
13469 * MAINTAINERS: Add self.
13470
13471 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
13472
13473 * ltmain.sh: Detect and handle object name conflicts
13474 while piecewise linking a static library.
13475
13476 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
13477
13478 * configure.in (noconfigdirs): Don't disable libgcj on
13479 sparc64-*-solaris* and sparcv9-*-solaris*.
13480
13481 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
13482
13483 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13484
13485 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13486
13487 * configure.in (FLAGS_FOR_TARGET): Do not add
13488 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13489 on i[3456]86-*-linux*.
13490
13491 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13492
13493 * configure.in (noconfigdirs): Replace [ ] with test.
13494
13495 * configure.in (noconfigdirs): Do not add target-newlib if
13496 target == i[3456]86-*-linux*, and host == target.
13497
13498 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13499
13500 * configure.in: delete reference to absent file
13501
13502 * configure.in: replace '[' with 'test'
13503
13504 * configure.in: Eliminate references to gash.
13505 * Makefile.in: Eliminate references to gash.
13506
13507 * configure.in: remove useless references to 'pic' makefile fragments.
13508
13509 * configure.in: (*-*-windows*) Finish removing.
13510
13511 * configure.in: Eliminate redundant test for libgui.
13512
13513 2002-04-29 Roger Sayle <roger@eyesopen.com>
13514
13515 * MAINTAINERS: Add self and realphabetize. Update entries
13516 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13517 entry for a29k port maintainer.
13518
13519 2002-04-26 Joel Sherrill <joel@OARcorp.com>
13520
13521 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13522 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13523
13524 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13525
13526 * configure.in: remove references to dead files
13527
13528 2002-04-19 Mark Mitchell <mark@codesourcery.com>
13529
13530 * MAINTAINERS: Add information about purpose of this file.
13531
13532 2002-04-18 Tom Tromey <tromey@redhat.com>
13533
13534 * configure.in: Disallow configuring libgcj when it is already
13535 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13536 Solaris 2.8 by default. For PR libgcj/6158.
13537
13538 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13539
13540 * configure.in: Move default CC setting out of config/mh-* fragments
13541 directly into here.
13542
13543 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13544
13545 * configure.in: don't even try to configure or make a subdirectory
13546 if there's no configure script for it.
13547
13548 2002-04-15 Mark Mitchell <mark@codesourcery.com>
13549
13550 * MAINTAINERS: Remove chill maintainers.
13551 * Makefile.in (CHILLFLAGS): Remove.
13552 (CHILL_LIB): Remove.
13553 (TARGET_CONFIGDIRS): Remove libchill.
13554 (CHILL_FOR_TARGET): Remove.
13555 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13556 CHILL_LIB.
13557 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13558 (CHECK_TARGET_MODULES): Likewise.
13559 (INSTALL_TARGET_MODULES): Likewise.
13560 (CLEAN_TARGET_MODULES): Likewise.
13561 (configure-target-libchill): Remove.
13562 (all-target-libchill): Remove.
13563 * configure.in (target_libs): Remove target-libchill.
13564 Do not compute CHILL_FOR_TARGET.
13565 * libchill: Remove directory.
13566
13567 2002-04-11 DJ Delorie <dj@redhat.com>
13568
13569 * Makefile.in, configure.in: Sync with binutils, entries
13570 follow...
13571
13572 2002-04-07 Andrew Cagney <ac131313@redhat.com>
13573
13574 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13575 (do-tar, do-bz2): New rules.
13576 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13577 (gdb-tar): New rule.
13578 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13579 (insight_dejagnu.tar): New rule.
13580 (insight.tar): New rule.
13581 (gdb+dejagnu.tar): New rule.
13582 (gdb.tar): New rule.
13583
13584 2002-02-01 Mo DeJong <supermo@bayarea.net>
13585
13586 * Makefile.in: Add all-tix to deps for all-snavigator
13587 so that tix is built when building snavigator.
13588
13589 2002-01-11 Steve Ellcey <sje@cup.hp.com>
13590
13591 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13592 ld and gdb are not supported.
13593
13594 2002-01-07 Mark Salter <msalter@redhat.com>
13595
13596 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13597 Allow target-libgloss to be built for arm, strongarm, and xscale.
13598
13599 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13600
13601 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13602 options for i[3456]86-pc-linux* native builds.
13603
13604 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13605
13606 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13607 files from .po files for a distribution.
13608
13609 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
13610
13611 * configure.in: Enable libstdc++-v3 for h8300 targets.
13612
13613 2001-06-19 Alan Modra <amodra@bigpond.net.au>
13614
13615 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13616 version from bfd/.
13617
13618 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13619
13620 * Makefile.in (VER): When present, extract the version number from
13621 the file version.in.
13622
13623 2001-05-24 Tom Rix <trix@redhat.com>
13624
13625 * configure.in : enable ld for aix
13626
13627 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13628
13629 * config.guess: Add linux target for S/390.
13630
13631 2000-11-07 Philip Blundell <pb@futuretv.com>
13632
13633 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13634
13635 2000-11-03 Philip Blundell <pb@futuretv.com>
13636
13637 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13638 files.
13639
13640 2001-01-15 Ben Elliston <bje@redhat.com>
13641
13642 * configure.in (host_tools): Add sid.
13643 Always configure cgen.
13644
13645 2000-11-24 Nick Clifton <nickc@redhat.com>
13646
13647 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13648
13649 2000-08-20 Doug Evans <dje@casey.transmeta.com>
13650
13651 * Makefile.in (ALL_MODULES): Add all-cgen.
13652 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13653 (all-cgen): New target.
13654 (all-opcodes,all-sim): Depend on all-cgen.
13655 * configure.in (host_tools): Add cgen.
13656 Only configure cgen if --enable-cgen-maint.
13657
13658 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
13659
13660 * configure.in: Add *-*-freebsd* configurations.
13661
13662 2002-04-08 Tom Tromey <tromey@redhat.com>
13663
13664 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13665 Fixes PR libgcj/6068.
13666
13667 2002-03-30 Krister Walfridsson <cato@df.lth.se>
13668
13669 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13670
13671 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13672
13673 * configure.in (alpha*-dec-osf*): Enable libgcj.
13674
13675 2003-03-27 Matthew Gingell <gingell@gnat.com>
13676
13677 * MAINTAINERS (Write After Approval): Add myself.
13678
13679 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13680
13681 Fix for: PR bootstrap/3591, target/5676
13682 * configure.in (mcore-pe): Disable the configuration of
13683 libstdc++-v3 since exceptions are not supported.
13684
13685 2002-03-20 Anthony Green <green@redhat.com>
13686
13687 * configure.in: Enable libgcj for xscale-elf target.
13688
13689 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
13690
13691 * MAINTAINERS: Update my email address.
13692
13693 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13694
13695 * ltmain.sh (relink_command): Fix typo in previous change.
13696
13697 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
13698
13699 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13700 (relink_command): Added --tag flags.
13701 (mode=install): If relinking fails; error out.
13702
13703 2002-03-12 Richard Henderson <rth@redhat.com>
13704
13705 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13706 .NOTPARALLEL tag.
13707 (do-check): Rename from check.
13708 (check): Allow parallel check.
13709
13710 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13711
13712 * MAINTAINERS: Add myself as maintainer for xtensa port.
13713 Fix alphabetical order in CPU port maintainer list.
13714 Remove myself from Write After Approval list.
13715
13716 2002-03-11 Richard Henderson <rth@redhat.com>
13717
13718 * Makefile.in (.NOTPARALLEL): Add fake tag.
13719
13720 2002-03-07 H.J. Lu (hjl@gnu.org)
13721
13722 * configure.in: Enable gprof for mips*-*-linux*.
13723
13724 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13725
13726 * MAINTAINERS (Write After Approval): Add myself.
13727
13728 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
13729
13730 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13731 libjava.
13732 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13733
13734 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
13735
13736 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13737 because its Makefile is there; test for the executable instead.
13738
13739 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
13740
13741 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13742 libstdc++-v3 and libjava.
13743
13744 2002-02-11 Adam Megacz <adam@xwt.org>
13745
13746 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13747 boehm-gc
13748
13749 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
13750
13751 * config.guess: Updated to 2002-01-30's version.
13752 * config.sub: Updated to 2002-02-01's version.
13753 Contribute sh64-elf.
13754 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13755 * configure.in: Added sh64-*-*.
13756
13757 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13758
13759 * MAINTAINERS: Belatedly add myself to write after approval list.
13760
13761 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13762
13763 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13764 Remove self as Write After Approval.
13765
13766 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
13767
13768 * MAINTAINERS: Put self in as maintainer for contrib/regression
13769 directory.
13770
13771 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
13772
13773 * MAINTAINERS: Update my email address.
13774
13775 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13776
13777 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13778 target-libiberty, and target-libgloss. Skip Java-related
13779 libraries if not supported for NetBSD on target CPU.
13780
13781 2002-01-25 Douglas B Rupp <rupp@gnat.com>
13782
13783 * install-sh: Use _inst.$$_ for temp file name.
13784
13785 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13786
13787 * MAINTAINERS (Write After Approval): Move my contact info
13788 from here...
13789 (OS Port Maintainers): ...to here (netbsd).
13790
13791 2002-01-22 Bob Wilson <bob.wilson@acm.org>
13792
13793 * MAINTAINERS (Write After Approval): Add myself.
13794
13795 2002-01-17 H.J. Lu <hjl@gnu.org>
13796
13797 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13798 (all-target-fastjar): Also depend on all-target-libiberty.
13799
13800 2002-01-16 H.J. Lu (hjl@gnu.org)
13801
13802 * config.guess: Import from master sources, rev 1.225.
13803 * config.sub: Import from master sources, rev 1.238.
13804
13805 2002-01-16 Kazu Hirata <kazu@hxi.com>
13806
13807 * MAINTAINERS (Write After Approval): Remove myself.
13808
13809 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
13810
13811 * MAINTAINERS (Write After Approval): Add myself.
13812
13813 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13814
13815 * MAINTAINERS: Add self as docs co-maintainer.
13816
13817 2001-12-11 Matthias Klose <doko@debian.org>
13818
13819 * MAINTAINERS (Write After Approval): Add myself.
13820
13821 2001-12-09 Zack Weinberg <zack@codesourcery.com>
13822
13823 * MAINTAINERS: Update my email address.
13824
13825 2001-12-07 Turly O'Connor <turly@apple.com>
13826 * MAINTAINERS (Write After Approval): Add myself.
13827 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13828 (rs6000_initialize_trampoline): Call __trampoline_setup for
13829 ABI_DARWIN too.
13830 * darwin-tramp.asm: New file, implements __trampoline_setup.
13831 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13832
13833 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
13834
13835 * MAINTAINERS (Write After Approval): Add myself.
13836
13837 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13838
13839 * configure, configure.in: Use temp file for long sed commands.
13840
13841 2001-12-03 Laurent Guerby <guerby@acm.org>
13842
13843 * config.sub: Update to version 1.232 on subversion.
13844
13845 2001-12-03 Ben Elliston <bje@redhat.com>
13846
13847 * MAINTAINERS: Update mail address for config.* patches.
13848
13849 2001-11-27 DJ Delorie <dj@redhat.com>
13850 Zack Weinberg <zack@codesourcery.com>
13851
13852 When build != host, create libiberty for the build machine.
13853
13854 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13855 CONFIG_ARGUMENTS.
13856 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13857 New variables.
13858 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13859 and rules.
13860 (all.normal): Depend on ALL_BUILD_MODULES.
13861 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13862 (all-build-libiberty): Depend on configure-build-libiberty.
13863
13864 * configure: Calculate and substitute proper value for
13865 ALL_BUILD_MODULES.
13866 * configure.in: Create the build subdirectory.
13867 Calculate and substitute TARGET_CONFIGARGS (formerly
13868 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13869
13870 2001-11-26 Ziemowit Laski <zlaski@apple.com>
13871
13872 * MAINTAINERS (write-after-approval): Add self.
13873
13874 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13875
13876 * MAINTAINERS (GNATS only accounts): Remove self.
13877
13878 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13879
13880 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13881 libf2c.
13882
13883 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13884
13885 * MAINTAINERS (Write After Approval): Add self.
13886
13887 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13888
13889 * MAINTAINERS: mips and s390 are also CPU ports.
13890
13891 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13892
13893 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13894
13895 2001-11-11 David O'Brien <obrien@FreeBSD.org>
13896
13897 * MAINTAINERS: Alphabetize.
13898
13899 2001-11-09 Kazu Hirata <kazu@hxi.com>
13900
13901 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13902
13903 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13904
13905 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13906
13907 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13908
13909 * configure.in (--enable-languages): Be more permissive about
13910 syntax. Check for empty lists better. Warn about $LANGUAGES.
13911
13912 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
13913
13914 * config.sub: Import from master sources, rev. 1.230.
13915 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13916
13917 2001-11-07 Laurent Guerby <guerby@acm.org>
13918
13919 * MAINTAINERS (Write After Approval): Add self.
13920
13921 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13922
13923 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13924
13925 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13926
13927 * config.sub: Import from master sources, rev 1.226.
13928 * config.guess: Import from master sources, rev 1.216.
13929
13930 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13931
13932 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13933 * MAINTAINERS: Add self as maintainer of MMIX port.
13934 Remove old after-approval entry.
13935
13936 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13937
13938 * ChangeLog, configure: Fix spelling errors.
13939
13940 2001-10-20 Brendan Kehoe <brendan@zen.org>
13941
13942 * MAINTAINERS: Tweak my address.
13943
13944 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
13945
13946 * MAINTAINERS: Update my email address.
13947
13948 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
13949
13950 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
13951 * MAINTAINERS: Add self as maintainer of CRIS port.
13952
13953 2001-10-10 Geert Bosch <bosch@gnat.com>
13954
13955 * MAINTAINERS (Various maintainers: Ada front end):
13956 Added Robert Dewar.
13957
13958 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
13959
13960 * MAINTAINERS (Write After Approval): Added self
13961
13962 2001-10-02 Geert Bosch <bosch@gnat.com>
13963
13964 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
13965
13966 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
13967
13968 * configure: Handle temporary files securely using mkdir.
13969
13970 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
13971
13972 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
13973
13974 2001-09-26 Will Cohen <wcohen@redhat.com>
13975
13976 * configure.in (*-*-linux*): Disable configuration of target-newlib
13977 and target-libgloss.
13978
13979 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
13980
13981 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
13982 RANLIB.
13983
13984 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
13985
13986 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
13987 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
13988 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
13989 avoid quotes nesting problems.
13990 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
13991 (DO_X): Export only variables that are set.
13992
13993 2001-09-19 Ben Elliston <bje@redhat.com>
13994
13995 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
13996 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
13997 semantics. Use the shell built-in "type" command instead.
13998
13999 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
14000
14001 Merged from gcc-3_0-branch:
14002 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14003 * ltcf-c.sh: Use $objext, not $ac_objext.
14004 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14005 * ltcf-cxx.sh: Add support for GNU.
14006 2001-07-22 Timothy Wall <twall@redhat.com>
14007 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14008 default settings if using GNU tools with that configuration.
14009 * ltcf-cxx.sh: Ditto.
14010 * ltcf-gcj.sh: Ditto.
14011 2001-07-21 Michael Chastain <chastain@redhat.com>
14012 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14013 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14014 * ltmain.sh: Mark as gcc-local.
14015
14016 2001-08-30 Eric Christopher <echristo@redhat.com>
14017 Jason Eckhardt <jle@redhat.com>
14018
14019 * config.guess: Merge from master sources.
14020 * config.sub: Merge from master sources, add support for mipsisa32.
14021
14022 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
14023 * config.sub: Merge from master sources, rev 1.219.
14024 * MAINTAINERS: Add self as contact for stormy16 port.
14025
14026 2001-08-14 Zack Weinberg <zackw@panix.com>
14027
14028 * config.sub: Merge from master sources, rev 1.218.
14029 * config.guess: Merge from master sources, rev 1.209.
14030
14031 2001-08-11 Graham Stott <grahams@redhat.com>
14032
14033 * Makefile.in (check-c++): Add missing semicolon.
14034
14035 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14036
14037 * MAINTAINERS (Various maitainers: predict.def): Added myself.
14038
14039 2001-07-30 Eric Christopher <echristo@redhat.com>
14040
14041 * MAINTAINERS (Various maintainers: mips port): Added myself.
14042
14043 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14044
14045 * configure.in (sh-*-linux*): New.
14046
14047 2001-07-27 Richard Henderson <rth@redhat.com>
14048
14049 * .cvsignore: Add LAST_UPDATED.
14050
14051 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14052
14053 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14054
14055 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
14056
14057 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14058
14059 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14060
14061 * MAINTAINERS (Write After Approval): Added myself.
14062
14063 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14064
14065 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14066 and libgcj on m68hc11/m68hc12.
14067
14068 2001-06-27 H.J. Lu (hjl@gnu.org)
14069
14070 * Makefile (CFLAGS_FOR_BUILD): New.
14071 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14072
14073 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14074
14075 * README: Remove version number.
14076
14077 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14078
14079 * INSTALL/README: Update wrt. to the installation instructions now
14080 residing in gcc/doc/install.texi.
14081
14082 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14083
14084 * README: Replace with a cut-down and updated version of gcc/README.
14085
14086 2001-06-12 David Edelsohn <edelsohn@gnu.org>
14087
14088 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14089 multilibs to be disabled.
14090
14091 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
14092
14093 * MAINTAINERS (Write After Approval): Add myself.
14094
14095 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
14096
14097 * config.guess: Import CVS version 1.195.
14098 * config.sub: Import CVS version 1.212.
14099
14100 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14101
14102 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14103 gcc/xgcc is built, use -print-prog-name to find out the program
14104 name to use.
14105
14106 2001-06-04 Phil Edwards <pme@sources.redhat.com>
14107
14108 * config.guess: Import CVS version 1.194. All gcc-local changes
14109 appear to also be in the master copy.
14110 * config.sub: Import CVS version 1.211.
14111
14112 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14113
14114 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14115 with_gcc]: Use `gcc -shared' to build a shared library.
14116
14117 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14118
14119 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14120 archives.
14121
14122 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14123
14124 * MAINTAINERS (Write After Approval): Add myself.
14125
14126 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
14127
14128 * configure.in (libstdcxx_flags): Do not try to execute
14129 libstdc++-v3/testsuite_flags until it exists.
14130
14131 2001-06-01 Alan Modra <amodra@bigpond.net.au>
14132
14133 * MAINTAINERS: Update my email address.
14134
14135 2001-05-31 Graham Stott <grahams@redhat.com>
14136
14137 * MAINTAINERS (Write After Approval): Add myself.
14138
14139 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
14140
14141 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14142 libraries when using g++ with native linker.
14143
14144 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
14145
14146 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14147
14148 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
14149
14150 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14151 [aix4*|aix5*]: Prepend blank.
14152
14153 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
14154
14155 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14156 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14157 of subdir/configure scripts to use the new libtool.m4.
14158
14159 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14160
14161 * MAINTAINERS (Write After Approval): Add myself.
14162
14163 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14164
14165 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14166
14167 2001-05-11 Ben Elliston <bje@redhat.com>
14168
14169 * Makefile.in (all-sid): New target.
14170 (check-sid, clean-sid, install-sid): Likewise.
14171
14172 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14173
14174 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14175
14176 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14177
14178 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14179 libgcj.
14180
14181 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14182
14183 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14184 gcc/xgcc is built, use -print-prog-name to find out the program
14185 name to use.
14186
14187 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
14188
14189 * configure.in (noconfigdirs): Don't reset it from scratch in the
14190 target case; only append to it.
14191
14192 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14193 sparc-*-solaris2.8]: Disable ${libgcj}.
14194
14195 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
14196
14197 * configure.in (libgcj_saved): Copy from $libgcj.
14198 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14199 --disable-libgcj.
14200
14201 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14202
14203 * MAINTAINERS: Remove self as MIPS maintainer and
14204 C front end maintainer.
14205
14206 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14207
14208 * configure.in: Move *-chorusos target case to the proper switch.
14209 Disable libgcj.
14210
14211 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14212
14213 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14214 1.641.2.228.
14215
14216 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14217
14218 * Makefile.in (STAGE1_CFLAGS): Pass down.
14219
14220 2001-04-13 Alan Modra <amodra@one.net.au>
14221
14222 * config.guess: Add hppa64-linux support. Note for next import that
14223 this is already in the master file.
14224 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14225
14226 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14227
14228 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14229 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14230
14231 2001-04-11 Stan Shebs <shebs@apple.com>
14232
14233 * MAINTAINERS: Add self as Darwin port maintainer.
14234
14235 2001-04-11 Alan Modra <amodra@one.net.au>
14236
14237 * MAINTAINERS: Update my email address.
14238
14239 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
14240
14241 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14242 recent versions of FreeBSD (release 3 or later).
14243 * ltconfig: On FreeBSD, -lc must not be provided when building
14244 a shared library or else the standard -pthread gcc option is
14245 rendered worthless to later users of the built library.
14246
14247 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14248
14249 * MAINTAINERS: Add self and RTH as C front end maintainers.
14250
14251 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
14252
14253 * config.sub: Make sure to match an already-canonicalized
14254 machine name (eg. mn10300-unknown-elf).
14255
14256 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
14257
14258 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14259 New macros.
14260 (bootstrap, cross): Use RECURSE_FLAGS.
14261 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14262
14263 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
14264
14265 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14266
14267 2001-03-22 Colin Howell <chowell@redhat.com>
14268
14269 * Makefile.in (DO_X): Do not backslash single-quotes in
14270 backquotes (two places).
14271
14272 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14273
14274 Re-installed:
14275 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14276 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14277 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14278 * ltcf-cxx.sh: Likewise.
14279 * ltcf-gcj.sh: Likewise.
14280
14281 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14282
14283 * MAINTAINERS: Add myself as "documentation co-maintainer".
14284
14285 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14286
14287 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14288 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14289
14290 2001-03-19 Tom Tromey <tromey@redhat.com>
14291
14292 * config-ml.in: Handle GCJ and GCJFLAGS.
14293
14294 2001-03-21 Michael Chastain <chastain@redhat.com>
14295
14296 * Makefile.in: all-m4 depends on all-texinfo.
14297
14298 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
14299
14300 * MAINTAINERS: Add myself to write after approval list.
14301
14302 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
14303
14304 * Makefile.in (DO_X): Quote nested quotes.
14305
14306 2001-03-18 Alan Modra <alan@linuxcare.com.au>
14307
14308 * MAINTAINERS: Add myself to write after approval list.
14309
14310 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
14311
14312 * Makefile.in (DO_X): Use double quotes for quoting
14313 "RANLIB=$${RANLIB}".
14314
14315 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14316
14317 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14318
14319 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
14320
14321 * configure.in: Only use `lang_requires' for languages athat are
14322 actually enabled.
14323
14324 2001-03-08 Phil Edwards <pme@sources.redhat.com>
14325
14326 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14327
14328 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
14329
14330 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14331
14332 2001-03-07 Tom Tromey <tromey@redhat.com>
14333
14334 * configure.in: Allow config-lang.in to set `lang_requires' to list
14335 of other required languages.
14336
14337 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
14338
14339 * Makefile.in: Remove RANLIB definition. Use RANLIB
14340 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14341 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14342
14343 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
14344 Alexandre Oliva <aoliva@redhat.com>
14345
14346 * Makefile.in (check-c++): Use tabs, not spaces.
14347
14348 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
14349
14350 * MAINTAINERS: add myself to Write After Approval list.
14351
14352 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
14353
14354 * Makefile.in (check-c++): New rule.
14355
14356 * configure.in (target_libs): Remove libg++.
14357 (noconfigdirs): Remove libg++.
14358 (noconfigdirs): Same.
14359 (noconfigdirs): Same.
14360 (noconfigdirs): Same.
14361
14362 * config-ml.in: Remove libg++ references.
14363
14364 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14365 (ALL_TARGET_MODULES): Same.
14366 (configure-target-libg++): Remove.
14367 (all-target-libg++): Remove.
14368 (configure-target-libio): Remove.
14369 (all-target-libio): Remove.
14370 (check-target-libio): Remove.
14371 (.PHONY): Remove.
14372 (libg++.tar.bz2): Remove.
14373 (all-target-cygmon): Remove libio.
14374 (all-target-libstdc++): Remove.
14375 (configure-target-libstdc++): Remove.
14376 (TARGET_LIB_PATH): Remove libstdc++.
14377 (ALL_GCC_CXX): Remove libstdc++.
14378 (all-target-gperf): Correct.
14379
14380 2001-02-16 Nick Clifton <nickc@redhat.com>
14381
14382 * configure.in (noconfigdirs): Allow configuration of texinfo
14383 for Cygwin hosts.
14384
14385 2001-02-15 Anthony Green <green@redhat.com>
14386
14387 * configure: Introduce GCJ_FOR_TARGET.
14388 * configure.in: Ditto.
14389 * Makefile.in: Ditto.
14390
14391 2001-02-13 Andreas Schwab <schwab@suse.de>
14392
14393 * MAINTAINERS: Update mail address.
14394
14395 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14396
14397 * config.guess: Add linux target for S/390.
14398 * config.sub: Likewise.
14399
14400 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
14401
14402 * configure.in: for *-chorusos, don't config target-newlib and
14403 target-libgloss.
14404
14405 2001-02-06 Ben Elliston <bje@redhat.com>
14406
14407 * configure: Output host type to stdout, not stderr.
14408
14409 2001-02-05 Mark Mitchell <mark@codesourcery.com>
14410
14411 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14412 * ltcf-cxx.sh: Likewise.
14413
14414 * config.if: Assume enable_libstdcxx_v3 is defined.
14415
14416 2001-02-04 Mark Mitchell <mark@codesourcery.com>
14417
14418 Remove V2 C++ library.
14419 * configure.in: Remove --enable-libstdcxx_v3 support.
14420
14421 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14422
14423 * include/demangle.h: Add prototype for java_demangle_v3.
14424
14425 2001-01-29 Phil Edwards <pme@sources.redhat.com>
14426
14427 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14428
14429 2001-01-27 Richard Henderson <rth@redhat.com>
14430
14431 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14432
14433 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14434
14435 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14436 Don't unset, it's non-portable and no longer necessary, set to empty
14437 instead.
14438
14439 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14440
14441 * ltconfig: Shell portability fix for the tagname validity check.
14442
14443 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
14444
14445 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14446 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14447
14448 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14449
14450 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14451
14452 2001-01-26 Tom Tromey <tromey@redhat.com>
14453
14454 * configure.in: Allow libgcj to be built on Sparc Solaris.
14455
14456 2001-01-25 David Edelsohn <edelsohn@gnu.org>
14457
14458 * ltcf-c.sh: Add aix5 case.
14459 * ltcf-cxx.sh: Likewise.
14460 * ltconfig: Likewise.
14461
14462 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
14463
14464 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14465 keep at least one of build_libtool_libs or build_old_libs set to
14466 yes.
14467
14468 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14469 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14470
14471 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14472
14473 * configure.in: Enable libgcj on several additional platforms.
14474
14475 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14476
14477 * configure.in: Enable libgcj for linux targets.
14478
14479 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14480
14481 * MAINTAINERS (Write After Approval): Add myself.
14482
14483 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14484
14485 * MAINTAINERS: Add myself as vax port maintainer.
14486
14487 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14488
14489 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14490
14491 2001-01-09 Mike Stump <mrs@wrs.com>
14492
14493 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14494 failures of subdirectories.
14495
14496 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14497
14498 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14499 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14500 * ltcf-cxx.sh: Likewise.
14501 * ltcf-gcj.sh: Likewise.
14502 * ltconfig.sh: Fix typo.
14503
14504 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14505
14506 * configure: handle DOS-style absolute paths.
14507
14508 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14509
14510 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14511
14512 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14513
14514 * MAINTAINERS: Add myself as avr port co-maintainer.
14515
14516 2000-12-28 Ben Elliston <bje@redhat.com>
14517
14518 * MAINTAINERS: Add myself under ``Write After Approval''.
14519
14520 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14521
14522 * texinfo: Remove directory from GCC.
14523
14524 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14525
14526 * COPYING: Update to current
14527 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14528 to 19yy as example year in copyright notice).
14529
14530 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14531
14532 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14533 (libstdcxx_incdir): Pass down.
14534 * config.if: Remove expired bits for cxx_interface, add stub.
14535 (libstdcxx_incdir): Add variable for g++ include directory.
14536 * configure.in (gxx_include_dir): Use it.
14537
14538 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
14539
14540 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14541 with old-email address from ``Write After Approval''.
14542
14543 2000-12-15 Andreas Jaeger <aj@suse.de>
14544
14545 * configure.in: Handle lang_dirs.
14546
14547 2000-12-14 Tom Tromey <tromey@redhat.com>
14548
14549 * MAINTAINERS: Removed brads.
14550
14551 * MAINTAINERS: Added gcj developers.
14552
14553 2000-12-13 Anthony Green <green@redhat.com>
14554
14555 * configure.in: Disable libgcj for any target not specifically
14556 listed. Disable libgcj for x86 and Alpha Linux until compatible
14557 with g++ abi.
14558
14559 2000-12-13 Mike Stump <mrs@wrs.com>
14560
14561 * Makefile.in (local-distclean): Also remove fastjar.
14562
14563 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14564
14565 * contrib/gcc_update: Add fastjar --touch entries.
14566
14567 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
14568
14569 * configure.in: Disable language-specific target libraries for
14570 languages that aren't enabled.
14571
14572 2000-12-10 Anthony Green <green@redhat.com>
14573
14574 * configure.in: Define libgcj. Disable libgcj target libraries for
14575 most targets.
14576
14577 2000-12-10 Neil Booth <neilb@earthling.net>
14578
14579 * MAINTAINERS: Update mail address, remove from WAA list.
14580
14581 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14582
14583 * libjava: Imported from /cvs/java.
14584 * libffi: Likewise.
14585 * Boehm-gc: Likewise.
14586
14587 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14588
14589 * configure.in (target_libs): Revert 2000-12-08 patch.
14590 (noconfigdirs): Added target-libjava.
14591
14592 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14593
14594 * djunpack.bat: removed.
14595
14596 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14597
14598 * Makefile.in: handle DOS-style absolute paths.
14599 * config-ml.in: likewise.
14600 * symlink-tree: likewise.
14601
14602 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14603
14604 * fastjar: Imported.
14605
14606 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14607
14608 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14609 libjava.
14610 * configure.in (target_libs): Removed `target-libjava'.
14611
14612 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14613
14614 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14615 (ALL_MODULES): Added fastjar.
14616 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14617 (all-target-libjava): all-fastjar replaces all-zip.
14618 (all-fastjar): Added.
14619 (configure-target-fastjar, all-target-fastjar): Likewise.
14620 * configure.in (host_tools): Added fastjar.
14621
14622 2000-12-07 Mike Stump <mrs@wrs.com>
14623
14624 * Makefile.in (local-distclean): Remove leftover built files.
14625
14626 2000-11-24 Nick Clifton <nickc@redhat.com>
14627
14628 * configure.in (xscale-elf): Add target.
14629 (xscale-coff): Add target.
14630
14631 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14632
14633 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14634 recent versions of FreeBSD (release 3 or later).
14635 * ltconfig: On FreeBSD, -lc must not be provided when building
14636 a shared library or else the standard -pthread gcc option is
14637 rendered worthless to later users of the built library.
14638
14639 2000-11-16 Fred Fish <fnf@be.com>
14640
14641 * configure.in (enable_libstdcxx_v3): Fix typo,
14642 libstd++ -> libstdc++.
14643
14644 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14645
14646 * MAINTAINERS: Add self to Write After Approval list.
14647
14648 2000-11-21 Bernd Schmidt <bernds@redhat.com>
14649
14650 * MAINTAINERS: Update my email address. Add myself to global write
14651 privs list.
14652
14653 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
14654
14655 * Makefile.in: Merge with src and libgcj.
14656 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14657 configure-target-<library> when their configure scripts need the C
14658 or C++ library to have already been built to work properly.
14659 (do_proto_toplev): Set them to an empty string.
14660
14661 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14662 (REALLY_SET_LIB_PATH): Use them.
14663
14664 2000-11-17 Stan Shebs <shebs@apple.com>
14665
14666 * MAINTAINERS: Add self to Write After Approval list.
14667
14668 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14669
14670 * configure: Provide the original toplevel configure arguments
14671 (including $0) to subprocesses in the environment rather than
14672 through gcc/configargs.h.
14673
14674 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14675
14676 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14677 C99. Alphabetise "Write After Approval" list.
14678
14679 2000-11-12 Mark Mitchell <mark@codesourcery.com>
14680
14681 * configure: Turn on libstdc++ V3 by default.
14682
14683 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14684 if we've got GCC.
14685
14686 2000-11-11 Philip Blundell <philb@gnu.org>
14687
14688 * MAINTAINERS: Add self to Write After Approval list.
14689
14690 2000-11-09 David Edelsohn <edelsohn@gnu.org>
14691
14692 * ltcf-c.sh (aix4): Improve shared library configuration; require
14693 exporting symbols.
14694 * ltcf-cxx.sh (aix4): Define.
14695 * ltconfig (aix4): Define library and soname specs appropriate for
14696 AIX. Define command to create export symbols list.
14697
14698 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
14699
14700 * config.sub: Add support for Sun Chorus
14701
14702 2000-10-31 Nick Clifton <nickc@redhat.com>
14703
14704 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14705 <name>@redhat.com. Also installed new email address for Clint
14706 Popetz.
14707
14708 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14709
14710 * etc: Remove directory from GCC.
14711
14712 2000-10-16 Michael Meissner <meissner@redhat.com>
14713
14714 * configure (gcc/configargs.h): Only create if there is a build GCC
14715 directory created.
14716
14717 2000-10-16 Matthias Klose <doko@debian.org>
14718
14719 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14720 when configured for libstdc++-v3.
14721
14722 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
14723
14724 * configure: Save configure arguments to gcc/configargs.h.
14725
14726 2000-10-04 Philipp Thomas <pthomas@suse.de>
14727
14728 * config.guess: Import CVS version 1.157.
14729 * config.sub: Import CVS version 1.181.
14730
14731 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
14732
14733 * Makefile.in (bootstrap): avoid recursion if subdir missing
14734 (cross): ditto
14735 (do-proto-toplev): ditto
14736
14737 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
14738
14739 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14740 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14741
14742 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14743 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14744 all affected `configure' scripts.
14745
14746 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14747
14748 * MAINTAINERS: Add self as cpplib co-maintainer.
14749
14750 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
14751
14752 * MAINTAINERS: Add self to Write After Approval list.
14753
14754 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14755
14756 * INSTALL/README: egcs -> GCC update.
14757
14758 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
14759
14760 * MAINTAINERS: Add myself to Write After Approval list.
14761
14762 2000-09-15 Kazu Hirata <kazu@hxi.com>
14763
14764 * MAINTAINERS: Add myself to Write After Approval list.
14765
14766 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14767
14768 * configure.in: Do not build byacc for hppa64. Provide paths to the
14769 X11 libraries for hppa64.
14770
14771 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14772
14773 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14774
14775 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
14776
14777 * Makefile.in (all-zlib): Added dummy target.
14778
14779 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14780 ltcf-gcj.sh: Updated from libtool multi-language branch.
14781
14782 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
14783
14784 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14785 (bootstrap*): Depend on all-bootstrap.
14786
14787 2000-09-05 Philipp Thomas <pthomas@suse.de>
14788
14789 * config.guess: Import CVS version 1.156.
14790 * config.sub: Import CVS version 1.179.
14791
14792 2000-09-02 Anthony Green <green@cygnus.com>
14793
14794 * Makefile.in (all-gcc): Depend on all-zlib.
14795 (CLEAN_MODULES): Add clean-zlib.
14796 (ALL_MODULES): Add all-zlib.
14797 * configure.in (host_libs): Add zlib.
14798
14799 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
14800
14801 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14802 crosses, but add gcc/include to the header search path for them.
14803
14804 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14805
14806 * MAINTAINERS: Add self to Write After Approval list.
14807
14808 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14809
14810 * config.guess: Import CVS version 1.152.
14811 * config.sub: Import CVS version 1.177.
14812
14813 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
14814
14815 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14816 $targargs to tell whether newlib is going to be built.
14817
14818 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14819 $$r/TARGET_SUBDIR/libio for _G_config.h.
14820
14821 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
14822
14823 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14824
14825 2000-08-22 DJ Delorie <dj@redhat.com>
14826
14827 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14828
14829 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
14830
14831 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14832 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14833 sub-configures.
14834
14835 2000-08-21 DJ Delorie <dj@redhat.com>
14836
14837 * MAINTAINERS: Add self as a libiberty maintainer
14838
14839 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
14840
14841 * configure.in (libstdcxx_flags): Use
14842 libstdc++-v3/src/libstdc++.INC.
14843
14844 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
14845
14846 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14847
14848 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14849
14850 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14851
14852 * configure: Make enable_threads and enable_shared defaults
14853 explicit. Substitute enable_threads into generated Makefiles.
14854 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14855 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14856
14857 2000-08-13 Geoff Keating <geoffk@cygnus.com>
14858
14859 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14860
14861 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
14862
14863 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14864 previous delta.
14865
14866 2000-08-11 Jason Merrill <jason@redhat.com>
14867
14868 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14869 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14870 (FLAGS_FOR_TARGET): Not here.
14871 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14872
14873 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
14874
14875 * config-ml.in (CC, CXX): Don't introduce a leading space.
14876
14877 2000-08-07 DJ Delorie <dj@delorie.com>
14878
14879 * MAINTAINERS: Add self as a DJGPP maintainer
14880
14881 2000-08-07 DJ Delorie <dj@redhat.com>
14882
14883 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14884 "if we're also building gcc, and it's a gcc that will run on the
14885 build machine, we want to use its includes instead of the system's
14886 default includes".
14887
14888 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14889
14890 * MAINTAINERS: Add self to Write After Approval list.
14891
14892 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
14893
14894 * configure.in (libstdcxx_flags): Don't use `"'.
14895
14896 * config-ml.in: Adjust multilib search paths to the
14897 appropriate multilib tree.
14898
14899 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
14900
14901 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14902 commas in $LANGUAGES.
14903
14904 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
14905
14906 * configure.in: Re-enable all references to libg++ and librx.
14907
14908 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
14909
14910 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14911 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14912 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14913 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14914
14915 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14916
14917 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
14918
14919 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14920 CXX_FOR_TARGET for sed.
14921
14922 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
14923
14924 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14925 Do not override if already set in the environment or in configure.
14926 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14927 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14928
14929 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
14930
14931 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14932 the libtool CVS tree multi-language branch.
14933 * ltconfig, ltmain.sh: Updated.
14934
14935 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
14936
14937 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14938 (clean-target): Depend on it.
14939
14940 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14941 (GCC_FOR_TARGET): Use it.
14942 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14943 * configure.in: ... here.
14944 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14945 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14946
14947 2000-07-24 Eric Christopher <echristo@cygnus.com>
14948
14949 * MAINTAINERS: Add self to Write After Approval list.
14950
14951 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
14952
14953 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
14954 (configure-target-libchill, configure-target-libobjc): Likewise.
14955
14956 * configure.in: Use the same cache file for all target libs.
14957 * config-ml.in: But different cache files per multilib variant.
14958
14959 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14960
14961 * configure (topsrcdir): Don't use dirname.
14962
14963 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
14964
14965 * MAINTAINERS: Add self to Write After Approval list.
14966
14967 2000-07-20 Jason Merrill <jason@redhat.com>
14968
14969 * configure.in: Remove all references to libg++ and librx.
14970
14971 * configure, configure.in, Makefile.in: Unify gcc and binutils.
14972
14973 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
14974
14975 * config.sub: Update to subversions version 2000-07-06.
14976
14977 2000-07-12 Andrew Haley <aph@cygnus.com>
14978
14979 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
14980 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
14981
14982 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
14983
14984 * symlink-tree: Check number of arguments.
14985
14986 2000-07-05 Jim Wilson <wilson@cygnus.com>
14987
14988 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
14989 search path for a g++ extracted from the build tree. This
14990 will allow link tests run by configure scripts in
14991 subdirectories to succeed.
14992
14993 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
14994
14995 * ltconfig: Add support for mips-dde-sysv4.2MP
14996
14997 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
14998
14999 * MAINTAINERS: Add myself as loop discovery maintainer.
15000
15001 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15002
15003 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15004 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15005
15006 2000-06-19 Timothy Wall <twall@cygnus.com>
15007
15008 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15009 * config.sub: Add tic54x target.
15010
15011 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15012
15013 * MAINTAINERS: Add self as Fortran maintainer,
15014 remove Craig Burley.
15015
15016 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
15017
15018 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15019 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15020
15021 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15022
15023 * MAINTAINERS: Add self as i18n maintainer
15024
15025 20000-05-21 H.J. Lu (hjl@gnu.org)
15026
15027 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15028 directory are used if they exist. Make sure
15029 $(build_tooldir)/include is searched for header files,
15030 $(build_tooldir)/lib/ for library files.
15031 (GCC_FOR_TARGET): Likewise.
15032 (CXX_FOR_TARGET): Likewise.
15033
15034 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15035
15036 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15037
15038 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
15039
15040 * Makefile.in (configure-target-libiberty): Depend on
15041 configure-target-newlib.
15042
15043 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15044
15045 * configure.in, Makefile.in: Merge all libffi-related
15046 configury stuff from the libgcj tree.
15047
15048 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15049
15050 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15051 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15052
15053 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15054
15055 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15056 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15057 current version information. Add to proto-toplev directory.
15058 (gdb-taz): Build do-djunpack.
15059
15060 2000-05-15 David Edelsohn <edelsohn@gnu.org>
15061
15062 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15063
15064 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15065
15066 * MAINTAINERS: Add self to Write After Approval list.
15067
15068 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15069
15070 * ltmain.sh: Preserve in relink_command any environment
15071 variables that may affect the linker behavior.
15072
15073 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15074
15075 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15076
15077 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15078
15079 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15080
15081 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15082
15083 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15084 with the version name.
15085
15086 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15087
15088 * MAINTAINERS: Add self as bb-reorder maintainer.
15089
15090 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15091
15092 * config.if: Tweak.
15093
15094 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15095
15096 * djunpack.bat: New file.
15097
15098 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15099
15100 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15101 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15102 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15103 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15104
15105 2000-04-16 Dave Pitts <dpitts@cozx.com>
15106
15107 * config.sub (case $basic_machine): Change default for "ibm-*"
15108 to "openedition".
15109
15110 2000-04-13 Andreas Jaeger <aj@suse.de>
15111
15112 * MAINTAINERS: Added myself.
15113
15114 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15115
15116 * Makefile.in (gdb-taz): New target. GDB specific archive.
15117 (do-md5sum): New target.
15118 (MD5PROG): Define.
15119 (PACKAGE): Default to TOOL.
15120 (VER): Default to a shell script.
15121 (taz): Rewrite target. Move real work to do-proto-toplev. Include
15122 md5 checksum generation.
15123 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15124 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15125 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15126 insight.tar.bz2): Use gdb-taz to create archive.
15127
15128 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15129
15130 * configure (warn_cflags): Delete.
15131
15132 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15133
15134 * MAINTAINERS: Added myself.
15135
15136 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
15137 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
15138
15139 * configure.in (enable_libstdcxx_v3): Add.
15140 (target_libs): Add bits here to switch between libstdc++-v2 and
15141 libstdc++-v3.
15142 * config.if: And this file too.
15143 * Makefile.in: Add libstdc++-v3 targets.
15144
15145 2000-04-05 Michael Meissner <meissner@redhat.com>
15146
15147 * config.sub (d30v): Add d30v as a basic machine type.
15148
15149 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
15150
15151 * configure.in: -linux-gnu*, not -linux-gnu.
15152
15153 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15154
15155 * MAINTAINERS: Add self in write-after-approval section.
15156
15157 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15158
15159 * MAINTAINERS: Add self as ia64 port maintainer.
15160
15161 2000-03-08 Neil Booth <NeilB@earthling.net>
15162
15163 * MAINTAINERS: Add self in write-after-approval section.
15164
15165 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
15166
15167 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15168 (do-tar-bz2): Replace TOOL with PACKAGE.
15169 (gdb.tar.bz2): Remove GDBTK from GDB package.
15170 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15171 dejagnu.tar.bz2): New packages.
15172
15173 2000-02-27 Andreas Jaeger <aj@suse.de>
15174
15175 * configure.in: Add entry for mips*-*-linux*, move catch all
15176 *-*-*linux* entry below this one.
15177
15178 2000-02-27 Ian Lance Taylor <ian@zembu.com>
15179
15180 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15181
15182 2000-02-24 Nick Clifton <nickc@cygnus.com>
15183
15184 * config.sub: Support an OS of "wince".
15185
15186 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15187
15188 * config.guess, config.sub: Updated to match config's 2000-02-15
15189 version.
15190
15191 2000-02-23 Linas Vepstas <linas@linas.org>
15192
15193 * config.sub: Add support for Linux/IBM 370.
15194 * configure.in: Likewise.
15195
15196 2000-02-22 Nick Clifton <nickc@cygnus.com>
15197
15198 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15199
15200 2000-02-20 Christopher Faylor <cgf@cygnus.com>
15201
15202 * config.guess: Guess "cygwin" rather than "cygwin32".
15203
15204 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15205
15206 * configure (gcc_version): When setting, narrow search to
15207 lines containing `version_string'.
15208
15209 2000-02-15 Denis Chertykov <denisc@overta.ru>
15210
15211 * config.sub: Add support for avr target.
15212
15213 2000-02-14 Nick Clifton <nickc@cygnus.com>
15214
15215 * MAINTAINERS: Add maintainers for MCore port.
15216
15217 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15218
15219 * config.sub: Add mmix-knuth-mmixware.
15220
15221 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15222
15223 * MAINTAINERS: Pair cccp with cpplib maintainership.
15224
15225 2000-01-27 Christopher Faylor <cgf@redhat.com>
15226
15227 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15228 structure stuff to -L library search.
15229 (CXX_FOR_TARGET): Ditto.
15230 (CROSS_CHECK_MODULES): Fix spelling mistake.
15231
15232 2000-01-24 Mark Mitchell <mark@codesourcery.com>
15233
15234 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15235 the C++ compiler.
15236
15237 2000-01-12 Richard Henderson <rth@cygnus.com>
15238
15239 * configure.in: Don't build some bits for beos.
15240
15241 2000-01-12 Joel Sherrill (joel@OARcorp.com)
15242
15243 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15244 as include files.
15245
15246 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15247
15248 * Add self as cpplib maintainer, as requested by Jason
15249 Merrill. Correct my e-mail address.
15250
15251 2000-01-06 Geoff Keating <geoffk@cygnus.com>
15252
15253 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15254 not mh-aix43.
15255
15256 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15257
15258 * MAINTAINERS: Add myself to "write after approval" list.
15259
15260 1999-12-14 Richard Henderson <rth@cygnus.com>
15261
15262 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15263 * config.sub: Accept alphaev[78], alphaev8.
15264
15265 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15266
15267 * config.guess, config.sub: Update from autoconf.
15268
15269 1999-11-29 Bruce Korb <autogen@linuxbox.com>
15270
15271 * MAINTAINERS: update my playtime e-address.
15272
15273 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15274
15275 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15276 necessary libraries are missing.
15277
15278 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
15279
15280 * MAINTAINERS: Add new 'write after approval' maintainer.
15281
15282 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15283
15284 * MAINTAINERS: Add new Java maintainer.
15285
15286 1999-10-25 Andreas Schwab <schwab@suse.de>
15287
15288 * configure: Fix quoting inside arguments of eval.
15289
15290 1999-10-21 Nick Clifton <nickc@cygnus.com>
15291
15292 * config-ml.in: Allow suppression of some ARM multilibs.
15293
15294 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15295
15296 * config.guess: Add OS/390 match pattern.
15297 * config.sub: Add mvs, openedition targets.
15298 * configure.in (i370-ibm-opened*): New.
15299
15300 1999-09-04 Steve Chamberlain <sac@pobox.com>
15301
15302 * config.sub: Add support for configuring for pj.
15303
15304 1999-08-31 Nick Clifton <nickc@cygnus.com>
15305
15306 * config.sub (maybe_os): Add support for configuring for fr30.
15307
15308 1999-08-25 Nick Clifton <nickc@cygnus.com>
15309
15310 * configure.in: Do not configure or build ld for AIX
15311 platforms. ld is known to be broken on these platforms.
15312
15313 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15314
15315 * config-ml.in: Pass compiler flag corresponding to multidirs to
15316 subdir configures.
15317
15318 1999-08-09 Ian Lance Taylor <ian@zembu.com>
15319
15320 * Makefile.in (LDFLAGS): Define.
15321
15322 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15323
15324 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15325 noconfigdirs.
15326 (*-*-cygwin*): Likewise.
15327
15328 1999-08-08 Ian Lance Taylor <ian@zembu.com>
15329
15330 * mkdep: New file.
15331 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15332 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15333
15334 From Eli Zaretskii <eliz@is.elta.co.il>:
15335 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15336 long file name when using DJGPP on MS-DOS.
15337
15338 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15339
15340 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15341
15342 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15343
15344 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15345 dependency as this causes "make check" to globally "make all"
15346
15347 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15348
15349 * configure.in (target_libs): Added target-zlib.
15350 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15351 (CONFIGURE_TARGET_MODULES): Likewise.
15352 (CHECK_TARGET_MODULES): Likewise.
15353 (INSTALL_TARGET_MODULES): Likewise.
15354 (CLEAN_TARGET_MODULES): Likewise.
15355 (configure-target-zlib): New target.
15356 (all-target-zlib): Likewise.
15357 (all-target-libjava): Depend on all-target-zlib.
15358 (configure-target-libjava): Depend on configure-target-zlib.
15359
15360 * Makefile.in (configure-target-libjava): Depend on
15361 configure-target-newlib.
15362 (configure-target-boehm-gc): New target.
15363 (configure-target-qthreads): New target.
15364
15365 * configure.in (target_libs): Added target-qthreads.
15366 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15367 (CONFIGURE_TARGET_MODULES): Likewise.
15368 (CHECK_TARGET_MODULES): Likewise.
15369 (INSTALL_TARGET_MODULES): Likewise.
15370 (CLEAN_TARGET_MODULES): Likewise.
15371 (all-target-qthreads): New target.
15372 (configure-target-libjava): Depend on configure-target-qthreads.
15373 (all-target-libjava): Depend on all-target-qthreads.
15374
15375 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15376 (CONFIGURE_TARGET_MODULES): Likewise.
15377 (CHECK_TARGET_MODULES): Likewise.
15378 (INSTALL_TARGET_MODULES): Likewise.
15379 (CLEAN_TARGET_MODULES): Likewise.
15380 (all-target-libjava): New target.
15381 (all-target-boehm-gc): Likewise.
15382 * configure.in (target_libs): Added libjava, boehm-gc.
15383
15384 1999-07-22 Ian Lance Taylor <ian@zembu.com>
15385
15386 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15387 configure.bat in SUPPORT_FILES.
15388 (gas+binutils.tar.bz2): Likewise.
15389
15390 * makeall.bat: Remove; obsolete.
15391
15392 1999-07-21 Ian Lance Taylor <ian@zembu.com>
15393
15394 From Mark Elbrecht:
15395 * configure.bat: Remove; obsolete.
15396
15397 1999-07-11 Ian Lance Taylor <ian@zembu.com>
15398
15399 * configure: Add -W -Wall to the default CFLAGS when compiling with
15400 gcc.
15401
15402 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15403
15404 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15405
15406 1999-06-30 Mark Mitchell <mark@codesourcery.com>
15407
15408 * configure.in: Build ld on IRIX6.
15409
15410 1999-06-12 Ian Lance Taylor <ian@zembu.com>
15411
15412 * Makefile.in: Change distribution targets to use bzip2 instead of
15413 gzip.
15414 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15415 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15416
15417 1999-06-04 Nick Clifton <nickc@cygnus.com>
15418
15419 * config.sub: Add mcore target.
15420
15421 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15422
15423 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15424
15425 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15426
15427 * config.guess (dummy): Changed to $dummy.
15428
15429 1999-05-24 Nick Clifton <nickc@cygnus.com>
15430
15431 * config.sub: Tidied up case statements.
15432
15433 1999-05-22 Ben Elliston <bje@cygnus.com>
15434
15435 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15436 <jiro@din.or.jp>.
15437
15438 * config.guess: Merge with FSF version. Future changes will be
15439 more accurately recorded in this ChangeLog.
15440 * config.sub: Likewise.
15441
15442 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15443
15444 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15445
15446 1999-04-30 Tom Tromey <tromey@cygnus.com>
15447
15448 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15449
15450 1999-04-23 Tom Tromey <tromey@cygnus.com>
15451
15452 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15453
15454 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
15455
15456 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15457 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15458 Bad merge removed these two changes.
15459
15460 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
15461 Martin Heller (Ing.-Buero_Heller@t-online.de)
15462
15463 * config.guess (interix Alpha): Add.
15464
15465 1999-04-11 Richard Henderson <rth@cygnus.com>
15466
15467 * configure.in (i?86-*-beos*): Do config gperf; don't config
15468 gdb, newlib, or libgloss.
15469
15470 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
15471
15472 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15473 link a trivial program with -mabi=64. If it fails, remove mabi=64
15474 from multidirs.
15475
15476 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15477
15478 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15479
15480 1999-04-08 Nick Clifton <nickc@cygnus.com>
15481
15482 * config.sub: Add support for mcore targets.
15483
15484 1999-04-07 Michael Meissner <meissner@cygnus.com>
15485
15486 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15487 not mt-ospace, in order to shut up assembler warning about using
15488 symbols that are named the same as registers.
15489
15490 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
15491
15492 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15493 dependency list for all-target-cygmon.
15494
15495 1999-04-05 Doug Evans <devans@casey.cygnus.com>
15496
15497 * config-ml.in: Check $host, not $target, for selective multilibs.
15498 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15499 thumb interworking, and underscore prefix multilibs.
15500
15501 1999-04-04 Ian Lance Taylor <ian@zembu.com>
15502
15503 * missing: Update to version from current automake.
15504
15505 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15506
15507 * configure (gxx_include_dir): Removed.
15508
15509 * configure.in (gxx_include_dir): Handle it.
15510 * Makefile.in: Likewise.
15511
15512 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15513
15514 * config.sub (mips64vr4111,mips64vr4111el) Add.
15515
15516 1999-03-21 Ben Elliston <bje@cygnus.com>
15517
15518 * config.guess: Correct typo for detecting ELF on FreeBSD.
15519
15520 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15521
15522 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15523 config/mh-djgpp.
15524
15525 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15526
15527 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15528 all-target-newlib to dependency list for all-target-bsp.
15529
15530 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15531
15532 * config.sub: Add i386-uwin support.
15533 * config.guess: Likewise.
15534
15535 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15536
15537 * configure.in: cleanup, add mh-*pic handling for arm, special
15538 case powerpc*-*-aix*
15539
15540 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15541
15542 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15543 can be built.
15544
15545 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15546
15547 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15548 targets.
15549
15550 1999-03-02 Nick Clifton <nickc@cygnus.com>
15551
15552 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15553
15554 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15555
15556 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15557
15558 1999-02-24 Nick Clifton <nickc@cygnus.com>
15559
15560 * config.sub: Fix typo in arm recognition.
15561
15562 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15563
15564 * configure.in (noconfigdirs): Changed target_configdirs to
15565 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15566 rather than m68k-*-* since it is not known to work on
15567 m68k-aout. Ditto for arm-*-*oabi.
15568
15569 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15570
15571 * configure.in (*-*-windows*): Remove, no longer used.
15572
15573 1999-02-19 Ben Elliston <bje@cygnus.com>
15574
15575 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15576 Smart and improved by Andrew Cagney.
15577
15578 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15579
15580 * config.guess: Recognize openbsd-*-hppa.
15581
15582 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15583
15584 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15585 only if it is not empty.
15586
15587 1999-02-17 Nick Clifton <nickc@cygnus.com>
15588
15589 Patch from: Scott Bambrough <scottb@corelcomputer.com>
15590
15591 * config.guess: Modified to recognize uname's armv* syntax.
15592
15593 * config.sub: Modified to recognize uname's armv* syntax.
15594
15595 1999-02-17 Mark Salter <msalter@cygnus.com>
15596
15597 * configure.in: Added target-bsp for sparclite.
15598
15599 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15600
15601 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15602
15603 1999-02-08 Nick Clifton <nickc@cygnus.com>
15604
15605 * configure.in: Add support for strongarm port.
15606 * config.sub: Add support for strongarm target.
15607
15608 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
15609
15610 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15611 the old name config/mh-cygwin32.
15612 Enable texinfo.
15613
15614 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15615
15616 * configure.in: Do build ld for ix86 Solaris.
15617
15618 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15619
15620 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15621 $AR_FOR_TARGET. Likewise for RANLIB.
15622
15623 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
15624
15625 * config.sub (oabi): Recognize.
15626 * configure.in (arm-*-oabi): Handle.
15627
15628 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15629
15630 * config.guess: Improve detection of i686 on UnixWare 7.
15631
15632 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15633
15634 * config.guess: Add support for i386-pc-interix.
15635 * config.sub: Likewise.
15636 * configure.in: Likewise.
15637
15638 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15639
15640 * Makefile.in: Remove unneeded all-target-libio from
15641 from all-target-winsup target since it is now unneeded.
15642 Add all-target-libtermcap in its place since it is now
15643 needed.
15644
15645 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15646
15647 * configure.in: makefile stub for cygwin target is probably
15648 unnecessary. Remove it for now.
15649
15650 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15651
15652 * configure.in: libtermcap.a should be built when cygwin is the
15653 target as well as the host.
15654 * config.guess: Allow mixed case in cygwin uname output.
15655 * Makefile.in: Add libtermcap target.
15656
15657 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15658
15659 * config.sub: Clean up handling of hppa2.0.
15660
15661 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15662
15663 * config.guess: Use C code to identify more HP machines.
15664
15665 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15666
15667 * config.sub: Handle hppa2.0.
15668
15669 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15670
15671 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15672 cygmon for all sparclite targets, regardless of object format.
15673
15674 1998-12-15 Mark Salter <msalter@cygnus.com>
15675
15676 * configure.in: Added target-bsp for several target architectures.
15677
15678 * Makefile.in: Added rules for bsp.
15679
15680 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15681
15682 * config.guess: Improve detection of hppa2.0 processors.
15683
15684 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15685
15686 * config.guess: Recognize FreeBSD using ELF automatically.
15687
15688 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15689
15690 * configure (skip-this-dir): Add handling for new shell script, which
15691 might be created by a sub-directory's configure to indicate, this particular
15692 directory is "unwanted".
15693 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15694
15695 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15696
15697 * ltconfig: import from libtool, after changing libtool to
15698 account for the cygwin name change.
15699
15700 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15701
15702 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15703 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15704
15705 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15706
15707 * configure.in: Add libtermcap to list of cygwin dependencies.
15708
15709 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15710
15711 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15712 they include winsup/include when it's a cygwin target.
15713
15714 1998-11-12 Tom Tromey <tromey@cygnus.com>
15715
15716 * configure.in (host_tools): Added zip.
15717 * Makefile.in (all-target-libjava): Depend on all-zip.
15718 (all-zip): New target.
15719 (ALL_MODULES): Added all-zip.
15720 (NATIVE_CHECK_MODULES): Added check-zip.
15721 (INSTALL_MODULES): Added install-zip.
15722 (CLEAN_MODULES): Added clean-zip.
15723
15724 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15725
15726 * Makefile.in: lose "32" from comment about cygwin.
15727
15728 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15729
15730 * configure.in: Use -Os to build target libraries for the fr30.
15731
15732 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15733
15734 * config.sub: Add fr30.
15735
15736 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15737
15738 * configure.in: drop "32" from config/mh-cygwin32. Check
15739 cygwin* instead of cygwin32*.
15740 * config.sub: Check cygwin* instead of cygwin32*.
15741
15742 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15743
15744 * config.guess: Match any version of Unixware7.
15745
15746 1998-10-20 Syd Polk <spolk@cygnus.com>
15747
15748 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15749 if desired.
15750
15751 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15752
15753 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15754 these if the appropriate directories and files to not exist.
15755
15756 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15757
15758 * Makefile.in (DEVO_SUPPORT): Add config.if.
15759
15760 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15761
15762 * configure: Add pattern to replace "build_tooldir"'s
15763 definition in the generated Makefile with "tooldir"'s
15764 actual value.
15765
15766 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15767
15768 * config.sub: Bring back lost sparcv9.
15769
15770 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15771
15772 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15773
15774 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15775 CC_FOR_TARGET and friends.
15776
15777 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15778
15779 * Makefile.in (build_tooldir): New variable, same as tooldir.
15780 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15781 -B$(build_tooldir)/bin/.
15782 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15783
15784 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15785
15786 * README: Remove installation instructions and refer to the
15787 INSTALL directory instead.
15788
15789 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
15790
15791 * config.sub: Add support for i[34567]86-pc-udk.
15792 * configure.in: Likewise.
15793
15794 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15795
15796 * Makefile.in: add bzip2 package building bits for user
15797 tools module
15798 * configure.in: ditto
15799
15800 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15801
15802 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15803 (ALL_TARGET_MODULES): Add all-target-libobjc.
15804 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15805 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15806 (all-target-libchill): Add dependencies.
15807 * configure.in (target_libs): Add libchill.
15808
15809 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15810
15811 * configure.in (target_subdir): Remove duplicate line.
15812
15813 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15814
15815 * Makefile.in (all-automake): fix dependencies.
15816
15817 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15818
15819 * configure.in: Minor cleanups for building in the $(target_alias)
15820 subdir.
15821
15822 1998-09-22 Jim Wilson <wilson@cygnus.com>
15823
15824 * Makefile.in (bootstrap): Set r and s before make all. Use
15825 BASE_FLAGS_TO_PASS in make all.
15826 (cross): Likewise.
15827
15828 1998-09-20 Mark Mitchell <mark@markmitchell.com>
15829
15830 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15831
15832 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15833
15834 * config.sub: Fix typo in last change.
15835
15836 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15837
15838 * config.sub: Add support for C4x target.
15839 * configure.in: Likewise.
15840
15841 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15842
15843 * config.sub: Recognize sparcv9 just like sparc64.
15844
15845 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15846
15847 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15848
15849 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15850
15851 * config.guess: Correctly identify Pentium II sco boxes.
15852
15853 * config.guess: Fix "tr" code. From Weiwen Liu.
15854
15855 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15856
15857 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15858 stabs.
15859
15860 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15861
15862 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15863 (ALL_TARGET_MODULES): Add all-target-libchill.
15864 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15865 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15866 (all-target-libchill): Add dependencies.
15867 * configure.in (target_libs): Add libchill.
15868
15869 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15870
15871 * config.guess: Avoid assumptions about "tr" behaves when
15872 LANG is set to something other than English.
15873
15874 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15875
15876 * configure (gxx_include_dir): Changed to
15877 '${prefix}/include/g++'-${libstdcxx_interface}.
15878
15879 * config.if: New to determine the interfaces.
15880
15881 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15882
15883 * config.guess: Detect and handle MPE/IX.
15884 * config.sub: Deal with MPE/IX.
15885
15886 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15887
15888 * configure.in: Use mh-aix43.
15889
15890 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15891
15892 * configure: Fix --without/--disable cases for gxx-include-dir.
15893
15894 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15895
15896 * mdata-sh: Imported. Needed for automake support.
15897
15898 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15899
15900 * Makefile.in (taz): Try "chmod -R og=u ." before
15901 "chmod og=u `find . -print`".
15902
15903 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15904
15905 * configure.in: Add arm-elf and thumb-elf support.
15906
15907 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15908
15909 * Makefile.in: Undo previous patch.
15910
15911 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15912
15913 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15914 to here ...
15915 (install-no-fixedincludes): and here
15916 (INSTALL_MODULES): ... from here.
15917
15918 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15919
15920 * config.sub: Merge with FSF.
15921
15922 * config.guess: Merge with FSF.
15923
15924 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15925
15926 * configure (extraconfigdirs): New variable.
15927 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15928 * Makefile.in (all): Move higher in file.
15929 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15930 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15931 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15932 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15933 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15934
15935 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
15936
15937 * Makefile.in (all-target-libjava): Depend on all-gcc and
15938 all-target-newlib.
15939 (configure-target-libjava): Depend on $(ALL_GCC).
15940
15941 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15942
15943 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15944 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15945
15946 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15947
15948 * INSTALL/README: Fix typo.
15949
15950 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
15951
15952 * ylwrap: Change absolute path checks to check for DOS style path
15953 names.
15954
15955 * ylwrap: Don't use a full path name if the source file is in the
15956 same directory. From hjl@lucon.org (H.J. Lu).
15957
15958 * config-ml.in: Default to being verbose, to match Feb 18 change to
15959 configure.
15960
15961 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
15962
15963 Brought over from egcs:
15964
15965 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
15966
15967 * configure.in (target_subdir): Set to ${target_alias} instead
15968 of "libraries".
15969
15970 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
15971
15972 * configure.in (target_subdir): Set to libraries if enable_multilib.
15973
15974 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
15975
15976 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
15977 multilibs, force reconfiguration the first time we create
15978 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
15979
15980 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
15981
15982 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
15983 avoid confusion with --no-recursion.
15984
15985 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
15986
15987 * configure.in: Win32 hosts shouldn't use install -x
15988 * install-sh: remove -x option, and special .exe-handling
15989 hack.
15990
15991 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
15992
15993 * config.guess: Recognize i586-pc-beos.
15994 * configure.in: Don't build some bits for beos.
15995
15996 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
15997
15998 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
15999 CFLAGS default to -O2.
16000
16001 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16002 when using GNU ld.
16003
16004 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16005
16006 * ltmain.sh: Correct install when using a different shell.
16007
16008 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16009
16010 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16011
16012 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16013
16014 * makefile.vms: Update to build binutils/makefile.vms. Add install
16015 target.
16016
16017 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16018
16019 * ltconfig: Update to correct AIX handling.
16020
16021 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16022
16023 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16024
16025 * configure.in (target_subdir): Set to ${target_alias} instead
16026 of "libraries".
16027
16028 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16029
16030 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16031 (Makefile): Depend on $(gcc_version_trigger).
16032
16033 * configure (gcc_version): Change default initializer to empty
16034 string.
16035 (gcc_version_trigger): New variable; pass this variable down
16036 to subdir configures to enable them checking gcc's version
16037 themselves. Emit make macros for both gcc_version vars.
16038 (topsrcdir): Initialize reliably.
16039 (recursion line): Remove --with-gcc-version=${gcc_version}.
16040
16041 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16042
16043 * configure (enable_version_specific_runtime_libs): Implement new flag
16044 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16045 in $(libsubdir); emit definition in each generated Makefile.
16046 (gxx_include_dir): Initialize depending on
16047 $enable_version_specific_runtime_libs.
16048
16049 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16050
16051 * configure (gcc_version): Initialize properly depending on
16052 how and where configure is started.
16053 (recursion line): Pass a --with-gcc-version=${gcc_version}
16054 to configures in subdirs.
16055
16056 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16057
16058 * configure.in (noconfigdirs): Add configure pattern for mips tx39
16059 cygmon
16060
16061 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16062
16063 * configure.in: Add cygmon and libstub support for mn10200.
16064
16065 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16066
16067 * configure (gcc_version): Add new variable describing the
16068 particular gcc version we're building.
16069 * Makefile.in (libsubdir): Add new macro for the directory
16070 in which the compiler finds executables, libraries, etc.
16071 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16072 and libsubdir.
16073
16074 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16075
16076 * Makefile.in (local-clean): Remove *.log.
16077 (warning.log): Built with warn_summary from build.log.
16078 (mail-report.log): Run test_summary.
16079 (mail-report-with-warnings.log): Run test_summary including
16080 warning.log in the report.
16081
16082 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16083
16084 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16085
16086 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16087
16088 * Makefile.in (grep): Grep no longer depends on libiberty.
16089
16090 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16091
16092 * Makefile.in: all-snavigator needs all-libgui.
16093
16094 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16095
16096 * configure.in: Add cygmon and libstub support for mn10300.
16097
16098 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16099
16100 * missing: Update to version from automake 1.3.
16101
16102 * ltmain.sh: On installation, don't get confused if the same name
16103 appears more than once in the list of library names.
16104
16105 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16106
16107 * config.sub: Accept m68060 and m5200 as CPU names.
16108
16109 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16110
16111 * configure: Use && rather than using -a in test, because odd
16112 strings can confuse test.
16113 * configure.in: Likewise.
16114
16115 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16116
16117 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16118
16119 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16120
16121 * Makefile.in (boostrap2-lean, bootstrap3-lean,
16122 bootstrap4-lean): New targets.
16123
16124 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16125
16126 * mpw-* Delete. Not used.
16127
16128 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16129
16130 * COPYING.LIB: Update FSF address.
16131
16132 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16133
16134 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16135
16136 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16137 GAS_SUPPORT_DIRS.
16138
16139 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16140
16141 * ltconfig, ltmain.sh: Avoid producing a version number if
16142 -version-info was not used.
16143
16144 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16145
16146 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16147 building with newlib.
16148
16149 1998-04-30 Paul Eggert <eggert@twinsun.com>
16150
16151 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16152 Solaris `make' causes it to continue to next definition.
16153
16154 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16155
16156 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16157 the right GUI libraries and files are installed along with GDB.
16158
16159 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16160
16161 * configure.in: Change alpha to alpha* in several places.
16162
16163 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16164
16165 * config.sub: Recognize sparc86x.
16166
16167 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16168
16169 * configure.in (--enable-target-optspace): Remove debug echo.
16170
16171 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16172
16173 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16174
16175 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16176
16177 * ltconfig: Update cygwin32 support.
16178
16179 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16180 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16181 (GDB_SUPPORT_DIRS): Likewise.
16182
16183 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16184
16185 * configure.in (target_makefile_frag): If --enable-target-optspace,
16186 use -Os to compile target libraries rather than -O2. Default to
16187 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16188 not used.
16189 * configure.in (target_cflags): Ditto for d30v.
16190
16191 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16192
16193 * Makefile.in (all-bfd): Depend on all-intl.
16194 (all-binutils): Likewise.
16195 (all-gas): Likewise.
16196 (all-gprof): Likewise.
16197 (all-ld): Likewise.
16198
16199 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
16200
16201 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16202
16203 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16204
16205 * Makefile.in (all-bfd): Depend upon all-libiberty.
16206
16207 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16208
16209 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16210
16211 * Makefile.in: Add libstub.
16212
16213 * configure.in: Ditto. Build libstub for targets that have cygmon
16214 support.
16215
16216 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16217
16218 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16219
16220 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16221
16222 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16223 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16224
16225 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16226
16227 * configure: Define DEFAULT_M4 by searching PATH.
16228 * Makfile.in: Use DEFAULT_M4.
16229
16230 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16231
16232 * ltconfig: Add cygwin32 support.
16233
16234 * Makefile.in, configure.in: Add libtool as a native only directory
16235 to configure and build.
16236
16237 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16238
16239 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16240
16241 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
16242
16243 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16244
16245 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16246
16247 * Makefile.in: add ash make rules
16248 * configure.in: add ash to native_only and host_tools lists
16249
16250 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16251
16252 * Makefile.in (all-gettext, all-intl): New targets.
16253 (ALL_MODULES): Added all-gettext, all-intl.
16254 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16255 (INSTALL_MODULES): Added install-gettext, install-intl.
16256 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16257
16258 * configure.in (host_tools): Added gettext.
16259 (native_only): Likewise.
16260 (noconfigdirs) [various cases]: Likewise.
16261 (host_libs): Added intl.
16262
16263 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16264
16265 * configure: Do not disable building gdbtk for cygwin32 hosts.
16266
16267 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16268
16269 * configure.in: Add thumb-coff target.
16270 * config.sub: Add thumb-coff target.
16271
16272 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16273
16274 * Makefile.in: Revert yesterday's change.
16275 (all-target-winsup): all-target-librx stays out of here.
16276
16277 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16278
16279 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16280 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16281 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16282 Remove references to librx and libg++.
16283
16284 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16285
16286 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16287 recursive makes
16288
16289 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16290
16291 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16292 for newlib directory.
16293 (CXX_FOR_TARGET): Likewise.
16294
16295 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16296
16297 * ltconfig: Update after libtool/ltconfig.in change for
16298 hpux11.
16299
16300 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16301
16302 * ltconfig, ltmain.sh: Update to libtool 1.2.
16303
16304 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16305
16306 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16307 (install-gcc-cross): Instead, override LANGUAGES here.
16308
16309 1998-03-18 Dave Love <d.love@dl.ac.uk>
16310
16311 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16312 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16313
16314 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16315
16316 * configure.in: Add Thumb-pe target.
16317
16318 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
16319
16320 * Makefile.in - changed sn targets to snavigator
16321 * configure.in - changed sn targets to snavigator
16322
16323 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16324
16325 * config-ml.in: After building symlink tree call make distclean
16326 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16327 to be the case for libiberty.
16328
16329 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16330
16331 * configure: When making link, also check the current
16332 directory. The configure scripts may create one.
16333
16334 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16335
16336 * config.sub: Accept alphapca56 and alphaev6 properly.
16337
16338 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16339
16340 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16341
16342 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16343
16344 * config.sub (sco5): Fix typo.
16345
16346 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16347
16348 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16349 install-itcl.
16350 (install-itcl): Remove dependency on install-tcl.
16351
16352 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16353
16354 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16355
16356 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16357
16358 * configure.in: Don't build libgui for a cygwin32 target when not on
16359 a cygwin32 host.
16360
16361 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16362
16363 * configure (redirect): Set to null, so default behavior of
16364 configure is now --verbose.
16365
16366 1998-02-16 Dave Love <d.love@dl.ac.uk>
16367
16368 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16369 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16370
16371 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16372
16373 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16374 this change to sync Makefile.in with its ChangeLog entries.
16375
16376 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16377
16378 * ltmain.sh (mkdir): Check that the directory doesn't exist
16379 before we exit with error, so that we don't get races during
16380 parallel builds.
16381
16382 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16383
16384 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16385
16386 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16387
16388 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16389 PICFLAG_FOR_TARGET.
16390 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16391
16392 * configure: Emit a definition for the new macro enable_shared
16393 into each Makefile.
16394
16395 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16396
16397 * configure.in (host_tools, native_only): Add libtool.
16398
16399 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16400
16401 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16402 Fix typo in ming config comment.
16403
16404 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16405
16406 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16407
16408 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16409
16410 * config.sub: Add tic30 cases, and map c30 to tic30.
16411
16412 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16413
16414 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16415 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16416 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16417 (CLEAN_TARGET_MODULES): Similarly
16418 (all-target-libf2c): Add dependences.
16419 * configure.in (target_libs): Add libf2c.
16420
16421 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16422
16423 * configure.in: Remove expect from noconfigdirs when target
16424 is cygwin32. OK to build expect and dejagnu with Canadian
16425 Cross.
16426
16427 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16428
16429 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16430 host.
16431
16432 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16433 and mingw32.
16434
16435 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16436
16437 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16438 here as it is not defined in the toplevel Makefile.
16439
16440 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16441
16442 * configure (package_makefile_rules_frag): New variable, which names
16443 a file with generic rules, ...
16444 Change comment to mention we now have FIVE parts.
16445 * configure: Undo last change.
16446
16447 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16448
16449 * config.guess: More accurate determination of HP processor types.
16450 * config.sub: More accurate determination of HP processor types.
16451
16452 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16453
16454 * configure (package_makefile_frag): Move inserting the
16455 ${package_makefile_frag} to where it should be according
16456 to the comment.
16457
16458 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16459
16460 * config.guess: Add support for Linux/ARM.
16461
16462 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16463
16464 * .cvsignore: Remove *-info and *-install since they match
16465 release-info and mpw-install, which we don't want to just ignore.
16466
16467 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16468
16469 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16470
16471 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16472
16473 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16474 local_prefix to sub-make invocations.
16475
16476 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16477
16478 * configure.in: Check makefile fragments in the source
16479 directory.
16480
16481 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16482
16483 * configure.in: Check whether host and target makefile
16484 fragments exist before adding them to *_makefile_frag.
16485
16486 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16487
16488 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16489
16490 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16491
16492 * configure.in: Make sure we only replace RPATH_ENVVAR on
16493 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16494 regexp to sed.
16495
16496 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16497 to sub-makes.
16498
16499 1998-01-13 Lee Iverson (leei@ai.sri.com)
16500
16501 * config-ml.in (multi-do): LDFLAGS must include multilib
16502 designator.
16503
16504 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
16505
16506 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16507
16508 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16509
16510 * config.sub: Add mingw32 support.
16511 * configure.in: Likewise.
16512
16513 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16514
16515 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16516
16517 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16518
16519 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16520 * configure (gxx_include_dir): Provide a definition for subdirs
16521 which do not use autoconf.
16522
16523 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16524
16525 * config.guess: Sync with egcs. Picks up new alpha support,
16526 BeOS & some additional linux support.
16527
16528 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16529
16530 * config.guess: HP 9000/803 is a PA1.1 machine.
16531
16532 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16533
16534 * configure.in: It's alpha*-...
16535
16536 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16537
16538 * configure.in (host_makefile_frag, target_makefile_frag):
16539 Handle multiple config files.
16540 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16541 alpha-*-*.
16542
16543 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16544
16545 * mkdep: New file.
16546
16547 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16548
16549 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16550
16551 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16552
16553 * Makefile.in: Add libgui directory.
16554 (GDB_TK): Add all-libgui.
16555 * configure.in: Add libgui directory.
16556 * configure: Add all-libgui to GDB_TK.
16557
16558 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16559
16560 * config-ml.in (multidirs): Add m32r to multilib list.
16561
16562 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16563
16564 * Makefile.in (all-target-gperf): Change dependency to
16565 all-target-libstdc++.
16566
16567 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16568
16569 * config.guess: Add BeOS support.
16570
16571 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16572
16573 Source directory cvs renamed to cvssrc:
16574 * configure.in (host_tools): Change cvs to cvssrc.
16575 (native_only): Likewise.
16576 (noconfigdirs) [various cases]: Likewise.
16577 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16578 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16579 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16580 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16581 (all-cvssrc): Rename target from all-cvs.
16582
16583 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16584
16585 * configure (gxx_include_dir): Fix thinko.
16586
16587 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16588
16589 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16590 (install-cross, install-gcc-cross): New targets.
16591
16592 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16593
16594 * configure.in (noconfigdirs): Add support for Thumb target.
16595
16596 * config.sub (maybe_os): Add support for Thumb target.
16597
16598 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16599
16600 * Makefile.in: Add rules for cygmon.
16601
16602 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16603
16604 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16605
16606 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16607 * configure (gxx_include_dir): Provide a definition for subdirs
16608 which do not use autoconf.
16609
16610 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16611
16612 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16613 11/18/97 build
16614
16615 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16616
16617 * From Franz Sirl.
16618 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16619 found on RedHat Linux systems.
16620
16621 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16622
16623 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16624 guesses.
16625
16626 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16627
16628 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16629
16630 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16631
16632 * ltmain.sh: If mkdir fails, check whether the directory was created
16633 anyhow by some other process.
16634
16635 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16636
16637 * configure.in (d30v-*-*): Configure all directories.
16638
16639 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16640
16641 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16642 for the D30V.
16643
16644 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16645
16646 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16647
16648 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16649
16650 * include/libiberty.h: Add extern "C" { so it can be used with C++
16651 progrms.
16652 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16653 programs.
16654
16655 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16656
16657 * configure.in (d30v-*-*): Configure GCC now.
16658
16659 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16660
16661 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16662 is no longer needed.
16663
16664 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16665
16666 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16667
16668 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16669
16670 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16671 targets using "$@" to provide support for similar but not identical
16672 targets without having to duplicate code.
16673
16674 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16675
16676 * makefile.vms: Fix to work with DEC C.
16677
16678 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16679
16680 * config.sub: Add mips-tx39-elf to marketing names.
16681
16682 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16683
16684 * ltmain.sh: Handle symlinks in generated script.
16685
16686 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16687
16688 * configure: Handle autoconf style directory options: --bindir,
16689 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16690 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16691 --sysconfdir.
16692 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16693 (sharedstatedir, localstatedir, oldincludedir): New variables.
16694 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16695 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16696 sbindir, sharedstatedir, and sysconfdir.
16697
16698 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16699
16700 * Makefile.in (bootstrap-lean): New target.
16701
16702 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16703
16704 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
16705 sn, and gnuserv from noconfigdirs.
16706
16707 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16708
16709 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16710
16711 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16712
16713 * Makefile.in (cross): New target.
16714
16715 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16716 Jeff Law <law@cygnus.com>
16717
16718 * Makefile.in (bootstrap2, bootstrap3): New targets.
16719 (all-bootstrap): Remove outdated and confusing target.
16720 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16721
16722 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16723
16724 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16725 windows. Consistent with gdb/configure.
16726
16727 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16728
16729 * configure.in: Name Linux target fragment.
16730
16731 * configure: Rewrite so that project Makefile fragment is inserted
16732 first and appears last in the resulting Makefile.
16733
16734 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16735
16736 * Makefile.in (install-itcl): Install tcl first.
16737
16738 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16739
16740 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16741
16742 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16743
16744 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16745
16746 * configure.in (skipdirs): Add target-librx for Linux.
16747 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16748
16749 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16750
16751 * Makefile.in (bootstrap): New target.
16752
16753 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16754
16755 * config.sub: Accept 'amigados' for backward compatibility.
16756
16757 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16758
16759 * config.guess: Merge with FSF.
16760
16761 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16762
16763 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16764
16765 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16766
16767 * config.sub: Add "marketing-names" patch.
16768
16769 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16770
16771 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16772
16773 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16774
16775 * config.sub: Handle v850-elf.
16776
16777 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
16778
16779 * .cvsignore (*-install): Remove.
16780
16781 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16782
16783 * ltconfig: Set CONFIG_SHELL in libtool.
16784 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16785
16786 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16787
16788 * configure.in (target_subdir): Set to libraries if enable_multilib.
16789
16790 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16791
16792 * config.guess: Update from gcc directory.
16793
16794 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16795
16796 * Makefile.in (all-sim): Depends on all-readline.
16797
16798 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16799
16800 * Makefile.in (BISON, YACC): Use $$s.
16801 (all-bison): Depend on all-texinfo.
16802
16803 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16804
16805 * Makefile.in (BISON): Add -L flag.
16806 (YACC): Likewise.
16807
16808 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16809
16810 * configure.in (noconfigdirs): Add support for v850e target.
16811
16812 * config.sub (maybe_os): Add support for v850e target.
16813
16814 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16815
16816 * configure.in (noconfigdirs): Add support for v850ea target.
16817
16818 * config.sub (maybe_os): Add support for v850ea target.
16819
16820 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16821
16822 * config.sub: Add mipstx39. Delete r3900.
16823
16824 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16825
16826 * Makefile.in (all-autoconf): Depends on all-texinfo.
16827
16828 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16829
16830 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16831 eabi targets.
16832
16833 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16834
16835 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16836
16837 * configure: When handling a Canadian Cross, handle YACC as well as
16838 BISON. Just set BISON to bison. When setting YACC, prefer bison.
16839 * Makefile.in (all-bison): Depend upon all-texinfo.
16840
16841 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16842
16843 * Makefile.in (BISON): bison, not byacc or bison -y.
16844 (YACC): bison -y or byacc or yacc.
16845 (various): Add *-bison as appropriate.
16846 (taz): No need to mess with BISON anymore.
16847
16848 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16849
16850 * configure: If OSTYPE matches *win32*, try to find a good value for
16851 CONFIG_SHELL.
16852
16853 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16854
16855 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16856 configure.in if it is present.
16857
16858 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16859
16860 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16861
16862 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16863
16864 * config.sub: Recognize `arc' cpu.
16865 * configure.in: Likewise.
16866 * config-ml.in: Likewise.
16867
16868 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16869
16870 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16871
16872 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16873
16874 * configure: Changed sed delimiter from ':' to '|' when
16875 attempting to substitute ${config_shell} for SHELL. On
16876 NT ${config_shell} may contain a ':' in it.
16877
16878 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16879
16880 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16881
16882 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16883
16884 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16885
16886 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16887
16888 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16889
16890 * ylwrap: If the program is a relative path, force it to be
16891 absolute.
16892
16893 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16894
16895 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16896
16897 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16898
16899 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16900 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16901 for libraries.
16902
16903 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16904
16905 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16906 separated by spaces.
16907
16908 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16909
16910 * ylwrap: New file.
16911 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16912
16913 * ltmain.sh: Handle /bin/sh at start of install program.
16914
16915 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16916
16917 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16918 * missing: New file, from automake 1.2.
16919
16920 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16921
16922 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16923 check-tk to CHECK_X11_MODULES.
16924
16925 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16926
16927 * config.sub: Merge with FSF.
16928
16929 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16930
16931 * config.guess: Merge with FSF.
16932
16933 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16934
16935 * configure: Treat msdosdjgpp like go32.
16936 * configure.in: Likewise. Don't remove gprof for go32.
16937
16938 * configure: Change Makefile.tem2 to Makefile.tm2.
16939
16940 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16941
16942 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16943
16944 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16945
16946 * install-sh (chmodcmd): Set to null if the DST directory already
16947 exists. Same as Nov 11th change.
16948
16949 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
16950
16951 * configure (GDB_TK): Needs itcl and tix.
16952
16953 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
16954
16955 * config.guess: Update from FSF.
16956
16957 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
16958
16959 * Makefile.in (GDB_TK): Depend on itcl and tix.
16960
16961 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
16962
16963 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
16964 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
16965 (INSTALL_SCRIPT): New variable.
16966 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
16967 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
16968 to -x.
16969 * install-sh: Add support for -x option.
16970
16971 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
16972
16973 * configure.in, Makefile.in: Treat tix like itcl.
16974
16975 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
16976
16977 * Makefile.in (WINDRES): New variable.
16978 (WINDRES_FOR_TARGET): New variable.
16979 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
16980 (EXTRA_HOST_FLAGS): Add WINDRES.
16981 (EXTRA_TARGET_FLAGS): Add WINDRES.
16982 (EXTRA_GCC_FLAGS): Add WINDRES.
16983 ($(DO_X)): Pass down WINDRES.
16984 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
16985 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
16986 DLLTOOL_FOR_TARGET.
16987
16988 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
16989
16990 * configure.in: configure sim before gdb for win32-x-ppc
16991
16992 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16993
16994 Move gperf into the toplevel, from libg++.
16995 * configure.in (target_tools): Add target-gperf.
16996 (native_only): Add target-gperf.
16997 * Makefile.in (all-target-gperf): New target, depend on
16998 all-target-libg++.
16999 (configure-target-gperf): Empty rule.
17000 (ALL_TARGET_MODULES): Add all-target-gperf.
17001 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17002 (CHECK_TARGET_MODULES): Add check-target-gperf.
17003 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17004 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17005
17006 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
17007
17008 * config.sub (mn10200): Recognize new basic machine.
17009
17010 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17011
17012 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17013 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17014
17015 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17016
17017 * configure.in: If we're building mips-sgi-irix6* native, turn on
17018 ENABLE_MULTILIB and set TARGET_SUBDIR.
17019
17020 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17021
17022 * Makefile.in (all-sn): Depend on all-grep.
17023
17024 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17025
17026 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17027
17028 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17029 Makefile. From Jeff Makey <jeff@cts.com>.
17030 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17031
17032 * Makefile.in (DISTBISONFILES): Remove.
17033 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17034 $(DEFAULT_YACC).
17035
17036 * configure.in: Build itl, db, sn, etc., when building for native
17037 cygwin32.
17038
17039 * Makefile.in (LD): New variable.
17040 (EXTRA_HOST_FLAGS): Pass down LD.
17041 ($(DO_X)): Likewise.
17042
17043 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17044
17045 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17046
17047 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17048
17049 * configure.in (targargs): Strip out any supplied --build argument
17050 before adding our own. Always add --build.
17051
17052 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17053
17054 * configure.in (targargs): Pass --build if we're doing
17055 a cross-compile.
17056
17057 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17058
17059 * configure: Use '|' instead of ":" as the separator in
17060 sed. Otherwise sed chokes on NT path names with drive
17061 designators. Also look for "?:*" as the leading characters in an
17062 absolute pathname.
17063
17064 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17065
17066 * config.sub: Support for r3900.
17067
17068 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17069
17070 * configure.in: Use install-sh, not install.sh.
17071
17072 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17073
17074 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17075 apply it twice.
17076
17077 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17078
17079 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17080 install-binutils.
17081
17082 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17083
17084 * Makefile.in: Add automake targets.
17085 * configure.in (host_tools): Add automake.
17086
17087 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17088
17089 * configure: Default CXX to c++, not gcc.
17090 * Makefile.in (CXX): Set to c++, not gcc.
17091 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17092
17093 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17094
17095 * install-sh: try appending a .exe if source file doesn't
17096 exist
17097
17098 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17099
17100 * configure.in: Turn on multilib by default.
17101 (cross_only): Remove target-libiberty.
17102
17103 * Makefile.in (all-gcc): Don't depend on libiberty.
17104
17105 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17106
17107 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17108
17109 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17110
17111 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17112 (DISTBISONFILES): Add ld/Makefile.in
17113
17114 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17115
17116 * configure.in: if target is cygwin32 but host isn't cygwin32,
17117 don't configure gdb tcl tk expect, not just gdb.
17118
17119 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17120
17121 * configure.in: Added gnuserv everywhere sn appears.
17122
17123 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17124 (CROSS_CHECK_MODULES): Added check-gnuserv.
17125 (INSTALL_MODULES): Added install-gnuserv.
17126 (CLEAN_MODULES): Added clean-gnuserv.
17127 (all-gnuserv): New target.
17128
17129 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17130
17131 * config.guess: Fixes for MIPS OpenBSD systems.
17132
17133 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17134
17135 * Makefile.in (INSTALL_XFORM): Remove.
17136 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17137
17138 * mkinstalldirs: New file, copied from automake.
17139 * Makefile.in (installdirs): Rename from install-dirs. Use
17140 mkinstalldirs. Change all users.
17141 (DEVO_SUPPORT): Add mkinstalldirs.
17142
17143 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17144
17145 * install-sh: Rename from install.sh.
17146 * Makefile.in (INSTALL): Change install.sh to install-sh.
17147 (DEVO_SUPPORT): Likewise.
17148
17149 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17150 Graichen <graichen@rzpd.de>.
17151
17152 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17153
17154 * config.guess: Recognize OpenBSD systems correctly.
17155
17156 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17157
17158 * README, Makefile.in (ETC_SUPPORT): Remove references to
17159 cfg-paper*, configure.{texi,man,info*}._
17160
17161 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17162
17163 * Makefile.in (all.normal): Ensure that gcc is built after all
17164 the x11 - ie gdb - targets.
17165
17166 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17167
17168 * makefile.vms: Don't run conf-a-gas.
17169
17170 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17171
17172 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17173
17174 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17175
17176 * configure.in: Remove noconfigdirs case since gdb also
17177 configures and builds for tic80-coff.
17178
17179 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17180
17181 * configure: Set cache_file to config.cache.
17182 * Makefile.in (local-distclean): Remove config.cache.
17183
17184 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17185
17186 * COPYING: Update FSF address.
17187
17188 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17189
17190 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17191 noconfigdirs.
17192
17193 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17194
17195 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17196 MAKEDIRS, is empty.
17197
17198 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17199
17200 * config.sub: Tweak mn10300 entry.
17201
17202 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17203
17204 * configure.in (host_tools): Put sim before gdb, so gdb's
17205 configure.tgt can determine if the simulator was configured.
17206
17207 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17208
17209 * config.sub: Move BeOS $os case to be with other Cygnus
17210 local cases.
17211
17212 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17213
17214 * config.sub: Remove misplaced comment that broke Linux.
17215
17216 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17217
17218 * config.sub: Add BeOS support.
17219
17220 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17221
17222 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17223
17224 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17225
17226 * configure.in (noconfigdirs): Remove tcl and tk from
17227 noconfigdirs for cygwin32 builds.
17228
17229 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17230
17231 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17232
17233 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17234
17235 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17236 make-all.com, use makefile.vms instead.
17237
17238 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17239
17240 * config.sub: Accept -lnews*.
17241
17242 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17243
17244 * configure.in (noconfigdirs): Disable target-newlib,
17245 target-examples and target-libiberty for d30v.
17246
17247 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17248
17249 * configure.in (noconfigdirs): Enable ld for d30v.
17250
17251 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17252
17253 * configure.in (tic80-*-*): Build compiler.
17254
17255 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17256
17257 * configure.in (d30v-*): Remove sim directory from list of
17258 unsupported d30v directories
17259
17260 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17261
17262 * config.sub, configure.in: Add d30v target cpu.
17263
17264 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17265
17266 * makefile.vms: New file.
17267 * make-all.com: Remove.
17268
17269 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17270
17271 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17272
17273 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17274
17275 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17276
17277 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17278
17279 * Makefile.in (ALL_MODULES): Added all-db.
17280 (CROSS_CHECK_MODULES): Addec check-db.
17281 (INSTALL_MODULES): Added install-db.
17282 (CLEAN_MODULES): Added clean-db.
17283
17284 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17285
17286 * config.guess: Merge with latest FSF sources.
17287
17288 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17289
17290 * Makefile.in (ALL_MODULES): Added all-itcl.
17291 (CROSS_CHECK_MODULES): Added check-itcl.
17292 (INSTALL_MODULES): Added install-itcl.
17293 (CLEAN_MODULES): Added clean-itcl.
17294
17295 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17296
17297 * configure.in: build gdb for mn10200
17298
17299 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17300
17301 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17302
17303 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17304
17305 * configure.in (tic80-*-*): Turn off most targets right now.
17306
17307 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17308
17309 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17310 rather than the makeinfo program.
17311 (do-info): Depend upon all-texinfo.
17312
17313 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17314
17315 * configure.in: Remove uses of config/mh-linux.
17316
17317 * config.sub, config.guess: Merge with latest FSF sources.
17318
17319 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17320
17321 * config.sub (case $basic_machine): Add tic80 entries.
17322
17323 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17324
17325 * config.sub, config.guess: Merge with latest FSF sources.
17326
17327 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17328
17329 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17330 * mpw-config.in: Test for NewFolderRecursive.
17331 * mpw-install: Use symbolic name for startup filename.
17332 * mpw-README: Add various additional details.
17333
17334 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17335
17336 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17337
17338 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17339
17340 * configure.in: Do build gcc and the target libraries for
17341 the mn10200.
17342
17343 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17344
17345 * configure.in: don't avoid building gdb for mn10300 any more
17346 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17347 instead of single-quoting it.
17348
17349 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17350
17351 * configure.in: Don't use --with-stabs on IRIX 6.
17352
17353 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17354
17355 * configure.in (m32r): Build gdb, libg++ now.
17356
17357 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17358
17359 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17360 directories from noconfigdirs.
17361
17362 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17363
17364 * config.sub (basic_machine): added mips16 configuration
17365
17366 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17367
17368 * config.sub: Handle d10v-unknown.
17369
17370 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17371
17372 * config.sub: Handle v850-unknown.
17373
17374 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17375
17376 * Makefile.in: add findutils
17377 * configure.in: add findutils to list of host_tools
17378
17379 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17380
17381 * config.sub: Handle mn10200 and mn10300.
17382
17383 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17384
17385 * configure.in (d10v-*): Do not build librx.
17386
17387 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17388
17389 * configure.in (mn10300): Build everything except gdb & libgloss.
17390
17391 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17392
17393 * config.guess: Patch for Dansk Data Elektronik servers,
17394 from Niels Skou Olsen <nso@dde.dk>.
17395
17396 For ncr, use /bin/uname rather than uname, since GNU uname does not
17397 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17398
17399 Patch for MIPS R4000 running System V,
17400 from Eric S. Raymond <esr@snark.thyrsus.com>.
17401
17402 Fix thinko for nextstep.
17403
17404 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17405
17406 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17407 * config.guess: Guess mips-dec-mach_bsd4.3.
17408
17409 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17410 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17411 release numbers.
17412 * config.guess (mips-mips-riscos*): Emit just enough of the
17413 release number.
17414
17415 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17416 * config.guess (sparc-auspex-sunos*): Added.
17417 (f300-fujitsu-*): Added.
17418
17419 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17420 * config.guess: Recognize a Tadpole as a sparc.
17421
17422 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17423
17424 * config.guess: Don't assume that NextStep version is either 2 or
17425 3. NextStep 4 (aka OpenStep 4) has come out now.
17426
17427 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17428
17429 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17430 From Rik Faith <faith@cs.unc.edu>.
17431
17432 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17433
17434 * config.sub: Contributions from bug-gnu-utils to:
17435 Support plain "hppa" (no version given) architecture, reported by
17436 OpenStep.
17437 OpenBSD like NetBSD.
17438 LynxOs is not a hardware supplier.
17439
17440 * config.guess: Contributions from bug-gnu-utils to add support for:
17441 OpenBSD like NetBSD.
17442 Stratus systems.
17443 More Pyramid systems.
17444 i[n>4]86 Intel chips.
17445 M680[n>4]0 Motorola chips.
17446 Use unknown instead of lynx for hardware manufacturer.
17447
17448 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17449
17450 * install.sh (chmodcmd): Set to null if the DST directory already
17451 exists.
17452
17453 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17454
17455 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17456 not use mt-ppc target Makefile fragment any more.
17457
17458 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17459
17460 * configure.in (*-*-windows): Exclude everything but those dirs
17461 needed to build windows.
17462
17463 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17464
17465 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17466
17467 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17468
17469 * configure.in: Exclude mmalloc from i386-windows.
17470
17471 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17472
17473 * Undo my previous change.
17474
17475 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17476
17477 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17478 unconditionally.
17479 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17480
17481 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17482
17483 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17484 host to add it's own flags.
17485
17486 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17487
17488 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17489
17490 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17491
17492 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17493 (CXX_FOR_TARGET): Likewise.
17494 (GCC_FOR_TARGET): Define.
17495 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17496 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17497 CC_FOR_TARGET was specified on the command line.
17498 (MAKEOVERRIDES): Don't define.
17499
17500 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17501
17502 * configure.in (m32r): Fix spelling of libg++ libs.
17503
17504 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17505
17506 * config.sub (-apple*): Remove, now redundant.
17507
17508 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17509
17510 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17511
17512 * configure: Rework yesterday's sed script patch.
17513
17514 * config.sub: Merge with FSF.
17515
17516 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17517
17518 * config.guess: Merge from FSF.
17519
17520 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
17521 * config.guess: Use pc instead of unknown, for pc clone systems.
17522 Change linux to linux-gnu.
17523
17524 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17525 * config.guess: Avoid non-portable tr syntax.
17526
17527 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17528
17529 * test-build.mk (HOLES): Add "xargs" for gdb.
17530
17531 * configure: Avoid hpux10.20 sed bug.
17532
17533 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17534
17535 * configure.in: Add support for windows host
17536 (that is a build done under the Microsoft build environment).
17537
17538 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17539
17540 * Makefile.in: Replace all uses of srcroot with s, to shrink
17541 command line lengths.
17542
17543 Patches from Geoffrey Noer <noer@cygnus.com>:
17544 * configure.in: If configuring for newlib, pass --with-newlib to
17545 subdirectories.
17546 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17547 -Bnewlib/ and -Lwinsup to gcc.
17548 (CXX_FOR_TARGET): Likewise.
17549
17550 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17551
17552 * Makefile.in (ETC_SUPPORT): Add configure.
17553
17554 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17555
17556 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17557 host configuration file.
17558
17559 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17560
17561 * configure.in: Break mn10x00 support into separate
17562 mn10200 and mn10300 configurations.
17563 * config.sub: Likewise.
17564
17565 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17566
17567 * configure.in: Add lots of stuff to noconfigdirs for
17568 the mn10x00 targets.
17569
17570 * config.sub, configure.in: Add mn10x00 support.
17571
17572 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17573
17574 * make-all.com: Call conf-a-gas, not config-a-gas.
17575
17576 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17577
17578 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17579 targets.
17580
17581 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17582
17583 * mpw-README: Add much more detail for native PowerMac.
17584 * mpw-install: New file.
17585 * mpw-configure: Add --norecursion and --help options.
17586 * mpw-config.in: Translate readme and install files when
17587 copying to objdir.
17588 * mpw-build.in: Don't always depend on byacc and flex.
17589 (install-only-top): New action.
17590
17591 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17592
17593 * configure.in: You can now configure GDB for the v850.
17594
17595 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17596
17597 * configure.in (noconfigdirs): Don't configure any C++ dirs
17598 if targeting D10V.
17599
17600 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17601
17602 * config.sub: Recognize mips64vr5000.
17603
17604 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17605
17606 * configure.in: Use a single line for host_tools and native_only.
17607
17608 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17609
17610 * config.sub, configure.in: Add entries for m32r.
17611
17612 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17613
17614 * Makefile.in (inet-install): Don't run install-gzip.
17615
17616 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17617
17618 * configure.in: Don't config lots of things for *-*-windows*.
17619
17620 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17621
17622 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17623 (host_libs, host_tools): Copy from configure.in.
17624 * mpw-configure: Don't complain about directories not found.
17625
17626 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17627
17628 * configure.in (i[345]86): Recognize i686 for pentium pro.
17629 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17630 file.
17631
17632 * config.guess (i[345]86): Ditto.
17633
17634 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17635
17636 * configure.in (noconfigdirs): Removed gdb for D10V.
17637
17638 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
17639
17640 * configure.in: Remove ld, target-libio, target-libg++, and
17641 target-libstdc++ from noconfigdirs.
17642
17643 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17644
17645 * configure: Fix three locations where shell scripts were
17646 being run directly rather than with config_shell.
17647
17648 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17649
17650 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17651 * config.sub (basic_machine): Recognize v850.
17652
17653 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17654
17655 * mpw-configure: Handle multiple enable/disable options and
17656 pass them down recursively, handle -c and -s flags appropriately
17657 depending on choice of compiler, add escape mechanism for
17658 quoted arguments to gC.
17659
17660 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17661
17662 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17663 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17664 so that -mrelocatable-lib and -mno-eabi are used.
17665
17666 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17667 not support --print-multi-lib, don't abort.
17668
17669 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17670
17671 * make-all.com: Run config-a-gas.
17672 * setup.com: Don't copy subdirectory files around.
17673
17674 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17675
17676 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17677 target, it now compiles correctly.
17678
17679 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17680
17681 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17682
17683 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17684
17685 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17686
17687 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17688
17689 * configure.in (native_only): Add prms.
17690
17691 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17692
17693 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17694 (BINUTILS_SUPPORT_DIRS): Likewise.
17695
17696 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17697
17698 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17699 d10v support is added.
17700
17701 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17702
17703 * configure.in (d10v-*-*): New target.
17704
17705 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17706
17707 * config.guess (HP 9000/811): Recognize this as a PA1.1
17708 machine.
17709
17710 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17711
17712 * Makefile.in (do-tar-gz): New target, split out from tail end of
17713 taz target. Run each command separately, don't use pipes.
17714 (taz): Use it.
17715
17716 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17717
17718 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17719 * mpw-build.in: No builds should depend on building byacc or flex,
17720 they are assumed to be installed already.
17721
17722 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17723
17724 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17725 variable that CC_FOR_TARGET needs.
17726
17727 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17728
17729 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17730 options have changed since the last time the subdirectory was
17731 configured, and if it has, reconfigure.
17732 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17733 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17734
17735 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17736
17737 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17738 CLEAN_MODULES): Add bash.
17739 (all-bash): New target.
17740
17741 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17742
17743 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17744
17745 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17746
17747 * config.sub (basic_machine): Recognize d10v as a valid processor.
17748
17749 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17750
17751 * mpw-configure: Add support for --bindir.
17752 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17753
17754 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17755
17756 * configure.in: add bash, time, gawk to list of hosttools and things
17757 to only build for native toolchains
17758
17759 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17760
17761 * Makefile.in (docdir): Remove.
17762
17763 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17764
17765 * Makefile.in (datadir): Set to $(prefix)/share.
17766
17767 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17768
17769 * configure.in: build diff and patch for cygwin32-hosted
17770 toolchains.
17771
17772 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17773
17774 * config.sub: Accept -rtems*.
17775
17776 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17777
17778 * configure.in: enable dosrel for cygwin32-hosted builds,
17779 remove diff from the list of things not buildable
17780 via Canadian Cross
17781
17782 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17783
17784 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17785 don't get ". ".
17786
17787 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17788
17789 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17790
17791 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17792
17793 * Makefile.in (taz): Handle case where tex3patch didn't even get
17794 checked out. Also, if it was found, put the symlink in a new util
17795 subdirectory.
17796
17797 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17798
17799 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17800
17801 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17802
17803 * config.sub: Recognize -openvms.
17804 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17805 * make-all.com, setup.com: New files.
17806
17807 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17808
17809 * Makefile.in (taz): tex3patch moved to texinfo/util.
17810
17811 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17812
17813 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17814 * configure.in: remove make from disable-if-Can-Cross list
17815 enable gdb if ${host} and ${target} are cygwin32
17816
17817 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17818
17819 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17820 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17821
17822 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17823
17824 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17825 distinguish sysv/svr4/bsd variants.
17826 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17827
17828 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17829
17830 * configure.in: Added copyright notice.
17831 * move-if-change: Added copyright notice.
17832
17833 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17834
17835 * configure.in (powerpcle-*-solaris*): Until we get shared
17836 libraries working, don't build gdb, sim, make, tcl, tk, or
17837 expect.
17838
17839 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17840
17841 * config.guess: Merge with FSF:
17842
17843 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17844 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17845
17846 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17847 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17848
17849 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17850 * config.guess: Combine two OSF1 rules.
17851 Also recognize field test versions. From mjr@zk3.dec.com.
17852 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17853 because GNU uname does not support -p. From pmr@pajato.com.
17854
17855 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17856
17857 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17858
17859 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17860
17861 * mpw-README: Document GCCIncludes.
17862
17863 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17864
17865 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17866
17867 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17868
17869 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17870
17871 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17872
17873 * configure.in (*-*-cygwin32): Configure make.
17874
17875 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17876
17877 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17878
17879 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17880
17881 * Makefile.in (all-inet): Depend on all-perl.
17882
17883 * Makefile.in (inet-install): New target.
17884
17885 * Makefile.in (all-inet): Depend on all-tcl.
17886 (all-inet): Depend on all-send-pr.
17887
17888 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17889
17890 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17891 temporarily.
17892
17893 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17894
17895 * configure.in: Don't configure --with-gnu-ld on AIX.
17896
17897 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17898
17899 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17900
17901 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17902
17903 * Makefile.in (ALL_MODULES): Added all-inet.
17904 (CROSS_CHECK_MODULES): Added check-inet.
17905 (INSTALL_MODULES): Added install-inet.
17906 (CLEAN_MODULES): Added clean-inet.
17907 (all-indent): New target.
17908
17909 * configure.in (host_tools): Added inet.
17910 (native_only): Added inet.
17911 (noconfigdirs): Added inet.
17912
17913 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17914
17915 * configure.in: Don't configure libgloss if we are not configuring
17916 newlib.
17917
17918 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17919
17920 * configure.in: Don't configure libgloss for unsupported
17921 architectures.
17922
17923 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17924
17925 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17926
17927 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17928
17929 * Makefile.in (ALL_MODULES): Include all-apache.
17930 (CROSS_CHECK_MODULES): Include check-apache.
17931 (INSTALL_MODULES): Include install-apache.
17932 (all-apache): New target.
17933
17934 * configure.in: Added apache everywhere perl is seen.
17935
17936 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17937
17938 * Makefile.in: Add support for clean-{module} and
17939 clean-target-{module} rules.
17940
17941 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17942
17943 * configure.in (*-*-ose) do not build libgloss.
17944
17945 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17946
17947 * config.guess (prep*:SunOS:5.*:*): Turn into
17948 powerpele-unknown-solaris2.
17949
17950 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
17951
17952 * configure.in: Permit --enable-shared to specify a list of
17953 directories.
17954
17955 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17956
17957 * configure.in (host==solaris): Pass only the first word of $CC
17958 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
17959
17960 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
17961
17962 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
17963
17964 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
17965
17966 * Makefile.in (ALL_MODULES): Include all-perl.
17967 (CROSS_CHECK_MODULES): Include check-perl.
17968 (INSTALL_MODULES): Include install-perl.
17969 (ALL_X11_MODULES): Include all-guile.
17970 (CHECK_X11_MODULES): Include check-guile.
17971 (INSTALL_X11_MODULES): Include install-guile.
17972 (all-perl): New target.
17973 (all-guile): New target.
17974
17975 * configure.in (host_tools): Include perl and guile.
17976 (native_only): Include perl and guile.
17977 (noconfigdirs): Don't build guile and perl; no ports have been
17978 done.
17979
17980 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
17981
17982 * configure (--enable-*): Handle quoted option lists such as
17983 --enable-sim-cflags='-g0 -O' better.
17984
17985 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17986
17987 * Makefile.in ({,inst}all-target): New rule so we can make and
17988 install all of the target directories easily.
17989
17990 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
17991
17992 * configure.in: Add missing global flag in sed substitution when
17993 deleting `target-' from ${configdirs}.
17994
17995 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
17996
17997 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
17998 option.
17999
18000 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18001 config/mh-necv4.
18002
18003 * install.sh: Correct misspelling of transformbasename.
18004
18005 * config.guess: Recognize mips-*-sysv*.
18006
18007 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18008
18009 * config.sub: Recognize mon960.
18010
18011 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18012
18013 * configure: Restore Canadian Cross handling of BISON and LEX,
18014 removed in Feb 20 change.
18015
18016 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18017
18018 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18019 Mention make install. Remove the old copyright date as well the
18020 clumsy and rather pointless copyright on the README file.
18021
18022 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18023
18024 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18025 Makefile after running symlink-tree, then run `make distclean' to
18026 avoid clobbering any generated files in srcdir.
18027
18028 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18029
18030 * configure.in (m68k-*-netbsd*): Build everything now.
18031
18032 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18033
18034 * Makefile.in (taz): Fix quoting.
18035
18036 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18037
18038 * configure.in (sparclet-*-*): Build everything now.
18039
18040 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18041
18042 * configure.in (m68k-*-linux*): New host.
18043
18044 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18045
18046 * configure: Check for bison before byacc.
18047
18048 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18049
18050 * Makefile.in configure: Change the way LEX and BISON/YACC are
18051 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18052 searching PATH. These are used as fallbacks by Makefile.in if
18053 flex/bison/byacc aren't in objdir.
18054
18055 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18056
18057 * Makefile.in: Make everything which depends upon all-bfd also
18058 depend upon all-opcodes, in case --with-commonbfdlib is used.
18059
18060 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18061
18062 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18063 building NT native compilers on Unix.
18064
18065 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18066
18067 * configure.in: Don't get CC from the host Makefile fragment if we
18068 can find gcc in PATH, or if this is a Canadian Cross. Move the
18069 Solaris test for /usr/ucb/cc to the post target script, just after
18070 the compiler sanity test.
18071
18072 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18073
18074 * config.sub: Merge with FSF.
18075
18076 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18077
18078 * Makefile.in (RPATH_ENVVAR): New variable.
18079 (REALLY_SET_LIB_PATH): Use it.
18080 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18081
18082 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18083
18084 * config.sub, configure.in: Recognize sparclet cpu.
18085
18086 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18087
18088 * config.guess: Support m68k-cbm-sysv4.
18089
18090 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18091
18092 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18093 m68k-unknown-linuxaout from linker help string. Put quotes around
18094 $ld_help_string.
18095
18096 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18097
18098 * config.guess (powerpc-harris-powerunix): Add guess for port
18099 to new target.
18100
18101 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18102
18103 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18104
18105 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18106
18107 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18108 $(REALLY_SET_LIB_PATH) in Makefile.
18109 * Makefile.in (SET_LIB_PATH): New variable.
18110 (REALLY_SET_LIB_PATH): New variable.
18111 ($(DO_X)): Use $(SET_LIB_PATH).
18112 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18113 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18114 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18115 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18116 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18117 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18118 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18119 (install-dosrel): Likewise.
18120 (all-opcodes): Depend upon all-libiberty.
18121
18122 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18123
18124 * config.guess (*:CYGWIN*): New
18125
18126 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18127
18128 * Makefile.in (all-target-winsup): All all-target-libiberty.
18129
18130 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18131
18132 * configure.in (noconfigdirs): Add missing # in front of comment.
18133
18134 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18135
18136 * configure.in: add second pass to things added to noconfigdirs
18137 so *-gm-magic can exclude libgloss properly.
18138
18139 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18140
18141 * mpw-configure (extralibs_name, rez_name): Set correctly
18142 for MWC68K compiler.
18143
18144 * mpw-README: Add more info on the necessary build tools.
18145
18146 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18147
18148 * configure.in, config.sub: Recognize cygwin32.
18149
18150 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18151
18152 * config.guess, config.sub: Recognize A/UX.
18153
18154 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18155
18156 * config.sub: Merge with gcc/config.sub.
18157
18158 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18159
18160 * mpw-build.in (do-binutils): Add build of stamps.
18161
18162 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18163
18164 * config.sub: Add recognition for mips64vr4100*-* targets.
18165
18166 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18167
18168 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18169 Add creation of gconfigargs with `--enable-shared' turned on.
18170 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18171 ($(host)-stamp-stage3-configured): Likewise.
18172 (HOLES): Add chatr and ldd.
18173 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18174
18175 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18176
18177 * configure: Pass --nfp to recursive configures.
18178
18179 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18180
18181 * Makefile.in (DLLTOOL): New.
18182 (DLLTOOL_FOR_TARGET): New.
18183 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18184 (EXTRA_TARGET_FLAGS): Ditto.
18185 (EXTRA_GCC_FLAGS): Ditto.
18186 (CONFIGURE_TARGET_MODULES): Ditto.
18187 (DO_X): Ditto.
18188 * configure: Add DLLTOOL.
18189
18190 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18191
18192 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18193 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18194 mh-sco, since old workarounds no longer needed, and don't
18195 build ld, since libraries have weak symbols in COFF.
18196
18197 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18198
18199 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18200
18201 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18202
18203 * configure.in: Make sure that ${CC} can be used to compile an
18204 executable.
18205
18206 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18207
18208 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18209 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18210 nothing depending on whether gdbtk is being built.
18211
18212 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18213
18214 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18215
18216 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18217
18218 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18219 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18220
18221 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18222
18223 * config-ml.in: Add support for
18224 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18225 Simplify setting of multidirs from --disable-foo.
18226
18227 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18228
18229 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18230 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18231 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18232 non-empty, pass them on to the GCC make.
18233 (all-bootstrap): New rule that is like all-gcc, except it executes
18234 the GCC bootstrap rule instead of the GCC all rule.
18235
18236 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18237
18238 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18239
18240 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18241
18242 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18243 DG/UX support.
18244
18245 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18246
18247 * config.sub (i*86*) Change [345] to [3456]
18248
18249 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18250
18251 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18252 --with-gnu-ld=no.
18253
18254 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18255
18256 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18257 AIX multilibs get built.
18258
18259 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18260
18261 * configure.in (i386-win32): Don't build expect if we're not
18262 building the tcl subdir.
18263
18264 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18265
18266 * Makefile.in: (configure-target-examples, all-target-examples):
18267 New targets, configure and build example programs.
18268
18269 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18270
18271 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18272 use it as input to sedit the generated MPW makefile.
18273 * mpw-README: Add a suggestion about Gestalt.h.
18274
18275 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18276
18277 * config.sub: Accept *-*-ieee*.
18278
18279 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18280
18281 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18282 Ronald F. Guilmette <rfg@monkeys.com>.
18283
18284 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18285
18286 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18287 for powerpc-pe native.
18288 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18289 (target==powerpc-pe): duplicate i386-win32 entry.
18290
18291 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18292
18293 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18294 of vxworks, not just vxworks5.1.
18295
18296 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18297
18298 * mpw-configure: Add support for exec-prefix.
18299
18300 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18301
18302 * config.guess: Recognize HP model 816 machines as having
18303 a PA1.1 processor.
18304
18305 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18306
18307 * configure: Ignore new autoconf configure options.
18308
18309 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18310
18311 * config.guess: Recognize Pentium under SCO.
18312 From Robert Lipe <robertl@arnet.com>.
18313
18314 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18315
18316 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18317
18318 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18319
18320 * configure.in: Don't configure gas for alpha-dec-osf*.
18321
18322 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18323
18324 * configure.in: Default to --with-stabs for some targets for which
18325 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18326 i[345]86*-*-unixware*.
18327
18328 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18329
18330 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18331 rather than basing it on the target. Simplify handling of options
18332 controlling which directories to configure. Remove extraneous
18333 slash in multi-clean target.
18334
18335 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18336
18337 * config-ml.in: Prefix more variables with ml_ so they don't collide
18338 with configure's.
18339
18340 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18341
18342 * configure: Don't turn -v into --v.
18343
18344 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18345
18346 * configure.in (targargs): Fix typo.
18347
18348 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18349
18350 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18351
18352 * configure.in: Strip --host and --target options from
18353 CONFIG_ARGUMENTS, and always configure for --host only. Add
18354 --with-cross-host option when building with a cross-compiler.
18355 * configure: Canonicalize the arguments put into config.status by
18356 always using `=' for an option with an argument. Pass a presumed
18357 --host or --target explicitly.
18358
18359 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18360
18361 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18362 into general OS recognition case.
18363
18364 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18365
18366 * configure.in (target_configdirs): add target-winsup only
18367 for win32 target systems.
18368
18369 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18370
18371 * Makefile.in (all-target-libgloss): Depend upon
18372 configure-target-newlib, since when libgloss is built it looks to
18373 see if the newlib directory exists.
18374
18375 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18376
18377 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18378 cfg-ml-*.in.
18379
18380 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18381
18382 * configure: Handle LD and LD_FOR_TARGET when configuring a
18383 Canadian Cross.
18384
18385 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18386
18387 * configure.in (target_libs): add target-winsup.
18388 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18389 (target==ppcle-pe): remove ld from $noconfigdirs.
18390
18391 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18392
18393 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18394 Preserve relative path names in $srcdir. Build symlink tree if
18395 configuring cross target dir and srcdir=. (= no VPATH support).
18396 (configure-target-libg++): Depend on configure-target-librx.
18397 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18398 * config-ml.in: New file.
18399 * symlink-tree: New file.
18400 * configure: Ensure srcdir="." if that's what it is.
18401
18402 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18403
18404 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18405 includes and FLEX_SKELETON setting.
18406 * mpw-configure (--with-gnu-ld): New option, controls whether
18407 to use PPCLink or ld with PowerMac GCC.
18408 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18409 * mpw-config.in: Configure grez if targeting Mac.
18410
18411 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18412 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18413 just macos.
18414 * configure.in: Configure grez resource compiler if targeting Mac.
18415 * Makefile.in (all-grez, install-grez): New targets.
18416
18417 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18418
18419 * configure: CXX defaults to gcc, not g++. If we find
18420 gcc in the path, set CC to gcc -O2.
18421
18422 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18423
18424 * configure: Default ${build} correctly. Avoid picking up extra
18425 spaces when reading CC and CXX from Makefile. When doing a
18426 Canadian Cross, use plausible default values for numerous
18427 variables.
18428 * configure.in: When doing a Canadian Cross, don't try to
18429 configure tools whose configure script can't handle it.
18430
18431 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18432
18433 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18434
18435 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18436
18437 * configure: Remove dubious bug reporting address.
18438
18439 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18440
18441 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18442 configure script, run that instead of this directory's configure.
18443 In either case, print a message that we're configuring the sub-dir.
18444
18445 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18446
18447 * configure.in: Before checking for the existence of various files,
18448 use sed to filter out "target-".
18449
18450 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18451
18452 * Makefile.in (DO_X): Split rule to decrease command line length
18453 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18454 (Philippe De Muyter).
18455
18456 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18457
18458 * Makefile.in (all-patch): depend on all-libiberty.
18459
18460 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18461
18462 * configure.in: If the only directory in target_configdirs which
18463 actually exists is libiberty, then set target_configdirs to empty,
18464 to avoid trying to build a target libiberty in a gas or gdb
18465 distribution.
18466
18467 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18468
18469 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18470 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18471 systems.
18472
18473 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18474
18475 * configure.in (copy_dirs): Use sys-include instead of include
18476 for --with-headers option.
18477
18478 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18479
18480 * Makefile.in, configure.in: Make winsup builds work with
18481 new scheme.
18482
18483 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18484
18485 * configure.in: Build the linker on AIX.
18486
18487 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18488
18489 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18490 where needed.
18491
18492 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18493
18494 * Makefile.in (all-gcc): Fix typo.
18495
18496 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18497
18498 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18499
18500 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18501
18502 * configure.in: Rename libFOO to target-libFOO, and xiberty
18503 to target-xiberty, to provide more flexibility.
18504 (target_subdir): Define. Create if cross.
18505 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18506 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18507 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18508 check-libFOO -> check-target-libFOO, etc.
18509 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18510 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18511 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18512 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18513 allow ALL_GCC="" to only configure.
18514 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18515 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18516 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18517
18518 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18519
18520 * Makefile.in (taz): Build "info" in etc explicitly.
18521
18522 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18523
18524 * configure.in: Make sure that CC is undefined (as opposed to
18525 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18526 problem with autoconf trying to configure on a host without GCC.
18527
18528 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18529
18530 * mpw-configure: Set host alias from choice of host compiler,
18531 only use generic MPW Makefile sed if present, edit a file
18532 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18533 * mpw-README: Add problem notes about CW6 and CW7.
18534
18535 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18536
18537 * Makefile.in (taz): Use ";" instead of ";;".
18538
18539 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18540
18541 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18542 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18543 DISTDOCDIRS.
18544 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18545 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18546
18547 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18548
18549 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18550 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18551 Move bfd to DISTSTUFFDIRS.
18552
18553 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18554
18555 * Makefile.in (X11_LIB): Removed.
18556 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18557
18558 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18559
18560 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18561
18562 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18563 names.
18564
18565 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18566
18567 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18568
18569 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18570
18571 * configure.in (i[345]86-*-win32): Always build newlib.
18572 Don't configure cvs, autoconf or texinfo.
18573 * Makefile.in (LD_FOR_TARGET): New.
18574 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18575 Pass down LD_FOR_TARGET.
18576
18577 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18578
18579 * winsup: New directory.
18580 * Makefile.in: Build winsup.
18581 * configure.in: Winsup is configured when target is win32.
18582 Can only build win32 target GDB when native.
18583
18584 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18585
18586 * config.guess: Recognize HP model 819 machines as having
18587 a PA 1.1 processor.
18588
18589 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18590
18591 * configure: Fix sed loop which substitutes for CC and CXX to
18592 avoid bug found in various sed implementations.
18593
18594 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18595
18596 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18597 simulator. Use standard powerpc-*-eabi*.
18598
18599 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18600
18601 * configure.in: Stop putting gas and binutils in noconfigdirs for
18602 powerpc-*-aix* and rs6000-*-*.
18603
18604 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18605
18606 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18607 -mcall-aixdesc libraries.
18608
18609 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18610
18611 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18612
18613 * config.sub (arm | armel | armeb): Fix shell syntax.
18614
18615 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18616
18617 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18618 -msoft-float and -mcpu=common support.
18619 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18620 libraries.
18621
18622 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18623
18624 * configure.in: Allow configuration and build of emacs19 for the alpha.
18625
18626 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18627
18628 * configure.in (CC): Get ^CC, not just any old CC, from
18629 ${host_makefile_frag}.
18630
18631 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18632
18633 * configure.in (CC): Try to get CC from
18634 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18635
18636 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18637
18638 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18639 only if it exists in $(srcdir).
18640
18641 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18642
18643 * configure: If CC and CXX are not set in the environment, set
18644 them, based on either an existing Makefile or on searching for gcc
18645 in PATH. Substitute for CC and CXX in Makefile.
18646 * configure.in: Remove libm from target_libs. Separate
18647 target_configdirs from configdirs. If CC is not set in
18648 environment, try to get it from a host Makefile fragment. Rewrite
18649 changes of configdirs to use skipdirs instead. A few minor
18650 tweaks. Take directories out of target_configdirs as they are
18651 taken out of configdirs. Remove existing Makefile files from
18652 subdirectories. Substitute for TARGET_CONFIGDIRS and
18653 CONFIG_ARGUMENTS in Makefile.
18654 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18655 by configure.in.
18656 (CONFIG_ARGUMENTS): Likewise.
18657 (CONFIGURE_TARGET_MODULES): New variable.
18658 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18659 ($(CONFIGURE_TARGET_MODULES)): New target.
18660 (configure-libg++, configure-libio): New targets.
18661 (all-libg++): Depend upon configure-libg++.
18662 (all-libio): Depend upon configure-libio.
18663 (configure-libgloss, all-libgloss): New targets.
18664 (configure-libstdc++): New target.
18665 (all-libstdc++): Depend upon configure-libstdc++.
18666 (configure-librx, all-librx): New targets.
18667 (configure-newlib): New target.
18668 (all-newlib): Depend upon configure-newlib
18669 (configure-xiberty): New target.
18670 (all-xiberty): Depend upon configure-xiberty.
18671
18672 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18673
18674 * configure.in (host i[345]86-*-win32): Expand the
18675 noconfigdirs again.
18676
18677 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18678
18679 * mpw-configure: Fix sed command file name.
18680
18681 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18682
18683 * configure.in (host i[345]86-*-win32): Reduce the
18684 noconfigdirs again.
18685
18686 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18687
18688 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18689 or powerpc*-*-pe*, since they are not yet supported.
18690
18691 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18692
18693 Add PowerMac support and many other enhancements.
18694 * mpw-configure: New option --cc to select compiler to use,
18695 paste options set according to --cc into the generated
18696 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18697 if mpw-make.sed is present.
18698 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18699 add forward includes for PowerPC include files.
18700 * mpw-build.in: Build using Makefile.PPC if present.
18701 (do-byacc, etc): Remove separate version resource builds.
18702 (do-gas): Build "stamps" before "all".
18703 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18704 * mpw-README: Update to reflect --cc option, PowerMac support,
18705 and recently-reported compatibility problems.
18706
18707 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18708
18709 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18710 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18711 (--with-multilib-top): Pass to recursive invocations.
18712
18713 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18714
18715 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18716 v810-*-*.
18717
18718 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18719
18720 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18721 gdb, ld and opcodes on v810-*-*.
18722
18723 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18724
18725 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18726 (local-maintainer-clean): New target.
18727 (maintainer-clean): New target.
18728 (realclean): Just depend upon maintainer-clean.
18729
18730 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18731
18732 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18733
18734 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18735
18736 * configure.in: Build ld in mips*-*-bsd* case.
18737
18738 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18739
18740 * config.sub: Accept -lites* OS. From Ian Dall.
18741
18742 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18743
18744 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18745 targets.
18746
18747 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18748
18749 * configure.in: treat i386-win32 canadian cross the same as
18750 i386-go32 canadian cross.
18751
18752 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18753
18754 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18755 running under the simulator to build a reduced set of libraries.
18756 (powerpc-*-eabiaix): Add fine grained multilib support added to
18757 other powerpc targets yesterday.
18758
18759 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18760
18761 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18762 -disable-softfloat, -disable-relocatable, -disable-aix, and
18763 -disable-sysv to control which multilib libraries get built.
18764
18765 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18766
18767 * configure: Add Makefile.tem to list of files to remove in trap
18768 handler.
18769
18770 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18771
18772 * config.guess (*Linux*): Add missing "exit"s.
18773 Also, need specific check for alpha-unknown-linux (uses COFF).
18774
18775 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18776
18777 * config.guess: Merge with FSF:
18778
18779 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18780 * config.guess (AIX4): More robust release numbering discovery.
18781
18782 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18783 * config.guess (i386-sequent-ptx): Properly get version number.
18784
18785 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18786 * config.guess (mips:*:4*:UMIPS): New case.
18787
18788 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18789
18790 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18791 (i386-win32 host): Likewise. Don't build readline.
18792
18793 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18794
18795 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18796 SUPPORT_FILES to submakes.
18797
18798 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18799
18800 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18801 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18802 mpw-configure.
18803
18804 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18805
18806 * configure.in (appdirs): Use =, not ==, in test expression when
18807 trying to build the text to print in the warning message for
18808 Solaris users.
18809
18810 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18811
18812 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18813
18814 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18815
18816 * config.guess: Recognize lynx-2.3.
18817
18818 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18819
18820 * config.sub (z8ksim): Deleted
18821 (z8k-*-coff): New, this is the one true name of the target.
18822
18823 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18824
18825 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18826
18827 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18828
18829 * config.guess (*:Linux:*:*): First try asking the linker what the
18830 default object file format is (elf, aout, or coff). Then if this
18831 fails, try previous methods.
18832
18833 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18834
18835 * configure.in: Don't build newlib for *-*-vxworks5.1.
18836
18837 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18838
18839 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18840 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18841
18842 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18843
18844 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18845
18846 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18847
18848 * cfg-ml-com.in: New file.
18849 * cfg-ml-pos.in: New file.
18850
18851 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18852
18853 * COPYING.NEWLIB: Add HP free copyright to list.
18854
18855 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18856
18857 * config.sub: Recognize -eabi* for the system, not just -eabi.
18858
18859 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18860
18861 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18862 * config.sub, configure.in (win32): New target and host.
18863
18864 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18865
18866 * configure.in: Add i386-pe configuration.
18867
18868 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18869
18870 * mpw-build.in (install): Install GDB after LD.
18871
18872 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18873
18874 * mpw-config.in (elf/mips.h): Always forward-include, needed
18875 for GDB to build.
18876
18877 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18878
18879 * testsuite: New directory for customer acceptance and whole tool
18880 chain tests.
18881
18882 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18883
18884 * configure: If per-host line isn't found, but AC_OUTPUT is found
18885 and a configure script exists, run it instead.
18886
18887 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18888
18889 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18890
18891 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18892
18893 * configure: Set build_{cpu,vendor,os,alias} to host values when
18894 --build isn't specified.
18895
18896 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18897
18898 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18899 (FLAGS_TO_PASS): Pass them.
18900 (EXTRA_TARGET_FLAGS): Ditto.
18901
18902 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18903
18904 * Makefile.in (all-libg++): Depend on all-libstdc++.
18905
18906 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18907
18908 * configure.in (noconfigdirs): Enable all packages for
18909 i386-unknown-netbsd.
18910
18911 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18912
18913 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18914 hosted builds (DOS builds)
18915
18916 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18917
18918 Changes for ARM based on patches from Richard Earnshaw:
18919 * config.sub: Handle armeb and armel.
18920 * configure.in: Omit arm linker only for riscix.
18921
18922 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18923
18924 * config.guess: Update from FSF.
18925
18926 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18927
18928 * config.sub: Recognize powerpcle as the little endian variant of
18929 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18930 powerpcle variant. Convert pentium into i586, not i486. Add p5
18931 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18932 temporarily.
18933
18934 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18935
18936 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18937
18938 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18939
18940 * config.sub: Accept -lites* as a basic system type.
18941
18942 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18943
18944 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18945 installed, and if so return linuxoldld as the system name.
18946
18947 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18948
18949 * config.guess: Add hppa1.1-hp-lites support.
18950
18951 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
18952
18953 * configure.in: Don't build newlib for m68k-vxworks5.1.
18954
18955 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18956
18957 * configure.in (mips-sgi-irix6): Use mh-irix5.
18958
18959 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
18960
18961 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
18962
18963 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18964
18965 * test-build.mk: Enable building of shared libraries on IRIX 5 and
18966 OSF/1. Fix compiler flags.
18967 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
18968
18969 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
18970
18971 * configure.in: Recognize --with-newlib.
18972 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
18973
18974 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18975
18976 * Makefile.in: move {all,check,install}-gdb from *_MODULES
18977 to *_X11_MODULES due to gdbtk needing X include files et al.
18978
18979 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
18980
18981 Merge in support for Mac MPW as a host.
18982 (Old change descriptions retained for informational value.)
18983
18984 * mpw-config.in: Add generic include forwards for cpu-specific
18985 include files in aout and elf directories.
18986
18987 * mpw-configure: Added copyright.
18988 * mpw-config.in: Check for presence of required build tools.
18989 (target_libs): Add newlib.
18990 (target_tools): Add examples.
18991 (Read Me): Generate as "Read Me for MPW" instead.
18992 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
18993 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
18994 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
18995
18996 * mpw-configure: Remove subdir-specific makefile hackery,
18997 delete mk.tmp after using it.
18998
18999 * mpw-build.in (all): Display start and end times.
19000
19001 * mpw-configure (host_canonical): Set.
19002 (target_cpu): Always add to makefiles.
19003 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19004 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19005 (mpw-mh-mpw): Look for in srcdir and srcroot.
19006 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19007
19008 * mpw-build.in: (install-only): New target.
19009
19010 * mpw-configure (host_alias, target_alias): Rename from hostalias
19011 and targetalias, add into generated Makefile.
19012 (mk.tmp): If present, add into generated Makefile.
19013 * mpw-build.in (all-gas): Build config.h first before gas proper.
19014
19015 * mpw-configure (config.status): Write only if changed.
19016 * mpw-config.in (readline): Configure it (not built, just used for
19017 definitions).
19018
19019 * mpw-config.in (elf/mips.h): Add a forward include.
19020
19021 * mpw-config.in: Forward-include most .h files in include into
19022 extra-include.
19023 (readline): Don't build.
19024 mpw-build.in (install): Install GDB.
19025
19026 * mpw-configure (prefix, mpw_prefix): Handle it.
19027 * mpw-config.in (mmalloc, readline): Don't configure.
19028 * mpw-build.in (thisscript): Rename to ThisScript.
19029 Use mpw-build instead of BuildProgram everywhere.
19030 (mmalloc, readline): Don't build.
19031 * mpw-README: New file, basic documentation about the MPW port.
19032
19033 * mpw-config.in: Use forward-include to create include files.
19034
19035 * mpw-configure: Add more things to the top of each configured
19036 Makefile, including contents of config/mpw-mh-mpw.
19037 * mpw-config.in (extra-include): Create this directory and fill it
19038 with Posix-like include files when configuring.
19039
19040 * config.sub (apple, mac, mpw): Add various aliases.
19041
19042 * mpw-build.in: New file, top-level build script fragment for MPW.
19043 * mpw-configure: New file, configure script for MPW.
19044 * mpw-config.in: New file, config fragment for MPW.
19045
19046 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19047
19048 * configure.in (host_libs): Remove glob, since it is gone from the
19049 sources.
19050
19051 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19052
19053 * Makefile.in: define empty GDB_NLM_DEPS var.
19054
19055 * configure.in(target_makefile_frag): use config/mt-netware
19056 for netware targets.
19057
19058 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19059
19060 * config.sub: Merge in recent FSF changes. Remove linux special
19061 cases.
19062
19063 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19064
19065 Revert this change:
19066
19067 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19068
19069 * build-all.mk: Use CC=cc -Xs on Solaris.
19070
19071 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19072
19073 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19074 stop using it.
19075 * Makefile.in: Nuke all references to glob subdirectory.
19076
19077 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19078
19079 * configure.in: Fix --enable-shared logic in per-host.
19080
19081 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19082
19083 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19084
19085 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19086
19087 * configure.in (noconfigdirs): Don't build gas on AIX, for
19088 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19089
19090 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19091
19092 * configure: Fix --cache-file to work if the file argument is a
19093 relative path.
19094
19095 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19096
19097 * configure: If the --cache-file is used, pass it down to
19098 configure in subdirectories.
19099
19100 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19101
19102 * config.sub: add vxworks29k configuration.
19103
19104 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19105
19106 * Makefile.in (taz): Do "diststuff" part quietly.
19107
19108 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19109
19110 * config.sub: Mini-merge with gcc/config.sub.
19111
19112 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19113
19114 * config.guess (IRIX): Sed - to _.
19115
19116 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19117
19118 * Makefile.in (source-vault, binary-vault): New targets.
19119
19120 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19121
19122 * config.sub: Recognize -eabi as a basic system type.
19123
19124 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19125
19126 * configure.in (enable_shared stuff): Fix typo.
19127
19128 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19129
19130 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19131
19132 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19133
19134 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19135
19136 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19137
19138 * configure.in (rs6000-*-*): Don't build gas.
19139
19140 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19141
19142 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19143 reduce command line length.
19144 (AS_FOR_TARGET): Check for as.new, not Makefile.
19145 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19146
19147 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19148
19149 * config.guess: Merge from FSF.
19150
19151 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19152
19153 * configure: Don't use $ when handling program_suffix.
19154
19155 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19156
19157 * configure.in: Configure tk for hppa/hpux.
19158
19159 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19160
19161 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19162
19163 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19164
19165 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19166 to LIBCXXFLAGS. Tests are better run without it.
19167
19168 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19169
19170 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19171
19172 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19173
19174 * configure.in (*-*-netware*): Don't configure xiberty.
19175
19176 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19177
19178 * configure.in: Remove tk from native_only list.
19179
19180 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19181
19182 * build-all.mk: Add mips-ncd-elf target to sun4 targets
19183 for special NCD build.
19184
19185 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19186
19187 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19188 makeall.bat, they're only useful for binutils snapshots.
19189 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19190 makeall.bat to specified SUPPORT_FILES.
19191
19192 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19193
19194 * build-all.mk: Add Ericsson targets to sun4 and solaris
19195 hosts. Add BNR's sun4 target to solaris host, so their
19196 build-from-source will be tested in-house first.
19197
19198 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19199
19200 * Makefile.in (LIBCFLAGS): New variable.
19201 (CFLAGS_FOR_TARGET): Ditto.
19202 (LIBCFLAGS_FOR_TARGET): Ditto.
19203 (LIBCXXFLAGS): Ditto.
19204 (CXXFLAGS_FOR_TARGET): Ditto.
19205 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19206 (BASE_FLAGS_TO_PASS): Pass them.
19207 (EXTRA_TARGET_FLAGS): Ditto.
19208
19209 * configure.in: Support --enable-shared.
19210
19211 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19212
19213 * configure.in (target_libs): Include libstdc++ again.
19214 * config.guess: Update from FSF (for FreeBSD).
19215
19216 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19217
19218 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19219 makeall.bat.
19220 (DISTDOCDIRS): Add `etc'.
19221 (ETC_SUPPORT_PFX): New variable.
19222 (taz): Include anything from etc starting with a word in
19223 ETC_SUPPORT_PFX.
19224
19225 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19226
19227 * config.sub: Update for recent FSF changes. Remove obsolete
19228 h8300hds entry. Add -windows* and -osx as basic os. Minor
19229 spacing changes.
19230
19231 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19232
19233 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19234
19235 * config.guess: Merge with FSF.
19236 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19237
19238 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19239
19240 * configure: Since the "trap 0" handler will override the exit
19241 status on many systems, only use it for "exit 1", and make it set
19242 a non-zero exit status; reset it before "exit 0". Also, check
19243 exit status of config.sub, and error out if it failed.
19244
19245 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19246
19247 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19248 and install libgloss.
19249
19250 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19251
19252 * Makefile.in (all-binutils): Depend upon all-byacc.
19253
19254 * configure.in: Don't build emacs on Irix 5.
19255
19256 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19257
19258 * configure.in (*-*-netware*): Add libio.
19259
19260 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19261
19262 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19263 (CHECK_TARGET_MODULES): Ditto.
19264 (INSTALL_TARGET_MODULES): Ditto.
19265 (TARGET_LIBS): Ditto.
19266 (all-libstdc++): Note dependencies.
19267
19268 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19269
19270 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19271
19272 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19273
19274 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19275 -fexternal-templates.
19276
19277 * configure.in (target_libs): Add libstdc++.
19278 (noconfigdirs): Add libstdc++ as appropriate.
19279
19280 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19281
19282 * config.guess: Update from FSF.
19283
19284 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19285
19286 * configure: Use ${config_shell} when running ${configsub}.
19287
19288 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19289
19290 * config.sub: No longer recognize h8300h.
19291
19292 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19293
19294 * config.sub: Remove extraneous differences between config.sub and
19295 gcc/config.sub.
19296
19297 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19298
19299 * Makefile.in (DISTSTUFFDIRS): Add gas.
19300
19301 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19302
19303 * COPYING.NEWLIB: New file.
19304
19305 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19306
19307 * config.guess (HP-UX): Patch from Harlan Stenn
19308 <harlan@landmark.com> to also emit release level.
19309
19310 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19311
19312 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19313
19314 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19315
19316 * config.sub: Merge nextstep cleanup from FSF.
19317
19318 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19319
19320 * configure.in (arm-*-*): Don't configure ld for this target.
19321
19322 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19323
19324 * configure.in (*-*-netware): don't configure libg++, libio,
19325 librx, or newlib.
19326
19327 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19328
19329 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19330 configure ld--it works, but it doesn't support shared libraries.
19331
19332 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19333
19334 * config.guess (*-unknown-freebsd*): Get rid of possible
19335 trailing "(Release)" in version string.
19336 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19337
19338 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19339
19340 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19341 Fix type: *-next-neststep -> *-next-nextstep.
19342
19343 * config.guess: Merge from FSF:
19344
19345 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19346
19347 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19348
19349 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19350
19351 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19352 instead of UNIX_SV for UnixWare 1.0).
19353
19354 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19355
19356 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19357 to make gdb/nlm/* build after the compiler and linker.
19358
19359 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19360
19361 * config.guess (netbsd, freebsd, linux): Accept any machine,
19362 not just i[34]86.
19363 (m68k-atari-sysv4): Relocate to match FSF version.
19364
19365 * config.guess: More merges from the FSF:
19366
19367 Add a space before function call or macro invocation.
19368
19369 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19370
19371 * config.guess: Add trap cmd to remove dummy.c and dummy when
19372 interrupted.
19373
19374 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19375
19376 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19377 (dummy): Redirect stderr from compilation of dummy.c.
19378
19379 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19380
19381 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19382
19383 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19384
19385 * configure: Accept and ignore --cache*, for compatibility with
19386 new autoconf.
19387
19388 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19389
19390 * config.guess: Merge from FSF:
19391
19392 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19393
19394 * config.guess (Pyramid*:OSx*:*:*): New case.
19395 (PATH): Add /.attbin at end for finding uname.
19396 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
19397
19398 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19399
19400 * config.guess (M88*:DolphinOS:*:*): New case.
19401
19402 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19403
19404 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19405 to select whether to use ELF or COFF.
19406
19407 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19408
19409 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19410
19411 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19412
19413 * config.guess: Guess the OS version for HPUX.
19414
19415 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19416
19417 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19418
19419 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19420
19421 * configure.in: Recognize --with-headers, --with-libs, and
19422 --without-newlib.
19423 * Makefile.in (all-xiberty): Depend upon all-ld.
19424
19425 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19426
19427 * configure.in: Change i[34]86 to i[345]86.
19428
19429 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19430
19431 * configure (version): A few more tweaks to help message.
19432
19433 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19434
19435 * Makefile.in: Remove (for now) librx as a host library,
19436 now that we're building it for target.
19437
19438 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19439
19440 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19441 (Karl Berry).
19442
19443 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19444
19445 * configure.in: Also configure librx.
19446
19447 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19448
19449 * Makefile.in: Update various rules to reflect that librx
19450 is now needed for libg++.
19451
19452 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19453
19454 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19455
19456 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19457
19458 * configure.in: Configure the examples directory.
19459
19460 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19461
19462 * configure: Simplify Jun 2 1994 change.
19463
19464 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19465
19466 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19467 /bin/gcc isn't good enough to build gcc.
19468
19469 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19470
19471 * Makefile.in (GDB_SUPPORT_FILES): Remove
19472 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19473 (gdb.tar.gz): Add new rule to use standard distribution building
19474 mechanism.
19475
19476 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19477
19478 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19479 Bill Cox <bill@cygnus.com>.
19480
19481 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19482
19483 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19484
19485 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19486
19487 * configure: Search current dir first in .gdbinit.
19488
19489 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19490
19491 * config.sub: Recognize freebsd (merged from gcc config.sub).
19492
19493 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19494
19495 * config.sub: Refer to NeXT's operating system as nextstep.
19496
19497 * config.sub (case $basic_machine): Re-order the cases, to match
19498 the order in the FSF version (which is mostly alphabethical).
19499 Merge in some additions and changes from the FSF.
19500
19501 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19502
19503 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19504 * config.sub: Recognize cxux7.
19505 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19506
19507 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19508
19509 * config.sub: Fix typo powerpc -> powerpc-*.
19510
19511 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19512
19513 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19514
19515 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19516 parallel with all-emacs and install-emacs). Top-level command
19517 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19518
19519 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19520
19521 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19522 $(relbindir)/make before doing ``make install'', and use
19523 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19524 installing over running make binary.
19525 ($(host)-stamp-stage3-installed): Likewise.
19526
19527 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19528
19529 * config.guess: Recognize Mach.
19530
19531 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19532
19533 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19534 see whether --exec-prefix was used.
19535
19536 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19537
19538 * README: Explicitly mention libg++/README. (Zoo's idea.)
19539
19540 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19541
19542 * Makefile.in: Add all-librx target similar to all-libproc.
19543
19544 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19545
19546 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19547 with post 1.2 uname bogosity.
19548
19549 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19550
19551 * configure: Remove temporary files on receipt of a signal.
19552
19553 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19554
19555 * configure: If there is a package_makefile_frag, remove
19556 ${subdir}/Makefile.tem after copying it in.
19557
19558 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19559
19560 * build_all.mk: support rs6000 lynx identifies itself as
19561 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19562 since /bin/gcc is too feeble to compile a modern gcc.
19563
19564 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19565
19566 * brought devo/test-build.mk update-to-date with progressive/
19567 test-build.mk. Add lynx targets and hppa flag info.
19568
19569 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19570
19571 * configure.in: Use mh-ncrsvr43. Patch from
19572 Tom McConnell <tmcconne@sedona.intel.com>.
19573
19574 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19575
19576 * config.guess (i386-unknown-bsdi): No longer need to
19577 check #if defined(__bsdi__) && defined(__i386__).
19578
19579 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19580
19581 * configure: Set program_transform_nameoption correctly.
19582
19583 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19584
19585 * brought build-all.mk update-to-date with progressive build-all.mk,
19586 added new targets and hppa info.
19587
19588 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19589
19590 * configure: If config.guess result is a prefix of the user
19591 specified target, assume a native build and use the user specified
19592 target as the host alias. Remove SunOS patch suffix removal hack.
19593 * configure.in: Remove SunOS patch suffix removal hack.
19594
19595 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19596 in NATIVE_CHECK_MODULES.
19597
19598 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19599
19600 * Makefile.in: Rename HOST_ONLY to NATIVE.
19601 * configure: Delete SunOs patch suffix from host_canonical
19602 and build_canonical variables that are prepended to Makefiles.
19603 * configure.in: Add comments for easier maintenance.
19604
19605 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19606
19607 * Makefile.in: Add all-libproc target similar to all-gui.
19608
19609 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19610
19611 * Makefile.in (CHECK_MODULES): split into
19612 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19613
19614 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19615
19616 * config.guess (i386-unknown-bsdi): New system to guess.
19617
19618 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19619
19620 * Makefile.in: Add all-gui target (but not yet build by "all").
19621
19622 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19623
19624 * config.sub: Move deletion of patch suffix from here...
19625 * configure.in: To here, at Ian's suggestion. The top-
19626 level scripts might need to know of a patch level.
19627
19628 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19629
19630 * config.sub: Strip off patch suffix so rtl is recognized
19631 as a sunos4.1.3 machine, even though it's been patched.
19632
19633 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19634
19635 * Makefile.in (INSTALL_LAST): Delete.
19636 (INSTALL_DOSREL): New.
19637
19638 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19639
19640 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19641 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19642 whether we pass down --with-gnu-ld anyhow.
19643
19644 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19645
19646 * Makefile.in (INSTALL_LAST): Change operation so it works
19647 on more flavors of make.
19648 * configure.in (go32): Don't build libg++ or libio.
19649
19650 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19651
19652 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19653 they can be overriden by templates.
19654
19655 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19656
19657 * configure.in (target==go32): Don't build gdb.
19658 * dosrel: New directory.
19659
19660 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19661
19662 * configure.in (host==go32): Configure dosrel too.
19663 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19664 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19665 be set by incoming names or templates.
19666 (INSTALL_LAST): New rule.
19667
19668 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19669
19670 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19671
19672 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19673
19674 * configure.in (appdirs): New variable. Currently empty, but will
19675 be used in gas distribution. If nonempty, lists a set of
19676 directories at least one of which must get configured, or top
19677 level configuration is considered to have failed.
19678 (rs6000-*-lynxos*): Use new file name.
19679
19680 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19681
19682 Eliminate XTRAFLAGS.
19683 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19684 newlib include files using -idirafter, and also use -nostdinc.
19685 (CXX_FOR_TARGET): Likewise.
19686 (XTRAFLAGS): Removed.
19687 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19688 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19689 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19690 ($(DO_X)): Don't pass down XTRAFLAGS.
19691
19692 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19693
19694 * configure.in (mips*-dec-bsd*): New target; do build linker.
19695 (mips*-*-bsd*): New target; don't build linker.
19696
19697 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19698
19699 * configure.in: support rs6000-*-lynxos* configuration.
19700 support sunos4 as a cross target.
19701
19702 * config.sub: look for lynx*, not lynx since the OS version may
19703 legitimately be part of the name.
19704
19705 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19706
19707 * configure.in (i[34]86-*-sco*): Move to be with other i386
19708 targets.
19709 (romp-*-*): New target. Skip various binary utilities.
19710 (vax-*-*): New target. Don't build newlib.
19711 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19712
19713 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19714
19715 * configure.in: Only set host_makefile_frag if config
19716 directory exists.
19717
19718 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19719
19720 * install.sh: If $dstdir exists, don't check whether each
19721 component does.
19722
19723 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19724
19725 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19726
19727 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19728
19729 * configure.in (*-*-lynxos*): Don't configure newlib for either
19730 native or cross Lynx.
19731
19732 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19733
19734 * config.sub (sparc64-elf): Fix os.
19735 (z8k): Remove duplicate.
19736
19737 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19738
19739 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19740 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19741
19742 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19743
19744 * configure: Make file links cleanly even if Lynx fails on
19745 an NFS symlink (at least fail cleanly).
19746
19747 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19748
19749 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19750 -XNh2000.
19751
19752 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19753
19754 * configure: Unknown options are fatal again.
19755
19756 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19757
19758 * configure: Ignore --x-includes and --x-libraries, for Autoconf
19759 compatibility.
19760
19761 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19762
19763 * build-all.mk: Add `clean' target.
19764
19765 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19766
19767 * config.guess: Add SINIX support.
19768 * configure.in: Add mips-*-sysv4* support.
19769
19770 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19771
19772 * build-all.mk: Document all useful targets.
19773 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19774 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19775
19776 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19777
19778 * configure: Support --silent, --quiet.
19779
19780 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19781
19782 * configure: Support --disable-FEATURE.
19783
19784 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19785
19786 * config.guess: Recognize NCR running SVR4.3.
19787
19788 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19789
19790 * config.guess: Make BSDI generate i386-unknown-bsd386.
19791 Patch from Paul Eggert <eggert@twinsun.com>.
19792
19793 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19794
19795 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19796
19797 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19798
19799 * configure: Make unrecognized options give nonfatal warnings
19800 instead of fatal errors, and pass them to any subdirectory
19801 configures in case they recognize them.
19802 Make --x equivalent to --with-x.
19803
19804 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19805
19806 * configure: Add --enable-* options. Clean up usage message and
19807 some comments.
19808
19809 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19810
19811 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19812
19813 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19814
19815 * configure.in (hppa*-*-*): Enable binutils.
19816
19817 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19818
19819 * config.sub: Recognize cisco.
19820
19821 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19822
19823 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19824
19825 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19826
19827 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19828 than one configuration name. Add comment.
19829
19830 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19831
19832 * config.guess: about target *-hitachi-hiuxwe2, fixed
19833 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19834 macro is incorrect.]
19835
19836 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19837
19838 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19839 than the "make ls" stuff which used to be here.
19840
19841 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19842
19843 * config.guess: Recognize i[34]86-unknown-freebsd.
19844 From Shawn M Carey <smcarey@rodan.syr.edu>.
19845
19846 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19847
19848 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19849
19850 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19851
19852 * config.guess: Check for ptx.
19853
19854 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19855
19856 * config.sub: Add os9k checking.
19857
19858 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19859
19860 * config.guess: Handle OSF1 running on HPPA processors
19861
19862 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19863
19864 * configure: If subdir configure fails, print out a message with
19865 subdirectory name, in case subdir's configure code didn't identify
19866 itself.
19867
19868 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19869
19870 * configure.in: Remove embedded newlines from configdirs.
19871 Avoid mismatches of substrings. Fix matching strings at end
19872 of configdirs.
19873
19874 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19875
19876 * config.guess: Add Lynx/rs6000 config support.
19877
19878 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19879
19880 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19881
19882 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19883
19884 * configure.in (hppa*-*-osf*): Treat this just like most other
19885 PA configurations (eg no binutils or ld).
19886 (hppa*-*-*elf*): These configurations have binutils and ld.
19887
19888 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19889
19890 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19891
19892 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19893
19894 * configure.in (rs6000-*-*): Build gas.
19895
19896 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19897
19898 * Makefile.in: Avoid bug in losing hpux sed.
19899
19900 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19901
19902 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19903 for GDB and GDB has been fixed to not need it.
19904
19905 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19906
19907 * config.guess: Recognize vax hosts.
19908
19909 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19910
19911 * configure (while loop): Don't use "break 2" inside case
19912 statement -- the case statement isn't an enclosing loop.
19913
19914 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19915
19916 * config.guess: Clean up NeXT support, to allow nextstep
19917 on Intel machines. Make OS be nextstep.
19918
19919 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19920
19921 * config.guess: Add alternate forms for Convex.
19922
19923 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19924
19925 * configure: Completely rewrite option processing. Take
19926 advantage of pattern-matching to avoid invoking test frequently.
19927 Also clean up host and target defaulting logic.
19928
19929 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19930
19931 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19932 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19933 commands (plus user environment) will fit SCO limits.
19934
19935 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19936
19937 * configure.in: Don't issue warnings about directories which are
19938 not being configured if -norecursion is set. Correct test for
19939 --with-gnu-as and --with-gnu-ld to not get confused by substring
19940 matches.
19941
19942 * configure.in: Don't build gas for alpha-dec-osf1*.
19943
19944 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19945
19946 * configure: Back out Per's change of 12/19/1993. It changes the
19947 behavior of configure in unexpected and confusing ways.
19948
19949 Also, use different delim char when calculating
19950 program_transform_name so that the name can contain slashes.
19951
19952 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
19953
19954 * configure.in, config.sub: Add support for VSTa micro-kernel.
19955
19956 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
19957
19958 * configure.in: Nuke hacks which were used to get a special
19959 version of GAS for HPPA configurations.
19960
19961 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
19962
19963 * configure: If only ${target_alias} is given, use that
19964 as the default for ${host_alias}.
19965 * configure: Add missing back-slashes before nested quotes.
19966
19967 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19968
19969 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
19970
19971 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
19972
19973 * config.guess: Recognize some Tektronix configurations.
19974 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
19975
19976 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
19977
19978 * config.sub: Match any flavor of SH.
19979
19980 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
19981
19982 * configure.in: Don't try to configure newlib for Alpha.
19983
19984 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19985
19986 * configure.in: Don't build ld for Irix 5. Don't build gas,
19987 libg++ or libio for any Alpha target.
19988
19989 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
19990
19991 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
19992
19993 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
19994 default arguments -- so it tried to compress itself.
19995
19996 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
19997
19998 * configure.in (notsupp): ensure that a space is always at the end
19999 of the configdirs list, since the grep checks for an explicit space
20000
20001 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20002
20003 * configure.in (target i386-sysv4.2): don't build ld, since static
20004 versions of many libraries are not available.
20005
20006 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20007
20008 * config.guess: Recognize Apollos (using environment variables).
20009 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20010
20011 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20012
20013 * config.guess: Recognize Sony news mips running newsos.
20014
20015 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20016
20017 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20018 "fi ; else" for bash.
20019
20020 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20021
20022 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20023
20024 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20025
20026 * config.sub: accept unixware as an alias for svr4.2.
20027 Fix some inconsistancies with the gcc version.
20028
20029 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20030
20031 * Makefile.in (DISTDOCDIRS): Add gdb.
20032
20033 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20034
20035 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20036
20037 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20038
20039 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20040 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20041 this now.
20042
20043 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20044
20045 * config.sub: Accept hiux* as an OS name.
20046
20047 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20048 etc/make-stds.texi. The underscore came from gcc, and dje now
20049 agrees that RUNTESTFLAGS is the correct name.
20050
20051 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20052
20053 * install.sh: Remove 'set -e'. It makes any conditionals
20054 in the script useless.
20055
20056 * config.guess: Automatically recognize arm-acorn-riscix
20057 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20058
20059 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20060
20061 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20062
20063 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20064
20065 * Makefile.in (DISTDOCDIRS): New variable.
20066 (taz): Edit local Makefile.in sooner, instead of proto-toplev
20067 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
20068
20069 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20070
20071 * configure.in (hppa target): check the source directory for the
20072 pagas sub-directory
20073
20074 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20075
20076 * config.sub: Allow -aout* and -elf*.
20077
20078 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20079
20080 * configure.in: Don't build ld on i386-solaris2, same as for
20081 sparc-solaris2.
20082
20083 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20084
20085 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20086
20087 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20088
20089 * configure.in: Configure gdb for alpha.
20090
20091 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20092
20093 * Makefile.in (CXXFLAGS): Add -O.
20094
20095 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20096
20097 * config.guess: added support for DG Aviion
20098
20099 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20100
20101 * configure.in: Produce warning message for subdirectories not
20102 configurable for this host/target combination. Don't try to
20103 configure gdb for vms.
20104
20105 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20106
20107 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20108 appropriate files before making "diststuff".
20109 (DISTBISONFILES): New var: list of files to be edited.
20110 (DISTSTUFFDIRS): Add binutils.
20111
20112 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20113
20114 * config.sub: also handle mipsel and mips64el (for little endian mips)
20115
20116 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20117
20118 * configure.in: Add * to end of all OS names.
20119
20120 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20121
20122 * configure.in: Build newlib for LynxOS native.
20123
20124 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20125
20126 * config.guess: Add support for delta 88k running SVR3.
20127
20128 * configure.in: Add comment about HP compiler vs. emacs.
20129
20130 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20131
20132 * configure.in: don't build ld on solaris2 (not a viable option
20133 due to bugs in getpwnam & getpwuid)
20134
20135 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20136
20137 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20138 config.guess will produce a full version number.
20139
20140 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20141
20142 * configure.in: Build linker and binutils for alpha-dec-osf1.
20143
20144 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20145
20146 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20147 and gdb/testsuite/Makefile.in.
20148
20149 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20150
20151 * configure.in: recognize mips*- instead of mips-
20152
20153 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20154
20155 * config.sub: Accept linux*coff and linux*elf as operating
20156 systems.
20157
20158 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20159
20160 * config.sub: Recognize mips64, and mips3 as an alias for it.
20161
20162 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20163
20164 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20165 gdb knows how to handle OSF/1 shared libraries.
20166
20167 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20168
20169 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20170 * config.guess: Recognize Hitachi's HIUX.
20171 * config.sub: Recognize h3050r* and hppahitachi.
20172 Remove redundant cases for hp9k[23]*.
20173
20174 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20175
20176 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20177 if gas and ld are in the source tree and are in ${configdirs}.
20178 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20179 --with options (but still pass them down on the command line,
20180 if they were explicitly specified).
20181
20182 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20183
20184 * configure: substitute SHELL value in Makefile.in with
20185 ${CONFIG_SHELL}
20186
20187 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20188
20189 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20190 *-*-solaris2* targets.
20191
20192 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20193
20194 * Makefile.in: define M4, and pass it down to sub-makes;
20195 all-autoconf now depends on all-m4
20196
20197 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20198
20199 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20200 presence of {ar,ranlib} instead of a configured directory
20201
20202 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20203
20204 * config.guess: Accept 34?? as well as 33?? for NCR.
20205
20206 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20207
20208 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20209 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20210
20211 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20212
20213 * configure: grab values for $(CC) and $(CXX) from the
20214 environment, so that someone can do "CC=gcc configure; make" and
20215 have it work right (matching the way that autoconf works now)
20216
20217 * configure.in, Makefile.in: add support for gash, the tcl
20218 interface to Galaxy
20219
20220 * config.guess: add NetBSD variants (hp300, x86)
20221
20222 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20223
20224 * install.sh: Support -d option (in the manner of SunOS 4 install,
20225 as it is more deterministic than that of GNU install)
20226 (chmodcmd): Set file to mode 755 by default (should also do default
20227 chgrp and chown, but I don't feel like dealing with that now)
20228
20229 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20230
20231 * config.sub: Remove h8300hhms alias.
20232
20233 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20234
20235 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20236
20237 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20238
20239 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20240 as stmp-fixinc
20241
20242 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20243
20244 * config.sub: recognize m88110-bug-coff.
20245
20246 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20247
20248 * Makefile.in (all-libio): all dependencies on the toolchain used
20249 to build this (gcc, gas, ld, etc)
20250
20251 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20252
20253 * config.guess: Deal with OSF/1 1.3 on alpha.
20254
20255 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20256
20257 * install.sh: add some 'else true' clauses for portability
20258
20259 * configure.in: don't build libio for h8[35]00-*-* targets
20260
20261 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20262
20263 * Makefile.in: Add support for new libio.
20264
20265 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20266
20267 * install.sh: If one command fails, don't try the rest. Don't try
20268 to remove $dsttmp (via trap) unless we have already created it.
20269 If $src doesn't exist, detect it and exit with an error.
20270
20271 * config.guess: Recognize BSD on hp300.
20272
20273 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20274
20275 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20276 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20277
20278 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20279
20280 * Makefile.in (all-send-pr): depends on all-prms
20281
20282 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20283
20284 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20285
20286 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20287
20288 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20289 Added test for mips-mips-riscos5.
20290
20291 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20292
20293 * configure.in: use mh-hp300 for 68k HP hosts
20294
20295 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20296
20297 * configure: add support for CONFIG_SHELL, so that you can use
20298 some alternate shell for evaluating configure scripts
20299
20300 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20301
20302 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20303 in configure script to bug-gdb@prep.ai.mit.edu when building
20304 distribution archive.
20305 * Makefile.in (COMPRESS): Remove def.
20306 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20307 gdb.tar.Z and make-gdb.tar.Z respectively.
20308 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20309 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20310 to convergence with 'taz' target in Makefile.in.
20311
20312 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20313
20314 * install.sh (dsttmp): use trap to ensure that tmp files go
20315 away on error conditions
20316
20317 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20318
20319 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20320
20321 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20322
20323 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20324 its parent is '/' not ''.
20325
20326 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20327
20328 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20329
20330 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20331 that ${newsrcdir}/configure.in does.
20332
20333 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20334
20335 * test-build.mk: support for CONFIG_SHELL
20336
20337 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20338
20339 * config.sub (netware): Add as a basic system type.
20340
20341 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20342
20343 * Makefile.in (Makefile): depend on configure.in. Also drop the
20344 $(srcdir)/ from the dependency on Makefile.in.
20345
20346 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20347
20348 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20349 (h8300hhms is temporary until multi-libraries are implemented).
20350 * configure.in: Handle h8300h too.
20351
20352 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20353
20354 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20355
20356 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20357
20358 * configure: Remove extraneous output when guessing host type.
20359 * config.guess: Remove extraneous output when guessing using C
20360 compiler rather than uname, or when guessing fails.
20361
20362 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20363
20364 * Makefile.in: remove all.cross and install.cross targets
20365
20366 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20367 definitions
20368
20369 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20370
20371 * configure.in (target sh): Build gprof.
20372
20373 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20374
20375 * config.sub: change -solaris to -solaris2
20376
20377 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20378
20379 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20380
20381 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20382
20383 * configure: Correct error message for missing Makefile.in to
20384 print correct directory.
20385
20386 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20387
20388 * install.sh: kludge around 386BSD shell bug
20389
20390 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20391
20392 * config.guess: Recognize NeXT.
20393 * config.guess: Recognize i486-ncr-sysv4.
20394 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20395
20396 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20397
20398 * Makefile.in (MAKEINFOFLAGS): New variable.
20399 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20400 * build-all.mk, test-build.mk: Pass down --no-split as
20401 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20402
20403 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20404
20405 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20406
20407 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20408
20409 * Makefile.in (libg++.tar.z): New rule.
20410 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20411 * Makefile.in (taz): Only do a single chmod.
20412
20413 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20414
20415 * install.sh: don't use dirname anymore (replaced with sed usage)
20416
20417 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20418
20419 * Makefile.in: Change extension for gzip'd files from '.z' to
20420 '.gz' per new FSF standard usage.
20421
20422 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20423
20424 * configure: put quotes around the final value of program_transform_name
20425
20426 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20427
20428 * Makefile.in: new install.sh support; update install-info rules
20429
20430 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20431
20432 * configure.in: Build diff for crosses, but not for go32 host.
20433
20434 * configure.in: Build gprof only for native, and don't build it
20435 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20436
20437 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20438
20439 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20440
20441 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20442
20443 * configure.in (host_tools): Add prms.
20444
20445 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20446
20447 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20448 with $(FLAGS_TO_PASS) on the command line
20449
20450 * config.sub: Recognize lynx and lynxos
20451
20452 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20453
20454 * config.sub: Accept -ecoff*, not just -ecoff.
20455
20456 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20457
20458 * Makefile.in (taz): Use .gz suffix instead of .z.
20459 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20460 names.
20461
20462 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20463
20464 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20465
20466 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20467
20468 * Makefile.in (install-no-fixedincludes): install gcc last, so
20469 that rebuilds that might happen during 'make install' don't get
20470 bogus gcc include files
20471
20472 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20473
20474 Change from Utah for HPPA support:
20475 * config.guess: Recognize hppa1.x-hp-bsd.
20476
20477 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20478
20479 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20480 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20481
20482 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20483
20484 * config.sub: Add support for rom68k and bug boot monitors.
20485
20486 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20487
20488 * Makefile.in: Make all-opcodes depend on all-bfd.
20489
20490 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20491
20492 * config.guess: Added special check for i[34]86-univel-sysv4*.
20493
20494 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20495
20496 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20497 the processor rather than assuming i486.
20498
20499 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20500
20501 * config.guess: Recognize SunOS6 as Solaris3.
20502
20503 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20504
20505 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20506 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20507
20508 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20509
20510 * build-all.mk (all-cross): New target for Canadian Cross.
20511 Added Q2 go32 targets.
20512 * test-build.mk: Configure go32 cross sparclite-aout and
20513 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20514 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20515
20516 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20517
20518 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20519 GO32 hosted toolchains
20520
20521 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20522
20523 * configure: change so "-exec-prefix" gets passed down rather
20524 than "-exec_prefix" so autoconf generated Makefiles get the
20525 exec_prefix set right.
20526
20527 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20528
20529 * config.guess: get the Solaris2 minor version number
20530
20531 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20532
20533 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20534
20535 * config.guess: Recognize some Sequent platforms.
20536
20537 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20538
20539 * Makefile.in: added the vault-install target
20540
20541 * configure.in: actually use the Sun3 makefile fragment that's in
20542 config, also added the release dir to configdirs
20543
20544 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20545
20546 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20547
20548 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20549
20550 * configure.in: remove some program from Alpha targetted toolchains
20551
20552 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20553
20554 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20555 gprof.
20556 (taz): Run "make diststuff" in those directories instead of "make
20557 proto-dir". Look for "VERSION=" only at start of line in subdir
20558 Makefile. Use "gzip -9" for compression.
20559 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20560 (binutils.tar.z): New target.
20561
20562 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20563
20564 * Makefile.in (taz): Include gpl.texinfo.
20565
20566 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20567
20568 * Makefile.in (setup-dirs): Merged into "taz" target.
20569 (taz): Only do `proto-dir' stuff if a directory is actually needed
20570 for this target.
20571
20572 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20573
20574 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20575 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20576 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20577 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20578 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20579
20580 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20581
20582 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20583 config.sub, and move-if-change to gdb testsuite distribution
20584 archive, so the testsuite can be extracted, configured, and
20585 run separately from the gdb distribution. Blow away the Chill
20586 tests that require a Chill compiled executable, since GNU Chill
20587 is not yet publically available.
20588
20589 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20590
20591 * test-build.mk: set environment variables in a single command,
20592 instead of a list of assignments and exports
20593
20594 * config.guess: recognize Alpha/OSF1 systems
20595
20596 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20597
20598 * configure: Change help message to prefer --options rather than
20599 -options.
20600
20601 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20602
20603 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20604 zippy@ecst.csuchico.edu.
20605 * config.guess: Recognize miniframe.
20606
20607 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20608
20609 * Makefile.in: Use srcroot to find runtest rather than rootme.
20610 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20611
20612 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20613
20614 * test-build.mk: Extensive additions to support building on a
20615 machine other than the host.
20616
20617 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20618
20619 * configure (tooldir): Fix for i386-aix again.
20620
20621 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20622
20623 * configure, Makefile.in: Change definition of $(tooldir)
20624 to match the FSF.
20625
20626 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20627
20628 * config.guess: Recognize i[34]86/SVR4.
20629
20630 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20631
20632 * Makefile.in (all-gdb): gdb depends on sim.
20633
20634 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20635
20636 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20637 at the same time we make the prototype gdb directory.
20638 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20639 files at the same time as the gdb base release distribution.
20640
20641 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20642
20643 * Makefile.in (check): Use individual check targets rather than
20644 DO_X rule.
20645 (check-gcc): Added.
20646
20647 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20648
20649 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20650 for System V release 3.2.
20651
20652 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20653
20654 * config.sub: Recognize hppaosf.
20655 * configure.in: Do configure ld/binutils/gas for it.
20656
20657 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20658
20659 * configure (tooldir): Alter syntax used to set this, for systems
20660 where "\$" isn't handled right, like i386-aix.
20661
20662 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20663
20664 * configure: Pass program-transform-name, not
20665 program_transform_name, to recursive configures.
20666
20667 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20668
20669 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20670 of gas+ld+binutils.
20671
20672 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20673
20674 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20675
20676 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20677
20678 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20679
20680 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20681
20682 * Makefile.in (PRMS): Set back to all-prms.
20683
20684 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20685
20686 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20687 targets, rather than for MIPS hosts.
20688
20689 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20690
20691 * configure.in: add comment for --with-x default values
20692
20693 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20694
20695 * Makefile.in: add check-* targets for each of the directories in
20696 the tree. Add a definition of RUNTEST that will use the one we
20697 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20698
20699 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20700
20701 * configure.in: Removed obsolete references to bfd_target and
20702 target_makefile_frag.
20703
20704 * build-all.mk: Set assorted targets for Q2.
20705 * config.sub: Recognize z8k-sim and h8300-hms.
20706 * test-build.mk: Really don't pass host to configure.
20707 (HOLES): Added uname.
20708
20709 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20710
20711 * configure: Handle an empty program-prefix, program-suffix or
20712 program-transform-name correctly.
20713
20714 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20715
20716 * build-all.mk: -G 8 no longer required for MIPS targets.
20717 * test-build.mk: Don't pass host argument to configure; make it
20718 guess.
20719
20720 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20721
20722 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20723 * Makefile.in (COMPRESS): New macro, like GZIP.
20724
20725 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20726
20727 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20728
20729 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20730 with gas currently defaults to -G 0.
20731
20732 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20733
20734 * Makefile.in (all-flex): flex depends on byacc.
20735
20736 * build-all.mk: If host not specified, use config.guess. Pass TAG
20737 to test-build.mk as RELEASE_TAG.
20738 * test-build.mk (configargs): New variable containing arguments to
20739 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20740 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20741
20742 * config.guess: Use /bin/uname when checking -X argument on SCO,
20743 to avoid invoking GNU uname which doesn't understand -X.
20744
20745 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20746
20747 * configure.in: Build gas for mips-*-*.
20748
20749 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20750
20751 * Makefile.in (all.normal): insert missing backslash.
20752
20753 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20754
20755 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20756
20757 * Makefile.in: Complete overhaul to merge many almost identical
20758 targets.
20759
20760 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20761
20762 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20763 (gdb.tar.Z): Adjusted.
20764
20765 * Makefile.in (setup-dirs, taz): New targets; should be general
20766 enough to adapt for gdb sometime. Build only .z file.
20767 (gas.tar.z): New target.
20768
20769 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20770
20771 * build-all.mk: Use CC=cc -Xs on Solaris.
20772
20773 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20774
20775 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20776 for handling BISON for FSF releases.
20777
20778 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20779
20780 * configure: Actually implement the change zoo just documented.
20781
20782 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20783
20784 * configure: when using config.guess, only set target_alias when
20785 it's not already been set (ie, on the command line)
20786
20787 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20788
20789 * Makefile.in: add installcheck target, set PRMS to install-prms
20790
20791 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20792
20793 * configure: add support for package_makefile_fragment, handle the
20794 case where a directory has a configure.in file but no Makefile.in
20795 more gracefully (with an actual understandable error message, even);
20796 add support for --without (and add this to the usage message); also
20797 explicitly add a --host=${host_alias} to the command line when
20798 config.guess is used
20799
20800 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20801
20802 * configure: Must use both --host and --target in recursive calls.
20803
20804 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20805
20806 * Makefile.in: Change deja-gnu to dejagnu.
20807
20808 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20809
20810 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20811
20812 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20813
20814 * configure.in: canonicalize all instances to *-*-solaris2*,
20815 also strip out a number of tools to not build for go32 host
20816
20817 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20818
20819 * config.guess: add GPL.
20820
20821 * Makefile.in, config.guess, config.sub, configure: bump
20822 copyrights to 93.
20823
20824 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20825
20826 * Makefile.in (do-info): Removed obsolete check for existence of
20827 localenv file.
20828
20829 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20830
20831 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20832
20833 * Makefile.in: a couple of 'else true' for decstation,
20834 support for TclX
20835
20836 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20837
20838 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20839
20840 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20841
20842 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20843
20844 * config.guess: Recognize i386-ibm-aix (PS/2).
20845 * configure.in: Use config/mh-aix386 file for it.
20846
20847 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20848
20849 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20850 CC_FOR_TARGET instead.
20851 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20852
20853 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20854
20855 * Makefile.in: Add sim to list of directories sent with gdb
20856
20857 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20858
20859 * configure.in: Put back mips-dec-bsd* case.
20860
20861 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20862
20863 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20864 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20865 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20866
20867 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20868
20869 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20870
20871 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20872 (install-info): install dir.info only if it exists,
20873 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20874
20875 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20876
20877 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20878 gas for mips-dec-bsd.
20879
20880 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20881
20882 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20883 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20884
20885 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20886
20887 * configure.in: Added "dejagnu" to hosttools list.
20888
20889 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20890
20891 * config.sub, configure.in, config.guess: Add support
20892 for Bosx, an AIX variant from Bull.
20893 Patches from F.Pierresteguy@frcl.bull.fr.
20894
20895 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20896
20897 * devo/dejagnu: Initial creation of devo/dejagnu.
20898 Migrated dejagnu testcases and support files for testing software
20899 tools to reside as subdirectories, currently called "testsuite",
20900 within the directory of the software tool. Migrated all programs,
20901 support libraries, etc. beloging to dejagnu proper from
20902 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20903 with no modifications. The changes to these files which will
20904 allow them to configure, build, and execute properly will be made
20905 in a future update.
20906
20907 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20908
20909 * Makefile.in: Change send_pr to send-pr.
20910 * configure.in: Likewise.
20911 * send_pr: Renamed directory to send-pr.
20912
20913 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20914
20915 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20916
20917 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20918
20919 * README: Update for gdb-4.8 release.
20920 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20921 gdb-xxx.tar.z (gzip'd) file also.
20922
20923 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20924
20925 * Makefile.in: make all-diff depend on all-libiberty
20926
20927 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20928
20929 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20930
20931 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20932
20933 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20934
20935 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20936
20937 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20938 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20939 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20940
20941 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20942
20943 * Makefile.in: makeinfo binary is in a new location
20944
20945 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20946
20947 * config.sub: Accept -ecoff as an OS.
20948
20949 * Makefile.in: Various changes to eliminate a level of make
20950 recursion and reduce the required command line length.
20951 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
20952 sub-makes.
20953 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
20954 variables holding settings for specific sub-makes.
20955 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
20956 in terms of BASE_FLAGS_TO_PASS.
20957 (TARGET_LIBS): New variable listing directories which use
20958 TARGET_FLAGS_TO_PASS.
20959 (subdir_do): Eliminated.
20960 (do-*): New set of targets to replace subdir_do.
20961 (various): All targets which used subdir_do now depend on do-*.
20962 (local-clean): Renamed from do_clean.
20963 (local-distclean): New target, dependency of distclean and
20964 realclean.
20965 (install-info): Don't create directories. Depend on dir.info
20966 rather than calling make recursively.
20967 (install-dir.info): Eliminated.
20968 (install-info-dirs): Create all info directories here.
20969 (dir.info): Depend upon do-install-info.
20970
20971 * test-build.mk (HOLES): Added false.
20972
20973 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
20974
20975 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
20976
20977 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20978
20979 * Makefile.in (info): remove dependency on all-texinfo. The
20980 problem was really in texinfo/C, not at this level.
20981
20982 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
20983
20984 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
20985
20986 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
20987
20988 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
20989 GDB releases.
20990
20991 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20992
20993 * configure: Include srcdir in message about target of link not
20994 being found. Don't convert `-' to `_' in `with' options being
20995 passed to subdirs.
20996
20997 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20998
20999 * configure.in: add uudecode to host_tools
21000
21001 * Makefile.in: added {all,install}-uudecode targets, added them to
21002 the appropriate lists
21003
21004 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21005
21006 * Makefile.in (all-gcc): Added dependency on all-gas.
21007
21008 * configure.in (mips-*-*): Build ld and binutils.
21009
21010 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21011
21012 * configure: check return code from mkdir, print error message and
21013 exit on failure.
21014
21015 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21016
21017 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21018
21019 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21020
21021 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21022
21023 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21024
21025 * config.sub (h8500): Recognize this as a cpu type.
21026
21027 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21028
21029 * configure: source directory missing is no longer a warning
21030
21031 * configure.in: recognize irix[34]* instead of irix[34]
21032
21033 * Makefile.in: define and pass down X11_LIB
21034
21035 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21036
21037 * guess-systype: Renamed to ...
21038 * config.guess: ... by popular request.
21039 * configure.in, Makefile.in: Update accordingly.
21040
21041 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21042
21043 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21044 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21045 + Execute ./dummy instead of assuming . is in PATH.
21046
21047 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21048
21049 * guess-systype: New shell script. Attempts to guess the
21050 canonical host name of the executing host.
21051 Only a few hosts are supported so far.
21052 * configure: Call guess-systype if no host is specified.
21053
21054 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21055
21056 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21057 gcc Makefile.
21058
21059 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21060
21061 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21062 (all-gcc, install-gcc, subdir_do): Use it.
21063
21064 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21065
21066 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21067
21068 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21069
21070 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21071 set exclusively by configure, using configure.in .
21072
21073 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21074
21075 * test-build.mk: set $PATH for all builds
21076
21077 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21078
21079 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21080
21081 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21082 the one used in gcc/Makefile.in, so that a null expansion doesn't
21083 override the one needed to build gcc with a native cc.
21084
21085 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21086
21087 * configure: Accept -with arguments.
21088
21089 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21090
21091 * Makefile.in: added h8300sim
21092
21093 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21094
21095 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21096 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21097 (all-cygnus, native, build-cygnus): Make
21098 $(canonhost)-stamp-3stage-done, not $(host)....
21099 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21100 i386-sco3.2v4. Added else true to if command.
21101
21102 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21103
21104 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21105
21106 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21107
21108 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21109
21110 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21111
21112 * configure.in: don't remove binutils from Solaris builds
21113
21114 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21115
21116 * Makefile.in: get rid of earlier definitions for *clean,
21117 also handle the recursive info rule better
21118
21119 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21120
21121 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21122 do more-or-less the right thing.
21123
21124 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21125
21126 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21127 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21128
21129 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21130
21131 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21132 $(host_canonical).
21133
21134 * configure.in: split the configdirs list into 4 categories (native
21135 v. cross, library v. tool) and handle the cross-only and native-
21136 only in more reasonable (and correct!) way.
21137
21138 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21139
21140 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21141 configdirs anymore.
21142
21143 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21144
21145 * Makefile.in: extensive cleanup:: removed all of the explicit
21146 clean-* targets, collapsed many wrappers around subdir_do into
21147 one, added additional targets to satisfy standards.texi, deleted
21148 some old targets, some changes for consistency
21149
21150 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21151
21152 * configure.in: handle some programs as cross-only, and others as
21153 native only
21154
21155 * test-build.mk: handle partial holes in a more generic manner
21156
21157 * Makefile.in: m4 depends on libiberty
21158
21159 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21160
21161 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21162 time, wdiff, and find to configdirs
21163
21164 * Makefile.in: all, clean, and install rules for the new programs
21165 added to configure.in
21166
21167 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21168
21169 * configure.in: use mh-sun for all *-sun-* hosts
21170
21171 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21172
21173 * Makefile.in: define flags for X11 include files and library file
21174 locations, pass them down to the programs that need this info
21175
21176 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21177
21178 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21179
21180 * configure.in: start building libg++ for HP-UX targets
21181
21182 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21183
21184 * README: Update references to files moved into etc/.
21185
21186 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21187
21188 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21189 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21190
21191 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21192
21193 * configure: accept dash as well as underscore in long option
21194 names for FSF compatibility.
21195
21196 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21197
21198 * config.sub: added -sco3.2v4 support from FSF.
21199
21200 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21201
21202 * configure.in: expand the section that adds or removes
21203 directories from the list of programs to build, to handle native
21204 vs. cross in addition to host v. native
21205
21206 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21207
21208 * Makefile.in: Replace C++ in macro names with CXX.
21209 This is less likely to break ...
21210
21211 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21212
21213 * test-build.mk: add -w to GNU_MAKE
21214
21215 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21216
21217 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21218 add 'sparc' to list of recognized cpus. This needed to make
21219 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21220 Delete some redundant ose68 variants. Recognize -wrs as an os,
21221 then changes that into $CPU-wrs-vxworks.
21222
21223 * configure.in: remove most references to gdbtest, regularize
21224 target based program removal
21225
21226 * test-build.mk: import from p3 tree (many fixes and changes)
21227
21228 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21229
21230 * Makefile.in: added rules to handle tcl, tk, and expect
21231
21232 * configure.in: handle those directories if they exist
21233
21234 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21235
21236 * config.sub: removed bogus hppabsd and hppahpux names, since
21237 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21238
21239 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21240
21241 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21242 depends upon all-xiberty
21243
21244 * Makefile.in: changes from p3, including:
21245
21246 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21247
21248 * Makefile.in (XTRAFLAGS): include newlib directories if
21249 newlib/Makefile exists, rather than if host != target.
21250
21251 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21252
21253 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21254 from the same source tree and not building a cross-compiler. This
21255 matters for the libg++ configuration if reconfiguring a tree that
21256 has already been installed.
21257
21258 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21259
21260 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21261 pick up the machine and system specific header files.
21262
21263 * Makefile.in: added AS_FOR_TARGET, passed down in
21264 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21265 the C compiler to use to create programs which are run in the
21266 build environment, set it to default to $(CC), and passed it down
21267 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21268
21269 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21270
21271 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21272 We need them for unusual native builds, like systems without
21273 ranlib.
21274
21275 * configure: also define $(host_canonical) and
21276 $(target_canonical), which are the full, canonical names for the
21277 given host and target
21278
21279 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21280
21281 * Makefile.in: Added separate definitions for C++.
21282
21283 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21284
21285 * configure.in (configdirs): Add deja-gnu.
21286
21287 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21288
21289 * README: Update for configure.texi and gdb-4.7 release.
21290
21291 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21292
21293 * Makefile.in: Move "all" target to top of file.
21294 Previously, first target was ".PHONY" which caused BSD4.4 make
21295 to build .PHONY when make was run without arguments.
21296
21297 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21298
21299 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21300 Library-copylefted code in libiberty.
21301
21302 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21303
21304 * config.sub: Replace m68kmote with plain old m68k.
21305
21306 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21307
21308 * Makefile.in: Remove space from blank line, avoid Make complaints.
21309
21310 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21311
21312 * config.sub: Complain if no argument is given. Added support for
21313 386bsd as OS and target alias.
21314
21315 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21316
21317 * Makefile.in (XTRAFLAGS): include newlib directories if
21318 newlib/Makefile exists, rather than if host != target.
21319
21320 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21321
21322 * config.sub: recognize sparclite-wrs-vxworks.
21323
21324 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21325 p3.) Added clean-xiberty to clean.
21326
21327 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21328
21329 * configure.in: use *-*-* instead of nested cases for host and target
21330
21331 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21332
21333 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21334 from the same source tree and not building a cross-compiler. This
21335 matters for the libg++ configuration if reconfiguring a tree that
21336 has already been installed.
21337
21338 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21339
21340 * config.sub (i486v/i486v4): Merge in from FSF version.
21341
21342 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21343
21344 * configure: only set PWD if it is already set.
21345
21346 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21347
21348 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21349 doesn't have unset and all success paths (and most error paths)
21350 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21351 to just ${PWD} to avoid confusion.)
21352
21353 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21354
21355 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21356 even for a native compilation.
21357
21358 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21359
21360 Changes to make the gdb.tar.Z rule work better.
21361
21362 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21363 (DEVO_SUPPORT): Add configure.texi.
21364 (bfd-ilrt.tar.Z): Remove ancient rule.
21365
21366 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21367
21368 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21369 pick up the machine and system specific header files.
21370
21371 * configure.in, config.sub: added new target m68010-adobe-scout,
21372 with alias of adobe68k. Changed configure.in to check for
21373 -scout before -sco* to avoid a false match.
21374
21375 * Makefile.in: added AS_FOR_TARGET, passed down in
21376 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21377 the C compiler to use to create programs which are run in the
21378 build environment, set it to default to $(CC), and passed it down
21379 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21380
21381 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21382
21383 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21384 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21385 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21386 FOR_TARGET variants, to newlib and libg++.
21387
21388 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21389
21390 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21391 first.
21392
21393 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21394
21395 * config.sub: Accept `elf' as an environment.
21396
21397 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21398
21399 * Makefile.in (all-opcodes): cd into the right directory
21400
21401 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21402
21403 * configure: added -program_transform_name option, used as
21404 argument to sed when installing programs.
21405 configure.texi: added documentation for -program_prefix,
21406 -program_suffix and -program_transform_name.
21407
21408 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21409
21410 * config.sub: Accept i486 where i386 ok.
21411
21412 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21413
21414 * config.sub: accept we32k
21415
21416 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21417
21418 * config.sub, configure.in: accept OSE68000 and OSE68k.
21419
21420 * Makefile.in: don't create all directories for ``make install'';
21421 let the subdirectories create the ones they need.
21422
21423 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21424
21425 * COPYING: new file, GPL v2
21426
21427 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21428
21429 * Makefile.in: use the new gen-info-dir, which needs a template
21430 argument (which also lives in texinfo)
21431
21432 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21433
21434 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21435
21436 * config.sub (ncr3000): Change i386 to i486.
21437
21438 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21439
21440 * Makefile.in: add install-rcs, install-grep to
21441 install-no-fixedincludes, removed install-bison and install-libgcc
21442
21443 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21444
21445 * configure.in: grab the HPUX makefile fragment if on HPUX
21446
21447 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21448
21449 * Makefile.in: eradicate bison spoor (ditto libgcc).
21450 configure.in: recognise m68{k,000}-ericsson-OSE.
21451 es1800 is alias for m68k-ericsson-OSE
21452
21453 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21454
21455 * configure.in: rearrange the parts that remove programs from
21456 configdirs, based now on HOST==TARGET or by canonical triple.
21457
21458 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21459
21460 * test-build.mk: recurse explicitly with -f test-build.mk when
21461 appropriate. predicate stage3 and comparison on the existence
21462 of gcc. That is, if gcc isn't around, we aren't three-staging.
21463 On very clean, also remove ...stamp-co. Build in-place before
21464 doing other builds.
21465
21466 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21467
21468 * Makefile.in, configure.in: add tgas
21469
21470 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21471
21472 * Makefile.in: a number of changes merged in from progressive.
21473
21474 * configure.in: add libm.
21475
21476 * .cvsignore: ignore some stuff that comes from test-build.mk.
21477
21478 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21479
21480 * config.sub: Add es1800 (m68k-ericsson-es1800).
21481
21482 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21483
21484 * configure: Add program_suffix (parallel to program_prefix)
21485 * Makefile.in: adjust directory-creating script for losing decstation
21486
21487 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21488
21489 * configure: Minor $subdir-related fixes.
21490
21491 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21492
21493 * configure: fix various problems with propogating
21494 makefile_target_frag in subdirs.
21495 * configure.in: config libgcc if its there
21496
21497 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21498
21499 * config.sub: HPPA merge.
21500
21501 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21502
21503 * Makefile.in: Replace all-bison with all-byacc in all
21504 dependency lines for other tools (which now use byacc).
21505
21506 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21507
21508 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21509
21510 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21511
21512 * Makefile.in: make gprof rules similar to byacc rules (instead of
21513 vestigal $(unsubdir) that didn't work...)
21514
21515 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21516
21517 * config.sub: Add support for Linux.
21518 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21519 (at least for libg++).
21520
21521 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21522
21523 * configure.texi: fix doc for the -nfp option to configure
21524
21525 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21526
21527 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21528
21529 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21530
21531 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21532 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21533 * configure.in: added solaris* host_makefile_frag hook.
21534
21535 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21536
21537 * config.sub: changed recognition of m68000 so that various
21538 m68k types can be specified via m680[01234]0
21539
21540 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21541
21542 * config.sub (basic_machine): fix sed so that '-foo' isn't
21543 completely substituted out while .+'-foo' loses the '-foo'
21544
21545 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21546
21547 * config.sub ($os): Add -aout.
21548
21549 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21550
21551 * configure: If host_makefile_frag is absolute, don't
21552 prefix ${invsubdir} (relevant to libg++ auto-configure).
21553
21554 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21555
21556 * Makefile.in (tooldir): Define it.
21557 (all-ld): Depend on all-flex.
21558
21559 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21560
21561 * Makefile.in (check): Fix libg++ special case.
21562
21563 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21564
21565 * configure: do not bury `pwd` into config.status, thus do fewer
21566 pwd's.
21567
21568 * configure: print the "Building in" message only when building in
21569 other than "." AND verbose.
21570
21571 * configure: remove -s, rework -v to better accommodate guested
21572 configures.
21573
21574 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21575
21576 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21577
21578 * Makefile.in: macroize flags passed on recursion. remove
21579 fileutils.
21580
21581 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21582
21583 * configure: get makesrcdir right for subdirs deeper than 1.
21584
21585 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21586 install.
21587
21588 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21589
21590 * Makefile.in: don't print subdir_do or recursion lines.
21591
21592 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21593
21594 * standards.texi: added menu item.
21595
21596 * Makefile.in: build and install standards.info.
21597
21598 * standards.texi: new file.
21599
21600 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21601
21602 * configure: test for and move config.status pieces from
21603 ${subdir}/.
21604
21605 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21606
21607 * configure: Test for existance of files before trying to mv
21608 them, to avoid numerous non-existance messages.
21609
21610 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21611
21612 * configure: correct final line of config.status.
21613
21614 * configure: patch from eggert. Avoids a protection problem if
21615 the original Makefile.in is read only.
21616
21617 * configure: use move-if-change from gcc to create config.status.
21618 Some makefiles depend on config.status to tell if a directory
21619 has been reconfigured for a different host. This change
21620 prevents those directories from remaking everything in the case
21621 where the reconfig was only intended to rebuild a Makefile.
21622
21623 * configure: test for config.sub with "config.sub sun4" rather
21624 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21625 host alias from a missing config.sub.
21626
21627 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21628
21629 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21630 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21631
21632 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21633
21634 * configure: mkdir ${subdir} as needed.
21635
21636 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21637
21638 * Makefile.in,configure.in: added autoconf.
21639
21640 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21641
21642 * Makefile.in: no longer pass against on recursion.
21643
21644 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21645 definitions are not inherited.
21646
21647 * configure: correct makesrcdir when subdir is .
21648
21649 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21650
21651 * configure: Add support for 'subdirs' variable, which is
21652 like 'configdirs', except that configure doesn't re-invoke
21653 itself for subdirs, it just creates a Makefile for each subdir.
21654 * configure.texi: Document subdirs.
21655
21656 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21657
21658 * configure.in: added flex to configdirs
21659
21660 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21661
21662 * Makefile.in: remove clean-stamps from clean.
21663
21664 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21665
21666 * configure.in: Add gdbtest to configdirs.
21667
21668 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21669
21670 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21671 to recursive makes.
21672 * configure.in: Recognize new ncr3000 config.
21673
21674 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21675
21676 * Makefile.in, configure.in: removed references to gdbm.
21677
21678 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21679
21680 * config.sub: Don't canonicalize os value
21681 newsos* to bsd (readline needs to check for newsos).
21682 (This fix was earlier made Jan 31, but got re-broken.)
21683
21684 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21685
21686 * configure.in: sco is an os, not a vendor!
21687
21688 * configure: Quote $( better. Keep various shells happy.
21689
21690 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21691
21692 * Makefile.in: eliminate stamp-files.
21693
21694 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21695
21696 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21697 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21698
21699 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21700
21701 * config.sub: fix iris/iris3.
21702
21703 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21704
21705 * configure: re-add -rm.
21706
21707 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21708
21709 * Maskefile.in: add .stmp-rcs to all.
21710
21711 * configure.in: remove gas from rs6000 build, use aix host fragment.
21712
21713 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21714
21715 * configure: pass down site_option during recursion.
21716
21717 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21718
21719 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21720
21721 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21722
21723 * configure: Change exec_prefix so that it really defaults to prefix.
21724
21725 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21726
21727 * Makefile.in, configure.in: Add support for mmalloc library.
21728
21729 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21730
21731 * Makefile.in: add stmp dependencies for a few more things.
21732
21733 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21734
21735 * configure: adjusted error message on objdir/srcdir configure
21736 collision, per john's suggestion.
21737
21738 * Makefile.in: add libiberty stmp to all and all.cross.
21739
21740 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21741
21742 * Makefile.in: remove force dependencies, add grep to all.
21743
21744 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21745
21746 * Makefile.in: drop flex. make stamp files work.
21747
21748 * configure: added test for conflicting configuration in srcdir,
21749 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21750 gets cranky. use relative paths for configure and srcdir
21751 whenever possible. Send some error messages to stderr that were
21752 going to stdout.
21753
21754 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21755
21756 * Makefile.in: Fix libg++ rule to check for gcc directory
21757 before using gcc/gcc. Also pass XTRAFLAGS.
21758
21759 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21760
21761 * Makefile.in: added stmp-files so that directories aren't polled
21762 when they are already built.
21763
21764 * configure.texi: fixed a node pointer problem.
21765
21766 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21767
21768 * config.sub configure.in gdb/configure.in
21769 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21770 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21771 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21772
21773 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21774
21775 * configure: -recurring becomes -silent. corrected help message
21776 for -site= option.
21777
21778 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21779
21780 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21781
21782 * configure: when building Makefile for crosses, replace
21783 tooldir and program_prefix. default srcdir from location of
21784 config.sub. remove "for host in hosts" and "for target in
21785 targets" loops.
21786
21787 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21788
21789 * Makefile.in: Do not pass bindir or mandir to cvs.
21790
21791 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21792
21793 * Makefile.in, configure.in: removed traces of namesubdir,
21794 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21795 copyrights to '92, changed some from Cygnus to FSF.
21796
21797 * configure.texi: remove most references to multiple hosts,
21798 multiple targets, subdirs, etc.
21799
21800 * configure.man: removed rcsid. reference config.sub not
21801 config.subr.
21802
21803 * Makefile.in: mkdir $(infodir) on install-info.
21804
21805 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21806
21807 * configure.texi: Explain better about .gdbinit and about
21808 the environment that configure.in sections run in.
21809
21810 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21811
21812 * configure.in: Ultrix is only a decstation if it's a MIPS.
21813
21814 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21815
21816 * README: DOC.configure => cfg-paper.texi.
21817
21818 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21819
21820 * config.sub (near case $os): Don't convert newsos* to bsd!
21821
21822 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21823
21824 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21825 the number of copies of COPYING that go into the GDB tar file.
21826
21827 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21828
21829 * bfd/configure.in, gdb/config/mh-i386sco,
21830 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21831 Fix SCO configuration stuff.
21832
21833 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21834
21835 * Makefile.in: For libg++, make sure the -I pointing
21836 to the gcc directory goes *after* all the libg++-local -I flags.
21837 Also, move just-gcc dependency from just-libg++ to all-libg++.
21838
21839 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21840
21841 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21842
21843 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21844
21845 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21846
21847 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21848
21849 * config.sub: Add stratus configuration frags. Also
21850 submitted to FSF.
21851
21852 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21853
21854 * Makefile.in (DEV_SUPPORT): add configure.man.
21855
21856 * config.sub(Decode manufacturer-specific): add -none*.
21857
21858 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21859
21860 * Makefile.in: remove form feeds to make Sun's make happy.
21861 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21862
21863 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21864
21865 * Makefile.in (AR_FLAGS): Make quieter.
21866
21867 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21868
21869 * configure.in: Add libg++.
21870 * configure: When verbose, don't output the command line at each
21871 level; it will be unremarkably the same as the previous version,
21872 which will be the same as what the user typed.
21873
21874 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21875
21876 * configure.in, Makefile.in: fix clean-info, add flex. add
21877 fileutils.
21878
21879 * configure: be less sensitive to spaces in Makefile.in. Do not
21880 look for sources in "..". Doing so breaks subdirectories that
21881 might have their own configure. If a subdir has it's own
21882 configure script, use it.
21883
21884 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21885
21886 * cfg-paper.texi: some changes suggested by rms.
21887
21888 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21889
21890 * config.sub: Merge in some small additions from the FSF version,
21891 taken from the gcc distribution, to bring the Cygnus and FSF
21892 versions into closer sync.
21893
21894 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21895
21896 * configure.in: Changed svr4 references to sysv4.
21897
21898 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21899
21900 * configure: added -V for version number option.
21901
21902 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21903
21904 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21905 renamed from DOC.configure to cfg-paper.texi.
21906
21907 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21908
21909 * configure, config.subr, config.sub: config.subr is now
21910 config.sub again.
21911
21912 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21913
21914 * configure.texi: new file, in progress.
21915
21916 * Makefile.in: build info file and install the man page for
21917 configure.
21918
21919 * configure.man: new file, first cut.
21920
21921 * configure: find config.subr again now that configuration "none"
21922 has gone. removed all traces of the -ansi option. removed all
21923 traces of the -languages option.
21924
21925 * config.subr: resync from rms.
21926
21927 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21928
21929 * configure, config.sub, config.subr: merge config.sub into
21930 config.subr, call the result config.subr, remove config.sub, use
21931 config.subr.
21932
21933 * Makefile.in: revised install for dir.info.
21934
21935 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21936
21937 * configure.in: add decstation host makefile frag.
21938
21939 * Makefile.in: BISON now bison -y again. also install-gcc on
21940 install. clean-gdbm on clean. infodir belongs in datadir.
21941 Make directories for info install. Build dir.info here then
21942 install it.
21943
21944 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21945
21946 * Makefile.in: fix for bad directory tests.
21947
21948 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21949
21950 * configure: \{1,2\} appears to be a sysv'ism. Use a different
21951 regexp. -srcdir relative was being handled incorrectly.
21952
21953 * Makefile.in: unwrapped some for loops so that parallel makes
21954 work again and so one can focus one's attention on a particular
21955 package.
21956
21957 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21958
21959 * configure: added PWD as a stand in for `pwd` (for speed). use
21960 elif wherever possible. make -srcdir work without -objdir.
21961 -objdir= commented out.
21962
21963 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21964
21965 * configure: +options become --options. -subdirs commented out.
21966 added -host, -datadir. Renamed -destdir to -prefix. Comment in
21967 Makefile now at top of generated Makefile. Removed cvs log
21968 entries. added -srcdir. create .gdbinit only if there is one
21969 in ${srcdir}.
21970
21971 * Makefile.in: idestdir and ddestdir go away. Added copyrights
21972 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
21973 and mandir now keyed off datadir by default.
21974
21975 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21976
21977 * Freshly created ChangeLog.
21978
21979 \f
21980 Local Variables:
21981 mode: change-log
21982 left-margin: 8
21983 fill-column: 76
21984 version-control: never
21985 End:
This page took 0.940373 seconds and 5 git commands to generate.