]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
ada: Fix another case of missing Has_Private_View flag
[thirdparty/gcc.git] / ChangeLog
1 2023-06-02 YunQiang Su <yunqiang.su@cipunited.com>
2
3 * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
4 port maintainer.
5 (Write After Approval): Remove myself.
6
7 2023-05-30 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
8
9 * MAINTAINERS (Write After Approval): Add myself.
10
11 2023-05-29 Martin Jambor <mjambor@suse.cz>
12
13 * MAINTAINERS: Replace spaces with tabs.
14
15 2023-05-27 Benjamin Priour <vultkayn@gcc.gnu.org>
16
17 * MAINTAINERS: New entry.
18
19 2023-05-18 Eugene Rozenfeld <erozen@microsoft.com>
20
21 * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
22 * Makefile.in: Regenerate
23
24 2023-05-17 Eugene Rozenfeld <erozen@microsoft.com>
25
26 * Makefile.in: Disable warnings as errors for STAGEautofeedback
27
28 2023-05-11 Robin Dapp <rdapp@ventanamicro.com>
29
30 * MAINTAINERS: Sort.
31
32 2023-05-11 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
33
34 * MAINTAINERS: Add myself.
35
36 2023-05-10 Pan Li <pan2.li@intel.com>
37
38 * MAINTAINERS: Add myself.
39
40 2023-04-28 Eugene Rozenfeld <erozen@microsoft.com>
41
42 * Makefile.in: Define PROFILE_MERGER
43 * Makefile.tpl: Define PROFILE_MERGER
44
45 2023-04-27 Robin Dapp <rdapp@ventanamicro.com>
46
47 * MAINTAINERS: Change my email address.
48
49 2023-04-26 Patrick O'Neill <patrick@rivosinc.com>
50
51 * MAINTAINERS: Add myself.
52
53 2023-04-26 Martin Liska <mliska@suse.cz>
54
55 * MAINTAINERS: fix sorting
56
57 2023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
58
59 * MAINTAINERS (Write After Approval): Add myself.
60
61 2023-04-24 Martin Liska <mliska@suse.cz>
62
63 * MAINTAINERS: Fix sorting.
64
65 2023-04-21 Peter Foley <pefoley2@pefoley.com>
66
67 * configure: Regenerate.
68 * configure.ac: Only create serdep.tmp if needed
69
70 2023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
71
72 * MAINTAINERS (Write After Approval): Add myself.
73
74 2023-04-21 Vineet Gupta <vineetg@rivosinc.com>
75
76 * MAINTAINERS (Write After Approval): Add myself.
77 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
78
79 2023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
80
81 * MAINTAINERS: Add myself.
82
83 2023-03-22 Tobias Burnus <tobias@codesourcery.com>
84
85 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
86
87 2023-03-10 Arsen Arsenović <arsen@aarsen.me>
88
89 * MAINTAINERS (Write After Approval): Add myself.
90
91 2023-02-16 Martin Liska <mliska@suse.cz>
92
93 * MAINTAINERS: I'm stepping down from my positions.
94
95 2023-01-10 Philip Herron <herron.philip@googlemail.com>
96
97 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
98
99 2023-01-06 Clément Chigot <chigot@adacore.com>
100
101 * configure.ac: Skip GMP and MPFR when --disable-gdb is
102 provided.
103 * configure: Regenerate.
104
105 2023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
106
107 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
108
109 2022-12-31 Iain Sandoe <iain@sandoe.co.uk>
110
111 * Makefile.def: Do not build shared libffi.
112 * Makefile.in: Regenerate.
113
114 2022-12-21 Andrew Pinski <apinski@marvell.com>
115
116 * Makefile.def: Add configure-gdb dependencies
117 on all-gmp and all-mpfr.
118 * configure.ac: Split out MPC checking from MPFR.
119 Require GMP and MPFR if the gdb directory exist.
120 * Makefile.in: Regenerate.
121 * configure: Regenerate.
122
123 2022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
124
125 * configure.ac (target_libraries): Add target-libgm2.
126 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
127 Add GCC_TARGET_TOOL entry for gm2.
128 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
129 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
130 * Makefile.def (target_modules): Add libgm2.
131 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
132 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
133 (languages): Add entry for language=m2 with gcc-check-target=check-m2
134 and lib-check-target=check-target-libgm2.
135 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
136 (HOST_EXPORTS): Add definition for GM2.
137 (BASE_TARGET_EXPORTS): Add definition for GM2.
138 (GM2_FOR_BUILD): Defined.
139 (GM2FLAGS): Defined.
140 (GM2_FOR_TARGET): Defined.
141 (GM2FLAGS_FOR_TARGET): Defined.
142 (EXTRA_HOST_FLAGS): Defined.
143 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
144 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
145 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
146 * configure: Rebuilt.
147 * Makefile.in: Rebuilt.
148
149 2022-12-13 Philip Herron <philip.herron@embecosm.com>
150
151 * Makefile.def: Add Rust language.
152 * Makefile.in: Regenerate via autogen.
153
154 2022-12-09 Martin Liska <mliska@suse.cz>
155
156 * MAINTAINERS: Fix spacing.
157
158 2022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
159
160 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
161
162 2022-12-07 Iain Sandoe <iain@sandoe.co.uk>
163
164 * Makefile.def: Pass host_libs_picflag to host dependent library
165 configures.
166 * Makefile.in: Regenerate.
167 * configure: Regenerate.
168 * configure.ac (host_libs_picflag): New configure variable set to
169 '--with-pic' when building 'host_shared'.
170
171 2022-11-25 Weimin Pan <weimin.pan@oracle.com>
172
173 * Makefile.def: Add libsframe as new module with its dependencies.
174 * Makefile.in: Regenerated.
175 * configure.ac: Add libsframe to host_libs.
176 * configure: Regenerated.
177
178 2022-11-23 Marek Polacek <polacek@redhat.com>
179
180 Revert:
181 2022-11-23 Marek Polacek <polacek@redhat.com>
182
183 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
184 isl.
185 * Makefile.in: Regenerate.
186 * Makefile.tpl: Set PICFLAG.
187 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
188 check.
189 * configure: Regenerate.
190
191 2022-11-23 Marek Polacek <polacek@redhat.com>
192
193 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
194 isl.
195 * Makefile.in: Regenerate.
196 * Makefile.tpl: Set PICFLAG.
197 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
198 check.
199 * configure: Regenerate.
200
201 2022-11-14 Martin Liska <mliska@suse.cz>
202
203 Revert:
204 2022-11-09 Martin Liska <mliska@suse.cz>
205
206 * doc/Makefile: New file.
207 * doc/_static/custom.css: New file.
208 * doc/baseconf.py: New file.
209 * doc/bsd.rst: New file.
210 * doc/contrib.rst: New file.
211 * doc/contribute.rst: New file.
212 * doc/cppdiropts.rst: New file.
213 * doc/cppenv.rst: New file.
214 * doc/cppopts.rst: New file.
215 * doc/cppwarnopts.rst: New file.
216 * doc/favicon.ico: New file.
217 * doc/funding.rst: New file.
218 * doc/gcc_sphinx.py: New file.
219 * doc/gnu.rst: New file.
220 * doc/gnu_free_documentation_license.rst: New file.
221 * doc/gpl-3.0.rst: New file.
222 * doc/indices-and-tables.rst: New file.
223 * doc/lgpl-2.1.rst: New file.
224 * doc/logo.pdf: New file.
225 * doc/logo.svg: New file.
226 * doc/md.rst: New file.
227 * doc/requirements.txt: New file.
228
229 2022-11-14 Martin Liska <mliska@suse.cz>
230
231 Revert:
232 2022-11-09 Martin Liska <mliska@suse.cz>
233
234 * doc/baseconf.py: Port to GCC sources.
235
236 2022-11-14 Martin Liska <mliska@suse.cz>
237
238 Revert:
239 2022-11-14 Martin Liska <mliska@suse.cz>
240
241 * configure: Regenerate.
242 * configure.ac: Support Sphinx based documentation.
243
244 2022-11-14 Martin Liska <mliska@suse.cz>
245
246 Revert:
247 2022-11-09 Martin Liska <mliska@suse.cz>
248
249 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
250 provide a default.
251
252 2022-11-14 Martin Liska <mliska@suse.cz>
253
254 Revert:
255 2022-11-09 Martin Liska <mliska@suse.cz>
256
257 * doc/bsd.rst:
258 Add trailing newline.
259 * doc/contrib.rst:
260 Add trailing newline.
261 * doc/contribute.rst:
262 Add trailing newline.
263 * doc/cppdiropts.rst:
264 Add trailing newline.
265 * doc/cppenv.rst:
266 Add trailing newline.
267 * doc/cppopts.rst:
268 Add trailing newline.
269 * doc/cppwarnopts.rst:
270 Add trailing newline.
271 * doc/funding.rst:
272 Add trailing newline.
273 * doc/gnu.rst:
274 Add trailing newline.
275 * doc/gnu_free_documentation_license.rst:
276 Add trailing newline.
277 * doc/gpl-3.0.rst:
278 Add trailing newline.
279 * doc/indices-and-tables.rst:
280 Add trailing newline.
281 * doc/lgpl-2.1.rst:
282 Add trailing newline.
283 * doc/md.rst:
284 Add trailing newline.
285
286 2022-11-14 Martin Liska <mliska@suse.cz>
287
288 Revert:
289 2022-11-09 Martin Liska <mliska@suse.cz>
290
291 * configure.ac: Use new install URL.
292 * configure: Regenerate.
293
294 2022-11-14 Martin Liska <mliska@suse.cz>
295
296 Revert:
297 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
298
299 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
300 instead of just ``.''.
301 * doc/gcc_sphinx.py: Moved to...
302 * doc/modules/gcc_sphinx.py: ...here.
303
304 2022-11-14 Martin Liska <mliska@suse.cz>
305
306 Revert:
307 2022-11-10 Martin Liska <mliska@suse.cz>
308
309 * doc/baseconf.py: Modernize by using pathlib.
310
311 2022-11-14 Martin Liska <mliska@suse.cz>
312
313 Revert:
314 2022-11-11 Martin Liska <mliska@suse.cz>
315
316 * doc/Makefile: Disable -j auto.
317
318 2022-11-14 Martin Liska <mliska@suse.cz>
319
320 Revert:
321 2022-11-11 Martin Liska <mliska@suse.cz>
322
323 * doc/Makefile: Update comment.
324
325 2022-11-14 Martin Liska <mliska@suse.cz>
326
327 Revert:
328 2022-11-11 Martin Liska <mliska@suse.cz>
329
330 * doc/indices-and-tables.rst: Rename Indexes to Indices.
331
332 2022-11-14 Martin Liska <mliska@suse.cz>
333
334 Revert:
335 2022-11-13 Martin Liska <mliska@suse.cz>
336
337 PR web/107643
338 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
339 is set.
340 * doc/indices-and-tables.rst: Use include_todo tag.
341
342 2022-11-14 Martin Liska <mliska@suse.cz>
343
344 Revert:
345 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
346
347 * doc/contrib.rst: Update Jeff Law's email address.
348
349 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
350
351 * doc/contrib.rst: Update Jeff Law's email address.
352
353 2022-11-13 Martin Liska <mliska@suse.cz>
354
355 PR web/107643
356 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
357 is set.
358 * doc/indices-and-tables.rst: Use include_todo tag.
359
360 2022-11-11 Martin Liska <mliska@suse.cz>
361
362 * doc/indices-and-tables.rst: Rename Indexes to Indices.
363
364 2022-11-11 Martin Liska <mliska@suse.cz>
365
366 * doc/Makefile: Update comment.
367
368 2022-11-11 Martin Liska <mliska@suse.cz>
369
370 * doc/Makefile: Disable -j auto.
371
372 2022-11-10 Martin Liska <mliska@suse.cz>
373
374 * doc/baseconf.py: Modernize by using pathlib.
375
376 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
377
378 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
379 instead of just ``.''.
380 * doc/gcc_sphinx.py: Moved to...
381 * doc/modules/gcc_sphinx.py: ...here.
382
383 2022-11-09 Martin Liska <mliska@suse.cz>
384
385 * configure.ac: Use new install URL.
386 * configure: Regenerate.
387
388 2022-11-09 Martin Liska <mliska@suse.cz>
389
390 * doc/bsd.rst:
391 Add trailing newline.
392 * doc/contrib.rst:
393 Add trailing newline.
394 * doc/contribute.rst:
395 Add trailing newline.
396 * doc/cppdiropts.rst:
397 Add trailing newline.
398 * doc/cppenv.rst:
399 Add trailing newline.
400 * doc/cppopts.rst:
401 Add trailing newline.
402 * doc/cppwarnopts.rst:
403 Add trailing newline.
404 * doc/funding.rst:
405 Add trailing newline.
406 * doc/gnu.rst:
407 Add trailing newline.
408 * doc/gnu_free_documentation_license.rst:
409 Add trailing newline.
410 * doc/gpl-3.0.rst:
411 Add trailing newline.
412 * doc/indices-and-tables.rst:
413 Add trailing newline.
414 * doc/lgpl-2.1.rst:
415 Add trailing newline.
416 * doc/md.rst:
417 Add trailing newline.
418
419 2022-11-09 Martin Liska <mliska@suse.cz>
420
421 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
422 provide a default.
423
424 2022-11-09 Martin Liska <mliska@suse.cz>
425
426 * configure: Regenerate.
427 * configure.ac: Support Sphinx based documentation.
428
429 2022-11-09 Martin Liska <mliska@suse.cz>
430
431 * doc/baseconf.py: Port to GCC sources.
432
433 2022-11-09 Martin Liska <mliska@suse.cz>
434
435 * doc/Makefile: New file.
436 * doc/_static/custom.css: New file.
437 * doc/baseconf.py: New file.
438 * doc/bsd.rst: New file.
439 * doc/contrib.rst: New file.
440 * doc/contribute.rst: New file.
441 * doc/cppdiropts.rst: New file.
442 * doc/cppenv.rst: New file.
443 * doc/cppopts.rst: New file.
444 * doc/cppwarnopts.rst: New file.
445 * doc/favicon.ico: New file.
446 * doc/funding.rst: New file.
447 * doc/gcc_sphinx.py: New file.
448 * doc/gnu.rst: New file.
449 * doc/gnu_free_documentation_license.rst: New file.
450 * doc/gpl-3.0.rst: New file.
451 * doc/indices-and-tables.rst: New file.
452 * doc/lgpl-2.1.rst: New file.
453 * doc/logo.pdf: New file.
454 * doc/logo.svg: New file.
455 * doc/md.rst: New file.
456 * doc/requirements.txt: New file.
457
458 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
459
460 * Makefile.def: Remove module 'liboffloadmic'.
461 * Makefile.in: Regenerate.
462 * configure.ac: Remove 'liboffloadmic' handling.
463 * configure: Regenerate.
464
465 2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
466
467 * MAINTAINERS: Update email address.
468
469 2022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
470
471 * configure.ac: Don't configure readline if --with-system-readline is
472 used.
473 * configure: Re-generate.
474
475 2022-10-12 Cui,Lili <lili.cui@intel.com>
476
477 * MAINTAINERS (Write After Approval): Add myself.
478
479 2022-10-11 Olivier Hainque <hainque@adacore.com>
480
481 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
482 and friends for rtp !large. Assume the linker has the required
483 abilities and set lt_cv_deplibs_check_method.
484
485 2022-09-30 Olivier Hainque <hainque@adacore.com>
486
487 * configure.ac (*vxworks*): If enable_shared is not
488 set, set to "no" and add --disable-shared to target and
489 host_configargs.
490 * configure: Regenerate.
491
492 2022-09-26 Jeff Law <jlaw@ventanamicro.com>
493
494 * MAINTAINERS: Update my email address and DCO entry.
495
496 2022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
497
498 * MAINTAINERS (Write After Approval): Add myself.
499
500 2022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
501
502 * MAINTAINERS (Write After Approval): Add myself.
503
504 2022-09-07 Jeff Law <jeffreyalaw@gmail.com>
505
506 * MAINTAINERS: Update my email address.
507
508 2022-09-07 Tom de Vries <tdevries@suse.de>
509
510 * configure.ac: Set extra_host_libiberty_configure_flags and
511 extra_host_zlib_configure_flags in separate case statements.
512 * configure: Regenerate.
513
514 2022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
515
516 * MAINTAINERS: Update c-sky port maintainers' emails.
517
518 2022-08-31 Martin Liska <mliska@suse.cz>
519
520 * configure: Regenerate.
521 * configure.ac: Delete hpux9 and hpux10.
522
523 2022-08-18 Sergei Trofimovich <siarheit@google.com>
524
525 * Makefile.def: Drop libelf module and gcc-configure dependency
526 on it.
527 * Makefile.in: Regenerate with 'autogen Makefile.def'.
528 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
529 LIBELFINC.
530 * configure: Regenrate.
531 * configure.ac (host_libs): Drop unused libelf.
532
533 2022-08-18 Sergei Trofimovich <siarheit@google.com>
534
535 * Makefile.in: Regenerate.
536
537 2022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
538
539 * MAINTAINERS: Add myself as AutoFDO maintainer.
540
541 2022-08-01 Roger Sayle <roger@nextmovesoftware.com>
542 Arnaud Charlet <charlet@adacore.com>
543
544 * configure: Regenerate.
545
546 2022-07-31 Roger Sayle <roger@nextmovesoftware.com>
547
548 PR bootstrap/106472
549 * Makefile.def (dependencies): Make configure-target-libgo depend
550 upon all-target-libbacktrace.
551
552 2022-07-27 David Faust <david.faust@oracle.com>
553
554 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
555
556 2022-07-27 Richard Biener <rguenther@suse.de>
557
558 * MAINTAINERS (Roger Sayle): Update e-mail address.
559
560 2022-07-21 Sam Feifer <sfeifer@redhat.com>
561
562 * MAINTAINERS (Write After Approval): Add myself.
563
564 2022-07-21 Marc Poulhiès <poulhies@adacore.com>
565
566 * MAINTAINERS: Add myself as Ada front end co-maintainer.
567
568 2022-07-19 Alexander Monakov <amonakov@ispras.ru>
569
570 * .gitignore: Do not ignore config.h.
571
572 2022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
573
574 * MAINTAINERS: Add myself to Write After Approval.
575
576 2022-07-04 Martin Liska <mliska@suse.cz>
577
578 * MAINTAINERS: fix sorting of names
579
580 2022-07-03 Immad Mir <mirimmad17@gmail.com>
581
582 * MAINTAINERS: add myself.
583
584 2022-07-03 Immad Mir <mirimmad17@gmail.com>
585
586 * MAINTAINERS: Add myself to write after approval and DCO.
587
588 2022-07-02 Tim Lange <mail@tim-lange.me>
589
590 * MAINTAINERS: Add myself.
591
592 2022-07-01 Haochen Jiang <haochen.jiang@intel.com>
593
594 * MAINTAINERS (Write After Approval): Add myself.
595
596 2022-06-30 Cui,Lili <lili.cui@intel.com>
597
598 Revert:
599 2022-06-30 Cui,Lili <lili.cui@intel.com>
600
601 * MAINTAINERS (Write After Approval): Add myself.
602
603 2022-06-30 Cui,Lili <lili.cui@intel.com>
604
605 * MAINTAINERS (Write After Approval): Add myself.
606
607 2022-06-28 Alexandre Oliva <oliva@adacore.com>
608
609 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
610 (EXTRA_GCC_FLAGS): Likewise.
611 * Makefile.in: Rebuilt.
612
613 2022-06-28 konglin1 <lingling.kong@intel.com>
614
615 * MAINTAINERS (Write After Approval): Add myself.
616
617 2022-06-27 Tom de Vries <tdevries@suse.de>
618
619 * configure.ac: Build libiberty pic variant for gdbserver.
620 * configure: Regenerate.
621
622 2022-06-26 Iain Sandoe <iain@sandoe.co.uk>
623
624 * configure: Regenerate.
625 * configure.ac: Correct use of $host.
626
627 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
628
629 * MAINTAINERS: Remove tilegx and tilepro entries.
630 * configure.ac: Remove tilegx and tilepro stanzas.
631 * configure: Rebuilt.
632
633 2022-05-28 Bruce Korb <bkorb@gnu.org>
634
635 * .gitignore: Ignore vim swap files
636
637 2022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
638
639 * MAINTAINERS: Add myself to write after approval.
640
641 2022-05-11 Kewen Lin <linkw@linux.ibm.com>
642
643 * MAINTAINERS: Remove myself from DCO section.
644
645 2022-05-09 Xi Ruoyao <xry111@xry111.site>
646
647 * MAINTAINERS: Update my email address.
648
649 2022-05-09 Clément Chigot <chigot@adacore.com>
650
651 * MAINTAINERS: Update my email address.
652
653 2022-05-05 Kewen Lin <linkw@linux.ibm.com>
654
655 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
656 section.
657
658 2022-04-19 Richard Henderson <rth@gcc.gnu.org>
659
660 * MAINTAINERS: Update my email address.
661
662 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
663
664 * MAINTAINERS: Update my email address.
665
666 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
667
668 * MAINTAINERS: (CPU Port Maintainers): Add myself and
669 Lulu as LoongArch port maintainer.
670
671 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
672 Lulu Cheng <chenglulu@loongson.cn>
673
674 * configure.ac: Add LoongArch tuples.
675 * configure: Regenerate.
676
677 2022-03-28 Tom Tromey <tromey@adacore.com>
678
679 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
680 * configure: Rebuild.
681
682 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
683
684 * MAINTAINERS: Change my information.
685
686 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
687
688 * MAINTAINERS: Add myself to DCO section.
689
690 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
691
692 * configure.ac: Fix incorrect option in comment.
693 * configure: Regenerate.
694
695 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
696
697 * Makefile.def (dependencies): Make configure-sim depend on
698 all-readline.
699 * Makefile.in: Regenerate.
700
701 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
702
703 * MAINTAINERS (Write After Approval): Update my e-mail address.
704
705 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
706
707 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
708
709 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
710
711 * MAINTAINERS: Update my email and add myself to the DCO list.
712
713 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
714
715 Revert:
716 2021-09-16 Andrew Pinski <apinski@marvell.com>
717
718 PR bootstrap/67102
719 * Makefile.def: Have configure-target-libffi depend on
720 all-target-libstdc++-v3.
721 * Makefile.in: Regenerate.
722
723 2022-01-22 Jakub Jelinek <jakub@redhat.com>
724
725 PR other/104181
726 * build.log: Remove.
727
728 2022-01-20 Martin Liska <mliska@suse.cz>
729
730 * MAINTAINERS: Adjust email address based on IRC request.
731
732 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
733
734 * MAINTAINERS: Update my email address.
735
736 2022-01-17 Martin Liska <mliska@suse.cz>
737
738 * MAINTAINERS: Rename .c names to .cc.
739
740 2022-01-13 Jakub Jelinek <jakub@redhat.com>
741
742 * Makefile.am: Remove.
743
744 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
745
746 * Makefile.am: New file.
747
748 2022-01-11 Martin Liska <mliska@suse.cz>
749
750 * MAINTAINERS: Sort 2 names.
751
752 2022-01-10 Martin Liska <mliska@suse.cz>
753
754 * MAINTAINERS: Fix obvious issues with sorting.
755
756 2022-01-07 liuhongt <hongtao.liu@intel.com>
757
758 * build.log: New file.
759
760 2022-01-05 Nathan Sidwell <nathan@acm.org>
761
762 * MAINTAINERS: Add DCO entry. Sort that list.
763
764 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
765
766 * MAINTAINERS: Change of email address in both DCO and
767 Write After Approval list.
768
769 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
770
771 * configure: Regenerate.
772
773 2021-12-21 Martin Liska <mliska@suse.cz>
774
775 * config.sub: Change mode back to 755.
776
777 2021-12-17 Martin Liska <mliska@suse.cz>
778
779 * config.sub: Sync from master.
780
781 2021-12-17 Martin Liska <mliska@suse.cz>
782
783 Revert:
784 2021-12-16 Matthias Seidel <mseidel@apache.org>
785
786 * config.sub: Fix typo.
787
788 2021-12-16 Matthias Seidel <mseidel@apache.org>
789
790 * config.sub: Fix typo.
791
792 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
793
794 Revert:
795 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
796
797 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
798 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
799 * configure.ac: Include config/gcc-plugin.m4.
800 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
801 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
802 RANLIB if possible.
803 * Makefile.in: Regenerated.
804 * configure: Likewise.
805
806 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
807
808 * Makefile.tpl (BUILD_CFLAGS): New.
809 (CFLAGS): Append $(BUILD_CFLAGS).
810 (CXXFLAGS): Likewise.
811 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
812 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
813 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
814 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
815 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
816 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
817 (PGO-TRAINING-TARGETS): Likewise.
818 (PGO_BUILD_TRAINING): Likewise.
819 (all): Add '+' to the command line for recursive make. Support
820 the PGO build.
821 * configure.ac: Add --enable-pgo-build[=lto].
822 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
823 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
824 * Makefile.in: Regenerated.
825 * configure: Likewise.
826
827 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
828
829 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
830 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
831 * configure.ac: Include config/gcc-plugin.m4.
832 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
833 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
834 RANLIB if possible.
835 * Makefile.in: Regenerated.
836 * configure: Likewise.
837
838 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
839
840 * MAINTAINERS: Add myself to write after approval.
841
842 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
843
844 * MAINTAINERS: Adding myself.
845
846 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
847
848 * configure: Regenerate.
849 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
850 $(CPP).
851
852 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
853
854 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
855 libatomic.
856 * Makefile.in: Regenerate.
857 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
858 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
859 target-libphobos-bootstrap.
860 (STAGE2_CONFIGURE_FLAGS): Likewise.
861 * configure: Regenerate.
862 * configure.ac: Add support for bootstrapping D front-end.
863
864 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
865
866 * MAINTAINERS: Add myself to DCO section and update email address.
867
868 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
869
870 * configure: Regenerate.
871 * configure.ac: Ensure that PIC (shared) defaults are set
872 correctly for Darwin.
873
874 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
875
876 * MAINTAINERS: Update my address.
877
878 2021-11-12 Alan Modra <amodra@gmail.com>
879
880 * Makefile.def (configure-opcodes): Depend on configure-bfd.
881 * Makefile.in: Regenerate.
882
883 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
884
885 * MAINTAINERS: Clarify the policy WRT the Write After Approval
886 list.
887
888 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * MAINTAINERS (Reviewers, arc): Remove my entry.
891 (Write After Approval): Add an entry for myself.
892
893 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
894
895 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
896 * Makefile.in: Regenerate.
897 * configure: Regenerate.
898 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
899
900 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
901
902 * MAINTAINERS: Fix up Maciej's entries.
903
904 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
905
906 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
907 maintainer.
908
909 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
910
911 PR other/102663
912 * Makefile.def: Handle install-dvi target.
913 * Makefile.tpl: Likewise.
914 * Makefile.in: Regenerate.
915
916 2021-10-19 Clément Chigot <clement.chigot@atos.net>
917
918 * MAINTAINERS: Add myself for write after approval.
919
920 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
921
922 * Makefile.def: Mark libcody, libdecnumber,
923 c++tools, libgcc, and libobjc as missing TAGS
924 targets.
925 * Makefile.in: Regenerate.
926
927 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
928
929 * MAINTAINERS: Add myself to DCO section and update email
930 address.
931
932 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
933
934 * MAINTAINERS: Add myself to DCO section.
935
936 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
937
938 * configure: Regenerate.
939 * configure.ac (skipdirs): Add the contents of target_configdirs if
940 we are not building gcc.
941
942 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
943
944 * Makefile.def: Back-port commits ba4d88ad892f and
945 755ba58ebef0 from binutils-gdb repository.
946 * Makefile.in: Regenerated.
947
948 2021-09-20 Harald Anlauf <anlauf@gmx.de>
949
950 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
951
952 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
953
954 * Makefile.def: Add a jit check target for the jit
955 language.
956 * Makefile.in: Regenerate.
957
958 2021-09-16 Andrew Pinski <apinski@marvell.com>
959
960 PR bootstrap/67102
961 * Makefile.def: Have configure-target-libffi depend on
962 all-target-libstdc++-v3.
963 * Makefile.in: Regenerate.
964
965 2021-09-10 Petter Tomner <tomner@kth.se>
966
967 * MAINTAINERS: Me added to DCO and write after approval
968
969 2021-09-01 YunQiang Su <syq@debian.org>
970
971 * MAINTAINERS: Add myself for write after approval.
972
973 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
974
975 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
976 * Makefile.in: Regenerate.
977
978 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
979
980 * MAINTAINERS: Add myself for write after approval.
981
982 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
983
984 * Makefile.in: Regenerate.
985 * Makefile.tpl: Make the state of the configured host
986 shared flag available to makefile fragements.
987
988 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
989
990 * MAINTAINERS (Write After Approval): Add myself.
991
992 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
993
994 * .dir-locals.el (bug-reference-url-format): Use https.
995
996 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
997
998 * .dir-locals.el (c-mode): Change fill-column to 79.
999
1000 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
1001
1002 * MAINTAINERS: Add myself to DCO section.
1003
1004 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
1005
1006 * configure: Regenerate.
1007 * configure.ac: Adjust cases for which it is necessary to
1008 include the Darwin host config fragment.
1009
1010 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
1011
1012 * MAINTAINERS: Add myself for write after approval and DCO.
1013
1014 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
1015
1016 * Makefile.def: Add dsymutil defs.
1017 * Makefile.in: Regenerated.
1018 * Makefile.tpl: Add dsymutil to flags.
1019 * configure: Regenerated.
1020 * configure.ac: Add dsymutil to target and build recipes.
1021
1022 2021-07-01 Ankur Saini <arsenic@sourceware.org>
1023
1024 * MAINTAINERS: Add myself for write after approval.
1025
1026 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
1027
1028 * MAINTAINERS (Write After Approval): Add myself.
1029
1030 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
1031
1032 * MAINTAINERS: Add myself for write after approval and DCO
1033
1034 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
1035
1036 * .gitignore: Add entry for cscope.out.
1037
1038 2021-06-22 liuhongt <hongtao.liu@intel.com>
1039
1040 * MAINTAINERS: Remove my Write After Approval entry.
1041
1042 2021-06-21 liuhongt <hongtao.liu@intel.com>
1043
1044 * MAINTAINERS: Add myself as maintainer of the i386 vector
1045 extensions.
1046
1047 2021-06-18 Antoni Boucher <bouanto@zoho.com>
1048
1049 * MAINTAINERS (Write After Approval): Add myself.
1050
1051 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
1052
1053 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1054 as *vrp and ranger maintainers.
1055
1056 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1057
1058 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1059 not trigger testsuite failures.
1060
1061 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1062
1063 * MAINTAINERS: Add myself to DCO section with both email addresses.
1064
1065 2021-06-03 Jason Merrill <jason@redhat.com>
1066
1067 * MAINTAINERS: Add DCO version number.
1068
1069 2021-06-02 Jason Merrill <jason@redhat.com>
1070
1071 * MAINTAINERS: Add DCO section.
1072
1073 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1074
1075 * MAINTAINERS (Write After Approval): Add myself.
1076
1077 2021-05-29 Mike Frysinger <vapier@gentoo.org>
1078
1079 * configure.ac: Add gnulib to configdirs for sim.
1080 * configure: Regenerate.
1081
1082 2021-05-18 Mike Frysinger <vapier@gentoo.org>
1083
1084 * Makefile.def: Add configure-sim dependency on all-gnulib.
1085 * Makefile.in: Regenerated.
1086
1087 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1088
1089 * MAINTAINERS (Write After Approval): Add myself.
1090
1091 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1092
1093 * MAINTAINERS (Write After Approval): Add myself.
1094
1095 2021-05-11 Martin Liska <mliska@suse.cz>
1096
1097 * MAINTAINERS: Remove entries for removed
1098 components (HSA, BRIG, libhsail-rt).
1099 Move Pekka to Write After Approval.
1100
1101 2021-05-11 Martin Liska <mliska@suse.cz>
1102
1103 * Makefile.def: Remove libhsail-rt.
1104 * Makefile.in: Likewise.
1105 * configure.ac: Likewise.
1106 * configure: Regenerate.
1107 * libhsail-rt/ChangeLog: Removed.
1108 * libhsail-rt/Makefile.am: Removed.
1109 * libhsail-rt/Makefile.in: Removed.
1110 * libhsail-rt/README: Removed.
1111 * libhsail-rt/aclocal.m4: Removed.
1112 * libhsail-rt/configure: Removed.
1113 * libhsail-rt/configure.ac: Removed.
1114 * libhsail-rt/configure.tgt: Removed.
1115 * libhsail-rt/include/internal/fibers.h: Removed.
1116 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1117 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1118 * libhsail-rt/include/internal/workitems.h: Removed.
1119 * libhsail-rt/rt/arithmetic.c: Removed.
1120 * libhsail-rt/rt/atomics.c: Removed.
1121 * libhsail-rt/rt/bitstring.c: Removed.
1122 * libhsail-rt/rt/fbarrier.c: Removed.
1123 * libhsail-rt/rt/fibers.c: Removed.
1124 * libhsail-rt/rt/fp16.c: Removed.
1125 * libhsail-rt/rt/misc.c: Removed.
1126 * libhsail-rt/rt/multimedia.c: Removed.
1127 * libhsail-rt/rt/queue.c: Removed.
1128 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1129 * libhsail-rt/rt/segment.c: Removed.
1130 * libhsail-rt/rt/workitems.c: Removed.
1131 * libhsail-rt/target-config.h.in: Removed.
1132
1133 2021-05-04 Nick Clifton <nickc@redhat.com>
1134
1135 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1136 * configure: Regenerate.
1137
1138 2021-04-28 Jakub Jelinek <jakub@redhat.com>
1139 Tobias Burnus <tobias@codesourcery.com>
1140
1141 * configure.ac (--enable-offload-defaulted): New.
1142 * configure: Regenerate.
1143
1144 2021-04-23 David Faust <david.faust@oracle.com>
1145
1146 * MAINTAINERS (Write After Approval): Add myself.
1147
1148 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1149
1150 * MAINTAINERS (Write After Approval): Add myself.
1151
1152 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1153
1154 * MAINTAINERS: Add myself as pru port maintainer.
1155
1156 2021-03-23 David Malcolm <dmalcolm@redhat.com>
1157
1158 * MAINTAINERS: Add myself as static analyzer maintainer.
1159
1160 2021-03-18 Jeff Law <jlaw@tachyum.com>
1161
1162 * MAINTAINERS: Update primary entry.
1163
1164 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1165
1166 * MAINTAINERS (Write After Approval): Add myself.
1167
1168 2021-03-13 Mike Frysinger <vapier@gentoo.org>
1169
1170 * Makefile.def: Remove all-sim dependency on configure-gdb.
1171 * Makefile.in: Regenerated.
1172
1173 2021-03-11 Jeff Law <law@redhat.com>
1174
1175 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1176
1177 2021-03-11 Martin Liska <mliska@suse.cz>
1178
1179 * Makefile.tpl: The change was done Makefile.in which
1180 is generated file.
1181
1182 2021-03-08 Jeff Law <law@redhat.com>
1183
1184 * MAINTAINERS: Update my email address
1185
1186 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
1187
1188 * config.guess: Import latest upstream.
1189 * config.sub: Import latest upstream.
1190
1191 2021-01-25 Martin Liska <mliska@suse.cz>
1192
1193 PR gcov-profile/98739
1194 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1195 for profiledbootstrap.
1196
1197 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1198
1199 * MAINTAINERS (Write After Approval): Add myself.
1200
1201 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1202
1203 * MAINTAINERS (Write After Approval): Update my e-mail address.
1204
1205 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1206
1207 * MAINTAINERS: Fix spacing.
1208
1209 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1210
1211 * MAINTAINERS (Write After Approval): Add myself
1212
1213 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
1214
1215 * Makefile.def: Sync with binutils-gdb:
1216 (dependencies): all-ld depends on all-libctf.
1217 (host_modules): libctf is no longer no_install.
1218 No longer no_check. Checking depends on all-ld.
1219 * Makefile.in: Regenerated.
1220
1221 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1222
1223 * libtool.m4: Match gnu* along other GNU systems.
1224 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1225 * libgo/configure: Re-generate.
1226
1227 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1228
1229 * MAINTAINERS: Update my email address.
1230
1231 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1232
1233 * MAINTAINERS (Write After Approval): Add myself.
1234
1235 2020-12-15 Nathan Sidwell <nathan@acm.org>
1236
1237 * Makefile.def
1238 * Makefile.in
1239 * Makefile.tpl
1240 * configure
1241 * configure.ac
1242
1243 2020-12-15 Nathan Sidwell <nathan@acm.org>
1244
1245 * Makefile.def: Add libcody.
1246 * configure.ac: Add libcody.
1247 * Makefile.in: Regenerated.
1248 * configure: Regenerated.
1249
1250 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1251
1252 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1253
1254 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1255
1256 PR target/97865
1257 * libtool.m4: Update handling of Darwin platform link flags
1258 for Darwin20.
1259
1260 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1261
1262 * .gitignore: Sync with binutils-gdb
1263
1264 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1265
1266 * MAINTAINERS: Add myself as arc port maintainer.
1267
1268 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1269
1270 PR d/87788
1271 * configure.ac: Don't disable D for *-*-darwin*.
1272 * configure: Regenerate.
1273
1274 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
1275
1276 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1277 hppa64-*-hpux11*.
1278
1279 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1280
1281 * configure: Regenerate.
1282 * configure.ac: Add --bootstrap-hwasan option.
1283
1284 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1285
1286 * config.guess: Import latest upstream.
1287 * config.sub: Import latest upstream.
1288
1289 2020-11-16 Martin Liska <mliska@suse.cz>
1290
1291 * .gitignore: Add cache as clangd uses it now.
1292
1293 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1294
1295 * MAINTAINERS (Write After Approval): add myself
1296
1297 2020-11-09 Pat Bernardi <bernardi@adacore.com>
1298
1299 * MAINTAINERS (Write After Approval): Add myself.
1300
1301 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
1302
1303 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1304 Remove FIXME comments.
1305
1306 2020-11-06 Martin Uecker <muecker@gwdg.de>
1307
1308 * MAINTAINERS: Update my email address.
1309
1310 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1311
1312 * MAINTAINERS (Write After Approval): Add myself.
1313
1314 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
1315
1316 PR target/97302
1317 * configure.ac: Only set with_gmp to /usr/local
1318 if not building in tree.
1319 * configure: Regenerate.
1320
1321 2020-09-18 Omar Tahir <omar.tahir@arm.com>
1322
1323 * MAINTAINERS (Write After Approval): Add myself.
1324
1325 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
1326
1327 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1328
1329 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
1330
1331 PR bootstrap/96612
1332 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1333 if not the same as ${host}.
1334 * configure: Regenerate.
1335
1336 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1337
1338 * MAINTAINERS (Write After Approval): Add myself.
1339
1340 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1341
1342 * MAINTAINERS: Update my email address.
1343
1344 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1345
1346 * MAINTAINERS (Write After Approval): Add myself.
1347
1348 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1349
1350 * MAINTAINERS (Write After Approval): Add myself.
1351
1352 2020-06-12 Martin Liska <mliska@suse.cz>
1353
1354 * .gitignore: Add .clang-tidy.
1355
1356 2020-06-08 Jason Merrill <jason@redhat.com>
1357
1358 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1359 * configure: Regenerate.
1360
1361 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1362
1363 * MAINTAINERS: Add myself as xtensa port maintainer.
1364
1365 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1366
1367 * configure.ac: Don't require --enable-host-shared when building
1368 for Mingw.
1369 * configure: Regenerate.
1370
1371 2020-05-18 Jason Merrill <jason@redhat.com>
1372
1373 * configure.ac: Update bootstrap dialect to -std=c++11.
1374
1375 2020-05-18 Alex Coplan <alex.coplan@arm.com>
1376
1377 * MAINTAINERS (Write After Approval): Add myself.
1378
1379 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1380
1381 PR target/92713
1382 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1383 (noconfigdirs): Add 'target-libstdc++-v3'.
1384 * configure: Regenerate.
1385
1386 2020-04-21 Stephen Casner <casner@acm.org>
1387
1388 PR 25830
1389 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1390 * configure: Rebuild.
1391
1392 2020-04-17 Martin Liska <mliska@suse.cz>
1393 Jonathan Yong <10walls@gmail.com>
1394
1395 PR gcov-profile/94570
1396 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1397 for CYGWIN.
1398
1399 2020-04-14 Martin Jambor <mjambor@suse.cz>
1400
1401 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1402
1403 2020-04-09 Tom Tromey <tom@tromey.com>
1404
1405 * configure: Rebuild.
1406 * Makefile.in: Rebuild.
1407 * Makefile.def (gdbsupport, gdbserver): New host modules.
1408 (configure-gdb): Depend on all-gdbsupport.
1409 (all-gdb): Depend on all-gdbsupport, all-libctf.
1410 * configure.ac (host_tools): Add gdbserver.
1411 Conditionally build gdbserver and gdbsupport.
1412
1413 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
1414
1415 * configure.ac: Build libgomp by default for amdgcn.
1416 * configure: Regenerate.
1417
1418 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1419
1420 * MAINTAINERS (Write After Approval): Add myself.
1421
1422 2020-02-28 Joel Hutton <joel.hutton@arm.com>
1423
1424 * MAINTAINERS (Write After Approval) : Add myself.
1425
1426 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
1427
1428 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1429
1430 2020-02-14 Martin Sebor <msebor@redhat.com>
1431
1432 * doc/extend.texi (attribute alias): Mention type requirement.
1433 (attribute weak): Same.
1434 (attribute weakref): Correct invalid example.
1435
1436 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1437
1438 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1439
1440 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1441 Jakub Jelinek <jakub@redhat.com>
1442
1443 * .gitattributes: Add *.md diff=md.
1444
1445 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
1446
1447 The mentioned auto-generated file is no more part of the
1448
1449 GCC sources, it's auto-generated in $(builddir) during build.
1450
1451 PR target/92055
1452 * contrib/gcc_update (files_and_dependencies): Remove
1453 entry for gcc/config/avr/t-multilib.
1454
1455 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
1456
1457 * MAINTAINERS: Update my email address.
1458
1459 2020-01-13 Joseph Myers <joseph@codesourcery.com>
1460
1461 * README.MOVED_TO_GIT: Remove.
1462
1463 2020-01-11 Joseph Myers <joseph@codesourcery.com>
1464
1465 * README.MOVED_TO_GIT: New file.
1466
1467 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1468
1469 * MAINTAINERS (Write After Approval): Add myself.
1470
1471 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
1472
1473 * MAINTAINERS (write_after_approval): Add myself.
1474
1475 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1476
1477 * MAINTAINERS (write_after_approval): Add myself.
1478
1479 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1480
1481 * MAINTAINERS (write_after_approval): Add myself.
1482
1483 2019-12-11 Matthias Klose <doko@ubuntu.com>
1484
1485 * configure.ac: Factor out common cases for compare_exclusions.
1486 * configure: Regenerate.
1487
1488 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1489
1490 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1491 flag.
1492
1493 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1494
1495 * MAINTAINERS (Write After Approval): Add myself.
1496
1497 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
1498
1499 PR middle-end/92463
1500 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1501 * configure: Regenerate
1502
1503 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1504
1505 * configure.ac: Use https for gcc.gnu.org.
1506 * configure: Regenerated.
1507
1508 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1509
1510 * MAINTAINERS (aarch64 port): Remove my name, move to...
1511 (Write After Approval): ...Here.
1512
1513 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1514
1515 * MAINTAINERS: Change my email address as maintainer.
1516
1517 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1518
1519 PR fortran/91828
1520 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1521 * configure: Regenerated.
1522
1523 2019-10-21 Jason Merrill <jason@redhat.com>
1524
1525 * .gitattributes: Also check ChangeLog whitespace.
1526
1527 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1528
1529 * contrib/dg-extract-results.sh: Add support for KPASS.
1530 * contrib/dg-extract-results.py: Likewise.
1531
1532 2019-10-17 Jason Merrill <jason@redhat.com>
1533
1534 * .gitattributes: Avoid {} in filename pattern.
1535
1536 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1537
1538 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1539 Approval section.
1540
1541 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
1542
1543 * MAINTAINERS: Add myself to Write After Approval
1544
1545 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1546
1547 * MAINTAINERS: Add myself as an aarch64 maintainer.
1548
1549 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1550
1551 * MAINTAINERS: Add myself as aarch64 maintainer.
1552
1553 2019-09-23 Carl Love <cel@us.ibm.com>
1554
1555 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1556 New define_insn.
1557 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1558 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1559
1560 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1561
1562 * MAINTAINERS (Sam Tebbs): Update email address.
1563
1564 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
1565
1566 * MAINTAINERS: Update my email address.
1567
1568 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
1569
1570 * libtool.m4: Handle uclinuxfdpiceabi.
1571
1572 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1573
1574 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1575 Remove myself from Write After Approval section.
1576
1577 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1578
1579 * configure.ac: Support for bpf-*-* targets.
1580 * configure: Regenerate.
1581
1582 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1583
1584 * config.sub: Import upstream version 2019-06-30.
1585 * config.guess: Import upstream version 2019-07-24.
1586
1587 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1588
1589 * MAINTAINERS: Remove spu port maintainers.
1590
1591 2019-08-28 Martin Liska <mliska@suse.cz>
1592
1593 * .gitignore: Add .clangd and compile_commands.json
1594 to .gitignore.
1595
1596 2019-08-23 Michael Forney <mforney@mforney.org>
1597
1598 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1599 * Makefile.in: Regenerate.
1600
1601 2019-08-19 Tom Tromey <tom@tromey.com>
1602
1603 * configure: Rebuild.
1604 * configure.ac: Add --with-static-standard-libraries.
1605
1606 2019-08-16 Alexandre Oliva <oliva@gnu.org>
1607
1608 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1609
1610 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1611
1612 * MAINTAINERS (Write After Approval): Add myself.
1613
1614 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1615
1616 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1617 RISC-V port maitainer.
1618
1619 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1620
1621 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1622
1623 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1624
1625 * MAINTAINERS (Write After Approval): Add myself.
1626
1627 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
1628
1629 * MAINTAINERS (Write After Approval): Add myself.
1630
1631 2019-06-25 Martin Liska <mliska@suse.cz>
1632
1633 contrib/filter-clang-warnings.py: Transform from
1634 filter-rtags-warnings.py.
1635
1636 2019-06-15 Tom Tromey <tom@tromey.com>
1637
1638 * configure.ac (host_libs): Add gnulib.
1639 * configure: Rebuild.
1640 * Makefile.def (host_modules, dependencies): Add gnulib.
1641 * Makefile.in: Rebuild.
1642
1643 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1644
1645 * MAINTAINERS (Write After Approval): Add myself.
1646
1647 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1648
1649 * configure: Regenerate.
1650 * configure.ac: Add PRU target.
1651
1652 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1653
1654 * MAINTAINERS (Write After Approval): Add myself.
1655
1656 2019-06-11 Nick Clifton <nickc@redhat.com>
1657
1658 Import these changes from the binutils/gdb repository:
1659
1660 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1661
1662 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1663 and all its deps.
1664 * Makefile.in: Regenerated.
1665
1666 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1667
1668 * Makefile.def (host_modules): Add libctf.
1669 * Makefile.def (dependencies): Likewise.
1670 libctf depends on zlib, libiberty, and bfd.
1671 * Makefile.in: Regenerated.
1672 * configure.ac (host_libs): Add libctf.
1673 * configure: Regenerated.
1674
1675 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1676
1677 * MAINTAINERS (Write After Approval): Add myself.
1678
1679 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
1680
1681 * MAINTAINERS: Update my email address.
1682
1683 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
1684
1685 * MAINTAINERS (Write After Approval): Add myself.
1686
1687 2019-05-16 Jun Ma <junma@linux.alibaba.com>
1688
1689 * MAINTAINERS (Write After Approval): Add myself.
1690
1691 2019-05-07 Jim Wilson <jimw@sifive.com>
1692
1693 * MAINTAINERS: Remove myself as IA-64 maintainer.
1694
1695 2019-05-04 Roland Illig <roland.illig@gmx.de>
1696
1697 * MAINTAINERS (Write After Approval): Add myself.
1698
1699 2019-05-02 Richard Biener <rguenther@suse.de>
1700
1701 PR bootstrap/85574
1702 * Makefile.tpl (compare target): Also compare extra-compare
1703 files.
1704 * Makefile.in: Regenerate.
1705
1706 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1707
1708 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1709 as modulo-scheduler maintainer.
1710
1711 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1712
1713 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1714
1715 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1716
1717 * MAINTAINERS: Update my email address.
1718
1719 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
1720
1721 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1722 * configure: Regenerate.
1723
1724 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1725
1726 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1727 * configure: Regenerate.
1728
1729 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1730
1731 * configure.ac: Add target-zlib to target_libraries.
1732 * configure: Regenerate.
1733
1734 2019-04-09 Martin Liska <mliska@suse.cz>
1735
1736 * Makefile.in: Regenerate.
1737 * Makefile.tpl: Pass GENERATOR_CFLAGS
1738 in all stages.
1739
1740 2019-03-28 Martin Liska <mliska@suse.cz>
1741
1742 PR bootstrap/89829
1743 * Makefile.in: Revert r254150.
1744 * Makefile.tpl: Likewise.
1745
1746 2019-03-28 Ben Elliston <bje@gnu.org>
1747
1748 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1749 related, and libdecnumber.
1750
1751 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
1752
1753 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1754 (Write After Approval): Remove myself.
1755
1756 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1757
1758 * MAINTAINERS (Write After Approval): Add myself.
1759
1760 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
1761
1762 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1763 (Write After Approval): Remove myself and Julian.
1764
1765 2019-01-26 Harald Anlauf <anlauf@gmx.de>
1766
1767 * MAINTAINERS (Write After Approval): Add myself.
1768
1769 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1770
1771 * MAINTAINERS (Write After Approval): Add myself.
1772
1773 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1774
1775 * ChangeLog: Replace space with tab.
1776 * MAINTAINERS: Delete 1 tab to keep alignment.
1777
1778 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1779
1780 * MAINTAINERS (Write After Approval): Add myself.
1781
1782 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
1783
1784 * MAINTAINERS (Write After Approval): Add myself.
1785
1786 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
1787 Kwok Cheung Yeung <kcy@codesourcery.com>
1788 Julian Brown <julian@codesourcery.com>
1789 Tom de Vries <tom@codesourcery.com>
1790 Jan Hubicka <hubicka@ucw.cz>
1791 Martin Jambor <mjambor@suse.cz>
1792
1793 * configure.ac: Likewise.
1794 * configure: Regenerate.
1795 * contrib/config-list.mk: Add amdgcn-amdhsa.
1796
1797 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1798
1799 * MAINTAINERS (Write After Approval): Add myself.
1800
1801 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1802
1803 * MAINTAINERS (Write After Approval): Add myself.
1804
1805 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1806
1807 PR target/88535
1808 * config.guess: Import upstream version 2019-01-03.
1809 * config.sub: Import upstream version 2019-01-01.
1810
1811 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1812
1813 * MAINTAINERS (Write After Approval): Update my maintainer address.
1814
1815 2018-12-21 Gergö Barany <gergo@codesourcery.com>
1816
1817 * MAINTAINERS (Write After Approval): Add myself.
1818
1819 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1820
1821 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1822
1823 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1824
1825 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1826 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1827 (GCC_TARGET_TOOL): Likewise.
1828 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1829 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1830 OTOOL, OTOOL_FOR_TARGET: New substitutions.
1831 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1832 * configure: Regenerate.
1833 * Makefile.in: Likewise.
1834
1835 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
1836
1837 * MAINTAINERS (Write After Approval): Add myself.
1838
1839 2018-11-13 Martin Liska <mliska@suse.cz>
1840
1841 * gcc.target/i386/pr87930.c: Move to ...
1842 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1843
1844 2018-11-10 Stafford Horne <shorne@gmail.com>
1845
1846 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1847 (Write After Approval): Remove myself.
1848
1849 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1850
1851 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1852 Append $INCICONV to it.
1853
1854 2018-11-04 Stafford Horne <shorne@gmail.com>
1855
1856 * MAINTAINERS (Write After Approval): Add myself.
1857
1858 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1859
1860 PR bootstrap/82856
1861 * multilib.am: New file. From automake.
1862
1863 Merge from binutils-gdb:
1864 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1865
1866 * libtool.m4: Use AC_LANG_SOURCE.
1867 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1868 * ar-lib: New file.
1869 * test-driver: New file.
1870 * configure: Re-generate.
1871
1872 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1873
1874 * MAINTAINERS (Write After Approval): Add myself.
1875
1876 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1877
1878 PR bootstrap/87788
1879 PR d/87799
1880 * configure: Rebuild.
1881 * configure.ac: Disable D on systems where it is known not to work.
1882
1883 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1884
1885 * Makefile.def (target_modules): Add libphobos.
1886 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1887 GDCFLAGS_FOR_TARGET.
1888 (dependencies): Make libphobos depend on libatomic, libbacktrace
1889 configure, and zlib configure.
1890 (language): Add language d.
1891 * Makefile.in: Rebuild.
1892 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1893 (HOST_EXPORTS): Add GDC.
1894 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1895 (BASE_TARGET_EXPORTS): Add GDC.
1896 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1897 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1898 (EXTRA_HOST_FLAGS): Add GDC.
1899 (STAGE1_FLAGS_TO_PASS): Add GDC.
1900 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1901 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1902 environment variables.
1903 * configure: Rebuild.
1904 * configure.ac: Add target-libphobos to target_libraries. Set and
1905 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1906
1907 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1908
1909 * MAINTAINERS (Write After Approval): Add myself.
1910
1911 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1912
1913 * MAINTAINERS (Write After Approval): Remove myself.
1914
1915 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1916
1917 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1918
1919 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1920
1921 * MAINTAINERS: Update my email address.
1922
1923 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1924
1925 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1926 maintainer.
1927
1928 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1929
1930 * MAINTAINERS (Write After Approval): Add self.
1931
1932 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1933
1934 * MAINTAINERS (write after approval): Add myself.
1935
1936 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1937
1938 * MAINTAINERS: Update my email address.
1939
1940 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1941
1942 * MAINTAINERS (write after approval): Add myself.
1943
1944 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1945
1946 * MAINTAINERS: Add self to global reviewers list.
1947
1948 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1949
1950 MAINTAINERS: Add c-sky port maintainers.
1951
1952 2018-08-10 Martin Liska <mliska@suse.cz>
1953
1954 * MAINTAINERS: Revert change in previous commit and
1955 join lines.
1956
1957 2018-08-10 Martin Liska <mliska@suse.cz>
1958
1959 * MAINTAINERS: Remove extra line.
1960
1961 2018-08-06 Naveen H.S <naveenh@marvell.com>
1962
1963 * MAINTAINERS: Update my email address.
1964
1965 2018-07-19 DJ Delorie <dj@redhat.com>
1966
1967 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1968 as maintainer.
1969
1970 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1971
1972 * MAINTAINERS: Adjust email address for me and my colleague Robin
1973 Dapp.
1974
1975 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1976 Sunil K Pandey <sunil.k.pandey@intel.com>
1977
1978 PR target/84413
1979 * config/i386/i386.c (m_CORE_AVX512): New.
1980 (m_CORE_AVX2): Likewise.
1981 (m_CORE_ALL): Add m_CORE_AVX2.
1982 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1983 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1984 and remove the rest of m_SKYLAKE_AVX512.
1985
1986 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1987
1988 * config.sub: Sync with upstream version 2018-07-03.
1989
1990 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1991
1992 * config.guess: Sync with upstream version 2018-06-26.
1993 * config.sub: Sync with upstream version 2018-07-02.
1994
1995 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1996
1997 * libtool.m4: Sort output of 'find' to enable deterministic builds.
1998 * ltmain.sh: Likewise.
1999
2000 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2001
2002 * contrib/config-list.mk: Remove powerpc-linux_paired.
2003
2004 2018-06-29 Alexandre Oliva <oliva@adacore.com>
2005
2006 * configure.ac: Introduce support for @unless/@endunless.
2007 * Makefile.tpl (dep-kind): Rewrite with cond; return
2008 postbootstrap in some cases.
2009 (make-postboot-dep, postboot-targets): New.
2010 (dependencies): Do not output postbootstrap dependencies at
2011 first. Output non-target ones changed for configure to depend
2012 on stage_last @if gcc-bootstrap, and the original deps @unless
2013 gcc-bootstrap.
2014 * configure.in, Makefile.in: Rebuilt.
2015
2016 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
2017
2018 * MAINTAINERS (write after approval): Add myself.
2019
2020 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2021
2022 * MAINTAINERS (write after approval): Add myself.
2023
2024 2018-06-19 Nick Clifton <nickc@redhat.com>
2025
2026 * zlib/configure.ac: Restore old behaviour of only enabling
2027 multilibs when a target subdirectory is defined. This allows
2028 building with srcdir == builddir.
2029 * zlib/configure: Regenerate.
2030
2031 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
2032
2033 * Makefile.def (fortran): Add check-target-libgomp-fortran.
2034 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2035 * Makefile.in: Regenerate.
2036
2037 2018-06-16 Ben Elliston <bje@gnu.org>
2038
2039 * config.guess: Import latest version.
2040 * config.sub: Likewise.
2041
2042 2018-06-08 Martin Liska <mliska@suse.cz>
2043
2044 * MAINTAINERS: Remove MPX-related entries.
2045 * Makefile.def: Remove libmpx support.
2046 * Makefile.in: Regenerate.
2047 * configure.ac: Remove removed files.
2048 * configure: Regenerate.
2049 * libmpx/ChangeLog: Remove.
2050 * libmpx/Makefile.am: Remove.
2051 * libmpx/Makefile.in: Remove.
2052 * libmpx/acinclude.m4: Remove.
2053 * libmpx/aclocal.m4: Remove.
2054 * libmpx/config.h.in: Remove.
2055 * libmpx/configure: Remove.
2056 * libmpx/configure.ac: Remove.
2057 * libmpx/configure.tgt: Remove.
2058 * libmpx/libmpx.spec.in: Remove.
2059 * libmpx/mpxrt/Makefile.am: Remove.
2060 * libmpx/mpxrt/Makefile.in: Remove.
2061 * libmpx/mpxrt/libmpx.map: Remove.
2062 * libmpx/mpxrt/libtool-version: Remove.
2063 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2064 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2065 * libmpx/mpxrt/mpxrt.c: Remove.
2066 * libmpx/mpxrt/mpxrt.h: Remove.
2067 * libmpx/mpxwrap/Makefile.am: Remove.
2068 * libmpx/mpxwrap/Makefile.in: Remove.
2069 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2070 * libmpx/mpxwrap/libtool-version: Remove.
2071 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2072
2073 2018-06-04 Martin Liska <mliska@suse.cz>
2074
2075 * MAINTAINERS: Add myself as gcov maintainer.
2076
2077 2018-06-04 Matthew Fortune <mfortune@gmail.com>
2078
2079 * MAINTAINERS: Update my email address.
2080
2081 2018-06-04 Tom de Vries <tdevries@suse.de>
2082
2083 * MAINTAINERS: Remove write-after-approval entries for component
2084 maintainers.
2085
2086 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2087
2088 * MAINTAINERS (write after approval): Add myself.
2089
2090 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
2091
2092 * MAINTAINERS: Update my email address.
2093
2094 2018-06-01 Tom de Vries <tdevries@suse.de>
2095
2096 * MAINTAINERS: Update my email address.
2097
2098 2018-05-22 Bin Cheng <bin.cheng@arm.com>
2099
2100 * MAINTAINERS (loop-optimizer): Add myself.
2101
2102 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
2103
2104 * configure.ac: Added "nfp" target.
2105 * configure: Regenerate.
2106
2107 2018-04-30 Richard Biener <rguenther@suse.de>
2108
2109 PR bootstrap/85571
2110 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2111 (STAGE3_TFLAGS): Likewise.
2112 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2113 (STAGEtrain_TFLAGS): Likewise.
2114 * Makefile.in: Regenerate.
2115
2116 2018-04-26 Richard Biener <rguenther@suse.de>
2117
2118 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2119 (STAGE2_CFLAGS): Likewise.
2120 (STAGE2_TFLAGS): Likewise.
2121 (STAGE3_CFLAGS): Add -fchecking.
2122 (STAGE3_TFLAGS): Likewise.
2123 (STAGEtrain_CFLAGS): Filter out -fchecking.
2124 (STAGEtrain_TFLAGS): Likewise.
2125 * Makefile.in: Re-generate.
2126
2127 2018-04-25 Catherine Moore <clm@codesourcery.com>
2128
2129 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2130
2131 2018-04-18 Paul Clarke <pc@us.ibm.com>
2132
2133 * MAINTAINERS (write after approval): Add myself.
2134
2135 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2136
2137 * MAINTAINERS: Update my email address.
2138
2139 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2140
2141 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2142
2143 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2144
2145 * MAINTAINERS: Update my email address and disambiguate myself
2146 a bit from Will Schmidt.
2147
2148 2018-03-21 Nathan Sidwell <nathan@acm.org>
2149
2150 * MAINTAINERS: Move maintainers of now-removed picochip and score
2151 ports to write after approval.
2152
2153 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2154
2155 * MAINTAINERS: Add entry for SVE maintainership.
2156
2157 2018-02-13 Maciej W. Rozycki <macro@mips.com>
2158
2159 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2160 * configure: Regenerate.
2161
2162 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2163
2164 * MAINTAINERS (write after approval): Add myself.
2165
2166 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2167
2168 * MAINTAINERS (write after approval): Add myself.
2169
2170 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2171
2172 * MAINTAINERS (write after approval): Add myself.
2173
2174 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2175
2176 Update copyright years.
2177
2178 2018-01-03 Ben Elliston <bje@gnu.org>
2179
2180 * config.guess: Import latest version.
2181 * config.sub: Likewise.
2182
2183 2017-12-12 Stafford Horne <shorne@gmail.com>
2184
2185 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2186 * configure: Regenerate.
2187
2188 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
2189
2190 * MAINTAINERS (Write After Approval): Add myself.
2191
2192 2017-11-28 Julia Koval <julia.koval@intel.com>
2193 Sebastian Peryt <sebastian.peryt@intel.com>
2194
2195 * Makefile.def (target_modules): Remove libcilkrts.
2196 * Makefile.in: Ditto.
2197 * configure: Ditto.
2198 * configure.ac: Ditto.
2199
2200 2017-11-28 Julia Koval <julia.koval@intel.com>
2201
2202 * MAINTAINERS (Write After Approval): Add myself.
2203
2204 2017-11-22 Sudakshina Das <sudi.das@arm.com>
2205
2206 * MAINTAINERS (Write After Approval): Add myself.
2207
2208 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
2209
2210 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2211 Use my SiFive email address.
2212
2213 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2214
2215 * MAINTAINERS (write after approval): Add myself.
2216
2217 2017-10-27 Martin Liska <mliska@suse.cz>
2218
2219 * Makefile.tpl: Use proper name of folder as it was renamed
2220 during transition to 4 stages.
2221 * Makefile.in: Regenerate.
2222
2223 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2224
2225 * MAINTAINERS (write after approval): Add myself.
2226
2227 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2228
2229 * MAINTAINERS: Add a note that maintainership also includes web
2230 pages, docs, and testsuite related to that area.
2231
2232 2017-09-25 Tom de Vries <tom@codesourcery.com>
2233
2234 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2235
2236 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2237
2238 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2239
2240 2017-09-15 Nathan Sidwell <nathan@acm.org>
2241
2242 * MAINTAINERS: Remove myself as a vxworks maintainer.
2243
2244 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2245
2246 * MAINTAINERS: Remove email address of Jim Norris.
2247
2248 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2249
2250 * MAINTAINERS (Reviewers): Move myself from here...
2251 (CPU Port Maintainers): ... to here.
2252
2253 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2254
2255 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2256
2257 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2258
2259 * MAINTAINERS (write after approval): Add myself.
2260
2261 2017-07-28 Tony Reix <tony.reix@atos.net>
2262
2263 * configure.ac (target-libffi): Don't disable for AIX.
2264 (go): Don't add to unsupported_languages on AIX.
2265 (target-libgo): Don't disable for AIX.
2266 * configure: Regenerate.
2267
2268 2017-07-19 Yury Gribov <tetra2005@gmail.com>
2269
2270 * MAINTAINERS: Add myself.
2271
2272 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2273
2274 * MAINTAINERS: Update my email address.
2275
2276 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
2277
2278 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2279 arm-specific auto-generated header files.
2280
2281 2017-07-03 Nathan Sidwell <nathan@acm.org>
2282
2283 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2284 * configure: Rebuilt.
2285
2286 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2287
2288 * MAINTAINERS: Readd myself for c6x.
2289
2290 2017-06-28 Martin Liska <mliska@suse.cz>
2291
2292 PR bootstrap/81217
2293 * Makefile.def: Remove superfluous bootstrap_target from
2294 bootstrap_stage.
2295 * Makefile.in: Re-generate the file.
2296
2297 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2298
2299 * MAINTAINERS: Add myself to Write After Approval
2300
2301 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
2302
2303 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2304
2305 2017-06-19 Martin Liska <mliska@suse.cz>
2306
2307 * Makefile.def: Define 4 stages PGO bootstrap.
2308 * Makefile.tpl: Define FLAGS.
2309 * Makefile.in: Regenerate.
2310
2311 2017-06-14 Ian Lance Taylor <iant@golang.org>
2312
2313 * Makefile.def: Add check-gotools to go check targets.
2314 * Makefile.in: Rebuild.
2315
2316 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2317
2318 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2319
2320 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2321
2322 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2323 * configure: Regenerate.
2324
2325 2017-05-31 Martin Liska <mliska@suse.cz>
2326
2327 * configure.ac: Add handling of stage2_werror_flags to
2328 action-if-given and to action-if-not-given.
2329 * configure: Regenerate.
2330
2331 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2332
2333 * MAINTAINERS: Add self to Write After Approval
2334
2335 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2336
2337 * MAINTAINERS: Update my email address, and remove myself as
2338 maintainer in some areas.
2339
2340 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2341
2342 * MAINTAINERS: Add self to Write After Approval
2343
2344 2017-05-25 Nathan Sidwell <nathan@acm.org>
2345
2346 * configure.ac: Add --enable-languages=default to mean default and
2347 make --enable-languages=all mean all supported languages.
2348 * configure: Regenerated.
2349
2350 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2351
2352 * config.gcc (powerpc*-*-*spe*): New.
2353 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2354 (powerpc-*-rtems*spe*): New.
2355 (powerpc*-*-linux*spe*): New.
2356 (powerpc-wrs-vxworksspe): New.
2357 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2358 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2359 * config.host (powerpc*-*-*spe*): New.
2360
2361 2017-05-19 Martin Liska <mliska@suse.cz>
2362
2363 * configure.ac: Add --enable-werror-always just for
2364 bootstrap-debug (or none build config) and do not add it
2365 when we are on a release branch.
2366 * configure: Regenerated.
2367
2368 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2369
2370 * MAINTAINERS: Add self to Write After Approval
2371
2372 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2373
2374 * MAINTAINERS: Move myself to Write After Approval section.
2375
2376 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2377
2378 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2379 ACCH registers.
2380 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2381 available.
2382 (umulsidi3): Likewise.
2383 (mulsidi3_700): Disable this pattern when we have advanced mpy
2384 instructions.
2385 (umulsidi3_700): Likewise.
2386 (maddsidi4): New pattern.
2387 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2388 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2389 (mpydu_imm_arcv2hs): Likewise.
2390 * config/arc/predicates.md (accl_operand): New predicate.
2391
2392 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2393 Andrew Burgess <andrew.burgess@embecosm.com>
2394
2395 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2396 case.
2397 (ARC_AUTOFP_IRQ_P): Likewise.
2398 (ARC_AUTO_IRQ_P): Likewise.
2399 (rgf_banked_register_count): New variable.
2400 (parse_mrgf_banked_regs_option): New function.
2401 (arc_override_options): Handle rgf_banked_regs option.
2402 (arc_handle_interrupt_attribute): Add firq option.
2403 (arc_compute_function_type): Return fast irq type when required.
2404 (arc_must_save_register): Handle fast interrupts.
2405 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2406 (arc_return_address_regs): Update.
2407 * config/arc/arc.h (arc_return_address_regs): Update.
2408 (arc_function_type): Add fast interrupt type.
2409 (ARC_INTERRUPT_P): Update.
2410 (RC_FAST_INTERRUPT_P): Define.
2411 * config/arc/arc.md (simple_return): Update for fast interrupts.
2412 (p_return_i): Likewise.
2413 * config/arc/arc.opt (mrgf-banked-regs): New option.
2414 * doc/invoke.texi (mrgf-banked-regs): Document.
2415
2416 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2417
2418 * config/arc/arc.c (irq_ctrl_saved): New variable.
2419 (ARC_AUTOBLINK_IRQ_P): Define.
2420 (ARC_AUTOFP_IRQ_P): Likewise.
2421 (ARC_AUTO_IRQ_P): Likewise.
2422 (irq_range): New function.
2423 (arc_must_save_register): Likewise.
2424 (arc_must_save_return_addr): Likewise.
2425 (arc_dwarf_emit_irq_save_regs): Likewise.
2426 (arc_override_options): Handle deferred options.
2427 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2428 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2429 arc_must_save_return_addr.
2430 (arc_compute_frame_size): Handle automated save and restore of
2431 registers.
2432 (arc_expand_prologue): Likewise.
2433 (arc_expand_epilogue): Likewise.
2434 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2435 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2436 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2437
2438 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2439 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2440
2441 PR bootstrap/77661
2442 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2443 in-tree build MPC.
2444 * Makefile.in: Regenerate.
2445
2446 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2447
2448 * configure.ac: Enable LTO by default on darwin >= 9.
2449 * configure: Regenerate.
2450
2451 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2452
2453 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2454 and Andrew Waterman as the RISC-V maintainers.
2455
2456 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2457
2458 * MAINTAINERS: Add self to Write After Approval
2459
2460 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2461
2462 * config.guess: Import latest from upstream.
2463
2464 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2465
2466 * MAINTAINERS (Write After Approval): Remove entries that are
2467 already covered under Reviewers.
2468
2469 2017-03-08 Mark Wielaard <mark@klomp.org>
2470
2471 PR demangler/70909
2472 PR demangler/67264
2473 * include/demangle.h: Add d_printing to struct demangle_component
2474 and pass struct demangle_component as non const.
2475
2476 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2477
2478 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2479
2480 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2481
2482 * Makefile.tpl: Remove HOST_ISLVER.
2483 (HOST_EXPORTS): Remove ISLVER.
2484 * Makefile.in: Regenerate.
2485
2486 2017-02-13 Richard Biener <rguenther@suse.de>
2487
2488 * configure: Re-generate.
2489
2490 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2491
2492 * MAINTAINERS: Adjust bug reporting URL.
2493
2494 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2495
2496 * MAINTAINERS (Write After Approval): Remove redundant entry
2497 for Andrew Burgess.
2498
2499 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
2500
2501 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2502 32-bit hppa*-*-hpux*.
2503 * configure: Regenerate.
2504
2505 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2506
2507 * configure.ac: Moved the white list of enabling BRIG FE to
2508 libhsail-rt/configure.tgt.
2509 * configure: Regenerated.
2510 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2511
2512 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2513 Martin Jambor <mjambor@suse.cz>
2514
2515 * Makefile.def (target_modules): Added libhsail-rt.
2516 (languages): Added language brig.
2517 * Makefile.in: Regenerated.
2518 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2519 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2520 * configure: Regenerated.
2521
2522 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2523
2524 PR other/79046
2525 * configure: Regenerated.
2526
2527 2017-01-04 Alan Modra <amodra@gmail.com>
2528
2529 * configure: Regenerate.
2530
2531 2016-12-29 Ben Elliston <bje@gnu.org>
2532
2533 * config.sub: Import latest version.
2534
2535 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2536
2537 * MAINTAINERS (Write After Approval): Add myself.
2538
2539 2016-12-21 Jakub Jelinek <jakub@redhat.com>
2540
2541 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2542 includes bootstrap-mpx.
2543 * configure: Regenerated.
2544
2545 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2546
2547 * MAINTAINERS (Write After Approval): Add myself.
2548
2549 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2550
2551 * configure: Regenerate.
2552
2553 2016-12-01 Matthias Klose <doko@ubuntu.com>
2554
2555 * configure.ac: Don't use pkg-config to check for bdw-gc.
2556 * configure: Regenerate.
2557
2558 2016-11-30 Matthias Klose <doko@ubuntu.com>
2559
2560 * Makefile.def: Remove reference to boehm-gc target module.
2561 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2562 options and for the bdw-gc pkg-config module.
2563 * configure: Regenerate.
2564 * Makefile.in: Regenerate.
2565
2566 2016-11-28 Nathan Sidwell <nathan@acm.org>
2567
2568 * MAINTAINERS (nvptx): Remove self.
2569
2570 2016-11-25 Ben Elliston <bje@gnu.org>
2571
2572 * config.guess: Import latest version.
2573 * config.sub: Likewise.
2574
2575 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2576
2577 * MAINTAINERS (Write After Approval): Add myself.
2578
2579 2016-11-15 Matthias Klose <doko@ubuntu.com>
2580
2581 * Makefile.def: Remove references to GCJ.
2582 * Makefile.tpl: Likewise.
2583 * Makefile.in: Regenerate.
2584
2585 2016-11-15 Matthias Klose <doko@ubuntu.com>
2586
2587 * config-ml.in: Remove references to GCJ.
2588 * configure.ac: Likewise.
2589 * configure: Regenerate.
2590
2591 2016-11-01 Josh Conner <joshconner@google.com>
2592
2593 * MAINTAINERS (Write After Approval): Update email address,
2594
2595 2016-10-27 Carl Love <cel@us.ibm.com>
2596
2597 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2598 Approval list to make it alphabetical.
2599
2600 2016-10-27 Carl Love <cel@us.ibm.com>
2601
2602 * MAINTAINERS (Write After Approval): Add myself.
2603
2604 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2605
2606 * MAINTAINERS (Reviewers): Add myself.
2607 (Write After Approval): Add myself.
2608
2609 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2610 Ulrich Weigand <uweigand@de.ibm.com>
2611
2612 * MAINTAINERS: Update email address.
2613
2614 2016-10-10 Nathan Sidwell <nathan@acm.org>
2615
2616 * MAINTAINERS: Update email address.
2617
2618 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2619
2620 * configure.ac: Add aarch64-*-freebsd*.
2621 * configure: Regenerate.
2622
2623 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2624
2625 * MAINTAINERS: Update email address after it got reverted.
2626
2627 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2628
2629 * configure.ac (target_libraries): Readd target-boehm-gc.
2630 Restore --enable-objc-gc handling.
2631 * configure: Regenerate.
2632
2633 2015-10-03 Jeff Law <law@redhat.com>
2634
2635 * MAINTAINERS: Move several inactive maintainers to the
2636 write-after-approval section.
2637
2638 2016-09-30 Jakub Jelinek <jakub@redhat.com>
2639
2640 * configure.ac: Add target-libffi to target_libraries.
2641 Readd libgcj target disablings, modified to only target-libffi.
2642 Readd target addition of go to unsupported languages.
2643 * configure: Regenerated.
2644
2645 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2646
2647 * MAINTAINERS: Update email address.
2648
2649 2016-09-30 Andrew Haley <aph@redhat.com>
2650
2651 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2652 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2653 libgcj.
2654
2655 2016-09-30 Andrew Haley <aph@redhat.com>
2656
2657 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2658 write-after approval after GCJ deletion.
2659
2660 2016-09-30 Andrew Haley <aph@redhat.com>
2661
2662 * Makefile.def: Remove libjava.
2663 * Makefile.tpl: Likewise.
2664 * Makefile.in: Regenerate.
2665 * configure.ac: Likewise.
2666 * configure: Likewise.
2667 * gcc/java: Remove.
2668 * libjava: Likewise.
2669
2670 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2671
2672 * MAINTAINERS (Reviewers): Add myself.
2673
2674 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2675
2676 * configure.ac: Disable "sim" directory for arc*-*-*.
2677 * configure: Regenerated.
2678
2679 2016-09-23 Tamar Christina <tamar.christina@arm.com>
2680
2681 * MAINTAINERS (Write After Approval): Add myself.
2682
2683 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2684
2685 * configure.ac: Check for the minimum in-tree MPFR version
2686 handled.
2687 * configure: Regenerate.
2688
2689 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2690
2691 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2692 * configure: Regenerated.
2693
2694 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
2695
2696 * MAINTAINERS (Write After Approval): Add myself.
2697
2698 2016-06-23 Andi Kleen <ak@linux.intel.com>
2699
2700 * Makefile.def: Add autoprofiledbootstrap.
2701 * Makefile.tpl: Dito.
2702 * Makefile.in: Regenerate.
2703
2704 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2705
2706 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2707 * configure: Regenerate.
2708
2709 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2710
2711 * configure: Regenerate.
2712 * configure.ac: Remove support for avr-rtems.
2713
2714 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2715
2716 * MAINTAINERS (Write After Approval): Add myself.
2717
2718 2016-06-16 Michael Collison <michael.collison@arm.com>
2719
2720 * MAINTAINERS (Write After Approval): Add myself.
2721
2722 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2723
2724 * MAINTAINERS (Write After Approval): Update e-mail address.
2725
2726 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2727
2728 * MAINTAINERS (Write After Approval): Add myself.
2729
2730 2016-05-28 Alan Modra <amodra@gmail.com>
2731
2732 * Makefile.tpl (configure): Depend on m4 files included.
2733 * Makefile.in: Regenerate.
2734
2735 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2736
2737 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2738 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2739
2740 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2741
2742 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2743 special case builtin.
2744 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2745 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2746 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2747 for __builtin_vec_addec.
2748
2749 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2750
2751 * config.guess: Import version 2016-04-02 (newest).
2752 * config.sub: Import version 2016-05-10 (newest).
2753
2754 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
2755
2756 * configure.ac: Add ARC support to libgloss.
2757 * configure: Regenerate
2758
2759 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2760
2761 * MAINTAINERS (Write After Approval): Add myself.
2762
2763 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2764
2765 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2766 * configure: Regenerated.
2767 * Makefile.def (gmp): Explicitly disable assembler.
2768 (mpfr): Adjust lib_path.
2769 (mpc): Likewise.
2770 * Makefile.in: Regenerated.
2771
2772 2016-05-01 Jakub Jelinek <jakub@redhat.com>
2773
2774 PR bootstrap/70704
2775 * configure.ac (--enable-stage1-checking): Add missing
2776 --enable-checking=.
2777 * configure: Regenerated.
2778
2779 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2780
2781 * config.guess: Revert r235676.
2782 * config.sub: Revert r235676.
2783
2784 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2785
2786 * config.guess: Remove SH5 support.
2787 * config.sub: Likewise.
2788 * configure: Likewise.
2789 * configure.ac: Likewise.
2790
2791 2016-04-26 Jakub Jelinek <jakub@redhat.com>
2792
2793 PR bootstrap/70704
2794 * configure.ac (--enable-stage1-checking): For --disable-checking or
2795 implicit --enable-checking, make sure extra flag matches in between
2796 stage1 and later checking.
2797 * configure: Regenerated.
2798
2799 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2800
2801 * .gitattributes: New file.
2802
2803 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2804
2805 * MAINTAINERS (rs6000/powerpc port): Add myself.
2806
2807 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2808
2809 PR bootstrap/70173
2810 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2811 and gotools directories. Delete the stage_final file.
2812 * Makefile.in: Regenerate.
2813
2814 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2815
2816 * MAINTAINERS (Write After Approval): Add myself.
2817
2818 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2819
2820 * MAINTAINERS (Fortran maintainer): Remove myself.
2821
2822 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2823
2824 * MAINTAINERS (Write After Approval): Add myself.
2825
2826 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2827
2828 * MAINTAINERS (Write After Approval): Add myself.
2829
2830 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2831
2832 Sync with binutils-gdb:
2833
2834 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2835
2836 * configure.ac: Add mips and s390 to the gold target check.
2837 * configure: Regenerate.
2838
2839 2016-03-01 DJ Delorie <dj@redhat.com>
2840
2841 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2842
2843 2016-02-22 David Malcolm <dmalcolm@redhat.com>
2844
2845 * MAINTAINERS (libcpp): Add myself.
2846 (diagnostic messages): Likewise.
2847
2848 2016-02-20 Tom de Vries <tom@codesourcery.com>
2849
2850 * MAINTAINERS: Fix whitespace.
2851
2852 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2853
2854 * MAINTAINERS (Write After Approval): Add myself.
2855
2856 2016-01-29 Sebastian Pop <s.pop@samsung.com>
2857
2858 * config/isl.m4: Add comments about isl-0.16.
2859 * configure: Regenerate.
2860
2861 2016-01-29 Martin Jambor <mjambor@suse.cz>
2862
2863 * MAINTAINERS (hsa maintainers): Add myself.
2864
2865 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2866
2867 * MAINTAINERS: (Write After Approval): Add myself.
2868
2869 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2870 Sebastian Pop <s.pop@samsung.com>
2871
2872 * Makefile.in: Regenerate.
2873 * Makefile.tpl: Export ISLVER.
2874 * configure: Regenerate.
2875 * config/isl.m4: Detect isl-0.15.
2876
2877 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2878
2879 PR bootstrap/69329
2880 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2881 * Makefile.in: Regenerate.
2882
2883 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2884
2885 * configure.ac: Enable LTO for DJGPP
2886 * configure: Regenerate
2887
2888 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2889
2890 Sync with binutils-gdb:
2891 2015-10-21 Nick Clifton <nickc@redhat.com>
2892
2893 PR gas/19109
2894 * configure.ac: Note the 'none' is an acceptable argument to
2895 --enable-compressed-debug-sections.
2896 * configure: Regenerate.
2897
2898 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2899
2900 PR bootstrap/69134
2901 * Makefile.def (mpfr): Disable assembler.
2902 * Makefile.in: Regenerate.
2903
2904 2016-01-01 Ben Elliston <bje@gnu.org>
2905
2906 * config.guess: Import version 2016-01-01.
2907 * config.sub: Likewise.
2908
2909 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2910
2911 * MAINTAINERS (Write After Approval): Add myself.
2912
2913 2015-12-17 Sebastian Pop <s.pop@samsung.com>
2914
2915 * Makefile.in: Replace ISL with isl.
2916 * Makefile.tpl: Same.
2917 * config/isl.m4: Same.
2918 * configure.ac: Same.
2919 * contrib/download_prerequisites: Same.
2920 * configure: Regenerate.
2921
2922 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2923
2924 * MAINTAINERS (Write After Approval): Add Myself.
2925
2926 2015-12-17 Nathan Sidwell <nathan@acm.org>
2927
2928 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2929 * configure: Regenerate.
2930
2931 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2932 Sebastian Pop <s.pop@samsung.com>
2933
2934 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2935 isl_ctx_get_max_operations.
2936 * configure: Regenerate.
2937
2938 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
2939
2940 * MAINTAINERS (Write After Approval): Add myself.
2941
2942 2015-12-02 Ian Lance Taylor <iant@google.com>
2943
2944 PR go/66147
2945 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2946 * Makefile.in: Regenerate.
2947
2948 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2949
2950 PR libffi/65726
2951 * Makefile.def (lang_env_dependencies): Make libffi depend
2952 on cxx.
2953 * Makefile.in: Regenerate.
2954
2955 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
2956
2957 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2958 symbols.
2959
2960 2015-11-20 Tristan Gingold <gingold@adacore.com>
2961
2962 Sync with binutils-gdb:
2963 2015-11-20 Tristan Gingold <gingold@adacore.com>
2964
2965 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2966 * configure: Regenerate.
2967
2968 2015-11-19 Martin Liska <mliska@suse.cz>
2969
2970 * .gitignore: Add .clang-format to ignored files.
2971 * Makefile.in: Add clang-format.
2972 * Makefile.tpl: Likewise.
2973
2974 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2975
2976 * configure.ac: Enable libmpx by default.
2977 * configure: Regenerated.
2978
2979 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
2980
2981 * MAINTAINERS: Update email address.
2982
2983 2015-10-23 Paulo Matos <pmatos@linki.tools>
2984
2985 * MAINTAINERS: Update email address.
2986
2987 2015-10-23 Alan Hayward <alan.hayward@arm.com>
2988
2989 * MAINTAINERS (Write After Approval): Add myself.
2990
2991 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2992
2993 Sync with binutils-gdb:
2994 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2995
2996 PR gas/19109
2997 * configure.ac: Add
2998 --enable-compressed-debug-sections={all,gas,gold,ld}.
2999 * configure: Regenerated.
3000
3001 2015-10-16 Arnaud Charlet <charlet@adacore.com>
3002
3003 * MAINTAINERS: Update list of Ada maintainers and email addresses.
3004
3005 2015-10-09 Martin Liska <mliska@suse.cz>
3006
3007 * MAINTAINERS (Write After Approval): Add myself.
3008
3009 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
3010
3011 * MAINTAINERS (Write After Approval): Add myself.
3012
3013 2015-10-02 Florian Weimer <fweimer@redhat.com>
3014
3015 * MAINTAINERS: Update email address.
3016
3017 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
3018
3019 * MAINTAINERS (Write After Approval): Add myself.
3020
3021 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
3022
3023 * MAINTAINERS: Update email.
3024
3025 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
3026
3027 * MAINTAINERS: Update my email address.
3028
3029 2015-09-01 James Bowman <james.bowman@ftdichip.com>
3030
3031 * MAINTAINERS (ft32 port): Add myself.
3032
3033 2015-08-28 David Sherwood <david.sherwood@arm.com>
3034
3035 * MAINTAINERS: Add myself.
3036
3037 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
3038
3039 * MAINTAINERS (Write After Approval): Add myself.
3040
3041 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3042
3043 PR libfortran/54572
3044 * Makefile.def: Make libgfortran depend on libbacktrace.
3045 * Makefile.in: Regenerate.
3046
3047 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3048
3049 * MAINTAINERS (Write After Approval): Add myself.
3050
3051 2015-08-12 Tom de Vries <tom@codesourcery.com>
3052
3053 PR other/67092
3054 * configure.ac: Remove --with_host_libstdcxx support.
3055 * configure: Regenerate.
3056
3057 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3058 Jakub Jelinek <jakub@redhat.com>
3059
3060 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3061 nvptx*-*-*.
3062 * configure: Regenerate.
3063
3064 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3065
3066 * Makefile.def (libiconv): Define bootstrap=true.
3067 Mark pdf/html/info as missing.
3068 (configure-gcc): Depend on all-libiconv.
3069 (all-gcc): Ditto.
3070 (configure-libcpp): Ditto.
3071 (all-libcpp): Ditto.
3072 (configure-intl): Ditto.
3073 (all-intl): Ditto.
3074 * Makefile.in: Regenerate.
3075
3076 2015-08-03 Bin Cheng <bin.cheng@arm.com>
3077
3078 * MAINTAINERS (loop ivopts): Add the entry and myself.
3079
3080 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3081
3082 * MAINTAINERS (nvptx): Add self.
3083
3084 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3085
3086 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3087 128-bit vector modes.
3088
3089 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
3090
3091 * MAINTAINERS (Write After Approval): Add myself.
3092
3093 2015-07-28 Ben Elliston <bje@gnu.org>
3094
3095 * config.sub, config.guess: Import from upstream.
3096
3097 2015-07-24 Michael Darling <darlingm@gmail.com>
3098
3099 PR other/66259
3100 * config-ml.in: Reflects renaming of configure.in to configure.ac
3101 * configure: Likewise
3102 * configure.ac: Likewise
3103
3104 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3105
3106 * MAINTAINERS: Update my email address.
3107
3108 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3109
3110 Sync with binutils-gdb:
3111 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3112
3113 * configure.ac (target_configdirs): Exclude target-zlib if
3114 target-libjava isn't built.
3115 * configure: Regenerated.
3116
3117 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3118
3119 Sync with binutils-gdb:
3120 2015-05-13 John David Anglin <dave.anglin@bell.net>
3121
3122 * configure.ac: Disable configuration of GDB for HPUX targets.
3123 * configure: Regenerate.
3124
3125 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3126
3127 * configure.ac: Add --with-system-zlib.
3128 * configure: Regenerated.
3129
3130 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3131
3132 * configure.ac: Add FT32 support.
3133 * configure: Regenerate.
3134
3135 2015-01-12 Anthony Green <green@moxielogic.com>
3136
3137 * configure.ac: Don't disable gprof for moxie.
3138 * configure: Rebuild.
3139
3140 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3141
3142 Sync with binutils-gdb:
3143 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3144
3145 PR ld/18355
3146 * Makefile.def: Add extra_configure_flags to host zlib.
3147 * configure.ac (extra_host_zlib_configure_flags): New. Set
3148 to --enable-host-shared When bfd is to be built as shared
3149 library. AC_SUBST.
3150 * Makefile.in: Regenerated.
3151
3152 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3153
3154 Sync with src:
3155 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3156 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3157 * Makefile.in: Regenerated.
3158
3159 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3160
3161 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3162 target.
3163 * configure: Regenerate.
3164
3165 2015-06-23 Ludovic Courtès <ludo@gnu.org>
3166
3167 * MAINTAINERS (Write After Approval): Add myself.
3168
3169 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3170
3171 * MAINTAINERS (OS Port Maintainers): Add myself.
3172 (Various Maintainers): Remove myself from libffi testsuite.
3173
3174 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3175
3176 * MAINTAINERS (gen* on machine desc): Add self.
3177
3178 2015-06-02 Jason Merrill <jason@redhat.com>
3179
3180 PR bootstrap/66319
3181 * configure.ac: Use -std=gnu++98.
3182
3183 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3184
3185 * MAINTAINERS (Write After Approval): Add myself.
3186
3187 2015-05-28 Mike Frysinger <vapier@gentoo.org>
3188
3189 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3190 * configure: Regenerate.
3191
3192 2015-05-26 Jason Merrill <jason@redhat.com>
3193
3194 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3195 * configure: Regenerate.
3196
3197 2015-05-16 James Bowman <james.bowman@ftdichip.com>
3198
3199 * configure.ac: FT32 target added.
3200 * configure: Regenerated.
3201
3202 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3203
3204 * MAINTAINERS (Write After Approval): Add myself.
3205
3206 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3207
3208 * MAINTAINERS (Write After Approval): Add myself.
3209
3210 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3211
3212 * configure.ac: Fix typo.
3213 * configure: Regenerate.
3214
3215 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3216
3217 * MAINTAINERS (Write After Approval): Add myself.
3218
3219 2015-05-03 Matthias Klose <doko@ubuntu.com>
3220
3221 * configure.ac: Match $host configured with triplets.
3222 * configure: Regenerate.
3223
3224 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3225
3226 * Makefile.tpl: Remove surplus whitespace throughout.
3227 * Makefile.in: Regenerate.
3228
3229 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3230
3231 * MAINTAINERS (Various Maintainers): Add myself as instruction
3232 combiner maintainer.
3233
3234 2015-04-17 Jakub Jelinek <jakub@redhat.com>
3235
3236 PR bootstrap/62077
3237 * configure.ac (--enable-stage1-checking): Default to
3238 release,misc,gimple,rtlflag,tree,types if --disable-checking
3239 or --enable-checking is not specified and DEV-PHASE is not
3240 experimental.
3241 * configure: Regenerated.
3242
3243 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3244
3245 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3246 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3247 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3248 * Makefile.in: Regenerate.
3249
3250 2015-04-08 Cary Coutant <ccoutant@gmail.com>
3251
3252 * MAINTAINERS: Update my email address.
3253
3254 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3255
3256 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3257
3258 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3259
3260 * MAINTAINERS: Add myself as an arm port reviewer.
3261
3262 2015-03-25 Martin Liska <mliska@suse.cz>
3263 Yury Gribov <y.gribov@samsung.com>
3264
3265 * Makefile.in: Fix ln source location for vimrc file.
3266 * Makefile.tpl: Likewise.
3267
3268 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
3269
3270 PR bootstrap/25672
3271 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3272 cross-compiling. Similarly for CXX_FOR_TARGET.
3273 * configure: Regenerate.
3274
3275 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3276
3277 * Makefile.def: Add libmpx.
3278 * configure.ac: Add libmpx.
3279 * Makefile.in: Regenerate.
3280 * configure: Regenerate.
3281
3282 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3283
3284 * MAINTAINERS (CPU Port Maintainers): Add myself
3285 i386 vector ISA extns mantainer.
3286
3287 2015-03-13 Jeff Law <law@redhat.com>
3288
3289 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3290 maintainer.
3291 Remove Richard Henderson as a maintainer for the x86 port.
3292
3293 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
3294
3295 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3296
3297 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3298
3299 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3300 pointer bounds checker and i386 MPX maintainer.
3301
3302 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3303
3304 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3305
3306 2015-02-26 Martin Sebor <msebor@redhat.com>
3307
3308 * MAINTAINERS (Various Maintainers): Add self.
3309
3310 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3311
3312 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3313 Make sure it contains lto.
3314 * configure: Regenerate.
3315
3316 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3317
3318 * configure: Regenerate.
3319
3320 2015-02-06 Diego Novillo <dnovillo@google.com>
3321 1
3322 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3323 middle-end, docstring): Remove myself.
3324 (Write After Approval): Add myself.
3325
3326 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3327
3328 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3329 (Write After Approval): Update address.
3330
3331 2015-01-29 David Malcolm <dmalcolm@redhat.com>
3332
3333 PR jit/64780
3334 * configure.ac: Require the user to explicitly specify
3335 --enable-host-shared if the jit is enabled.
3336 * configure: Regenerate.
3337
3338 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3339
3340 * MAINTAINERS (Write After Approval): Add myself.
3341
3342 2015-01-25 Tom de Vries <tom@codesourcery.com>
3343
3344 * MAINTAINERS: Make whitespace consistent.
3345
3346 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
3347
3348 * MAINTAINERS (Write After Approval): Add myself.
3349
3350 2015-01-20 Andre Vehreschild <vehre@gmx.de>
3351
3352 * MAINTAINERS: (Write After Approval): Add myself.
3353
3354 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3355
3356 * MAINTAINERS: (Write After Approval): Add myself.
3357
3358 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3359
3360 * MAINTAINERS: (Write After Approval): Add myself.
3361
3362 2015-01-13 Iain Sandoe <iain@codesourcery.com>
3363
3364 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3365 objective-c/c++ front end maintainer.
3366
3367 2015-01-13 Marek Polacek <polacek@redhat.com>
3368
3369 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3370
3371 2015-01-12 Jeff Law <law@redhat.com>
3372
3373 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3374 a very long time.
3375
3376 2015-01-09 Ian Lance Taylor <iant@google.com>
3377
3378 * configure.ac (host_tools): Add gotools.
3379 * Makefile.def (host_modules): Add gotools.
3380 (dependencies): Add dependency of all-gotools on all-target-libgo.
3381
3382 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3383
3384 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3385 * configure: Regenerate.
3386
3387 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3388
3389 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3390 all-target-libgomp.
3391 * Makefile.in: Regenerate.
3392
3393 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3394
3395 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3396
3397 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3398
3399 * configure.ac: Add Visium support.
3400 * configure: Regenerate.
3401
3402 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3403
3404 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3405 * configure: Regenerate.
3406
3407 2015-01-03 Andrew Pinski <apinski@cavium.com>
3408
3409 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3410 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3411 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3412 (OBJCOPY_FOR_TARGET): New variable.
3413 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3414 * Makefile.in: Regenerate.
3415 * configure.ac: Check for already installed target objcopy.
3416 Also GCC_TARGET_TOOL on objcopy.
3417 * configure: Regenerate.
3418
3419 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3420
3421 * config.sub: Update from upstream, to 2015-01-01 version.
3422 * config.guess: Ditto.
3423
3424 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3425
3426 * MAINTAINERS (RTEMS Ports): Add myself.
3427
3428 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3429
3430 * MAINTAINERS (Write After Approval): Add myself.
3431
3432 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3433
3434 * MAINTAINERS (Write After Approval): Add myself.
3435
3436 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3437
3438 * configure.ac (--enable-as-accelerator-for): Don't set
3439 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3440 * configure: Regenerate.
3441
3442 2014-12-13 Jakub Jelinek <jakub@redhat.com>
3443
3444 PR bootstrap/64023
3445 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3446 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3447 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3448 to CXX.
3449 * Makefile.in: Regenerated.
3450
3451 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3452 Yury Gribov <y.gribov@samsung.com>
3453
3454 * .gitignore: Added .local.vimrc and .lvimrc.
3455 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3456 * Makefile.in: Regenerate.
3457
3458 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3459
3460 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3461 * configure: Regenerated.
3462
3463 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3464
3465 * MAINTAINERS (nvptx port): New entry.
3466
3467 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3468
3469 * configure: Regenerate.
3470
3471 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3472
3473 * configure.ac: Merge with Binutils.
3474
3475 2014-11-26 Tobias Burnus <burnus@net-b.de>
3476
3477 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3478 * Makefile.in: Regenerate.
3479
3480 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3481
3482 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3483 missing flex.
3484 * Makefile.in: Regenerated.
3485
3486 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3487
3488 * Makefile.in: Regenerate.
3489
3490 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3491
3492 PR bootstrap/63784
3493 * libtool.m4: Add $pic_flag with -shared.
3494
3495 2014-11-21 Renlin Li <Renlin.Li@arm.com>
3496
3497 * MAINTAINERS (Write After Approval): Added myself.
3498
3499 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3500
3501 * MAINTAINERS (write-after-approval): Add myself.
3502
3503 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3504
3505 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3506 from 2 years ago.
3507
3508 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3509
3510 Revert:
3511 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3512
3513 * MAINTAINERS (Write After Approval): Added myself as line map
3514 maintainer.
3515
3516 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3517
3518 Revert:
3519 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3520
3521 * MAINTAINERS (Write After Approval): Added myself.
3522
3523 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3524
3525 * MAINTAINERS (Write After Approval): Added myself.
3526
3527 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3528
3529 * MAINTAINERS (Write After Approval): Added myself as line map
3530 maintainer.
3531
3532 2014-11-17 Dodji Seketeli <dodji@redhat.com>
3533
3534 * MAINTAINERS (Various Maintainers): Added myself as line map
3535 maintainer.
3536
3537 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3538
3539 * move-if-change: Sync from upstream gnulib.
3540
3541 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3542
3543 * compile: Sync with upstream Automake.
3544 * depcomp: Ditto.
3545 * install-sh: Ditto.
3546 * missing: Ditto.
3547 * mkinstalldirs: Ditto.
3548 * ylwrap: Ditto.
3549
3550 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3551
3552 * config.sub: Update from upstream config repo.
3553 * config.guess: Ditto.
3554
3555 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3556
3557 * Makefile.def: Add liboffloadmic to target_modules. Make
3558 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3559 * Makefile.in: Regenerate.
3560 * configure: Regenerate.
3561 * configure.ac: Add liboffloadmic to target binaries.
3562 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3563 Add liboffloadmic to noconfig list when C++ is not supported.
3564
3565 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3566 Thomas Schwinge <thomas@codesourcery.com>
3567 Ilya Verbin <ilya.verbin@intel.com>
3568 Andrey Turetskiy <andrey.turetskiy@intel.com>
3569
3570 * configure: Regenerate.
3571 * configure.ac (--enable-as-accelerator-for)
3572 (--enable-offload-targets): New configure options.
3573
3574 2014-11-11 Tobias Burnus <burnus@net-b.de>
3575
3576 * Makefile.def: Make all-gcc depend on all-isl.
3577 * Makefile.in: Regenerate.
3578
3579 2014-11-11 David Malcolm <dmalcolm@redhat.com>
3580
3581 * ChangeLog.jit: New.
3582 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3583
3584 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3585
3586 PR target/63610
3587 * libtool.m4: Fix globbing of darwin versions.
3588 * configure: Regenerate.
3589
3590 2014-11-11 Tobias Burnus <burnus@net-b.de>
3591
3592 * Makefile.def: Remove CLooG.
3593 * Makefile.tpl: Ditto.
3594 * configure.ac: Ditto.
3595 * configure: Regenerate.
3596 * Makefile.in: Ditto.
3597
3598 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3599
3600 * configure.ac: Handle nvptx-*-*.
3601 * configure: Regenerate.
3602
3603 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3604
3605 * MAINTAINERS (Write After Approval): Add myself.
3606
3607 2014-10-31 Jakub Jelinek <jakub@redhat.com>
3608
3609 * Makefile.def (libcc1): Remove bootstrap=true;.
3610 * Makefile.in: Regenerated.
3611
3612 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3613
3614 * configure.ac: Update comment.
3615 * configure: Regenerate.
3616
3617 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3618
3619 * MAINTAINERS (Write After Approval): Add myself.
3620
3621 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3622
3623 * configure.ac (extra_host_libiberty_configure_flags): Add
3624 --enable-shared also for libcc1's benefit.
3625 * configure: Regenerate.
3626
3627 2014-10-29 Tristan Gingold <gingold@adacore.com>
3628
3629 * MAINTAINERS: Change my email address.
3630
3631 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3632 Tom Tromey <tromey@redhat.com>
3633
3634 * Makefile.def: Add libcc1 to host_modules.
3635 * configure.ac (host_tools): Add libcc1.
3636 * Makefile.in, configure: Rebuild.
3637
3638 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
3639
3640 * configure.ac (build_configargs): Don't share config.cache between
3641 build subdirs.
3642 * configure: Regenerate.
3643
3644 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3645
3646 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3647 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3648 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3649 leon3v7 as leon3.
3650 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3651 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3652 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3653 * config/sparc/sparc.md (cpu): Add leon3v7.
3654 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3655
3656 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3657
3658 * MAINTAINERS (write-after-approval): Add myself.
3659
3660 2014-10-23 Ian Lance Taylor <iant@google.com>
3661
3662 * configure.ac: Disable the Go frontend on systems where it is known
3663 to not work.
3664 * configure: Regenerate.
3665
3666 2014-10-23 Richard Biener <rguenther@suse.de>
3667
3668 * Makefile.def: Add libcpp build module and dependencies.
3669 * configure.ac: Add libcpp build module.
3670 * Makefile.in: Regenerate.
3671 * configure: Likewise.
3672
3673 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3674
3675 * MAINTAINERS (write-after-approval): Add myself.
3676
3677 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3678
3679 * INSTALL/README: Do not mention CVS.
3680
3681 2014-10-03 Jing Yu <jingyu@google.com>
3682
3683 * configure.ac: Add aarch64 to list of targets that support gold.
3684 * configure: Regenerate.
3685
3686 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
3687
3688 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3689
3690 2014-09-29 Catherine Moore <clm@codesourcery.com>
3691
3692 * MAINTAINERS: Add myself as MIPS maintainer.
3693
3694 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3695
3696 * MAINTAINERS: Move myself to MIPS maintainers.
3697
3698 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3699
3700 * MAINTAINERS: Put all email addresses between '<' and '>'.
3701
3702 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3703
3704 * MAINTAINERS: Move myself to reviewers (Fortran).
3705
3706 2014-09-01 Andi Kleen <ak@linux.intel.com>
3707
3708 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3709 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3710 * Makefile.in: Regenerate.
3711
3712 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3713
3714 * rtx-classes-status.txt: Delete
3715
3716 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3717
3718 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3719
3720 2014-08-27 Sebastian Pop <s.pop@samsung.com>
3721
3722 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3723 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3724 of checking for version number.
3725 * configure: Regenerated.
3726 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3727
3728 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3729
3730 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3731 is done; begin phase 6 (use extra rtx_def subclasses).
3732
3733 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3734
3735 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3736 done; begin phase 5 (additional rtx_def subclasses).
3737
3738 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3739
3740 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3741
3742 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3743
3744 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3745 SET_BB_HEADER are done.
3746
3747 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3748
3749 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3750 done.
3751
3752 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3753
3754 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3755
3756 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3757
3758 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3759
3760 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3761
3762 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3763
3764 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3765
3766 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3767
3768 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3769
3770 * rtx-classes-status.txt: Phase 3 (per-file commits within
3771 "config" subdirs) is done; begin phase 4 (removal of
3772 "scaffolding").
3773
3774 2014-08-23 David Malcolm <dmalcolm@redhat.com>
3775
3776 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3777 dir) is done; begin phase 3 (per-file commits within "config"
3778 subdirs).
3779
3780 2014-08-21 David Malcolm <dmalcolm@redhat.com>
3781
3782 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3783 phase 2 (per-file commits in main source dir).
3784
3785 2014-08-21 Bin Cheng <bin.cheng@arm.com>
3786
3787 * configure: Regenerated.
3788
3789 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3790
3791 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3792
3793 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3794
3795 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3796
3797 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3798
3799 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3800
3801 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3802
3803 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3804
3805 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3806
3807 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3808
3809 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3810
3811 * MAINTAINERS (Write After Approval): Add myself.
3812
3813 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3814
3815 * MAINTAINERS: Remove myself
3816
3817 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3818
3819 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3820
3821 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3822
3823 * MAINTAINERS (Write After Approval): Add myself.
3824
3825 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3826
3827 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3828 SET_BB_HEADER, SET_BB_FOOTER
3829
3830 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3831
3832 * rtx-classes-status.txt: New file
3833
3834 2014-08-18 Roman Gareev <gareevroman@gmail.com>
3835
3836 * configure.ac: Eliminate ClooG installation dependency.
3837 * configure: Regenerate.
3838 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3839 * Makefile.in: Regenerate.
3840
3841 2014-08-15 Ilya Verbin <iverbin@gmail.com>
3842
3843 * MAINTAINERS (Write After Approval): Add myself.
3844
3845 2014-08-15 Ilya Tocar <tocarip@gmail.com>
3846
3847 * MAINTAINERS (Write After Approval): Add myself.
3848
3849 2014-08-01 Jiong Wang <jiong.wang@arm.com>
3850
3851 * MAINTAINERS (Write After Approval): Add myself.
3852
3853 2014-07-28 Anthony Green <green@moxielogic.com>
3854
3855 Import from savannah.gnu.org:
3856 * config.sub: Update to 2014-07-28 version.
3857
3858 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3859
3860 * MAINTAINERS: Remove my MIPS maintainer entry.
3861
3862 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
3863
3864 PR target/47230
3865 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3866 * configure: Regenerate.
3867
3868 2014-07-24 James Norris <jnorris@codesourcery.com>
3869
3870 * MAINTAINERS (Write After Approval): Add myself.
3871
3872 2014-07-20 Roman Gareev <gareevroman@gmail.com>
3873
3874 * configure.ac: Accept only CLooG 0.18.1.
3875 * configure: Regenerate.
3876
3877 2014-07-17 Roman Gareev <gareevroman@gmail.com>
3878
3879 * configure.ac: Don't accept isl 0.11.
3880 * configure: Regenerate.
3881
3882 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3883
3884 * MAINTAINERS (Write After Approval): Add myself.
3885
3886 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3887
3888 * configure.ac: Don't accept isl 0.10.
3889 * configure: Regenerate.
3890
3891 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
3892
3893 Fix include path for in-tree cloog.
3894 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3895 * configure: Regenerate.
3896
3897 2014-06-18 Richard Henderson <rth@redhat.com>
3898
3899 * .gitignore: Import gcc_update output.
3900
3901 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3902
3903 * config-ml.in: Robustify ac_configure_args parsing.
3904
3905 * configure.ac (--enable-linker-plugin-configure-flags)
3906 (--enable-linker-plugin-flags): New flags.
3907 (configdirs): Conditionally add libiberty-linker-plugin.
3908 * configure: Regenerate.
3909 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3910 (host_modules) <lto-plugin>: Pay attention to
3911 @extra_linker_plugin_flags@ and
3912 @extra_linker_plugin_configure_flags@.
3913 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3914 * Makefile.in: Regenerate.
3915
3916 * Makefile.tpl (configure-[+prefix+][+module+])
3917 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3918 "module_srcdir" instead of "module" for locating a module's srcdir.
3919 * Makefile.in: Regenerate.
3920
3921 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3922
3923 * MAINTAINERS (Write After Approval): Add myself.
3924
3925 2014-06-06 Sebastian Pop <sebpop@gmail.com>
3926
3927 * MAINTAINERS: Update my email address.
3928
3929 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3930
3931 * MAINTAINERS (Write After Approval): Add myself.
3932
3933 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
3937 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
3938
3939 PR libstdc++/61011
3940 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3941 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3942 * configure: Regenerate.
3943
3944 2014-05-28 Pedro Alves <palves@redhat.com>
3945
3946 * MAINTAINERS (Write After Approval): Add myself.
3947
3948 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3949
3950 * MAINTAINERS: Update my affiliation/email.
3951
3952 2014-05-19 Mike Stump <mikestump@comcast.net>
3953
3954 * MAINTAINERS: Add wide-int reviewers.
3955
3956 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3957
3958 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3959 * configure: Regenerated.
3960
3961 2014-05-15 Torvald Riegel <triegel@redhat.com>
3962
3963 * MAINTAINERS (libitm): Add myself as maintainer.
3964
3965 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
3966
3967 * MAINTAINERS (Write After Approval): Add myself.
3968
3969 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3970
3971 * config.sub, config.guess: Import from upstream.
3972
3973 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3974
3975 * MAINTAINERS (Write After Approval): Put myself in correct order.
3976
3977 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3978
3979 * MAINTAINERS (Write After Approval): Add myself.
3980
3981 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3982
3983 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3984 section.
3985
3986 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3987
3988 * MAINTAINERS (Write After Approval): Delete myself.
3989
3990 2014-04-17 Jakub Jelinek <jakub@redhat.com>
3991
3992 PR sanitizer/56781
3993 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3994 and -B* options with -Xcompiler.
3995
3996 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3997
3998 PR bootstrap/60620
3999 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
4000 * Makefile.in: Regenerate.
4001
4002 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
4003
4004 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4005 for WINDRES_FOR_TARGET in default-manifest.o rule.
4006 * Makefile.in: Regenerate.
4007
4008 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
4009
4010 * MAINTAINERS (Write After Approval): Add myself.
4011
4012 2014-03-26 Jakub Jelinek <jakub@redhat.com>
4013
4014 PR sanitizer/56781
4015 * Makefile.def: Set bootstrap=true; for host fixincludes.
4016 * configure.ac: Don't bootstrap host fixincludes unless
4017 --with-build-config=bootstrap-{a,ub}san.
4018 * Makefile.in: Regenerated.
4019 * configure: Regenerated.
4020
4021 2014-03-21 Jakub Jelinek <jakub@redhat.com>
4022
4023 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4024 --enable-vtable-verify option parsing. Don't add
4025 target-libsanitizer to bootstrap_target_libs unless
4026 --with-build-config=bootstrap-asan or
4027 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
4028 to bootstrap_target_libs unless --enable-vtable-verify.
4029 * configure: Regenerated.
4030
4031 2014-03-10 Anatoly Sokolov <aesok@post.ru>
4032
4033 * MAINTAINERS (Write After Approval): Add myself.
4034
4035 2014-03-07 Denis Chertykov <chertykov@gmail.com>
4036
4037 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4038
4039 2014-03-07 Jakub Jelinek <jakub@redhat.com>
4040
4041 PR bootstrap/58572
4042 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4043 -I for libstdc++-v3 includes if $(LEAN).
4044 * Makefile.in: Regenerated.
4045
4046 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
4047
4048 * MAINTAINERS: Update my email address.
4049
4050 2014-02-24 Walter Lee <walt@tilera.com>
4051
4052 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4053 (tilegx-*-*): Change to tilegx*-*-*.
4054 * configure: Regenerate.
4055
4056 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
4057
4058 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4059
4060 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4061
4062 * MAINTAINERS (Write After Approval): Add myself.
4063
4064 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4065
4066 PR target/59788
4067 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4068 *solaris2*.
4069
4070 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
4071
4072 * MAINTAINERS: Update my email address.
4073
4074 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4075
4076 * MAINTAINERS: Convert to UTF-8.
4077 Properly sort Xinliang David Li's entry.
4078
4079 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4080 Sandra Loosemore <sandra@codesourcery.com>
4081
4082 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4083 nios2 port maintainers.
4084
4085 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4086
4087 * MAINTAINERS (Write After Approval): Add myself.
4088
4089 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4090
4091 * configure.ac: Add user-friendly check for native x86_64-linux
4092 multilibs.
4093 * configure: Regenerate.
4094
4095 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4096
4097 * MAINTAINERS: Add myself as sh maintainer.
4098
4099 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4100
4101 * MAINTAINERS: Add self as SLSR maintainer.
4102
4103 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
4104
4105 * MAINTAINERS: Update my email address.
4106
4107 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
4108
4109 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4110
4111 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4112
4113 * Makefile.in: Regenerate.
4114
4115 * Makefile.tpl: Fix typo.
4116 * Makefile.in: Regenerate partially.
4117
4118 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4119
4120 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4121 supported.
4122 * configure: Regenerated.
4123
4124 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4125
4126 * MAINTAINERS (Write After Approval): Add myself.
4127
4128 2013-10-30 Jason Merrill <jason@redhat.com>
4129
4130 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4131 --disable-build-format-warnings.
4132
4133 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4134
4135 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
4136 depend on libstdc++ and libgcc.
4137 * configure: Regenerate.
4138 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4139 libcilkrts for POSIX and i*86, and x86_64 architectures.
4140 * Makefile.in: Added libcilkrts related fields to support building it.
4141
4142 2013-10-26 Jeff Law <law@redhat.com>
4143
4144 * Makefile.def (target_modules): Remove libmudflap
4145 (languages): Remove check-target-libmudflap).
4146 * Makefile.in: Rebuilt.
4147 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4148 * configure.ac (target_libraries): Remove target-libmudflap.
4149 Remove checks which disabled libmudflap on some systems.
4150 * configure: Rebuilt.
4151 * libmudflap: Directory removed.
4152
4153 2013-10-21 Cong Hou <congh@google.com>
4154
4155 * MAINTAINERS (Write After Approval): Add myself.
4156
4157 2013-10-16 Mike Stump <mikestump@comcast.net>
4158
4159 * .dir-locals.el: Add.
4160
4161 2013-10-15 David Malcolm <dmalcolm@redhat.com>
4162
4163 * configure.ac: Add --enable-host-shared
4164 * configure: Regenerate.
4165
4166 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4167
4168 Import from savannah.gnu.org:
4169 * config.guess: Update to 2013-06-10 version.
4170 * config.sub: Update to 2013-10-01 version.
4171
4172 2013-10-01 Simon Cook <simon.cook@embecosm.com>
4173
4174 Changes to build configuration to allow big endian ARC ELF toolchain
4175 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4176 * configure: Regenerate.
4177
4178 2013-09-20 Alan Modra <amodra@gmail.com>
4179
4180 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4181 ppc host match. Support little-endian powerpc linux hosts.
4182
4183 2013-09-19 Dodji Seketeli <dodji@redhat.com>
4184
4185 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4186 maintainer.
4187
4188 2013-09-12 DJ Delorie <dj@redhat.com>
4189
4190 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4191 maintainers.
4192
4193 2013-09-03 Richard Biener <rguenther@suse.de>
4194
4195 * configure.ac: Also allow ISL 0.12.
4196 * configure: Regenerated.
4197
4198 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4199
4200 * MAINTAINERS (Write After Approval): Add myself.
4201
4202 2013-08-27 David Malcolm <dmalcolm@redhat.com>
4203
4204 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4205
4206 2013-08-26 Caroline Tice <cmtice@google.com>
4207
4208 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4209 "Various Reviewers" to libvtv "Various Maintainers".
4210
4211 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4212
4213 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4214
4215 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4216
4217 * MAINTAINERS: Update name, email.
4218
4219 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
4220
4221 * MAINTAINERS (Write After Approval): Add myself.
4222
4223 2013-08-12 Caroline Tice <cmtice@google.com>
4224
4225 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4226 address in the Write After Approval section.
4227
4228 2013-08-09 Carlos O'Donell <carlos@redhat.com>
4229
4230 * MAINTAINERS (Write After Approval): Update email.
4231
4232 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4233
4234 * configure.ac: Adjust to check VTV_SUPPORTED.
4235 * configure: Regenerated.
4236
4237 2013-08-02 Caroline Tice <cmtice@google.com>
4238
4239 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4240 on non-linux systems; add target-libvtv to noconfigdirs; add
4241 libsupc++/.libs to C++ library search paths.
4242 * configure: Regenerated.
4243 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4244 libstdc++ and libgcc.
4245 * Makefile.in: Regenerated.
4246
4247 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
4248
4249 * MAINTAINERS (Write After Approval): Add myself.
4250
4251 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4252 Shiva Chen <shiva0217@gmail.com>
4253
4254 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4255 nds32 port maintainers.
4256
4257 2013-07-17 Tim Shen <timshen91@gmail.com>
4258
4259 * MAINTAINERS (Write After Approval): Add myself.
4260
4261 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4262
4263 * configure.ac: Sync from binutils.
4264 * configure: Regenerate.
4265
4266 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4267
4268 * MAINTAINERS (Write After Approval): Add myself.
4269
4270 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4271
4272 * MAINTAINERS (Write After Approval): Add myself.
4273
4274 2013-05-17 David Malcolm <dmalcolm@redhat.com>
4275
4276 * MAINTAINERS (Write After Approval): Add myself.
4277
4278 2013-04-30 Brooks Moses <bmoses@google.com>
4279
4280 * MAINTAINERS: Update my email; move myself from Fortran
4281 reviewer to Write After Approval.
4282
4283 2013-04-16 Andreas Schwab <schwab@suse.de>
4284
4285 * configure.ac (aarch64-*-*): Don't disable java.
4286 * configure: Regenerate.
4287
4288 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4289
4290 * MAINTAINERS (Write After Approval): Add myself.
4291
4292 2013-03-30 Matthias Klose <doko@ubuntu.com>
4293
4294 * Makefile.def (target_modules): Don't install libffi.
4295 * Makefile.in: Regenerate.
4296
4297 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4298
4299 * MAINTAINERS (Write After Approval): Add myself.
4300
4301 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4302
4303 * MAINTAINERS (Write After Approval): Add myself.
4304
4305 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4306
4307 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4308 * configure: Regenerated.
4309
4310 2013-02-05 Ian Lance Taylor <iant@google.com>
4311
4312 PR go/55969
4313 * configure.ac: Disable libgo on some systems where it does not
4314 work.
4315
4316 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
4317
4318 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4319 Remove Geoff Keating as rs6000 port maintainer, at his request.
4320
4321 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4322
4323 * MAINTAINERS: Update my email.
4324
4325 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
4326
4327 * configure: Re-generate.
4328
4329 2013-01-15 Richard Biener <rguenther@suse.de>
4330
4331 PR other/55973
4332 * configure: Re-generate.
4333
4334 2013-01-14 Matthias Klose <doko@ubuntu.com>
4335
4336 * Makefile.def (install-target-libsanitizer): Depend on
4337 install-target-libstdc++-v3.
4338 * Makefile.in: Regenerate.
4339
4340 2013-01-14 Richard Biener <rguenther@suse.de>
4341
4342 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4343 * configure: Re-generate
4344
4345 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4346
4347 * config.sub: Update from config repo.
4348
4349 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4350
4351 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4352 * Makefile.in: Regenerate.
4353
4354 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4355
4356 * MAINTAINERS (arc): Add new port maintainership for myself.
4357
4358 2013-01-09 Jason Merrill <jason@redhat.com>
4359
4360 * .gitignore: Import from gdb repository.
4361
4362 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4363
4364 * Makefile.def (configure-gcc): Depend on all-gmp.
4365 (all-gcc): Remove dependency on all-gmp.
4366 * Makefile.in: Regenerated.
4367
4368 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4369
4370 * config.sub: Merge from config repo.
4371 * config.guess: Ditto.
4372
4373 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4374
4375 * Makefile.def: Merge from binutils.
4376 * Makefile.in: Ditto.
4377
4378 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4379
4380 * MAINTAINERS: Update my email.
4381
4382 2012-12-29 Ben Elliston <bje@gnu.org>
4383
4384 * config.guess: Update to 2012-12-29 version.
4385 * config.sub: Likewise.
4386
4387 2012-12-20 Matthias Klose <doko@ubuntu.com>
4388
4389 * Makefile.def (install-target-libgfortran): Depend on
4390 install-target-libquadmath, install-target-libgcc.
4391 (install-target-libsanitizer): Depend on install-target-libgcc.
4392 (install-target-libjava): Depend on install-target-libgcc.
4393 (install-target-libitm): Depend on install-target-libgcc.
4394 (install-target-libobjc): Depend on install-target-libgcc.
4395 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4396 * Makefile.in: Regenerate.
4397
4398 2012-12-19 Matthias Klose <doko@ubuntu.com>
4399
4400 * Makefile.def (install-target-libgo): Depend on
4401 install-target-libatomic.
4402 * Makefile.in: Regenerate.
4403
4404 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4405
4406 PR go/55201
4407 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4408 * Makefile.in: Regenerate.
4409
4410 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4411
4412 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4413 * configure: Regenerate.
4414
4415 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4416
4417 * config.sub: Merge from config repo.
4418
4419 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4420
4421 * Makefile.def (target_modules): Add bootstrap=true and
4422 raw_cxx=true to libsanitizer.
4423 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4424 * Makefile.in: Regenerated.
4425 * configure: Likewise.
4426
4427 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4428
4429 * MAINTAINERS: Remove self as RTL optimization maintainer.
4430
4431 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4432
4433 * MAINTAINERS (Write After Approval): Add myself.
4434
4435 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4436
4437 * Makefile.def (target_modules): Remove bootstrap=true and
4438 raw_cxx=true from libsanitizer.
4439 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4440 * Makefile.in: Regenerated.
4441 * configure: Likewise.
4442
4443 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4444
4445 * Makefile.def (target_modules): Add bootstrap=true and
4446 raw_cxx=true to libsanitizer.
4447 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4448 * Makefile.in: Regenerated.
4449 * configure: Likewise.
4450
4451 2012-11-28 Andrew Pinski <apinski@cavium.com>
4452
4453 PR bootstrap/54279
4454 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4455 * configure: Regenerate.
4456 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4457 * Makefile.in: Regenerate.
4458
4459 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4460
4461 * configure.ac: Disable libsanitizer if we're not building C++.
4462 * configure: Regenerate.
4463
4464 2012-11-15 Roland McGrath <roland@hack.frob.com>
4465
4466 * MAINTAINERS (Write After Approval): Add myself.
4467
4468 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
4469
4470 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4471 Kostya Serebryany (kcc@google.com) and
4472 Jakub Jelinek (jakub@redhat.com).
4473 Rename area for Dodji Seketeli (dodji@redhat.com).
4474
4475 2012-11-15 Dodji Seketeli <dodji@redhat.com>
4476
4477 * MAINTAINERS: (asan.c, related): Add myself.
4478
4479 2012-11-14 Roland McGrath <mcgrathr@google.com>
4480
4481 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4482 * configure: Regenerate.
4483
4484 2012-11-13 Richard Henderson <rth@redhat.com>
4485
4486 * configure.ac: Move libsanitizer logic to subdirectory.
4487 * configure: Regenerate.
4488
4489 2012-11-13 Dodji Seketeli <dodji@redhat.com>
4490
4491 * configure.ac: Enable libsanitizer just on x86 linux for now.
4492 * configure: Re-generate.
4493
4494 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
4495
4496 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4497 sections.
4498 * configure: Regenerate.
4499
4500 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
4501
4502 * configure.ac: Add section for configdirs for libsanitizer.
4503 Disable for cris-*-* and mmix-*-*.
4504 * configure: Regenerate.
4505
4506 2012-11-12 Wei Mi <wmi@google.com>
4507
4508 * configure.ac: Add libsanitizer to target_libraries.
4509 * Makefile.def: Ditto.
4510 * configure: Regenerate.
4511 * Makefile.in: Regenerate.
4512 * libsanitizer: New directory for asan runtime. Contains an empty
4513 tsan directory.
4514
4515 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
4516
4517 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4518 against Mingw64 w32api.
4519 * configure: Regenerate.
4520
4521 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4522
4523 * configure: Regenerated.
4524
4525 2012-11-03 Robert Mason <rbmj@verizon.net>
4526
4527 * configure.ac: add --disable-libstdcxx configure option
4528 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4529
4530 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4531
4532 * MAINTAINERS (Write After Approval): Add myself.
4533
4534 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4535
4536 * MAINTAINERS (Write After Approval): Add myself.
4537
4538 2012-10-24 Sharad Singhai <singhai@google.com>
4539
4540 * MAINTAINERS (Write After Approval): Add myself.
4541
4542 2012-10-24 Eric Christopher <echristo@gmail.com>
4543
4544 * MAINTAINERS: Update email address.
4545
4546 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4547
4548 PR bootstrap/54820
4549 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4550 * configure: Regenerate.
4551
4552 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
4553
4554 * MAINTAINERS (aarch64): Add Marcus and myself.
4555
4556 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4557
4558 PR bootstrap/54820
4559 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4560 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4561 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4562 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4563 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4564 * Makefile.in: Regenerate.
4565 * configure.ac (have_static_libs): New variable and associated check.
4566 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4567 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4568 * configure: Regenerate.
4569
4570 2012-10-10 Richard Biener <rguenther@suse.de>
4571
4572 * MAINTAINERS: Adjust for changed surname.
4573
4574 2012-10-04 Lawrence Crowl <crowl@google.com>
4575
4576 * MAINTAINERS (Write After Approval): Add myself.
4577
4578 2012-10-01 Cary Coutant <ccoutant@google.com>
4579
4580 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4581
4582 2012-09-28 Ian Lance Taylor <iant@google.com>
4583
4584 * Makefile.def: Make all-target-libgo depend on
4585 all-target-libbacktrace.
4586 * Makefile.in: Rebuild.
4587
4588 2012-09-26 Ian Lance Taylor <iant@google.com>
4589
4590 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4591 * Makefile.in: Rebuild.
4592
4593 2012-09-20 Walter Lee <walt@tilera.com>
4594
4595 * configure.ac: Add tilegx to list of targets that support gold.
4596 * configure: Regenerate.
4597
4598 2012-09-20 Marek Polacek <polacek@redhat.com>
4599
4600 * MAINTAINERS (Write After Approval): Add myself.
4601
4602 2012-09-19 Steve Ellcey <sellcey@mips.com>
4603
4604 * configure.ac: Add mips*-mti-elf* target.
4605 * configure: Regenerate.
4606
4607 2012-09-17 Ian Lance Taylor <iant@google.com>
4608
4609 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4610 * configure.ac (host_libs): Add libbacktrace.
4611 (target_libraries): Add libbacktrace.
4612 * Makefile.def (host_modules): Add libbacktrace.
4613 (target_modules): Likewise.
4614 * configure, Makefile.in: Rebuild.
4615
4616 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
4617
4618 PR target/38607
4619 Merge upstream change.
4620 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4621
4622 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4623 Add libgomp*.o to compare_exclusions for AIX.
4624 * configure: Regenerate.
4625
4626 2012-09-06 Diego Novillo <dnovillo@google.com>
4627
4628 * configure.ac: Bump minimum GMP version to 4.2.3.
4629 * configure: Re-generate.
4630
4631 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
4632
4633 PR target/54461
4634 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4635 target-libgloss if not configured --with-avrlibc=no.
4636 * configure: Regenerate.
4637
4638 2012-09-04 Jason Merrill <jason@redhat.com>
4639
4640 * configure.ac: Fix --enable-languages=all.
4641
4642 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
4643
4644 * MAINTAINERS (Write After Approval): Add myself.
4645
4646 2012-09-03 Richard Guenther <rguenther@suse.de>
4647
4648 PR bootstrap/54138
4649 * configure.ac: Re-organize ISL / CLOOG checks to allow
4650 disabling with either --without-isl or --without-cloog.
4651 * configure: Regenerated.
4652
4653 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
4654
4655 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4656 * configure: Regenerate.
4657
4658 2012-08-27 Ulrich Drepper <drepper@gmail.com>
4659
4660 * MAINTAINERS: Fix my email address.
4661
4662 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4663
4664 PR binutils/4970
4665 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4666 and opcodes.
4667 * Makefile.in: Regenerated.
4668
4669 2012-08-26 Art Haas <ahaas@impactweather.com>
4670
4671 * configure: Regenerate.
4672
4673 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4674
4675 * INSTALL/README: Also refer to the online installation
4676 instructions.
4677
4678 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4679
4680 * MAINTAINERS (Write After Approval): Add myself.
4681 (Picochip port): Remove myself.
4682
4683 2012-08-14 Diego Novillo <dnovillo@google.com>
4684
4685 Merge from cxx-conversion branch.
4686
4687 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4688 POSTSTAGE1_CONFIGURE_FLAGS.
4689 * Makefile.in: Regenerate.
4690 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4691 Force C++ when bootstrapping.
4692 * configure: Regenerate.
4693
4694 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4695
4696 * MAINTAINERS (Write After Approval): Add myself.
4697
4698 2012-07-16 Joseph Myers <joseph@codesourcery.com>
4699
4700 * README: Document use of ranges of years in copyright notices.
4701
4702 2012-07-06 Richard Guenther <rguenther@suse.de>
4703
4704 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4705 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4706 --with-gmp=system.
4707 * Makefile.in: Regenerated.
4708 * configure: Likewise.
4709
4710 2012-07-06 Richard Guenther <rguenther@suse.de>
4711
4712 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4713 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4714 supply V=1 as extra_make_flags.
4715 * configure: Regenerated.
4716 * Makefile.in: Likewise.
4717
4718 2012-07-04 Tristan Gingold <gingold@adacore.com>
4719
4720 * configure: Regenerate.
4721
4722 2012-07-03 Richard Guenther <rguenther@suse.de>
4723
4724 * Makfile.def (isl): Remove not necessary extra_exports and
4725 extra_make_flags.
4726 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4727 * Makefile.in: Regenerated.
4728
4729 2012-07-03 Richard Guenther <rguenther@suse.de>
4730
4731 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4732 * configure.ac: If either the ISL or the CLooG check failed
4733 do not try to build in-tree versions.
4734 * Makefile.in: Regenerated.
4735 * configure: Regenerated.
4736
4737 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4738
4739 * configure: Regenerate.
4740
4741 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
4742
4743 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4744 maintainer.
4745
4746 2012-07-02 Richard Guenther <rguenther@suse.de>
4747
4748 * configure: Regenerated.
4749
4750 2012-07-02 Richard Guenther <rguenther@suse.de>
4751 Michael Matz <matz@suse.de>
4752 Tobias Grosser <tobias@grosser.es>
4753 Sebastian Pop <sebpop@gmail.com>
4754
4755 * Makefile.def: Add ISL host module, remove PPL host module.
4756 Adjust ClooG host module to use the proper ISL.
4757 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4758 * configure.ac: Include config/isl.m4. Add ISL host library,
4759 remove PPL. Remove PPL configury, add ISL configury, adjust
4760 ClooG configury.
4761 * Makefile.in: Regenerated.
4762 * configure: Likewise.
4763
4764 2012-07-02 Richard Guenther <rguenther@suse.de>
4765
4766 Merge from graphite branch
4767 2011-07-21 Tobias Grosser <tobias@grosser.es>
4768
4769 * configure: Regenerated.
4770 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4771 both cloog.org and legacy versions. The only supported version will
4772 be CLooG with the isl backend.
4773
4774 2011-07-21 Tobias Grosser <tobias@grosser.es>
4775
4776 * configure: Regenerated.
4777 * configure.ac: Require cloog isl 0.17.0
4778
4779 2011-07-21 Tobias Grosser <tobias@grosser.es>
4780
4781 * configure: Regenerated.
4782 * config/cloog.m4: Do not define CLOOG_ORG
4783
4784 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4785
4786 * configure.ac: Skip C if explicitly selected.
4787 * configure: Regenerate.
4788
4789 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
4790
4791 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4792 they contain -O2.
4793 * configure: Regenerate.
4794
4795 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4796
4797 PR debug/53740
4798 * df.h, df-problems.c, dce.c: Revert last patch.
4799
4800 2012-06-25 Iain Sandoe <iain@codesourcery.com>
4801
4802 * MAINTAINERS (Write After Approval): Update my email address.
4803
4804 2012-06-21 Meador Inge <meadori@codesourcery.com>
4805
4806 * MAINTAINERS (Write After Approval): Add myself.
4807
4808 2012-06-20 Jason Merrill <jason@redhat.com>
4809
4810 * Makefile.tpl (check-target-libgomp-c++): New.
4811 (check-target-libitm-c++): New.
4812 * Makefile.def (c++): Add them.
4813 * Makefile.in: Regenerate.
4814
4815 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
4816
4817 * MAINTAINERS (Write After Approval): Add myself.
4818
4819 2012-05-16 Olivier Hainque <hainque@adacore.com>
4820
4821 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4822 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4823 (install-no-fixedincludes): Adjust accordingly.
4824 * Makefile.in: Regenerate.
4825
4826 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4827
4828 Merge upstream change
4829 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4830
4831 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4832
4833 * MAINTAINERS (Write After Approval): Add myself.
4834
4835 2012-05-09 Nick Clifton <nickc@redhat.com>
4836 Paul Smith <psmith@gnu.org>
4837
4838 PR bootstrap/50461
4839 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4840 allow for the fact that from release v3.1.0 of MPFR the source
4841 files were moved into a src sub-directory.
4842 * configure: Regenerate.
4843
4844 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4845
4846 * configure.ac: Bump minimum MPFR version to 2.4.0.
4847 * configure: Regenerated.
4848
4849 2012-05-01 Richard Henderson <rth@redhat.com>
4850
4851 * Makefile.def (libatomic): New target_module.
4852 * configure.ac (target_libraries): Add libatomic.
4853 (noconfigdirs): Check if libatomic is supported.
4854 * Makefile.in, configure: Rebuild.
4855
4856 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4857
4858 * MAINTAINERS (Write After Approval): Add myself.
4859
4860 2012-04-25 Joel Brobecker <brobecker@adacore.com>
4861
4862 * config.sub: Update to 2012-04-18 version from official repo.
4863
4864 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4865
4866 * MAINTAINERS (Write After Approval): Add myself.
4867
4868 2012-04-11 Steve Ellcey <sellcey@mips.com>
4869
4870 * MAINTAINERS: Changed email address.
4871
4872 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
4873
4874 PR target/52737
4875 * contrib/gcc_update (files_and_dependencies):
4876 Remove gcc/config/avr/t-multilib from touch data.
4877
4878 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4879
4880 * MAINTAINERS (OS Port Maintainers): Remove irix.
4881 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4882 (unsupported_languages): Remove mips-sgi-irix6.*.
4883 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4884 (with_stabs): Remove.
4885 * configure: Regenerate.
4886
4887 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4888
4889 * MAINTAINERS (OS Port Maintainers): Remove osf.
4890 * configure.ac (enable_libgomp): Remove *-*-osf*.
4891 (with_stabs): Remove alpha*-*-osf*.
4892 * configure: Regenerate.
4893
4894 2012-03-05 Tristan Gingold <gingold@adacore.com>
4895
4896 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4897 * configure: Regenerate.
4898
4899 2012-02-17 Walter Lee <walt@tilera.com>
4900
4901 * MAINTAINERS: (Write After Approval): Delete myself.
4902
4903 2012-02-14 Walter Lee <walt@tilera.com>
4904
4905 * MAINTAINERS (tilegx port): Add myself.
4906 (tilepro port): Add myself.
4907 (Write After Approval): Add myself.
4908
4909 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4910
4911 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4912 and Joseph Myers as docstring relicensing maintainers.
4913
4914 2012-02-09 Bin Cheng <bin.cheng@arm.com>
4915
4916 * MAINTAINERS (write-after-approval): Add myself.
4917
4918 2012-02-08 Ira Rosen <irar@il.ibm.com>
4919
4920 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4921 maintainer.
4922
4923 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4924
4925 * MAINTAINERS (Write After Approval): Move myself to
4926 maintain alphabetical order.
4927
4928 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4929
4930 * MAINTAINERS (Write After Approval): Add myself.
4931
4932 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4933
4934 * MAINTAINERS (Write After Approval): Add myself.
4935
4936 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4937 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4938
4939 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4940 * configure: Regenerate.
4941
4942 2012-01-23 Harshit Chopra <harshit@google.com>
4943
4944 * MAINTAINERS (Write After Approval): Add myself.
4945
4946 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
4947
4948 * configure.ac: Remove reference to mh-interix.
4949 * configure: Regenerate.
4950
4951 2012-01-05 Richard Henderson <rth@redhat.com>
4952
4953 PR bootstrap/51072
4954 * configure.ac: Disable libitm if c++ is not enabled.
4955 * configure: Rebuild.
4956
4957 * configure.ac: Fix regexp for same.
4958 * configure: Rebuild.
4959
4960 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4961
4962 * MAINTAINERS (Write After Approval): Add myself.
4963
4964 2012-01-02 Richard Guenther <rguenther@suse.de>
4965
4966 PR bootstrap/51686
4967 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4968 * Makefile.in: Regenerate.
4969
4970 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4971
4972 * MAINTAINERS (Write After Approval): Add myself.
4973
4974 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4975
4976 * configure: Regenerate.
4977
4978 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4979
4980 * MAINTAINERS (picochip): Changed email address.
4981
4982 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4983
4984 * MAINTAINERS (write-after-approval): Add self.
4985
4986 2011-11-29 DJ Delorie <dj@redhat.com>
4987
4988 * configure.ac (rl78-*-*) New case.
4989 * configure: Regenerate.
4990 * MAINTAINERS: Add myself as RL78 maintainer.
4991
4992 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4993
4994 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4995
4996 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
4997
4998 * libtool.m4: Additional FreeBSD 10 fixes.
4999
5000 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
5001
5002 * MAINTAINERS: Move myself from Write After Approval to CPU Port
5003 Maintainers section, as Epiphany maintainer.
5004
5005 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
5006
5007 PR target/49992
5008 * configure.ac: Remove ranlib special-casing for Darwin.
5009 * configure: Regenerate.
5010
5011 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
5012
5013 * MAINTAINERS (Reviewers): Keep the list sorted.
5014
5015 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
5016
5017 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5018
5019 2011-11-09 Roland McGrath <mcgrathr@google.com>
5020
5021 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5022 * configure: Rebuild.
5023 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5024 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5025 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5026 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5027 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5028 Add READELF.
5029 * Makefile.in: Rebuild.
5030
5031 2011-11-09 Jason Merrill <jason@redhat.com>
5032
5033 * Makefile.def (language=c++): Remove check-c++0x.
5034 * Makefile.in (check-gcc-c++): Regenerate.
5035
5036 2011-11-08 Richard Henderson <rth@redhat.com>
5037
5038 * configure.ac: Test for libitm directory present first.
5039
5040 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5041
5042 * configure.ac: Test libitm/configure.tgt to disable libitm.
5043 * configure: Rebuild.
5044
5045 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
5046 Richard Henderson <rth@redhat.com>
5047
5048 Merged from transactional-memory.
5049
5050 * Makefile.def (lang_env_dependencies): libitm is c++.
5051 Add libitm target module.
5052 * configure.ac: Likewise.
5053 * config/mmap.m4: New file.
5054 * contrib/gcc_update: Add libitm to touch data.
5055 * Makefile.in, configure: Rebuild.
5056
5057 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5058
5059 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5060 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5061 * Makefile.in: Regenerate.
5062
5063 2011-11-01 DJ Delorie <dj@redhat.com>
5064
5065 * config.sub: Update to version 2011-10-29 (added rl78)
5066
5067 2011-10-27 Nick Clifton <nickc@redhat.com>
5068
5069 * config.sub: Import these changes from the config project:
5070
5071 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5072 Ben Elliston <bje@gnu.org>
5073
5074 * config.sub (epiphany): New.
5075
5076 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5077 Ben Elliston <bje@gnu.org>
5078
5079 * config.sub (hexagon, hexagon-*): New.
5080
5081 2011-08-23 Roland McGrath <mcgrathr@google.com>
5082
5083 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5084 64eb to be64.
5085
5086 2011-08-16 Roland McGrath <mcgrathr@google.com>
5087
5088 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5089 (nacl): Grok as alias for 32el-unknown-nacl.
5090
5091 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5092
5093 * MAINTAINERS (Write After Approval): Add myself.
5094
5095 2011-10-24 Teresa Johnson <tejohnson@google.com>
5096
5097 * MAINTAINERS (Write After Approval): Add myself.
5098
5099 2011-09-21 Jakub Jelinek <jakub@redhat.com>
5100
5101 * MAINTAINERS (sparc port): Remove myself.
5102
5103 2011-09-14 Tom de Vries <tom@codesourcery.com>
5104
5105 * MAINTAINERS (Write After Approval): Add myself.
5106
5107 2011-08-14 Yao Qi <yao@codesourcery.com>
5108
5109 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5110 * configure: Regenerate.
5111
5112 2011-07-26 Ian Lance Taylor <iant@google.com>
5113
5114 * configure.ac: Set have_compiler based on whether gcc directory
5115 exists, rather than on whether gcc is in configdirs.
5116 * configure: Rebuild.
5117
5118 2011-07-21 Joseph Myers <joseph@codesourcery.com>
5119
5120 * MAINTAINERS (Global Reviewers): Add self.
5121
5122 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
5123
5124 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5125 link directories.
5126 * Makefile.in: Rebuild.
5127
5128 2011-07-20 Ian Lance Taylor <iant@google.com>
5129
5130 PR bootstrap/49787
5131 * configure.ac: Move --enable-bootstrap handling earlier in file.
5132 If --enable-bootstrap and either --enable-build-with-cxx or
5133 --enable-build-poststage1-with-cxx, enable C++ automatically.
5134 * configure: Rebuild.
5135
5136 2011-07-19 Ian Lance Taylor <iant@google.com>
5137
5138 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5139 make C++ a boot_language. Set and substitute
5140 POSTSTAGE1_CONFIGURE_FLAGS.
5141 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5142 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5143 * configure, Makefile.in: Rebuild.
5144
5145 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5146
5147 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5148 maintainers.
5149
5150 2011-07-18 Jakub Jelinek <jakub@redhat.com>
5151
5152 * MAINTAINERS (Global Reviewers): Add myself.
5153
5154 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5155
5156 * configure: Regenerate.
5157
5158 2011-07-16 Jason Merrill <jason@redhat.com>
5159
5160 * Makefile.def (language=c++): Add check-c++0x and
5161 check-target-libmudflap-c++.
5162 * Makefile.tpl (check-target-libmudflap-c++): New.
5163 * Makefile.in: Regenerate.
5164
5165 2011-07-16 Matthias Klose <doko@ubuntu.com>
5166
5167 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5168 * Makefile.def (target_modules/libjava): Pass
5169 $(EXTRA_CONFIGARGS_LIBJAVA).
5170 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5171 if not configured with --enable-static-libjava.
5172 * Makefile.in: Regenerate.
5173 * configure: Likewise.
5174
5175 2011-07-15 Jason Merrill <jason@redhat.com>
5176
5177 * Makefile.in (check-c++): Move check-gcc-c++0x after
5178 check-target-libstdc++-v3.
5179
5180 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5181
5182 * MAINTAINERS (c6x port): New entry.
5183
5184 2011-07-13 Jason Merrill <jason@redhat.com>
5185
5186 * Makefile.in (check-gcc-c++0x): New.
5187 (check-c++): Depend on it.
5188
5189 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5190
5191 PR target/39150
5192 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5193 x86_64-*-solaris2.1[0-9]*.
5194 * configure: Regenerate.
5195
5196 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5197
5198 * MAINTAINERS (RTL optimizers): Add self.
5199
5200 2011-06-27 Gabriel Charette <gchare@google.com>
5201
5202 * MAINTAINERS (Write After Approval): Add myself.
5203
5204 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
5205
5206 PR regression/47836
5207 PR bootstrap/23656
5208 PR other/47733
5209 PR bootstrap/49247
5210 PR c/48825
5211 * configure.ac (target_libraries): Remove target-libiberty.
5212 Remove case-statement setting skipdirs=target-libiberty for
5213 multiple targets. Remove checking target_configdirs and
5214 removing target-libiberty but keeping target-libgcc if
5215 otherwise empty.
5216 * Makefile.def (target_modules): Don't add libiberty.
5217 (dependencies): Remove all traces of target-libiberty.
5218 * configure, Makefile.in: Regenerate.
5219
5220 2011-06-13 Walter Lee <walt@tilera.com>
5221
5222 * configure.ac (tilepro-*-*) New case.
5223 (tilegx-*-*): Likewise.
5224 * configure: Regenerate.
5225
5226 2011-06-06 Jing Yu <jingyu@google.com>
5227
5228 * configure.ac: Skip target-libiberty for
5229 arm*-*-linux-androideabi.
5230 * configure: Regenerated.
5231
5232 2011-06-06 Nick Clifton <nickc@redhat.com>
5233
5234 * config.sub: Sync from upstream.
5235
5236 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5237
5238 * MAINTAINERS (Write After Approval): Add myself.
5239
5240 2011-06-01 Daniel Jacobowitz <drow@false.org>
5241
5242 * MAINTAINERS: Update my email address.
5243
5244 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5245
5246 * MAINTAINERS (Write After Approval): Update my email address.
5247
5248 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5249
5250 * MAINTAINERS (Write After Approval): Add myself.
5251
5252 2011-05-08 Doug Kwan <dougkwan@google.com>
5253
5254 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5255 * configure: Regenerated.
5256 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5257 value from configure.
5258 * Makefile.in: Regenerated.
5259
5260 2011-05-05 Joseph Myers <joseph@codesourcery.com>
5261
5262 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5263 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5264 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5265 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5266 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5267 *-*-vxworks*): Disable newlib and libgloss in separate case
5268 statement.
5269 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5270 to separate case statement.
5271 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5272 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5273 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5274 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5275 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5276 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5277 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5278 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5279 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5280 i[[3456789]]86-*-rdos*, m32r-*-*,
5281 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5282 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5283 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5284 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5285 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5286 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5287 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5288 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5289 and libgloss in main case over targets. Remove most empty cases
5290 in main case over targets.
5291 * configure: Regenerate.
5292
5293 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
5294
5295 * MAINTAINERS (Write After Approval): Add myself.
5296
5297 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5298
5299 * configure.ac: Remove code setting special library locations for
5300 hppa*64*-*-hpux11*. Remove code setting compiler for
5301 sparc-sun-solaris2*.
5302 * configure: Regenerate.
5303
5304 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5305
5306 * configure.ac: Separate libgloss_dir settings from general case
5307 over targets.
5308 * configure: Regenerate.
5309
5310 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5311
5312 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5313 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5314 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5315 cases in libgcj-disabling case statement.
5316 (hppa*64*-*-linux*): Set unsupported_languages instead of
5317 disabling target-zlib.
5318 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5319 to hppa*64*-*-hpux*.
5320 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5321 hppa*-*-hpux*.
5322 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5323 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5324 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5325 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5326 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5327 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5328 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5329 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5330 libgcj-disabling case statement.
5331 * configure: Regenerate.
5332
5333 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5334
5335 * configure.ac: Disable Java for targets not supporting libffi.
5336 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5337 Remove cases in Java-disabling statement.
5338 (*arm-wince-pe): Change to arm-wince-pe.
5339 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5340 cases in Java-disabling statement.
5341 (bfin-*-*): Don't disable Java again.
5342 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5343 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5344 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5345 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5346 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5347 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5348 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5349 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5350 Java-disabling statement.
5351 (mmix-*-*): Don't disable Java again.
5352 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5353 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5354 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5355 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5356 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5357 statement.
5358 * configure: Regenerate.
5359
5360 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5361
5362 * configure.ac: Separate cases disabling Java and Java libraries
5363 from general case over targets.
5364 * configure: Regenerate.
5365
5366 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5367
5368 * MAINTAINERS: Update my email address.
5369
5370 2011-04-20 Easwaran Raman <eraman@google.com>
5371
5372 * MAINTAINERS (Write After Approval): Add myself.
5373
5374 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5375
5376 PR lto/48086
5377 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5378 * configure: Regenerate.
5379
5380 2011-04-16 Jim Meyering <meyering@redhat.com>
5381
5382 * MAINTAINERS (Write After Approval): Add myself.
5383
5384 2011-04-15 Dodji Seketeli <dodji@redhat.com>
5385
5386 * MAINTAINERS: Update my email address.
5387
5388 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
5389
5390 * MAINTAINERS (Write After Approval): Add myself.
5391
5392 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5393
5394 * MAINTAINERS (Write After Approval): Add myself.
5395
5396 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5397
5398 * MAINTAINERS (Write After Approval): Add myself.
5399
5400 2011-04-06 Joseph Myers <joseph@codesourcery.com>
5401
5402 * configure.ac (build_tools): Remove build-byacc.
5403 (host_libs): Remove mmalloc.
5404 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5405 autoconf automake libtool diff rcs fileutils shellutils time
5406 textutils wdiff find uudecode hello tar gzip indent recode release
5407 sed perl gawk findutils gettext zip.
5408 (libgcj): Remove target-qthreads.
5409 (target_tools): Remove target-examples target-gperf.
5410 (YACC): Don't handle building byacc.
5411 * configure: Regenerate.
5412 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5413 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5414 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5415 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5416 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5417 handle building components.
5418 * Makefile.in: Regenerate.
5419
5420 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5421
5422 * MAINTAINERS: Update my email address as Xtensa maintainer.
5423
5424 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5425
5426 * config.sub: Sync from upstream.
5427
5428 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5429
5430 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5431 (microblaze*): Don't disable libssp.
5432 * configure: Regenerate.
5433
5434 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5435
5436 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5437 moveifchange.
5438 * configure: Regenerate.
5439 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5440 * Makefile.in: Regenerate.
5441
5442 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5443
5444 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5445 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5446 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5447 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5448 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5449 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5450 md_exec_prefix cases.
5451 * configure: Regenerate.
5452
5453 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5454
5455 * configure.ac: Separate cases disabling target-libssp,
5456 target-libiberty, target-libstdc++-v3 and Fortran from general
5457 case over targets.
5458 * configure: Regenerate.
5459
5460 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5461
5462 * configure.ac (*-*-chorusos): Don't disable libgcj.
5463 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5464 Remove case.
5465 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5466 (arm-*-coff): Don't disable libgcj.
5467 (arm*-*-linux-gnueabi): Remove useless assignment.
5468 (arm-*-riscix*): Don't disable libgcj.
5469 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5470 configuration.
5471 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5472 (c54x*-*-*): Remove case.
5473 (tic54x-*-*): Don't disable GCC or GCC libraries.
5474 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5475 to *.
5476 (d10v-*-*): Don't disable GCC libraries.
5477 (d30v-*-*): Don't disable libgcj.
5478 (h8500-*-*): Don't disable GCC libraries.
5479 (i960-*-*): Don't disable libgcj.
5480 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5481 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5482 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5483 libgcj.
5484 (m68k-*-coff*): Remove case.
5485 (mmix-*-*): Don't disable libgloss on host.
5486 (mn10200-*-*, mn10300-*-*): Remove cases.
5487 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5488 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5489 Don't disable libgcj.
5490 (romp-*-*): Remove case.
5491 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5492 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5493 case.
5494 (v810-*-*): Don't disable GCC libraries.
5495 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5496 (ip2k-*-*): Don't disable GCC libraries.
5497 * configure: Regenerate.
5498
5499 2011-03-28 Joseph Myers <joseph@codesourcery.com>
5500
5501 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5502 libffi on host.
5503 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5504 on host.
5505 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5506 * configure: Regenerate.
5507
5508 2011-03-26 John Marino <binutils@marino.st>
5509
5510 * configure.ac: Add support for *-*-dragonfly*
5511 * configure: Regenerate.
5512
5513 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5514
5515 * configure.ac (native_only): Remove.
5516 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5517 send-pr uudecode guile gnuserv on host.
5518 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5519 send-pr rcs guile perl texinfo libtool on host.
5520 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5521 automake send-pr rcs guile perl texinfo libtool on host.
5522 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5523 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5524 (alpha*-dec-osf*): Don't disable fileutils on target.
5525 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5526 texinfo send-pr expect dejagnu on target.
5527 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5528 target-qthreads on target.
5529 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5530 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5531 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5532 x86_64-*-mingw*): Don't disable expect on target.
5533 (*-*-cygwin*): Don't disable target-gperf on target.
5534 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5535 gnuserv on target.
5536 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5537 target.
5538 * configure: Regenerate.
5539
5540 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5541
5542 * configure.ac (target_tools): Remove target-groff.
5543 (native_only): Remove target-groff.
5544 (hppa*64*-*-*): Don't disable byacc.
5545 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5546 setting.
5547 (*-*-kaos*): Don't skip target-librx and target-groff.
5548 (*-*-netware*): Don't skip target-libmudflap.
5549 (*-*-tpf*): Don't skip target-libmudflap.
5550 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5551 directories on the host.
5552 (ia64*-*-*vms*): Don't skip tix.
5553 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5554 host.
5555 * configure: Regenerate.
5556
5557 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5558
5559 * configure.ac: Remove references to mt-mep, mt-netware,
5560 mt-wince.
5561 * Makefile.def: Add all-utils soft dependencies.
5562 * Makefile.tpl: Remove GDB_NLM_DEPS.
5563 * configure: Regenerate.
5564 * Makefile.in: Regenerate.
5565
5566 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5567
5568 * configure.ac: Do not include mh-x86omitfp.
5569 * configure: Regenerate.
5570
5571 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5572
5573 * configure.ac: Remove empty cases.
5574 * configure: Regenerate.
5575
5576 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5577
5578 * Makefile.def: Add dependency from termcap to gdb.
5579 * Makefile.in: Regenerate.
5580
5581 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5582
5583 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5584 * configure: Regenerate.
5585 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5586 * Makefile.tpl: Likewise.
5587 * Makefile.in: Regenerate.
5588
5589 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5590
5591 * configure.ac: Remove all mentions of tentative_cc.
5592 * configure: Regenerate.
5593
5594 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5595
5596 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5597 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5598 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5599 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5600 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5601 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5602 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5603 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5604 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5605 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5606 *-*-rhapsody*): Remove host cases.
5607 * configure: Regenerate.
5608
5609 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5610
5611 * configure.ac (ppc*-*-pe): Remove host case.
5612 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5613 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5614 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5615 cases.
5616 * configure: Regenerate.
5617
5618 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5619
5620 * config.sub: Update to version 2011-03-23.
5621
5622 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5623
5624 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5625 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5626 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5627 * configure: Regenerate.
5628
5629 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5630
5631 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5632 to Write After Approval.
5633 * config-ml.in: Don't handle arc-*-elf*.
5634 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5635 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5636 handle GCC libraries.
5637 * configure: Regenerate.
5638
5639 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5640
5641 PR bootstrap/48120:
5642 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5643 Add -lstdc++ -lm to LIBS.
5644 * configure: Regenerate.
5645
5646 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
5647
5648 * config.guess: Update to version 2011-02-02
5649 * config.sub: Update to version 2011-02-24
5650
5651 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5652
5653 PR lto/48086
5654 * configure.ac: Re-enable LTO on *-apple-darwin9.
5655 * configure: Regenerate.
5656
5657 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5658
5659 PR lto/48086
5660 * configure.ac: Disable LTO on darwin due to an assembler change in
5661 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5662 under 256.
5663 * configure: Regenerate.
5664
5665 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5666
5667 * MAINTAINERS: Update myself as score backend maintainer,
5668 update my e-mail address.
5669
5670 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
5671
5672 * MAINTAINERS: Update my e-mail address.
5673
5674 2011-03-06 Joey Ye <joey.ye@arm.com>
5675
5676 * MAINTAINERS: Update my e-mail address.
5677
5678 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5679
5680 * configure.ac: Adjust test of with_ppl.
5681 * configure: Regenerated.
5682
5683 2011-03-02 Kai Tietz <ktietz@redhat.com>
5684
5685 * MAINTAINERS: Adjust my e-mail address.
5686
5687 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5688
5689 * configure.ac: Add -lpwl to ppllibs.
5690 * configure: Regenerated.
5691
5692 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5693
5694 * config/cloog.m4: Add -lisl to clooglibs.
5695 * configure: Regenerated.
5696
5697 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5698
5699 * MAINTAINERS (CPU Port maintainers): Add self.
5700
5701 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5702
5703 * MAINTAINERS: Add myself as testsuite maintainer.
5704
5705 2011-02-15 Mike Stump <mikestump@comcast.net>
5706
5707 * MAINTAINERS: Add myself as testsuite maintainer.
5708
5709 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5710
5711 Import from Libtool and gnulib:
5712
5713 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5714
5715 Prepare for supporting FreeBSD 10.
5716 * config.rpath: Remove handling of freebsd1* which soon would
5717 match FreeBSD 10.0.
5718
5719 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5720
5721 Remove support for FreeBSD 1.x.
5722 * libtool.m4 (_LT_LINKER_SHLIBS)
5723 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5724 soon would incorrectly match FreeBSD 10.0.
5725
5726 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5727
5728 PR binutils/12283
5729 * move-if-change: Import version from gnulib.
5730
5731 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
5732
5733 PR lto/47225
5734 * Makefile.def (lto-plugin): Double dash for enable-shared.
5735 (configure-gcc): Depend on all-lto-plugin.
5736 * Makefile.in: Rebuilt.
5737
5738 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5739
5740 * configure.ac: Remove extra bracket.
5741 * configure: Regenerate.
5742
5743 2011-02-08 Tobias Burnus <burnus@net-b.de>
5744
5745 * MAINTAINERS: Add myself as libquadmath maintainer.
5746
5747 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
5748
5749 * MAINTAINERS: Update my email address.
5750
5751 2011-02-07 Joseph Myers <joseph@codesourcery.com>
5752
5753 * MAINTAINERS (option handling): Add self.
5754
5755 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
5756
5757 PR lto/47225
5758 * Makefile.def: Add dependency for install-gcc
5759 on install-lto-plugin.
5760 * Makfile.in: Regenerated
5761
5762 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5763
5764 * MAINTAINERS (CPU Port Maintainers): Add myself.
5765
5766 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
5767
5768 PR libgcj/44341
5769 * configure.ac: Discard --with-* flags for host when configuring
5770 target libraries for cross build.
5771 * configure: Rebuilt.
5772
5773 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5774
5775 * MAINTAINERS (linear loop transforms): Removed.
5776
5777 2011-01-25 Jakub Jelinek <jakub@redhat.com>
5778
5779 * configure.ac: If with_ppl is no, move setting with_cloog=no
5780 after CLOOG_REQUESTED check.
5781 * configure: Regenerated.
5782
5783 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5784
5785 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5786 CLooG has been requested.
5787 * configure: Regenerated.
5788
5789 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5790
5791 * configure: Regenerated.
5792 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5793
5794 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5795
5796 * configure: Regenerated.
5797 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5798
5799 2011-01-21 Andreas Schwab <schwab@redhat.com>
5800
5801 * configure.ac: Use AS_HELP_STRING throughout.
5802 * configure: Regenerate.
5803
5804 2011-01-18 Jie Zhang <jie.zhang@analog.com>
5805
5806 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5807 * configure: Regenerate.
5808
5809 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5810
5811 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5812
5813 2011-01-13 Joel Brobecker <brobecker@adacore.com>
5814
5815 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5816 for ia64-hpux.
5817 * configure: Regenerate.
5818
5819 2011-01-07 Jan Hubicka <jh@suse.cz>
5820
5821 PR lto/47225
5822 * Makefile.in: Regenerate.
5823 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5824 configure.
5825
5826 2011-01-07 Jan Hubicka <jh@suse.cz>
5827
5828 * Makefile.in: Regenerate.
5829 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5830 and configure dependency on lto-plugin configure.
5831 (lto-plugin module): Remove dependency on GCC; add dependency on
5832 liniberty.
5833
5834 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5835
5836 * MAINTAINERS (Write After Approval): Add myself.
5837
5838 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5839
5840 * configure: Regenerate.
5841
5842 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5843
5844 * configure.ac: (picochip): Disable libiberty.
5845
5846 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5847
5848 * MAINTAINERS (Write After Approval): Add myself.
5849
5850 2010-12-10 Ian Lance Taylor <iant@google.com>
5851
5852 PR bootstrap/46819
5853 * configure.ac: For --disable-libgcj clear libgcj_saved.
5854 * configure: Rebuild.
5855
5856 2010-12-10 Tobias Burnus <burnus@net-b.de>
5857
5858 PR fortran/46540
5859 * configure.ac: Add --disable-libquadmath and
5860 --disable-libquadmath-support.
5861 * configure: Regenerate.
5862
5863 2010-12-03 Ian Lance Taylor <iant@google.com>
5864
5865 * MAINTAINERS: Add myself as libgo maintainer.
5866
5867 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
5868
5869 PR libffi/46792
5870 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5871 * configure: Regenerate.
5872
5873 2010-12-02 Ian Lance Taylor <iant@google.com>
5874
5875 * configure.ac: Always set default for poststage1_ldflags to
5876 -static-libstdc++ -static-libgcc.
5877
5878 2010-11-29 Andreas Schwab <schwab@redhat.com>
5879
5880 * configure.ac: Move comment to remove extra space in last argument
5881 of GCC_TARGET_TOOL.
5882
5883 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
5884
5885 PR other/46026
5886 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5887 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5888 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5889 (BASE_FLAGS_TO_PASS): Use it.
5890 * configure: Rebuilt.
5891 * Makefile.in: Rebuilt.
5892
5893 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5894
5895 PR binutils/12258
5896 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5897 Properly check default linker.
5898 * configure: Regnerated.
5899
5900 2010-11-23 Matthias Klose <doko@ubuntu.com>
5901
5902 * configure.ac: For --enable-gold, handle value `default' instead of
5903 `both*'. New configure option --{en,dis}able-ld.
5904 * configure: Regenerate.
5905
5906 2010-11-20 Ian Lance Taylor <iant@google.com>
5907
5908 * configure.ac: Only disable a language library if no language needs
5909 it. Don't let --disable-libgcj uncondtionally disable libffi.
5910 * configure: Rebuild.
5911
5912 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5913
5914 * Makefile.in: Regenerate.
5915
5916 PR other/46202
5917 * configure.ac: Fix just-built in-tree STRIP name to be
5918 binutils/strip-new.
5919 * configure: Regenerate.
5920 * Makefile.def (install-strip-gcc, install-strip-binutils)
5921 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5922 (install-strip-sid): Mirror dependencies on non-strip variants
5923 of these targets on the respective -strip prerequisites.
5924 * Makefile.tpl (install-strip, install-strip-host)
5925 (install-strip-target): New targets.
5926 (install-strip-[+module+], install-strip-target-[+module+]):
5927 New targets.
5928 * Makefile.in: Regenerate.
5929
5930 2010-11-19 Ian Lance Taylor <iant@google.com>
5931 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5932
5933 * configure.ac: Add target-libgo to target_libraries. Set
5934 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5935 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5936 (HOST_EXPORTS): Add GOC.
5937 (BASE_TARGET_EXPORTS): Add GOC.
5938 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5939 (GOCFLAGS_FOR_TARGET): New variable.
5940 (EXTRA_HOST_FLAGS): Add GOC.
5941 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5942 * Makefile.def (target_modules): Add libgo.
5943 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5944 (dependencies): Add dependency from configure-target-libgo to
5945 configure-target-libffi and all-target-libstdc++-v3. Add
5946 dependencies from all-target-libgo to all-target-libffi.
5947 (languages): Add go.
5948 * configure: Rebuild.
5949 * Makefile.in: Rebuild.
5950
5951 2010-11-19 Ian Lance Taylor <iant@google.com>
5952
5953 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5954 compiler/flag environment variables.
5955
5956 2010-11-18 Ian Lance Taylor <iant@google.com>
5957
5958 * configure.ac: Check for lang_requires_boot_languages in
5959 config-lang.in files.
5960 * configure: Rebuild.
5961
5962 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5963 Tobias Burnus <burnus@net-b.de>
5964
5965 PR fortran/32049
5966 * Makefile.def: Add libquadmath; build it with language=fortran.
5967 * configure.ac: Add libquadmath.
5968 * Makefile.tpl: Handle multiple libs in check-[+language+].
5969 * Makefile.in: Regenerate.
5970 * configure: Regenerate.
5971
5972 2010-11-16 Tom Tromey <tromey@redhat.com>
5973
5974 * MAINTAINERS: Moved myself to reviewers section.
5975
5976 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
5977
5978 * MAINTAINERS: Moved myself to reviewers section.
5979
5980 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5981
5982 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5983 (Write After Approval): Remove self.
5984
5985 2010-11-15 Andreas Schwab <schwab@redhat.com>
5986
5987 * configure.ac: Fix spelling in option names.
5988 * configure: Regenerated.
5989
5990 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
5991
5992 PR bootstrap/39622
5993 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5994 * configure: Regenerated.
5995
5996 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5997
5998 * MAINTAINERS: Update my email address.
5999
6000 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6001
6002 * configure: Regenerate.
6003
6004 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6005
6006 * configure: Regenerate.
6007
6008 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6009
6010 * configure: Regenerate.
6011
6012 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6013
6014 * configure: Regenerate.
6015
6016 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6017
6018 * configure.ac: Support official CLooG.org versions.
6019 * configure: Regenerate.
6020 * config/cloog.m4: New.
6021
6022 2010-11-10 François Dumont <francois.cppdevs@free.fr>
6023
6024 * MAINTAINERS (Write After Approval): Add myself.
6025
6026 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
6027
6028 * MAINTAINERS: Update my email address.
6029
6030 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
6031
6032 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6033 * configure: Regenerate.
6034
6035 2010-11-03 Ian Lance Taylor <iant@google.com>
6036 Dave Korn <dave.korn.cygwin@gmail.com>
6037
6038 PR lto/46273
6039 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
6040 and on other supported platforms whenever LTO is enabled.
6041 * configure: Rebuild.
6042
6043 2010-11-02 Alan Modra <amodra@gmail.com>
6044
6045 PR binutils/12110
6046 * configure.ac: Error when source path contains spaces.
6047 * configure: Regenerate.
6048
6049 2010-10-23 James E. Wilson <wilson@codesourcery.com>
6050
6051 * MAINTAINERS: Update my email address.
6052
6053 2010-10-20 Ian Lance Taylor <iant@google.com>
6054
6055 * Makefile.def (target_modules): Set lib_path to src/.libs for
6056 libstdc++-v3 module.
6057 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6058 * Makefile.in: Rebuild.
6059
6060 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6061
6062 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6063 (Write After Approval): Remove myself.
6064
6065 2010-10-15 Tristan Gingold <gingold@adacore.com>
6066
6067 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6068
6069 2010-10-14 Douglas Rupp <rupp@gnat.com>
6070
6071 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6072
6073 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6074
6075 * configure.ac (build_lto_plugin): New shell variable.
6076 (--enable-lto): Turn on by default for all non-ELF platforms that
6077 have had LTO support added so far. Set build_lto_plugin appropriately
6078 for both ELF and non-ELF.
6079 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6080 * configure: Regenerate.
6081
6082 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6083
6084 Sync from src:
6085 * configure.ac (v850 support): Remove target-libgloss from
6086 noconfigdirs.
6087 * configure: Regenerate.
6088
6089 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6090
6091 PR bootstrap/45326
6092 PR bootstrap/45174
6093 * configure.ac: Honor initial values of $build_configargs,
6094 $host_configargs, $target_configargs. Mark the precious, so
6095 environment settings get recorded.
6096 * configure: Regenerate.
6097
6098 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6099
6100 PR bootstrap/45796
6101 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6102 Depend on all-build-libiberty.
6103 * Makefile.in: Regenerate.
6104
6105 2010-09-30 Michael Eager <eager@eagercon.com>
6106
6107 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6108 * configure: Regenerate.
6109
6110 2010-09-28 Michael Eager <eager@eagercon.com>
6111
6112 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6113
6114 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6115
6116 PR bootstrap/44621
6117 * configure.ac: Fix unportable shell quoting.
6118 * configure: Regenerate.
6119
6120 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6121
6122 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6123 targets and amend comment.
6124 * configure: Regenerate.
6125
6126 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6127
6128 * MAINTAINERS (Write After Approval): Add myself.
6129
6130 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6131
6132 * configure.ac: Enable LTO by default on Darwin.
6133 * configure: Regenerate.
6134
6135 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6136
6137 * MAINTAINERS (Write After Approval): Add myself.
6138
6139 2010-09-01 Ian Bolton <ian.bolton@arm.com>
6140
6141 * MAINTAINERS (Write After Approval): Add myself.
6142
6143 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6144
6145 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6146 ports
6147
6148 2010-07-28 David Yuste <david.yuste@gmail.com>
6149
6150 * MAINTAINERS (Write After Approval): Add myself.
6151
6152 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6153
6154 * configure.ac: Support all v850 targets.
6155 * configure: Regenerate.
6156
6157 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6158
6159 PR bootstrap/44455
6160 * configure.ac (extra_mpfr_configure_flags): Copy from
6161 extra_mpc_gmp_configure_flags.
6162 * configure: Re-generated.
6163
6164 2010-07-22 Andi Kleen <ak@linux.intel.com>
6165
6166 * MAINTAINERS (Write After Approval): Add myself.
6167
6168 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6169
6170 * MAINTAINERS (Write After Approval): Add myself.
6171
6172 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6173
6174 * MAINTAINERS (Write After Approval): Add myself.
6175
6176 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6177
6178 PR target/44862
6179 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6180 Provide -B option to allow for link spec %s substitutions for
6181 libstdc++.a on darwin.
6182 * Makefile.in: Regenerate.
6183
6184 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6185
6186 * MAINTAINERS (Reviewers): Update my e-mail address
6187
6188 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
6189
6190 * Makefile.def (configure-gcc): Depend on all-libelf.
6191 * Makefile.in: Rebuild.
6192
6193 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6194
6195 * MAINTAINERS (Write After Approval): Add myself in the right place.
6196
6197 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
6198
6199 * MAINTAINERS (Write After Approval): Add myself.
6200
6201 2010-05-25 Sterling Augustine <sterling@tensilica.com>
6202
6203 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6204
6205 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
6206
6207 * config.sub: Update to version 2010-05-21.
6208 * config.guess: Update to version 2010-04-03.
6209
6210 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6211
6212 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6213 * configure: Regenerate.
6214
6215 2010-05-12 Sriraman Tallam <tmsriram@google.com>
6216
6217 * MAINTAINERS (Write After Approval): Add myself.
6218
6219 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6220
6221 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6222 a platform that supports LTO.
6223 * configure: Regenerate.
6224
6225 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6226
6227 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6228 * configure: Regenerated.
6229
6230 2010-04-27 Roland McGrath <roland@redhat.com>
6231 H.J. Lu <hongjiu.lu@intel.com>
6232
6233 * configure.ac (--enable-gold): Support both, both/gold and
6234 both/bfd to add gold to configdirs without removing ld.
6235 * configure: Regenerated.
6236
6237 * Makefile.def: Add install-gold dependency to install-ld.
6238 * Makefile.in: Regenerated.
6239
6240 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6241
6242 PR lto/42776
6243 * configure.ac (--enable-lto): Refactor handling so libelf tests
6244 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6245 and allow LTO to be explicitly enabled on non-ELF platforms that
6246 are known to support it inside else-clause.
6247 * configure: Regenerate.
6248
6249 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6250
6251 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6252 * configure: Regenerate.
6253
6254 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6255
6256 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6257 * configure: Regenerate.
6258
6259 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6260
6261 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6262 separately.
6263 * configure: Regenerate.
6264
6265 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
6266
6267 * MAINTAINERS (Write After Approval): Add myself.
6268
6269 2010-04-14 Tristan Gingold <gingold@adacore.com>
6270
6271 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6272 * configure: Regenerate.
6273
6274 2010-04-13 Steve Ellcey <sje@cup.hp.com>
6275
6276 * configure: Regenerate after change to elf.m4.
6277
6278 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6279
6280 * MAINTAINERS (Write After Approval): Add myself.
6281
6282 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6283
6284 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6285 * configure: Regenerated.
6286
6287 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6288
6289 * configure.ac: Print "buggy but acceptable" when CLooG
6290 revision is less than 9.
6291 * configure: Regenerated.
6292
6293 2010-04-01 Diego Novillo <dnovillo@google.com>
6294
6295 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6296
6297 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6298
6299 PR bootstrap/43615
6300 PR bootstrap/43328
6301
6302 Revert:
6303
6304 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6305
6306 * configure.ac: Do not pass --enable-multilib nor
6307 --disable-multilib in baseargs. Accept explicitly passed
6308 --enable_multilib.
6309 * configure: Regenerate.
6310
6311 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6312
6313 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6314
6315 2010-03-31 Janis Johnson <janis187@us.ibm.com>
6316
6317 * MAINTAINERS: Remove myself.
6318
6319 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6320
6321 PR bootstrap/43328
6322 * configure.ac: Do not pass --enable-multilib nor
6323 --disable-multilib in baseargs. Accept explicitly passed
6324 --enable_multilib.
6325 * configure: Regenerate.
6326
6327 2010-03-28 Andrew Pinski <pinskia@gmail.com>
6328
6329 * MAINTAINERS (spu port): Remove me.
6330
6331 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6332
6333 * configure.ac (tic6x-*-*): New case.
6334 * configure: Regenerate.
6335
6336 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6337
6338 * config.sub: Update to version 2010-03-22.
6339 * config.guess: Update to version 2009-12-30.
6340
6341 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
6342
6343 PR ada/42554
6344 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6345 * configure: Regenerate.
6346
6347 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6348
6349 * MAINTAINERS: Update my email address.
6350
6351 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6352
6353 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6354 (ghassan.shobaki@amd.com): Removed.
6355
6356 2010-03-17 Alan Modra <amodra@gmail.com>
6357
6358 * MAINTAINERS: Update my email address.
6359
6360 2010-03-16 Diego Novillo <dnovillo@google.com>
6361
6362 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6363 Matthews.
6364
6365 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6366
6367 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6368 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6369
6370 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6371
6372 * MAINTAINERS: Update my email address.
6373
6374 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6375
6376 * MAINTAINERS: Update my email address.
6377
6378 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6379
6380 * MAINTAINERS: Update my email address.
6381
6382 2010-03-09 Jie Zhang <jie@codesourcery.com>
6383
6384 * MAINTAINERS: Update my email address.
6385
6386 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6387
6388 PR libstdc++/32499
6389 * configure.ac (RANLIB): Default to true.
6390 (STRIP): Likewise.
6391 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6392 * configure: Regenerate.
6393
6394 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
6395
6396 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6397 (Write After Approval): Update my email address.
6398
6399 2010-02-17 Nick Clifton <nickc@redhat.com>
6400
6401 PR 11238
6402 * Makefile.tpl (local-distclean): Also remove config.cache files in
6403 sub-directories as there may not be Makefiles present in the
6404 sub-directories.
6405 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6406 the config.cache files found by the find command.
6407
6408 * Makefile.in: Regenerate.
6409 * configure.ac: Revert previous delta.
6410 * configure: Regenerate.
6411
6412 2010-02-15 Nick Clifton <nickc@redhat.com>
6413
6414 PR 11238
6415 * configure.ac: Delete config.cache files in sub-directories when
6416 deleting Makefiles.
6417 * configure: Regenerate.
6418
6419 2010-02-12 Ben Elliston <bje@gnu.org>
6420
6421 * MAINTAINERS: Update my email address.
6422
6423 2010-02-08 Andrew Pinski <pinskia@gmail.com>
6424
6425 * MAINTAINERS (spu port): Update my email address.
6426
6427 2010-02-08 Jie Zhang <jie.zhang@analog.com>
6428
6429 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6430
6431 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6432
6433 * configure.ac: Add "recommended" version checks for GMP/MPC.
6434 Update recommended GMP/MPFR/MPC versions.
6435 * configure: Regenerate.
6436
6437 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6438
6439 * MAINTAINERS: Move my Embecosm email address into the
6440 write-after-approval section.
6441
6442 2010-01-26 Ian Lance Taylor <iant@google.com>
6443
6444 * MAINTAINERS: Add myself as Go frontend maintainer.
6445
6446 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
6447
6448 PR libstdc++/36101, PR libstdc++/42813
6449 * configure.ac (bootstrap_target_libs): Make inclusion of
6450 target-libgomp conditional on libgomb being in target_configdirs.
6451 * configure: Regenerate.
6452
6453 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
6454
6455 PR libstdc++/36101, PR libstdc++/42813
6456 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6457 * configure: Regenerate.
6458
6459 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
6460
6461 PR libstdc++/36101, PR libstdc++/42813
6462 * configure.ac (target_configdirs): Substitute.
6463 * Makefile.def: Bootstrap target module libgomp.
6464 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6465 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6466 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6467 * configure, Makefile.in: Regenerate.
6468
6469 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6470
6471 * MAINTAINERS: Adjust my details.
6472
6473 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6474
6475 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6476
6477 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6478
6479 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6480
6481 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6482
6483 * MAINTAINERS (Write After Approval): Add myself.
6484
6485 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6486
6487 * MAINTAINERS (Write After Approval): Add myself.
6488
6489 2010-01-11 Richard Guenther <rguenther@suse.de>
6490
6491 PR lto/41569
6492 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6493 * Makefile.in: Regenerated.
6494
6495 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
6496
6497 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6498 * configure: Regenerate.
6499
6500 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6501 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6502
6503 PR bootstrap/42424
6504 * configure.ac: Include libtool m4 files.
6505 (_LT_CHECK_OBJDIR): Call it.
6506 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6507 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6508
6509 * configure: Regenerate.
6510
6511 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6512
6513 PR bootstrap/41818
6514 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6515 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6516 * Makefile.in: Regenerate.
6517
6518 2010-01-02 Richard Guenther <rguenther@suse.de>
6519
6520 PR lto/41529
6521 * configure.ac: Include config/elf.m4. Disable LTO if not
6522 builting for an elf target.
6523 * configure: Regenerate.
6524
6525 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6526
6527 * MAINTAINERS: Change my email address.
6528
6529 2009-12-18 Ben Elliston <bje@au.ibm.com>
6530
6531 * config.sub, config.guess: Update from upstream sources.
6532
6533 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6534
6535 * MAINTAINERS (Write After Approval): Add myself.
6536
6537 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6538
6539 PR middle-end/30447
6540 PR middle-end/30789
6541 PR other/40302
6542
6543 * configure.ac: Require MPC.
6544 * configure: Regenerate.
6545
6546 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6547
6548 PR target/38384
6549 PR bootstrap/40972
6550 * libtool.m4: Sync from git Libtool.
6551 * ltoptions.m4: Likewise.
6552 * ltversion.m4: Likewise.
6553 * lt~obsolete.m4: Likewise.
6554 * ltmain.sh: Likewise.
6555
6556 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6557
6558 * configure.ac: Update minimum MPC version to 0.8.
6559 * configure: Regenerate.
6560
6561 2009-11-21 Sebastian Pop <sebpop@gmail.com>
6562
6563 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6564 * configure: Regenerated.
6565
6566 2009-11-21 Ian Lance Taylor <iant@google.com>
6567
6568 * configure.ac: Change default of poststage1_ldflags to be empty if
6569 poststage1_libs is set. When poststage1_libs is empty, and
6570 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6571 * configure: Rebuild.
6572
6573 2009-11-21 Adam Nemet <adambnmet@gmail.com>
6574
6575 * MAINTAINERS (Write After Approval): Update my email address.
6576
6577 2009-11-20 Ben Elliston <bje@au.ibm.com>
6578
6579 * config.guess: Update from upstream sources.
6580
6581 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6582
6583 * Makefile.def: Restore host and target settings for gmp.
6584 * Makefile.in: Rebuild.
6585
6586 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6587
6588 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6589 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6590 Fix portability of test of C++ as bootstrap language. Add
6591 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6592 * configure: Rebuild.
6593 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6594 and cloog. Fix in-tree ppl configuration. Introduce libelf
6595 in-tree building.
6596 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6597 (POSTSTAGE1_HOST_EXPORTS): Use it.
6598 (STAGE[+id+]_CXXFLAGS): New.
6599 (BASE_FLAGS_TO_PASS): Pass it down.
6600 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6601 extra_exports.
6602 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6603 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6604 extra_exports.
6605 * Makefile.in: Rebuild.
6606
6607 2009-11-17 Ben Elliston <bje@au.ibm.com>
6608
6609 * config.sub, config.guess: Update from upstream sources.
6610
6611 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6612
6613 * MAINTAINERS (Write After Approval): Add myself.
6614
6615 2009-11-09 Jon Beniston <jon@beniston.com>
6616
6617 * MAINTAINERS (Write After Approval): Add myself.
6618
6619 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6620
6621 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6622 paths for *-w64-mingw* and x86_64-*mingw*.
6623 * configure: Regenerated.
6624
6625 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
6626
6627 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6628
6629 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6630
6631 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6632 Phil Edwards to Write-After Approval.
6633
6634 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
6635
6636 * configure.ac: Disable target-winsup & co for
6637 x86_64-*-mingw* and *-w64-mingw* targets.
6638 * configure: Regenerated.
6639
6640 2009-10-16 Nick Clifton <nickc@redhat.com>
6641
6642 * MAINTAINERS: Add myself as a maintainer for the RX port.
6643
6644 2009-10-26 Johannes Singler <singler@kit.edu>
6645
6646 * MAINTAINERS (Write After Approval): Update my e-mail address.
6647
6648 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6649
6650 * configure.ac (CLooG test): Use = with test.
6651 * configure: Regenerate.
6652
6653 2009-10-22 Richard Guenther <rguenther@suse.de>
6654
6655 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6656 cloog if the ppl version check failed. Move flags saving
6657 before setting in libelf check.
6658 * configure: Regenerate.
6659
6660 2009-10-21 Richard Guenther <rguenther@suse.de>
6661
6662 * configure.ac: Adjust the ppl and cloog configure to work as
6663 documented. Disable cloog if ppl was disabled. Omit the version
6664 checks if they were disabled.
6665 * configure: Re-generate.
6666
6667 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6668
6669 * configure.ac: Add 'lto' to enable_languages, not
6670 new_enable_languages, and only if not already present.
6671 * configure: Regenerate.
6672
6673 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6674
6675 * README: Refer to the various COPYING* files instead of just
6676 COPYING.
6677 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6678
6679 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
6680
6681 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6682
6683 2009-10-07 Richard Guenther <rguenther@suse.de>
6684
6685 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6686 and Richard Guenther as reviewers.
6687 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6688 as reviewers.
6689
6690 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
6691
6692 * config.sub: Update from upstream sources.
6693
6694 2009-10-06 Ian Lance Taylor <iant@google.com>
6695
6696 * Makefile.def: check-gold depends upon all-gas.
6697 * Makefile.in: Rebuild.
6698
6699 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6700
6701 * MAINTAINERS (Write After Approval): Add myself.
6702
6703 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6704
6705 * Makefile.def: all-lto-plugin depends on all-libiberty.
6706 set bootstrap=true for lto-plugin.
6707 Add lto-plugin.
6708 * Makefile.in: Regenerate.
6709 * configure.ac (host_libs): Add lto-plugin.
6710 * configure: Regenerate.
6711
6712 2009-10-03 Diego Novillo <dnovillo@google.com>
6713
6714 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6715 (HOST_LIBELFLIBS): Define.
6716 (HOST_LIBELFINC): Define.
6717 * Makefile.in: Regenerate.
6718 * configure.ac: Add --enable-lto.
6719 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6720 If --enable-lto is used, add 'lto' to new_enable_languages.
6721 If --enable-lto is used and gold is enabled, add
6722 lto-plugin to configdirs.
6723 * configure: Regenerate.
6724
6725 2009-10-03 Simon Baldwin <simonb@google.com>
6726
6727 * configure.ac: If --with-system-zlib, suppress local zlib and
6728 pass --with-system-zlib to subdir configure scripts.
6729 * configure: Regenerate.
6730
6731 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
6732 Paolo Bonzini <bonzini@gnu.org>
6733
6734 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6735 $(srcdir).
6736 * Makefile.in: Rebuilt.
6737
6738 2009-09-26 Gary Funck <gary@intrepid.com>
6739
6740 * MAINTAINERS (Write After Approval): Add myself.
6741
6742 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6743
6744 * configure.ac: Update minimum MPC version to 0.7.
6745 * configure: Regenerate.
6746
6747 2009-09-25 Nick Clifton <nickc@redhat.com>
6748
6749 * configure.ac: Pass any --cache-file=/dev/null option on to
6750 subconfigures.
6751 * configure: Regenerate.
6752
6753 2009-09-23 Nick Clifton <nickc@redhat.com>
6754
6755 * config.sub, config.guess: Update from upstream sources.
6756
6757 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
6758
6759 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6760 * Makefile.in: Rebuilt.
6761
6762 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6763
6764 PR bootstrap/32272
6765 * configure.ac: Error out if $srcdir isn't '.' but contains
6766 host-${host_noncanonical}.
6767 * configure: Regenerate.
6768
6769 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6770
6771 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6772 maintainer.
6773
6774 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6775
6776 * configure.ac: If bootstrapping a combined tree with
6777 --enable-gold, require c++ in stage1_languages.
6778 * configure: Regenerate.
6779
6780 * configure.ac: Also add target_libs of stage1_languages to
6781 bootstrap_target_libs.
6782 * configure: Regenerate.
6783
6784 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6785 with --enable-languages not containing c++.
6786 * configure: Regenerate.
6787
6788 2009-09-15 Jie Zhang <jie.zhang@analog.com>
6789
6790 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6791 * configure: Regenerate.
6792
6793 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
6794
6795 * MAINTAINERS (Write After Approval): Update my e-mail address,
6796 and move from from here...
6797 (Waiting for paperwork): To here.
6798
6799 2009-09-09 Joseph Myers <joseph@codesourcery.com>
6800
6801 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6802
6803 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6804
6805 * configure.ac: Do not use $extrasub for replacing @if/@endif
6806 parts in Makefile; instead, use additional arguments to
6807 AC_CONFIG_COMMANDS to do the replacement manually, with several
6808 sed invocations, to avoid HP-UX sed command limits.
6809 * configure: Regenerate.
6810
6811 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
6812
6813 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6814 blank before -L.
6815
6816 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
6817
6818 * configure.ac (with-build-config): Document. Handle without.
6819 Handle missing argument.
6820 * configure: Rebuilt.
6821
6822 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
6823
6824 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6825 Default to bootstrap-debug only if compare-debug works.
6826 * configure: Rebuilt.
6827 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6828 * Makefile.in: Rebuilt.
6829
6830 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6831
6832 * MAINTAINERS (OS Port Maintainers): Update my email address.
6833
6834 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
6835
6836 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6837 * Makefile.in: Rebuilt.
6838
6839 2009-09-01 Chris Demetriou <cgd@google.com>
6840
6841 * MAINTAINERS (Write After Approval): Add myself.
6842
6843 2009-08-31 Dodji Seketeli <dodji@redhat.com>
6844
6845 PR debug/30161
6846 * include/dwarf2.h (enum dwarf_tag): Added
6847 DW_TAG_GNU_template_template_param
6848 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6849
6850 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6851
6852 * Makefile.tpl (AWK): Fix typo.
6853 * Makefile.in: Regenerate.
6854
6855 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6856
6857 * configure.ac: Detect awk and sed.
6858 * Makefile.def (flags_to_pass): Add AWK and SED.
6859 * Makefile.tpl (AWK, SED): New.
6860 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6861 * configure: Regenerate.
6862 * Makefile.in: Regenerate.
6863
6864 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6865
6866 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6867 (collapseslashes): Likewise.
6868
6869 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6870
6871 * configure.ac (AC_PREREQ): Bump to 2.64.
6872
6873 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6874
6875 * configure.ac: Remove --with-datarootdir, --with-docdir,
6876 --with-pdfdir, --with-htmldir switches.
6877 * configure: Regenerate.
6878
6879 * configure: Regenerate.
6880
6881 * compile: Sync from Automake 1.11.
6882 * depcomp: Likewise.
6883 * install-sh: Likewise.
6884 * missing: Likewise.
6885 * mkinstalldirs: Likewise.
6886 * ylwrap: Likewise.
6887
6888 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6889
6890 * ltmain.sh (func_normal_abspath): New function.
6891 (func_relative_path): Likewise.
6892 (func_mode_help): Document new -bindir option for link mode.
6893 (func_mode_link): Add new -bindir option, and use it to place
6894 output DLL if specified.
6895
6896 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6897
6898 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6899 (baseargs): Add --disable-option-checking.
6900 * configure: Regenerate.
6901
6902 * Makefile.def (configure-target-libiberty): Depend on
6903 all-binutils and all-ld.
6904 (configure-target-newlib): Likewise.
6905 * Makefile.in: Regenerate.
6906
6907 2009-08-17 Ben Elliston <bje@au.ibm.com>
6908
6909 * config.sub, config.guess: Update from upstream sources.
6910
6911 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6912
6913 Sync from src, merge:
6914
6915 2009-07-02 Tristan Gingold <gingold@adacore.com>
6916
6917 * configure.ac: Do not exclude gas for i386-*-darwin.
6918 Add a case for x86_64-*-darwin.
6919 * configure: Regenerate.
6920
6921 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6922
6923 * MAINTAINERS: Add my name to Write After Approval list.
6924
6925 2009-08-06 Michael Eager <eager@eagercon.com>
6926
6927 * configure.ac: Add Microblaze target.
6928 * configure: Regenerate.
6929
6930 2009-07-31 Christian Bruel <christian.bruel@st.com>
6931
6932 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6933 * configure: Regenerate.
6934
6935 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
6936
6937 * MAINTAINERS (Write After Approval): Update my e-mail address.
6938
6939 2009-07-06 Ian Lance Taylor <iant@google.com>
6940
6941 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6942 * configure: Rebuild.
6943
6944 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6945
6946 * MAINTAINERS: Move myself to the Graphite Reviewers.
6947
6948 2009-06-30 Wei Guozhi <carrot@google.com>
6949
6950 * MAINTAINERS: Add my name to Write After Approval list.
6951
6952 2009-06-26 Steve Ellcey <sje@cup.hp.com>
6953
6954 PR bootstrap/40338
6955 * configure.ac (comparestring): Create new variable.
6956 * Makefile.tpl (comparestring): Use to skip some comparisions.
6957 * configure: Regenerate.
6958 * Makefile.in: Regenerate.
6959
6960 2009-06-26 Doug Evans <dje@sebabeach.org>
6961
6962 * Makefile.def (host_modules): Add cgen.
6963 * Makefile.in: Regenerate.
6964 * configure.ac (host_tools): Add cgen.
6965 * configure: Regenerate.
6966
6967 2009-06-23 DJ Delorie <dj@redhat.com>
6968
6969 * MAINTAINERS: Add myself as mep maintainer.
6970
6971 2009-06-23 Ian Lance Taylor <iant@google.com>
6972
6973 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6974 boot_languages. Only bootstrap target libraries listed in
6975 target_libs for some boot language. Add --with-stage1-ldflags,
6976 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6977 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6978 if not building with C++.
6979 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6980 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6981 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6982 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6983 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6984 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6985 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6986 * configure, Makefile.in: Rebuild.
6987
6988 2009-06-23 Li Feng <nemokingdom@gmail.com>
6989
6990 * MAINTAINERS: Added my name to write-after-approval list.
6991
6992 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6993
6994 * configure.ac: Define is_elf for QNX Neutrino targets.
6995 * configure: Regenerate.
6996
6997 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6998
6999 * MAINTAINERS: Added my name to the write-after-approval list
7000
7001 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7002
7003 * configure.ac: Detect MPC in default directory.
7004 * configure: Regenerate.
7005
7006 2009-06-03 Jerome Guitton <guitton@adacore.com>
7007 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7008
7009 * Makefile.tpl (all): Avoid a trailing backslash.
7010 * Makefile.in: Regenerate.
7011
7012 2009-06-03 Ben Elliston <bje@au.ibm.com>
7013
7014 * config.sub, config.guess: Update from upstream sources.
7015
7016 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
7017
7018 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7019 to noconfdirs.
7020 * configure: Regenerate.
7021
7022 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
7023
7024 * Makefile.tpl ([+compare-target+]): Compare all stage
7025 directories, rather than just gcc.
7026 * Makefile.in: Rebuilt.
7027
7028 2009-06-01 Doug Kwan <dougkwan@google.com>
7029
7030 * configure.ac: Support gold for target arm*-*-*.
7031 * configure: Regenerate.
7032
7033 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7034
7035 * Makefile.def: Add MPC support and dependencies.
7036 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
7037
7038 * Makefile.in, configure: Regenerate.
7039
7040 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
7041
7042 * Makefile.tpl (all): Avoid harmless warning in make all when
7043 gcc-bootstrap is enabled but stage_last does not exist.
7044 * Makefile.in: Rebuilt.
7045
7046 2009-05-24 Nicolas Roche <roche@adacore.com>
7047
7048 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7049 * Makefile.in: Regenerate.
7050
7051 2009-05-21 Denis Chertykov <chertykov@gmail.com>
7052
7053 * MAINTAINERS: Update my e-mail address.
7054
7055 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7056
7057 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7058 * configure: Regenerate.
7059
7060 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
7061
7062 PR other/40159
7063 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7064 gcc-no-bootstrap are mutually exclusive.
7065 * Makefile.in: Rebuilt.
7066
7067 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
7068
7069 PR other/40159
7070 * Makefile.tpl (all): Don't end with unconditional success.
7071 * Makefile.in: Rebuilt.
7072
7073 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
7074
7075 PR target/37137
7076 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7077 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7078 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7079 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7080 stage_configureflags, stage_cflags and stage_libcflags into
7081 explicit Makefile macros.
7082 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7083 GFORTRAN.
7084 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7085 CC. Set CC_FOR_BUILD from CC.
7086 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7087 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7088 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7089 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7090 and GFORTRAN.
7091 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7092 (_LIBCFLAGS): Renamed to _TFLAGS.
7093 (do-compare-debug, do-compare3-debug): Drop.
7094 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7095 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7096 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7097 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7098 (XGCC_FLAGS_FOR_TARGET): New.
7099 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7100 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7101 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7102 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7103 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
7104 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7105 TFLAGS.
7106 (BUILD_CONFIG): Include if requested.
7107 (all): Set TFLAGS on bootstrap.
7108 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7109 (all-stageid-prefixmodule): Likewise.
7110 (do-clean, distclean-stageid): Set TFLAGS.
7111 (restrap): Fix whitespace.
7112 * Makefile.in: Rebuilt.
7113
7114 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
7115
7116 * config.guess: Sync with src.
7117
7118 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7119
7120 * configure.ac ($with_ppl): Default to no if not supplied.
7121 ($with_cloog): Likewise.
7122 configure: Regenerate.
7123
7124 2009-04-27 James E. Wilson <wilson@codesourcery.com>
7125
7126 * MAINTAINERS: Update my e-mail address.
7127
7128 2009-04-27 Nick Clifton <nickc@redhat.com>
7129
7130 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7131
7132 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7133
7134 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7135 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7136 * Makefile.in: Regenerate.
7137
7138 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7139
7140 PR bootstrap/39739
7141 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7142 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7143
7144 * configure, Makefile.in: Regenerate.
7145
7146 2009-04-21 Taras Glek <tglek@mozilla.com>
7147
7148 * include/hashtab.h: Update GTY annotations to new syntax
7149 * include/splay-tree.h: Likewise
7150
7151 2009-04-17 Ben Elliston <bje@au.ibm.com>
7152
7153 * config.sub, config.guess: Update from upstream sources.
7154
7155 2009-04-15 Anthony Green <green@moxielogic.com>
7156
7157 * configure.ac: Add moxie support.
7158 * configure: Rebuilt.
7159
7160 2009-04-14 Jakub Jelinek <jakub@redhat.com>
7161
7162 * configure.ac: Change copyright header to refer to version
7163 3 of the GNU General Public License and to point readers at the
7164 COPYING3 file and the FSF's license web page.
7165 * Makefile.def: Likewise.
7166 * Makefile.tpl: Likewise.
7167 * Makefile.in: Regenerate.
7168
7169 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7170
7171 * configure.ac: Restore match for darwin9 or later. Use double
7172 brackets since regeneration eats one pair.
7173 * configure: Regenerate.
7174
7175 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7176
7177 PR gas/10039
7178 * configure.ac: Require texinfo 4.7.
7179 * configure: Regenerated.
7180
7181 2009-04-09 Nick Clifton <nickc@redhat.com>
7182
7183 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7184 the GCC Runtime Library Exception.
7185
7186 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7187
7188 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7189 * configure: Regenerate.
7190
7191 2009-04-01 Steve Ellcey <sje@cup.hp.com>
7192
7193 * Makefil.def (languages): New entries.
7194 * Makefile.tpl (check-gcc-*): New generic target.
7195 * Makefile.in: Regenerate.
7196
7197 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
7198
7199 * MAINTAINERS: Update my email address.
7200
7201 2009-03-18 Tom Tromey <tromey@redhat.com>
7202
7203 * configure: Rebuild.
7204 * configure.ac (host_libs): Add libiconv.
7205 * Makefile.in: Rebuild.
7206 * Makefile.def (host_modules): Add libiconv.
7207 (configure-gdb, all-gdb): Depend on libiconv.
7208
7209 2009-03-16 Tristan Gingold <gingold@adacore.com>
7210
7211 * configure.ac: Treat gdb as supported on x86_64-darwin.
7212 * configure: Regenerate.
7213
7214 2009-03-16 Joseph Myers <joseph@codesourcery.com>
7215
7216 * configure.ac (--with-host-libstdcxx): New option.
7217 * configure: Regenerate.
7218
7219 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
7220
7221 * MAINTAINERS: Move myself into the write after approval list.
7222
7223 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7224
7225 * MAINTAINERS: Update e-mail address.
7226
7227 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7228
7229 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7230
7231 2009-03-10 Ira Rosen <irar@il.ibm.com>
7232
7233 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7234
7235 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7236
7237 Backport from git Libtool:
7238
7239 2009-01-19 Robert Millan <rmh@aybabtu.com>
7240 Support GNU/kOpenSolaris.
7241 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7242 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7243 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7244 GNU/kOpenSolaris.
7245
7246 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7247
7248 * MAINTAINERS: Update e-mail address.
7249
7250 2009-02-24 Michael Eager <eager@eagercon.com>
7251
7252 * MAINTAINERS (Write After Approval): Add self.
7253
7254 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
7255
7256 * MAINTAINERS (Write After Approval): Add myself.
7257
7258 2009-02-05 Andreas Schwab <schwab@suse.de>
7259
7260 * Makefile.tpl (stage_last): Define $r and $s before using
7261 $(RECURSE_FLAGS_TO_PASS).
7262 * Makefile.in: Regenerate
7263
7264 2009-01-30 Ian Lance Taylor <iant@google.com>
7265
7266 * MAINTAINERS: Move myself to the Global Reviewers list.
7267
7268 2009-01-29 Robert Millan <rmh@aybabtu.com>
7269
7270 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7271 * configure: Regenerate.
7272
7273 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7274
7275 * MAINTAINERS: Make whitespace consistent.
7276 Remove Robert Millan from Write After Approval.
7277
7278 2009-01-16 Alan Modra <amodra@bigpond.net.au>
7279
7280 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7281 (all-opcodes): Depend on all-libiberty.
7282 * Makefile.in: Regenerate.
7283
7284 2009-01-15 Douglas B Rupp <rupp@gnat.com>
7285
7286 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7287 * configure: Regenerate.
7288
7289 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7290
7291 * MAINTAINERS (Write After Approval): Add myself.
7292
7293 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7294
7295 * MAINTAINERS: Add myself to reviewers (Fortran).
7296
7297 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
7298
7299 PR tree-optimization/38515
7300 * configure.ac (cloog-polylib): Removed.
7301 (with_ppl, with_cloog): Test for "no".
7302 * configure: Regenerated.
7303
7304 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
7305
7306 * MAINTAINERS: Moved myself to reviewers (Fortran).
7307
7308 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7309
7310 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7311 (Write After Approval): Remove myself.
7312
7313 2009-01-03 Diego Novillo <dnovillo@google.com>
7314
7315 * MAINTAINERS: Remove myself from alias maintainership.
7316
7317 2009-01-02 David Ayers <ayers@fsfe.org>
7318
7319 * MAINTAINERS: Update e-mail address.
7320
7321 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7322
7323 * MAINTAINERS: Make whitespace consistent.
7324
7325 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7326
7327 Backport from upstream Libtool:
7328 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7329 Add cache variables to tests that require the linker to work.
7330 For shlibpath_overrides_runpath, this also changes the semantics
7331 to let the result from the C compiler take precedence.
7332
7333 2008-12-02 Ben Elliston <bje@au.ibm.com>
7334
7335 * config.sub, config.guess: Update from upstream sources.
7336
7337 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
7338
7339 * configure.ac (ppllibs): Add by default the lib flags.
7340 * configure: Regenerate.
7341
7342 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
7343
7344 * MAINTAINERS: Add myself to the write after approval list.
7345
7346 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7347
7348 * configure.ac: Add double brackets on darwin[912].
7349 * configure: Regenerate.
7350
7351 2008-12-03 Daniel Kraft <d@domob.eu>
7352
7353 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7354 Approval to Reviewer section (for Fortran front-end).
7355
7356 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7357
7358 * configure.ac: Expand to darwin10 and later.
7359 * configure: Regenerate.
7360
7361 2008-12-02 Andreas Schwab <schwab@suse.de>
7362
7363 * Makefile.def: configure-target-boehm-gc depends on
7364 all-target-libstdc++-v3.
7365 * Makefile.in: Regenerate.
7366
7367 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
7368
7369 * MAINTAINERS: Add myself as mingw maintainer.
7370
7371 2008-12-02 Ben Elliston <bje@au.ibm.com>
7372
7373 * config.sub, config.guess: Update from upstream sources.
7374
7375 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7376
7377 * README.SCO: Remove.
7378
7379 2008-11-29 Fernando Pereira <pronesto@gmail.com>
7380
7381 * MAINTAINERS: Add myself to the write after approval list.
7382
7383 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7384
7385 * MAINTAINERS: Update my email address in WAA section.
7386
7387 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
7388
7389 * MAINTAINERS: Update e-mail address.
7390
7391 2008-11-27 Toon Moene <toon@moene.org>
7392
7393 * MAINTAINERS: Change e-mail address.
7394
7395 2008-11-27 Tristan Gingold <gingold@adacore.com>
7396
7397 * configure.ac: Build gdb for i?86-*-darwin*
7398 * configure: Regenerated.
7399
7400 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
7401
7402 * MAINTAINERS: Added my full name.
7403
7404 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7405
7406 PR bootstrap/38014
7407 PR bootstrap/37923
7408
7409 Revert:
7410
7411 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7412
7413 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7414 * Makefile.in: Regenerated.
7415
7416 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7417
7418 PR gdb/921
7419 PR gdb/1646
7420 PR gdb/2175
7421 PR gdb/2176
7422
7423 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7424 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7425 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7426 (HOST_EXPORTS): Pass CPPFLAGS.
7427 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7428 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7429 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7430 * Makefile.in, configure: Regenerated.
7431 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7432 and CPPFLAGS_FOR_BUILD.
7433
7434 2008-11-06 Jeff Law <law@redhat.com>
7435
7436 * MAINTAINERS: Add myself as middle end maintainer.
7437
7438 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
7439
7440 * MAINTAINERS (Write after approval): Add myself.
7441
7442 2008-11-05 Diego Novillo <dnovillo@google.com>
7443
7444 * MAINTAINERS (Global Reviewers): Add myself.
7445 (Non-Algorithmic Maintainers): Remove myself.
7446
7447 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7448
7449 * MAINTAINERS (Write after approval): Add myself.
7450
7451 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7452
7453 * MAINTAINERS (Write after approval): Add myself.
7454
7455 2008-10-31 Ben Elliston <bje@au.ibm.com>
7456
7457 * configure.ac (spu-*-*): Remove special case.
7458 * configure: Regenerate.
7459
7460 2008-10-30 Catherine Moore <clm@codesourcery.com>
7461
7462 * MAINTAINERS (Write after approval): Update my email address.
7463
7464 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7465
7466 * configure.ac [spu-*-*]: Do not set skipdirs.
7467 * configure: Re-generate.
7468
7469 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7470
7471 * MAINTAINERS (Various Maintainers): Add myself to reload.
7472
7473 2008-10-25 Richard Guenther <rguenther@suse.de>
7474
7475 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7476 maintainer. Remove myself as libgcc-math maintainer.
7477 (Non-Algorithmic Maintainers): Remove myself.
7478
7479 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7480
7481 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7482 * Makefile.in: Regenerated.
7483
7484 2008-10-23 Cary Coutant <ccoutant@google.com>
7485
7486 * MAINTAINERS (Write after approval): Add myself.
7487
7488 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7489
7490 PR gdb/921
7491 PR gdb/1646
7492 PR gdb/2175
7493 PR gdb/2176
7494
7495 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7496 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7497 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7498 (HOST_EXPORTS): Pass CPPFLAGS.
7499 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7500 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7501 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7502 * Makefile.in, configure: Regenerated.
7503 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7504 and CPPFLAGS_FOR_BUILD.
7505
7506 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
7507
7508 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7509 Sebastian Pop.
7510
7511 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7512
7513 * MAINTAINERS (Write After Approval): Added myself.
7514
7515 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7516
7517 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7518 recommended version to 2.3.2.
7519
7520 * configure: Regenerate.
7521
7522 2008-10-01 Mark Mitchell <mark@codesourcery.com>
7523
7524 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7525
7526 2008-09-29 David Daney <david.daney@caviumnetworks.com>
7527
7528 * MAINTAINERS (Write After Approval): Update e-mail address.
7529
7530 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7531
7532 * libtool.m4: Update to libtool 2.2.6.
7533 * lt~obsolete.m4: Update to libtool 2.2.6.
7534 * ltmain.sh: Update to libtool 2.2.6.
7535 * ltsugar.m4: Update to libtool 2.2.6.
7536 * ltversion.m4: Update to libtool 2.2.6.
7537 * ltoptions.m4: Update to libtool 2.2.6.
7538 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7539
7540 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7541
7542 * MAINTAINERS (Write After Approval): Add myself.
7543
7544 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7545
7546 * MAINTAINERS (Write After Approval): Update my name.
7547
7548 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7549
7550 * MAINTAINERS: Add myself in "Write After Approval".
7551
7552 2008-09-18 Steve Ellcey <sje@cup.hp.com>
7553
7554 * MAINTAINERS: Add myself as ia64 maintainer.
7555
7556 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7557
7558 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7559 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7560 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7561 and Michael Tiemann from Write After Approval since they do not
7562 actually have access.
7563
7564 2008-09-05 Richard Guenther <rguenther@suse.de>
7565
7566 * configure.ac: Initialize clooglibs to -lcloog.
7567 * configure: Re-generate.
7568
7569 2008-09-04 Le-Chun Wu <lcwu@google.com>
7570
7571 * MAINTAINERS (Write After Approval): Add myself.
7572
7573 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7574
7575 * configure.ac (--with-cloog-polylib): New.
7576 (--disable-cloog-version-check): New.
7577 (--disable-ppl-version-check): New.
7578 * configure: Re-generate.
7579
7580 2008-09-03 Richard Guenther <rguenther@suse.de>
7581
7582 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7583 cloog test.
7584 * configure: Re-generate.
7585
7586 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7587
7588 Add picoChip port.
7589 * MAINTAINERS: Add picoChip maintainers.
7590
7591 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7592 Tobias Grosser <grosser@fim.uni-passau.de>
7593 Jan Sjodin <jan.sjodin@amd.com>
7594 Harsha Jagasia <harsha.jagasia@amd.com>
7595 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7596 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7597 Adrien Eliche <aeliche@isty.uvsq.fr>
7598
7599 Merge from graphite branch.
7600 * configure: Regenerate.
7601 * Makefile.in: Regenerate.
7602 * configure.ac (host_libs): Add ppl and cloog.
7603 Add checks for PPL and CLooG.
7604 * Makefile.def (ppl, cloog): Added modules and dependences.
7605 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7606 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7607
7608 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7609
7610 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7611 (GCC_SHLIB_SUBDIR): New.
7612 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7613 * configure: Regenerate.
7614 * Makefile.in: Regenerate.
7615
7616 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7617
7618 * MAINTAINERS: Consistently use tabs to separate columns.
7619
7620 2008-08-29 Tristan Gingold <gingold@adacore.com>
7621
7622 * MAINTAINERS (Write after Approval): Add myself.
7623
7624 2008-08-28 Tristan Gingold <gingold@adacore.com>
7625
7626 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7627 Enable bfd, binutils and opcodes.
7628 * configure: Regenerate.
7629
7630 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7631
7632 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7633
7634 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7635
7636 * MAINTAINERS: Use correct Umlaut for last name.
7637
7638 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7639
7640 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7641
7642 2008-08-16 David Edelsohn <edelsohn@gnu.org>
7643
7644 * MAINTAINERS: Update my email address.
7645
7646 2008-08-16 Nicolas Roche <roche@adacore.com>
7647
7648 * Makefile.tpl: Add BOOT_ADAFLAGS.
7649 * Makefile.in: Regenerate.
7650
7651 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7652
7653 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7654 * configure: Regenerate.
7655
7656 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
7657
7658 * configure.ac: Add makefile fragments for hpux.
7659 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7660 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7661 * configure: Regenerate.
7662 * Makefile.in: Regenerate.
7663
7664 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
7665
7666 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7667
7668 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
7669
7670 * MAINTAINERS (Write after Approval): Add myself.
7671
7672 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7673
7674 * MAINTAINERS (Write After Approval): Add myself.
7675
7676 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
7677
7678 * MAINTAINERS (Write After Approval): Add myself.
7679
7680 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7681
7682 * MAINTAINERS: Update my email address.
7683
7684 2008-06-25 Joey Ye <joey.ye@intel.com>
7685
7686 * MAINTAINERS (Write After Approval): Add myself.
7687
7688 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7689
7690 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7691 * Makefile.in: Regenerate.
7692 * configure: Regenerate.
7693
7694 2008-06-17 Daniel Kraft <d@domob.eu>
7695
7696 * MAINTAINERS (Write After Approval): Add myself.
7697
7698 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7699
7700 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7701 "$@" is still intact with both Autoconf 2.59 and 2.62.
7702 * configure: Regenerate.
7703
7704 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7705
7706 * Makefile.tpl: Fix comment errors.
7707 * Makefile.in: Regenerate.
7708
7709 2008-06-12 David S. Miller <davem@davemloft.net>
7710 David Edelsohn <edelsohn@gnu.org>
7711
7712 * configure.ac: Add powerpc*-*-* to gold supported targets.
7713 * configure: Regenerate.
7714
7715 2008-06-08 Joseph Myers <joseph@codesourcery.com>
7716
7717 PR tree-optimization/36218
7718 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7719 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7720 (all prefix="build-"): Pass them to build-system sub-makes.
7721 * Makefile.in: Regenerate.
7722
7723 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7724
7725 * MAINTAINERS (mt port): Remove.
7726 (sco5, unixware, sco udk): Remove.
7727 (Kean Johnston): Add to Write After Approval.
7728
7729 2008-05-30 Julian Brown <julian@codesourcery.com>
7730
7731 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7732 of libobjc for ARM EABI Linux.
7733 * configure: Regenerate.
7734
7735 2008-05-18 Xinliang David Li <davidxl@google.com>
7736
7737 * ChangeLog: Remove wrong ChangeLog entry.
7738
7739 2008-05-17 Xinliang David Li <davidxl@google.com>
7740
7741 * MAINTAINERS (Write After Approval): Add myself.
7742
7743 2008-05-15 Janus Weil <janus@gcc.gnu.org>
7744
7745 * MAINTAINERS (Write After Approval): Add myself.
7746
7747 2008-05-14 Rafael Espíndola <espindola@google.com>
7748
7749 * config-ml.in: don't handle --enable-shared and --enable-static.
7750
7751 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7752
7753 * MAINTAINERS: Update my email address.
7754
7755 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7756
7757 * MAINTAINERS: Update my email address.
7758
7759 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7760
7761 * MAINTAINERS (Write After Approval): Add myself.
7762
7763 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7764
7765 * MAINTAINERS (Write After Approval): Add myself.
7766
7767 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
7768
7769 * MAINTAINERS (crx): Add myself.
7770
7771 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7772
7773 Sync with src:
7774 2008-04-14 David S. Miller <davem@davemloft.net>
7775
7776 * configure.ac: Add sparc*-*-* to gold supported targets.
7777 * configure: Regenerate.
7778
7779 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7780
7781 PR bootstrap/35457
7782 * configure.ac: Include override.m4.
7783 * configure: Regenerate.
7784
7785 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7786
7787 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7788 * Makefile.in: Regenerate.
7789
7790 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
7791
7792 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7793 as nonconfigurable directories list.
7794 * configure: Regenerate.
7795
7796 2008-04-14 Ben Elliston <bje@au.ibm.com>
7797
7798 * config.sub, config.guess: Update from upstream sources.
7799
7800 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
7801
7802 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7803 * Makefile.in: Regenerate.
7804
7805 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7806
7807 * configure.ac: Do not build libssp for the AVR.
7808 * configure: Regenerate.
7809
7810 2008-04-07 Ian Lance Taylor <iant@google.com>
7811
7812 * Makefile.def: check-gold depends upon all-binutils.
7813 * Makefile.in: Regenerate.
7814
7815 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7816
7817 * MAINTAINERS (Write After Approval): Add myself.
7818
7819 2008-04-04 Nick Clifton <nickc@redhat.com>
7820
7821 PR binutils/4334
7822 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7823 builds.
7824 * configure: Regenerate.
7825
7826 2008-04-04 NightStrike <NightStrike@gmail.com>
7827
7828 PR other/35151
7829 * configure.ac: Combine rules for mingw32 and mingw64.
7830 * configure: Regenerate.
7831
7832 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
7833
7834 * MAINTAINERS (Write After Approval): Add myself.
7835
7836 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
7837
7838 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7839 * Makefile.in (.NOTPARALLEL): Ditto.
7840
7841 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7842
7843 * MAINTAINERS (Write After Approval): Add myself.
7844
7845 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
7846
7847 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7848 * Makefile.in (.NOTPARALLEL): Regenerate.
7849
7850 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
7851
7852 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7853 * Makefile.in: Regenerate.
7854
7855 2008-03-26 Jakub Staszak <kuba@et.pl>
7856
7857 * MAINTAINERS (Write After Approval): Add myself.
7858
7859 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7860
7861 * MAINTAINERS: Update e-mail address.
7862
7863 2008-03-20 Ian Lance Taylor <iant@google.com>
7864
7865 * configure.ac: Add support for --enable-gold.
7866 * Makefile.def: Add gold as a directory like ld.
7867 * configure, Makefile.in: Regenerate.
7868
7869 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7870
7871 * configure.ac: m4_include config/proginstall.m4.
7872 * configure: Regenerate.
7873
7874 Backport from upstream Libtool:
7875
7876 2007-10-12 Eric Blake <ebb9@byu.net>
7877
7878 Deal with Autoconf 2.62's semantic change in m4_append.
7879 * ltsugar.m4 (lt_append): Replace broken versions of
7880 m4_append.
7881 (lt_if_append_uniq): Don't require separator to be overquoted,
7882 and avoid broken m4_append.
7883 (lt_dict_add): Fix typo.
7884 * libtool.m4 (_LT_DECL): Don't overquote separator.
7885
7886 2008-03-13 David Edelsohn <edelsohn@gnu.org>
7887
7888 * config.rpath: Add AIX 6 support.
7889
7890 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
7891
7892 * Makefile.def (stageprofile). Remove -fprofile-generate
7893 from stage_libcflags.
7894 * Makefile.in: Regenerate.
7895
7896 2008-03-13 Ben Elliston <bje@au.ibm.com>
7897
7898 * config.sub, config.guess: Update from upstream sources.
7899
7900 2008-03-06 Tom Tromey <tromey@redhat.com>
7901
7902 * MAINTAINERS: Update for treelang deletion.
7903
7904 2008-03-03 James E. Wilson <wilson@tuliptree.org>
7905
7906 * MAINTAINERS: Update my email address.
7907
7908 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
7909
7910 * MAINTAINERS (darwin port): Add myself as a maintainer.
7911 (objective-c/c++): Add myself as a maintainer.
7912
7913 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7914
7915 * MAINTAINERS (Write After Approval): Update my email address.
7916
7917 2008-02-25 Tomas Bily <tbily@suse.cz>
7918
7919 * MAINTAINERS (Write After Approval): Add myself.
7920
7921 2008-02-23 Jakub Jelinek <jakub@redhat.com>
7922
7923 * MAINTAINERS (OpenMP): Add myself.
7924
7925 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
7926
7927 PR bootstrap/32009
7928 PR bootstrap/32161
7929
7930 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7931 * configure: Regenerate.
7932
7933 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7934 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7935 STAGE4_LIBCFLAGS): New.
7936 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7937 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7938 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7939 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7940 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7941 for target modules. Don't export LIBCFLAGS.
7942 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7943 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7944 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7945 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7946 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7947 * Makefile.in: Regenerate.
7948
7949 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7950
7951 PR libgcj/33085
7952 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7953 Do not use -DDLL_EXPORT. Backport from upstream.
7954
7955 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7956
7957 * MAINTAINERS (Write After Approval): Add myself.
7958
7959 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
7960
7961 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7962 * configure: Regenerate.
7963
7964 2008-01-31 Marc Gauthier <marc@tensilica.com>
7965
7966 * configure.ac (xtensa*-*-*): Recognize processor variants.
7967 * configure: Regenerate.
7968
7969 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7970
7971 PR bootstrap/34922
7972 * configure.ac (PARSE_ARGS): Push suitable setting of
7973 ac_subdirs_all, for `./configure --help=recursive'.
7974 Handle `+' in generic toplevel directory disabling.
7975 * configure: Regenerate.
7976
7977 2008-01-28 Nick Clifton <nickc@redhat.com>
7978
7979 * MAINTAINERS (xstormy16): Take over maintainership.
7980
7981 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7982
7983 * MAINTAINERS (c4x port): Remove.
7984
7985 2008-01-24 David Edelsohn <edelsohn@gnu.org>
7986
7987 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7988
7989 2008-01-23 Ben Elliston <bje@au.ibm.com>
7990
7991 * config.sub, config.guess: Update from upstream sources.
7992
7993 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7994
7995 * MAINTAINERS (Write After Approval): Add myself.
7996
7997 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
7998
7999 * MAINTAINERS: Update my email address.
8000
8001 2008-01-09 Raksit Ashok <raksit@google.com>
8002
8003 * MAINTAINERS (Write After Approval): Add myself.
8004
8005 2008-01-09 Raksit Ashok <raksit@google.com>
8006
8007 * MAINTAINERS (Write After Approval): Add myself.
8008
8009 2008-01-08 Ben Elliston <bje@au.ibm.com>
8010
8011 * config.sub, config.guess: Update from upstream sources.
8012
8013 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8014
8015 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8016 Change recommended MPFR from 2.2.1 -> 2.3.0.
8017 * configure: Regenerate.
8018
8019 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
8020
8021 * MAINTAINERS: Update my email address.
8022
8023 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
8024
8025 * MAINTAINERS: Update my email address.
8026
8027 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
8028
8029 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8030 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8031 * Makefile.in: Regenerate.
8032
8033 2007-12-10 Mark Heffernan <meheff@google.com>
8034
8035 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8036 misplaced entries.
8037
8038 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8039
8040 * configure.ac: Enable libjava for x86_64-*-darwin9.
8041 * configure: Regenerate.
8042
8043 2007-12-07 Bill Maddox <maddox@google.com>
8044
8045 * MAINTAINERS (Write After Approval): Add myself.
8046
8047 2007-12-05 Ben Elliston <bje@au.ibm.com>
8048
8049 * config.sub, config.guess: Update from upstream sources.
8050
8051 2007-12-02 Matthias Klose <doko@ubuntu.com>
8052
8053 * config-ml.in: Remove 64bit configure tests.
8054
8055 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8056
8057 * config-ml.in: Robustify against white space in absolute file
8058 names.
8059
8060 * config-ml.in (multi-clean): Substitute ${Makefile}.
8061 Remove superfluous ${Makefile} in list.
8062
8063 2007-11-19 Thiemo Seufer <ths@mips.com>
8064
8065 * config-ml.in: Don't hardcode the Makefile name.
8066
8067 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
8068
8069 * MAINTAINERS (Write After Approval): Add myself.
8070
8071 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
8072
8073 * MAINTAINERS (Write After Approval): Add myself.
8074
8075 2007-11-06 Doug Kwan <dougkwan@google.com>
8076
8077 * MAINTAINERS (Write After Approval): Add myself.
8078
8079 2007-10-25 Ben Elliston <bje@au.ibm.com>
8080
8081 * MAINTAINERS (mercury): Remove entry.
8082 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8083
8084 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8085
8086 * Makefile.def (dependencies): Make configure-gdb depend on
8087 all-intl.
8088 * Makefile.in: Regenerated.
8089
8090 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8091
8092 * MAINTAINERS (Fortran maintainer): Remove myself.
8093
8094 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
8095
8096 * Makefile.def: To avoid problems running with parallel makes,
8097 build newlib before libgloss so that target specific header
8098 files are availble.
8099 * Makefile.in: Regenerate
8100
8101 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8102
8103 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8104 * Makefile.in: Regenerate.
8105
8106 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8107
8108 * MAINTAINERS (Register allocation reviewer): Add myself.
8109
8110 2007-10-08 Mike Frysinger <vapier@gentoo.org>
8111
8112 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8113 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8114 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8115 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8116 * configure: Regenerate.
8117
8118 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
8119
8120 * MAINTAINERS (Register allocation reviewer): Add myself.
8121
8122 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
8123
8124 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8125 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8126 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8127 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8128 * configure.ac: Default them to host tools for $host = $build.
8129 Subst them.
8130
8131 * configure: Regenerate.
8132 * Makefile.in: Regenerate.
8133
8134 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8135
8136 * MAINTAINERS (Register allocation reviewer): Add myself.
8137
8138 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
8139
8140 * MAINTAINERS (Register allocation reviewer): Add myself.
8141
8142 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
8143
8144 * MAINTAINERS (Write After Approval): Fix typo.
8145
8146 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8147
8148 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8149 * configure: Regenerate.
8150
8151 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8152
8153 PR bootstrap/31906
8154 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8155 they're already prefixed.
8156
8157 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8158
8159 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8160 libstdc++.
8161 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8162 * configure: Regenerate.
8163 * Makefile.in: Regenerate.
8164
8165 2007-09-17 Andreas Schwab <schwab@suse.de>
8166
8167 * configure.ac: Raise minimum makeinfo version to 4.6.
8168 * configure: Regenerate.
8169
8170 2007-09-17 Johannes Singler <singler@ira.uka.de>
8171
8172 * MAINTAINERS (write-after-approval) add myself
8173
8174 2007-09-15 Alan Modra <amodra@bigpond.net.au>
8175
8176 * configure.ac: Correct makeinfo version check.
8177 * configure: Regenerate.
8178
8179 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8180
8181 * MAINTAINERS: Update my email address.
8182
8183 2007-09-14 Richard Sandiford <richard@codesourcery.com>
8184
8185 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8186 to $skipdirs and only disable gprof for newlib. Use the normal
8187 mips*-elf* handling in other respects.
8188 * configure: Regnerate.
8189
8190 2007-09-12 David Daney <ddaney@avtrex.com>
8191
8192 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8193 enabling libgcj.
8194 * configure: Regenerate.
8195
8196 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8197
8198 PR other/32154
8199 * configure.ac: For libgloss targets, point the linker to the linker
8200 script, startup code and simulator library.
8201 * configure: Regenerate.
8202
8203 2007-09-07 Andrew Haley <aph@redhat.com>
8204
8205 * configure.ac (noconfigdirs): Remove target-libffi and
8206 target-libjava.
8207 * configure: Regenerate.
8208
8209 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8210
8211 PR target/33281
8212 * configure.ac: Use config/mh-mingw on mingw.
8213 * configure: Regenerate.
8214
8215 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8216
8217 * MAINTAINERS (Write After Approval): Add myself.
8218
8219 2007-09-05 Richard Guenther <rguenther@suse.de>
8220
8221 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8222 nor --disable-checking is provided also turn on yes and types
8223 checking for stage1.
8224 * configure: Re-generate.
8225
8226 2007-08-30 Krister Walfridsson <cato@df.lth.se>
8227
8228 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8229 (Write After Approval): Remove myself.
8230
8231 2007-08-29 Nick Clifton <nickc@redhat.com>
8232
8233 * config.sub, config.guess: Update from upstream sources.
8234
8235 2007-08-22 Bud Davis <jmdavis@link.com>
8236
8237 * MAINTAINERS (Write After Approval): Added myself.
8238 * MAINTAINERS (Reviewers): Removed myself.
8239
8240 2007-08-18 Paul Brook <paul@codesourcery.com>
8241 Joseph Myers <joseph@codesourcery.com>
8242
8243 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8244 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8245 * Makefile.in: Regenerate.
8246 * configure.ac (--with-debug-prefix-map): New.
8247 * configure: Regenerate.
8248
8249 2007-08-17 Richard Sandiford <richard@codesourcery.com>
8250 Nigel Stephens <nigel@mips.com>
8251
8252 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8253 as target_makefile_frag.
8254 * configure: Regenerate.
8255
8256 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
8257
8258 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8259 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8260 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8261 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8262 (do-compare, do-compare3, do-compare-debug): New.
8263 ([+compare-target+]): Use them.
8264
8265 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8266
8267 * MAINTAINERS (Write After Approval): Change my email address.
8268
8269 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8270 Ben Elliston <bje@au.ibm.com>
8271
8272 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8273 --silent if $silent.
8274 * configure: Regenerate.
8275
8276 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
8277
8278 * MAINTAINERS (Various Maintainers): Add myself as
8279 loop infrastructure maintainer. Update my e-mail
8280 address.
8281
8282 2007-07-31 Diego Novillo <dnovillo@google.com>
8283
8284 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8285 Adjust description.
8286
8287 2007-07-26 Richard Guenther <rguenther@suse.de>
8288
8289 * configure.ac: Add types checking to stage1 checking flags.
8290 * configure: Regenerate.
8291
8292 2007-07-17 Nick Clifton <nickc@redhat.com>
8293
8294 * COPYING3: New file. Contains version 3 of the GNU General
8295 Public License.
8296 * COPYING3.LIB: New file. Contains version 3 of the GNU
8297 Lesser General Public License.
8298
8299 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8300
8301 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8302
8303 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8304
8305 * MAINTAINERS (S/390 co-maintainer): Add myself.
8306 (Write After Approval): Remove myself.
8307
8308 2007-07-13 Dan Hipschman <dsh@google.com>
8309
8310 * MAINTAINERS (Write After Approval): Add myself.
8311
8312 2007-07-11 Nick Clifton <nickc@redhat.com>
8313
8314 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8315 WINDRES export.
8316 * Makefile.in: Regenerate.
8317
8318 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8319
8320 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8321 maintainer.
8322
8323 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8324
8325 * lt~obsolete.m4: New. Import from 20070318 libtool.
8326
8327 2007-07-03 Julian Brown <julian@codesourcery.com>
8328
8329 * MAINTAINERS (Write After Approval): Add myself.
8330
8331 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8332
8333 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8334 * configure: Regenerate.
8335
8336 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8337
8338 * configure.ac: Add some missing m4 quotation.
8339 * configure: Regenerate.
8340
8341 2007-07-02 Simon Baldwin <simonb@google.com>
8342
8343 * MAINTAINERS (Write After Approval): Add myself.
8344
8345 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
8346
8347 * configure: Regenerate.
8348
8349 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
8350
8351 * Makefile.def: Add windmc tool to build.
8352 * Makefile.tpl: Likewise.
8353 * configure.ac: Likewise.
8354 * Makefile.in: Regenerate.
8355 * configure: Regenerate.
8356
8357 2007-06-28 DJ Delorie <dj@redhat.com>
8358
8359 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8360 not building newlib.
8361 * configure: Regenerated.
8362
8363 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8364
8365 * MAINTAINERS (Write After Approval): Add myself.
8366
8367 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
8368
8369 * MAINTAINERS (Write After Approval): Add myself.
8370
8371 2007-06-19 Chris Matthews <chrismatthews@google.com>
8372
8373 * MAINTAINERS (Write After Approval): Add myself.
8374
8375 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8376
8377 * MAINTAINERS (Write After Approval): Add myself.
8378
8379 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8380
8381 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8382 * Makefile.in: Regenerated.
8383
8384 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8385
8386 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8387 bfin*-*-uclinux* targets.
8388 * configure: Regenerate.
8389
8390 2007-06-14 Ian Lance Taylor <iant@google.com>
8391
8392 * MAINTAINERS: Add myself as non-algorithmic global write
8393 maintainer.
8394
8395 2007-06-14 Diego Novillo <dnovillo@google.com>
8396
8397 * MAINTAINERS: Add self as middle-end maintainer and
8398 non-algorithmic global write maintainer.
8399
8400 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8401
8402 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8403 Move all Fortran maintainers except Paul Brook into the
8404 Non-Autopoiesis section.
8405
8406 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
8407
8408 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8409 (distclean-stage[+id+]): Possibly delete stage_last.
8410 * Makefile.in: Regenerate.
8411
8412 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
8413
8414 * MAINTAINERS (Various Maintainer): Fix typo.
8415
8416 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
8417
8418 * MAINTAINERS (Various Maintainer): Add myself as
8419 dataflow maintainer.
8420
8421 2007-06-07 Ben Elliston <bje@au.ibm.com>
8422
8423 * config.sub, config.guess: Update from upstream sources.
8424
8425 2007-06-07 Ben Elliston <bje@au.ibm.com>
8426
8427 * Makefile.tpl: Fix spelling error.
8428 * Makefile.in: Regenerate.
8429
8430 2007-06-01 Steve Ellcey <sje@cup.hp.com>
8431
8432 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8433 lt_cv_sys_max_cmd_len.
8434
8435 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8436
8437 * MAINTAINERS (Various Maintainers): Add myself as
8438 auto-vectorizer maintainer.
8439
8440 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
8441
8442 PR libjava/32098
8443 * libtool.m4: Revert previous change.
8444 * ltgcc.m4: Put it here.
8445
8446 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8447
8448 * MAINTAINERS (Various Maintainers): Add myself as
8449 auto-vectorizer maintainer.
8450
8451 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8452
8453 PR libjava/32098
8454 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8455
8456 2007-05-30 Richard Guenther <rguenther@suse.de>
8457
8458 * MAINTAINERS (Various Maintainers): Add myself as
8459 auto-vectorizer maintainer.
8460
8461 2007-05-30 Jakub Jelinek <jakub@redhat.com>
8462
8463 PR bootstrap/29382
8464 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8465 * configure: Rebuilt.
8466
8467 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
8468
8469 * MAINTAINERS (Write After Approval): Removed my name.
8470
8471 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8472
8473 * MAINTAINERS (Write After Approval): Remove myself.
8474
8475 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8476
8477 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8478
8479 2007-05-23 Steve Ellcey <sje@cup.hp.com>
8480
8481 * ltmain.sh: Update from ToT Libtool.
8482 * libtool.m4: Update from ToT Libtool.
8483 * ltsugar.m4: New. Update from ToT Libtool.
8484 * ltversion.m4: New. Update from ToT Libtool.
8485 * ltoptions.m4: New. Update from ToT Libtool.
8486 * ltconfig: Remove.
8487 * ltcf-c.sh: Remove.
8488 * ltcf-cxx.sh: Remove.
8489 * ltcf-gcj.sh: Remove.
8490
8491 2007-05-22 Ollie Wild <aaw@google.com>
8492
8493 * MAINTAINERS (Write After Approval): Add myself.
8494
8495 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
8496
8497 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8498 stage_cflags.
8499 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8500 Remove CFLAGS/LIBCFLAGS.
8501 (configure-stage[+id+]-[+prefix+][+module+],
8502 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8503 * Makefile.in: Regenerate.
8504
8505 2007-05-15 Diego Novillo <dnovillo@google.com>
8506
8507 * MAINTAINERS: Update e-mail address.
8508
8509 2007-05-15 Revital Eres <eres@il.ibm.com>
8510
8511 * MAINTAINERS (Write After Approval): Add myself.
8512
8513 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
8514
8515 * MAINTAINERS (Write After Approval): Updated my address.
8516
8517 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8518
8519 * MAINTAINERS (Write After Approval): Add myself.
8520
8521 2007-05-11 Silvius Rus <rus@google.com>
8522
8523 * MAINTAINERS (Write After Approval): Add myself.
8524
8525 2007-04-23 Tom Tromey <tromey@redhat.com>
8526
8527 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8528
8529 2007-04-22 Mark Mitchell <mark@codesourcery.com>
8530
8531 * MAINTAINERS (cpplib): Rename to ...
8532 (libcpp): ... this. Add C/C++ front end maintainers.
8533
8534 2007-04-14 Steve Ellcey <sje@cup.hp.com>
8535
8536 * config-ml.in: Pass ${ml_config_env} to configure calls.
8537
8538 2007-04-04 Christian Bruel <christian.bruel@st.com>
8539
8540 * MAINTAINERS (Write After Approval): Add myself.
8541
8542 2007-04-02 Dave Korn <dave.korn@artimi.com>
8543
8544 * MAINTAINERS (Write After Approval): Add myself.
8545
8546 2007-03-31 Tobias Burnus <burnus@net-b.de>
8547
8548 * MAINTAINERS (fortran 95 front end): Add myself.
8549
8550 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8551
8552 * MAINTAINERS (Write After Approval): Add myself.
8553
8554 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
8555
8556 * MAINTAINERS (Modulo Scheduler): Add myself.
8557
8558 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8559
8560 * MAINTAINERS (fortran 95 front end): Add myself.
8561 (c++ front end): whitespace fix.
8562
8563 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8564
8565 * MAINTAINERS (Write After Approval): Add myself.
8566
8567 2007-03-21 Richard Sandiford <richard@codesourcery.com>
8568
8569 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8570 of glob. Quote arguments with single quotes too.
8571 * configure: Regenerate.
8572
8573 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8574
8575 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8576 * Makefile.in: Regenerate
8577
8578 2007-03-07 Andreas Schwab <schwab@suse.de>
8579
8580 * configure: Regenerate.
8581
8582 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8583
8584 * configure.ac: Add "--with-pdfdir" configure option,
8585 which defines pdfdir variable.
8586 * Makefile.def (target=fixincludes): Add install-pdf to
8587 missing targets.
8588 (recursive_targets): Add install-pdf target.
8589 (flags_to_pass): Add pdfdir.
8590 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8591 target.
8592 * configure: Regenerate
8593 * Makefile.in: Regenerate
8594
8595 2007-02-28 Eric Christopher <echristo@apple.com>
8596
8597 Revert:
8598 2006-12-07 Mike Stump <mrs@apple.com>
8599
8600 * Makefile.def (dependencies): Add dependency for
8601 install-target-libssp and install-target-libgomp on
8602 install-gcc.
8603 * Makefile.in: Regenerate.
8604
8605 2007-02-27 Matt Kraai <kraai@ftbfs.org>
8606
8607 * configure: Regenerate.
8608 * configure.ac: Move statements after variable declarations.
8609
8610 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8611
8612 * MAINTAINERS: Add myself as sh maintainer.
8613
8614 2007-02-19 Joseph Myers <joseph@codesourcery.com>
8615
8616 * configure.ac: Adjust for loop syntax.
8617 * configure: Regenerate.
8618
8619 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8620
8621 * configure: Rebuilt.
8622
8623 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8624
8625 * configure.ac: Drop multiple occurrences of --enable-languages,
8626 and fix its quoting.
8627 * configure: Rebuilt.
8628
8629 2007-02-17 Mark Mitchell <mark@codesourcery.com>
8630 Nathan Sidwell <nathan@codesourcery.com>
8631 Vladimir Prus <vladimir@codesourcery.com>
8632 Joseph Myers <joseph@codesourcery.com>
8633
8634 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8635 * configure: Regenerate.
8636
8637 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8638
8639 * ltconfig (freebsd*): Default to elf.
8640
8641 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8642
8643 * configure.ac (target_libraries): Move libgcc before libiberty.
8644 * configure: Regenerated.
8645
8646 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8647 Paolo Bonzini <bonzini@gnu.org>
8648
8649 PR bootstrap/30753
8650 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8651 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8652 * configure: Regenerated.
8653
8654 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8655
8656 * MAINTAINERS (Language Front End Maintainers): Update my mail
8657 address.
8658
8659 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8660
8661 PR bootstrap/30748
8662 * configure.ac: Correct syntax for Solaris ksh.
8663 * configure: Regenerated.
8664
8665 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8666
8667 * configure.ac: Sync with src.
8668 * configure: Regenerate.
8669
8670 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8671
8672 * Makefile.in: Regenerate.
8673
8674 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8675
8676 * config.sub: Sync with src.
8677
8678 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8679
8680 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8681 noncanonical equivalents.
8682 * configure.in: Rename to...
8683 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8684 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8685 target_noncanonical. Use them. Rewrite removal of configure
8686 arguments for autoconf 2.59. Discard variable settings. Force
8687 program_transform_name for native tools.
8688
8689 * Makefile.in: Regenerated.
8690 * configure: Regenerated with autoconf 2.59.
8691
8692 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
8693
8694 * MAINTAINERS (Write After Approval): Add myself.
8695
8696 2007-01-31 Andreas Schwab <schwab@suse.de>
8697
8698 * Makefile.tpl (LDFLAGS): Substitute it.
8699 * Makefile.in: Regenerate.
8700
8701 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
8702
8703 * MAINTAINERS (Write After Approval): Add myself.
8704
8705 2007-01-28 David Edelsohn <edelsohn@gnu.org>
8706
8707 * MAINTAINERS (spu port): Add myself.
8708
8709 2007-01-23 Richard Guenther <rguenther@suse.de>
8710
8711 PR bootstrap/30541
8712 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8713 * Makefile.tpl (GNATBIND): Substitute it.
8714 (GNATMAKE): Likewise.
8715 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8716 of STAGE_PREFIX.
8717 * Makefile.in: Regenerate.
8718 * configure: Regenerate.
8719
8720 2007-01-18 Mike Stump <mrs@apple.com>
8721
8722 * configure.in: Re-enable -Werror for gcc builds.
8723
8724 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
8725
8726 * MAINTAINERS (Write After Approval): Add myself.
8727
8728 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8729
8730 * configure.in: Change == to = in test command.
8731 * configure: Regenerate.
8732
8733 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8734 Nick Clifton <nickc@redhat.com>
8735 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8736
8737 * configure.in (build_configargs, host_configargs, target_configargs):
8738 Remove build/host/target parameters.
8739 (host_libs): Add gmp and mpfr.
8740 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8741 * Makefile.def (gmp, mpfr): New.
8742 (gcc): Remove target.
8743 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8744 target_os, target_vendor): New.
8745 (configure): Add host_alias/target_alias arguments; adjust invocations.
8746 * configure: Regenerate.
8747 * Makefile.in: Regenerate.
8748
8749 2007-01-11 Matt Fago <fago@earthlink.net>
8750
8751 * configure.in: Try to link to functions only in mpfr 2.2.x
8752 to improve robustness of configure tests.
8753 * configure: Regenerate.
8754
8755 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
8756
8757 * MAINTAINERS: Add myself as i386 maintainer.
8758
8759 2007-01-08 Jan Hubicka <jh@suse.cz>
8760
8761 * MAINTAINERS: Add myself as i386 maintainer.
8762
8763 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
8764
8765 * configure.in: Add support for an x86_64-mingw* target.
8766 * configure: Regenerate.
8767
8768 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8769
8770 * Makefile.tpl (all-target): Correct @if conditional for target
8771 modules.
8772 * configure.in: Omit libiberty if building only target libgcc.
8773 * configure, Makefile.in: Regenerated.
8774
8775 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
8776
8777 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8778 * configure: Regenerate.
8779
8780 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8781
8782 * Makefile.def (target_modules): Add libgcc.
8783 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8784 * Makefile.tpl (clean-target-libgcc): Delete.
8785 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8786 on gcc even for bootstrapped modules. Rewrite handling of
8787 lang_env_dependencies to loop over target_modules.
8788 * configure.in (target_libraries): Add target-libgcc.
8789 * Makefile.in, configure: Regenerated.
8790
8791 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8792
8793 * configure.in: Reorganize recognition of languages. Add
8794 --enable-stage1-languages. Show supported languages for the chosen
8795 target rather than all recognized languages.
8796 * configure: Regenerate.
8797
8798 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8799
8800 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8801 * Makefile.in: Regenerate.
8802
8803 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8804
8805 * configure.in: Warn that MPFR 2.2.0 is buggy.
8806 * configure: Regenerate.
8807
8808 2006-12-27 Ian Lance Taylor <iant@google.com>
8809
8810 * configure.in: When removing Makefiles to force a reconfigure, also
8811 remove prev-DIR*/Makefile.
8812 * configure: Regenerate.
8813
8814 2006-12-22 Andreas Schwab <schwab@suse.de>
8815
8816 * configure: Regenerate with correct autoconf version.
8817
8818 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8819
8820 * configure.in: add AC_SUBST for *_FOR_TARGET.
8821 * configure: Regenerate.
8822
8823 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8824
8825 * configure.in: Simplify logic for rejecting languages that cannot
8826 be built. Separate the case when a language is unsupported,
8827 from the case when the user chooses not to build a language.
8828
8829 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8830
8831 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8832 it only affects bootstrap and could be tested on "$host" as well.
8833 * configure: Regenerate.
8834 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8835
8836 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8837
8838 PR bootstrap/29544
8839 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8840 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8841 move here comment from Makefile.tpl.
8842 * Makefile.tpl: Move some definitions higher in the file.
8843 (STAGE1_CHECKING): New.
8844 * configure.in: Add --enable-stage1-checking.
8845 * configure: Regenerate.
8846 * Makefile.in: Regenerate.
8847
8848 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8849
8850 * MAINTAINERS: Add myself as build system maintainer.
8851
8852 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
8853
8854 * MAINTAINERS (Write After Approval): Add myself.
8855
8856 2006-12-13 Eric Christopher <echristo@apple.com>
8857
8858 * MAINTAINERS: Add myself as darwin maintainer.
8859
8860 2006-12-11 Ian Lance Taylor <ian@airs.com>
8861
8862 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8863
8864 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
8865
8866 MAINTAINERS: Update my entry.
8867
8868 2006-12-11 Alan Modra <amodra@bigpond.net.au>
8869
8870 * configure.in: Handle spu makefile frag.
8871 * Makefile.tpl (MAINT): Define
8872 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8873 * configure: Regenerate.
8874 * Makefile.in: Regenerate.
8875
8876 2006-12-11 Ben Elliston <bje@au.ibm.com>
8877
8878 * config.guess: Import latest version.
8879 * config.sub: Likewise.
8880
8881 2006-12-11 Ben Elliston <bje@au.ibm.com>
8882
8883 * configure.in (spu-*-*): Don't skip target-libiberty.
8884 * configure: Regenerate.
8885
8886 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8887
8888 PR bootstrap/30134
8889 * configure.in: Correct x86 darwin support for libjava to powerpc
8890 and i?86 only.
8891 * configure: Regenerate.
8892
8893 2006-12-08 Sandro Tolaini <tolaini@libero.it>
8894
8895 * configure.in: Add x86 darwin support for libjava.
8896 * configure: Regenerate.
8897
8898 2006-12-07 Mike Stump <mrs@apple.com>
8899
8900 * Makefile.def (dependencies): Add dependency for
8901 install-target-libssp and install-target-libgomp on
8902 install-gcc.
8903 * Makefile.in: Regenerate.
8904
8905 2006-12-04 Richard Guenther <rguenther@suse.de>
8906
8907 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8908 (Non-Algorithmic Maintainers): Move over non-algorithmic
8909 loop optimizer maintainers, add myself as a non-algorithmic
8910 middle-end maintainer.
8911
8912 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
8913
8914 * MAINTAINERS (Write After Approval): Add myself.
8915
8916 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8917
8918 * configure.in: Update error message for missing GMP/MPFR.
8919
8920 * configure: Regenerate.
8921
8922 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8923
8924 * configure.in: Update MPFR version in error message.
8925
8926 * configure: Regenerate.
8927
8928 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8929
8930 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8931 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8932 --with-gmp-lib): New flags.
8933
8934 * configure: Regenerate.
8935
8936 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8937
8938 * MAINTAINERS (Write After Approval): Change my email address.
8939
8940 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8941
8942 * MAINTAINERS (Write After Approval): Add myself.
8943
8944 2006-11-22 Philipp Thomas <pth@suse.de>
8945
8946 * MAINTAINERS (i18n): Update e-mail address.
8947
8948 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8949
8950 * MAINTAINERS (spu port): Add myself as maintainer.
8951 (Write After Approval): Remove myself.
8952
8953 2006-11-22 Ben Elliston <bje@au.ibm.com>
8954
8955 * configure.in (skipdirs): Don't build libssp for SPU.
8956 * configure: Regenerate.
8957
8958 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8959
8960 * MAINTAINERS (spu port): Add myself as maintainer.
8961 (libobjc): Update my email address.
8962
8963 2006-11-21 Andrea Bona <andrea.bona@st.com>
8964
8965 * MAINTAINERS (Write After Approval): Add myself.
8966
8967 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8968
8969 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8970 * configure : Rebuilt.
8971
8972 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8973
8974 * MAINTAINERS (Write After Approval): Add myself.
8975
8976 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8977
8978 * MAINTAINERS (Write After Approval): Add myself.
8979
8980 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8981
8982 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8983 libmpfr.a.
8984 * configure: Regenerate.
8985
8986 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
8987
8988 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8989 (unstage): Test for stage_last presence.
8990
8991 PR bootstrap/29802
8992 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8993 STAGE_PREFIX.
8994 * Makefile.in: Regenerate.
8995
8996 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8997
8998 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8999 maintainers.
9000
9001 2006-11-14 Erven Rohou <erven.rohou@st.com>
9002
9003 * MAINTAINERS (Write After Approval): Add myself.
9004
9005 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
9006
9007 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9008 and stageN-package/Makefile.
9009 * Makefile.in: Regenerated.
9010
9011 2006-11-14 Jie Zhang <jie.zhang@analog.com>
9012
9013 * configure.in: Remove target-libgloss from noconfigdirs for
9014 bfin-*-*.
9015 * configure: Regenerated.
9016
9017 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9018
9019 * configure.in (have_gmp): Only error if the gcc directory exists.
9020
9021 * configure: Regenerate.
9022
9023 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9024
9025 * configure.in: Robustify error message for missing GMP/MPFR.
9026
9027 * configure: Regenerate.
9028
9029 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
9030
9031 * MAINTAINERS (Write After Approval): Add myself.
9032
9033 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
9034
9035 * MAINTAINERS: Change email address.
9036
9037 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
9038
9039 * MAINTAINERS (Write After Approval): Add myself.
9040
9041 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
9042
9043 * MAINTAINERS (Write After Approval): Add myself.
9044
9045 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9046
9047 * MAINTAINERS (Write After Approval): Move myself to
9048 Write After Approval section.
9049
9050 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9051
9052 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9053 need_gmp anymore.
9054 * configure: Regenerate.
9055
9056 2006-10-16 Tobias Burnus <burnus@net-b.de>
9057
9058 * MAINTAINERS (Write After Approval): Add myself.
9059
9060 2006-10-16 Ben Elliston <bje@au.ibm.com>
9061
9062 * config.guess: Import latest version.
9063 * config.sub: Likewise.
9064
9065 2006-10-10 Brooks Moses <bmoses@stanford.edu>
9066
9067 * Makefile.def: Added pdf target handling.
9068 * Makefile.tpl: Added pdf target handling.
9069 * Makefile.in: Regenerated.
9070
9071 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9072
9073 * MAINTAINERS: Add self as score port maintainer.
9074
9075 2006-10-04 Brooks Moses <bmoses@stanford.edu>
9076
9077 * MAINTAINERS (Write After Approval): Add myself.
9078
9079 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9080
9081 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
9082 or newer.
9083 * configure: Regenerated.
9084
9085 2006-09-27 Dave Brolley <brolley@redhat.com>
9086
9087 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9088 using $s instead of $r.
9089 * configure: Regenerated.
9090
9091 2006-09-26 Thiemo Seufer <ths@mips.com>
9092
9093 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9094 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9095 * configure: Regenerate.
9096
9097 2006-09-24 Graeme Peterson <gridly@gmail.com>
9098
9099 * MAINTAINERS (Write After Approval): Remove myself.
9100
9101 2006-09-22 Chao-ying Fu <fu@mips.com>
9102
9103 * MAINTAINERS (Write After Approval): Add myself.
9104
9105 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9106
9107 * MAINTAINERS: Add self as soft-fp maintainer.
9108
9109 2006-09-09 Anatoly Sokolov <aesok@post.ru>
9110
9111 * MAINTAINERS: Add myself as avr maintainer.
9112 Remove Marek Michalkiewicz as avr maintainer.
9113
9114 2006-09-07 Roberto Costa <roberto.costa@st.com>
9115
9116 * MAINTAINERS (Write After Approval): Add myself.
9117
9118 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
9119
9120 * configure.in: Never build newlib for a Mingw host.
9121 Never build newlib as Mingw target library.
9122 Test the existence of winsup/cygwin for building a Cygwin newlib,
9123 rather than just winsup.
9124 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9125 building a Mingw target.
9126 * configure: Regenerate.
9127
9128 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9129
9130 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9131
9132 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
9133
9134 * config.guess: Import from src (was more updated).
9135 * config.sub: Likewise.
9136
9137 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9138
9139 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9140 * configure: Regenerated.
9141
9142 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
9143
9144 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9145 for stages after the first.
9146
9147 2006-07-17 Jakub Jelinek <jakub@redhat.com>
9148
9149 * Makefile.def: Add dependencies for configure-opcodes
9150 on configure-intl and all-opcodes on all-intl.
9151 * Makefile.in: Regenerated.
9152
9153 2006-07-13 Ben Elliston <bje@au.ibm.com>
9154
9155 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9156
9157 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9158
9159 Port to hosts whose 'sort' and 'tail' implementations
9160 treat operands with leading '+' as file names, as POSIX
9161 has required since 2001. However, make sure the code still
9162 works on pre-POSIX hosts.
9163 * ltmain.sh: Don't assume "sort +2" is equivalent to
9164 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9165
9166 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9167
9168 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9169
9170 2006-07-04 Peter O'Gorman <peter@pogma.com>
9171
9172 * ltconfig: chmod 644 before ranlib during install.
9173
9174 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9175
9176 PR bootstrap/18058
9177 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9178 if the bootstrap compiler is a GCC version that supports it.
9179 * configure: Regenerate.
9180
9181 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9182
9183 * configure.in: Fix thinkos in previous check-in.
9184 * configure: Regenerate.
9185
9186 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9187
9188 PR other/27063
9189 * configure.in: Test subdir_requires and give an appropriate
9190 error message.
9191 * configure: Regenerate.
9192
9193 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9194
9195 * MAINTAINERS (Write After Approval): Add myself.
9196
9197 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
9198
9199 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9200
9201 2006-06-22 Steve Ellcey <sje@cup.hp.com>
9202
9203 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9204
9205 2006-06-20 David Ayers <d.ayers@inode.at>
9206
9207 PR bootstrap/28072
9208 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9209 whether target-libjava is being configured instead of whether the
9210 java front end is enabled.
9211 * configure: Regenerate.
9212
9213 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9214
9215 PR target/27540
9216 * configure.in: Only enable libgomp on IRIX 6.
9217 * configure: Regenerate.
9218
9219 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
9220
9221 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9222 too.
9223 * Makefile.in: Regenerate.
9224
9225 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9226
9227 * config-ml.in: Alter CCASFLAGS to include special
9228 multilib options the same as is done for CFLAGS.
9229
9230 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9231
9232 * configure.in: Don't enable libgomp on hpux10.
9233 * configure: Rebuilt.
9234
9235 2006-06-12 David Ayers <d.ayers@inode.at>
9236
9237 PR bootstrap/27963
9238 PR target/19970
9239 * configure.in: Remove target-boehm-gc from noconfigdirs where
9240 ${libgcj} is specified.
9241 * configure: Regenerate.
9242
9243 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
9244
9245 Sync from src:
9246
9247 * configure.in: Sync.
9248 * configure: Regenerated.
9249
9250 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9251
9252 * Makefile.def: Added dependencies from sim and gdb on intl, and
9253 added configure dependencies to everything with an all dependency
9254 on intl.
9255 * Makefile.in: Regenerated.
9256
9257 2006-06-06 David Ayers <d.ayers@inode.at>
9258
9259 PR libobjc/13946
9260 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9261 * Makefile.in: Regenerate.
9262 * configure.in: Add --enable-objc-gc at toplevel and have it
9263 enable boehm-gc for Objective-C.
9264 Remove target-boehm-gc from libgcj.
9265 Add target-boehm-gc to target_libraries.
9266 Add target-boehm-gc to noconfigdirs where ${libgcj}
9267 is specified.
9268 Assert that boehm-gc is supported when requested for Objective-C.
9269 Only build boehm-gc if needed either for Java or Objective-C.
9270 * configure: Regenerate.
9271
9272 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
9273
9274 PR 27674
9275 * Makefile.tpl (configure-[+prefix+][+module+],
9276 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9277 Remove rule to unstage bootstrapped modules.
9278 (stage_current): New.
9279 * Makefile.in: Regenerate.
9280
9281 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9282
9283 * MAINTAINERS (Write After Approval): Update my e-mail address.
9284
9285 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9286
9287 * include/libiberty.h: Declare pex_run_in_environment.
9288
9289 2006-05-31 Asher Langton <langton2@llnl.gov>
9290
9291 * MAINTAINERS (Write After Approval): Add myself.
9292
9293 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
9294
9295 * Makefile.def (bfd, opcodes): Fix lib_path.
9296 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9297 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9298 * Makefile.in: Regenerate.
9299
9300 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9301
9302 * Makefile.in: Regenerate.
9303
9304 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9305
9306 * Makefile.def: Add install-html target. Add datarootdir
9307 docdir and htmldir to flags_to_pass.
9308 * Makefile.tpl: Add install-html target.
9309 * Makefile.in: Regenerate.
9310 * configure.in: Add --with-datarootdir, --with-docdir, and
9311 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9312 * configure: Regenerate.
9313
9314 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9315
9316 * configure.in: Enable gprof for cross builds.
9317 * configure: Regenerate.
9318
9319 2006-05-22 Richard Guenther <rguenther@suse.de>
9320
9321 Revert
9322 2006-01-31 Richard Guenther <rguenther@suse.de>
9323 Paolo Bonzini <bonzini@gnu.org>
9324
9325 * Makefile.def (target_modules): Add libgcc-math target module.
9326 * configure.in (target_libraries): Add libgcc-math target library.
9327 (--enable-libgcc-math): New configure switch.
9328 * Makefile.in: Re-generate.
9329 * configure: Re-generate.
9330 * libgcc-math: New toplevel directory.
9331
9332 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9333 Andreas Tobler <a.tobler@schweiz.ch>
9334
9335 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9336 * configure: Rebuilt.
9337
9338 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
9339
9340 * MAINTAINERS (Write After Approval): Add myself.
9341
9342 2006-05-01 DJ Delorie <dj@redhat.com>
9343
9344 * configure.in: Restore CFLAGS if GMP isn't present.
9345 * configure: Regenerate.
9346
9347 2006-05-01 Richard Guenther <rguenther@suse.de>
9348
9349 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9350 maintainer.
9351
9352 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
9353
9354 * MAINTAINERS (Write After Approval): Add myself.
9355
9356 2006-04-28 Jan Beulich <jbeulich@novell.com>
9357
9358 * MAINTAINERS (Write After Approval): Add myself.
9359
9360 2006-04-18 DJ Delorie <dj@redhat.com>
9361
9362 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9363 reference libgloss so that libssp can be built in a combined
9364 tree.
9365 * configure: Regenerate.
9366
9367 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
9368
9369 * MAINTAINERS (Write After Approval): Add myself.
9370
9371 2006-04-05 Ben Elliston <bje@au.ibm.com>
9372
9373 * configure.in: Require makeinfo 4.4 or higher.
9374 * configure: Regenerate.
9375
9376 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9377
9378 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9379 Rearrange the entries of other libraries to have them in one place.
9380
9381 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9382
9383 * MAINTAINERS (Write After Approval): Remove myself.
9384 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9385
9386 2006-03-14 Richard Guenther <rguenther@suse.de>
9387
9388 * configure: Regenerate with autoconf 2.13.
9389
9390 2006-03-13 Jim Blandy <jimb@codesourcery.com>
9391
9392 * MAINTAINERS: Use my work address.
9393
9394 * MAINTAINERS: Update my E-mail address.
9395
9396 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
9397
9398 * configure.in: Handle --disable-<component> generically.
9399 * configure: Regenerate.
9400
9401 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9402
9403 PR libgcj/17311
9404 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9405
9406 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9407
9408 * MAINTAINERS (Write After Approval): Remove myself.
9409 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9410
9411 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
9412
9413 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9414 (TARGET_CONFIGDIRS): Remove.
9415 * configure.in: Remove AC_SUBST(target_configdirs).
9416 * Makefile.in, configure: Regenerated.
9417
9418 2006-02-20 Steven G. Kargl <kargls@comcast.net>
9419
9420 * MAINTAINERS (Write After Approval): Remove myself.
9421 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9422
9423 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
9424
9425 PR bootstrap/25670
9426
9427 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9428
9429 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9430 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9431 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9432 BUILD_PREFIX, BUILD_PREFIX_1.
9433 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9434
9435 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9436 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9437
9438 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9439 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9440 of `cat stage_current`. Always provide the `r' and `s' variables.
9441 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9442 a single shell execution.
9443 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9444 bootstrapped modules, make the stage1 module if the build was not
9445 started yet, else build the current stage.
9446 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9447 (all-build, all-host, all-target, [+make_target+]-host,
9448 [+make_target+]-target): Do not use \-continued lines.
9449 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9450 (current_stage, restrap, stage_last): New.
9451
9452 * Makefile.in: Regenerate.
9453 * configure: Regenerate.
9454
9455 2006-02-19 Bud Davis <jmdavis@link.com>
9456
9457 * MAINTAINERS (Write After Approval): Remove myself.
9458 (Language Front End Maintainers): Add myself as fortran 95
9459 maintainer and update e-mail address.
9460
9461 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9462
9463 * MAINTAINERS (Write After Approval): Remove myself.
9464 (Language Front End Maintainers): Add myself as fortran 95
9465 maintainer.
9466
9467 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
9468
9469 * MAINTAINERS (Write After Approval): Add myself.
9470
9471 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9472
9473 * MAINTAINERS (Write After Approval): Remove myself.
9474 (Language Front End Maintainers): Add myself as
9475 fortran 95 maintainer.
9476
9477 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9478
9479 Sync from src:
9480
9481 2005-12-27 Leif Ekblad <leif@rdos.net>
9482
9483 * configure.in: Add support for RDOS target.
9484 * configure: Regenerate.
9485
9486 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9487 Andreas Schwab <schwab@suse.de>
9488
9489 * configure: Regenerate.
9490
9491 2006-02-12 David Edelsohn <edelsohn@gnu.org>
9492
9493 * configure.in (enable_libgomp): Add AIX.
9494 * configure: Regenerate.
9495
9496 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9497
9498 * MAINTAINERS (Write After Approval): Add myself.
9499
9500 2006-02-03 Lee Millward <lee.millward@gmail.com>
9501
9502 * MAINTAINERS (Write After Approval): Add myself.
9503
9504 2006-01-31 Richard Guenther <rguenther@suse.de>
9505 Paolo Bonzini <bonzini@gnu.org>
9506
9507 * Makefile.def (target_modules): Add libgcc-math target module.
9508 * configure.in (target_libraries): Add libgcc-math target library.
9509 (--enable-libgcc-math): New configure switch.
9510 * Makefile.in: Re-generate.
9511 * configure: Re-generate.
9512 * libgcc-math: New toplevel directory.
9513
9514 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
9515
9516 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9517 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9518 the assembler, linker and binutils.
9519 * configure: Regenerate.
9520
9521 2006-01-22 Dirk Mueller <dmueller@suse.de>
9522
9523 * MAINTAINERS (Write After Approval): Add myself.
9524
9525 2006-01-20 Diego Novillo <dnovillo@redhat.com>
9526
9527 * configure: Regenerate.
9528
9529 2006-01-18 Richard Henderson <rth@redhat.com>
9530 Jakub Jelinek <jakub@redhat.com>
9531 Diego Novillo <dnovillo@redhat.com>
9532
9533 * libgomp: New directory.
9534 * Makefile.def: Add target_module libgomp.
9535 * Makefile.in: Regenerate.
9536 * configure.in (target_libraries): Add target-libgomp.
9537 * configure: Regenerate.
9538
9539 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
9540
9541 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9542 @ from continuation.
9543 * Makefile.in: Rebuilt.
9544
9545 2006-01-04 Chris Lattner <sabre@gnu.org>
9546
9547 * MAINTAINERS (Write After Approval): Add myself.
9548
9549 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
9550
9551 PR bootstrap/24252
9552
9553 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9554 * Makefile.tpl (OBJDUMP): New.
9555 (EXTRA_HOST_FLAGS): Add it.
9556 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9557
9558 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9559 to use symbolic links between directories. Avoid race conditions
9560 or make them harmless.
9561 * configure.in: Do not try to use symbolic links between directories.
9562
9563 * Makefile.def (LEAN): Pass.
9564 * Makefile.tpl (LEAN): Define.
9565 (stage[+id+]-start): Accept that the previous directory does not
9566 exist, if the bootstrap is lean.
9567 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9568 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9569 configure substitution.
9570 ([+compare-target+]): Likewise.
9571 ([+bootstrap-target+]-lean): New.
9572 * configure.in: Remove lean bootstrap support from here.
9573
9574 * Makefile.in: Regenerate.
9575 * configure: Regenerate.
9576
9577 2006-01-04 Ben Elliston <bje@au.ibm.com>
9578
9579 * MAINTAINERS (libdecnumber): Add myself.
9580
9581 2006-01-02 Mark Mitchell <mark@codesourcery.com>
9582
9583 * libtool-ldflags: New script.
9584
9585 2006-01-02 Andreas Schwab <schwab@suse.de>
9586
9587 * configure.in: When reconfiguring remove Makefile in
9588 all stage directories.
9589 * configure: Regenerate.
9590
9591 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9592
9593 * MAINTAINERS: Update my email address.
9594
9595 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
9596
9597 Revert Ada-related part of the previous change.
9598
9599 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9600 Do not pass.
9601 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9602 * Makefile.in: Regenerate.
9603 * configure.in: Do not include mt-ppc-aix target fragment.
9604 * configure: Regenerate.
9605
9606 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
9607
9608 * configure.in: Select appropriate fragments for PowerPC/AIX.
9609 * configure: Regenerate.
9610
9611 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9612 BOOT_CFLAGS, BOOT_LDFLAGS.
9613 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9614 BOOT_CFLAGS, BOOT_LDFLAGS.
9615 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9616 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9617 (stage): Fail if we cannot complete the work.
9618 * Makefile.in: Regenerate.
9619
9620 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9621
9622 * configure.in: Replace ms1 with mt.
9623 * configure: Rebuilt.
9624
9625 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9626
9627 * MAINTAINERS: Update my email address.
9628
9629 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
9630
9631 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9632 install-host-nogcc): Don't invoke $(stage) at the end.
9633 * Makefile.in: Regenerate.
9634
9635 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
9636
9637 * configure.in: Flip the top-level bootstrap switch.
9638 * configure: Regenerate.
9639
9640 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9641
9642 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9643 $(stage) and $(unstage).
9644 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9645 (all): Remove stray semicolon.
9646 (local-distclean): Don't handle multilib.tmp and multilib.out.
9647 (install.all): Set $s for consistency.
9648 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9649 check_multilibs setting. Always make the install directory.
9650 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9651 Correct @if/@endif.
9652 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9653 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9654 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9655 (multilib.out): Remove.
9656 * Makefile.in: Regenerated.
9657
9658 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9659
9660 * MAINTAINERS (Write After Approval): Add myself.
9661
9662 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9663
9664 * MAINTAINERS: Add myself as mt maintainer.
9665
9666 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9667
9668 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9669
9670 * MAINTAINERS: Change email address.
9671
9672 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
9673
9674 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9675 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9676 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9677 Find in-tree tools if available.
9678 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9679 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9680 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9681 (COMPILER_*_FOR_TARGET): New.
9682 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9683 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9684 (CONFIGURED_*, USUAL_*): Remove.
9685 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9686 STRIP): Use autoconf substitutions.
9687 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9688 COMPILER_NM_FOR_TARGET): New.
9689 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9690
9691 (all): Make all-host and all-target in parallel.
9692 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9693 that $$r and $$s are set before invoking a recursive make.
9694 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9695 ([+bootstrap-target+]): Inline most of the `all' target.
9696
9697 2005-11-29 Ben Elliston <bje@au.ibm.com>
9698
9699 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9700 from the gcc build directory.
9701 * Makefile.in: Regenerate.
9702
9703 2005-11-29 Ben Elliston <bje@au.ibm.com>
9704
9705 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9706 depend on all-libdecnumber.
9707 * configure.in (host_libs): Include libdecnumber.
9708 * Makefile.in: Regenerate.
9709 * configure: Likewise.
9710
9711 2005-11-29 Ben Elliston <bje@au.ibm.com>
9712
9713 * libdecnumber: Import decNumber sources from the dfp-branch.
9714
9715 2005-11-21 Kean Johnston <jkj@sco.com>
9716
9717 * config.sub, config.guess: Sync from upstream sources.
9718
9719 2005-11-21 Ben Elliston <bje@au.ibm.com>
9720
9721 Import from Autoconf sources:
9722
9723 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9724 * config/move-if-change: Don't output "$2 is unchanged";
9725 suggested by Ben Elliston. Handle weird characters correctly.
9726
9727 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9728
9729 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9730 to match upstream libtool for darwin.
9731
9732 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9733
9734 * Makefile.def: Remove gdb dependencies for gdbtk.
9735 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9736 (configure-gdb, install-gdb): New rules.
9737 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9738 * Makefile.in, configure: Regenerated.
9739
9740 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9741
9742 * MAINTAINERS (Write After Approval): Add myself.
9743
9744 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9745
9746 * MAINTAINERS (Write After Approval): Add myself.
9747
9748 2005-10-24 Diego Novillo <dnovillo@redhat.com>
9749
9750 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9751 Diego Novillo.
9752
9753 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
9754
9755 PR bootstrap/24297
9756 * Makefile.tpl (do-[+make-target+], do-check, install,
9757 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9758 are set before recursing.
9759 * Makefile.in: Regenerate.
9760
9761 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9762
9763 PR bootstrap/18939
9764 * Makefile.def (gcc) <target>: Fix thinko.
9765 * Makefile.in: Regenerate.
9766
9767 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9768
9769 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9770 * configure: Regenerate.
9771
9772 2005-10-15 Jie Zhang <jie.zhang@analog.com>
9773
9774 * MAINTAINERS (Write After Approval): Add self.
9775
9776 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
9777
9778 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9779 target-libffi, target-qthreads, target-libjava, and
9780 targetlibobjc.
9781 * configure: Regenerate.
9782
9783 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9784
9785 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9786 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9787 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9788 (USUAL_OBJDUMP_FOR_TARGET): New.
9789 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9790 * configure.in: Check for $OBJDUMP_FOR_TARGET.
9791 * configure, Makefile.in: Regenerated.
9792
9793 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9794
9795 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9796 before other host packages.
9797
9798 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9799
9800 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9801
9802 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9803
9804 PR bootstrap/22340
9805
9806 * configure.in (default_target): Remove.
9807 * Makefile.tpl (all): Do not use prerequisites as subroutines
9808 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9809 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9810 use prerequisites as subroutines.
9811 (check-host, check-target): New.
9812 (bootstrap configure & all targets): Do not use stage*-start
9813 if the directory layout is already ok.
9814 (non-bootstrap configure & all targets): Prepend a $(unstage).
9815 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9816 (NOTPARALLEL): Remove.
9817 (unstage, stage variables): New variables.
9818 (unstage, stage targets): Simply expand to those variables.
9819
9820 * configure: Regenerate.
9821 * Makefile.in: Regenerate.
9822
9823 2005-10-04 James E Wilson <wilson@specifix.com>
9824
9825 * Makefile.def (lang_env_dependencies): Add libmudflap.
9826 * Makefile.in: Regenerate.
9827
9828 2005-10-03 Andreas Schwab <schwab@suse.de>
9829
9830 Backport from libtool CVS:
9831 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9832
9833 * ltmain.sh: add support for installing into temporary
9834 staging area (e.g. 'make install DESTDIR=...')
9835
9836 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9837
9838 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9839 * configure: Regenerated.
9840
9841 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9842
9843 * configure: Regenerate with the correct
9844 autoconf version.
9845
9846 2005-09-30 Catherine Moore <clm@cm00re.com>
9847
9848 * configure.in (bfin-*-*): New.
9849 * configure: Regenerated.
9850
9851 2005-09-28 Geoffrey Keating <geoffk@apple.com>
9852
9853 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9854 (LIPO_FOR_TARGET): New.
9855 (CONFIGURED_LIPO_FOR_TARGET): New.
9856 (USUAL_LIPO_FOR_TARGET): New.
9857 (STRIP_FOR_TARGET): New.
9858 (CONFIGURED_STRIP_FOR_TARGET): New.
9859 (USUAL_STRIP_FOR_TARGET): New.
9860 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9861 STRIP_FOR_TARGET.
9862 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9863 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9864 * Makefile.in: Regenerate.
9865 * configure: Regenerate.
9866
9867 2005-09-19 David Edelsohn <edelsohn@gnu.org>
9868
9869 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9870 (rs6000-*-aix*): Same.
9871 * configure: Regenerate.
9872
9873 2005-09-16 Tom Tromey <tromey@redhat.com>
9874
9875 * MAINTAINERS: Add self as java maintainer.
9876
9877 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9878
9879 * configure.in: Recognize f95 in the --enable-languages option,
9880 and substitute it for fortran, issuing a warning.
9881 * configure: Regenerate.
9882
9883 2005-08-30 Phil Edwards <phil@codesourcery.com>
9884
9885 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9886 * configure: Regenerated.
9887
9888 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
9889
9890 * MAINTAINERS: Add self as ms1 maintainer.
9891
9892 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9893
9894 * Makefile.def (libssp): Add to lang_env_dependencies.
9895 * Makefile.in: Regenerate.
9896
9897 2005-08-18 Ian Lance Taylor <ian@airs.com>
9898
9899 * MAINTAINERS: Add myself as middle-end maintainer.
9900
9901 2005-08-17 Christian Groessler <chris@groessler.org>
9902
9903 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9904 * Makefile.in: Regenerate.
9905
9906 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9907
9908 * MAINTAINERS (write after approval): Added myself.
9909
9910 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9911
9912 * MAINTAINERS (Write After Approval): Add myself.
9913
9914 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
9915
9916 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9917 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9918 Look for alternate names of the target cc and c++
9919 * configure: Regenerate.
9920
9921 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
9922
9923 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9924 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9925 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9926 tools; remove code to manually set them.
9927 (Target tools): Look in the environment for them.
9928 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9929 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9930 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9931 build directory.
9932 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9933 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9934 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9935 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9936 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9937 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9938 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9939 * configure: Regenerate.
9940 * Makefile.in: Regenerate.
9941
9942 2005-07-28 Ben Elliston <bje@au.ibm.com>
9943
9944 * MAINTAINERS: Update for removed CPU targets.
9945
9946 2005-07-27 Mark Mitchell <mark@codesourcery.com>
9947
9948 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9949 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9950 * Makefile.in: Regenerated.
9951
9952 2005-07-26 Mark Mitchell <mark@codesourcery.com>
9953
9954 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9955 (CFLAGS_FOR_TARGET): Use it.
9956 (CXXFLAGS_FOR_TARGET): Likewise.
9957 * Makefile.in: Regenerated.
9958 * configure.in (--with-build-sysroot): New option.
9959 * configure: Regenerated.
9960
9961 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
9962
9963 * Makefile.tpl: Wrap install between unstage and stage
9964 * Makefile.in: Regenerate.
9965
9966 2005-07-21 Eric Christopher <echristo@apple.com>
9967
9968 * MAINTAINERS: Update affiliation.
9969
9970 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9971
9972 * MAINTAINERS: Add self as crx port maintainer.
9973
9974 2005-07-20 DJ Delorie <dj@redhat.com>
9975
9976 * MAINTAINERS: Add self as m32c maintainer.
9977
9978 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9979
9980 * all files: Update FSF address.
9981
9982 2005-07-15 Eric Christopher <echristo@redhat.com>
9983
9984 * MAINTAINERS: Change affiliation.
9985
9986 2005-07-14 Jim Blandy <jimb@redhat.com>
9987
9988 * configure.in: Add cases for Renesas m32c.
9989 * configure: Regenerated.
9990
9991 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9992
9993 * COPYING.LIB: Update from fsf.org.
9994
9995 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9996
9997 * COPYING, compile, config.guess,
9998 config.sub, install-sh, missing, mkinstalldirs,
9999 symlink-tree, ylwrap: Sync from upstream sources.
10000 * config-ml.in: Update FSF address.
10001
10002 2005-07-13 Eric Christopher <echristo@redhat.com>
10003
10004 * configure.in: Add toplevel noconfigdir support for tpf.
10005 * configure: Regenerate.
10006
10007 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
10008
10009 PR ada/22340
10010
10011 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10012 * Makefile.in: Regenerate.
10013
10014 2005-07-07 Mark Mitchell <mark@codesourcery.com>
10015
10016 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
10017 Brolley to write-after-approval.
10018
10019 2005-07-07 Andreas Schwab <schwab@suse.de>
10020
10021 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10022 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10023 * Makefile.in: Regenerated.
10024
10025 2005-07-06 Geoffrey Keating <geoffk@apple.com>
10026
10027 * configure.in: Don't build sim or rda when targetting darwin.
10028 * configure: Regenerate.
10029
10030 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
10031
10032 * configure.in: Add --enable-libssp and --disable-libssp.
10033 * configure: Regenerate with autoconf-2.13.
10034
10035 2005-07-02 Jakub Jelinek <jakub@redhat.com>
10036
10037 * Makefile.def (target_modules): Add libssp.
10038 * configure.in (target_libraries): Add target-libssp.
10039 * configure: Rebuilt.
10040 * Makefile.in: Rebuilt.
10041
10042 2005-07-01 Zack Weinberg <zackw@panix.com>
10043
10044 * MAINTAINERS: Change email address. Resign from maintainership.
10045
10046 2005-07-01 Richard Guenther <rguenther@suse.de>
10047
10048 * MAINTAINERS: Change my e-mail address and affiliation.
10049
10050 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
10051
10052 * Makefile.def (stagefeedback): Come after profile.
10053 Define profiledbootstrap target.
10054 * Makefile.tpl (profiledbootstrap): Remove.
10055 (stageprofile-end): Zap stagefeedback.
10056 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10057 * Makefile.in: Regenerate.
10058
10059 2005-06-13 Richard Sandiford <richard@codesourcery.com>
10060
10061 * MAINTAINERS: Update my email address.
10062
10063 2005-06-13 Zack Weinberg <zack@codesourcery.com>
10064
10065 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10066 In 'cpp' stanza, support '#line' as well as '# '.
10067
10068 2005-06-08 Andreas Schwab <schwab@suse.de>
10069
10070 * MAINTAINERS: Move myself from 'Write After Approval' to
10071 'CPU Port Maintainers' section as m68k maintainer.
10072
10073 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
10074
10075 * configure.in (unsupported_languages): New macro.
10076 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10077 non-ported target libraries in noconfigdirs.
10078 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10079 non-linux-gnu. Remove libgcj_ex_libffi.
10080 <lang_frag loop>: Set add_this_lang=no if the language is in
10081 unsupported_languages.
10082 * configure: Regenerate.
10083
10084 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10085
10086 * configure.in: Fix typo in handling of --with-mpfr-dir.
10087 * configure: Regenerate.
10088
10089 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10090
10091 * MAINTAINERS: Update my email address.
10092
10093 2005-06-02 Jim Blandy <jimb@redhat.com>
10094
10095 * config.sub: Add cases for the Renesas m32c. (This patch has been
10096 accepted into the master sources.)
10097
10098 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
10099 Michael Snyder <msnyder@redhat.com>
10100 Stan Cox <scox@redhat.com>
10101
10102 * configure.in: Set noconfigdirs for ms1.
10103
10104 * configure: Regenerate.
10105
10106 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10107
10108 * MAINTAINERS (Write After Approval): Add self.
10109
10110 2005-06-01 Josh Conner <jconner@apple.com>
10111
10112 * MAINTAINERS (Write After Approval): Add self.
10113
10114 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
10115
10116 * MAINTAINERS: Update my email address.
10117
10118 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10119
10120 * MAINTAINERS (Write After Approval): Add self.
10121
10122 2005-05-26 Chris Demetriou <cgd@broadcom.com>
10123
10124 * MAINTAINERS (Write After Approval): Remove self.
10125
10126 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
10127
10128 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10129 (Dependencies): Consider target modules for bootstrap dependencies.
10130 Make target bootstrap modules depend on each stage's gcc.
10131 * Makefile.in: Regenerate.
10132
10133 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
10134
10135 * Makefile.def (configure-gcc): Depend on binutils having been built.
10136 (all-gcc): No need to do it here.
10137 * Makefile.in: Regenerate.
10138
10139 2005-05-19 Paul Brook <paul@codesourcery.com>
10140
10141 * configure.in: Rewrite misleading error message when requested
10142 language cannot be built.
10143 * configure: Regenerate.
10144
10145 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10146
10147 * ylwrap: Import from Automake 1.9.5.
10148
10149 2005-05-13 David Ung <davidu@mips.com>
10150
10151 * MAINTAINERS (Write After Approval): Add self.
10152
10153 2005-05-09 Mike Stump <mrs@apple.com>
10154
10155 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10156 lt_cv_sys_max_cmd_len for now.
10157
10158 2005-05-09 Stan Cox <scox@redhat.com>
10159
10160 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10161
10162 2005-05-08 Matt Kraai <kraai@ftbfs.org>
10163
10164 * README.SCO: Update the URL.
10165
10166 2005-05-05 David Edelsohn <edelsohn@gnu.org>
10167
10168 * ltconfig: Define file_list_spec. Pass file_list_spec and
10169 with_gnu_ld to libtool.
10170 * ltcf-c.sh (aix[45]): Define file_list_spec.
10171 * ltcf-cxx.sh (aix[45]): Same.
10172 * ltcf-gcj.sh (aix[45]): Same.
10173 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10174 exists, write list of input files to temporary file.
10175
10176 2005-05-04 Mike Stump <mrs@apple.com>
10177
10178 * configure.in: Always pass --target to target configures as
10179 otherwise rebuilds that do --recheck will fail.
10180 * confiugure: Rebuilt.
10181
10182 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
10183
10184 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10185 STAGE_HOST_EXPORTS.
10186 (configure, all): Add bootstrap support.
10187 (Host modules, target modules): Pass post-stage1 flags and exports.
10188 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10189 * Makefile.in: Regenerate.
10190
10191 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
10192
10193 * configure: Regenerate.
10194
10195 2005-04-27 Mike Stump <mrs@apple.com>
10196
10197 * MAINTAINERS: Add self as darwin maintainer.
10198
10199 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10200
10201 * config.sub: Update from master copy.
10202
10203 2005-04-21 Mike Stump <mrs@apple.com>
10204
10205 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10206 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10207
10208 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
10209
10210 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10211 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10212 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10213 "*-*-elf" and "*-*-linux*".
10214 * configure: Regenerate.
10215
10216 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10217
10218 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10219
10220 2005-04-12 Mike Stump <mrs@apple.com>
10221
10222 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10223
10224 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10225
10226 * MAINTAINERS (Write After Approval): Add myself.
10227
10228 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10229
10230 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10231
10232 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
10233
10234 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10235 (TARGET_CONFIGARGS): Include --with-target-subdir.
10236 (configure, all): New macros. Use them throughout.
10237 * Makefile.in: Regenerate.
10238
10239 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10240
10241 * MAINTAINERS (Write After Approval): Add myself.
10242
10243 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10244
10245 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10246
10247 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10248
10249 * MAINTAINERS: Move John Carr to Write After Approval.
10250
10251 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
10252
10253 * config/mh-mingw32: Delete.
10254 * configure.in: Don't use it.
10255 * configure: Regenerate.
10256
10257 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
10258
10259 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10260 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10261 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10262 (HOST_LIB_PATH): Generate from Makefile.def.
10263 (TARGET_LIB_PATH): Likewise.
10264 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10265 * Makefile.in: Regenerate.
10266 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10267 (RPATH_ENVVAR): Include Darwin case.
10268 * configure: Regenerate.
10269
10270 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10271
10272 * MAINTAINERS (Various Maintainers): Remove self.
10273 (Write After Approval): Add self.
10274
10275 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10276
10277 * MAINTAINERS (Various Maintainers): Add self.
10278
10279 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
10280
10281 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10282 * configure: Regenerate.
10283
10284 2005-03-21 Zack Weinberg <zack@codesourcery.com>
10285
10286 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10287 gcc_version, and gcc_version_trigger from set of flags to pass.
10288 * Makefile.tpl: Remove definitions of above variables.
10289 (config.status): Remove dependency on $(gcc_version_trigger).
10290 * Makefile.in: Regenerate.
10291 * configure.in: Do not reference config/gcc-version.m4 nor
10292 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10293 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10294 * configure: Regenerate.
10295
10296 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
10297 Andrew Pinski <pinskia@physics.uc.edu>
10298
10299 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10300 * Makefile.in: Regenerate.
10301
10302 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10303
10304 * MAINTAINERS (Write After Approval): Add myself.
10305
10306 2005-03-03 David Ayers <d.ayers@inode.at>
10307
10308 * MAINTAINERS (Write After Approval): Add myself.
10309
10310 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
10311
10312 PR libgcj/20160
10313 * ltmain.sh: Avoid creating archives with components that have
10314 duplicate basenames.
10315
10316 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10317
10318 PR bootstrap/20250
10319 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10320 instead of check.
10321 * Makefile.in: Regenerate.
10322
10323 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10324
10325 * Makefile.in: Regenerate to fix conflict between the previous two
10326 patches.
10327
10328 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10329
10330 PR bootstrap/17383
10331 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10332 * Makefile.tpl (HOST_SUBDIR): New substitution.
10333 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10334 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10335 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10336 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10337 (Host modules, Bootstrapped modules): Use it.
10338 (Build modules, Target modules): Do not create symlink trees,
10339 always configure out-of-srcdir.
10340 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10341 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10342 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10343 $(HOST_SUBDIR). Create a symlink for host_subdir.
10344
10345 * Makefile.in: Regenerate.
10346 * configure: Regenerate.
10347
10348 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10349
10350 Merged from libada-gnattools-branch:
10351 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10352
10353 * gnattools: New directory.
10354 * Makefile.def: Add gnattools as a module, depending on target-libada.
10355 * Makefile.in: Regenerate.
10356 * configure.in: Include gnattools in host_tools; disable it if ada
10357 is disabled.
10358 * configure: Regenerate.
10359
10360 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
10361
10362 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10363 treelang maintainer.
10364 (Write After Approval): Remove myself.
10365
10366 2005-02-23 Paul Schlie <schlie@comcast.net>
10367
10368 * configure.in: Allow darwin targeted ports to build tk, itcl and
10369 libgui.
10370 * configure: Regenerate.
10371
10372 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10373
10374 PR libgcj/10353
10375 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10376 * configure: Regenerate.
10377
10378 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10379
10380 * MAINTAINERS (Write After Approval): Add myself.
10381
10382 2005-02-10 Ian Lance Taylor <ian@airs.com>
10383
10384 * MAINTAINERS: Update my e-mail address.
10385
10386 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10387
10388 * MAINTAINERS (Write After Approval): Add myself.
10389
10390 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
10391
10392 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10393 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10394 target-libgloss when not *-*-elf and *-*-aout.
10395 * configure: Regenerate.
10396
10397 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10398
10399 * MAINTAINERS: Remove obsolete entries.
10400
10401 * MAINTAINERS (Write After Approval): Add Michael Matz.
10402
10403 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
10404
10405 * MAINTAINERS: Remove self as cpplib maintainer.
10406
10407 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10408
10409 * install-sh, config.sub: Import from upstream.
10410
10411 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10412
10413 PR bootstrap/18222
10414 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10415 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10416 * Makefile.in: Regenerate.
10417
10418 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
10419
10420 * MAINTAINERS: Update my email address.
10421
10422 2005-01-12 David Edelsohn <edelsohn@gnu.org>
10423 Andreas Schwab <schwab@suse.de>
10424
10425 PR bootstrap/18033
10426 * config-ml.in: Eval option if surrounded by single quotes.
10427
10428 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
10429
10430 Revert 2004-12-28 Makefile changes, a better fix will be
10431 applied to mainline and src after GCC 4.0 branches.
10432
10433 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
10434
10435 PR bootstrap/17383
10436
10437 * Makefile.def (target_modules): Remove stage parameter,
10438 it is always true now.
10439 * Makefile.tpl (configure-build-[+module+],
10440 configure-target-[+module+]): Always build symlink tree
10441 for the directory and for include. BUILD_SUBDIR and
10442 TARGET_SUBDIR cannot be . anymore.
10443 * Makefile.in: Regenerate.
10444
10445 2004-12-25 David Edelsohn <edelsohn@gnu.org>
10446
10447 Revert 2004-12-08 Makefile changes.
10448
10449 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10450
10451 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10452 cygwin, mingw.
10453
10454 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10455
10456 * configure.in (sh64-*-*): Reenable gprof.
10457 * configure: Regenerate.
10458
10459 2004-12-08 David Edelsohn <edelsohn@gnu.org>
10460
10461 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10462 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10463 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10464 * Makefile.in: Regenerate.
10465
10466 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10467
10468 * MAINTAINERS: Update my email address.
10469
10470 2004-12-07 Matt Kraai <kraai@ftbfs.org>
10471
10472 * Makefile.tpl: Generate normal dependencies if the LHS module is
10473 not bootstrapped.
10474 * Makefile.in: Regenerate.
10475
10476 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10477
10478 * configure.in: Include config/gxx-include-dir.m4. Use
10479 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10480 * configure: Regenerate.
10481
10482 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10483
10484 * config.if: Delete.
10485 * configure.in: Set libstdcxx_incdir directly.
10486 * configure: Regenerate.
10487
10488 2004-12-02 Eric Christopher <echristo@redhat.com>
10489
10490 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10491 * Makefile.in: Regenerate.
10492
10493 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10494
10495 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10496 * configure: Regenerate.
10497
10498 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10499
10500 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10501 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10502 * configure: Regenerate.
10503
10504 2004-12-01 Eric Christopher <echristo@redhat.com>
10505
10506 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10507 of things to remove.
10508
10509 2004-11-29 Matt Kraai <kraai@ftbfs.org>
10510
10511 * MAINTAINERS (Write After Approval): Update my e-mail address.
10512
10513 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10514
10515 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10516 from CVS libtool to always pass_all.
10517
10518 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10519
10520 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10521 (hppa*64*-*-*): Delete incorrect comment.
10522 * configure: Rebuilt.
10523
10524 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10525
10526 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10527
10528 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10529
10530 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10531 from CVS libtool to always pass_all.
10532
10533 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10534
10535 * install-sh, compile: Import from automake.
10536
10537 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10538
10539 * config.guess, config.sub: Import from savannnah.
10540
10541 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
10542
10543 * MAINTAINERS (Write After Approval): Add myself
10544
10545 2004-11-12 Mike Stump <mrs@apple.com>
10546
10547 * Makefile.def: Add html support.
10548 * Makefile.tpl: Likewise.
10549 * Makefile.in: Regenerate.
10550
10551 2004-11-11 Geoffrey Keating <geoffk@apple.com>
10552
10553 PR 18423
10554 * configure.in: Remove all instances of build-fixincludes from
10555 noconfigdirs.
10556 (build_configargs): Supply --target to subdirectories.
10557 * configure: Regenerate.
10558
10559 * Makefile.def: Make gcc install depend on fixincludes install.
10560 * Makefile.in: Regenerate.
10561
10562 2004-11-10 Janis Johnson <janis187@us.ibm.com>
10563
10564 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10565
10566 2004-11-11 Paul Brook <paul@codesourcery.com>
10567
10568 * MAINTAINERS: Add self as arm maintainer. Update email address.
10569
10570 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10571
10572 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10573 target-libgfortran.
10574 * configure: Regenerate.
10575
10576 2004-11-07 David Edelsohn <edelsohn@gnu.org>
10577
10578 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10579 like CC.
10580
10581 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
10582
10583 * Makefile.def (host fixincludes): Specify missing targets.
10584 * Makefile.in: Regenerate.
10585
10586 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10587
10588 * MAINTAINERS: Add myself
10589
10590 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10591
10592 * MAINTAINERS (Write After Approval): Add myself.
10593
10594 2004-11-04 Geoffrey Keating <geoffk@apple.com>
10595
10596 * Makefile.def: Build fixincludes for the host, too.
10597 * Makefile.in: Regenerate.
10598 * configure.in (host_tools): Add fixincludes.
10599 * configure: Regenerate.
10600
10601 2004-11-04 Daniel Jacobowitz <dan@debian.org>
10602
10603 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10604 * configure: Regenerated.
10605
10606 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10607
10608 PR other/17783
10609 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10610 * configure: Regenerated.
10611
10612 2004-10-31 Mark Mitchell <mark@codesourcery.com>
10613
10614 * README.SCO: Update per FSF instructions.
10615
10616 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
10617
10618 PR target/18151
10619 * configure.in (case ${target}): Do not build fixincludes for avr.
10620 * configure: Regenerated.
10621
10622 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
10623
10624 * configure.in (case ${target}): Do not build fixincludes
10625 on platforms where it is not used.
10626 * configure: Regenerated.
10627
10628 2004-10-23 Daniel Jacobowitz <dan@debian.org>
10629
10630 * configure.in: Use an absolute path to install-sh.
10631 * configure: Regenerated.
10632
10633 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10634
10635 * MAINTAINERS (Write After Approval): Add myself.
10636
10637 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10638
10639 * MAINTAINERS: Remove from Write After Approval those that are
10640 already maintainers.
10641
10642 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10643
10644 * MAINTAINERS: Update my email address.
10645
10646 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10647
10648 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10649 * configure: Regenerate.
10650
10651 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
10652
10653 * MAINTAINERS: Update my email address.
10654
10655 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10656
10657 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10658 entries belonging to this category.
10659
10660 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10661
10662 * MAINTAINERS: Update my e-mail address.
10663
10664 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
10665
10666 Fix wrong conflict resolution in:
10667
10668 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10669
10670 * Makefile.in: Regenerate.
10671 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10672 in the recursive `make', instead of hardwiring `all'.
10673 (Autogenerated TARGET-* variables): New.
10674
10675 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10676
10677 * configure.in: Enable target-libgloss for crx-*-*.
10678 * configure: Regenerate.
10679
10680 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10681
10682 * MAINTAINERS (Various Maintainers): Move the "windows,
10683 cygwin, mingw" maintainer to ...
10684 (OS Port Maintainers): ... here.
10685
10686 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10687
10688 * MAINTAINERS (Write After Approval): Remove those that are
10689 maintainers of some subsystem.
10690
10691 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10692
10693 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10694 * ltcf-cxx.sh (tpf*): Likewise.
10695 * ltconfig (tpf*): Add TPF OS configuration support.
10696
10697 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10698
10699 * MAINTAINERS: Change my email address to my new work account.
10700
10701 2004-09-24 Michael Roth <mroth@nessie.de>
10702
10703 * configure.in (--without-headers): Add missing double quotes.
10704 * configure: Regenerate.
10705
10706 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
10707
10708 * ylwrap: Revert to previous version.
10709
10710 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10711
10712 PR bootstrap/17369
10713 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10714 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10715 SET_GCC_LIB_PATH_CMD.
10716 (BASE_TARGET_EXPORTS): Likewise.
10717 * Makefile.in: Regenerated.
10718
10719 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10720 * configure: Regenerated.
10721
10722 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10723
10724 * config.guess: New upstream version
10725 * compile, depcomp, install-sh, ylwrap: Likewise.
10726
10727 2004-09-19 Roger Sayle <roger@eyesopen.com>
10728
10729 * config/mh-x86omitfp: New host makefile fragment. Add
10730 -fomit-frame-pointer to the default BOOT_CFLAGS.
10731 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10732 * configure: Regenerate.
10733
10734 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10735
10736 PR target/11572
10737 * configure.in (*-*-darwin*): Renable libobjc.
10738 * configure: Regenerate.
10739
10740 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10741
10742 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10743
10744 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
10745
10746 * Makefile.def: Remove libbanshee.
10747 * Makefile.tpl: Ditto.
10748 * configure.in: Ditto.
10749 * Makefile.in: Regen.
10750 * configure: Ditto.
10751
10752 2004-09-08 David Edelsohn <edelsohn@gnu.org>
10753
10754 * ltmain.sh: Use $pic_object as $non_pic_object if
10755 $non_pic_object=none.
10756
10757 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
10758
10759 * missing: Import latest version from master repository.
10760
10761 2004-09-06 Nick Clifton <nickc@redhat.com>
10762
10763 * config.sub: Import latest version from master repository.
10764 * config.guess: Likewise.
10765 This includes these changes:
10766
10767 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10768
10769 * config.sub: Handle crisv32, alias etraxfs.
10770 * config.guess (crisv32:Linux:*:*): Handle.
10771
10772 2004-08-13 Brad Smith <brad@comstyle.com>
10773
10774 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10775 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10776
10777 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10778
10779 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10780 assume the processor is a powerpc. This is because coreutils
10781 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10782 in this case, due to a MacOS X bug that causes
10783 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10784 to return a negative number.
10785 Problem reported by Petter Reinholdtsen in:
10786 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10787
10788 2004-07-19 Ben Elliston <bje@gnu.org>
10789
10790 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10791
10792 2004-06-24 Ben Elliston <bje@gnu.org>
10793
10794 * config.guess: Update copyright years.
10795 * config.sub: Likewise.
10796
10797 2004-06-22 Robert Millan <robertmh@gnu.org>
10798
10799 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10800 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10801
10802 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10803
10804 * config.guess (*:*VMS:*:*): New entry. Replaces
10805 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10806 manufacturer.
10807
10808 2004-06-22 Ben Elliston <bje@gnu.org>
10809
10810 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10811 * config.sub: Likewise.
10812
10813 2004-06-22 Ben Elliston <bje@gnu.org>
10814
10815 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10816 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10817
10818 2004-06-11 Ben Elliston <bje@gnu.org>
10819
10820 * config.guess (pegasos:OpenBSD:*:*): Remove.
10821
10822 2004-06-11 Ben Elliston <bje@gnu.org>
10823
10824 From Wouter Verhelst <wouter@grep.be>:
10825 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10826
10827 2004-06-11 Ben Elliston <bje@gnu.org>
10828
10829 * config.guess (luna88k:OpenBSD:*:*): New.
10830
10831 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10832
10833 * config.guess (m32r*:Linux:*:*): New case.
10834 * config.sub: Handle m32rle.
10835
10836 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10837
10838 From Jens Petersen <petersen@redhat.com>:
10839 * config.sub: Handle sparcv8.
10840
10841 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10842
10843 From Tom Smith <smith@cag.lkg.hp.com>:
10844 * config.guess: Version suffixes are equally significant on Tru64
10845 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10846 prefix of "P" (patched kernel).
10847
10848 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10849
10850 * config.sub: Add support for National Semiconductor CRX target.
10851
10852 2004-09-03 Janis Johnson <janis187@us.ibm.com>
10853
10854 * MAINTAINERS (Various Maintainers): Remove myself as web page
10855 maintainer, add myself as maintainer of build status lists.
10856
10857 2004-09-03 Jan Beulich <jbeulich@novell.com>
10858
10859 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10860 *-*-netware, but add target-libmudflap.
10861 Consolidate *-*-netware targets (of which really only i?86 exists)
10862 into a single entry.
10863 * configure: Likewise.
10864
10865 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
10866
10867 * Makefile.tpl (sorry): Remove.
10868 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10869 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10870 (do-clean): Clean per-stage directories too.
10871 (do-distclean): Run distclean-stage1 too.
10872 (.NOTPARALLEL): Enable during toplevel bootstrap.
10873 (stage[+id+]-bubble): Enable parallel execution during
10874 the recursive invocation.
10875 * Makefile.in: Regenerate.
10876
10877 Fix previous checkin:
10878
10879 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10880 include.
10881 * configure.in: Fix indentation.
10882 * configure: Regenerate.
10883
10884 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
10885
10886 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10887 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10888 * configure: regenerate
10889 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10890 -mdynamic-no-pic
10891
10892 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
10893
10894 * Makefile.def (build_modules): Add fixincludes.
10895 (dependencies): Make gcc depend on fixincludes.
10896 * configure.in (build_tools): Add fixincludes.
10897 (build_configdirs): Always include build_libs.
10898 * Makefile.in: Regenerate.
10899 * configure: Regenerate.
10900
10901 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
10902
10903 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10904 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10905 phony targets; do not generate timestamp files.
10906 (distclean-stageN): Remove references to their timestamp files.
10907 (restageN, touch-stageN): Remove.
10908 (stageN-bubble): Rewritten.
10909 (compare): Support lean bootstraps.
10910 * Makefile.in: Regenerate.
10911
10912 * configure.in: Only warn when bootstrapping but
10913 build != host or build != target. Support lean bootstraps.
10914 * configure: Regenerate.
10915
10916 2004-08-26 Phil Edwards <phil@codesourcery.com>
10917
10918 * configure.in: Give a better error message if GMP/MPFR are missing
10919 and a language needing them has been requested.
10920 * configure: Regenerated.
10921
10922 2004-08-25 Phil Edwards <phil@codesourcery.com>
10923
10924 * configure.in: Print a list of available language front-ends if
10925 a requested one is missing. Tidy stray tab characters.
10926 * configure: Regenerated.
10927
10928 2004-08-19 Michael Koch <konqueror@gmx.de>
10929
10930 * gcc/doc/install.texi: Update entry about automake for libjava.
10931
10932 2004-08-17 Robert Millan <robertmh@gnu.org>
10933
10934 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10935 (instead of FreeBSD).
10936 * configure: Regenerate.
10937
10938 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10939
10940 * Makefile.in: Regenerate.
10941 * configure: Regenerate.
10942
10943 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10944 stage_*_flags.
10945 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10946 for bootstrapped modules if toplevel bootstrap is going.
10947 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10948 modules. Adjust for changes in Makefile.def. Enable several
10949 rules even in non-bootstrap mode, just to avoid peppering the
10950 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10951 (stage-[+prev+]-bubble): Remove.
10952
10953 * Makefile.def (Dependencies): Depend on all-build-bison,
10954 all-build-flex, all-build-byacc, all-build-texinfo, rather
10955 than the host variations.
10956 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10957 with BUILD_SUBDIR.
10958 (BISON): Update for recent Bisons.
10959 (YACC): Fix typo.
10960 (cross): Depend on all-build.
10961 (all): Do not depend on all-build.
10962 (prebootstrap): Remove.
10963 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10964 (Prebootstrap dependencies): Add them to the per-stage targets
10965 and to all-prebootstrap.
10966 * configure.in (build_configdirs): Always enable build_tools.
10967 (BUILD_DIR_PREFIX): Remove.
10968
10969 * Makefile.def (gcc): Add target variable.
10970 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10971 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10972 in the recursive `make', instead of hardwiring `all'.
10973 (Autogenerated TARGET-* variables): New.
10974
10975 2004-08-13 Brian Booth <bbooth@redhat.com>
10976
10977 * MAINTAINERS: Remove myself from write-after-approval.
10978
10979 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10980
10981 * src-release: Stop distributing mmalloc with gdb (which doesn't
10982 use it).
10983 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10984 * Makefile.in: Regenerate.
10985
10986 2004-08-09 Mark Mitchell <mark@codesourcery.com>
10987
10988 * configure.in (arm*-*-eabi*): New target.
10989 * configure: Regenerate.
10990
10991 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
10992
10993 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10994 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10995 (Dependencies): New section.
10996 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10997 (configure-target-[+module+]): Depend on maybe-all-gcc
10998 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10999 (toplevel profiledbootstrap): Fix dependencies.
11000 * Makefile.in: Regenerate.
11001
11002 2004-08-03 Mark Mitchell <mark@codesourcery.com>
11003
11004 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11005 target-libiberty to noconfigdirs.
11006 * configure: Regenerate.
11007
11008 2004-08-03 Paul Brook <paul@codesourcery.com>
11009
11010 * configure.in: Check for MPFR as well as GMP.
11011 * configure: Regenerate.
11012
11013 2004-08-01 Robert Millan <robertmh@gnu.org>
11014
11015 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11016 libmudflap for all GNU-based systems (with Glibc).
11017 * configure: Regenerate.
11018
11019 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
11020
11021 * Makefile.def (host-modules): Add gcc.
11022 * Makefile.in: Regenerate.
11023 * Makefile.tpl (sorry): New rule.
11024 (configure-host, all-host, [+make_target+]-host, do-check,
11025 install-host): Do not add gcc as a special case.
11026 (host modules): Add a small special-casing for gcc. Export
11027 extra_make_flags through the environment.
11028 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11029 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11030 other recursive targets for gcc): Remove.
11031
11032 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11033 (stage, unstage): New rules.
11034 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11035 distclean-stage[+id+]): Use stage_current.
11036 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11037 the stage*-start rules.
11038
11039 2004-08-02 Geoffrey Keating <geoffk@apple.com>
11040
11041 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11042 use -all_load flag.
11043
11044 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
11045
11046 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11047 * configure: Regenerate.
11048
11049 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11050
11051 * maintainer-scripts/gcc_release: Revert yesterday's change.
11052
11053 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11054
11055 * MAINTAINERS: Add myself to write-after-approval.
11056
11057 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11058
11059 * libf2c: Removed.
11060 * gcc/gccbug.in: Updated because of libf2c removal.
11061 * maintainer-scripts/gcc_release: Ditto.
11062
11063 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
11064
11065 * configure.in: Build libmudflap by default on FreeBSD.
11066 * configure: Regenerated.
11067
11068 2004-07-09 Mark Mitchell <mark@codesourcery.com>
11069
11070 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11071 systems.
11072 * configure: Regenerated.
11073
11074 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11075
11076 PR target/16344
11077 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11078 feedback based compiler.
11079 * Makefile.in: Rebuilt.
11080
11081 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
11082
11083 * Makefile.def (host_modules): Set bootstrap=true for flex.
11084 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11085 * Makefile.in: Rebuilt.
11086
11087 2004-07-07 Jan Hubicka <jh@suse.cz>
11088
11089 * MAINTAINERS: Add self as a profile feedback maintainer.
11090
11091 2004-07-05 Phil Edwards <phil@codesourcery.com>
11092
11093 * configure.in: Do not prepend $srcdir to /dev/null in
11094 makefile fragments.
11095 * configure: Regenerate.
11096
11097 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
11098
11099 * Makefile.def (build_modules): Add bison, byacc, flex,
11100 m4, texinfo.
11101 (flags_to_pass): Add FLEX.
11102 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11103 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11104 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11105 DEFAULT_MAKEINFO): Remove.
11106 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11107 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11108 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11109 objdir or else use configured tool.
11110 (all-build): New.
11111 (all): Depend on it.
11112 (Build module dependencies): Add.
11113 * Makefile.in: Regenerate.
11114 * configure.in: Better support for multiple build modules,
11115 matching what is done for host/target modules. Do not look
11116 for "plausible" locations of build tools if Canadian cross.
11117 Use autoconf's AC_PROG_CC to find a C compiler. Define
11118 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11119 * configure: Regenerate.
11120
11121 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11122
11123 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11124 * Makefile.in: Regenerate.
11125
11126 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11127
11128 * Makefile.tpl (configure-build-[+module+],
11129 configure-[+module+], configure-target-[+module+]): Pass
11130 [+extra_configure_args+].
11131 (all-build-[+module+], all-[+module+], check-[+module+],
11132 install-[+module+], [+make_target+]-[+module+],
11133 all-target-[+module+], check-target-[+module+],
11134 install-target-[+module+], [+make_target+]-target-[+module+]):
11135 Pass [+extra_make_args+].
11136 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11137 (GCC_HOST_EXPORTS): Remove.
11138 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11139 cross, check-gcc, check-gcc-c++, install-gcc,
11140 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11141 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11142 * Makefile.in: Regenerate.
11143
11144 2004-06-21 Matthew Sachs <msachs@apple.com>
11145
11146 * MAINTAINERS: Added self to write-after-approval.
11147
11148 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11149
11150 * configure.in: Check for srcdir/winsup rather than build directory
11151 winsup.
11152 * configure: Regenerate.
11153
11154 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
11155
11156 * configure.in: Don't build Cygwin native newlib if winsup
11157 directory is missing. Emit warning instead.
11158 * configure: Regenerate.
11159
11160 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
11161
11162 * Makefile.tpl (touch-stage[+id+]): New.
11163 (restage[+prev+]): Depend on touch-stage[+id+].
11164
11165 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11166 Use it throughout.
11167
11168 * Makefile.def: Add profile and feedback bootstrap stages.
11169 Remove next field from bootstrap stages.
11170 * Makefile.tpl (LN, LN_S): Substitute.
11171 (stageN-start, stageN-end): Use double-colon rules, to
11172 provide a hook for additional setup commands.
11173 (distclean-stageN-gcc, restageN): Create dependencies from
11174 [+prev+], not from [+next+].
11175 (stageN-bubble): Add commands for successive stages from
11176 [+prev+], using double-colon rules.
11177 (all-stageN-gcc): Fix typo.
11178 (stagefeedback-start, profiledbootstrap): New.
11179 * Makefile.in: Regenerate.
11180 * configure.in: Call ACX_PROG_LN.
11181 * configure: Regenerate.
11182
11183 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11184
11185 * MAINTAINERS (Write After Approval): Add myself.
11186
11187 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11188
11189 * MAINTAINERS (Write After Approval): Add myself.
11190
11191 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
11192
11193 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11194 without gcc.
11195 * configure: Regenerate.
11196
11197 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11198
11199 * Makefile.tpl: Fix typo.
11200 * Makefile.in: Regenerate.
11201
11202 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11203
11204 * configure.in: Remove new- prefix from toplevel
11205 bootstrap targets.
11206 * configure: Regenerate.
11207
11208 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11209
11210 * Makefile.tpl (all.normal): Rename to all.
11211 (all): Replace with a rule to pick the default
11212 target from configure.
11213 (all-gcc, configure-gcc): Use conditionals to
11214 do nothing when toplevel bootstrap is going on.
11215 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11216 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11217 * configure.in: Support --enable-bootstrap.
11218
11219 * Makefile.def: Remove new- prefix from toplevel
11220 bootstrap targets.
11221 * Makefile.tpl: Likewise.
11222
11223 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11224 target.
11225
11226 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11227 $(RECURSE_FLAGS) to recursive invocation of make.
11228
11229 * Makefile.in: Regenerate.
11230 * configure: Regenerate.
11231
11232 2004-05-30 Andreas Jaeger <aj@suse.de>
11233 Jim Wilson <wilson@specifixinc.com>
11234
11235 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11236 like CC.
11237
11238 2004-05-27 Daniel Jacobowitz <dan@debian.org>
11239
11240 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11241 * configure: Regenerate.
11242
11243 2004-05-25 Daniel Jacobowitz <drow@false.org>
11244
11245 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11246 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11247 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11248 targets.
11249 * Makefile.in: Regenerate.
11250
11251 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
11252
11253 * configure.in: Test the ability to symlink directories.
11254 * configure: Regenerate.
11255
11256 * Makefile.def (bootstrap-stage): New definitions.
11257 * Makefile.tpl (configure-stage1-gcc,
11258 configure-stage2-gcc, configure-stage3-gcc,
11259 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11260 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11261 new-restage3, compare): Autogenerate, see Makefile.in
11262 entry for behavioral changes.
11263 (distclean-stage1, new-stage1-start, new-stage1-end,
11264 new-stage1-bubble, distclean-stage2, new-stage2-start,
11265 new-stage2-end, new-stage2-bubble, distclean-stage3,
11266 new-stage3-start, new-stage3-end): New autogenerated targets.
11267 (objext, prebootstrap, BOOT_CFLAGS,
11268 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11269 targets.
11270
11271 * Makefile.in: Regenerate.
11272 (distclean-stage1, new-stage1-start, new-stage1-end,
11273 new-stage1-bubble, distclean-stage2, new-stage2-start,
11274 new-stage2-end, new-stage2-bubble, distclean-stage3,
11275 new-stage3-start, new-stage3-end): New targets.
11276 (all-stage1-gcc): Move prebootstrap dependency from here...
11277 (configure-stage1-gcc): ...to here.
11278 (new-bootstrap): Use bubble targets.
11279 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11280 Use per-stage distclean targets.
11281 (configure-stage1-gcc, configure-stage2-gcc,
11282 configure-stage3-gcc, all-stage1-gcc,
11283 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11284 Use new-stageN-start to prepare the tree.
11285
11286 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
11287
11288 * Makefile.def (host_modules): add libcpp.
11289 * Makefile.tpl: Add dependencies on and for libcpp.
11290 * Makefile.in: Regenerate.
11291 * configure.in: Add libcpp host module.
11292 * configure: Regenerate.
11293
11294 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
11295
11296 * Makefile.tpl: Whenever a recursive target is defined, wrap
11297 it in a special @if/@endif block, and prepare its maybe
11298 dependency in the @if/@endif block
11299 * configure.in: Instead of writing maybe dependencies, remove
11300 the @if/@endif statements, and remove the @if/@endif blocks
11301 that remain.
11302 * configure: Regenerate.
11303 * Makefile.in: Regenerate.
11304
11305 2004-05-20 Janis Johnson <janis187@us.ibm.com>
11306
11307 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11308
11309 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11310
11311 PR bootstrap/15120
11312 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11313 * */configure: Rebuilt.
11314
11315 2004-05-17 Zack Weinberg <zack@codesourcery.com>
11316
11317 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11318 of libf2c.
11319 * configure, Makefile.in: Regenerate.
11320
11321 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
11322
11323 * MAINTAINERS (Write After Approval): Add myself.
11324
11325 2004-05-13 Diego Novillo <dnovillo@redhat.com>
11326
11327 Merge from tree-ssa-20020619-branch.
11328
11329 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11330 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11331 (HOST_GMPLIBS): Define.
11332 (HOST_GMPINC): Define.
11333 (TARGET_LIB_PATH): Add libmudflap.
11334 (GFORTRAN_FOR_TARGET): Define.
11335 (configure-build*): Export GFORTRAN.
11336 (configure-gcc): Export GMPLIBS and GMPINC.
11337 (all-gcc): Add maybe-all-libbanshee.
11338 (configure-target-libgfortran): Define.
11339 * Makefile.in: Regenerate.
11340 * configure.in (host_libs): Add libbanshee.
11341 (target_libraries): Add target-libmudflap and target-libgfortran.
11342 Add --with-libbanshee.
11343 Handle --disable-libmudflap.
11344 (*-*-freebsd*): Use with_gmp.
11345 Add $(libgcj) to noconfigdirs.
11346 * configure: Regenerate.
11347 * depcomp: New file.
11348 * MAINTAINERS: Add tree-ssa maintainers.
11349
11350 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11351
11352 * MAINTAINERS (Various Maintainers): Add myself.
11353
11354 2004-04-30 Brian Ford <ford@vss.fsi.com>
11355
11356 * MAINTAINERS (Write After Approval): Add myself.
11357
11358 2004-04-29 Uros Bizjak <uros@kss-loka.si>
11359
11360 * MAINTAINERS (Write After Approval): Add myself.
11361
11362 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
11363
11364 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11365 * configure: Regenerate.
11366
11367 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
11368
11369 Revert:
11370 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11371
11372 * Makefile.def (flags_to_pass): Remove *dir variables that
11373 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11374 as well as prefix and exec_prefix.
11375 * Makefile.in: Regenerate.
11376
11377 2004-04-26 Robert Millan <robertmh@gnu.org>
11378
11379 Add patches from libtool CVS.
11380 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11381 * ltconfig: Likewise.
11382 * ltcf-c.sh: Likewise.
11383 * ltcf-cxx.sh: Likewise.
11384 * ltcf-gcj.sh: Likewise.
11385
11386 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11387
11388 * Makefile.def (host_modules): Mark with the bootstrap
11389 flag packages on which gcc depends.
11390 * Makefile.tpl (all-bootstrap): Use it.
11391 * Makefile.in: Regenerate.
11392
11393 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11394
11395 * Makefile.def (flags_to_pass): Remove *dir variables that
11396 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11397 as well as prefix and exec_prefix.
11398 * Makefile.in: Regenerate.
11399
11400 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11401
11402 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11403 * configure: Regenerate.
11404 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11405 * gcc/Makefile.tpl (compare): Use the result of the test.
11406 * gcc/Makefile.in: Regenerate.
11407
11408 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
11409
11410 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11411 Always relocate gcc and prev-gcc to the original names, even
11412 if the build fails.
11413 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11414 New targets.
11415
11416 2004-04-23 Laurent GUERBY <laurent@guerby.net>
11417
11418 * MAINTAINERS: Update my email address.
11419
11420 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11421
11422 * configure.in (mips*-*-irix5*): Enable ld.
11423 * configure: Regenerate.
11424
11425 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11426
11427 * configure: Regenerate.
11428
11429 2004-04-15 James E Wilson <wilson@specifixinc.com>
11430
11431 * Makefile.tpl (configure-[+module+], configure-gcc,
11432 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11433 Set and export LDFLAGS.
11434 * Makefile.in: Regenerate.
11435
11436 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11437
11438 * MAINTAINERS: Add myself to write-after-approval.
11439
11440 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11441
11442 PR bootstrap/14871
11443 * Makefile.tpl: If we don't have built-in-tree target tools,
11444 use the ones found by configure rather than hacking around with
11445 program_transform_name.
11446 * configure.in: Give Makefile.tpl the information necessary
11447 to do that.
11448 * Makefile.in: Regenerate.
11449 * configure: Regenerate.
11450
11451 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11452
11453 PR bootstrap/14760
11454 * configure.in: When computing baseargs, strip *all* copies of
11455 offending options. Also, don't match/substitute the trailing space,
11456 so that this actually works when two similar options are separated by
11457 only one space.
11458 * configure: Regenerate.
11459
11460 2004-04-06 David Edelsohn <edelsohn@gnu.org>
11461
11462 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11463 (rs6000-*-aix*): Same.
11464 * configure: Regenerate.
11465
11466 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
11467
11468 * MAINTAINERS: Add myself to write-after-approval.
11469
11470 2004-04-03 Bud Davis <bdavis9659@comcast.net>
11471
11472 * MAINTAINERS: Add myself to write-after-approval.
11473
11474 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11475
11476 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11477 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11478 * Makefile.in: Regenerate.
11479
11480 * configure.in (top level bootstrap support): Rework --enable-werror
11481 to set @stage2_werror_flag@.
11482 * configure: Regenerate.
11483 * Makefile.tpl (top level bootstrap support): Pass
11484 @stage2_werror_flag@ down to configure in stages 2 and 3.
11485 * Makefile.in: Regenerate.
11486
11487 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11488
11489 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11490 for stages 2 and 3 as well as in make. As a consequence, remove
11491 OUTPUT_OPTION (now detected by configure) from the flags passed down
11492 to make.
11493 * Makefile.in: Regenerate.
11494
11495 * Makefile.tpl (new-bootstrap): Fix typo.
11496 * Makefile.in: Regenerate.
11497
11498 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11499
11500 * Makefile.tpl: Rearrange by moving recursive_targets rules
11501 into their proper sections.
11502 * Makefile.tpl (top level bootstrap support): Move disabling
11503 of coverage flags from 'make' to 'configure'; improve comments.
11504 * Makefile.in: Regenerate.
11505
11506 * Makefile.tpl (experimental top level bootstrap) Move stage1
11507 language setting from all- target to configure- target; disable
11508 intermodule optimization in stage 1; prevent gratuitous rebuilds
11509 of stage 1.
11510 * Makefile.in: Regenerate.
11511 * configure.in: Comma-separate stage 1 language list for top
11512 level bootstrap.
11513 * configure: Regenerate.
11514
11515 * Makefile.tpl: Clean up experimental top level bootstrap support:
11516 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11517 prev-gcc in configure- targets as well as all- targets.
11518 * Makefile.in: Regenerate.
11519
11520 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11521
11522 * compile: New file imported from automake.
11523
11524 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
11525
11526 * configure.in: Remove symbolic link section.
11527 * configure: Regenerate.
11528 * Makefile.tpl (links): Remove.
11529 * Makefile.in: Regenerate.
11530
11531 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
11532 Nathanael Nerode <neroden@gcc.gnu.org>
11533
11534 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11535 Set with AC_CHECK_PROGS.
11536 * configure.in: Fix comment typo from last patch.
11537 * configure: Regenerate.
11538
11539 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11540
11541 * Makefile.tpl: Introduce experimental top level bootstrap support.
11542 * Makefile.in: Regenerate.
11543 * configure.in: Introduce support for top level bootstrap.
11544 * configure: Regenerate.
11545
11546 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
11547 Paolo Bonzini <bonzini@gnu.org>
11548
11549 PR bootstrap/14522
11550 * configure.in: Cope with shells that do not support unquoted ^
11551 * configure: Regenerate.
11552
11553 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
11554 Paolo Bonzini <bonzini@gnu.org>
11555
11556 PR bootstrap/14522
11557 * configure.in: Cope with shells that do not support nesting
11558 quotes inside quoted backquote substitutions.
11559 * configure: Regenerate.
11560
11561 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11562
11563 PR bootstrap/14522
11564 * configure.in: Fix escaping of $.
11565 * configure: Regenerate.
11566
11567 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11568
11569 * configure: Regenerate, since I forgot to while committing Paolo's
11570 changes.
11571
11572 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
11573
11574 PR ada/14131
11575 Move language detection to the top level.
11576 * configure.in: Find default values for the tools as
11577 soon as possible. Disable ada if GNAT is not found.
11578 Emit error message about missing languages. Expand
11579 --enable-languages=all for the gcc subdirectory.
11580
11581 2004-03-10 Ben Elliston <bje@gnu.org>
11582
11583 * MAINTAINERS: Update my email address.
11584
11585 2004-03-05 David Edelsohn <edelsohn@gnu.org>
11586
11587 * ltconfig: Disable building static libraries if building shared
11588 libraries on AIX 5L.
11589
11590 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
11591
11592 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11593 and disable libgcj.
11594 * configure: Regenerated.
11595
11596 2004-03-01 Brian Booth <bbooth@redhat.com>
11597
11598 * MAINTAINERS: Add myself to write-after-approval.
11599
11600 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
11601
11602 * MAINTAINERS: Add myself to write-after-approval.
11603
11604 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11605
11606 PR bootstrap/7087
11607 * Makefile.tpl: Guard XFOO sed statements better.
11608 * Makefile.tpl: Add dependency for configure-target-libada.
11609 * Makefile.in: Regenerate (incidentally fixes broken
11610 commit when libada-branch was merged).
11611
11612 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11613
11614 * MAINTAINERS: Add myself to write-after-approval.
11615
11616 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11617
11618 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11619 maintainers.
11620
11621 2004-02-20 Andrew Cagney <cagney@redhat.com>
11622
11623 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11624 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11625
11626 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11627
11628 PR bootstrap/11932
11629 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11630
11631 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
11632
11633 * MAINTAINERS: Added myself to write-after-approval.
11634
11635 2004-02-14 Michael Koch <konqueror@gmx.de>
11636
11637 * MAINTAINERS: Added myself to write-after-approval.
11638
11639 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11640
11641 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11642 some OS port maintainers to OS port maintainers section.
11643
11644 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
11645
11646 * MAINTAINERS: Add self.
11647
11648 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11649
11650 * MAINTAINERS: Alphabetize.
11651
11652 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
11653
11654 * MAINTAINERS: Remove myself.
11655
11656 2004-02-11 David Edelsohn <edelsohn@gnu.org>
11657
11658 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11659 (rs6000-*-aix*): Same.
11660 * configure: Regenerate.
11661
11662 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11663
11664 * configure.in (host): Add in missing $noconfigdirs to defines.
11665 * configure: Regenerate.
11666
11667 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11668 Nathanael Nerode <neroden@gcc.gnu.org>
11669
11670 PR ada/6637, PR ada/5911
11671 Merge with libada-branch:
11672 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11673 with appropriate dependencies. Add --enable-libada configure switch.
11674 * configure, Makefile.in: Regenerate.
11675
11676 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
11677
11678 * MAINTAINERS: Add myself to write-after-approval.
11679
11680 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11681
11682 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11683 * configure: Regenerate.
11684
11685 2004-02-04 Geoffrey Keating <geoffk@apple.com>
11686
11687 Merge from upstream:
11688
11689 * ltmain.in: When setting IFS to '~', be careful about user
11690 arguments that contain '~'.
11691
11692 2004-02-04 Peter O'Gorman <peter@pogma.com>
11693
11694 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11695 Also test $base_compile against $CC with escaped arguments. Bug
11696 reported by Geoff Keating <geoffk@apple.com>.
11697
11698 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11699
11700 * MAINTAINERS: Remove i960 port.
11701
11702 2004-01-23 DJ Delorie <dj@redhat.com>
11703
11704 * Makefile.def (target_modules) [libiberty]: Don't stage.
11705 * Makefile.in: Rebuilt.
11706
11707 2004-01-20 Caroline Tice <ctice@apple.com>
11708
11709 * MAINTAINERS: Add myself to write-after-approval.
11710
11711 2004-01-19 Paolo Carlini <pcarlini@suse.de>
11712
11713 * MAINTAINERS: Update my email address.
11714
11715 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11716
11717 * MAINTAINERS: Add myself to write-after-approval.
11718
11719 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11720
11721 * MAINTAINERS: Remove entries without email address.
11722
11723 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
11724
11725 * MAINTAINERS: Add myself to write-after-approval.
11726
11727 2004-01-15 Steven Bosscher <stevenb@suse.de>
11728
11729 * MAINTAINERS: Update my email address.
11730
11731 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
11732
11733 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11734 * Makefile.tpl (configure-target-[+module+]): Support stage.
11735 * Makefile.in: Rebuilt.
11736
11737 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11738
11739 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11740
11741 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
11742
11743 * MAINTAINERS: Add myself as a MIPS maintainer.
11744
11745 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11746
11747 * configure.in: Use ./config.cache, not config.cache.
11748 * configure: Regenerate.
11749 * Makefile.tpl: Special-casing not needed for GCC any more.
11750 * Makefile.in: Regenerate.
11751
11752 * configure.in: Don't share a cache file for host dirs.
11753 * configure: Regenerate.
11754
11755 * config-ml.in: Don't mess with the cache file.
11756
11757 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11758
11759 * MAINTAINERS: Move myself from 'Write After Approval' to
11760 'CPU Port Maintainers' section as SPARC maintainer.
11761
11762 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11763
11764 * Makefile.tpl: Make GCC use a separate config.cache.
11765 * Makefile.in: Regenerate.
11766
11767 PR bootstrap/11932, PR bootstrap/11933
11768 (I don't know if it will fix either of them, but it relates
11769 to them.)
11770 * configure.in: Don't use shared config.cache for target
11771 directories.
11772 * configure: Regenerate.
11773
11774 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11775
11776 * MAINTAINERS: Add myself to 'Write After Approval' section.
11777
11778 2003-12-31 Roger Sayle <roger@eyesopen.com>
11779
11780 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11781 * configure: Regenerated.
11782
11783 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11784
11785 * MAINTAINERS: Remove the mn10200 maintainer.
11786
11787 2003-12-21 Bernardo Innocenti <bernie@develer.com>
11788
11789 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11790 * configure: Regenerated.
11791
11792 2003-12-16 Jan Hubicka <jh@suse.cz>
11793
11794 * MAINTAINERS: Add myself as callgraph maintainer.
11795
11796 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11797
11798 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11799 * configure: Regenerate.
11800
11801 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11802
11803 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11804 'Write After Approval' section. Update email.
11805
11806 2003-12-01 James Lemke <jim@wasabisystems.com>
11807
11808 * MAINTAINERS (Write After Approval): Add myself.
11809
11810 2003-11-20 Matt Thomas <matt@3am-software.com>
11811
11812 * MAINTAINERS: Add myself as a vax port maintainer.
11813
11814 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11815
11816 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11817 (configure-build-[+module+], configure-[+module+]): Likewise.
11818 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11819 * Makefile.in: Regenerate.
11820
11821 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11822
11823 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11824 shared/dylibed libraries.
11825 * ltmain.sh: Likewise.
11826 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11827 * ltcf-cxx.sh: Likewise.
11828 * ltcf-gcj.sh: Likewise.
11829 * ltconfig: Likewise.
11830
11831 2003-11-17 Stan Cox <scox@redhat.com>
11832
11833 * MAINTAINERS: Add myself as iq2000 port maintainer.
11834
11835 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11836
11837 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11838 * Makefile.in: Regenerate.
11839
11840 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11841
11842 * config.sub: Update to 2003-11-03 version.
11843
11844 2003-10-20 Phil Edwards <phil@codesourcery.com>
11845
11846 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11847 * configure: Regenerate.
11848
11849 2003-10-20 Nicolas Pitre <nico@cam.org>
11850
11851 * MAINTAINERS: Add myself to 'Write After Approval' section.
11852
11853 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11854
11855 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11856
11857 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11858
11859 * MAINTAINERS: Update my email address.
11860
11861 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11862
11863 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11864
11865 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
11866
11867 * MAINTAINERS: Add myself to 'Write After Approval' section.
11868
11869 2003-10-16 Bernardo Innocenti <bernie@develer.com>
11870
11871 * config.guess: Update to 2003-10-16 version.
11872 * config.sub: Update to 2003-10-16 version.
11873
11874 2003-10-15 David Daney <ddaney@avtrex.com>
11875
11876 * MAINTAINERS: Added myself to 'Write After Approval' section.
11877
11878 2003-10-15 Falk Hueffner <falk@debian.org>
11879
11880 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11881 'Write After Approval' section. Update email.
11882
11883 2003-10-14 Roger Sayle <roger@eyesopen.com>
11884
11885 * MAINTAINERS: Move myself from 'Write After Approval' to
11886 'Various Maintainers' section as middle-end maintainer.
11887
11888 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11889
11890 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11891 HOST_FLAGS_TO_PASS.
11892 * Makefile.in: Regenerate.
11893
11894 2003-10-11 Bernardo Innocenti <bernie@develer.com>
11895
11896 * config.guess: Update to 2003-10-07 version.
11897 * config.sub: Update to 2003-10-07 version.
11898
11899 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11900
11901 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11902 * ltconfig (irix5*, irix6*): Don't override version_type.
11903
11904 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11905
11906 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11907 * configure: Rebuilt
11908 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11909 * Makefile.in: Rebuilt
11910
11911 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11912
11913 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11914
11915 2003-09-30 Carlo Wood <carlo@alinoe.com>
11916
11917 * MAINTAINERS (Write After Approval): Add myself.
11918
11919 2003-09-29 Paul Koning <ni1d@arrl.net>
11920
11921 * MAINTAINERS: Move myself from "Write After Approval"
11922 to CPU platform maintainers for pdp11 platform.
11923
11924 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11925
11926 * MAINTAINERS: Move myself from 'Write After Approval' to
11927 'Various Maintainers' section as libffi testsuite maintainer.
11928
11929 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
11930
11931 * configure.in: Pass a computed --program-transform-name
11932 to subconfigures.
11933 * configure: Regenerated.
11934
11935 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11936
11937 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11938 * Makefile.in: Regenerate.
11939
11940 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11941 * Makefile.in: Regenerate.
11942
11943 2003-09-19 Ziemowit Laski <zlaski@apple.com>
11944
11945 * MAINTAINERS: Move myself from 'Write After Approval'
11946 to 'Various Maintainers' (objective-c) section.
11947
11948 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
11949
11950 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11951 quoting.
11952 * configure: Regenerated.
11953
11954 2003-09-16 Joel Brobecker <brobecker@gnat.com>
11955
11956 * MAINTAINERS (Write After Approval): Add myself to write after
11957 approval list.
11958
11959 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11960
11961 * MAINTAINERS (Write After Approval): Add myself.
11962
11963 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11964
11965 * MAINTAINERS: Update my e-mail address.
11966
11967 2003-09-09 Alan Modra <amodra@bigpond.net.au>
11968
11969 * libtool.m4 (LD): Correct powerpc64 host match.
11970
11971 2003-09-06 James E Wilson <wilson@tuliptree.org>
11972
11973 * MAINTAINTERS: Update my affiliation and email address.
11974
11975 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11976
11977 * MAINTAINERS (Write After Approval): Add myself.
11978
11979 2003-09-04 DJ Delorie <dj@redhat.com>
11980
11981 * configure: Regenerate.
11982
11983 2003-09-04 Robert Millan <robertmh@gnu.org>
11984
11985 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11986
11987 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11988
11989 * configure.in: Ensure arguments to sed are properly spaced.
11990 * configure: Regenerate.
11991
11992 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11993
11994 * MAINTAINERS: Update my e-mail address.
11995
11996 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11997
11998 * MAINTAINERS (Write After Approval): Add myself.
11999
12000 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
12001
12002 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12003 * configure: Regenerated.
12004
12005 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
12006
12007 * MAINTAINERS: Update my email address.
12008
12009 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
12010
12011 * configure.in: Use newline instead of semicolon when assuming
12012 shell arguments in a for loop.
12013 * configure: Regenerated.
12014
12015 2003-08-22 Jason Eckhardt <jle@rice.edu>
12016
12017 * MAINTAINERS: Resurrect the i860 maintainer.
12018
12019 2003-08-20 Geoffrey Keating <geoffk@apple.com>
12020
12021 PR 8180
12022 * configure.in: When testing with_libs and with_headers, treat
12023 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
12024 * configure: Regenerate.
12025
12026 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12027 make, shell, etc.
12028 (baseargs): Likewise.
12029 * configure: Regenerate.
12030
12031 2003-08-20 Bernardo Innocenti <bernie@develer.com>
12032
12033 * MAINTAINERS (Write After Approval): Add myself.
12034
12035 2003-08-19 Geoffrey Keating <geoffk@apple.com>
12036
12037 * configure.in: Disable libgcj for darwin not on powerpc.
12038 * configure: Rebuild.
12039
12040 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
12041
12042 * config-ml.in, symlink-tree: Add license.
12043
12044 2003-08-03 Richard Stallman <rms@gnu.org>
12045 Eben Moglen <moglen@columbia.edu>
12046
12047 * README.SCO: New file.
12048
12049 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12050
12051 * Makefile.tpl (check, check-c++): Express dependencies using
12052 dependencies rather than commands.
12053 * Makefile.in: Regenerate.
12054
12055 2003-08-01 Andrew Cagney <cagney@redhat.com>
12056
12057 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12058 * configure: Ditto.
12059
12060 2003-07-31 Geoffrey Keating <geoffk@apple.com>
12061
12062 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12063 * Makefile.in: Update.
12064
12065 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12066
12067 * configure.in: Enable libgcj for darwin.
12068 * configure: Rebuild.
12069
12070 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
12071
12072 * config-ml.in: Use ac_configure_args directly instead of
12073 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12074 actually seen.
12075
12076 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12077
12078 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12079 creating target and build subdirs to build all parent dirs as needed.
12080 * Makefile.in: Rebuild.
12081 * configure.in: Don't build dirs explicitly here.
12082 * configure: Rebuild.
12083
12084 2003-07-26 Paul Brook <paul@nowt.org>
12085
12086 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12087
12088 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
12089
12090 * Makefile.tpl (all-make): Depend on intl.
12091 * Makefile.in: Rebuilt.
12092
12093 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
12094
12095 * install-sh: Update to newer upstream versions (associated with
12096 aclocal 1.7).
12097 * mkinstalldirs: Likewise.
12098 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12099
12100 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12101
12102 * MAINTAINERS: Move self from Bug database only accounts
12103 to write-after-approval.
12104
12105 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12106
12107 * config.if: Remove unused libc_interface determination.
12108
12109 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12110
12111 * MAINTAINERS: Move self from write-after-approval to
12112 build machinery (*.in).
12113
12114 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12115
12116 PR bootstrap/11273
12117 PR bootstrap/11408
12118 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12119 unused INSTALL_PROGRAM_ARGS.
12120 * configure.in: Use AC_PROG_INSTALL.
12121 * Makefile.in: Regenerate.
12122 * configure: Regenerate.
12123
12124 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12125
12126 * MAINTAINERS: Alphabetize.
12127
12128 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
12129
12130 * configure: Rebuilt.
12131 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12132 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12133 newlib nor libgloss.
12134 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12135 * configure.in (am33_2.0-*-linux*): Added.
12136
12137 2003-07-09 Bob Wilson <bob.wilson@acm.org>
12138
12139 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12140 * configure: Regenerate.
12141
12142 2003-07-07 Zack Weinberg <zack@codesourcery.com>
12143
12144 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12145 * Makefile.in: Regenerate.
12146
12147 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12148
12149 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12150 * Makefile.in: Regenerate.
12151
12152 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12153
12154 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12155 * Makefile.in: Regenerated.
12156
12157 * config-ml.in: Replace PWD with PWD_COMMAND.
12158
12159 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12160
12161 * intl: New directory; see intl/ChangeLog for details.
12162 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12163 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12164 * Makefile.in: Regenerate.
12165
12166 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12167
12168 * configure.in: Clean up config-lang.in handling. Delete
12169 useless assignment to "subdirs".
12170 * configure: Regenerate.
12171
12172 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12173
12174 * configure.in: Rename 'target_libs' to 'target_libraries'.
12175 Remove useless reference to 'target_libs'.
12176 * configure: Regenerate.
12177
12178 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12179
12180 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12181 * Makefile.in: Regenerate.
12182
12183 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12184
12185 * Makefile.def: Introduce flags_to_pass.
12186 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12187 * Makefile.in: Regenerate.
12188
12189 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12190
12191 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12192 and target-libgloss.
12193 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12194 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12195 * configure: Regenerate.
12196
12197 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12198
12199 * configure.in: Update testsuite_flags to new location.
12200 * configure. Regenerate.
12201
12202 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12203
12204 * Makefile.tpl: Remove BUILD_CC stuff.
12205 * Makefile.in: Regenerate.
12206
12207 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12208
12209 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12210
12211 2003-06-16 Graeme Peterson <gp@qnx.com>
12212
12213 * MAINTAINERS (Write After Approval): Add myself.
12214
12215 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
12216
12217 * config.guess: Update to 2003-06-12 version.
12218 * config.sub: Update to 2003-06-13 version.
12219
12220 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
12221
12222 * config.guess: Update to 2003-06-06 version.
12223 * config.sub: Update to 2003-06-06 version.
12224
12225 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12226
12227 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12228 * configure. Regenerate.
12229
12230 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12231
12232 * configure.in: Disable serial configure by default.
12233 * configure: Regenerate.
12234 * Makefile.tpl: Abolish .NOTPARALLEL.
12235 * Makefile.in: Regenerate.
12236
12237 * Makefile.tpl: Replace {build,host,target}_canonical by
12238 {build,host,target}.
12239 * Makefile.in: Regenerate.
12240
12241 * Makefile.tpl: Fix stupid pasto.
12242 * Makefile.in: Regenerate.
12243
12244 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12245
12246 * Makefile.tpl: Remove bogus conditional.
12247 * Makefile.in: Regenerate.
12248
12249 2003-06-05 Jan Hubicka <jh@suse.cz>
12250
12251 * Makefile.tpl (profiledbootstrap): New target.
12252 * Makefile.in (profiledbootstrap): New target.
12253
12254 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
12255
12256 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12257 Pinski. Remove user names from other bugzilla-only maintainers.
12258
12259 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12260
12261 * Makefile.tpl: Make 'recursive targets' using autogen rather
12262 than shell loop. Remove duplicate 'clean' targets and false
12263 comments.
12264 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12265 Add systematic method of specifying missing targets in subdirs.
12266 Add copyright boilerplate.
12267 * Makefile.in: Regenerate.
12268 * configure.in: Add 'recursive targets' to maybe list.
12269 * configure: Regenerate.
12270
12271 * MAINTAINERS: "GNATS only" -> "Bug database only".
12272
12273 * Makefile.tpl: Rename [+target+] to [+make_target+].
12274 * Makefile.def: Rename 'target' to 'make_target'.
12275
12276 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
12277
12278 * MAINTAINERS: Add self as options handling maintainer.
12279
12280 2003-05-28 Michael Meissner <gnu@the-meissners.org>
12281
12282 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12283 been too long since I touched those ports.
12284
12285 2003-05-28 DJ Delorie <dj@redhat.com>
12286
12287 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12288 * Makefile.in: Regenerate.
12289
12290 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12291
12292 * configure.in: Use curly braces in the definition of tooldir.
12293 * configure: Regenerate.
12294
12295 2003-05-21 DJ Delorie <dj@redhat.com>
12296
12297 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12298 newlib or libgloss.
12299 * Makefile.in: Regenerate.
12300
12301 2003-05-21 DJ Delorie <dj@redhat.com>
12302
12303 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12304 * Makefile.in: Regenerate.
12305
12306 2003-05-20 Ian Lance Taylor <ian@airs.com>
12307
12308 * MAINTAINERS: Update my e-mail address.
12309
12310 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12311
12312 * configure.in: Switch more things to use maybe dependencies.
12313 * Makefile.tpl: Switch more things to use maybe dependencies.
12314 Factor out common code from autogen IF statements.
12315 * configure: Regenerate.
12316 * Makefile.in: Regenerate.
12317
12318 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12319
12320 * configure.in: Accept i[3456789]86 for machine type.
12321 * configure: Regenerate.
12322
12323 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12324
12325 * configure.in: Switch more things to use maybe dependencies.
12326 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12327 * configure: Regenerate.
12328 * Makefile.tpl: Switch more things to use maybe dependencies.
12329 * Makefile.in: Regenerate.
12330
12331 2003-05-16 Andreas Schwab <schwab@suse.de>
12332
12333 * Makefile.tpl (install-opcodes): Define.
12334 * Makefile.in: Rebuild.
12335
12336 2003-05-13 Andreas Jaeger <aj@suse.de>
12337
12338 * config.guess: Update to 2003-05-09 version.
12339 * config.sub: Update to 2003-05-09 version.
12340
12341 2003-05-13 Michael Eager <eager@mvista.com>
12342
12343 * configure.in: Correct sed script so that options in quotes are not
12344 deleted.
12345 * configure: Rebuild.
12346
12347 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
12348
12349 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12350 and $$s/newlib/libc/sys/cygwin32 include paths.
12351 * configure: Ditto.
12352
12353 2003-05-12 Michael Meissner <gnu@the-meissners.org>
12354
12355 * MAINTAINERS: Update my email addresses.
12356
12357 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12358
12359 * config-ml.in: Propagate INSTALL variables.
12360
12361 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12362
12363 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12364
12365 2003-05-02 Chris Demetriou <cgd@broadcom.com>
12366
12367 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12368 * Makefile.in: Regenerate.
12369
12370 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12371
12372 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12373
12374 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12375
12376 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12377
12378 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12379
12380 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12381 * Makefile.in: Regenerated.
12382
12383 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12384
12385 * MAINTAINERS (Write After Approval): Upgrade myself from
12386 GNATS only to write-after-approval. Update my mail address.
12387
12388 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
12389
12390 (OS Port Maintainers: freebsd): Add myself.
12391
12392 2003-04-22 Mark Mitchell <mark@codesourcery.com>
12393
12394 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12395
12396 2003-04-22 Kean Johnston <jkj@sco.com>
12397
12398 * MAINTAINERS (SCO ports): Added myself.
12399
12400 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12401
12402 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12403
12404 2003-04-19 Kean Johnston <jkj@sco.com>
12405
12406 * MAINTAINERS (Write After Approval): Add myself.
12407
12408 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12409
12410 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12411 * Makefile.in: Regenerate.
12412
12413 2003-04-18 Jakub Jelinek <jakub@redhat.com>
12414
12415 * configure.in (powerpc64*-*-linux*): Remove.
12416 * configure: Rebuilt.
12417
12418 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
12419
12420 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12421 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12422 and restrap.
12423 * Makefile.in: Regenerate.
12424
12425 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
12426
12427 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12428 * configure: Regenerated.
12429
12430 2003-04-15 DJ Delorie <dj@redhat.com>
12431
12432 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12433
12434 2003-04-13 Nick Clifton <nickc@redhat.com>
12435
12436 * config-ml.in: Remove support for --disable-aix removing
12437 call-aix multilibs.
12438
12439 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
12440
12441 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12442 * */configure: Rebuilt.
12443
12444 2003-04-08 Joel Sherrill <joel@oarcorp.com>
12445
12446 * MAINTAINERS: Add my email address.
12447
12448 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12449
12450 * MAINTAINERS (Write After Approval): Add myself.
12451
12452 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12453
12454 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12455 * Makefile.in: Regenerate.
12456
12457 2003-03-14 Michael Chastain <mec@shout.net>
12458
12459 * Makefile.in: Regenerate with correct Makefile.def.
12460
12461 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12462
12463 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12464 Make macro.
12465 * Makefile.in: Regenerate.
12466 * configure.in: Clean up gxx_include_dir logic.
12467 * configure: Regenerate.
12468
12469 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12470
12471 * MAINTAINERS (Write After Approval): Add myself.
12472
12473 2003-03-10 Ben Elliston <bje@wasabisystems.com>
12474
12475 * MAINTAINERS: Update my mail address.
12476
12477 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12478
12479 * configure.in (gxx_include_dir): Fix typo.
12480 * configure: Regenerated.
12481
12482 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12483
12484 * Makefile.tpl: Reindent.
12485 * Makefile.in: Regenerate.
12486 * configure.in: Reindent. Don't set unused variables.
12487 * configure: Regenerate.
12488
12489 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
12490
12491 * configure.in: Include $(build_tooldir)/sys-include in
12492 FLAGS_FOR_TARGET.
12493 * configure: Regenerated.
12494
12495 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12496
12497 * Makefile.tpl: Always pass down RANLIB.
12498 * Makefile.in: Regenerate.
12499
12500 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12501 * Makefile.in: Regenerate.
12502 * configure.in: Remove unused logic relating to --enable-shared
12503 and --enable-threads. Remove bogus comments. Remove redundant
12504 noconfigdirs.
12505 * configure: Regenerate.
12506
12507 * configure.in: Replace ${libstdcxx_version} by its value.
12508 Remove reference to mh-dgux.
12509 * configure: Regenerate.
12510
12511 2003-03-03 Kevin Buettner <kevinb@redhat.com>
12512
12513 * MAINTAINERS (Write After Approval): Add myself.
12514
12515 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12516
12517 * Makefile.tpl: Rearrange.
12518 * Makefile.in: Regenerate.
12519
12520 2003-02-25 Uwe Stieber <uwe@wwws.de>
12521
12522 * configure.in: Add support for kaOS as cross build target system.
12523 * configure: Regenerated.
12524
12525 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12526
12527 * MAINTAINERS (Write after approval): Add myself.
12528
12529 2003-02-21 James E Wilson <wilson@tuliptree.org>
12530
12531 * MAINTAINERS: Update my email address.
12532
12533 2003-02-21 Zack Weinberg <zack@codesourcery.com>
12534
12535 * MAINTAINERS: Add self to blanket write privs. section.
12536
12537 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
12538
12539 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12540 configure-target-* as some target builds may require additional
12541 flags for preprocessor tests.
12542 * Makefile.in: Regenerated.
12543
12544 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
12545
12546 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12547 * ltconfig: Handle it.
12548 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12549 auto-detecting it.
12550
12551 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12552 it is used as argument to $CC.
12553 * ltcf-gcj.sh: Likewise.
12554
12555 * configure.in: Introduce --enable-maintainer-mode.
12556 * configure: Rebuilt.
12557 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12558 for maintainer mode.
12559 * Makefile.in: Rebuilt.
12560
12561 2003-02-18 Jason Merrill <jason@redhat.com>
12562
12563 * Makefile.tpl (check-c++): Allow parallelism.
12564
12565 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12566
12567 * MAINTAINERS: Remove John Carr (who never actually had access to
12568 gcc.gnu.org).
12569
12570 2003-02-15 Geoffrey Keating <geoffk@apple.com>
12571
12572 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12573 don't configure target-libobjc.
12574 * configure: Regenerate.
12575
12576 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12577
12578 * Makefile.tpl (RANLIB): Define.
12579 * Makefile.in: Regenerate.
12580
12581 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12582
12583 * MAINTAINERS: Update my email.
12584
12585 2003-02-06 Keith R Seitz <keiths@redhat.com>
12586
12587 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12588 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12589 * Makefile.in: Regenerated.
12590 * configure.in: Remove all traces of snavigator, db, and grep.
12591 * configure: Regenerated.
12592
12593 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12594
12595 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12596 After Approval.
12597
12598 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12599
12600 * MAINTAINERS (Write after approval): Add myself.
12601
12602 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
12603
12604 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12605 * Makefile.in: Regenerated.
12606
12607 2003-01-30 Roger Sayle <roger@eyesopen.com>
12608
12609 * config.guess: Updated to 2003-01-30's version.
12610 * config.sub: Updated to 2003-01-28's version.
12611
12612 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
12613
12614 * config.if: If gcc_version is already set, just use it. Don't set
12615 gcc_version_trigger if it's already set, otherwise set it to
12616 gcc/version.c, but only if the file exists. If it is not set and
12617 gcc/version.c does not exist, try to extract the version number from
12618 $CC.
12619
12620 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12621
12622 * MAINTAINERS: Add myself to write-after-approval list.
12623
12624 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
12625
12626 * configure.in: Revert 24Jan change.
12627 * configure: Regenerate.
12628
12629 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12630
12631 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12632 entry of HJ Lu.
12633
12634 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12635
12636 * configure.in: Revert previous change.
12637 * configure: Regenerate.
12638
12639 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12640
12641 * configure.in: Make rda native-only.
12642 * configure: Regenerate.
12643
12644 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12645
12646 * MAINTAINERS: Move myself from GNATS-only-accounts to
12647 write-after-approval.
12648
12649 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12650
12651 * configure.in: Add missing \.
12652 * configure: Rebuilt.
12653
12654 2003-01-17 Jakub Jelinek <jakub@redhat.com>
12655
12656 * configure.in (baseargs): Avoid using \| in sed regular
12657 expressions.
12658 * configure: Rebuilt.
12659
12660 2003-01-16 Jakub Jelinek <jakub@redhat.com>
12661
12662 * configure.in (baseargs): Remove all supported forms of
12663 --cache-file, --srcdir, --host, --build and --target options
12664 from argument lists.
12665 * configure: Rebuilt.
12666
12667 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
12668
12669 * MAINTAINERS: Add myself to write-after-approval list.
12670
12671 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
12672
12673 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12674 * configure: Rebuilt.
12675
12676 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12677
12678 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12679 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12680 * Makefile.in: Regenerate.
12681 * configure: Regenerate.
12682
12683 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
12684
12685 * configure.in: Remove Makefile in build, host and target modules
12686 unless configure was run with --no-recursion.
12687 * configure: Rebuilt.
12688
12689 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12690
12691 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12692 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12693 * Makefile.in: Regenerate.
12694
12695 2003-01-08 Chris Demetriou <cgd@broadcom.com>
12696
12697 * config.guess: Update to 2003-01-03 version.
12698 * config.sub: Update to 2003-01-03 version.
12699
12700 2003-01-07 Christopher Faylor <cgf@redhat.com>
12701
12702 * configure: Regenerate with proper autoconf 2.13.
12703
12704 2003-01-07 Christopher Faylor <cgf@redhat.com>
12705
12706 * configure.in: Add AC_PREREQ for consistency.
12707 * configure: Regenerate.
12708
12709 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12710
12711 * configure.in (GDB_TK): Add tcl directories conditional on
12712 gdb/gdbtk directory being present.
12713 * configure: Regenerate.
12714
12715 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
12716
12717 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12718 used by gcc if LD is not defined and we are not doing a Canadian Cross.
12719 * configure: Rebuilt.
12720
12721 2002-12-31 Tom Tromey <tromey@redhat.com>
12722
12723 * Makefile.in: Rebuilt.
12724 * Makefile.def (target_modules) [libffi]: Allow installation.
12725
12726 2002-12-31 Andreas Schwab <schwab@suse.de>
12727
12728 * configure.in: Fix use of $program_transform_name.
12729 * configure: Regenerated.
12730
12731 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
12732
12733 * configure.in (baseargs): Don't remove first configure argument.
12734 * configure: Regenerated.
12735
12736 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
12737
12738 * Makefile.tpl (local-distclean): Don't remove...
12739 (multilib.ts): ... this. Moved into...
12740 (multilib.out): ... this. Don't use sub-make.
12741 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12742 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12743 (configure-build-[+module+], configure-[+module+],
12744 configure-target-[+module+], configure-gcc): ... these. Test
12745 for Makefile existence. Drop config.status from dependencies.
12746 * Makefile.in: Rebuilt.
12747 * configure.in: Move gcc-version-trigger to the end of
12748 ac_configure_args. Add comments to maybedep.tmp and
12749 serdep.tmp. Introduce --disable-serial-configure. Remove
12750 nonopt from baseargs, matching and removing corresponding
12751 whitespace while at it.
12752 * configure: Rebuilt.
12753
12754 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
12755
12756 * configure.in (host_configargs): Replace reference to
12757 no-longer-defined buildopts with --build=${build_alias}.
12758 * configure: Rebuilt.
12759
12760 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12761 program_transform_name to standard idiom.
12762 (AUTOGEN, AUTOCONF): Define.
12763 (Makefile.in): Use $(AUTOGEN).
12764 (Makefile): Depend on config.status, and use autoconf-style rule to
12765 build it. Move original commands to...
12766 (config.status): ... this new target.
12767 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12768 $(AUTOCONF).
12769 * Makefile.in: Rebuilt.
12770
12771 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12772
12773 * Makefile.tpl: Fix dramatic bustage due to change in
12774 program_transform_name.
12775 * Makefile.in: Regenerate.
12776
12777 * configure.in: Remove unnecessary PATH setting.
12778 * configure: Regnerate.
12779
12780 * configure.in: Don't default to unprefixed tools unless
12781 the native tools will work.
12782 * configure: Regenerate.
12783
12784 * configure.in: Convert to autoconf script. Blow away lots
12785 of now-redundant Makefile fragments.
12786 * configure: Generate using Autoconf.
12787 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12788 * Makefile.in: Regenerate.
12789
12790 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12791
12792 * configure: Fix stupid bug where RANLIB was mistakenly included.
12793
12794 * configure.in: Rename (buildargs, hostargs, targargs) to
12795 (build_configargs, host_configargs, target_configargs).
12796
12797 * configure.in: Move logic out of sed statement.
12798
12799 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12800 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12801
12802 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12803
12804 * config.sub: Import from master repository
12805 * config.guess: Ditto
12806
12807 2002-12-24 Andreas Schwab <schwab@suse.de>
12808
12809 * Makefile.tpl (multilib.out): Fix missing space.
12810 * Makefile.in: Regenerate.
12811
12812 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12813
12814 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12815 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12816 * Makefile.in: Regenerate.
12817 * configure.in: Remove unnecessary leftovers.
12818
12819 2002-12-21 Geoffrey Keating <geoffk@apple.com>
12820
12821 * configure.in (extra_ranlibflags_for_target): New variable.
12822 (*-*-darwin): Add -c to ranlib commands.
12823 * configure (tooldir): Handle extra_ranlibflags_for_target.
12824
12825 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
12826
12827 * Makefile.tpl: Revert HJL's change.
12828 * Makefile.in: Regenerated.
12829 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12830 always.
12831
12832 2002-12-19 Andreas Schwab <schwab@suse.de>
12833
12834 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12835 * Makefile.in: Regenerate.
12836
12837 2002-12-18 H.J. Lu <hjl@gnu.org>
12838
12839 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12840 * Makefile.in: Regenerated.
12841
12842 * configure.in (build_prefix): New. Substitute.
12843
12844 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12845
12846 * Makefile.tpl: Don't let real targets depend on phony targets.
12847 * Makefile.in: Regenerate.
12848
12849 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12850 * Makefile.in: Regenerate.
12851
12852 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12853
12854 * config.sub: Import from master repository
12855 * config.guess: Ditto
12856
12857 2002-12-16 Jason Merrill <jason@redhat.com>
12858
12859 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12860 previous 'make bootstrap'.
12861 * Makefile.in: Regenerate.
12862
12863 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12864
12865 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12866
12867 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12868
12869 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12870 * Makefile.in: Regenerate.
12871
12872 2002-12-13 Jason Merrill <jason@redhat.com>
12873
12874 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
12875 library tests.
12876 (check-c++): Just depend on it and check-target-libstdc++-v3.
12877 * Makefile.in: Regenerate.
12878
12879 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12880
12881 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12882 * Makefile.in: Rebuilt.
12883
12884 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12885
12886 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12887
12888 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12889
12890 * configure: Fix bug put in by gremlins.
12891
12892 * Makefile.tpl: Substitute more autoconfily.
12893 * configure: Substitute more autoconfily.
12894 * Makefile.in: Regenerate.
12895
12896 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12897
12898 * config.sub: Import from master repository
12899 * config.guess: Ditto
12900 * MAINTAINERS: Added Svein Seldal under write after approval
12901
12902 2002-12-08 Andrew Cagney <ac131313@redhat.com>
12903
12904 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12905 * Makefile.in (all-sim): Ditto.
12906
12907 2002-12-06 DJ Delorie <dj@redhat.com>
12908
12909 * Makefile.tpl: Change configure dependencies to not have real
12910 targets depend on phony targets.
12911
12912 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12913
12914 * configure.in: Revert unintentional change.
12915
12916 * Makefile.tpl: Change dependency for */multilib.out so that
12917 it works when gcc isn't in the tree.
12918
12919 * configure.in: Substitute more.
12920 * configure: Run subconfigures from the Makefile.
12921 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12922 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12923
12924 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12925
12926 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12927
12928 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12929
12930 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12931 and corresponding dependencies.
12932 * Makefile.in: Regenerate.
12933
12934 * configure.in (host_tools): Order binutils, gas and ld for
12935 convenience in running the testsuites.
12936
12937 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12938 * Makefile.in: Regenerate.
12939 * configure.in: Introduce rules to serialize subconfigure runs.
12940
12941 * configure.in: Introduce BASE_CC_FOR_TARGET.
12942 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12943 Realize configure-build-* targets. Realize configure-target-* targets.
12944 * Makefile.in: Regenerate.
12945
12946 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12947
12948 * configure: Move gcc_version_trigger stuff from here...
12949 * configure.in: ...to here.
12950
12951 * configure.in: Separate subconfigure options added by this file from
12952 options given by the user. Add machinery to put args for host
12953 subconfigures into the Makefile.
12954
12955 * Makefile.tpl: Remove 'vault' targets.
12956 * Makefile.tpl: Reorder and comment dependencies.
12957 * Makefile.in: Regenerate.
12958
12959 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12960 * configure.in: Fix my broken commit of previous patch. (sigh)
12961
12962 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12963
12964 * configure.in: Move host-specific darwin noconfigdirs into
12965 the host-specific section.
12966
12967 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12968
12969 * configure.in: Move host-specific darwin noconfigdirs into
12970 the host-specific section.
12971
12972 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12973
12974 * configure: Remove skip-this-dir support.
12975 * Makefile.tpl: Remove skip-this-dir support.
12976
12977 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12978 subdirectories.
12979 * Makefile.in: Regenerate.
12980
12981 * Makefile.tpl: Strip out useless setting of 'dir'.
12982 * Makefile.in: Regenerate.
12983
12984 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12985
12986 * configure.in: Fix deeply stupid bug.
12987
12988 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12989 shell code in CXX_FOR_TARGET
12990 * Makefile.def: Introduce raw_cxx.
12991 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12992 RAW_CXX_FOR_TARGET.
12993 * Makefile.in: Regenerate.
12994
12995 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12996
12997 * Makefile.tpl: Remove unnecessary ifs.
12998 * Makefile.in: Regenerate.
12999
13000 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
13001 dependencies. Maybe-ize build-libiberty. Create dummy install
13002 targets for 'no_install' modules.
13003 * configure: Move GDB_TK substitution to configure.in. Move
13004 build_modules stuff to configure.in.
13005 * configure.in: Implement soft dependency machinery. Maybe-ize
13006 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
13007 * Makefile.in: Regenerate.
13008
13009 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
13010
13011 * Makefile.tpl: Make all-target, install-target behave similarly
13012 to all, install (only hitting configured targets). Eliminate
13013 unused macro defintions.
13014
13015 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13016 build != host.
13017
13018 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13019
13020 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13021
13022 * configure.in: Produce lists of subdir targets we're actually
13023 configuring. Remove references to "dosrel".
13024 * Makefile.tpl: Let configure set which subdir targets are hit.
13025 Remove install-cross; clean up install; remove ALL. Remove
13026 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
13027 Autogenerate host module targets. Remove empty dependency lines
13028 and redundant dependency; rearrange slightly.
13029 * Makefile.def: Add host-side libtermcap, utils.
13030
13031 * Makefile.in: Regenerate.
13032
13033 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13034
13035 * ltconfig (osf[345]): Append $major to soname_spec.
13036 Reflect this in library_names_spec.
13037 * ltmain.sh (osf): Prefix $major with . for use as extension.
13038
13039 2002-11-19 Andreas Jaeger <aj@suse.de>
13040
13041 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13042 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13043 and sparc64 GNU/Linux systems.
13044
13045 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13046
13047 * MAINTAINERS: Update email.
13048
13049 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13050
13051 * MAINTAINERS: Complete James Dennett's entry.
13052
13053 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13054
13055 * MAINTAINERS (Write After Approval): Add myself.
13056
13057 2002-11-13 Bruce Korb <bkorb@gnu.org>
13058
13059 * Makefile.tpl: syntactic cleanup
13060
13061 2002-11-13 Stuart Hastings <stuart@apple.com>
13062
13063 * MAINTAINERS: Add myself to write-after-approval list.
13064
13065 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13066
13067 * Makefile.def: Add list of recursive targets to autogenerate.
13068 Add build_modules.
13069 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13070 targets. Autogenerate *-build-* targets.
13071 * Makefile.in: Regenerate.
13072
13073 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13074
13075 * configure: More autoconf-style substitutions.
13076 * Makefile.tpl: More autoconf-style substitutions.
13077 * Makefile.in: Regenerate.
13078
13079 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13080
13081 * configure: Substitute more variables in a more autoconf-friendly
13082 way. Simplify slightly.
13083 * Makefile.tpl: Make more variables substitutable in an
13084 autoconf-friendly way.
13085 * Makefile.in: Regenerate.
13086
13087 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13088
13089 * MAINTAINERS (Write After Approval): Add myself.
13090
13091 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13092
13093 * configure.in (v810*): Remove special setting of tools.
13094
13095 * configure: Add support for extra required flags for ar or nm.
13096 * configure.in (aix4.3+): Use above support for target-specific
13097 issues, rather than using config/mt-aix43.
13098
13099 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13100
13101 * configure: Remove 'removing', which doesn't work. Replace $subdir
13102 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13103 with $srcdir. Reformat indentation. Substitute some variables
13104 formerly hard-coded in the Makefile for build=host.
13105 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13106 * Makefile.def: Autogenerate more.
13107 * Makefile.in: Regenerate.
13108
13109 2002-11-04 Adam Nemet <anemet@lnxw.com>
13110
13111 * MAINTAINERS (Write After Approval): Add myself.
13112
13113 2002-11-04 Kevin Buettner <kevinb@redhat.com>
13114
13115 * Makefile.def (host_modules): Add rda.
13116 * Makefile.in: Regenerate.
13117 * configure.in (target_tool): Add target-rda to list.
13118
13119 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13120
13121 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13122
13123 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
13124
13125 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13126 and restrap targets to this rule.
13127 * Makefile.in: Regenerate.
13128
13129 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13130
13131 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13132 GNATS only accounts.
13133
13134 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13135
13136 * configure.in (i[3456]86-*-linux*): Add check to disable
13137 ${libgcj} for glibc1.
13138
13139 2002-10-24 Denis Chertykov <denisc@overta.ru>
13140
13141 * MAINTAINERS: Add myself as ip2k port maintainer.
13142
13143 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13144
13145 * configure.in: Add tic4x target.
13146
13147 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13148
13149 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13150 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13151 * Makefile.in: Regenerate.
13152
13153 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13154 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13155 * Makefile.in: Regenerate.
13156
13157 2002-10-02 Janis Johnson <janis187@us.ibm.com>
13158
13159 * MAINTAINERS: Add myself as web pages co-maintainer.
13160
13161 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13162
13163 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13164 * Makefile.in: Regenerate.
13165
13166 2002-10-02 Zack Weinberg <zack@codesourcery.com>
13167
13168 * MAINTAINERS: Add myself and Nathan Sidwell
13169 <nathan@codesourcery.com> as VxWorks maintainers.
13170
13171 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13172
13173 * Makefile.def: Remove order dependency comments.
13174 * Makefile.tpl: Add explicit install-install dependencies.
13175 * Makefile.in: Regenerate.
13176
13177 * Makefile.tpl: Remove material now in src-release. (Finally!)
13178 * Makefile.in: Regenerate.
13179
13180 * Makefile.tpl: Add configure-target (for src-release in src)
13181 * Makefile.in: Regenerate.
13182
13183 2002-09-30 Nick Clifton <nickc@redhat.com>
13184
13185 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13186
13187 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13188
13189 * configure.in (s390*-*-linux*): Enable libgcj.
13190
13191 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13192
13193 * configure: Revert accidentally applied changes.
13194
13195 * Makefile.tpl: Make more autoconf-friendly.
13196 * Makefile.in: Regenerate.
13197 * configure: Make substitution more autoconf-like.
13198
13199 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
13200
13201 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13202 single entry to handle all these.
13203 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13204 libjava on arm-*-elf.
13205
13206 2002-09-27 Geoffrey Keating <geoffk@apple.com>
13207
13208 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13209 things that depend on them.
13210
13211 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13212
13213 * Makefile.tpl: Make subsituted variables more autoconfy.
13214 * Makefile.in: Regenerate.
13215 * configure: Make seds more autoconfy.
13216
13217 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13218
13219 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13220 * Makefile.in: Regenerate.
13221 * configure.in: Rewrite sed statements to look autoconfy.
13222
13223 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13224 all-target-foo on configure-target-foo.
13225 * Makefile.def: Ditto.
13226 * Makefile.in: Rebuild.
13227
13228 2002-09-25 Andrew Haley <aph@redhat.com>
13229
13230 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13231
13232 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13233
13234 * Makefile.def: New file.
13235 * Makefile.tpl: New file.
13236 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13237 * contrib/gcc_update: Note that Makefile.in is a generated file.
13238
13239 * configure.in: Minor rearrangement. Simplify tests.
13240
13241 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13242
13243 * configure.in (with_headers): Skip copy if value is "yes".
13244 (with_libs): Likewise.
13245
13246 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
13247
13248 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13249 * configure.in (sh*-*-pe*): Ditto.
13250 * configure.in (mips*-*-pe*): Ditto.
13251 * configure.in (*arm-wince-pe): Ditto.
13252
13253 * configure.in: Rearrange.
13254
13255 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13256
13257 * MAINTAINERS: Update my email address.
13258
13259 2002-08-30 Paul Koning <pkoning@equallogic.com>
13260
13261 * MAINTAINERS: (Write After Approval): Add myself.
13262
13263 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
13264
13265 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13266
13267 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
13268
13269 * MAINTAINERS: Change my mailing address.
13270
13271 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
13272
13273 * MAINTAINERS (Write After Approval): Remove myself.
13274 (Various Maintainers: c++ runtime libs): Add myself.
13275
13276 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
13277
13278 * MAINTAINERS (Write After Approval): Remove myself.
13279 (Various Maintainers: c++ runtime libs): Add myself.
13280
13281 2002-08-15 Eric Christopher <echristo@redhat.com>
13282
13283 * config.sub: Import from master repository.
13284 * config.guess: Ditto.
13285
13286 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
13287
13288 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13289 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13290 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13291
13292 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
13293
13294 * MAINTAINERS: Add self to rs6000 vector extensions.
13295
13296 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
13297
13298 * libiberty/configure: Reverted unintended yesterday's check in.
13299
13300 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
13301
13302 * boehm-gc/configure, libf2c/configure: Rebuilt.
13303 * libffi/configure, libiberty/configure: Ditto.
13304 * libjava/configure, libobjc/configure: Ditto.
13305 * libstdc++-v3/configure, zlib/configure: Ditto.
13306 Merged from binutils:
13307 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13308 From Steve Ellcey <sje@cup.hp.com>:
13309 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13310 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13311 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13312 IA64.
13313 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13314 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13315 soname_spec, sys_lib_search_path_spec): Ditto.
13316
13317 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
13318
13319 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13320
13321 2002-08-04 H.J. Lu (hjl@gnu.org)
13322
13323 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13324
13325 2002-08-02 Krister Walfridsson <cato@df.lth.se>
13326
13327 * MAINTAINERS (Write After Approval): Add myself.
13328
13329 2002-07-31 Alan Modra <amodra@bigpond.net.au>
13330
13331 * configure.in: Move generic linux case to end. Copy generic
13332 linux noconfigdirs to mips*-*-linux* entry and new
13333 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13334
13335 2002-07-19 Michael Matz <matz@suse.de>
13336
13337 * MAINTAINERS: Add myself as ra* maintainer.
13338
13339 2002-07-16 Chris Demetriou <cgd@broadcom.com>
13340
13341 * config.guess: Update to 2002-07-09 version.
13342 * config.sub: Update to 2002-07-03 version.
13343
13344 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13345
13346 * MAINTAINERS: Fix typo in a maintainer email address.
13347
13348 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13349
13350 * configure.in: Remove two redundant tests.
13351
13352 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13353
13354 * configure.in (mips*-*-irix6*o32): Enable stabs.
13355
13356 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13357
13358 * configure.in: Don't build grez.
13359 * Makefile.in: Ditto.
13360
13361 * Makefile.in: Remove references to bsp, cygmon, libstub.
13362 * configure.in: Ditto.
13363
13364 * configure.in: Remove leftover reference to gdbtest.
13365
13366 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
13367
13368 * configure.in (gxx_include_dir): Change to match versioned
13369 C++ headers if --enable-version-specific-runtime-libs is used.
13370
13371 2002-07-04 Steve Ellcey <sje@cup.hp.com>
13372
13373 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13374
13375 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13376
13377 * configure.in: Make --without-x work.
13378
13379 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13380
13381 * configure.in: Rearrange target Makefile fragment collection.
13382
13383 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13384 cvs[src].
13385 * configure.in: Ditto.
13386
13387 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13388
13389 * MAINTAINERS (Write After Approval): Update my e-mail address.
13390
13391 2002-06-24 Ben Elliston <bje@redhat.com>
13392
13393 * configure.in (host_tools): Remove cgen.
13394
13395 * Makefile.in (all-cgen): Remove; runs from its source directory.
13396 (check-cgen, install-cgen, clean-cgen): Likewise.
13397 (all-opcodes): Do not depend on all-cgen.
13398 (all-sim): Likewise.
13399
13400 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
13401
13402 * Makefile.in: Eliminate 'apache' targets.
13403 * configure.in: Eliminate 'apache' targets.
13404
13405 * configure.in: Eliminate redundant tests. Reorganize.
13406
13407 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13408
13409 * config-ml.in: Eliminate references to Cygnus configure.
13410
13411 * Makefile.in: Eliminate references to building emacs.
13412
13413 2002-06-28 Graham Stott <graham.stott@btinternet.com>
13414
13415 * MAINTAINERS: Update my email address.
13416
13417 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13418
13419 * config.if (libstdcxx_incdir): Version C++ headers.
13420 (cxx_incdir): Remove.
13421
13422 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13423
13424 * MAINTAINERS (Write After Approval): Add self.
13425
13426 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13427
13428 * configure.in: Add support for ip2k.
13429
13430 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13431
13432 * configure.in: Fix AIX configury bug.
13433
13434 2002-06-20 Steve Ellcey <sje@cup.hp.com>
13435
13436 * MAINTAINERS (Write After Approval): Add self.
13437
13438 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13439
13440 * configure.in: replace ${topsrcdir} with ${srcdir}
13441
13442 * configure.in: Move definition of libstdcxx_flags
13443 right above usage, rather than waaay earlier.
13444
13445 * configure.in: Pull definition of is_cross_compiler earlier.
13446
13447 * configure.in: Rearrange a little.
13448
13449 * configure.in: Remove references to librx.
13450 * Makefile.in: Remove references to librx.
13451
13452 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13453
13454 * config.sub: Add support for avr target.
13455 Import from master sources, rev 1.255
13456
13457 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
13458
13459 * configure, .cvsignore: Revert previous change...
13460 * Makefile: ...delete.
13461
13462 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13463
13464 * configure.in: Eliminate ${gasdir} variable.
13465
13466 2002-06-18 Dave Brolley <brolley@redhat.com>
13467
13468 * configure.in: Add support for frv.
13469 * config.sub: Add support for frv.
13470
13471 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13472
13473 * configure: Remove garbage from previous commit.
13474
13475 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13476
13477 * configure: For in-source builds, make a subdir and re-exec there.
13478 * Makefile: New file. Pass targets through to build directory.
13479 * .cvsignore: No longer ignore "Makefile".
13480
13481 2002-06-16 Douglas Rupp <rupp@gnat.com>
13482
13483 * MAINTAINERS (Write After Approval): Add self.
13484
13485 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13486
13487 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13488
13489 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13490
13491 * configure.in (vax-*-netbsd*): Re-enable gas.
13492
13493 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13494
13495 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13496 BUILD_PREFIX_1, to correct nomenclature.
13497 * configure: Likewise.
13498
13499 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13500 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13501
13502 2002-05-31 Olaf Hering <olh@suse.de>
13503
13504 * config-ml.in: Propogate DESTDIR also.
13505
13506 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13507
13508 * configure.in (vax-*-netbsd*): Don't build gas for this
13509 platform.
13510
13511 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13512
13513 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13514 and libgcj for AVR.
13515
13516 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13517
13518 * MAINTAINERS (Write After Approval): Add myself.
13519
13520 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13521
13522 * config.guess: Update to 2002-05-22 version.
13523 * config.sub: Likewise.
13524
13525 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13526
13527 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13528 * config-ml.in: Likewise.
13529 * configure: Likewise.
13530 * configure.in: Likewise.
13531
13532 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13533
13534 * MAINTAINERS: Update my email address.
13535
13536 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13537
13538 * configure.in: Simplify makefile fragment collection.
13539
13540 * configure.in: Remove code to build emacs.
13541
13542 * configure.in : Remove --srcdir argument from targargs and buildargs
13543 (it's always overridden in the Makefile anyway). Rearrange a bit.
13544
13545 * configure: Move some logic to configure.in.
13546 * configure.in: Move some logic from configure.
13547
13548 2002-05-11 Tom Tromey <tromey@redhat.com>
13549
13550 * MAINTAINERS: Reflect libgcj reality.
13551
13552 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13553
13554 * Makefile.in: Honour DESTDIR.
13555
13556 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13557
13558 * config.guess: Import 2002-03-20 version.
13559 * config.sub: Import 2002-04-26 version.
13560
13561 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13562
13563 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13564
13565 2002-05-07 Tim Josling <tej@melbpc.org.au>
13566
13567 * MAINTAINERS: Add self.
13568
13569 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
13570
13571 * ltmain.sh: Detect and handle object name conflicts
13572 while piecewise linking a static library.
13573
13574 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
13575
13576 * configure.in (noconfigdirs): Don't disable libgcj on
13577 sparc64-*-solaris* and sparcv9-*-solaris*.
13578
13579 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
13580
13581 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13582
13583 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13584
13585 * configure.in (FLAGS_FOR_TARGET): Do not add
13586 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13587 on i[3456]86-*-linux*.
13588
13589 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13590
13591 * configure.in (noconfigdirs): Replace [ ] with test.
13592
13593 * configure.in (noconfigdirs): Do not add target-newlib if
13594 target == i[3456]86-*-linux*, and host == target.
13595
13596 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13597
13598 * configure.in: delete reference to absent file
13599
13600 * configure.in: replace '[' with 'test'
13601
13602 * configure.in: Eliminate references to gash.
13603 * Makefile.in: Eliminate references to gash.
13604
13605 * configure.in: remove useless references to 'pic' makefile fragments.
13606
13607 * configure.in: (*-*-windows*) Finish removing.
13608
13609 * configure.in: Eliminate redundant test for libgui.
13610
13611 2002-04-29 Roger Sayle <roger@eyesopen.com>
13612
13613 * MAINTAINERS: Add self and realphabetize. Update entries
13614 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13615 entry for a29k port maintainer.
13616
13617 2002-04-26 Joel Sherrill <joel@OARcorp.com>
13618
13619 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13620 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13621
13622 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13623
13624 * configure.in: remove references to dead files
13625
13626 2002-04-19 Mark Mitchell <mark@codesourcery.com>
13627
13628 * MAINTAINERS: Add information about purpose of this file.
13629
13630 2002-04-18 Tom Tromey <tromey@redhat.com>
13631
13632 * configure.in: Disallow configuring libgcj when it is already
13633 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13634 Solaris 2.8 by default. For PR libgcj/6158.
13635
13636 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13637
13638 * configure.in: Move default CC setting out of config/mh-* fragments
13639 directly into here.
13640
13641 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13642
13643 * configure.in: don't even try to configure or make a subdirectory
13644 if there's no configure script for it.
13645
13646 2002-04-15 Mark Mitchell <mark@codesourcery.com>
13647
13648 * MAINTAINERS: Remove chill maintainers.
13649 * Makefile.in (CHILLFLAGS): Remove.
13650 (CHILL_LIB): Remove.
13651 (TARGET_CONFIGDIRS): Remove libchill.
13652 (CHILL_FOR_TARGET): Remove.
13653 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13654 CHILL_LIB.
13655 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13656 (CHECK_TARGET_MODULES): Likewise.
13657 (INSTALL_TARGET_MODULES): Likewise.
13658 (CLEAN_TARGET_MODULES): Likewise.
13659 (configure-target-libchill): Remove.
13660 (all-target-libchill): Remove.
13661 * configure.in (target_libs): Remove target-libchill.
13662 Do not compute CHILL_FOR_TARGET.
13663 * libchill: Remove directory.
13664
13665 2002-04-11 DJ Delorie <dj@redhat.com>
13666
13667 * Makefile.in, configure.in: Sync with binutils, entries
13668 follow...
13669
13670 2002-04-07 Andrew Cagney <ac131313@redhat.com>
13671
13672 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13673 (do-tar, do-bz2): New rules.
13674 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13675 (gdb-tar): New rule.
13676 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13677 (insight_dejagnu.tar): New rule.
13678 (insight.tar): New rule.
13679 (gdb+dejagnu.tar): New rule.
13680 (gdb.tar): New rule.
13681
13682 2002-02-01 Mo DeJong <supermo@bayarea.net>
13683
13684 * Makefile.in: Add all-tix to deps for all-snavigator
13685 so that tix is built when building snavigator.
13686
13687 2002-01-11 Steve Ellcey <sje@cup.hp.com>
13688
13689 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13690 ld and gdb are not supported.
13691
13692 2002-01-07 Mark Salter <msalter@redhat.com>
13693
13694 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13695 Allow target-libgloss to be built for arm, strongarm, and xscale.
13696
13697 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13698
13699 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13700 options for i[3456]86-pc-linux* native builds.
13701
13702 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13703
13704 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13705 files from .po files for a distribution.
13706
13707 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
13708
13709 * configure.in: Enable libstdc++-v3 for h8300 targets.
13710
13711 2001-06-19 Alan Modra <amodra@bigpond.net.au>
13712
13713 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13714 version from bfd/.
13715
13716 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13717
13718 * Makefile.in (VER): When present, extract the version number from
13719 the file version.in.
13720
13721 2001-05-24 Tom Rix <trix@redhat.com>
13722
13723 * configure.in : enable ld for aix
13724
13725 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13726
13727 * config.guess: Add linux target for S/390.
13728
13729 2000-11-07 Philip Blundell <pb@futuretv.com>
13730
13731 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13732
13733 2000-11-03 Philip Blundell <pb@futuretv.com>
13734
13735 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13736 files.
13737
13738 2001-01-15 Ben Elliston <bje@redhat.com>
13739
13740 * configure.in (host_tools): Add sid.
13741 Always configure cgen.
13742
13743 2000-11-24 Nick Clifton <nickc@redhat.com>
13744
13745 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13746
13747 2000-08-20 Doug Evans <dje@casey.transmeta.com>
13748
13749 * Makefile.in (ALL_MODULES): Add all-cgen.
13750 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13751 (all-cgen): New target.
13752 (all-opcodes,all-sim): Depend on all-cgen.
13753 * configure.in (host_tools): Add cgen.
13754 Only configure cgen if --enable-cgen-maint.
13755
13756 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
13757
13758 * configure.in: Add *-*-freebsd* configurations.
13759
13760 2002-04-08 Tom Tromey <tromey@redhat.com>
13761
13762 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13763 Fixes PR libgcj/6068.
13764
13765 2002-03-30 Krister Walfridsson <cato@df.lth.se>
13766
13767 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13768
13769 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13770
13771 * configure.in (alpha*-dec-osf*): Enable libgcj.
13772
13773 2003-03-27 Matthew Gingell <gingell@gnat.com>
13774
13775 * MAINTAINERS (Write After Approval): Add myself.
13776
13777 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13778
13779 Fix for: PR bootstrap/3591, target/5676
13780 * configure.in (mcore-pe): Disable the configuration of
13781 libstdc++-v3 since exceptions are not supported.
13782
13783 2002-03-20 Anthony Green <green@redhat.com>
13784
13785 * configure.in: Enable libgcj for xscale-elf target.
13786
13787 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
13788
13789 * MAINTAINERS: Update my email address.
13790
13791 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13792
13793 * ltmain.sh (relink_command): Fix typo in previous change.
13794
13795 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
13796
13797 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13798 (relink_command): Added --tag flags.
13799 (mode=install): If relinking fails; error out.
13800
13801 2002-03-12 Richard Henderson <rth@redhat.com>
13802
13803 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13804 .NOTPARALLEL tag.
13805 (do-check): Rename from check.
13806 (check): Allow parallel check.
13807
13808 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13809
13810 * MAINTAINERS: Add myself as maintainer for xtensa port.
13811 Fix alphabetical order in CPU port maintainer list.
13812 Remove myself from Write After Approval list.
13813
13814 2002-03-11 Richard Henderson <rth@redhat.com>
13815
13816 * Makefile.in (.NOTPARALLEL): Add fake tag.
13817
13818 2002-03-07 H.J. Lu (hjl@gnu.org)
13819
13820 * configure.in: Enable gprof for mips*-*-linux*.
13821
13822 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13823
13824 * MAINTAINERS (Write After Approval): Add myself.
13825
13826 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
13827
13828 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13829 libjava.
13830 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13831
13832 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
13833
13834 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13835 because its Makefile is there; test for the executable instead.
13836
13837 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
13838
13839 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13840 libstdc++-v3 and libjava.
13841
13842 2002-02-11 Adam Megacz <adam@xwt.org>
13843
13844 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13845 boehm-gc
13846
13847 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
13848
13849 * config.guess: Updated to 2002-01-30's version.
13850 * config.sub: Updated to 2002-02-01's version.
13851 Contribute sh64-elf.
13852 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13853 * configure.in: Added sh64-*-*.
13854
13855 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13856
13857 * MAINTAINERS: Belatedly add myself to write after approval list.
13858
13859 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13860
13861 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13862 Remove self as Write After Approval.
13863
13864 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
13865
13866 * MAINTAINERS: Put self in as maintainer for contrib/regression
13867 directory.
13868
13869 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
13870
13871 * MAINTAINERS: Update my email address.
13872
13873 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13874
13875 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13876 target-libiberty, and target-libgloss. Skip Java-related
13877 libraries if not supported for NetBSD on target CPU.
13878
13879 2002-01-25 Douglas B Rupp <rupp@gnat.com>
13880
13881 * install-sh: Use _inst.$$_ for temp file name.
13882
13883 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13884
13885 * MAINTAINERS (Write After Approval): Move my contact info
13886 from here...
13887 (OS Port Maintainers): ...to here (netbsd).
13888
13889 2002-01-22 Bob Wilson <bob.wilson@acm.org>
13890
13891 * MAINTAINERS (Write After Approval): Add myself.
13892
13893 2002-01-17 H.J. Lu <hjl@gnu.org>
13894
13895 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13896 (all-target-fastjar): Also depend on all-target-libiberty.
13897
13898 2002-01-16 H.J. Lu (hjl@gnu.org)
13899
13900 * config.guess: Import from master sources, rev 1.225.
13901 * config.sub: Import from master sources, rev 1.238.
13902
13903 2002-01-16 Kazu Hirata <kazu@hxi.com>
13904
13905 * MAINTAINERS (Write After Approval): Remove myself.
13906
13907 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
13908
13909 * MAINTAINERS (Write After Approval): Add myself.
13910
13911 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13912
13913 * MAINTAINERS: Add self as docs co-maintainer.
13914
13915 2001-12-11 Matthias Klose <doko@debian.org>
13916
13917 * MAINTAINERS (Write After Approval): Add myself.
13918
13919 2001-12-09 Zack Weinberg <zack@codesourcery.com>
13920
13921 * MAINTAINERS: Update my email address.
13922
13923 2001-12-07 Turly O'Connor <turly@apple.com>
13924 * MAINTAINERS (Write After Approval): Add myself.
13925 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13926 (rs6000_initialize_trampoline): Call __trampoline_setup for
13927 ABI_DARWIN too.
13928 * darwin-tramp.asm: New file, implements __trampoline_setup.
13929 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13930
13931 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
13932
13933 * MAINTAINERS (Write After Approval): Add myself.
13934
13935 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13936
13937 * configure, configure.in: Use temp file for long sed commands.
13938
13939 2001-12-03 Laurent Guerby <guerby@acm.org>
13940
13941 * config.sub: Update to version 1.232 on subversion.
13942
13943 2001-12-03 Ben Elliston <bje@redhat.com>
13944
13945 * MAINTAINERS: Update mail address for config.* patches.
13946
13947 2001-11-27 DJ Delorie <dj@redhat.com>
13948 Zack Weinberg <zack@codesourcery.com>
13949
13950 When build != host, create libiberty for the build machine.
13951
13952 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13953 CONFIG_ARGUMENTS.
13954 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13955 New variables.
13956 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13957 and rules.
13958 (all.normal): Depend on ALL_BUILD_MODULES.
13959 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13960 (all-build-libiberty): Depend on configure-build-libiberty.
13961
13962 * configure: Calculate and substitute proper value for
13963 ALL_BUILD_MODULES.
13964 * configure.in: Create the build subdirectory.
13965 Calculate and substitute TARGET_CONFIGARGS (formerly
13966 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13967
13968 2001-11-26 Ziemowit Laski <zlaski@apple.com>
13969
13970 * MAINTAINERS (write-after-approval): Add self.
13971
13972 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13973
13974 * MAINTAINERS (GNATS only accounts): Remove self.
13975
13976 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13977
13978 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13979 libf2c.
13980
13981 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13982
13983 * MAINTAINERS (Write After Approval): Add self.
13984
13985 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13986
13987 * MAINTAINERS: mips and s390 are also CPU ports.
13988
13989 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13990
13991 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13992
13993 2001-11-11 David O'Brien <obrien@FreeBSD.org>
13994
13995 * MAINTAINERS: Alphabetize.
13996
13997 2001-11-09 Kazu Hirata <kazu@hxi.com>
13998
13999 * MAINTAINERS (Various maintainers: h8 port): Add myself.
14000
14001 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
14002
14003 * MAINTAINERS (Various maintainers: hppa port): Added myself.
14004
14005 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
14006
14007 * configure.in (--enable-languages): Be more permissive about
14008 syntax. Check for empty lists better. Warn about $LANGUAGES.
14009
14010 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
14011
14012 * config.sub: Import from master sources, rev. 1.230.
14013 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14014
14015 2001-11-07 Laurent Guerby <guerby@acm.org>
14016
14017 * MAINTAINERS (Write After Approval): Add self.
14018
14019 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
14020
14021 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14022
14023 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
14024
14025 * config.sub: Import from master sources, rev 1.226.
14026 * config.guess: Import from master sources, rev 1.216.
14027
14028 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
14029
14030 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14031 * MAINTAINERS: Add self as maintainer of MMIX port.
14032 Remove old after-approval entry.
14033
14034 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
14035
14036 * ChangeLog, configure: Fix spelling errors.
14037
14038 2001-10-20 Brendan Kehoe <brendan@zen.org>
14039
14040 * MAINTAINERS: Tweak my address.
14041
14042 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
14043
14044 * MAINTAINERS: Update my email address.
14045
14046 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
14047
14048 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14049 * MAINTAINERS: Add self as maintainer of CRIS port.
14050
14051 2001-10-10 Geert Bosch <bosch@gnat.com>
14052
14053 * MAINTAINERS (Various maintainers: Ada front end):
14054 Added Robert Dewar.
14055
14056 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
14057
14058 * MAINTAINERS (Write After Approval): Added self
14059
14060 2001-10-02 Geert Bosch <bosch@gnat.com>
14061
14062 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14063
14064 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14065
14066 * configure: Handle temporary files securely using mkdir.
14067
14068 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
14069
14070 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14071
14072 2001-09-26 Will Cohen <wcohen@redhat.com>
14073
14074 * configure.in (*-*-linux*): Disable configuration of target-newlib
14075 and target-libgloss.
14076
14077 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
14078
14079 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14080 RANLIB.
14081
14082 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
14083
14084 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14085 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14086 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14087 avoid quotes nesting problems.
14088 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14089 (DO_X): Export only variables that are set.
14090
14091 2001-09-19 Ben Elliston <bje@redhat.com>
14092
14093 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14094 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14095 semantics. Use the shell built-in "type" command instead.
14096
14097 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
14098
14099 Merged from gcc-3_0-branch:
14100 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14101 * ltcf-c.sh: Use $objext, not $ac_objext.
14102 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14103 * ltcf-cxx.sh: Add support for GNU.
14104 2001-07-22 Timothy Wall <twall@redhat.com>
14105 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14106 default settings if using GNU tools with that configuration.
14107 * ltcf-cxx.sh: Ditto.
14108 * ltcf-gcj.sh: Ditto.
14109 2001-07-21 Michael Chastain <chastain@redhat.com>
14110 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14111 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14112 * ltmain.sh: Mark as gcc-local.
14113
14114 2001-08-30 Eric Christopher <echristo@redhat.com>
14115 Jason Eckhardt <jle@redhat.com>
14116
14117 * config.guess: Merge from master sources.
14118 * config.sub: Merge from master sources, add support for mipsisa32.
14119
14120 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
14121 * config.sub: Merge from master sources, rev 1.219.
14122 * MAINTAINERS: Add self as contact for stormy16 port.
14123
14124 2001-08-14 Zack Weinberg <zackw@panix.com>
14125
14126 * config.sub: Merge from master sources, rev 1.218.
14127 * config.guess: Merge from master sources, rev 1.209.
14128
14129 2001-08-11 Graham Stott <grahams@redhat.com>
14130
14131 * Makefile.in (check-c++): Add missing semicolon.
14132
14133 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14134
14135 * MAINTAINERS (Various maitainers: predict.def): Added myself.
14136
14137 2001-07-30 Eric Christopher <echristo@redhat.com>
14138
14139 * MAINTAINERS (Various maintainers: mips port): Added myself.
14140
14141 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14142
14143 * configure.in (sh-*-linux*): New.
14144
14145 2001-07-27 Richard Henderson <rth@redhat.com>
14146
14147 * .cvsignore: Add LAST_UPDATED.
14148
14149 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14150
14151 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14152
14153 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
14154
14155 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14156
14157 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14158
14159 * MAINTAINERS (Write After Approval): Added myself.
14160
14161 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14162
14163 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14164 and libgcj on m68hc11/m68hc12.
14165
14166 2001-06-27 H.J. Lu (hjl@gnu.org)
14167
14168 * Makefile (CFLAGS_FOR_BUILD): New.
14169 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14170
14171 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14172
14173 * README: Remove version number.
14174
14175 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14176
14177 * INSTALL/README: Update wrt. to the installation instructions now
14178 residing in gcc/doc/install.texi.
14179
14180 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14181
14182 * README: Replace with a cut-down and updated version of gcc/README.
14183
14184 2001-06-12 David Edelsohn <edelsohn@gnu.org>
14185
14186 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14187 multilibs to be disabled.
14188
14189 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
14190
14191 * MAINTAINERS (Write After Approval): Add myself.
14192
14193 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
14194
14195 * config.guess: Import CVS version 1.195.
14196 * config.sub: Import CVS version 1.212.
14197
14198 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14199
14200 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14201 gcc/xgcc is built, use -print-prog-name to find out the program
14202 name to use.
14203
14204 2001-06-04 Phil Edwards <pme@sources.redhat.com>
14205
14206 * config.guess: Import CVS version 1.194. All gcc-local changes
14207 appear to also be in the master copy.
14208 * config.sub: Import CVS version 1.211.
14209
14210 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14211
14212 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14213 with_gcc]: Use `gcc -shared' to build a shared library.
14214
14215 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14216
14217 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14218 archives.
14219
14220 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14221
14222 * MAINTAINERS (Write After Approval): Add myself.
14223
14224 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
14225
14226 * configure.in (libstdcxx_flags): Do not try to execute
14227 libstdc++-v3/testsuite_flags until it exists.
14228
14229 2001-06-01 Alan Modra <amodra@bigpond.net.au>
14230
14231 * MAINTAINERS: Update my email address.
14232
14233 2001-05-31 Graham Stott <grahams@redhat.com>
14234
14235 * MAINTAINERS (Write After Approval): Add myself.
14236
14237 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
14238
14239 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14240 libraries when using g++ with native linker.
14241
14242 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
14243
14244 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14245
14246 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
14247
14248 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14249 [aix4*|aix5*]: Prepend blank.
14250
14251 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
14252
14253 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14254 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14255 of subdir/configure scripts to use the new libtool.m4.
14256
14257 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14258
14259 * MAINTAINERS (Write After Approval): Add myself.
14260
14261 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14262
14263 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14264
14265 2001-05-11 Ben Elliston <bje@redhat.com>
14266
14267 * Makefile.in (all-sid): New target.
14268 (check-sid, clean-sid, install-sid): Likewise.
14269
14270 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14271
14272 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14273
14274 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14275
14276 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14277 libgcj.
14278
14279 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14280
14281 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14282 gcc/xgcc is built, use -print-prog-name to find out the program
14283 name to use.
14284
14285 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
14286
14287 * configure.in (noconfigdirs): Don't reset it from scratch in the
14288 target case; only append to it.
14289
14290 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14291 sparc-*-solaris2.8]: Disable ${libgcj}.
14292
14293 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
14294
14295 * configure.in (libgcj_saved): Copy from $libgcj.
14296 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14297 --disable-libgcj.
14298
14299 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14300
14301 * MAINTAINERS: Remove self as MIPS maintainer and
14302 C front end maintainer.
14303
14304 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14305
14306 * configure.in: Move *-chorusos target case to the proper switch.
14307 Disable libgcj.
14308
14309 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14310
14311 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14312 1.641.2.228.
14313
14314 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14315
14316 * Makefile.in (STAGE1_CFLAGS): Pass down.
14317
14318 2001-04-13 Alan Modra <amodra@one.net.au>
14319
14320 * config.guess: Add hppa64-linux support. Note for next import that
14321 this is already in the master file.
14322 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14323
14324 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14325
14326 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14327 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14328
14329 2001-04-11 Stan Shebs <shebs@apple.com>
14330
14331 * MAINTAINERS: Add self as Darwin port maintainer.
14332
14333 2001-04-11 Alan Modra <amodra@one.net.au>
14334
14335 * MAINTAINERS: Update my email address.
14336
14337 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
14338
14339 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14340 recent versions of FreeBSD (release 3 or later).
14341 * ltconfig: On FreeBSD, -lc must not be provided when building
14342 a shared library or else the standard -pthread gcc option is
14343 rendered worthless to later users of the built library.
14344
14345 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14346
14347 * MAINTAINERS: Add self and RTH as C front end maintainers.
14348
14349 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
14350
14351 * config.sub: Make sure to match an already-canonicalized
14352 machine name (eg. mn10300-unknown-elf).
14353
14354 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
14355
14356 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14357 New macros.
14358 (bootstrap, cross): Use RECURSE_FLAGS.
14359 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14360
14361 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
14362
14363 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14364
14365 2001-03-22 Colin Howell <chowell@redhat.com>
14366
14367 * Makefile.in (DO_X): Do not backslash single-quotes in
14368 backquotes (two places).
14369
14370 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14371
14372 Re-installed:
14373 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14374 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14375 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14376 * ltcf-cxx.sh: Likewise.
14377 * ltcf-gcj.sh: Likewise.
14378
14379 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14380
14381 * MAINTAINERS: Add myself as "documentation co-maintainer".
14382
14383 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14384
14385 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14386 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14387
14388 2001-03-19 Tom Tromey <tromey@redhat.com>
14389
14390 * config-ml.in: Handle GCJ and GCJFLAGS.
14391
14392 2001-03-21 Michael Chastain <chastain@redhat.com>
14393
14394 * Makefile.in: all-m4 depends on all-texinfo.
14395
14396 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
14397
14398 * MAINTAINERS: Add myself to write after approval list.
14399
14400 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
14401
14402 * Makefile.in (DO_X): Quote nested quotes.
14403
14404 2001-03-18 Alan Modra <alan@linuxcare.com.au>
14405
14406 * MAINTAINERS: Add myself to write after approval list.
14407
14408 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
14409
14410 * Makefile.in (DO_X): Use double quotes for quoting
14411 "RANLIB=$${RANLIB}".
14412
14413 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14414
14415 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14416
14417 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
14418
14419 * configure.in: Only use `lang_requires' for languages athat are
14420 actually enabled.
14421
14422 2001-03-08 Phil Edwards <pme@sources.redhat.com>
14423
14424 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14425
14426 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
14427
14428 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14429
14430 2001-03-07 Tom Tromey <tromey@redhat.com>
14431
14432 * configure.in: Allow config-lang.in to set `lang_requires' to list
14433 of other required languages.
14434
14435 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
14436
14437 * Makefile.in: Remove RANLIB definition. Use RANLIB
14438 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14439 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14440
14441 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
14442 Alexandre Oliva <aoliva@redhat.com>
14443
14444 * Makefile.in (check-c++): Use tabs, not spaces.
14445
14446 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
14447
14448 * MAINTAINERS: add myself to Write After Approval list.
14449
14450 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
14451
14452 * Makefile.in (check-c++): New rule.
14453
14454 * configure.in (target_libs): Remove libg++.
14455 (noconfigdirs): Remove libg++.
14456 (noconfigdirs): Same.
14457 (noconfigdirs): Same.
14458 (noconfigdirs): Same.
14459
14460 * config-ml.in: Remove libg++ references.
14461
14462 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14463 (ALL_TARGET_MODULES): Same.
14464 (configure-target-libg++): Remove.
14465 (all-target-libg++): Remove.
14466 (configure-target-libio): Remove.
14467 (all-target-libio): Remove.
14468 (check-target-libio): Remove.
14469 (.PHONY): Remove.
14470 (libg++.tar.bz2): Remove.
14471 (all-target-cygmon): Remove libio.
14472 (all-target-libstdc++): Remove.
14473 (configure-target-libstdc++): Remove.
14474 (TARGET_LIB_PATH): Remove libstdc++.
14475 (ALL_GCC_CXX): Remove libstdc++.
14476 (all-target-gperf): Correct.
14477
14478 2001-02-16 Nick Clifton <nickc@redhat.com>
14479
14480 * configure.in (noconfigdirs): Allow configuration of texinfo
14481 for Cygwin hosts.
14482
14483 2001-02-15 Anthony Green <green@redhat.com>
14484
14485 * configure: Introduce GCJ_FOR_TARGET.
14486 * configure.in: Ditto.
14487 * Makefile.in: Ditto.
14488
14489 2001-02-13 Andreas Schwab <schwab@suse.de>
14490
14491 * MAINTAINERS: Update mail address.
14492
14493 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14494
14495 * config.guess: Add linux target for S/390.
14496 * config.sub: Likewise.
14497
14498 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
14499
14500 * configure.in: for *-chorusos, don't config target-newlib and
14501 target-libgloss.
14502
14503 2001-02-06 Ben Elliston <bje@redhat.com>
14504
14505 * configure: Output host type to stdout, not stderr.
14506
14507 2001-02-05 Mark Mitchell <mark@codesourcery.com>
14508
14509 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14510 * ltcf-cxx.sh: Likewise.
14511
14512 * config.if: Assume enable_libstdcxx_v3 is defined.
14513
14514 2001-02-04 Mark Mitchell <mark@codesourcery.com>
14515
14516 Remove V2 C++ library.
14517 * configure.in: Remove --enable-libstdcxx_v3 support.
14518
14519 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14520
14521 * include/demangle.h: Add prototype for java_demangle_v3.
14522
14523 2001-01-29 Phil Edwards <pme@sources.redhat.com>
14524
14525 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14526
14527 2001-01-27 Richard Henderson <rth@redhat.com>
14528
14529 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14530
14531 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14532
14533 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14534 Don't unset, it's non-portable and no longer necessary, set to empty
14535 instead.
14536
14537 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14538
14539 * ltconfig: Shell portability fix for the tagname validity check.
14540
14541 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
14542
14543 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14544 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14545
14546 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14547
14548 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14549
14550 2001-01-26 Tom Tromey <tromey@redhat.com>
14551
14552 * configure.in: Allow libgcj to be built on Sparc Solaris.
14553
14554 2001-01-25 David Edelsohn <edelsohn@gnu.org>
14555
14556 * ltcf-c.sh: Add aix5 case.
14557 * ltcf-cxx.sh: Likewise.
14558 * ltconfig: Likewise.
14559
14560 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
14561
14562 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14563 keep at least one of build_libtool_libs or build_old_libs set to
14564 yes.
14565
14566 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14567 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14568
14569 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14570
14571 * configure.in: Enable libgcj on several additional platforms.
14572
14573 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14574
14575 * configure.in: Enable libgcj for linux targets.
14576
14577 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14578
14579 * MAINTAINERS (Write After Approval): Add myself.
14580
14581 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14582
14583 * MAINTAINERS: Add myself as vax port maintainer.
14584
14585 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14586
14587 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14588
14589 2001-01-09 Mike Stump <mrs@wrs.com>
14590
14591 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14592 failures of subdirectories.
14593
14594 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14595
14596 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14597 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14598 * ltcf-cxx.sh: Likewise.
14599 * ltcf-gcj.sh: Likewise.
14600 * ltconfig.sh: Fix typo.
14601
14602 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14603
14604 * configure: handle DOS-style absolute paths.
14605
14606 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14607
14608 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14609
14610 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14611
14612 * MAINTAINERS: Add myself as avr port co-maintainer.
14613
14614 2000-12-28 Ben Elliston <bje@redhat.com>
14615
14616 * MAINTAINERS: Add myself under ``Write After Approval''.
14617
14618 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14619
14620 * texinfo: Remove directory from GCC.
14621
14622 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14623
14624 * COPYING: Update to current
14625 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14626 to 19yy as example year in copyright notice).
14627
14628 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14629
14630 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14631 (libstdcxx_incdir): Pass down.
14632 * config.if: Remove expired bits for cxx_interface, add stub.
14633 (libstdcxx_incdir): Add variable for g++ include directory.
14634 * configure.in (gxx_include_dir): Use it.
14635
14636 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
14637
14638 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14639 with old-email address from ``Write After Approval''.
14640
14641 2000-12-15 Andreas Jaeger <aj@suse.de>
14642
14643 * configure.in: Handle lang_dirs.
14644
14645 2000-12-14 Tom Tromey <tromey@redhat.com>
14646
14647 * MAINTAINERS: Removed brads.
14648
14649 * MAINTAINERS: Added gcj developers.
14650
14651 2000-12-13 Anthony Green <green@redhat.com>
14652
14653 * configure.in: Disable libgcj for any target not specifically
14654 listed. Disable libgcj for x86 and Alpha Linux until compatible
14655 with g++ abi.
14656
14657 2000-12-13 Mike Stump <mrs@wrs.com>
14658
14659 * Makefile.in (local-distclean): Also remove fastjar.
14660
14661 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14662
14663 * contrib/gcc_update: Add fastjar --touch entries.
14664
14665 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
14666
14667 * configure.in: Disable language-specific target libraries for
14668 languages that aren't enabled.
14669
14670 2000-12-10 Anthony Green <green@redhat.com>
14671
14672 * configure.in: Define libgcj. Disable libgcj target libraries for
14673 most targets.
14674
14675 2000-12-10 Neil Booth <neilb@earthling.net>
14676
14677 * MAINTAINERS: Update mail address, remove from WAA list.
14678
14679 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14680
14681 * libjava: Imported from /cvs/java.
14682 * libffi: Likewise.
14683 * Boehm-gc: Likewise.
14684
14685 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14686
14687 * configure.in (target_libs): Revert 2000-12-08 patch.
14688 (noconfigdirs): Added target-libjava.
14689
14690 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14691
14692 * djunpack.bat: removed.
14693
14694 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14695
14696 * Makefile.in: handle DOS-style absolute paths.
14697 * config-ml.in: likewise.
14698 * symlink-tree: likewise.
14699
14700 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14701
14702 * fastjar: Imported.
14703
14704 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14705
14706 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14707 libjava.
14708 * configure.in (target_libs): Removed `target-libjava'.
14709
14710 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14711
14712 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14713 (ALL_MODULES): Added fastjar.
14714 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14715 (all-target-libjava): all-fastjar replaces all-zip.
14716 (all-fastjar): Added.
14717 (configure-target-fastjar, all-target-fastjar): Likewise.
14718 * configure.in (host_tools): Added fastjar.
14719
14720 2000-12-07 Mike Stump <mrs@wrs.com>
14721
14722 * Makefile.in (local-distclean): Remove leftover built files.
14723
14724 2000-11-24 Nick Clifton <nickc@redhat.com>
14725
14726 * configure.in (xscale-elf): Add target.
14727 (xscale-coff): Add target.
14728
14729 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14730
14731 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14732 recent versions of FreeBSD (release 3 or later).
14733 * ltconfig: On FreeBSD, -lc must not be provided when building
14734 a shared library or else the standard -pthread gcc option is
14735 rendered worthless to later users of the built library.
14736
14737 2000-11-16 Fred Fish <fnf@be.com>
14738
14739 * configure.in (enable_libstdcxx_v3): Fix typo,
14740 libstd++ -> libstdc++.
14741
14742 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14743
14744 * MAINTAINERS: Add self to Write After Approval list.
14745
14746 2000-11-21 Bernd Schmidt <bernds@redhat.com>
14747
14748 * MAINTAINERS: Update my email address. Add myself to global write
14749 privs list.
14750
14751 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
14752
14753 * Makefile.in: Merge with src and libgcj.
14754 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14755 configure-target-<library> when their configure scripts need the C
14756 or C++ library to have already been built to work properly.
14757 (do_proto_toplev): Set them to an empty string.
14758
14759 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14760 (REALLY_SET_LIB_PATH): Use them.
14761
14762 2000-11-17 Stan Shebs <shebs@apple.com>
14763
14764 * MAINTAINERS: Add self to Write After Approval list.
14765
14766 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14767
14768 * configure: Provide the original toplevel configure arguments
14769 (including $0) to subprocesses in the environment rather than
14770 through gcc/configargs.h.
14771
14772 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14773
14774 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14775 C99. Alphabetise "Write After Approval" list.
14776
14777 2000-11-12 Mark Mitchell <mark@codesourcery.com>
14778
14779 * configure: Turn on libstdc++ V3 by default.
14780
14781 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14782 if we've got GCC.
14783
14784 2000-11-11 Philip Blundell <philb@gnu.org>
14785
14786 * MAINTAINERS: Add self to Write After Approval list.
14787
14788 2000-11-09 David Edelsohn <edelsohn@gnu.org>
14789
14790 * ltcf-c.sh (aix4): Improve shared library configuration; require
14791 exporting symbols.
14792 * ltcf-cxx.sh (aix4): Define.
14793 * ltconfig (aix4): Define library and soname specs appropriate for
14794 AIX. Define command to create export symbols list.
14795
14796 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
14797
14798 * config.sub: Add support for Sun Chorus
14799
14800 2000-10-31 Nick Clifton <nickc@redhat.com>
14801
14802 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14803 <name>@redhat.com. Also installed new email address for Clint
14804 Popetz.
14805
14806 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14807
14808 * etc: Remove directory from GCC.
14809
14810 2000-10-16 Michael Meissner <meissner@redhat.com>
14811
14812 * configure (gcc/configargs.h): Only create if there is a build GCC
14813 directory created.
14814
14815 2000-10-16 Matthias Klose <doko@debian.org>
14816
14817 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14818 when configured for libstdc++-v3.
14819
14820 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
14821
14822 * configure: Save configure arguments to gcc/configargs.h.
14823
14824 2000-10-04 Philipp Thomas <pthomas@suse.de>
14825
14826 * config.guess: Import CVS version 1.157.
14827 * config.sub: Import CVS version 1.181.
14828
14829 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
14830
14831 * Makefile.in (bootstrap): avoid recursion if subdir missing
14832 (cross): ditto
14833 (do-proto-toplev): ditto
14834
14835 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
14836
14837 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14838 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14839
14840 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14841 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14842 all affected `configure' scripts.
14843
14844 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14845
14846 * MAINTAINERS: Add self as cpplib co-maintainer.
14847
14848 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
14849
14850 * MAINTAINERS: Add self to Write After Approval list.
14851
14852 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14853
14854 * INSTALL/README: egcs -> GCC update.
14855
14856 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
14857
14858 * MAINTAINERS: Add myself to Write After Approval list.
14859
14860 2000-09-15 Kazu Hirata <kazu@hxi.com>
14861
14862 * MAINTAINERS: Add myself to Write After Approval list.
14863
14864 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14865
14866 * configure.in: Do not build byacc for hppa64. Provide paths to the
14867 X11 libraries for hppa64.
14868
14869 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14870
14871 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14872
14873 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
14874
14875 * Makefile.in (all-zlib): Added dummy target.
14876
14877 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14878 ltcf-gcj.sh: Updated from libtool multi-language branch.
14879
14880 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
14881
14882 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14883 (bootstrap*): Depend on all-bootstrap.
14884
14885 2000-09-05 Philipp Thomas <pthomas@suse.de>
14886
14887 * config.guess: Import CVS version 1.156.
14888 * config.sub: Import CVS version 1.179.
14889
14890 2000-09-02 Anthony Green <green@cygnus.com>
14891
14892 * Makefile.in (all-gcc): Depend on all-zlib.
14893 (CLEAN_MODULES): Add clean-zlib.
14894 (ALL_MODULES): Add all-zlib.
14895 * configure.in (host_libs): Add zlib.
14896
14897 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
14898
14899 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14900 crosses, but add gcc/include to the header search path for them.
14901
14902 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14903
14904 * MAINTAINERS: Add self to Write After Approval list.
14905
14906 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14907
14908 * config.guess: Import CVS version 1.152.
14909 * config.sub: Import CVS version 1.177.
14910
14911 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
14912
14913 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14914 $targargs to tell whether newlib is going to be built.
14915
14916 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14917 $$r/TARGET_SUBDIR/libio for _G_config.h.
14918
14919 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
14920
14921 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14922
14923 2000-08-22 DJ Delorie <dj@redhat.com>
14924
14925 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14926
14927 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
14928
14929 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14930 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14931 sub-configures.
14932
14933 2000-08-21 DJ Delorie <dj@redhat.com>
14934
14935 * MAINTAINERS: Add self as a libiberty maintainer
14936
14937 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
14938
14939 * configure.in (libstdcxx_flags): Use
14940 libstdc++-v3/src/libstdc++.INC.
14941
14942 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
14943
14944 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14945
14946 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14947
14948 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14949
14950 * configure: Make enable_threads and enable_shared defaults
14951 explicit. Substitute enable_threads into generated Makefiles.
14952 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14953 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14954
14955 2000-08-13 Geoff Keating <geoffk@cygnus.com>
14956
14957 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14958
14959 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
14960
14961 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14962 previous delta.
14963
14964 2000-08-11 Jason Merrill <jason@redhat.com>
14965
14966 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14967 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14968 (FLAGS_FOR_TARGET): Not here.
14969 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14970
14971 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
14972
14973 * config-ml.in (CC, CXX): Don't introduce a leading space.
14974
14975 2000-08-07 DJ Delorie <dj@delorie.com>
14976
14977 * MAINTAINERS: Add self as a DJGPP maintainer
14978
14979 2000-08-07 DJ Delorie <dj@redhat.com>
14980
14981 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14982 "if we're also building gcc, and it's a gcc that will run on the
14983 build machine, we want to use its includes instead of the system's
14984 default includes".
14985
14986 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14987
14988 * MAINTAINERS: Add self to Write After Approval list.
14989
14990 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
14991
14992 * configure.in (libstdcxx_flags): Don't use `"'.
14993
14994 * config-ml.in: Adjust multilib search paths to the
14995 appropriate multilib tree.
14996
14997 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
14998
14999 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15000 commas in $LANGUAGES.
15001
15002 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
15003
15004 * configure.in: Re-enable all references to libg++ and librx.
15005
15006 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
15007
15008 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15009 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
15010 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15011 * ltcf-cxx.sh (need_lc): Set based on postdeps.
15012
15013 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15014
15015 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
15016
15017 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15018 CXX_FOR_TARGET for sed.
15019
15020 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
15021
15022 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15023 Do not override if already set in the environment or in configure.
15024 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15025 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15026
15027 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
15028
15029 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15030 the libtool CVS tree multi-language branch.
15031 * ltconfig, ltmain.sh: Updated.
15032
15033 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
15034
15035 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15036 (clean-target): Depend on it.
15037
15038 * Makefile.in (FLAGS_FOR_TARGET): New macro.
15039 (GCC_FOR_TARGET): Use it.
15040 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15041 * configure.in: ... here.
15042 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
15043 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15044
15045 2000-07-24 Eric Christopher <echristo@cygnus.com>
15046
15047 * MAINTAINERS: Add self to Write After Approval list.
15048
15049 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
15050
15051 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15052 (configure-target-libchill, configure-target-libobjc): Likewise.
15053
15054 * configure.in: Use the same cache file for all target libs.
15055 * config-ml.in: But different cache files per multilib variant.
15056
15057 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15058
15059 * configure (topsrcdir): Don't use dirname.
15060
15061 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15062
15063 * MAINTAINERS: Add self to Write After Approval list.
15064
15065 2000-07-20 Jason Merrill <jason@redhat.com>
15066
15067 * configure.in: Remove all references to libg++ and librx.
15068
15069 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15070
15071 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
15072
15073 * config.sub: Update to subversions version 2000-07-06.
15074
15075 2000-07-12 Andrew Haley <aph@cygnus.com>
15076
15077 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15078 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15079
15080 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15081
15082 * symlink-tree: Check number of arguments.
15083
15084 2000-07-05 Jim Wilson <wilson@cygnus.com>
15085
15086 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15087 search path for a g++ extracted from the build tree. This
15088 will allow link tests run by configure scripts in
15089 subdirectories to succeed.
15090
15091 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
15092
15093 * ltconfig: Add support for mips-dde-sysv4.2MP
15094
15095 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15096
15097 * MAINTAINERS: Add myself as loop discovery maintainer.
15098
15099 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15100
15101 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15102 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15103
15104 2000-06-19 Timothy Wall <twall@cygnus.com>
15105
15106 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15107 * config.sub: Add tic54x target.
15108
15109 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15110
15111 * MAINTAINERS: Add self as Fortran maintainer,
15112 remove Craig Burley.
15113
15114 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
15115
15116 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15117 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15118
15119 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15120
15121 * MAINTAINERS: Add self as i18n maintainer
15122
15123 20000-05-21 H.J. Lu (hjl@gnu.org)
15124
15125 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15126 directory are used if they exist. Make sure
15127 $(build_tooldir)/include is searched for header files,
15128 $(build_tooldir)/lib/ for library files.
15129 (GCC_FOR_TARGET): Likewise.
15130 (CXX_FOR_TARGET): Likewise.
15131
15132 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15133
15134 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15135
15136 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
15137
15138 * Makefile.in (configure-target-libiberty): Depend on
15139 configure-target-newlib.
15140
15141 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15142
15143 * configure.in, Makefile.in: Merge all libffi-related
15144 configury stuff from the libgcj tree.
15145
15146 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15147
15148 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15149 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15150
15151 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15152
15153 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15154 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15155 current version information. Add to proto-toplev directory.
15156 (gdb-taz): Build do-djunpack.
15157
15158 2000-05-15 David Edelsohn <edelsohn@gnu.org>
15159
15160 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15161
15162 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15163
15164 * MAINTAINERS: Add self to Write After Approval list.
15165
15166 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15167
15168 * ltmain.sh: Preserve in relink_command any environment
15169 variables that may affect the linker behavior.
15170
15171 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15172
15173 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15174
15175 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15176
15177 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15178
15179 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15180
15181 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15182 with the version name.
15183
15184 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15185
15186 * MAINTAINERS: Add self as bb-reorder maintainer.
15187
15188 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15189
15190 * config.if: Tweak.
15191
15192 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15193
15194 * djunpack.bat: New file.
15195
15196 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15197
15198 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15199 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15200 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15201 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15202
15203 2000-04-16 Dave Pitts <dpitts@cozx.com>
15204
15205 * config.sub (case $basic_machine): Change default for "ibm-*"
15206 to "openedition".
15207
15208 2000-04-13 Andreas Jaeger <aj@suse.de>
15209
15210 * MAINTAINERS: Added myself.
15211
15212 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15213
15214 * Makefile.in (gdb-taz): New target. GDB specific archive.
15215 (do-md5sum): New target.
15216 (MD5PROG): Define.
15217 (PACKAGE): Default to TOOL.
15218 (VER): Default to a shell script.
15219 (taz): Rewrite target. Move real work to do-proto-toplev. Include
15220 md5 checksum generation.
15221 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15222 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15223 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15224 insight.tar.bz2): Use gdb-taz to create archive.
15225
15226 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15227
15228 * configure (warn_cflags): Delete.
15229
15230 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15231
15232 * MAINTAINERS: Added myself.
15233
15234 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
15235 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
15236
15237 * configure.in (enable_libstdcxx_v3): Add.
15238 (target_libs): Add bits here to switch between libstdc++-v2 and
15239 libstdc++-v3.
15240 * config.if: And this file too.
15241 * Makefile.in: Add libstdc++-v3 targets.
15242
15243 2000-04-05 Michael Meissner <meissner@redhat.com>
15244
15245 * config.sub (d30v): Add d30v as a basic machine type.
15246
15247 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
15248
15249 * configure.in: -linux-gnu*, not -linux-gnu.
15250
15251 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15252
15253 * MAINTAINERS: Add self in write-after-approval section.
15254
15255 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15256
15257 * MAINTAINERS: Add self as ia64 port maintainer.
15258
15259 2000-03-08 Neil Booth <NeilB@earthling.net>
15260
15261 * MAINTAINERS: Add self in write-after-approval section.
15262
15263 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
15264
15265 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15266 (do-tar-bz2): Replace TOOL with PACKAGE.
15267 (gdb.tar.bz2): Remove GDBTK from GDB package.
15268 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15269 dejagnu.tar.bz2): New packages.
15270
15271 2000-02-27 Andreas Jaeger <aj@suse.de>
15272
15273 * configure.in: Add entry for mips*-*-linux*, move catch all
15274 *-*-*linux* entry below this one.
15275
15276 2000-02-27 Ian Lance Taylor <ian@zembu.com>
15277
15278 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15279
15280 2000-02-24 Nick Clifton <nickc@cygnus.com>
15281
15282 * config.sub: Support an OS of "wince".
15283
15284 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15285
15286 * config.guess, config.sub: Updated to match config's 2000-02-15
15287 version.
15288
15289 2000-02-23 Linas Vepstas <linas@linas.org>
15290
15291 * config.sub: Add support for Linux/IBM 370.
15292 * configure.in: Likewise.
15293
15294 2000-02-22 Nick Clifton <nickc@cygnus.com>
15295
15296 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15297
15298 2000-02-20 Christopher Faylor <cgf@cygnus.com>
15299
15300 * config.guess: Guess "cygwin" rather than "cygwin32".
15301
15302 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15303
15304 * configure (gcc_version): When setting, narrow search to
15305 lines containing `version_string'.
15306
15307 2000-02-15 Denis Chertykov <denisc@overta.ru>
15308
15309 * config.sub: Add support for avr target.
15310
15311 2000-02-14 Nick Clifton <nickc@cygnus.com>
15312
15313 * MAINTAINERS: Add maintainers for MCore port.
15314
15315 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15316
15317 * config.sub: Add mmix-knuth-mmixware.
15318
15319 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15320
15321 * MAINTAINERS: Pair cccp with cpplib maintainership.
15322
15323 2000-01-27 Christopher Faylor <cgf@redhat.com>
15324
15325 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15326 structure stuff to -L library search.
15327 (CXX_FOR_TARGET): Ditto.
15328 (CROSS_CHECK_MODULES): Fix spelling mistake.
15329
15330 2000-01-24 Mark Mitchell <mark@codesourcery.com>
15331
15332 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15333 the C++ compiler.
15334
15335 2000-01-12 Richard Henderson <rth@cygnus.com>
15336
15337 * configure.in: Don't build some bits for beos.
15338
15339 2000-01-12 Joel Sherrill (joel@OARcorp.com)
15340
15341 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15342 as include files.
15343
15344 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15345
15346 * Add self as cpplib maintainer, as requested by Jason
15347 Merrill. Correct my e-mail address.
15348
15349 2000-01-06 Geoff Keating <geoffk@cygnus.com>
15350
15351 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15352 not mh-aix43.
15353
15354 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15355
15356 * MAINTAINERS: Add myself to "write after approval" list.
15357
15358 1999-12-14 Richard Henderson <rth@cygnus.com>
15359
15360 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15361 * config.sub: Accept alphaev[78], alphaev8.
15362
15363 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15364
15365 * config.guess, config.sub: Update from autoconf.
15366
15367 1999-11-29 Bruce Korb <autogen@linuxbox.com>
15368
15369 * MAINTAINERS: update my playtime e-address.
15370
15371 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15372
15373 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15374 necessary libraries are missing.
15375
15376 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
15377
15378 * MAINTAINERS: Add new 'write after approval' maintainer.
15379
15380 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15381
15382 * MAINTAINERS: Add new Java maintainer.
15383
15384 1999-10-25 Andreas Schwab <schwab@suse.de>
15385
15386 * configure: Fix quoting inside arguments of eval.
15387
15388 1999-10-21 Nick Clifton <nickc@cygnus.com>
15389
15390 * config-ml.in: Allow suppression of some ARM multilibs.
15391
15392 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15393
15394 * config.guess: Add OS/390 match pattern.
15395 * config.sub: Add mvs, openedition targets.
15396 * configure.in (i370-ibm-opened*): New.
15397
15398 1999-09-04 Steve Chamberlain <sac@pobox.com>
15399
15400 * config.sub: Add support for configuring for pj.
15401
15402 1999-08-31 Nick Clifton <nickc@cygnus.com>
15403
15404 * config.sub (maybe_os): Add support for configuring for fr30.
15405
15406 1999-08-25 Nick Clifton <nickc@cygnus.com>
15407
15408 * configure.in: Do not configure or build ld for AIX
15409 platforms. ld is known to be broken on these platforms.
15410
15411 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15412
15413 * config-ml.in: Pass compiler flag corresponding to multidirs to
15414 subdir configures.
15415
15416 1999-08-09 Ian Lance Taylor <ian@zembu.com>
15417
15418 * Makefile.in (LDFLAGS): Define.
15419
15420 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15421
15422 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15423 noconfigdirs.
15424 (*-*-cygwin*): Likewise.
15425
15426 1999-08-08 Ian Lance Taylor <ian@zembu.com>
15427
15428 * mkdep: New file.
15429 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15430 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15431
15432 From Eli Zaretskii <eliz@is.elta.co.il>:
15433 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15434 long file name when using DJGPP on MS-DOS.
15435
15436 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15437
15438 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15439
15440 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15441
15442 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15443 dependency as this causes "make check" to globally "make all"
15444
15445 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15446
15447 * configure.in (target_libs): Added target-zlib.
15448 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15449 (CONFIGURE_TARGET_MODULES): Likewise.
15450 (CHECK_TARGET_MODULES): Likewise.
15451 (INSTALL_TARGET_MODULES): Likewise.
15452 (CLEAN_TARGET_MODULES): Likewise.
15453 (configure-target-zlib): New target.
15454 (all-target-zlib): Likewise.
15455 (all-target-libjava): Depend on all-target-zlib.
15456 (configure-target-libjava): Depend on configure-target-zlib.
15457
15458 * Makefile.in (configure-target-libjava): Depend on
15459 configure-target-newlib.
15460 (configure-target-boehm-gc): New target.
15461 (configure-target-qthreads): New target.
15462
15463 * configure.in (target_libs): Added target-qthreads.
15464 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15465 (CONFIGURE_TARGET_MODULES): Likewise.
15466 (CHECK_TARGET_MODULES): Likewise.
15467 (INSTALL_TARGET_MODULES): Likewise.
15468 (CLEAN_TARGET_MODULES): Likewise.
15469 (all-target-qthreads): New target.
15470 (configure-target-libjava): Depend on configure-target-qthreads.
15471 (all-target-libjava): Depend on all-target-qthreads.
15472
15473 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15474 (CONFIGURE_TARGET_MODULES): Likewise.
15475 (CHECK_TARGET_MODULES): Likewise.
15476 (INSTALL_TARGET_MODULES): Likewise.
15477 (CLEAN_TARGET_MODULES): Likewise.
15478 (all-target-libjava): New target.
15479 (all-target-boehm-gc): Likewise.
15480 * configure.in (target_libs): Added libjava, boehm-gc.
15481
15482 1999-07-22 Ian Lance Taylor <ian@zembu.com>
15483
15484 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15485 configure.bat in SUPPORT_FILES.
15486 (gas+binutils.tar.bz2): Likewise.
15487
15488 * makeall.bat: Remove; obsolete.
15489
15490 1999-07-21 Ian Lance Taylor <ian@zembu.com>
15491
15492 From Mark Elbrecht:
15493 * configure.bat: Remove; obsolete.
15494
15495 1999-07-11 Ian Lance Taylor <ian@zembu.com>
15496
15497 * configure: Add -W -Wall to the default CFLAGS when compiling with
15498 gcc.
15499
15500 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15501
15502 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15503
15504 1999-06-30 Mark Mitchell <mark@codesourcery.com>
15505
15506 * configure.in: Build ld on IRIX6.
15507
15508 1999-06-12 Ian Lance Taylor <ian@zembu.com>
15509
15510 * Makefile.in: Change distribution targets to use bzip2 instead of
15511 gzip.
15512 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15513 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15514
15515 1999-06-04 Nick Clifton <nickc@cygnus.com>
15516
15517 * config.sub: Add mcore target.
15518
15519 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15520
15521 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15522
15523 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15524
15525 * config.guess (dummy): Changed to $dummy.
15526
15527 1999-05-24 Nick Clifton <nickc@cygnus.com>
15528
15529 * config.sub: Tidied up case statements.
15530
15531 1999-05-22 Ben Elliston <bje@cygnus.com>
15532
15533 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15534 <jiro@din.or.jp>.
15535
15536 * config.guess: Merge with FSF version. Future changes will be
15537 more accurately recorded in this ChangeLog.
15538 * config.sub: Likewise.
15539
15540 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15541
15542 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15543
15544 1999-04-30 Tom Tromey <tromey@cygnus.com>
15545
15546 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15547
15548 1999-04-23 Tom Tromey <tromey@cygnus.com>
15549
15550 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15551
15552 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
15553
15554 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15555 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15556 Bad merge removed these two changes.
15557
15558 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
15559 Martin Heller (Ing.-Buero_Heller@t-online.de)
15560
15561 * config.guess (interix Alpha): Add.
15562
15563 1999-04-11 Richard Henderson <rth@cygnus.com>
15564
15565 * configure.in (i?86-*-beos*): Do config gperf; don't config
15566 gdb, newlib, or libgloss.
15567
15568 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
15569
15570 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15571 link a trivial program with -mabi=64. If it fails, remove mabi=64
15572 from multidirs.
15573
15574 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15575
15576 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15577
15578 1999-04-08 Nick Clifton <nickc@cygnus.com>
15579
15580 * config.sub: Add support for mcore targets.
15581
15582 1999-04-07 Michael Meissner <meissner@cygnus.com>
15583
15584 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15585 not mt-ospace, in order to shut up assembler warning about using
15586 symbols that are named the same as registers.
15587
15588 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
15589
15590 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15591 dependency list for all-target-cygmon.
15592
15593 1999-04-05 Doug Evans <devans@casey.cygnus.com>
15594
15595 * config-ml.in: Check $host, not $target, for selective multilibs.
15596 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15597 thumb interworking, and underscore prefix multilibs.
15598
15599 1999-04-04 Ian Lance Taylor <ian@zembu.com>
15600
15601 * missing: Update to version from current automake.
15602
15603 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15604
15605 * configure (gxx_include_dir): Removed.
15606
15607 * configure.in (gxx_include_dir): Handle it.
15608 * Makefile.in: Likewise.
15609
15610 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15611
15612 * config.sub (mips64vr4111,mips64vr4111el) Add.
15613
15614 1999-03-21 Ben Elliston <bje@cygnus.com>
15615
15616 * config.guess: Correct typo for detecting ELF on FreeBSD.
15617
15618 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15619
15620 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15621 config/mh-djgpp.
15622
15623 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15624
15625 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15626 all-target-newlib to dependency list for all-target-bsp.
15627
15628 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15629
15630 * config.sub: Add i386-uwin support.
15631 * config.guess: Likewise.
15632
15633 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15634
15635 * configure.in: cleanup, add mh-*pic handling for arm, special
15636 case powerpc*-*-aix*
15637
15638 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15639
15640 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15641 can be built.
15642
15643 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15644
15645 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15646 targets.
15647
15648 1999-03-02 Nick Clifton <nickc@cygnus.com>
15649
15650 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15651
15652 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15653
15654 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15655
15656 1999-02-24 Nick Clifton <nickc@cygnus.com>
15657
15658 * config.sub: Fix typo in arm recognition.
15659
15660 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15661
15662 * configure.in (noconfigdirs): Changed target_configdirs to
15663 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15664 rather than m68k-*-* since it is not known to work on
15665 m68k-aout. Ditto for arm-*-*oabi.
15666
15667 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15668
15669 * configure.in (*-*-windows*): Remove, no longer used.
15670
15671 1999-02-19 Ben Elliston <bje@cygnus.com>
15672
15673 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15674 Smart and improved by Andrew Cagney.
15675
15676 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15677
15678 * config.guess: Recognize openbsd-*-hppa.
15679
15680 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15681
15682 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15683 only if it is not empty.
15684
15685 1999-02-17 Nick Clifton <nickc@cygnus.com>
15686
15687 Patch from: Scott Bambrough <scottb@corelcomputer.com>
15688
15689 * config.guess: Modified to recognize uname's armv* syntax.
15690
15691 * config.sub: Modified to recognize uname's armv* syntax.
15692
15693 1999-02-17 Mark Salter <msalter@cygnus.com>
15694
15695 * configure.in: Added target-bsp for sparclite.
15696
15697 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15698
15699 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15700
15701 1999-02-08 Nick Clifton <nickc@cygnus.com>
15702
15703 * configure.in: Add support for strongarm port.
15704 * config.sub: Add support for strongarm target.
15705
15706 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
15707
15708 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15709 the old name config/mh-cygwin32.
15710 Enable texinfo.
15711
15712 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15713
15714 * configure.in: Do build ld for ix86 Solaris.
15715
15716 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15717
15718 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15719 $AR_FOR_TARGET. Likewise for RANLIB.
15720
15721 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
15722
15723 * config.sub (oabi): Recognize.
15724 * configure.in (arm-*-oabi): Handle.
15725
15726 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15727
15728 * config.guess: Improve detection of i686 on UnixWare 7.
15729
15730 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15731
15732 * config.guess: Add support for i386-pc-interix.
15733 * config.sub: Likewise.
15734 * configure.in: Likewise.
15735
15736 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15737
15738 * Makefile.in: Remove unneeded all-target-libio from
15739 from all-target-winsup target since it is now unneeded.
15740 Add all-target-libtermcap in its place since it is now
15741 needed.
15742
15743 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15744
15745 * configure.in: makefile stub for cygwin target is probably
15746 unnecessary. Remove it for now.
15747
15748 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15749
15750 * configure.in: libtermcap.a should be built when cygwin is the
15751 target as well as the host.
15752 * config.guess: Allow mixed case in cygwin uname output.
15753 * Makefile.in: Add libtermcap target.
15754
15755 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15756
15757 * config.sub: Clean up handling of hppa2.0.
15758
15759 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15760
15761 * config.guess: Use C code to identify more HP machines.
15762
15763 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15764
15765 * config.sub: Handle hppa2.0.
15766
15767 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15768
15769 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15770 cygmon for all sparclite targets, regardless of object format.
15771
15772 1998-12-15 Mark Salter <msalter@cygnus.com>
15773
15774 * configure.in: Added target-bsp for several target architectures.
15775
15776 * Makefile.in: Added rules for bsp.
15777
15778 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15779
15780 * config.guess: Improve detection of hppa2.0 processors.
15781
15782 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15783
15784 * config.guess: Recognize FreeBSD using ELF automatically.
15785
15786 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15787
15788 * configure (skip-this-dir): Add handling for new shell script, which
15789 might be created by a sub-directory's configure to indicate, this particular
15790 directory is "unwanted".
15791 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15792
15793 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15794
15795 * ltconfig: import from libtool, after changing libtool to
15796 account for the cygwin name change.
15797
15798 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15799
15800 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15801 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15802
15803 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15804
15805 * configure.in: Add libtermcap to list of cygwin dependencies.
15806
15807 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15808
15809 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15810 they include winsup/include when it's a cygwin target.
15811
15812 1998-11-12 Tom Tromey <tromey@cygnus.com>
15813
15814 * configure.in (host_tools): Added zip.
15815 * Makefile.in (all-target-libjava): Depend on all-zip.
15816 (all-zip): New target.
15817 (ALL_MODULES): Added all-zip.
15818 (NATIVE_CHECK_MODULES): Added check-zip.
15819 (INSTALL_MODULES): Added install-zip.
15820 (CLEAN_MODULES): Added clean-zip.
15821
15822 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15823
15824 * Makefile.in: lose "32" from comment about cygwin.
15825
15826 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15827
15828 * configure.in: Use -Os to build target libraries for the fr30.
15829
15830 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15831
15832 * config.sub: Add fr30.
15833
15834 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15835
15836 * configure.in: drop "32" from config/mh-cygwin32. Check
15837 cygwin* instead of cygwin32*.
15838 * config.sub: Check cygwin* instead of cygwin32*.
15839
15840 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15841
15842 * config.guess: Match any version of Unixware7.
15843
15844 1998-10-20 Syd Polk <spolk@cygnus.com>
15845
15846 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15847 if desired.
15848
15849 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15850
15851 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15852 these if the appropriate directories and files to not exist.
15853
15854 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15855
15856 * Makefile.in (DEVO_SUPPORT): Add config.if.
15857
15858 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15859
15860 * configure: Add pattern to replace "build_tooldir"'s
15861 definition in the generated Makefile with "tooldir"'s
15862 actual value.
15863
15864 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15865
15866 * config.sub: Bring back lost sparcv9.
15867
15868 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15869
15870 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15871
15872 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15873 CC_FOR_TARGET and friends.
15874
15875 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15876
15877 * Makefile.in (build_tooldir): New variable, same as tooldir.
15878 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15879 -B$(build_tooldir)/bin/.
15880 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15881
15882 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15883
15884 * README: Remove installation instructions and refer to the
15885 INSTALL directory instead.
15886
15887 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
15888
15889 * config.sub: Add support for i[34567]86-pc-udk.
15890 * configure.in: Likewise.
15891
15892 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15893
15894 * Makefile.in: add bzip2 package building bits for user
15895 tools module
15896 * configure.in: ditto
15897
15898 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15899
15900 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15901 (ALL_TARGET_MODULES): Add all-target-libobjc.
15902 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15903 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15904 (all-target-libchill): Add dependencies.
15905 * configure.in (target_libs): Add libchill.
15906
15907 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15908
15909 * configure.in (target_subdir): Remove duplicate line.
15910
15911 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15912
15913 * Makefile.in (all-automake): fix dependencies.
15914
15915 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15916
15917 * configure.in: Minor cleanups for building in the $(target_alias)
15918 subdir.
15919
15920 1998-09-22 Jim Wilson <wilson@cygnus.com>
15921
15922 * Makefile.in (bootstrap): Set r and s before make all. Use
15923 BASE_FLAGS_TO_PASS in make all.
15924 (cross): Likewise.
15925
15926 1998-09-20 Mark Mitchell <mark@markmitchell.com>
15927
15928 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15929
15930 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15931
15932 * config.sub: Fix typo in last change.
15933
15934 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15935
15936 * config.sub: Add support for C4x target.
15937 * configure.in: Likewise.
15938
15939 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15940
15941 * config.sub: Recognize sparcv9 just like sparc64.
15942
15943 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15944
15945 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15946
15947 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15948
15949 * config.guess: Correctly identify Pentium II sco boxes.
15950
15951 * config.guess: Fix "tr" code. From Weiwen Liu.
15952
15953 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15954
15955 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15956 stabs.
15957
15958 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15959
15960 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15961 (ALL_TARGET_MODULES): Add all-target-libchill.
15962 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15963 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15964 (all-target-libchill): Add dependencies.
15965 * configure.in (target_libs): Add libchill.
15966
15967 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15968
15969 * config.guess: Avoid assumptions about "tr" behaves when
15970 LANG is set to something other than English.
15971
15972 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15973
15974 * configure (gxx_include_dir): Changed to
15975 '${prefix}/include/g++'-${libstdcxx_interface}.
15976
15977 * config.if: New to determine the interfaces.
15978
15979 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15980
15981 * config.guess: Detect and handle MPE/IX.
15982 * config.sub: Deal with MPE/IX.
15983
15984 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15985
15986 * configure.in: Use mh-aix43.
15987
15988 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15989
15990 * configure: Fix --without/--disable cases for gxx-include-dir.
15991
15992 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15993
15994 * mdata-sh: Imported. Needed for automake support.
15995
15996 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15997
15998 * Makefile.in (taz): Try "chmod -R og=u ." before
15999 "chmod og=u `find . -print`".
16000
16001 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
16002
16003 * configure.in: Add arm-elf and thumb-elf support.
16004
16005 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
16006
16007 * Makefile.in: Undo previous patch.
16008
16009 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
16010
16011 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16012 to here ...
16013 (install-no-fixedincludes): and here
16014 (INSTALL_MODULES): ... from here.
16015
16016 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
16017
16018 * config.sub: Merge with FSF.
16019
16020 * config.guess: Merge with FSF.
16021
16022 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
16023
16024 * configure (extraconfigdirs): New variable.
16025 (SUBDIRS): Add extraconfigdirs and recurse on them too.
16026 * Makefile.in (all): Move higher in file.
16027 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16028 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16029 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16030 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16031 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16032
16033 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
16034
16035 * Makefile.in (all-target-libjava): Depend on all-gcc and
16036 all-target-newlib.
16037 (configure-target-libjava): Depend on $(ALL_GCC).
16038
16039 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
16040
16041 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16042 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16043
16044 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16045
16046 * INSTALL/README: Fix typo.
16047
16048 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16049
16050 * ylwrap: Change absolute path checks to check for DOS style path
16051 names.
16052
16053 * ylwrap: Don't use a full path name if the source file is in the
16054 same directory. From hjl@lucon.org (H.J. Lu).
16055
16056 * config-ml.in: Default to being verbose, to match Feb 18 change to
16057 configure.
16058
16059 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16060
16061 Brought over from egcs:
16062
16063 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16064
16065 * configure.in (target_subdir): Set to ${target_alias} instead
16066 of "libraries".
16067
16068 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16069
16070 * configure.in (target_subdir): Set to libraries if enable_multilib.
16071
16072 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16073
16074 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16075 multilibs, force reconfiguration the first time we create
16076 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16077
16078 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16079
16080 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16081 avoid confusion with --no-recursion.
16082
16083 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16084
16085 * configure.in: Win32 hosts shouldn't use install -x
16086 * install-sh: remove -x option, and special .exe-handling
16087 hack.
16088
16089 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16090
16091 * config.guess: Recognize i586-pc-beos.
16092 * configure.in: Don't build some bits for beos.
16093
16094 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16095
16096 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16097 CFLAGS default to -O2.
16098
16099 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16100 when using GNU ld.
16101
16102 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16103
16104 * ltmain.sh: Correct install when using a different shell.
16105
16106 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16107
16108 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16109
16110 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16111
16112 * makefile.vms: Update to build binutils/makefile.vms. Add install
16113 target.
16114
16115 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16116
16117 * ltconfig: Update to correct AIX handling.
16118
16119 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16120
16121 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16122
16123 * configure.in (target_subdir): Set to ${target_alias} instead
16124 of "libraries".
16125
16126 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16127
16128 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16129 (Makefile): Depend on $(gcc_version_trigger).
16130
16131 * configure (gcc_version): Change default initializer to empty
16132 string.
16133 (gcc_version_trigger): New variable; pass this variable down
16134 to subdir configures to enable them checking gcc's version
16135 themselves. Emit make macros for both gcc_version vars.
16136 (topsrcdir): Initialize reliably.
16137 (recursion line): Remove --with-gcc-version=${gcc_version}.
16138
16139 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16140
16141 * configure (enable_version_specific_runtime_libs): Implement new flag
16142 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16143 in $(libsubdir); emit definition in each generated Makefile.
16144 (gxx_include_dir): Initialize depending on
16145 $enable_version_specific_runtime_libs.
16146
16147 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16148
16149 * configure (gcc_version): Initialize properly depending on
16150 how and where configure is started.
16151 (recursion line): Pass a --with-gcc-version=${gcc_version}
16152 to configures in subdirs.
16153
16154 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16155
16156 * configure.in (noconfigdirs): Add configure pattern for mips tx39
16157 cygmon
16158
16159 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16160
16161 * configure.in: Add cygmon and libstub support for mn10200.
16162
16163 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16164
16165 * configure (gcc_version): Add new variable describing the
16166 particular gcc version we're building.
16167 * Makefile.in (libsubdir): Add new macro for the directory
16168 in which the compiler finds executables, libraries, etc.
16169 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16170 and libsubdir.
16171
16172 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16173
16174 * Makefile.in (local-clean): Remove *.log.
16175 (warning.log): Built with warn_summary from build.log.
16176 (mail-report.log): Run test_summary.
16177 (mail-report-with-warnings.log): Run test_summary including
16178 warning.log in the report.
16179
16180 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16181
16182 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16183
16184 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16185
16186 * Makefile.in (grep): Grep no longer depends on libiberty.
16187
16188 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16189
16190 * Makefile.in: all-snavigator needs all-libgui.
16191
16192 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16193
16194 * configure.in: Add cygmon and libstub support for mn10300.
16195
16196 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16197
16198 * missing: Update to version from automake 1.3.
16199
16200 * ltmain.sh: On installation, don't get confused if the same name
16201 appears more than once in the list of library names.
16202
16203 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16204
16205 * config.sub: Accept m68060 and m5200 as CPU names.
16206
16207 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16208
16209 * configure: Use && rather than using -a in test, because odd
16210 strings can confuse test.
16211 * configure.in: Likewise.
16212
16213 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16214
16215 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16216
16217 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16218
16219 * Makefile.in (boostrap2-lean, bootstrap3-lean,
16220 bootstrap4-lean): New targets.
16221
16222 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16223
16224 * mpw-* Delete. Not used.
16225
16226 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16227
16228 * COPYING.LIB: Update FSF address.
16229
16230 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16231
16232 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16233
16234 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16235 GAS_SUPPORT_DIRS.
16236
16237 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16238
16239 * ltconfig, ltmain.sh: Avoid producing a version number if
16240 -version-info was not used.
16241
16242 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16243
16244 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16245 building with newlib.
16246
16247 1998-04-30 Paul Eggert <eggert@twinsun.com>
16248
16249 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16250 Solaris `make' causes it to continue to next definition.
16251
16252 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16253
16254 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16255 the right GUI libraries and files are installed along with GDB.
16256
16257 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16258
16259 * configure.in: Change alpha to alpha* in several places.
16260
16261 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16262
16263 * config.sub: Recognize sparc86x.
16264
16265 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16266
16267 * configure.in (--enable-target-optspace): Remove debug echo.
16268
16269 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16270
16271 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16272
16273 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16274
16275 * ltconfig: Update cygwin32 support.
16276
16277 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16278 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16279 (GDB_SUPPORT_DIRS): Likewise.
16280
16281 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16282
16283 * configure.in (target_makefile_frag): If --enable-target-optspace,
16284 use -Os to compile target libraries rather than -O2. Default to
16285 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16286 not used.
16287 * configure.in (target_cflags): Ditto for d30v.
16288
16289 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16290
16291 * Makefile.in (all-bfd): Depend on all-intl.
16292 (all-binutils): Likewise.
16293 (all-gas): Likewise.
16294 (all-gprof): Likewise.
16295 (all-ld): Likewise.
16296
16297 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
16298
16299 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16300
16301 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16302
16303 * Makefile.in (all-bfd): Depend upon all-libiberty.
16304
16305 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16306
16307 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16308
16309 * Makefile.in: Add libstub.
16310
16311 * configure.in: Ditto. Build libstub for targets that have cygmon
16312 support.
16313
16314 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16315
16316 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16317
16318 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16319
16320 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16321 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16322
16323 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16324
16325 * configure: Define DEFAULT_M4 by searching PATH.
16326 * Makfile.in: Use DEFAULT_M4.
16327
16328 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16329
16330 * ltconfig: Add cygwin32 support.
16331
16332 * Makefile.in, configure.in: Add libtool as a native only directory
16333 to configure and build.
16334
16335 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16336
16337 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16338
16339 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
16340
16341 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16342
16343 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16344
16345 * Makefile.in: add ash make rules
16346 * configure.in: add ash to native_only and host_tools lists
16347
16348 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16349
16350 * Makefile.in (all-gettext, all-intl): New targets.
16351 (ALL_MODULES): Added all-gettext, all-intl.
16352 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16353 (INSTALL_MODULES): Added install-gettext, install-intl.
16354 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16355
16356 * configure.in (host_tools): Added gettext.
16357 (native_only): Likewise.
16358 (noconfigdirs) [various cases]: Likewise.
16359 (host_libs): Added intl.
16360
16361 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16362
16363 * configure: Do not disable building gdbtk for cygwin32 hosts.
16364
16365 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16366
16367 * configure.in: Add thumb-coff target.
16368 * config.sub: Add thumb-coff target.
16369
16370 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16371
16372 * Makefile.in: Revert yesterday's change.
16373 (all-target-winsup): all-target-librx stays out of here.
16374
16375 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16376
16377 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16378 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16379 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16380 Remove references to librx and libg++.
16381
16382 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16383
16384 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16385 recursive makes
16386
16387 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16388
16389 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16390 for newlib directory.
16391 (CXX_FOR_TARGET): Likewise.
16392
16393 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16394
16395 * ltconfig: Update after libtool/ltconfig.in change for
16396 hpux11.
16397
16398 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16399
16400 * ltconfig, ltmain.sh: Update to libtool 1.2.
16401
16402 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16403
16404 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16405 (install-gcc-cross): Instead, override LANGUAGES here.
16406
16407 1998-03-18 Dave Love <d.love@dl.ac.uk>
16408
16409 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16410 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16411
16412 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16413
16414 * configure.in: Add Thumb-pe target.
16415
16416 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
16417
16418 * Makefile.in - changed sn targets to snavigator
16419 * configure.in - changed sn targets to snavigator
16420
16421 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16422
16423 * config-ml.in: After building symlink tree call make distclean
16424 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16425 to be the case for libiberty.
16426
16427 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16428
16429 * configure: When making link, also check the current
16430 directory. The configure scripts may create one.
16431
16432 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16433
16434 * config.sub: Accept alphapca56 and alphaev6 properly.
16435
16436 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16437
16438 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16439
16440 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16441
16442 * config.sub (sco5): Fix typo.
16443
16444 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16445
16446 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16447 install-itcl.
16448 (install-itcl): Remove dependency on install-tcl.
16449
16450 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16451
16452 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16453
16454 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16455
16456 * configure.in: Don't build libgui for a cygwin32 target when not on
16457 a cygwin32 host.
16458
16459 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16460
16461 * configure (redirect): Set to null, so default behavior of
16462 configure is now --verbose.
16463
16464 1998-02-16 Dave Love <d.love@dl.ac.uk>
16465
16466 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16467 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16468
16469 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16470
16471 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16472 this change to sync Makefile.in with its ChangeLog entries.
16473
16474 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16475
16476 * ltmain.sh (mkdir): Check that the directory doesn't exist
16477 before we exit with error, so that we don't get races during
16478 parallel builds.
16479
16480 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16481
16482 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16483
16484 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16485
16486 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16487 PICFLAG_FOR_TARGET.
16488 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16489
16490 * configure: Emit a definition for the new macro enable_shared
16491 into each Makefile.
16492
16493 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16494
16495 * configure.in (host_tools, native_only): Add libtool.
16496
16497 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16498
16499 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16500 Fix typo in ming config comment.
16501
16502 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16503
16504 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16505
16506 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16507
16508 * config.sub: Add tic30 cases, and map c30 to tic30.
16509
16510 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16511
16512 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16513 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16514 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16515 (CLEAN_TARGET_MODULES): Similarly
16516 (all-target-libf2c): Add dependences.
16517 * configure.in (target_libs): Add libf2c.
16518
16519 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16520
16521 * configure.in: Remove expect from noconfigdirs when target
16522 is cygwin32. OK to build expect and dejagnu with Canadian
16523 Cross.
16524
16525 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16526
16527 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16528 host.
16529
16530 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16531 and mingw32.
16532
16533 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16534
16535 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16536 here as it is not defined in the toplevel Makefile.
16537
16538 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16539
16540 * configure (package_makefile_rules_frag): New variable, which names
16541 a file with generic rules, ...
16542 Change comment to mention we now have FIVE parts.
16543 * configure: Undo last change.
16544
16545 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16546
16547 * config.guess: More accurate determination of HP processor types.
16548 * config.sub: More accurate determination of HP processor types.
16549
16550 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16551
16552 * configure (package_makefile_frag): Move inserting the
16553 ${package_makefile_frag} to where it should be according
16554 to the comment.
16555
16556 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16557
16558 * config.guess: Add support for Linux/ARM.
16559
16560 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16561
16562 * .cvsignore: Remove *-info and *-install since they match
16563 release-info and mpw-install, which we don't want to just ignore.
16564
16565 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16566
16567 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16568
16569 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16570
16571 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16572 local_prefix to sub-make invocations.
16573
16574 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16575
16576 * configure.in: Check makefile fragments in the source
16577 directory.
16578
16579 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16580
16581 * configure.in: Check whether host and target makefile
16582 fragments exist before adding them to *_makefile_frag.
16583
16584 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16585
16586 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16587
16588 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16589
16590 * configure.in: Make sure we only replace RPATH_ENVVAR on
16591 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16592 regexp to sed.
16593
16594 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16595 to sub-makes.
16596
16597 1998-01-13 Lee Iverson (leei@ai.sri.com)
16598
16599 * config-ml.in (multi-do): LDFLAGS must include multilib
16600 designator.
16601
16602 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
16603
16604 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16605
16606 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16607
16608 * config.sub: Add mingw32 support.
16609 * configure.in: Likewise.
16610
16611 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16612
16613 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16614
16615 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16616
16617 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16618 * configure (gxx_include_dir): Provide a definition for subdirs
16619 which do not use autoconf.
16620
16621 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16622
16623 * config.guess: Sync with egcs. Picks up new alpha support,
16624 BeOS & some additional linux support.
16625
16626 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16627
16628 * config.guess: HP 9000/803 is a PA1.1 machine.
16629
16630 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16631
16632 * configure.in: It's alpha*-...
16633
16634 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16635
16636 * configure.in (host_makefile_frag, target_makefile_frag):
16637 Handle multiple config files.
16638 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16639 alpha-*-*.
16640
16641 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16642
16643 * mkdep: New file.
16644
16645 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16646
16647 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16648
16649 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16650
16651 * Makefile.in: Add libgui directory.
16652 (GDB_TK): Add all-libgui.
16653 * configure.in: Add libgui directory.
16654 * configure: Add all-libgui to GDB_TK.
16655
16656 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16657
16658 * config-ml.in (multidirs): Add m32r to multilib list.
16659
16660 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16661
16662 * Makefile.in (all-target-gperf): Change dependency to
16663 all-target-libstdc++.
16664
16665 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16666
16667 * config.guess: Add BeOS support.
16668
16669 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16670
16671 Source directory cvs renamed to cvssrc:
16672 * configure.in (host_tools): Change cvs to cvssrc.
16673 (native_only): Likewise.
16674 (noconfigdirs) [various cases]: Likewise.
16675 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16676 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16677 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16678 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16679 (all-cvssrc): Rename target from all-cvs.
16680
16681 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16682
16683 * configure (gxx_include_dir): Fix thinko.
16684
16685 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16686
16687 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16688 (install-cross, install-gcc-cross): New targets.
16689
16690 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16691
16692 * configure.in (noconfigdirs): Add support for Thumb target.
16693
16694 * config.sub (maybe_os): Add support for Thumb target.
16695
16696 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16697
16698 * Makefile.in: Add rules for cygmon.
16699
16700 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16701
16702 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16703
16704 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16705 * configure (gxx_include_dir): Provide a definition for subdirs
16706 which do not use autoconf.
16707
16708 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16709
16710 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16711 11/18/97 build
16712
16713 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16714
16715 * From Franz Sirl.
16716 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16717 found on RedHat Linux systems.
16718
16719 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16720
16721 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16722 guesses.
16723
16724 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16725
16726 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16727
16728 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16729
16730 * ltmain.sh: If mkdir fails, check whether the directory was created
16731 anyhow by some other process.
16732
16733 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16734
16735 * configure.in (d30v-*-*): Configure all directories.
16736
16737 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16738
16739 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16740 for the D30V.
16741
16742 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16743
16744 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16745
16746 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16747
16748 * include/libiberty.h: Add extern "C" { so it can be used with C++
16749 progrms.
16750 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16751 programs.
16752
16753 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16754
16755 * configure.in (d30v-*-*): Configure GCC now.
16756
16757 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16758
16759 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16760 is no longer needed.
16761
16762 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16763
16764 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16765
16766 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16767
16768 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16769 targets using "$@" to provide support for similar but not identical
16770 targets without having to duplicate code.
16771
16772 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16773
16774 * makefile.vms: Fix to work with DEC C.
16775
16776 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16777
16778 * config.sub: Add mips-tx39-elf to marketing names.
16779
16780 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16781
16782 * ltmain.sh: Handle symlinks in generated script.
16783
16784 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16785
16786 * configure: Handle autoconf style directory options: --bindir,
16787 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16788 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16789 --sysconfdir.
16790 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16791 (sharedstatedir, localstatedir, oldincludedir): New variables.
16792 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16793 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16794 sbindir, sharedstatedir, and sysconfdir.
16795
16796 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16797
16798 * Makefile.in (bootstrap-lean): New target.
16799
16800 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16801
16802 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
16803 sn, and gnuserv from noconfigdirs.
16804
16805 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16806
16807 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16808
16809 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16810
16811 * Makefile.in (cross): New target.
16812
16813 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16814 Jeff Law <law@cygnus.com>
16815
16816 * Makefile.in (bootstrap2, bootstrap3): New targets.
16817 (all-bootstrap): Remove outdated and confusing target.
16818 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16819
16820 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16821
16822 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16823 windows. Consistent with gdb/configure.
16824
16825 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16826
16827 * configure.in: Name Linux target fragment.
16828
16829 * configure: Rewrite so that project Makefile fragment is inserted
16830 first and appears last in the resulting Makefile.
16831
16832 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16833
16834 * Makefile.in (install-itcl): Install tcl first.
16835
16836 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16837
16838 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16839
16840 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16841
16842 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16843
16844 * configure.in (skipdirs): Add target-librx for Linux.
16845 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16846
16847 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16848
16849 * Makefile.in (bootstrap): New target.
16850
16851 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16852
16853 * config.sub: Accept 'amigados' for backward compatibility.
16854
16855 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16856
16857 * config.guess: Merge with FSF.
16858
16859 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16860
16861 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16862
16863 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16864
16865 * config.sub: Add "marketing-names" patch.
16866
16867 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16868
16869 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16870
16871 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16872
16873 * config.sub: Handle v850-elf.
16874
16875 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
16876
16877 * .cvsignore (*-install): Remove.
16878
16879 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16880
16881 * ltconfig: Set CONFIG_SHELL in libtool.
16882 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16883
16884 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16885
16886 * configure.in (target_subdir): Set to libraries if enable_multilib.
16887
16888 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16889
16890 * config.guess: Update from gcc directory.
16891
16892 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16893
16894 * Makefile.in (all-sim): Depends on all-readline.
16895
16896 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16897
16898 * Makefile.in (BISON, YACC): Use $$s.
16899 (all-bison): Depend on all-texinfo.
16900
16901 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16902
16903 * Makefile.in (BISON): Add -L flag.
16904 (YACC): Likewise.
16905
16906 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16907
16908 * configure.in (noconfigdirs): Add support for v850e target.
16909
16910 * config.sub (maybe_os): Add support for v850e target.
16911
16912 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16913
16914 * configure.in (noconfigdirs): Add support for v850ea target.
16915
16916 * config.sub (maybe_os): Add support for v850ea target.
16917
16918 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16919
16920 * config.sub: Add mipstx39. Delete r3900.
16921
16922 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16923
16924 * Makefile.in (all-autoconf): Depends on all-texinfo.
16925
16926 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16927
16928 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16929 eabi targets.
16930
16931 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16932
16933 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16934
16935 * configure: When handling a Canadian Cross, handle YACC as well as
16936 BISON. Just set BISON to bison. When setting YACC, prefer bison.
16937 * Makefile.in (all-bison): Depend upon all-texinfo.
16938
16939 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16940
16941 * Makefile.in (BISON): bison, not byacc or bison -y.
16942 (YACC): bison -y or byacc or yacc.
16943 (various): Add *-bison as appropriate.
16944 (taz): No need to mess with BISON anymore.
16945
16946 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16947
16948 * configure: If OSTYPE matches *win32*, try to find a good value for
16949 CONFIG_SHELL.
16950
16951 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16952
16953 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16954 configure.in if it is present.
16955
16956 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16957
16958 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16959
16960 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16961
16962 * config.sub: Recognize `arc' cpu.
16963 * configure.in: Likewise.
16964 * config-ml.in: Likewise.
16965
16966 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16967
16968 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16969
16970 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16971
16972 * configure: Changed sed delimiter from ':' to '|' when
16973 attempting to substitute ${config_shell} for SHELL. On
16974 NT ${config_shell} may contain a ':' in it.
16975
16976 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16977
16978 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16979
16980 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16981
16982 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16983
16984 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16985
16986 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16987
16988 * ylwrap: If the program is a relative path, force it to be
16989 absolute.
16990
16991 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16992
16993 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16994
16995 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16996
16997 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16998 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16999 for libraries.
17000
17001 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
17002
17003 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
17004 separated by spaces.
17005
17006 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
17007
17008 * ylwrap: New file.
17009 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17010
17011 * ltmain.sh: Handle /bin/sh at start of install program.
17012
17013 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17014
17015 * ltconfig, ltmain.sh: New files, from libtool 1.0.
17016 * missing: New file, from automake 1.2.
17017
17018 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
17019
17020 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
17021 check-tk to CHECK_X11_MODULES.
17022
17023 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
17024
17025 * config.sub: Merge with FSF.
17026
17027 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
17028
17029 * config.guess: Merge with FSF.
17030
17031 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17032
17033 * configure: Treat msdosdjgpp like go32.
17034 * configure.in: Likewise. Don't remove gprof for go32.
17035
17036 * configure: Change Makefile.tem2 to Makefile.tm2.
17037
17038 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
17039
17040 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17041
17042 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17043
17044 * install-sh (chmodcmd): Set to null if the DST directory already
17045 exists. Same as Nov 11th change.
17046
17047 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17048
17049 * configure (GDB_TK): Needs itcl and tix.
17050
17051 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17052
17053 * config.guess: Update from FSF.
17054
17055 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17056
17057 * Makefile.in (GDB_TK): Depend on itcl and tix.
17058
17059 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17060
17061 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17062 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17063 (INSTALL_SCRIPT): New variable.
17064 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17065 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17066 to -x.
17067 * install-sh: Add support for -x option.
17068
17069 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17070
17071 * configure.in, Makefile.in: Treat tix like itcl.
17072
17073 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17074
17075 * Makefile.in (WINDRES): New variable.
17076 (WINDRES_FOR_TARGET): New variable.
17077 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17078 (EXTRA_HOST_FLAGS): Add WINDRES.
17079 (EXTRA_TARGET_FLAGS): Add WINDRES.
17080 (EXTRA_GCC_FLAGS): Add WINDRES.
17081 ($(DO_X)): Pass down WINDRES.
17082 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17083 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17084 DLLTOOL_FOR_TARGET.
17085
17086 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17087
17088 * configure.in: configure sim before gdb for win32-x-ppc
17089
17090 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17091
17092 Move gperf into the toplevel, from libg++.
17093 * configure.in (target_tools): Add target-gperf.
17094 (native_only): Add target-gperf.
17095 * Makefile.in (all-target-gperf): New target, depend on
17096 all-target-libg++.
17097 (configure-target-gperf): Empty rule.
17098 (ALL_TARGET_MODULES): Add all-target-gperf.
17099 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17100 (CHECK_TARGET_MODULES): Add check-target-gperf.
17101 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17102 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17103
17104 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
17105
17106 * config.sub (mn10200): Recognize new basic machine.
17107
17108 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17109
17110 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17111 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17112
17113 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17114
17115 * configure.in: If we're building mips-sgi-irix6* native, turn on
17116 ENABLE_MULTILIB and set TARGET_SUBDIR.
17117
17118 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17119
17120 * Makefile.in (all-sn): Depend on all-grep.
17121
17122 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17123
17124 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17125
17126 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17127 Makefile. From Jeff Makey <jeff@cts.com>.
17128 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17129
17130 * Makefile.in (DISTBISONFILES): Remove.
17131 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17132 $(DEFAULT_YACC).
17133
17134 * configure.in: Build itl, db, sn, etc., when building for native
17135 cygwin32.
17136
17137 * Makefile.in (LD): New variable.
17138 (EXTRA_HOST_FLAGS): Pass down LD.
17139 ($(DO_X)): Likewise.
17140
17141 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17142
17143 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17144
17145 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17146
17147 * configure.in (targargs): Strip out any supplied --build argument
17148 before adding our own. Always add --build.
17149
17150 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17151
17152 * configure.in (targargs): Pass --build if we're doing
17153 a cross-compile.
17154
17155 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17156
17157 * configure: Use '|' instead of ":" as the separator in
17158 sed. Otherwise sed chokes on NT path names with drive
17159 designators. Also look for "?:*" as the leading characters in an
17160 absolute pathname.
17161
17162 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17163
17164 * config.sub: Support for r3900.
17165
17166 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17167
17168 * configure.in: Use install-sh, not install.sh.
17169
17170 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17171
17172 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17173 apply it twice.
17174
17175 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17176
17177 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17178 install-binutils.
17179
17180 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17181
17182 * Makefile.in: Add automake targets.
17183 * configure.in (host_tools): Add automake.
17184
17185 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17186
17187 * configure: Default CXX to c++, not gcc.
17188 * Makefile.in (CXX): Set to c++, not gcc.
17189 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17190
17191 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17192
17193 * install-sh: try appending a .exe if source file doesn't
17194 exist
17195
17196 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17197
17198 * configure.in: Turn on multilib by default.
17199 (cross_only): Remove target-libiberty.
17200
17201 * Makefile.in (all-gcc): Don't depend on libiberty.
17202
17203 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17204
17205 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17206
17207 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17208
17209 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17210 (DISTBISONFILES): Add ld/Makefile.in
17211
17212 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17213
17214 * configure.in: if target is cygwin32 but host isn't cygwin32,
17215 don't configure gdb tcl tk expect, not just gdb.
17216
17217 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17218
17219 * configure.in: Added gnuserv everywhere sn appears.
17220
17221 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17222 (CROSS_CHECK_MODULES): Added check-gnuserv.
17223 (INSTALL_MODULES): Added install-gnuserv.
17224 (CLEAN_MODULES): Added clean-gnuserv.
17225 (all-gnuserv): New target.
17226
17227 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17228
17229 * config.guess: Fixes for MIPS OpenBSD systems.
17230
17231 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17232
17233 * Makefile.in (INSTALL_XFORM): Remove.
17234 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17235
17236 * mkinstalldirs: New file, copied from automake.
17237 * Makefile.in (installdirs): Rename from install-dirs. Use
17238 mkinstalldirs. Change all users.
17239 (DEVO_SUPPORT): Add mkinstalldirs.
17240
17241 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17242
17243 * install-sh: Rename from install.sh.
17244 * Makefile.in (INSTALL): Change install.sh to install-sh.
17245 (DEVO_SUPPORT): Likewise.
17246
17247 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17248 Graichen <graichen@rzpd.de>.
17249
17250 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17251
17252 * config.guess: Recognize OpenBSD systems correctly.
17253
17254 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17255
17256 * README, Makefile.in (ETC_SUPPORT): Remove references to
17257 cfg-paper*, configure.{texi,man,info*}._
17258
17259 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17260
17261 * Makefile.in (all.normal): Ensure that gcc is built after all
17262 the x11 - ie gdb - targets.
17263
17264 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17265
17266 * makefile.vms: Don't run conf-a-gas.
17267
17268 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17269
17270 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17271
17272 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17273
17274 * configure.in: Remove noconfigdirs case since gdb also
17275 configures and builds for tic80-coff.
17276
17277 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17278
17279 * configure: Set cache_file to config.cache.
17280 * Makefile.in (local-distclean): Remove config.cache.
17281
17282 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17283
17284 * COPYING: Update FSF address.
17285
17286 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17287
17288 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17289 noconfigdirs.
17290
17291 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17292
17293 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17294 MAKEDIRS, is empty.
17295
17296 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17297
17298 * config.sub: Tweak mn10300 entry.
17299
17300 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17301
17302 * configure.in (host_tools): Put sim before gdb, so gdb's
17303 configure.tgt can determine if the simulator was configured.
17304
17305 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17306
17307 * config.sub: Move BeOS $os case to be with other Cygnus
17308 local cases.
17309
17310 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17311
17312 * config.sub: Remove misplaced comment that broke Linux.
17313
17314 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17315
17316 * config.sub: Add BeOS support.
17317
17318 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17319
17320 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17321
17322 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17323
17324 * configure.in (noconfigdirs): Remove tcl and tk from
17325 noconfigdirs for cygwin32 builds.
17326
17327 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17328
17329 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17330
17331 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17332
17333 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17334 make-all.com, use makefile.vms instead.
17335
17336 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17337
17338 * config.sub: Accept -lnews*.
17339
17340 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17341
17342 * configure.in (noconfigdirs): Disable target-newlib,
17343 target-examples and target-libiberty for d30v.
17344
17345 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17346
17347 * configure.in (noconfigdirs): Enable ld for d30v.
17348
17349 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17350
17351 * configure.in (tic80-*-*): Build compiler.
17352
17353 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17354
17355 * configure.in (d30v-*): Remove sim directory from list of
17356 unsupported d30v directories
17357
17358 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17359
17360 * config.sub, configure.in: Add d30v target cpu.
17361
17362 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17363
17364 * makefile.vms: New file.
17365 * make-all.com: Remove.
17366
17367 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17368
17369 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17370
17371 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17372
17373 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17374
17375 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17376
17377 * Makefile.in (ALL_MODULES): Added all-db.
17378 (CROSS_CHECK_MODULES): Addec check-db.
17379 (INSTALL_MODULES): Added install-db.
17380 (CLEAN_MODULES): Added clean-db.
17381
17382 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17383
17384 * config.guess: Merge with latest FSF sources.
17385
17386 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17387
17388 * Makefile.in (ALL_MODULES): Added all-itcl.
17389 (CROSS_CHECK_MODULES): Added check-itcl.
17390 (INSTALL_MODULES): Added install-itcl.
17391 (CLEAN_MODULES): Added clean-itcl.
17392
17393 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17394
17395 * configure.in: build gdb for mn10200
17396
17397 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17398
17399 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17400
17401 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17402
17403 * configure.in (tic80-*-*): Turn off most targets right now.
17404
17405 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17406
17407 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17408 rather than the makeinfo program.
17409 (do-info): Depend upon all-texinfo.
17410
17411 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17412
17413 * configure.in: Remove uses of config/mh-linux.
17414
17415 * config.sub, config.guess: Merge with latest FSF sources.
17416
17417 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17418
17419 * config.sub (case $basic_machine): Add tic80 entries.
17420
17421 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17422
17423 * config.sub, config.guess: Merge with latest FSF sources.
17424
17425 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17426
17427 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17428 * mpw-config.in: Test for NewFolderRecursive.
17429 * mpw-install: Use symbolic name for startup filename.
17430 * mpw-README: Add various additional details.
17431
17432 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17433
17434 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17435
17436 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17437
17438 * configure.in: Do build gcc and the target libraries for
17439 the mn10200.
17440
17441 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17442
17443 * configure.in: don't avoid building gdb for mn10300 any more
17444 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17445 instead of single-quoting it.
17446
17447 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17448
17449 * configure.in: Don't use --with-stabs on IRIX 6.
17450
17451 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17452
17453 * configure.in (m32r): Build gdb, libg++ now.
17454
17455 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17456
17457 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17458 directories from noconfigdirs.
17459
17460 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17461
17462 * config.sub (basic_machine): added mips16 configuration
17463
17464 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17465
17466 * config.sub: Handle d10v-unknown.
17467
17468 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17469
17470 * config.sub: Handle v850-unknown.
17471
17472 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17473
17474 * Makefile.in: add findutils
17475 * configure.in: add findutils to list of host_tools
17476
17477 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17478
17479 * config.sub: Handle mn10200 and mn10300.
17480
17481 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17482
17483 * configure.in (d10v-*): Do not build librx.
17484
17485 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17486
17487 * configure.in (mn10300): Build everything except gdb & libgloss.
17488
17489 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17490
17491 * config.guess: Patch for Dansk Data Elektronik servers,
17492 from Niels Skou Olsen <nso@dde.dk>.
17493
17494 For ncr, use /bin/uname rather than uname, since GNU uname does not
17495 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17496
17497 Patch for MIPS R4000 running System V,
17498 from Eric S. Raymond <esr@snark.thyrsus.com>.
17499
17500 Fix thinko for nextstep.
17501
17502 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17503
17504 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17505 * config.guess: Guess mips-dec-mach_bsd4.3.
17506
17507 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17508 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17509 release numbers.
17510 * config.guess (mips-mips-riscos*): Emit just enough of the
17511 release number.
17512
17513 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17514 * config.guess (sparc-auspex-sunos*): Added.
17515 (f300-fujitsu-*): Added.
17516
17517 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17518 * config.guess: Recognize a Tadpole as a sparc.
17519
17520 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17521
17522 * config.guess: Don't assume that NextStep version is either 2 or
17523 3. NextStep 4 (aka OpenStep 4) has come out now.
17524
17525 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17526
17527 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17528 From Rik Faith <faith@cs.unc.edu>.
17529
17530 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17531
17532 * config.sub: Contributions from bug-gnu-utils to:
17533 Support plain "hppa" (no version given) architecture, reported by
17534 OpenStep.
17535 OpenBSD like NetBSD.
17536 LynxOs is not a hardware supplier.
17537
17538 * config.guess: Contributions from bug-gnu-utils to add support for:
17539 OpenBSD like NetBSD.
17540 Stratus systems.
17541 More Pyramid systems.
17542 i[n>4]86 Intel chips.
17543 M680[n>4]0 Motorola chips.
17544 Use unknown instead of lynx for hardware manufacturer.
17545
17546 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17547
17548 * install.sh (chmodcmd): Set to null if the DST directory already
17549 exists.
17550
17551 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17552
17553 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17554 not use mt-ppc target Makefile fragment any more.
17555
17556 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17557
17558 * configure.in (*-*-windows): Exclude everything but those dirs
17559 needed to build windows.
17560
17561 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17562
17563 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17564
17565 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17566
17567 * configure.in: Exclude mmalloc from i386-windows.
17568
17569 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17570
17571 * Undo my previous change.
17572
17573 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17574
17575 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17576 unconditionally.
17577 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17578
17579 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17580
17581 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17582 host to add it's own flags.
17583
17584 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17585
17586 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17587
17588 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17589
17590 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17591 (CXX_FOR_TARGET): Likewise.
17592 (GCC_FOR_TARGET): Define.
17593 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17594 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17595 CC_FOR_TARGET was specified on the command line.
17596 (MAKEOVERRIDES): Don't define.
17597
17598 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17599
17600 * configure.in (m32r): Fix spelling of libg++ libs.
17601
17602 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17603
17604 * config.sub (-apple*): Remove, now redundant.
17605
17606 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17607
17608 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17609
17610 * configure: Rework yesterday's sed script patch.
17611
17612 * config.sub: Merge with FSF.
17613
17614 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17615
17616 * config.guess: Merge from FSF.
17617
17618 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
17619 * config.guess: Use pc instead of unknown, for pc clone systems.
17620 Change linux to linux-gnu.
17621
17622 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17623 * config.guess: Avoid non-portable tr syntax.
17624
17625 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17626
17627 * test-build.mk (HOLES): Add "xargs" for gdb.
17628
17629 * configure: Avoid hpux10.20 sed bug.
17630
17631 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17632
17633 * configure.in: Add support for windows host
17634 (that is a build done under the Microsoft build environment).
17635
17636 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17637
17638 * Makefile.in: Replace all uses of srcroot with s, to shrink
17639 command line lengths.
17640
17641 Patches from Geoffrey Noer <noer@cygnus.com>:
17642 * configure.in: If configuring for newlib, pass --with-newlib to
17643 subdirectories.
17644 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17645 -Bnewlib/ and -Lwinsup to gcc.
17646 (CXX_FOR_TARGET): Likewise.
17647
17648 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17649
17650 * Makefile.in (ETC_SUPPORT): Add configure.
17651
17652 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17653
17654 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17655 host configuration file.
17656
17657 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17658
17659 * configure.in: Break mn10x00 support into separate
17660 mn10200 and mn10300 configurations.
17661 * config.sub: Likewise.
17662
17663 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17664
17665 * configure.in: Add lots of stuff to noconfigdirs for
17666 the mn10x00 targets.
17667
17668 * config.sub, configure.in: Add mn10x00 support.
17669
17670 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17671
17672 * make-all.com: Call conf-a-gas, not config-a-gas.
17673
17674 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17675
17676 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17677 targets.
17678
17679 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17680
17681 * mpw-README: Add much more detail for native PowerMac.
17682 * mpw-install: New file.
17683 * mpw-configure: Add --norecursion and --help options.
17684 * mpw-config.in: Translate readme and install files when
17685 copying to objdir.
17686 * mpw-build.in: Don't always depend on byacc and flex.
17687 (install-only-top): New action.
17688
17689 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17690
17691 * configure.in: You can now configure GDB for the v850.
17692
17693 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17694
17695 * configure.in (noconfigdirs): Don't configure any C++ dirs
17696 if targeting D10V.
17697
17698 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17699
17700 * config.sub: Recognize mips64vr5000.
17701
17702 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17703
17704 * configure.in: Use a single line for host_tools and native_only.
17705
17706 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17707
17708 * config.sub, configure.in: Add entries for m32r.
17709
17710 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17711
17712 * Makefile.in (inet-install): Don't run install-gzip.
17713
17714 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17715
17716 * configure.in: Don't config lots of things for *-*-windows*.
17717
17718 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17719
17720 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17721 (host_libs, host_tools): Copy from configure.in.
17722 * mpw-configure: Don't complain about directories not found.
17723
17724 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17725
17726 * configure.in (i[345]86): Recognize i686 for pentium pro.
17727 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17728 file.
17729
17730 * config.guess (i[345]86): Ditto.
17731
17732 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17733
17734 * configure.in (noconfigdirs): Removed gdb for D10V.
17735
17736 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
17737
17738 * configure.in: Remove ld, target-libio, target-libg++, and
17739 target-libstdc++ from noconfigdirs.
17740
17741 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17742
17743 * configure: Fix three locations where shell scripts were
17744 being run directly rather than with config_shell.
17745
17746 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17747
17748 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17749 * config.sub (basic_machine): Recognize v850.
17750
17751 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17752
17753 * mpw-configure: Handle multiple enable/disable options and
17754 pass them down recursively, handle -c and -s flags appropriately
17755 depending on choice of compiler, add escape mechanism for
17756 quoted arguments to gC.
17757
17758 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17759
17760 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17761 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17762 so that -mrelocatable-lib and -mno-eabi are used.
17763
17764 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17765 not support --print-multi-lib, don't abort.
17766
17767 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17768
17769 * make-all.com: Run config-a-gas.
17770 * setup.com: Don't copy subdirectory files around.
17771
17772 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17773
17774 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17775 target, it now compiles correctly.
17776
17777 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17778
17779 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17780
17781 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17782
17783 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17784
17785 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17786
17787 * configure.in (native_only): Add prms.
17788
17789 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17790
17791 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17792 (BINUTILS_SUPPORT_DIRS): Likewise.
17793
17794 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17795
17796 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17797 d10v support is added.
17798
17799 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17800
17801 * configure.in (d10v-*-*): New target.
17802
17803 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17804
17805 * config.guess (HP 9000/811): Recognize this as a PA1.1
17806 machine.
17807
17808 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17809
17810 * Makefile.in (do-tar-gz): New target, split out from tail end of
17811 taz target. Run each command separately, don't use pipes.
17812 (taz): Use it.
17813
17814 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17815
17816 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17817 * mpw-build.in: No builds should depend on building byacc or flex,
17818 they are assumed to be installed already.
17819
17820 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17821
17822 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17823 variable that CC_FOR_TARGET needs.
17824
17825 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17826
17827 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17828 options have changed since the last time the subdirectory was
17829 configured, and if it has, reconfigure.
17830 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17831 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17832
17833 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17834
17835 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17836 CLEAN_MODULES): Add bash.
17837 (all-bash): New target.
17838
17839 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17840
17841 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17842
17843 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17844
17845 * config.sub (basic_machine): Recognize d10v as a valid processor.
17846
17847 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17848
17849 * mpw-configure: Add support for --bindir.
17850 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17851
17852 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17853
17854 * configure.in: add bash, time, gawk to list of hosttools and things
17855 to only build for native toolchains
17856
17857 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17858
17859 * Makefile.in (docdir): Remove.
17860
17861 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17862
17863 * Makefile.in (datadir): Set to $(prefix)/share.
17864
17865 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17866
17867 * configure.in: build diff and patch for cygwin32-hosted
17868 toolchains.
17869
17870 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17871
17872 * config.sub: Accept -rtems*.
17873
17874 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17875
17876 * configure.in: enable dosrel for cygwin32-hosted builds,
17877 remove diff from the list of things not buildable
17878 via Canadian Cross
17879
17880 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17881
17882 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17883 don't get ". ".
17884
17885 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17886
17887 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17888
17889 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17890
17891 * Makefile.in (taz): Handle case where tex3patch didn't even get
17892 checked out. Also, if it was found, put the symlink in a new util
17893 subdirectory.
17894
17895 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17896
17897 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17898
17899 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17900
17901 * config.sub: Recognize -openvms.
17902 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17903 * make-all.com, setup.com: New files.
17904
17905 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17906
17907 * Makefile.in (taz): tex3patch moved to texinfo/util.
17908
17909 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17910
17911 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17912 * configure.in: remove make from disable-if-Can-Cross list
17913 enable gdb if ${host} and ${target} are cygwin32
17914
17915 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17916
17917 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17918 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17919
17920 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17921
17922 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17923 distinguish sysv/svr4/bsd variants.
17924 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17925
17926 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17927
17928 * configure.in: Added copyright notice.
17929 * move-if-change: Added copyright notice.
17930
17931 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17932
17933 * configure.in (powerpcle-*-solaris*): Until we get shared
17934 libraries working, don't build gdb, sim, make, tcl, tk, or
17935 expect.
17936
17937 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17938
17939 * config.guess: Merge with FSF:
17940
17941 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17942 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17943
17944 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17945 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17946
17947 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17948 * config.guess: Combine two OSF1 rules.
17949 Also recognize field test versions. From mjr@zk3.dec.com.
17950 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17951 because GNU uname does not support -p. From pmr@pajato.com.
17952
17953 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17954
17955 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17956
17957 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17958
17959 * mpw-README: Document GCCIncludes.
17960
17961 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17962
17963 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17964
17965 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17966
17967 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17968
17969 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17970
17971 * configure.in (*-*-cygwin32): Configure make.
17972
17973 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17974
17975 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17976
17977 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17978
17979 * Makefile.in (all-inet): Depend on all-perl.
17980
17981 * Makefile.in (inet-install): New target.
17982
17983 * Makefile.in (all-inet): Depend on all-tcl.
17984 (all-inet): Depend on all-send-pr.
17985
17986 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17987
17988 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17989 temporarily.
17990
17991 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17992
17993 * configure.in: Don't configure --with-gnu-ld on AIX.
17994
17995 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17996
17997 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17998
17999 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
18000
18001 * Makefile.in (ALL_MODULES): Added all-inet.
18002 (CROSS_CHECK_MODULES): Added check-inet.
18003 (INSTALL_MODULES): Added install-inet.
18004 (CLEAN_MODULES): Added clean-inet.
18005 (all-indent): New target.
18006
18007 * configure.in (host_tools): Added inet.
18008 (native_only): Added inet.
18009 (noconfigdirs): Added inet.
18010
18011 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
18012
18013 * configure.in: Don't configure libgloss if we are not configuring
18014 newlib.
18015
18016 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18017
18018 * configure.in: Don't configure libgloss for unsupported
18019 architectures.
18020
18021 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18022
18023 * Makefile.in (CLEAN_MODULES): Add clean-apache.
18024
18025 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
18026
18027 * Makefile.in (ALL_MODULES): Include all-apache.
18028 (CROSS_CHECK_MODULES): Include check-apache.
18029 (INSTALL_MODULES): Include install-apache.
18030 (all-apache): New target.
18031
18032 * configure.in: Added apache everywhere perl is seen.
18033
18034 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18035
18036 * Makefile.in: Add support for clean-{module} and
18037 clean-target-{module} rules.
18038
18039 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
18040
18041 * configure.in (*-*-ose) do not build libgloss.
18042
18043 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18044
18045 * config.guess (prep*:SunOS:5.*:*): Turn into
18046 powerpele-unknown-solaris2.
18047
18048 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18049
18050 * configure.in: Permit --enable-shared to specify a list of
18051 directories.
18052
18053 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18054
18055 * configure.in (host==solaris): Pass only the first word of $CC
18056 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18057
18058 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18059
18060 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18061
18062 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18063
18064 * Makefile.in (ALL_MODULES): Include all-perl.
18065 (CROSS_CHECK_MODULES): Include check-perl.
18066 (INSTALL_MODULES): Include install-perl.
18067 (ALL_X11_MODULES): Include all-guile.
18068 (CHECK_X11_MODULES): Include check-guile.
18069 (INSTALL_X11_MODULES): Include install-guile.
18070 (all-perl): New target.
18071 (all-guile): New target.
18072
18073 * configure.in (host_tools): Include perl and guile.
18074 (native_only): Include perl and guile.
18075 (noconfigdirs): Don't build guile and perl; no ports have been
18076 done.
18077
18078 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18079
18080 * configure (--enable-*): Handle quoted option lists such as
18081 --enable-sim-cflags='-g0 -O' better.
18082
18083 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18084
18085 * Makefile.in ({,inst}all-target): New rule so we can make and
18086 install all of the target directories easily.
18087
18088 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18089
18090 * configure.in: Add missing global flag in sed substitution when
18091 deleting `target-' from ${configdirs}.
18092
18093 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18094
18095 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18096 option.
18097
18098 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18099 config/mh-necv4.
18100
18101 * install.sh: Correct misspelling of transformbasename.
18102
18103 * config.guess: Recognize mips-*-sysv*.
18104
18105 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18106
18107 * config.sub: Recognize mon960.
18108
18109 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18110
18111 * configure: Restore Canadian Cross handling of BISON and LEX,
18112 removed in Feb 20 change.
18113
18114 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18115
18116 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18117 Mention make install. Remove the old copyright date as well the
18118 clumsy and rather pointless copyright on the README file.
18119
18120 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18121
18122 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18123 Makefile after running symlink-tree, then run `make distclean' to
18124 avoid clobbering any generated files in srcdir.
18125
18126 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18127
18128 * configure.in (m68k-*-netbsd*): Build everything now.
18129
18130 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18131
18132 * Makefile.in (taz): Fix quoting.
18133
18134 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18135
18136 * configure.in (sparclet-*-*): Build everything now.
18137
18138 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18139
18140 * configure.in (m68k-*-linux*): New host.
18141
18142 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18143
18144 * configure: Check for bison before byacc.
18145
18146 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18147
18148 * Makefile.in configure: Change the way LEX and BISON/YACC are
18149 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18150 searching PATH. These are used as fallbacks by Makefile.in if
18151 flex/bison/byacc aren't in objdir.
18152
18153 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18154
18155 * Makefile.in: Make everything which depends upon all-bfd also
18156 depend upon all-opcodes, in case --with-commonbfdlib is used.
18157
18158 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18159
18160 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18161 building NT native compilers on Unix.
18162
18163 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18164
18165 * configure.in: Don't get CC from the host Makefile fragment if we
18166 can find gcc in PATH, or if this is a Canadian Cross. Move the
18167 Solaris test for /usr/ucb/cc to the post target script, just after
18168 the compiler sanity test.
18169
18170 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18171
18172 * config.sub: Merge with FSF.
18173
18174 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18175
18176 * Makefile.in (RPATH_ENVVAR): New variable.
18177 (REALLY_SET_LIB_PATH): Use it.
18178 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18179
18180 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18181
18182 * config.sub, configure.in: Recognize sparclet cpu.
18183
18184 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18185
18186 * config.guess: Support m68k-cbm-sysv4.
18187
18188 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18189
18190 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18191 m68k-unknown-linuxaout from linker help string. Put quotes around
18192 $ld_help_string.
18193
18194 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18195
18196 * config.guess (powerpc-harris-powerunix): Add guess for port
18197 to new target.
18198
18199 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18200
18201 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18202
18203 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18204
18205 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18206 $(REALLY_SET_LIB_PATH) in Makefile.
18207 * Makefile.in (SET_LIB_PATH): New variable.
18208 (REALLY_SET_LIB_PATH): New variable.
18209 ($(DO_X)): Use $(SET_LIB_PATH).
18210 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18211 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18212 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18213 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18214 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18215 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18216 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18217 (install-dosrel): Likewise.
18218 (all-opcodes): Depend upon all-libiberty.
18219
18220 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18221
18222 * config.guess (*:CYGWIN*): New
18223
18224 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18225
18226 * Makefile.in (all-target-winsup): All all-target-libiberty.
18227
18228 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18229
18230 * configure.in (noconfigdirs): Add missing # in front of comment.
18231
18232 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18233
18234 * configure.in: add second pass to things added to noconfigdirs
18235 so *-gm-magic can exclude libgloss properly.
18236
18237 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18238
18239 * mpw-configure (extralibs_name, rez_name): Set correctly
18240 for MWC68K compiler.
18241
18242 * mpw-README: Add more info on the necessary build tools.
18243
18244 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18245
18246 * configure.in, config.sub: Recognize cygwin32.
18247
18248 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18249
18250 * config.guess, config.sub: Recognize A/UX.
18251
18252 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18253
18254 * config.sub: Merge with gcc/config.sub.
18255
18256 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18257
18258 * mpw-build.in (do-binutils): Add build of stamps.
18259
18260 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18261
18262 * config.sub: Add recognition for mips64vr4100*-* targets.
18263
18264 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18265
18266 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18267 Add creation of gconfigargs with `--enable-shared' turned on.
18268 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18269 ($(host)-stamp-stage3-configured): Likewise.
18270 (HOLES): Add chatr and ldd.
18271 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18272
18273 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18274
18275 * configure: Pass --nfp to recursive configures.
18276
18277 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18278
18279 * Makefile.in (DLLTOOL): New.
18280 (DLLTOOL_FOR_TARGET): New.
18281 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18282 (EXTRA_TARGET_FLAGS): Ditto.
18283 (EXTRA_GCC_FLAGS): Ditto.
18284 (CONFIGURE_TARGET_MODULES): Ditto.
18285 (DO_X): Ditto.
18286 * configure: Add DLLTOOL.
18287
18288 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18289
18290 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18291 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18292 mh-sco, since old workarounds no longer needed, and don't
18293 build ld, since libraries have weak symbols in COFF.
18294
18295 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18296
18297 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18298
18299 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18300
18301 * configure.in: Make sure that ${CC} can be used to compile an
18302 executable.
18303
18304 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18305
18306 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18307 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18308 nothing depending on whether gdbtk is being built.
18309
18310 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18311
18312 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18313
18314 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18315
18316 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18317 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18318
18319 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18320
18321 * config-ml.in: Add support for
18322 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18323 Simplify setting of multidirs from --disable-foo.
18324
18325 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18326
18327 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18328 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18329 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18330 non-empty, pass them on to the GCC make.
18331 (all-bootstrap): New rule that is like all-gcc, except it executes
18332 the GCC bootstrap rule instead of the GCC all rule.
18333
18334 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18335
18336 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18337
18338 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18339
18340 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18341 DG/UX support.
18342
18343 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18344
18345 * config.sub (i*86*) Change [345] to [3456]
18346
18347 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18348
18349 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18350 --with-gnu-ld=no.
18351
18352 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18353
18354 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18355 AIX multilibs get built.
18356
18357 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18358
18359 * configure.in (i386-win32): Don't build expect if we're not
18360 building the tcl subdir.
18361
18362 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18363
18364 * Makefile.in: (configure-target-examples, all-target-examples):
18365 New targets, configure and build example programs.
18366
18367 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18368
18369 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18370 use it as input to sedit the generated MPW makefile.
18371 * mpw-README: Add a suggestion about Gestalt.h.
18372
18373 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18374
18375 * config.sub: Accept *-*-ieee*.
18376
18377 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18378
18379 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18380 Ronald F. Guilmette <rfg@monkeys.com>.
18381
18382 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18383
18384 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18385 for powerpc-pe native.
18386 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18387 (target==powerpc-pe): duplicate i386-win32 entry.
18388
18389 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18390
18391 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18392 of vxworks, not just vxworks5.1.
18393
18394 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18395
18396 * mpw-configure: Add support for exec-prefix.
18397
18398 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18399
18400 * config.guess: Recognize HP model 816 machines as having
18401 a PA1.1 processor.
18402
18403 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18404
18405 * configure: Ignore new autoconf configure options.
18406
18407 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18408
18409 * config.guess: Recognize Pentium under SCO.
18410 From Robert Lipe <robertl@arnet.com>.
18411
18412 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18413
18414 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18415
18416 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18417
18418 * configure.in: Don't configure gas for alpha-dec-osf*.
18419
18420 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18421
18422 * configure.in: Default to --with-stabs for some targets for which
18423 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18424 i[345]86*-*-unixware*.
18425
18426 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18427
18428 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18429 rather than basing it on the target. Simplify handling of options
18430 controlling which directories to configure. Remove extraneous
18431 slash in multi-clean target.
18432
18433 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18434
18435 * config-ml.in: Prefix more variables with ml_ so they don't collide
18436 with configure's.
18437
18438 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18439
18440 * configure: Don't turn -v into --v.
18441
18442 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18443
18444 * configure.in (targargs): Fix typo.
18445
18446 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18447
18448 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18449
18450 * configure.in: Strip --host and --target options from
18451 CONFIG_ARGUMENTS, and always configure for --host only. Add
18452 --with-cross-host option when building with a cross-compiler.
18453 * configure: Canonicalize the arguments put into config.status by
18454 always using `=' for an option with an argument. Pass a presumed
18455 --host or --target explicitly.
18456
18457 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18458
18459 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18460 into general OS recognition case.
18461
18462 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18463
18464 * configure.in (target_configdirs): add target-winsup only
18465 for win32 target systems.
18466
18467 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18468
18469 * Makefile.in (all-target-libgloss): Depend upon
18470 configure-target-newlib, since when libgloss is built it looks to
18471 see if the newlib directory exists.
18472
18473 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18474
18475 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18476 cfg-ml-*.in.
18477
18478 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18479
18480 * configure: Handle LD and LD_FOR_TARGET when configuring a
18481 Canadian Cross.
18482
18483 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18484
18485 * configure.in (target_libs): add target-winsup.
18486 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18487 (target==ppcle-pe): remove ld from $noconfigdirs.
18488
18489 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18490
18491 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18492 Preserve relative path names in $srcdir. Build symlink tree if
18493 configuring cross target dir and srcdir=. (= no VPATH support).
18494 (configure-target-libg++): Depend on configure-target-librx.
18495 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18496 * config-ml.in: New file.
18497 * symlink-tree: New file.
18498 * configure: Ensure srcdir="." if that's what it is.
18499
18500 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18501
18502 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18503 includes and FLEX_SKELETON setting.
18504 * mpw-configure (--with-gnu-ld): New option, controls whether
18505 to use PPCLink or ld with PowerMac GCC.
18506 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18507 * mpw-config.in: Configure grez if targeting Mac.
18508
18509 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18510 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18511 just macos.
18512 * configure.in: Configure grez resource compiler if targeting Mac.
18513 * Makefile.in (all-grez, install-grez): New targets.
18514
18515 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18516
18517 * configure: CXX defaults to gcc, not g++. If we find
18518 gcc in the path, set CC to gcc -O2.
18519
18520 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18521
18522 * configure: Default ${build} correctly. Avoid picking up extra
18523 spaces when reading CC and CXX from Makefile. When doing a
18524 Canadian Cross, use plausible default values for numerous
18525 variables.
18526 * configure.in: When doing a Canadian Cross, don't try to
18527 configure tools whose configure script can't handle it.
18528
18529 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18530
18531 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18532
18533 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18534
18535 * configure: Remove dubious bug reporting address.
18536
18537 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18538
18539 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18540 configure script, run that instead of this directory's configure.
18541 In either case, print a message that we're configuring the sub-dir.
18542
18543 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18544
18545 * configure.in: Before checking for the existence of various files,
18546 use sed to filter out "target-".
18547
18548 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18549
18550 * Makefile.in (DO_X): Split rule to decrease command line length
18551 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18552 (Philippe De Muyter).
18553
18554 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18555
18556 * Makefile.in (all-patch): depend on all-libiberty.
18557
18558 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18559
18560 * configure.in: If the only directory in target_configdirs which
18561 actually exists is libiberty, then set target_configdirs to empty,
18562 to avoid trying to build a target libiberty in a gas or gdb
18563 distribution.
18564
18565 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18566
18567 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18568 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18569 systems.
18570
18571 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18572
18573 * configure.in (copy_dirs): Use sys-include instead of include
18574 for --with-headers option.
18575
18576 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18577
18578 * Makefile.in, configure.in: Make winsup builds work with
18579 new scheme.
18580
18581 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18582
18583 * configure.in: Build the linker on AIX.
18584
18585 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18586
18587 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18588 where needed.
18589
18590 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18591
18592 * Makefile.in (all-gcc): Fix typo.
18593
18594 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18595
18596 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18597
18598 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18599
18600 * configure.in: Rename libFOO to target-libFOO, and xiberty
18601 to target-xiberty, to provide more flexibility.
18602 (target_subdir): Define. Create if cross.
18603 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18604 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18605 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18606 check-libFOO -> check-target-libFOO, etc.
18607 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18608 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18609 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18610 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18611 allow ALL_GCC="" to only configure.
18612 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18613 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18614 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18615
18616 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18617
18618 * Makefile.in (taz): Build "info" in etc explicitly.
18619
18620 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18621
18622 * configure.in: Make sure that CC is undefined (as opposed to
18623 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18624 problem with autoconf trying to configure on a host without GCC.
18625
18626 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18627
18628 * mpw-configure: Set host alias from choice of host compiler,
18629 only use generic MPW Makefile sed if present, edit a file
18630 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18631 * mpw-README: Add problem notes about CW6 and CW7.
18632
18633 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18634
18635 * Makefile.in (taz): Use ";" instead of ";;".
18636
18637 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18638
18639 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18640 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18641 DISTDOCDIRS.
18642 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18643 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18644
18645 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18646
18647 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18648 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18649 Move bfd to DISTSTUFFDIRS.
18650
18651 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18652
18653 * Makefile.in (X11_LIB): Removed.
18654 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18655
18656 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18657
18658 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18659
18660 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18661 names.
18662
18663 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18664
18665 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18666
18667 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18668
18669 * configure.in (i[345]86-*-win32): Always build newlib.
18670 Don't configure cvs, autoconf or texinfo.
18671 * Makefile.in (LD_FOR_TARGET): New.
18672 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18673 Pass down LD_FOR_TARGET.
18674
18675 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18676
18677 * winsup: New directory.
18678 * Makefile.in: Build winsup.
18679 * configure.in: Winsup is configured when target is win32.
18680 Can only build win32 target GDB when native.
18681
18682 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18683
18684 * config.guess: Recognize HP model 819 machines as having
18685 a PA 1.1 processor.
18686
18687 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18688
18689 * configure: Fix sed loop which substitutes for CC and CXX to
18690 avoid bug found in various sed implementations.
18691
18692 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18693
18694 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18695 simulator. Use standard powerpc-*-eabi*.
18696
18697 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18698
18699 * configure.in: Stop putting gas and binutils in noconfigdirs for
18700 powerpc-*-aix* and rs6000-*-*.
18701
18702 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18703
18704 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18705 -mcall-aixdesc libraries.
18706
18707 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18708
18709 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18710
18711 * config.sub (arm | armel | armeb): Fix shell syntax.
18712
18713 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18714
18715 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18716 -msoft-float and -mcpu=common support.
18717 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18718 libraries.
18719
18720 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18721
18722 * configure.in: Allow configuration and build of emacs19 for the alpha.
18723
18724 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18725
18726 * configure.in (CC): Get ^CC, not just any old CC, from
18727 ${host_makefile_frag}.
18728
18729 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18730
18731 * configure.in (CC): Try to get CC from
18732 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18733
18734 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18735
18736 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18737 only if it exists in $(srcdir).
18738
18739 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18740
18741 * configure: If CC and CXX are not set in the environment, set
18742 them, based on either an existing Makefile or on searching for gcc
18743 in PATH. Substitute for CC and CXX in Makefile.
18744 * configure.in: Remove libm from target_libs. Separate
18745 target_configdirs from configdirs. If CC is not set in
18746 environment, try to get it from a host Makefile fragment. Rewrite
18747 changes of configdirs to use skipdirs instead. A few minor
18748 tweaks. Take directories out of target_configdirs as they are
18749 taken out of configdirs. Remove existing Makefile files from
18750 subdirectories. Substitute for TARGET_CONFIGDIRS and
18751 CONFIG_ARGUMENTS in Makefile.
18752 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18753 by configure.in.
18754 (CONFIG_ARGUMENTS): Likewise.
18755 (CONFIGURE_TARGET_MODULES): New variable.
18756 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18757 ($(CONFIGURE_TARGET_MODULES)): New target.
18758 (configure-libg++, configure-libio): New targets.
18759 (all-libg++): Depend upon configure-libg++.
18760 (all-libio): Depend upon configure-libio.
18761 (configure-libgloss, all-libgloss): New targets.
18762 (configure-libstdc++): New target.
18763 (all-libstdc++): Depend upon configure-libstdc++.
18764 (configure-librx, all-librx): New targets.
18765 (configure-newlib): New target.
18766 (all-newlib): Depend upon configure-newlib
18767 (configure-xiberty): New target.
18768 (all-xiberty): Depend upon configure-xiberty.
18769
18770 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18771
18772 * configure.in (host i[345]86-*-win32): Expand the
18773 noconfigdirs again.
18774
18775 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18776
18777 * mpw-configure: Fix sed command file name.
18778
18779 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18780
18781 * configure.in (host i[345]86-*-win32): Reduce the
18782 noconfigdirs again.
18783
18784 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18785
18786 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18787 or powerpc*-*-pe*, since they are not yet supported.
18788
18789 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18790
18791 Add PowerMac support and many other enhancements.
18792 * mpw-configure: New option --cc to select compiler to use,
18793 paste options set according to --cc into the generated
18794 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18795 if mpw-make.sed is present.
18796 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18797 add forward includes for PowerPC include files.
18798 * mpw-build.in: Build using Makefile.PPC if present.
18799 (do-byacc, etc): Remove separate version resource builds.
18800 (do-gas): Build "stamps" before "all".
18801 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18802 * mpw-README: Update to reflect --cc option, PowerMac support,
18803 and recently-reported compatibility problems.
18804
18805 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18806
18807 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18808 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18809 (--with-multilib-top): Pass to recursive invocations.
18810
18811 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18812
18813 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18814 v810-*-*.
18815
18816 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18817
18818 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18819 gdb, ld and opcodes on v810-*-*.
18820
18821 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18822
18823 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18824 (local-maintainer-clean): New target.
18825 (maintainer-clean): New target.
18826 (realclean): Just depend upon maintainer-clean.
18827
18828 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18829
18830 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18831
18832 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18833
18834 * configure.in: Build ld in mips*-*-bsd* case.
18835
18836 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18837
18838 * config.sub: Accept -lites* OS. From Ian Dall.
18839
18840 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18841
18842 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18843 targets.
18844
18845 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18846
18847 * configure.in: treat i386-win32 canadian cross the same as
18848 i386-go32 canadian cross.
18849
18850 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18851
18852 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18853 running under the simulator to build a reduced set of libraries.
18854 (powerpc-*-eabiaix): Add fine grained multilib support added to
18855 other powerpc targets yesterday.
18856
18857 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18858
18859 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18860 -disable-softfloat, -disable-relocatable, -disable-aix, and
18861 -disable-sysv to control which multilib libraries get built.
18862
18863 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18864
18865 * configure: Add Makefile.tem to list of files to remove in trap
18866 handler.
18867
18868 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18869
18870 * config.guess (*Linux*): Add missing "exit"s.
18871 Also, need specific check for alpha-unknown-linux (uses COFF).
18872
18873 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18874
18875 * config.guess: Merge with FSF:
18876
18877 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18878 * config.guess (AIX4): More robust release numbering discovery.
18879
18880 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18881 * config.guess (i386-sequent-ptx): Properly get version number.
18882
18883 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18884 * config.guess (mips:*:4*:UMIPS): New case.
18885
18886 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18887
18888 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18889 (i386-win32 host): Likewise. Don't build readline.
18890
18891 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18892
18893 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18894 SUPPORT_FILES to submakes.
18895
18896 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18897
18898 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18899 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18900 mpw-configure.
18901
18902 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18903
18904 * configure.in (appdirs): Use =, not ==, in test expression when
18905 trying to build the text to print in the warning message for
18906 Solaris users.
18907
18908 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18909
18910 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18911
18912 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18913
18914 * config.guess: Recognize lynx-2.3.
18915
18916 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18917
18918 * config.sub (z8ksim): Deleted
18919 (z8k-*-coff): New, this is the one true name of the target.
18920
18921 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18922
18923 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18924
18925 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18926
18927 * config.guess (*:Linux:*:*): First try asking the linker what the
18928 default object file format is (elf, aout, or coff). Then if this
18929 fails, try previous methods.
18930
18931 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18932
18933 * configure.in: Don't build newlib for *-*-vxworks5.1.
18934
18935 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18936
18937 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18938 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18939
18940 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18941
18942 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18943
18944 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18945
18946 * cfg-ml-com.in: New file.
18947 * cfg-ml-pos.in: New file.
18948
18949 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18950
18951 * COPYING.NEWLIB: Add HP free copyright to list.
18952
18953 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18954
18955 * config.sub: Recognize -eabi* for the system, not just -eabi.
18956
18957 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18958
18959 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18960 * config.sub, configure.in (win32): New target and host.
18961
18962 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18963
18964 * configure.in: Add i386-pe configuration.
18965
18966 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18967
18968 * mpw-build.in (install): Install GDB after LD.
18969
18970 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18971
18972 * mpw-config.in (elf/mips.h): Always forward-include, needed
18973 for GDB to build.
18974
18975 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18976
18977 * testsuite: New directory for customer acceptance and whole tool
18978 chain tests.
18979
18980 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18981
18982 * configure: If per-host line isn't found, but AC_OUTPUT is found
18983 and a configure script exists, run it instead.
18984
18985 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18986
18987 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18988
18989 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18990
18991 * configure: Set build_{cpu,vendor,os,alias} to host values when
18992 --build isn't specified.
18993
18994 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18995
18996 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18997 (FLAGS_TO_PASS): Pass them.
18998 (EXTRA_TARGET_FLAGS): Ditto.
18999
19000 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19001
19002 * Makefile.in (all-libg++): Depend on all-libstdc++.
19003
19004 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19005
19006 * configure.in (noconfigdirs): Enable all packages for
19007 i386-unknown-netbsd.
19008
19009 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
19010
19011 * configure.in (noconfigdirs): Don't configure tk for i386-go32
19012 hosted builds (DOS builds)
19013
19014 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19015
19016 Changes for ARM based on patches from Richard Earnshaw:
19017 * config.sub: Handle armeb and armel.
19018 * configure.in: Omit arm linker only for riscix.
19019
19020 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
19021
19022 * config.guess: Update from FSF.
19023
19024 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
19025
19026 * config.sub: Recognize powerpcle as the little endian variant of
19027 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
19028 powerpcle variant. Convert pentium into i586, not i486. Add p5
19029 alias for i586. Map new x86 variants p6, k5, nexgen into i586
19030 temporarily.
19031
19032 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
19033
19034 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19035
19036 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
19037
19038 * config.sub: Accept -lites* as a basic system type.
19039
19040 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
19041
19042 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19043 installed, and if so return linuxoldld as the system name.
19044
19045 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19046
19047 * config.guess: Add hppa1.1-hp-lites support.
19048
19049 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19050
19051 * configure.in: Don't build newlib for m68k-vxworks5.1.
19052
19053 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19054
19055 * configure.in (mips-sgi-irix6): Use mh-irix5.
19056
19057 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19058
19059 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19060
19061 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19062
19063 * test-build.mk: Enable building of shared libraries on IRIX 5 and
19064 OSF/1. Fix compiler flags.
19065 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19066
19067 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19068
19069 * configure.in: Recognize --with-newlib.
19070 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19071
19072 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19073
19074 * Makefile.in: move {all,check,install}-gdb from *_MODULES
19075 to *_X11_MODULES due to gdbtk needing X include files et al.
19076
19077 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19078
19079 Merge in support for Mac MPW as a host.
19080 (Old change descriptions retained for informational value.)
19081
19082 * mpw-config.in: Add generic include forwards for cpu-specific
19083 include files in aout and elf directories.
19084
19085 * mpw-configure: Added copyright.
19086 * mpw-config.in: Check for presence of required build tools.
19087 (target_libs): Add newlib.
19088 (target_tools): Add examples.
19089 (Read Me): Generate as "Read Me for MPW" instead.
19090 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19091 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19092 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19093
19094 * mpw-configure: Remove subdir-specific makefile hackery,
19095 delete mk.tmp after using it.
19096
19097 * mpw-build.in (all): Display start and end times.
19098
19099 * mpw-configure (host_canonical): Set.
19100 (target_cpu): Always add to makefiles.
19101 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19102 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19103 (mpw-mh-mpw): Look for in srcdir and srcroot.
19104 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19105
19106 * mpw-build.in: (install-only): New target.
19107
19108 * mpw-configure (host_alias, target_alias): Rename from hostalias
19109 and targetalias, add into generated Makefile.
19110 (mk.tmp): If present, add into generated Makefile.
19111 * mpw-build.in (all-gas): Build config.h first before gas proper.
19112
19113 * mpw-configure (config.status): Write only if changed.
19114 * mpw-config.in (readline): Configure it (not built, just used for
19115 definitions).
19116
19117 * mpw-config.in (elf/mips.h): Add a forward include.
19118
19119 * mpw-config.in: Forward-include most .h files in include into
19120 extra-include.
19121 (readline): Don't build.
19122 mpw-build.in (install): Install GDB.
19123
19124 * mpw-configure (prefix, mpw_prefix): Handle it.
19125 * mpw-config.in (mmalloc, readline): Don't configure.
19126 * mpw-build.in (thisscript): Rename to ThisScript.
19127 Use mpw-build instead of BuildProgram everywhere.
19128 (mmalloc, readline): Don't build.
19129 * mpw-README: New file, basic documentation about the MPW port.
19130
19131 * mpw-config.in: Use forward-include to create include files.
19132
19133 * mpw-configure: Add more things to the top of each configured
19134 Makefile, including contents of config/mpw-mh-mpw.
19135 * mpw-config.in (extra-include): Create this directory and fill it
19136 with Posix-like include files when configuring.
19137
19138 * config.sub (apple, mac, mpw): Add various aliases.
19139
19140 * mpw-build.in: New file, top-level build script fragment for MPW.
19141 * mpw-configure: New file, configure script for MPW.
19142 * mpw-config.in: New file, config fragment for MPW.
19143
19144 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19145
19146 * configure.in (host_libs): Remove glob, since it is gone from the
19147 sources.
19148
19149 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19150
19151 * Makefile.in: define empty GDB_NLM_DEPS var.
19152
19153 * configure.in(target_makefile_frag): use config/mt-netware
19154 for netware targets.
19155
19156 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19157
19158 * config.sub: Merge in recent FSF changes. Remove linux special
19159 cases.
19160
19161 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19162
19163 Revert this change:
19164
19165 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19166
19167 * build-all.mk: Use CC=cc -Xs on Solaris.
19168
19169 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19170
19171 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19172 stop using it.
19173 * Makefile.in: Nuke all references to glob subdirectory.
19174
19175 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19176
19177 * configure.in: Fix --enable-shared logic in per-host.
19178
19179 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19180
19181 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19182
19183 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19184
19185 * configure.in (noconfigdirs): Don't build gas on AIX, for
19186 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19187
19188 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19189
19190 * configure: Fix --cache-file to work if the file argument is a
19191 relative path.
19192
19193 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19194
19195 * configure: If the --cache-file is used, pass it down to
19196 configure in subdirectories.
19197
19198 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19199
19200 * config.sub: add vxworks29k configuration.
19201
19202 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19203
19204 * Makefile.in (taz): Do "diststuff" part quietly.
19205
19206 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19207
19208 * config.sub: Mini-merge with gcc/config.sub.
19209
19210 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19211
19212 * config.guess (IRIX): Sed - to _.
19213
19214 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19215
19216 * Makefile.in (source-vault, binary-vault): New targets.
19217
19218 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19219
19220 * config.sub: Recognize -eabi as a basic system type.
19221
19222 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19223
19224 * configure.in (enable_shared stuff): Fix typo.
19225
19226 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19227
19228 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19229
19230 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19231
19232 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19233
19234 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19235
19236 * configure.in (rs6000-*-*): Don't build gas.
19237
19238 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19239
19240 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19241 reduce command line length.
19242 (AS_FOR_TARGET): Check for as.new, not Makefile.
19243 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19244
19245 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19246
19247 * config.guess: Merge from FSF.
19248
19249 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19250
19251 * configure: Don't use $ when handling program_suffix.
19252
19253 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19254
19255 * configure.in: Configure tk for hppa/hpux.
19256
19257 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19258
19259 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19260
19261 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19262
19263 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19264 to LIBCXXFLAGS. Tests are better run without it.
19265
19266 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19267
19268 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19269
19270 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19271
19272 * configure.in (*-*-netware*): Don't configure xiberty.
19273
19274 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19275
19276 * configure.in: Remove tk from native_only list.
19277
19278 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19279
19280 * build-all.mk: Add mips-ncd-elf target to sun4 targets
19281 for special NCD build.
19282
19283 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19284
19285 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19286 makeall.bat, they're only useful for binutils snapshots.
19287 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19288 makeall.bat to specified SUPPORT_FILES.
19289
19290 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19291
19292 * build-all.mk: Add Ericsson targets to sun4 and solaris
19293 hosts. Add BNR's sun4 target to solaris host, so their
19294 build-from-source will be tested in-house first.
19295
19296 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19297
19298 * Makefile.in (LIBCFLAGS): New variable.
19299 (CFLAGS_FOR_TARGET): Ditto.
19300 (LIBCFLAGS_FOR_TARGET): Ditto.
19301 (LIBCXXFLAGS): Ditto.
19302 (CXXFLAGS_FOR_TARGET): Ditto.
19303 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19304 (BASE_FLAGS_TO_PASS): Pass them.
19305 (EXTRA_TARGET_FLAGS): Ditto.
19306
19307 * configure.in: Support --enable-shared.
19308
19309 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19310
19311 * configure.in (target_libs): Include libstdc++ again.
19312 * config.guess: Update from FSF (for FreeBSD).
19313
19314 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19315
19316 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19317 makeall.bat.
19318 (DISTDOCDIRS): Add `etc'.
19319 (ETC_SUPPORT_PFX): New variable.
19320 (taz): Include anything from etc starting with a word in
19321 ETC_SUPPORT_PFX.
19322
19323 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19324
19325 * config.sub: Update for recent FSF changes. Remove obsolete
19326 h8300hds entry. Add -windows* and -osx as basic os. Minor
19327 spacing changes.
19328
19329 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19330
19331 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19332
19333 * config.guess: Merge with FSF.
19334 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19335
19336 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19337
19338 * configure: Since the "trap 0" handler will override the exit
19339 status on many systems, only use it for "exit 1", and make it set
19340 a non-zero exit status; reset it before "exit 0". Also, check
19341 exit status of config.sub, and error out if it failed.
19342
19343 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19344
19345 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19346 and install libgloss.
19347
19348 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19349
19350 * Makefile.in (all-binutils): Depend upon all-byacc.
19351
19352 * configure.in: Don't build emacs on Irix 5.
19353
19354 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19355
19356 * configure.in (*-*-netware*): Add libio.
19357
19358 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19359
19360 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19361 (CHECK_TARGET_MODULES): Ditto.
19362 (INSTALL_TARGET_MODULES): Ditto.
19363 (TARGET_LIBS): Ditto.
19364 (all-libstdc++): Note dependencies.
19365
19366 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19367
19368 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19369
19370 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19371
19372 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19373 -fexternal-templates.
19374
19375 * configure.in (target_libs): Add libstdc++.
19376 (noconfigdirs): Add libstdc++ as appropriate.
19377
19378 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19379
19380 * config.guess: Update from FSF.
19381
19382 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19383
19384 * configure: Use ${config_shell} when running ${configsub}.
19385
19386 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19387
19388 * config.sub: No longer recognize h8300h.
19389
19390 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19391
19392 * config.sub: Remove extraneous differences between config.sub and
19393 gcc/config.sub.
19394
19395 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19396
19397 * Makefile.in (DISTSTUFFDIRS): Add gas.
19398
19399 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19400
19401 * COPYING.NEWLIB: New file.
19402
19403 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19404
19405 * config.guess (HP-UX): Patch from Harlan Stenn
19406 <harlan@landmark.com> to also emit release level.
19407
19408 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19409
19410 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19411
19412 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19413
19414 * config.sub: Merge nextstep cleanup from FSF.
19415
19416 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19417
19418 * configure.in (arm-*-*): Don't configure ld for this target.
19419
19420 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19421
19422 * configure.in (*-*-netware): don't configure libg++, libio,
19423 librx, or newlib.
19424
19425 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19426
19427 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19428 configure ld--it works, but it doesn't support shared libraries.
19429
19430 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19431
19432 * config.guess (*-unknown-freebsd*): Get rid of possible
19433 trailing "(Release)" in version string.
19434 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19435
19436 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19437
19438 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19439 Fix type: *-next-neststep -> *-next-nextstep.
19440
19441 * config.guess: Merge from FSF:
19442
19443 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19444
19445 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19446
19447 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19448
19449 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19450 instead of UNIX_SV for UnixWare 1.0).
19451
19452 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19453
19454 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19455 to make gdb/nlm/* build after the compiler and linker.
19456
19457 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19458
19459 * config.guess (netbsd, freebsd, linux): Accept any machine,
19460 not just i[34]86.
19461 (m68k-atari-sysv4): Relocate to match FSF version.
19462
19463 * config.guess: More merges from the FSF:
19464
19465 Add a space before function call or macro invocation.
19466
19467 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19468
19469 * config.guess: Add trap cmd to remove dummy.c and dummy when
19470 interrupted.
19471
19472 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19473
19474 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19475 (dummy): Redirect stderr from compilation of dummy.c.
19476
19477 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19478
19479 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19480
19481 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19482
19483 * configure: Accept and ignore --cache*, for compatibility with
19484 new autoconf.
19485
19486 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19487
19488 * config.guess: Merge from FSF:
19489
19490 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19491
19492 * config.guess (Pyramid*:OSx*:*:*): New case.
19493 (PATH): Add /.attbin at end for finding uname.
19494 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
19495
19496 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19497
19498 * config.guess (M88*:DolphinOS:*:*): New case.
19499
19500 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19501
19502 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19503 to select whether to use ELF or COFF.
19504
19505 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19506
19507 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19508
19509 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19510
19511 * config.guess: Guess the OS version for HPUX.
19512
19513 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19514
19515 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19516
19517 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19518
19519 * configure.in: Recognize --with-headers, --with-libs, and
19520 --without-newlib.
19521 * Makefile.in (all-xiberty): Depend upon all-ld.
19522
19523 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19524
19525 * configure.in: Change i[34]86 to i[345]86.
19526
19527 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19528
19529 * configure (version): A few more tweaks to help message.
19530
19531 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19532
19533 * Makefile.in: Remove (for now) librx as a host library,
19534 now that we're building it for target.
19535
19536 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19537
19538 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19539 (Karl Berry).
19540
19541 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19542
19543 * configure.in: Also configure librx.
19544
19545 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19546
19547 * Makefile.in: Update various rules to reflect that librx
19548 is now needed for libg++.
19549
19550 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19551
19552 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19553
19554 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19555
19556 * configure.in: Configure the examples directory.
19557
19558 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19559
19560 * configure: Simplify Jun 2 1994 change.
19561
19562 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19563
19564 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19565 /bin/gcc isn't good enough to build gcc.
19566
19567 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19568
19569 * Makefile.in (GDB_SUPPORT_FILES): Remove
19570 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19571 (gdb.tar.gz): Add new rule to use standard distribution building
19572 mechanism.
19573
19574 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19575
19576 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19577 Bill Cox <bill@cygnus.com>.
19578
19579 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19580
19581 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19582
19583 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19584
19585 * configure: Search current dir first in .gdbinit.
19586
19587 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19588
19589 * config.sub: Recognize freebsd (merged from gcc config.sub).
19590
19591 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19592
19593 * config.sub: Refer to NeXT's operating system as nextstep.
19594
19595 * config.sub (case $basic_machine): Re-order the cases, to match
19596 the order in the FSF version (which is mostly alphabethical).
19597 Merge in some additions and changes from the FSF.
19598
19599 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19600
19601 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19602 * config.sub: Recognize cxux7.
19603 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19604
19605 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19606
19607 * config.sub: Fix typo powerpc -> powerpc-*.
19608
19609 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19610
19611 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19612
19613 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19614 parallel with all-emacs and install-emacs). Top-level command
19615 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19616
19617 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19618
19619 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19620 $(relbindir)/make before doing ``make install'', and use
19621 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19622 installing over running make binary.
19623 ($(host)-stamp-stage3-installed): Likewise.
19624
19625 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19626
19627 * config.guess: Recognize Mach.
19628
19629 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19630
19631 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19632 see whether --exec-prefix was used.
19633
19634 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19635
19636 * README: Explicitly mention libg++/README. (Zoo's idea.)
19637
19638 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19639
19640 * Makefile.in: Add all-librx target similar to all-libproc.
19641
19642 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19643
19644 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19645 with post 1.2 uname bogosity.
19646
19647 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19648
19649 * configure: Remove temporary files on receipt of a signal.
19650
19651 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19652
19653 * configure: If there is a package_makefile_frag, remove
19654 ${subdir}/Makefile.tem after copying it in.
19655
19656 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19657
19658 * build_all.mk: support rs6000 lynx identifies itself as
19659 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19660 since /bin/gcc is too feeble to compile a modern gcc.
19661
19662 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19663
19664 * brought devo/test-build.mk update-to-date with progressive/
19665 test-build.mk. Add lynx targets and hppa flag info.
19666
19667 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19668
19669 * configure.in: Use mh-ncrsvr43. Patch from
19670 Tom McConnell <tmcconne@sedona.intel.com>.
19671
19672 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19673
19674 * config.guess (i386-unknown-bsdi): No longer need to
19675 check #if defined(__bsdi__) && defined(__i386__).
19676
19677 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19678
19679 * configure: Set program_transform_nameoption correctly.
19680
19681 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19682
19683 * brought build-all.mk update-to-date with progressive build-all.mk,
19684 added new targets and hppa info.
19685
19686 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19687
19688 * configure: If config.guess result is a prefix of the user
19689 specified target, assume a native build and use the user specified
19690 target as the host alias. Remove SunOS patch suffix removal hack.
19691 * configure.in: Remove SunOS patch suffix removal hack.
19692
19693 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19694 in NATIVE_CHECK_MODULES.
19695
19696 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19697
19698 * Makefile.in: Rename HOST_ONLY to NATIVE.
19699 * configure: Delete SunOs patch suffix from host_canonical
19700 and build_canonical variables that are prepended to Makefiles.
19701 * configure.in: Add comments for easier maintenance.
19702
19703 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19704
19705 * Makefile.in: Add all-libproc target similar to all-gui.
19706
19707 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19708
19709 * Makefile.in (CHECK_MODULES): split into
19710 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19711
19712 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19713
19714 * config.guess (i386-unknown-bsdi): New system to guess.
19715
19716 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19717
19718 * Makefile.in: Add all-gui target (but not yet build by "all").
19719
19720 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19721
19722 * config.sub: Move deletion of patch suffix from here...
19723 * configure.in: To here, at Ian's suggestion. The top-
19724 level scripts might need to know of a patch level.
19725
19726 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19727
19728 * config.sub: Strip off patch suffix so rtl is recognized
19729 as a sunos4.1.3 machine, even though it's been patched.
19730
19731 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19732
19733 * Makefile.in (INSTALL_LAST): Delete.
19734 (INSTALL_DOSREL): New.
19735
19736 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19737
19738 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19739 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19740 whether we pass down --with-gnu-ld anyhow.
19741
19742 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19743
19744 * Makefile.in (INSTALL_LAST): Change operation so it works
19745 on more flavors of make.
19746 * configure.in (go32): Don't build libg++ or libio.
19747
19748 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19749
19750 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19751 they can be overriden by templates.
19752
19753 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19754
19755 * configure.in (target==go32): Don't build gdb.
19756 * dosrel: New directory.
19757
19758 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19759
19760 * configure.in (host==go32): Configure dosrel too.
19761 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19762 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19763 be set by incoming names or templates.
19764 (INSTALL_LAST): New rule.
19765
19766 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19767
19768 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19769
19770 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19771
19772 * configure.in (appdirs): New variable. Currently empty, but will
19773 be used in gas distribution. If nonempty, lists a set of
19774 directories at least one of which must get configured, or top
19775 level configuration is considered to have failed.
19776 (rs6000-*-lynxos*): Use new file name.
19777
19778 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19779
19780 Eliminate XTRAFLAGS.
19781 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19782 newlib include files using -idirafter, and also use -nostdinc.
19783 (CXX_FOR_TARGET): Likewise.
19784 (XTRAFLAGS): Removed.
19785 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19786 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19787 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19788 ($(DO_X)): Don't pass down XTRAFLAGS.
19789
19790 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19791
19792 * configure.in (mips*-dec-bsd*): New target; do build linker.
19793 (mips*-*-bsd*): New target; don't build linker.
19794
19795 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19796
19797 * configure.in: support rs6000-*-lynxos* configuration.
19798 support sunos4 as a cross target.
19799
19800 * config.sub: look for lynx*, not lynx since the OS version may
19801 legitimately be part of the name.
19802
19803 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19804
19805 * configure.in (i[34]86-*-sco*): Move to be with other i386
19806 targets.
19807 (romp-*-*): New target. Skip various binary utilities.
19808 (vax-*-*): New target. Don't build newlib.
19809 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19810
19811 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19812
19813 * configure.in: Only set host_makefile_frag if config
19814 directory exists.
19815
19816 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19817
19818 * install.sh: If $dstdir exists, don't check whether each
19819 component does.
19820
19821 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19822
19823 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19824
19825 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19826
19827 * configure.in (*-*-lynxos*): Don't configure newlib for either
19828 native or cross Lynx.
19829
19830 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19831
19832 * config.sub (sparc64-elf): Fix os.
19833 (z8k): Remove duplicate.
19834
19835 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19836
19837 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19838 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19839
19840 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19841
19842 * configure: Make file links cleanly even if Lynx fails on
19843 an NFS symlink (at least fail cleanly).
19844
19845 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19846
19847 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19848 -XNh2000.
19849
19850 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19851
19852 * configure: Unknown options are fatal again.
19853
19854 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19855
19856 * configure: Ignore --x-includes and --x-libraries, for Autoconf
19857 compatibility.
19858
19859 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19860
19861 * build-all.mk: Add `clean' target.
19862
19863 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19864
19865 * config.guess: Add SINIX support.
19866 * configure.in: Add mips-*-sysv4* support.
19867
19868 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19869
19870 * build-all.mk: Document all useful targets.
19871 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19872 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19873
19874 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19875
19876 * configure: Support --silent, --quiet.
19877
19878 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19879
19880 * configure: Support --disable-FEATURE.
19881
19882 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19883
19884 * config.guess: Recognize NCR running SVR4.3.
19885
19886 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19887
19888 * config.guess: Make BSDI generate i386-unknown-bsd386.
19889 Patch from Paul Eggert <eggert@twinsun.com>.
19890
19891 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19892
19893 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19894
19895 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19896
19897 * configure: Make unrecognized options give nonfatal warnings
19898 instead of fatal errors, and pass them to any subdirectory
19899 configures in case they recognize them.
19900 Make --x equivalent to --with-x.
19901
19902 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19903
19904 * configure: Add --enable-* options. Clean up usage message and
19905 some comments.
19906
19907 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19908
19909 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19910
19911 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19912
19913 * configure.in (hppa*-*-*): Enable binutils.
19914
19915 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19916
19917 * config.sub: Recognize cisco.
19918
19919 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19920
19921 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19922
19923 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19924
19925 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19926 than one configuration name. Add comment.
19927
19928 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19929
19930 * config.guess: about target *-hitachi-hiuxwe2, fixed
19931 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19932 macro is incorrect.]
19933
19934 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19935
19936 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19937 than the "make ls" stuff which used to be here.
19938
19939 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19940
19941 * config.guess: Recognize i[34]86-unknown-freebsd.
19942 From Shawn M Carey <smcarey@rodan.syr.edu>.
19943
19944 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19945
19946 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19947
19948 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19949
19950 * config.guess: Check for ptx.
19951
19952 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19953
19954 * config.sub: Add os9k checking.
19955
19956 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19957
19958 * config.guess: Handle OSF1 running on HPPA processors
19959
19960 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19961
19962 * configure: If subdir configure fails, print out a message with
19963 subdirectory name, in case subdir's configure code didn't identify
19964 itself.
19965
19966 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19967
19968 * configure.in: Remove embedded newlines from configdirs.
19969 Avoid mismatches of substrings. Fix matching strings at end
19970 of configdirs.
19971
19972 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19973
19974 * config.guess: Add Lynx/rs6000 config support.
19975
19976 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19977
19978 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19979
19980 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19981
19982 * configure.in (hppa*-*-osf*): Treat this just like most other
19983 PA configurations (eg no binutils or ld).
19984 (hppa*-*-*elf*): These configurations have binutils and ld.
19985
19986 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19987
19988 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19989
19990 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19991
19992 * configure.in (rs6000-*-*): Build gas.
19993
19994 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19995
19996 * Makefile.in: Avoid bug in losing hpux sed.
19997
19998 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19999
20000 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20001 for GDB and GDB has been fixed to not need it.
20002
20003 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20004
20005 * config.guess: Recognize vax hosts.
20006
20007 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20008
20009 * configure (while loop): Don't use "break 2" inside case
20010 statement -- the case statement isn't an enclosing loop.
20011
20012 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20013
20014 * config.guess: Clean up NeXT support, to allow nextstep
20015 on Intel machines. Make OS be nextstep.
20016
20017 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
20018
20019 * config.guess: Add alternate forms for Convex.
20020
20021 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
20022
20023 * configure: Completely rewrite option processing. Take
20024 advantage of pattern-matching to avoid invoking test frequently.
20025 Also clean up host and target defaulting logic.
20026
20027 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20028
20029 * Makefile.in: Replace all occurrances of "rootme" with "r" and
20030 "$${rootme}" with "$$r", to increase the likelihood that the do-*
20031 commands (plus user environment) will fit SCO limits.
20032
20033 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20034
20035 * configure.in: Don't issue warnings about directories which are
20036 not being configured if -norecursion is set. Correct test for
20037 --with-gnu-as and --with-gnu-ld to not get confused by substring
20038 matches.
20039
20040 * configure.in: Don't build gas for alpha-dec-osf1*.
20041
20042 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
20043
20044 * configure: Back out Per's change of 12/19/1993. It changes the
20045 behavior of configure in unexpected and confusing ways.
20046
20047 Also, use different delim char when calculating
20048 program_transform_name so that the name can contain slashes.
20049
20050 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20051
20052 * configure.in, config.sub: Add support for VSTa micro-kernel.
20053
20054 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20055
20056 * configure.in: Nuke hacks which were used to get a special
20057 version of GAS for HPPA configurations.
20058
20059 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20060
20061 * configure: If only ${target_alias} is given, use that
20062 as the default for ${host_alias}.
20063 * configure: Add missing back-slashes before nested quotes.
20064
20065 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20066
20067 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20068
20069 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20070
20071 * config.guess: Recognize some Tektronix configurations.
20072 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20073
20074 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20075
20076 * config.sub: Match any flavor of SH.
20077
20078 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20079
20080 * configure.in: Don't try to configure newlib for Alpha.
20081
20082 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20083
20084 * configure.in: Don't build ld for Irix 5. Don't build gas,
20085 libg++ or libio for any Alpha target.
20086
20087 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20088
20089 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20090
20091 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20092 default arguments -- so it tried to compress itself.
20093
20094 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20095
20096 * configure.in (notsupp): ensure that a space is always at the end
20097 of the configdirs list, since the grep checks for an explicit space
20098
20099 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20100
20101 * configure.in (target i386-sysv4.2): don't build ld, since static
20102 versions of many libraries are not available.
20103
20104 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20105
20106 * config.guess: Recognize Apollos (using environment variables).
20107 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20108
20109 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20110
20111 * config.guess: Recognize Sony news mips running newsos.
20112
20113 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20114
20115 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20116 "fi ; else" for bash.
20117
20118 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20119
20120 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20121
20122 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20123
20124 * config.sub: accept unixware as an alias for svr4.2.
20125 Fix some inconsistancies with the gcc version.
20126
20127 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20128
20129 * Makefile.in (DISTDOCDIRS): Add gdb.
20130
20131 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20132
20133 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20134
20135 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20136
20137 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20138 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20139 this now.
20140
20141 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20142
20143 * config.sub: Accept hiux* as an OS name.
20144
20145 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20146 etc/make-stds.texi. The underscore came from gcc, and dje now
20147 agrees that RUNTESTFLAGS is the correct name.
20148
20149 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20150
20151 * install.sh: Remove 'set -e'. It makes any conditionals
20152 in the script useless.
20153
20154 * config.guess: Automatically recognize arm-acorn-riscix
20155 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20156
20157 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20158
20159 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20160
20161 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20162
20163 * Makefile.in (DISTDOCDIRS): New variable.
20164 (taz): Edit local Makefile.in sooner, instead of proto-toplev
20165 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
20166
20167 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20168
20169 * configure.in (hppa target): check the source directory for the
20170 pagas sub-directory
20171
20172 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20173
20174 * config.sub: Allow -aout* and -elf*.
20175
20176 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20177
20178 * configure.in: Don't build ld on i386-solaris2, same as for
20179 sparc-solaris2.
20180
20181 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20182
20183 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20184
20185 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20186
20187 * configure.in: Configure gdb for alpha.
20188
20189 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20190
20191 * Makefile.in (CXXFLAGS): Add -O.
20192
20193 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20194
20195 * config.guess: added support for DG Aviion
20196
20197 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20198
20199 * configure.in: Produce warning message for subdirectories not
20200 configurable for this host/target combination. Don't try to
20201 configure gdb for vms.
20202
20203 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20204
20205 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20206 appropriate files before making "diststuff".
20207 (DISTBISONFILES): New var: list of files to be edited.
20208 (DISTSTUFFDIRS): Add binutils.
20209
20210 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20211
20212 * config.sub: also handle mipsel and mips64el (for little endian mips)
20213
20214 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20215
20216 * configure.in: Add * to end of all OS names.
20217
20218 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20219
20220 * configure.in: Build newlib for LynxOS native.
20221
20222 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20223
20224 * config.guess: Add support for delta 88k running SVR3.
20225
20226 * configure.in: Add comment about HP compiler vs. emacs.
20227
20228 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20229
20230 * configure.in: don't build ld on solaris2 (not a viable option
20231 due to bugs in getpwnam & getpwuid)
20232
20233 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20234
20235 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20236 config.guess will produce a full version number.
20237
20238 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20239
20240 * configure.in: Build linker and binutils for alpha-dec-osf1.
20241
20242 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20243
20244 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20245 and gdb/testsuite/Makefile.in.
20246
20247 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20248
20249 * configure.in: recognize mips*- instead of mips-
20250
20251 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20252
20253 * config.sub: Accept linux*coff and linux*elf as operating
20254 systems.
20255
20256 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20257
20258 * config.sub: Recognize mips64, and mips3 as an alias for it.
20259
20260 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20261
20262 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20263 gdb knows how to handle OSF/1 shared libraries.
20264
20265 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20266
20267 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20268 * config.guess: Recognize Hitachi's HIUX.
20269 * config.sub: Recognize h3050r* and hppahitachi.
20270 Remove redundant cases for hp9k[23]*.
20271
20272 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20273
20274 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20275 if gas and ld are in the source tree and are in ${configdirs}.
20276 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20277 --with options (but still pass them down on the command line,
20278 if they were explicitly specified).
20279
20280 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20281
20282 * configure: substitute SHELL value in Makefile.in with
20283 ${CONFIG_SHELL}
20284
20285 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20286
20287 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20288 *-*-solaris2* targets.
20289
20290 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20291
20292 * Makefile.in: define M4, and pass it down to sub-makes;
20293 all-autoconf now depends on all-m4
20294
20295 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20296
20297 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20298 presence of {ar,ranlib} instead of a configured directory
20299
20300 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20301
20302 * config.guess: Accept 34?? as well as 33?? for NCR.
20303
20304 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20305
20306 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20307 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20308
20309 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20310
20311 * configure: grab values for $(CC) and $(CXX) from the
20312 environment, so that someone can do "CC=gcc configure; make" and
20313 have it work right (matching the way that autoconf works now)
20314
20315 * configure.in, Makefile.in: add support for gash, the tcl
20316 interface to Galaxy
20317
20318 * config.guess: add NetBSD variants (hp300, x86)
20319
20320 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20321
20322 * install.sh: Support -d option (in the manner of SunOS 4 install,
20323 as it is more deterministic than that of GNU install)
20324 (chmodcmd): Set file to mode 755 by default (should also do default
20325 chgrp and chown, but I don't feel like dealing with that now)
20326
20327 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20328
20329 * config.sub: Remove h8300hhms alias.
20330
20331 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20332
20333 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20334
20335 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20336
20337 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20338 as stmp-fixinc
20339
20340 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20341
20342 * config.sub: recognize m88110-bug-coff.
20343
20344 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20345
20346 * Makefile.in (all-libio): all dependencies on the toolchain used
20347 to build this (gcc, gas, ld, etc)
20348
20349 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20350
20351 * config.guess: Deal with OSF/1 1.3 on alpha.
20352
20353 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20354
20355 * install.sh: add some 'else true' clauses for portability
20356
20357 * configure.in: don't build libio for h8[35]00-*-* targets
20358
20359 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20360
20361 * Makefile.in: Add support for new libio.
20362
20363 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20364
20365 * install.sh: If one command fails, don't try the rest. Don't try
20366 to remove $dsttmp (via trap) unless we have already created it.
20367 If $src doesn't exist, detect it and exit with an error.
20368
20369 * config.guess: Recognize BSD on hp300.
20370
20371 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20372
20373 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20374 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20375
20376 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20377
20378 * Makefile.in (all-send-pr): depends on all-prms
20379
20380 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20381
20382 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20383
20384 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20385
20386 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20387 Added test for mips-mips-riscos5.
20388
20389 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20390
20391 * configure.in: use mh-hp300 for 68k HP hosts
20392
20393 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20394
20395 * configure: add support for CONFIG_SHELL, so that you can use
20396 some alternate shell for evaluating configure scripts
20397
20398 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20399
20400 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20401 in configure script to bug-gdb@prep.ai.mit.edu when building
20402 distribution archive.
20403 * Makefile.in (COMPRESS): Remove def.
20404 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20405 gdb.tar.Z and make-gdb.tar.Z respectively.
20406 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20407 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20408 to convergence with 'taz' target in Makefile.in.
20409
20410 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20411
20412 * install.sh (dsttmp): use trap to ensure that tmp files go
20413 away on error conditions
20414
20415 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20416
20417 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20418
20419 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20420
20421 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20422 its parent is '/' not ''.
20423
20424 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20425
20426 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20427
20428 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20429 that ${newsrcdir}/configure.in does.
20430
20431 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20432
20433 * test-build.mk: support for CONFIG_SHELL
20434
20435 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20436
20437 * config.sub (netware): Add as a basic system type.
20438
20439 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20440
20441 * Makefile.in (Makefile): depend on configure.in. Also drop the
20442 $(srcdir)/ from the dependency on Makefile.in.
20443
20444 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20445
20446 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20447 (h8300hhms is temporary until multi-libraries are implemented).
20448 * configure.in: Handle h8300h too.
20449
20450 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20451
20452 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20453
20454 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20455
20456 * configure: Remove extraneous output when guessing host type.
20457 * config.guess: Remove extraneous output when guessing using C
20458 compiler rather than uname, or when guessing fails.
20459
20460 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20461
20462 * Makefile.in: remove all.cross and install.cross targets
20463
20464 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20465 definitions
20466
20467 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20468
20469 * configure.in (target sh): Build gprof.
20470
20471 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20472
20473 * config.sub: change -solaris to -solaris2
20474
20475 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20476
20477 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20478
20479 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20480
20481 * configure: Correct error message for missing Makefile.in to
20482 print correct directory.
20483
20484 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20485
20486 * install.sh: kludge around 386BSD shell bug
20487
20488 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20489
20490 * config.guess: Recognize NeXT.
20491 * config.guess: Recognize i486-ncr-sysv4.
20492 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20493
20494 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20495
20496 * Makefile.in (MAKEINFOFLAGS): New variable.
20497 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20498 * build-all.mk, test-build.mk: Pass down --no-split as
20499 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20500
20501 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20502
20503 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20504
20505 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20506
20507 * Makefile.in (libg++.tar.z): New rule.
20508 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20509 * Makefile.in (taz): Only do a single chmod.
20510
20511 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20512
20513 * install.sh: don't use dirname anymore (replaced with sed usage)
20514
20515 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20516
20517 * Makefile.in: Change extension for gzip'd files from '.z' to
20518 '.gz' per new FSF standard usage.
20519
20520 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20521
20522 * configure: put quotes around the final value of program_transform_name
20523
20524 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20525
20526 * Makefile.in: new install.sh support; update install-info rules
20527
20528 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20529
20530 * configure.in: Build diff for crosses, but not for go32 host.
20531
20532 * configure.in: Build gprof only for native, and don't build it
20533 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20534
20535 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20536
20537 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20538
20539 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20540
20541 * configure.in (host_tools): Add prms.
20542
20543 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20544
20545 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20546 with $(FLAGS_TO_PASS) on the command line
20547
20548 * config.sub: Recognize lynx and lynxos
20549
20550 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20551
20552 * config.sub: Accept -ecoff*, not just -ecoff.
20553
20554 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20555
20556 * Makefile.in (taz): Use .gz suffix instead of .z.
20557 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20558 names.
20559
20560 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20561
20562 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20563
20564 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20565
20566 * Makefile.in (install-no-fixedincludes): install gcc last, so
20567 that rebuilds that might happen during 'make install' don't get
20568 bogus gcc include files
20569
20570 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20571
20572 Change from Utah for HPPA support:
20573 * config.guess: Recognize hppa1.x-hp-bsd.
20574
20575 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20576
20577 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20578 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20579
20580 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20581
20582 * config.sub: Add support for rom68k and bug boot monitors.
20583
20584 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20585
20586 * Makefile.in: Make all-opcodes depend on all-bfd.
20587
20588 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20589
20590 * config.guess: Added special check for i[34]86-univel-sysv4*.
20591
20592 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20593
20594 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20595 the processor rather than assuming i486.
20596
20597 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20598
20599 * config.guess: Recognize SunOS6 as Solaris3.
20600
20601 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20602
20603 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20604 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20605
20606 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20607
20608 * build-all.mk (all-cross): New target for Canadian Cross.
20609 Added Q2 go32 targets.
20610 * test-build.mk: Configure go32 cross sparclite-aout and
20611 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20612 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20613
20614 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20615
20616 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20617 GO32 hosted toolchains
20618
20619 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20620
20621 * configure: change so "-exec-prefix" gets passed down rather
20622 than "-exec_prefix" so autoconf generated Makefiles get the
20623 exec_prefix set right.
20624
20625 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20626
20627 * config.guess: get the Solaris2 minor version number
20628
20629 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20630
20631 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20632
20633 * config.guess: Recognize some Sequent platforms.
20634
20635 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20636
20637 * Makefile.in: added the vault-install target
20638
20639 * configure.in: actually use the Sun3 makefile fragment that's in
20640 config, also added the release dir to configdirs
20641
20642 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20643
20644 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20645
20646 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20647
20648 * configure.in: remove some program from Alpha targetted toolchains
20649
20650 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20651
20652 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20653 gprof.
20654 (taz): Run "make diststuff" in those directories instead of "make
20655 proto-dir". Look for "VERSION=" only at start of line in subdir
20656 Makefile. Use "gzip -9" for compression.
20657 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20658 (binutils.tar.z): New target.
20659
20660 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20661
20662 * Makefile.in (taz): Include gpl.texinfo.
20663
20664 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20665
20666 * Makefile.in (setup-dirs): Merged into "taz" target.
20667 (taz): Only do `proto-dir' stuff if a directory is actually needed
20668 for this target.
20669
20670 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20671
20672 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20673 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20674 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20675 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20676 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20677
20678 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20679
20680 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20681 config.sub, and move-if-change to gdb testsuite distribution
20682 archive, so the testsuite can be extracted, configured, and
20683 run separately from the gdb distribution. Blow away the Chill
20684 tests that require a Chill compiled executable, since GNU Chill
20685 is not yet publically available.
20686
20687 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20688
20689 * test-build.mk: set environment variables in a single command,
20690 instead of a list of assignments and exports
20691
20692 * config.guess: recognize Alpha/OSF1 systems
20693
20694 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20695
20696 * configure: Change help message to prefer --options rather than
20697 -options.
20698
20699 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20700
20701 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20702 zippy@ecst.csuchico.edu.
20703 * config.guess: Recognize miniframe.
20704
20705 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20706
20707 * Makefile.in: Use srcroot to find runtest rather than rootme.
20708 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20709
20710 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20711
20712 * test-build.mk: Extensive additions to support building on a
20713 machine other than the host.
20714
20715 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20716
20717 * configure (tooldir): Fix for i386-aix again.
20718
20719 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20720
20721 * configure, Makefile.in: Change definition of $(tooldir)
20722 to match the FSF.
20723
20724 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20725
20726 * config.guess: Recognize i[34]86/SVR4.
20727
20728 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20729
20730 * Makefile.in (all-gdb): gdb depends on sim.
20731
20732 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20733
20734 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20735 at the same time we make the prototype gdb directory.
20736 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20737 files at the same time as the gdb base release distribution.
20738
20739 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20740
20741 * Makefile.in (check): Use individual check targets rather than
20742 DO_X rule.
20743 (check-gcc): Added.
20744
20745 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20746
20747 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20748 for System V release 3.2.
20749
20750 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20751
20752 * config.sub: Recognize hppaosf.
20753 * configure.in: Do configure ld/binutils/gas for it.
20754
20755 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20756
20757 * configure (tooldir): Alter syntax used to set this, for systems
20758 where "\$" isn't handled right, like i386-aix.
20759
20760 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20761
20762 * configure: Pass program-transform-name, not
20763 program_transform_name, to recursive configures.
20764
20765 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20766
20767 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20768 of gas+ld+binutils.
20769
20770 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20771
20772 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20773
20774 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20775
20776 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20777
20778 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20779
20780 * Makefile.in (PRMS): Set back to all-prms.
20781
20782 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20783
20784 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20785 targets, rather than for MIPS hosts.
20786
20787 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20788
20789 * configure.in: add comment for --with-x default values
20790
20791 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20792
20793 * Makefile.in: add check-* targets for each of the directories in
20794 the tree. Add a definition of RUNTEST that will use the one we
20795 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20796
20797 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20798
20799 * configure.in: Removed obsolete references to bfd_target and
20800 target_makefile_frag.
20801
20802 * build-all.mk: Set assorted targets for Q2.
20803 * config.sub: Recognize z8k-sim and h8300-hms.
20804 * test-build.mk: Really don't pass host to configure.
20805 (HOLES): Added uname.
20806
20807 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20808
20809 * configure: Handle an empty program-prefix, program-suffix or
20810 program-transform-name correctly.
20811
20812 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20813
20814 * build-all.mk: -G 8 no longer required for MIPS targets.
20815 * test-build.mk: Don't pass host argument to configure; make it
20816 guess.
20817
20818 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20819
20820 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20821 * Makefile.in (COMPRESS): New macro, like GZIP.
20822
20823 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20824
20825 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20826
20827 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20828 with gas currently defaults to -G 0.
20829
20830 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20831
20832 * Makefile.in (all-flex): flex depends on byacc.
20833
20834 * build-all.mk: If host not specified, use config.guess. Pass TAG
20835 to test-build.mk as RELEASE_TAG.
20836 * test-build.mk (configargs): New variable containing arguments to
20837 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20838 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20839
20840 * config.guess: Use /bin/uname when checking -X argument on SCO,
20841 to avoid invoking GNU uname which doesn't understand -X.
20842
20843 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20844
20845 * configure.in: Build gas for mips-*-*.
20846
20847 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20848
20849 * Makefile.in (all.normal): insert missing backslash.
20850
20851 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20852
20853 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20854
20855 * Makefile.in: Complete overhaul to merge many almost identical
20856 targets.
20857
20858 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20859
20860 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20861 (gdb.tar.Z): Adjusted.
20862
20863 * Makefile.in (setup-dirs, taz): New targets; should be general
20864 enough to adapt for gdb sometime. Build only .z file.
20865 (gas.tar.z): New target.
20866
20867 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20868
20869 * build-all.mk: Use CC=cc -Xs on Solaris.
20870
20871 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20872
20873 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20874 for handling BISON for FSF releases.
20875
20876 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20877
20878 * configure: Actually implement the change zoo just documented.
20879
20880 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20881
20882 * configure: when using config.guess, only set target_alias when
20883 it's not already been set (ie, on the command line)
20884
20885 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20886
20887 * Makefile.in: add installcheck target, set PRMS to install-prms
20888
20889 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20890
20891 * configure: add support for package_makefile_fragment, handle the
20892 case where a directory has a configure.in file but no Makefile.in
20893 more gracefully (with an actual understandable error message, even);
20894 add support for --without (and add this to the usage message); also
20895 explicitly add a --host=${host_alias} to the command line when
20896 config.guess is used
20897
20898 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20899
20900 * configure: Must use both --host and --target in recursive calls.
20901
20902 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20903
20904 * Makefile.in: Change deja-gnu to dejagnu.
20905
20906 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20907
20908 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20909
20910 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20911
20912 * configure.in: canonicalize all instances to *-*-solaris2*,
20913 also strip out a number of tools to not build for go32 host
20914
20915 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20916
20917 * config.guess: add GPL.
20918
20919 * Makefile.in, config.guess, config.sub, configure: bump
20920 copyrights to 93.
20921
20922 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20923
20924 * Makefile.in (do-info): Removed obsolete check for existence of
20925 localenv file.
20926
20927 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20928
20929 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20930
20931 * Makefile.in: a couple of 'else true' for decstation,
20932 support for TclX
20933
20934 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20935
20936 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20937
20938 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20939
20940 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20941
20942 * config.guess: Recognize i386-ibm-aix (PS/2).
20943 * configure.in: Use config/mh-aix386 file for it.
20944
20945 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20946
20947 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20948 CC_FOR_TARGET instead.
20949 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20950
20951 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20952
20953 * Makefile.in: Add sim to list of directories sent with gdb
20954
20955 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20956
20957 * configure.in: Put back mips-dec-bsd* case.
20958
20959 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20960
20961 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20962 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20963 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20964
20965 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20966
20967 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20968
20969 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20970 (install-info): install dir.info only if it exists,
20971 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20972
20973 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20974
20975 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20976 gas for mips-dec-bsd.
20977
20978 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20979
20980 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20981 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20982
20983 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20984
20985 * configure.in: Added "dejagnu" to hosttools list.
20986
20987 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20988
20989 * config.sub, configure.in, config.guess: Add support
20990 for Bosx, an AIX variant from Bull.
20991 Patches from F.Pierresteguy@frcl.bull.fr.
20992
20993 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20994
20995 * devo/dejagnu: Initial creation of devo/dejagnu.
20996 Migrated dejagnu testcases and support files for testing software
20997 tools to reside as subdirectories, currently called "testsuite",
20998 within the directory of the software tool. Migrated all programs,
20999 support libraries, etc. beloging to dejagnu proper from
21000 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
21001 with no modifications. The changes to these files which will
21002 allow them to configure, build, and execute properly will be made
21003 in a future update.
21004
21005 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21006
21007 * Makefile.in: Change send_pr to send-pr.
21008 * configure.in: Likewise.
21009 * send_pr: Renamed directory to send-pr.
21010
21011 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
21012
21013 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
21014
21015 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
21016
21017 * README: Update for gdb-4.8 release.
21018 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
21019 gdb-xxx.tar.z (gzip'd) file also.
21020
21021 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21022
21023 * Makefile.in: make all-diff depend on all-libiberty
21024
21025 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
21026
21027 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21028
21029 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21030
21031 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21032
21033 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
21034
21035 * Makefile.in (DEVO_SUPPORT): Remove etc directory
21036 (ETC_SUPPORT): Only add the files GDB wants from etc/.
21037 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
21038
21039 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21040
21041 * Makefile.in: makeinfo binary is in a new location
21042
21043 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21044
21045 * config.sub: Accept -ecoff as an OS.
21046
21047 * Makefile.in: Various changes to eliminate a level of make
21048 recursion and reduce the required command line length.
21049 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21050 sub-makes.
21051 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21052 variables holding settings for specific sub-makes.
21053 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21054 in terms of BASE_FLAGS_TO_PASS.
21055 (TARGET_LIBS): New variable listing directories which use
21056 TARGET_FLAGS_TO_PASS.
21057 (subdir_do): Eliminated.
21058 (do-*): New set of targets to replace subdir_do.
21059 (various): All targets which used subdir_do now depend on do-*.
21060 (local-clean): Renamed from do_clean.
21061 (local-distclean): New target, dependency of distclean and
21062 realclean.
21063 (install-info): Don't create directories. Depend on dir.info
21064 rather than calling make recursively.
21065 (install-dir.info): Eliminated.
21066 (install-info-dirs): Create all info directories here.
21067 (dir.info): Depend upon do-install-info.
21068
21069 * test-build.mk (HOLES): Added false.
21070
21071 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21072
21073 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21074
21075 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21076
21077 * Makefile.in (info): remove dependency on all-texinfo. The
21078 problem was really in texinfo/C, not at this level.
21079
21080 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21081
21082 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21083
21084 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21085
21086 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21087 GDB releases.
21088
21089 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21090
21091 * configure: Include srcdir in message about target of link not
21092 being found. Don't convert `-' to `_' in `with' options being
21093 passed to subdirs.
21094
21095 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21096
21097 * configure.in: add uudecode to host_tools
21098
21099 * Makefile.in: added {all,install}-uudecode targets, added them to
21100 the appropriate lists
21101
21102 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21103
21104 * Makefile.in (all-gcc): Added dependency on all-gas.
21105
21106 * configure.in (mips-*-*): Build ld and binutils.
21107
21108 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21109
21110 * configure: check return code from mkdir, print error message and
21111 exit on failure.
21112
21113 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21114
21115 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21116
21117 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21118
21119 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21120
21121 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21122
21123 * config.sub (h8500): Recognize this as a cpu type.
21124
21125 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21126
21127 * configure: source directory missing is no longer a warning
21128
21129 * configure.in: recognize irix[34]* instead of irix[34]
21130
21131 * Makefile.in: define and pass down X11_LIB
21132
21133 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21134
21135 * guess-systype: Renamed to ...
21136 * config.guess: ... by popular request.
21137 * configure.in, Makefile.in: Update accordingly.
21138
21139 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21140
21141 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21142 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21143 + Execute ./dummy instead of assuming . is in PATH.
21144
21145 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21146
21147 * guess-systype: New shell script. Attempts to guess the
21148 canonical host name of the executing host.
21149 Only a few hosts are supported so far.
21150 * configure: Call guess-systype if no host is specified.
21151
21152 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21153
21154 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21155 gcc Makefile.
21156
21157 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21158
21159 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21160 (all-gcc, install-gcc, subdir_do): Use it.
21161
21162 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21163
21164 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21165
21166 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21167
21168 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21169 set exclusively by configure, using configure.in .
21170
21171 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21172
21173 * test-build.mk: set $PATH for all builds
21174
21175 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21176
21177 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21178
21179 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21180 the one used in gcc/Makefile.in, so that a null expansion doesn't
21181 override the one needed to build gcc with a native cc.
21182
21183 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21184
21185 * configure: Accept -with arguments.
21186
21187 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21188
21189 * Makefile.in: added h8300sim
21190
21191 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21192
21193 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21194 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21195 (all-cygnus, native, build-cygnus): Make
21196 $(canonhost)-stamp-3stage-done, not $(host)....
21197 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21198 i386-sco3.2v4. Added else true to if command.
21199
21200 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21201
21202 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21203
21204 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21205
21206 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21207
21208 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21209
21210 * configure.in: don't remove binutils from Solaris builds
21211
21212 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21213
21214 * Makefile.in: get rid of earlier definitions for *clean,
21215 also handle the recursive info rule better
21216
21217 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21218
21219 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21220 do more-or-less the right thing.
21221
21222 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21223
21224 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21225 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21226
21227 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21228
21229 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21230 $(host_canonical).
21231
21232 * configure.in: split the configdirs list into 4 categories (native
21233 v. cross, library v. tool) and handle the cross-only and native-
21234 only in more reasonable (and correct!) way.
21235
21236 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21237
21238 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21239 configdirs anymore.
21240
21241 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21242
21243 * Makefile.in: extensive cleanup:: removed all of the explicit
21244 clean-* targets, collapsed many wrappers around subdir_do into
21245 one, added additional targets to satisfy standards.texi, deleted
21246 some old targets, some changes for consistency
21247
21248 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21249
21250 * configure.in: handle some programs as cross-only, and others as
21251 native only
21252
21253 * test-build.mk: handle partial holes in a more generic manner
21254
21255 * Makefile.in: m4 depends on libiberty
21256
21257 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21258
21259 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21260 time, wdiff, and find to configdirs
21261
21262 * Makefile.in: all, clean, and install rules for the new programs
21263 added to configure.in
21264
21265 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21266
21267 * configure.in: use mh-sun for all *-sun-* hosts
21268
21269 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21270
21271 * Makefile.in: define flags for X11 include files and library file
21272 locations, pass them down to the programs that need this info
21273
21274 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21275
21276 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21277
21278 * configure.in: start building libg++ for HP-UX targets
21279
21280 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21281
21282 * README: Update references to files moved into etc/.
21283
21284 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21285
21286 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21287 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21288
21289 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21290
21291 * configure: accept dash as well as underscore in long option
21292 names for FSF compatibility.
21293
21294 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21295
21296 * config.sub: added -sco3.2v4 support from FSF.
21297
21298 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21299
21300 * configure.in: expand the section that adds or removes
21301 directories from the list of programs to build, to handle native
21302 vs. cross in addition to host v. native
21303
21304 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21305
21306 * Makefile.in: Replace C++ in macro names with CXX.
21307 This is less likely to break ...
21308
21309 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21310
21311 * test-build.mk: add -w to GNU_MAKE
21312
21313 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21314
21315 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21316 add 'sparc' to list of recognized cpus. This needed to make
21317 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21318 Delete some redundant ose68 variants. Recognize -wrs as an os,
21319 then changes that into $CPU-wrs-vxworks.
21320
21321 * configure.in: remove most references to gdbtest, regularize
21322 target based program removal
21323
21324 * test-build.mk: import from p3 tree (many fixes and changes)
21325
21326 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21327
21328 * Makefile.in: added rules to handle tcl, tk, and expect
21329
21330 * configure.in: handle those directories if they exist
21331
21332 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21333
21334 * config.sub: removed bogus hppabsd and hppahpux names, since
21335 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21336
21337 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21338
21339 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21340 depends upon all-xiberty
21341
21342 * Makefile.in: changes from p3, including:
21343
21344 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21345
21346 * Makefile.in (XTRAFLAGS): include newlib directories if
21347 newlib/Makefile exists, rather than if host != target.
21348
21349 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21350
21351 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21352 from the same source tree and not building a cross-compiler. This
21353 matters for the libg++ configuration if reconfiguring a tree that
21354 has already been installed.
21355
21356 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21357
21358 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21359 pick up the machine and system specific header files.
21360
21361 * Makefile.in: added AS_FOR_TARGET, passed down in
21362 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21363 the C compiler to use to create programs which are run in the
21364 build environment, set it to default to $(CC), and passed it down
21365 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21366
21367 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21368
21369 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21370 We need them for unusual native builds, like systems without
21371 ranlib.
21372
21373 * configure: also define $(host_canonical) and
21374 $(target_canonical), which are the full, canonical names for the
21375 given host and target
21376
21377 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21378
21379 * Makefile.in: Added separate definitions for C++.
21380
21381 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21382
21383 * configure.in (configdirs): Add deja-gnu.
21384
21385 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21386
21387 * README: Update for configure.texi and gdb-4.7 release.
21388
21389 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21390
21391 * Makefile.in: Move "all" target to top of file.
21392 Previously, first target was ".PHONY" which caused BSD4.4 make
21393 to build .PHONY when make was run without arguments.
21394
21395 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21396
21397 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21398 Library-copylefted code in libiberty.
21399
21400 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21401
21402 * config.sub: Replace m68kmote with plain old m68k.
21403
21404 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21405
21406 * Makefile.in: Remove space from blank line, avoid Make complaints.
21407
21408 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21409
21410 * config.sub: Complain if no argument is given. Added support for
21411 386bsd as OS and target alias.
21412
21413 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21414
21415 * Makefile.in (XTRAFLAGS): include newlib directories if
21416 newlib/Makefile exists, rather than if host != target.
21417
21418 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21419
21420 * config.sub: recognize sparclite-wrs-vxworks.
21421
21422 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21423 p3.) Added clean-xiberty to clean.
21424
21425 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21426
21427 * configure.in: use *-*-* instead of nested cases for host and target
21428
21429 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21430
21431 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21432 from the same source tree and not building a cross-compiler. This
21433 matters for the libg++ configuration if reconfiguring a tree that
21434 has already been installed.
21435
21436 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21437
21438 * config.sub (i486v/i486v4): Merge in from FSF version.
21439
21440 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21441
21442 * configure: only set PWD if it is already set.
21443
21444 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21445
21446 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21447 doesn't have unset and all success paths (and most error paths)
21448 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21449 to just ${PWD} to avoid confusion.)
21450
21451 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21452
21453 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21454 even for a native compilation.
21455
21456 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21457
21458 Changes to make the gdb.tar.Z rule work better.
21459
21460 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21461 (DEVO_SUPPORT): Add configure.texi.
21462 (bfd-ilrt.tar.Z): Remove ancient rule.
21463
21464 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21465
21466 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21467 pick up the machine and system specific header files.
21468
21469 * configure.in, config.sub: added new target m68010-adobe-scout,
21470 with alias of adobe68k. Changed configure.in to check for
21471 -scout before -sco* to avoid a false match.
21472
21473 * Makefile.in: added AS_FOR_TARGET, passed down in
21474 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21475 the C compiler to use to create programs which are run in the
21476 build environment, set it to default to $(CC), and passed it down
21477 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21478
21479 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21480
21481 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21482 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21483 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21484 FOR_TARGET variants, to newlib and libg++.
21485
21486 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21487
21488 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21489 first.
21490
21491 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21492
21493 * config.sub: Accept `elf' as an environment.
21494
21495 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21496
21497 * Makefile.in (all-opcodes): cd into the right directory
21498
21499 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21500
21501 * configure: added -program_transform_name option, used as
21502 argument to sed when installing programs.
21503 configure.texi: added documentation for -program_prefix,
21504 -program_suffix and -program_transform_name.
21505
21506 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21507
21508 * config.sub: Accept i486 where i386 ok.
21509
21510 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21511
21512 * config.sub: accept we32k
21513
21514 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21515
21516 * config.sub, configure.in: accept OSE68000 and OSE68k.
21517
21518 * Makefile.in: don't create all directories for ``make install'';
21519 let the subdirectories create the ones they need.
21520
21521 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21522
21523 * COPYING: new file, GPL v2
21524
21525 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21526
21527 * Makefile.in: use the new gen-info-dir, which needs a template
21528 argument (which also lives in texinfo)
21529
21530 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21531
21532 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21533
21534 * config.sub (ncr3000): Change i386 to i486.
21535
21536 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21537
21538 * Makefile.in: add install-rcs, install-grep to
21539 install-no-fixedincludes, removed install-bison and install-libgcc
21540
21541 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21542
21543 * configure.in: grab the HPUX makefile fragment if on HPUX
21544
21545 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21546
21547 * Makefile.in: eradicate bison spoor (ditto libgcc).
21548 configure.in: recognise m68{k,000}-ericsson-OSE.
21549 es1800 is alias for m68k-ericsson-OSE
21550
21551 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21552
21553 * configure.in: rearrange the parts that remove programs from
21554 configdirs, based now on HOST==TARGET or by canonical triple.
21555
21556 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21557
21558 * test-build.mk: recurse explicitly with -f test-build.mk when
21559 appropriate. predicate stage3 and comparison on the existence
21560 of gcc. That is, if gcc isn't around, we aren't three-staging.
21561 On very clean, also remove ...stamp-co. Build in-place before
21562 doing other builds.
21563
21564 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21565
21566 * Makefile.in, configure.in: add tgas
21567
21568 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21569
21570 * Makefile.in: a number of changes merged in from progressive.
21571
21572 * configure.in: add libm.
21573
21574 * .cvsignore: ignore some stuff that comes from test-build.mk.
21575
21576 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21577
21578 * config.sub: Add es1800 (m68k-ericsson-es1800).
21579
21580 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21581
21582 * configure: Add program_suffix (parallel to program_prefix)
21583 * Makefile.in: adjust directory-creating script for losing decstation
21584
21585 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21586
21587 * configure: Minor $subdir-related fixes.
21588
21589 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21590
21591 * configure: fix various problems with propogating
21592 makefile_target_frag in subdirs.
21593 * configure.in: config libgcc if its there
21594
21595 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21596
21597 * config.sub: HPPA merge.
21598
21599 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21600
21601 * Makefile.in: Replace all-bison with all-byacc in all
21602 dependency lines for other tools (which now use byacc).
21603
21604 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21605
21606 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21607
21608 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21609
21610 * Makefile.in: make gprof rules similar to byacc rules (instead of
21611 vestigal $(unsubdir) that didn't work...)
21612
21613 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21614
21615 * config.sub: Add support for Linux.
21616 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21617 (at least for libg++).
21618
21619 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21620
21621 * configure.texi: fix doc for the -nfp option to configure
21622
21623 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21624
21625 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21626
21627 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21628
21629 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21630 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21631 * configure.in: added solaris* host_makefile_frag hook.
21632
21633 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21634
21635 * config.sub: changed recognition of m68000 so that various
21636 m68k types can be specified via m680[01234]0
21637
21638 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21639
21640 * config.sub (basic_machine): fix sed so that '-foo' isn't
21641 completely substituted out while .+'-foo' loses the '-foo'
21642
21643 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21644
21645 * config.sub ($os): Add -aout.
21646
21647 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21648
21649 * configure: If host_makefile_frag is absolute, don't
21650 prefix ${invsubdir} (relevant to libg++ auto-configure).
21651
21652 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21653
21654 * Makefile.in (tooldir): Define it.
21655 (all-ld): Depend on all-flex.
21656
21657 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21658
21659 * Makefile.in (check): Fix libg++ special case.
21660
21661 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21662
21663 * configure: do not bury `pwd` into config.status, thus do fewer
21664 pwd's.
21665
21666 * configure: print the "Building in" message only when building in
21667 other than "." AND verbose.
21668
21669 * configure: remove -s, rework -v to better accommodate guested
21670 configures.
21671
21672 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21673
21674 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21675
21676 * Makefile.in: macroize flags passed on recursion. remove
21677 fileutils.
21678
21679 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21680
21681 * configure: get makesrcdir right for subdirs deeper than 1.
21682
21683 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21684 install.
21685
21686 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21687
21688 * Makefile.in: don't print subdir_do or recursion lines.
21689
21690 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21691
21692 * standards.texi: added menu item.
21693
21694 * Makefile.in: build and install standards.info.
21695
21696 * standards.texi: new file.
21697
21698 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21699
21700 * configure: test for and move config.status pieces from
21701 ${subdir}/.
21702
21703 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21704
21705 * configure: Test for existance of files before trying to mv
21706 them, to avoid numerous non-existance messages.
21707
21708 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21709
21710 * configure: correct final line of config.status.
21711
21712 * configure: patch from eggert. Avoids a protection problem if
21713 the original Makefile.in is read only.
21714
21715 * configure: use move-if-change from gcc to create config.status.
21716 Some makefiles depend on config.status to tell if a directory
21717 has been reconfigured for a different host. This change
21718 prevents those directories from remaking everything in the case
21719 where the reconfig was only intended to rebuild a Makefile.
21720
21721 * configure: test for config.sub with "config.sub sun4" rather
21722 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21723 host alias from a missing config.sub.
21724
21725 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21726
21727 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21728 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21729
21730 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21731
21732 * configure: mkdir ${subdir} as needed.
21733
21734 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21735
21736 * Makefile.in,configure.in: added autoconf.
21737
21738 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21739
21740 * Makefile.in: no longer pass against on recursion.
21741
21742 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21743 definitions are not inherited.
21744
21745 * configure: correct makesrcdir when subdir is .
21746
21747 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21748
21749 * configure: Add support for 'subdirs' variable, which is
21750 like 'configdirs', except that configure doesn't re-invoke
21751 itself for subdirs, it just creates a Makefile for each subdir.
21752 * configure.texi: Document subdirs.
21753
21754 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21755
21756 * configure.in: added flex to configdirs
21757
21758 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21759
21760 * Makefile.in: remove clean-stamps from clean.
21761
21762 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21763
21764 * configure.in: Add gdbtest to configdirs.
21765
21766 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21767
21768 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21769 to recursive makes.
21770 * configure.in: Recognize new ncr3000 config.
21771
21772 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21773
21774 * Makefile.in, configure.in: removed references to gdbm.
21775
21776 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21777
21778 * config.sub: Don't canonicalize os value
21779 newsos* to bsd (readline needs to check for newsos).
21780 (This fix was earlier made Jan 31, but got re-broken.)
21781
21782 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21783
21784 * configure.in: sco is an os, not a vendor!
21785
21786 * configure: Quote $( better. Keep various shells happy.
21787
21788 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21789
21790 * Makefile.in: eliminate stamp-files.
21791
21792 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21793
21794 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21795 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21796
21797 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21798
21799 * config.sub: fix iris/iris3.
21800
21801 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21802
21803 * configure: re-add -rm.
21804
21805 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21806
21807 * Maskefile.in: add .stmp-rcs to all.
21808
21809 * configure.in: remove gas from rs6000 build, use aix host fragment.
21810
21811 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21812
21813 * configure: pass down site_option during recursion.
21814
21815 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21816
21817 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21818
21819 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21820
21821 * configure: Change exec_prefix so that it really defaults to prefix.
21822
21823 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21824
21825 * Makefile.in, configure.in: Add support for mmalloc library.
21826
21827 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21828
21829 * Makefile.in: add stmp dependencies for a few more things.
21830
21831 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21832
21833 * configure: adjusted error message on objdir/srcdir configure
21834 collision, per john's suggestion.
21835
21836 * Makefile.in: add libiberty stmp to all and all.cross.
21837
21838 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21839
21840 * Makefile.in: remove force dependencies, add grep to all.
21841
21842 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21843
21844 * Makefile.in: drop flex. make stamp files work.
21845
21846 * configure: added test for conflicting configuration in srcdir,
21847 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21848 gets cranky. use relative paths for configure and srcdir
21849 whenever possible. Send some error messages to stderr that were
21850 going to stdout.
21851
21852 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21853
21854 * Makefile.in: Fix libg++ rule to check for gcc directory
21855 before using gcc/gcc. Also pass XTRAFLAGS.
21856
21857 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21858
21859 * Makefile.in: added stmp-files so that directories aren't polled
21860 when they are already built.
21861
21862 * configure.texi: fixed a node pointer problem.
21863
21864 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21865
21866 * config.sub configure.in gdb/configure.in
21867 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21868 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21869 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21870
21871 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21872
21873 * configure: -recurring becomes -silent. corrected help message
21874 for -site= option.
21875
21876 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21877
21878 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21879
21880 * configure: when building Makefile for crosses, replace
21881 tooldir and program_prefix. default srcdir from location of
21882 config.sub. remove "for host in hosts" and "for target in
21883 targets" loops.
21884
21885 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21886
21887 * Makefile.in: Do not pass bindir or mandir to cvs.
21888
21889 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21890
21891 * Makefile.in, configure.in: removed traces of namesubdir,
21892 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21893 copyrights to '92, changed some from Cygnus to FSF.
21894
21895 * configure.texi: remove most references to multiple hosts,
21896 multiple targets, subdirs, etc.
21897
21898 * configure.man: removed rcsid. reference config.sub not
21899 config.subr.
21900
21901 * Makefile.in: mkdir $(infodir) on install-info.
21902
21903 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21904
21905 * configure.texi: Explain better about .gdbinit and about
21906 the environment that configure.in sections run in.
21907
21908 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21909
21910 * configure.in: Ultrix is only a decstation if it's a MIPS.
21911
21912 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21913
21914 * README: DOC.configure => cfg-paper.texi.
21915
21916 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21917
21918 * config.sub (near case $os): Don't convert newsos* to bsd!
21919
21920 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21921
21922 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21923 the number of copies of COPYING that go into the GDB tar file.
21924
21925 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21926
21927 * bfd/configure.in, gdb/config/mh-i386sco,
21928 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21929 Fix SCO configuration stuff.
21930
21931 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21932
21933 * Makefile.in: For libg++, make sure the -I pointing
21934 to the gcc directory goes *after* all the libg++-local -I flags.
21935 Also, move just-gcc dependency from just-libg++ to all-libg++.
21936
21937 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21938
21939 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21940
21941 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21942
21943 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21944
21945 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21946
21947 * config.sub: Add stratus configuration frags. Also
21948 submitted to FSF.
21949
21950 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21951
21952 * Makefile.in (DEV_SUPPORT): add configure.man.
21953
21954 * config.sub(Decode manufacturer-specific): add -none*.
21955
21956 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21957
21958 * Makefile.in: remove form feeds to make Sun's make happy.
21959 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21960
21961 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21962
21963 * Makefile.in (AR_FLAGS): Make quieter.
21964
21965 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21966
21967 * configure.in: Add libg++.
21968 * configure: When verbose, don't output the command line at each
21969 level; it will be unremarkably the same as the previous version,
21970 which will be the same as what the user typed.
21971
21972 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21973
21974 * configure.in, Makefile.in: fix clean-info, add flex. add
21975 fileutils.
21976
21977 * configure: be less sensitive to spaces in Makefile.in. Do not
21978 look for sources in "..". Doing so breaks subdirectories that
21979 might have their own configure. If a subdir has it's own
21980 configure script, use it.
21981
21982 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21983
21984 * cfg-paper.texi: some changes suggested by rms.
21985
21986 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21987
21988 * config.sub: Merge in some small additions from the FSF version,
21989 taken from the gcc distribution, to bring the Cygnus and FSF
21990 versions into closer sync.
21991
21992 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21993
21994 * configure.in: Changed svr4 references to sysv4.
21995
21996 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21997
21998 * configure: added -V for version number option.
21999
22000 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
22001
22002 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
22003 renamed from DOC.configure to cfg-paper.texi.
22004
22005 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22006
22007 * configure, config.subr, config.sub: config.subr is now
22008 config.sub again.
22009
22010 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
22011
22012 * configure.texi: new file, in progress.
22013
22014 * Makefile.in: build info file and install the man page for
22015 configure.
22016
22017 * configure.man: new file, first cut.
22018
22019 * configure: find config.subr again now that configuration "none"
22020 has gone. removed all traces of the -ansi option. removed all
22021 traces of the -languages option.
22022
22023 * config.subr: resync from rms.
22024
22025 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22026
22027 * configure, config.sub, config.subr: merge config.sub into
22028 config.subr, call the result config.subr, remove config.sub, use
22029 config.subr.
22030
22031 * Makefile.in: revised install for dir.info.
22032
22033 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22034
22035 * configure.in: add decstation host makefile frag.
22036
22037 * Makefile.in: BISON now bison -y again. also install-gcc on
22038 install. clean-gdbm on clean. infodir belongs in datadir.
22039 Make directories for info install. Build dir.info here then
22040 install it.
22041
22042 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22043
22044 * Makefile.in: fix for bad directory tests.
22045
22046 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22047
22048 * configure: \{1,2\} appears to be a sysv'ism. Use a different
22049 regexp. -srcdir relative was being handled incorrectly.
22050
22051 * Makefile.in: unwrapped some for loops so that parallel makes
22052 work again and so one can focus one's attention on a particular
22053 package.
22054
22055 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22056
22057 * configure: added PWD as a stand in for `pwd` (for speed). use
22058 elif wherever possible. make -srcdir work without -objdir.
22059 -objdir= commented out.
22060
22061 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22062
22063 * configure: +options become --options. -subdirs commented out.
22064 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22065 Makefile now at top of generated Makefile. Removed cvs log
22066 entries. added -srcdir. create .gdbinit only if there is one
22067 in ${srcdir}.
22068
22069 * Makefile.in: idestdir and ddestdir go away. Added copyrights
22070 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22071 and mandir now keyed off datadir by default.
22072
22073 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22074
22075 * Freshly created ChangeLog.
22076
22077 \f
22078 Local Variables:
22079 mode: change-log
22080 left-margin: 8
22081 fill-column: 76
22082 version-control: never
22083 End: