]> git.ipfire.org Git - thirdparty/gcc.git/blob - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
1 2023-04-27 Robin Dapp <rdapp@ventanamicro.com>
2
3 * MAINTAINERS: Change my email address.
4
5 2023-04-26 Patrick O'Neill <patrick@rivosinc.com>
6
7 * MAINTAINERS: Add myself.
8
9 2023-04-26 Martin Liska <mliska@suse.cz>
10
11 * MAINTAINERS: fix sorting
12
13 2023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
14
15 * MAINTAINERS (Write After Approval): Add myself.
16
17 2023-04-24 Martin Liska <mliska@suse.cz>
18
19 * MAINTAINERS: Fix sorting.
20
21 2023-04-21 Peter Foley <pefoley2@pefoley.com>
22
23 * configure: Regenerate.
24 * configure.ac: Only create serdep.tmp if needed
25
26 2023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
27
28 * MAINTAINERS (Write After Approval): Add myself.
29
30 2023-04-21 Vineet Gupta <vineetg@rivosinc.com>
31
32 * MAINTAINERS (Write After Approval): Add myself.
33 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
34
35 2023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
36
37 * MAINTAINERS: Add myself.
38
39 2023-03-22 Tobias Burnus <tobias@codesourcery.com>
40
41 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
42
43 2023-03-10 Arsen Arsenović <arsen@aarsen.me>
44
45 * MAINTAINERS (Write After Approval): Add myself.
46
47 2023-02-16 Martin Liska <mliska@suse.cz>
48
49 * MAINTAINERS: I'm stepping down from my positions.
50
51 2023-01-10 Philip Herron <herron.philip@googlemail.com>
52
53 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
54
55 2023-01-06 Clément Chigot <chigot@adacore.com>
56
57 * configure.ac: Skip GMP and MPFR when --disable-gdb is
58 provided.
59 * configure: Regenerate.
60
61 2023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
62
63 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
64
65 2022-12-31 Iain Sandoe <iain@sandoe.co.uk>
66
67 * Makefile.def: Do not build shared libffi.
68 * Makefile.in: Regenerate.
69
70 2022-12-21 Andrew Pinski <apinski@marvell.com>
71
72 * Makefile.def: Add configure-gdb dependencies
73 on all-gmp and all-mpfr.
74 * configure.ac: Split out MPC checking from MPFR.
75 Require GMP and MPFR if the gdb directory exist.
76 * Makefile.in: Regenerate.
77 * configure: Regenerate.
78
79 2022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
80
81 * configure.ac (target_libraries): Add target-libgm2.
82 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
83 Add GCC_TARGET_TOOL entry for gm2.
84 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
85 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
86 * Makefile.def (target_modules): Add libgm2.
87 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
88 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
89 (languages): Add entry for language=m2 with gcc-check-target=check-m2
90 and lib-check-target=check-target-libgm2.
91 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
92 (HOST_EXPORTS): Add definition for GM2.
93 (BASE_TARGET_EXPORTS): Add definition for GM2.
94 (GM2_FOR_BUILD): Defined.
95 (GM2FLAGS): Defined.
96 (GM2_FOR_TARGET): Defined.
97 (GM2FLAGS_FOR_TARGET): Defined.
98 (EXTRA_HOST_FLAGS): Defined.
99 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
100 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
101 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
102 * configure: Rebuilt.
103 * Makefile.in: Rebuilt.
104
105 2022-12-13 Philip Herron <philip.herron@embecosm.com>
106
107 * Makefile.def: Add Rust language.
108 * Makefile.in: Regenerate via autogen.
109
110 2022-12-09 Martin Liska <mliska@suse.cz>
111
112 * MAINTAINERS: Fix spacing.
113
114 2022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
115
116 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
117
118 2022-12-07 Iain Sandoe <iain@sandoe.co.uk>
119
120 * Makefile.def: Pass host_libs_picflag to host dependent library
121 configures.
122 * Makefile.in: Regenerate.
123 * configure: Regenerate.
124 * configure.ac (host_libs_picflag): New configure variable set to
125 '--with-pic' when building 'host_shared'.
126
127 2022-11-25 Weimin Pan <weimin.pan@oracle.com>
128
129 * Makefile.def: Add libsframe as new module with its dependencies.
130 * Makefile.in: Regenerated.
131 * configure.ac: Add libsframe to host_libs.
132 * configure: Regenerated.
133
134 2022-11-23 Marek Polacek <polacek@redhat.com>
135
136 Revert:
137 2022-11-23 Marek Polacek <polacek@redhat.com>
138
139 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
140 isl.
141 * Makefile.in: Regenerate.
142 * Makefile.tpl: Set PICFLAG.
143 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
144 check.
145 * configure: Regenerate.
146
147 2022-11-23 Marek Polacek <polacek@redhat.com>
148
149 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
150 isl.
151 * Makefile.in: Regenerate.
152 * Makefile.tpl: Set PICFLAG.
153 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
154 check.
155 * configure: Regenerate.
156
157 2022-11-14 Martin Liska <mliska@suse.cz>
158
159 Revert:
160 2022-11-09 Martin Liska <mliska@suse.cz>
161
162 * doc/Makefile: New file.
163 * doc/_static/custom.css: New file.
164 * doc/baseconf.py: New file.
165 * doc/bsd.rst: New file.
166 * doc/contrib.rst: New file.
167 * doc/contribute.rst: New file.
168 * doc/cppdiropts.rst: New file.
169 * doc/cppenv.rst: New file.
170 * doc/cppopts.rst: New file.
171 * doc/cppwarnopts.rst: New file.
172 * doc/favicon.ico: New file.
173 * doc/funding.rst: New file.
174 * doc/gcc_sphinx.py: New file.
175 * doc/gnu.rst: New file.
176 * doc/gnu_free_documentation_license.rst: New file.
177 * doc/gpl-3.0.rst: New file.
178 * doc/indices-and-tables.rst: New file.
179 * doc/lgpl-2.1.rst: New file.
180 * doc/logo.pdf: New file.
181 * doc/logo.svg: New file.
182 * doc/md.rst: New file.
183 * doc/requirements.txt: New file.
184
185 2022-11-14 Martin Liska <mliska@suse.cz>
186
187 Revert:
188 2022-11-09 Martin Liska <mliska@suse.cz>
189
190 * doc/baseconf.py: Port to GCC sources.
191
192 2022-11-14 Martin Liska <mliska@suse.cz>
193
194 Revert:
195 2022-11-14 Martin Liska <mliska@suse.cz>
196
197 * configure: Regenerate.
198 * configure.ac: Support Sphinx based documentation.
199
200 2022-11-14 Martin Liska <mliska@suse.cz>
201
202 Revert:
203 2022-11-09 Martin Liska <mliska@suse.cz>
204
205 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
206 provide a default.
207
208 2022-11-14 Martin Liska <mliska@suse.cz>
209
210 Revert:
211 2022-11-09 Martin Liska <mliska@suse.cz>
212
213 * doc/bsd.rst:
214 Add trailing newline.
215 * doc/contrib.rst:
216 Add trailing newline.
217 * doc/contribute.rst:
218 Add trailing newline.
219 * doc/cppdiropts.rst:
220 Add trailing newline.
221 * doc/cppenv.rst:
222 Add trailing newline.
223 * doc/cppopts.rst:
224 Add trailing newline.
225 * doc/cppwarnopts.rst:
226 Add trailing newline.
227 * doc/funding.rst:
228 Add trailing newline.
229 * doc/gnu.rst:
230 Add trailing newline.
231 * doc/gnu_free_documentation_license.rst:
232 Add trailing newline.
233 * doc/gpl-3.0.rst:
234 Add trailing newline.
235 * doc/indices-and-tables.rst:
236 Add trailing newline.
237 * doc/lgpl-2.1.rst:
238 Add trailing newline.
239 * doc/md.rst:
240 Add trailing newline.
241
242 2022-11-14 Martin Liska <mliska@suse.cz>
243
244 Revert:
245 2022-11-09 Martin Liska <mliska@suse.cz>
246
247 * configure.ac: Use new install URL.
248 * configure: Regenerate.
249
250 2022-11-14 Martin Liska <mliska@suse.cz>
251
252 Revert:
253 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
254
255 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
256 instead of just ``.''.
257 * doc/gcc_sphinx.py: Moved to...
258 * doc/modules/gcc_sphinx.py: ...here.
259
260 2022-11-14 Martin Liska <mliska@suse.cz>
261
262 Revert:
263 2022-11-10 Martin Liska <mliska@suse.cz>
264
265 * doc/baseconf.py: Modernize by using pathlib.
266
267 2022-11-14 Martin Liska <mliska@suse.cz>
268
269 Revert:
270 2022-11-11 Martin Liska <mliska@suse.cz>
271
272 * doc/Makefile: Disable -j auto.
273
274 2022-11-14 Martin Liska <mliska@suse.cz>
275
276 Revert:
277 2022-11-11 Martin Liska <mliska@suse.cz>
278
279 * doc/Makefile: Update comment.
280
281 2022-11-14 Martin Liska <mliska@suse.cz>
282
283 Revert:
284 2022-11-11 Martin Liska <mliska@suse.cz>
285
286 * doc/indices-and-tables.rst: Rename Indexes to Indices.
287
288 2022-11-14 Martin Liska <mliska@suse.cz>
289
290 Revert:
291 2022-11-13 Martin Liska <mliska@suse.cz>
292
293 PR web/107643
294 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
295 is set.
296 * doc/indices-and-tables.rst: Use include_todo tag.
297
298 2022-11-14 Martin Liska <mliska@suse.cz>
299
300 Revert:
301 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
302
303 * doc/contrib.rst: Update Jeff Law's email address.
304
305 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
306
307 * doc/contrib.rst: Update Jeff Law's email address.
308
309 2022-11-13 Martin Liska <mliska@suse.cz>
310
311 PR web/107643
312 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
313 is set.
314 * doc/indices-and-tables.rst: Use include_todo tag.
315
316 2022-11-11 Martin Liska <mliska@suse.cz>
317
318 * doc/indices-and-tables.rst: Rename Indexes to Indices.
319
320 2022-11-11 Martin Liska <mliska@suse.cz>
321
322 * doc/Makefile: Update comment.
323
324 2022-11-11 Martin Liska <mliska@suse.cz>
325
326 * doc/Makefile: Disable -j auto.
327
328 2022-11-10 Martin Liska <mliska@suse.cz>
329
330 * doc/baseconf.py: Modernize by using pathlib.
331
332 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
333
334 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
335 instead of just ``.''.
336 * doc/gcc_sphinx.py: Moved to...
337 * doc/modules/gcc_sphinx.py: ...here.
338
339 2022-11-09 Martin Liska <mliska@suse.cz>
340
341 * configure.ac: Use new install URL.
342 * configure: Regenerate.
343
344 2022-11-09 Martin Liska <mliska@suse.cz>
345
346 * doc/bsd.rst:
347 Add trailing newline.
348 * doc/contrib.rst:
349 Add trailing newline.
350 * doc/contribute.rst:
351 Add trailing newline.
352 * doc/cppdiropts.rst:
353 Add trailing newline.
354 * doc/cppenv.rst:
355 Add trailing newline.
356 * doc/cppopts.rst:
357 Add trailing newline.
358 * doc/cppwarnopts.rst:
359 Add trailing newline.
360 * doc/funding.rst:
361 Add trailing newline.
362 * doc/gnu.rst:
363 Add trailing newline.
364 * doc/gnu_free_documentation_license.rst:
365 Add trailing newline.
366 * doc/gpl-3.0.rst:
367 Add trailing newline.
368 * doc/indices-and-tables.rst:
369 Add trailing newline.
370 * doc/lgpl-2.1.rst:
371 Add trailing newline.
372 * doc/md.rst:
373 Add trailing newline.
374
375 2022-11-09 Martin Liska <mliska@suse.cz>
376
377 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
378 provide a default.
379
380 2022-11-09 Martin Liska <mliska@suse.cz>
381
382 * configure: Regenerate.
383 * configure.ac: Support Sphinx based documentation.
384
385 2022-11-09 Martin Liska <mliska@suse.cz>
386
387 * doc/baseconf.py: Port to GCC sources.
388
389 2022-11-09 Martin Liska <mliska@suse.cz>
390
391 * doc/Makefile: New file.
392 * doc/_static/custom.css: New file.
393 * doc/baseconf.py: New file.
394 * doc/bsd.rst: New file.
395 * doc/contrib.rst: New file.
396 * doc/contribute.rst: New file.
397 * doc/cppdiropts.rst: New file.
398 * doc/cppenv.rst: New file.
399 * doc/cppopts.rst: New file.
400 * doc/cppwarnopts.rst: New file.
401 * doc/favicon.ico: New file.
402 * doc/funding.rst: New file.
403 * doc/gcc_sphinx.py: New file.
404 * doc/gnu.rst: New file.
405 * doc/gnu_free_documentation_license.rst: New file.
406 * doc/gpl-3.0.rst: New file.
407 * doc/indices-and-tables.rst: New file.
408 * doc/lgpl-2.1.rst: New file.
409 * doc/logo.pdf: New file.
410 * doc/logo.svg: New file.
411 * doc/md.rst: New file.
412 * doc/requirements.txt: New file.
413
414 2022-11-04 Thomas Schwinge <thomas@codesourcery.com>
415
416 * Makefile.def: Remove module 'liboffloadmic'.
417 * Makefile.in: Regenerate.
418 * configure.ac: Remove 'liboffloadmic' handling.
419 * configure: Regenerate.
420
421 2022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
422
423 * MAINTAINERS: Update email address.
424
425 2022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
426
427 * configure.ac: Don't configure readline if --with-system-readline is
428 used.
429 * configure: Re-generate.
430
431 2022-10-12 Cui,Lili <lili.cui@intel.com>
432
433 * MAINTAINERS (Write After Approval): Add myself.
434
435 2022-10-11 Olivier Hainque <hainque@adacore.com>
436
437 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
438 and friends for rtp !large. Assume the linker has the required
439 abilities and set lt_cv_deplibs_check_method.
440
441 2022-09-30 Olivier Hainque <hainque@adacore.com>
442
443 * configure.ac (*vxworks*): If enable_shared is not
444 set, set to "no" and add --disable-shared to target and
445 host_configargs.
446 * configure: Regenerate.
447
448 2022-09-26 Jeff Law <jlaw@ventanamicro.com>
449
450 * MAINTAINERS: Update my email address and DCO entry.
451
452 2022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
453
454 * MAINTAINERS (Write After Approval): Add myself.
455
456 2022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
457
458 * MAINTAINERS (Write After Approval): Add myself.
459
460 2022-09-07 Jeff Law <jeffreyalaw@gmail.com>
461
462 * MAINTAINERS: Update my email address.
463
464 2022-09-07 Tom de Vries <tdevries@suse.de>
465
466 * configure.ac: Set extra_host_libiberty_configure_flags and
467 extra_host_zlib_configure_flags in separate case statements.
468 * configure: Regenerate.
469
470 2022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
471
472 * MAINTAINERS: Update c-sky port maintainers' emails.
473
474 2022-08-31 Martin Liska <mliska@suse.cz>
475
476 * configure: Regenerate.
477 * configure.ac: Delete hpux9 and hpux10.
478
479 2022-08-18 Sergei Trofimovich <siarheit@google.com>
480
481 * Makefile.def: Drop libelf module and gcc-configure dependency
482 on it.
483 * Makefile.in: Regenerate with 'autogen Makefile.def'.
484 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
485 LIBELFINC.
486 * configure: Regenrate.
487 * configure.ac (host_libs): Drop unused libelf.
488
489 2022-08-18 Sergei Trofimovich <siarheit@google.com>
490
491 * Makefile.in: Regenerate.
492
493 2022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
494
495 * MAINTAINERS: Add myself as AutoFDO maintainer.
496
497 2022-08-01 Roger Sayle <roger@nextmovesoftware.com>
498 Arnaud Charlet <charlet@adacore.com>
499
500 * configure: Regenerate.
501
502 2022-07-31 Roger Sayle <roger@nextmovesoftware.com>
503
504 PR bootstrap/106472
505 * Makefile.def (dependencies): Make configure-target-libgo depend
506 upon all-target-libbacktrace.
507
508 2022-07-27 David Faust <david.faust@oracle.com>
509
510 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
511
512 2022-07-27 Richard Biener <rguenther@suse.de>
513
514 * MAINTAINERS (Roger Sayle): Update e-mail address.
515
516 2022-07-21 Sam Feifer <sfeifer@redhat.com>
517
518 * MAINTAINERS (Write After Approval): Add myself.
519
520 2022-07-21 Marc Poulhiès <poulhies@adacore.com>
521
522 * MAINTAINERS: Add myself as Ada front end co-maintainer.
523
524 2022-07-19 Alexander Monakov <amonakov@ispras.ru>
525
526 * .gitignore: Do not ignore config.h.
527
528 2022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
529
530 * MAINTAINERS: Add myself to Write After Approval.
531
532 2022-07-04 Martin Liska <mliska@suse.cz>
533
534 * MAINTAINERS: fix sorting of names
535
536 2022-07-03 Immad Mir <mirimmad17@gmail.com>
537
538 * MAINTAINERS: add myself.
539
540 2022-07-03 Immad Mir <mirimmad17@gmail.com>
541
542 * MAINTAINERS: Add myself to write after approval and DCO.
543
544 2022-07-02 Tim Lange <mail@tim-lange.me>
545
546 * MAINTAINERS: Add myself.
547
548 2022-07-01 Haochen Jiang <haochen.jiang@intel.com>
549
550 * MAINTAINERS (Write After Approval): Add myself.
551
552 2022-06-30 Cui,Lili <lili.cui@intel.com>
553
554 Revert:
555 2022-06-30 Cui,Lili <lili.cui@intel.com>
556
557 * MAINTAINERS (Write After Approval): Add myself.
558
559 2022-06-30 Cui,Lili <lili.cui@intel.com>
560
561 * MAINTAINERS (Write After Approval): Add myself.
562
563 2022-06-28 Alexandre Oliva <oliva@adacore.com>
564
565 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
566 (EXTRA_GCC_FLAGS): Likewise.
567 * Makefile.in: Rebuilt.
568
569 2022-06-28 konglin1 <lingling.kong@intel.com>
570
571 * MAINTAINERS (Write After Approval): Add myself.
572
573 2022-06-27 Tom de Vries <tdevries@suse.de>
574
575 * configure.ac: Build libiberty pic variant for gdbserver.
576 * configure: Regenerate.
577
578 2022-06-26 Iain Sandoe <iain@sandoe.co.uk>
579
580 * configure: Regenerate.
581 * configure.ac: Correct use of $host.
582
583 2022-06-25 Jeff Law <jeffreyalaw@gmail.com>
584
585 * MAINTAINERS: Remove tilegx and tilepro entries.
586 * configure.ac: Remove tilegx and tilepro stanzas.
587 * configure: Rebuilt.
588
589 2022-05-28 Bruce Korb <bkorb@gnu.org>
590
591 * .gitignore: Ignore vim swap files
592
593 2022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
594
595 * MAINTAINERS: Add myself to write after approval.
596
597 2022-05-11 Kewen Lin <linkw@linux.ibm.com>
598
599 * MAINTAINERS: Remove myself from DCO section.
600
601 2022-05-09 Xi Ruoyao <xry111@xry111.site>
602
603 * MAINTAINERS: Update my email address.
604
605 2022-05-09 Clément Chigot <chigot@adacore.com>
606
607 * MAINTAINERS: Update my email address.
608
609 2022-05-05 Kewen Lin <linkw@linux.ibm.com>
610
611 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
612 section.
613
614 2022-04-19 Richard Henderson <rth@gcc.gnu.org>
615
616 * MAINTAINERS: Update my email address.
617
618 2022-04-01 Qian Jianhua <qianjh@fujitsu.com>
619
620 * MAINTAINERS: Update my email address.
621
622 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
623
624 * MAINTAINERS: (CPU Port Maintainers): Add myself and
625 Lulu as LoongArch port maintainer.
626
627 2022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
628 Lulu Cheng <chenglulu@loongson.cn>
629
630 * configure.ac: Add LoongArch tuples.
631 * configure: Regenerate.
632
633 2022-03-28 Tom Tromey <tromey@adacore.com>
634
635 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
636 * configure: Rebuild.
637
638 2022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
639
640 * MAINTAINERS: Change my information.
641
642 2022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
643
644 * MAINTAINERS: Add myself to DCO section.
645
646 2022-03-14 Jonathan Wakely <jwakely@redhat.com>
647
648 * configure.ac: Fix incorrect option in comment.
649 * configure: Regenerate.
650
651 2022-03-09 Hans-Peter Nilsson <hp@axis.com>
652
653 * Makefile.def (dependencies): Make configure-sim depend on
654 all-readline.
655 * Makefile.in: Regenerate.
656
657 2022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
658
659 * MAINTAINERS (Write After Approval): Update my e-mail address.
660
661 2022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
662
663 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
664
665 2022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
666
667 * MAINTAINERS: Update my email and add myself to the DCO list.
668
669 2022-01-25 Thomas Schwinge <thomas@codesourcery.com>
670
671 Revert:
672 2021-09-16 Andrew Pinski <apinski@marvell.com>
673
674 PR bootstrap/67102
675 * Makefile.def: Have configure-target-libffi depend on
676 all-target-libstdc++-v3.
677 * Makefile.in: Regenerate.
678
679 2022-01-22 Jakub Jelinek <jakub@redhat.com>
680
681 PR other/104181
682 * build.log: Remove.
683
684 2022-01-20 Martin Liska <mliska@suse.cz>
685
686 * MAINTAINERS: Adjust email address based on IRC request.
687
688 2022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
689
690 * MAINTAINERS: Update my email address.
691
692 2022-01-17 Martin Liska <mliska@suse.cz>
693
694 * MAINTAINERS: Rename .c names to .cc.
695
696 2022-01-13 Jakub Jelinek <jakub@redhat.com>
697
698 * Makefile.am: Remove.
699
700 2022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
701
702 * Makefile.am: New file.
703
704 2022-01-11 Martin Liska <mliska@suse.cz>
705
706 * MAINTAINERS: Sort 2 names.
707
708 2022-01-10 Martin Liska <mliska@suse.cz>
709
710 * MAINTAINERS: Fix obvious issues with sorting.
711
712 2022-01-07 liuhongt <hongtao.liu@intel.com>
713
714 * build.log: New file.
715
716 2022-01-05 Nathan Sidwell <nathan@acm.org>
717
718 * MAINTAINERS: Add DCO entry. Sort that list.
719
720 2022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
721
722 * MAINTAINERS: Change of email address in both DCO and
723 Write After Approval list.
724
725 2021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
726
727 * configure: Regenerate.
728
729 2021-12-21 Martin Liska <mliska@suse.cz>
730
731 * config.sub: Change mode back to 755.
732
733 2021-12-17 Martin Liska <mliska@suse.cz>
734
735 * config.sub: Sync from master.
736
737 2021-12-17 Martin Liska <mliska@suse.cz>
738
739 Revert:
740 2021-12-16 Matthias Seidel <mseidel@apache.org>
741
742 * config.sub: Fix typo.
743
744 2021-12-16 Matthias Seidel <mseidel@apache.org>
745
746 * config.sub: Fix typo.
747
748 2021-12-16 H.J. Lu <hjl.tools@gmail.com>
749
750 Revert:
751 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
752
753 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
754 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
755 * configure.ac: Include config/gcc-plugin.m4.
756 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
757 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
758 RANLIB if possible.
759 * Makefile.in: Regenerated.
760 * configure: Likewise.
761
762 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
763
764 * Makefile.tpl (BUILD_CFLAGS): New.
765 (CFLAGS): Append $(BUILD_CFLAGS).
766 (CXXFLAGS): Likewise.
767 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
768 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
769 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
770 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
771 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
772 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
773 (PGO-TRAINING-TARGETS): Likewise.
774 (PGO_BUILD_TRAINING): Likewise.
775 (all): Add '+' to the command line for recursive make. Support
776 the PGO build.
777 * configure.ac: Add --enable-pgo-build[=lto].
778 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
779 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
780 * Makefile.in: Regenerated.
781 * configure: Likewise.
782
783 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
784
785 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
786 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
787 * configure.ac: Include config/gcc-plugin.m4.
788 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
789 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
790 RANLIB if possible.
791 * Makefile.in: Regenerated.
792 * configure: Likewise.
793
794 2021-12-14 Marc Poulhiès <poulhies@adacore.com>
795
796 * MAINTAINERS: Add myself to write after approval.
797
798 2021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
799
800 * MAINTAINERS: Adding myself.
801
802 2021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
803
804 * configure: Regenerate.
805 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
806 $(CPP).
807
808 2021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
809
810 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
811 libatomic.
812 * Makefile.in: Regenerate.
813 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
814 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
815 target-libphobos-bootstrap.
816 (STAGE2_CONFIGURE_FLAGS): Likewise.
817 * configure: Regenerate.
818 * configure.ac: Add support for bootstrapping D front-end.
819
820 2021-11-16 Martin Uecker <uecker@gcc.gnu.org>
821
822 * MAINTAINERS: Add myself to DCO section and update email address.
823
824 2021-11-16 Iain Sandoe <iain@sandoe.co.uk>
825
826 * configure: Regenerate.
827 * configure.ac: Ensure that PIC (shared) defaults are set
828 correctly for Darwin.
829
830 2021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
831
832 * MAINTAINERS: Update my address.
833
834 2021-11-12 Alan Modra <amodra@gmail.com>
835
836 * Makefile.def (configure-opcodes): Depend on configure-bfd.
837 * Makefile.in: Regenerate.
838
839 2021-11-03 Maciej W. Rozycki <macro@embecosm.com>
840
841 * MAINTAINERS: Clarify the policy WRT the Write After Approval
842 list.
843
844 2021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
845
846 * MAINTAINERS (Reviewers, arc): Remove my entry.
847 (Write After Approval): Add an entry for myself.
848
849 2021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
850
851 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
852 * Makefile.in: Regenerate.
853 * configure: Regenerate.
854 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
855
856 2021-10-26 Jeff Law <jeffreyalaw@gmail.com>
857
858 * MAINTAINERS: Fix up Maciej's entries.
859
860 2021-10-26 Maciej W. Rozycki <macro@embecosm.com>
861
862 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
863 maintainer.
864
865 2021-10-22 Eric Gallager <egallager@gcc.gnu.org>
866
867 PR other/102663
868 * Makefile.def: Handle install-dvi target.
869 * Makefile.tpl: Likewise.
870 * Makefile.in: Regenerate.
871
872 2021-10-19 Clément Chigot <clement.chigot@atos.net>
873
874 * MAINTAINERS: Add myself for write after approval.
875
876 2021-10-12 Eric Gallager <egallager@gcc.gnu.org>
877
878 * Makefile.def: Mark libcody, libdecnumber,
879 c++tools, libgcc, and libobjc as missing TAGS
880 targets.
881 * Makefile.in: Regenerate.
882
883 2021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
884
885 * MAINTAINERS: Add myself to DCO section and update email
886 address.
887
888 2021-09-29 Jonathan Wakely <jwakely@redhat.com>
889
890 * MAINTAINERS: Add myself to DCO section.
891
892 2021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * configure: Regenerate.
895 * configure.ac (skipdirs): Add the contents of target_configdirs if
896 we are not building gcc.
897
898 2021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
899
900 * Makefile.def: Back-port commits ba4d88ad892f and
901 755ba58ebef0 from binutils-gdb repository.
902 * Makefile.in: Regenerated.
903
904 2021-09-20 Harald Anlauf <anlauf@gmx.de>
905
906 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
907
908 2021-09-17 Iain Sandoe <iain@sandoe.co.uk>
909
910 * Makefile.def: Add a jit check target for the jit
911 language.
912 * Makefile.in: Regenerate.
913
914 2021-09-16 Andrew Pinski <apinski@marvell.com>
915
916 PR bootstrap/67102
917 * Makefile.def: Have configure-target-libffi depend on
918 all-target-libstdc++-v3.
919 * Makefile.in: Regenerate.
920
921 2021-09-10 Petter Tomner <tomner@kth.se>
922
923 * MAINTAINERS: Me added to DCO and write after approval
924
925 2021-09-01 YunQiang Su <syq@debian.org>
926
927 * MAINTAINERS: Add myself for write after approval.
928
929 2021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
930
931 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
932 * Makefile.in: Regenerate.
933
934 2021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
935
936 * MAINTAINERS: Add myself for write after approval.
937
938 2021-08-18 Iain Sandoe <iain@sandoe.co.uk>
939
940 * Makefile.in: Regenerate.
941 * Makefile.tpl: Make the state of the configured host
942 shared flag available to makefile fragements.
943
944 2021-08-09 Hongyu Wang <hongyu.wang@intel.com>
945
946 * MAINTAINERS (Write After Approval): Add myself.
947
948 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
949
950 * .dir-locals.el (bug-reference-url-format): Use https.
951
952 2021-07-20 Richard Earnshaw <rearnsha@arm.com>
953
954 * .dir-locals.el (c-mode): Change fill-column to 79.
955
956 2021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
957
958 * MAINTAINERS: Add myself to DCO section.
959
960 2021-07-09 Iain Sandoe <iain@sandoe.co.uk>
961
962 * configure: Regenerate.
963 * configure.ac: Adjust cases for which it is necessary to
964 include the Darwin host config fragment.
965
966 2021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
967
968 * MAINTAINERS: Add myself for write after approval and DCO.
969
970 2021-07-05 Iain Sandoe <iain@sandoe.co.uk>
971
972 * Makefile.def: Add dsymutil defs.
973 * Makefile.in: Regenerated.
974 * Makefile.tpl: Add dsymutil to flags.
975 * configure: Regenerated.
976 * configure.ac: Add dsymutil to target and build recipes.
977
978 2021-07-01 Ankur Saini <arsenic@sourceware.org>
979
980 * MAINTAINERS: Add myself for write after approval.
981
982 2021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
983
984 * MAINTAINERS (Write After Approval): Add myself.
985
986 2021-06-25 Matthias Kretz <m.kretz@gsi.de>
987
988 * MAINTAINERS: Add myself for write after approval and DCO
989
990 2021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
991
992 * .gitignore: Add entry for cscope.out.
993
994 2021-06-22 liuhongt <hongtao.liu@intel.com>
995
996 * MAINTAINERS: Remove my Write After Approval entry.
997
998 2021-06-21 liuhongt <hongtao.liu@intel.com>
999
1000 * MAINTAINERS: Add myself as maintainer of the i386 vector
1001 extensions.
1002
1003 2021-06-18 Antoni Boucher <bouanto@zoho.com>
1004
1005 * MAINTAINERS (Write After Approval): Add myself.
1006
1007 2021-06-17 Aldy Hernandez <aldyh@redhat.com>
1008
1009 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1010 as *vrp and ranger maintainers.
1011
1012 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1013
1014 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1015 not trigger testsuite failures.
1016
1017 2021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1018
1019 * MAINTAINERS: Add myself to DCO section with both email addresses.
1020
1021 2021-06-03 Jason Merrill <jason@redhat.com>
1022
1023 * MAINTAINERS: Add DCO version number.
1024
1025 2021-06-02 Jason Merrill <jason@redhat.com>
1026
1027 * MAINTAINERS: Add DCO section.
1028
1029 2021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1030
1031 * MAINTAINERS (Write After Approval): Add myself.
1032
1033 2021-05-29 Mike Frysinger <vapier@gentoo.org>
1034
1035 * configure.ac: Add gnulib to configdirs for sim.
1036 * configure: Regenerate.
1037
1038 2021-05-18 Mike Frysinger <vapier@gentoo.org>
1039
1040 * Makefile.def: Add configure-sim dependency on all-gnulib.
1041 * Makefile.in: Regenerated.
1042
1043 2021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1044
1045 * MAINTAINERS (Write After Approval): Add myself.
1046
1047 2021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1048
1049 * MAINTAINERS (Write After Approval): Add myself.
1050
1051 2021-05-11 Martin Liska <mliska@suse.cz>
1052
1053 * MAINTAINERS: Remove entries for removed
1054 components (HSA, BRIG, libhsail-rt).
1055 Move Pekka to Write After Approval.
1056
1057 2021-05-11 Martin Liska <mliska@suse.cz>
1058
1059 * Makefile.def: Remove libhsail-rt.
1060 * Makefile.in: Likewise.
1061 * configure.ac: Likewise.
1062 * configure: Regenerate.
1063 * libhsail-rt/ChangeLog: Removed.
1064 * libhsail-rt/Makefile.am: Removed.
1065 * libhsail-rt/Makefile.in: Removed.
1066 * libhsail-rt/README: Removed.
1067 * libhsail-rt/aclocal.m4: Removed.
1068 * libhsail-rt/configure: Removed.
1069 * libhsail-rt/configure.ac: Removed.
1070 * libhsail-rt/configure.tgt: Removed.
1071 * libhsail-rt/include/internal/fibers.h: Removed.
1072 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1073 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1074 * libhsail-rt/include/internal/workitems.h: Removed.
1075 * libhsail-rt/rt/arithmetic.c: Removed.
1076 * libhsail-rt/rt/atomics.c: Removed.
1077 * libhsail-rt/rt/bitstring.c: Removed.
1078 * libhsail-rt/rt/fbarrier.c: Removed.
1079 * libhsail-rt/rt/fibers.c: Removed.
1080 * libhsail-rt/rt/fp16.c: Removed.
1081 * libhsail-rt/rt/misc.c: Removed.
1082 * libhsail-rt/rt/multimedia.c: Removed.
1083 * libhsail-rt/rt/queue.c: Removed.
1084 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1085 * libhsail-rt/rt/segment.c: Removed.
1086 * libhsail-rt/rt/workitems.c: Removed.
1087 * libhsail-rt/target-config.h.in: Removed.
1088
1089 2021-05-04 Nick Clifton <nickc@redhat.com>
1090
1091 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1092 * configure: Regenerate.
1093
1094 2021-04-28 Jakub Jelinek <jakub@redhat.com>
1095 Tobias Burnus <tobias@codesourcery.com>
1096
1097 * configure.ac (--enable-offload-defaulted): New.
1098 * configure: Regenerate.
1099
1100 2021-04-23 David Faust <david.faust@oracle.com>
1101
1102 * MAINTAINERS (Write After Approval): Add myself.
1103
1104 2021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1105
1106 * MAINTAINERS (Write After Approval): Add myself.
1107
1108 2021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1109
1110 * MAINTAINERS: Add myself as pru port maintainer.
1111
1112 2021-03-23 David Malcolm <dmalcolm@redhat.com>
1113
1114 * MAINTAINERS: Add myself as static analyzer maintainer.
1115
1116 2021-03-18 Jeff Law <jlaw@tachyum.com>
1117
1118 * MAINTAINERS: Update primary entry.
1119
1120 2021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1121
1122 * MAINTAINERS (Write After Approval): Add myself.
1123
1124 2021-03-13 Mike Frysinger <vapier@gentoo.org>
1125
1126 * Makefile.def: Remove all-sim dependency on configure-gdb.
1127 * Makefile.in: Regenerated.
1128
1129 2021-03-11 Jeff Law <law@redhat.com>
1130
1131 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1132
1133 2021-03-11 Martin Liska <mliska@suse.cz>
1134
1135 * Makefile.tpl: The change was done Makefile.in which
1136 is generated file.
1137
1138 2021-03-08 Jeff Law <law@redhat.com>
1139
1140 * MAINTAINERS: Update my email address
1141
1142 2021-02-23 Kito Cheng <kito.cheng@sifive.com>
1143
1144 * config.guess: Import latest upstream.
1145 * config.sub: Import latest upstream.
1146
1147 2021-01-25 Martin Liska <mliska@suse.cz>
1148
1149 PR gcov-profile/98739
1150 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1151 for profiledbootstrap.
1152
1153 2021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1154
1155 * MAINTAINERS (Write After Approval): Add myself.
1156
1157 2021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1158
1159 * MAINTAINERS (Write After Approval): Update my e-mail address.
1160
1161 2021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1162
1163 * MAINTAINERS: Fix spacing.
1164
1165 2021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1166
1167 * MAINTAINERS (Write After Approval): Add myself
1168
1169 2021-01-06 Nick Alcock <nick.alcock@oracle.com>
1170
1171 * Makefile.def: Sync with binutils-gdb:
1172 (dependencies): all-ld depends on all-libctf.
1173 (host_modules): libctf is no longer no_install.
1174 No longer no_check. Checking depends on all-ld.
1175 * Makefile.in: Regenerated.
1176
1177 2021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1178
1179 * libtool.m4: Match gnu* along other GNU systems.
1180 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1181 * libgo/configure: Re-generate.
1182
1183 2021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1184
1185 * MAINTAINERS: Update my email address.
1186
1187 2020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1188
1189 * MAINTAINERS (Write After Approval): Add myself.
1190
1191 2020-12-15 Nathan Sidwell <nathan@acm.org>
1192
1193 * Makefile.def
1194 * Makefile.in
1195 * Makefile.tpl
1196 * configure
1197 * configure.ac
1198
1199 2020-12-15 Nathan Sidwell <nathan@acm.org>
1200
1201 * Makefile.def: Add libcody.
1202 * configure.ac: Add libcody.
1203 * Makefile.in: Regenerated.
1204 * configure: Regenerated.
1205
1206 2020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1207
1208 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1209
1210 2020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1211
1212 PR target/97865
1213 * libtool.m4: Update handling of Darwin platform link flags
1214 for Darwin20.
1215
1216 2020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1217
1218 * .gitignore: Sync with binutils-gdb
1219
1220 2020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1221
1222 * MAINTAINERS: Add myself as arc port maintainer.
1223
1224 2020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1225
1226 PR d/87788
1227 * configure.ac: Don't disable D for *-*-darwin*.
1228 * configure: Regenerate.
1229
1230 2020-11-29 John David Anglin <danglin@gcc.gnu.org>
1231
1232 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1233 hppa64-*-hpux11*.
1234
1235 2020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1236
1237 * configure: Regenerate.
1238 * configure.ac: Add --bootstrap-hwasan option.
1239
1240 2020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1241
1242 * config.guess: Import latest upstream.
1243 * config.sub: Import latest upstream.
1244
1245 2020-11-16 Martin Liska <mliska@suse.cz>
1246
1247 * .gitignore: Add cache as clangd uses it now.
1248
1249 2020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1250
1251 * MAINTAINERS (Write After Approval): add myself
1252
1253 2020-11-09 Pat Bernardi <bernardi@adacore.com>
1254
1255 * MAINTAINERS (Write After Approval): Add myself.
1256
1257 2020-11-09 Jonathan Wakely <jwakely@redhat.com>
1258
1259 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1260 Remove FIXME comments.
1261
1262 2020-11-06 Martin Uecker <muecker@gwdg.de>
1263
1264 * MAINTAINERS: Update my email address.
1265
1266 2020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1267
1268 * MAINTAINERS (Write After Approval): Add myself.
1269
1270 2020-10-06 Tobias Burnus <tobias@codesourcery.com>
1271
1272 PR target/97302
1273 * configure.ac: Only set with_gmp to /usr/local
1274 if not building in tree.
1275 * configure: Regenerate.
1276
1277 2020-09-18 Omar Tahir <omar.tahir@arm.com>
1278
1279 * MAINTAINERS (Write After Approval): Add myself.
1280
1281 2020-08-26 Tobias Burnus <tobias@codesourcery.com>
1282
1283 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1284
1285 2020-08-20 Tobias Burnus <tobias@codesourcery.com>
1286
1287 PR bootstrap/96612
1288 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1289 if not the same as ${host}.
1290 * configure: Regenerate.
1291
1292 2020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1293
1294 * MAINTAINERS (Write After Approval): Add myself.
1295
1296 2020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1297
1298 * MAINTAINERS: Update my email address.
1299
1300 2020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1301
1302 * MAINTAINERS (Write After Approval): Add myself.
1303
1304 2020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1305
1306 * MAINTAINERS (Write After Approval): Add myself.
1307
1308 2020-06-12 Martin Liska <mliska@suse.cz>
1309
1310 * .gitignore: Add .clang-tidy.
1311
1312 2020-06-08 Jason Merrill <jason@redhat.com>
1313
1314 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1315 * configure: Regenerate.
1316
1317 2020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1318
1319 * MAINTAINERS: Add myself as xtensa port maintainer.
1320
1321 2020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1322
1323 * configure.ac: Don't require --enable-host-shared when building
1324 for Mingw.
1325 * configure: Regenerate.
1326
1327 2020-05-18 Jason Merrill <jason@redhat.com>
1328
1329 * configure.ac: Update bootstrap dialect to -std=c++11.
1330
1331 2020-05-18 Alex Coplan <alex.coplan@arm.com>
1332
1333 * MAINTAINERS (Write After Approval): Add myself.
1334
1335 2020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1336
1337 PR target/92713
1338 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1339 (noconfigdirs): Add 'target-libstdc++-v3'.
1340 * configure: Regenerate.
1341
1342 2020-04-21 Stephen Casner <casner@acm.org>
1343
1344 PR 25830
1345 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1346 * configure: Rebuild.
1347
1348 2020-04-17 Martin Liska <mliska@suse.cz>
1349 Jonathan Yong <10walls@gmail.com>
1350
1351 PR gcov-profile/94570
1352 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1353 for CYGWIN.
1354
1355 2020-04-14 Martin Jambor <mjambor@suse.cz>
1356
1357 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1358
1359 2020-04-09 Tom Tromey <tom@tromey.com>
1360
1361 * configure: Rebuild.
1362 * Makefile.in: Rebuild.
1363 * Makefile.def (gdbsupport, gdbserver): New host modules.
1364 (configure-gdb): Depend on all-gdbsupport.
1365 (all-gdb): Depend on all-gdbsupport, all-libctf.
1366 * configure.ac (host_tools): Add gdbserver.
1367 Conditionally build gdbserver and gdbsupport.
1368
1369 2020-03-09 Tobias Burnus <tobias@codesourcery.com>
1370
1371 * configure.ac: Build libgomp by default for amdgcn.
1372 * configure: Regenerate.
1373
1374 2020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1375
1376 * MAINTAINERS (Write After Approval): Add myself.
1377
1378 2020-02-28 Joel Hutton <joel.hutton@arm.com>
1379
1380 * MAINTAINERS (Write After Approval) : Add myself.
1381
1382 2020-02-20 Palmer Dabbelt <palmer@sifive.com>
1383
1384 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1385
1386 2020-02-14 Martin Sebor <msebor@redhat.com>
1387
1388 * doc/extend.texi (attribute alias): Mention type requirement.
1389 (attribute weak): Same.
1390 (attribute weakref): Correct invalid example.
1391
1392 2020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1393
1394 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1395
1396 2020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1397 Jakub Jelinek <jakub@redhat.com>
1398
1399 * .gitattributes: Add *.md diff=md.
1400
1401 2020-01-14 Georg-Johann Lay <avr@gjlay.de>
1402
1403 The mentioned auto-generated file is no more part of the
1404
1405 GCC sources, it's auto-generated in $(builddir) during build.
1406
1407 PR target/92055
1408 * contrib/gcc_update (files_and_dependencies): Remove
1409 entry for gcc/config/avr/t-multilib.
1410
1411 2020-01-14 Anatoly Sokolov <aesok@dol.ru>
1412
1413 * MAINTAINERS: Update my email address.
1414
1415 2020-01-13 Joseph Myers <joseph@codesourcery.com>
1416
1417 * README.MOVED_TO_GIT: Remove.
1418
1419 2020-01-11 Joseph Myers <joseph@codesourcery.com>
1420
1421 * README.MOVED_TO_GIT: New file.
1422
1423 2020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1424
1425 * MAINTAINERS (Write After Approval): Add myself.
1426
1427 2019-12-20 Jerome Lambourg <lambourg@adacore.com>
1428
1429 * MAINTAINERS (write_after_approval): Add myself.
1430
1431 2019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1432
1433 * MAINTAINERS (write_after_approval): Add myself.
1434
1435 2019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1436
1437 * MAINTAINERS (write_after_approval): Add myself.
1438
1439 2019-12-11 Matthias Klose <doko@ubuntu.com>
1440
1441 * configure.ac: Factor out common cases for compare_exclusions.
1442 * configure: Regenerate.
1443
1444 2019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1445
1446 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1447 flag.
1448
1449 2019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1450
1451 * MAINTAINERS (Write After Approval): Add myself.
1452
1453 2019-11-27 Tobias Burnus <tobias@codesourcery.com>
1454
1455 PR middle-end/92463
1456 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1457 * configure: Regenerate
1458
1459 2019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1460
1461 * configure.ac: Use https for gcc.gnu.org.
1462 * configure: Regenerated.
1463
1464 2019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1465
1466 * MAINTAINERS (aarch64 port): Remove my name, move to...
1467 (Write After Approval): ...Here.
1468
1469 2019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1470
1471 * MAINTAINERS: Change my email address as maintainer.
1472
1473 2019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1474
1475 PR fortran/91828
1476 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1477 * configure: Regenerated.
1478
1479 2019-10-21 Jason Merrill <jason@redhat.com>
1480
1481 * .gitattributes: Also check ChangeLog whitespace.
1482
1483 2019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1484
1485 * contrib/dg-extract-results.sh: Add support for KPASS.
1486 * contrib/dg-extract-results.py: Likewise.
1487
1488 2019-10-17 Jason Merrill <jason@redhat.com>
1489
1490 * .gitattributes: Avoid {} in filename pattern.
1491
1492 2019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1493
1494 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1495 Approval section.
1496
1497 2019-10-01 Frederik Harwath <frederik@codesourcery.com>
1498
1499 * MAINTAINERS: Add myself to Write After Approval
1500
1501 2019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1502
1503 * MAINTAINERS: Add myself as an aarch64 maintainer.
1504
1505 2019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1506
1507 * MAINTAINERS: Add myself as aarch64 maintainer.
1508
1509 2019-09-23 Carl Love <cel@us.ibm.com>
1510
1511 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1512 New define_insn.
1513 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1514 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1515
1516 2019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1517
1518 * MAINTAINERS (Sam Tebbs): Update email address.
1519
1520 2019-09-10 Tobias Burnus <tobias@codesourcery.com>
1521
1522 * MAINTAINERS: Update my email address.
1523
1524 2019-09-10 Christophe Lyon <christophe.lyon@st.com>
1525
1526 * libtool.m4: Handle uclinuxfdpiceabi.
1527
1528 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1529
1530 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1531 Remove myself from Write After Approval section.
1532
1533 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1534
1535 * configure.ac: Support for bpf-*-* targets.
1536 * configure: Regenerate.
1537
1538 2019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1539
1540 * config.sub: Import upstream version 2019-06-30.
1541 * config.guess: Import upstream version 2019-07-24.
1542
1543 2019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1544
1545 * MAINTAINERS: Remove spu port maintainers.
1546
1547 2019-08-28 Martin Liska <mliska@suse.cz>
1548
1549 * .gitignore: Add .clangd and compile_commands.json
1550 to .gitignore.
1551
1552 2019-08-23 Michael Forney <mforney@mforney.org>
1553
1554 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1555 * Makefile.in: Regenerate.
1556
1557 2019-08-19 Tom Tromey <tom@tromey.com>
1558
1559 * configure: Rebuild.
1560 * configure.ac: Add --with-static-standard-libraries.
1561
1562 2019-08-16 Alexandre Oliva <oliva@gnu.org>
1563
1564 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1565
1566 2019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1567
1568 * MAINTAINERS (Write After Approval): Add myself.
1569
1570 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1571
1572 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1573 RISC-V port maitainer.
1574
1575 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1576
1577 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1578
1579 2019-07-08 Kito Cheng <kito.cheng@sifive.com>
1580
1581 * MAINTAINERS (Write After Approval): Add myself.
1582
1583 2019-07-03 Andrea Corallo <andrea.corallo@arm.com>
1584
1585 * MAINTAINERS (Write After Approval): Add myself.
1586
1587 2019-06-25 Martin Liska <mliska@suse.cz>
1588
1589 contrib/filter-clang-warnings.py: Transform from
1590 filter-rtags-warnings.py.
1591
1592 2019-06-15 Tom Tromey <tom@tromey.com>
1593
1594 * configure.ac (host_libs): Add gnulib.
1595 * configure: Rebuild.
1596 * Makefile.def (host_modules, dependencies): Add gnulib.
1597 * Makefile.in: Rebuild.
1598
1599 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1600
1601 * MAINTAINERS (Write After Approval): Add myself.
1602
1603 2019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1604
1605 * configure: Regenerate.
1606 * configure.ac: Add PRU target.
1607
1608 2019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
1609
1610 * MAINTAINERS (Write After Approval): Add myself.
1611
1612 2019-06-11 Nick Clifton <nickc@redhat.com>
1613
1614 Import these changes from the binutils/gdb repository:
1615
1616 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1617
1618 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1619 and all its deps.
1620 * Makefile.in: Regenerated.
1621
1622 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1623
1624 * Makefile.def (host_modules): Add libctf.
1625 * Makefile.def (dependencies): Likewise.
1626 libctf depends on zlib, libiberty, and bfd.
1627 * Makefile.in: Regenerated.
1628 * configure.ac (host_libs): Add libctf.
1629 * configure: Regenerated.
1630
1631 2019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1632
1633 * MAINTAINERS (Write After Approval): Add myself.
1634
1635 2019-05-19 Peter Bergner <bergner@linux.ibm.com>
1636
1637 * MAINTAINERS: Update my email address.
1638
1639 2019-05-17 Thomas Rodgers <trodgers@redhat.com>
1640
1641 * MAINTAINERS (Write After Approval): Add myself.
1642
1643 2019-05-16 Jun Ma <junma@linux.alibaba.com>
1644
1645 * MAINTAINERS (Write After Approval): Add myself.
1646
1647 2019-05-07 Jim Wilson <jimw@sifive.com>
1648
1649 * MAINTAINERS: Remove myself as IA-64 maintainer.
1650
1651 2019-05-04 Roland Illig <roland.illig@gmx.de>
1652
1653 * MAINTAINERS (Write After Approval): Add myself.
1654
1655 2019-05-02 Richard Biener <rguenther@suse.de>
1656
1657 PR bootstrap/85574
1658 * Makefile.tpl (compare target): Also compare extra-compare
1659 files.
1660 * Makefile.in: Regenerate.
1661
1662 2019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1663
1664 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1665 as modulo-scheduler maintainer.
1666
1667 2019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1668
1669 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1670
1671 2019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1672
1673 * MAINTAINERS: Update my email address.
1674
1675 2019-04-14 Johannes Pfau <johannespfau@gmail.com>
1676
1677 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1678 * configure: Regenerate.
1679
1680 2019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1681
1682 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1683 * configure: Regenerate.
1684
1685 2019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1686
1687 * configure.ac: Add target-zlib to target_libraries.
1688 * configure: Regenerate.
1689
1690 2019-04-09 Martin Liska <mliska@suse.cz>
1691
1692 * Makefile.in: Regenerate.
1693 * Makefile.tpl: Pass GENERATOR_CFLAGS
1694 in all stages.
1695
1696 2019-03-28 Martin Liska <mliska@suse.cz>
1697
1698 PR bootstrap/89829
1699 * Makefile.in: Revert r254150.
1700 * Makefile.tpl: Likewise.
1701
1702 2019-03-28 Ben Elliston <bje@gnu.org>
1703
1704 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1705 related, and libdecnumber.
1706
1707 2019-03-15 Alexander Monakov <amonakov@ispras.ru>
1708
1709 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1710 (Write After Approval): Remove myself.
1711
1712 2019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1713
1714 * MAINTAINERS (Write After Approval): Add myself.
1715
1716 2019-02-11 Andrew Stubbs <ams@codesourcery.com>
1717
1718 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1719 (Write After Approval): Remove myself and Julian.
1720
1721 2019-01-26 Harald Anlauf <anlauf@gmx.de>
1722
1723 * MAINTAINERS (Write After Approval): Add myself.
1724
1725 2019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1726
1727 * MAINTAINERS (Write After Approval): Add myself.
1728
1729 2019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1730
1731 * ChangeLog: Replace space with tab.
1732 * MAINTAINERS: Delete 1 tab to keep alignment.
1733
1734 2019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1735
1736 * MAINTAINERS (Write After Approval): Add myself.
1737
1738 2019-01-18 Li Jia He <helijia@gcc.gnu.org>
1739
1740 * MAINTAINERS (Write After Approval): Add myself.
1741
1742 2019-01-17 Andrew Stubbs <ams@codesourcery.com>
1743 Kwok Cheung Yeung <kcy@codesourcery.com>
1744 Julian Brown <julian@codesourcery.com>
1745 Tom de Vries <tom@codesourcery.com>
1746 Jan Hubicka <hubicka@ucw.cz>
1747 Martin Jambor <mjambor@suse.cz>
1748
1749 * configure.ac: Likewise.
1750 * configure: Regenerate.
1751 * contrib/config-list.mk: Add amdgcn-amdhsa.
1752
1753 2019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1754
1755 * MAINTAINERS (Write After Approval): Add myself.
1756
1757 2019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1758
1759 * MAINTAINERS (Write After Approval): Add myself.
1760
1761 2019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1762
1763 PR target/88535
1764 * config.guess: Import upstream version 2019-01-03.
1765 * config.sub: Import upstream version 2019-01-01.
1766
1767 2018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1768
1769 * MAINTAINERS (Write After Approval): Update my maintainer address.
1770
1771 2018-12-21 Gergö Barany <gergo@codesourcery.com>
1772
1773 * MAINTAINERS (Write After Approval): Add myself.
1774
1775 2018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1776
1777 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1778
1779 2018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1780
1781 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1782 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1783 (GCC_TARGET_TOOL): Likewise.
1784 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1785 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
1786 OTOOL, OTOOL_FOR_TARGET: New substitutions.
1787 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
1788 * configure: Regenerate.
1789 * Makefile.in: Likewise.
1790
1791 2018-11-28 Johannes Pfau <johannespfau@gmail.com>
1792
1793 * MAINTAINERS (Write After Approval): Add myself.
1794
1795 2018-11-13 Martin Liska <mliska@suse.cz>
1796
1797 * gcc.target/i386/pr87930.c: Move to ...
1798 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1799
1800 2018-11-10 Stafford Horne <shorne@gmail.com>
1801
1802 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1803 (Write After Approval): Remove myself.
1804
1805 2018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1806
1807 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1808 Append $INCICONV to it.
1809
1810 2018-11-04 Stafford Horne <shorne@gmail.com>
1811
1812 * MAINTAINERS (Write After Approval): Add myself.
1813
1814 2018-10-31 Joseph Myers <joseph@codesourcery.com>
1815
1816 PR bootstrap/82856
1817 * multilib.am: New file. From automake.
1818
1819 Merge from binutils-gdb:
1820 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1821
1822 * libtool.m4: Use AC_LANG_SOURCE.
1823 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1824 * ar-lib: New file.
1825 * test-driver: New file.
1826 * configure: Re-generate.
1827
1828 2018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1829
1830 * MAINTAINERS (Write After Approval): Add myself.
1831
1832 2018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1833
1834 PR bootstrap/87788
1835 PR d/87799
1836 * configure: Rebuild.
1837 * configure.ac: Disable D on systems where it is known not to work.
1838
1839 2018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1840
1841 * Makefile.def (target_modules): Add libphobos.
1842 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1843 GDCFLAGS_FOR_TARGET.
1844 (dependencies): Make libphobos depend on libatomic, libbacktrace
1845 configure, and zlib configure.
1846 (language): Add language d.
1847 * Makefile.in: Rebuild.
1848 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1849 (HOST_EXPORTS): Add GDC.
1850 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1851 (BASE_TARGET_EXPORTS): Add GDC.
1852 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1853 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1854 (EXTRA_HOST_FLAGS): Add GDC.
1855 (STAGE1_FLAGS_TO_PASS): Add GDC.
1856 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1857 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1858 environment variables.
1859 * configure: Rebuild.
1860 * configure.ac: Add target-libphobos to target_libraries. Set and
1861 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1862
1863 2018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1864
1865 * MAINTAINERS (Write After Approval): Add myself.
1866
1867 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1868
1869 * MAINTAINERS (Write After Approval): Remove myself.
1870
1871 2018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1872
1873 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1874
1875 2018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1876
1877 * MAINTAINERS: Update my email address.
1878
1879 2018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1880
1881 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1882 maintainer.
1883
1884 2018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1885
1886 * MAINTAINERS (Write After Approval): Add self.
1887
1888 2018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1889
1890 * MAINTAINERS (write after approval): Add myself.
1891
1892 2018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1893
1894 * MAINTAINERS: Update my email address.
1895
1896 2018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1897
1898 * MAINTAINERS (write after approval): Add myself.
1899
1900 2018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1901
1902 * MAINTAINERS: Add self to global reviewers list.
1903
1904 2018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1905
1906 MAINTAINERS: Add c-sky port maintainers.
1907
1908 2018-08-10 Martin Liska <mliska@suse.cz>
1909
1910 * MAINTAINERS: Revert change in previous commit and
1911 join lines.
1912
1913 2018-08-10 Martin Liska <mliska@suse.cz>
1914
1915 * MAINTAINERS: Remove extra line.
1916
1917 2018-08-06 Naveen H.S <naveenh@marvell.com>
1918
1919 * MAINTAINERS: Update my email address.
1920
1921 2018-07-19 DJ Delorie <dj@redhat.com>
1922
1923 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1924 as maintainer.
1925
1926 2018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1927
1928 * MAINTAINERS: Adjust email address for me and my colleague Robin
1929 Dapp.
1930
1931 2018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1932 Sunil K Pandey <sunil.k.pandey@intel.com>
1933
1934 PR target/84413
1935 * config/i386/i386.c (m_CORE_AVX512): New.
1936 (m_CORE_AVX2): Likewise.
1937 (m_CORE_ALL): Add m_CORE_AVX2.
1938 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1939 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1940 and remove the rest of m_SKYLAKE_AVX512.
1941
1942 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1943
1944 * config.sub: Sync with upstream version 2018-07-03.
1945
1946 2018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1947
1948 * config.guess: Sync with upstream version 2018-06-26.
1949 * config.sub: Sync with upstream version 2018-07-02.
1950
1951 2018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1952
1953 * libtool.m4: Sort output of 'find' to enable deterministic builds.
1954 * ltmain.sh: Likewise.
1955
1956 2018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1957
1958 * contrib/config-list.mk: Remove powerpc-linux_paired.
1959
1960 2018-06-29 Alexandre Oliva <oliva@adacore.com>
1961
1962 * configure.ac: Introduce support for @unless/@endunless.
1963 * Makefile.tpl (dep-kind): Rewrite with cond; return
1964 postbootstrap in some cases.
1965 (make-postboot-dep, postboot-targets): New.
1966 (dependencies): Do not output postbootstrap dependencies at
1967 first. Output non-target ones changed for configure to depend
1968 on stage_last @if gcc-bootstrap, and the original deps @unless
1969 gcc-bootstrap.
1970 * configure.in, Makefile.in: Rebuilt.
1971
1972 2018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1973
1974 * MAINTAINERS (write after approval): Add myself.
1975
1976 2018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1977
1978 * MAINTAINERS (write after approval): Add myself.
1979
1980 2018-06-19 Nick Clifton <nickc@redhat.com>
1981
1982 * zlib/configure.ac: Restore old behaviour of only enabling
1983 multilibs when a target subdirectory is defined. This allows
1984 building with srcdir == builddir.
1985 * zlib/configure: Regenerate.
1986
1987 2018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1988
1989 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1990 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1991 * Makefile.in: Regenerate.
1992
1993 2018-06-16 Ben Elliston <bje@gnu.org>
1994
1995 * config.guess: Import latest version.
1996 * config.sub: Likewise.
1997
1998 2018-06-08 Martin Liska <mliska@suse.cz>
1999
2000 * MAINTAINERS: Remove MPX-related entries.
2001 * Makefile.def: Remove libmpx support.
2002 * Makefile.in: Regenerate.
2003 * configure.ac: Remove removed files.
2004 * configure: Regenerate.
2005 * libmpx/ChangeLog: Remove.
2006 * libmpx/Makefile.am: Remove.
2007 * libmpx/Makefile.in: Remove.
2008 * libmpx/acinclude.m4: Remove.
2009 * libmpx/aclocal.m4: Remove.
2010 * libmpx/config.h.in: Remove.
2011 * libmpx/configure: Remove.
2012 * libmpx/configure.ac: Remove.
2013 * libmpx/configure.tgt: Remove.
2014 * libmpx/libmpx.spec.in: Remove.
2015 * libmpx/mpxrt/Makefile.am: Remove.
2016 * libmpx/mpxrt/Makefile.in: Remove.
2017 * libmpx/mpxrt/libmpx.map: Remove.
2018 * libmpx/mpxrt/libtool-version: Remove.
2019 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2020 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2021 * libmpx/mpxrt/mpxrt.c: Remove.
2022 * libmpx/mpxrt/mpxrt.h: Remove.
2023 * libmpx/mpxwrap/Makefile.am: Remove.
2024 * libmpx/mpxwrap/Makefile.in: Remove.
2025 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2026 * libmpx/mpxwrap/libtool-version: Remove.
2027 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2028
2029 2018-06-04 Martin Liska <mliska@suse.cz>
2030
2031 * MAINTAINERS: Add myself as gcov maintainer.
2032
2033 2018-06-04 Matthew Fortune <mfortune@gmail.com>
2034
2035 * MAINTAINERS: Update my email address.
2036
2037 2018-06-04 Tom de Vries <tdevries@suse.de>
2038
2039 * MAINTAINERS: Remove write-after-approval entries for component
2040 maintainers.
2041
2042 2018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2043
2044 * MAINTAINERS (write after approval): Add myself.
2045
2046 2018-06-01 Bin Cheng <amker@gcc.gnu.org>
2047
2048 * MAINTAINERS: Update my email address.
2049
2050 2018-06-01 Tom de Vries <tdevries@suse.de>
2051
2052 * MAINTAINERS: Update my email address.
2053
2054 2018-05-22 Bin Cheng <bin.cheng@arm.com>
2055
2056 * MAINTAINERS (loop-optimizer): Add myself.
2057
2058 2018-05-01 Francois H. Theron <francois.theron@netronome.com>
2059
2060 * configure.ac: Added "nfp" target.
2061 * configure: Regenerate.
2062
2063 2018-04-30 Richard Biener <rguenther@suse.de>
2064
2065 PR bootstrap/85571
2066 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2067 (STAGE3_TFLAGS): Likewise.
2068 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2069 (STAGEtrain_TFLAGS): Likewise.
2070 * Makefile.in: Regenerate.
2071
2072 2018-04-26 Richard Biener <rguenther@suse.de>
2073
2074 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2075 (STAGE2_CFLAGS): Likewise.
2076 (STAGE2_TFLAGS): Likewise.
2077 (STAGE3_CFLAGS): Add -fchecking.
2078 (STAGE3_TFLAGS): Likewise.
2079 (STAGEtrain_CFLAGS): Filter out -fchecking.
2080 (STAGEtrain_TFLAGS): Likewise.
2081 * Makefile.in: Re-generate.
2082
2083 2018-04-25 Catherine Moore <clm@codesourcery.com>
2084
2085 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2086
2087 2018-04-18 Paul Clarke <pc@us.ibm.com>
2088
2089 * MAINTAINERS (write after approval): Add myself.
2090
2091 2018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2092
2093 * MAINTAINERS: Update my email address.
2094
2095 2018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2096
2097 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2098
2099 2018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2100
2101 * MAINTAINERS: Update my email address and disambiguate myself
2102 a bit from Will Schmidt.
2103
2104 2018-03-21 Nathan Sidwell <nathan@acm.org>
2105
2106 * MAINTAINERS: Move maintainers of now-removed picochip and score
2107 ports to write after approval.
2108
2109 2018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2110
2111 * MAINTAINERS: Add entry for SVE maintainership.
2112
2113 2018-02-13 Maciej W. Rozycki <macro@mips.com>
2114
2115 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2116 * configure: Regenerate.
2117
2118 2018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2119
2120 * MAINTAINERS (write after approval): Add myself.
2121
2122 2018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2123
2124 * MAINTAINERS (write after approval): Add myself.
2125
2126 2018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2127
2128 * MAINTAINERS (write after approval): Add myself.
2129
2130 2018-01-03 Jakub Jelinek <jakub@redhat.com>
2131
2132 Update copyright years.
2133
2134 2018-01-03 Ben Elliston <bje@gnu.org>
2135
2136 * config.guess: Import latest version.
2137 * config.sub: Likewise.
2138
2139 2017-12-12 Stafford Horne <shorne@gmail.com>
2140
2141 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2142 * configure: Regenerate.
2143
2144 2017-11-29 Qing Zhao <qing.zhao@oracle.com>
2145
2146 * MAINTAINERS (Write After Approval): Add myself.
2147
2148 2017-11-28 Julia Koval <julia.koval@intel.com>
2149 Sebastian Peryt <sebastian.peryt@intel.com>
2150
2151 * Makefile.def (target_modules): Remove libcilkrts.
2152 * Makefile.in: Ditto.
2153 * configure: Ditto.
2154 * configure.ac: Ditto.
2155
2156 2017-11-28 Julia Koval <julia.koval@intel.com>
2157
2158 * MAINTAINERS (Write After Approval): Add myself.
2159
2160 2017-11-22 Sudakshina Das <sudi.das@arm.com>
2161
2162 * MAINTAINERS (Write After Approval): Add myself.
2163
2164 2017-11-06 Palmer Dabbelt <palmer@sifive.com>
2165
2166 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2167 Use my SiFive email address.
2168
2169 2017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2170
2171 * MAINTAINERS (write after approval): Add myself.
2172
2173 2017-10-27 Martin Liska <mliska@suse.cz>
2174
2175 * Makefile.tpl: Use proper name of folder as it was renamed
2176 during transition to 4 stages.
2177 * Makefile.in: Regenerate.
2178
2179 2017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2180
2181 * MAINTAINERS (write after approval): Add myself.
2182
2183 2017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2184
2185 * MAINTAINERS: Add a note that maintainership also includes web
2186 pages, docs, and testsuite related to that area.
2187
2188 2017-09-25 Tom de Vries <tom@codesourcery.com>
2189
2190 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2191
2192 2017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2193
2194 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2195
2196 2017-09-15 Nathan Sidwell <nathan@acm.org>
2197
2198 * MAINTAINERS: Remove myself as a vxworks maintainer.
2199
2200 2017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2201
2202 * MAINTAINERS: Remove email address of Jim Norris.
2203
2204 2017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2205
2206 * MAINTAINERS (Reviewers): Move myself from here...
2207 (CPU Port Maintainers): ... to here.
2208
2209 2017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2210
2211 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2212
2213 2017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2214
2215 * MAINTAINERS (write after approval): Add myself.
2216
2217 2017-07-28 Tony Reix <tony.reix@atos.net>
2218
2219 * configure.ac (target-libffi): Don't disable for AIX.
2220 (go): Don't add to unsupported_languages on AIX.
2221 (target-libgo): Don't disable for AIX.
2222 * configure: Regenerate.
2223
2224 2017-07-19 Yury Gribov <tetra2005@gmail.com>
2225
2226 * MAINTAINERS: Add myself.
2227
2228 2017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2229
2230 * MAINTAINERS: Update my email address.
2231
2232 2017-07-04 Richard Earnshaw <rearnsha@arm.com>
2233
2234 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2235 arm-specific auto-generated header files.
2236
2237 2017-07-03 Nathan Sidwell <nathan@acm.org>
2238
2239 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2240 * configure: Rebuilt.
2241
2242 2017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2243
2244 * MAINTAINERS: Readd myself for c6x.
2245
2246 2017-06-28 Martin Liska <mliska@suse.cz>
2247
2248 PR bootstrap/81217
2249 * Makefile.def: Remove superfluous bootstrap_target from
2250 bootstrap_stage.
2251 * Makefile.in: Re-generate the file.
2252
2253 2017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2254
2255 * MAINTAINERS: Add myself to Write After Approval
2256
2257 2017-06-21 Andrew Jenner <andrew@codesourcery.com>
2258
2259 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2260
2261 2017-06-19 Martin Liska <mliska@suse.cz>
2262
2263 * Makefile.def: Define 4 stages PGO bootstrap.
2264 * Makefile.tpl: Define FLAGS.
2265 * Makefile.in: Regenerate.
2266
2267 2017-06-14 Ian Lance Taylor <iant@golang.org>
2268
2269 * Makefile.def: Add check-gotools to go check targets.
2270 * Makefile.in: Rebuild.
2271
2272 2017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2273
2274 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2275
2276 2017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2277
2278 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2279 * configure: Regenerate.
2280
2281 2017-05-31 Martin Liska <mliska@suse.cz>
2282
2283 * configure.ac: Add handling of stage2_werror_flags to
2284 action-if-given and to action-if-not-given.
2285 * configure: Regenerate.
2286
2287 2017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2288
2289 * MAINTAINERS: Add self to Write After Approval
2290
2291 2017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2292
2293 * MAINTAINERS: Update my email address, and remove myself as
2294 maintainer in some areas.
2295
2296 2017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2297
2298 * MAINTAINERS: Add self to Write After Approval
2299
2300 2017-05-25 Nathan Sidwell <nathan@acm.org>
2301
2302 * configure.ac: Add --enable-languages=default to mean default and
2303 make --enable-languages=all mean all supported languages.
2304 * configure: Regenerated.
2305
2306 2017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2307
2308 * config.gcc (powerpc*-*-*spe*): New.
2309 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2310 (powerpc-*-rtems*spe*): New.
2311 (powerpc*-*-linux*spe*): New.
2312 (powerpc-wrs-vxworksspe): New.
2313 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2314 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2315 * config.host (powerpc*-*-*spe*): New.
2316
2317 2017-05-19 Martin Liska <mliska@suse.cz>
2318
2319 * configure.ac: Add --enable-werror-always just for
2320 bootstrap-debug (or none build config) and do not add it
2321 when we are on a release branch.
2322 * configure: Regenerated.
2323
2324 2017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2325
2326 * MAINTAINERS: Add self to Write After Approval
2327
2328 2017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2329
2330 * MAINTAINERS: Move myself to Write After Approval section.
2331
2332 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2333
2334 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2335 ACCH registers.
2336 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2337 available.
2338 (umulsidi3): Likewise.
2339 (mulsidi3_700): Disable this pattern when we have advanced mpy
2340 instructions.
2341 (umulsidi3_700): Likewise.
2342 (maddsidi4): New pattern.
2343 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2344 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2345 (mpydu_imm_arcv2hs): Likewise.
2346 * config/arc/predicates.md (accl_operand): New predicate.
2347
2348 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2349 Andrew Burgess <andrew.burgess@embecosm.com>
2350
2351 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2352 case.
2353 (ARC_AUTOFP_IRQ_P): Likewise.
2354 (ARC_AUTO_IRQ_P): Likewise.
2355 (rgf_banked_register_count): New variable.
2356 (parse_mrgf_banked_regs_option): New function.
2357 (arc_override_options): Handle rgf_banked_regs option.
2358 (arc_handle_interrupt_attribute): Add firq option.
2359 (arc_compute_function_type): Return fast irq type when required.
2360 (arc_must_save_register): Handle fast interrupts.
2361 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2362 (arc_return_address_regs): Update.
2363 * config/arc/arc.h (arc_return_address_regs): Update.
2364 (arc_function_type): Add fast interrupt type.
2365 (ARC_INTERRUPT_P): Update.
2366 (RC_FAST_INTERRUPT_P): Define.
2367 * config/arc/arc.md (simple_return): Update for fast interrupts.
2368 (p_return_i): Likewise.
2369 * config/arc/arc.opt (mrgf-banked-regs): New option.
2370 * doc/invoke.texi (mrgf-banked-regs): Document.
2371
2372 2017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2373
2374 * config/arc/arc.c (irq_ctrl_saved): New variable.
2375 (ARC_AUTOBLINK_IRQ_P): Define.
2376 (ARC_AUTOFP_IRQ_P): Likewise.
2377 (ARC_AUTO_IRQ_P): Likewise.
2378 (irq_range): New function.
2379 (arc_must_save_register): Likewise.
2380 (arc_must_save_return_addr): Likewise.
2381 (arc_dwarf_emit_irq_save_regs): Likewise.
2382 (arc_override_options): Handle deferred options.
2383 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2384 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2385 arc_must_save_return_addr.
2386 (arc_compute_frame_size): Handle automated save and restore of
2387 registers.
2388 (arc_expand_prologue): Likewise.
2389 (arc_expand_epilogue): Likewise.
2390 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2391 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2392 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2393
2394 2017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2395 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2396
2397 PR bootstrap/77661
2398 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2399 in-tree build MPC.
2400 * Makefile.in: Regenerate.
2401
2402 2017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2403
2404 * configure.ac: Enable LTO by default on darwin >= 9.
2405 * configure: Regenerate.
2406
2407 2017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2408
2409 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2410 and Andrew Waterman as the RISC-V maintainers.
2411
2412 2017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2413
2414 * MAINTAINERS: Add self to Write After Approval
2415
2416 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2417
2418 * config.guess: Import latest from upstream.
2419
2420 2017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2421
2422 * MAINTAINERS (Write After Approval): Remove entries that are
2423 already covered under Reviewers.
2424
2425 2017-03-08 Mark Wielaard <mark@klomp.org>
2426
2427 PR demangler/70909
2428 PR demangler/67264
2429 * include/demangle.h: Add d_printing to struct demangle_component
2430 and pass struct demangle_component as non const.
2431
2432 2017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2433
2434 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2435
2436 2017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2437
2438 * Makefile.tpl: Remove HOST_ISLVER.
2439 (HOST_EXPORTS): Remove ISLVER.
2440 * Makefile.in: Regenerate.
2441
2442 2017-02-13 Richard Biener <rguenther@suse.de>
2443
2444 * configure: Re-generate.
2445
2446 2017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2447
2448 * MAINTAINERS: Adjust bug reporting URL.
2449
2450 2017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2451
2452 * MAINTAINERS (Write After Approval): Remove redundant entry
2453 for Andrew Burgess.
2454
2455 2017-02-03 John David Anglin <danglin@gcc.gnu.org>
2456
2457 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
2458 32-bit hppa*-*-hpux*.
2459 * configure: Regenerate.
2460
2461 2017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2462
2463 * configure.ac: Moved the white list of enabling BRIG FE to
2464 libhsail-rt/configure.tgt.
2465 * configure: Regenerated.
2466 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2467
2468 2017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
2469 Martin Jambor <mjambor@suse.cz>
2470
2471 * Makefile.def (target_modules): Added libhsail-rt.
2472 (languages): Added language brig.
2473 * Makefile.in: Regenerated.
2474 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2475 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2476 * configure: Regenerated.
2477
2478 2017-01-17 Jakub Jelinek <jakub@redhat.com>
2479
2480 PR other/79046
2481 * configure: Regenerated.
2482
2483 2017-01-04 Alan Modra <amodra@gmail.com>
2484
2485 * configure: Regenerate.
2486
2487 2016-12-29 Ben Elliston <bje@gnu.org>
2488
2489 * config.sub: Import latest version.
2490
2491 2016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2492
2493 * MAINTAINERS (Write After Approval): Add myself.
2494
2495 2016-12-21 Jakub Jelinek <jakub@redhat.com>
2496
2497 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2498 includes bootstrap-mpx.
2499 * configure: Regenerated.
2500
2501 2016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2502
2503 * MAINTAINERS (Write After Approval): Add myself.
2504
2505 2016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2506
2507 * configure: Regenerate.
2508
2509 2016-12-01 Matthias Klose <doko@ubuntu.com>
2510
2511 * configure.ac: Don't use pkg-config to check for bdw-gc.
2512 * configure: Regenerate.
2513
2514 2016-11-30 Matthias Klose <doko@ubuntu.com>
2515
2516 * Makefile.def: Remove reference to boehm-gc target module.
2517 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2518 options and for the bdw-gc pkg-config module.
2519 * configure: Regenerate.
2520 * Makefile.in: Regenerate.
2521
2522 2016-11-28 Nathan Sidwell <nathan@acm.org>
2523
2524 * MAINTAINERS (nvptx): Remove self.
2525
2526 2016-11-25 Ben Elliston <bje@gnu.org>
2527
2528 * config.guess: Import latest version.
2529 * config.sub: Likewise.
2530
2531 2016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2532
2533 * MAINTAINERS (Write After Approval): Add myself.
2534
2535 2016-11-15 Matthias Klose <doko@ubuntu.com>
2536
2537 * Makefile.def: Remove references to GCJ.
2538 * Makefile.tpl: Likewise.
2539 * Makefile.in: Regenerate.
2540
2541 2016-11-15 Matthias Klose <doko@ubuntu.com>
2542
2543 * config-ml.in: Remove references to GCJ.
2544 * configure.ac: Likewise.
2545 * configure: Regenerate.
2546
2547 2016-11-01 Josh Conner <joshconner@google.com>
2548
2549 * MAINTAINERS (Write After Approval): Update email address,
2550
2551 2016-10-27 Carl Love <cel@us.ibm.com>
2552
2553 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2554 Approval list to make it alphabetical.
2555
2556 2016-10-27 Carl Love <cel@us.ibm.com>
2557
2558 * MAINTAINERS (Write After Approval): Add myself.
2559
2560 2016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2561
2562 * MAINTAINERS (Reviewers): Add myself.
2563 (Write After Approval): Add myself.
2564
2565 2016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2566 Ulrich Weigand <uweigand@de.ibm.com>
2567
2568 * MAINTAINERS: Update email address.
2569
2570 2016-10-10 Nathan Sidwell <nathan@acm.org>
2571
2572 * MAINTAINERS: Update email address.
2573
2574 2016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2575
2576 * configure.ac: Add aarch64-*-freebsd*.
2577 * configure: Regenerate.
2578
2579 2016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2580
2581 * MAINTAINERS: Update email address after it got reverted.
2582
2583 2016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2584
2585 * configure.ac (target_libraries): Readd target-boehm-gc.
2586 Restore --enable-objc-gc handling.
2587 * configure: Regenerate.
2588
2589 2015-10-03 Jeff Law <law@redhat.com>
2590
2591 * MAINTAINERS: Move several inactive maintainers to the
2592 write-after-approval section.
2593
2594 2016-09-30 Jakub Jelinek <jakub@redhat.com>
2595
2596 * configure.ac: Add target-libffi to target_libraries.
2597 Readd libgcj target disablings, modified to only target-libffi.
2598 Readd target addition of go to unsupported languages.
2599 * configure: Regenerated.
2600
2601 2016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2602
2603 * MAINTAINERS: Update email address.
2604
2605 2016-09-30 Andrew Haley <aph@redhat.com>
2606
2607 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
2608 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2609 libgcj.
2610
2611 2016-09-30 Andrew Haley <aph@redhat.com>
2612
2613 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2614 write-after approval after GCJ deletion.
2615
2616 2016-09-30 Andrew Haley <aph@redhat.com>
2617
2618 * Makefile.def: Remove libjava.
2619 * Makefile.tpl: Likewise.
2620 * Makefile.in: Regenerate.
2621 * configure.ac: Likewise.
2622 * configure: Likewise.
2623 * gcc/java: Remove.
2624 * libjava: Likewise.
2625
2626 2016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2627
2628 * MAINTAINERS (Reviewers): Add myself.
2629
2630 2016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2631
2632 * configure.ac: Disable "sim" directory for arc*-*-*.
2633 * configure: Regenerated.
2634
2635 2016-09-23 Tamar Christina <tamar.christina@arm.com>
2636
2637 * MAINTAINERS (Write After Approval): Add myself.
2638
2639 2016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2640
2641 * configure.ac: Check for the minimum in-tree MPFR version
2642 handled.
2643 * configure: Regenerate.
2644
2645 2016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2646
2647 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2648 * configure: Regenerated.
2649
2650 2016-07-19 Fritz Reese <fritzoreese@gmail.com>
2651
2652 * MAINTAINERS (Write After Approval): Add myself.
2653
2654 2016-06-23 Andi Kleen <ak@linux.intel.com>
2655
2656 * Makefile.def: Add autoprofiledbootstrap.
2657 * Makefile.tpl: Dito.
2658 * Makefile.in: Regenerate.
2659
2660 2016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2661
2662 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2663 * configure: Regenerate.
2664
2665 2016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2666
2667 * configure: Regenerate.
2668 * configure.ac: Remove support for avr-rtems.
2669
2670 2016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2671
2672 * MAINTAINERS (Write After Approval): Add myself.
2673
2674 2016-06-16 Michael Collison <michael.collison@arm.com>
2675
2676 * MAINTAINERS (Write After Approval): Add myself.
2677
2678 2016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2679
2680 * MAINTAINERS (Write After Approval): Update e-mail address.
2681
2682 2016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2683
2684 * MAINTAINERS (Write After Approval): Add myself.
2685
2686 2016-05-28 Alan Modra <amodra@gmail.com>
2687
2688 * Makefile.tpl (configure): Depend on m4 files included.
2689 * Makefile.in: Regenerate.
2690
2691 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2692
2693 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2694 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2695
2696 2016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2697
2698 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2699 special case builtin.
2700 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2701 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2702 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2703 for __builtin_vec_addec.
2704
2705 2016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2706
2707 * config.guess: Import version 2016-04-02 (newest).
2708 * config.sub: Import version 2016-05-10 (newest).
2709
2710 2016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
2711
2712 * configure.ac: Add ARC support to libgloss.
2713 * configure: Regenerate
2714
2715 2016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2716
2717 * MAINTAINERS (Write After Approval): Add myself.
2718
2719 2016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2720
2721 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2722 * configure: Regenerated.
2723 * Makefile.def (gmp): Explicitly disable assembler.
2724 (mpfr): Adjust lib_path.
2725 (mpc): Likewise.
2726 * Makefile.in: Regenerated.
2727
2728 2016-05-01 Jakub Jelinek <jakub@redhat.com>
2729
2730 PR bootstrap/70704
2731 * configure.ac (--enable-stage1-checking): Add missing
2732 --enable-checking=.
2733 * configure: Regenerated.
2734
2735 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2736
2737 * config.guess: Revert r235676.
2738 * config.sub: Revert r235676.
2739
2740 2016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2741
2742 * config.guess: Remove SH5 support.
2743 * config.sub: Likewise.
2744 * configure: Likewise.
2745 * configure.ac: Likewise.
2746
2747 2016-04-26 Jakub Jelinek <jakub@redhat.com>
2748
2749 PR bootstrap/70704
2750 * configure.ac (--enable-stage1-checking): For --disable-checking or
2751 implicit --enable-checking, make sure extra flag matches in between
2752 stage1 and later checking.
2753 * configure: Regenerated.
2754
2755 2016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2756
2757 * .gitattributes: New file.
2758
2759 2016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2760
2761 * MAINTAINERS (rs6000/powerpc port): Add myself.
2762
2763 2016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2764
2765 PR bootstrap/70173
2766 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2767 and gotools directories. Delete the stage_final file.
2768 * Makefile.in: Regenerate.
2769
2770 2016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2771
2772 * MAINTAINERS (Write After Approval): Add myself.
2773
2774 2016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2775
2776 * MAINTAINERS (Fortran maintainer): Remove myself.
2777
2778 2016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2779
2780 * MAINTAINERS (Write After Approval): Add myself.
2781
2782 2016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2783
2784 * MAINTAINERS (Write After Approval): Add myself.
2785
2786 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2787
2788 Sync with binutils-gdb:
2789
2790 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2791
2792 * configure.ac: Add mips and s390 to the gold target check.
2793 * configure: Regenerate.
2794
2795 2016-03-01 DJ Delorie <dj@redhat.com>
2796
2797 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2798
2799 2016-02-22 David Malcolm <dmalcolm@redhat.com>
2800
2801 * MAINTAINERS (libcpp): Add myself.
2802 (diagnostic messages): Likewise.
2803
2804 2016-02-20 Tom de Vries <tom@codesourcery.com>
2805
2806 * MAINTAINERS: Fix whitespace.
2807
2808 2016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2809
2810 * MAINTAINERS (Write After Approval): Add myself.
2811
2812 2016-01-29 Sebastian Pop <s.pop@samsung.com>
2813
2814 * config/isl.m4: Add comments about isl-0.16.
2815 * configure: Regenerate.
2816
2817 2016-01-29 Martin Jambor <mjambor@suse.cz>
2818
2819 * MAINTAINERS (hsa maintainers): Add myself.
2820
2821 2015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2822
2823 * MAINTAINERS: (Write After Approval): Add myself.
2824
2825 2016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2826 Sebastian Pop <s.pop@samsung.com>
2827
2828 * Makefile.in: Regenerate.
2829 * Makefile.tpl: Export ISLVER.
2830 * configure: Regenerate.
2831 * config/isl.m4: Detect isl-0.15.
2832
2833 2016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2834
2835 PR bootstrap/69329
2836 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2837 * Makefile.in: Regenerate.
2838
2839 2016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2840
2841 * configure.ac: Enable LTO for DJGPP
2842 * configure: Regenerate
2843
2844 2016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2845
2846 Sync with binutils-gdb:
2847 2015-10-21 Nick Clifton <nickc@redhat.com>
2848
2849 PR gas/19109
2850 * configure.ac: Note the 'none' is an acceptable argument to
2851 --enable-compressed-debug-sections.
2852 * configure: Regenerate.
2853
2854 2016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2855
2856 PR bootstrap/69134
2857 * Makefile.def (mpfr): Disable assembler.
2858 * Makefile.in: Regenerate.
2859
2860 2016-01-01 Ben Elliston <bje@gnu.org>
2861
2862 * config.guess: Import version 2016-01-01.
2863 * config.sub: Likewise.
2864
2865 2015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2866
2867 * MAINTAINERS (Write After Approval): Add myself.
2868
2869 2015-12-17 Sebastian Pop <s.pop@samsung.com>
2870
2871 * Makefile.in: Replace ISL with isl.
2872 * Makefile.tpl: Same.
2873 * config/isl.m4: Same.
2874 * configure.ac: Same.
2875 * contrib/download_prerequisites: Same.
2876 * configure: Regenerate.
2877
2878 2015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2879
2880 * MAINTAINERS (Write After Approval): Add Myself.
2881
2882 2015-12-17 Nathan Sidwell <nathan@acm.org>
2883
2884 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2885 * configure: Regenerate.
2886
2887 2015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2888 Sebastian Pop <s.pop@samsung.com>
2889
2890 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2891 isl_ctx_get_max_operations.
2892 * configure: Regenerate.
2893
2894 2015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
2895
2896 * MAINTAINERS (Write After Approval): Add myself.
2897
2898 2015-12-02 Ian Lance Taylor <iant@google.com>
2899
2900 PR go/66147
2901 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2902 * Makefile.in: Regenerate.
2903
2904 2015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2905
2906 PR libffi/65726
2907 * Makefile.def (lang_env_dependencies): Make libffi depend
2908 on cxx.
2909 * Makefile.in: Regenerate.
2910
2911 2015-11-26 David Edelsohn <dje.gcc@gmail.com>
2912
2913 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2914 symbols.
2915
2916 2015-11-20 Tristan Gingold <gingold@adacore.com>
2917
2918 Sync with binutils-gdb:
2919 2015-11-20 Tristan Gingold <gingold@adacore.com>
2920
2921 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2922 * configure: Regenerate.
2923
2924 2015-11-19 Martin Liska <mliska@suse.cz>
2925
2926 * .gitignore: Add .clang-format to ignored files.
2927 * Makefile.in: Add clang-format.
2928 * Makefile.tpl: Likewise.
2929
2930 2015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2931
2932 * configure.ac: Enable libmpx by default.
2933 * configure: Regenerated.
2934
2935 2015-10-23 Steve Ellcey <sellcey@imgtec.com>
2936
2937 * MAINTAINERS: Update email address.
2938
2939 2015-10-23 Paulo Matos <pmatos@linki.tools>
2940
2941 * MAINTAINERS: Update email address.
2942
2943 2015-10-23 Alan Hayward <alan.hayward@arm.com>
2944
2945 * MAINTAINERS (Write After Approval): Add myself.
2946
2947 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2948
2949 Sync with binutils-gdb:
2950 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2951
2952 PR gas/19109
2953 * configure.ac: Add
2954 --enable-compressed-debug-sections={all,gas,gold,ld}.
2955 * configure: Regenerated.
2956
2957 2015-10-16 Arnaud Charlet <charlet@adacore.com>
2958
2959 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2960
2961 2015-10-09 Martin Liska <mliska@suse.cz>
2962
2963 * MAINTAINERS (Write After Approval): Add myself.
2964
2965 2015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2966
2967 * MAINTAINERS (Write After Approval): Add myself.
2968
2969 2015-10-02 Florian Weimer <fweimer@redhat.com>
2970
2971 * MAINTAINERS: Update email address.
2972
2973 2015-10-02 Louis Krupp <louis.krupp@zoho.com>
2974
2975 * MAINTAINERS (Write After Approval): Add myself.
2976
2977 2015-09-20 Kai Tietz <ktietz70@googlemail.com>
2978
2979 * MAINTAINERS: Update email.
2980
2981 2015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2982
2983 * MAINTAINERS: Update my email address.
2984
2985 2015-09-01 James Bowman <james.bowman@ftdichip.com>
2986
2987 * MAINTAINERS (ft32 port): Add myself.
2988
2989 2015-08-28 David Sherwood <david.sherwood@arm.com>
2990
2991 * MAINTAINERS: Add myself.
2992
2993 2015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2994
2995 * MAINTAINERS (Write After Approval): Add myself.
2996
2997 2015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2998
2999 PR libfortran/54572
3000 * Makefile.def: Make libgfortran depend on libbacktrace.
3001 * Makefile.in: Regenerate.
3002
3003 2015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3004
3005 * MAINTAINERS (Write After Approval): Add myself.
3006
3007 2015-08-12 Tom de Vries <tom@codesourcery.com>
3008
3009 PR other/67092
3010 * configure.ac: Remove --with_host_libstdcxx support.
3011 * configure: Regenerate.
3012
3013 2015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3014 Jakub Jelinek <jakub@redhat.com>
3015
3016 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3017 nvptx*-*-*.
3018 * configure: Regenerate.
3019
3020 2015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3021
3022 * Makefile.def (libiconv): Define bootstrap=true.
3023 Mark pdf/html/info as missing.
3024 (configure-gcc): Depend on all-libiconv.
3025 (all-gcc): Ditto.
3026 (configure-libcpp): Ditto.
3027 (all-libcpp): Ditto.
3028 (configure-intl): Ditto.
3029 (all-intl): Ditto.
3030 * Makefile.in: Regenerate.
3031
3032 2015-08-03 Bin Cheng <bin.cheng@arm.com>
3033
3034 * MAINTAINERS (loop ivopts): Add the entry and myself.
3035
3036 2015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3037
3038 * MAINTAINERS (nvptx): Add self.
3039
3040 2015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3041
3042 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3043 128-bit vector modes.
3044
3045 2015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
3046
3047 * MAINTAINERS (Write After Approval): Add myself.
3048
3049 2015-07-28 Ben Elliston <bje@gnu.org>
3050
3051 * config.sub, config.guess: Import from upstream.
3052
3053 2015-07-24 Michael Darling <darlingm@gmail.com>
3054
3055 PR other/66259
3056 * config-ml.in: Reflects renaming of configure.in to configure.ac
3057 * configure: Likewise
3058 * configure.ac: Likewise
3059
3060 2015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3061
3062 * MAINTAINERS: Update my email address.
3063
3064 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3065
3066 Sync with binutils-gdb:
3067 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3068
3069 * configure.ac (target_configdirs): Exclude target-zlib if
3070 target-libjava isn't built.
3071 * configure: Regenerated.
3072
3073 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3074
3075 Sync with binutils-gdb:
3076 2015-05-13 John David Anglin <dave.anglin@bell.net>
3077
3078 * configure.ac: Disable configuration of GDB for HPUX targets.
3079 * configure: Regenerate.
3080
3081 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3082
3083 * configure.ac: Add --with-system-zlib.
3084 * configure: Regenerated.
3085
3086 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3087
3088 * configure.ac: Add FT32 support.
3089 * configure: Regenerate.
3090
3091 2015-01-12 Anthony Green <green@moxielogic.com>
3092
3093 * configure.ac: Don't disable gprof for moxie.
3094 * configure: Rebuild.
3095
3096 2015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3097
3098 Sync with binutils-gdb:
3099 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3100
3101 PR ld/18355
3102 * Makefile.def: Add extra_configure_flags to host zlib.
3103 * configure.ac (extra_host_zlib_configure_flags): New. Set
3104 to --enable-host-shared When bfd is to be built as shared
3105 library. AC_SUBST.
3106 * Makefile.in: Regenerated.
3107
3108 2015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3109
3110 Sync with src:
3111 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3112 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3113 * Makefile.in: Regenerated.
3114
3115 2015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3116
3117 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3118 target.
3119 * configure: Regenerate.
3120
3121 2015-06-23 Ludovic Courtès <ludo@gnu.org>
3122
3123 * MAINTAINERS (Write After Approval): Add myself.
3124
3125 2015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3126
3127 * MAINTAINERS (OS Port Maintainers): Add myself.
3128 (Various Maintainers): Remove myself from libffi testsuite.
3129
3130 2015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3131
3132 * MAINTAINERS (gen* on machine desc): Add self.
3133
3134 2015-06-02 Jason Merrill <jason@redhat.com>
3135
3136 PR bootstrap/66319
3137 * configure.ac: Use -std=gnu++98.
3138
3139 2015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3140
3141 * MAINTAINERS (Write After Approval): Add myself.
3142
3143 2015-05-28 Mike Frysinger <vapier@gentoo.org>
3144
3145 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3146 * configure: Regenerate.
3147
3148 2015-05-26 Jason Merrill <jason@redhat.com>
3149
3150 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3151 * configure: Regenerate.
3152
3153 2015-05-16 James Bowman <james.bowman@ftdichip.com>
3154
3155 * configure.ac: FT32 target added.
3156 * configure: Regenerated.
3157
3158 2015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3159
3160 * MAINTAINERS (Write After Approval): Add myself.
3161
3162 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3163
3164 * MAINTAINERS (Write After Approval): Add myself.
3165
3166 2015-05-11 Paulo Matos <paulo@matos-sorge.com>
3167
3168 * configure.ac: Fix typo.
3169 * configure: Regenerate.
3170
3171 2015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3172
3173 * MAINTAINERS (Write After Approval): Add myself.
3174
3175 2015-05-03 Matthias Klose <doko@ubuntu.com>
3176
3177 * configure.ac: Match $host configured with triplets.
3178 * configure: Regenerate.
3179
3180 2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3181
3182 * Makefile.tpl: Remove surplus whitespace throughout.
3183 * Makefile.in: Regenerate.
3184
3185 2015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3186
3187 * MAINTAINERS (Various Maintainers): Add myself as instruction
3188 combiner maintainer.
3189
3190 2015-04-17 Jakub Jelinek <jakub@redhat.com>
3191
3192 PR bootstrap/62077
3193 * configure.ac (--enable-stage1-checking): Default to
3194 release,misc,gimple,rtlflag,tree,types if --disable-checking
3195 or --enable-checking is not specified and DEV-PHASE is not
3196 experimental.
3197 * configure: Regenerated.
3198
3199 2015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3200
3201 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3202 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3203 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3204 * Makefile.in: Regenerate.
3205
3206 2015-04-08 Cary Coutant <ccoutant@gmail.com>
3207
3208 * MAINTAINERS: Update my email address.
3209
3210 2015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3211
3212 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3213
3214 2015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3215
3216 * MAINTAINERS: Add myself as an arm port reviewer.
3217
3218 2015-03-25 Martin Liska <mliska@suse.cz>
3219 Yury Gribov <y.gribov@samsung.com>
3220
3221 * Makefile.in: Fix ln source location for vimrc file.
3222 * Makefile.tpl: Likewise.
3223
3224 2015-03-09 Aldy Hernandez <aldyh@redhat.com>
3225
3226 PR bootstrap/25672
3227 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3228 cross-compiling. Similarly for CXX_FOR_TARGET.
3229 * configure: Regenerate.
3230
3231 2015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3232
3233 * Makefile.def: Add libmpx.
3234 * configure.ac: Add libmpx.
3235 * Makefile.in: Regenerate.
3236 * configure: Regenerate.
3237
3238 2015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3239
3240 * MAINTAINERS (CPU Port Maintainers): Add myself
3241 i386 vector ISA extns mantainer.
3242
3243 2015-03-13 Jeff Law <law@redhat.com>
3244
3245 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3246 maintainer.
3247 Remove Richard Henderson as a maintainer for the x86 port.
3248
3249 2015-03-03 Joern Rennecke <gnu@amylaar.uk>
3250
3251 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3252
3253 2015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3254
3255 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3256 pointer bounds checker and i386 MPX maintainer.
3257
3258 2015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3259
3260 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3261
3262 2015-02-26 Martin Sebor <msebor@redhat.com>
3263
3264 * MAINTAINERS (Various Maintainers): Add self.
3265
3266 2015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3267
3268 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3269 Make sure it contains lto.
3270 * configure: Regenerate.
3271
3272 2015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3273
3274 * configure: Regenerate.
3275
3276 2015-02-06 Diego Novillo <dnovillo@google.com>
3277 1
3278 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3279 middle-end, docstring): Remove myself.
3280 (Write After Approval): Add myself.
3281
3282 2015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3283
3284 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3285 (Write After Approval): Update address.
3286
3287 2015-01-29 David Malcolm <dmalcolm@redhat.com>
3288
3289 PR jit/64780
3290 * configure.ac: Require the user to explicitly specify
3291 --enable-host-shared if the jit is enabled.
3292 * configure: Regenerate.
3293
3294 2015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3295
3296 * MAINTAINERS (Write After Approval): Add myself.
3297
3298 2015-01-25 Tom de Vries <tom@codesourcery.com>
3299
3300 * MAINTAINERS: Make whitespace consistent.
3301
3302 2015-01-23 Braden Obrzut <admin@maniacsvault.net>
3303
3304 * MAINTAINERS (Write After Approval): Add myself.
3305
3306 2015-01-20 Andre Vehreschild <vehre@gmx.de>
3307
3308 * MAINTAINERS: (Write After Approval): Add myself.
3309
3310 2015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3311
3312 * MAINTAINERS: (Write After Approval): Add myself.
3313
3314 2015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3315
3316 * MAINTAINERS: (Write After Approval): Add myself.
3317
3318 2015-01-13 Iain Sandoe <iain@codesourcery.com>
3319
3320 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3321 objective-c/c++ front end maintainer.
3322
3323 2015-01-13 Marek Polacek <polacek@redhat.com>
3324
3325 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3326
3327 2015-01-12 Jeff Law <law@redhat.com>
3328
3329 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3330 a very long time.
3331
3332 2015-01-09 Ian Lance Taylor <iant@google.com>
3333
3334 * configure.ac (host_tools): Add gotools.
3335 * Makefile.def (host_modules): Add gotools.
3336 (dependencies): Add dependency of all-gotools on all-target-libgo.
3337
3338 2015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3339
3340 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3341 * configure: Regenerate.
3342
3343 2015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3344
3345 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3346 all-target-libgomp.
3347 * Makefile.in: Regenerate.
3348
3349 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3350
3351 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3352
3353 2015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3354
3355 * configure.ac: Add Visium support.
3356 * configure: Regenerate.
3357
3358 2015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3359
3360 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3361 * configure: Regenerate.
3362
3363 2015-01-03 Andrew Pinski <apinski@cavium.com>
3364
3365 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3366 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3367 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3368 (OBJCOPY_FOR_TARGET): New variable.
3369 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3370 * Makefile.in: Regenerate.
3371 * configure.ac: Check for already installed target objcopy.
3372 Also GCC_TARGET_TOOL on objcopy.
3373 * configure: Regenerate.
3374
3375 2015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3376
3377 * config.sub: Update from upstream, to 2015-01-01 version.
3378 * config.guess: Ditto.
3379
3380 2014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3381
3382 * MAINTAINERS (RTEMS Ports): Add myself.
3383
3384 2014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3385
3386 * MAINTAINERS (Write After Approval): Add myself.
3387
3388 2014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3389
3390 * MAINTAINERS (Write After Approval): Add myself.
3391
3392 2014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3393
3394 * configure.ac (--enable-as-accelerator-for): Don't set
3395 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3396 * configure: Regenerate.
3397
3398 2014-12-13 Jakub Jelinek <jakub@redhat.com>
3399
3400 PR bootstrap/64023
3401 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3402 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3403 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3404 to CXX.
3405 * Makefile.in: Regenerated.
3406
3407 2014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3408 Yury Gribov <y.gribov@samsung.com>
3409
3410 * .gitignore: Added .local.vimrc and .lvimrc.
3411 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3412 * Makefile.in: Regenerate.
3413
3414 2014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
3415
3416 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3417 * configure: Regenerated.
3418
3419 2014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3420
3421 * MAINTAINERS (nvptx port): New entry.
3422
3423 2014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3424
3425 * configure: Regenerate.
3426
3427 2014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3428
3429 * configure.ac: Merge with Binutils.
3430
3431 2014-11-26 Tobias Burnus <burnus@net-b.de>
3432
3433 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3434 * Makefile.in: Regenerate.
3435
3436 2014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3437
3438 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3439 missing flex.
3440 * Makefile.in: Regenerated.
3441
3442 2014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3443
3444 * Makefile.in: Regenerate.
3445
3446 2014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3447
3448 PR bootstrap/63784
3449 * libtool.m4: Add $pic_flag with -shared.
3450
3451 2014-11-21 Renlin Li <Renlin.Li@arm.com>
3452
3453 * MAINTAINERS (Write After Approval): Added myself.
3454
3455 2014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3456
3457 * MAINTAINERS (write-after-approval): Add myself.
3458
3459 2014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3460
3461 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3462 from 2 years ago.
3463
3464 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3465
3466 Revert:
3467 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3468
3469 * MAINTAINERS (Write After Approval): Added myself as line map
3470 maintainer.
3471
3472 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3473
3474 Revert:
3475 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3476
3477 * MAINTAINERS (Write After Approval): Added myself.
3478
3479 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3480
3481 * MAINTAINERS (Write After Approval): Added myself.
3482
3483 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3484
3485 * MAINTAINERS (Write After Approval): Added myself as line map
3486 maintainer.
3487
3488 2014-11-17 Dodji Seketeli <dodji@redhat.com>
3489
3490 * MAINTAINERS (Various Maintainers): Added myself as line map
3491 maintainer.
3492
3493 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3494
3495 * move-if-change: Sync from upstream gnulib.
3496
3497 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3498
3499 * compile: Sync with upstream Automake.
3500 * depcomp: Ditto.
3501 * install-sh: Ditto.
3502 * missing: Ditto.
3503 * mkinstalldirs: Ditto.
3504 * ylwrap: Ditto.
3505
3506 2014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3507
3508 * config.sub: Update from upstream config repo.
3509 * config.guess: Ditto.
3510
3511 2014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3512
3513 * Makefile.def: Add liboffloadmic to target_modules. Make
3514 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3515 * Makefile.in: Regenerate.
3516 * configure: Regenerate.
3517 * configure.ac: Add liboffloadmic to target binaries.
3518 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3519 Add liboffloadmic to noconfig list when C++ is not supported.
3520
3521 2014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3522 Thomas Schwinge <thomas@codesourcery.com>
3523 Ilya Verbin <ilya.verbin@intel.com>
3524 Andrey Turetskiy <andrey.turetskiy@intel.com>
3525
3526 * configure: Regenerate.
3527 * configure.ac (--enable-as-accelerator-for)
3528 (--enable-offload-targets): New configure options.
3529
3530 2014-11-11 Tobias Burnus <burnus@net-b.de>
3531
3532 * Makefile.def: Make all-gcc depend on all-isl.
3533 * Makefile.in: Regenerate.
3534
3535 2014-11-11 David Malcolm <dmalcolm@redhat.com>
3536
3537 * ChangeLog.jit: New.
3538 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3539
3540 2014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3541
3542 PR target/63610
3543 * libtool.m4: Fix globbing of darwin versions.
3544 * configure: Regenerate.
3545
3546 2014-11-11 Tobias Burnus <burnus@net-b.de>
3547
3548 * Makefile.def: Remove CLooG.
3549 * Makefile.tpl: Ditto.
3550 * configure.ac: Ditto.
3551 * configure: Regenerate.
3552 * Makefile.in: Ditto.
3553
3554 2014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3555
3556 * configure.ac: Handle nvptx-*-*.
3557 * configure: Regenerate.
3558
3559 2014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3560
3561 * MAINTAINERS (Write After Approval): Add myself.
3562
3563 2014-10-31 Jakub Jelinek <jakub@redhat.com>
3564
3565 * Makefile.def (libcc1): Remove bootstrap=true;.
3566 * Makefile.in: Regenerated.
3567
3568 2014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3569
3570 * configure.ac: Update comment.
3571 * configure: Regenerate.
3572
3573 2014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3574
3575 * MAINTAINERS (Write After Approval): Add myself.
3576
3577 2014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3578
3579 * configure.ac (extra_host_libiberty_configure_flags): Add
3580 --enable-shared also for libcc1's benefit.
3581 * configure: Regenerate.
3582
3583 2014-10-29 Tristan Gingold <gingold@adacore.com>
3584
3585 * MAINTAINERS: Change my email address.
3586
3587 2014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3588 Tom Tromey <tromey@redhat.com>
3589
3590 * Makefile.def: Add libcc1 to host_modules.
3591 * configure.ac (host_tools): Add libcc1.
3592 * Makefile.in, configure: Rebuild.
3593
3594 2014-10-24 Hans-Peter Nilsson <hp@axis.com>
3595
3596 * configure.ac (build_configargs): Don't share config.cache between
3597 build subdirs.
3598 * configure: Regenerate.
3599
3600 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3601
3602 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3603 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3604 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3605 leon3v7 as leon3.
3606 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3607 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3608 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3609 * config/sparc/sparc.md (cpu): Add leon3v7.
3610 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3611
3612 2014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3613
3614 * MAINTAINERS (write-after-approval): Add myself.
3615
3616 2014-10-23 Ian Lance Taylor <iant@google.com>
3617
3618 * configure.ac: Disable the Go frontend on systems where it is known
3619 to not work.
3620 * configure: Regenerate.
3621
3622 2014-10-23 Richard Biener <rguenther@suse.de>
3623
3624 * Makefile.def: Add libcpp build module and dependencies.
3625 * configure.ac: Add libcpp build module.
3626 * Makefile.in: Regenerate.
3627 * configure: Likewise.
3628
3629 2014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3630
3631 * MAINTAINERS (write-after-approval): Add myself.
3632
3633 2014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3634
3635 * INSTALL/README: Do not mention CVS.
3636
3637 2014-10-03 Jing Yu <jingyu@google.com>
3638
3639 * configure.ac: Add aarch64 to list of targets that support gold.
3640 * configure: Regenerate.
3641
3642 2014-09-29 François Dumont <fdumont@gcc.gnu.org>
3643
3644 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3645
3646 2014-09-29 Catherine Moore <clm@codesourcery.com>
3647
3648 * MAINTAINERS: Add myself as MIPS maintainer.
3649
3650 2014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3651
3652 * MAINTAINERS: Move myself to MIPS maintainers.
3653
3654 2014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3655
3656 * MAINTAINERS: Put all email addresses between '<' and '>'.
3657
3658 2014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3659
3660 * MAINTAINERS: Move myself to reviewers (Fortran).
3661
3662 2014-09-01 Andi Kleen <ak@linux.intel.com>
3663
3664 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3665 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3666 * Makefile.in: Regenerate.
3667
3668 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3669
3670 * rtx-classes-status.txt: Delete
3671
3672 2014-08-28 David Malcolm <dmalcolm@redhat.com>
3673
3674 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3675
3676 2014-08-27 Sebastian Pop <s.pop@samsung.com>
3677
3678 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3679 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3680 of checking for version number.
3681 * configure: Regenerated.
3682 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3683
3684 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3685
3686 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3687 is done; begin phase 6 (use extra rtx_def subclasses).
3688
3689 2014-08-27 David Malcolm <dmalcolm@redhat.com>
3690
3691 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3692 done; begin phase 5 (additional rtx_def subclasses).
3693
3694 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3695
3696 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3697
3698 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3699
3700 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3701 SET_BB_HEADER are done.
3702
3703 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3704
3705 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3706 done.
3707
3708 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3709
3710 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3711
3712 2014-08-26 David Malcolm <dmalcolm@redhat.com>
3713
3714 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3715
3716 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3717
3718 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3719
3720 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3721
3722 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3723
3724 2014-08-25 David Malcolm <dmalcolm@redhat.com>
3725
3726 * rtx-classes-status.txt: Phase 3 (per-file commits within
3727 "config" subdirs) is done; begin phase 4 (removal of
3728 "scaffolding").
3729
3730 2014-08-23 David Malcolm <dmalcolm@redhat.com>
3731
3732 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3733 dir) is done; begin phase 3 (per-file commits within "config"
3734 subdirs).
3735
3736 2014-08-21 David Malcolm <dmalcolm@redhat.com>
3737
3738 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3739 phase 2 (per-file commits in main source dir).
3740
3741 2014-08-21 Bin Cheng <bin.cheng@arm.com>
3742
3743 * configure: Regenerated.
3744
3745 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3746
3747 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3748
3749 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3750
3751 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3752
3753 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3754
3755 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3756
3757 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3758
3759 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3760
3761 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3762
3763 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3764
3765 2014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3766
3767 * MAINTAINERS (Write After Approval): Add myself.
3768
3769 2014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3770
3771 * MAINTAINERS: Remove myself
3772
3773 2014-08-19 David Malcolm <dmalcolm@redhat.com>
3774
3775 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3776
3777 2014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3778
3779 * MAINTAINERS (Write After Approval): Add myself.
3780
3781 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3782
3783 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3784 SET_BB_HEADER, SET_BB_FOOTER
3785
3786 2014-08-18 David Malcolm <dmalcolm@redhat.com>
3787
3788 * rtx-classes-status.txt: New file
3789
3790 2014-08-18 Roman Gareev <gareevroman@gmail.com>
3791
3792 * configure.ac: Eliminate ClooG installation dependency.
3793 * configure: Regenerate.
3794 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3795 * Makefile.in: Regenerate.
3796
3797 2014-08-15 Ilya Verbin <iverbin@gmail.com>
3798
3799 * MAINTAINERS (Write After Approval): Add myself.
3800
3801 2014-08-15 Ilya Tocar <tocarip@gmail.com>
3802
3803 * MAINTAINERS (Write After Approval): Add myself.
3804
3805 2014-08-01 Jiong Wang <jiong.wang@arm.com>
3806
3807 * MAINTAINERS (Write After Approval): Add myself.
3808
3809 2014-07-28 Anthony Green <green@moxielogic.com>
3810
3811 Import from savannah.gnu.org:
3812 * config.sub: Update to 2014-07-28 version.
3813
3814 2014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3815
3816 * MAINTAINERS: Remove my MIPS maintainer entry.
3817
3818 2014-07-26 Uros Bizjak <ubizjak@gmail.com>
3819
3820 PR target/47230
3821 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3822 * configure: Regenerate.
3823
3824 2014-07-24 James Norris <jnorris@codesourcery.com>
3825
3826 * MAINTAINERS (Write After Approval): Add myself.
3827
3828 2014-07-20 Roman Gareev <gareevroman@gmail.com>
3829
3830 * configure.ac: Accept only CLooG 0.18.1.
3831 * configure: Regenerate.
3832
3833 2014-07-17 Roman Gareev <gareevroman@gmail.com>
3834
3835 * configure.ac: Don't accept isl 0.11.
3836 * configure: Regenerate.
3837
3838 2014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3839
3840 * MAINTAINERS (Write After Approval): Add myself.
3841
3842 2014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3843
3844 * configure.ac: Don't accept isl 0.10.
3845 * configure: Regenerate.
3846
3847 2014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
3848
3849 Fix include path for in-tree cloog.
3850 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3851 * configure: Regenerate.
3852
3853 2014-06-18 Richard Henderson <rth@redhat.com>
3854
3855 * .gitignore: Import gcc_update output.
3856
3857 2014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3858
3859 * config-ml.in: Robustify ac_configure_args parsing.
3860
3861 * configure.ac (--enable-linker-plugin-configure-flags)
3862 (--enable-linker-plugin-flags): New flags.
3863 (configdirs): Conditionally add libiberty-linker-plugin.
3864 * configure: Regenerate.
3865 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3866 (host_modules) <lto-plugin>: Pay attention to
3867 @extra_linker_plugin_flags@ and
3868 @extra_linker_plugin_configure_flags@.
3869 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3870 * Makefile.in: Regenerate.
3871
3872 * Makefile.tpl (configure-[+prefix+][+module+])
3873 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3874 "module_srcdir" instead of "module" for locating a module's srcdir.
3875 * Makefile.in: Regenerate.
3876
3877 2014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3878
3879 * MAINTAINERS (Write After Approval): Add myself.
3880
3881 2014-06-06 Sebastian Pop <sebpop@gmail.com>
3882
3883 * MAINTAINERS: Update my email address.
3884
3885 2014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3886
3887 * MAINTAINERS (Write After Approval): Add myself.
3888
3889 2014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3890
3891 * MAINTAINERS (Write After Approval): Add myself.
3892
3893 2014-05-30 Jonathan Wakely <jwakely@redhat.com>
3894
3895 PR libstdc++/61011
3896 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3897 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3898 * configure: Regenerate.
3899
3900 2014-05-28 Pedro Alves <palves@redhat.com>
3901
3902 * MAINTAINERS (Write After Approval): Add myself.
3903
3904 2014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3905
3906 * MAINTAINERS: Update my affiliation/email.
3907
3908 2014-05-19 Mike Stump <mikestump@comcast.net>
3909
3910 * MAINTAINERS: Add wide-int reviewers.
3911
3912 2014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3913
3914 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3915 * configure: Regenerated.
3916
3917 2014-05-15 Torvald Riegel <triegel@redhat.com>
3918
3919 * MAINTAINERS (libitm): Add myself as maintainer.
3920
3921 2014-05-07 Charles Baylis <charles.baylis@linaro.org>
3922
3923 * MAINTAINERS (Write After Approval): Add myself.
3924
3925 2014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3926
3927 * config.sub, config.guess: Import from upstream.
3928
3929 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3930
3931 * MAINTAINERS (Write After Approval): Put myself in correct order.
3932
3933 2014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
3937 2014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3938
3939 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3940 section.
3941
3942 2014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3943
3944 * MAINTAINERS (Write After Approval): Delete myself.
3945
3946 2014-04-17 Jakub Jelinek <jakub@redhat.com>
3947
3948 PR sanitizer/56781
3949 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3950 and -B* options with -Xcompiler.
3951
3952 2014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3953
3954 PR bootstrap/60620
3955 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
3956 * Makefile.in: Regenerate.
3957
3958 2014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3959
3960 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3961 for WINDRES_FOR_TARGET in default-manifest.o rule.
3962 * Makefile.in: Regenerate.
3963
3964 2014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3965
3966 * MAINTAINERS (Write After Approval): Add myself.
3967
3968 2014-03-26 Jakub Jelinek <jakub@redhat.com>
3969
3970 PR sanitizer/56781
3971 * Makefile.def: Set bootstrap=true; for host fixincludes.
3972 * configure.ac: Don't bootstrap host fixincludes unless
3973 --with-build-config=bootstrap-{a,ub}san.
3974 * Makefile.in: Regenerated.
3975 * configure: Regenerated.
3976
3977 2014-03-21 Jakub Jelinek <jakub@redhat.com>
3978
3979 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3980 --enable-vtable-verify option parsing. Don't add
3981 target-libsanitizer to bootstrap_target_libs unless
3982 --with-build-config=bootstrap-asan or
3983 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3984 to bootstrap_target_libs unless --enable-vtable-verify.
3985 * configure: Regenerated.
3986
3987 2014-03-10 Anatoly Sokolov <aesok@post.ru>
3988
3989 * MAINTAINERS (Write After Approval): Add myself.
3990
3991 2014-03-07 Denis Chertykov <chertykov@gmail.com>
3992
3993 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3994
3995 2014-03-07 Jakub Jelinek <jakub@redhat.com>
3996
3997 PR bootstrap/58572
3998 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3999 -I for libstdc++-v3 includes if $(LEAN).
4000 * Makefile.in: Regenerated.
4001
4002 2014-03-04 Jonathan Wakely <jwakely@redhat.com>
4003
4004 * MAINTAINERS: Update my email address.
4005
4006 2014-02-24 Walter Lee <walt@tilera.com>
4007
4008 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4009 (tilegx-*-*): Change to tilegx*-*-*.
4010 * configure: Regenerate.
4011
4012 2014-02-17 Loren J. Rittle <ljrittle@acm.org>
4013
4014 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4015
4016 2014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4017
4018 * MAINTAINERS (Write After Approval): Add myself.
4019
4020 2014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4021
4022 PR target/59788
4023 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4024 *solaris2*.
4025
4026 2014-01-21 John David Anglin <danglin@gcc.gnu.org>
4027
4028 * MAINTAINERS: Update my email address.
4029
4030 2014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4031
4032 * MAINTAINERS: Convert to UTF-8.
4033 Properly sort Xinliang David Li's entry.
4034
4035 2013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4036 Sandra Loosemore <sandra@codesourcery.com>
4037
4038 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4039 nios2 port maintainers.
4040
4041 2013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4042
4043 * MAINTAINERS (Write After Approval): Add myself.
4044
4045 2013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
4046
4047 * configure.ac: Add user-friendly check for native x86_64-linux
4048 multilibs.
4049 * configure: Regenerate.
4050
4051 2013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4052
4053 * MAINTAINERS: Add myself as sh maintainer.
4054
4055 2013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4056
4057 * MAINTAINERS: Add self as SLSR maintainer.
4058
4059 2013-11-18 Jan Hubicka <hubicka@ucw.cz>
4060
4061 * MAINTAINERS: Update my email address.
4062
4063 2013-11-15 David Edelsohn <dje.gcc@gmail.com>
4064
4065 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4066
4067 2013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4068
4069 * Makefile.in: Regenerate.
4070
4071 * Makefile.tpl: Fix typo.
4072 * Makefile.in: Regenerate partially.
4073
4074 2013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4075
4076 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4077 supported.
4078 * configure: Regenerated.
4079
4080 2013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4081
4082 * MAINTAINERS (Write After Approval): Add myself.
4083
4084 2013-10-30 Jason Merrill <jason@redhat.com>
4085
4086 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4087 --disable-build-format-warnings.
4088
4089 2013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4090
4091 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
4092 depend on libstdc++ and libgcc.
4093 * configure: Regenerate.
4094 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4095 libcilkrts for POSIX and i*86, and x86_64 architectures.
4096 * Makefile.in: Added libcilkrts related fields to support building it.
4097
4098 2013-10-26 Jeff Law <law@redhat.com>
4099
4100 * Makefile.def (target_modules): Remove libmudflap
4101 (languages): Remove check-target-libmudflap).
4102 * Makefile.in: Rebuilt.
4103 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4104 * configure.ac (target_libraries): Remove target-libmudflap.
4105 Remove checks which disabled libmudflap on some systems.
4106 * configure: Rebuilt.
4107 * libmudflap: Directory removed.
4108
4109 2013-10-21 Cong Hou <congh@google.com>
4110
4111 * MAINTAINERS (Write After Approval): Add myself.
4112
4113 2013-10-16 Mike Stump <mikestump@comcast.net>
4114
4115 * .dir-locals.el: Add.
4116
4117 2013-10-15 David Malcolm <dmalcolm@redhat.com>
4118
4119 * configure.ac: Add --enable-host-shared
4120 * configure: Regenerate.
4121
4122 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4123
4124 Import from savannah.gnu.org:
4125 * config.guess: Update to 2013-06-10 version.
4126 * config.sub: Update to 2013-10-01 version.
4127
4128 2013-10-01 Simon Cook <simon.cook@embecosm.com>
4129
4130 Changes to build configuration to allow big endian ARC ELF toolchain
4131 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4132 * configure: Regenerate.
4133
4134 2013-09-20 Alan Modra <amodra@gmail.com>
4135
4136 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4137 ppc host match. Support little-endian powerpc linux hosts.
4138
4139 2013-09-19 Dodji Seketeli <dodji@redhat.com>
4140
4141 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4142 maintainer.
4143
4144 2013-09-12 DJ Delorie <dj@redhat.com>
4145
4146 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4147 maintainers.
4148
4149 2013-09-03 Richard Biener <rguenther@suse.de>
4150
4151 * configure.ac: Also allow ISL 0.12.
4152 * configure: Regenerated.
4153
4154 2013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4155
4156 * MAINTAINERS (Write After Approval): Add myself.
4157
4158 2013-08-27 David Malcolm <dmalcolm@redhat.com>
4159
4160 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4161
4162 2013-08-26 Caroline Tice <cmtice@google.com>
4163
4164 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4165 "Various Reviewers" to libvtv "Various Maintainers".
4166
4167 2013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4168
4169 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4170
4171 2013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4172
4173 * MAINTAINERS: Update name, email.
4174
4175 2013-08-13 Adam Butcher <adam@jessamine.co.uk>
4176
4177 * MAINTAINERS (Write After Approval): Add myself.
4178
4179 2013-08-12 Caroline Tice <cmtice@google.com>
4180
4181 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4182 address in the Write After Approval section.
4183
4184 2013-08-09 Carlos O'Donell <carlos@redhat.com>
4185
4186 * MAINTAINERS (Write After Approval): Update email.
4187
4188 2013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4189
4190 * configure.ac: Adjust to check VTV_SUPPORTED.
4191 * configure: Regenerated.
4192
4193 2013-08-02 Caroline Tice <cmtice@google.com>
4194
4195 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4196 on non-linux systems; add target-libvtv to noconfigdirs; add
4197 libsupc++/.libs to C++ library search paths.
4198 * configure: Regenerated.
4199 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4200 libstdc++ and libgcc.
4201 * Makefile.in: Regenerated.
4202
4203 2013-07-19 Yvan Roux <yvan.roux@linaro.org>
4204
4205 * MAINTAINERS (Write After Approval): Add myself.
4206
4207 2013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4208 Shiva Chen <shiva0217@gmail.com>
4209
4210 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4211 nds32 port maintainers.
4212
4213 2013-07-17 Tim Shen <timshen91@gmail.com>
4214
4215 * MAINTAINERS (Write After Approval): Add myself.
4216
4217 2013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4218
4219 * configure.ac: Sync from binutils.
4220 * configure: Regenerate.
4221
4222 2013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4223
4224 * MAINTAINERS (Write After Approval): Add myself.
4225
4226 2013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4227
4228 * MAINTAINERS (Write After Approval): Add myself.
4229
4230 2013-05-17 David Malcolm <dmalcolm@redhat.com>
4231
4232 * MAINTAINERS (Write After Approval): Add myself.
4233
4234 2013-04-30 Brooks Moses <bmoses@google.com>
4235
4236 * MAINTAINERS: Update my email; move myself from Fortran
4237 reviewer to Write After Approval.
4238
4239 2013-04-16 Andreas Schwab <schwab@suse.de>
4240
4241 * configure.ac (aarch64-*-*): Don't disable java.
4242 * configure: Regenerate.
4243
4244 2013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4245
4246 * MAINTAINERS (Write After Approval): Add myself.
4247
4248 2013-03-30 Matthias Klose <doko@ubuntu.com>
4249
4250 * Makefile.def (target_modules): Don't install libffi.
4251 * Makefile.in: Regenerate.
4252
4253 2013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4254
4255 * MAINTAINERS (Write After Approval): Add myself.
4256
4257 2013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4258
4259 * MAINTAINERS (Write After Approval): Add myself.
4260
4261 2013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4262
4263 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4264 * configure: Regenerated.
4265
4266 2013-02-05 Ian Lance Taylor <iant@google.com>
4267
4268 PR go/55969
4269 * configure.ac: Disable libgo on some systems where it does not
4270 work.
4271
4272 2013-02-04 David Edelsohn <dje.gcc@gmail.com>
4273
4274 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4275 Remove Geoff Keating as rs6000 port maintainer, at his request.
4276
4277 2013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4278
4279 * MAINTAINERS: Update my email.
4280
4281 2013-01-23 Shenghou Ma <minux.ma@gmail.com>
4282
4283 * configure: Re-generate.
4284
4285 2013-01-15 Richard Biener <rguenther@suse.de>
4286
4287 PR other/55973
4288 * configure: Re-generate.
4289
4290 2013-01-14 Matthias Klose <doko@ubuntu.com>
4291
4292 * Makefile.def (install-target-libsanitizer): Depend on
4293 install-target-libstdc++-v3.
4294 * Makefile.in: Regenerate.
4295
4296 2013-01-14 Richard Biener <rguenther@suse.de>
4297
4298 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4299 * configure: Re-generate
4300
4301 2013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4302
4303 * config.sub: Update from config repo.
4304
4305 2013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4306
4307 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4308 * Makefile.in: Regenerate.
4309
4310 2013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4311
4312 * MAINTAINERS (arc): Add new port maintainership for myself.
4313
4314 2013-01-09 Jason Merrill <jason@redhat.com>
4315
4316 * .gitignore: Import from gdb repository.
4317
4318 2013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4319
4320 * Makefile.def (configure-gcc): Depend on all-gmp.
4321 (all-gcc): Remove dependency on all-gmp.
4322 * Makefile.in: Regenerated.
4323
4324 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4325
4326 * config.sub: Merge from config repo.
4327 * config.guess: Ditto.
4328
4329 2013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4330
4331 * Makefile.def: Merge from binutils.
4332 * Makefile.in: Ditto.
4333
4334 2013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4335
4336 * MAINTAINERS: Update my email.
4337
4338 2012-12-29 Ben Elliston <bje@gnu.org>
4339
4340 * config.guess: Update to 2012-12-29 version.
4341 * config.sub: Likewise.
4342
4343 2012-12-20 Matthias Klose <doko@ubuntu.com>
4344
4345 * Makefile.def (install-target-libgfortran): Depend on
4346 install-target-libquadmath, install-target-libgcc.
4347 (install-target-libsanitizer): Depend on install-target-libgcc.
4348 (install-target-libjava): Depend on install-target-libgcc.
4349 (install-target-libitm): Depend on install-target-libgcc.
4350 (install-target-libobjc): Depend on install-target-libgcc.
4351 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4352 * Makefile.in: Regenerate.
4353
4354 2012-12-19 Matthias Klose <doko@ubuntu.com>
4355
4356 * Makefile.def (install-target-libgo): Depend on
4357 install-target-libatomic.
4358 * Makefile.in: Regenerate.
4359
4360 2012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4361
4362 PR go/55201
4363 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4364 * Makefile.in: Regenerate.
4365
4366 2012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4367
4368 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4369 * configure: Regenerate.
4370
4371 2012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4372
4373 * config.sub: Merge from config repo.
4374
4375 2012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4376
4377 * Makefile.def (target_modules): Add bootstrap=true and
4378 raw_cxx=true to libsanitizer.
4379 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4380 * Makefile.in: Regenerated.
4381 * configure: Likewise.
4382
4383 2012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4384
4385 * MAINTAINERS: Remove self as RTL optimization maintainer.
4386
4387 2012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4388
4389 * MAINTAINERS (Write After Approval): Add myself.
4390
4391 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4392
4393 * Makefile.def (target_modules): Remove bootstrap=true and
4394 raw_cxx=true from libsanitizer.
4395 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4396 * Makefile.in: Regenerated.
4397 * configure: Likewise.
4398
4399 2012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4400
4401 * Makefile.def (target_modules): Add bootstrap=true and
4402 raw_cxx=true to libsanitizer.
4403 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4404 * Makefile.in: Regenerated.
4405 * configure: Likewise.
4406
4407 2012-11-28 Andrew Pinski <apinski@cavium.com>
4408
4409 PR bootstrap/54279
4410 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4411 * configure: Regenerate.
4412 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4413 * Makefile.in: Regenerate.
4414
4415 2012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4416
4417 * configure.ac: Disable libsanitizer if we're not building C++.
4418 * configure: Regenerate.
4419
4420 2012-11-15 Roland McGrath <roland@hack.frob.com>
4421
4422 * MAINTAINERS (Write After Approval): Add myself.
4423
4424 2012-11-15 Dmitry Vyukov <dvyukov@google.com>
4425
4426 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4427 Kostya Serebryany (kcc@google.com) and
4428 Jakub Jelinek (jakub@redhat.com).
4429 Rename area for Dodji Seketeli (dodji@redhat.com).
4430
4431 2012-11-15 Dodji Seketeli <dodji@redhat.com>
4432
4433 * MAINTAINERS: (asan.c, related): Add myself.
4434
4435 2012-11-14 Roland McGrath <mcgrathr@google.com>
4436
4437 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4438 * configure: Regenerate.
4439
4440 2012-11-13 Richard Henderson <rth@redhat.com>
4441
4442 * configure.ac: Move libsanitizer logic to subdirectory.
4443 * configure: Regenerate.
4444
4445 2012-11-13 Dodji Seketeli <dodji@redhat.com>
4446
4447 * configure.ac: Enable libsanitizer just on x86 linux for now.
4448 * configure: Re-generate.
4449
4450 2012-11-13 David Edelsohn <dje.gcc@gmail.com>
4451
4452 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4453 sections.
4454 * configure: Regenerate.
4455
4456 2012-11-13 Hans-Peter Nilsson <hp@axis.com>
4457
4458 * configure.ac: Add section for configdirs for libsanitizer.
4459 Disable for cris-*-* and mmix-*-*.
4460 * configure: Regenerate.
4461
4462 2012-11-12 Wei Mi <wmi@google.com>
4463
4464 * configure.ac: Add libsanitizer to target_libraries.
4465 * Makefile.def: Ditto.
4466 * configure: Regenerate.
4467 * Makefile.in: Regenerate.
4468 * libsanitizer: New directory for asan runtime. Contains an empty
4469 tsan directory.
4470
4471 2012-11-03 Corinna Vinschen <corinna@vinschen.de>
4472
4473 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4474 against Mingw64 w32api.
4475 * configure: Regenerate.
4476
4477 2012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4478
4479 * configure: Regenerated.
4480
4481 2012-11-03 Robert Mason <rbmj@verizon.net>
4482
4483 * configure.ac: add --disable-libstdcxx configure option
4484 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4485
4486 2012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4487
4488 * MAINTAINERS (Write After Approval): Add myself.
4489
4490 2012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4491
4492 * MAINTAINERS (Write After Approval): Add myself.
4493
4494 2012-10-24 Sharad Singhai <singhai@google.com>
4495
4496 * MAINTAINERS (Write After Approval): Add myself.
4497
4498 2012-10-24 Eric Christopher <echristo@gmail.com>
4499
4500 * MAINTAINERS: Update email address.
4501
4502 2012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4503
4504 PR bootstrap/54820
4505 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4506 * configure: Regenerate.
4507
4508 2012-10-23 Richard Earnshaw <rearnsha@arm.com>
4509
4510 * MAINTAINERS (aarch64): Add Marcus and myself.
4511
4512 2012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4513
4514 PR bootstrap/54820
4515 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4516 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4517 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4518 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4519 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4520 * Makefile.in: Regenerate.
4521 * configure.ac (have_static_libs): New variable and associated check.
4522 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4523 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4524 * configure: Regenerate.
4525
4526 2012-10-10 Richard Biener <rguenther@suse.de>
4527
4528 * MAINTAINERS: Adjust for changed surname.
4529
4530 2012-10-04 Lawrence Crowl <crowl@google.com>
4531
4532 * MAINTAINERS (Write After Approval): Add myself.
4533
4534 2012-10-01 Cary Coutant <ccoutant@google.com>
4535
4536 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4537
4538 2012-09-28 Ian Lance Taylor <iant@google.com>
4539
4540 * Makefile.def: Make all-target-libgo depend on
4541 all-target-libbacktrace.
4542 * Makefile.in: Rebuild.
4543
4544 2012-09-26 Ian Lance Taylor <iant@google.com>
4545
4546 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4547 * Makefile.in: Rebuild.
4548
4549 2012-09-20 Walter Lee <walt@tilera.com>
4550
4551 * configure.ac: Add tilegx to list of targets that support gold.
4552 * configure: Regenerate.
4553
4554 2012-09-20 Marek Polacek <polacek@redhat.com>
4555
4556 * MAINTAINERS (Write After Approval): Add myself.
4557
4558 2012-09-19 Steve Ellcey <sellcey@mips.com>
4559
4560 * configure.ac: Add mips*-mti-elf* target.
4561 * configure: Regenerate.
4562
4563 2012-09-17 Ian Lance Taylor <iant@google.com>
4564
4565 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4566 * configure.ac (host_libs): Add libbacktrace.
4567 (target_libraries): Add libbacktrace.
4568 * Makefile.def (host_modules): Add libbacktrace.
4569 (target_modules): Likewise.
4570 * configure, Makefile.in: Rebuild.
4571
4572 2012-09-14 David Edelsohn <dje.gcc@gmail.com>
4573
4574 PR target/38607
4575 Merge upstream change.
4576 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4577
4578 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4579 Add libgomp*.o to compare_exclusions for AIX.
4580 * configure: Regenerate.
4581
4582 2012-09-06 Diego Novillo <dnovillo@google.com>
4583
4584 * configure.ac: Bump minimum GMP version to 4.2.3.
4585 * configure: Re-generate.
4586
4587 2012-09-05 Georg-Johann Lay <avr@gjlay.de>
4588
4589 PR target/54461
4590 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4591 target-libgloss if not configured --with-avrlibc=no.
4592 * configure: Regenerate.
4593
4594 2012-09-04 Jason Merrill <jason@redhat.com>
4595
4596 * configure.ac: Fix --enable-languages=all.
4597
4598 2012-09-04 Christophe Lyon <christophe.lyon@st.com>
4599
4600 * MAINTAINERS (Write After Approval): Add myself.
4601
4602 2012-09-03 Richard Guenther <rguenther@suse.de>
4603
4604 PR bootstrap/54138
4605 * configure.ac: Re-organize ISL / CLOOG checks to allow
4606 disabling with either --without-isl or --without-cloog.
4607 * configure: Regenerated.
4608
4609 2012-09-03 Georg-Johann Lay <avr@gjlay.de>
4610
4611 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4612 * configure: Regenerate.
4613
4614 2012-08-27 Ulrich Drepper <drepper@gmail.com>
4615
4616 * MAINTAINERS: Fix my email address.
4617
4618 2012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4619
4620 PR binutils/4970
4621 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4622 and opcodes.
4623 * Makefile.in: Regenerated.
4624
4625 2012-08-26 Art Haas <ahaas@impactweather.com>
4626
4627 * configure: Regenerate.
4628
4629 2012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4630
4631 * INSTALL/README: Also refer to the online installation
4632 instructions.
4633
4634 2012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4635
4636 * MAINTAINERS (Write After Approval): Add myself.
4637 (Picochip port): Remove myself.
4638
4639 2012-08-14 Diego Novillo <dnovillo@google.com>
4640
4641 Merge from cxx-conversion branch.
4642
4643 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4644 POSTSTAGE1_CONFIGURE_FLAGS.
4645 * Makefile.in: Regenerate.
4646 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4647 Force C++ when bootstrapping.
4648 * configure: Regenerate.
4649
4650 2012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4651
4652 * MAINTAINERS (Write After Approval): Add myself.
4653
4654 2012-07-16 Joseph Myers <joseph@codesourcery.com>
4655
4656 * README: Document use of ranges of years in copyright notices.
4657
4658 2012-07-06 Richard Guenther <rguenther@suse.de>
4659
4660 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4661 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4662 --with-gmp=system.
4663 * Makefile.in: Regenerated.
4664 * configure: Likewise.
4665
4666 2012-07-06 Richard Guenther <rguenther@suse.de>
4667
4668 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4669 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4670 supply V=1 as extra_make_flags.
4671 * configure: Regenerated.
4672 * Makefile.in: Likewise.
4673
4674 2012-07-04 Tristan Gingold <gingold@adacore.com>
4675
4676 * configure: Regenerate.
4677
4678 2012-07-03 Richard Guenther <rguenther@suse.de>
4679
4680 * Makfile.def (isl): Remove not necessary extra_exports and
4681 extra_make_flags.
4682 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4683 * Makefile.in: Regenerated.
4684
4685 2012-07-03 Richard Guenther <rguenther@suse.de>
4686
4687 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4688 * configure.ac: If either the ISL or the CLooG check failed
4689 do not try to build in-tree versions.
4690 * Makefile.in: Regenerated.
4691 * configure: Regenerated.
4692
4693 2012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4694
4695 * configure: Regenerate.
4696
4697 2012-07-02 Janis Johnson <janisjo@codesourcery.com>
4698
4699 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4700 maintainer.
4701
4702 2012-07-02 Richard Guenther <rguenther@suse.de>
4703
4704 * configure: Regenerated.
4705
4706 2012-07-02 Richard Guenther <rguenther@suse.de>
4707 Michael Matz <matz@suse.de>
4708 Tobias Grosser <tobias@grosser.es>
4709 Sebastian Pop <sebpop@gmail.com>
4710
4711 * Makefile.def: Add ISL host module, remove PPL host module.
4712 Adjust ClooG host module to use the proper ISL.
4713 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4714 * configure.ac: Include config/isl.m4. Add ISL host library,
4715 remove PPL. Remove PPL configury, add ISL configury, adjust
4716 ClooG configury.
4717 * Makefile.in: Regenerated.
4718 * configure: Likewise.
4719
4720 2012-07-02 Richard Guenther <rguenther@suse.de>
4721
4722 Merge from graphite branch
4723 2011-07-21 Tobias Grosser <tobias@grosser.es>
4724
4725 * configure: Regenerated.
4726 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4727 both cloog.org and legacy versions. The only supported version will
4728 be CLooG with the isl backend.
4729
4730 2011-07-21 Tobias Grosser <tobias@grosser.es>
4731
4732 * configure: Regenerated.
4733 * configure.ac: Require cloog isl 0.17.0
4734
4735 2011-07-21 Tobias Grosser <tobias@grosser.es>
4736
4737 * configure: Regenerated.
4738 * config/cloog.m4: Do not define CLOOG_ORG
4739
4740 2012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4741
4742 * configure.ac: Skip C if explicitly selected.
4743 * configure: Regenerate.
4744
4745 2012-06-28 Christophe Lyon <christophe.lyon@st.com>
4746
4747 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4748 they contain -O2.
4749 * configure: Regenerate.
4750
4751 2012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4752
4753 PR debug/53740
4754 * df.h, df-problems.c, dce.c: Revert last patch.
4755
4756 2012-06-25 Iain Sandoe <iain@codesourcery.com>
4757
4758 * MAINTAINERS (Write After Approval): Update my email address.
4759
4760 2012-06-21 Meador Inge <meadori@codesourcery.com>
4761
4762 * MAINTAINERS (Write After Approval): Add myself.
4763
4764 2012-06-20 Jason Merrill <jason@redhat.com>
4765
4766 * Makefile.tpl (check-target-libgomp-c++): New.
4767 (check-target-libitm-c++): New.
4768 * Makefile.def (c++): Add them.
4769 * Makefile.in: Regenerate.
4770
4771 2012-05-29 Edmar Wienskoski <edmar@freescale.com>
4772
4773 * MAINTAINERS (Write After Approval): Add myself.
4774
4775 2012-05-16 Olivier Hainque <hainque@adacore.com>
4776
4777 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4778 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4779 (install-no-fixedincludes): Adjust accordingly.
4780 * Makefile.in: Regenerate.
4781
4782 2012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4783
4784 Merge upstream change
4785 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4786
4787 2012-05-14 Marc Glisse <marc.glisse@inria.fr>
4788
4789 * MAINTAINERS (Write After Approval): Add myself.
4790
4791 2012-05-09 Nick Clifton <nickc@redhat.com>
4792 Paul Smith <psmith@gnu.org>
4793
4794 PR bootstrap/50461
4795 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4796 allow for the fact that from release v3.1.0 of MPFR the source
4797 files were moved into a src sub-directory.
4798 * configure: Regenerate.
4799
4800 2012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4801
4802 * configure.ac: Bump minimum MPFR version to 2.4.0.
4803 * configure: Regenerated.
4804
4805 2012-05-01 Richard Henderson <rth@redhat.com>
4806
4807 * Makefile.def (libatomic): New target_module.
4808 * configure.ac (target_libraries): Add libatomic.
4809 (noconfigdirs): Check if libatomic is supported.
4810 * Makefile.in, configure: Rebuild.
4811
4812 2012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4813
4814 * MAINTAINERS (Write After Approval): Add myself.
4815
4816 2012-04-25 Joel Brobecker <brobecker@adacore.com>
4817
4818 * config.sub: Update to 2012-04-18 version from official repo.
4819
4820 2012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4821
4822 * MAINTAINERS (Write After Approval): Add myself.
4823
4824 2012-04-11 Steve Ellcey <sellcey@mips.com>
4825
4826 * MAINTAINERS: Changed email address.
4827
4828 2012-03-28 Georg-Johann Lay <avr@gjlay.de>
4829
4830 PR target/52737
4831 * contrib/gcc_update (files_and_dependencies):
4832 Remove gcc/config/avr/t-multilib from touch data.
4833
4834 2012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4835
4836 * MAINTAINERS (OS Port Maintainers): Remove irix.
4837 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4838 (unsupported_languages): Remove mips-sgi-irix6.*.
4839 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4840 (with_stabs): Remove.
4841 * configure: Regenerate.
4842
4843 2012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4844
4845 * MAINTAINERS (OS Port Maintainers): Remove osf.
4846 * configure.ac (enable_libgomp): Remove *-*-osf*.
4847 (with_stabs): Remove alpha*-*-osf*.
4848 * configure: Regenerate.
4849
4850 2012-03-05 Tristan Gingold <gingold@adacore.com>
4851
4852 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4853 * configure: Regenerate.
4854
4855 2012-02-17 Walter Lee <walt@tilera.com>
4856
4857 * MAINTAINERS: (Write After Approval): Delete myself.
4858
4859 2012-02-14 Walter Lee <walt@tilera.com>
4860
4861 * MAINTAINERS (tilegx port): Add myself.
4862 (tilepro port): Add myself.
4863 (Write After Approval): Add myself.
4864
4865 2012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4866
4867 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4868 and Joseph Myers as docstring relicensing maintainers.
4869
4870 2012-02-09 Bin Cheng <bin.cheng@arm.com>
4871
4872 * MAINTAINERS (write-after-approval): Add myself.
4873
4874 2012-02-08 Ira Rosen <irar@il.ibm.com>
4875
4876 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4877 maintainer.
4878
4879 2012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4880
4881 * MAINTAINERS (Write After Approval): Move myself to
4882 maintain alphabetical order.
4883
4884 2012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4885
4886 * MAINTAINERS (Write After Approval): Add myself.
4887
4888 2012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4889
4890 * MAINTAINERS (Write After Approval): Add myself.
4891
4892 2012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4893 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4894
4895 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4896 * configure: Regenerate.
4897
4898 2012-01-23 Harshit Chopra <harshit@google.com>
4899
4900 * MAINTAINERS (Write After Approval): Add myself.
4901
4902 2012-01-22 Douglas B Rupp <rupp@ngnat.com>
4903
4904 * configure.ac: Remove reference to mh-interix.
4905 * configure: Regenerate.
4906
4907 2012-01-05 Richard Henderson <rth@redhat.com>
4908
4909 PR bootstrap/51072
4910 * configure.ac: Disable libitm if c++ is not enabled.
4911 * configure: Rebuild.
4912
4913 * configure.ac: Fix regexp for same.
4914 * configure: Rebuild.
4915
4916 2012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4917
4918 * MAINTAINERS (Write After Approval): Add myself.
4919
4920 2012-01-02 Richard Guenther <rguenther@suse.de>
4921
4922 PR bootstrap/51686
4923 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4924 * Makefile.in: Regenerate.
4925
4926 2011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4927
4928 * MAINTAINERS (Write After Approval): Add myself.
4929
4930 2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4931
4932 * configure: Regenerate.
4933
4934 2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4935
4936 * MAINTAINERS (picochip): Changed email address.
4937
4938 2011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4939
4940 * MAINTAINERS (write-after-approval): Add self.
4941
4942 2011-11-29 DJ Delorie <dj@redhat.com>
4943
4944 * configure.ac (rl78-*-*) New case.
4945 * configure: Regenerate.
4946 * MAINTAINERS: Add myself as RL78 maintainer.
4947
4948 2011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4949
4950 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4951
4952 2011-11-21 Andreas Tobler <andreast@fgznet.ch>
4953
4954 * libtool.m4: Additional FreeBSD 10 fixes.
4955
4956 2011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4957
4958 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4959 Maintainers section, as Epiphany maintainer.
4960
4961 2011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4962
4963 PR target/49992
4964 * configure.ac: Remove ranlib special-casing for Darwin.
4965 * configure: Regenerate.
4966
4967 2011-11-12 Andrey Belevantsev <abel@ispras.ru>
4968
4969 * MAINTAINERS (Reviewers): Keep the list sorted.
4970
4971 2011-11-11 Andrey Belevantsev <abel@ispras.ru>
4972
4973 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4974
4975 2011-11-09 Roland McGrath <mcgrathr@google.com>
4976
4977 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4978 * configure: Rebuild.
4979 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4980 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4981 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4982 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4983 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4984 Add READELF.
4985 * Makefile.in: Rebuild.
4986
4987 2011-11-09 Jason Merrill <jason@redhat.com>
4988
4989 * Makefile.def (language=c++): Remove check-c++0x.
4990 * Makefile.in (check-gcc-c++): Regenerate.
4991
4992 2011-11-08 Richard Henderson <rth@redhat.com>
4993
4994 * configure.ac: Test for libitm directory present first.
4995
4996 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4997
4998 * configure.ac: Test libitm/configure.tgt to disable libitm.
4999 * configure: Rebuild.
5000
5001 2011-11-07 Aldy Hernandez <aldyh@redhat.com>
5002 Richard Henderson <rth@redhat.com>
5003
5004 Merged from transactional-memory.
5005
5006 * Makefile.def (lang_env_dependencies): libitm is c++.
5007 Add libitm target module.
5008 * configure.ac: Likewise.
5009 * config/mmap.m4: New file.
5010 * contrib/gcc_update: Add libitm to touch data.
5011 * Makefile.in, configure: Rebuild.
5012
5013 2011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5014
5015 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5016 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5017 * Makefile.in: Regenerate.
5018
5019 2011-11-01 DJ Delorie <dj@redhat.com>
5020
5021 * config.sub: Update to version 2011-10-29 (added rl78)
5022
5023 2011-10-27 Nick Clifton <nickc@redhat.com>
5024
5025 * config.sub: Import these changes from the config project:
5026
5027 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5028 Ben Elliston <bje@gnu.org>
5029
5030 * config.sub (epiphany): New.
5031
5032 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5033 Ben Elliston <bje@gnu.org>
5034
5035 * config.sub (hexagon, hexagon-*): New.
5036
5037 2011-08-23 Roland McGrath <mcgrathr@google.com>
5038
5039 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5040 64eb to be64.
5041
5042 2011-08-16 Roland McGrath <mcgrathr@google.com>
5043
5044 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5045 (nacl): Grok as alias for 32el-unknown-nacl.
5046
5047 2011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5048
5049 * MAINTAINERS (Write After Approval): Add myself.
5050
5051 2011-10-24 Teresa Johnson <tejohnson@google.com>
5052
5053 * MAINTAINERS (Write After Approval): Add myself.
5054
5055 2011-09-21 Jakub Jelinek <jakub@redhat.com>
5056
5057 * MAINTAINERS (sparc port): Remove myself.
5058
5059 2011-09-14 Tom de Vries <tom@codesourcery.com>
5060
5061 * MAINTAINERS (Write After Approval): Add myself.
5062
5063 2011-08-14 Yao Qi <yao@codesourcery.com>
5064
5065 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5066 * configure: Regenerate.
5067
5068 2011-07-26 Ian Lance Taylor <iant@google.com>
5069
5070 * configure.ac: Set have_compiler based on whether gcc directory
5071 exists, rather than on whether gcc is in configdirs.
5072 * configure: Rebuild.
5073
5074 2011-07-21 Joseph Myers <joseph@codesourcery.com>
5075
5076 * MAINTAINERS (Global Reviewers): Add self.
5077
5078 2011-07-20 David Edelsohn <dje.gcc@gmail.com>
5079
5080 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5081 link directories.
5082 * Makefile.in: Rebuild.
5083
5084 2011-07-20 Ian Lance Taylor <iant@google.com>
5085
5086 PR bootstrap/49787
5087 * configure.ac: Move --enable-bootstrap handling earlier in file.
5088 If --enable-bootstrap and either --enable-build-with-cxx or
5089 --enable-build-poststage1-with-cxx, enable C++ automatically.
5090 * configure: Rebuild.
5091
5092 2011-07-19 Ian Lance Taylor <iant@google.com>
5093
5094 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5095 make C++ a boot_language. Set and substitute
5096 POSTSTAGE1_CONFIGURE_FLAGS.
5097 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5098 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5099 * configure, Makefile.in: Rebuild.
5100
5101 2011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5102
5103 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5104 maintainers.
5105
5106 2011-07-18 Jakub Jelinek <jakub@redhat.com>
5107
5108 * MAINTAINERS (Global Reviewers): Add myself.
5109
5110 2011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5111
5112 * configure: Regenerate.
5113
5114 2011-07-16 Jason Merrill <jason@redhat.com>
5115
5116 * Makefile.def (language=c++): Add check-c++0x and
5117 check-target-libmudflap-c++.
5118 * Makefile.tpl (check-target-libmudflap-c++): New.
5119 * Makefile.in: Regenerate.
5120
5121 2011-07-16 Matthias Klose <doko@ubuntu.com>
5122
5123 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5124 * Makefile.def (target_modules/libjava): Pass
5125 $(EXTRA_CONFIGARGS_LIBJAVA).
5126 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5127 if not configured with --enable-static-libjava.
5128 * Makefile.in: Regenerate.
5129 * configure: Likewise.
5130
5131 2011-07-15 Jason Merrill <jason@redhat.com>
5132
5133 * Makefile.in (check-c++): Move check-gcc-c++0x after
5134 check-target-libstdc++-v3.
5135
5136 2011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5137
5138 * MAINTAINERS (c6x port): New entry.
5139
5140 2011-07-13 Jason Merrill <jason@redhat.com>
5141
5142 * Makefile.in (check-gcc-c++0x): New.
5143 (check-c++): Depend on it.
5144
5145 2011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5146
5147 PR target/39150
5148 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5149 x86_64-*-solaris2.1[0-9]*.
5150 * configure: Regenerate.
5151
5152 2011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5153
5154 * MAINTAINERS (RTL optimizers): Add self.
5155
5156 2011-06-27 Gabriel Charette <gchare@google.com>
5157
5158 * MAINTAINERS (Write After Approval): Add myself.
5159
5160 2011-06-22 Hans-Peter Nilsson <hp@axis.com>
5161
5162 PR regression/47836
5163 PR bootstrap/23656
5164 PR other/47733
5165 PR bootstrap/49247
5166 PR c/48825
5167 * configure.ac (target_libraries): Remove target-libiberty.
5168 Remove case-statement setting skipdirs=target-libiberty for
5169 multiple targets. Remove checking target_configdirs and
5170 removing target-libiberty but keeping target-libgcc if
5171 otherwise empty.
5172 * Makefile.def (target_modules): Don't add libiberty.
5173 (dependencies): Remove all traces of target-libiberty.
5174 * configure, Makefile.in: Regenerate.
5175
5176 2011-06-13 Walter Lee <walt@tilera.com>
5177
5178 * configure.ac (tilepro-*-*) New case.
5179 (tilegx-*-*): Likewise.
5180 * configure: Regenerate.
5181
5182 2011-06-06 Jing Yu <jingyu@google.com>
5183
5184 * configure.ac: Skip target-libiberty for
5185 arm*-*-linux-androideabi.
5186 * configure: Regenerated.
5187
5188 2011-06-06 Nick Clifton <nickc@redhat.com>
5189
5190 * config.sub: Sync from upstream.
5191
5192 2011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5193
5194 * MAINTAINERS (Write After Approval): Add myself.
5195
5196 2011-06-01 Daniel Jacobowitz <drow@false.org>
5197
5198 * MAINTAINERS: Update my email address.
5199
5200 2011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5201
5202 * MAINTAINERS (Write After Approval): Update my email address.
5203
5204 2011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5205
5206 * MAINTAINERS (Write After Approval): Add myself.
5207
5208 2011-05-08 Doug Kwan <dougkwan@google.com>
5209
5210 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5211 * configure: Regenerated.
5212 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5213 value from configure.
5214 * Makefile.in: Regenerated.
5215
5216 2011-05-05 Joseph Myers <joseph@codesourcery.com>
5217
5218 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5219 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5220 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5221 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5222 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5223 *-*-vxworks*): Disable newlib and libgloss in separate case
5224 statement.
5225 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5226 to separate case statement.
5227 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5228 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5229 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5230 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5231 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5232 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5233 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5234 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5235 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5236 i[[3456789]]86-*-rdos*, m32r-*-*,
5237 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5238 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5239 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5240 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5241 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5242 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5243 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5244 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5245 and libgloss in main case over targets. Remove most empty cases
5246 in main case over targets.
5247 * configure: Regenerate.
5248
5249 2011-05-04 Janis Johnson <janisjo@codesourcery.com>
5250
5251 * MAINTAINERS (Write After Approval): Add myself.
5252
5253 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5254
5255 * configure.ac: Remove code setting special library locations for
5256 hppa*64*-*-hpux11*. Remove code setting compiler for
5257 sparc-sun-solaris2*.
5258 * configure: Regenerate.
5259
5260 2011-05-04 Joseph Myers <joseph@codesourcery.com>
5261
5262 * configure.ac: Separate libgloss_dir settings from general case
5263 over targets.
5264 * configure: Regenerate.
5265
5266 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5267
5268 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5269 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5270 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5271 cases in libgcj-disabling case statement.
5272 (hppa*64*-*-linux*): Set unsupported_languages instead of
5273 disabling target-zlib.
5274 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5275 to hppa*64*-*-hpux*.
5276 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5277 hppa*-*-hpux*.
5278 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5279 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5280 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5281 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5282 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5283 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5284 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5285 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5286 libgcj-disabling case statement.
5287 * configure: Regenerate.
5288
5289 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5290
5291 * configure.ac: Disable Java for targets not supporting libffi.
5292 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5293 Remove cases in Java-disabling statement.
5294 (*arm-wince-pe): Change to arm-wince-pe.
5295 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5296 cases in Java-disabling statement.
5297 (bfin-*-*): Don't disable Java again.
5298 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5299 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5300 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5301 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5302 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5303 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5304 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5305 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5306 Java-disabling statement.
5307 (mmix-*-*): Don't disable Java again.
5308 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5309 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5310 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5311 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5312 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5313 statement.
5314 * configure: Regenerate.
5315
5316 2011-04-28 Joseph Myers <joseph@codesourcery.com>
5317
5318 * configure.ac: Separate cases disabling Java and Java libraries
5319 from general case over targets.
5320 * configure: Regenerate.
5321
5322 2011-04-21 Jie Zhang <jzhang918@gmail.com>
5323
5324 * MAINTAINERS: Update my email address.
5325
5326 2011-04-20 Easwaran Raman <eraman@google.com>
5327
5328 * MAINTAINERS (Write After Approval): Add myself.
5329
5330 2011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5331
5332 PR lto/48086
5333 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5334 * configure: Regenerate.
5335
5336 2011-04-16 Jim Meyering <meyering@redhat.com>
5337
5338 * MAINTAINERS (Write After Approval): Add myself.
5339
5340 2011-04-15 Dodji Seketeli <dodji@redhat.com>
5341
5342 * MAINTAINERS: Update my email address.
5343
5344 2011-04-13 Georg-Johann Lay <avr@gjlay.de>
5345
5346 * MAINTAINERS (Write After Approval): Add myself.
5347
5348 2011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5349
5350 * MAINTAINERS (Write After Approval): Add myself.
5351
5352 2011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5353
5354 * MAINTAINERS (Write After Approval): Add myself.
5355
5356 2011-04-06 Joseph Myers <joseph@codesourcery.com>
5357
5358 * configure.ac (build_tools): Remove build-byacc.
5359 (host_libs): Remove mmalloc.
5360 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5361 autoconf automake libtool diff rcs fileutils shellutils time
5362 textutils wdiff find uudecode hello tar gzip indent recode release
5363 sed perl gawk findutils gettext zip.
5364 (libgcj): Remove target-qthreads.
5365 (target_tools): Remove target-examples target-gperf.
5366 (YACC): Don't handle building byacc.
5367 * configure: Regenerate.
5368 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5369 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5370 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5371 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5372 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5373 handle building components.
5374 * Makefile.in: Regenerate.
5375
5376 2011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5377
5378 * MAINTAINERS: Update my email address as Xtensa maintainer.
5379
5380 2011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5381
5382 * config.sub: Sync from upstream.
5383
5384 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5385
5386 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5387 (microblaze*): Don't disable libssp.
5388 * configure: Regenerate.
5389
5390 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5391
5392 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5393 moveifchange.
5394 * configure: Regenerate.
5395 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5396 * Makefile.in: Regenerate.
5397
5398 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5399
5400 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5401 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5402 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5403 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5404 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5405 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5406 md_exec_prefix cases.
5407 * configure: Regenerate.
5408
5409 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5410
5411 * configure.ac: Separate cases disabling target-libssp,
5412 target-libiberty, target-libstdc++-v3 and Fortran from general
5413 case over targets.
5414 * configure: Regenerate.
5415
5416 2011-04-01 Joseph Myers <joseph@codesourcery.com>
5417
5418 * configure.ac (*-*-chorusos): Don't disable libgcj.
5419 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5420 Remove case.
5421 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5422 (arm-*-coff): Don't disable libgcj.
5423 (arm*-*-linux-gnueabi): Remove useless assignment.
5424 (arm-*-riscix*): Don't disable libgcj.
5425 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5426 configuration.
5427 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5428 (c54x*-*-*): Remove case.
5429 (tic54x-*-*): Don't disable GCC or GCC libraries.
5430 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5431 to *.
5432 (d10v-*-*): Don't disable GCC libraries.
5433 (d30v-*-*): Don't disable libgcj.
5434 (h8500-*-*): Don't disable GCC libraries.
5435 (i960-*-*): Don't disable libgcj.
5436 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5437 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5438 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5439 libgcj.
5440 (m68k-*-coff*): Remove case.
5441 (mmix-*-*): Don't disable libgloss on host.
5442 (mn10200-*-*, mn10300-*-*): Remove cases.
5443 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5444 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5445 Don't disable libgcj.
5446 (romp-*-*): Remove case.
5447 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5448 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5449 case.
5450 (v810-*-*): Don't disable GCC libraries.
5451 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5452 (ip2k-*-*): Don't disable GCC libraries.
5453 * configure: Regenerate.
5454
5455 2011-03-28 Joseph Myers <joseph@codesourcery.com>
5456
5457 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5458 libffi on host.
5459 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5460 on host.
5461 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5462 * configure: Regenerate.
5463
5464 2011-03-26 John Marino <binutils@marino.st>
5465
5466 * configure.ac: Add support for *-*-dragonfly*
5467 * configure: Regenerate.
5468
5469 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5470
5471 * configure.ac (native_only): Remove.
5472 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5473 send-pr uudecode guile gnuserv on host.
5474 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5475 send-pr rcs guile perl texinfo libtool on host.
5476 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5477 automake send-pr rcs guile perl texinfo libtool on host.
5478 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5479 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5480 (alpha*-dec-osf*): Don't disable fileutils on target.
5481 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5482 texinfo send-pr expect dejagnu on target.
5483 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5484 target-qthreads on target.
5485 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5486 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5487 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5488 x86_64-*-mingw*): Don't disable expect on target.
5489 (*-*-cygwin*): Don't disable target-gperf on target.
5490 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5491 gnuserv on target.
5492 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5493 target.
5494 * configure: Regenerate.
5495
5496 2011-03-25 Joseph Myers <joseph@codesourcery.com>
5497
5498 * configure.ac (target_tools): Remove target-groff.
5499 (native_only): Remove target-groff.
5500 (hppa*64*-*-*): Don't disable byacc.
5501 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5502 setting.
5503 (*-*-kaos*): Don't skip target-librx and target-groff.
5504 (*-*-netware*): Don't skip target-libmudflap.
5505 (*-*-tpf*): Don't skip target-libmudflap.
5506 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5507 directories on the host.
5508 (ia64*-*-*vms*): Don't skip tix.
5509 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5510 host.
5511 * configure: Regenerate.
5512
5513 2011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5514
5515 * configure.ac: Remove references to mt-mep, mt-netware,
5516 mt-wince.
5517 * Makefile.def: Add all-utils soft dependencies.
5518 * Makefile.tpl: Remove GDB_NLM_DEPS.
5519 * configure: Regenerate.
5520 * Makefile.in: Regenerate.
5521
5522 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5523
5524 * configure.ac: Do not include mh-x86omitfp.
5525 * configure: Regenerate.
5526
5527 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5528
5529 * configure.ac: Remove empty cases.
5530 * configure: Regenerate.
5531
5532 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5533
5534 * Makefile.def: Add dependency from termcap to gdb.
5535 * Makefile.in: Regenerate.
5536
5537 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5538
5539 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5540 * configure: Regenerate.
5541 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5542 * Makefile.tpl: Likewise.
5543 * Makefile.in: Regenerate.
5544
5545 2011-03-24 Paolo Bonzini <bonzini@gnu.org>
5546
5547 * configure.ac: Remove all mentions of tentative_cc.
5548 * configure: Regenerate.
5549
5550 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5551
5552 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5553 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5554 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5555 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5556 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5557 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5558 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5559 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5560 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5561 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5562 *-*-rhapsody*): Remove host cases.
5563 * configure: Regenerate.
5564
5565 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5566
5567 * configure.ac (ppc*-*-pe): Remove host case.
5568 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5569 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5570 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5571 cases.
5572 * configure: Regenerate.
5573
5574 2011-03-24 Joseph Myers <joseph@codesourcery.com>
5575
5576 * config.sub: Update to version 2011-03-23.
5577
5578 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5579
5580 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5581 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5582 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5583 * configure: Regenerate.
5584
5585 2011-03-22 Joseph Myers <joseph@codesourcery.com>
5586
5587 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5588 to Write After Approval.
5589 * config-ml.in: Don't handle arc-*-elf*.
5590 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5591 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5592 handle GCC libraries.
5593 * configure: Regenerate.
5594
5595 2011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5596
5597 PR bootstrap/48120:
5598 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5599 Add -lstdc++ -lm to LIBS.
5600 * configure: Regenerate.
5601
5602 2011-03-18 David Edelsohn <dje.gcc@gmail.com>
5603
5604 * config.guess: Update to version 2011-02-02
5605 * config.sub: Update to version 2011-02-24
5606
5607 2011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5608
5609 PR lto/48086
5610 * configure.ac: Re-enable LTO on *-apple-darwin9.
5611 * configure: Regenerate.
5612
5613 2011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5614
5615 PR lto/48086
5616 * configure.ac: Disable LTO on darwin due to an assembler change in
5617 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5618 under 256.
5619 * configure: Regenerate.
5620
5621 2011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5622
5623 * MAINTAINERS: Update myself as score backend maintainer,
5624 update my e-mail address.
5625
5626 2011-03-09 Xuepeng Guo <terry.guo@arm.com>
5627
5628 * MAINTAINERS: Update my e-mail address.
5629
5630 2011-03-06 Joey Ye <joey.ye@arm.com>
5631
5632 * MAINTAINERS: Update my e-mail address.
5633
5634 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5635
5636 * configure.ac: Adjust test of with_ppl.
5637 * configure: Regenerated.
5638
5639 2011-03-02 Kai Tietz <ktietz@redhat.com>
5640
5641 * MAINTAINERS: Adjust my e-mail address.
5642
5643 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5644
5645 * configure.ac: Add -lpwl to ppllibs.
5646 * configure: Regenerated.
5647
5648 2011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5649
5650 * config/cloog.m4: Add -lisl to clooglibs.
5651 * configure: Regenerated.
5652
5653 2011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5654
5655 * MAINTAINERS (CPU Port maintainers): Add self.
5656
5657 2011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5658
5659 * MAINTAINERS: Add myself as testsuite maintainer.
5660
5661 2011-02-15 Mike Stump <mikestump@comcast.net>
5662
5663 * MAINTAINERS: Add myself as testsuite maintainer.
5664
5665 2011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5666
5667 Import from Libtool and gnulib:
5668
5669 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5670
5671 Prepare for supporting FreeBSD 10.
5672 * config.rpath: Remove handling of freebsd1* which soon would
5673 match FreeBSD 10.0.
5674
5675 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5676
5677 Remove support for FreeBSD 1.x.
5678 * libtool.m4 (_LT_LINKER_SHLIBS)
5679 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5680 soon would incorrectly match FreeBSD 10.0.
5681
5682 2011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5683
5684 PR binutils/12283
5685 * move-if-change: Import version from gnulib.
5686
5687 2011-02-12 Alexandre Oliva <aoliva@redhat.com>
5688
5689 PR lto/47225
5690 * Makefile.def (lto-plugin): Double dash for enable-shared.
5691 (configure-gcc): Depend on all-lto-plugin.
5692 * Makefile.in: Rebuilt.
5693
5694 2011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5695
5696 * configure.ac: Remove extra bracket.
5697 * configure: Regenerate.
5698
5699 2011-02-08 Tobias Burnus <burnus@net-b.de>
5700
5701 * MAINTAINERS: Add myself as libquadmath maintainer.
5702
5703 2011-02-08 Thomas Schwinge <thomas@schwinge.name>
5704
5705 * MAINTAINERS: Update my email address.
5706
5707 2011-02-07 Joseph Myers <joseph@codesourcery.com>
5708
5709 * MAINTAINERS (option handling): Add self.
5710
5711 2011-02-06 Kai Tietz <kai.tietz@onevision.com>
5712
5713 PR lto/47225
5714 * Makefile.def: Add dependency for install-gcc
5715 on install-lto-plugin.
5716 * Makfile.in: Regenerated
5717
5718 2011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5719
5720 * MAINTAINERS (CPU Port Maintainers): Add myself.
5721
5722 2011-01-31 Alexandre Oliva <aoliva@redhat.com>
5723
5724 PR libgcj/44341
5725 * configure.ac: Discard --with-* flags for host when configuring
5726 target libraries for cross build.
5727 * configure: Rebuilt.
5728
5729 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5730
5731 * MAINTAINERS (linear loop transforms): Removed.
5732
5733 2011-01-25 Jakub Jelinek <jakub@redhat.com>
5734
5735 * configure.ac: If with_ppl is no, move setting with_cloog=no
5736 after CLOOG_REQUESTED check.
5737 * configure: Regenerated.
5738
5739 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5740
5741 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5742 CLooG has been requested.
5743 * configure: Regenerated.
5744
5745 2011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5746
5747 * configure: Regenerated.
5748 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5749
5750 2011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5751
5752 * configure: Regenerated.
5753 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5754
5755 2011-01-21 Andreas Schwab <schwab@redhat.com>
5756
5757 * configure.ac: Use AS_HELP_STRING throughout.
5758 * configure: Regenerate.
5759
5760 2011-01-18 Jie Zhang <jie.zhang@analog.com>
5761
5762 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5763 * configure: Regenerate.
5764
5765 2011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5766
5767 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5768
5769 2011-01-13 Joel Brobecker <brobecker@adacore.com>
5770
5771 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5772 for ia64-hpux.
5773 * configure: Regenerate.
5774
5775 2011-01-07 Jan Hubicka <jh@suse.cz>
5776
5777 PR lto/47225
5778 * Makefile.in: Regenerate.
5779 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5780 configure.
5781
5782 2011-01-07 Jan Hubicka <jh@suse.cz>
5783
5784 * Makefile.in: Regenerate.
5785 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5786 and configure dependency on lto-plugin configure.
5787 (lto-plugin module): Remove dependency on GCC; add dependency on
5788 liniberty.
5789
5790 2011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5791
5792 * MAINTAINERS (Write After Approval): Add myself.
5793
5794 2010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5795
5796 * configure: Regenerate.
5797
5798 2010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5799
5800 * configure.ac: (picochip): Disable libiberty.
5801
5802 2010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5803
5804 * MAINTAINERS (Write After Approval): Add myself.
5805
5806 2010-12-10 Ian Lance Taylor <iant@google.com>
5807
5808 PR bootstrap/46819
5809 * configure.ac: For --disable-libgcj clear libgcj_saved.
5810 * configure: Rebuild.
5811
5812 2010-12-10 Tobias Burnus <burnus@net-b.de>
5813
5814 PR fortran/46540
5815 * configure.ac: Add --disable-libquadmath and
5816 --disable-libquadmath-support.
5817 * configure: Regenerate.
5818
5819 2010-12-03 Ian Lance Taylor <iant@google.com>
5820
5821 * MAINTAINERS: Add myself as libgo maintainer.
5822
5823 2010-12-03 Hans-Peter Nilsson <hp@axis.com>
5824
5825 PR libffi/46792
5826 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5827 * configure: Regenerate.
5828
5829 2010-12-02 Ian Lance Taylor <iant@google.com>
5830
5831 * configure.ac: Always set default for poststage1_ldflags to
5832 -static-libstdc++ -static-libgcc.
5833
5834 2010-11-29 Andreas Schwab <schwab@redhat.com>
5835
5836 * configure.ac: Move comment to remove extra space in last argument
5837 of GCC_TARGET_TOOL.
5838
5839 2010-11-26 Alexandre Oliva <aoliva@redhat.com>
5840
5841 PR other/46026
5842 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5843 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5844 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5845 (BASE_FLAGS_TO_PASS): Use it.
5846 * configure: Rebuilt.
5847 * Makefile.in: Rebuilt.
5848
5849 2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5850
5851 PR binutils/12258
5852 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5853 Properly check default linker.
5854 * configure: Regnerated.
5855
5856 2010-11-23 Matthias Klose <doko@ubuntu.com>
5857
5858 * configure.ac: For --enable-gold, handle value `default' instead of
5859 `both*'. New configure option --{en,dis}able-ld.
5860 * configure: Regenerate.
5861
5862 2010-11-20 Ian Lance Taylor <iant@google.com>
5863
5864 * configure.ac: Only disable a language library if no language needs
5865 it. Don't let --disable-libgcj uncondtionally disable libffi.
5866 * configure: Rebuild.
5867
5868 2010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5869
5870 * Makefile.in: Regenerate.
5871
5872 PR other/46202
5873 * configure.ac: Fix just-built in-tree STRIP name to be
5874 binutils/strip-new.
5875 * configure: Regenerate.
5876 * Makefile.def (install-strip-gcc, install-strip-binutils)
5877 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5878 (install-strip-sid): Mirror dependencies on non-strip variants
5879 of these targets on the respective -strip prerequisites.
5880 * Makefile.tpl (install-strip, install-strip-host)
5881 (install-strip-target): New targets.
5882 (install-strip-[+module+], install-strip-target-[+module+]):
5883 New targets.
5884 * Makefile.in: Regenerate.
5885
5886 2010-11-19 Ian Lance Taylor <iant@google.com>
5887 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5888
5889 * configure.ac: Add target-libgo to target_libraries. Set
5890 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5891 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5892 (HOST_EXPORTS): Add GOC.
5893 (BASE_TARGET_EXPORTS): Add GOC.
5894 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5895 (GOCFLAGS_FOR_TARGET): New variable.
5896 (EXTRA_HOST_FLAGS): Add GOC.
5897 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5898 * Makefile.def (target_modules): Add libgo.
5899 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5900 (dependencies): Add dependency from configure-target-libgo to
5901 configure-target-libffi and all-target-libstdc++-v3. Add
5902 dependencies from all-target-libgo to all-target-libffi.
5903 (languages): Add go.
5904 * configure: Rebuild.
5905 * Makefile.in: Rebuild.
5906
5907 2010-11-19 Ian Lance Taylor <iant@google.com>
5908
5909 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5910 compiler/flag environment variables.
5911
5912 2010-11-18 Ian Lance Taylor <iant@google.com>
5913
5914 * configure.ac: Check for lang_requires_boot_languages in
5915 config-lang.in files.
5916 * configure: Rebuild.
5917
5918 2010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
5919 Tobias Burnus <burnus@net-b.de>
5920
5921 PR fortran/32049
5922 * Makefile.def: Add libquadmath; build it with language=fortran.
5923 * configure.ac: Add libquadmath.
5924 * Makefile.tpl: Handle multiple libs in check-[+language+].
5925 * Makefile.in: Regenerate.
5926 * configure: Regenerate.
5927
5928 2010-11-16 Tom Tromey <tromey@redhat.com>
5929
5930 * MAINTAINERS: Moved myself to reviewers section.
5931
5932 2010-11-15 Zdenek Dvorak <ook@ucw.cz>
5933
5934 * MAINTAINERS: Moved myself to reviewers section.
5935
5936 2010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5937
5938 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5939 (Write After Approval): Remove self.
5940
5941 2010-11-15 Andreas Schwab <schwab@redhat.com>
5942
5943 * configure.ac: Fix spelling in option names.
5944 * configure: Regenerated.
5945
5946 2010-11-13 Georg-Johann Lay <georgjohann@web.de>
5947
5948 PR bootstrap/39622
5949 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5950 * configure: Regenerated.
5951
5952 2010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5953
5954 * MAINTAINERS: Update my email address.
5955
5956 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5957
5958 * configure: Regenerate.
5959
5960 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5961
5962 * configure: Regenerate.
5963
5964 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5965
5966 * configure: Regenerate.
5967
5968 2010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5969
5970 * configure: Regenerate.
5971
5972 2010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5973
5974 * configure.ac: Support official CLooG.org versions.
5975 * configure: Regenerate.
5976 * config/cloog.m4: New.
5977
5978 2010-11-10 François Dumont <francois.cppdevs@free.fr>
5979
5980 * MAINTAINERS (Write After Approval): Add myself.
5981
5982 2010-11-09 David Edelsohn <dje.gcc@gmail.com>
5983
5984 * MAINTAINERS: Update my email address.
5985
5986 2010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5987
5988 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5989 * configure: Regenerate.
5990
5991 2010-11-03 Ian Lance Taylor <iant@google.com>
5992 Dave Korn <dave.korn.cygwin@gmail.com>
5993
5994 PR lto/46273
5995 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5996 and on other supported platforms whenever LTO is enabled.
5997 * configure: Rebuild.
5998
5999 2010-11-02 Alan Modra <amodra@gmail.com>
6000
6001 PR binutils/12110
6002 * configure.ac: Error when source path contains spaces.
6003 * configure: Regenerate.
6004
6005 2010-10-23 James E. Wilson <wilson@codesourcery.com>
6006
6007 * MAINTAINERS: Update my email address.
6008
6009 2010-10-20 Ian Lance Taylor <iant@google.com>
6010
6011 * Makefile.def (target_modules): Set lib_path to src/.libs for
6012 libstdc++-v3 module.
6013 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6014 * Makefile.in: Rebuild.
6015
6016 2010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6017
6018 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6019 (Write After Approval): Remove myself.
6020
6021 2010-10-15 Tristan Gingold <gingold@adacore.com>
6022
6023 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6024
6025 2010-10-14 Douglas Rupp <rupp@gnat.com>
6026
6027 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6028
6029 2010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6030
6031 * configure.ac (build_lto_plugin): New shell variable.
6032 (--enable-lto): Turn on by default for all non-ELF platforms that
6033 have had LTO support added so far. Set build_lto_plugin appropriately
6034 for both ELF and non-ELF.
6035 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6036 * configure: Regenerate.
6037
6038 2010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6039
6040 Sync from src:
6041 * configure.ac (v850 support): Remove target-libgloss from
6042 noconfigdirs.
6043 * configure: Regenerate.
6044
6045 2010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6046
6047 PR bootstrap/45326
6048 PR bootstrap/45174
6049 * configure.ac: Honor initial values of $build_configargs,
6050 $host_configargs, $target_configargs. Mark the precious, so
6051 environment settings get recorded.
6052 * configure: Regenerate.
6053
6054 2010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6055
6056 PR bootstrap/45796
6057 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6058 Depend on all-build-libiberty.
6059 * Makefile.in: Regenerate.
6060
6061 2010-09-30 Michael Eager <eager@eagercon.com>
6062
6063 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6064 * configure: Regenerate.
6065
6066 2010-09-28 Michael Eager <eager@eagercon.com>
6067
6068 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6069
6070 2010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6071
6072 PR bootstrap/44621
6073 * configure.ac: Fix unportable shell quoting.
6074 * configure: Regenerate.
6075
6076 2010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6077
6078 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6079 targets and amend comment.
6080 * configure: Regenerate.
6081
6082 2010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6083
6084 * MAINTAINERS (Write After Approval): Add myself.
6085
6086 2010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6087
6088 * configure.ac: Enable LTO by default on Darwin.
6089 * configure: Regenerate.
6090
6091 2010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6092
6093 * MAINTAINERS (Write After Approval): Add myself.
6094
6095 2010-09-01 Ian Bolton <ian.bolton@arm.com>
6096
6097 * MAINTAINERS (Write After Approval): Add myself.
6098
6099 2010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6100
6101 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6102 ports
6103
6104 2010-07-28 David Yuste <david.yuste@gmail.com>
6105
6106 * MAINTAINERS (Write After Approval): Add myself.
6107
6108 2010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6109
6110 * configure.ac: Support all v850 targets.
6111 * configure: Regenerate.
6112
6113 2010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6114
6115 PR bootstrap/44455
6116 * configure.ac (extra_mpfr_configure_flags): Copy from
6117 extra_mpc_gmp_configure_flags.
6118 * configure: Re-generated.
6119
6120 2010-07-22 Andi Kleen <ak@linux.intel.com>
6121
6122 * MAINTAINERS (Write After Approval): Add myself.
6123
6124 2010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6125
6126 * MAINTAINERS (Write After Approval): Add myself.
6127
6128 2010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6129
6130 * MAINTAINERS (Write After Approval): Add myself.
6131
6132 2010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6133
6134 PR target/44862
6135 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6136 Provide -B option to allow for link spec %s substitutions for
6137 libstdc++.a on darwin.
6138 * Makefile.in: Regenerate.
6139
6140 2010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6141
6142 * MAINTAINERS (Reviewers): Update my e-mail address
6143
6144 2010-06-10 Alexandre Oliva <aoliva@redhat.com>
6145
6146 * Makefile.def (configure-gcc): Depend on all-libelf.
6147 * Makefile.in: Rebuild.
6148
6149 2010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6150
6151 * MAINTAINERS (Write After Approval): Add myself in the right place.
6152
6153 2010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
6154
6155 * MAINTAINERS (Write After Approval): Add myself.
6156
6157 2010-05-25 Sterling Augustine <sterling@tensilica.com>
6158
6159 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
6160
6161 2010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
6162
6163 * config.sub: Update to version 2010-05-21.
6164 * config.guess: Update to version 2010-04-03.
6165
6166 2010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6167
6168 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6169 * configure: Regenerate.
6170
6171 2010-05-12 Sriraman Tallam <tmsriram@google.com>
6172
6173 * MAINTAINERS (Write After Approval): Add myself.
6174
6175 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6176
6177 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6178 a platform that supports LTO.
6179 * configure: Regenerate.
6180
6181 2010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6182
6183 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6184 * configure: Regenerated.
6185
6186 2010-04-27 Roland McGrath <roland@redhat.com>
6187 H.J. Lu <hongjiu.lu@intel.com>
6188
6189 * configure.ac (--enable-gold): Support both, both/gold and
6190 both/bfd to add gold to configdirs without removing ld.
6191 * configure: Regenerated.
6192
6193 * Makefile.def: Add install-gold dependency to install-ld.
6194 * Makefile.in: Regenerated.
6195
6196 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6197
6198 PR lto/42776
6199 * configure.ac (--enable-lto): Refactor handling so libelf tests
6200 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6201 and allow LTO to be explicitly enabled on non-ELF platforms that
6202 are known to support it inside else-clause.
6203 * configure: Regenerate.
6204
6205 2010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6206
6207 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6208 * configure: Regenerate.
6209
6210 2010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6211
6212 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6213 * configure: Regenerate.
6214
6215 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6216
6217 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6218 separately.
6219 * configure: Regenerate.
6220
6221 2010-04-16 Kevin Williams <kevin.williams@inria.fr>
6222
6223 * MAINTAINERS (Write After Approval): Add myself.
6224
6225 2010-04-14 Tristan Gingold <gingold@adacore.com>
6226
6227 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6228 * configure: Regenerate.
6229
6230 2010-04-13 Steve Ellcey <sje@cup.hp.com>
6231
6232 * configure: Regenerate after change to elf.m4.
6233
6234 2010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6235
6236 * MAINTAINERS (Write After Approval): Add myself.
6237
6238 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6239
6240 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6241 * configure: Regenerated.
6242
6243 2010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6244
6245 * configure.ac: Print "buggy but acceptable" when CLooG
6246 revision is less than 9.
6247 * configure: Regenerated.
6248
6249 2010-04-01 Diego Novillo <dnovillo@google.com>
6250
6251 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6252
6253 2010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6254
6255 PR bootstrap/43615
6256 PR bootstrap/43328
6257
6258 Revert:
6259
6260 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6261
6262 * configure.ac: Do not pass --enable-multilib nor
6263 --disable-multilib in baseargs. Accept explicitly passed
6264 --enable_multilib.
6265 * configure: Regenerate.
6266
6267 2010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6268
6269 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6270
6271 2010-03-31 Janis Johnson <janis187@us.ibm.com>
6272
6273 * MAINTAINERS: Remove myself.
6274
6275 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6276
6277 PR bootstrap/43328
6278 * configure.ac: Do not pass --enable-multilib nor
6279 --disable-multilib in baseargs. Accept explicitly passed
6280 --enable_multilib.
6281 * configure: Regenerate.
6282
6283 2010-03-28 Andrew Pinski <pinskia@gmail.com>
6284
6285 * MAINTAINERS (spu port): Remove me.
6286
6287 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6288
6289 * configure.ac (tic6x-*-*): New case.
6290 * configure: Regenerate.
6291
6292 2010-03-23 Joseph Myers <joseph@codesourcery.com>
6293
6294 * config.sub: Update to version 2010-03-22.
6295 * config.guess: Update to version 2009-12-30.
6296
6297 2010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
6298
6299 PR ada/42554
6300 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6301 * configure: Regenerate.
6302
6303 2010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6304
6305 * MAINTAINERS: Update my email address.
6306
6307 2010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6308
6309 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6310 (ghassan.shobaki@amd.com): Removed.
6311
6312 2010-03-17 Alan Modra <amodra@gmail.com>
6313
6314 * MAINTAINERS: Update my email address.
6315
6316 2010-03-16 Diego Novillo <dnovillo@google.com>
6317
6318 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6319 Matthews.
6320
6321 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6322
6323 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6324 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6325
6326 2010-03-16 Joseph Myers <joseph@codesourcery.com>
6327
6328 * MAINTAINERS: Update my email address.
6329
6330 2010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6331
6332 * MAINTAINERS: Update my email address.
6333
6334 2010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6335
6336 * MAINTAINERS: Update my email address.
6337
6338 2010-03-09 Jie Zhang <jie@codesourcery.com>
6339
6340 * MAINTAINERS: Update my email address.
6341
6342 2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6343
6344 PR libstdc++/32499
6345 * configure.ac (RANLIB): Default to true.
6346 (STRIP): Likewise.
6347 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6348 * configure: Regenerate.
6349
6350 2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
6351
6352 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6353 (Write After Approval): Update my email address.
6354
6355 2010-02-17 Nick Clifton <nickc@redhat.com>
6356
6357 PR 11238
6358 * Makefile.tpl (local-distclean): Also remove config.cache files in
6359 sub-directories as there may not be Makefiles present in the
6360 sub-directories.
6361 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6362 the config.cache files found by the find command.
6363
6364 * Makefile.in: Regenerate.
6365 * configure.ac: Revert previous delta.
6366 * configure: Regenerate.
6367
6368 2010-02-15 Nick Clifton <nickc@redhat.com>
6369
6370 PR 11238
6371 * configure.ac: Delete config.cache files in sub-directories when
6372 deleting Makefiles.
6373 * configure: Regenerate.
6374
6375 2010-02-12 Ben Elliston <bje@gnu.org>
6376
6377 * MAINTAINERS: Update my email address.
6378
6379 2010-02-08 Andrew Pinski <pinskia@gmail.com>
6380
6381 * MAINTAINERS (spu port): Update my email address.
6382
6383 2010-02-08 Jie Zhang <jie.zhang@analog.com>
6384
6385 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6386
6387 2010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6388
6389 * configure.ac: Add "recommended" version checks for GMP/MPC.
6390 Update recommended GMP/MPFR/MPC versions.
6391 * configure: Regenerate.
6392
6393 2010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6394
6395 * MAINTAINERS: Move my Embecosm email address into the
6396 write-after-approval section.
6397
6398 2010-01-26 Ian Lance Taylor <iant@google.com>
6399
6400 * MAINTAINERS: Add myself as Go frontend maintainer.
6401
6402 2010-01-25 Joern Rennecke <amylaar@spamcop.net>
6403
6404 PR libstdc++/36101, PR libstdc++/42813
6405 * configure.ac (bootstrap_target_libs): Make inclusion of
6406 target-libgomp conditional on libgomb being in target_configdirs.
6407 * configure: Regenerate.
6408
6409 2010-01-23 Joern Rennecke <amylaar@spamcop.net>
6410
6411 PR libstdc++/36101, PR libstdc++/42813
6412 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6413 * configure: Regenerate.
6414
6415 2010-01-22 Joern Rennecke <amylaar@spamcop.net>
6416
6417 PR libstdc++/36101, PR libstdc++/42813
6418 * configure.ac (target_configdirs): Substitute.
6419 * Makefile.def: Bootstrap target module libgomp.
6420 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6421 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6422 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6423 * configure, Makefile.in: Regenerate.
6424
6425 2010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6426
6427 * MAINTAINERS: Adjust my details.
6428
6429 2010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6430
6431 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6432
6433 2010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6434
6435 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6436
6437 2010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6438
6439 * MAINTAINERS (Write After Approval): Add myself.
6440
6441 2010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6442
6443 * MAINTAINERS (Write After Approval): Add myself.
6444
6445 2010-01-11 Richard Guenther <rguenther@suse.de>
6446
6447 PR lto/41569
6448 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6449 * Makefile.in: Regenerated.
6450
6451 2010-01-11 Andreas Tobler <andreast@fgznet.ch>
6452
6453 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6454 * configure: Regenerate.
6455
6456 2010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6457 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
6458
6459 PR bootstrap/42424
6460 * configure.ac: Include libtool m4 files.
6461 (_LT_CHECK_OBJDIR): Call it.
6462 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6463 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
6464
6465 * configure: Regenerate.
6466
6467 2010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6468
6469 PR bootstrap/41818
6470 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6471 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6472 * Makefile.in: Regenerate.
6473
6474 2010-01-02 Richard Guenther <rguenther@suse.de>
6475
6476 PR lto/41529
6477 * configure.ac: Include config/elf.m4. Disable LTO if not
6478 builting for an elf target.
6479 * configure: Regenerate.
6480
6481 2009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6482
6483 * MAINTAINERS: Change my email address.
6484
6485 2009-12-18 Ben Elliston <bje@au.ibm.com>
6486
6487 * config.sub, config.guess: Update from upstream sources.
6488
6489 2009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6490
6491 * MAINTAINERS (Write After Approval): Add myself.
6492
6493 2009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6494
6495 PR middle-end/30447
6496 PR middle-end/30789
6497 PR other/40302
6498
6499 * configure.ac: Require MPC.
6500 * configure: Regenerate.
6501
6502 2009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6503
6504 PR target/38384
6505 PR bootstrap/40972
6506 * libtool.m4: Sync from git Libtool.
6507 * ltoptions.m4: Likewise.
6508 * ltversion.m4: Likewise.
6509 * lt~obsolete.m4: Likewise.
6510 * ltmain.sh: Likewise.
6511
6512 2009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6513
6514 * configure.ac: Update minimum MPC version to 0.8.
6515 * configure: Regenerate.
6516
6517 2009-11-21 Sebastian Pop <sebpop@gmail.com>
6518
6519 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6520 * configure: Regenerated.
6521
6522 2009-11-21 Ian Lance Taylor <iant@google.com>
6523
6524 * configure.ac: Change default of poststage1_ldflags to be empty if
6525 poststage1_libs is set. When poststage1_libs is empty, and
6526 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6527 * configure: Rebuild.
6528
6529 2009-11-21 Adam Nemet <adambnmet@gmail.com>
6530
6531 * MAINTAINERS (Write After Approval): Update my email address.
6532
6533 2009-11-20 Ben Elliston <bje@au.ibm.com>
6534
6535 * config.guess: Update from upstream sources.
6536
6537 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6538
6539 * Makefile.def: Restore host and target settings for gmp.
6540 * Makefile.in: Rebuild.
6541
6542 2009-11-16 Alexandre Oliva <aoliva@redhat.com>
6543
6544 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6545 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6546 Fix portability of test of C++ as bootstrap language. Add
6547 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6548 * configure: Rebuild.
6549 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6550 and cloog. Fix in-tree ppl configuration. Introduce libelf
6551 in-tree building.
6552 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6553 (POSTSTAGE1_HOST_EXPORTS): Use it.
6554 (STAGE[+id+]_CXXFLAGS): New.
6555 (BASE_FLAGS_TO_PASS): Pass it down.
6556 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6557 extra_exports.
6558 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6559 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6560 extra_exports.
6561 * Makefile.in: Rebuild.
6562
6563 2009-11-17 Ben Elliston <bje@au.ibm.com>
6564
6565 * config.sub, config.guess: Update from upstream sources.
6566
6567 2009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6568
6569 * MAINTAINERS (Write After Approval): Add myself.
6570
6571 2009-11-09 Jon Beniston <jon@beniston.com>
6572
6573 * MAINTAINERS (Write After Approval): Add myself.
6574
6575 2009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6576
6577 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6578 paths for *-w64-mingw* and x86_64-*mingw*.
6579 * configure: Regenerated.
6580
6581 2009-11-05 Joern Rennecke <amylaar@spamcop.net>
6582
6583 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6584
6585 2009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6586
6587 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6588 Phil Edwards to Write-After Approval.
6589
6590 2009-10-30 Kai Tietz <kai.tietz@onevision.com>
6591
6592 * configure.ac: Disable target-winsup & co for
6593 x86_64-*-mingw* and *-w64-mingw* targets.
6594 * configure: Regenerated.
6595
6596 2009-10-16 Nick Clifton <nickc@redhat.com>
6597
6598 * MAINTAINERS: Add myself as a maintainer for the RX port.
6599
6600 2009-10-26 Johannes Singler <singler@kit.edu>
6601
6602 * MAINTAINERS (Write After Approval): Update my e-mail address.
6603
6604 2009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6605
6606 * configure.ac (CLooG test): Use = with test.
6607 * configure: Regenerate.
6608
6609 2009-10-22 Richard Guenther <rguenther@suse.de>
6610
6611 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6612 cloog if the ppl version check failed. Move flags saving
6613 before setting in libelf check.
6614 * configure: Regenerate.
6615
6616 2009-10-21 Richard Guenther <rguenther@suse.de>
6617
6618 * configure.ac: Adjust the ppl and cloog configure to work as
6619 documented. Disable cloog if ppl was disabled. Omit the version
6620 checks if they were disabled.
6621 * configure: Re-generate.
6622
6623 2009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6624
6625 * configure.ac: Add 'lto' to enable_languages, not
6626 new_enable_languages, and only if not already present.
6627 * configure: Regenerate.
6628
6629 2009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6630
6631 * README: Refer to the various COPYING* files instead of just
6632 COPYING.
6633 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6634
6635 2009-10-07 Rafael Avila de Espindola <espindola@google.com>
6636
6637 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
6638
6639 2009-10-07 Richard Guenther <rguenther@suse.de>
6640
6641 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6642 and Richard Guenther as reviewers.
6643 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6644 as reviewers.
6645
6646 2009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
6647
6648 * config.sub: Update from upstream sources.
6649
6650 2009-10-06 Ian Lance Taylor <iant@google.com>
6651
6652 * Makefile.def: check-gold depends upon all-gas.
6653 * Makefile.in: Rebuild.
6654
6655 2009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6656
6657 * MAINTAINERS (Write After Approval): Add myself.
6658
6659 2009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6660
6661 * Makefile.def: all-lto-plugin depends on all-libiberty.
6662 set bootstrap=true for lto-plugin.
6663 Add lto-plugin.
6664 * Makefile.in: Regenerate.
6665 * configure.ac (host_libs): Add lto-plugin.
6666 * configure: Regenerate.
6667
6668 2009-10-03 Diego Novillo <dnovillo@google.com>
6669
6670 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6671 (HOST_LIBELFLIBS): Define.
6672 (HOST_LIBELFINC): Define.
6673 * Makefile.in: Regenerate.
6674 * configure.ac: Add --enable-lto.
6675 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6676 If --enable-lto is used, add 'lto' to new_enable_languages.
6677 If --enable-lto is used and gold is enabled, add
6678 lto-plugin to configdirs.
6679 * configure: Regenerate.
6680
6681 2009-10-03 Simon Baldwin <simonb@google.com>
6682
6683 * configure.ac: If --with-system-zlib, suppress local zlib and
6684 pass --with-system-zlib to subdir configure scripts.
6685 * configure: Regenerate.
6686
6687 2009-10-01 Loren J. Rittle <ljrittle@acm.org>
6688 Paolo Bonzini <bonzini@gnu.org>
6689
6690 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6691 $(srcdir).
6692 * Makefile.in: Rebuilt.
6693
6694 2009-09-26 Gary Funck <gary@intrepid.com>
6695
6696 * MAINTAINERS (Write After Approval): Add myself.
6697
6698 2009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6699
6700 * configure.ac: Update minimum MPC version to 0.7.
6701 * configure: Regenerate.
6702
6703 2009-09-25 Nick Clifton <nickc@redhat.com>
6704
6705 * configure.ac: Pass any --cache-file=/dev/null option on to
6706 subconfigures.
6707 * configure: Regenerate.
6708
6709 2009-09-23 Nick Clifton <nickc@redhat.com>
6710
6711 * config.sub, config.guess: Update from upstream sources.
6712
6713 2009-09-22 Loren J. Rittle <ljrittle@acm.org>
6714
6715 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6716 * Makefile.in: Rebuilt.
6717
6718 2009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6719
6720 PR bootstrap/32272
6721 * configure.ac: Error out if $srcdir isn't '.' but contains
6722 host-${host_noncanonical}.
6723 * configure: Regenerate.
6724
6725 2009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6726
6727 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6728 maintainer.
6729
6730 2009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6731
6732 * configure.ac: If bootstrapping a combined tree with
6733 --enable-gold, require c++ in stage1_languages.
6734 * configure: Regenerate.
6735
6736 * configure.ac: Also add target_libs of stage1_languages to
6737 bootstrap_target_libs.
6738 * configure: Regenerate.
6739
6740 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6741 with --enable-languages not containing c++.
6742 * configure: Regenerate.
6743
6744 2009-09-15 Jie Zhang <jie.zhang@analog.com>
6745
6746 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6747 * configure: Regenerate.
6748
6749 2009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
6750
6751 * MAINTAINERS (Write After Approval): Update my e-mail address,
6752 and move from from here...
6753 (Waiting for paperwork): To here.
6754
6755 2009-09-09 Joseph Myers <joseph@codesourcery.com>
6756
6757 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6758
6759 2009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6760
6761 * configure.ac: Do not use $extrasub for replacing @if/@endif
6762 parts in Makefile; instead, use additional arguments to
6763 AC_CONFIG_COMMANDS to do the replacement manually, with several
6764 sed invocations, to avoid HP-UX sed command limits.
6765 * configure: Regenerate.
6766
6767 2009-09-08 Alexandre Oliva <aoliva@redhat.com>
6768
6769 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6770 blank before -L.
6771
6772 2009-09-04 Alexandre Oliva <aoliva@redhat.com>
6773
6774 * configure.ac (with-build-config): Document. Handle without.
6775 Handle missing argument.
6776 * configure: Rebuilt.
6777
6778 2009-09-03 Alexandre Oliva <aoliva@redhat.com>
6779
6780 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6781 Default to bootstrap-debug only if compare-debug works.
6782 * configure: Rebuilt.
6783 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6784 * Makefile.in: Rebuilt.
6785
6786 2009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6787
6788 * MAINTAINERS (OS Port Maintainers): Update my email address.
6789
6790 2009-09-01 Alexandre Oliva <aoliva@redhat.com>
6791
6792 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6793 * Makefile.in: Rebuilt.
6794
6795 2009-09-01 Chris Demetriou <cgd@google.com>
6796
6797 * MAINTAINERS (Write After Approval): Add myself.
6798
6799 2009-08-31 Dodji Seketeli <dodji@redhat.com>
6800
6801 PR debug/30161
6802 * include/dwarf2.h (enum dwarf_tag): Added
6803 DW_TAG_GNU_template_template_param
6804 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6805
6806 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6807
6808 * Makefile.tpl (AWK): Fix typo.
6809 * Makefile.in: Regenerate.
6810
6811 2009-08-30 Paolo Bonzini <bonzini@gnu.org>
6812
6813 * configure.ac: Detect awk and sed.
6814 * Makefile.def (flags_to_pass): Add AWK and SED.
6815 * Makefile.tpl (AWK, SED): New.
6816 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6817 * configure: Regenerate.
6818 * Makefile.in: Regenerate.
6819
6820 2009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6821
6822 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6823 (collapseslashes): Likewise.
6824
6825 2009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6826
6827 * configure.ac (AC_PREREQ): Bump to 2.64.
6828
6829 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6830
6831 * configure.ac: Remove --with-datarootdir, --with-docdir,
6832 --with-pdfdir, --with-htmldir switches.
6833 * configure: Regenerate.
6834
6835 * configure: Regenerate.
6836
6837 * compile: Sync from Automake 1.11.
6838 * depcomp: Likewise.
6839 * install-sh: Likewise.
6840 * missing: Likewise.
6841 * mkinstalldirs: Likewise.
6842 * ylwrap: Likewise.
6843
6844 2009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6845
6846 * ltmain.sh (func_normal_abspath): New function.
6847 (func_relative_path): Likewise.
6848 (func_mode_help): Document new -bindir option for link mode.
6849 (func_mode_link): Add new -bindir option, and use it to place
6850 output DLL if specified.
6851
6852 2009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6853
6854 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6855 (baseargs): Add --disable-option-checking.
6856 * configure: Regenerate.
6857
6858 * Makefile.def (configure-target-libiberty): Depend on
6859 all-binutils and all-ld.
6860 (configure-target-newlib): Likewise.
6861 * Makefile.in: Regenerate.
6862
6863 2009-08-17 Ben Elliston <bje@au.ibm.com>
6864
6865 * config.sub, config.guess: Update from upstream sources.
6866
6867 2009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6868
6869 Sync from src, merge:
6870
6871 2009-07-02 Tristan Gingold <gingold@adacore.com>
6872
6873 * configure.ac: Do not exclude gas for i386-*-darwin.
6874 Add a case for x86_64-*-darwin.
6875 * configure: Regenerate.
6876
6877 2009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6878
6879 * MAINTAINERS: Add my name to Write After Approval list.
6880
6881 2009-08-06 Michael Eager <eager@eagercon.com>
6882
6883 * configure.ac: Add Microblaze target.
6884 * configure: Regenerate.
6885
6886 2009-07-31 Christian Bruel <christian.bruel@st.com>
6887
6888 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6889 * configure: Regenerate.
6890
6891 2009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
6892
6893 * MAINTAINERS (Write After Approval): Update my e-mail address.
6894
6895 2009-07-06 Ian Lance Taylor <iant@google.com>
6896
6897 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6898 * configure: Rebuild.
6899
6900 2009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6901
6902 * MAINTAINERS: Move myself to the Graphite Reviewers.
6903
6904 2009-06-30 Wei Guozhi <carrot@google.com>
6905
6906 * MAINTAINERS: Add my name to Write After Approval list.
6907
6908 2009-06-26 Steve Ellcey <sje@cup.hp.com>
6909
6910 PR bootstrap/40338
6911 * configure.ac (comparestring): Create new variable.
6912 * Makefile.tpl (comparestring): Use to skip some comparisions.
6913 * configure: Regenerate.
6914 * Makefile.in: Regenerate.
6915
6916 2009-06-26 Doug Evans <dje@sebabeach.org>
6917
6918 * Makefile.def (host_modules): Add cgen.
6919 * Makefile.in: Regenerate.
6920 * configure.ac (host_tools): Add cgen.
6921 * configure: Regenerate.
6922
6923 2009-06-23 DJ Delorie <dj@redhat.com>
6924
6925 * MAINTAINERS: Add myself as mep maintainer.
6926
6927 2009-06-23 Ian Lance Taylor <iant@google.com>
6928
6929 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6930 boot_languages. Only bootstrap target libraries listed in
6931 target_libs for some boot language. Add --with-stage1-ldflags,
6932 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6933 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6934 if not building with C++.
6935 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6936 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6937 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6938 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6939 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6940 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6941 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6942 * configure, Makefile.in: Rebuild.
6943
6944 2009-06-23 Li Feng <nemokingdom@gmail.com>
6945
6946 * MAINTAINERS: Added my name to write-after-approval list.
6947
6948 2009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6949
6950 * configure.ac: Define is_elf for QNX Neutrino targets.
6951 * configure: Regenerate.
6952
6953 2009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6954
6955 * MAINTAINERS: Added my name to the write-after-approval list
6956
6957 2009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6958
6959 * configure.ac: Detect MPC in default directory.
6960 * configure: Regenerate.
6961
6962 2009-06-03 Jerome Guitton <guitton@adacore.com>
6963 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6964
6965 * Makefile.tpl (all): Avoid a trailing backslash.
6966 * Makefile.in: Regenerate.
6967
6968 2009-06-03 Ben Elliston <bje@au.ibm.com>
6969
6970 * config.sub, config.guess: Update from upstream sources.
6971
6972 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6973
6974 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6975 to noconfdirs.
6976 * configure: Regenerate.
6977
6978 2009-06-02 Alexandre Oliva <aoliva@redhat.com>
6979
6980 * Makefile.tpl ([+compare-target+]): Compare all stage
6981 directories, rather than just gcc.
6982 * Makefile.in: Rebuilt.
6983
6984 2009-06-01 Doug Kwan <dougkwan@google.com>
6985
6986 * configure.ac: Support gold for target arm*-*-*.
6987 * configure: Regenerate.
6988
6989 2009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6990
6991 * Makefile.def: Add MPC support and dependencies.
6992 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6993
6994 * Makefile.in, configure: Regenerate.
6995
6996 2009-05-27 Alexandre Oliva <aoliva@redhat.com>
6997
6998 * Makefile.tpl (all): Avoid harmless warning in make all when
6999 gcc-bootstrap is enabled but stage_last does not exist.
7000 * Makefile.in: Rebuilt.
7001
7002 2009-05-24 Nicolas Roche <roche@adacore.com>
7003
7004 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7005 * Makefile.in: Regenerate.
7006
7007 2009-05-21 Denis Chertykov <chertykov@gmail.com>
7008
7009 * MAINTAINERS: Update my e-mail address.
7010
7011 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7012
7013 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7014 * configure: Regenerate.
7015
7016 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
7017
7018 PR other/40159
7019 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7020 gcc-no-bootstrap are mutually exclusive.
7021 * Makefile.in: Rebuilt.
7022
7023 2009-05-18 Alexandre Oliva <aoliva@redhat.com>
7024
7025 PR other/40159
7026 * Makefile.tpl (all): Don't end with unconditional success.
7027 * Makefile.in: Rebuilt.
7028
7029 2009-05-12 Alexandre Oliva <aoliva@redhat.com>
7030
7031 PR target/37137
7032 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7033 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7034 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7035 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7036 stage_configureflags, stage_cflags and stage_libcflags into
7037 explicit Makefile macros.
7038 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7039 GFORTRAN.
7040 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7041 CC. Set CC_FOR_BUILD from CC.
7042 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7043 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7044 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7045 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7046 and GFORTRAN.
7047 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7048 (_LIBCFLAGS): Renamed to _TFLAGS.
7049 (do-compare-debug, do-compare3-debug): Drop.
7050 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7051 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7052 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7053 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7054 (XGCC_FLAGS_FOR_TARGET): New.
7055 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7056 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7057 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7058 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
7059 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
7060 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7061 TFLAGS.
7062 (BUILD_CONFIG): Include if requested.
7063 (all): Set TFLAGS on bootstrap.
7064 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7065 (all-stageid-prefixmodule): Likewise.
7066 (do-clean, distclean-stageid): Set TFLAGS.
7067 (restrap): Fix whitespace.
7068 * Makefile.in: Rebuilt.
7069
7070 2009-05-07 Paolo Bonzini <bonzini@gnu.org>
7071
7072 * config.guess: Sync with src.
7073
7074 2009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7075
7076 * configure.ac ($with_ppl): Default to no if not supplied.
7077 ($with_cloog): Likewise.
7078 configure: Regenerate.
7079
7080 2009-04-27 James E. Wilson <wilson@codesourcery.com>
7081
7082 * MAINTAINERS: Update my e-mail address.
7083
7084 2009-04-27 Nick Clifton <nickc@redhat.com>
7085
7086 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7087
7088 2009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7089
7090 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7091 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7092 * Makefile.in: Regenerate.
7093
7094 2009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7095
7096 PR bootstrap/39739
7097 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7098 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7099
7100 * configure, Makefile.in: Regenerate.
7101
7102 2009-04-21 Taras Glek <tglek@mozilla.com>
7103
7104 * include/hashtab.h: Update GTY annotations to new syntax
7105 * include/splay-tree.h: Likewise
7106
7107 2009-04-17 Ben Elliston <bje@au.ibm.com>
7108
7109 * config.sub, config.guess: Update from upstream sources.
7110
7111 2009-04-15 Anthony Green <green@moxielogic.com>
7112
7113 * configure.ac: Add moxie support.
7114 * configure: Rebuilt.
7115
7116 2009-04-14 Jakub Jelinek <jakub@redhat.com>
7117
7118 * configure.ac: Change copyright header to refer to version
7119 3 of the GNU General Public License and to point readers at the
7120 COPYING3 file and the FSF's license web page.
7121 * Makefile.def: Likewise.
7122 * Makefile.tpl: Likewise.
7123 * Makefile.in: Regenerate.
7124
7125 2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7126
7127 * configure.ac: Restore match for darwin9 or later. Use double
7128 brackets since regeneration eats one pair.
7129 * configure: Regenerate.
7130
7131 2009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7132
7133 PR gas/10039
7134 * configure.ac: Require texinfo 4.7.
7135 * configure: Regenerated.
7136
7137 2009-04-09 Nick Clifton <nickc@redhat.com>
7138
7139 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7140 the GCC Runtime Library Exception.
7141
7142 2009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7143
7144 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7145 * configure: Regenerate.
7146
7147 2009-04-01 Steve Ellcey <sje@cup.hp.com>
7148
7149 * Makefil.def (languages): New entries.
7150 * Makefile.tpl (check-gcc-*): New generic target.
7151 * Makefile.in: Regenerate.
7152
7153 2009-03-25 Erven Rohou <erven.rohou@inria.fr>
7154
7155 * MAINTAINERS: Update my email address.
7156
7157 2009-03-18 Tom Tromey <tromey@redhat.com>
7158
7159 * configure: Rebuild.
7160 * configure.ac (host_libs): Add libiconv.
7161 * Makefile.in: Rebuild.
7162 * Makefile.def (host_modules): Add libiconv.
7163 (configure-gdb, all-gdb): Depend on libiconv.
7164
7165 2009-03-16 Tristan Gingold <gingold@adacore.com>
7166
7167 * configure.ac: Treat gdb as supported on x86_64-darwin.
7168 * configure: Regenerate.
7169
7170 2009-03-16 Joseph Myers <joseph@codesourcery.com>
7171
7172 * configure.ac (--with-host-libstdcxx): New option.
7173 * configure: Regenerate.
7174
7175 2009-03-12 Joern Rennecke <joern.rennecke@arc.com>
7176
7177 * MAINTAINERS: Move myself into the write after approval list.
7178
7179 2009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7180
7181 * MAINTAINERS: Update e-mail address.
7182
7183 2009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7184
7185 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7186
7187 2009-03-10 Ira Rosen <irar@il.ibm.com>
7188
7189 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7190
7191 2009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7192
7193 Backport from git Libtool:
7194
7195 2009-01-19 Robert Millan <rmh@aybabtu.com>
7196 Support GNU/kOpenSolaris.
7197 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7198 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7199 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7200 GNU/kOpenSolaris.
7201
7202 2009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7203
7204 * MAINTAINERS: Update e-mail address.
7205
7206 2009-02-24 Michael Eager <eager@eagercon.com>
7207
7208 * MAINTAINERS (Write After Approval): Add self.
7209
7210 2009-02-18 Bingfeng Mei <bmei@broadcom.com>
7211
7212 * MAINTAINERS (Write After Approval): Add myself.
7213
7214 2009-02-05 Andreas Schwab <schwab@suse.de>
7215
7216 * Makefile.tpl (stage_last): Define $r and $s before using
7217 $(RECURSE_FLAGS_TO_PASS).
7218 * Makefile.in: Regenerate
7219
7220 2009-01-30 Ian Lance Taylor <iant@google.com>
7221
7222 * MAINTAINERS: Move myself to the Global Reviewers list.
7223
7224 2009-01-29 Robert Millan <rmh@aybabtu.com>
7225
7226 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7227 * configure: Regenerate.
7228
7229 2009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7230
7231 * MAINTAINERS: Make whitespace consistent.
7232 Remove Robert Millan from Write After Approval.
7233
7234 2009-01-16 Alan Modra <amodra@bigpond.net.au>
7235
7236 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7237 (all-opcodes): Depend on all-libiberty.
7238 * Makefile.in: Regenerate.
7239
7240 2009-01-15 Douglas B Rupp <rupp@gnat.com>
7241
7242 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7243 * configure: Regenerate.
7244
7245 2009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7246
7247 * MAINTAINERS (Write After Approval): Add myself.
7248
7249 2009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7250
7251 * MAINTAINERS: Add myself to reviewers (Fortran).
7252
7253 2009-01-12 Sebastian Pop <sebastian.pop@amd.com>
7254
7255 PR tree-optimization/38515
7256 * configure.ac (cloog-polylib): Removed.
7257 (with_ppl, with_cloog): Test for "no".
7258 * configure: Regenerated.
7259
7260 2009-01-11 Daniel Franke <franke.daniel@gmail.com>
7261
7262 * MAINTAINERS: Moved myself to reviewers (Fortran).
7263
7264 2009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7265
7266 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7267 (Write After Approval): Remove myself.
7268
7269 2009-01-03 Diego Novillo <dnovillo@google.com>
7270
7271 * MAINTAINERS: Remove myself from alias maintainership.
7272
7273 2009-01-02 David Ayers <ayers@fsfe.org>
7274
7275 * MAINTAINERS: Update e-mail address.
7276
7277 2008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7278
7279 * MAINTAINERS: Make whitespace consistent.
7280
7281 2008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7282
7283 Backport from upstream Libtool:
7284 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7285 Add cache variables to tests that require the linker to work.
7286 For shlibpath_overrides_runpath, this also changes the semantics
7287 to let the result from the C compiler take precedence.
7288
7289 2008-12-02 Ben Elliston <bje@au.ibm.com>
7290
7291 * config.sub, config.guess: Update from upstream sources.
7292
7293 2008-12-12 Sebastian Pop <sebastian.pop@amd.com>
7294
7295 * configure.ac (ppllibs): Add by default the lib flags.
7296 * configure: Regenerate.
7297
7298 2008-12-08 Luis Machado <luisgpm@br.ibm.com>
7299
7300 * MAINTAINERS: Add myself to the write after approval list.
7301
7302 2008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7303
7304 * configure.ac: Add double brackets on darwin[912].
7305 * configure: Regenerate.
7306
7307 2008-12-03 Daniel Kraft <d@domob.eu>
7308
7309 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7310 Approval to Reviewer section (for Fortran front-end).
7311
7312 2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7313
7314 * configure.ac: Expand to darwin10 and later.
7315 * configure: Regenerate.
7316
7317 2008-12-02 Andreas Schwab <schwab@suse.de>
7318
7319 * Makefile.def: configure-target-boehm-gc depends on
7320 all-target-libstdc++-v3.
7321 * Makefile.in: Regenerate.
7322
7323 2008-12-02 Kai Tietz <kai.tietz@onevision.com>
7324
7325 * MAINTAINERS: Add myself as mingw maintainer.
7326
7327 2008-12-02 Ben Elliston <bje@au.ibm.com>
7328
7329 * config.sub, config.guess: Update from upstream sources.
7330
7331 2008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7332
7333 * README.SCO: Remove.
7334
7335 2008-11-29 Fernando Pereira <pronesto@gmail.com>
7336
7337 * MAINTAINERS: Add myself to the write after approval list.
7338
7339 2008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7340
7341 * MAINTAINERS: Update my email address in WAA section.
7342
7343 2008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
7344
7345 * MAINTAINERS: Update e-mail address.
7346
7347 2008-11-27 Toon Moene <toon@moene.org>
7348
7349 * MAINTAINERS: Change e-mail address.
7350
7351 2008-11-27 Tristan Gingold <gingold@adacore.com>
7352
7353 * configure.ac: Build gdb for i?86-*-darwin*
7354 * configure: Regenerated.
7355
7356 2008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
7357
7358 * MAINTAINERS: Added my full name.
7359
7360 2008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7361
7362 PR bootstrap/38014
7363 PR bootstrap/37923
7364
7365 Revert:
7366
7367 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7368
7369 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7370 * Makefile.in: Regenerated.
7371
7372 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7373
7374 PR gdb/921
7375 PR gdb/1646
7376 PR gdb/2175
7377 PR gdb/2176
7378
7379 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7380 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7381 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7382 (HOST_EXPORTS): Pass CPPFLAGS.
7383 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7384 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7385 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7386 * Makefile.in, configure: Regenerated.
7387 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7388 and CPPFLAGS_FOR_BUILD.
7389
7390 2008-11-06 Jeff Law <law@redhat.com>
7391
7392 * MAINTAINERS: Add myself as middle end maintainer.
7393
7394 2008-11-06 Andrew Stubbs <ams@codesourcery.com>
7395
7396 * MAINTAINERS (Write after approval): Add myself.
7397
7398 2008-11-05 Diego Novillo <dnovillo@google.com>
7399
7400 * MAINTAINERS (Global Reviewers): Add myself.
7401 (Non-Algorithmic Maintainers): Remove myself.
7402
7403 2008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7404
7405 * MAINTAINERS (Write after approval): Add myself.
7406
7407 2008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7408
7409 * MAINTAINERS (Write after approval): Add myself.
7410
7411 2008-10-31 Ben Elliston <bje@au.ibm.com>
7412
7413 * configure.ac (spu-*-*): Remove special case.
7414 * configure: Regenerate.
7415
7416 2008-10-30 Catherine Moore <clm@codesourcery.com>
7417
7418 * MAINTAINERS (Write after approval): Update my email address.
7419
7420 2008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7421
7422 * configure.ac [spu-*-*]: Do not set skipdirs.
7423 * configure: Re-generate.
7424
7425 2008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7426
7427 * MAINTAINERS (Various Maintainers): Add myself to reload.
7428
7429 2008-10-25 Richard Guenther <rguenther@suse.de>
7430
7431 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7432 maintainer. Remove myself as libgcc-math maintainer.
7433 (Non-Algorithmic Maintainers): Remove myself.
7434
7435 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7436
7437 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7438 * Makefile.in: Regenerated.
7439
7440 2008-10-23 Cary Coutant <ccoutant@google.com>
7441
7442 * MAINTAINERS (Write after approval): Add myself.
7443
7444 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7445
7446 PR gdb/921
7447 PR gdb/1646
7448 PR gdb/2175
7449 PR gdb/2176
7450
7451 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7452 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7453 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7454 (HOST_EXPORTS): Pass CPPFLAGS.
7455 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7456 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7457 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7458 * Makefile.in, configure: Regenerated.
7459 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7460 and CPPFLAGS_FOR_BUILD.
7461
7462 2008-10-20 Sebastian Pop <sebastian.pop@amd.com>
7463
7464 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7465 Sebastian Pop.
7466
7467 2008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7468
7469 * MAINTAINERS (Write After Approval): Added myself.
7470
7471 2008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7472
7473 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7474 recommended version to 2.3.2.
7475
7476 * configure: Regenerate.
7477
7478 2008-10-01 Mark Mitchell <mark@codesourcery.com>
7479
7480 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7481
7482 2008-09-29 David Daney <david.daney@caviumnetworks.com>
7483
7484 * MAINTAINERS (Write After Approval): Update e-mail address.
7485
7486 2008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7487
7488 * libtool.m4: Update to libtool 2.2.6.
7489 * lt~obsolete.m4: Update to libtool 2.2.6.
7490 * ltmain.sh: Update to libtool 2.2.6.
7491 * ltsugar.m4: Update to libtool 2.2.6.
7492 * ltversion.m4: Update to libtool 2.2.6.
7493 * ltoptions.m4: Update to libtool 2.2.6.
7494 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7495
7496 2008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7497
7498 * MAINTAINERS (Write After Approval): Add myself.
7499
7500 2008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7501
7502 * MAINTAINERS (Write After Approval): Update my name.
7503
7504 2008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7505
7506 * MAINTAINERS: Add myself in "Write After Approval".
7507
7508 2008-09-18 Steve Ellcey <sje@cup.hp.com>
7509
7510 * MAINTAINERS: Add myself as ia64 maintainer.
7511
7512 2008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7513
7514 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7515 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7516 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7517 and Michael Tiemann from Write After Approval since they do not
7518 actually have access.
7519
7520 2008-09-05 Richard Guenther <rguenther@suse.de>
7521
7522 * configure.ac: Initialize clooglibs to -lcloog.
7523 * configure: Re-generate.
7524
7525 2008-09-04 Le-Chun Wu <lcwu@google.com>
7526
7527 * MAINTAINERS (Write After Approval): Add myself.
7528
7529 2008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7530
7531 * configure.ac (--with-cloog-polylib): New.
7532 (--disable-cloog-version-check): New.
7533 (--disable-ppl-version-check): New.
7534 * configure: Re-generate.
7535
7536 2008-09-03 Richard Guenther <rguenther@suse.de>
7537
7538 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7539 cloog test.
7540 * configure: Re-generate.
7541
7542 2008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7543
7544 Add picoChip port.
7545 * MAINTAINERS: Add picoChip maintainers.
7546
7547 2008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7548 Tobias Grosser <grosser@fim.uni-passau.de>
7549 Jan Sjodin <jan.sjodin@amd.com>
7550 Harsha Jagasia <harsha.jagasia@amd.com>
7551 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7552 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7553 Adrien Eliche <aeliche@isty.uvsq.fr>
7554
7555 Merge from graphite branch.
7556 * configure: Regenerate.
7557 * Makefile.in: Regenerate.
7558 * configure.ac (host_libs): Add ppl and cloog.
7559 Add checks for PPL and CLooG.
7560 * Makefile.def (ppl, cloog): Added modules and dependences.
7561 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7562 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7563
7564 2008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7565
7566 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7567 (GCC_SHLIB_SUBDIR): New.
7568 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7569 * configure: Regenerate.
7570 * Makefile.in: Regenerate.
7571
7572 2008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7573
7574 * MAINTAINERS: Consistently use tabs to separate columns.
7575
7576 2008-08-29 Tristan Gingold <gingold@adacore.com>
7577
7578 * MAINTAINERS (Write after Approval): Add myself.
7579
7580 2008-08-28 Tristan Gingold <gingold@adacore.com>
7581
7582 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7583 Enable bfd, binutils and opcodes.
7584 * configure: Regenerate.
7585
7586 2008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7587
7588 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7589
7590 2008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7591
7592 * MAINTAINERS: Use correct Umlaut for last name.
7593
7594 2008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7595
7596 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7597
7598 2008-08-16 David Edelsohn <edelsohn@gnu.org>
7599
7600 * MAINTAINERS: Update my email address.
7601
7602 2008-08-16 Nicolas Roche <roche@adacore.com>
7603
7604 * Makefile.tpl: Add BOOT_ADAFLAGS.
7605 * Makefile.in: Regenerate.
7606
7607 2008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7608
7609 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7610 * configure: Regenerate.
7611
7612 2008-07-30 Paolo Bonzini <bonzini@gnu.org>
7613
7614 * configure.ac: Add makefile fragments for hpux.
7615 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7616 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7617 * configure: Regenerate.
7618 * Makefile.in: Regenerate.
7619
7620 2008-07-28 Aldy Hernandez <aldyh@redhat.com>
7621
7622 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7623
7624 2008-07-11 Dodji Seketeli <dseketel@redhat.com>
7625
7626 * MAINTAINERS (Write after Approval): Add myself.
7627
7628 2008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7629
7630 * MAINTAINERS (Write After Approval): Add myself.
7631
7632 2008-06-29 Andrew Jenner <andrew@codesourcery.com>
7633
7634 * MAINTAINERS (Write After Approval): Add myself.
7635
7636 2008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7637
7638 * MAINTAINERS: Update my email address.
7639
7640 2008-06-25 Joey Ye <joey.ye@intel.com>
7641
7642 * MAINTAINERS (Write After Approval): Add myself.
7643
7644 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7645
7646 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7647 * Makefile.in: Regenerate.
7648 * configure: Regenerate.
7649
7650 2008-06-17 Daniel Kraft <d@domob.eu>
7651
7652 * MAINTAINERS (Write After Approval): Add myself.
7653
7654 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7655
7656 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7657 "$@" is still intact with both Autoconf 2.59 and 2.62.
7658 * configure: Regenerate.
7659
7660 2008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7661
7662 * Makefile.tpl: Fix comment errors.
7663 * Makefile.in: Regenerate.
7664
7665 2008-06-12 David S. Miller <davem@davemloft.net>
7666 David Edelsohn <edelsohn@gnu.org>
7667
7668 * configure.ac: Add powerpc*-*-* to gold supported targets.
7669 * configure: Regenerate.
7670
7671 2008-06-08 Joseph Myers <joseph@codesourcery.com>
7672
7673 PR tree-optimization/36218
7674 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7675 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7676 (all prefix="build-"): Pass them to build-system sub-makes.
7677 * Makefile.in: Regenerate.
7678
7679 2008-06-07 Joseph Myers <joseph@codesourcery.com>
7680
7681 * MAINTAINERS (mt port): Remove.
7682 (sco5, unixware, sco udk): Remove.
7683 (Kean Johnston): Add to Write After Approval.
7684
7685 2008-05-30 Julian Brown <julian@codesourcery.com>
7686
7687 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7688 of libobjc for ARM EABI Linux.
7689 * configure: Regenerate.
7690
7691 2008-05-18 Xinliang David Li <davidxl@google.com>
7692
7693 * ChangeLog: Remove wrong ChangeLog entry.
7694
7695 2008-05-17 Xinliang David Li <davidxl@google.com>
7696
7697 * MAINTAINERS (Write After Approval): Add myself.
7698
7699 2008-05-15 Janus Weil <janus@gcc.gnu.org>
7700
7701 * MAINTAINERS (Write After Approval): Add myself.
7702
7703 2008-05-14 Rafael Espíndola <espindola@google.com>
7704
7705 * config-ml.in: don't handle --enable-shared and --enable-static.
7706
7707 2008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7708
7709 * MAINTAINERS: Update my email address.
7710
7711 2008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7712
7713 * MAINTAINERS: Update my email address.
7714
7715 2008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7716
7717 * MAINTAINERS (Write After Approval): Add myself.
7718
7719 2008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7720
7721 * MAINTAINERS (Write After Approval): Add myself.
7722
7723 2008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
7724
7725 * MAINTAINERS (crx): Add myself.
7726
7727 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7728
7729 Sync with src:
7730 2008-04-14 David S. Miller <davem@davemloft.net>
7731
7732 * configure.ac: Add sparc*-*-* to gold supported targets.
7733 * configure: Regenerate.
7734
7735 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7736
7737 PR bootstrap/35457
7738 * configure.ac: Include override.m4.
7739 * configure: Regenerate.
7740
7741 2008-04-18 Paolo Bonzini <bonzini@gnu.org>
7742
7743 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7744 * Makefile.in: Regenerate.
7745
7746 2008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
7747
7748 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
7749 as nonconfigurable directories list.
7750 * configure: Regenerate.
7751
7752 2008-04-14 Ben Elliston <bje@au.ibm.com>
7753
7754 * config.sub, config.guess: Update from upstream sources.
7755
7756 2008-04-12 Hans-Peter Nilsson <hp@axis.com>
7757
7758 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7759 * Makefile.in: Regenerate.
7760
7761 2008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7762
7763 * configure.ac: Do not build libssp for the AVR.
7764 * configure: Regenerate.
7765
7766 2008-04-07 Ian Lance Taylor <iant@google.com>
7767
7768 * Makefile.def: check-gold depends upon all-binutils.
7769 * Makefile.in: Regenerate.
7770
7771 2008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7772
7773 * MAINTAINERS (Write After Approval): Add myself.
7774
7775 2008-04-04 Nick Clifton <nickc@redhat.com>
7776
7777 PR binutils/4334
7778 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
7779 builds.
7780 * configure: Regenerate.
7781
7782 2008-04-04 NightStrike <NightStrike@gmail.com>
7783
7784 PR other/35151
7785 * configure.ac: Combine rules for mingw32 and mingw64.
7786 * configure: Regenerate.
7787
7788 2008-04-02 Kai Tietz <kai.tietz@onvision.com>
7789
7790 * MAINTAINERS (Write After Approval): Add myself.
7791
7792 2008-04-01 Seongbae Park <seongbae.park@gmail.com>
7793
7794 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7795 * Makefile.in (.NOTPARALLEL): Ditto.
7796
7797 2008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7798
7799 * MAINTAINERS (Write After Approval): Add myself.
7800
7801 2008-03-31 Seongbae Park <seongbae.park@gmail.com>
7802
7803 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7804 * Makefile.in (.NOTPARALLEL): Regenerate.
7805
7806 2008-03-27 Paolo Bonzini <bonzini@gnu.org>
7807
7808 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7809 * Makefile.in: Regenerate.
7810
7811 2008-03-26 Jakub Staszak <kuba@et.pl>
7812
7813 * MAINTAINERS (Write After Approval): Add myself.
7814
7815 2008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7816
7817 * MAINTAINERS: Update e-mail address.
7818
7819 2008-03-20 Ian Lance Taylor <iant@google.com>
7820
7821 * configure.ac: Add support for --enable-gold.
7822 * Makefile.def: Add gold as a directory like ld.
7823 * configure, Makefile.in: Regenerate.
7824
7825 2008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7826
7827 * configure.ac: m4_include config/proginstall.m4.
7828 * configure: Regenerate.
7829
7830 Backport from upstream Libtool:
7831
7832 2007-10-12 Eric Blake <ebb9@byu.net>
7833
7834 Deal with Autoconf 2.62's semantic change in m4_append.
7835 * ltsugar.m4 (lt_append): Replace broken versions of
7836 m4_append.
7837 (lt_if_append_uniq): Don't require separator to be overquoted,
7838 and avoid broken m4_append.
7839 (lt_dict_add): Fix typo.
7840 * libtool.m4 (_LT_DECL): Don't overquote separator.
7841
7842 2008-03-13 David Edelsohn <edelsohn@gnu.org>
7843
7844 * config.rpath: Add AIX 6 support.
7845
7846 2008-03-13 Paolo Bonzini <bonzini@gnu.org>
7847
7848 * Makefile.def (stageprofile). Remove -fprofile-generate
7849 from stage_libcflags.
7850 * Makefile.in: Regenerate.
7851
7852 2008-03-13 Ben Elliston <bje@au.ibm.com>
7853
7854 * config.sub, config.guess: Update from upstream sources.
7855
7856 2008-03-06 Tom Tromey <tromey@redhat.com>
7857
7858 * MAINTAINERS: Update for treelang deletion.
7859
7860 2008-03-03 James E. Wilson <wilson@tuliptree.org>
7861
7862 * MAINTAINERS: Update my email address.
7863
7864 2008-03-03 Stan Shebs <stanshebs@earthlink.net>
7865
7866 * MAINTAINERS (darwin port): Add myself as a maintainer.
7867 (objective-c/c++): Add myself as a maintainer.
7868
7869 2008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7870
7871 * MAINTAINERS (Write After Approval): Update my email address.
7872
7873 2008-02-25 Tomas Bily <tbily@suse.cz>
7874
7875 * MAINTAINERS (Write After Approval): Add myself.
7876
7877 2008-02-23 Jakub Jelinek <jakub@redhat.com>
7878
7879 * MAINTAINERS (OpenMP): Add myself.
7880
7881 2008-02-20 Paolo Bonzini <bonzini@gnu.org>
7882
7883 PR bootstrap/32009
7884 PR bootstrap/32161
7885
7886 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7887 * configure: Regenerate.
7888
7889 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7890 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7891 STAGE4_LIBCFLAGS): New.
7892 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7893 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7894 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7895 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7896 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7897 for target modules. Don't export LIBCFLAGS.
7898 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7899 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7900 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7901 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7902 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7903 * Makefile.in: Regenerate.
7904
7905 2008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7906
7907 PR libgcj/33085
7908 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7909 Do not use -DDLL_EXPORT. Backport from upstream.
7910
7911 2008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7912
7913 * MAINTAINERS (Write After Approval): Add myself.
7914
7915 2008-02-02 Hans-Peter Nilsson <hp@axis.com>
7916
7917 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7918 * configure: Regenerate.
7919
7920 2008-01-31 Marc Gauthier <marc@tensilica.com>
7921
7922 * configure.ac (xtensa*-*-*): Recognize processor variants.
7923 * configure: Regenerate.
7924
7925 2008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7926
7927 PR bootstrap/34922
7928 * configure.ac (PARSE_ARGS): Push suitable setting of
7929 ac_subdirs_all, for `./configure --help=recursive'.
7930 Handle `+' in generic toplevel directory disabling.
7931 * configure: Regenerate.
7932
7933 2008-01-28 Nick Clifton <nickc@redhat.com>
7934
7935 * MAINTAINERS (xstormy16): Take over maintainership.
7936
7937 2008-01-25 Joseph Myers <joseph@codesourcery.com>
7938
7939 * MAINTAINERS (c4x port): Remove.
7940
7941 2008-01-24 David Edelsohn <edelsohn@gnu.org>
7942
7943 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7944
7945 2008-01-23 Ben Elliston <bje@au.ibm.com>
7946
7947 * config.sub, config.guess: Update from upstream sources.
7948
7949 2008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7950
7951 * MAINTAINERS (Write After Approval): Add myself.
7952
7953 2008-01-17 H.J. Lu <hjl.tools@gmail.com>
7954
7955 * MAINTAINERS: Update my email address.
7956
7957 2008-01-09 Raksit Ashok <raksit@google.com>
7958
7959 * MAINTAINERS (Write After Approval): Add myself.
7960
7961 2008-01-09 Raksit Ashok <raksit@google.com>
7962
7963 * MAINTAINERS (Write After Approval): Add myself.
7964
7965 2008-01-08 Ben Elliston <bje@au.ibm.com>
7966
7967 * config.sub, config.guess: Update from upstream sources.
7968
7969 2007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7970
7971 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
7972 Change recommended MPFR from 2.2.1 -> 2.3.0.
7973 * configure: Regenerate.
7974
7975 2007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7976
7977 * MAINTAINERS: Update my email address.
7978
7979 2007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7980
7981 * MAINTAINERS: Update my email address.
7982
7983 2007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7984
7985 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7986 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7987 * Makefile.in: Regenerate.
7988
7989 2007-12-10 Mark Heffernan <meheff@google.com>
7990
7991 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7992 misplaced entries.
7993
7994 2007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7995
7996 * configure.ac: Enable libjava for x86_64-*-darwin9.
7997 * configure: Regenerate.
7998
7999 2007-12-07 Bill Maddox <maddox@google.com>
8000
8001 * MAINTAINERS (Write After Approval): Add myself.
8002
8003 2007-12-05 Ben Elliston <bje@au.ibm.com>
8004
8005 * config.sub, config.guess: Update from upstream sources.
8006
8007 2007-12-02 Matthias Klose <doko@ubuntu.com>
8008
8009 * config-ml.in: Remove 64bit configure tests.
8010
8011 2007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8012
8013 * config-ml.in: Robustify against white space in absolute file
8014 names.
8015
8016 * config-ml.in (multi-clean): Substitute ${Makefile}.
8017 Remove superfluous ${Makefile} in list.
8018
8019 2007-11-19 Thiemo Seufer <ths@mips.com>
8020
8021 * config-ml.in: Don't hardcode the Makefile name.
8022
8023 2007-11-08 Alexander Monakov <amonakov@ispras.ru>
8024
8025 * MAINTAINERS (Write After Approval): Add myself.
8026
8027 2007-11-07 Samuel Tardieu <sam@rfc1149.net>
8028
8029 * MAINTAINERS (Write After Approval): Add myself.
8030
8031 2007-11-06 Doug Kwan <dougkwan@google.com>
8032
8033 * MAINTAINERS (Write After Approval): Add myself.
8034
8035 2007-10-25 Ben Elliston <bje@au.ibm.com>
8036
8037 * MAINTAINERS (mercury): Remove entry.
8038 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8039
8040 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8041
8042 * Makefile.def (dependencies): Make configure-gdb depend on
8043 all-intl.
8044 * Makefile.in: Regenerated.
8045
8046 2007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8047
8048 * MAINTAINERS (Fortran maintainer): Remove myself.
8049
8050 2007-10-15 Patrick Mansfield <patmans@us.ibm.com>
8051
8052 * Makefile.def: To avoid problems running with parallel makes,
8053 build newlib before libgloss so that target specific header
8054 files are availble.
8055 * Makefile.in: Regenerate
8056
8057 2007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8058
8059 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8060 * Makefile.in: Regenerate.
8061
8062 2007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8063
8064 * MAINTAINERS (Register allocation reviewer): Add myself.
8065
8066 2007-10-08 Mike Frysinger <vapier@gentoo.org>
8067
8068 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8069 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8070 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8071 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8072 * configure: Regenerate.
8073
8074 2006-10-04 Seongbae Park <seongbae.park@gmail.com>
8075
8076 * MAINTAINERS (Register allocation reviewer): Add myself.
8077
8078 2007-10-01 Paolo Bonzini <bonzini@gnu.org>
8079
8080 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8081 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8082 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8083 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8084 * configure.ac: Default them to host tools for $host = $build.
8085 Subst them.
8086
8087 * configure: Regenerate.
8088 * Makefile.in: Regenerate.
8089
8090 2006-09-24 Peter Bergner <bergner@vnet.ibm.com>
8091
8092 * MAINTAINERS (Register allocation reviewer): Add myself.
8093
8094 2006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
8095
8096 * MAINTAINERS (Register allocation reviewer): Add myself.
8097
8098 2007-09-21 Seongbae Park <seongbae.park@gmail.com>
8099
8100 * MAINTAINERS (Write After Approval): Fix typo.
8101
8102 2007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8103
8104 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8105 * configure: Regenerate.
8106
8107 2007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8108
8109 PR bootstrap/31906
8110 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
8111 they're already prefixed.
8112
8113 2007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8114
8115 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8116 libstdc++.
8117 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8118 * configure: Regenerate.
8119 * Makefile.in: Regenerate.
8120
8121 2007-09-17 Andreas Schwab <schwab@suse.de>
8122
8123 * configure.ac: Raise minimum makeinfo version to 4.6.
8124 * configure: Regenerate.
8125
8126 2007-09-17 Johannes Singler <singler@ira.uka.de>
8127
8128 * MAINTAINERS (write-after-approval) add myself
8129
8130 2007-09-15 Alan Modra <amodra@bigpond.net.au>
8131
8132 * configure.ac: Correct makeinfo version check.
8133 * configure: Regenerate.
8134
8135 2007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8136
8137 * MAINTAINERS: Update my email address.
8138
8139 2007-09-14 Richard Sandiford <richard@codesourcery.com>
8140
8141 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8142 to $skipdirs and only disable gprof for newlib. Use the normal
8143 mips*-elf* handling in other respects.
8144 * configure: Regnerate.
8145
8146 2007-09-12 David Daney <ddaney@avtrex.com>
8147
8148 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8149 enabling libgcj.
8150 * configure: Regenerate.
8151
8152 2007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8153
8154 PR other/32154
8155 * configure.ac: For libgloss targets, point the linker to the linker
8156 script, startup code and simulator library.
8157 * configure: Regenerate.
8158
8159 2007-09-07 Andrew Haley <aph@redhat.com>
8160
8161 * configure.ac (noconfigdirs): Remove target-libffi and
8162 target-libjava.
8163 * configure: Regenerate.
8164
8165 2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8166
8167 PR target/33281
8168 * configure.ac: Use config/mh-mingw on mingw.
8169 * configure: Regenerate.
8170
8171 2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8172
8173 * MAINTAINERS (Write After Approval): Add myself.
8174
8175 2007-09-05 Richard Guenther <rguenther@suse.de>
8176
8177 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8178 nor --disable-checking is provided also turn on yes and types
8179 checking for stage1.
8180 * configure: Re-generate.
8181
8182 2007-08-30 Krister Walfridsson <cato@df.lth.se>
8183
8184 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8185 (Write After Approval): Remove myself.
8186
8187 2007-08-29 Nick Clifton <nickc@redhat.com>
8188
8189 * config.sub, config.guess: Update from upstream sources.
8190
8191 2007-08-22 Bud Davis <jmdavis@link.com>
8192
8193 * MAINTAINERS (Write After Approval): Added myself.
8194 * MAINTAINERS (Reviewers): Removed myself.
8195
8196 2007-08-18 Paul Brook <paul@codesourcery.com>
8197 Joseph Myers <joseph@codesourcery.com>
8198
8199 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8200 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8201 * Makefile.in: Regenerate.
8202 * configure.ac (--with-debug-prefix-map): New.
8203 * configure: Regenerate.
8204
8205 2007-08-17 Richard Sandiford <richard@codesourcery.com>
8206 Nigel Stephens <nigel@mips.com>
8207
8208 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8209 as target_makefile_frag.
8210 * configure: Regenerate.
8211
8212 2007-08-16 Alexandre Oliva <aoliva@redhat.com>
8213
8214 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8215 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8216 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8217 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8218 (do-compare, do-compare3, do-compare-debug): New.
8219 ([+compare-target+]): Use them.
8220
8221 2007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8222
8223 * MAINTAINERS (Write After Approval): Change my email address.
8224
8225 2007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8226 Ben Elliston <bje@au.ibm.com>
8227
8228 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8229 --silent if $silent.
8230 * configure: Regenerate.
8231
8232 2003-08-12 Zdenek Dvorak <ook@ucw.cz>
8233
8234 * MAINTAINERS (Various Maintainers): Add myself as
8235 loop infrastructure maintainer. Update my e-mail
8236 address.
8237
8238 2007-07-31 Diego Novillo <dnovillo@google.com>
8239
8240 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8241 Adjust description.
8242
8243 2007-07-26 Richard Guenther <rguenther@suse.de>
8244
8245 * configure.ac: Add types checking to stage1 checking flags.
8246 * configure: Regenerate.
8247
8248 2007-07-17 Nick Clifton <nickc@redhat.com>
8249
8250 * COPYING3: New file. Contains version 3 of the GNU General
8251 Public License.
8252 * COPYING3.LIB: New file. Contains version 3 of the GNU
8253 Lesser General Public License.
8254
8255 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8256
8257 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8258
8259 2007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8260
8261 * MAINTAINERS (S/390 co-maintainer): Add myself.
8262 (Write After Approval): Remove myself.
8263
8264 2007-07-13 Dan Hipschman <dsh@google.com>
8265
8266 * MAINTAINERS (Write After Approval): Add myself.
8267
8268 2007-07-11 Nick Clifton <nickc@redhat.com>
8269
8270 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8271 WINDRES export.
8272 * Makefile.in: Regenerate.
8273
8274 2007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8275
8276 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8277 maintainer.
8278
8279 2007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8280
8281 * lt~obsolete.m4: New. Import from 20070318 libtool.
8282
8283 2007-07-03 Julian Brown <julian@codesourcery.com>
8284
8285 * MAINTAINERS (Write After Approval): Add myself.
8286
8287 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8288
8289 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8290 * configure: Regenerate.
8291
8292 2007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8293
8294 * configure.ac: Add some missing m4 quotation.
8295 * configure: Regenerate.
8296
8297 2007-07-02 Simon Baldwin <simonb@google.com>
8298
8299 * MAINTAINERS (Write After Approval): Add myself.
8300
8301 2007-07-02 Paolo Bonzini <bonzini@gnu.org>
8302
8303 * configure: Regenerate.
8304
8305 2007-07-02 Kai Tietz <kai.tietz@onevision.com>
8306
8307 * Makefile.def: Add windmc tool to build.
8308 * Makefile.tpl: Likewise.
8309 * configure.ac: Likewise.
8310 * Makefile.in: Regenerate.
8311 * configure: Regenerate.
8312
8313 2007-06-28 DJ Delorie <dj@redhat.com>
8314
8315 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8316 not building newlib.
8317 * configure: Regenerated.
8318
8319 2007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8320
8321 * MAINTAINERS (Write After Approval): Add myself.
8322
8323 2007-06-25 Martin Michlmayr <tbm@cyrius.com>
8324
8325 * MAINTAINERS (Write After Approval): Add myself.
8326
8327 2007-06-19 Chris Matthews <chrismatthews@google.com>
8328
8329 * MAINTAINERS (Write After Approval): Add myself.
8330
8331 2007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8332
8333 * MAINTAINERS (Write After Approval): Add myself.
8334
8335 2007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8336
8337 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8338 * Makefile.in: Regenerated.
8339
8340 2007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8341
8342 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8343 bfin*-*-uclinux* targets.
8344 * configure: Regenerate.
8345
8346 2007-06-14 Ian Lance Taylor <iant@google.com>
8347
8348 * MAINTAINERS: Add myself as non-algorithmic global write
8349 maintainer.
8350
8351 2007-06-14 Diego Novillo <dnovillo@google.com>
8352
8353 * MAINTAINERS: Add self as middle-end maintainer and
8354 non-algorithmic global write maintainer.
8355
8356 2007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8357
8358 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8359 Move all Fortran maintainers except Paul Brook into the
8360 Non-Autopoiesis section.
8361
8362 2007-06-14 Paolo Bonzini <bonzini@gnu.org>
8363
8364 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8365 (distclean-stage[+id+]): Possibly delete stage_last.
8366 * Makefile.in: Regenerate.
8367
8368 2007-06-12 Seongbae Park <seongbae.park@gmail.com>
8369
8370 * MAINTAINERS (Various Maintainer): Fix typo.
8371
8372 2007-06-11 Paolo Bonzini <bonzini@gnu.org>
8373
8374 * MAINTAINERS (Various Maintainer): Add myself as
8375 dataflow maintainer.
8376
8377 2007-06-07 Ben Elliston <bje@au.ibm.com>
8378
8379 * config.sub, config.guess: Update from upstream sources.
8380
8381 2007-06-07 Ben Elliston <bje@au.ibm.com>
8382
8383 * Makefile.tpl: Fix spelling error.
8384 * Makefile.in: Regenerate.
8385
8386 2007-06-01 Steve Ellcey <sje@cup.hp.com>
8387
8388 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8389 lt_cv_sys_max_cmd_len.
8390
8391 2007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8392
8393 * MAINTAINERS (Various Maintainers): Add myself as
8394 auto-vectorizer maintainer.
8395
8396 2003-05-31 Paolo Bonzini <bonzini@gnu.org>
8397
8398 PR libjava/32098
8399 * libtool.m4: Revert previous change.
8400 * ltgcc.m4: Put it here.
8401
8402 2003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8403
8404 * MAINTAINERS (Various Maintainers): Add myself as
8405 auto-vectorizer maintainer.
8406
8407 2007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8408
8409 PR libjava/32098
8410 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8411
8412 2007-05-30 Richard Guenther <rguenther@suse.de>
8413
8414 * MAINTAINERS (Various Maintainers): Add myself as
8415 auto-vectorizer maintainer.
8416
8417 2007-05-30 Jakub Jelinek <jakub@redhat.com>
8418
8419 PR bootstrap/29382
8420 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8421 * configure: Rebuilt.
8422
8423 2007-05-28 Roberto Costa <robsettantasei@gmail.com>
8424
8425 * MAINTAINERS (Write After Approval): Removed my name.
8426
8427 2007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8428
8429 * MAINTAINERS (Write After Approval): Remove myself.
8430
8431 2007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8432
8433 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8434
8435 2007-05-23 Steve Ellcey <sje@cup.hp.com>
8436
8437 * ltmain.sh: Update from ToT Libtool.
8438 * libtool.m4: Update from ToT Libtool.
8439 * ltsugar.m4: New. Update from ToT Libtool.
8440 * ltversion.m4: New. Update from ToT Libtool.
8441 * ltoptions.m4: New. Update from ToT Libtool.
8442 * ltconfig: Remove.
8443 * ltcf-c.sh: Remove.
8444 * ltcf-cxx.sh: Remove.
8445 * ltcf-gcj.sh: Remove.
8446
8447 2007-05-22 Ollie Wild <aaw@google.com>
8448
8449 * MAINTAINERS (Write After Approval): Add myself.
8450
8451 2007-05-16 Paolo Bonzini <bonzini@gnu.org>
8452
8453 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8454 stage_cflags.
8455 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8456 Remove CFLAGS/LIBCFLAGS.
8457 (configure-stage[+id+]-[+prefix+][+module+],
8458 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8459 * Makefile.in: Regenerate.
8460
8461 2007-05-15 Diego Novillo <dnovillo@google.com>
8462
8463 * MAINTAINERS: Update e-mail address.
8464
8465 2007-05-15 Revital Eres <eres@il.ibm.com>
8466
8467 * MAINTAINERS (Write After Approval): Add myself.
8468
8469 2007-05-14 Roberto Costa <robsettantasei@gmail.com>
8470
8471 * MAINTAINERS (Write After Approval): Updated my address.
8472
8473 2007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8474
8475 * MAINTAINERS (Write After Approval): Add myself.
8476
8477 2007-05-11 Silvius Rus <rus@google.com>
8478
8479 * MAINTAINERS (Write After Approval): Add myself.
8480
8481 2007-04-23 Tom Tromey <tromey@redhat.com>
8482
8483 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8484
8485 2007-04-22 Mark Mitchell <mark@codesourcery.com>
8486
8487 * MAINTAINERS (cpplib): Rename to ...
8488 (libcpp): ... this. Add C/C++ front end maintainers.
8489
8490 2007-04-14 Steve Ellcey <sje@cup.hp.com>
8491
8492 * config-ml.in: Pass ${ml_config_env} to configure calls.
8493
8494 2007-04-04 Christian Bruel <christian.bruel@st.com>
8495
8496 * MAINTAINERS (Write After Approval): Add myself.
8497
8498 2007-04-02 Dave Korn <dave.korn@artimi.com>
8499
8500 * MAINTAINERS (Write After Approval): Add myself.
8501
8502 2007-03-31 Tobias Burnus <burnus@net-b.de>
8503
8504 * MAINTAINERS (fortran 95 front end): Add myself.
8505
8506 2007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8507
8508 * MAINTAINERS (Write After Approval): Add myself.
8509
8510 2007-03-24 Ayal Zaks <zaks@il.ibm.com>
8511
8512 * MAINTAINERS (Modulo Scheduler): Add myself.
8513
8514 2007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8515
8516 * MAINTAINERS (fortran 95 front end): Add myself.
8517 (c++ front end): whitespace fix.
8518
8519 2007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8520
8521 * MAINTAINERS (Write After Approval): Add myself.
8522
8523 2007-03-21 Richard Sandiford <richard@codesourcery.com>
8524
8525 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8526 of glob. Quote arguments with single quotes too.
8527 * configure: Regenerate.
8528
8529 2007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8530
8531 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8532 * Makefile.in: Regenerate
8533
8534 2007-03-07 Andreas Schwab <schwab@suse.de>
8535
8536 * configure: Regenerate.
8537
8538 2007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8539
8540 * configure.ac: Add "--with-pdfdir" configure option,
8541 which defines pdfdir variable.
8542 * Makefile.def (target=fixincludes): Add install-pdf to
8543 missing targets.
8544 (recursive_targets): Add install-pdf target.
8545 (flags_to_pass): Add pdfdir.
8546 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8547 target.
8548 * configure: Regenerate
8549 * Makefile.in: Regenerate
8550
8551 2007-02-28 Eric Christopher <echristo@apple.com>
8552
8553 Revert:
8554 2006-12-07 Mike Stump <mrs@apple.com>
8555
8556 * Makefile.def (dependencies): Add dependency for
8557 install-target-libssp and install-target-libgomp on
8558 install-gcc.
8559 * Makefile.in: Regenerate.
8560
8561 2007-02-27 Matt Kraai <kraai@ftbfs.org>
8562
8563 * configure: Regenerate.
8564 * configure.ac: Move statements after variable declarations.
8565
8566 2007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8567
8568 * MAINTAINERS: Add myself as sh maintainer.
8569
8570 2007-02-19 Joseph Myers <joseph@codesourcery.com>
8571
8572 * configure.ac: Adjust for loop syntax.
8573 * configure: Regenerate.
8574
8575 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8576
8577 * configure: Rebuilt.
8578
8579 2007-02-18 Alexandre Oliva <aoliva@redhat.com>
8580
8581 * configure.ac: Drop multiple occurrences of --enable-languages,
8582 and fix its quoting.
8583 * configure: Rebuilt.
8584
8585 2007-02-17 Mark Mitchell <mark@codesourcery.com>
8586 Nathan Sidwell <nathan@codesourcery.com>
8587 Vladimir Prus <vladimir@codesourcery.com>
8588 Joseph Myers <joseph@codesourcery.com>
8589
8590 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8591 * configure: Regenerate.
8592
8593 2007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8594
8595 * ltconfig (freebsd*): Default to elf.
8596
8597 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8598
8599 * configure.ac (target_libraries): Move libgcc before libiberty.
8600 * configure: Regenerated.
8601
8602 2007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8603 Paolo Bonzini <bonzini@gnu.org>
8604
8605 PR bootstrap/30753
8606 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8607 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8608 * configure: Regenerated.
8609
8610 2007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8611
8612 * MAINTAINERS (Language Front End Maintainers): Update my mail
8613 address.
8614
8615 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8616
8617 PR bootstrap/30748
8618 * configure.ac: Correct syntax for Solaris ksh.
8619 * configure: Regenerated.
8620
8621 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8622
8623 * configure.ac: Sync with src.
8624 * configure: Regenerate.
8625
8626 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8627
8628 * Makefile.in: Regenerate.
8629
8630 2007-02-09 Paolo Bonzini <bonzini@gnu.org>
8631
8632 * config.sub: Sync with src.
8633
8634 2007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8635
8636 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8637 noncanonical equivalents.
8638 * configure.in: Rename to...
8639 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8640 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8641 target_noncanonical. Use them. Rewrite removal of configure
8642 arguments for autoconf 2.59. Discard variable settings. Force
8643 program_transform_name for native tools.
8644
8645 * Makefile.in: Regenerated.
8646 * configure: Regenerated with autoconf 2.59.
8647
8648 2007-02-07 Roman Zippel <zippel@linux-m68k.org>
8649
8650 * MAINTAINERS (Write After Approval): Add myself.
8651
8652 2007-01-31 Andreas Schwab <schwab@suse.de>
8653
8654 * Makefile.tpl (LDFLAGS): Substitute it.
8655 * Makefile.in: Regenerate.
8656
8657 2007-01-30 Andrey Belevantsev <abel@ispras.ru>
8658
8659 * MAINTAINERS (Write After Approval): Add myself.
8660
8661 2007-01-28 David Edelsohn <edelsohn@gnu.org>
8662
8663 * MAINTAINERS (spu port): Add myself.
8664
8665 2007-01-23 Richard Guenther <rguenther@suse.de>
8666
8667 PR bootstrap/30541
8668 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8669 * Makefile.tpl (GNATBIND): Substitute it.
8670 (GNATMAKE): Likewise.
8671 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8672 of STAGE_PREFIX.
8673 * Makefile.in: Regenerate.
8674 * configure: Regenerate.
8675
8676 2007-01-18 Mike Stump <mrs@apple.com>
8677
8678 * configure.in: Re-enable -Werror for gcc builds.
8679
8680 2007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
8681
8682 * MAINTAINERS (Write After Approval): Add myself.
8683
8684 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8685
8686 * configure.in: Change == to = in test command.
8687 * configure: Regenerate.
8688
8689 2007-01-11 Paolo Bonzini <bonzini@gnu.org>
8690 Nick Clifton <nickc@redhat.com>
8691 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8692
8693 * configure.in (build_configargs, host_configargs, target_configargs):
8694 Remove build/host/target parameters.
8695 (host_libs): Add gmp and mpfr.
8696 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8697 * Makefile.def (gmp, mpfr): New.
8698 (gcc): Remove target.
8699 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8700 target_os, target_vendor): New.
8701 (configure): Add host_alias/target_alias arguments; adjust invocations.
8702 * configure: Regenerate.
8703 * Makefile.in: Regenerate.
8704
8705 2007-01-11 Matt Fago <fago@earthlink.net>
8706
8707 * configure.in: Try to link to functions only in mpfr 2.2.x
8708 to improve robustness of configure tests.
8709 * configure: Regenerate.
8710
8711 2007-01-09 Uros Bizjak <ubizjak@gmail.com>
8712
8713 * MAINTAINERS: Add myself as i386 maintainer.
8714
8715 2007-01-08 Jan Hubicka <jh@suse.cz>
8716
8717 * MAINTAINERS: Add myself as i386 maintainer.
8718
8719 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
8720
8721 * configure.in: Add support for an x86_64-mingw* target.
8722 * configure: Regenerate.
8723
8724 2007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8725
8726 * Makefile.tpl (all-target): Correct @if conditional for target
8727 modules.
8728 * configure.in: Omit libiberty if building only target libgcc.
8729 * configure, Makefile.in: Regenerated.
8730
8731 2007-01-04 Paolo Bonzini <bonzini@gnu.org>
8732
8733 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
8734 * configure: Regenerate.
8735
8736 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8737
8738 * Makefile.def (target_modules): Add libgcc.
8739 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8740 * Makefile.tpl (clean-target-libgcc): Delete.
8741 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8742 on gcc even for bootstrapped modules. Rewrite handling of
8743 lang_env_dependencies to loop over target_modules.
8744 * configure.in (target_libraries): Add target-libgcc.
8745 * Makefile.in, configure: Regenerated.
8746
8747 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8748
8749 * configure.in: Reorganize recognition of languages. Add
8750 --enable-stage1-languages. Show supported languages for the chosen
8751 target rather than all recognized languages.
8752 * configure: Regenerate.
8753
8754 2006-12-29 Paolo Bonzini <bonzini@gnu.org>
8755
8756 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8757 * Makefile.in: Regenerate.
8758
8759 2006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8760
8761 * configure.in: Warn that MPFR 2.2.0 is buggy.
8762 * configure: Regenerate.
8763
8764 2006-12-27 Ian Lance Taylor <iant@google.com>
8765
8766 * configure.in: When removing Makefiles to force a reconfigure, also
8767 remove prev-DIR*/Makefile.
8768 * configure: Regenerate.
8769
8770 2006-12-22 Andreas Schwab <schwab@suse.de>
8771
8772 * configure: Regenerate with correct autoconf version.
8773
8774 2006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8775
8776 * configure.in: add AC_SUBST for *_FOR_TARGET.
8777 * configure: Regenerate.
8778
8779 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8780
8781 * configure.in: Simplify logic for rejecting languages that cannot
8782 be built. Separate the case when a language is unsupported,
8783 from the case when the user chooses not to build a language.
8784
8785 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8786
8787 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8788 it only affects bootstrap and could be tested on "$host" as well.
8789 * configure: Regenerate.
8790 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8791
8792 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8793
8794 PR bootstrap/29544
8795 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8796 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8797 move here comment from Makefile.tpl.
8798 * Makefile.tpl: Move some definitions higher in the file.
8799 (STAGE1_CHECKING): New.
8800 * configure.in: Add --enable-stage1-checking.
8801 * configure: Regenerate.
8802 * Makefile.in: Regenerate.
8803
8804 2006-12-19 Paolo Bonzini <bonzini@gnu.org>
8805
8806 * MAINTAINERS: Add myself as build system maintainer.
8807
8808 2006-12-15 Simon Martin <simartin@users.sourceforge.net>
8809
8810 * MAINTAINERS (Write After Approval): Add myself.
8811
8812 2006-12-13 Eric Christopher <echristo@apple.com>
8813
8814 * MAINTAINERS: Add myself as darwin maintainer.
8815
8816 2006-12-11 Ian Lance Taylor <ian@airs.com>
8817
8818 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8819
8820 2006-12-11 Joern Rennecke <joern.rennecke@arc.com>
8821
8822 MAINTAINERS: Update my entry.
8823
8824 2006-12-11 Alan Modra <amodra@bigpond.net.au>
8825
8826 * configure.in: Handle spu makefile frag.
8827 * Makefile.tpl (MAINT): Define
8828 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8829 * configure: Regenerate.
8830 * Makefile.in: Regenerate.
8831
8832 2006-12-11 Ben Elliston <bje@au.ibm.com>
8833
8834 * config.guess: Import latest version.
8835 * config.sub: Likewise.
8836
8837 2006-12-11 Ben Elliston <bje@au.ibm.com>
8838
8839 * configure.in (spu-*-*): Don't skip target-libiberty.
8840 * configure: Regenerate.
8841
8842 2006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8843
8844 PR bootstrap/30134
8845 * configure.in: Correct x86 darwin support for libjava to powerpc
8846 and i?86 only.
8847 * configure: Regenerate.
8848
8849 2006-12-08 Sandro Tolaini <tolaini@libero.it>
8850
8851 * configure.in: Add x86 darwin support for libjava.
8852 * configure: Regenerate.
8853
8854 2006-12-07 Mike Stump <mrs@apple.com>
8855
8856 * Makefile.def (dependencies): Add dependency for
8857 install-target-libssp and install-target-libgomp on
8858 install-gcc.
8859 * Makefile.in: Regenerate.
8860
8861 2006-12-04 Richard Guenther <rguenther@suse.de>
8862
8863 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8864 (Non-Algorithmic Maintainers): Move over non-algorithmic
8865 loop optimizer maintainers, add myself as a non-algorithmic
8866 middle-end maintainer.
8867
8868 2006-12-04 Daniel Franke <franke.daniel@gmail.com>
8869
8870 * MAINTAINERS (Write After Approval): Add myself.
8871
8872 2006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8873
8874 * configure.in: Update error message for missing GMP/MPFR.
8875
8876 * configure: Regenerate.
8877
8878 2006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8879
8880 * configure.in: Update MPFR version in error message.
8881
8882 * configure: Regenerate.
8883
8884 2006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8885
8886 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8887 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8888 --with-gmp-lib): New flags.
8889
8890 * configure: Regenerate.
8891
8892 2006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8893
8894 * MAINTAINERS (Write After Approval): Change my email address.
8895
8896 2006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8897
8898 * MAINTAINERS (Write After Approval): Add myself.
8899
8900 2006-11-22 Philipp Thomas <pth@suse.de>
8901
8902 * MAINTAINERS (i18n): Update e-mail address.
8903
8904 2006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8905
8906 * MAINTAINERS (spu port): Add myself as maintainer.
8907 (Write After Approval): Remove myself.
8908
8909 2006-11-22 Ben Elliston <bje@au.ibm.com>
8910
8911 * configure.in (skipdirs): Don't build libssp for SPU.
8912 * configure: Regenerate.
8913
8914 2006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8915
8916 * MAINTAINERS (spu port): Add myself as maintainer.
8917 (libobjc): Update my email address.
8918
8919 2006-11-21 Andrea Bona <andrea.bona@st.com>
8920
8921 * MAINTAINERS (Write After Approval): Add myself.
8922
8923 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8924
8925 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8926 * configure : Rebuilt.
8927
8928 2006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8929
8930 * MAINTAINERS (Write After Approval): Add myself.
8931
8932 2006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8933
8934 * MAINTAINERS (Write After Approval): Add myself.
8935
8936 2006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8937
8938 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8939 libmpfr.a.
8940 * configure: Regenerate.
8941
8942 2006-11-16 Paolo Bonzini <bonzini@gnu.org>
8943
8944 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8945 (unstage): Test for stage_last presence.
8946
8947 PR bootstrap/29802
8948 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8949 STAGE_PREFIX.
8950 * Makefile.in: Regenerate.
8951
8952 2003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8953
8954 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8955 maintainers.
8956
8957 2006-11-14 Erven Rohou <erven.rohou@st.com>
8958
8959 * MAINTAINERS (Write After Approval): Add myself.
8960
8961 2006-11-14 Paolo Bonzini <bonzini@gnu.org>
8962
8963 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8964 and stageN-package/Makefile.
8965 * Makefile.in: Regenerated.
8966
8967 2006-11-14 Jie Zhang <jie.zhang@analog.com>
8968
8969 * configure.in: Remove target-libgloss from noconfigdirs for
8970 bfin-*-*.
8971 * configure: Regenerated.
8972
8973 2006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8974
8975 * configure.in (have_gmp): Only error if the gcc directory exists.
8976
8977 * configure: Regenerate.
8978
8979 2006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8980
8981 * configure.in: Robustify error message for missing GMP/MPFR.
8982
8983 * configure: Regenerate.
8984
8985 2006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
8986
8987 * MAINTAINERS (Write After Approval): Add myself.
8988
8989 2006-10-30 Uros Bizjak <ubizjak@gmail.com>
8990
8991 * MAINTAINERS: Change email address.
8992
8993 2006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8994
8995 * MAINTAINERS (Write After Approval): Add myself.
8996
8997 2006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8998
8999 * MAINTAINERS (Write After Approval): Add myself.
9000
9001 2006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9002
9003 * MAINTAINERS (Write After Approval): Move myself to
9004 Write After Approval section.
9005
9006 2006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9007
9008 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9009 need_gmp anymore.
9010 * configure: Regenerate.
9011
9012 2006-10-16 Tobias Burnus <burnus@net-b.de>
9013
9014 * MAINTAINERS (Write After Approval): Add myself.
9015
9016 2006-10-16 Ben Elliston <bje@au.ibm.com>
9017
9018 * config.guess: Import latest version.
9019 * config.sub: Likewise.
9020
9021 2006-10-10 Brooks Moses <bmoses@stanford.edu>
9022
9023 * Makefile.def: Added pdf target handling.
9024 * Makefile.tpl: Added pdf target handling.
9025 * Makefile.in: Regenerated.
9026
9027 2006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9028
9029 * MAINTAINERS: Add self as score port maintainer.
9030
9031 2006-10-04 Brooks Moses <bmoses@stanford.edu>
9032
9033 * MAINTAINERS (Write After Approval): Add myself.
9034
9035 2006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9036
9037 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
9038 or newer.
9039 * configure: Regenerated.
9040
9041 2006-09-27 Dave Brolley <brolley@redhat.com>
9042
9043 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9044 using $s instead of $r.
9045 * configure: Regenerated.
9046
9047 2006-09-26 Thiemo Seufer <ths@mips.com>
9048
9049 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9050 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9051 * configure: Regenerate.
9052
9053 2006-09-24 Graeme Peterson <gridly@gmail.com>
9054
9055 * MAINTAINERS (Write After Approval): Remove myself.
9056
9057 2006-09-22 Chao-ying Fu <fu@mips.com>
9058
9059 * MAINTAINERS (Write After Approval): Add myself.
9060
9061 2006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9062
9063 * MAINTAINERS: Add self as soft-fp maintainer.
9064
9065 2006-09-09 Anatoly Sokolov <aesok@post.ru>
9066
9067 * MAINTAINERS: Add myself as avr maintainer.
9068 Remove Marek Michalkiewicz as avr maintainer.
9069
9070 2006-09-07 Roberto Costa <roberto.costa@st.com>
9071
9072 * MAINTAINERS (Write After Approval): Add myself.
9073
9074 2006-08-30 Corinna Vinschen <corinna@vinschen.de>
9075
9076 * configure.in: Never build newlib for a Mingw host.
9077 Never build newlib as Mingw target library.
9078 Test the existence of winsup/cygwin for building a Cygwin newlib,
9079 rather than just winsup.
9080 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9081 building a Mingw target.
9082 * configure: Regenerate.
9083
9084 2006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9085
9086 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9087
9088 2006-07-25 Paolo Bonzini <bonzini@gnu.org>
9089
9090 * config.guess: Import from src (was more updated).
9091 * config.sub: Likewise.
9092
9093 2006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9094
9095 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9096 * configure: Regenerated.
9097
9098 2006-07-18 Paolo Bonzini <bonzini@gnu.org>
9099
9100 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9101 for stages after the first.
9102
9103 2006-07-17 Jakub Jelinek <jakub@redhat.com>
9104
9105 * Makefile.def: Add dependencies for configure-opcodes
9106 on configure-intl and all-opcodes on all-intl.
9107 * Makefile.in: Regenerated.
9108
9109 2006-07-13 Ben Elliston <bje@au.ibm.com>
9110
9111 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9112
9113 2006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9114
9115 Port to hosts whose 'sort' and 'tail' implementations
9116 treat operands with leading '+' as file names, as POSIX
9117 has required since 2001. However, make sure the code still
9118 works on pre-POSIX hosts.
9119 * ltmain.sh: Don't assume "sort +2" is equivalent to
9120 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9121
9122 2006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9123
9124 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9125
9126 2006-07-04 Peter O'Gorman <peter@pogma.com>
9127
9128 * ltconfig: chmod 644 before ranlib during install.
9129
9130 2006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9131
9132 PR bootstrap/18058
9133 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9134 if the bootstrap compiler is a GCC version that supports it.
9135 * configure: Regenerate.
9136
9137 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9138
9139 * configure.in: Fix thinkos in previous check-in.
9140 * configure: Regenerate.
9141
9142 2006-07-03 Paolo Bonzini <bonzini@gnu.org>
9143
9144 PR other/27063
9145 * configure.in: Test subdir_requires and give an appropriate
9146 error message.
9147 * configure: Regenerate.
9148
9149 2006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9150
9151 * MAINTAINERS (Write After Approval): Add myself.
9152
9153 2006-06-22 John David Anglin <dave.anglin@nrc.ca>
9154
9155 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9156
9157 2006-06-22 Steve Ellcey <sje@cup.hp.com>
9158
9159 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9160
9161 2006-06-20 David Ayers <d.ayers@inode.at>
9162
9163 PR bootstrap/28072
9164 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9165 whether target-libjava is being configured instead of whether the
9166 java front end is enabled.
9167 * configure: Regenerate.
9168
9169 2006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9170
9171 PR target/27540
9172 * configure.in: Only enable libgomp on IRIX 6.
9173 * configure: Regenerate.
9174
9175 2006-06-15 Paolo Bonzini <bonzini@gnu.org>
9176
9177 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9178 too.
9179 * Makefile.in: Regenerate.
9180
9181 2006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9182
9183 * config-ml.in: Alter CCASFLAGS to include special
9184 multilib options the same as is done for CFLAGS.
9185
9186 2006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9187
9188 * configure.in: Don't enable libgomp on hpux10.
9189 * configure: Rebuilt.
9190
9191 2006-06-12 David Ayers <d.ayers@inode.at>
9192
9193 PR bootstrap/27963
9194 PR target/19970
9195 * configure.in: Remove target-boehm-gc from noconfigdirs where
9196 ${libgcj} is specified.
9197 * configure: Regenerate.
9198
9199 2006-06-06 Carlos O'Donell <carlos@codesourcery.com>
9200
9201 Sync from src:
9202
9203 * configure.in: Sync.
9204 * configure: Regenerated.
9205
9206 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9207
9208 * Makefile.def: Added dependencies from sim and gdb on intl, and
9209 added configure dependencies to everything with an all dependency
9210 on intl.
9211 * Makefile.in: Regenerated.
9212
9213 2006-06-06 David Ayers <d.ayers@inode.at>
9214
9215 PR libobjc/13946
9216 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9217 * Makefile.in: Regenerate.
9218 * configure.in: Add --enable-objc-gc at toplevel and have it
9219 enable boehm-gc for Objective-C.
9220 Remove target-boehm-gc from libgcj.
9221 Add target-boehm-gc to target_libraries.
9222 Add target-boehm-gc to noconfigdirs where ${libgcj}
9223 is specified.
9224 Assert that boehm-gc is supported when requested for Objective-C.
9225 Only build boehm-gc if needed either for Java or Objective-C.
9226 * configure: Regenerate.
9227
9228 2006-06-05 Paolo Bonzini <bonzini@gnu.org>
9229
9230 PR 27674
9231 * Makefile.tpl (configure-[+prefix+][+module+],
9232 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9233 Remove rule to unstage bootstrapped modules.
9234 (stage_current): New.
9235 * Makefile.in: Regenerate.
9236
9237 2006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9238
9239 * MAINTAINERS (Write After Approval): Update my e-mail address.
9240
9241 2006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9242
9243 * include/libiberty.h: Declare pex_run_in_environment.
9244
9245 2006-05-31 Asher Langton <langton2@llnl.gov>
9246
9247 * MAINTAINERS (Write After Approval): Add myself.
9248
9249 2006-05-25 Paolo Bonzini <bonzini@gnu.org>
9250
9251 * Makefile.def (bfd, opcodes): Fix lib_path.
9252 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9253 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9254 * Makefile.in: Regenerate.
9255
9256 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9257
9258 * Makefile.in: Regenerate.
9259
9260 2006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9261
9262 * Makefile.def: Add install-html target. Add datarootdir
9263 docdir and htmldir to flags_to_pass.
9264 * Makefile.tpl: Add install-html target.
9265 * Makefile.in: Regenerate.
9266 * configure.in: Add --with-datarootdir, --with-docdir, and
9267 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9268 * configure: Regenerate.
9269
9270 2006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9271
9272 * configure.in: Enable gprof for cross builds.
9273 * configure: Regenerate.
9274
9275 2006-05-22 Richard Guenther <rguenther@suse.de>
9276
9277 Revert
9278 2006-01-31 Richard Guenther <rguenther@suse.de>
9279 Paolo Bonzini <bonzini@gnu.org>
9280
9281 * Makefile.def (target_modules): Add libgcc-math target module.
9282 * configure.in (target_libraries): Add libgcc-math target library.
9283 (--enable-libgcc-math): New configure switch.
9284 * Makefile.in: Re-generate.
9285 * configure: Re-generate.
9286 * libgcc-math: New toplevel directory.
9287
9288 2006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9289 Andreas Tobler <a.tobler@schweiz.ch>
9290
9291 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9292 * configure: Rebuilt.
9293
9294 2006-05-12 Sandra Loosemore <sandra@codesourcery.com>
9295
9296 * MAINTAINERS (Write After Approval): Add myself.
9297
9298 2006-05-01 DJ Delorie <dj@redhat.com>
9299
9300 * configure.in: Restore CFLAGS if GMP isn't present.
9301 * configure: Regenerate.
9302
9303 2006-05-01 Richard Guenther <rguenther@suse.de>
9304
9305 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9306 maintainer.
9307
9308 2006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
9309
9310 * MAINTAINERS (Write After Approval): Add myself.
9311
9312 2006-04-28 Jan Beulich <jbeulich@novell.com>
9313
9314 * MAINTAINERS (Write After Approval): Add myself.
9315
9316 2006-04-18 DJ Delorie <dj@redhat.com>
9317
9318 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9319 reference libgloss so that libssp can be built in a combined
9320 tree.
9321 * configure: Regenerate.
9322
9323 2006-04-08 Robert Millan <rmh@gcc.gnu.org>
9324
9325 * MAINTAINERS (Write After Approval): Add myself.
9326
9327 2006-04-05 Ben Elliston <bje@au.ibm.com>
9328
9329 * configure.in: Require makeinfo 4.4 or higher.
9330 * configure: Regenerate.
9331
9332 2006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9333
9334 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9335 Rearrange the entries of other libraries to have them in one place.
9336
9337 2006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9338
9339 * MAINTAINERS (Write After Approval): Remove myself.
9340 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9341
9342 2006-03-14 Richard Guenther <rguenther@suse.de>
9343
9344 * configure: Regenerate with autoconf 2.13.
9345
9346 2006-03-13 Jim Blandy <jimb@codesourcery.com>
9347
9348 * MAINTAINERS: Use my work address.
9349
9350 * MAINTAINERS: Update my E-mail address.
9351
9352 2006-03-10 Aldy Hernandez <aldyh@redhat.com>
9353
9354 * configure.in: Handle --disable-<component> generically.
9355 * configure: Regenerate.
9356
9357 2006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9358
9359 PR libgcj/17311
9360 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9361
9362 2006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9363
9364 * MAINTAINERS (Write After Approval): Remove myself.
9365 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9366
9367 2006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
9368
9369 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9370 (TARGET_CONFIGDIRS): Remove.
9371 * configure.in: Remove AC_SUBST(target_configdirs).
9372 * Makefile.in, configure: Regenerated.
9373
9374 2006-02-20 Steven G. Kargl <kargls@comcast.net>
9375
9376 * MAINTAINERS (Write After Approval): Remove myself.
9377 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9378
9379 2006-02-20 Paolo Bonzini <bonzini@gnu.org>
9380
9381 PR bootstrap/25670
9382
9383 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9384
9385 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9386 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9387 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9388 BUILD_PREFIX, BUILD_PREFIX_1.
9389 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9390
9391 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9392 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9393
9394 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9395 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9396 of `cat stage_current`. Always provide the `r' and `s' variables.
9397 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9398 a single shell execution.
9399 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9400 bootstrapped modules, make the stage1 module if the build was not
9401 started yet, else build the current stage.
9402 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9403 (all-build, all-host, all-target, [+make_target+]-host,
9404 [+make_target+]-target): Do not use \-continued lines.
9405 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9406 (current_stage, restrap, stage_last): New.
9407
9408 * Makefile.in: Regenerate.
9409 * configure: Regenerate.
9410
9411 2006-02-19 Bud Davis <jmdavis@link.com>
9412
9413 * MAINTAINERS (Write After Approval): Remove myself.
9414 (Language Front End Maintainers): Add myself as fortran 95
9415 maintainer and update e-mail address.
9416
9417 2006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9418
9419 * MAINTAINERS (Write After Approval): Remove myself.
9420 (Language Front End Maintainers): Add myself as fortran 95
9421 maintainer.
9422
9423 2006-02-16 Victor Kaplansky <victork@il.ibm.com>
9424
9425 * MAINTAINERS (Write After Approval): Add myself.
9426
9427 2006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9428
9429 * MAINTAINERS (Write After Approval): Remove myself.
9430 (Language Front End Maintainers): Add myself as
9431 fortran 95 maintainer.
9432
9433 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9434
9435 Sync from src:
9436
9437 2005-12-27 Leif Ekblad <leif@rdos.net>
9438
9439 * configure.in: Add support for RDOS target.
9440 * configure: Regenerate.
9441
9442 2006-02-14 Paolo Bonzini <bonzini@gnu.org>
9443 Andreas Schwab <schwab@suse.de>
9444
9445 * configure: Regenerate.
9446
9447 2006-02-12 David Edelsohn <edelsohn@gnu.org>
9448
9449 * configure.in (enable_libgomp): Add AIX.
9450 * configure: Regenerate.
9451
9452 2006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9453
9454 * MAINTAINERS (Write After Approval): Add myself.
9455
9456 2006-02-03 Lee Millward <lee.millward@gmail.com>
9457
9458 * MAINTAINERS (Write After Approval): Add myself.
9459
9460 2006-01-31 Richard Guenther <rguenther@suse.de>
9461 Paolo Bonzini <bonzini@gnu.org>
9462
9463 * Makefile.def (target_modules): Add libgcc-math target module.
9464 * configure.in (target_libraries): Add libgcc-math target library.
9465 (--enable-libgcc-math): New configure switch.
9466 * Makefile.in: Re-generate.
9467 * configure: Re-generate.
9468 * libgcc-math: New toplevel directory.
9469
9470 2006-01-26 Paolo Bonzini <bonzini@gnu.org>
9471
9472 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9473 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9474 the assembler, linker and binutils.
9475 * configure: Regenerate.
9476
9477 2006-01-22 Dirk Mueller <dmueller@suse.de>
9478
9479 * MAINTAINERS (Write After Approval): Add myself.
9480
9481 2006-01-20 Diego Novillo <dnovillo@redhat.com>
9482
9483 * configure: Regenerate.
9484
9485 2006-01-18 Richard Henderson <rth@redhat.com>
9486 Jakub Jelinek <jakub@redhat.com>
9487 Diego Novillo <dnovillo@redhat.com>
9488
9489 * libgomp: New directory.
9490 * Makefile.def: Add target_module libgomp.
9491 * Makefile.in: Regenerate.
9492 * configure.in (target_libraries): Add target-libgomp.
9493 * configure: Regenerate.
9494
9495 2006-01-05 Alexandre Oliva <aoliva@redhat.com>
9496
9497 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9498 @ from continuation.
9499 * Makefile.in: Rebuilt.
9500
9501 2006-01-04 Chris Lattner <sabre@gnu.org>
9502
9503 * MAINTAINERS (Write After Approval): Add myself.
9504
9505 2006-01-04 Paolo Bonzini <bonzini@gnu.org>
9506
9507 PR bootstrap/24252
9508
9509 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9510 * Makefile.tpl (OBJDUMP): New.
9511 (EXTRA_HOST_FLAGS): Add it.
9512 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9513
9514 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9515 to use symbolic links between directories. Avoid race conditions
9516 or make them harmless.
9517 * configure.in: Do not try to use symbolic links between directories.
9518
9519 * Makefile.def (LEAN): Pass.
9520 * Makefile.tpl (LEAN): Define.
9521 (stage[+id+]-start): Accept that the previous directory does not
9522 exist, if the bootstrap is lean.
9523 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9524 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9525 configure substitution.
9526 ([+compare-target+]): Likewise.
9527 ([+bootstrap-target+]-lean): New.
9528 * configure.in: Remove lean bootstrap support from here.
9529
9530 * Makefile.in: Regenerate.
9531 * configure: Regenerate.
9532
9533 2006-01-04 Ben Elliston <bje@au.ibm.com>
9534
9535 * MAINTAINERS (libdecnumber): Add myself.
9536
9537 2006-01-02 Mark Mitchell <mark@codesourcery.com>
9538
9539 * libtool-ldflags: New script.
9540
9541 2006-01-02 Andreas Schwab <schwab@suse.de>
9542
9543 * configure.in: When reconfiguring remove Makefile in
9544 all stage directories.
9545 * configure: Regenerate.
9546
9547 2005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9548
9549 * MAINTAINERS: Update my email address.
9550
9551 2005-12-20 Paolo Bonzini <bonzini@gnu.org>
9552
9553 Revert Ada-related part of the previous change.
9554
9555 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9556 Do not pass.
9557 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9558 * Makefile.in: Regenerate.
9559 * configure.in: Do not include mt-ppc-aix target fragment.
9560 * configure: Regenerate.
9561
9562 2005-12-19 Paolo Bonzini <bonzini@gnu.org>
9563
9564 * configure.in: Select appropriate fragments for PowerPC/AIX.
9565 * configure: Regenerate.
9566
9567 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9568 BOOT_CFLAGS, BOOT_LDFLAGS.
9569 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9570 BOOT_CFLAGS, BOOT_LDFLAGS.
9571 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9572 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9573 (stage): Fail if we cannot complete the work.
9574 * Makefile.in: Regenerate.
9575
9576 2005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9577
9578 * configure.in: Replace ms1 with mt.
9579 * configure: Rebuilt.
9580
9581 2005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9582
9583 * MAINTAINERS: Update my email address.
9584
9585 2005-12-15 Paolo Bonzini <bonzini@gnu.org>
9586
9587 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9588 install-host-nogcc): Don't invoke $(stage) at the end.
9589 * Makefile.in: Regenerate.
9590
9591 2005-12-14 Paolo Bonzini <bonzini@gnu.org>
9592
9593 * configure.in: Flip the top-level bootstrap switch.
9594 * configure: Regenerate.
9595
9596 2005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9597
9598 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9599 $(stage) and $(unstage).
9600 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9601 (all): Remove stray semicolon.
9602 (local-distclean): Don't handle multilib.tmp and multilib.out.
9603 (install.all): Set $s for consistency.
9604 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9605 check_multilibs setting. Always make the install directory.
9606 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9607 Correct @if/@endif.
9608 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9609 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9610 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9611 (multilib.out): Remove.
9612 * Makefile.in: Regenerated.
9613
9614 2005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9615
9616 * MAINTAINERS (Write After Approval): Add myself.
9617
9618 2005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9619
9620 * MAINTAINERS: Add myself as mt maintainer.
9621
9622 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9623
9624 2005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9625
9626 * MAINTAINERS: Change email address.
9627
9628 2005-12-05 Paolo Bonzini <bonzini@gnu.org>
9629
9630 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9631 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9632 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9633 Find in-tree tools if available.
9634 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9635 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9636 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9637 (COMPILER_*_FOR_TARGET): New.
9638 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9639 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9640 (CONFIGURED_*, USUAL_*): Remove.
9641 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9642 STRIP): Use autoconf substitutions.
9643 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9644 COMPILER_NM_FOR_TARGET): New.
9645 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9646
9647 (all): Make all-host and all-target in parallel.
9648 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9649 that $$r and $$s are set before invoking a recursive make.
9650 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9651 ([+bootstrap-target+]): Inline most of the `all' target.
9652
9653 2005-11-29 Ben Elliston <bje@au.ibm.com>
9654
9655 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9656 from the gcc build directory.
9657 * Makefile.in: Regenerate.
9658
9659 2005-11-29 Ben Elliston <bje@au.ibm.com>
9660
9661 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9662 depend on all-libdecnumber.
9663 * configure.in (host_libs): Include libdecnumber.
9664 * Makefile.in: Regenerate.
9665 * configure: Likewise.
9666
9667 2005-11-29 Ben Elliston <bje@au.ibm.com>
9668
9669 * libdecnumber: Import decNumber sources from the dfp-branch.
9670
9671 2005-11-21 Kean Johnston <jkj@sco.com>
9672
9673 * config.sub, config.guess: Sync from upstream sources.
9674
9675 2005-11-21 Ben Elliston <bje@au.ibm.com>
9676
9677 Import from Autoconf sources:
9678
9679 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9680 * config/move-if-change: Don't output "$2 is unchanged";
9681 suggested by Ben Elliston. Handle weird characters correctly.
9682
9683 2005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9684
9685 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9686 to match upstream libtool for darwin.
9687
9688 2005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9689
9690 * Makefile.def: Remove gdb dependencies for gdbtk.
9691 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9692 (configure-gdb, install-gdb): New rules.
9693 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9694 * Makefile.in, configure: Regenerated.
9695
9696 2005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9697
9698 * MAINTAINERS (Write After Approval): Add myself.
9699
9700 2005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9701
9702 * MAINTAINERS (Write After Approval): Add myself.
9703
9704 2005-10-24 Diego Novillo <dnovillo@redhat.com>
9705
9706 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9707 Diego Novillo.
9708
9709 2005-10-22 Paolo Bonzini <bonzini@gnu.org>
9710
9711 PR bootstrap/24297
9712 * Makefile.tpl (do-[+make-target+], do-check, install,
9713 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9714 are set before recursing.
9715 * Makefile.in: Regenerate.
9716
9717 2005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9718
9719 PR bootstrap/18939
9720 * Makefile.def (gcc) <target>: Fix thinko.
9721 * Makefile.in: Regenerate.
9722
9723 2005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9724
9725 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9726 * configure: Regenerate.
9727
9728 2005-10-15 Jie Zhang <jie.zhang@analog.com>
9729
9730 * MAINTAINERS (Write After Approval): Add self.
9731
9732 2005-10-08 Kazu Hirata <kazu@codesourcery.com>
9733
9734 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9735 target-libffi, target-qthreads, target-libjava, and
9736 targetlibobjc.
9737 * configure: Regenerate.
9738
9739 2005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9740
9741 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9742 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9743 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9744 (USUAL_OBJDUMP_FOR_TARGET): New.
9745 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9746 * configure.in: Check for $OBJDUMP_FOR_TARGET.
9747 * configure, Makefile.in: Regenerated.
9748
9749 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9750
9751 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9752 before other host packages.
9753
9754 2005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9755
9756 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9757
9758 2005-10-05 Paolo Bonzini <bonzini@gnu.org>
9759
9760 PR bootstrap/22340
9761
9762 * configure.in (default_target): Remove.
9763 * Makefile.tpl (all): Do not use prerequisites as subroutines
9764 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9765 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9766 use prerequisites as subroutines.
9767 (check-host, check-target): New.
9768 (bootstrap configure & all targets): Do not use stage*-start
9769 if the directory layout is already ok.
9770 (non-bootstrap configure & all targets): Prepend a $(unstage).
9771 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9772 (NOTPARALLEL): Remove.
9773 (unstage, stage variables): New variables.
9774 (unstage, stage targets): Simply expand to those variables.
9775
9776 * configure: Regenerate.
9777 * Makefile.in: Regenerate.
9778
9779 2005-10-04 James E Wilson <wilson@specifix.com>
9780
9781 * Makefile.def (lang_env_dependencies): Add libmudflap.
9782 * Makefile.in: Regenerate.
9783
9784 2005-10-03 Andreas Schwab <schwab@suse.de>
9785
9786 Backport from libtool CVS:
9787 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9788
9789 * ltmain.sh: add support for installing into temporary
9790 staging area (e.g. 'make install DESTDIR=...')
9791
9792 2005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9793
9794 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9795 * configure: Regenerated.
9796
9797 2005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9798
9799 * configure: Regenerate with the correct
9800 autoconf version.
9801
9802 2005-09-30 Catherine Moore <clm@cm00re.com>
9803
9804 * configure.in (bfin-*-*): New.
9805 * configure: Regenerated.
9806
9807 2005-09-28 Geoffrey Keating <geoffk@apple.com>
9808
9809 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9810 (LIPO_FOR_TARGET): New.
9811 (CONFIGURED_LIPO_FOR_TARGET): New.
9812 (USUAL_LIPO_FOR_TARGET): New.
9813 (STRIP_FOR_TARGET): New.
9814 (CONFIGURED_STRIP_FOR_TARGET): New.
9815 (USUAL_STRIP_FOR_TARGET): New.
9816 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9817 STRIP_FOR_TARGET.
9818 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9819 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9820 * Makefile.in: Regenerate.
9821 * configure: Regenerate.
9822
9823 2005-09-19 David Edelsohn <edelsohn@gnu.org>
9824
9825 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9826 (rs6000-*-aix*): Same.
9827 * configure: Regenerate.
9828
9829 2005-09-16 Tom Tromey <tromey@redhat.com>
9830
9831 * MAINTAINERS: Add self as java maintainer.
9832
9833 2005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9834
9835 * configure.in: Recognize f95 in the --enable-languages option,
9836 and substitute it for fortran, issuing a warning.
9837 * configure: Regenerate.
9838
9839 2005-08-30 Phil Edwards <phil@codesourcery.com>
9840
9841 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9842 * configure: Regenerated.
9843
9844 2005-08-22 Aldy Hernandez <aldyh@redhat.com>
9845
9846 * MAINTAINERS: Add self as ms1 maintainer.
9847
9848 2005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9849
9850 * Makefile.def (libssp): Add to lang_env_dependencies.
9851 * Makefile.in: Regenerate.
9852
9853 2005-08-18 Ian Lance Taylor <ian@airs.com>
9854
9855 * MAINTAINERS: Add myself as middle-end maintainer.
9856
9857 2005-08-17 Christian Groessler <chris@groessler.org>
9858
9859 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9860 * Makefile.in: Regenerate.
9861
9862 2005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9863
9864 * MAINTAINERS (write after approval): Added myself.
9865
9866 2005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9867
9868 * MAINTAINERS (Write After Approval): Add myself.
9869
9870 2005-08-12 Paolo Bonzini <bonzini@gnu.org>
9871
9872 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9873 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9874 Look for alternate names of the target cc and c++
9875 * configure: Regenerate.
9876
9877 2005-08-08 Paolo Bonzini <bonzini@gnu.org>
9878
9879 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9880 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9881 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9882 tools; remove code to manually set them.
9883 (Target tools): Look in the environment for them.
9884 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9885 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9886 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9887 build directory.
9888 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9889 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9890 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9891 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9892 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9893 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9894 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9895 * configure: Regenerate.
9896 * Makefile.in: Regenerate.
9897
9898 2005-07-28 Ben Elliston <bje@au.ibm.com>
9899
9900 * MAINTAINERS: Update for removed CPU targets.
9901
9902 2005-07-27 Mark Mitchell <mark@codesourcery.com>
9903
9904 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
9905 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
9906 * Makefile.in: Regenerated.
9907
9908 2005-07-26 Mark Mitchell <mark@codesourcery.com>
9909
9910 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9911 (CFLAGS_FOR_TARGET): Use it.
9912 (CXXFLAGS_FOR_TARGET): Likewise.
9913 * Makefile.in: Regenerated.
9914 * configure.in (--with-build-sysroot): New option.
9915 * configure: Regenerated.
9916
9917 2005-07-24 Paolo Bonzini <bonzini@gnu.org>
9918
9919 * Makefile.tpl: Wrap install between unstage and stage
9920 * Makefile.in: Regenerate.
9921
9922 2005-07-21 Eric Christopher <echristo@apple.com>
9923
9924 * MAINTAINERS: Update affiliation.
9925
9926 2005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9927
9928 * MAINTAINERS: Add self as crx port maintainer.
9929
9930 2005-07-20 DJ Delorie <dj@redhat.com>
9931
9932 * MAINTAINERS: Add self as m32c maintainer.
9933
9934 2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9935
9936 * all files: Update FSF address.
9937
9938 2005-07-15 Eric Christopher <echristo@redhat.com>
9939
9940 * MAINTAINERS: Change affiliation.
9941
9942 2005-07-14 Jim Blandy <jimb@redhat.com>
9943
9944 * configure.in: Add cases for Renesas m32c.
9945 * configure: Regenerated.
9946
9947 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9948
9949 * COPYING.LIB: Update from fsf.org.
9950
9951 2005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9952
9953 * COPYING, compile, config.guess,
9954 config.sub, install-sh, missing, mkinstalldirs,
9955 symlink-tree, ylwrap: Sync from upstream sources.
9956 * config-ml.in: Update FSF address.
9957
9958 2005-07-13 Eric Christopher <echristo@redhat.com>
9959
9960 * configure.in: Add toplevel noconfigdir support for tpf.
9961 * configure: Regenerate.
9962
9963 2005-07-11 Paolo Bonzini <bonzini@gnu.org>
9964
9965 PR ada/22340
9966
9967 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9968 * Makefile.in: Regenerate.
9969
9970 2005-07-07 Mark Mitchell <mark@codesourcery.com>
9971
9972 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
9973 Brolley to write-after-approval.
9974
9975 2005-07-07 Andreas Schwab <schwab@suse.de>
9976
9977 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9978 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9979 * Makefile.in: Regenerated.
9980
9981 2005-07-06 Geoffrey Keating <geoffk@apple.com>
9982
9983 * configure.in: Don't build sim or rda when targetting darwin.
9984 * configure: Regenerate.
9985
9986 2005-07-06 Kazu Hirata <kazu@codesourcery.com>
9987
9988 * configure.in: Add --enable-libssp and --disable-libssp.
9989 * configure: Regenerate with autoconf-2.13.
9990
9991 2005-07-02 Jakub Jelinek <jakub@redhat.com>
9992
9993 * Makefile.def (target_modules): Add libssp.
9994 * configure.in (target_libraries): Add target-libssp.
9995 * configure: Rebuilt.
9996 * Makefile.in: Rebuilt.
9997
9998 2005-07-01 Zack Weinberg <zackw@panix.com>
9999
10000 * MAINTAINERS: Change email address. Resign from maintainership.
10001
10002 2005-07-01 Richard Guenther <rguenther@suse.de>
10003
10004 * MAINTAINERS: Change my e-mail address and affiliation.
10005
10006 2005-06-22 Paolo Bonzini <bonzini@gnu.org>
10007
10008 * Makefile.def (stagefeedback): Come after profile.
10009 Define profiledbootstrap target.
10010 * Makefile.tpl (profiledbootstrap): Remove.
10011 (stageprofile-end): Zap stagefeedback.
10012 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10013 * Makefile.in: Regenerate.
10014
10015 2005-06-13 Richard Sandiford <richard@codesourcery.com>
10016
10017 * MAINTAINERS: Update my email address.
10018
10019 2005-06-13 Zack Weinberg <zack@codesourcery.com>
10020
10021 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10022 In 'cpp' stanza, support '#line' as well as '# '.
10023
10024 2005-06-08 Andreas Schwab <schwab@suse.de>
10025
10026 * MAINTAINERS: Move myself from 'Write After Approval' to
10027 'CPU Port Maintainers' section as m68k maintainer.
10028
10029 2005-06-07 Hans-Peter Nilsson <hp@axis.com>
10030
10031 * configure.in (unsupported_languages): New macro.
10032 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10033 non-ported target libraries in noconfigdirs.
10034 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10035 non-linux-gnu. Remove libgcj_ex_libffi.
10036 <lang_frag loop>: Set add_this_lang=no if the language is in
10037 unsupported_languages.
10038 * configure: Regenerate.
10039
10040 2005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10041
10042 * configure.in: Fix typo in handling of --with-mpfr-dir.
10043 * configure: Regenerate.
10044
10045 2005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10046
10047 * MAINTAINERS: Update my email address.
10048
10049 2005-06-02 Jim Blandy <jimb@redhat.com>
10050
10051 * config.sub: Add cases for the Renesas m32c. (This patch has been
10052 accepted into the master sources.)
10053
10054 2005-06-02 Aldy Hernandez <aldyh@redhat.com>
10055 Michael Snyder <msnyder@redhat.com>
10056 Stan Cox <scox@redhat.com>
10057
10058 * configure.in: Set noconfigdirs for ms1.
10059
10060 * configure: Regenerate.
10061
10062 2005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10063
10064 * MAINTAINERS (Write After Approval): Add self.
10065
10066 2005-06-01 Josh Conner <jconner@apple.com>
10067
10068 * MAINTAINERS (Write After Approval): Add self.
10069
10070 2005-06-01 Kazu Hirata <kazu@codesourcery.com>
10071
10072 * MAINTAINERS: Update my email address.
10073
10074 2005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10075
10076 * MAINTAINERS (Write After Approval): Add self.
10077
10078 2005-05-26 Chris Demetriou <cgd@broadcom.com>
10079
10080 * MAINTAINERS (Write After Approval): Remove self.
10081
10082 2005-05-25 Paolo Bonzini <bonzini@gnu.org>
10083
10084 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10085 (Dependencies): Consider target modules for bootstrap dependencies.
10086 Make target bootstrap modules depend on each stage's gcc.
10087 * Makefile.in: Regenerate.
10088
10089 2005-05-20 Paolo Bonzini <bonzini@gnu.org>
10090
10091 * Makefile.def (configure-gcc): Depend on binutils having been built.
10092 (all-gcc): No need to do it here.
10093 * Makefile.in: Regenerate.
10094
10095 2005-05-19 Paul Brook <paul@codesourcery.com>
10096
10097 * configure.in: Rewrite misleading error message when requested
10098 language cannot be built.
10099 * configure: Regenerate.
10100
10101 2005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10102
10103 * ylwrap: Import from Automake 1.9.5.
10104
10105 2005-05-13 David Ung <davidu@mips.com>
10106
10107 * MAINTAINERS (Write After Approval): Add self.
10108
10109 2005-05-09 Mike Stump <mrs@apple.com>
10110
10111 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10112 lt_cv_sys_max_cmd_len for now.
10113
10114 2005-05-09 Stan Cox <scox@redhat.com>
10115
10116 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10117
10118 2005-05-08 Matt Kraai <kraai@ftbfs.org>
10119
10120 * README.SCO: Update the URL.
10121
10122 2005-05-05 David Edelsohn <edelsohn@gnu.org>
10123
10124 * ltconfig: Define file_list_spec. Pass file_list_spec and
10125 with_gnu_ld to libtool.
10126 * ltcf-c.sh (aix[45]): Define file_list_spec.
10127 * ltcf-cxx.sh (aix[45]): Same.
10128 * ltcf-gcj.sh (aix[45]): Same.
10129 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10130 exists, write list of input files to temporary file.
10131
10132 2005-05-04 Mike Stump <mrs@apple.com>
10133
10134 * configure.in: Always pass --target to target configures as
10135 otherwise rebuilds that do --recheck will fail.
10136 * confiugure: Rebuilt.
10137
10138 2005-05-04 Paolo Bonzini <bonzini@gnu.org>
10139
10140 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10141 STAGE_HOST_EXPORTS.
10142 (configure, all): Add bootstrap support.
10143 (Host modules, target modules): Pass post-stage1 flags and exports.
10144 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10145 * Makefile.in: Regenerate.
10146
10147 2005-04-29 Paolo Bonzini <bonzini@gnu.org>
10148
10149 * configure: Regenerate.
10150
10151 2005-04-27 Mike Stump <mrs@apple.com>
10152
10153 * MAINTAINERS: Add self as darwin maintainer.
10154
10155 2005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10156
10157 * config.sub: Update from master copy.
10158
10159 2005-04-21 Mike Stump <mrs@apple.com>
10160
10161 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10162 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10163
10164 2005-04-19 Hans-Peter Nilsson <hp@axis.com>
10165
10166 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10167 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10168 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10169 "*-*-elf" and "*-*-linux*".
10170 * configure: Regenerate.
10171
10172 2005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10173
10174 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10175
10176 2005-04-12 Mike Stump <mrs@apple.com>
10177
10178 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10179
10180 2005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10181
10182 * MAINTAINERS (Write After Approval): Add myself.
10183
10184 2005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10185
10186 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10187
10188 2005-04-06 Paolo Bonzini <bonzini@gnu.org>
10189
10190 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
10191 (TARGET_CONFIGARGS): Include --with-target-subdir.
10192 (configure, all): New macros. Use them throughout.
10193 * Makefile.in: Regenerate.
10194
10195 2005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10196
10197 * MAINTAINERS (Write After Approval): Add myself.
10198
10199 2005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10200
10201 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10202
10203 2005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10204
10205 * MAINTAINERS: Move John Carr to Write After Approval.
10206
10207 2005-03-30 J"orn Rennecke <joern.rennecke@st.com>
10208
10209 * config/mh-mingw32: Delete.
10210 * configure.in: Don't use it.
10211 * configure: Regenerate.
10212
10213 2005-03-31 Paolo Bonzini <bonzini@gnu.org>
10214
10215 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10216 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
10217 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
10218 (HOST_LIB_PATH): Generate from Makefile.def.
10219 (TARGET_LIB_PATH): Likewise.
10220 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10221 * Makefile.in: Regenerate.
10222 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10223 (RPATH_ENVVAR): Include Darwin case.
10224 * configure: Regenerate.
10225
10226 2005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10227
10228 * MAINTAINERS (Various Maintainers): Remove self.
10229 (Write After Approval): Add self.
10230
10231 2005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10232
10233 * MAINTAINERS (Various Maintainers): Add self.
10234
10235 2005-03-25 Paolo Bonzini <bonzini@gnu.org>
10236
10237 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10238 * configure: Regenerate.
10239
10240 2005-03-21 Zack Weinberg <zack@codesourcery.com>
10241
10242 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10243 gcc_version, and gcc_version_trigger from set of flags to pass.
10244 * Makefile.tpl: Remove definitions of above variables.
10245 (config.status): Remove dependency on $(gcc_version_trigger).
10246 * Makefile.in: Regenerate.
10247 * configure.in: Do not reference config/gcc-version.m4 nor
10248 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10249 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10250 * configure: Regenerate.
10251
10252 2005-03-16 Manfred Hollstein <manfred.h@gmx.net>
10253 Andrew Pinski <pinskia@physics.uc.edu>
10254
10255 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10256 * Makefile.in: Regenerate.
10257
10258 2005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10259
10260 * MAINTAINERS (Write After Approval): Add myself.
10261
10262 2005-03-03 David Ayers <d.ayers@inode.at>
10263
10264 * MAINTAINERS (Write After Approval): Add myself.
10265
10266 2005-03-01 Alexandre Oliva <aoliva@redhat.com>
10267
10268 PR libgcj/20160
10269 * ltmain.sh: Avoid creating archives with components that have
10270 duplicate basenames.
10271
10272 2005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10273
10274 PR bootstrap/20250
10275 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10276 instead of check.
10277 * Makefile.in: Regenerate.
10278
10279 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10280
10281 * Makefile.in: Regenerate to fix conflict between the previous two
10282 patches.
10283
10284 2005-02-28 Paolo Bonzini <bonzini@gnu.org>
10285
10286 PR bootstrap/17383
10287 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10288 * Makefile.tpl (HOST_SUBDIR): New substitution.
10289 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10290 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10291 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10292 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10293 (Host modules, Bootstrapped modules): Use it.
10294 (Build modules, Target modules): Do not create symlink trees,
10295 always configure out-of-srcdir.
10296 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10297 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10298 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10299 $(HOST_SUBDIR). Create a symlink for host_subdir.
10300
10301 * Makefile.in: Regenerate.
10302 * configure: Regenerate.
10303
10304 2005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10305
10306 Merged from libada-gnattools-branch:
10307 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10308
10309 * gnattools: New directory.
10310 * Makefile.def: Add gnattools as a module, depending on target-libada.
10311 * Makefile.in: Regenerate.
10312 * configure.in: Include gnattools in host_tools; disable it if ada
10313 is disabled.
10314 * configure: Regenerate.
10315
10316 2005-02-24 James A. Morrison <phython@gcc.gnu.org>
10317
10318 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10319 treelang maintainer.
10320 (Write After Approval): Remove myself.
10321
10322 2005-02-23 Paul Schlie <schlie@comcast.net>
10323
10324 * configure.in: Allow darwin targeted ports to build tk, itcl and
10325 libgui.
10326 * configure: Regenerate.
10327
10328 2005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10329
10330 PR libgcj/10353
10331 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10332 * configure: Regenerate.
10333
10334 2005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10335
10336 * MAINTAINERS (Write After Approval): Add myself.
10337
10338 2005-02-10 Ian Lance Taylor <ian@airs.com>
10339
10340 * MAINTAINERS: Update my e-mail address.
10341
10342 2005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10343
10344 * MAINTAINERS (Write After Approval): Add myself.
10345
10346 2005-01-29 Hans-Peter Nilsson <hp@axis.com>
10347
10348 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10349 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10350 target-libgloss when not *-*-elf and *-*-aout.
10351 * configure: Regenerate.
10352
10353 2005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10354
10355 * MAINTAINERS: Remove obsolete entries.
10356
10357 * MAINTAINERS (Write After Approval): Add Michael Matz.
10358
10359 2005-01-19 Neil Booth <neil@daikokuya.co.uk>
10360
10361 * MAINTAINERS: Remove self as cpplib maintainer.
10362
10363 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10364
10365 * install-sh, config.sub: Import from upstream.
10366
10367 2005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10368
10369 PR bootstrap/18222
10370 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10371 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10372 * Makefile.in: Regenerate.
10373
10374 2005-01-16 Jason Thorpe <thorpej@netbsd.org>
10375
10376 * MAINTAINERS: Update my email address.
10377
10378 2005-01-12 David Edelsohn <edelsohn@gnu.org>
10379 Andreas Schwab <schwab@suse.de>
10380
10381 PR bootstrap/18033
10382 * config-ml.in: Eval option if surrounded by single quotes.
10383
10384 2005-01-03 Paolo Bonzini <bonzini@gnu.org>
10385
10386 Revert 2004-12-28 Makefile changes, a better fix will be
10387 applied to mainline and src after GCC 4.0 branches.
10388
10389 2004-12-28 Paolo Bonzini <bonzini@gnu.org>
10390
10391 PR bootstrap/17383
10392
10393 * Makefile.def (target_modules): Remove stage parameter,
10394 it is always true now.
10395 * Makefile.tpl (configure-build-[+module+],
10396 configure-target-[+module+]): Always build symlink tree
10397 for the directory and for include. BUILD_SUBDIR and
10398 TARGET_SUBDIR cannot be . anymore.
10399 * Makefile.in: Regenerate.
10400
10401 2004-12-25 David Edelsohn <edelsohn@gnu.org>
10402
10403 Revert 2004-12-08 Makefile changes.
10404
10405 2004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10406
10407 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10408 cygwin, mingw.
10409
10410 2004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10411
10412 * configure.in (sh64-*-*): Reenable gprof.
10413 * configure: Regenerate.
10414
10415 2004-12-08 David Edelsohn <edelsohn@gnu.org>
10416
10417 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10418 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10419 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10420 * Makefile.in: Regenerate.
10421
10422 2004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10423
10424 * MAINTAINERS: Update my email address.
10425
10426 2004-12-07 Matt Kraai <kraai@ftbfs.org>
10427
10428 * Makefile.tpl: Generate normal dependencies if the LHS module is
10429 not bootstrapped.
10430 * Makefile.in: Regenerate.
10431
10432 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10433
10434 * configure.in: Include config/gxx-include-dir.m4. Use
10435 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10436 * configure: Regenerate.
10437
10438 2004-12-03 Richard Sandiford <rsandifo@redhat.com>
10439
10440 * config.if: Delete.
10441 * configure.in: Set libstdcxx_incdir directly.
10442 * configure: Regenerate.
10443
10444 2004-12-02 Eric Christopher <echristo@redhat.com>
10445
10446 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10447 * Makefile.in: Regenerate.
10448
10449 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10450
10451 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10452 * configure: Regenerate.
10453
10454 2004-12-02 Richard Sandiford <rsandifo@redhat.com>
10455
10456 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10457 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10458 * configure: Regenerate.
10459
10460 2004-12-01 Eric Christopher <echristo@redhat.com>
10461
10462 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10463 of things to remove.
10464
10465 2004-11-29 Matt Kraai <kraai@ftbfs.org>
10466
10467 * MAINTAINERS (Write After Approval): Update my e-mail address.
10468
10469 2004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10470
10471 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10472 from CVS libtool to always pass_all.
10473
10474 2004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10475
10476 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10477 (hppa*64*-*-*): Delete incorrect comment.
10478 * configure: Rebuilt.
10479
10480 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10481
10482 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10483
10484 2004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10485
10486 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10487 from CVS libtool to always pass_all.
10488
10489 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10490
10491 * install-sh, compile: Import from automake.
10492
10493 2004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10494
10495 * config.guess, config.sub: Import from savannnah.
10496
10497 2004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
10498
10499 * MAINTAINERS (Write After Approval): Add myself
10500
10501 2004-11-12 Mike Stump <mrs@apple.com>
10502
10503 * Makefile.def: Add html support.
10504 * Makefile.tpl: Likewise.
10505 * Makefile.in: Regenerate.
10506
10507 2004-11-11 Geoffrey Keating <geoffk@apple.com>
10508
10509 PR 18423
10510 * configure.in: Remove all instances of build-fixincludes from
10511 noconfigdirs.
10512 (build_configargs): Supply --target to subdirectories.
10513 * configure: Regenerate.
10514
10515 * Makefile.def: Make gcc install depend on fixincludes install.
10516 * Makefile.in: Regenerate.
10517
10518 2004-11-10 Janis Johnson <janis187@us.ibm.com>
10519
10520 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10521
10522 2004-11-11 Paul Brook <paul@codesourcery.com>
10523
10524 * MAINTAINERS: Add self as arm maintainer. Update email address.
10525
10526 2004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10527
10528 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10529 target-libgfortran.
10530 * configure: Regenerate.
10531
10532 2004-11-07 David Edelsohn <edelsohn@gnu.org>
10533
10534 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10535 like CC.
10536
10537 2004-11-05 Paolo Bonzini <bonzini@gnu.org>
10538
10539 * Makefile.def (host fixincludes): Specify missing targets.
10540 * Makefile.in: Regenerate.
10541
10542 2004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10543
10544 * MAINTAINERS: Add myself
10545
10546 2004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10547
10548 * MAINTAINERS (Write After Approval): Add myself.
10549
10550 2004-11-04 Geoffrey Keating <geoffk@apple.com>
10551
10552 * Makefile.def: Build fixincludes for the host, too.
10553 * Makefile.in: Regenerate.
10554 * configure.in (host_tools): Add fixincludes.
10555 * configure: Regenerate.
10556
10557 2004-11-04 Daniel Jacobowitz <dan@debian.org>
10558
10559 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10560 * configure: Regenerated.
10561
10562 2004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10563
10564 PR other/17783
10565 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10566 * configure: Regenerated.
10567
10568 2004-10-31 Mark Mitchell <mark@codesourcery.com>
10569
10570 * README.SCO: Update per FSF instructions.
10571
10572 2004-10-28 Eric B. Weddington <ericw@evcohs.com>
10573
10574 PR target/18151
10575 * configure.in (case ${target}): Do not build fixincludes for avr.
10576 * configure: Regenerated.
10577
10578 2004-10-26 Paolo Bonzini <bonzini@gnu.org>
10579
10580 * configure.in (case ${target}): Do not build fixincludes
10581 on platforms where it is not used.
10582 * configure: Regenerated.
10583
10584 2004-10-23 Daniel Jacobowitz <dan@debian.org>
10585
10586 * configure.in: Use an absolute path to install-sh.
10587 * configure: Regenerated.
10588
10589 2004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10590
10591 * MAINTAINERS (Write After Approval): Add myself.
10592
10593 2004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10594
10595 * MAINTAINERS: Remove from Write After Approval those that are
10596 already maintainers.
10597
10598 2004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10599
10600 * MAINTAINERS: Update my email address.
10601
10602 2004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10603
10604 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10605 * configure: Regenerate.
10606
10607 2004-10-07 J"orn Rennecke <joern.rennecke@st.com>
10608
10609 * MAINTAINERS: Update my email address.
10610
10611 2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10612
10613 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10614 entries belonging to this category.
10615
10616 2004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10617
10618 * MAINTAINERS: Update my e-mail address.
10619
10620 2004-10-06 Paolo Bonzini <bonzini@gnu.org>
10621
10622 Fix wrong conflict resolution in:
10623
10624 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10625
10626 * Makefile.in: Regenerate.
10627 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10628 in the recursive `make', instead of hardwiring `all'.
10629 (Autogenerated TARGET-* variables): New.
10630
10631 2004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10632
10633 * configure.in: Enable target-libgloss for crx-*-*.
10634 * configure: Regenerate.
10635
10636 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10637
10638 * MAINTAINERS (Various Maintainers): Move the "windows,
10639 cygwin, mingw" maintainer to ...
10640 (OS Port Maintainers): ... here.
10641
10642 2004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10643
10644 * MAINTAINERS (Write After Approval): Remove those that are
10645 maintainers of some subsystem.
10646
10647 2004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10648
10649 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10650 * ltcf-cxx.sh (tpf*): Likewise.
10651 * ltconfig (tpf*): Add TPF OS configuration support.
10652
10653 2004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10654
10655 * MAINTAINERS: Change my email address to my new work account.
10656
10657 2004-09-24 Michael Roth <mroth@nessie.de>
10658
10659 * configure.in (--without-headers): Add missing double quotes.
10660 * configure: Regenerate.
10661
10662 2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
10663
10664 * ylwrap: Revert to previous version.
10665
10666 2004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10667
10668 PR bootstrap/17369
10669 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10670 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10671 SET_GCC_LIB_PATH_CMD.
10672 (BASE_TARGET_EXPORTS): Likewise.
10673 * Makefile.in: Regenerated.
10674
10675 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10676 * configure: Regenerated.
10677
10678 2004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10679
10680 * config.guess: New upstream version
10681 * compile, depcomp, install-sh, ylwrap: Likewise.
10682
10683 2004-09-19 Roger Sayle <roger@eyesopen.com>
10684
10685 * config/mh-x86omitfp: New host makefile fragment. Add
10686 -fomit-frame-pointer to the default BOOT_CFLAGS.
10687 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10688 * configure: Regenerate.
10689
10690 2004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10691
10692 PR target/11572
10693 * configure.in (*-*-darwin*): Renable libobjc.
10694 * configure: Regenerate.
10695
10696 2004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10697
10698 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10699
10700 2004-09-09 Daniel Berlin <dberlin@dberlin.org>
10701
10702 * Makefile.def: Remove libbanshee.
10703 * Makefile.tpl: Ditto.
10704 * configure.in: Ditto.
10705 * Makefile.in: Regen.
10706 * configure: Ditto.
10707
10708 2004-09-08 David Edelsohn <edelsohn@gnu.org>
10709
10710 * ltmain.sh: Use $pic_object as $non_pic_object if
10711 $non_pic_object=none.
10712
10713 2004-09-07 Paolo Bonzini <bonzini@gnu.org>
10714
10715 * missing: Import latest version from master repository.
10716
10717 2004-09-06 Nick Clifton <nickc@redhat.com>
10718
10719 * config.sub: Import latest version from master repository.
10720 * config.guess: Likewise.
10721 This includes these changes:
10722
10723 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10724
10725 * config.sub: Handle crisv32, alias etraxfs.
10726 * config.guess (crisv32:Linux:*:*): Handle.
10727
10728 2004-08-13 Brad Smith <brad@comstyle.com>
10729
10730 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10731 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10732
10733 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10734
10735 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10736 assume the processor is a powerpc. This is because coreutils
10737 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10738 in this case, due to a MacOS X bug that causes
10739 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10740 to return a negative number.
10741 Problem reported by Petter Reinholdtsen in:
10742 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10743
10744 2004-07-19 Ben Elliston <bje@gnu.org>
10745
10746 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10747
10748 2004-06-24 Ben Elliston <bje@gnu.org>
10749
10750 * config.guess: Update copyright years.
10751 * config.sub: Likewise.
10752
10753 2004-06-22 Robert Millan <robertmh@gnu.org>
10754
10755 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10756 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10757
10758 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10759
10760 * config.guess (*:*VMS:*:*): New entry. Replaces
10761 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10762 manufacturer.
10763
10764 2004-06-22 Ben Elliston <bje@gnu.org>
10765
10766 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10767 * config.sub: Likewise.
10768
10769 2004-06-22 Ben Elliston <bje@gnu.org>
10770
10771 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10772 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10773
10774 2004-06-11 Ben Elliston <bje@gnu.org>
10775
10776 * config.guess (pegasos:OpenBSD:*:*): Remove.
10777
10778 2004-06-11 Ben Elliston <bje@gnu.org>
10779
10780 From Wouter Verhelst <wouter@grep.be>:
10781 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10782
10783 2004-06-11 Ben Elliston <bje@gnu.org>
10784
10785 * config.guess (luna88k:OpenBSD:*:*): New.
10786
10787 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10788
10789 * config.guess (m32r*:Linux:*:*): New case.
10790 * config.sub: Handle m32rle.
10791
10792 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10793
10794 From Jens Petersen <petersen@redhat.com>:
10795 * config.sub: Handle sparcv8.
10796
10797 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10798
10799 From Tom Smith <smith@cag.lkg.hp.com>:
10800 * config.guess: Version suffixes are equally significant on Tru64
10801 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10802 prefix of "P" (patched kernel).
10803
10804 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10805
10806 * config.sub: Add support for National Semiconductor CRX target.
10807
10808 2004-09-03 Janis Johnson <janis187@us.ibm.com>
10809
10810 * MAINTAINERS (Various Maintainers): Remove myself as web page
10811 maintainer, add myself as maintainer of build status lists.
10812
10813 2004-09-03 Jan Beulich <jbeulich@novell.com>
10814
10815 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10816 *-*-netware, but add target-libmudflap.
10817 Consolidate *-*-netware targets (of which really only i?86 exists)
10818 into a single entry.
10819 * configure: Likewise.
10820
10821 2004-09-01 Paolo Bonzini <bonzini@gnu.org>
10822
10823 * Makefile.tpl (sorry): Remove.
10824 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10825 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10826 (do-clean): Clean per-stage directories too.
10827 (do-distclean): Run distclean-stage1 too.
10828 (.NOTPARALLEL): Enable during toplevel bootstrap.
10829 (stage[+id+]-bubble): Enable parallel execution during
10830 the recursive invocation.
10831 * Makefile.in: Regenerate.
10832
10833 Fix previous checkin:
10834
10835 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10836 include.
10837 * configure.in: Fix indentation.
10838 * configure: Regenerate.
10839
10840 2004-08-31 Robert Bowdidge <bowdidge@apple.com>
10841
10842 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10843 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10844 * configure: regenerate
10845 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
10846 -mdynamic-no-pic
10847
10848 2004-08-31 Paolo Bonzini <bonzini@gnu.org>
10849
10850 * Makefile.def (build_modules): Add fixincludes.
10851 (dependencies): Make gcc depend on fixincludes.
10852 * configure.in (build_tools): Add fixincludes.
10853 (build_configdirs): Always include build_libs.
10854 * Makefile.in: Regenerate.
10855 * configure: Regenerate.
10856
10857 2004-08-30 Paolo Bonzini <bonzini@gnu.org>
10858
10859 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10860 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10861 phony targets; do not generate timestamp files.
10862 (distclean-stageN): Remove references to their timestamp files.
10863 (restageN, touch-stageN): Remove.
10864 (stageN-bubble): Rewritten.
10865 (compare): Support lean bootstraps.
10866 * Makefile.in: Regenerate.
10867
10868 * configure.in: Only warn when bootstrapping but
10869 build != host or build != target. Support lean bootstraps.
10870 * configure: Regenerate.
10871
10872 2004-08-26 Phil Edwards <phil@codesourcery.com>
10873
10874 * configure.in: Give a better error message if GMP/MPFR are missing
10875 and a language needing them has been requested.
10876 * configure: Regenerated.
10877
10878 2004-08-25 Phil Edwards <phil@codesourcery.com>
10879
10880 * configure.in: Print a list of available language front-ends if
10881 a requested one is missing. Tidy stray tab characters.
10882 * configure: Regenerated.
10883
10884 2004-08-19 Michael Koch <konqueror@gmx.de>
10885
10886 * gcc/doc/install.texi: Update entry about automake for libjava.
10887
10888 2004-08-17 Robert Millan <robertmh@gnu.org>
10889
10890 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10891 (instead of FreeBSD).
10892 * configure: Regenerate.
10893
10894 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10895
10896 * Makefile.in: Regenerate.
10897 * configure: Regenerate.
10898
10899 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10900 stage_*_flags.
10901 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10902 for bootstrapped modules if toplevel bootstrap is going.
10903 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10904 modules. Adjust for changes in Makefile.def. Enable several
10905 rules even in non-bootstrap mode, just to avoid peppering the
10906 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10907 (stage-[+prev+]-bubble): Remove.
10908
10909 * Makefile.def (Dependencies): Depend on all-build-bison,
10910 all-build-flex, all-build-byacc, all-build-texinfo, rather
10911 than the host variations.
10912 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10913 with BUILD_SUBDIR.
10914 (BISON): Update for recent Bisons.
10915 (YACC): Fix typo.
10916 (cross): Depend on all-build.
10917 (all): Do not depend on all-build.
10918 (prebootstrap): Remove.
10919 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10920 (Prebootstrap dependencies): Add them to the per-stage targets
10921 and to all-prebootstrap.
10922 * configure.in (build_configdirs): Always enable build_tools.
10923 (BUILD_DIR_PREFIX): Remove.
10924
10925 * Makefile.def (gcc): Add target variable.
10926 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10927 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10928 in the recursive `make', instead of hardwiring `all'.
10929 (Autogenerated TARGET-* variables): New.
10930
10931 2004-08-13 Brian Booth <bbooth@redhat.com>
10932
10933 * MAINTAINERS: Remove myself from write-after-approval.
10934
10935 2004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10936
10937 * src-release: Stop distributing mmalloc with gdb (which doesn't
10938 use it).
10939 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10940 * Makefile.in: Regenerate.
10941
10942 2004-08-09 Mark Mitchell <mark@codesourcery.com>
10943
10944 * configure.in (arm*-*-eabi*): New target.
10945 * configure: Regenerate.
10946
10947 2004-08-06 Paolo Bonzini <bonzini@gnu.org>
10948
10949 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10950 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10951 (Dependencies): New section.
10952 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10953 (configure-target-[+module+]): Depend on maybe-all-gcc
10954 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10955 (toplevel profiledbootstrap): Fix dependencies.
10956 * Makefile.in: Regenerate.
10957
10958 2004-08-03 Mark Mitchell <mark@codesourcery.com>
10959
10960 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10961 target-libiberty to noconfigdirs.
10962 * configure: Regenerate.
10963
10964 2004-08-03 Paul Brook <paul@codesourcery.com>
10965
10966 * configure.in: Check for MPFR as well as GMP.
10967 * configure: Regenerate.
10968
10969 2004-08-01 Robert Millan <robertmh@gnu.org>
10970
10971 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10972 libmudflap for all GNU-based systems (with Glibc).
10973 * configure: Regenerate.
10974
10975 2004-08-03 Paolo Bonzini <bonzini@gnu.org>
10976
10977 * Makefile.def (host-modules): Add gcc.
10978 * Makefile.in: Regenerate.
10979 * Makefile.tpl (sorry): New rule.
10980 (configure-host, all-host, [+make_target+]-host, do-check,
10981 install-host): Do not add gcc as a special case.
10982 (host modules): Add a small special-casing for gcc. Export
10983 extra_make_flags through the environment.
10984 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10985 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10986 other recursive targets for gcc): Remove.
10987
10988 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10989 (stage, unstage): New rules.
10990 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10991 distclean-stage[+id+]): Use stage_current.
10992 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10993 the stage*-start rules.
10994
10995 2004-08-02 Geoffrey Keating <geoffk@apple.com>
10996
10997 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10998 use -all_load flag.
10999
11000 2004-08-02 Paolo Bonzini <bonzini@gnu.org>
11001
11002 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11003 * configure: Regenerate.
11004
11005 2004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11006
11007 * maintainer-scripts/gcc_release: Revert yesterday's change.
11008
11009 2004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11010
11011 * MAINTAINERS: Add myself to write-after-approval.
11012
11013 2004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11014
11015 * libf2c: Removed.
11016 * gcc/gccbug.in: Updated because of libf2c removal.
11017 * maintainer-scripts/gcc_release: Ditto.
11018
11019 2004-07-09 Loren J. Rittle <ljrittle@acm.org>
11020
11021 * configure.in: Build libmudflap by default on FreeBSD.
11022 * configure: Regenerated.
11023
11024 2004-07-09 Mark Mitchell <mark@codesourcery.com>
11025
11026 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11027 systems.
11028 * configure: Regenerated.
11029
11030 2004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
11031
11032 PR target/16344
11033 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11034 feedback based compiler.
11035 * Makefile.in: Rebuilt.
11036
11037 2004-07-08 Alexandre Oliva <aoliva@redhat.com>
11038
11039 * Makefile.def (host_modules): Set bootstrap=true for flex.
11040 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11041 * Makefile.in: Rebuilt.
11042
11043 2004-07-07 Jan Hubicka <jh@suse.cz>
11044
11045 * MAINTAINERS: Add self as a profile feedback maintainer.
11046
11047 2004-07-05 Phil Edwards <phil@codesourcery.com>
11048
11049 * configure.in: Do not prepend $srcdir to /dev/null in
11050 makefile fragments.
11051 * configure: Regenerate.
11052
11053 2004-07-01 Paolo Bonzini <bonzini@gnu.org>
11054
11055 * Makefile.def (build_modules): Add bison, byacc, flex,
11056 m4, texinfo.
11057 (flags_to_pass): Add FLEX.
11058 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11059 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11060 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11061 DEFAULT_MAKEINFO): Remove.
11062 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11063 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11064 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11065 objdir or else use configured tool.
11066 (all-build): New.
11067 (all): Depend on it.
11068 (Build module dependencies): Add.
11069 * Makefile.in: Regenerate.
11070 * configure.in: Better support for multiple build modules,
11071 matching what is done for host/target modules. Do not look
11072 for "plausible" locations of build tools if Canadian cross.
11073 Use autoconf's AC_PROG_CC to find a C compiler. Define
11074 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11075 * configure: Regenerate.
11076
11077 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11078
11079 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11080 * Makefile.in: Regenerate.
11081
11082 2004-06-22 Paolo Bonzini <bonzini@gnu.org>
11083
11084 * Makefile.tpl (configure-build-[+module+],
11085 configure-[+module+], configure-target-[+module+]): Pass
11086 [+extra_configure_args+].
11087 (all-build-[+module+], all-[+module+], check-[+module+],
11088 install-[+module+], [+make_target+]-[+module+],
11089 all-target-[+module+], check-target-[+module+],
11090 install-target-[+module+], [+make_target+]-target-[+module+]):
11091 Pass [+extra_make_args+].
11092 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11093 (GCC_HOST_EXPORTS): Remove.
11094 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11095 cross, check-gcc, check-gcc-c++, install-gcc,
11096 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11097 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11098 * Makefile.in: Regenerate.
11099
11100 2004-06-21 Matthew Sachs <msachs@apple.com>
11101
11102 * MAINTAINERS: Added self to write-after-approval.
11103
11104 2004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11105
11106 * configure.in: Check for srcdir/winsup rather than build directory
11107 winsup.
11108 * configure: Regenerate.
11109
11110 2004-06-17 Corinna Vinschen <vinschen@redhat.com>
11111
11112 * configure.in: Don't build Cygwin native newlib if winsup
11113 directory is missing. Emit warning instead.
11114 * configure: Regenerate.
11115
11116 2004-06-09 Paolo Bonzini <bonzini@gnu.org>
11117
11118 * Makefile.tpl (touch-stage[+id+]): New.
11119 (restage[+prev+]): Depend on touch-stage[+id+].
11120
11121 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11122 Use it throughout.
11123
11124 * Makefile.def: Add profile and feedback bootstrap stages.
11125 Remove next field from bootstrap stages.
11126 * Makefile.tpl (LN, LN_S): Substitute.
11127 (stageN-start, stageN-end): Use double-colon rules, to
11128 provide a hook for additional setup commands.
11129 (distclean-stageN-gcc, restageN): Create dependencies from
11130 [+prev+], not from [+next+].
11131 (stageN-bubble): Add commands for successive stages from
11132 [+prev+], using double-colon rules.
11133 (all-stageN-gcc): Fix typo.
11134 (stagefeedback-start, profiledbootstrap): New.
11135 * Makefile.in: Regenerate.
11136 * configure.in: Call ACX_PROG_LN.
11137 * configure: Regenerate.
11138
11139 2004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11140
11141 * MAINTAINERS (Write After Approval): Add myself.
11142
11143 2004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11144
11145 * MAINTAINERS (Write After Approval): Add myself.
11146
11147 2004-06-03 Paolo Bonzini <bonzini@gnu.org>
11148
11149 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11150 without gcc.
11151 * configure: Regenerate.
11152
11153 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11154
11155 * Makefile.tpl: Fix typo.
11156 * Makefile.in: Regenerate.
11157
11158 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11159
11160 * configure.in: Remove new- prefix from toplevel
11161 bootstrap targets.
11162 * configure: Regenerate.
11163
11164 2004-06-01 Paolo Bonzini <bonzini@gnu.org>
11165
11166 * Makefile.tpl (all.normal): Rename to all.
11167 (all): Replace with a rule to pick the default
11168 target from configure.
11169 (all-gcc, configure-gcc): Use conditionals to
11170 do nothing when toplevel bootstrap is going on.
11171 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11172 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11173 * configure.in: Support --enable-bootstrap.
11174
11175 * Makefile.def: Remove new- prefix from toplevel
11176 bootstrap targets.
11177 * Makefile.tpl: Likewise.
11178
11179 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11180 target.
11181
11182 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11183 $(RECURSE_FLAGS) to recursive invocation of make.
11184
11185 * Makefile.in: Regenerate.
11186 * configure: Regenerate.
11187
11188 2004-05-30 Andreas Jaeger <aj@suse.de>
11189 Jim Wilson <wilson@specifixinc.com>
11190
11191 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11192 like CC.
11193
11194 2004-05-27 Daniel Jacobowitz <dan@debian.org>
11195
11196 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11197 * configure: Regenerate.
11198
11199 2004-05-25 Daniel Jacobowitz <drow@false.org>
11200
11201 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11202 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11203 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11204 targets.
11205 * Makefile.in: Regenerate.
11206
11207 2004-05-24 Paolo Bonzini <bonzini@gnu.org>
11208
11209 * configure.in: Test the ability to symlink directories.
11210 * configure: Regenerate.
11211
11212 * Makefile.def (bootstrap-stage): New definitions.
11213 * Makefile.tpl (configure-stage1-gcc,
11214 configure-stage2-gcc, configure-stage3-gcc,
11215 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11216 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11217 new-restage3, compare): Autogenerate, see Makefile.in
11218 entry for behavioral changes.
11219 (distclean-stage1, new-stage1-start, new-stage1-end,
11220 new-stage1-bubble, distclean-stage2, new-stage2-start,
11221 new-stage2-end, new-stage2-bubble, distclean-stage3,
11222 new-stage3-start, new-stage3-end): New autogenerated targets.
11223 (objext, prebootstrap, BOOT_CFLAGS,
11224 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11225 targets.
11226
11227 * Makefile.in: Regenerate.
11228 (distclean-stage1, new-stage1-start, new-stage1-end,
11229 new-stage1-bubble, distclean-stage2, new-stage2-start,
11230 new-stage2-end, new-stage2-bubble, distclean-stage3,
11231 new-stage3-start, new-stage3-end): New targets.
11232 (all-stage1-gcc): Move prebootstrap dependency from here...
11233 (configure-stage1-gcc): ...to here.
11234 (new-bootstrap): Use bubble targets.
11235 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11236 Use per-stage distclean targets.
11237 (configure-stage1-gcc, configure-stage2-gcc,
11238 configure-stage3-gcc, all-stage1-gcc,
11239 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11240 Use new-stageN-start to prepare the tree.
11241
11242 2004-05-23 Paolo Bonzini <bonzini@gnu.org>
11243
11244 * Makefile.def (host_modules): add libcpp.
11245 * Makefile.tpl: Add dependencies on and for libcpp.
11246 * Makefile.in: Regenerate.
11247 * configure.in: Add libcpp host module.
11248 * configure: Regenerate.
11249
11250 2004-05-21 Paolo Bonzini <bonzini@gnu.org>
11251
11252 * Makefile.tpl: Whenever a recursive target is defined, wrap
11253 it in a special @if/@endif block, and prepare its maybe
11254 dependency in the @if/@endif block
11255 * configure.in: Instead of writing maybe dependencies, remove
11256 the @if/@endif statements, and remove the @if/@endif blocks
11257 that remain.
11258 * configure: Regenerate.
11259 * Makefile.in: Regenerate.
11260
11261 2004-05-20 Janis Johnson <janis187@us.ibm.com>
11262
11263 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11264
11265 2004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11266
11267 PR bootstrap/15120
11268 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11269 * */configure: Rebuilt.
11270
11271 2004-05-17 Zack Weinberg <zack@codesourcery.com>
11272
11273 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11274 of libf2c.
11275 * configure, Makefile.in: Regenerate.
11276
11277 2004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
11278
11279 * MAINTAINERS (Write After Approval): Add myself.
11280
11281 2004-05-13 Diego Novillo <dnovillo@redhat.com>
11282
11283 Merge from tree-ssa-20020619-branch.
11284
11285 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11286 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11287 (HOST_GMPLIBS): Define.
11288 (HOST_GMPINC): Define.
11289 (TARGET_LIB_PATH): Add libmudflap.
11290 (GFORTRAN_FOR_TARGET): Define.
11291 (configure-build*): Export GFORTRAN.
11292 (configure-gcc): Export GMPLIBS and GMPINC.
11293 (all-gcc): Add maybe-all-libbanshee.
11294 (configure-target-libgfortran): Define.
11295 * Makefile.in: Regenerate.
11296 * configure.in (host_libs): Add libbanshee.
11297 (target_libraries): Add target-libmudflap and target-libgfortran.
11298 Add --with-libbanshee.
11299 Handle --disable-libmudflap.
11300 (*-*-freebsd*): Use with_gmp.
11301 Add $(libgcj) to noconfigdirs.
11302 * configure: Regenerate.
11303 * depcomp: New file.
11304 * MAINTAINERS: Add tree-ssa maintainers.
11305
11306 2004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11307
11308 * MAINTAINERS (Various Maintainers): Add myself.
11309
11310 2004-04-30 Brian Ford <ford@vss.fsi.com>
11311
11312 * MAINTAINERS (Write After Approval): Add myself.
11313
11314 2004-04-29 Uros Bizjak <uros@kss-loka.si>
11315
11316 * MAINTAINERS (Write After Approval): Add myself.
11317
11318 2004-04-28 Paolo Bonzini <bonzini@gnu.org>
11319
11320 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11321 * configure: Regenerate.
11322
11323 2004-04-27 Paolo Bonzini <bonzini@gnu.org>
11324
11325 Revert:
11326 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11327
11328 * Makefile.def (flags_to_pass): Remove *dir variables that
11329 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11330 as well as prefix and exec_prefix.
11331 * Makefile.in: Regenerate.
11332
11333 2004-04-26 Robert Millan <robertmh@gnu.org>
11334
11335 Add patches from libtool CVS.
11336 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11337 * ltconfig: Likewise.
11338 * ltcf-c.sh: Likewise.
11339 * ltcf-cxx.sh: Likewise.
11340 * ltcf-gcj.sh: Likewise.
11341
11342 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11343
11344 * Makefile.def (host_modules): Mark with the bootstrap
11345 flag packages on which gcc depends.
11346 * Makefile.tpl (all-bootstrap): Use it.
11347 * Makefile.in: Regenerate.
11348
11349 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11350
11351 * Makefile.def (flags_to_pass): Remove *dir variables that
11352 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11353 as well as prefix and exec_prefix.
11354 * Makefile.in: Regenerate.
11355
11356 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11357
11358 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11359 * configure: Regenerate.
11360 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11361 * gcc/Makefile.tpl (compare): Use the result of the test.
11362 * gcc/Makefile.in: Regenerate.
11363
11364 2004-04-23 Paolo Bonzini <bonzini@gnu.org>
11365
11366 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11367 Always relocate gcc and prev-gcc to the original names, even
11368 if the build fails.
11369 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11370 New targets.
11371
11372 2004-04-23 Laurent GUERBY <laurent@guerby.net>
11373
11374 * MAINTAINERS: Update my email address.
11375
11376 2004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11377
11378 * configure.in (mips*-*-irix5*): Enable ld.
11379 * configure: Regenerate.
11380
11381 2004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11382
11383 * configure: Regenerate.
11384
11385 2004-04-15 James E Wilson <wilson@specifixinc.com>
11386
11387 * Makefile.tpl (configure-[+module+], configure-gcc,
11388 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11389 Set and export LDFLAGS.
11390 * Makefile.in: Regenerate.
11391
11392 2004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11393
11394 * MAINTAINERS: Add myself to write-after-approval.
11395
11396 2004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11397
11398 PR bootstrap/14871
11399 * Makefile.tpl: If we don't have built-in-tree target tools,
11400 use the ones found by configure rather than hacking around with
11401 program_transform_name.
11402 * configure.in: Give Makefile.tpl the information necessary
11403 to do that.
11404 * Makefile.in: Regenerate.
11405 * configure: Regenerate.
11406
11407 2004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11408
11409 PR bootstrap/14760
11410 * configure.in: When computing baseargs, strip *all* copies of
11411 offending options. Also, don't match/substitute the trailing space,
11412 so that this actually works when two similar options are separated by
11413 only one space.
11414 * configure: Regenerate.
11415
11416 2004-04-06 David Edelsohn <edelsohn@gnu.org>
11417
11418 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11419 (rs6000-*-aix*): Same.
11420 * configure: Regenerate.
11421
11422 2004-04-05 Ranjit Mathew <rmathew@hotmail.com>
11423
11424 * MAINTAINERS: Add myself to write-after-approval.
11425
11426 2004-04-03 Bud Davis <bdavis9659@comcast.net>
11427
11428 * MAINTAINERS: Add myself to write-after-approval.
11429
11430 2004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11431
11432 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11433 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11434 * Makefile.in: Regenerate.
11435
11436 * configure.in (top level bootstrap support): Rework --enable-werror
11437 to set @stage2_werror_flag@.
11438 * configure: Regenerate.
11439 * Makefile.tpl (top level bootstrap support): Pass
11440 @stage2_werror_flag@ down to configure in stages 2 and 3.
11441 * Makefile.in: Regenerate.
11442
11443 2004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11444
11445 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11446 for stages 2 and 3 as well as in make. As a consequence, remove
11447 OUTPUT_OPTION (now detected by configure) from the flags passed down
11448 to make.
11449 * Makefile.in: Regenerate.
11450
11451 * Makefile.tpl (new-bootstrap): Fix typo.
11452 * Makefile.in: Regenerate.
11453
11454 2004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11455
11456 * Makefile.tpl: Rearrange by moving recursive_targets rules
11457 into their proper sections.
11458 * Makefile.tpl (top level bootstrap support): Move disabling
11459 of coverage flags from 'make' to 'configure'; improve comments.
11460 * Makefile.in: Regenerate.
11461
11462 * Makefile.tpl (experimental top level bootstrap) Move stage1
11463 language setting from all- target to configure- target; disable
11464 intermodule optimization in stage 1; prevent gratuitous rebuilds
11465 of stage 1.
11466 * Makefile.in: Regenerate.
11467 * configure.in: Comma-separate stage 1 language list for top
11468 level bootstrap.
11469 * configure: Regenerate.
11470
11471 * Makefile.tpl: Clean up experimental top level bootstrap support:
11472 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11473 prev-gcc in configure- targets as well as all- targets.
11474 * Makefile.in: Regenerate.
11475
11476 2004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11477
11478 * compile: New file imported from automake.
11479
11480 2004-03-17 Paolo Bonzini <bonzini@gnu.org>
11481
11482 * configure.in: Remove symbolic link section.
11483 * configure: Regenerate.
11484 * Makefile.tpl (links): Remove.
11485 * Makefile.in: Regenerate.
11486
11487 2004-03-15 Paolo Bonzini <bonzini@gnu.org>
11488 Nathanael Nerode <neroden@gcc.gnu.org>
11489
11490 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
11491 Set with AC_CHECK_PROGS.
11492 * configure.in: Fix comment typo from last patch.
11493 * configure: Regenerate.
11494
11495 2004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11496
11497 * Makefile.tpl: Introduce experimental top level bootstrap support.
11498 * Makefile.in: Regenerate.
11499 * configure.in: Introduce support for top level bootstrap.
11500 * configure: Regenerate.
11501
11502 2004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
11503 Paolo Bonzini <bonzini@gnu.org>
11504
11505 PR bootstrap/14522
11506 * configure.in: Cope with shells that do not support unquoted ^
11507 * configure: Regenerate.
11508
11509 2004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
11510 Paolo Bonzini <bonzini@gnu.org>
11511
11512 PR bootstrap/14522
11513 * configure.in: Cope with shells that do not support nesting
11514 quotes inside quoted backquote substitutions.
11515 * configure: Regenerate.
11516
11517 2004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11518
11519 PR bootstrap/14522
11520 * configure.in: Fix escaping of $.
11521 * configure: Regenerate.
11522
11523 2004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11524
11525 * configure: Regenerate, since I forgot to while committing Paolo's
11526 changes.
11527
11528 2004-03-08 Paolo Bonzini <bonzini@gnu.org>
11529
11530 PR ada/14131
11531 Move language detection to the top level.
11532 * configure.in: Find default values for the tools as
11533 soon as possible. Disable ada if GNAT is not found.
11534 Emit error message about missing languages. Expand
11535 --enable-languages=all for the gcc subdirectory.
11536
11537 2004-03-10 Ben Elliston <bje@gnu.org>
11538
11539 * MAINTAINERS: Update my email address.
11540
11541 2004-03-05 David Edelsohn <edelsohn@gnu.org>
11542
11543 * ltconfig: Disable building static libraries if building shared
11544 libraries on AIX 5L.
11545
11546 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
11547
11548 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11549 and disable libgcj.
11550 * configure: Regenerated.
11551
11552 2004-03-01 Brian Booth <bbooth@redhat.com>
11553
11554 * MAINTAINERS: Add myself to write-after-approval.
11555
11556 2004-03-01 Paolo Bonzini <bonzini@gnu.org>
11557
11558 * MAINTAINERS: Add myself to write-after-approval.
11559
11560 2004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11561
11562 PR bootstrap/7087
11563 * Makefile.tpl: Guard XFOO sed statements better.
11564 * Makefile.tpl: Add dependency for configure-target-libada.
11565 * Makefile.in: Regenerate (incidentally fixes broken
11566 commit when libada-branch was merged).
11567
11568 2004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11569
11570 * MAINTAINERS: Add myself to write-after-approval.
11571
11572 2004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11573
11574 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11575 maintainers.
11576
11577 2004-02-20 Andrew Cagney <cagney@redhat.com>
11578
11579 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11580 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11581
11582 2004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11583
11584 PR bootstrap/11932
11585 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11586
11587 2004-02-14 Jerry Quinn <jlquinn@optonline.net>
11588
11589 * MAINTAINERS: Added myself to write-after-approval.
11590
11591 2004-02-14 Michael Koch <konqueror@gmx.de>
11592
11593 * MAINTAINERS: Added myself to write-after-approval.
11594
11595 2004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11596
11597 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11598 some OS port maintainers to OS port maintainers section.
11599
11600 2004-02-13 Frank Ch. Eigler <fche@redhat.com>
11601
11602 * MAINTAINERS: Add self.
11603
11604 2004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11605
11606 * MAINTAINERS: Alphabetize.
11607
11608 2004-02-12 Paolo Bonzini <bonzini@gnu.org>
11609
11610 * MAINTAINERS: Remove myself.
11611
11612 2004-02-11 David Edelsohn <edelsohn@gnu.org>
11613
11614 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11615 (rs6000-*-aix*): Same.
11616 * configure: Regenerate.
11617
11618 2004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11619
11620 * configure.in (host): Add in missing $noconfigdirs to defines.
11621 * configure: Regenerate.
11622
11623 2004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11624 Nathanael Nerode <neroden@gcc.gnu.org>
11625
11626 PR ada/6637, PR ada/5911
11627 Merge with libada-branch:
11628 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11629 with appropriate dependencies. Add --enable-libada configure switch.
11630 * configure, Makefile.in: Regenerate.
11631
11632 2004-02-09 Paolo Bonzini <bonzini@gnu.org>
11633
11634 * MAINTAINERS: Add myself to write-after-approval.
11635
11636 2004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11637
11638 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11639 * configure: Regenerate.
11640
11641 2004-02-04 Geoffrey Keating <geoffk@apple.com>
11642
11643 Merge from upstream:
11644
11645 * ltmain.in: When setting IFS to '~', be careful about user
11646 arguments that contain '~'.
11647
11648 2004-02-04 Peter O'Gorman <peter@pogma.com>
11649
11650 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11651 Also test $base_compile against $CC with escaped arguments. Bug
11652 reported by Geoff Keating <geoffk@apple.com>.
11653
11654 2004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11655
11656 * MAINTAINERS: Remove i960 port.
11657
11658 2004-01-23 DJ Delorie <dj@redhat.com>
11659
11660 * Makefile.def (target_modules) [libiberty]: Don't stage.
11661 * Makefile.in: Rebuilt.
11662
11663 2004-01-20 Caroline Tice <ctice@apple.com>
11664
11665 * MAINTAINERS: Add myself to write-after-approval.
11666
11667 2004-01-19 Paolo Carlini <pcarlini@suse.de>
11668
11669 * MAINTAINERS: Update my email address.
11670
11671 2004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11672
11673 * MAINTAINERS: Add myself to write-after-approval.
11674
11675 2004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11676
11677 * MAINTAINERS: Remove entries without email address.
11678
11679 2004-01-15 Daniel Jacobowitz <drow@mvista.com>
11680
11681 * MAINTAINERS: Add myself to write-after-approval.
11682
11683 2004-01-15 Steven Bosscher <stevenb@suse.de>
11684
11685 * MAINTAINERS: Update my email address.
11686
11687 2004-01-14 Loren J. Rittle <ljrittle@acm.org>
11688
11689 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11690 * Makefile.tpl (configure-target-[+module+]): Support stage.
11691 * Makefile.in: Rebuilt.
11692
11693 2004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11694
11695 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11696
11697 2004-01-10 Richard Sandiford <rsandifo@redhat.com>
11698
11699 * MAINTAINERS: Add myself as a MIPS maintainer.
11700
11701 2004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11702
11703 * configure.in: Use ./config.cache, not config.cache.
11704 * configure: Regenerate.
11705 * Makefile.tpl: Special-casing not needed for GCC any more.
11706 * Makefile.in: Regenerate.
11707
11708 * configure.in: Don't share a cache file for host dirs.
11709 * configure: Regenerate.
11710
11711 * config-ml.in: Don't mess with the cache file.
11712
11713 2004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11714
11715 * MAINTAINERS: Move myself from 'Write After Approval' to
11716 'CPU Port Maintainers' section as SPARC maintainer.
11717
11718 2004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11719
11720 * Makefile.tpl: Make GCC use a separate config.cache.
11721 * Makefile.in: Regenerate.
11722
11723 PR bootstrap/11932, PR bootstrap/11933
11724 (I don't know if it will fix either of them, but it relates
11725 to them.)
11726 * configure.in: Don't use shared config.cache for target
11727 directories.
11728 * configure: Regenerate.
11729
11730 2004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11731
11732 * MAINTAINERS: Add myself to 'Write After Approval' section.
11733
11734 2003-12-31 Roger Sayle <roger@eyesopen.com>
11735
11736 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11737 * configure: Regenerated.
11738
11739 2003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11740
11741 * MAINTAINERS: Remove the mn10200 maintainer.
11742
11743 2003-12-21 Bernardo Innocenti <bernie@develer.com>
11744
11745 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11746 * configure: Regenerated.
11747
11748 2003-12-16 Jan Hubicka <jh@suse.cz>
11749
11750 * MAINTAINERS: Add myself as callgraph maintainer.
11751
11752 2003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11753
11754 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11755 * configure: Regenerate.
11756
11757 2003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11758
11759 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11760 'Write After Approval' section. Update email.
11761
11762 2003-12-01 James Lemke <jim@wasabisystems.com>
11763
11764 * MAINTAINERS (Write After Approval): Add myself.
11765
11766 2003-11-20 Matt Thomas <matt@3am-software.com>
11767
11768 * MAINTAINERS: Add myself as a vax port maintainer.
11769
11770 2003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11771
11772 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11773 (configure-build-[+module+], configure-[+module+]): Likewise.
11774 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11775 * Makefile.in: Regenerate.
11776
11777 2003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11778
11779 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11780 shared/dylibed libraries.
11781 * ltmain.sh: Likewise.
11782 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11783 * ltcf-cxx.sh: Likewise.
11784 * ltcf-gcj.sh: Likewise.
11785 * ltconfig: Likewise.
11786
11787 2003-11-17 Stan Cox <scox@redhat.com>
11788
11789 * MAINTAINERS: Add myself as iq2000 port maintainer.
11790
11791 2003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11792
11793 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11794 * Makefile.in: Regenerate.
11795
11796 2003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11797
11798 * config.sub: Update to 2003-11-03 version.
11799
11800 2003-10-20 Phil Edwards <phil@codesourcery.com>
11801
11802 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11803 * configure: Regenerate.
11804
11805 2003-10-20 Nicolas Pitre <nico@cam.org>
11806
11807 * MAINTAINERS: Add myself to 'Write After Approval' section.
11808
11809 2003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11810
11811 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11812
11813 2003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11814
11815 * MAINTAINERS: Update my email address.
11816
11817 2003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11818
11819 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11820
11821 2003-10-17 Ralph Loader <rcl@ihug.co.nz>
11822
11823 * MAINTAINERS: Add myself to 'Write After Approval' section.
11824
11825 2003-10-16 Bernardo Innocenti <bernie@develer.com>
11826
11827 * config.guess: Update to 2003-10-16 version.
11828 * config.sub: Update to 2003-10-16 version.
11829
11830 2003-10-15 David Daney <ddaney@avtrex.com>
11831
11832 * MAINTAINERS: Added myself to 'Write After Approval' section.
11833
11834 2003-10-15 Falk Hueffner <falk@debian.org>
11835
11836 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11837 'Write After Approval' section. Update email.
11838
11839 2003-10-14 Roger Sayle <roger@eyesopen.com>
11840
11841 * MAINTAINERS: Move myself from 'Write After Approval' to
11842 'Various Maintainers' section as middle-end maintainer.
11843
11844 2003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11845
11846 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11847 HOST_FLAGS_TO_PASS.
11848 * Makefile.in: Regenerate.
11849
11850 2003-10-11 Bernardo Innocenti <bernie@develer.com>
11851
11852 * config.guess: Update to 2003-10-07 version.
11853 * config.sub: Update to 2003-10-07 version.
11854
11855 2003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11856
11857 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11858 * ltconfig (irix5*, irix6*): Don't override version_type.
11859
11860 2003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11861
11862 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11863 * configure: Rebuilt
11864 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11865 * Makefile.in: Rebuilt
11866
11867 2003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11868
11869 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11870
11871 2003-09-30 Carlo Wood <carlo@alinoe.com>
11872
11873 * MAINTAINERS (Write After Approval): Add myself.
11874
11875 2003-09-29 Paul Koning <ni1d@arrl.net>
11876
11877 * MAINTAINERS: Move myself from "Write After Approval"
11878 to CPU platform maintainers for pdp11 platform.
11879
11880 2003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11881
11882 * MAINTAINERS: Move myself from 'Write After Approval' to
11883 'Various Maintainers' section as libffi testsuite maintainer.
11884
11885 2003-09-21 Daniel Jacobowitz <drow@mvista.com>
11886
11887 * configure.in: Pass a computed --program-transform-name
11888 to subconfigures.
11889 * configure: Regenerated.
11890
11891 2003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11892
11893 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11894 * Makefile.in: Regenerate.
11895
11896 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11897 * Makefile.in: Regenerate.
11898
11899 2003-09-19 Ziemowit Laski <zlaski@apple.com>
11900
11901 * MAINTAINERS: Move myself from 'Write After Approval'
11902 to 'Various Maintainers' (objective-c) section.
11903
11904 2003-09-17 Daniel Jacobowitz <drow@mvista.com>
11905
11906 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11907 quoting.
11908 * configure: Regenerated.
11909
11910 2003-09-16 Joel Brobecker <brobecker@gnat.com>
11911
11912 * MAINTAINERS (Write After Approval): Add myself to write after
11913 approval list.
11914
11915 2003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11916
11917 * MAINTAINERS (Write After Approval): Add myself.
11918
11919 2003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11920
11921 * MAINTAINERS: Update my e-mail address.
11922
11923 2003-09-09 Alan Modra <amodra@bigpond.net.au>
11924
11925 * libtool.m4 (LD): Correct powerpc64 host match.
11926
11927 2003-09-06 James E Wilson <wilson@tuliptree.org>
11928
11929 * MAINTAINTERS: Update my affiliation and email address.
11930
11931 2003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11932
11933 * MAINTAINERS (Write After Approval): Add myself.
11934
11935 2003-09-04 DJ Delorie <dj@redhat.com>
11936
11937 * configure: Regenerate.
11938
11939 2003-09-04 Robert Millan <robertmh@gnu.org>
11940
11941 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
11942
11943 2003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11944
11945 * configure.in: Ensure arguments to sed are properly spaced.
11946 * configure: Regenerate.
11947
11948 2003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11949
11950 * MAINTAINERS: Update my e-mail address.
11951
11952 2003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11953
11954 * MAINTAINERS (Write After Approval): Add myself.
11955
11956 2003-08-27 Daniel Jacobowitz <drow@mvista.com>
11957
11958 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11959 * configure: Regenerated.
11960
11961 2003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11962
11963 * MAINTAINERS: Update my email address.
11964
11965 2003-08-23 Phil Edwards <pme@gcc.gnu.org>
11966
11967 * configure.in: Use newline instead of semicolon when assuming
11968 shell arguments in a for loop.
11969 * configure: Regenerated.
11970
11971 2003-08-22 Jason Eckhardt <jle@rice.edu>
11972
11973 * MAINTAINERS: Resurrect the i860 maintainer.
11974
11975 2003-08-20 Geoffrey Keating <geoffk@apple.com>
11976
11977 PR 8180
11978 * configure.in: When testing with_libs and with_headers, treat
11979 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11980 * configure: Regenerate.
11981
11982 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11983 make, shell, etc.
11984 (baseargs): Likewise.
11985 * configure: Regenerate.
11986
11987 2003-08-20 Bernardo Innocenti <bernie@develer.com>
11988
11989 * MAINTAINERS (Write After Approval): Add myself.
11990
11991 2003-08-19 Geoffrey Keating <geoffk@apple.com>
11992
11993 * configure.in: Disable libgcj for darwin not on powerpc.
11994 * configure: Rebuild.
11995
11996 2003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11997
11998 * config-ml.in, symlink-tree: Add license.
11999
12000 2003-08-03 Richard Stallman <rms@gnu.org>
12001 Eben Moglen <moglen@columbia.edu>
12002
12003 * README.SCO: New file.
12004
12005 2003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12006
12007 * Makefile.tpl (check, check-c++): Express dependencies using
12008 dependencies rather than commands.
12009 * Makefile.in: Regenerate.
12010
12011 2003-08-01 Andrew Cagney <cagney@redhat.com>
12012
12013 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12014 * configure: Ditto.
12015
12016 2003-07-31 Geoffrey Keating <geoffk@apple.com>
12017
12018 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
12019 * Makefile.in: Update.
12020
12021 2003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12022
12023 * configure.in: Enable libgcj for darwin.
12024 * configure: Rebuild.
12025
12026 2003-07-29 Phil Edwards <pme@gcc.gnu.org>
12027
12028 * config-ml.in: Use ac_configure_args directly instead of
12029 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12030 actually seen.
12031
12032 2003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12033
12034 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12035 creating target and build subdirs to build all parent dirs as needed.
12036 * Makefile.in: Rebuild.
12037 * configure.in: Don't build dirs explicitly here.
12038 * configure: Rebuild.
12039
12040 2003-07-26 Paul Brook <paul@nowt.org>
12041
12042 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12043
12044 2003-07-22 Alexandre Oliva <aoliva@redhat.com>
12045
12046 * Makefile.tpl (all-make): Depend on intl.
12047 * Makefile.in: Rebuilt.
12048
12049 2003-07-20 Phil Edwards <pme@gcc.gnu.org>
12050
12051 * install-sh: Update to newer upstream versions (associated with
12052 aclocal 1.7).
12053 * mkinstalldirs: Likewise.
12054 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12055
12056 2003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12057
12058 * MAINTAINERS: Move self from Bug database only accounts
12059 to write-after-approval.
12060
12061 2003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12062
12063 * config.if: Remove unused libc_interface determination.
12064
12065 2003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12066
12067 * MAINTAINERS: Move self from write-after-approval to
12068 build machinery (*.in).
12069
12070 2003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12071
12072 PR bootstrap/11273
12073 PR bootstrap/11408
12074 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12075 unused INSTALL_PROGRAM_ARGS.
12076 * configure.in: Use AC_PROG_INSTALL.
12077 * Makefile.in: Regenerate.
12078 * configure: Regenerate.
12079
12080 2003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12081
12082 * MAINTAINERS: Alphabetize.
12083
12084 2003-07-10 Alexandre Oliva <aoliva@redhat.com>
12085
12086 * configure: Rebuilt.
12087 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12088 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12089 newlib nor libgloss.
12090 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12091 * configure.in (am33_2.0-*-linux*): Added.
12092
12093 2003-07-09 Bob Wilson <bob.wilson@acm.org>
12094
12095 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12096 * configure: Regenerate.
12097
12098 2003-07-07 Zack Weinberg <zack@codesourcery.com>
12099
12100 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12101 * Makefile.in: Regenerate.
12102
12103 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12104
12105 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12106 * Makefile.in: Regenerate.
12107
12108 2003-07-04 H.J. Lu <hongjiu.lu@intel.com>
12109
12110 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12111 * Makefile.in: Regenerated.
12112
12113 * config-ml.in: Replace PWD with PWD_COMMAND.
12114
12115 2003-07-04 Zack Weinberg <zack@codesourcery.com>
12116
12117 * intl: New directory; see intl/ChangeLog for details.
12118 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12119 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12120 * Makefile.in: Regenerate.
12121
12122 2003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12123
12124 * configure.in: Clean up config-lang.in handling. Delete
12125 useless assignment to "subdirs".
12126 * configure: Regenerate.
12127
12128 2003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12129
12130 * configure.in: Rename 'target_libs' to 'target_libraries'.
12131 Remove useless reference to 'target_libs'.
12132 * configure: Regenerate.
12133
12134 2003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12135
12136 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12137 * Makefile.in: Regenerate.
12138
12139 2003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12140
12141 * Makefile.def: Introduce flags_to_pass.
12142 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12143 * Makefile.in: Regenerate.
12144
12145 2003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12146
12147 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12148 and target-libgloss.
12149 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12150 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12151 * configure: Regenerate.
12152
12153 2003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12154
12155 * configure.in: Update testsuite_flags to new location.
12156 * configure. Regenerate.
12157
12158 2003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12159
12160 * Makefile.tpl: Remove BUILD_CC stuff.
12161 * Makefile.in: Regenerate.
12162
12163 2003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12164
12165 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12166
12167 2003-06-16 Graeme Peterson <gp@qnx.com>
12168
12169 * MAINTAINERS (Write After Approval): Add myself.
12170
12171 2003-06-14 H.J. Lu <hongjiu.lu@intel.com>
12172
12173 * config.guess: Update to 2003-06-12 version.
12174 * config.sub: Update to 2003-06-13 version.
12175
12176 2003-06-12 H.J. Lu <hongjiu.lu@intel.com>
12177
12178 * config.guess: Update to 2003-06-06 version.
12179 * config.sub: Update to 2003-06-06 version.
12180
12181 2003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12182
12183 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12184 * configure. Regenerate.
12185
12186 2003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12187
12188 * configure.in: Disable serial configure by default.
12189 * configure: Regenerate.
12190 * Makefile.tpl: Abolish .NOTPARALLEL.
12191 * Makefile.in: Regenerate.
12192
12193 * Makefile.tpl: Replace {build,host,target}_canonical by
12194 {build,host,target}.
12195 * Makefile.in: Regenerate.
12196
12197 * Makefile.tpl: Fix stupid pasto.
12198 * Makefile.in: Regenerate.
12199
12200 2003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12201
12202 * Makefile.tpl: Remove bogus conditional.
12203 * Makefile.in: Regenerate.
12204
12205 2003-06-05 Jan Hubicka <jh@suse.cz>
12206
12207 * Makefile.tpl (profiledbootstrap): New target.
12208 * Makefile.in (profiledbootstrap): New target.
12209
12210 2003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
12211
12212 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12213 Pinski. Remove user names from other bugzilla-only maintainers.
12214
12215 2003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12216
12217 * Makefile.tpl: Make 'recursive targets' using autogen rather
12218 than shell loop. Remove duplicate 'clean' targets and false
12219 comments.
12220 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12221 Add systematic method of specifying missing targets in subdirs.
12222 Add copyright boilerplate.
12223 * Makefile.in: Regenerate.
12224 * configure.in: Add 'recursive targets' to maybe list.
12225 * configure: Regenerate.
12226
12227 * MAINTAINERS: "GNATS only" -> "Bug database only".
12228
12229 * Makefile.tpl: Rename [+target+] to [+make_target+].
12230 * Makefile.def: Rename 'target' to 'make_target'.
12231
12232 2003-05-31 Neil Booth <neil@daikokuya.co.uk>
12233
12234 * MAINTAINERS: Add self as options handling maintainer.
12235
12236 2003-05-28 Michael Meissner <gnu@the-meissners.org>
12237
12238 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12239 been too long since I touched those ports.
12240
12241 2003-05-28 DJ Delorie <dj@redhat.com>
12242
12243 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12244 * Makefile.in: Regenerate.
12245
12246 2003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12247
12248 * configure.in: Use curly braces in the definition of tooldir.
12249 * configure: Regenerate.
12250
12251 2003-05-21 DJ Delorie <dj@redhat.com>
12252
12253 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12254 newlib or libgloss.
12255 * Makefile.in: Regenerate.
12256
12257 2003-05-21 DJ Delorie <dj@redhat.com>
12258
12259 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12260 * Makefile.in: Regenerate.
12261
12262 2003-05-20 Ian Lance Taylor <ian@airs.com>
12263
12264 * MAINTAINERS: Update my e-mail address.
12265
12266 2003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12267
12268 * configure.in: Switch more things to use maybe dependencies.
12269 * Makefile.tpl: Switch more things to use maybe dependencies.
12270 Factor out common code from autogen IF statements.
12271 * configure: Regenerate.
12272 * Makefile.in: Regenerate.
12273
12274 2003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12275
12276 * configure.in: Accept i[3456789]86 for machine type.
12277 * configure: Regenerate.
12278
12279 2003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12280
12281 * configure.in: Switch more things to use maybe dependencies.
12282 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12283 * configure: Regenerate.
12284 * Makefile.tpl: Switch more things to use maybe dependencies.
12285 * Makefile.in: Regenerate.
12286
12287 2003-05-16 Andreas Schwab <schwab@suse.de>
12288
12289 * Makefile.tpl (install-opcodes): Define.
12290 * Makefile.in: Rebuild.
12291
12292 2003-05-13 Andreas Jaeger <aj@suse.de>
12293
12294 * config.guess: Update to 2003-05-09 version.
12295 * config.sub: Update to 2003-05-09 version.
12296
12297 2003-05-13 Michael Eager <eager@mvista.com>
12298
12299 * configure.in: Correct sed script so that options in quotes are not
12300 deleted.
12301 * configure: Rebuild.
12302
12303 2003-05-12 Corinna Vinschen <corinna@vinschen.de>
12304
12305 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12306 and $$s/newlib/libc/sys/cygwin32 include paths.
12307 * configure: Ditto.
12308
12309 2003-05-12 Michael Meissner <gnu@the-meissners.org>
12310
12311 * MAINTAINERS: Update my email addresses.
12312
12313 2003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12314
12315 * config-ml.in: Propagate INSTALL variables.
12316
12317 2003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12318
12319 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12320
12321 2003-05-02 Chris Demetriou <cgd@broadcom.com>
12322
12323 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12324 * Makefile.in: Regenerate.
12325
12326 2003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12327
12328 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12329
12330 2003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12331
12332 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12333
12334 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
12335
12336 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12337 * Makefile.in: Regenerated.
12338
12339 2003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12340
12341 * MAINTAINERS (Write After Approval): Upgrade myself from
12342 GNATS only to write-after-approval. Update my mail address.
12343
12344 2003-04-25 Loren J. Rittle <ljrittle@acm.org>
12345
12346 (OS Port Maintainers: freebsd): Add myself.
12347
12348 2003-04-22 Mark Mitchell <mark@codesourcery.com>
12349
12350 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12351
12352 2003-04-22 Kean Johnston <jkj@sco.com>
12353
12354 * MAINTAINERS (SCO ports): Added myself.
12355
12356 2003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12357
12358 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12359
12360 2003-04-19 Kean Johnston <jkj@sco.com>
12361
12362 * MAINTAINERS (Write After Approval): Add myself.
12363
12364 2003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12365
12366 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12367 * Makefile.in: Regenerate.
12368
12369 2003-04-18 Jakub Jelinek <jakub@redhat.com>
12370
12371 * configure.in (powerpc64*-*-linux*): Remove.
12372 * configure: Rebuilt.
12373
12374 2003-04-17 Phil Edwards <pme@gcc.gnu.org>
12375
12376 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12377 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12378 and restrap.
12379 * Makefile.in: Regenerate.
12380
12381 2003-04-16 Richard Earnshaw <rearnsha@arm.com>
12382
12383 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12384 * configure: Regenerated.
12385
12386 2003-04-15 DJ Delorie <dj@redhat.com>
12387
12388 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12389
12390 2003-04-13 Nick Clifton <nickc@redhat.com>
12391
12392 * config-ml.in: Remove support for --disable-aix removing
12393 call-aix multilibs.
12394
12395 2003-04-10 Alexandre Oliva <aoliva@redhat.com>
12396
12397 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12398 * */configure: Rebuilt.
12399
12400 2003-04-08 Joel Sherrill <joel@oarcorp.com>
12401
12402 * MAINTAINERS: Add my email address.
12403
12404 2003-03-17 Olivier Hainque <hainque@act-europe.fr>
12405
12406 * MAINTAINERS (Write After Approval): Add myself.
12407
12408 2003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12409
12410 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12411 * Makefile.in: Regenerate.
12412
12413 2003-03-14 Michael Chastain <mec@shout.net>
12414
12415 * Makefile.in: Regenerate with correct Makefile.def.
12416
12417 2003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12418
12419 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12420 Make macro.
12421 * Makefile.in: Regenerate.
12422 * configure.in: Clean up gxx_include_dir logic.
12423 * configure: Regenerate.
12424
12425 2003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12426
12427 * MAINTAINERS (Write After Approval): Add myself.
12428
12429 2003-03-10 Ben Elliston <bje@wasabisystems.com>
12430
12431 * MAINTAINERS: Update my mail address.
12432
12433 2003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12434
12435 * configure.in (gxx_include_dir): Fix typo.
12436 * configure: Regenerated.
12437
12438 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12439
12440 * Makefile.tpl: Reindent.
12441 * Makefile.in: Regenerate.
12442 * configure.in: Reindent. Don't set unused variables.
12443 * configure: Regenerate.
12444
12445 2003-03-04 Daniel Jacobowitz <drow@mvista.com>
12446
12447 * configure.in: Include $(build_tooldir)/sys-include in
12448 FLAGS_FOR_TARGET.
12449 * configure: Regenerated.
12450
12451 2003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12452
12453 * Makefile.tpl: Always pass down RANLIB.
12454 * Makefile.in: Regenerate.
12455
12456 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12457 * Makefile.in: Regenerate.
12458 * configure.in: Remove unused logic relating to --enable-shared
12459 and --enable-threads. Remove bogus comments. Remove redundant
12460 noconfigdirs.
12461 * configure: Regenerate.
12462
12463 * configure.in: Replace ${libstdcxx_version} by its value.
12464 Remove reference to mh-dgux.
12465 * configure: Regenerate.
12466
12467 2003-03-03 Kevin Buettner <kevinb@redhat.com>
12468
12469 * MAINTAINERS (Write After Approval): Add myself.
12470
12471 2003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12472
12473 * Makefile.tpl: Rearrange.
12474 * Makefile.in: Regenerate.
12475
12476 2003-02-25 Uwe Stieber <uwe@wwws.de>
12477
12478 * configure.in: Add support for kaOS as cross build target system.
12479 * configure: Regenerated.
12480
12481 2003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12482
12483 * MAINTAINERS (Write after approval): Add myself.
12484
12485 2003-02-21 James E Wilson <wilson@tuliptree.org>
12486
12487 * MAINTAINERS: Update my email address.
12488
12489 2003-02-21 Zack Weinberg <zack@codesourcery.com>
12490
12491 * MAINTAINERS: Add self to blanket write privs. section.
12492
12493 2003-02-20 Sean McNeil <sean@blue.mcneil.com>
12494
12495 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12496 configure-target-* as some target builds may require additional
12497 flags for preprocessor tests.
12498 * Makefile.in: Regenerated.
12499
12500 2003-02-19 Alexandre Oliva <aoliva@redhat.com>
12501
12502 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12503 * ltconfig: Handle it.
12504 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12505 auto-detecting it.
12506
12507 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12508 it is used as argument to $CC.
12509 * ltcf-gcj.sh: Likewise.
12510
12511 * configure.in: Introduce --enable-maintainer-mode.
12512 * configure: Rebuilt.
12513 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12514 for maintainer mode.
12515 * Makefile.in: Rebuilt.
12516
12517 2003-02-18 Jason Merrill <jason@redhat.com>
12518
12519 * Makefile.tpl (check-c++): Allow parallelism.
12520
12521 2003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12522
12523 * MAINTAINERS: Remove John Carr (who never actually had access to
12524 gcc.gnu.org).
12525
12526 2003-02-15 Geoffrey Keating <geoffk@apple.com>
12527
12528 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12529 don't configure target-libobjc.
12530 * configure: Regenerate.
12531
12532 2003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12533
12534 * Makefile.tpl (RANLIB): Define.
12535 * Makefile.in: Regenerate.
12536
12537 2003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12538
12539 * MAINTAINERS: Update my email.
12540
12541 2003-02-06 Keith R Seitz <keiths@redhat.com>
12542
12543 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12544 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12545 * Makefile.in: Regenerated.
12546 * configure.in: Remove all traces of snavigator, db, and grep.
12547 * configure: Regenerated.
12548
12549 2003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12550
12551 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12552 After Approval.
12553
12554 2003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12555
12556 * MAINTAINERS (Write after approval): Add myself.
12557
12558 2003-01-31 Frank Ch. Eigler <fche@redhat.com>
12559
12560 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12561 * Makefile.in: Regenerated.
12562
12563 2003-01-30 Roger Sayle <roger@eyesopen.com>
12564
12565 * config.guess: Updated to 2003-01-30's version.
12566 * config.sub: Updated to 2003-01-28's version.
12567
12568 2003-01-30 Alexandre Oliva <aoliva@redhat.com>
12569
12570 * config.if: If gcc_version is already set, just use it. Don't set
12571 gcc_version_trigger if it's already set, otherwise set it to
12572 gcc/version.c, but only if the file exists. If it is not set and
12573 gcc/version.c does not exist, try to extract the version number from
12574 $CC.
12575
12576 2003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12577
12578 * MAINTAINERS: Add myself to write-after-approval list.
12579
12580 2003-01-27 Phil Edwards <pme@gcc.gnu.org>
12581
12582 * configure.in: Revert 24Jan change.
12583 * configure: Regenerate.
12584
12585 2003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12586
12587 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12588 entry of HJ Lu.
12589
12590 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12591
12592 * configure.in: Revert previous change.
12593 * configure: Regenerate.
12594
12595 2003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12596
12597 * configure.in: Make rda native-only.
12598 * configure: Regenerate.
12599
12600 2003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12601
12602 * MAINTAINERS: Move myself from GNATS-only-accounts to
12603 write-after-approval.
12604
12605 2003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12606
12607 * configure.in: Add missing \.
12608 * configure: Rebuilt.
12609
12610 2003-01-17 Jakub Jelinek <jakub@redhat.com>
12611
12612 * configure.in (baseargs): Avoid using \| in sed regular
12613 expressions.
12614 * configure: Rebuilt.
12615
12616 2003-01-16 Jakub Jelinek <jakub@redhat.com>
12617
12618 * configure.in (baseargs): Remove all supported forms of
12619 --cache-file, --srcdir, --host, --build and --target options
12620 from argument lists.
12621 * configure: Rebuilt.
12622
12623 2003-01-15 Josef Zlomek <zlomekj@suse.cz>
12624
12625 * MAINTAINERS: Add myself to write-after-approval list.
12626
12627 2003-01-15 Alexandre Oliva <aoliva@redhat.com>
12628
12629 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12630 * configure: Rebuilt.
12631
12632 2003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12633
12634 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12635 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12636 * Makefile.in: Regenerate.
12637 * configure: Regenerate.
12638
12639 2003-01-09 Alexandre Oliva <aoliva@redhat.com>
12640
12641 * configure.in: Remove Makefile in build, host and target modules
12642 unless configure was run with --no-recursion.
12643 * configure: Rebuilt.
12644
12645 2003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12646
12647 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12648 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12649 * Makefile.in: Regenerate.
12650
12651 2003-01-08 Chris Demetriou <cgd@broadcom.com>
12652
12653 * config.guess: Update to 2003-01-03 version.
12654 * config.sub: Update to 2003-01-03 version.
12655
12656 2003-01-07 Christopher Faylor <cgf@redhat.com>
12657
12658 * configure: Regenerate with proper autoconf 2.13.
12659
12660 2003-01-07 Christopher Faylor <cgf@redhat.com>
12661
12662 * configure.in: Add AC_PREREQ for consistency.
12663 * configure: Regenerate.
12664
12665 2003-01-06 Andrew Cagney <ac131313@redhat.com>
12666
12667 * configure.in (GDB_TK): Add tcl directories conditional on
12668 gdb/gdbtk directory being present.
12669 * configure: Regenerate.
12670
12671 2003-01-04 John David Anglin <dave.anglin@nrc.ca>
12672
12673 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12674 used by gcc if LD is not defined and we are not doing a Canadian Cross.
12675 * configure: Rebuilt.
12676
12677 2002-12-31 Tom Tromey <tromey@redhat.com>
12678
12679 * Makefile.in: Rebuilt.
12680 * Makefile.def (target_modules) [libffi]: Allow installation.
12681
12682 2002-12-31 Andreas Schwab <schwab@suse.de>
12683
12684 * configure.in: Fix use of $program_transform_name.
12685 * configure: Regenerated.
12686
12687 2002-12-30 Daniel Jacobowitz <drow@mvista.com>
12688
12689 * configure.in (baseargs): Don't remove first configure argument.
12690 * configure: Regenerated.
12691
12692 2002-12-29 Alexandre Oliva <aoliva@redhat.com>
12693
12694 * Makefile.tpl (local-distclean): Don't remove...
12695 (multilib.ts): ... this. Moved into...
12696 (multilib.out): ... this. Don't use sub-make.
12697 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12698 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12699 (configure-build-[+module+], configure-[+module+],
12700 configure-target-[+module+], configure-gcc): ... these. Test
12701 for Makefile existence. Drop config.status from dependencies.
12702 * Makefile.in: Rebuilt.
12703 * configure.in: Move gcc-version-trigger to the end of
12704 ac_configure_args. Add comments to maybedep.tmp and
12705 serdep.tmp. Introduce --disable-serial-configure. Remove
12706 nonopt from baseargs, matching and removing corresponding
12707 whitespace while at it.
12708 * configure: Rebuilt.
12709
12710 2002-12-28 Alexandre Oliva <aoliva@redhat.com>
12711
12712 * configure.in (host_configargs): Replace reference to
12713 no-longer-defined buildopts with --build=${build_alias}.
12714 * configure: Rebuilt.
12715
12716 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12717 program_transform_name to standard idiom.
12718 (AUTOGEN, AUTOCONF): Define.
12719 (Makefile.in): Use $(AUTOGEN).
12720 (Makefile): Depend on config.status, and use autoconf-style rule to
12721 build it. Move original commands to...
12722 (config.status): ... this new target.
12723 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12724 $(AUTOCONF).
12725 * Makefile.in: Rebuilt.
12726
12727 2002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12728
12729 * Makefile.tpl: Fix dramatic bustage due to change in
12730 program_transform_name.
12731 * Makefile.in: Regenerate.
12732
12733 * configure.in: Remove unnecessary PATH setting.
12734 * configure: Regnerate.
12735
12736 * configure.in: Don't default to unprefixed tools unless
12737 the native tools will work.
12738 * configure: Regenerate.
12739
12740 * configure.in: Convert to autoconf script. Blow away lots
12741 of now-redundant Makefile fragments.
12742 * configure: Generate using Autoconf.
12743 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12744 * Makefile.in: Regenerate.
12745
12746 2002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12747
12748 * configure: Fix stupid bug where RANLIB was mistakenly included.
12749
12750 * configure.in: Rename (buildargs, hostargs, targargs) to
12751 (build_configargs, host_configargs, target_configargs).
12752
12753 * configure.in: Move logic out of sed statement.
12754
12755 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
12756 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12757
12758 2002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12759
12760 * config.sub: Import from master repository
12761 * config.guess: Ditto
12762
12763 2002-12-24 Andreas Schwab <schwab@suse.de>
12764
12765 * Makefile.tpl (multilib.out): Fix missing space.
12766 * Makefile.in: Regenerate.
12767
12768 2002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12769
12770 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12771 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12772 * Makefile.in: Regenerate.
12773 * configure.in: Remove unnecessary leftovers.
12774
12775 2002-12-21 Geoffrey Keating <geoffk@apple.com>
12776
12777 * configure.in (extra_ranlibflags_for_target): New variable.
12778 (*-*-darwin): Add -c to ranlib commands.
12779 * configure (tooldir): Handle extra_ranlibflags_for_target.
12780
12781 2002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
12782
12783 * Makefile.tpl: Revert HJL's change.
12784 * Makefile.in: Regenerated.
12785 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12786 always.
12787
12788 2002-12-19 Andreas Schwab <schwab@suse.de>
12789
12790 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12791 * Makefile.in: Regenerate.
12792
12793 2002-12-18 H.J. Lu <hjl@gnu.org>
12794
12795 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12796 * Makefile.in: Regenerated.
12797
12798 * configure.in (build_prefix): New. Substitute.
12799
12800 2002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12801
12802 * Makefile.tpl: Don't let real targets depend on phony targets.
12803 * Makefile.in: Regenerate.
12804
12805 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12806 * Makefile.in: Regenerate.
12807
12808 2002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12809
12810 * config.sub: Import from master repository
12811 * config.guess: Ditto
12812
12813 2002-12-16 Jason Merrill <jason@redhat.com>
12814
12815 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12816 previous 'make bootstrap'.
12817 * Makefile.in: Regenerate.
12818
12819 2002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12820
12821 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12822
12823 2002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12824
12825 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12826 * Makefile.in: Regenerate.
12827
12828 2002-12-13 Jason Merrill <jason@redhat.com>
12829
12830 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
12831 library tests.
12832 (check-c++): Just depend on it and check-target-libstdc++-v3.
12833 * Makefile.in: Regenerate.
12834
12835 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12836
12837 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12838 * Makefile.in: Rebuilt.
12839
12840 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
12841
12842 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12843
12844 2002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12845
12846 * configure: Fix bug put in by gremlins.
12847
12848 * Makefile.tpl: Substitute more autoconfily.
12849 * configure: Substitute more autoconfily.
12850 * Makefile.in: Regenerate.
12851
12852 2002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12853
12854 * config.sub: Import from master repository
12855 * config.guess: Ditto
12856 * MAINTAINERS: Added Svein Seldal under write after approval
12857
12858 2002-12-08 Andrew Cagney <ac131313@redhat.com>
12859
12860 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12861 * Makefile.in (all-sim): Ditto.
12862
12863 2002-12-06 DJ Delorie <dj@redhat.com>
12864
12865 * Makefile.tpl: Change configure dependencies to not have real
12866 targets depend on phony targets.
12867
12868 2002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12869
12870 * configure.in: Revert unintentional change.
12871
12872 * Makefile.tpl: Change dependency for */multilib.out so that
12873 it works when gcc isn't in the tree.
12874
12875 * configure.in: Substitute more.
12876 * configure: Run subconfigures from the Makefile.
12877 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12878 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12879
12880 2002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12881
12882 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12883
12884 2002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12885
12886 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12887 and corresponding dependencies.
12888 * Makefile.in: Regenerate.
12889
12890 * configure.in (host_tools): Order binutils, gas and ld for
12891 convenience in running the testsuites.
12892
12893 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12894 * Makefile.in: Regenerate.
12895 * configure.in: Introduce rules to serialize subconfigure runs.
12896
12897 * configure.in: Introduce BASE_CC_FOR_TARGET.
12898 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12899 Realize configure-build-* targets. Realize configure-target-* targets.
12900 * Makefile.in: Regenerate.
12901
12902 2002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12903
12904 * configure: Move gcc_version_trigger stuff from here...
12905 * configure.in: ...to here.
12906
12907 * configure.in: Separate subconfigure options added by this file from
12908 options given by the user. Add machinery to put args for host
12909 subconfigures into the Makefile.
12910
12911 * Makefile.tpl: Remove 'vault' targets.
12912 * Makefile.tpl: Reorder and comment dependencies.
12913 * Makefile.in: Regenerate.
12914
12915 2002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12916 * configure.in: Fix my broken commit of previous patch. (sigh)
12917
12918 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12919
12920 * configure.in: Move host-specific darwin noconfigdirs into
12921 the host-specific section.
12922
12923 2002-11-28 Geoffrey Keating <geoffk@apple.com>
12924
12925 * configure.in: Move host-specific darwin noconfigdirs into
12926 the host-specific section.
12927
12928 2002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12929
12930 * configure: Remove skip-this-dir support.
12931 * Makefile.tpl: Remove skip-this-dir support.
12932
12933 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12934 subdirectories.
12935 * Makefile.in: Regenerate.
12936
12937 * Makefile.tpl: Strip out useless setting of 'dir'.
12938 * Makefile.in: Regenerate.
12939
12940 2002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12941
12942 * configure.in: Fix deeply stupid bug.
12943
12944 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12945 shell code in CXX_FOR_TARGET
12946 * Makefile.def: Introduce raw_cxx.
12947 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12948 RAW_CXX_FOR_TARGET.
12949 * Makefile.in: Regenerate.
12950
12951 2002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12952
12953 * Makefile.tpl: Remove unnecessary ifs.
12954 * Makefile.in: Regenerate.
12955
12956 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12957 dependencies. Maybe-ize build-libiberty. Create dummy install
12958 targets for 'no_install' modules.
12959 * configure: Move GDB_TK substitution to configure.in. Move
12960 build_modules stuff to configure.in.
12961 * configure.in: Implement soft dependency machinery. Maybe-ize
12962 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12963 * Makefile.in: Regenerate.
12964
12965 2002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12966
12967 * Makefile.tpl: Make all-target, install-target behave similarly
12968 to all, install (only hitting configured targets). Eliminate
12969 unused macro defintions.
12970
12971 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12972 build != host.
12973
12974 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12975
12976 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12977
12978 * configure.in: Produce lists of subdir targets we're actually
12979 configuring. Remove references to "dosrel".
12980 * Makefile.tpl: Let configure set which subdir targets are hit.
12981 Remove install-cross; clean up install; remove ALL. Remove
12982 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12983 Autogenerate host module targets. Remove empty dependency lines
12984 and redundant dependency; rearrange slightly.
12985 * Makefile.def: Add host-side libtermcap, utils.
12986
12987 * Makefile.in: Regenerate.
12988
12989 2002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12990
12991 * ltconfig (osf[345]): Append $major to soname_spec.
12992 Reflect this in library_names_spec.
12993 * ltmain.sh (osf): Prefix $major with . for use as extension.
12994
12995 2002-11-19 Andreas Jaeger <aj@suse.de>
12996
12997 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12998 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12999 and sparc64 GNU/Linux systems.
13000
13001 2002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13002
13003 * MAINTAINERS: Update email.
13004
13005 2002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13006
13007 * MAINTAINERS: Complete James Dennett's entry.
13008
13009 2002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13010
13011 * MAINTAINERS (Write After Approval): Add myself.
13012
13013 2002-11-13 Bruce Korb <bkorb@gnu.org>
13014
13015 * Makefile.tpl: syntactic cleanup
13016
13017 2002-11-13 Stuart Hastings <stuart@apple.com>
13018
13019 * MAINTAINERS: Add myself to write-after-approval list.
13020
13021 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13022
13023 * Makefile.def: Add list of recursive targets to autogenerate.
13024 Add build_modules.
13025 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13026 targets. Autogenerate *-build-* targets.
13027 * Makefile.in: Regenerate.
13028
13029 2002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13030
13031 * configure: More autoconf-style substitutions.
13032 * Makefile.tpl: More autoconf-style substitutions.
13033 * Makefile.in: Regenerate.
13034
13035 2002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13036
13037 * configure: Substitute more variables in a more autoconf-friendly
13038 way. Simplify slightly.
13039 * Makefile.tpl: Make more variables substitutable in an
13040 autoconf-friendly way.
13041 * Makefile.in: Regenerate.
13042
13043 2002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13044
13045 * MAINTAINERS (Write After Approval): Add myself.
13046
13047 2002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13048
13049 * configure.in (v810*): Remove special setting of tools.
13050
13051 * configure: Add support for extra required flags for ar or nm.
13052 * configure.in (aix4.3+): Use above support for target-specific
13053 issues, rather than using config/mt-aix43.
13054
13055 2002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13056
13057 * configure: Remove 'removing', which doesn't work. Replace $subdir
13058 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13059 with $srcdir. Reformat indentation. Substitute some variables
13060 formerly hard-coded in the Makefile for build=host.
13061 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13062 * Makefile.def: Autogenerate more.
13063 * Makefile.in: Regenerate.
13064
13065 2002-11-04 Adam Nemet <anemet@lnxw.com>
13066
13067 * MAINTAINERS (Write After Approval): Add myself.
13068
13069 2002-11-04 Kevin Buettner <kevinb@redhat.com>
13070
13071 * Makefile.def (host_modules): Add rda.
13072 * Makefile.in: Regenerate.
13073 * configure.in (target_tool): Add target-rda to list.
13074
13075 2002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13076
13077 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13078
13079 2002-10-25 Phil Edwards <pme@gcc.gnu.org>
13080
13081 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13082 and restrap targets to this rule.
13083 * Makefile.in: Regenerate.
13084
13085 2002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13086
13087 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13088 GNATS only accounts.
13089
13090 2002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13091
13092 * configure.in (i[3456]86-*-linux*): Add check to disable
13093 ${libgcj} for glibc1.
13094
13095 2002-10-24 Denis Chertykov <denisc@overta.ru>
13096
13097 * MAINTAINERS: Add myself as ip2k port maintainer.
13098
13099 2002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13100
13101 * configure.in: Add tic4x target.
13102
13103 2002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13104
13105 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13106 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13107 * Makefile.in: Regenerate.
13108
13109 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13110 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13111 * Makefile.in: Regenerate.
13112
13113 2002-10-02 Janis Johnson <janis187@us.ibm.com>
13114
13115 * MAINTAINERS: Add myself as web pages co-maintainer.
13116
13117 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13118
13119 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13120 * Makefile.in: Regenerate.
13121
13122 2002-10-02 Zack Weinberg <zack@codesourcery.com>
13123
13124 * MAINTAINERS: Add myself and Nathan Sidwell
13125 <nathan@codesourcery.com> as VxWorks maintainers.
13126
13127 2002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13128
13129 * Makefile.def: Remove order dependency comments.
13130 * Makefile.tpl: Add explicit install-install dependencies.
13131 * Makefile.in: Regenerate.
13132
13133 * Makefile.tpl: Remove material now in src-release. (Finally!)
13134 * Makefile.in: Regenerate.
13135
13136 * Makefile.tpl: Add configure-target (for src-release in src)
13137 * Makefile.in: Regenerate.
13138
13139 2002-09-30 Nick Clifton <nickc@redhat.com>
13140
13141 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13142
13143 2002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13144
13145 * configure.in (s390*-*-linux*): Enable libgcj.
13146
13147 2002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13148
13149 * configure: Revert accidentally applied changes.
13150
13151 * Makefile.tpl: Make more autoconf-friendly.
13152 * Makefile.in: Regenerate.
13153 * configure: Make substitution more autoconf-like.
13154
13155 2002-09-28 Richard Earnshaw <rearnsha@arm.com>
13156
13157 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13158 single entry to handle all these.
13159 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13160 libjava on arm-*-elf.
13161
13162 2002-09-27 Geoffrey Keating <geoffk@apple.com>
13163
13164 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13165 things that depend on them.
13166
13167 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13168
13169 * Makefile.tpl: Make subsituted variables more autoconfy.
13170 * Makefile.in: Regenerate.
13171 * configure: Make seds more autoconfy.
13172
13173 2002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13174
13175 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13176 * Makefile.in: Regenerate.
13177 * configure.in: Rewrite sed statements to look autoconfy.
13178
13179 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13180 all-target-foo on configure-target-foo.
13181 * Makefile.def: Ditto.
13182 * Makefile.in: Rebuild.
13183
13184 2002-09-25 Andrew Haley <aph@redhat.com>
13185
13186 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13187
13188 2002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13189
13190 * Makefile.def: New file.
13191 * Makefile.tpl: New file.
13192 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13193 * contrib/gcc_update: Note that Makefile.in is a generated file.
13194
13195 * configure.in: Minor rearrangement. Simplify tests.
13196
13197 2002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13198
13199 * configure.in (with_headers): Skip copy if value is "yes".
13200 (with_libs): Likewise.
13201
13202 2002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
13203
13204 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13205 * configure.in (sh*-*-pe*): Ditto.
13206 * configure.in (mips*-*-pe*): Ditto.
13207 * configure.in (*arm-wince-pe): Ditto.
13208
13209 * configure.in: Rearrange.
13210
13211 2002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13212
13213 * MAINTAINERS: Update my email address.
13214
13215 2002-08-30 Paul Koning <pkoning@equallogic.com>
13216
13217 * MAINTAINERS: (Write After Approval): Add myself.
13218
13219 2002-08-29 Geoffrey Keating <geoffk@redhat.com>
13220
13221 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13222
13223 2002-08-24 Geoffrey Keating <geoffk@redhat.com>
13224
13225 * MAINTAINERS: Change my mailing address.
13226
13227 2002-08-21 Paolo Carlini <pcarlini@unitus.it>
13228
13229 * MAINTAINERS (Write After Approval): Remove myself.
13230 (Various Maintainers: c++ runtime libs): Add myself.
13231
13232 2002-08-20 Loren J. Rittle <ljrittle@acm.org>
13233
13234 * MAINTAINERS (Write After Approval): Remove myself.
13235 (Various Maintainers: c++ runtime libs): Add myself.
13236
13237 2002-08-15 Eric Christopher <echristo@redhat.com>
13238
13239 * config.sub: Import from master repository.
13240 * config.guess: Ditto.
13241
13242 2002-08-19 Alexandre Oliva <aoliva@redhat.com>
13243
13244 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13245 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13246 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13247
13248 2002-08-16 Aldy Hernandez <aldyh@redhat.com>
13249
13250 * MAINTAINERS: Add self to rs6000 vector extensions.
13251
13252 2002-08-15 Alexandre Oliva <aoliva@redhat.com>
13253
13254 * libiberty/configure: Reverted unintended yesterday's check in.
13255
13256 2002-08-14 Alexandre Oliva <aoliva@redhat.com>
13257
13258 * boehm-gc/configure, libf2c/configure: Rebuilt.
13259 * libffi/configure, libiberty/configure: Ditto.
13260 * libjava/configure, libobjc/configure: Ditto.
13261 * libstdc++-v3/configure, zlib/configure: Ditto.
13262 Merged from binutils:
13263 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13264 From Steve Ellcey <sje@cup.hp.com>:
13265 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13266 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13267 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13268 IA64.
13269 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13270 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13271 soname_spec, sys_lib_search_path_spec): Ditto.
13272
13273 2002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
13274
13275 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13276
13277 2002-08-04 H.J. Lu (hjl@gnu.org)
13278
13279 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13280
13281 2002-08-02 Krister Walfridsson <cato@df.lth.se>
13282
13283 * MAINTAINERS (Write After Approval): Add myself.
13284
13285 2002-07-31 Alan Modra <amodra@bigpond.net.au>
13286
13287 * configure.in: Move generic linux case to end. Copy generic
13288 linux noconfigdirs to mips*-*-linux* entry and new
13289 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13290
13291 2002-07-19 Michael Matz <matz@suse.de>
13292
13293 * MAINTAINERS: Add myself as ra* maintainer.
13294
13295 2002-07-16 Chris Demetriou <cgd@broadcom.com>
13296
13297 * config.guess: Update to 2002-07-09 version.
13298 * config.sub: Update to 2002-07-03 version.
13299
13300 2002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13301
13302 * MAINTAINERS: Fix typo in a maintainer email address.
13303
13304 2002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13305
13306 * configure.in: Remove two redundant tests.
13307
13308 2002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13309
13310 * configure.in (mips*-*-irix6*o32): Enable stabs.
13311
13312 2002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13313
13314 * configure.in: Don't build grez.
13315 * Makefile.in: Ditto.
13316
13317 * Makefile.in: Remove references to bsp, cygmon, libstub.
13318 * configure.in: Ditto.
13319
13320 * configure.in: Remove leftover reference to gdbtest.
13321
13322 2002-07-08 Phil Edwards <pme@gcc.gnu.org>
13323
13324 * configure.in (gxx_include_dir): Change to match versioned
13325 C++ headers if --enable-version-specific-runtime-libs is used.
13326
13327 2002-07-04 Steve Ellcey <sje@cup.hp.com>
13328
13329 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13330
13331 2002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13332
13333 * configure.in: Make --without-x work.
13334
13335 2002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13336
13337 * configure.in: Rearrange target Makefile fragment collection.
13338
13339 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13340 cvs[src].
13341 * configure.in: Ditto.
13342
13343 2002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13344
13345 * MAINTAINERS (Write After Approval): Update my e-mail address.
13346
13347 2002-06-24 Ben Elliston <bje@redhat.com>
13348
13349 * configure.in (host_tools): Remove cgen.
13350
13351 * Makefile.in (all-cgen): Remove; runs from its source directory.
13352 (check-cgen, install-cgen, clean-cgen): Likewise.
13353 (all-opcodes): Do not depend on all-cgen.
13354 (all-sim): Likewise.
13355
13356 2002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
13357
13358 * Makefile.in: Eliminate 'apache' targets.
13359 * configure.in: Eliminate 'apache' targets.
13360
13361 * configure.in: Eliminate redundant tests. Reorganize.
13362
13363 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13364
13365 * config-ml.in: Eliminate references to Cygnus configure.
13366
13367 * Makefile.in: Eliminate references to building emacs.
13368
13369 2002-06-28 Graham Stott <graham.stott@btinternet.com>
13370
13371 * MAINTAINERS: Update my email address.
13372
13373 2002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13374
13375 * config.if (libstdcxx_incdir): Version C++ headers.
13376 (cxx_incdir): Remove.
13377
13378 2002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13379
13380 * MAINTAINERS (Write After Approval): Add self.
13381
13382 Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13383
13384 * configure.in: Add support for ip2k.
13385
13386 2002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13387
13388 * configure.in: Fix AIX configury bug.
13389
13390 2002-06-20 Steve Ellcey <sje@cup.hp.com>
13391
13392 * MAINTAINERS (Write After Approval): Add self.
13393
13394 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13395
13396 * configure.in: replace ${topsrcdir} with ${srcdir}
13397
13398 * configure.in: Move definition of libstdcxx_flags
13399 right above usage, rather than waaay earlier.
13400
13401 * configure.in: Pull definition of is_cross_compiler earlier.
13402
13403 * configure.in: Rearrange a little.
13404
13405 * configure.in: Remove references to librx.
13406 * Makefile.in: Remove references to librx.
13407
13408 Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13409
13410 * config.sub: Add support for avr target.
13411 Import from master sources, rev 1.255
13412
13413 2002-06-19 Phil Edwards <pme@gcc.gnu.org>
13414
13415 * configure, .cvsignore: Revert previous change...
13416 * Makefile: ...delete.
13417
13418 2002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13419
13420 * configure.in: Eliminate ${gasdir} variable.
13421
13422 2002-06-18 Dave Brolley <brolley@redhat.com>
13423
13424 * configure.in: Add support for frv.
13425 * config.sub: Add support for frv.
13426
13427 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13428
13429 * configure: Remove garbage from previous commit.
13430
13431 2002-06-18 Phil Edwards <pme@gcc.gnu.org>
13432
13433 * configure: For in-source builds, make a subdir and re-exec there.
13434 * Makefile: New file. Pass targets through to build directory.
13435 * .cvsignore: No longer ignore "Makefile".
13436
13437 2002-06-16 Douglas Rupp <rupp@gnat.com>
13438
13439 * MAINTAINERS (Write After Approval): Add self.
13440
13441 2002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13442
13443 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13444
13445 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13446
13447 * configure.in (vax-*-netbsd*): Re-enable gas.
13448
13449 2002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13450
13451 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13452 BUILD_PREFIX_1, to correct nomenclature.
13453 * configure: Likewise.
13454
13455 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13456 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13457
13458 2002-05-31 Olaf Hering <olh@suse.de>
13459
13460 * config-ml.in: Propogate DESTDIR also.
13461
13462 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13463
13464 * configure.in (vax-*-netbsd*): Don't build gas for this
13465 platform.
13466
13467 2002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13468
13469 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13470 and libgcj for AVR.
13471
13472 2002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13473
13474 * MAINTAINERS (Write After Approval): Add myself.
13475
13476 2002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13477
13478 * config.guess: Update to 2002-05-22 version.
13479 * config.sub: Likewise.
13480
13481 2002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13482
13483 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13484 * config-ml.in: Likewise.
13485 * configure: Likewise.
13486 * configure.in: Likewise.
13487
13488 2002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13489
13490 * MAINTAINERS: Update my email address.
13491
13492 2002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13493
13494 * configure.in: Simplify makefile fragment collection.
13495
13496 * configure.in: Remove code to build emacs.
13497
13498 * configure.in : Remove --srcdir argument from targargs and buildargs
13499 (it's always overridden in the Makefile anyway). Rearrange a bit.
13500
13501 * configure: Move some logic to configure.in.
13502 * configure.in: Move some logic from configure.
13503
13504 2002-05-11 Tom Tromey <tromey@redhat.com>
13505
13506 * MAINTAINERS: Reflect libgcj reality.
13507
13508 2002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13509
13510 * Makefile.in: Honour DESTDIR.
13511
13512 2002-05-08 Mark Mitchell <mark@codesourcery.com>
13513
13514 * config.guess: Import 2002-03-20 version.
13515 * config.sub: Import 2002-04-26 version.
13516
13517 2002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13518
13519 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13520
13521 2002-05-07 Tim Josling <tej@melbpc.org.au>
13522
13523 * MAINTAINERS: Add self.
13524
13525 2002-05-06 Loren J. Rittle <ljrittle@acm.org>
13526
13527 * ltmain.sh: Detect and handle object name conflicts
13528 while piecewise linking a static library.
13529
13530 2002-05-05 Alexandre Oliva <aoliva@redhat.com>
13531
13532 * configure.in (noconfigdirs): Don't disable libgcj on
13533 sparc64-*-solaris* and sparcv9-*-solaris*.
13534
13535 2002-05-03 Alexandre Oliva <aoliva@redhat.com>
13536
13537 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13538
13539 2002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13540
13541 * configure.in (FLAGS_FOR_TARGET): Do not add
13542 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13543 on i[3456]86-*-linux*.
13544
13545 2002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13546
13547 * configure.in (noconfigdirs): Replace [ ] with test.
13548
13549 * configure.in (noconfigdirs): Do not add target-newlib if
13550 target == i[3456]86-*-linux*, and host == target.
13551
13552 2002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13553
13554 * configure.in: delete reference to absent file
13555
13556 * configure.in: replace '[' with 'test'
13557
13558 * configure.in: Eliminate references to gash.
13559 * Makefile.in: Eliminate references to gash.
13560
13561 * configure.in: remove useless references to 'pic' makefile fragments.
13562
13563 * configure.in: (*-*-windows*) Finish removing.
13564
13565 * configure.in: Eliminate redundant test for libgui.
13566
13567 2002-04-29 Roger Sayle <roger@eyesopen.com>
13568
13569 * MAINTAINERS: Add self and realphabetize. Update entries
13570 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13571 entry for a29k port maintainer.
13572
13573 2002-04-26 Joel Sherrill <joel@OARcorp.com>
13574
13575 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13576 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13577
13578 2002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13579
13580 * configure.in: remove references to dead files
13581
13582 2002-04-19 Mark Mitchell <mark@codesourcery.com>
13583
13584 * MAINTAINERS: Add information about purpose of this file.
13585
13586 2002-04-18 Tom Tromey <tromey@redhat.com>
13587
13588 * configure.in: Disallow configuring libgcj when it is already
13589 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13590 Solaris 2.8 by default. For PR libgcj/6158.
13591
13592 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13593
13594 * configure.in: Move default CC setting out of config/mh-* fragments
13595 directly into here.
13596
13597 2002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13598
13599 * configure.in: don't even try to configure or make a subdirectory
13600 if there's no configure script for it.
13601
13602 2002-04-15 Mark Mitchell <mark@codesourcery.com>
13603
13604 * MAINTAINERS: Remove chill maintainers.
13605 * Makefile.in (CHILLFLAGS): Remove.
13606 (CHILL_LIB): Remove.
13607 (TARGET_CONFIGDIRS): Remove libchill.
13608 (CHILL_FOR_TARGET): Remove.
13609 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13610 CHILL_LIB.
13611 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13612 (CHECK_TARGET_MODULES): Likewise.
13613 (INSTALL_TARGET_MODULES): Likewise.
13614 (CLEAN_TARGET_MODULES): Likewise.
13615 (configure-target-libchill): Remove.
13616 (all-target-libchill): Remove.
13617 * configure.in (target_libs): Remove target-libchill.
13618 Do not compute CHILL_FOR_TARGET.
13619 * libchill: Remove directory.
13620
13621 2002-04-11 DJ Delorie <dj@redhat.com>
13622
13623 * Makefile.in, configure.in: Sync with binutils, entries
13624 follow...
13625
13626 2002-04-07 Andrew Cagney <ac131313@redhat.com>
13627
13628 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13629 (do-tar, do-bz2): New rules.
13630 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13631 (gdb-tar): New rule.
13632 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13633 (insight_dejagnu.tar): New rule.
13634 (insight.tar): New rule.
13635 (gdb+dejagnu.tar): New rule.
13636 (gdb.tar): New rule.
13637
13638 2002-02-01 Mo DeJong <supermo@bayarea.net>
13639
13640 * Makefile.in: Add all-tix to deps for all-snavigator
13641 so that tix is built when building snavigator.
13642
13643 2002-01-11 Steve Ellcey <sje@cup.hp.com>
13644
13645 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13646 ld and gdb are not supported.
13647
13648 2002-01-07 Mark Salter <msalter@redhat.com>
13649
13650 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13651 Allow target-libgloss to be built for arm, strongarm, and xscale.
13652
13653 2001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13654
13655 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13656 options for i[3456]86-pc-linux* native builds.
13657
13658 2001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13659
13660 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13661 files from .po files for a distribution.
13662
13663 2001-09-03 Jeff Holcomb <jeffh@redhat.com>
13664
13665 * configure.in: Enable libstdc++-v3 for h8300 targets.
13666
13667 2001-06-19 Alan Modra <amodra@bigpond.net.au>
13668
13669 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13670 version from bfd/.
13671
13672 Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13673
13674 * Makefile.in (VER): When present, extract the version number from
13675 the file version.in.
13676
13677 2001-05-24 Tom Rix <trix@redhat.com>
13678
13679 * configure.in : enable ld for aix
13680
13681 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13682
13683 * config.guess: Add linux target for S/390.
13684
13685 2000-11-07 Philip Blundell <pb@futuretv.com>
13686
13687 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13688
13689 2000-11-03 Philip Blundell <pb@futuretv.com>
13690
13691 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13692 files.
13693
13694 2001-01-15 Ben Elliston <bje@redhat.com>
13695
13696 * configure.in (host_tools): Add sid.
13697 Always configure cgen.
13698
13699 2000-11-24 Nick Clifton <nickc@redhat.com>
13700
13701 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13702
13703 2000-08-20 Doug Evans <dje@casey.transmeta.com>
13704
13705 * Makefile.in (ALL_MODULES): Add all-cgen.
13706 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13707 (all-cgen): New target.
13708 (all-opcodes,all-sim): Depend on all-cgen.
13709 * configure.in (host_tools): Add cgen.
13710 Only configure cgen if --enable-cgen-maint.
13711
13712 2002-04-09 Loren J. Rittle <ljrittle@acm.org>
13713
13714 * configure.in: Add *-*-freebsd* configurations.
13715
13716 2002-04-08 Tom Tromey <tromey@redhat.com>
13717
13718 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13719 Fixes PR libgcj/6068.
13720
13721 2002-03-30 Krister Walfridsson <cato@df.lth.se>
13722
13723 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13724
13725 2002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13726
13727 * configure.in (alpha*-dec-osf*): Enable libgcj.
13728
13729 2003-03-27 Matthew Gingell <gingell@gnat.com>
13730
13731 * MAINTAINERS (Write After Approval): Add myself.
13732
13733 2002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13734
13735 Fix for: PR bootstrap/3591, target/5676
13736 * configure.in (mcore-pe): Disable the configuration of
13737 libstdc++-v3 since exceptions are not supported.
13738
13739 2002-03-20 Anthony Green <green@redhat.com>
13740
13741 * configure.in: Enable libgcj for xscale-elf target.
13742
13743 Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
13744
13745 * MAINTAINERS: Update my email address.
13746
13747 2002-03-16 Alexandre Oliva <aoliva@redhat.com>
13748
13749 * ltmain.sh (relink_command): Fix typo in previous change.
13750
13751 2002-03-15 Alexandre Oliva <aoliva@redhat.com>
13752
13753 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13754 (relink_command): Added --tag flags.
13755 (mode=install): If relinking fails; error out.
13756
13757 2002-03-12 Richard Henderson <rth@redhat.com>
13758
13759 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13760 .NOTPARALLEL tag.
13761 (do-check): Rename from check.
13762 (check): Allow parallel check.
13763
13764 2002-03-12 Bob Wilson <bob.wilson@acm.org>
13765
13766 * MAINTAINERS: Add myself as maintainer for xtensa port.
13767 Fix alphabetical order in CPU port maintainer list.
13768 Remove myself from Write After Approval list.
13769
13770 2002-03-11 Richard Henderson <rth@redhat.com>
13771
13772 * Makefile.in (.NOTPARALLEL): Add fake tag.
13773
13774 2002-03-07 H.J. Lu (hjl@gnu.org)
13775
13776 * configure.in: Enable gprof for mips*-*-linux*.
13777
13778 2002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13779
13780 * MAINTAINERS (Write After Approval): Add myself.
13781
13782 2002-02-28 Alexandre Oliva <aoliva@redhat.com>
13783
13784 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13785 libjava.
13786 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13787
13788 2002-02-23 Alexandre Oliva <aoliva@redhat.com>
13789
13790 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13791 because its Makefile is there; test for the executable instead.
13792
13793 2002-02-22 Alexandre Oliva <aoliva@redhat.com>
13794
13795 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13796 libstdc++-v3 and libjava.
13797
13798 2002-02-11 Adam Megacz <adam@xwt.org>
13799
13800 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13801 boehm-gc
13802
13803 2002-02-09 Alexandre Oliva <aoliva@redhat.com>
13804
13805 * config.guess: Updated to 2002-01-30's version.
13806 * config.sub: Updated to 2002-02-01's version.
13807 Contribute sh64-elf.
13808 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13809 * configure.in: Added sh64-*-*.
13810
13811 2002-02-08 Chris Demetriou <cgd@broadcom.com>
13812
13813 * MAINTAINERS: Belatedly add myself to write after approval list.
13814
13815 Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13816
13817 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13818 Remove self as Write After Approval.
13819
13820 2002-01-31 Geoffrey Keating <geoffk@redhat.com>
13821
13822 * MAINTAINERS: Put self in as maintainer for contrib/regression
13823 directory.
13824
13825 2002-01-28 Phil Edwards <pme@gcc.gnu.org>
13826
13827 * MAINTAINERS: Update my email address.
13828
13829 2002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13830
13831 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13832 target-libiberty, and target-libgloss. Skip Java-related
13833 libraries if not supported for NetBSD on target CPU.
13834
13835 2002-01-25 Douglas B Rupp <rupp@gnat.com>
13836
13837 * install-sh: Use _inst.$$_ for temp file name.
13838
13839 2002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13840
13841 * MAINTAINERS (Write After Approval): Move my contact info
13842 from here...
13843 (OS Port Maintainers): ...to here (netbsd).
13844
13845 2002-01-22 Bob Wilson <bob.wilson@acm.org>
13846
13847 * MAINTAINERS (Write After Approval): Add myself.
13848
13849 2002-01-17 H.J. Lu <hjl@gnu.org>
13850
13851 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13852 (all-target-fastjar): Also depend on all-target-libiberty.
13853
13854 2002-01-16 H.J. Lu (hjl@gnu.org)
13855
13856 * config.guess: Import from master sources, rev 1.225.
13857 * config.sub: Import from master sources, rev 1.238.
13858
13859 2002-01-16 Kazu Hirata <kazu@hxi.com>
13860
13861 * MAINTAINERS (Write After Approval): Remove myself.
13862
13863 2001-12-19 Florian Weimer <fw@deneb.enyo.de>
13864
13865 * MAINTAINERS (Write After Approval): Add myself.
13866
13867 2001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13868
13869 * MAINTAINERS: Add self as docs co-maintainer.
13870
13871 2001-12-11 Matthias Klose <doko@debian.org>
13872
13873 * MAINTAINERS (Write After Approval): Add myself.
13874
13875 2001-12-09 Zack Weinberg <zack@codesourcery.com>
13876
13877 * MAINTAINERS: Update my email address.
13878
13879 2001-12-07 Turly O'Connor <turly@apple.com>
13880 * MAINTAINERS (Write After Approval): Add myself.
13881 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13882 (rs6000_initialize_trampoline): Call __trampoline_setup for
13883 ABI_DARWIN too.
13884 * darwin-tramp.asm: New file, implements __trampoline_setup.
13885 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
13886
13887 2001-12-07 Paolo Carlini <pcarlini@unitus.it>
13888
13889 * MAINTAINERS (Write After Approval): Add myself.
13890
13891 Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13892
13893 * configure, configure.in: Use temp file for long sed commands.
13894
13895 2001-12-03 Laurent Guerby <guerby@acm.org>
13896
13897 * config.sub: Update to version 1.232 on subversion.
13898
13899 2001-12-03 Ben Elliston <bje@redhat.com>
13900
13901 * MAINTAINERS: Update mail address for config.* patches.
13902
13903 2001-11-27 DJ Delorie <dj@redhat.com>
13904 Zack Weinberg <zack@codesourcery.com>
13905
13906 When build != host, create libiberty for the build machine.
13907
13908 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13909 CONFIG_ARGUMENTS.
13910 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13911 New variables.
13912 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13913 and rules.
13914 (all.normal): Depend on ALL_BUILD_MODULES.
13915 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13916 (all-build-libiberty): Depend on configure-build-libiberty.
13917
13918 * configure: Calculate and substitute proper value for
13919 ALL_BUILD_MODULES.
13920 * configure.in: Create the build subdirectory.
13921 Calculate and substitute TARGET_CONFIGARGS (formerly
13922 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13923
13924 2001-11-26 Ziemowit Laski <zlaski@apple.com>
13925
13926 * MAINTAINERS (write-after-approval): Add self.
13927
13928 2001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13929
13930 * MAINTAINERS (GNATS only accounts): Remove self.
13931
13932 2001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13933
13934 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13935 libf2c.
13936
13937 2001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13938
13939 * MAINTAINERS (Write After Approval): Add self.
13940
13941 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13942
13943 * MAINTAINERS: mips and s390 are also CPU ports.
13944
13945 2001-11-12 David O'Brien <obrien@FreeBSD.org>
13946
13947 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13948
13949 2001-11-11 David O'Brien <obrien@FreeBSD.org>
13950
13951 * MAINTAINERS: Alphabetize.
13952
13953 2001-11-09 Kazu Hirata <kazu@hxi.com>
13954
13955 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13956
13957 2001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13958
13959 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13960
13961 2001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13962
13963 * configure.in (--enable-languages): Be more permissive about
13964 syntax. Check for empty lists better. Warn about $LANGUAGES.
13965
13966 2001-11-08 Geoffrey Keating <geoffk@redhat.com>
13967
13968 * config.sub: Import from master sources, rev. 1.230.
13969 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13970
13971 2001-11-07 Laurent Guerby <guerby@acm.org>
13972
13973 * MAINTAINERS (Write After Approval): Add self.
13974
13975 2001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13976
13977 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13978
13979 2001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13980
13981 * config.sub: Import from master sources, rev 1.226.
13982 * config.guess: Import from master sources, rev 1.216.
13983
13984 2001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13985
13986 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13987 * MAINTAINERS: Add self as maintainer of MMIX port.
13988 Remove old after-approval entry.
13989
13990 2001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13991
13992 * ChangeLog, configure: Fix spelling errors.
13993
13994 2001-10-20 Brendan Kehoe <brendan@zen.org>
13995
13996 * MAINTAINERS: Tweak my address.
13997
13998 Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
13999
14000 * MAINTAINERS: Update my email address.
14001
14002 2001-10-11 Hans-Peter Nilsson <hp@axis.com>
14003
14004 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
14005 * MAINTAINERS: Add self as maintainer of CRIS port.
14006
14007 2001-10-10 Geert Bosch <bosch@gnat.com>
14008
14009 * MAINTAINERS (Various maintainers: Ada front end):
14010 Added Robert Dewar.
14011
14012 2001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
14013
14014 * MAINTAINERS (Write After Approval): Added self
14015
14016 2001-10-02 Geert Bosch <bosch@gnat.com>
14017
14018 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14019
14020 2001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14021
14022 * configure: Handle temporary files securely using mkdir.
14023
14024 2001-09-29 Alexandre Oliva <aoliva@redhat.com>
14025
14026 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14027
14028 2001-09-26 Will Cohen <wcohen@redhat.com>
14029
14030 * configure.in (*-*-linux*): Disable configuration of target-newlib
14031 and target-libgloss.
14032
14033 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
14034
14035 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14036 RANLIB.
14037
14038 2001-09-21 Alexandre Oliva <aoliva@redhat.com>
14039
14040 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14041 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14042 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14043 avoid quotes nesting problems.
14044 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14045 (DO_X): Export only variables that are set.
14046
14047 2001-09-19 Ben Elliston <bje@redhat.com>
14048
14049 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14050 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14051 semantics. Use the shell built-in "type" command instead.
14052
14053 2001-08-31 Alexandre Oliva <aoliva@redhat.com>
14054
14055 Merged from gcc-3_0-branch:
14056 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14057 * ltcf-c.sh: Use $objext, not $ac_objext.
14058 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14059 * ltcf-cxx.sh: Add support for GNU.
14060 2001-07-22 Timothy Wall <twall@redhat.com>
14061 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14062 default settings if using GNU tools with that configuration.
14063 * ltcf-cxx.sh: Ditto.
14064 * ltcf-gcj.sh: Ditto.
14065 2001-07-21 Michael Chastain <chastain@redhat.com>
14066 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14067 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14068 * ltmain.sh: Mark as gcc-local.
14069
14070 2001-08-30 Eric Christopher <echristo@redhat.com>
14071 Jason Eckhardt <jle@redhat.com>
14072
14073 * config.guess: Merge from master sources.
14074 * config.sub: Merge from master sources, add support for mipsisa32.
14075
14076 2001-08-25 Geoffrey Keating <geoffk@redhat.com>
14077 * config.sub: Merge from master sources, rev 1.219.
14078 * MAINTAINERS: Add self as contact for stormy16 port.
14079
14080 2001-08-14 Zack Weinberg <zackw@panix.com>
14081
14082 * config.sub: Merge from master sources, rev 1.218.
14083 * config.guess: Merge from master sources, rev 1.209.
14084
14085 2001-08-11 Graham Stott <grahams@redhat.com>
14086
14087 * Makefile.in (check-c++): Add missing semicolon.
14088
14089 Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14090
14091 * MAINTAINERS (Various maitainers: predict.def): Added myself.
14092
14093 2001-07-30 Eric Christopher <echristo@redhat.com>
14094
14095 * MAINTAINERS (Various maintainers: mips port): Added myself.
14096
14097 2001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14098
14099 * configure.in (sh-*-linux*): New.
14100
14101 2001-07-27 Richard Henderson <rth@redhat.com>
14102
14103 * .cvsignore: Add LAST_UPDATED.
14104
14105 2001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14106
14107 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14108
14109 2001-07-16 Aldy Hernandez <aldyh@redhat.com>
14110
14111 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
14112
14113 Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14114
14115 * MAINTAINERS (Write After Approval): Added myself.
14116
14117 2001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14118
14119 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14120 and libgcj on m68hc11/m68hc12.
14121
14122 2001-06-27 H.J. Lu (hjl@gnu.org)
14123
14124 * Makefile (CFLAGS_FOR_BUILD): New.
14125 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14126
14127 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14128
14129 * README: Remove version number.
14130
14131 2001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14132
14133 * INSTALL/README: Update wrt. to the installation instructions now
14134 residing in gcc/doc/install.texi.
14135
14136 2001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14137
14138 * README: Replace with a cut-down and updated version of gcc/README.
14139
14140 2001-06-12 David Edelsohn <edelsohn@gnu.org>
14141
14142 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14143 multilibs to be disabled.
14144
14145 2001-06-11 Daniel Berlin <dan@cgsoftware.com>
14146
14147 * MAINTAINERS (Write After Approval): Add myself.
14148
14149 2001-06-09 Alexandre Oliva <aoliva@redhat.com>
14150
14151 * config.guess: Import CVS version 1.195.
14152 * config.sub: Import CVS version 1.212.
14153
14154 2001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14155
14156 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14157 gcc/xgcc is built, use -print-prog-name to find out the program
14158 name to use.
14159
14160 2001-06-04 Phil Edwards <pme@sources.redhat.com>
14161
14162 * config.guess: Import CVS version 1.194. All gcc-local changes
14163 appear to also be in the master copy.
14164 * config.sub: Import CVS version 1.211.
14165
14166 Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14167
14168 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14169 with_gcc]: Use `gcc -shared' to build a shared library.
14170
14171 Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14172
14173 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14174 archives.
14175
14176 Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14177
14178 * MAINTAINERS (Write After Approval): Add myself.
14179
14180 2001-06-01 Hans-Peter Nilsson <hp@axis.com>
14181
14182 * configure.in (libstdcxx_flags): Do not try to execute
14183 libstdc++-v3/testsuite_flags until it exists.
14184
14185 2001-06-01 Alan Modra <amodra@bigpond.net.au>
14186
14187 * MAINTAINERS: Update my email address.
14188
14189 2001-05-31 Graham Stott <grahams@redhat.com>
14190
14191 * MAINTAINERS (Write After Approval): Add myself.
14192
14193 2001-05-28 Simon Patarin <simon.patarin@inria.fr>
14194
14195 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14196 libraries when using g++ with native linker.
14197
14198 2001-05-28 Alexandre Oliva <aoliva@redhat.com>
14199
14200 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14201
14202 2001-05-22 Alexandre Oliva <aoliva@redhat.com>
14203
14204 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14205 [aix4*|aix5*]: Prepend blank.
14206
14207 2001-05-20 Alexandre Oliva <aoliva@redhat.com>
14208
14209 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14210 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14211 of subdir/configure scripts to use the new libtool.m4.
14212
14213 2001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14214
14215 * MAINTAINERS (Write After Approval): Add myself.
14216
14217 2001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14218
14219 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14220
14221 2001-05-11 Ben Elliston <bje@redhat.com>
14222
14223 * Makefile.in (all-sid): New target.
14224 (check-sid, clean-sid, install-sid): Likewise.
14225
14226 2001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14227
14228 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14229
14230 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14231
14232 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14233 libgcj.
14234
14235 2001-05-03 Alexandre Oliva <aoliva@redhat.com>
14236
14237 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14238 gcc/xgcc is built, use -print-prog-name to find out the program
14239 name to use.
14240
14241 2001-04-26 Alexandre Oliva <aoliva@redhat.com>
14242
14243 * configure.in (noconfigdirs): Don't reset it from scratch in the
14244 target case; only append to it.
14245
14246 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14247 sparc-*-solaris2.8]: Disable ${libgcj}.
14248
14249 2001-04-25 Alexandre Oliva <aoliva@redhat.com>
14250
14251 * configure.in (libgcj_saved): Copy from $libgcj.
14252 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14253 --disable-libgcj.
14254
14255 2001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14256
14257 * MAINTAINERS: Remove self as MIPS maintainer and
14258 C front end maintainer.
14259
14260 Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14261
14262 * configure.in: Move *-chorusos target case to the proper switch.
14263 Disable libgcj.
14264
14265 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14266
14267 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14268 1.641.2.228.
14269
14270 2001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14271
14272 * Makefile.in (STAGE1_CFLAGS): Pass down.
14273
14274 2001-04-13 Alan Modra <amodra@one.net.au>
14275
14276 * config.guess: Add hppa64-linux support. Note for next import that
14277 this is already in the master file.
14278 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14279
14280 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
14281
14282 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14283 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14284
14285 2001-04-11 Stan Shebs <shebs@apple.com>
14286
14287 * MAINTAINERS: Add self as Darwin port maintainer.
14288
14289 2001-04-11 Alan Modra <amodra@one.net.au>
14290
14291 * MAINTAINERS: Update my email address.
14292
14293 2001-04-10 Loren J. Rittle <ljrittle@acm.org>
14294
14295 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14296 recent versions of FreeBSD (release 3 or later).
14297 * ltconfig: On FreeBSD, -lc must not be provided when building
14298 a shared library or else the standard -pthread gcc option is
14299 rendered worthless to later users of the built library.
14300
14301 2001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14302
14303 * MAINTAINERS: Add self and RTH as C front end maintainers.
14304
14305 2001-04-05 Alexandre Oliva <aoliva@redhat.com>
14306
14307 * config.sub: Make sure to match an already-canonicalized
14308 machine name (eg. mn10300-unknown-elf).
14309
14310 2001-04-01 Alexandre Oliva <aoliva@redhat.com>
14311
14312 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14313 New macros.
14314 (bootstrap, cross): Use RECURSE_FLAGS.
14315 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14316
14317 2001-03-27 Alexandre Oliva <aoliva@redhat.com>
14318
14319 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14320
14321 2001-03-22 Colin Howell <chowell@redhat.com>
14322
14323 * Makefile.in (DO_X): Do not backslash single-quotes in
14324 backquotes (two places).
14325
14326 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14327
14328 Re-installed:
14329 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14330 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14331 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14332 * ltcf-cxx.sh: Likewise.
14333 * ltcf-gcj.sh: Likewise.
14334
14335 2001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14336
14337 * MAINTAINERS: Add myself as "documentation co-maintainer".
14338
14339 2001-03-22 Alexandre Oliva <aoliva@redhat.com>
14340
14341 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14342 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14343
14344 2001-03-19 Tom Tromey <tromey@redhat.com>
14345
14346 * config-ml.in: Handle GCJ and GCJFLAGS.
14347
14348 2001-03-21 Michael Chastain <chastain@redhat.com>
14349
14350 * Makefile.in: all-m4 depends on all-texinfo.
14351
14352 2001-03-20 Loren J. Rittle <ljrittle@acm.org>
14353
14354 * MAINTAINERS: Add myself to write after approval list.
14355
14356 2001-03-18 Laurynas Biveinis <lauras@softhome.net>
14357
14358 * Makefile.in (DO_X): Quote nested quotes.
14359
14360 2001-03-18 Alan Modra <alan@linuxcare.com.au>
14361
14362 * MAINTAINERS: Add myself to write after approval list.
14363
14364 2001-03-15 Laurynas Biveinis <lauras@softhome.net>
14365
14366 * Makefile.in (DO_X): Use double quotes for quoting
14367 "RANLIB=$${RANLIB}".
14368
14369 2001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14370
14371 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14372
14373 2001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
14374
14375 * configure.in: Only use `lang_requires' for languages athat are
14376 actually enabled.
14377
14378 2001-03-08 Phil Edwards <pme@sources.redhat.com>
14379
14380 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14381
14382 2001-03-08 Alexandre Oliva <aoliva@redhat.com>
14383
14384 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14385
14386 2001-03-07 Tom Tromey <tromey@redhat.com>
14387
14388 * configure.in: Allow config-lang.in to set `lang_requires' to list
14389 of other required languages.
14390
14391 2001-03-06 Laurynas Biveinis <lauras@softhome.net>
14392
14393 * Makefile.in: Remove RANLIB definition. Use RANLIB
14394 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14395 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
14396
14397 2001-02-28 Benjamin Kosnik <bkoz@redhat.com>
14398 Alexandre Oliva <aoliva@redhat.com>
14399
14400 * Makefile.in (check-c++): Use tabs, not spaces.
14401
14402 2001-02-20 Laurynas Biveinis <lauras@softhome.net>
14403
14404 * MAINTAINERS: add myself to Write After Approval list.
14405
14406 2001-02-19 Benjamin Kosnik <bkoz@redhat.com>
14407
14408 * Makefile.in (check-c++): New rule.
14409
14410 * configure.in (target_libs): Remove libg++.
14411 (noconfigdirs): Remove libg++.
14412 (noconfigdirs): Same.
14413 (noconfigdirs): Same.
14414 (noconfigdirs): Same.
14415
14416 * config-ml.in: Remove libg++ references.
14417
14418 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14419 (ALL_TARGET_MODULES): Same.
14420 (configure-target-libg++): Remove.
14421 (all-target-libg++): Remove.
14422 (configure-target-libio): Remove.
14423 (all-target-libio): Remove.
14424 (check-target-libio): Remove.
14425 (.PHONY): Remove.
14426 (libg++.tar.bz2): Remove.
14427 (all-target-cygmon): Remove libio.
14428 (all-target-libstdc++): Remove.
14429 (configure-target-libstdc++): Remove.
14430 (TARGET_LIB_PATH): Remove libstdc++.
14431 (ALL_GCC_CXX): Remove libstdc++.
14432 (all-target-gperf): Correct.
14433
14434 2001-02-16 Nick Clifton <nickc@redhat.com>
14435
14436 * configure.in (noconfigdirs): Allow configuration of texinfo
14437 for Cygwin hosts.
14438
14439 2001-02-15 Anthony Green <green@redhat.com>
14440
14441 * configure: Introduce GCJ_FOR_TARGET.
14442 * configure.in: Ditto.
14443 * Makefile.in: Ditto.
14444
14445 2001-02-13 Andreas Schwab <schwab@suse.de>
14446
14447 * MAINTAINERS: Update mail address.
14448
14449 2001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14450
14451 * config.guess: Add linux target for S/390.
14452 * config.sub: Likewise.
14453
14454 2001-02-08 Chandrakala Chavva <cchavva@redhat.com>
14455
14456 * configure.in: for *-chorusos, don't config target-newlib and
14457 target-libgloss.
14458
14459 2001-02-06 Ben Elliston <bje@redhat.com>
14460
14461 * configure: Output host type to stdout, not stderr.
14462
14463 2001-02-05 Mark Mitchell <mark@codesourcery.com>
14464
14465 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
14466 * ltcf-cxx.sh: Likewise.
14467
14468 * config.if: Assume enable_libstdcxx_v3 is defined.
14469
14470 2001-02-04 Mark Mitchell <mark@codesourcery.com>
14471
14472 Remove V2 C++ library.
14473 * configure.in: Remove --enable-libstdcxx_v3 support.
14474
14475 2001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14476
14477 * include/demangle.h: Add prototype for java_demangle_v3.
14478
14479 2001-01-29 Phil Edwards <pme@sources.redhat.com>
14480
14481 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14482
14483 2001-01-27 Richard Henderson <rth@redhat.com>
14484
14485 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14486
14487 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14488
14489 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14490 Don't unset, it's non-portable and no longer necessary, set to empty
14491 instead.
14492
14493 2001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14494
14495 * ltconfig: Shell portability fix for the tagname validity check.
14496
14497 2001-01-27 Alexandre Oliva <aoliva@redhat.com>
14498
14499 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14500 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14501
14502 2001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14503
14504 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14505
14506 2001-01-26 Tom Tromey <tromey@redhat.com>
14507
14508 * configure.in: Allow libgcj to be built on Sparc Solaris.
14509
14510 2001-01-25 David Edelsohn <edelsohn@gnu.org>
14511
14512 * ltcf-c.sh: Add aix5 case.
14513 * ltcf-cxx.sh: Likewise.
14514 * ltconfig: Likewise.
14515
14516 2001-01-24 Alexandre Oliva <aoliva@redhat.com>
14517
14518 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14519 keep at least one of build_libtool_libs or build_old_libs set to
14520 yes.
14521
14522 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14523 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14524
14525 2001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14526
14527 * configure.in: Enable libgcj on several additional platforms.
14528
14529 2001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14530
14531 * configure.in: Enable libgcj for linux targets.
14532
14533 2001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14534
14535 * MAINTAINERS (Write After Approval): Add myself.
14536
14537 2001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14538
14539 * MAINTAINERS: Add myself as vax port maintainer.
14540
14541 2001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14542
14543 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14544
14545 2001-01-09 Mike Stump <mrs@wrs.com>
14546
14547 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14548 failures of subdirectories.
14549
14550 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14551
14552 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14553 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14554 * ltcf-cxx.sh: Likewise.
14555 * ltcf-gcj.sh: Likewise.
14556 * ltconfig.sh: Fix typo.
14557
14558 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14559
14560 * configure: handle DOS-style absolute paths.
14561
14562 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14563
14564 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14565
14566 2000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14567
14568 * MAINTAINERS: Add myself as avr port co-maintainer.
14569
14570 2000-12-28 Ben Elliston <bje@redhat.com>
14571
14572 * MAINTAINERS: Add myself under ``Write After Approval''.
14573
14574 2000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14575
14576 * texinfo: Remove directory from GCC.
14577
14578 2000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14579
14580 * COPYING: Update to current
14581 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14582 to 19yy as example year in copyright notice).
14583
14584 2000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14585
14586 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
14587 (libstdcxx_incdir): Pass down.
14588 * config.if: Remove expired bits for cxx_interface, add stub.
14589 (libstdcxx_incdir): Add variable for g++ include directory.
14590 * configure.in (gxx_include_dir): Use it.
14591
14592 2000-12-18 Alexandre Oliva <aoliva@redhat.com>
14593
14594 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14595 with old-email address from ``Write After Approval''.
14596
14597 2000-12-15 Andreas Jaeger <aj@suse.de>
14598
14599 * configure.in: Handle lang_dirs.
14600
14601 2000-12-14 Tom Tromey <tromey@redhat.com>
14602
14603 * MAINTAINERS: Removed brads.
14604
14605 * MAINTAINERS: Added gcj developers.
14606
14607 2000-12-13 Anthony Green <green@redhat.com>
14608
14609 * configure.in: Disable libgcj for any target not specifically
14610 listed. Disable libgcj for x86 and Alpha Linux until compatible
14611 with g++ abi.
14612
14613 2000-12-13 Mike Stump <mrs@wrs.com>
14614
14615 * Makefile.in (local-distclean): Also remove fastjar.
14616
14617 2000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14618
14619 * contrib/gcc_update: Add fastjar --touch entries.
14620
14621 2000-12-12 Alexandre Oliva <aoliva@redhat.com>
14622
14623 * configure.in: Disable language-specific target libraries for
14624 languages that aren't enabled.
14625
14626 2000-12-10 Anthony Green <green@redhat.com>
14627
14628 * configure.in: Define libgcj. Disable libgcj target libraries for
14629 most targets.
14630
14631 2000-12-10 Neil Booth <neilb@earthling.net>
14632
14633 * MAINTAINERS: Update mail address, remove from WAA list.
14634
14635 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14636
14637 * libjava: Imported from /cvs/java.
14638 * libffi: Likewise.
14639 * Boehm-gc: Likewise.
14640
14641 2000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14642
14643 * configure.in (target_libs): Revert 2000-12-08 patch.
14644 (noconfigdirs): Added target-libjava.
14645
14646 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14647
14648 * djunpack.bat: removed.
14649
14650 2000-12-09 Laurynas Biveinis <lauras@softhome.net>
14651
14652 * Makefile.in: handle DOS-style absolute paths.
14653 * config-ml.in: likewise.
14654 * symlink-tree: likewise.
14655
14656 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14657
14658 * fastjar: Imported.
14659
14660 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14661
14662 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14663 libjava.
14664 * configure.in (target_libs): Removed `target-libjava'.
14665
14666 2000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14667
14668 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14669 (ALL_MODULES): Added fastjar.
14670 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14671 (all-target-libjava): all-fastjar replaces all-zip.
14672 (all-fastjar): Added.
14673 (configure-target-fastjar, all-target-fastjar): Likewise.
14674 * configure.in (host_tools): Added fastjar.
14675
14676 2000-12-07 Mike Stump <mrs@wrs.com>
14677
14678 * Makefile.in (local-distclean): Remove leftover built files.
14679
14680 2000-11-24 Nick Clifton <nickc@redhat.com>
14681
14682 * configure.in (xscale-elf): Add target.
14683 (xscale-coff): Add target.
14684
14685 2000-11-22 Loren J. Rittle <ljrittle@acm.org>
14686
14687 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14688 recent versions of FreeBSD (release 3 or later).
14689 * ltconfig: On FreeBSD, -lc must not be provided when building
14690 a shared library or else the standard -pthread gcc option is
14691 rendered worthless to later users of the built library.
14692
14693 2000-11-16 Fred Fish <fnf@be.com>
14694
14695 * configure.in (enable_libstdcxx_v3): Fix typo,
14696 libstd++ -> libstdc++.
14697
14698 2000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14699
14700 * MAINTAINERS: Add self to Write After Approval list.
14701
14702 2000-11-21 Bernd Schmidt <bernds@redhat.com>
14703
14704 * MAINTAINERS: Update my email address. Add myself to global write
14705 privs list.
14706
14707 2000-11-18 Alexandre Oliva <aoliva@redhat.com>
14708
14709 * Makefile.in: Merge with src and libgcj.
14710 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14711 configure-target-<library> when their configure scripts need the C
14712 or C++ library to have already been built to work properly.
14713 (do_proto_toplev): Set them to an empty string.
14714
14715 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14716 (REALLY_SET_LIB_PATH): Use them.
14717
14718 2000-11-17 Stan Shebs <shebs@apple.com>
14719
14720 * MAINTAINERS: Add self to Write After Approval list.
14721
14722 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14723
14724 * configure: Provide the original toplevel configure arguments
14725 (including $0) to subprocesses in the environment rather than
14726 through gcc/configargs.h.
14727
14728 2000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14729
14730 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14731 C99. Alphabetise "Write After Approval" list.
14732
14733 2000-11-12 Mark Mitchell <mark@codesourcery.com>
14734
14735 * configure: Turn on libstdc++ V3 by default.
14736
14737 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14738 if we've got GCC.
14739
14740 2000-11-11 Philip Blundell <philb@gnu.org>
14741
14742 * MAINTAINERS: Add self to Write After Approval list.
14743
14744 2000-11-09 David Edelsohn <edelsohn@gnu.org>
14745
14746 * ltcf-c.sh (aix4): Improve shared library configuration; require
14747 exporting symbols.
14748 * ltcf-cxx.sh (aix4): Define.
14749 * ltconfig (aix4): Define library and soname specs appropriate for
14750 AIX. Define command to create export symbols list.
14751
14752 Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
14753
14754 * config.sub: Add support for Sun Chorus
14755
14756 2000-10-31 Nick Clifton <nickc@redhat.com>
14757
14758 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14759 <name>@redhat.com. Also installed new email address for Clint
14760 Popetz.
14761
14762 2000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14763
14764 * etc: Remove directory from GCC.
14765
14766 2000-10-16 Michael Meissner <meissner@redhat.com>
14767
14768 * configure (gcc/configargs.h): Only create if there is a build GCC
14769 directory created.
14770
14771 2000-10-16 Matthias Klose <doko@debian.org>
14772
14773 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14774 when configured for libstdc++-v3.
14775
14776 2000-10-05 Phil Edwards <pme@gcc.gnu.org>
14777
14778 * configure: Save configure arguments to gcc/configargs.h.
14779
14780 2000-10-04 Philipp Thomas <pthomas@suse.de>
14781
14782 * config.guess: Import CVS version 1.157.
14783 * config.sub: Import CVS version 1.181.
14784
14785 2000-10-04 Andris Pavenis <pavenis@latnet.lv>
14786
14787 * Makefile.in (bootstrap): avoid recursion if subdir missing
14788 (cross): ditto
14789 (do-proto-toplev): ditto
14790
14791 2000-09-30 Alexandre Oliva <aoliva@redhat.com>
14792
14793 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14794 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14795
14796 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14797 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14798 all affected `configure' scripts.
14799
14800 Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14801
14802 * MAINTAINERS: Add self as cpplib co-maintainer.
14803
14804 2000-09-24 Aldy Hernandez <aldyh@redhat.com>
14805
14806 * MAINTAINERS: Add self to Write After Approval list.
14807
14808 2000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14809
14810 * INSTALL/README: egcs -> GCC update.
14811
14812 Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
14813
14814 * MAINTAINERS: Add myself to Write After Approval list.
14815
14816 2000-09-15 Kazu Hirata <kazu@hxi.com>
14817
14818 * MAINTAINERS: Add myself to Write After Approval list.
14819
14820 Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14821
14822 * configure.in: Do not build byacc for hppa64. Provide paths to the
14823 X11 libraries for hppa64.
14824
14825 2000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14826
14827 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14828
14829 2000-09-06 Alexandre Oliva <aoliva@redhat.com>
14830
14831 * Makefile.in (all-zlib): Added dummy target.
14832
14833 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14834 ltcf-gcj.sh: Updated from libtool multi-language branch.
14835
14836 2000-09-05 Alexandre Oliva <aoliva@redhat.com>
14837
14838 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14839 (bootstrap*): Depend on all-bootstrap.
14840
14841 2000-09-05 Philipp Thomas <pthomas@suse.de>
14842
14843 * config.guess: Import CVS version 1.156.
14844 * config.sub: Import CVS version 1.179.
14845
14846 2000-09-02 Anthony Green <green@cygnus.com>
14847
14848 * Makefile.in (all-gcc): Depend on all-zlib.
14849 (CLEAN_MODULES): Add clean-zlib.
14850 (ALL_MODULES): Add all-zlib.
14851 * configure.in (host_libs): Add zlib.
14852
14853 2000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
14854
14855 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14856 crosses, but add gcc/include to the header search path for them.
14857
14858 2000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14859
14860 * MAINTAINERS: Add self to Write After Approval list.
14861
14862 2000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14863
14864 * config.guess: Import CVS version 1.152.
14865 * config.sub: Import CVS version 1.177.
14866
14867 2000-08-25 Alexandre Oliva <aoliva@redhat.com>
14868
14869 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14870 $targargs to tell whether newlib is going to be built.
14871
14872 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14873 $$r/TARGET_SUBDIR/libio for _G_config.h.
14874
14875 2000-08-23 Alexandre Oliva <aoliva@redhat.com>
14876
14877 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14878
14879 2000-08-22 DJ Delorie <dj@redhat.com>
14880
14881 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14882
14883 2000-08-22 Alexandre Oliva <aoliva@redhat.com>
14884
14885 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14886 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14887 sub-configures.
14888
14889 2000-08-21 DJ Delorie <dj@redhat.com>
14890
14891 * MAINTAINERS: Add self as a libiberty maintainer
14892
14893 2000-08-16 Alexandre Oliva <aoliva@redhat.com>
14894
14895 * configure.in (libstdcxx_flags): Use
14896 libstdc++-v3/src/libstdc++.INC.
14897
14898 2000-08-15 Alexandre Oliva <aoliva@redhat.com>
14899
14900 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14901
14902 2000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14903
14904 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14905
14906 * configure: Make enable_threads and enable_shared defaults
14907 explicit. Substitute enable_threads into generated Makefiles.
14908 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14909 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14910
14911 2000-08-13 Geoff Keating <geoffk@cygnus.com>
14912
14913 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14914
14915 2000-08-12 Alexandre Oliva <aoliva@redhat.com>
14916
14917 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14918 previous delta.
14919
14920 2000-08-11 Jason Merrill <jason@redhat.com>
14921
14922 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14923 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14924 (FLAGS_FOR_TARGET): Not here.
14925 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
14926
14927 2000-08-11 Alexandre Oliva <aoliva@redhat.com>
14928
14929 * config-ml.in (CC, CXX): Don't introduce a leading space.
14930
14931 2000-08-07 DJ Delorie <dj@delorie.com>
14932
14933 * MAINTAINERS: Add self as a DJGPP maintainer
14934
14935 2000-08-07 DJ Delorie <dj@redhat.com>
14936
14937 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14938 "if we're also building gcc, and it's a gcc that will run on the
14939 build machine, we want to use its includes instead of the system's
14940 default includes".
14941
14942 2000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14943
14944 * MAINTAINERS: Add self to Write After Approval list.
14945
14946 2000-08-03 Alexandre Oliva <aoliva@redhat.com>
14947
14948 * configure.in (libstdcxx_flags): Don't use `"'.
14949
14950 * config-ml.in: Adjust multilib search paths to the
14951 appropriate multilib tree.
14952
14953 2000-08-02 Alexandre Oliva <aoliva@redhat.com>
14954
14955 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14956 commas in $LANGUAGES.
14957
14958 2000-08-02 Manfred Hollstein <manfredh@redhat.com>
14959
14960 * configure.in: Re-enable all references to libg++ and librx.
14961
14962 2000-08-01 Alexandre Oliva <aoliva@redhat.com>
14963
14964 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14965 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14966 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14967 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14968
14969 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14970
14971 2000-07-31 Alexandre Oliva <aoliva@redhat.com>
14972
14973 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14974 CXX_FOR_TARGET for sed.
14975
14976 2000-07-30 Alexandre Oliva <aoliva@redhat.com>
14977
14978 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14979 Do not override if already set in the environment or in configure.
14980 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14981 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14982
14983 2000-07-28 Alexandre Oliva <aoliva@redhat.com>
14984
14985 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14986 the libtool CVS tree multi-language branch.
14987 * ltconfig, ltmain.sh: Updated.
14988
14989 2000-07-27 Alexandre Oliva <aoliva@redhat.com>
14990
14991 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14992 (clean-target): Depend on it.
14993
14994 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14995 (GCC_FOR_TARGET): Use it.
14996 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14997 * configure.in: ... here.
14998 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14999 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15000
15001 2000-07-24 Eric Christopher <echristo@cygnus.com>
15002
15003 * MAINTAINERS: Add self to Write After Approval list.
15004
15005 2000-07-24 Alexandre Oliva <aoliva@redhat.com>
15006
15007 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15008 (configure-target-libchill, configure-target-libobjc): Likewise.
15009
15010 * configure.in: Use the same cache file for all target libs.
15011 * config-ml.in: But different cache files per multilib variant.
15012
15013 2000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15014
15015 * configure (topsrcdir): Don't use dirname.
15016
15017 2000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15018
15019 * MAINTAINERS: Add self to Write After Approval list.
15020
15021 2000-07-20 Jason Merrill <jason@redhat.com>
15022
15023 * configure.in: Remove all references to libg++ and librx.
15024
15025 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15026
15027 2000-07-20 Hans-Peter Nilsson <hp@axis.com>
15028
15029 * config.sub: Update to subversions version 2000-07-06.
15030
15031 2000-07-12 Andrew Haley <aph@cygnus.com>
15032
15033 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15034 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15035
15036 2000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15037
15038 * symlink-tree: Check number of arguments.
15039
15040 2000-07-05 Jim Wilson <wilson@cygnus.com>
15041
15042 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15043 search path for a g++ extracted from the build tree. This
15044 will allow link tests run by configure scripts in
15045 subdirectories to succeed.
15046
15047 2000-07-01 Koundinya K <kk@ddeorg.soft.net>
15048
15049 * ltconfig: Add support for mips-dde-sysv4.2MP
15050
15051 2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15052
15053 * MAINTAINERS: Add myself as loop discovery maintainer.
15054
15055 2000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15056
15057 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15058 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15059
15060 2000-06-19 Timothy Wall <twall@cygnus.com>
15061
15062 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15063 * config.sub: Add tic54x target.
15064
15065 Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15066
15067 * MAINTAINERS: Add self as Fortran maintainer,
15068 remove Craig Burley.
15069
15070 Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
15071
15072 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15073 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
15074
15075 Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15076
15077 * MAINTAINERS: Add self as i18n maintainer
15078
15079 20000-05-21 H.J. Lu (hjl@gnu.org)
15080
15081 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15082 directory are used if they exist. Make sure
15083 $(build_tooldir)/include is searched for header files,
15084 $(build_tooldir)/lib/ for library files.
15085 (GCC_FOR_TARGET): Likewise.
15086 (CXX_FOR_TARGET): Likewise.
15087
15088 Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15089
15090 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15091
15092 Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
15093
15094 * Makefile.in (configure-target-libiberty): Depend on
15095 configure-target-newlib.
15096
15097 2000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15098
15099 * configure.in, Makefile.in: Merge all libffi-related
15100 configury stuff from the libgcj tree.
15101
15102 Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15103
15104 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15105 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15106
15107 Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15108
15109 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15110 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
15111 current version information. Add to proto-toplev directory.
15112 (gdb-taz): Build do-djunpack.
15113
15114 2000-05-15 David Edelsohn <edelsohn@gnu.org>
15115
15116 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15117
15118 Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15119
15120 * MAINTAINERS: Add self to Write After Approval list.
15121
15122 2000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15123
15124 * ltmain.sh: Preserve in relink_command any environment
15125 variables that may affect the linker behavior.
15126
15127 Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15128
15129 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15130
15131 Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15132
15133 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15134
15135 2000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15136
15137 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
15138 with the version name.
15139
15140 Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15141
15142 * MAINTAINERS: Add self as bb-reorder maintainer.
15143
15144 2000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15145
15146 * config.if: Tweak.
15147
15148 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15149
15150 * djunpack.bat: New file.
15151
15152 Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15153
15154 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
15155 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15156 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15157 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
15158
15159 2000-04-16 Dave Pitts <dpitts@cozx.com>
15160
15161 * config.sub (case $basic_machine): Change default for "ibm-*"
15162 to "openedition".
15163
15164 2000-04-13 Andreas Jaeger <aj@suse.de>
15165
15166 * MAINTAINERS: Added myself.
15167
15168 Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15169
15170 * Makefile.in (gdb-taz): New target. GDB specific archive.
15171 (do-md5sum): New target.
15172 (MD5PROG): Define.
15173 (PACKAGE): Default to TOOL.
15174 (VER): Default to a shell script.
15175 (taz): Rewrite target. Move real work to do-proto-toplev. Include
15176 md5 checksum generation.
15177 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15178 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15179 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
15180 insight.tar.bz2): Use gdb-taz to create archive.
15181
15182 Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15183
15184 * configure (warn_cflags): Delete.
15185
15186 Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15187
15188 * MAINTAINERS: Added myself.
15189
15190 2000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
15191 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
15192
15193 * configure.in (enable_libstdcxx_v3): Add.
15194 (target_libs): Add bits here to switch between libstdc++-v2 and
15195 libstdc++-v3.
15196 * config.if: And this file too.
15197 * Makefile.in: Add libstdc++-v3 targets.
15198
15199 2000-04-05 Michael Meissner <meissner@redhat.com>
15200
15201 * config.sub (d30v): Add d30v as a basic machine type.
15202
15203 2000-03-29 Jason Merrill <jason@casey.cygnus.com>
15204
15205 * configure.in: -linux-gnu*, not -linux-gnu.
15206
15207 Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15208
15209 * MAINTAINERS: Add self in write-after-approval section.
15210
15211 Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15212
15213 * MAINTAINERS: Add self as ia64 port maintainer.
15214
15215 2000-03-08 Neil Booth <NeilB@earthling.net>
15216
15217 * MAINTAINERS: Add self in write-after-approval section.
15218
15219 Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
15220
15221 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15222 (do-tar-bz2): Replace TOOL with PACKAGE.
15223 (gdb.tar.bz2): Remove GDBTK from GDB package.
15224 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
15225 dejagnu.tar.bz2): New packages.
15226
15227 2000-02-27 Andreas Jaeger <aj@suse.de>
15228
15229 * configure.in: Add entry for mips*-*-linux*, move catch all
15230 *-*-*linux* entry below this one.
15231
15232 2000-02-27 Ian Lance Taylor <ian@zembu.com>
15233
15234 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
15235
15236 2000-02-24 Nick Clifton <nickc@cygnus.com>
15237
15238 * config.sub: Support an OS of "wince".
15239
15240 Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15241
15242 * config.guess, config.sub: Updated to match config's 2000-02-15
15243 version.
15244
15245 2000-02-23 Linas Vepstas <linas@linas.org>
15246
15247 * config.sub: Add support for Linux/IBM 370.
15248 * configure.in: Likewise.
15249
15250 2000-02-22 Nick Clifton <nickc@cygnus.com>
15251
15252 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15253
15254 2000-02-20 Christopher Faylor <cgf@cygnus.com>
15255
15256 * config.guess: Guess "cygwin" rather than "cygwin32".
15257
15258 2000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15259
15260 * configure (gcc_version): When setting, narrow search to
15261 lines containing `version_string'.
15262
15263 2000-02-15 Denis Chertykov <denisc@overta.ru>
15264
15265 * config.sub: Add support for avr target.
15266
15267 2000-02-14 Nick Clifton <nickc@cygnus.com>
15268
15269 * MAINTAINERS: Add maintainers for MCore port.
15270
15271 Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15272
15273 * config.sub: Add mmix-knuth-mmixware.
15274
15275 2000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15276
15277 * MAINTAINERS: Pair cccp with cpplib maintainership.
15278
15279 2000-01-27 Christopher Faylor <cgf@redhat.com>
15280
15281 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15282 structure stuff to -L library search.
15283 (CXX_FOR_TARGET): Ditto.
15284 (CROSS_CHECK_MODULES): Fix spelling mistake.
15285
15286 2000-01-24 Mark Mitchell <mark@codesourcery.com>
15287
15288 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15289 the C++ compiler.
15290
15291 2000-01-12 Richard Henderson <rth@cygnus.com>
15292
15293 * configure.in: Don't build some bits for beos.
15294
15295 2000-01-12 Joel Sherrill (joel@OARcorp.com)
15296
15297 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15298 as include files.
15299
15300 2000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15301
15302 * Add self as cpplib maintainer, as requested by Jason
15303 Merrill. Correct my e-mail address.
15304
15305 2000-01-06 Geoff Keating <geoffk@cygnus.com>
15306
15307 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15308 not mh-aix43.
15309
15310 Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15311
15312 * MAINTAINERS: Add myself to "write after approval" list.
15313
15314 1999-12-14 Richard Henderson <rth@cygnus.com>
15315
15316 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15317 * config.sub: Accept alphaev[78], alphaev8.
15318
15319 1999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15320
15321 * config.guess, config.sub: Update from autoconf.
15322
15323 1999-11-29 Bruce Korb <autogen@linuxbox.com>
15324
15325 * MAINTAINERS: update my playtime e-address.
15326
15327 Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15328
15329 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15330 necessary libraries are missing.
15331
15332 Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
15333
15334 * MAINTAINERS: Add new 'write after approval' maintainer.
15335
15336 Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15337
15338 * MAINTAINERS: Add new Java maintainer.
15339
15340 1999-10-25 Andreas Schwab <schwab@suse.de>
15341
15342 * configure: Fix quoting inside arguments of eval.
15343
15344 1999-10-21 Nick Clifton <nickc@cygnus.com>
15345
15346 * config-ml.in: Allow suppression of some ARM multilibs.
15347
15348 Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15349
15350 * config.guess: Add OS/390 match pattern.
15351 * config.sub: Add mvs, openedition targets.
15352 * configure.in (i370-ibm-opened*): New.
15353
15354 1999-09-04 Steve Chamberlain <sac@pobox.com>
15355
15356 * config.sub: Add support for configuring for pj.
15357
15358 1999-08-31 Nick Clifton <nickc@cygnus.com>
15359
15360 * config.sub (maybe_os): Add support for configuring for fr30.
15361
15362 1999-08-25 Nick Clifton <nickc@cygnus.com>
15363
15364 * configure.in: Do not configure or build ld for AIX
15365 platforms. ld is known to be broken on these platforms.
15366
15367 Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15368
15369 * config-ml.in: Pass compiler flag corresponding to multidirs to
15370 subdir configures.
15371
15372 1999-08-09 Ian Lance Taylor <ian@zembu.com>
15373
15374 * Makefile.in (LDFLAGS): Define.
15375
15376 1999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15377
15378 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15379 noconfigdirs.
15380 (*-*-cygwin*): Likewise.
15381
15382 1999-08-08 Ian Lance Taylor <ian@zembu.com>
15383
15384 * mkdep: New file.
15385 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15386 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15387
15388 From Eli Zaretskii <eliz@is.elta.co.il>:
15389 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15390 long file name when using DJGPP on MS-DOS.
15391
15392 Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15393
15394 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15395
15396 1999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15397
15398 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15399 dependency as this causes "make check" to globally "make all"
15400
15401 Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15402
15403 * configure.in (target_libs): Added target-zlib.
15404 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15405 (CONFIGURE_TARGET_MODULES): Likewise.
15406 (CHECK_TARGET_MODULES): Likewise.
15407 (INSTALL_TARGET_MODULES): Likewise.
15408 (CLEAN_TARGET_MODULES): Likewise.
15409 (configure-target-zlib): New target.
15410 (all-target-zlib): Likewise.
15411 (all-target-libjava): Depend on all-target-zlib.
15412 (configure-target-libjava): Depend on configure-target-zlib.
15413
15414 * Makefile.in (configure-target-libjava): Depend on
15415 configure-target-newlib.
15416 (configure-target-boehm-gc): New target.
15417 (configure-target-qthreads): New target.
15418
15419 * configure.in (target_libs): Added target-qthreads.
15420 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15421 (CONFIGURE_TARGET_MODULES): Likewise.
15422 (CHECK_TARGET_MODULES): Likewise.
15423 (INSTALL_TARGET_MODULES): Likewise.
15424 (CLEAN_TARGET_MODULES): Likewise.
15425 (all-target-qthreads): New target.
15426 (configure-target-libjava): Depend on configure-target-qthreads.
15427 (all-target-libjava): Depend on all-target-qthreads.
15428
15429 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15430 (CONFIGURE_TARGET_MODULES): Likewise.
15431 (CHECK_TARGET_MODULES): Likewise.
15432 (INSTALL_TARGET_MODULES): Likewise.
15433 (CLEAN_TARGET_MODULES): Likewise.
15434 (all-target-libjava): New target.
15435 (all-target-boehm-gc): Likewise.
15436 * configure.in (target_libs): Added libjava, boehm-gc.
15437
15438 1999-07-22 Ian Lance Taylor <ian@zembu.com>
15439
15440 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15441 configure.bat in SUPPORT_FILES.
15442 (gas+binutils.tar.bz2): Likewise.
15443
15444 * makeall.bat: Remove; obsolete.
15445
15446 1999-07-21 Ian Lance Taylor <ian@zembu.com>
15447
15448 From Mark Elbrecht:
15449 * configure.bat: Remove; obsolete.
15450
15451 1999-07-11 Ian Lance Taylor <ian@zembu.com>
15452
15453 * configure: Add -W -Wall to the default CFLAGS when compiling with
15454 gcc.
15455
15456 Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15457
15458 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15459
15460 1999-06-30 Mark Mitchell <mark@codesourcery.com>
15461
15462 * configure.in: Build ld on IRIX6.
15463
15464 1999-06-12 Ian Lance Taylor <ian@zembu.com>
15465
15466 * Makefile.in: Change distribution targets to use bzip2 instead of
15467 gzip.
15468 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15469 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15470
15471 1999-06-04 Nick Clifton <nickc@cygnus.com>
15472
15473 * config.sub: Add mcore target.
15474
15475 Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15476
15477 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15478
15479 Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15480
15481 * config.guess (dummy): Changed to $dummy.
15482
15483 1999-05-24 Nick Clifton <nickc@cygnus.com>
15484
15485 * config.sub: Tidied up case statements.
15486
15487 1999-05-22 Ben Elliston <bje@cygnus.com>
15488
15489 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15490 <jiro@din.or.jp>.
15491
15492 * config.guess: Merge with FSF version. Future changes will be
15493 more accurately recorded in this ChangeLog.
15494 * config.sub: Likewise.
15495
15496 Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15497
15498 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
15499
15500 1999-04-30 Tom Tromey <tromey@cygnus.com>
15501
15502 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15503
15504 1999-04-23 Tom Tromey <tromey@cygnus.com>
15505
15506 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15507
15508 1999-04-20 Drew Moseley <dmoseley@cygnus.com>
15509
15510 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15511 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15512 Bad merge removed these two changes.
15513
15514 Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
15515 Martin Heller (Ing.-Buero_Heller@t-online.de)
15516
15517 * config.guess (interix Alpha): Add.
15518
15519 1999-04-11 Richard Henderson <rth@cygnus.com>
15520
15521 * configure.in (i?86-*-beos*): Do config gperf; don't config
15522 gdb, newlib, or libgloss.
15523
15524 Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
15525
15526 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15527 link a trivial program with -mabi=64. If it fails, remove mabi=64
15528 from multidirs.
15529
15530 Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15531
15532 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15533
15534 1999-04-08 Nick Clifton <nickc@cygnus.com>
15535
15536 * config.sub: Add support for mcore targets.
15537
15538 1999-04-07 Michael Meissner <meissner@cygnus.com>
15539
15540 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15541 not mt-ospace, in order to shut up assembler warning about using
15542 symbols that are named the same as registers.
15543
15544 1999-04-07 Drew Moseley <dmoseley@cygnus.com>
15545
15546 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15547 dependency list for all-target-cygmon.
15548
15549 1999-04-05 Doug Evans <devans@casey.cygnus.com>
15550
15551 * config-ml.in: Check $host, not $target, for selective multilibs.
15552 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15553 thumb interworking, and underscore prefix multilibs.
15554
15555 1999-04-04 Ian Lance Taylor <ian@zembu.com>
15556
15557 * missing: Update to version from current automake.
15558
15559 Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15560
15561 * configure (gxx_include_dir): Removed.
15562
15563 * configure.in (gxx_include_dir): Handle it.
15564 * Makefile.in: Likewise.
15565
15566 1999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15567
15568 * config.sub (mips64vr4111,mips64vr4111el) Add.
15569
15570 1999-03-21 Ben Elliston <bje@cygnus.com>
15571
15572 * config.guess: Correct typo for detecting ELF on FreeBSD.
15573
15574 Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15575
15576 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15577 config/mh-djgpp.
15578
15579 Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15580
15581 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15582 all-target-newlib to dependency list for all-target-bsp.
15583
15584 Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15585
15586 * config.sub: Add i386-uwin support.
15587 * config.guess: Likewise.
15588
15589 Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15590
15591 * configure.in: cleanup, add mh-*pic handling for arm, special
15592 case powerpc*-*-aix*
15593
15594 Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15595
15596 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15597 can be built.
15598
15599 Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15600
15601 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
15602 targets.
15603
15604 1999-03-02 Nick Clifton <nickc@cygnus.com>
15605
15606 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15607
15608 Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15609
15610 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15611
15612 1999-02-24 Nick Clifton <nickc@cygnus.com>
15613
15614 * config.sub: Fix typo in arm recognition.
15615
15616 Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15617
15618 * configure.in (noconfigdirs): Changed target_configdirs to
15619 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15620 rather than m68k-*-* since it is not known to work on
15621 m68k-aout. Ditto for arm-*-*oabi.
15622
15623 Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15624
15625 * configure.in (*-*-windows*): Remove, no longer used.
15626
15627 1999-02-19 Ben Elliston <bje@cygnus.com>
15628
15629 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15630 Smart and improved by Andrew Cagney.
15631
15632 Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15633
15634 * config.guess: Recognize openbsd-*-hppa.
15635
15636 Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15637
15638 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15639 only if it is not empty.
15640
15641 1999-02-17 Nick Clifton <nickc@cygnus.com>
15642
15643 Patch from: Scott Bambrough <scottb@corelcomputer.com>
15644
15645 * config.guess: Modified to recognize uname's armv* syntax.
15646
15647 * config.sub: Modified to recognize uname's armv* syntax.
15648
15649 1999-02-17 Mark Salter <msalter@cygnus.com>
15650
15651 * configure.in: Added target-bsp for sparclite.
15652
15653 Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15654
15655 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15656
15657 1999-02-08 Nick Clifton <nickc@cygnus.com>
15658
15659 * configure.in: Add support for strongarm port.
15660 * config.sub: Add support for strongarm target.
15661
15662 Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
15663
15664 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15665 the old name config/mh-cygwin32.
15666 Enable texinfo.
15667
15668 Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15669
15670 * configure.in: Do build ld for ix86 Solaris.
15671
15672 Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15673
15674 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15675 $AR_FOR_TARGET. Likewise for RANLIB.
15676
15677 Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
15678
15679 * config.sub (oabi): Recognize.
15680 * configure.in (arm-*-oabi): Handle.
15681
15682 Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15683
15684 * config.guess: Improve detection of i686 on UnixWare 7.
15685
15686 Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15687
15688 * config.guess: Add support for i386-pc-interix.
15689 * config.sub: Likewise.
15690 * configure.in: Likewise.
15691
15692 Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15693
15694 * Makefile.in: Remove unneeded all-target-libio from
15695 from all-target-winsup target since it is now unneeded.
15696 Add all-target-libtermcap in its place since it is now
15697 needed.
15698
15699 Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15700
15701 * configure.in: makefile stub for cygwin target is probably
15702 unnecessary. Remove it for now.
15703
15704 Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15705
15706 * configure.in: libtermcap.a should be built when cygwin is the
15707 target as well as the host.
15708 * config.guess: Allow mixed case in cygwin uname output.
15709 * Makefile.in: Add libtermcap target.
15710
15711 Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15712
15713 * config.sub: Clean up handling of hppa2.0.
15714
15715 Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15716
15717 * config.guess: Use C code to identify more HP machines.
15718
15719 Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15720
15721 * config.sub: Handle hppa2.0.
15722
15723 Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15724
15725 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
15726 cygmon for all sparclite targets, regardless of object format.
15727
15728 1998-12-15 Mark Salter <msalter@cygnus.com>
15729
15730 * configure.in: Added target-bsp for several target architectures.
15731
15732 * Makefile.in: Added rules for bsp.
15733
15734 Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15735
15736 * config.guess: Improve detection of hppa2.0 processors.
15737
15738 Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15739
15740 * config.guess: Recognize FreeBSD using ELF automatically.
15741
15742 1998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15743
15744 * configure (skip-this-dir): Add handling for new shell script, which
15745 might be created by a sub-directory's configure to indicate, this particular
15746 directory is "unwanted".
15747 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15748
15749 Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15750
15751 * ltconfig: import from libtool, after changing libtool to
15752 account for the cygwin name change.
15753
15754 Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15755
15756 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15757 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15758
15759 Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15760
15761 * configure.in: Add libtermcap to list of cygwin dependencies.
15762
15763 Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15764
15765 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15766 they include winsup/include when it's a cygwin target.
15767
15768 1998-11-12 Tom Tromey <tromey@cygnus.com>
15769
15770 * configure.in (host_tools): Added zip.
15771 * Makefile.in (all-target-libjava): Depend on all-zip.
15772 (all-zip): New target.
15773 (ALL_MODULES): Added all-zip.
15774 (NATIVE_CHECK_MODULES): Added check-zip.
15775 (INSTALL_MODULES): Added install-zip.
15776 (CLEAN_MODULES): Added clean-zip.
15777
15778 Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15779
15780 * Makefile.in: lose "32" from comment about cygwin.
15781
15782 Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15783
15784 * configure.in: Use -Os to build target libraries for the fr30.
15785
15786 Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15787
15788 * config.sub: Add fr30.
15789
15790 Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15791
15792 * configure.in: drop "32" from config/mh-cygwin32. Check
15793 cygwin* instead of cygwin32*.
15794 * config.sub: Check cygwin* instead of cygwin32*.
15795
15796 Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15797
15798 * config.guess: Match any version of Unixware7.
15799
15800 1998-10-20 Syd Polk <spolk@cygnus.com>
15801
15802 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15803 if desired.
15804
15805 Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15806
15807 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15808 these if the appropriate directories and files to not exist.
15809
15810 Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15811
15812 * Makefile.in (DEVO_SUPPORT): Add config.if.
15813
15814 Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15815
15816 * configure: Add pattern to replace "build_tooldir"'s
15817 definition in the generated Makefile with "tooldir"'s
15818 actual value.
15819
15820 Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15821
15822 * config.sub: Bring back lost sparcv9.
15823
15824 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15825
15826 Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15827
15828 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15829 CC_FOR_TARGET and friends.
15830
15831 Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
15832
15833 * Makefile.in (build_tooldir): New variable, same as tooldir.
15834 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15835 -B$(build_tooldir)/bin/.
15836 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
15837
15838 Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15839
15840 * README: Remove installation instructions and refer to the
15841 INSTALL directory instead.
15842
15843 Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
15844
15845 * config.sub: Add support for i[34567]86-pc-udk.
15846 * configure.in: Likewise.
15847
15848 Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15849
15850 * Makefile.in: add bzip2 package building bits for user
15851 tools module
15852 * configure.in: ditto
15853
15854 Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15855
15856 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15857 (ALL_TARGET_MODULES): Add all-target-libobjc.
15858 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15859 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15860 (all-target-libchill): Add dependencies.
15861 * configure.in (target_libs): Add libchill.
15862
15863 1998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15864
15865 * configure.in (target_subdir): Remove duplicate line.
15866
15867 Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15868
15869 * Makefile.in (all-automake): fix dependencies.
15870
15871 Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15872
15873 * configure.in: Minor cleanups for building in the $(target_alias)
15874 subdir.
15875
15876 1998-09-22 Jim Wilson <wilson@cygnus.com>
15877
15878 * Makefile.in (bootstrap): Set r and s before make all. Use
15879 BASE_FLAGS_TO_PASS in make all.
15880 (cross): Likewise.
15881
15882 1998-09-20 Mark Mitchell <mark@markmitchell.com>
15883
15884 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15885
15886 Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15887
15888 * config.sub: Fix typo in last change.
15889
15890 1998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15891
15892 * config.sub: Add support for C4x target.
15893 * configure.in: Likewise.
15894
15895 1998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15896
15897 * config.sub: Recognize sparcv9 just like sparc64.
15898
15899 Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15900
15901 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15902
15903 Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15904
15905 * config.guess: Correctly identify Pentium II sco boxes.
15906
15907 * config.guess: Fix "tr" code. From Weiwen Liu.
15908
15909 Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15910
15911 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15912 stabs.
15913
15914 Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15915
15916 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15917 (ALL_TARGET_MODULES): Add all-target-libchill.
15918 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15919 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15920 (all-target-libchill): Add dependencies.
15921 * configure.in (target_libs): Add libchill.
15922
15923 Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15924
15925 * config.guess: Avoid assumptions about "tr" behaves when
15926 LANG is set to something other than English.
15927
15928 Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15929
15930 * configure (gxx_include_dir): Changed to
15931 '${prefix}/include/g++'-${libstdcxx_interface}.
15932
15933 * config.if: New to determine the interfaces.
15934
15935 Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15936
15937 * config.guess: Detect and handle MPE/IX.
15938 * config.sub: Deal with MPE/IX.
15939
15940 Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15941
15942 * configure.in: Use mh-aix43.
15943
15944 1998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15945
15946 * configure: Fix --without/--disable cases for gxx-include-dir.
15947
15948 Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15949
15950 * mdata-sh: Imported. Needed for automake support.
15951
15952 Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15953
15954 * Makefile.in (taz): Try "chmod -R og=u ." before
15955 "chmod og=u `find . -print`".
15956
15957 Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15958
15959 * configure.in: Add arm-elf and thumb-elf support.
15960
15961 Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15962
15963 * Makefile.in: Undo previous patch.
15964
15965 Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15966
15967 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15968 to here ...
15969 (install-no-fixedincludes): and here
15970 (INSTALL_MODULES): ... from here.
15971
15972 Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15973
15974 * config.sub: Merge with FSF.
15975
15976 * config.guess: Merge with FSF.
15977
15978 Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15979
15980 * configure (extraconfigdirs): New variable.
15981 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15982 * Makefile.in (all): Move higher in file.
15983 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15984 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15985 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15986 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15987 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15988
15989 1998-07-23 Brendan Kehoe <brendan@cygnus.com>
15990
15991 * Makefile.in (all-target-libjava): Depend on all-gcc and
15992 all-target-newlib.
15993 (configure-target-libjava): Depend on $(ALL_GCC).
15994
15995 Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15996
15997 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15998 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15999
16000 Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16001
16002 * INSTALL/README: Fix typo.
16003
16004 Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16005
16006 * ylwrap: Change absolute path checks to check for DOS style path
16007 names.
16008
16009 * ylwrap: Don't use a full path name if the source file is in the
16010 same directory. From hjl@lucon.org (H.J. Lu).
16011
16012 * config-ml.in: Default to being verbose, to match Feb 18 change to
16013 configure.
16014
16015 Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16016
16017 Brought over from egcs:
16018
16019 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16020
16021 * configure.in (target_subdir): Set to ${target_alias} instead
16022 of "libraries".
16023
16024 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16025
16026 * configure.in (target_subdir): Set to libraries if enable_multilib.
16027
16028 Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16029
16030 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16031 multilibs, force reconfiguration the first time we create
16032 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16033
16034 Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16035
16036 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16037 avoid confusion with --no-recursion.
16038
16039 Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16040
16041 * configure.in: Win32 hosts shouldn't use install -x
16042 * install-sh: remove -x option, and special .exe-handling
16043 hack.
16044
16045 Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16046
16047 * config.guess: Recognize i586-pc-beos.
16048 * configure.in: Don't build some bits for beos.
16049
16050 Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16051
16052 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16053 CFLAGS default to -O2.
16054
16055 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16056 when using GNU ld.
16057
16058 Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16059
16060 * ltmain.sh: Correct install when using a different shell.
16061
16062 Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16063
16064 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16065
16066 Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16067
16068 * makefile.vms: Update to build binutils/makefile.vms. Add install
16069 target.
16070
16071 Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16072
16073 * ltconfig: Update to correct AIX handling.
16074
16075 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16076
16077 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16078
16079 * configure.in (target_subdir): Set to ${target_alias} instead
16080 of "libraries".
16081
16082 1998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16083
16084 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16085 (Makefile): Depend on $(gcc_version_trigger).
16086
16087 * configure (gcc_version): Change default initializer to empty
16088 string.
16089 (gcc_version_trigger): New variable; pass this variable down
16090 to subdir configures to enable them checking gcc's version
16091 themselves. Emit make macros for both gcc_version vars.
16092 (topsrcdir): Initialize reliably.
16093 (recursion line): Remove --with-gcc-version=${gcc_version}.
16094
16095 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16096
16097 * configure (enable_version_specific_runtime_libs): Implement new flag
16098 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16099 in $(libsubdir); emit definition in each generated Makefile.
16100 (gxx_include_dir): Initialize depending on
16101 $enable_version_specific_runtime_libs.
16102
16103 1998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16104
16105 * configure (gcc_version): Initialize properly depending on
16106 how and where configure is started.
16107 (recursion line): Pass a --with-gcc-version=${gcc_version}
16108 to configures in subdirs.
16109
16110 Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16111
16112 * configure.in (noconfigdirs): Add configure pattern for mips tx39
16113 cygmon
16114
16115 Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16116
16117 * configure.in: Add cygmon and libstub support for mn10200.
16118
16119 1998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16120
16121 * configure (gcc_version): Add new variable describing the
16122 particular gcc version we're building.
16123 * Makefile.in (libsubdir): Add new macro for the directory
16124 in which the compiler finds executables, libraries, etc.
16125 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16126 and libsubdir.
16127
16128 Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16129
16130 * Makefile.in (local-clean): Remove *.log.
16131 (warning.log): Built with warn_summary from build.log.
16132 (mail-report.log): Run test_summary.
16133 (mail-report-with-warnings.log): Run test_summary including
16134 warning.log in the report.
16135
16136 Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16137
16138 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16139
16140 Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16141
16142 * Makefile.in (grep): Grep no longer depends on libiberty.
16143
16144 Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16145
16146 * Makefile.in: all-snavigator needs all-libgui.
16147
16148 Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16149
16150 * configure.in: Add cygmon and libstub support for mn10300.
16151
16152 Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16153
16154 * missing: Update to version from automake 1.3.
16155
16156 * ltmain.sh: On installation, don't get confused if the same name
16157 appears more than once in the list of library names.
16158
16159 Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16160
16161 * config.sub: Accept m68060 and m5200 as CPU names.
16162
16163 Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16164
16165 * configure: Use && rather than using -a in test, because odd
16166 strings can confuse test.
16167 * configure.in: Likewise.
16168
16169 Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16170
16171 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16172
16173 Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16174
16175 * Makefile.in (boostrap2-lean, bootstrap3-lean,
16176 bootstrap4-lean): New targets.
16177
16178 Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16179
16180 * mpw-* Delete. Not used.
16181
16182 Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16183
16184 * COPYING.LIB: Update FSF address.
16185
16186 Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16187
16188 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16189
16190 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16191 GAS_SUPPORT_DIRS.
16192
16193 Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16194
16195 * ltconfig, ltmain.sh: Avoid producing a version number if
16196 -version-info was not used.
16197
16198 Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16199
16200 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16201 building with newlib.
16202
16203 1998-04-30 Paul Eggert <eggert@twinsun.com>
16204
16205 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
16206 Solaris `make' causes it to continue to next definition.
16207
16208 Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16209
16210 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16211 the right GUI libraries and files are installed along with GDB.
16212
16213 Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16214
16215 * configure.in: Change alpha to alpha* in several places.
16216
16217 Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16218
16219 * config.sub: Recognize sparc86x.
16220
16221 Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16222
16223 * configure.in (--enable-target-optspace): Remove debug echo.
16224
16225 Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16226
16227 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16228
16229 Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16230
16231 * ltconfig: Update cygwin32 support.
16232
16233 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16234 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16235 (GDB_SUPPORT_DIRS): Likewise.
16236
16237 Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16238
16239 * configure.in (target_makefile_frag): If --enable-target-optspace,
16240 use -Os to compile target libraries rather than -O2. Default to
16241 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16242 not used.
16243 * configure.in (target_cflags): Ditto for d30v.
16244
16245 Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16246
16247 * Makefile.in (all-bfd): Depend on all-intl.
16248 (all-binutils): Likewise.
16249 (all-gas): Likewise.
16250 (all-gprof): Likewise.
16251 (all-ld): Likewise.
16252
16253 1998-04-19 Brendan Kehoe <brendan@cygnus.com>
16254
16255 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16256
16257 Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16258
16259 * Makefile.in (all-bfd): Depend upon all-libiberty.
16260
16261 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16262
16263 Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16264
16265 * Makefile.in: Add libstub.
16266
16267 * configure.in: Ditto. Build libstub for targets that have cygmon
16268 support.
16269
16270 Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16271
16272 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16273
16274 Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16275
16276 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16277 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16278
16279 Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16280
16281 * configure: Define DEFAULT_M4 by searching PATH.
16282 * Makfile.in: Use DEFAULT_M4.
16283
16284 Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16285
16286 * ltconfig: Add cygwin32 support.
16287
16288 * Makefile.in, configure.in: Add libtool as a native only directory
16289 to configure and build.
16290
16291 Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16292
16293 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16294
16295 Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
16296
16297 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16298
16299 Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16300
16301 * Makefile.in: add ash make rules
16302 * configure.in: add ash to native_only and host_tools lists
16303
16304 Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16305
16306 * Makefile.in (all-gettext, all-intl): New targets.
16307 (ALL_MODULES): Added all-gettext, all-intl.
16308 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16309 (INSTALL_MODULES): Added install-gettext, install-intl.
16310 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16311
16312 * configure.in (host_tools): Added gettext.
16313 (native_only): Likewise.
16314 (noconfigdirs) [various cases]: Likewise.
16315 (host_libs): Added intl.
16316
16317 Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16318
16319 * configure: Do not disable building gdbtk for cygwin32 hosts.
16320
16321 Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16322
16323 * configure.in: Add thumb-coff target.
16324 * config.sub: Add thumb-coff target.
16325
16326 Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16327
16328 * Makefile.in: Revert yesterday's change.
16329 (all-target-winsup): all-target-librx stays out of here.
16330
16331 Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16332
16333 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16334 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16335 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16336 Remove references to librx and libg++.
16337
16338 Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16339
16340 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16341 recursive makes
16342
16343 Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16344
16345 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
16346 for newlib directory.
16347 (CXX_FOR_TARGET): Likewise.
16348
16349 Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16350
16351 * ltconfig: Update after libtool/ltconfig.in change for
16352 hpux11.
16353
16354 Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16355
16356 * ltconfig, ltmain.sh: Update to libtool 1.2.
16357
16358 Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16359
16360 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16361 (install-gcc-cross): Instead, override LANGUAGES here.
16362
16363 1998-03-18 Dave Love <d.love@dl.ac.uk>
16364
16365 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16366 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16367
16368 Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16369
16370 * configure.in: Add Thumb-pe target.
16371
16372 Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
16373
16374 * Makefile.in - changed sn targets to snavigator
16375 * configure.in - changed sn targets to snavigator
16376
16377 Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16378
16379 * config-ml.in: After building symlink tree call make distclean
16380 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16381 to be the case for libiberty.
16382
16383 Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16384
16385 * configure: When making link, also check the current
16386 directory. The configure scripts may create one.
16387
16388 Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16389
16390 * config.sub: Accept alphapca56 and alphaev6 properly.
16391
16392 Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16393
16394 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16395
16396 Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
16397
16398 * config.sub (sco5): Fix typo.
16399
16400 Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16401
16402 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16403 install-itcl.
16404 (install-itcl): Remove dependency on install-tcl.
16405
16406 Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16407
16408 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16409
16410 Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16411
16412 * configure.in: Don't build libgui for a cygwin32 target when not on
16413 a cygwin32 host.
16414
16415 Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16416
16417 * configure (redirect): Set to null, so default behavior of
16418 configure is now --verbose.
16419
16420 1998-02-16 Dave Love <d.love@dl.ac.uk>
16421
16422 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16423 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16424
16425 Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16426
16427 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16428 this change to sync Makefile.in with its ChangeLog entries.
16429
16430 Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16431
16432 * ltmain.sh (mkdir): Check that the directory doesn't exist
16433 before we exit with error, so that we don't get races during
16434 parallel builds.
16435
16436 Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16437
16438 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16439
16440 Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16441
16442 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16443 PICFLAG_FOR_TARGET.
16444 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16445
16446 * configure: Emit a definition for the new macro enable_shared
16447 into each Makefile.
16448
16449 Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16450
16451 * configure.in (host_tools, native_only): Add libtool.
16452
16453 Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16454
16455 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16456 Fix typo in ming config comment.
16457
16458 Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16459
16460 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16461
16462 Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16463
16464 * config.sub: Add tic30 cases, and map c30 to tic30.
16465
16466 Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16467
16468 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16469 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16470 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16471 (CLEAN_TARGET_MODULES): Similarly
16472 (all-target-libf2c): Add dependences.
16473 * configure.in (target_libs): Add libf2c.
16474
16475 Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16476
16477 * configure.in: Remove expect from noconfigdirs when target
16478 is cygwin32. OK to build expect and dejagnu with Canadian
16479 Cross.
16480
16481 Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16482
16483 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16484 host.
16485
16486 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16487 and mingw32.
16488
16489 Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16490
16491 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16492 here as it is not defined in the toplevel Makefile.
16493
16494 Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16495
16496 * configure (package_makefile_rules_frag): New variable, which names
16497 a file with generic rules, ...
16498 Change comment to mention we now have FIVE parts.
16499 * configure: Undo last change.
16500
16501 Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16502
16503 * config.guess: More accurate determination of HP processor types.
16504 * config.sub: More accurate determination of HP processor types.
16505
16506 Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16507
16508 * configure (package_makefile_frag): Move inserting the
16509 ${package_makefile_frag} to where it should be according
16510 to the comment.
16511
16512 Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16513
16514 * config.guess: Add support for Linux/ARM.
16515
16516 Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16517
16518 * .cvsignore: Remove *-info and *-install since they match
16519 release-info and mpw-install, which we don't want to just ignore.
16520
16521 Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16522
16523 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16524
16525 Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16526
16527 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16528 local_prefix to sub-make invocations.
16529
16530 Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16531
16532 * configure.in: Check makefile fragments in the source
16533 directory.
16534
16535 Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16536
16537 * configure.in: Check whether host and target makefile
16538 fragments exist before adding them to *_makefile_frag.
16539
16540 Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16541
16542 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16543
16544 Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16545
16546 * configure.in: Make sure we only replace RPATH_ENVVAR on
16547 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16548 regexp to sed.
16549
16550 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16551 to sub-makes.
16552
16553 1998-01-13 Lee Iverson (leei@ai.sri.com)
16554
16555 * config-ml.in (multi-do): LDFLAGS must include multilib
16556 designator.
16557
16558 Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
16559
16560 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16561
16562 Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16563
16564 * config.sub: Add mingw32 support.
16565 * configure.in: Likewise.
16566
16567 Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16568
16569 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16570
16571 Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16572
16573 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16574 * configure (gxx_include_dir): Provide a definition for subdirs
16575 which do not use autoconf.
16576
16577 Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16578
16579 * config.guess: Sync with egcs. Picks up new alpha support,
16580 BeOS & some additional linux support.
16581
16582 Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16583
16584 * config.guess: HP 9000/803 is a PA1.1 machine.
16585
16586 Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16587
16588 * configure.in: It's alpha*-...
16589
16590 Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16591
16592 * configure.in (host_makefile_frag, target_makefile_frag):
16593 Handle multiple config files.
16594 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16595 alpha-*-*.
16596
16597 Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16598
16599 * mkdep: New file.
16600
16601 Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16602
16603 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16604
16605 Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16606
16607 * Makefile.in: Add libgui directory.
16608 (GDB_TK): Add all-libgui.
16609 * configure.in: Add libgui directory.
16610 * configure: Add all-libgui to GDB_TK.
16611
16612 Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16613
16614 * config-ml.in (multidirs): Add m32r to multilib list.
16615
16616 Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16617
16618 * Makefile.in (all-target-gperf): Change dependency to
16619 all-target-libstdc++.
16620
16621 Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16622
16623 * config.guess: Add BeOS support.
16624
16625 Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16626
16627 Source directory cvs renamed to cvssrc:
16628 * configure.in (host_tools): Change cvs to cvssrc.
16629 (native_only): Likewise.
16630 (noconfigdirs) [various cases]: Likewise.
16631 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16632 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16633 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16634 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16635 (all-cvssrc): Rename target from all-cvs.
16636
16637 Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16638
16639 * configure (gxx_include_dir): Fix thinko.
16640
16641 Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16642
16643 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16644 (install-cross, install-gcc-cross): New targets.
16645
16646 Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16647
16648 * configure.in (noconfigdirs): Add support for Thumb target.
16649
16650 * config.sub (maybe_os): Add support for Thumb target.
16651
16652 Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16653
16654 * Makefile.in: Add rules for cygmon.
16655
16656 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16657
16658 Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16659
16660 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16661 * configure (gxx_include_dir): Provide a definition for subdirs
16662 which do not use autoconf.
16663
16664 Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16665
16666 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
16667 11/18/97 build
16668
16669 Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16670
16671 * From Franz Sirl.
16672 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16673 found on RedHat Linux systems.
16674
16675 Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16676
16677 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16678 guesses.
16679
16680 Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16681
16682 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16683
16684 Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16685
16686 * ltmain.sh: If mkdir fails, check whether the directory was created
16687 anyhow by some other process.
16688
16689 Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16690
16691 * configure.in (d30v-*-*): Configure all directories.
16692
16693 Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16694
16695 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16696 for the D30V.
16697
16698 Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16699
16700 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16701
16702 Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16703
16704 * include/libiberty.h: Add extern "C" { so it can be used with C++
16705 progrms.
16706 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16707 programs.
16708
16709 Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16710
16711 * configure.in (d30v-*-*): Configure GCC now.
16712
16713 Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16714
16715 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16716 is no longer needed.
16717
16718 Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16719
16720 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16721
16722 Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16723
16724 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16725 targets using "$@" to provide support for similar but not identical
16726 targets without having to duplicate code.
16727
16728 Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16729
16730 * makefile.vms: Fix to work with DEC C.
16731
16732 Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16733
16734 * config.sub: Add mips-tx39-elf to marketing names.
16735
16736 Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16737
16738 * ltmain.sh: Handle symlinks in generated script.
16739
16740 Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16741
16742 * configure: Handle autoconf style directory options: --bindir,
16743 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16744 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16745 --sysconfdir.
16746 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16747 (sharedstatedir, localstatedir, oldincludedir): New variables.
16748 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16749 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16750 sbindir, sharedstatedir, and sysconfdir.
16751
16752 Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16753
16754 * Makefile.in (bootstrap-lean): New target.
16755
16756 Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16757
16758 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
16759 sn, and gnuserv from noconfigdirs.
16760
16761 Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16762
16763 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16764
16765 Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16766
16767 * Makefile.in (cross): New target.
16768
16769 Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16770 Jeff Law <law@cygnus.com>
16771
16772 * Makefile.in (bootstrap2, bootstrap3): New targets.
16773 (all-bootstrap): Remove outdated and confusing target.
16774 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
16775
16776 Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16777
16778 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
16779 windows. Consistent with gdb/configure.
16780
16781 1997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16782
16783 * configure.in: Name Linux target fragment.
16784
16785 * configure: Rewrite so that project Makefile fragment is inserted
16786 first and appears last in the resulting Makefile.
16787
16788 Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16789
16790 * Makefile.in (install-itcl): Install tcl first.
16791
16792 Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16793
16794 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16795
16796 Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16797
16798 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16799
16800 * configure.in (skipdirs): Add target-librx for Linux.
16801 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16802
16803 Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16804
16805 * Makefile.in (bootstrap): New target.
16806
16807 Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16808
16809 * config.sub: Accept 'amigados' for backward compatibility.
16810
16811 Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16812
16813 * config.guess: Merge with FSF.
16814
16815 Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16816
16817 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16818
16819 Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16820
16821 * config.sub: Add "marketing-names" patch.
16822
16823 Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16824
16825 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
16826
16827 Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16828
16829 * config.sub: Handle v850-elf.
16830
16831 Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
16832
16833 * .cvsignore (*-install): Remove.
16834
16835 Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16836
16837 * ltconfig: Set CONFIG_SHELL in libtool.
16838 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16839
16840 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16841
16842 * configure.in (target_subdir): Set to libraries if enable_multilib.
16843
16844 Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16845
16846 * config.guess: Update from gcc directory.
16847
16848 Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16849
16850 * Makefile.in (all-sim): Depends on all-readline.
16851
16852 Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16853
16854 * Makefile.in (BISON, YACC): Use $$s.
16855 (all-bison): Depend on all-texinfo.
16856
16857 Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16858
16859 * Makefile.in (BISON): Add -L flag.
16860 (YACC): Likewise.
16861
16862 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16863
16864 * configure.in (noconfigdirs): Add support for v850e target.
16865
16866 * config.sub (maybe_os): Add support for v850e target.
16867
16868 Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16869
16870 * configure.in (noconfigdirs): Add support for v850ea target.
16871
16872 * config.sub (maybe_os): Add support for v850ea target.
16873
16874 Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16875
16876 * config.sub: Add mipstx39. Delete r3900.
16877
16878 Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16879
16880 * Makefile.in (all-autoconf): Depends on all-texinfo.
16881
16882 Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16883
16884 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16885 eabi targets.
16886
16887 Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16888
16889 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16890
16891 * configure: When handling a Canadian Cross, handle YACC as well as
16892 BISON. Just set BISON to bison. When setting YACC, prefer bison.
16893 * Makefile.in (all-bison): Depend upon all-texinfo.
16894
16895 Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16896
16897 * Makefile.in (BISON): bison, not byacc or bison -y.
16898 (YACC): bison -y or byacc or yacc.
16899 (various): Add *-bison as appropriate.
16900 (taz): No need to mess with BISON anymore.
16901
16902 Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16903
16904 * configure: If OSTYPE matches *win32*, try to find a good value for
16905 CONFIG_SHELL.
16906
16907 Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16908
16909 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16910 configure.in if it is present.
16911
16912 Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16913
16914 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16915
16916 Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16917
16918 * config.sub: Recognize `arc' cpu.
16919 * configure.in: Likewise.
16920 * config-ml.in: Likewise.
16921
16922 Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16923
16924 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16925
16926 Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16927
16928 * configure: Changed sed delimiter from ':' to '|' when
16929 attempting to substitute ${config_shell} for SHELL. On
16930 NT ${config_shell} may contain a ':' in it.
16931
16932 Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16933
16934 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16935
16936 Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16937
16938 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16939
16940 Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16941
16942 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16943
16944 * ylwrap: If the program is a relative path, force it to be
16945 absolute.
16946
16947 Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16948
16949 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16950
16951 Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16952
16953 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
16954 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16955 for libraries.
16956
16957 Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16958
16959 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
16960 separated by spaces.
16961
16962 Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16963
16964 * ylwrap: New file.
16965 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16966
16967 * ltmain.sh: Handle /bin/sh at start of install program.
16968
16969 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16970
16971 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16972 * missing: New file, from automake 1.2.
16973
16974 Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16975
16976 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16977 check-tk to CHECK_X11_MODULES.
16978
16979 Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16980
16981 * config.sub: Merge with FSF.
16982
16983 Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16984
16985 * config.guess: Merge with FSF.
16986
16987 Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16988
16989 * configure: Treat msdosdjgpp like go32.
16990 * configure.in: Likewise. Don't remove gprof for go32.
16991
16992 * configure: Change Makefile.tem2 to Makefile.tm2.
16993
16994 Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16995
16996 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16997
16998 Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16999
17000 * install-sh (chmodcmd): Set to null if the DST directory already
17001 exists. Same as Nov 11th change.
17002
17003 Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17004
17005 * configure (GDB_TK): Needs itcl and tix.
17006
17007 Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17008
17009 * config.guess: Update from FSF.
17010
17011 Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17012
17013 * Makefile.in (GDB_TK): Depend on itcl and tix.
17014
17015 Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17016
17017 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17018 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17019 (INSTALL_SCRIPT): New variable.
17020 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17021 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17022 to -x.
17023 * install-sh: Add support for -x option.
17024
17025 Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17026
17027 * configure.in, Makefile.in: Treat tix like itcl.
17028
17029 Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17030
17031 * Makefile.in (WINDRES): New variable.
17032 (WINDRES_FOR_TARGET): New variable.
17033 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17034 (EXTRA_HOST_FLAGS): Add WINDRES.
17035 (EXTRA_TARGET_FLAGS): Add WINDRES.
17036 (EXTRA_GCC_FLAGS): Add WINDRES.
17037 ($(DO_X)): Pass down WINDRES.
17038 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17039 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17040 DLLTOOL_FOR_TARGET.
17041
17042 Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17043
17044 * configure.in: configure sim before gdb for win32-x-ppc
17045
17046 Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17047
17048 Move gperf into the toplevel, from libg++.
17049 * configure.in (target_tools): Add target-gperf.
17050 (native_only): Add target-gperf.
17051 * Makefile.in (all-target-gperf): New target, depend on
17052 all-target-libg++.
17053 (configure-target-gperf): Empty rule.
17054 (ALL_TARGET_MODULES): Add all-target-gperf.
17055 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17056 (CHECK_TARGET_MODULES): Add check-target-gperf.
17057 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17058 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17059
17060 Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
17061
17062 * config.sub (mn10200): Recognize new basic machine.
17063
17064 Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17065
17066 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17067 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17068
17069 Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17070
17071 * configure.in: If we're building mips-sgi-irix6* native, turn on
17072 ENABLE_MULTILIB and set TARGET_SUBDIR.
17073
17074 Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17075
17076 * Makefile.in (all-sn): Depend on all-grep.
17077
17078 Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17079
17080 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17081
17082 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17083 Makefile. From Jeff Makey <jeff@cts.com>.
17084 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17085
17086 * Makefile.in (DISTBISONFILES): Remove.
17087 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17088 $(DEFAULT_YACC).
17089
17090 * configure.in: Build itl, db, sn, etc., when building for native
17091 cygwin32.
17092
17093 * Makefile.in (LD): New variable.
17094 (EXTRA_HOST_FLAGS): Pass down LD.
17095 ($(DO_X)): Likewise.
17096
17097 Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17098
17099 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17100
17101 Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17102
17103 * configure.in (targargs): Strip out any supplied --build argument
17104 before adding our own. Always add --build.
17105
17106 Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17107
17108 * configure.in (targargs): Pass --build if we're doing
17109 a cross-compile.
17110
17111 Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17112
17113 * configure: Use '|' instead of ":" as the separator in
17114 sed. Otherwise sed chokes on NT path names with drive
17115 designators. Also look for "?:*" as the leading characters in an
17116 absolute pathname.
17117
17118 Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17119
17120 * config.sub: Support for r3900.
17121
17122 Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17123
17124 * configure.in: Use install-sh, not install.sh.
17125
17126 Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17127
17128 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17129 apply it twice.
17130
17131 Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17132
17133 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17134 install-binutils.
17135
17136 Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17137
17138 * Makefile.in: Add automake targets.
17139 * configure.in (host_tools): Add automake.
17140
17141 Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17142
17143 * configure: Default CXX to c++, not gcc.
17144 * Makefile.in (CXX): Set to c++, not gcc.
17145 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17146
17147 Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17148
17149 * install-sh: try appending a .exe if source file doesn't
17150 exist
17151
17152 Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17153
17154 * configure.in: Turn on multilib by default.
17155 (cross_only): Remove target-libiberty.
17156
17157 * Makefile.in (all-gcc): Don't depend on libiberty.
17158
17159 Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17160
17161 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17162
17163 Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17164
17165 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17166 (DISTBISONFILES): Add ld/Makefile.in
17167
17168 Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17169
17170 * configure.in: if target is cygwin32 but host isn't cygwin32,
17171 don't configure gdb tcl tk expect, not just gdb.
17172
17173 Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17174
17175 * configure.in: Added gnuserv everywhere sn appears.
17176
17177 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17178 (CROSS_CHECK_MODULES): Added check-gnuserv.
17179 (INSTALL_MODULES): Added install-gnuserv.
17180 (CLEAN_MODULES): Added clean-gnuserv.
17181 (all-gnuserv): New target.
17182
17183 Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17184
17185 * config.guess: Fixes for MIPS OpenBSD systems.
17186
17187 Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17188
17189 * Makefile.in (INSTALL_XFORM): Remove.
17190 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17191
17192 * mkinstalldirs: New file, copied from automake.
17193 * Makefile.in (installdirs): Rename from install-dirs. Use
17194 mkinstalldirs. Change all users.
17195 (DEVO_SUPPORT): Add mkinstalldirs.
17196
17197 Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17198
17199 * install-sh: Rename from install.sh.
17200 * Makefile.in (INSTALL): Change install.sh to install-sh.
17201 (DEVO_SUPPORT): Likewise.
17202
17203 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17204 Graichen <graichen@rzpd.de>.
17205
17206 Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17207
17208 * config.guess: Recognize OpenBSD systems correctly.
17209
17210 Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17211
17212 * README, Makefile.in (ETC_SUPPORT): Remove references to
17213 cfg-paper*, configure.{texi,man,info*}._
17214
17215 Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17216
17217 * Makefile.in (all.normal): Ensure that gcc is built after all
17218 the x11 - ie gdb - targets.
17219
17220 Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17221
17222 * makefile.vms: Don't run conf-a-gas.
17223
17224 Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17225
17226 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
17227
17228 Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17229
17230 * configure.in: Remove noconfigdirs case since gdb also
17231 configures and builds for tic80-coff.
17232
17233 Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17234
17235 * configure: Set cache_file to config.cache.
17236 * Makefile.in (local-distclean): Remove config.cache.
17237
17238 Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17239
17240 * COPYING: Update FSF address.
17241
17242 Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17243
17244 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17245 noconfigdirs.
17246
17247 Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17248
17249 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17250 MAKEDIRS, is empty.
17251
17252 Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17253
17254 * config.sub: Tweak mn10300 entry.
17255
17256 Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17257
17258 * configure.in (host_tools): Put sim before gdb, so gdb's
17259 configure.tgt can determine if the simulator was configured.
17260
17261 Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17262
17263 * config.sub: Move BeOS $os case to be with other Cygnus
17264 local cases.
17265
17266 Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17267
17268 * config.sub: Remove misplaced comment that broke Linux.
17269
17270 Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17271
17272 * config.sub: Add BeOS support.
17273
17274 Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17275
17276 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17277
17278 Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17279
17280 * configure.in (noconfigdirs): Remove tcl and tk from
17281 noconfigdirs for cygwin32 builds.
17282
17283 Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17284
17285 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17286
17287 Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17288
17289 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17290 make-all.com, use makefile.vms instead.
17291
17292 Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17293
17294 * config.sub: Accept -lnews*.
17295
17296 Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17297
17298 * configure.in (noconfigdirs): Disable target-newlib,
17299 target-examples and target-libiberty for d30v.
17300
17301 Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17302
17303 * configure.in (noconfigdirs): Enable ld for d30v.
17304
17305 Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17306
17307 * configure.in (tic80-*-*): Build compiler.
17308
17309 Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17310
17311 * configure.in (d30v-*): Remove sim directory from list of
17312 unsupported d30v directories
17313
17314 Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17315
17316 * config.sub, configure.in: Add d30v target cpu.
17317
17318 Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17319
17320 * makefile.vms: New file.
17321 * make-all.com: Remove.
17322
17323 Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17324
17325 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17326
17327 Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17328
17329 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17330
17331 Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17332
17333 * Makefile.in (ALL_MODULES): Added all-db.
17334 (CROSS_CHECK_MODULES): Addec check-db.
17335 (INSTALL_MODULES): Added install-db.
17336 (CLEAN_MODULES): Added clean-db.
17337
17338 Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17339
17340 * config.guess: Merge with latest FSF sources.
17341
17342 Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17343
17344 * Makefile.in (ALL_MODULES): Added all-itcl.
17345 (CROSS_CHECK_MODULES): Added check-itcl.
17346 (INSTALL_MODULES): Added install-itcl.
17347 (CLEAN_MODULES): Added clean-itcl.
17348
17349 Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17350
17351 * configure.in: build gdb for mn10200
17352
17353 Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17354
17355 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17356
17357 Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17358
17359 * configure.in (tic80-*-*): Turn off most targets right now.
17360
17361 Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17362
17363 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17364 rather than the makeinfo program.
17365 (do-info): Depend upon all-texinfo.
17366
17367 Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17368
17369 * configure.in: Remove uses of config/mh-linux.
17370
17371 * config.sub, config.guess: Merge with latest FSF sources.
17372
17373 Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17374
17375 * config.sub (case $basic_machine): Add tic80 entries.
17376
17377 Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17378
17379 * config.sub, config.guess: Merge with latest FSF sources.
17380
17381 Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17382
17383 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17384 * mpw-config.in: Test for NewFolderRecursive.
17385 * mpw-install: Use symbolic name for startup filename.
17386 * mpw-README: Add various additional details.
17387
17388 Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17389
17390 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17391
17392 Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17393
17394 * configure.in: Do build gcc and the target libraries for
17395 the mn10200.
17396
17397 Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17398
17399 * configure.in: don't avoid building gdb for mn10300 any more
17400 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17401 instead of single-quoting it.
17402
17403 Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17404
17405 * configure.in: Don't use --with-stabs on IRIX 6.
17406
17407 Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17408
17409 * configure.in (m32r): Build gdb, libg++ now.
17410
17411 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17412
17413 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17414 directories from noconfigdirs.
17415
17416 Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17417
17418 * config.sub (basic_machine): added mips16 configuration
17419
17420 Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17421
17422 * config.sub: Handle d10v-unknown.
17423
17424 Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17425
17426 * config.sub: Handle v850-unknown.
17427
17428 Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17429
17430 * Makefile.in: add findutils
17431 * configure.in: add findutils to list of host_tools
17432
17433 Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17434
17435 * config.sub: Handle mn10200 and mn10300.
17436
17437 Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17438
17439 * configure.in (d10v-*): Do not build librx.
17440
17441 Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17442
17443 * configure.in (mn10300): Build everything except gdb & libgloss.
17444
17445 Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17446
17447 * config.guess: Patch for Dansk Data Elektronik servers,
17448 from Niels Skou Olsen <nso@dde.dk>.
17449
17450 For ncr, use /bin/uname rather than uname, since GNU uname does not
17451 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17452
17453 Patch for MIPS R4000 running System V,
17454 from Eric S. Raymond <esr@snark.thyrsus.com>.
17455
17456 Fix thinko for nextstep.
17457
17458 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17459
17460 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17461 * config.guess: Guess mips-dec-mach_bsd4.3.
17462
17463 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17464 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17465 release numbers.
17466 * config.guess (mips-mips-riscos*): Emit just enough of the
17467 release number.
17468
17469 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17470 * config.guess (sparc-auspex-sunos*): Added.
17471 (f300-fujitsu-*): Added.
17472
17473 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17474 * config.guess: Recognize a Tadpole as a sparc.
17475
17476 Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17477
17478 * config.guess: Don't assume that NextStep version is either 2 or
17479 3. NextStep 4 (aka OpenStep 4) has come out now.
17480
17481 Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17482
17483 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17484 From Rik Faith <faith@cs.unc.edu>.
17485
17486 Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17487
17488 * config.sub: Contributions from bug-gnu-utils to:
17489 Support plain "hppa" (no version given) architecture, reported by
17490 OpenStep.
17491 OpenBSD like NetBSD.
17492 LynxOs is not a hardware supplier.
17493
17494 * config.guess: Contributions from bug-gnu-utils to add support for:
17495 OpenBSD like NetBSD.
17496 Stratus systems.
17497 More Pyramid systems.
17498 i[n>4]86 Intel chips.
17499 M680[n>4]0 Motorola chips.
17500 Use unknown instead of lynx for hardware manufacturer.
17501
17502 Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17503
17504 * install.sh (chmodcmd): Set to null if the DST directory already
17505 exists.
17506
17507 Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17508
17509 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17510 not use mt-ppc target Makefile fragment any more.
17511
17512 Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17513
17514 * configure.in (*-*-windows): Exclude everything but those dirs
17515 needed to build windows.
17516
17517 Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17518
17519 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17520
17521 Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17522
17523 * configure.in: Exclude mmalloc from i386-windows.
17524
17525 Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17526
17527 * Undo my previous change.
17528
17529 Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17530
17531 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17532 unconditionally.
17533 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17534
17535 Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17536
17537 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17538 host to add it's own flags.
17539
17540 Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17541
17542 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17543
17544 Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17545
17546 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17547 (CXX_FOR_TARGET): Likewise.
17548 (GCC_FOR_TARGET): Define.
17549 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17550 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17551 CC_FOR_TARGET was specified on the command line.
17552 (MAKEOVERRIDES): Don't define.
17553
17554 Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17555
17556 * configure.in (m32r): Fix spelling of libg++ libs.
17557
17558 Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17559
17560 * config.sub (-apple*): Remove, now redundant.
17561
17562 Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17563
17564 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17565
17566 * configure: Rework yesterday's sed script patch.
17567
17568 * config.sub: Merge with FSF.
17569
17570 Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17571
17572 * config.guess: Merge from FSF.
17573
17574 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
17575 * config.guess: Use pc instead of unknown, for pc clone systems.
17576 Change linux to linux-gnu.
17577
17578 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17579 * config.guess: Avoid non-portable tr syntax.
17580
17581 Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17582
17583 * test-build.mk (HOLES): Add "xargs" for gdb.
17584
17585 * configure: Avoid hpux10.20 sed bug.
17586
17587 Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17588
17589 * configure.in: Add support for windows host
17590 (that is a build done under the Microsoft build environment).
17591
17592 Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17593
17594 * Makefile.in: Replace all uses of srcroot with s, to shrink
17595 command line lengths.
17596
17597 Patches from Geoffrey Noer <noer@cygnus.com>:
17598 * configure.in: If configuring for newlib, pass --with-newlib to
17599 subdirectories.
17600 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17601 -Bnewlib/ and -Lwinsup to gcc.
17602 (CXX_FOR_TARGET): Likewise.
17603
17604 Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17605
17606 * Makefile.in (ETC_SUPPORT): Add configure.
17607
17608 Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17609
17610 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
17611 host configuration file.
17612
17613 Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17614
17615 * configure.in: Break mn10x00 support into separate
17616 mn10200 and mn10300 configurations.
17617 * config.sub: Likewise.
17618
17619 Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17620
17621 * configure.in: Add lots of stuff to noconfigdirs for
17622 the mn10x00 targets.
17623
17624 * config.sub, configure.in: Add mn10x00 support.
17625
17626 Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17627
17628 * make-all.com: Call conf-a-gas, not config-a-gas.
17629
17630 Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17631
17632 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
17633 targets.
17634
17635 Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17636
17637 * mpw-README: Add much more detail for native PowerMac.
17638 * mpw-install: New file.
17639 * mpw-configure: Add --norecursion and --help options.
17640 * mpw-config.in: Translate readme and install files when
17641 copying to objdir.
17642 * mpw-build.in: Don't always depend on byacc and flex.
17643 (install-only-top): New action.
17644
17645 Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17646
17647 * configure.in: You can now configure GDB for the v850.
17648
17649 Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17650
17651 * configure.in (noconfigdirs): Don't configure any C++ dirs
17652 if targeting D10V.
17653
17654 Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17655
17656 * config.sub: Recognize mips64vr5000.
17657
17658 Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17659
17660 * configure.in: Use a single line for host_tools and native_only.
17661
17662 Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17663
17664 * config.sub, configure.in: Add entries for m32r.
17665
17666 Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17667
17668 * Makefile.in (inet-install): Don't run install-gzip.
17669
17670 Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17671
17672 * configure.in: Don't config lots of things for *-*-windows*.
17673
17674 Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17675
17676 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17677 (host_libs, host_tools): Copy from configure.in.
17678 * mpw-configure: Don't complain about directories not found.
17679
17680 Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17681
17682 * configure.in (i[345]86): Recognize i686 for pentium pro.
17683 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17684 file.
17685
17686 * config.guess (i[345]86): Ditto.
17687
17688 Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17689
17690 * configure.in (noconfigdirs): Removed gdb for D10V.
17691
17692 Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
17693
17694 * configure.in: Remove ld, target-libio, target-libg++, and
17695 target-libstdc++ from noconfigdirs.
17696
17697 Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17698
17699 * configure: Fix three locations where shell scripts were
17700 being run directly rather than with config_shell.
17701
17702 Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17703
17704 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17705 * config.sub (basic_machine): Recognize v850.
17706
17707 Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17708
17709 * mpw-configure: Handle multiple enable/disable options and
17710 pass them down recursively, handle -c and -s flags appropriately
17711 depending on choice of compiler, add escape mechanism for
17712 quoted arguments to gC.
17713
17714 Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17715
17716 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17717 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17718 so that -mrelocatable-lib and -mno-eabi are used.
17719
17720 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17721 not support --print-multi-lib, don't abort.
17722
17723 Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17724
17725 * make-all.com: Run config-a-gas.
17726 * setup.com: Don't copy subdirectory files around.
17727
17728 Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17729
17730 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17731 target, it now compiles correctly.
17732
17733 Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17734
17735 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17736
17737 Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17738
17739 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
17740
17741 Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17742
17743 * configure.in (native_only): Add prms.
17744
17745 Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17746
17747 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17748 (BINUTILS_SUPPORT_DIRS): Likewise.
17749
17750 Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17751
17752 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17753 d10v support is added.
17754
17755 Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17756
17757 * configure.in (d10v-*-*): New target.
17758
17759 Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17760
17761 * config.guess (HP 9000/811): Recognize this as a PA1.1
17762 machine.
17763
17764 Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17765
17766 * Makefile.in (do-tar-gz): New target, split out from tail end of
17767 taz target. Run each command separately, don't use pipes.
17768 (taz): Use it.
17769
17770 Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17771
17772 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17773 * mpw-build.in: No builds should depend on building byacc or flex,
17774 they are assumed to be installed already.
17775
17776 Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17777
17778 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17779 variable that CC_FOR_TARGET needs.
17780
17781 Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17782
17783 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17784 options have changed since the last time the subdirectory was
17785 configured, and if it has, reconfigure.
17786 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17787 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17788
17789 Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17790
17791 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17792 CLEAN_MODULES): Add bash.
17793 (all-bash): New target.
17794
17795 Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17796
17797 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17798
17799 Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17800
17801 * config.sub (basic_machine): Recognize d10v as a valid processor.
17802
17803 Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17804
17805 * mpw-configure: Add support for --bindir.
17806 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17807
17808 Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17809
17810 * configure.in: add bash, time, gawk to list of hosttools and things
17811 to only build for native toolchains
17812
17813 Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17814
17815 * Makefile.in (docdir): Remove.
17816
17817 Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17818
17819 * Makefile.in (datadir): Set to $(prefix)/share.
17820
17821 Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17822
17823 * configure.in: build diff and patch for cygwin32-hosted
17824 toolchains.
17825
17826 Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17827
17828 * config.sub: Accept -rtems*.
17829
17830 Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17831
17832 * configure.in: enable dosrel for cygwin32-hosted builds,
17833 remove diff from the list of things not buildable
17834 via Canadian Cross
17835
17836 Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17837
17838 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
17839 don't get ". ".
17840
17841 Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17842
17843 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17844
17845 Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17846
17847 * Makefile.in (taz): Handle case where tex3patch didn't even get
17848 checked out. Also, if it was found, put the symlink in a new util
17849 subdirectory.
17850
17851 Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17852
17853 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17854
17855 Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17856
17857 * config.sub: Recognize -openvms.
17858 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17859 * make-all.com, setup.com: New files.
17860
17861 Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17862
17863 * Makefile.in (taz): tex3patch moved to texinfo/util.
17864
17865 Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17866
17867 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17868 * configure.in: remove make from disable-if-Can-Cross list
17869 enable gdb if ${host} and ${target} are cygwin32
17870
17871 Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17872
17873 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17874 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17875
17876 Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17877
17878 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17879 distinguish sysv/svr4/bsd variants.
17880 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17881
17882 Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17883
17884 * configure.in: Added copyright notice.
17885 * move-if-change: Added copyright notice.
17886
17887 Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17888
17889 * configure.in (powerpcle-*-solaris*): Until we get shared
17890 libraries working, don't build gdb, sim, make, tcl, tk, or
17891 expect.
17892
17893 Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17894
17895 * config.guess: Merge with FSF:
17896
17897 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17898 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17899
17900 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17901 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17902
17903 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17904 * config.guess: Combine two OSF1 rules.
17905 Also recognize field test versions. From mjr@zk3.dec.com.
17906 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17907 because GNU uname does not support -p. From pmr@pajato.com.
17908
17909 Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17910
17911 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17912
17913 Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17914
17915 * mpw-README: Document GCCIncludes.
17916
17917 Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17918
17919 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17920
17921 Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17922
17923 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17924
17925 Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17926
17927 * configure.in (*-*-cygwin32): Configure make.
17928
17929 Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17930
17931 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17932
17933 Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17934
17935 * Makefile.in (all-inet): Depend on all-perl.
17936
17937 * Makefile.in (inet-install): New target.
17938
17939 * Makefile.in (all-inet): Depend on all-tcl.
17940 (all-inet): Depend on all-send-pr.
17941
17942 Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17943
17944 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17945 temporarily.
17946
17947 Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17948
17949 * configure.in: Don't configure --with-gnu-ld on AIX.
17950
17951 Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17952
17953 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17954
17955 Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17956
17957 * Makefile.in (ALL_MODULES): Added all-inet.
17958 (CROSS_CHECK_MODULES): Added check-inet.
17959 (INSTALL_MODULES): Added install-inet.
17960 (CLEAN_MODULES): Added clean-inet.
17961 (all-indent): New target.
17962
17963 * configure.in (host_tools): Added inet.
17964 (native_only): Added inet.
17965 (noconfigdirs): Added inet.
17966
17967 Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17968
17969 * configure.in: Don't configure libgloss if we are not configuring
17970 newlib.
17971
17972 Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17973
17974 * configure.in: Don't configure libgloss for unsupported
17975 architectures.
17976
17977 Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17978
17979 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17980
17981 Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17982
17983 * Makefile.in (ALL_MODULES): Include all-apache.
17984 (CROSS_CHECK_MODULES): Include check-apache.
17985 (INSTALL_MODULES): Include install-apache.
17986 (all-apache): New target.
17987
17988 * configure.in: Added apache everywhere perl is seen.
17989
17990 Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17991
17992 * Makefile.in: Add support for clean-{module} and
17993 clean-target-{module} rules.
17994
17995 Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17996
17997 * configure.in (*-*-ose) do not build libgloss.
17998
17999 Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18000
18001 * config.guess (prep*:SunOS:5.*:*): Turn into
18002 powerpele-unknown-solaris2.
18003
18004 Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18005
18006 * configure.in: Permit --enable-shared to specify a list of
18007 directories.
18008
18009 Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18010
18011 * configure.in (host==solaris): Pass only the first word of $CC
18012 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18013
18014 Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18015
18016 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18017
18018 Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18019
18020 * Makefile.in (ALL_MODULES): Include all-perl.
18021 (CROSS_CHECK_MODULES): Include check-perl.
18022 (INSTALL_MODULES): Include install-perl.
18023 (ALL_X11_MODULES): Include all-guile.
18024 (CHECK_X11_MODULES): Include check-guile.
18025 (INSTALL_X11_MODULES): Include install-guile.
18026 (all-perl): New target.
18027 (all-guile): New target.
18028
18029 * configure.in (host_tools): Include perl and guile.
18030 (native_only): Include perl and guile.
18031 (noconfigdirs): Don't build guile and perl; no ports have been
18032 done.
18033
18034 Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18035
18036 * configure (--enable-*): Handle quoted option lists such as
18037 --enable-sim-cflags='-g0 -O' better.
18038
18039 Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18040
18041 * Makefile.in ({,inst}all-target): New rule so we can make and
18042 install all of the target directories easily.
18043
18044 Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18045
18046 * configure.in: Add missing global flag in sed substitution when
18047 deleting `target-' from ${configdirs}.
18048
18049 Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18050
18051 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18052 option.
18053
18054 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18055 config/mh-necv4.
18056
18057 * install.sh: Correct misspelling of transformbasename.
18058
18059 * config.guess: Recognize mips-*-sysv*.
18060
18061 Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18062
18063 * config.sub: Recognize mon960.
18064
18065 Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18066
18067 * configure: Restore Canadian Cross handling of BISON and LEX,
18068 removed in Feb 20 change.
18069
18070 Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18071
18072 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18073 Mention make install. Remove the old copyright date as well the
18074 clumsy and rather pointless copyright on the README file.
18075
18076 Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18077
18078 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18079 Makefile after running symlink-tree, then run `make distclean' to
18080 avoid clobbering any generated files in srcdir.
18081
18082 Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18083
18084 * configure.in (m68k-*-netbsd*): Build everything now.
18085
18086 Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18087
18088 * Makefile.in (taz): Fix quoting.
18089
18090 Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18091
18092 * configure.in (sparclet-*-*): Build everything now.
18093
18094 Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18095
18096 * configure.in (m68k-*-linux*): New host.
18097
18098 Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18099
18100 * configure: Check for bison before byacc.
18101
18102 Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18103
18104 * Makefile.in configure: Change the way LEX and BISON/YACC are
18105 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18106 searching PATH. These are used as fallbacks by Makefile.in if
18107 flex/bison/byacc aren't in objdir.
18108
18109 Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18110
18111 * Makefile.in: Make everything which depends upon all-bfd also
18112 depend upon all-opcodes, in case --with-commonbfdlib is used.
18113
18114 Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18115
18116 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18117 building NT native compilers on Unix.
18118
18119 Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18120
18121 * configure.in: Don't get CC from the host Makefile fragment if we
18122 can find gcc in PATH, or if this is a Canadian Cross. Move the
18123 Solaris test for /usr/ucb/cc to the post target script, just after
18124 the compiler sanity test.
18125
18126 Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18127
18128 * config.sub: Merge with FSF.
18129
18130 Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18131
18132 * Makefile.in (RPATH_ENVVAR): New variable.
18133 (REALLY_SET_LIB_PATH): Use it.
18134 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18135
18136 Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18137
18138 * config.sub, configure.in: Recognize sparclet cpu.
18139
18140 Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18141
18142 * config.guess: Support m68k-cbm-sysv4.
18143
18144 Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18145
18146 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18147 m68k-unknown-linuxaout from linker help string. Put quotes around
18148 $ld_help_string.
18149
18150 Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18151
18152 * config.guess (powerpc-harris-powerunix): Add guess for port
18153 to new target.
18154
18155 Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18156
18157 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18158
18159 Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18160
18161 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18162 $(REALLY_SET_LIB_PATH) in Makefile.
18163 * Makefile.in (SET_LIB_PATH): New variable.
18164 (REALLY_SET_LIB_PATH): New variable.
18165 ($(DO_X)): Use $(SET_LIB_PATH).
18166 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18167 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18168 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18169 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18170 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18171 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18172 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18173 (install-dosrel): Likewise.
18174 (all-opcodes): Depend upon all-libiberty.
18175
18176 Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18177
18178 * config.guess (*:CYGWIN*): New
18179
18180 Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18181
18182 * Makefile.in (all-target-winsup): All all-target-libiberty.
18183
18184 Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18185
18186 * configure.in (noconfigdirs): Add missing # in front of comment.
18187
18188 Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18189
18190 * configure.in: add second pass to things added to noconfigdirs
18191 so *-gm-magic can exclude libgloss properly.
18192
18193 Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18194
18195 * mpw-configure (extralibs_name, rez_name): Set correctly
18196 for MWC68K compiler.
18197
18198 * mpw-README: Add more info on the necessary build tools.
18199
18200 Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18201
18202 * configure.in, config.sub: Recognize cygwin32.
18203
18204 Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18205
18206 * config.guess, config.sub: Recognize A/UX.
18207
18208 Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18209
18210 * config.sub: Merge with gcc/config.sub.
18211
18212 Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18213
18214 * mpw-build.in (do-binutils): Add build of stamps.
18215
18216 Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18217
18218 * config.sub: Add recognition for mips64vr4100*-* targets.
18219
18220 Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18221
18222 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18223 Add creation of gconfigargs with `--enable-shared' turned on.
18224 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18225 ($(host)-stamp-stage3-configured): Likewise.
18226 (HOLES): Add chatr and ldd.
18227 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18228
18229 Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18230
18231 * configure: Pass --nfp to recursive configures.
18232
18233 Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18234
18235 * Makefile.in (DLLTOOL): New.
18236 (DLLTOOL_FOR_TARGET): New.
18237 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18238 (EXTRA_TARGET_FLAGS): Ditto.
18239 (EXTRA_GCC_FLAGS): Ditto.
18240 (CONFIGURE_TARGET_MODULES): Ditto.
18241 (DO_X): Ditto.
18242 * configure: Add DLLTOOL.
18243
18244 Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18245
18246 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18247 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18248 mh-sco, since old workarounds no longer needed, and don't
18249 build ld, since libraries have weak symbols in COFF.
18250
18251 Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18252
18253 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18254
18255 Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18256
18257 * configure.in: Make sure that ${CC} can be used to compile an
18258 executable.
18259
18260 Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18261
18262 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18263 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18264 nothing depending on whether gdbtk is being built.
18265
18266 Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18267
18268 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18269
18270 Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18271
18272 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18273 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18274
18275 Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18276
18277 * config-ml.in: Add support for
18278 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18279 Simplify setting of multidirs from --disable-foo.
18280
18281 Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18282
18283 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18284 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18285 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
18286 non-empty, pass them on to the GCC make.
18287 (all-bootstrap): New rule that is like all-gcc, except it executes
18288 the GCC bootstrap rule instead of the GCC all rule.
18289
18290 Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18291
18292 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18293
18294 Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18295
18296 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18297 DG/UX support.
18298
18299 Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18300
18301 * config.sub (i*86*) Change [345] to [3456]
18302
18303 Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18304
18305 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18306 --with-gnu-ld=no.
18307
18308 Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18309
18310 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18311 AIX multilibs get built.
18312
18313 Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18314
18315 * configure.in (i386-win32): Don't build expect if we're not
18316 building the tcl subdir.
18317
18318 Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18319
18320 * Makefile.in: (configure-target-examples, all-target-examples):
18321 New targets, configure and build example programs.
18322
18323 Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18324
18325 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18326 use it as input to sedit the generated MPW makefile.
18327 * mpw-README: Add a suggestion about Gestalt.h.
18328
18329 Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18330
18331 * config.sub: Accept *-*-ieee*.
18332
18333 Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18334
18335 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18336 Ronald F. Guilmette <rfg@monkeys.com>.
18337
18338 Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18339
18340 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18341 for powerpc-pe native.
18342 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18343 (target==powerpc-pe): duplicate i386-win32 entry.
18344
18345 Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18346
18347 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18348 of vxworks, not just vxworks5.1.
18349
18350 Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18351
18352 * mpw-configure: Add support for exec-prefix.
18353
18354 Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18355
18356 * config.guess: Recognize HP model 816 machines as having
18357 a PA1.1 processor.
18358
18359 Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18360
18361 * configure: Ignore new autoconf configure options.
18362
18363 Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18364
18365 * config.guess: Recognize Pentium under SCO.
18366 From Robert Lipe <robertl@arnet.com>.
18367
18368 Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18369
18370 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
18371
18372 Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18373
18374 * configure.in: Don't configure gas for alpha-dec-osf*.
18375
18376 Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18377
18378 * configure.in: Default to --with-stabs for some targets for which
18379 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18380 i[345]86*-*-unixware*.
18381
18382 Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18383
18384 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18385 rather than basing it on the target. Simplify handling of options
18386 controlling which directories to configure. Remove extraneous
18387 slash in multi-clean target.
18388
18389 Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18390
18391 * config-ml.in: Prefix more variables with ml_ so they don't collide
18392 with configure's.
18393
18394 Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18395
18396 * configure: Don't turn -v into --v.
18397
18398 Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18399
18400 * configure.in (targargs): Fix typo.
18401
18402 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18403
18404 Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18405
18406 * configure.in: Strip --host and --target options from
18407 CONFIG_ARGUMENTS, and always configure for --host only. Add
18408 --with-cross-host option when building with a cross-compiler.
18409 * configure: Canonicalize the arguments put into config.status by
18410 always using `=' for an option with an argument. Pass a presumed
18411 --host or --target explicitly.
18412
18413 Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18414
18415 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18416 into general OS recognition case.
18417
18418 Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18419
18420 * configure.in (target_configdirs): add target-winsup only
18421 for win32 target systems.
18422
18423 Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18424
18425 * Makefile.in (all-target-libgloss): Depend upon
18426 configure-target-newlib, since when libgloss is built it looks to
18427 see if the newlib directory exists.
18428
18429 Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18430
18431 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18432 cfg-ml-*.in.
18433
18434 Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18435
18436 * configure: Handle LD and LD_FOR_TARGET when configuring a
18437 Canadian Cross.
18438
18439 Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18440
18441 * configure.in (target_libs): add target-winsup.
18442 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18443 (target==ppcle-pe): remove ld from $noconfigdirs.
18444
18445 Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18446
18447 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18448 Preserve relative path names in $srcdir. Build symlink tree if
18449 configuring cross target dir and srcdir=. (= no VPATH support).
18450 (configure-target-libg++): Depend on configure-target-librx.
18451 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18452 * config-ml.in: New file.
18453 * symlink-tree: New file.
18454 * configure: Ensure srcdir="." if that's what it is.
18455
18456 Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18457
18458 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18459 includes and FLEX_SKELETON setting.
18460 * mpw-configure (--with-gnu-ld): New option, controls whether
18461 to use PPCLink or ld with PowerMac GCC.
18462 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18463 * mpw-config.in: Configure grez if targeting Mac.
18464
18465 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
18466 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18467 just macos.
18468 * configure.in: Configure grez resource compiler if targeting Mac.
18469 * Makefile.in (all-grez, install-grez): New targets.
18470
18471 Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18472
18473 * configure: CXX defaults to gcc, not g++. If we find
18474 gcc in the path, set CC to gcc -O2.
18475
18476 Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18477
18478 * configure: Default ${build} correctly. Avoid picking up extra
18479 spaces when reading CC and CXX from Makefile. When doing a
18480 Canadian Cross, use plausible default values for numerous
18481 variables.
18482 * configure.in: When doing a Canadian Cross, don't try to
18483 configure tools whose configure script can't handle it.
18484
18485 Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18486
18487 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18488
18489 Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18490
18491 * configure: Remove dubious bug reporting address.
18492
18493 Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18494
18495 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18496 configure script, run that instead of this directory's configure.
18497 In either case, print a message that we're configuring the sub-dir.
18498
18499 Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18500
18501 * configure.in: Before checking for the existence of various files,
18502 use sed to filter out "target-".
18503
18504 Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18505
18506 * Makefile.in (DO_X): Split rule to decrease command line length
18507 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18508 (Philippe De Muyter).
18509
18510 Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18511
18512 * Makefile.in (all-patch): depend on all-libiberty.
18513
18514 Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18515
18516 * configure.in: If the only directory in target_configdirs which
18517 actually exists is libiberty, then set target_configdirs to empty,
18518 to avoid trying to build a target libiberty in a gas or gdb
18519 distribution.
18520
18521 Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18522
18523 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
18524 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18525 systems.
18526
18527 Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18528
18529 * configure.in (copy_dirs): Use sys-include instead of include
18530 for --with-headers option.
18531
18532 Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18533
18534 * Makefile.in, configure.in: Make winsup builds work with
18535 new scheme.
18536
18537 Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18538
18539 * configure.in: Build the linker on AIX.
18540
18541 Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18542
18543 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18544 where needed.
18545
18546 Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18547
18548 * Makefile.in (all-gcc): Fix typo.
18549
18550 Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18551
18552 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18553
18554 Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18555
18556 * configure.in: Rename libFOO to target-libFOO, and xiberty
18557 to target-xiberty, to provide more flexibility.
18558 (target_subdir): Define. Create if cross.
18559 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18560 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18561 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18562 check-libFOO -> check-target-libFOO, etc.
18563 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18564 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18565 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18566 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18567 allow ALL_GCC="" to only configure.
18568 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18569 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18570 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18571
18572 Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18573
18574 * Makefile.in (taz): Build "info" in etc explicitly.
18575
18576 Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18577
18578 * configure.in: Make sure that CC is undefined (as opposed to
18579 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18580 problem with autoconf trying to configure on a host without GCC.
18581
18582 Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18583
18584 * mpw-configure: Set host alias from choice of host compiler,
18585 only use generic MPW Makefile sed if present, edit a file
18586 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18587 * mpw-README: Add problem notes about CW6 and CW7.
18588
18589 Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18590
18591 * Makefile.in (taz): Use ";" instead of ";;".
18592
18593 Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18594
18595 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18596 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18597 DISTDOCDIRS.
18598 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18599 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18600
18601 Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18602
18603 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18604 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18605 Move bfd to DISTSTUFFDIRS.
18606
18607 Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18608
18609 * Makefile.in (X11_LIB): Removed.
18610 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18611
18612 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18613
18614 Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18615
18616 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18617 names.
18618
18619 Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18620
18621 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18622
18623 Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18624
18625 * configure.in (i[345]86-*-win32): Always build newlib.
18626 Don't configure cvs, autoconf or texinfo.
18627 * Makefile.in (LD_FOR_TARGET): New.
18628 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18629 Pass down LD_FOR_TARGET.
18630
18631 Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18632
18633 * winsup: New directory.
18634 * Makefile.in: Build winsup.
18635 * configure.in: Winsup is configured when target is win32.
18636 Can only build win32 target GDB when native.
18637
18638 Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18639
18640 * config.guess: Recognize HP model 819 machines as having
18641 a PA 1.1 processor.
18642
18643 Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18644
18645 * configure: Fix sed loop which substitutes for CC and CXX to
18646 avoid bug found in various sed implementations.
18647
18648 Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18649
18650 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18651 simulator. Use standard powerpc-*-eabi*.
18652
18653 Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18654
18655 * configure.in: Stop putting gas and binutils in noconfigdirs for
18656 powerpc-*-aix* and rs6000-*-*.
18657
18658 Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18659
18660 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18661 -mcall-aixdesc libraries.
18662
18663 Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18664
18665 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18666
18667 * config.sub (arm | armel | armeb): Fix shell syntax.
18668
18669 Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18670
18671 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18672 -msoft-float and -mcpu=common support.
18673 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18674 libraries.
18675
18676 Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18677
18678 * configure.in: Allow configuration and build of emacs19 for the alpha.
18679
18680 Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18681
18682 * configure.in (CC): Get ^CC, not just any old CC, from
18683 ${host_makefile_frag}.
18684
18685 Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18686
18687 * configure.in (CC): Try to get CC from
18688 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18689
18690 Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18691
18692 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18693 only if it exists in $(srcdir).
18694
18695 Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18696
18697 * configure: If CC and CXX are not set in the environment, set
18698 them, based on either an existing Makefile or on searching for gcc
18699 in PATH. Substitute for CC and CXX in Makefile.
18700 * configure.in: Remove libm from target_libs. Separate
18701 target_configdirs from configdirs. If CC is not set in
18702 environment, try to get it from a host Makefile fragment. Rewrite
18703 changes of configdirs to use skipdirs instead. A few minor
18704 tweaks. Take directories out of target_configdirs as they are
18705 taken out of configdirs. Remove existing Makefile files from
18706 subdirectories. Substitute for TARGET_CONFIGDIRS and
18707 CONFIG_ARGUMENTS in Makefile.
18708 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18709 by configure.in.
18710 (CONFIG_ARGUMENTS): Likewise.
18711 (CONFIGURE_TARGET_MODULES): New variable.
18712 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18713 ($(CONFIGURE_TARGET_MODULES)): New target.
18714 (configure-libg++, configure-libio): New targets.
18715 (all-libg++): Depend upon configure-libg++.
18716 (all-libio): Depend upon configure-libio.
18717 (configure-libgloss, all-libgloss): New targets.
18718 (configure-libstdc++): New target.
18719 (all-libstdc++): Depend upon configure-libstdc++.
18720 (configure-librx, all-librx): New targets.
18721 (configure-newlib): New target.
18722 (all-newlib): Depend upon configure-newlib
18723 (configure-xiberty): New target.
18724 (all-xiberty): Depend upon configure-xiberty.
18725
18726 Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18727
18728 * configure.in (host i[345]86-*-win32): Expand the
18729 noconfigdirs again.
18730
18731 Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18732
18733 * mpw-configure: Fix sed command file name.
18734
18735 Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18736
18737 * configure.in (host i[345]86-*-win32): Reduce the
18738 noconfigdirs again.
18739
18740 Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18741
18742 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18743 or powerpc*-*-pe*, since they are not yet supported.
18744
18745 Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18746
18747 Add PowerMac support and many other enhancements.
18748 * mpw-configure: New option --cc to select compiler to use,
18749 paste options set according to --cc into the generated
18750 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18751 if mpw-make.sed is present.
18752 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18753 add forward includes for PowerPC include files.
18754 * mpw-build.in: Build using Makefile.PPC if present.
18755 (do-byacc, etc): Remove separate version resource builds.
18756 (do-gas): Build "stamps" before "all".
18757 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18758 * mpw-README: Update to reflect --cc option, PowerMac support,
18759 and recently-reported compatibility problems.
18760
18761 Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18762
18763 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18764 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18765 (--with-multilib-top): Pass to recursive invocations.
18766
18767 Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18768
18769 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18770 v810-*-*.
18771
18772 Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18773
18774 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18775 gdb, ld and opcodes on v810-*-*.
18776
18777 Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18778
18779 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18780 (local-maintainer-clean): New target.
18781 (maintainer-clean): New target.
18782 (realclean): Just depend upon maintainer-clean.
18783
18784 Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18785
18786 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18787
18788 Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18789
18790 * configure.in: Build ld in mips*-*-bsd* case.
18791
18792 Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18793
18794 * config.sub: Accept -lites* OS. From Ian Dall.
18795
18796 Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18797
18798 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
18799 targets.
18800
18801 Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18802
18803 * configure.in: treat i386-win32 canadian cross the same as
18804 i386-go32 canadian cross.
18805
18806 Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18807
18808 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18809 running under the simulator to build a reduced set of libraries.
18810 (powerpc-*-eabiaix): Add fine grained multilib support added to
18811 other powerpc targets yesterday.
18812
18813 Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18814
18815 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18816 -disable-softfloat, -disable-relocatable, -disable-aix, and
18817 -disable-sysv to control which multilib libraries get built.
18818
18819 Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18820
18821 * configure: Add Makefile.tem to list of files to remove in trap
18822 handler.
18823
18824 Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18825
18826 * config.guess (*Linux*): Add missing "exit"s.
18827 Also, need specific check for alpha-unknown-linux (uses COFF).
18828
18829 Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18830
18831 * config.guess: Merge with FSF:
18832
18833 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18834 * config.guess (AIX4): More robust release numbering discovery.
18835
18836 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18837 * config.guess (i386-sequent-ptx): Properly get version number.
18838
18839 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18840 * config.guess (mips:*:4*:UMIPS): New case.
18841
18842 Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18843
18844 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18845 (i386-win32 host): Likewise. Don't build readline.
18846
18847 Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18848
18849 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18850 SUPPORT_FILES to submakes.
18851
18852 Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18853
18854 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18855 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18856 mpw-configure.
18857
18858 Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18859
18860 * configure.in (appdirs): Use =, not ==, in test expression when
18861 trying to build the text to print in the warning message for
18862 Solaris users.
18863
18864 Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18865
18866 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18867
18868 Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18869
18870 * config.guess: Recognize lynx-2.3.
18871
18872 Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18873
18874 * config.sub (z8ksim): Deleted
18875 (z8k-*-coff): New, this is the one true name of the target.
18876
18877 Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18878
18879 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18880
18881 Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18882
18883 * config.guess (*:Linux:*:*): First try asking the linker what the
18884 default object file format is (elf, aout, or coff). Then if this
18885 fails, try previous methods.
18886
18887 Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18888
18889 * configure.in: Don't build newlib for *-*-vxworks5.1.
18890
18891 Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18892
18893 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18894 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18895
18896 Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18897
18898 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18899
18900 Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18901
18902 * cfg-ml-com.in: New file.
18903 * cfg-ml-pos.in: New file.
18904
18905 Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18906
18907 * COPYING.NEWLIB: Add HP free copyright to list.
18908
18909 Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18910
18911 * config.sub: Recognize -eabi* for the system, not just -eabi.
18912
18913 Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18914
18915 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18916 * config.sub, configure.in (win32): New target and host.
18917
18918 Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18919
18920 * configure.in: Add i386-pe configuration.
18921
18922 Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18923
18924 * mpw-build.in (install): Install GDB after LD.
18925
18926 Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18927
18928 * mpw-config.in (elf/mips.h): Always forward-include, needed
18929 for GDB to build.
18930
18931 Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18932
18933 * testsuite: New directory for customer acceptance and whole tool
18934 chain tests.
18935
18936 Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18937
18938 * configure: If per-host line isn't found, but AC_OUTPUT is found
18939 and a configure script exists, run it instead.
18940
18941 Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18942
18943 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18944
18945 Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18946
18947 * configure: Set build_{cpu,vendor,os,alias} to host values when
18948 --build isn't specified.
18949
18950 Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18951
18952 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18953 (FLAGS_TO_PASS): Pass them.
18954 (EXTRA_TARGET_FLAGS): Ditto.
18955
18956 Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18957
18958 * Makefile.in (all-libg++): Depend on all-libstdc++.
18959
18960 Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18961
18962 * configure.in (noconfigdirs): Enable all packages for
18963 i386-unknown-netbsd.
18964
18965 Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18966
18967 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18968 hosted builds (DOS builds)
18969
18970 Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18971
18972 Changes for ARM based on patches from Richard Earnshaw:
18973 * config.sub: Handle armeb and armel.
18974 * configure.in: Omit arm linker only for riscix.
18975
18976 Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18977
18978 * config.guess: Update from FSF.
18979
18980 Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18981
18982 * config.sub: Recognize powerpcle as the little endian variant of
18983 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18984 powerpcle variant. Convert pentium into i586, not i486. Add p5
18985 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18986 temporarily.
18987
18988 Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18989
18990 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18991
18992 Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18993
18994 * config.sub: Accept -lites* as a basic system type.
18995
18996 Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18997
18998 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18999 installed, and if so return linuxoldld as the system name.
19000
19001 Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19002
19003 * config.guess: Add hppa1.1-hp-lites support.
19004
19005 Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19006
19007 * configure.in: Don't build newlib for m68k-vxworks5.1.
19008
19009 Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19010
19011 * configure.in (mips-sgi-irix6): Use mh-irix5.
19012
19013 Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19014
19015 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19016
19017 Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19018
19019 * test-build.mk: Enable building of shared libraries on IRIX 5 and
19020 OSF/1. Fix compiler flags.
19021 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19022
19023 Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19024
19025 * configure.in: Recognize --with-newlib.
19026 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19027
19028 Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19029
19030 * Makefile.in: move {all,check,install}-gdb from *_MODULES
19031 to *_X11_MODULES due to gdbtk needing X include files et al.
19032
19033 Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19034
19035 Merge in support for Mac MPW as a host.
19036 (Old change descriptions retained for informational value.)
19037
19038 * mpw-config.in: Add generic include forwards for cpu-specific
19039 include files in aout and elf directories.
19040
19041 * mpw-configure: Added copyright.
19042 * mpw-config.in: Check for presence of required build tools.
19043 (target_libs): Add newlib.
19044 (target_tools): Add examples.
19045 (Read Me): Generate as "Read Me for MPW" instead.
19046 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19047 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19048 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19049
19050 * mpw-configure: Remove subdir-specific makefile hackery,
19051 delete mk.tmp after using it.
19052
19053 * mpw-build.in (all): Display start and end times.
19054
19055 * mpw-configure (host_canonical): Set.
19056 (target_cpu): Always add to makefiles.
19057 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19058 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19059 (mpw-mh-mpw): Look for in srcdir and srcroot.
19060 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19061
19062 * mpw-build.in: (install-only): New target.
19063
19064 * mpw-configure (host_alias, target_alias): Rename from hostalias
19065 and targetalias, add into generated Makefile.
19066 (mk.tmp): If present, add into generated Makefile.
19067 * mpw-build.in (all-gas): Build config.h first before gas proper.
19068
19069 * mpw-configure (config.status): Write only if changed.
19070 * mpw-config.in (readline): Configure it (not built, just used for
19071 definitions).
19072
19073 * mpw-config.in (elf/mips.h): Add a forward include.
19074
19075 * mpw-config.in: Forward-include most .h files in include into
19076 extra-include.
19077 (readline): Don't build.
19078 mpw-build.in (install): Install GDB.
19079
19080 * mpw-configure (prefix, mpw_prefix): Handle it.
19081 * mpw-config.in (mmalloc, readline): Don't configure.
19082 * mpw-build.in (thisscript): Rename to ThisScript.
19083 Use mpw-build instead of BuildProgram everywhere.
19084 (mmalloc, readline): Don't build.
19085 * mpw-README: New file, basic documentation about the MPW port.
19086
19087 * mpw-config.in: Use forward-include to create include files.
19088
19089 * mpw-configure: Add more things to the top of each configured
19090 Makefile, including contents of config/mpw-mh-mpw.
19091 * mpw-config.in (extra-include): Create this directory and fill it
19092 with Posix-like include files when configuring.
19093
19094 * config.sub (apple, mac, mpw): Add various aliases.
19095
19096 * mpw-build.in: New file, top-level build script fragment for MPW.
19097 * mpw-configure: New file, configure script for MPW.
19098 * mpw-config.in: New file, config fragment for MPW.
19099
19100 Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19101
19102 * configure.in (host_libs): Remove glob, since it is gone from the
19103 sources.
19104
19105 Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19106
19107 * Makefile.in: define empty GDB_NLM_DEPS var.
19108
19109 * configure.in(target_makefile_frag): use config/mt-netware
19110 for netware targets.
19111
19112 Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19113
19114 * config.sub: Merge in recent FSF changes. Remove linux special
19115 cases.
19116
19117 Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19118
19119 Revert this change:
19120
19121 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19122
19123 * build-all.mk: Use CC=cc -Xs on Solaris.
19124
19125 Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19126
19127 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19128 stop using it.
19129 * Makefile.in: Nuke all references to glob subdirectory.
19130
19131 Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19132
19133 * configure.in: Fix --enable-shared logic in per-host.
19134
19135 Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19136
19137 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19138
19139 Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19140
19141 * configure.in (noconfigdirs): Don't build gas on AIX, for
19142 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19143
19144 Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19145
19146 * configure: Fix --cache-file to work if the file argument is a
19147 relative path.
19148
19149 Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19150
19151 * configure: If the --cache-file is used, pass it down to
19152 configure in subdirectories.
19153
19154 Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19155
19156 * config.sub: add vxworks29k configuration.
19157
19158 Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19159
19160 * Makefile.in (taz): Do "diststuff" part quietly.
19161
19162 Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19163
19164 * config.sub: Mini-merge with gcc/config.sub.
19165
19166 Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19167
19168 * config.guess (IRIX): Sed - to _.
19169
19170 Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19171
19172 * Makefile.in (source-vault, binary-vault): New targets.
19173
19174 Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19175
19176 * config.sub: Recognize -eabi as a basic system type.
19177
19178 Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19179
19180 * configure.in (enable_shared stuff): Fix typo.
19181
19182 Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19183
19184 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19185
19186 Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19187
19188 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19189
19190 Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19191
19192 * configure.in (rs6000-*-*): Don't build gas.
19193
19194 Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19195
19196 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19197 reduce command line length.
19198 (AS_FOR_TARGET): Check for as.new, not Makefile.
19199 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19200
19201 Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19202
19203 * config.guess: Merge from FSF.
19204
19205 Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19206
19207 * configure: Don't use $ when handling program_suffix.
19208
19209 Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19210
19211 * configure.in: Configure tk for hppa/hpux.
19212
19213 Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19214
19215 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19216
19217 Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19218
19219 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19220 to LIBCXXFLAGS. Tests are better run without it.
19221
19222 Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19223
19224 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19225
19226 Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19227
19228 * configure.in (*-*-netware*): Don't configure xiberty.
19229
19230 Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19231
19232 * configure.in: Remove tk from native_only list.
19233
19234 Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19235
19236 * build-all.mk: Add mips-ncd-elf target to sun4 targets
19237 for special NCD build.
19238
19239 Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19240
19241 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19242 makeall.bat, they're only useful for binutils snapshots.
19243 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19244 makeall.bat to specified SUPPORT_FILES.
19245
19246 Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19247
19248 * build-all.mk: Add Ericsson targets to sun4 and solaris
19249 hosts. Add BNR's sun4 target to solaris host, so their
19250 build-from-source will be tested in-house first.
19251
19252 Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19253
19254 * Makefile.in (LIBCFLAGS): New variable.
19255 (CFLAGS_FOR_TARGET): Ditto.
19256 (LIBCFLAGS_FOR_TARGET): Ditto.
19257 (LIBCXXFLAGS): Ditto.
19258 (CXXFLAGS_FOR_TARGET): Ditto.
19259 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19260 (BASE_FLAGS_TO_PASS): Pass them.
19261 (EXTRA_TARGET_FLAGS): Ditto.
19262
19263 * configure.in: Support --enable-shared.
19264
19265 Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19266
19267 * configure.in (target_libs): Include libstdc++ again.
19268 * config.guess: Update from FSF (for FreeBSD).
19269
19270 Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19271
19272 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19273 makeall.bat.
19274 (DISTDOCDIRS): Add `etc'.
19275 (ETC_SUPPORT_PFX): New variable.
19276 (taz): Include anything from etc starting with a word in
19277 ETC_SUPPORT_PFX.
19278
19279 Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19280
19281 * config.sub: Update for recent FSF changes. Remove obsolete
19282 h8300hds entry. Add -windows* and -osx as basic os. Minor
19283 spacing changes.
19284
19285 Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19286
19287 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19288
19289 * config.guess: Merge with FSF.
19290 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19291
19292 Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19293
19294 * configure: Since the "trap 0" handler will override the exit
19295 status on many systems, only use it for "exit 1", and make it set
19296 a non-zero exit status; reset it before "exit 0". Also, check
19297 exit status of config.sub, and error out if it failed.
19298
19299 Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19300
19301 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19302 and install libgloss.
19303
19304 Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19305
19306 * Makefile.in (all-binutils): Depend upon all-byacc.
19307
19308 * configure.in: Don't build emacs on Irix 5.
19309
19310 Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19311
19312 * configure.in (*-*-netware*): Add libio.
19313
19314 Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19315
19316 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19317 (CHECK_TARGET_MODULES): Ditto.
19318 (INSTALL_TARGET_MODULES): Ditto.
19319 (TARGET_LIBS): Ditto.
19320 (all-libstdc++): Note dependencies.
19321
19322 Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19323
19324 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19325
19326 Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19327
19328 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19329 -fexternal-templates.
19330
19331 * configure.in (target_libs): Add libstdc++.
19332 (noconfigdirs): Add libstdc++ as appropriate.
19333
19334 Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19335
19336 * config.guess: Update from FSF.
19337
19338 Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19339
19340 * configure: Use ${config_shell} when running ${configsub}.
19341
19342 Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19343
19344 * config.sub: No longer recognize h8300h.
19345
19346 Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19347
19348 * config.sub: Remove extraneous differences between config.sub and
19349 gcc/config.sub.
19350
19351 Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19352
19353 * Makefile.in (DISTSTUFFDIRS): Add gas.
19354
19355 Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19356
19357 * COPYING.NEWLIB: New file.
19358
19359 Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19360
19361 * config.guess (HP-UX): Patch from Harlan Stenn
19362 <harlan@landmark.com> to also emit release level.
19363
19364 Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19365
19366 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19367
19368 Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19369
19370 * config.sub: Merge nextstep cleanup from FSF.
19371
19372 Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19373
19374 * configure.in (arm-*-*): Don't configure ld for this target.
19375
19376 Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19377
19378 * configure.in (*-*-netware): don't configure libg++, libio,
19379 librx, or newlib.
19380
19381 Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19382
19383 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19384 configure ld--it works, but it doesn't support shared libraries.
19385
19386 Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19387
19388 * config.guess (*-unknown-freebsd*): Get rid of possible
19389 trailing "(Release)" in version string.
19390 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19391
19392 Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19393
19394 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19395 Fix type: *-next-neststep -> *-next-nextstep.
19396
19397 * config.guess: Merge from FSF:
19398
19399 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19400
19401 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19402
19403 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19404
19405 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19406 instead of UNIX_SV for UnixWare 1.0).
19407
19408 Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19409
19410 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19411 to make gdb/nlm/* build after the compiler and linker.
19412
19413 Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19414
19415 * config.guess (netbsd, freebsd, linux): Accept any machine,
19416 not just i[34]86.
19417 (m68k-atari-sysv4): Relocate to match FSF version.
19418
19419 * config.guess: More merges from the FSF:
19420
19421 Add a space before function call or macro invocation.
19422
19423 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19424
19425 * config.guess: Add trap cmd to remove dummy.c and dummy when
19426 interrupted.
19427
19428 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19429
19430 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19431 (dummy): Redirect stderr from compilation of dummy.c.
19432
19433 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19434
19435 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19436
19437 Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19438
19439 * configure: Accept and ignore --cache*, for compatibility with
19440 new autoconf.
19441
19442 Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19443
19444 * config.guess: Merge from FSF:
19445
19446 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19447
19448 * config.guess (Pyramid*:OSx*:*:*): New case.
19449 (PATH): Add /.attbin at end for finding uname.
19450 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
19451
19452 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19453
19454 * config.guess (M88*:DolphinOS:*:*): New case.
19455
19456 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19457
19458 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19459 to select whether to use ELF or COFF.
19460
19461 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19462
19463 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
19464
19465 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19466
19467 * config.guess: Guess the OS version for HPUX.
19468
19469 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19470
19471 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19472
19473 Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19474
19475 * configure.in: Recognize --with-headers, --with-libs, and
19476 --without-newlib.
19477 * Makefile.in (all-xiberty): Depend upon all-ld.
19478
19479 Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19480
19481 * configure.in: Change i[34]86 to i[345]86.
19482
19483 Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19484
19485 * configure (version): A few more tweaks to help message.
19486
19487 Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19488
19489 * Makefile.in: Remove (for now) librx as a host library,
19490 now that we're building it for target.
19491
19492 Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19493
19494 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19495 (Karl Berry).
19496
19497 Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19498
19499 * configure.in: Also configure librx.
19500
19501 Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19502
19503 * Makefile.in: Update various rules to reflect that librx
19504 is now needed for libg++.
19505
19506 Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19507
19508 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19509
19510 Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19511
19512 * configure.in: Configure the examples directory.
19513
19514 Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19515
19516 * configure: Simplify Jun 2 1994 change.
19517
19518 Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19519
19520 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19521 /bin/gcc isn't good enough to build gcc.
19522
19523 Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19524
19525 * Makefile.in (GDB_SUPPORT_FILES): Remove
19526 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19527 (gdb.tar.gz): Add new rule to use standard distribution building
19528 mechanism.
19529
19530 Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19531
19532 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19533 Bill Cox <bill@cygnus.com>.
19534
19535 Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19536
19537 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19538
19539 Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19540
19541 * configure: Search current dir first in .gdbinit.
19542
19543 Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19544
19545 * config.sub: Recognize freebsd (merged from gcc config.sub).
19546
19547 Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19548
19549 * config.sub: Refer to NeXT's operating system as nextstep.
19550
19551 * config.sub (case $basic_machine): Re-order the cases, to match
19552 the order in the FSF version (which is mostly alphabethical).
19553 Merge in some additions and changes from the FSF.
19554
19555 Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19556
19557 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19558 * config.sub: Recognize cxux7.
19559 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19560
19561 Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19562
19563 * config.sub: Fix typo powerpc -> powerpc-*.
19564
19565 Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19566
19567 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19568
19569 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19570 parallel with all-emacs and install-emacs). Top-level command
19571 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19572
19573 Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19574
19575 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19576 $(relbindir)/make before doing ``make install'', and use
19577 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19578 installing over running make binary.
19579 ($(host)-stamp-stage3-installed): Likewise.
19580
19581 Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19582
19583 * config.guess: Recognize Mach.
19584
19585 Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19586
19587 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19588 see whether --exec-prefix was used.
19589
19590 Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19591
19592 * README: Explicitly mention libg++/README. (Zoo's idea.)
19593
19594 Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19595
19596 * Makefile.in: Add all-librx target similar to all-libproc.
19597
19598 Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19599
19600 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19601 with post 1.2 uname bogosity.
19602
19603 Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19604
19605 * configure: Remove temporary files on receipt of a signal.
19606
19607 Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19608
19609 * configure: If there is a package_makefile_frag, remove
19610 ${subdir}/Makefile.tem after copying it in.
19611
19612 Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19613
19614 * build_all.mk: support rs6000 lynx identifies itself as
19615 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19616 since /bin/gcc is too feeble to compile a modern gcc.
19617
19618 Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19619
19620 * brought devo/test-build.mk update-to-date with progressive/
19621 test-build.mk. Add lynx targets and hppa flag info.
19622
19623 Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19624
19625 * configure.in: Use mh-ncrsvr43. Patch from
19626 Tom McConnell <tmcconne@sedona.intel.com>.
19627
19628 Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19629
19630 * config.guess (i386-unknown-bsdi): No longer need to
19631 check #if defined(__bsdi__) && defined(__i386__).
19632
19633 Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19634
19635 * configure: Set program_transform_nameoption correctly.
19636
19637 Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19638
19639 * brought build-all.mk update-to-date with progressive build-all.mk,
19640 added new targets and hppa info.
19641
19642 Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19643
19644 * configure: If config.guess result is a prefix of the user
19645 specified target, assume a native build and use the user specified
19646 target as the host alias. Remove SunOS patch suffix removal hack.
19647 * configure.in: Remove SunOS patch suffix removal hack.
19648
19649 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19650 in NATIVE_CHECK_MODULES.
19651
19652 Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19653
19654 * Makefile.in: Rename HOST_ONLY to NATIVE.
19655 * configure: Delete SunOs patch suffix from host_canonical
19656 and build_canonical variables that are prepended to Makefiles.
19657 * configure.in: Add comments for easier maintenance.
19658
19659 Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19660
19661 * Makefile.in: Add all-libproc target similar to all-gui.
19662
19663 Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19664
19665 * Makefile.in (CHECK_MODULES): split into
19666 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19667
19668 Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19669
19670 * config.guess (i386-unknown-bsdi): New system to guess.
19671
19672 Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19673
19674 * Makefile.in: Add all-gui target (but not yet build by "all").
19675
19676 Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19677
19678 * config.sub: Move deletion of patch suffix from here...
19679 * configure.in: To here, at Ian's suggestion. The top-
19680 level scripts might need to know of a patch level.
19681
19682 Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19683
19684 * config.sub: Strip off patch suffix so rtl is recognized
19685 as a sunos4.1.3 machine, even though it's been patched.
19686
19687 Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19688
19689 * Makefile.in (INSTALL_LAST): Delete.
19690 (INSTALL_DOSREL): New.
19691
19692 Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19693
19694 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19695 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19696 whether we pass down --with-gnu-ld anyhow.
19697
19698 Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19699
19700 * Makefile.in (INSTALL_LAST): Change operation so it works
19701 on more flavors of make.
19702 * configure.in (go32): Don't build libg++ or libio.
19703
19704 Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19705
19706 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19707 they can be overriden by templates.
19708
19709 Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19710
19711 * configure.in (target==go32): Don't build gdb.
19712 * dosrel: New directory.
19713
19714 Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19715
19716 * configure.in (host==go32): Configure dosrel too.
19717 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19718 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19719 be set by incoming names or templates.
19720 (INSTALL_LAST): New rule.
19721
19722 Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19723
19724 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19725
19726 Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19727
19728 * configure.in (appdirs): New variable. Currently empty, but will
19729 be used in gas distribution. If nonempty, lists a set of
19730 directories at least one of which must get configured, or top
19731 level configuration is considered to have failed.
19732 (rs6000-*-lynxos*): Use new file name.
19733
19734 Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19735
19736 Eliminate XTRAFLAGS.
19737 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19738 newlib include files using -idirafter, and also use -nostdinc.
19739 (CXX_FOR_TARGET): Likewise.
19740 (XTRAFLAGS): Removed.
19741 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19742 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19743 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19744 ($(DO_X)): Don't pass down XTRAFLAGS.
19745
19746 Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19747
19748 * configure.in (mips*-dec-bsd*): New target; do build linker.
19749 (mips*-*-bsd*): New target; don't build linker.
19750
19751 Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19752
19753 * configure.in: support rs6000-*-lynxos* configuration.
19754 support sunos4 as a cross target.
19755
19756 * config.sub: look for lynx*, not lynx since the OS version may
19757 legitimately be part of the name.
19758
19759 Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19760
19761 * configure.in (i[34]86-*-sco*): Move to be with other i386
19762 targets.
19763 (romp-*-*): New target. Skip various binary utilities.
19764 (vax-*-*): New target. Don't build newlib.
19765 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19766
19767 Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19768
19769 * configure.in: Only set host_makefile_frag if config
19770 directory exists.
19771
19772 Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19773
19774 * install.sh: If $dstdir exists, don't check whether each
19775 component does.
19776
19777 Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19778
19779 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19780
19781 Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19782
19783 * configure.in (*-*-lynxos*): Don't configure newlib for either
19784 native or cross Lynx.
19785
19786 Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19787
19788 * config.sub (sparc64-elf): Fix os.
19789 (z8k): Remove duplicate.
19790
19791 Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19792
19793 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19794 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19795
19796 Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19797
19798 * configure: Make file links cleanly even if Lynx fails on
19799 an NFS symlink (at least fail cleanly).
19800
19801 Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19802
19803 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19804 -XNh2000.
19805
19806 Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19807
19808 * configure: Unknown options are fatal again.
19809
19810 Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19811
19812 * configure: Ignore --x-includes and --x-libraries, for Autoconf
19813 compatibility.
19814
19815 Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19816
19817 * build-all.mk: Add `clean' target.
19818
19819 Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19820
19821 * config.guess: Add SINIX support.
19822 * configure.in: Add mips-*-sysv4* support.
19823
19824 Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19825
19826 * build-all.mk: Document all useful targets.
19827 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19828 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19829
19830 Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19831
19832 * configure: Support --silent, --quiet.
19833
19834 Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19835
19836 * configure: Support --disable-FEATURE.
19837
19838 Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19839
19840 * config.guess: Recognize NCR running SVR4.3.
19841
19842 Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19843
19844 * config.guess: Make BSDI generate i386-unknown-bsd386.
19845 Patch from Paul Eggert <eggert@twinsun.com>.
19846
19847 Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19848
19849 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19850
19851 Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19852
19853 * configure: Make unrecognized options give nonfatal warnings
19854 instead of fatal errors, and pass them to any subdirectory
19855 configures in case they recognize them.
19856 Make --x equivalent to --with-x.
19857
19858 Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19859
19860 * configure: Add --enable-* options. Clean up usage message and
19861 some comments.
19862
19863 Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19864
19865 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19866
19867 Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19868
19869 * configure.in (hppa*-*-*): Enable binutils.
19870
19871 Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19872
19873 * config.sub: Recognize cisco.
19874
19875 Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19876
19877 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19878
19879 Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19880
19881 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19882 than one configuration name. Add comment.
19883
19884 Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19885
19886 * config.guess: about target *-hitachi-hiuxwe2, fixed
19887 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19888 macro is incorrect.]
19889
19890 Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19891
19892 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19893 than the "make ls" stuff which used to be here.
19894
19895 Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19896
19897 * config.guess: Recognize i[34]86-unknown-freebsd.
19898 From Shawn M Carey <smcarey@rodan.syr.edu>.
19899
19900 Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19901
19902 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19903
19904 Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19905
19906 * config.guess: Check for ptx.
19907
19908 Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19909
19910 * config.sub: Add os9k checking.
19911
19912 Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19913
19914 * config.guess: Handle OSF1 running on HPPA processors
19915
19916 Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19917
19918 * configure: If subdir configure fails, print out a message with
19919 subdirectory name, in case subdir's configure code didn't identify
19920 itself.
19921
19922 Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19923
19924 * configure.in: Remove embedded newlines from configdirs.
19925 Avoid mismatches of substrings. Fix matching strings at end
19926 of configdirs.
19927
19928 Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19929
19930 * config.guess: Add Lynx/rs6000 config support.
19931
19932 Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19933
19934 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19935
19936 Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19937
19938 * configure.in (hppa*-*-osf*): Treat this just like most other
19939 PA configurations (eg no binutils or ld).
19940 (hppa*-*-*elf*): These configurations have binutils and ld.
19941
19942 Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19943
19944 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19945
19946 Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19947
19948 * configure.in (rs6000-*-*): Build gas.
19949
19950 Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19951
19952 * Makefile.in: Avoid bug in losing hpux sed.
19953
19954 Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19955
19956 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19957 for GDB and GDB has been fixed to not need it.
19958
19959 Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19960
19961 * config.guess: Recognize vax hosts.
19962
19963 Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19964
19965 * configure (while loop): Don't use "break 2" inside case
19966 statement -- the case statement isn't an enclosing loop.
19967
19968 Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19969
19970 * config.guess: Clean up NeXT support, to allow nextstep
19971 on Intel machines. Make OS be nextstep.
19972
19973 Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19974
19975 * config.guess: Add alternate forms for Convex.
19976
19977 Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19978
19979 * configure: Completely rewrite option processing. Take
19980 advantage of pattern-matching to avoid invoking test frequently.
19981 Also clean up host and target defaulting logic.
19982
19983 Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19984
19985 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19986 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19987 commands (plus user environment) will fit SCO limits.
19988
19989 Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19990
19991 * configure.in: Don't issue warnings about directories which are
19992 not being configured if -norecursion is set. Correct test for
19993 --with-gnu-as and --with-gnu-ld to not get confused by substring
19994 matches.
19995
19996 * configure.in: Don't build gas for alpha-dec-osf1*.
19997
19998 Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19999
20000 * configure: Back out Per's change of 12/19/1993. It changes the
20001 behavior of configure in unexpected and confusing ways.
20002
20003 Also, use different delim char when calculating
20004 program_transform_name so that the name can contain slashes.
20005
20006 Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20007
20008 * configure.in, config.sub: Add support for VSTa micro-kernel.
20009
20010 Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20011
20012 * configure.in: Nuke hacks which were used to get a special
20013 version of GAS for HPPA configurations.
20014
20015 Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20016
20017 * configure: If only ${target_alias} is given, use that
20018 as the default for ${host_alias}.
20019 * configure: Add missing back-slashes before nested quotes.
20020
20021 Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20022
20023 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20024
20025 Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20026
20027 * config.guess: Recognize some Tektronix configurations.
20028 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20029
20030 Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20031
20032 * config.sub: Match any flavor of SH.
20033
20034 Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20035
20036 * configure.in: Don't try to configure newlib for Alpha.
20037
20038 Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20039
20040 * configure.in: Don't build ld for Irix 5. Don't build gas,
20041 libg++ or libio for any Alpha target.
20042
20043 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
20044
20045 Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20046
20047 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20048 default arguments -- so it tried to compress itself.
20049
20050 Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20051
20052 * configure.in (notsupp): ensure that a space is always at the end
20053 of the configdirs list, since the grep checks for an explicit space
20054
20055 Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20056
20057 * configure.in (target i386-sysv4.2): don't build ld, since static
20058 versions of many libraries are not available.
20059
20060 Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20061
20062 * config.guess: Recognize Apollos (using environment variables).
20063 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20064
20065 Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20066
20067 * config.guess: Recognize Sony news mips running newsos.
20068
20069 Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20070
20071 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20072 "fi ; else" for bash.
20073
20074 Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20075
20076 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20077
20078 Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20079
20080 * config.sub: accept unixware as an alias for svr4.2.
20081 Fix some inconsistancies with the gcc version.
20082
20083 Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20084
20085 * Makefile.in (DISTDOCDIRS): Add gdb.
20086
20087 Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20088
20089 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20090
20091 Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20092
20093 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20094 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20095 this now.
20096
20097 Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20098
20099 * config.sub: Accept hiux* as an OS name.
20100
20101 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20102 etc/make-stds.texi. The underscore came from gcc, and dje now
20103 agrees that RUNTESTFLAGS is the correct name.
20104
20105 Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20106
20107 * install.sh: Remove 'set -e'. It makes any conditionals
20108 in the script useless.
20109
20110 * config.guess: Automatically recognize arm-acorn-riscix
20111 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20112
20113 Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20114
20115 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20116
20117 Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20118
20119 * Makefile.in (DISTDOCDIRS): New variable.
20120 (taz): Edit local Makefile.in sooner, instead of proto-toplev
20121 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
20122
20123 Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20124
20125 * configure.in (hppa target): check the source directory for the
20126 pagas sub-directory
20127
20128 Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20129
20130 * config.sub: Allow -aout* and -elf*.
20131
20132 Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20133
20134 * configure.in: Don't build ld on i386-solaris2, same as for
20135 sparc-solaris2.
20136
20137 Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20138
20139 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20140
20141 Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20142
20143 * configure.in: Configure gdb for alpha.
20144
20145 Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20146
20147 * Makefile.in (CXXFLAGS): Add -O.
20148
20149 Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20150
20151 * config.guess: added support for DG Aviion
20152
20153 Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20154
20155 * configure.in: Produce warning message for subdirectories not
20156 configurable for this host/target combination. Don't try to
20157 configure gdb for vms.
20158
20159 Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20160
20161 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20162 appropriate files before making "diststuff".
20163 (DISTBISONFILES): New var: list of files to be edited.
20164 (DISTSTUFFDIRS): Add binutils.
20165
20166 Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20167
20168 * config.sub: also handle mipsel and mips64el (for little endian mips)
20169
20170 Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20171
20172 * configure.in: Add * to end of all OS names.
20173
20174 Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20175
20176 * configure.in: Build newlib for LynxOS native.
20177
20178 Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20179
20180 * config.guess: Add support for delta 88k running SVR3.
20181
20182 * configure.in: Add comment about HP compiler vs. emacs.
20183
20184 Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20185
20186 * configure.in: don't build ld on solaris2 (not a viable option
20187 due to bugs in getpwnam & getpwuid)
20188
20189 Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20190
20191 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20192 config.guess will produce a full version number.
20193
20194 Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20195
20196 * configure.in: Build linker and binutils for alpha-dec-osf1.
20197
20198 Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20199
20200 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20201 and gdb/testsuite/Makefile.in.
20202
20203 Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20204
20205 * configure.in: recognize mips*- instead of mips-
20206
20207 Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20208
20209 * config.sub: Accept linux*coff and linux*elf as operating
20210 systems.
20211
20212 Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20213
20214 * config.sub: Recognize mips64, and mips3 as an alias for it.
20215
20216 Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20217
20218 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20219 gdb knows how to handle OSF/1 shared libraries.
20220
20221 Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20222
20223 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20224 * config.guess: Recognize Hitachi's HIUX.
20225 * config.sub: Recognize h3050r* and hppahitachi.
20226 Remove redundant cases for hp9k[23]*.
20227
20228 Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20229
20230 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20231 if gas and ld are in the source tree and are in ${configdirs}.
20232 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
20233 --with options (but still pass them down on the command line,
20234 if they were explicitly specified).
20235
20236 Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20237
20238 * configure: substitute SHELL value in Makefile.in with
20239 ${CONFIG_SHELL}
20240
20241 Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20242
20243 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20244 *-*-solaris2* targets.
20245
20246 Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20247
20248 * Makefile.in: define M4, and pass it down to sub-makes;
20249 all-autoconf now depends on all-m4
20250
20251 Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20252
20253 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20254 presence of {ar,ranlib} instead of a configured directory
20255
20256 Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20257
20258 * config.guess: Accept 34?? as well as 33?? for NCR.
20259
20260 Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20261
20262 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20263 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20264
20265 Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20266
20267 * configure: grab values for $(CC) and $(CXX) from the
20268 environment, so that someone can do "CC=gcc configure; make" and
20269 have it work right (matching the way that autoconf works now)
20270
20271 * configure.in, Makefile.in: add support for gash, the tcl
20272 interface to Galaxy
20273
20274 * config.guess: add NetBSD variants (hp300, x86)
20275
20276 Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20277
20278 * install.sh: Support -d option (in the manner of SunOS 4 install,
20279 as it is more deterministic than that of GNU install)
20280 (chmodcmd): Set file to mode 755 by default (should also do default
20281 chgrp and chown, but I don't feel like dealing with that now)
20282
20283 Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20284
20285 * config.sub: Remove h8300hhms alias.
20286
20287 Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20288
20289 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20290
20291 Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20292
20293 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20294 as stmp-fixinc
20295
20296 Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20297
20298 * config.sub: recognize m88110-bug-coff.
20299
20300 Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20301
20302 * Makefile.in (all-libio): all dependencies on the toolchain used
20303 to build this (gcc, gas, ld, etc)
20304
20305 Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20306
20307 * config.guess: Deal with OSF/1 1.3 on alpha.
20308
20309 Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20310
20311 * install.sh: add some 'else true' clauses for portability
20312
20313 * configure.in: don't build libio for h8[35]00-*-* targets
20314
20315 Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20316
20317 * Makefile.in: Add support for new libio.
20318
20319 Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20320
20321 * install.sh: If one command fails, don't try the rest. Don't try
20322 to remove $dsttmp (via trap) unless we have already created it.
20323 If $src doesn't exist, detect it and exit with an error.
20324
20325 * config.guess: Recognize BSD on hp300.
20326
20327 Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20328
20329 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20330 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20331
20332 Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20333
20334 * Makefile.in (all-send-pr): depends on all-prms
20335
20336 Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20337
20338 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20339
20340 Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20341
20342 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20343 Added test for mips-mips-riscos5.
20344
20345 Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20346
20347 * configure.in: use mh-hp300 for 68k HP hosts
20348
20349 Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20350
20351 * configure: add support for CONFIG_SHELL, so that you can use
20352 some alternate shell for evaluating configure scripts
20353
20354 Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20355
20356 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20357 in configure script to bug-gdb@prep.ai.mit.edu when building
20358 distribution archive.
20359 * Makefile.in (COMPRESS): Remove def.
20360 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20361 gdb.tar.Z and make-gdb.tar.Z respectively.
20362 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20363 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20364 to convergence with 'taz' target in Makefile.in.
20365
20366 Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20367
20368 * install.sh (dsttmp): use trap to ensure that tmp files go
20369 away on error conditions
20370
20371 Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20372
20373 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20374
20375 Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20376
20377 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20378 its parent is '/' not ''.
20379
20380 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20381
20382 Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20383
20384 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20385 that ${newsrcdir}/configure.in does.
20386
20387 Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20388
20389 * test-build.mk: support for CONFIG_SHELL
20390
20391 Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20392
20393 * config.sub (netware): Add as a basic system type.
20394
20395 Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20396
20397 * Makefile.in (Makefile): depend on configure.in. Also drop the
20398 $(srcdir)/ from the dependency on Makefile.in.
20399
20400 Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20401
20402 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20403 (h8300hhms is temporary until multi-libraries are implemented).
20404 * configure.in: Handle h8300h too.
20405
20406 Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20407
20408 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20409
20410 Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20411
20412 * configure: Remove extraneous output when guessing host type.
20413 * config.guess: Remove extraneous output when guessing using C
20414 compiler rather than uname, or when guessing fails.
20415
20416 Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20417
20418 * Makefile.in: remove all.cross and install.cross targets
20419
20420 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
20421 definitions
20422
20423 Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20424
20425 * configure.in (target sh): Build gprof.
20426
20427 Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20428
20429 * config.sub: change -solaris to -solaris2
20430
20431 Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20432
20433 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20434
20435 Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20436
20437 * configure: Correct error message for missing Makefile.in to
20438 print correct directory.
20439
20440 Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20441
20442 * install.sh: kludge around 386BSD shell bug
20443
20444 Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20445
20446 * config.guess: Recognize NeXT.
20447 * config.guess: Recognize i486-ncr-sysv4.
20448 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20449
20450 Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20451
20452 * Makefile.in (MAKEINFOFLAGS): New variable.
20453 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20454 * build-all.mk, test-build.mk: Pass down --no-split as
20455 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20456
20457 Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20458
20459 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20460
20461 Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20462
20463 * Makefile.in (libg++.tar.z): New rule.
20464 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20465 * Makefile.in (taz): Only do a single chmod.
20466
20467 Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20468
20469 * install.sh: don't use dirname anymore (replaced with sed usage)
20470
20471 Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20472
20473 * Makefile.in: Change extension for gzip'd files from '.z' to
20474 '.gz' per new FSF standard usage.
20475
20476 Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20477
20478 * configure: put quotes around the final value of program_transform_name
20479
20480 Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20481
20482 * Makefile.in: new install.sh support; update install-info rules
20483
20484 Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20485
20486 * configure.in: Build diff for crosses, but not for go32 host.
20487
20488 * configure.in: Build gprof only for native, and don't build it
20489 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20490
20491 Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20492
20493 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20494
20495 Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20496
20497 * configure.in (host_tools): Add prms.
20498
20499 Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20500
20501 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20502 with $(FLAGS_TO_PASS) on the command line
20503
20504 * config.sub: Recognize lynx and lynxos
20505
20506 Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20507
20508 * config.sub: Accept -ecoff*, not just -ecoff.
20509
20510 Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20511
20512 * Makefile.in (taz): Use .gz suffix instead of .z.
20513 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20514 names.
20515
20516 Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20517
20518 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20519
20520 Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20521
20522 * Makefile.in (install-no-fixedincludes): install gcc last, so
20523 that rebuilds that might happen during 'make install' don't get
20524 bogus gcc include files
20525
20526 Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20527
20528 Change from Utah for HPPA support:
20529 * config.guess: Recognize hppa1.x-hp-bsd.
20530
20531 Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20532
20533 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20534 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20535
20536 Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20537
20538 * config.sub: Add support for rom68k and bug boot monitors.
20539
20540 Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20541
20542 * Makefile.in: Make all-opcodes depend on all-bfd.
20543
20544 Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20545
20546 * config.guess: Added special check for i[34]86-univel-sysv4*.
20547
20548 Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20549
20550 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20551 the processor rather than assuming i486.
20552
20553 Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20554
20555 * config.guess: Recognize SunOS6 as Solaris3.
20556
20557 Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20558
20559 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20560 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20561
20562 Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20563
20564 * build-all.mk (all-cross): New target for Canadian Cross.
20565 Added Q2 go32 targets.
20566 * test-build.mk: Configure go32 cross sparclite-aout and
20567 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20568 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20569
20570 Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20571
20572 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20573 GO32 hosted toolchains
20574
20575 Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20576
20577 * configure: change so "-exec-prefix" gets passed down rather
20578 than "-exec_prefix" so autoconf generated Makefiles get the
20579 exec_prefix set right.
20580
20581 Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20582
20583 * config.guess: get the Solaris2 minor version number
20584
20585 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20586
20587 Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20588
20589 * config.guess: Recognize some Sequent platforms.
20590
20591 Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20592
20593 * Makefile.in: added the vault-install target
20594
20595 * configure.in: actually use the Sun3 makefile fragment that's in
20596 config, also added the release dir to configdirs
20597
20598 Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20599
20600 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20601
20602 Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20603
20604 * configure.in: remove some program from Alpha targetted toolchains
20605
20606 Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20607
20608 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20609 gprof.
20610 (taz): Run "make diststuff" in those directories instead of "make
20611 proto-dir". Look for "VERSION=" only at start of line in subdir
20612 Makefile. Use "gzip -9" for compression.
20613 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20614 (binutils.tar.z): New target.
20615
20616 Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20617
20618 * Makefile.in (taz): Include gpl.texinfo.
20619
20620 Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20621
20622 * Makefile.in (setup-dirs): Merged into "taz" target.
20623 (taz): Only do `proto-dir' stuff if a directory is actually needed
20624 for this target.
20625
20626 Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20627
20628 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20629 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20630 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20631 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20632 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20633
20634 Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20635
20636 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20637 config.sub, and move-if-change to gdb testsuite distribution
20638 archive, so the testsuite can be extracted, configured, and
20639 run separately from the gdb distribution. Blow away the Chill
20640 tests that require a Chill compiled executable, since GNU Chill
20641 is not yet publically available.
20642
20643 Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20644
20645 * test-build.mk: set environment variables in a single command,
20646 instead of a list of assignments and exports
20647
20648 * config.guess: recognize Alpha/OSF1 systems
20649
20650 Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20651
20652 * configure: Change help message to prefer --options rather than
20653 -options.
20654
20655 Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20656
20657 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20658 zippy@ecst.csuchico.edu.
20659 * config.guess: Recognize miniframe.
20660
20661 Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20662
20663 * Makefile.in: Use srcroot to find runtest rather than rootme.
20664 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
20665
20666 Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20667
20668 * test-build.mk: Extensive additions to support building on a
20669 machine other than the host.
20670
20671 Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20672
20673 * configure (tooldir): Fix for i386-aix again.
20674
20675 Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20676
20677 * configure, Makefile.in: Change definition of $(tooldir)
20678 to match the FSF.
20679
20680 Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20681
20682 * config.guess: Recognize i[34]86/SVR4.
20683
20684 Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20685
20686 * Makefile.in (all-gdb): gdb depends on sim.
20687
20688 Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20689
20690 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20691 at the same time we make the prototype gdb directory.
20692 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20693 files at the same time as the gdb base release distribution.
20694
20695 Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20696
20697 * Makefile.in (check): Use individual check targets rather than
20698 DO_X rule.
20699 (check-gcc): Added.
20700
20701 Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20702
20703 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20704 for System V release 3.2.
20705
20706 Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20707
20708 * config.sub: Recognize hppaosf.
20709 * configure.in: Do configure ld/binutils/gas for it.
20710
20711 Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20712
20713 * configure (tooldir): Alter syntax used to set this, for systems
20714 where "\$" isn't handled right, like i386-aix.
20715
20716 Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20717
20718 * configure: Pass program-transform-name, not
20719 program_transform_name, to recursive configures.
20720
20721 Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20722
20723 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20724 of gas+ld+binutils.
20725
20726 Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20727
20728 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20729
20730 Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20731
20732 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20733
20734 Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20735
20736 * Makefile.in (PRMS): Set back to all-prms.
20737
20738 Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20739
20740 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20741 targets, rather than for MIPS hosts.
20742
20743 Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20744
20745 * configure.in: add comment for --with-x default values
20746
20747 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20748
20749 * Makefile.in: add check-* targets for each of the directories in
20750 the tree. Add a definition of RUNTEST that will use the one we
20751 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20752
20753 Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20754
20755 * configure.in: Removed obsolete references to bfd_target and
20756 target_makefile_frag.
20757
20758 * build-all.mk: Set assorted targets for Q2.
20759 * config.sub: Recognize z8k-sim and h8300-hms.
20760 * test-build.mk: Really don't pass host to configure.
20761 (HOLES): Added uname.
20762
20763 Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20764
20765 * configure: Handle an empty program-prefix, program-suffix or
20766 program-transform-name correctly.
20767
20768 Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20769
20770 * build-all.mk: -G 8 no longer required for MIPS targets.
20771 * test-build.mk: Don't pass host argument to configure; make it
20772 guess.
20773
20774 Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20775
20776 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20777 * Makefile.in (COMPRESS): New macro, like GZIP.
20778
20779 Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20780
20781 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20782
20783 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20784 with gas currently defaults to -G 0.
20785
20786 Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20787
20788 * Makefile.in (all-flex): flex depends on byacc.
20789
20790 * build-all.mk: If host not specified, use config.guess. Pass TAG
20791 to test-build.mk as RELEASE_TAG.
20792 * test-build.mk (configargs): New variable containing arguments to
20793 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20794 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20795
20796 * config.guess: Use /bin/uname when checking -X argument on SCO,
20797 to avoid invoking GNU uname which doesn't understand -X.
20798
20799 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20800
20801 * configure.in: Build gas for mips-*-*.
20802
20803 Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20804
20805 * Makefile.in (all.normal): insert missing backslash.
20806
20807 Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20808
20809 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
20810
20811 * Makefile.in: Complete overhaul to merge many almost identical
20812 targets.
20813
20814 Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20815
20816 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20817 (gdb.tar.Z): Adjusted.
20818
20819 * Makefile.in (setup-dirs, taz): New targets; should be general
20820 enough to adapt for gdb sometime. Build only .z file.
20821 (gas.tar.z): New target.
20822
20823 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20824
20825 * build-all.mk: Use CC=cc -Xs on Solaris.
20826
20827 Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20828
20829 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20830 for handling BISON for FSF releases.
20831
20832 Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20833
20834 * configure: Actually implement the change zoo just documented.
20835
20836 Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20837
20838 * configure: when using config.guess, only set target_alias when
20839 it's not already been set (ie, on the command line)
20840
20841 Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20842
20843 * Makefile.in: add installcheck target, set PRMS to install-prms
20844
20845 Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20846
20847 * configure: add support for package_makefile_fragment, handle the
20848 case where a directory has a configure.in file but no Makefile.in
20849 more gracefully (with an actual understandable error message, even);
20850 add support for --without (and add this to the usage message); also
20851 explicitly add a --host=${host_alias} to the command line when
20852 config.guess is used
20853
20854 Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20855
20856 * configure: Must use both --host and --target in recursive calls.
20857
20858 Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20859
20860 * Makefile.in: Change deja-gnu to dejagnu.
20861
20862 Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20863
20864 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20865
20866 Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20867
20868 * configure.in: canonicalize all instances to *-*-solaris2*,
20869 also strip out a number of tools to not build for go32 host
20870
20871 Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20872
20873 * config.guess: add GPL.
20874
20875 * Makefile.in, config.guess, config.sub, configure: bump
20876 copyrights to 93.
20877
20878 Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20879
20880 * Makefile.in (do-info): Removed obsolete check for existence of
20881 localenv file.
20882
20883 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20884
20885 Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20886
20887 * Makefile.in: a couple of 'else true' for decstation,
20888 support for TclX
20889
20890 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20891
20892 Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20893
20894 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20895
20896 Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20897
20898 * config.guess: Recognize i386-ibm-aix (PS/2).
20899 * configure.in: Use config/mh-aix386 file for it.
20900
20901 Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20902
20903 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20904 CC_FOR_TARGET instead.
20905 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20906
20907 Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20908
20909 * Makefile.in: Add sim to list of directories sent with gdb
20910
20911 Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20912
20913 * configure.in: Put back mips-dec-bsd* case.
20914
20915 Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20916
20917 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20918 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20919 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
20920
20921 Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20922
20923 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20924
20925 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20926 (install-info): install dir.info only if it exists,
20927 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20928
20929 Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20930
20931 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20932 gas for mips-dec-bsd.
20933
20934 Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20935
20936 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20937 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20938
20939 Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20940
20941 * configure.in: Added "dejagnu" to hosttools list.
20942
20943 Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20944
20945 * config.sub, configure.in, config.guess: Add support
20946 for Bosx, an AIX variant from Bull.
20947 Patches from F.Pierresteguy@frcl.bull.fr.
20948
20949 Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20950
20951 * devo/dejagnu: Initial creation of devo/dejagnu.
20952 Migrated dejagnu testcases and support files for testing software
20953 tools to reside as subdirectories, currently called "testsuite",
20954 within the directory of the software tool. Migrated all programs,
20955 support libraries, etc. beloging to dejagnu proper from
20956 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20957 with no modifications. The changes to these files which will
20958 allow them to configure, build, and execute properly will be made
20959 in a future update.
20960
20961 Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20962
20963 * Makefile.in: Change send_pr to send-pr.
20964 * configure.in: Likewise.
20965 * send_pr: Renamed directory to send-pr.
20966
20967 Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20968
20969 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20970
20971 Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20972
20973 * README: Update for gdb-4.8 release.
20974 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20975 gdb-xxx.tar.z (gzip'd) file also.
20976
20977 Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20978
20979 * Makefile.in: make all-diff depend on all-libiberty
20980
20981 Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20982
20983 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20984
20985 Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20986
20987 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20988
20989 Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20990
20991 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20992 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20993 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20994
20995 Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20996
20997 * Makefile.in: makeinfo binary is in a new location
20998
20999 Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21000
21001 * config.sub: Accept -ecoff as an OS.
21002
21003 * Makefile.in: Various changes to eliminate a level of make
21004 recursion and reduce the required command line length.
21005 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21006 sub-makes.
21007 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21008 variables holding settings for specific sub-makes.
21009 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21010 in terms of BASE_FLAGS_TO_PASS.
21011 (TARGET_LIBS): New variable listing directories which use
21012 TARGET_FLAGS_TO_PASS.
21013 (subdir_do): Eliminated.
21014 (do-*): New set of targets to replace subdir_do.
21015 (various): All targets which used subdir_do now depend on do-*.
21016 (local-clean): Renamed from do_clean.
21017 (local-distclean): New target, dependency of distclean and
21018 realclean.
21019 (install-info): Don't create directories. Depend on dir.info
21020 rather than calling make recursively.
21021 (install-dir.info): Eliminated.
21022 (install-info-dirs): Create all info directories here.
21023 (dir.info): Depend upon do-install-info.
21024
21025 * test-build.mk (HOLES): Added false.
21026
21027 Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21028
21029 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21030
21031 Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21032
21033 * Makefile.in (info): remove dependency on all-texinfo. The
21034 problem was really in texinfo/C, not at this level.
21035
21036 Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21037
21038 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21039
21040 Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21041
21042 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21043 GDB releases.
21044
21045 Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21046
21047 * configure: Include srcdir in message about target of link not
21048 being found. Don't convert `-' to `_' in `with' options being
21049 passed to subdirs.
21050
21051 Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21052
21053 * configure.in: add uudecode to host_tools
21054
21055 * Makefile.in: added {all,install}-uudecode targets, added them to
21056 the appropriate lists
21057
21058 Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21059
21060 * Makefile.in (all-gcc): Added dependency on all-gas.
21061
21062 * configure.in (mips-*-*): Build ld and binutils.
21063
21064 Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21065
21066 * configure: check return code from mkdir, print error message and
21067 exit on failure.
21068
21069 Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21070
21071 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21072
21073 Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21074
21075 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21076
21077 Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21078
21079 * config.sub (h8500): Recognize this as a cpu type.
21080
21081 Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21082
21083 * configure: source directory missing is no longer a warning
21084
21085 * configure.in: recognize irix[34]* instead of irix[34]
21086
21087 * Makefile.in: define and pass down X11_LIB
21088
21089 Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21090
21091 * guess-systype: Renamed to ...
21092 * config.guess: ... by popular request.
21093 * configure.in, Makefile.in: Update accordingly.
21094
21095 Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21096
21097 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21098 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21099 + Execute ./dummy instead of assuming . is in PATH.
21100
21101 Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21102
21103 * guess-systype: New shell script. Attempts to guess the
21104 canonical host name of the executing host.
21105 Only a few hosts are supported so far.
21106 * configure: Call guess-systype if no host is specified.
21107
21108 Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21109
21110 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21111 gcc Makefile.
21112
21113 Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21114
21115 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21116 (all-gcc, install-gcc, subdir_do): Use it.
21117
21118 Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21119
21120 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21121
21122 Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21123
21124 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
21125 set exclusively by configure, using configure.in .
21126
21127 Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21128
21129 * test-build.mk: set $PATH for all builds
21130
21131 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21132
21133 Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21134
21135 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21136 the one used in gcc/Makefile.in, so that a null expansion doesn't
21137 override the one needed to build gcc with a native cc.
21138
21139 Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21140
21141 * configure: Accept -with arguments.
21142
21143 Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21144
21145 * Makefile.in: added h8300sim
21146
21147 Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21148
21149 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21150 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21151 (all-cygnus, native, build-cygnus): Make
21152 $(canonhost)-stamp-3stage-done, not $(host)....
21153 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21154 i386-sco3.2v4. Added else true to if command.
21155
21156 Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21157
21158 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21159
21160 Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21161
21162 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21163
21164 Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21165
21166 * configure.in: don't remove binutils from Solaris builds
21167
21168 Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21169
21170 * Makefile.in: get rid of earlier definitions for *clean,
21171 also handle the recursive info rule better
21172
21173 Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21174
21175 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21176 do more-or-less the right thing.
21177
21178 Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21179
21180 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21181 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21182
21183 Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21184
21185 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21186 $(host_canonical).
21187
21188 * configure.in: split the configdirs list into 4 categories (native
21189 v. cross, library v. tool) and handle the cross-only and native-
21190 only in more reasonable (and correct!) way.
21191
21192 Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21193
21194 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21195 configdirs anymore.
21196
21197 Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21198
21199 * Makefile.in: extensive cleanup:: removed all of the explicit
21200 clean-* targets, collapsed many wrappers around subdir_do into
21201 one, added additional targets to satisfy standards.texi, deleted
21202 some old targets, some changes for consistency
21203
21204 Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21205
21206 * configure.in: handle some programs as cross-only, and others as
21207 native only
21208
21209 * test-build.mk: handle partial holes in a more generic manner
21210
21211 * Makefile.in: m4 depends on libiberty
21212
21213 Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21214
21215 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21216 time, wdiff, and find to configdirs
21217
21218 * Makefile.in: all, clean, and install rules for the new programs
21219 added to configure.in
21220
21221 Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21222
21223 * configure.in: use mh-sun for all *-sun-* hosts
21224
21225 Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21226
21227 * Makefile.in: define flags for X11 include files and library file
21228 locations, pass them down to the programs that need this info
21229
21230 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21231
21232 Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21233
21234 * configure.in: start building libg++ for HP-UX targets
21235
21236 Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21237
21238 * README: Update references to files moved into etc/.
21239
21240 Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21241
21242 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21243 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21244
21245 Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21246
21247 * configure: accept dash as well as underscore in long option
21248 names for FSF compatibility.
21249
21250 Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21251
21252 * config.sub: added -sco3.2v4 support from FSF.
21253
21254 Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21255
21256 * configure.in: expand the section that adds or removes
21257 directories from the list of programs to build, to handle native
21258 vs. cross in addition to host v. native
21259
21260 Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21261
21262 * Makefile.in: Replace C++ in macro names with CXX.
21263 This is less likely to break ...
21264
21265 Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21266
21267 * test-build.mk: add -w to GNU_MAKE
21268
21269 Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21270
21271 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21272 add 'sparc' to list of recognized cpus. This needed to make
21273 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21274 Delete some redundant ose68 variants. Recognize -wrs as an os,
21275 then changes that into $CPU-wrs-vxworks.
21276
21277 * configure.in: remove most references to gdbtest, regularize
21278 target based program removal
21279
21280 * test-build.mk: import from p3 tree (many fixes and changes)
21281
21282 Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21283
21284 * Makefile.in: added rules to handle tcl, tk, and expect
21285
21286 * configure.in: handle those directories if they exist
21287
21288 Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21289
21290 * config.sub: removed bogus hppabsd and hppahpux names, since
21291 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21292
21293 Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21294
21295 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21296 depends upon all-xiberty
21297
21298 * Makefile.in: changes from p3, including:
21299
21300 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21301
21302 * Makefile.in (XTRAFLAGS): include newlib directories if
21303 newlib/Makefile exists, rather than if host != target.
21304
21305 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21306
21307 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21308 from the same source tree and not building a cross-compiler. This
21309 matters for the libg++ configuration if reconfiguring a tree that
21310 has already been installed.
21311
21312 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21313
21314 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21315 pick up the machine and system specific header files.
21316
21317 * Makefile.in: added AS_FOR_TARGET, passed down in
21318 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21319 the C compiler to use to create programs which are run in the
21320 build environment, set it to default to $(CC), and passed it down
21321 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21322
21323 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21324
21325 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21326 We need them for unusual native builds, like systems without
21327 ranlib.
21328
21329 * configure: also define $(host_canonical) and
21330 $(target_canonical), which are the full, canonical names for the
21331 given host and target
21332
21333 Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21334
21335 * Makefile.in: Added separate definitions for C++.
21336
21337 Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21338
21339 * configure.in (configdirs): Add deja-gnu.
21340
21341 Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21342
21343 * README: Update for configure.texi and gdb-4.7 release.
21344
21345 Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21346
21347 * Makefile.in: Move "all" target to top of file.
21348 Previously, first target was ".PHONY" which caused BSD4.4 make
21349 to build .PHONY when make was run without arguments.
21350
21351 Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21352
21353 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21354 Library-copylefted code in libiberty.
21355
21356 Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21357
21358 * config.sub: Replace m68kmote with plain old m68k.
21359
21360 Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21361
21362 * Makefile.in: Remove space from blank line, avoid Make complaints.
21363
21364 Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21365
21366 * config.sub: Complain if no argument is given. Added support for
21367 386bsd as OS and target alias.
21368
21369 Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21370
21371 * Makefile.in (XTRAFLAGS): include newlib directories if
21372 newlib/Makefile exists, rather than if host != target.
21373
21374 Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21375
21376 * config.sub: recognize sparclite-wrs-vxworks.
21377
21378 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21379 p3.) Added clean-xiberty to clean.
21380
21381 Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21382
21383 * configure.in: use *-*-* instead of nested cases for host and target
21384
21385 Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21386
21387 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21388 from the same source tree and not building a cross-compiler. This
21389 matters for the libg++ configuration if reconfiguring a tree that
21390 has already been installed.
21391
21392 Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21393
21394 * config.sub (i486v/i486v4): Merge in from FSF version.
21395
21396 Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21397
21398 * configure: only set PWD if it is already set.
21399
21400 Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21401
21402 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21403 doesn't have unset and all success paths (and most error paths)
21404 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21405 to just ${PWD} to avoid confusion.)
21406
21407 Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21408
21409 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21410 even for a native compilation.
21411
21412 Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21413
21414 Changes to make the gdb.tar.Z rule work better.
21415
21416 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21417 (DEVO_SUPPORT): Add configure.texi.
21418 (bfd-ilrt.tar.Z): Remove ancient rule.
21419
21420 Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21421
21422 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21423 pick up the machine and system specific header files.
21424
21425 * configure.in, config.sub: added new target m68010-adobe-scout,
21426 with alias of adobe68k. Changed configure.in to check for
21427 -scout before -sco* to avoid a false match.
21428
21429 * Makefile.in: added AS_FOR_TARGET, passed down in
21430 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21431 the C compiler to use to create programs which are run in the
21432 build environment, set it to default to $(CC), and passed it down
21433 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21434
21435 Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21436
21437 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21438 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21439 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21440 FOR_TARGET variants, to newlib and libg++.
21441
21442 Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21443
21444 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21445 first.
21446
21447 Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21448
21449 * config.sub: Accept `elf' as an environment.
21450
21451 Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21452
21453 * Makefile.in (all-opcodes): cd into the right directory
21454
21455 Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21456
21457 * configure: added -program_transform_name option, used as
21458 argument to sed when installing programs.
21459 configure.texi: added documentation for -program_prefix,
21460 -program_suffix and -program_transform_name.
21461
21462 Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21463
21464 * config.sub: Accept i486 where i386 ok.
21465
21466 Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21467
21468 * config.sub: accept we32k
21469
21470 Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21471
21472 * config.sub, configure.in: accept OSE68000 and OSE68k.
21473
21474 * Makefile.in: don't create all directories for ``make install'';
21475 let the subdirectories create the ones they need.
21476
21477 Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21478
21479 * COPYING: new file, GPL v2
21480
21481 Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21482
21483 * Makefile.in: use the new gen-info-dir, which needs a template
21484 argument (which also lives in texinfo)
21485
21486 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21487
21488 Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21489
21490 * config.sub (ncr3000): Change i386 to i486.
21491
21492 Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21493
21494 * Makefile.in: add install-rcs, install-grep to
21495 install-no-fixedincludes, removed install-bison and install-libgcc
21496
21497 Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21498
21499 * configure.in: grab the HPUX makefile fragment if on HPUX
21500
21501 Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21502
21503 * Makefile.in: eradicate bison spoor (ditto libgcc).
21504 configure.in: recognise m68{k,000}-ericsson-OSE.
21505 es1800 is alias for m68k-ericsson-OSE
21506
21507 Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21508
21509 * configure.in: rearrange the parts that remove programs from
21510 configdirs, based now on HOST==TARGET or by canonical triple.
21511
21512 Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21513
21514 * test-build.mk: recurse explicitly with -f test-build.mk when
21515 appropriate. predicate stage3 and comparison on the existence
21516 of gcc. That is, if gcc isn't around, we aren't three-staging.
21517 On very clean, also remove ...stamp-co. Build in-place before
21518 doing other builds.
21519
21520 Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21521
21522 * Makefile.in, configure.in: add tgas
21523
21524 Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21525
21526 * Makefile.in: a number of changes merged in from progressive.
21527
21528 * configure.in: add libm.
21529
21530 * .cvsignore: ignore some stuff that comes from test-build.mk.
21531
21532 Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21533
21534 * config.sub: Add es1800 (m68k-ericsson-es1800).
21535
21536 Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21537
21538 * configure: Add program_suffix (parallel to program_prefix)
21539 * Makefile.in: adjust directory-creating script for losing decstation
21540
21541 Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21542
21543 * configure: Minor $subdir-related fixes.
21544
21545 Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21546
21547 * configure: fix various problems with propogating
21548 makefile_target_frag in subdirs.
21549 * configure.in: config libgcc if its there
21550
21551 Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21552
21553 * config.sub: HPPA merge.
21554
21555 Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21556
21557 * Makefile.in: Replace all-bison with all-byacc in all
21558 dependency lines for other tools (which now use byacc).
21559
21560 Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21561
21562 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21563
21564 Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21565
21566 * Makefile.in: make gprof rules similar to byacc rules (instead of
21567 vestigal $(unsubdir) that didn't work...)
21568
21569 Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21570
21571 * config.sub: Add support for Linux.
21572 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21573 (at least for libg++).
21574
21575 Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21576
21577 * configure.texi: fix doc for the -nfp option to configure
21578
21579 Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21580
21581 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21582
21583 Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21584
21585 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21586 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21587 * configure.in: added solaris* host_makefile_frag hook.
21588
21589 Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21590
21591 * config.sub: changed recognition of m68000 so that various
21592 m68k types can be specified via m680[01234]0
21593
21594 Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21595
21596 * config.sub (basic_machine): fix sed so that '-foo' isn't
21597 completely substituted out while .+'-foo' loses the '-foo'
21598
21599 Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21600
21601 * config.sub ($os): Add -aout.
21602
21603 Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21604
21605 * configure: If host_makefile_frag is absolute, don't
21606 prefix ${invsubdir} (relevant to libg++ auto-configure).
21607
21608 Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21609
21610 * Makefile.in (tooldir): Define it.
21611 (all-ld): Depend on all-flex.
21612
21613 Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21614
21615 * Makefile.in (check): Fix libg++ special case.
21616
21617 Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21618
21619 * configure: do not bury `pwd` into config.status, thus do fewer
21620 pwd's.
21621
21622 * configure: print the "Building in" message only when building in
21623 other than "." AND verbose.
21624
21625 * configure: remove -s, rework -v to better accommodate guested
21626 configures.
21627
21628 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21629
21630 Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21631
21632 * Makefile.in: macroize flags passed on recursion. remove
21633 fileutils.
21634
21635 Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21636
21637 * configure: get makesrcdir right for subdirs deeper than 1.
21638
21639 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
21640 install.
21641
21642 Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21643
21644 * Makefile.in: don't print subdir_do or recursion lines.
21645
21646 Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21647
21648 * standards.texi: added menu item.
21649
21650 * Makefile.in: build and install standards.info.
21651
21652 * standards.texi: new file.
21653
21654 Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21655
21656 * configure: test for and move config.status pieces from
21657 ${subdir}/.
21658
21659 Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21660
21661 * configure: Test for existance of files before trying to mv
21662 them, to avoid numerous non-existance messages.
21663
21664 Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21665
21666 * configure: correct final line of config.status.
21667
21668 * configure: patch from eggert. Avoids a protection problem if
21669 the original Makefile.in is read only.
21670
21671 * configure: use move-if-change from gcc to create config.status.
21672 Some makefiles depend on config.status to tell if a directory
21673 has been reconfigured for a different host. This change
21674 prevents those directories from remaking everything in the case
21675 where the reconfig was only intended to rebuild a Makefile.
21676
21677 * configure: test for config.sub with "config.sub sun4" rather
21678 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21679 host alias from a missing config.sub.
21680
21681 Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21682
21683 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
21684 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
21685
21686 Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21687
21688 * configure: mkdir ${subdir} as needed.
21689
21690 Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21691
21692 * Makefile.in,configure.in: added autoconf.
21693
21694 Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21695
21696 * Makefile.in: no longer pass against on recursion.
21697
21698 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
21699 definitions are not inherited.
21700
21701 * configure: correct makesrcdir when subdir is .
21702
21703 Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21704
21705 * configure: Add support for 'subdirs' variable, which is
21706 like 'configdirs', except that configure doesn't re-invoke
21707 itself for subdirs, it just creates a Makefile for each subdir.
21708 * configure.texi: Document subdirs.
21709
21710 Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21711
21712 * configure.in: added flex to configdirs
21713
21714 Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21715
21716 * Makefile.in: remove clean-stamps from clean.
21717
21718 Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21719
21720 * configure.in: Add gdbtest to configdirs.
21721
21722 Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21723
21724 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21725 to recursive makes.
21726 * configure.in: Recognize new ncr3000 config.
21727
21728 Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21729
21730 * Makefile.in, configure.in: removed references to gdbm.
21731
21732 Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21733
21734 * config.sub: Don't canonicalize os value
21735 newsos* to bsd (readline needs to check for newsos).
21736 (This fix was earlier made Jan 31, but got re-broken.)
21737
21738 Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21739
21740 * configure.in: sco is an os, not a vendor!
21741
21742 * configure: Quote $( better. Keep various shells happy.
21743
21744 Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21745
21746 * Makefile.in: eliminate stamp-files.
21747
21748 Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21749
21750 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
21751 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
21752
21753 Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21754
21755 * config.sub: fix iris/iris3.
21756
21757 Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21758
21759 * configure: re-add -rm.
21760
21761 Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21762
21763 * Maskefile.in: add .stmp-rcs to all.
21764
21765 * configure.in: remove gas from rs6000 build, use aix host fragment.
21766
21767 Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21768
21769 * configure: pass down site_option during recursion.
21770
21771 Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21772
21773 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21774
21775 Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21776
21777 * configure: Change exec_prefix so that it really defaults to prefix.
21778
21779 Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21780
21781 * Makefile.in, configure.in: Add support for mmalloc library.
21782
21783 Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21784
21785 * Makefile.in: add stmp dependencies for a few more things.
21786
21787 Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21788
21789 * configure: adjusted error message on objdir/srcdir configure
21790 collision, per john's suggestion.
21791
21792 * Makefile.in: add libiberty stmp to all and all.cross.
21793
21794 Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21795
21796 * Makefile.in: remove force dependencies, add grep to all.
21797
21798 Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21799
21800 * Makefile.in: drop flex. make stamp files work.
21801
21802 * configure: added test for conflicting configuration in srcdir,
21803 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21804 gets cranky. use relative paths for configure and srcdir
21805 whenever possible. Send some error messages to stderr that were
21806 going to stdout.
21807
21808 Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21809
21810 * Makefile.in: Fix libg++ rule to check for gcc directory
21811 before using gcc/gcc. Also pass XTRAFLAGS.
21812
21813 Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21814
21815 * Makefile.in: added stmp-files so that directories aren't polled
21816 when they are already built.
21817
21818 * configure.texi: fixed a node pointer problem.
21819
21820 Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21821
21822 * config.sub configure.in gdb/configure.in
21823 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21824 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21825 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21826
21827 Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21828
21829 * configure: -recurring becomes -silent. corrected help message
21830 for -site= option.
21831
21832 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21833
21834 Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21835
21836 * configure: when building Makefile for crosses, replace
21837 tooldir and program_prefix. default srcdir from location of
21838 config.sub. remove "for host in hosts" and "for target in
21839 targets" loops.
21840
21841 Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21842
21843 * Makefile.in: Do not pass bindir or mandir to cvs.
21844
21845 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21846
21847 * Makefile.in, configure.in: removed traces of namesubdir,
21848 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21849 copyrights to '92, changed some from Cygnus to FSF.
21850
21851 * configure.texi: remove most references to multiple hosts,
21852 multiple targets, subdirs, etc.
21853
21854 * configure.man: removed rcsid. reference config.sub not
21855 config.subr.
21856
21857 * Makefile.in: mkdir $(infodir) on install-info.
21858
21859 Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21860
21861 * configure.texi: Explain better about .gdbinit and about
21862 the environment that configure.in sections run in.
21863
21864 Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21865
21866 * configure.in: Ultrix is only a decstation if it's a MIPS.
21867
21868 Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21869
21870 * README: DOC.configure => cfg-paper.texi.
21871
21872 Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21873
21874 * config.sub (near case $os): Don't convert newsos* to bsd!
21875
21876 Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21877
21878 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21879 the number of copies of COPYING that go into the GDB tar file.
21880
21881 Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21882
21883 * bfd/configure.in, gdb/config/mh-i386sco,
21884 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21885 Fix SCO configuration stuff.
21886
21887 Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21888
21889 * Makefile.in: For libg++, make sure the -I pointing
21890 to the gcc directory goes *after* all the libg++-local -I flags.
21891 Also, move just-gcc dependency from just-libg++ to all-libg++.
21892
21893 Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21894
21895 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21896
21897 Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21898
21899 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21900
21901 Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21902
21903 * config.sub: Add stratus configuration frags. Also
21904 submitted to FSF.
21905
21906 Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21907
21908 * Makefile.in (DEV_SUPPORT): add configure.man.
21909
21910 * config.sub(Decode manufacturer-specific): add -none*.
21911
21912 Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21913
21914 * Makefile.in: remove form feeds to make Sun's make happy.
21915 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21916
21917 Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21918
21919 * Makefile.in (AR_FLAGS): Make quieter.
21920
21921 Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21922
21923 * configure.in: Add libg++.
21924 * configure: When verbose, don't output the command line at each
21925 level; it will be unremarkably the same as the previous version,
21926 which will be the same as what the user typed.
21927
21928 Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21929
21930 * configure.in, Makefile.in: fix clean-info, add flex. add
21931 fileutils.
21932
21933 * configure: be less sensitive to spaces in Makefile.in. Do not
21934 look for sources in "..". Doing so breaks subdirectories that
21935 might have their own configure. If a subdir has it's own
21936 configure script, use it.
21937
21938 Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21939
21940 * cfg-paper.texi: some changes suggested by rms.
21941
21942 Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21943
21944 * config.sub: Merge in some small additions from the FSF version,
21945 taken from the gcc distribution, to bring the Cygnus and FSF
21946 versions into closer sync.
21947
21948 Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21949
21950 * configure.in: Changed svr4 references to sysv4.
21951
21952 Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21953
21954 * configure: added -V for version number option.
21955
21956 Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21957
21958 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
21959 renamed from DOC.configure to cfg-paper.texi.
21960
21961 Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21962
21963 * configure, config.subr, config.sub: config.subr is now
21964 config.sub again.
21965
21966 Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21967
21968 * configure.texi: new file, in progress.
21969
21970 * Makefile.in: build info file and install the man page for
21971 configure.
21972
21973 * configure.man: new file, first cut.
21974
21975 * configure: find config.subr again now that configuration "none"
21976 has gone. removed all traces of the -ansi option. removed all
21977 traces of the -languages option.
21978
21979 * config.subr: resync from rms.
21980
21981 Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21982
21983 * configure, config.sub, config.subr: merge config.sub into
21984 config.subr, call the result config.subr, remove config.sub, use
21985 config.subr.
21986
21987 * Makefile.in: revised install for dir.info.
21988
21989 Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21990
21991 * configure.in: add decstation host makefile frag.
21992
21993 * Makefile.in: BISON now bison -y again. also install-gcc on
21994 install. clean-gdbm on clean. infodir belongs in datadir.
21995 Make directories for info install. Build dir.info here then
21996 install it.
21997
21998 Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21999
22000 * Makefile.in: fix for bad directory tests.
22001
22002 Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22003
22004 * configure: \{1,2\} appears to be a sysv'ism. Use a different
22005 regexp. -srcdir relative was being handled incorrectly.
22006
22007 * Makefile.in: unwrapped some for loops so that parallel makes
22008 work again and so one can focus one's attention on a particular
22009 package.
22010
22011 Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22012
22013 * configure: added PWD as a stand in for `pwd` (for speed). use
22014 elif wherever possible. make -srcdir work without -objdir.
22015 -objdir= commented out.
22016
22017 Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22018
22019 * configure: +options become --options. -subdirs commented out.
22020 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22021 Makefile now at top of generated Makefile. Removed cvs log
22022 entries. added -srcdir. create .gdbinit only if there is one
22023 in ${srcdir}.
22024
22025 * Makefile.in: idestdir and ddestdir go away. Added copyrights
22026 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22027 and mandir now keyed off datadir by default.
22028
22029 Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22030
22031 * Freshly created ChangeLog.
22032
22033 \f
22034 Local Variables:
22035 mode: change-log
22036 left-margin: 8
22037 fill-column: 76
22038 version-control: never
22039 End: