]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
Daily bump.
[thirdparty/gcc.git] / ChangeLog
CommitLineData
b71f1de6
JJ
12024-05-21 Release Manager
2
3 * GCC 13.3.0 released.
4
ad80dc69
GA
52024-04-21 Jakub Jelinek <jakub@redhat.com>
6
7 Backported from master:
8 2024-04-02 Jakub Jelinek <jakub@redhat.com>
9
10 PR bootstrap/106472
11 * Makefile.tpl (make-postboot-target-dep): New lambda.
12 Use it to add --enable-bootstrap dependencies of target modules
13 on other target modules if the latter aren't bootstrapped.
14 * Makefile.in: Regenerate.
15
c891d8dc
JJ
162023-07-27 Release Manager
17
18 * GCC 13.2.0 released.
19
cc035c5d
JJ
202023-04-26 Release Manager
21
22 * GCC 13.1.0 released.
23
9df40c4b
GA
242023-04-18 Jakub Jelinek <jakub@redhat.com>
25
26 * configure.ac: For --enable-languages= mentioning explicitly
27 rust emit an error, if included in all etc., silently disable
28 rust.
29 * configure: Regenerated.
30
a8c8351c
GA
312023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
32
33 * MAINTAINERS: Add myself.
34
50bd9c41
GA
352023-03-22 Tobias Burnus <tobias@codesourcery.com>
36
37 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
38
c8065441
GA
392023-03-10 Arsen Arsenović <arsen@aarsen.me>
40
41 * MAINTAINERS (Write After Approval): Add myself.
42
88cc4495
GA
432023-02-16 Martin Liska <mliska@suse.cz>
44
45 * MAINTAINERS: I'm stepping down from my positions.
46
f432ad09
GA
472023-01-10 Philip Herron <herron.philip@googlemail.com>
48
49 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
50
d808db1f
GA
512023-01-06 Clément Chigot <chigot@adacore.com>
52
53 * configure.ac: Skip GMP and MPFR when --disable-gdb is
54 provided.
55 * configure: Regenerate.
56
faccda27
GA
572023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
58
59 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
60
90323d0b
GA
612022-12-31 Iain Sandoe <iain@sandoe.co.uk>
62
63 * Makefile.def: Do not build shared libffi.
64 * Makefile.in: Regenerate.
65
de282a20
GA
662022-12-21 Andrew Pinski <apinski@marvell.com>
67
68 * Makefile.def: Add configure-gdb dependencies
69 on all-gmp and all-mpfr.
70 * configure.ac: Split out MPC checking from MPFR.
71 Require GMP and MPFR if the gdb directory exist.
72 * Makefile.in: Regenerate.
73 * configure: Regenerate.
74
26f4aefa
GA
752022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
76
77 * configure.ac (target_libraries): Add target-libgm2.
78 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
32582c19
JJ
79 Add GCC_TARGET_TOOL entry for gm2.
80 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
26f4aefa 81 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32582c19
JJ
82 * Makefile.def (target_modules): Add libgm2.
83 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
84 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
85 (languages): Add entry for language=m2 with gcc-check-target=check-m2
26f4aefa 86 and lib-check-target=check-target-libgm2.
32582c19
JJ
87 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
88 (HOST_EXPORTS): Add definition for GM2.
89 (BASE_TARGET_EXPORTS): Add definition for GM2.
90 (GM2_FOR_BUILD): Defined.
91 (GM2FLAGS): Defined.
92 (GM2_FOR_TARGET): Defined.
93 (GM2FLAGS_FOR_TARGET): Defined.
94 (EXTRA_HOST_FLAGS): Defined.
95 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
96 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
97 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
98 * configure: Rebuilt.
99 * Makefile.in: Rebuilt.
26f4aefa 100
f17ddf2c
GA
1012022-12-13 Philip Herron <philip.herron@embecosm.com>
102
103 * Makefile.def: Add Rust language.
104 * Makefile.in: Regenerate via autogen.
105
40ce6485
GA
1062022-12-09 Martin Liska <mliska@suse.cz>
107
108 * MAINTAINERS: Fix spacing.
109
4bc2d9f6
GA
1102022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
111
112 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
113
1142022-12-07 Iain Sandoe <iain@sandoe.co.uk>
115
116 * Makefile.def: Pass host_libs_picflag to host dependent library
117 configures.
118 * Makefile.in: Regenerate.
119 * configure: Regenerate.
120 * configure.ac (host_libs_picflag): New configure variable set to
121 '--with-pic' when building 'host_shared'.
122
d769c504
GA
1232022-11-25 Weimin Pan <weimin.pan@oracle.com>
124
125 * Makefile.def: Add libsframe as new module with its dependencies.
126 * Makefile.in: Regenerated.
127 * configure.ac: Add libsframe to host_libs.
128 * configure: Regenerated.
129
8761284f
GA
1302022-11-23 Marek Polacek <polacek@redhat.com>
131
132 Revert:
133 2022-11-23 Marek Polacek <polacek@redhat.com>
134
135 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
136 isl.
137 * Makefile.in: Regenerate.
138 * Makefile.tpl: Set PICFLAG.
139 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
140 check.
141 * configure: Regenerate.
142
1432022-11-23 Marek Polacek <polacek@redhat.com>
144
145 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
146 isl.
147 * Makefile.in: Regenerate.
148 * Makefile.tpl: Set PICFLAG.
149 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
150 check.
151 * configure: Regenerate.
152
83d400bd
GA
1532022-11-14 Martin Liska <mliska@suse.cz>
154
155 Revert:
156 2022-11-09 Martin Liska <mliska@suse.cz>
157
158 * doc/Makefile: New file.
159 * doc/_static/custom.css: New file.
160 * doc/baseconf.py: New file.
161 * doc/bsd.rst: New file.
162 * doc/contrib.rst: New file.
163 * doc/contribute.rst: New file.
164 * doc/cppdiropts.rst: New file.
165 * doc/cppenv.rst: New file.
166 * doc/cppopts.rst: New file.
167 * doc/cppwarnopts.rst: New file.
168 * doc/favicon.ico: New file.
169 * doc/funding.rst: New file.
170 * doc/gcc_sphinx.py: New file.
171 * doc/gnu.rst: New file.
172 * doc/gnu_free_documentation_license.rst: New file.
173 * doc/gpl-3.0.rst: New file.
174 * doc/indices-and-tables.rst: New file.
175 * doc/lgpl-2.1.rst: New file.
176 * doc/logo.pdf: New file.
177 * doc/logo.svg: New file.
178 * doc/md.rst: New file.
179 * doc/requirements.txt: New file.
180
1812022-11-14 Martin Liska <mliska@suse.cz>
182
183 Revert:
184 2022-11-09 Martin Liska <mliska@suse.cz>
185
186 * doc/baseconf.py: Port to GCC sources.
187
1882022-11-14 Martin Liska <mliska@suse.cz>
189
190 Revert:
191 2022-11-14 Martin Liska <mliska@suse.cz>
192
193 * configure: Regenerate.
194 * configure.ac: Support Sphinx based documentation.
195
1962022-11-14 Martin Liska <mliska@suse.cz>
197
198 Revert:
199 2022-11-09 Martin Liska <mliska@suse.cz>
200
201 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
202 provide a default.
203
2042022-11-14 Martin Liska <mliska@suse.cz>
205
206 Revert:
207 2022-11-09 Martin Liska <mliska@suse.cz>
208
209 * doc/bsd.rst:
3d3b561f 210 Add trailing newline.
83d400bd 211 * doc/contrib.rst:
3d3b561f 212 Add trailing newline.
83d400bd 213 * doc/contribute.rst:
3d3b561f 214 Add trailing newline.
83d400bd 215 * doc/cppdiropts.rst:
3d3b561f 216 Add trailing newline.
83d400bd 217 * doc/cppenv.rst:
3d3b561f 218 Add trailing newline.
83d400bd 219 * doc/cppopts.rst:
3d3b561f 220 Add trailing newline.
83d400bd 221 * doc/cppwarnopts.rst:
3d3b561f 222 Add trailing newline.
83d400bd 223 * doc/funding.rst:
3d3b561f 224 Add trailing newline.
83d400bd 225 * doc/gnu.rst:
3d3b561f 226 Add trailing newline.
83d400bd 227 * doc/gnu_free_documentation_license.rst:
3d3b561f 228 Add trailing newline.
83d400bd 229 * doc/gpl-3.0.rst:
3d3b561f 230 Add trailing newline.
83d400bd 231 * doc/indices-and-tables.rst:
3d3b561f 232 Add trailing newline.
83d400bd 233 * doc/lgpl-2.1.rst:
3d3b561f 234 Add trailing newline.
83d400bd 235 * doc/md.rst:
3d3b561f 236 Add trailing newline.
83d400bd
GA
237
2382022-11-14 Martin Liska <mliska@suse.cz>
239
240 Revert:
241 2022-11-09 Martin Liska <mliska@suse.cz>
242
243 * configure.ac: Use new install URL.
244 * configure: Regenerate.
245
2462022-11-14 Martin Liska <mliska@suse.cz>
247
248 Revert:
249 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
250
251 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
252 instead of just ``.''.
253 * doc/gcc_sphinx.py: Moved to...
254 * doc/modules/gcc_sphinx.py: ...here.
255
2562022-11-14 Martin Liska <mliska@suse.cz>
257
258 Revert:
259 2022-11-10 Martin Liska <mliska@suse.cz>
260
261 * doc/baseconf.py: Modernize by using pathlib.
262
2632022-11-14 Martin Liska <mliska@suse.cz>
264
265 Revert:
266 2022-11-11 Martin Liska <mliska@suse.cz>
267
268 * doc/Makefile: Disable -j auto.
269
2702022-11-14 Martin Liska <mliska@suse.cz>
271
272 Revert:
273 2022-11-11 Martin Liska <mliska@suse.cz>
274
275 * doc/Makefile: Update comment.
276
2772022-11-14 Martin Liska <mliska@suse.cz>
278
279 Revert:
280 2022-11-11 Martin Liska <mliska@suse.cz>
281
282 * doc/indices-and-tables.rst: Rename Indexes to Indices.
283
2842022-11-14 Martin Liska <mliska@suse.cz>
285
286 Revert:
287 2022-11-13 Martin Liska <mliska@suse.cz>
288
289 PR web/107643
290 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
291 is set.
292 * doc/indices-and-tables.rst: Use include_todo tag.
293
2942022-11-14 Martin Liska <mliska@suse.cz>
295
296 Revert:
297 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
298
299 * doc/contrib.rst: Update Jeff Law's email address.
300
eefbfbc7
GA
3012022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
302
303 * doc/contrib.rst: Update Jeff Law's email address.
304
3052022-11-13 Martin Liska <mliska@suse.cz>
306
307 PR web/107643
308 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
309 is set.
310 * doc/indices-and-tables.rst: Use include_todo tag.
311
5b6ce16a
GA
3122022-11-11 Martin Liska <mliska@suse.cz>
313
314 * doc/indices-and-tables.rst: Rename Indexes to Indices.
315
3162022-11-11 Martin Liska <mliska@suse.cz>
317
318 * doc/Makefile: Update comment.
319
3202022-11-11 Martin Liska <mliska@suse.cz>
321
322 * doc/Makefile: Disable -j auto.
323
f225b813
GA
3242022-11-10 Martin Liska <mliska@suse.cz>
325
326 * doc/baseconf.py: Modernize by using pathlib.
327
3282022-11-10 Arsen Arsenović <arsen@aarsen.me>
329
330 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
331 instead of just ``.''.
332 * doc/gcc_sphinx.py: Moved to...
333 * doc/modules/gcc_sphinx.py: ...here.
334
1cdfd0e5
GA
3352022-11-09 Martin Liska <mliska@suse.cz>
336
337 * configure.ac: Use new install URL.
338 * configure: Regenerate.
339
3402022-11-09 Martin Liska <mliska@suse.cz>
341
342 * doc/bsd.rst:
3d3b561f 343 Add trailing newline.
1cdfd0e5 344 * doc/contrib.rst:
3d3b561f 345 Add trailing newline.
1cdfd0e5 346 * doc/contribute.rst:
3d3b561f 347 Add trailing newline.
1cdfd0e5 348 * doc/cppdiropts.rst:
3d3b561f 349 Add trailing newline.
1cdfd0e5 350 * doc/cppenv.rst:
3d3b561f 351 Add trailing newline.
1cdfd0e5 352 * doc/cppopts.rst:
3d3b561f 353 Add trailing newline.
1cdfd0e5 354 * doc/cppwarnopts.rst:
3d3b561f 355 Add trailing newline.
1cdfd0e5 356 * doc/funding.rst:
3d3b561f 357 Add trailing newline.
1cdfd0e5 358 * doc/gnu.rst:
3d3b561f 359 Add trailing newline.
1cdfd0e5 360 * doc/gnu_free_documentation_license.rst:
3d3b561f 361 Add trailing newline.
1cdfd0e5 362 * doc/gpl-3.0.rst:
3d3b561f 363 Add trailing newline.
1cdfd0e5 364 * doc/indices-and-tables.rst:
3d3b561f 365 Add trailing newline.
1cdfd0e5 366 * doc/lgpl-2.1.rst:
3d3b561f 367 Add trailing newline.
1cdfd0e5 368 * doc/md.rst:
3d3b561f 369 Add trailing newline.
1cdfd0e5
GA
370
3712022-11-09 Martin Liska <mliska@suse.cz>
372
373 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
374 provide a default.
375
3762022-11-09 Martin Liska <mliska@suse.cz>
377
378 * configure: Regenerate.
379 * configure.ac: Support Sphinx based documentation.
380
3812022-11-09 Martin Liska <mliska@suse.cz>
382
383 * doc/baseconf.py: Port to GCC sources.
384
3852022-11-09 Martin Liska <mliska@suse.cz>
386
387 * doc/Makefile: New file.
388 * doc/_static/custom.css: New file.
389 * doc/baseconf.py: New file.
390 * doc/bsd.rst: New file.
391 * doc/contrib.rst: New file.
392 * doc/contribute.rst: New file.
393 * doc/cppdiropts.rst: New file.
394 * doc/cppenv.rst: New file.
395 * doc/cppopts.rst: New file.
396 * doc/cppwarnopts.rst: New file.
397 * doc/favicon.ico: New file.
398 * doc/funding.rst: New file.
399 * doc/gcc_sphinx.py: New file.
400 * doc/gnu.rst: New file.
401 * doc/gnu_free_documentation_license.rst: New file.
402 * doc/gpl-3.0.rst: New file.
403 * doc/indices-and-tables.rst: New file.
404 * doc/lgpl-2.1.rst: New file.
405 * doc/logo.pdf: New file.
406 * doc/logo.svg: New file.
407 * doc/md.rst: New file.
408 * doc/requirements.txt: New file.
409
89d0a14a
JJ
4102022-11-04 Thomas Schwinge <thomas@codesourcery.com>
411
412 * Makefile.def: Remove module 'liboffloadmic'.
413 * Makefile.in: Regenerate.
414 * configure.ac: Remove 'liboffloadmic' handling.
415 * configure: Regenerate.
416
9a8b868d
GA
4172022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
418
419 * MAINTAINERS: Update email address.
420
10439719
GA
4212022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
422
423 * configure.ac: Don't configure readline if --with-system-readline is
424 used.
425 * configure: Re-generate.
426
781f477a
GA
4272022-10-12 Cui,Lili <lili.cui@intel.com>
428
429 * MAINTAINERS (Write After Approval): Add myself.
430
ab332cd7
GA
4312022-10-11 Olivier Hainque <hainque@adacore.com>
432
433 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
434 and friends for rtp !large. Assume the linker has the required
435 abilities and set lt_cv_deplibs_check_method.
436
3a221b73
GA
4372022-09-30 Olivier Hainque <hainque@adacore.com>
438
439 * configure.ac (*vxworks*): If enable_shared is not
440 set, set to "no" and add --disable-shared to target and
441 host_configargs.
442 * configure: Regenerate.
443
220c4d8e
GA
4442022-09-26 Jeff Law <jlaw@ventanamicro.com>
445
446 * MAINTAINERS: Update my email address and DCO entry.
447
4afaeaab
GA
4482022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
449
450 * MAINTAINERS (Write After Approval): Add myself.
451
d0fc05e8
GA
4522022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
453
454 * MAINTAINERS (Write After Approval): Add myself.
455
fe2a8ce9
GA
4562022-09-07 Jeff Law <jeffreyalaw@gmail.com>
457
458 * MAINTAINERS: Update my email address.
459
4602022-09-07 Tom de Vries <tdevries@suse.de>
461
462 * configure.ac: Set extra_host_libiberty_configure_flags and
463 extra_host_zlib_configure_flags in separate case statements.
464 * configure: Regenerate.
465
25aeb922
GA
4662022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
467
468 * MAINTAINERS: Update c-sky port maintainers' emails.
469
542c60c4
GA
4702022-08-31 Martin Liska <mliska@suse.cz>
471
472 * configure: Regenerate.
473 * configure.ac: Delete hpux9 and hpux10.
474
30afe5e7
GA
4752022-08-18 Sergei Trofimovich <siarheit@google.com>
476
477 * Makefile.def: Drop libelf module and gcc-configure dependency
478 on it.
479 * Makefile.in: Regenerate with 'autogen Makefile.def'.
480 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
481 LIBELFINC.
482 * configure: Regenrate.
483 * configure.ac (host_libs): Drop unused libelf.
484
4852022-08-18 Sergei Trofimovich <siarheit@google.com>
486
487 * Makefile.in: Regenerate.
488
4ad52740
GA
4892022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
490
491 * MAINTAINERS: Add myself as AutoFDO maintainer.
492
32510382
GA
4932022-08-01 Roger Sayle <roger@nextmovesoftware.com>
494 Arnaud Charlet <charlet@adacore.com>
495
496 * configure: Regenerate.
497
4a7274dd
GA
4982022-07-31 Roger Sayle <roger@nextmovesoftware.com>
499
500 PR bootstrap/106472
501 * Makefile.def (dependencies): Make configure-target-libgo depend
502 upon all-target-libbacktrace.
503
1e2c5f4c
GA
5042022-07-27 David Faust <david.faust@oracle.com>
505
506 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
507
5082022-07-27 Richard Biener <rguenther@suse.de>
509
510 * MAINTAINERS (Roger Sayle): Update e-mail address.
511
bbb9c030
GA
5122022-07-21 Sam Feifer <sfeifer@redhat.com>
513
514 * MAINTAINERS (Write After Approval): Add myself.
515
5162022-07-21 Marc Poulhiès <poulhies@adacore.com>
517
518 * MAINTAINERS: Add myself as Ada front end co-maintainer.
519
7c0c10db
GA
5202022-07-19 Alexander Monakov <amonakov@ispras.ru>
521
522 * .gitignore: Do not ignore config.h.
523
bdc7b765
GA
5242022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
525
526 * MAINTAINERS: Add myself to Write After Approval.
527
8467574d
GA
5282022-07-04 Martin Liska <mliska@suse.cz>
529
530 * MAINTAINERS: fix sorting of names
531
3731dd0b
GA
5322022-07-03 Immad Mir <mirimmad17@gmail.com>
533
534 * MAINTAINERS: add myself.
535
5362022-07-03 Immad Mir <mirimmad17@gmail.com>
537
538 * MAINTAINERS: Add myself to write after approval and DCO.
539
20f0f305
GA
5402022-07-02 Tim Lange <mail@tim-lange.me>
541
542 * MAINTAINERS: Add myself.
543
ed974488
GA
5442022-07-01 Haochen Jiang <haochen.jiang@intel.com>
545
546 * MAINTAINERS (Write After Approval): Add myself.
547
976196b3
GA
5482022-06-30 Cui,Lili <lili.cui@intel.com>
549
550 Revert:
551 2022-06-30 Cui,Lili <lili.cui@intel.com>
552
553 * MAINTAINERS (Write After Approval): Add myself.
554
5552022-06-30 Cui,Lili <lili.cui@intel.com>
556
557 * MAINTAINERS (Write After Approval): Add myself.
558
fb29fdea
GA
5592022-06-28 Alexandre Oliva <oliva@adacore.com>
560
561 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
562 (EXTRA_GCC_FLAGS): Likewise.
563 * Makefile.in: Rebuilt.
564
5652022-06-28 konglin1 <lingling.kong@intel.com>
566
567 * MAINTAINERS (Write After Approval): Add myself.
568
9d3dd218
GA
5692022-06-27 Tom de Vries <tdevries@suse.de>
570
571 * configure.ac: Build libiberty pic variant for gdbserver.
572 * configure: Regenerate.
573
b2b72757
GA
5742022-06-26 Iain Sandoe <iain@sandoe.co.uk>
575
576 * configure: Regenerate.
577 * configure.ac: Correct use of $host.
578
87509781
GA
5792022-06-25 Jeff Law <jeffreyalaw@gmail.com>
580
581 * MAINTAINERS: Remove tilegx and tilepro entries.
582 * configure.ac: Remove tilegx and tilepro stanzas.
583 * configure: Rebuilt.
584
37b3b5da
GA
5852022-05-28 Bruce Korb <bkorb@gnu.org>
586
587 * .gitignore: Ignore vim swap files
588
9df4ffe4
GA
5892022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
590
591 * MAINTAINERS: Add myself to write after approval.
592
d0d513b5
GA
5932022-05-11 Kewen Lin <linkw@linux.ibm.com>
594
595 * MAINTAINERS: Remove myself from DCO section.
596
bd022ff9
GA
5972022-05-09 Xi Ruoyao <xry111@xry111.site>
598
599 * MAINTAINERS: Update my email address.
600
6012022-05-09 Clément Chigot <chigot@adacore.com>
602
603 * MAINTAINERS: Update my email address.
604
ab869e7f
GA
6052022-05-05 Kewen Lin <linkw@linux.ibm.com>
606
607 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
608 section.
609
d1d57187
GA
6102022-04-19 Richard Henderson <rth@gcc.gnu.org>
611
612 * MAINTAINERS: Update my email address.
613
8af4270d
GA
6142022-04-01 Qian Jianhua <qianjh@fujitsu.com>
615
616 * MAINTAINERS: Update my email address.
617
9f774626
GA
6182022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
619
620 * MAINTAINERS: (CPU Port Maintainers): Add myself and
621 Lulu as LoongArch port maintainer.
622
6232022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
624 Lulu Cheng <chenglulu@loongson.cn>
625
626 * configure.ac: Add LoongArch tuples.
627 * configure: Regenerate.
628
aab0127d
GA
6292022-03-28 Tom Tromey <tromey@adacore.com>
630
631 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
632 * configure: Rebuild.
633
6fc4a993
GA
6342022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
635
636 * MAINTAINERS: Change my information.
637
9fc8f278
GA
6382022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
639
640 * MAINTAINERS: Add myself to DCO section.
641
510613e7
GA
6422022-03-14 Jonathan Wakely <jwakely@redhat.com>
643
644 * configure.ac: Fix incorrect option in comment.
645 * configure: Regenerate.
646
8cc4f9cd
GA
6472022-03-09 Hans-Peter Nilsson <hp@axis.com>
648
649 * Makefile.def (dependencies): Make configure-sim depend on
650 all-readline.
651 * Makefile.in: Regenerate.
652
2cfb33fc
GA
6532022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
654
655 * MAINTAINERS (Write After Approval): Update my e-mail address.
656
2a2fda2d
GA
6572022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
658
659 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
660
1bb52662
GA
6612022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
662
663 * MAINTAINERS: Update my email and add myself to the DCO list.
664
e0b8716f
GA
6652022-01-25 Thomas Schwinge <thomas@codesourcery.com>
666
667 Revert:
668 2021-09-16 Andrew Pinski <apinski@marvell.com>
669
670 PR bootstrap/67102
671 * Makefile.def: Have configure-target-libffi depend on
672 all-target-libstdc++-v3.
673 * Makefile.in: Regenerate.
674
d43be9dc
GA
6752022-01-22 Jakub Jelinek <jakub@redhat.com>
676
677 PR other/104181
678 * build.log: Remove.
679
5fa55d55
GA
6802022-01-20 Martin Liska <mliska@suse.cz>
681
682 * MAINTAINERS: Adjust email address based on IRC request.
683
7a761ae6
GA
6842022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
685
686 * MAINTAINERS: Update my email address.
687
fc829782
GA
6882022-01-17 Martin Liska <mliska@suse.cz>
689
690 * MAINTAINERS: Rename .c names to .cc.
691
ad3f0d08
GA
6922022-01-13 Jakub Jelinek <jakub@redhat.com>
693
694 * Makefile.am: Remove.
695
01a254e3
GA
6962022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
697
698 * Makefile.am: New file.
699
7002022-01-11 Martin Liska <mliska@suse.cz>
701
702 * MAINTAINERS: Sort 2 names.
703
d9450aa0
GA
7042022-01-10 Martin Liska <mliska@suse.cz>
705
706 * MAINTAINERS: Fix obvious issues with sorting.
707
55e96bf9
GA
7082022-01-07 liuhongt <hongtao.liu@intel.com>
709
710 * build.log: New file.
711
0fbefa25
GA
7122022-01-05 Nathan Sidwell <nathan@acm.org>
713
714 * MAINTAINERS: Add DCO entry. Sort that list.
715
7d11b64b
GA
7162022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
717
718 * MAINTAINERS: Change of email address in both DCO and
719 Write After Approval list.
720
aa17859b
GA
7212021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
722
723 * configure: Regenerate.
724
7252021-12-21 Martin Liska <mliska@suse.cz>
726
727 * config.sub: Change mode back to 755.
728
2554e2da
GA
7292021-12-17 Martin Liska <mliska@suse.cz>
730
731 * config.sub: Sync from master.
732
7332021-12-17 Martin Liska <mliska@suse.cz>
734
735 Revert:
736 2021-12-16 Matthias Seidel <mseidel@apache.org>
737
738 * config.sub: Fix typo.
739
774269aa
GA
7402021-12-16 Matthias Seidel <mseidel@apache.org>
741
742 * config.sub: Fix typo.
743
7442021-12-16 H.J. Lu <hjl.tools@gmail.com>
745
746 Revert:
747 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
748
749 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
750 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
751 * configure.ac: Include config/gcc-plugin.m4.
752 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
753 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
754 RANLIB if possible.
755 * Makefile.in: Regenerated.
756 * configure: Likewise.
757
8a89c39b
GA
7582021-12-15 H.J. Lu <hjl.tools@gmail.com>
759
760 * Makefile.tpl (BUILD_CFLAGS): New.
761 (CFLAGS): Append $(BUILD_CFLAGS).
762 (CXXFLAGS): Likewise.
763 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
764 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
765 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
766 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
767 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
768 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
769 (PGO-TRAINING-TARGETS): Likewise.
770 (PGO_BUILD_TRAINING): Likewise.
771 (all): Add '+' to the command line for recursive make. Support
772 the PGO build.
773 * configure.ac: Add --enable-pgo-build[=lto].
774 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
775 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
776 * Makefile.in: Regenerated.
777 * configure: Likewise.
778
7792021-12-15 H.J. Lu <hjl.tools@gmail.com>
780
781 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
782 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
783 * configure.ac: Include config/gcc-plugin.m4.
784 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
785 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
786 RANLIB if possible.
787 * Makefile.in: Regenerated.
788 * configure: Likewise.
789
9c6586bc
GA
7902021-12-14 Marc Poulhiès <poulhies@adacore.com>
791
792 * MAINTAINERS: Add myself to write after approval.
793
3a580f96
GA
7942021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
795
796 * MAINTAINERS: Adding myself.
797
ea6ef320
GA
7982021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
799
800 * configure: Regenerate.
801 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
802 $(CPP).
803
c177e806
GA
8042021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
805
806 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
807 libatomic.
808 * Makefile.in: Regenerate.
809 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
810 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
811 target-libphobos-bootstrap.
812 (STAGE2_CONFIGURE_FLAGS): Likewise.
813 * configure: Regenerate.
814 * configure.ac: Add support for bootstrapping D front-end.
815
6b1695f4
GA
8162021-11-16 Martin Uecker <uecker@gcc.gnu.org>
817
818 * MAINTAINERS: Add myself to DCO section and update email address.
819
8202021-11-16 Iain Sandoe <iain@sandoe.co.uk>
821
822 * configure: Regenerate.
823 * configure.ac: Ensure that PIC (shared) defaults are set
824 correctly for Darwin.
825
8262021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
827
828 * MAINTAINERS: Update my address.
829
af2852b9
GA
8302021-11-12 Alan Modra <amodra@gmail.com>
831
832 * Makefile.def (configure-opcodes): Depend on configure-bfd.
833 * Makefile.in: Regenerate.
834
18ae471f
GA
8352021-11-03 Maciej W. Rozycki <macro@embecosm.com>
836
837 * MAINTAINERS: Clarify the policy WRT the Write After Approval
838 list.
839
b4df2dd3
GA
8402021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
841
842 * MAINTAINERS (Reviewers, arc): Remove my entry.
843 (Write After Approval): Add an entry for myself.
844
2322c8b1
GA
8452021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
846
847 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
848 * Makefile.in: Regenerate.
849 * configure: Regenerate.
850 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
851
3ff5b4ed
GA
8522021-10-26 Jeff Law <jeffreyalaw@gmail.com>
853
854 * MAINTAINERS: Fix up Maciej's entries.
855
8562021-10-26 Maciej W. Rozycki <macro@embecosm.com>
857
858 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
859 maintainer.
860
c2bd5d8a
GA
8612021-10-22 Eric Gallager <egallager@gcc.gnu.org>
862
863 PR other/102663
864 * Makefile.def: Handle install-dvi target.
865 * Makefile.tpl: Likewise.
866 * Makefile.in: Regenerate.
867
19472fc3
GA
8682021-10-19 Clément Chigot <clement.chigot@atos.net>
869
870 * MAINTAINERS: Add myself for write after approval.
871
52055987
GA
8722021-10-12 Eric Gallager <egallager@gcc.gnu.org>
873
874 * Makefile.def: Mark libcody, libdecnumber,
875 c++tools, libgcc, and libobjc as missing TAGS
876 targets.
877 * Makefile.in: Regenerate.
878
50e20ee6
GA
8792021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
880
881 * MAINTAINERS: Add myself to DCO section and update email
882 address.
883
d238146e
GA
8842021-09-29 Jonathan Wakely <jwakely@redhat.com>
885
886 * MAINTAINERS: Add myself to DCO section.
887
fd133479
GA
8882021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
889
890 * configure: Regenerate.
891 * configure.ac (skipdirs): Add the contents of target_configdirs if
892 we are not building gcc.
893
9a4293ed
GA
8942021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
895
896 * Makefile.def: Back-port commits ba4d88ad892f and
897 755ba58ebef0 from binutils-gdb repository.
898 * Makefile.in: Regenerated.
899
62498024
GA
9002021-09-20 Harald Anlauf <anlauf@gmx.de>
901
902 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
903
0a4cb439
GA
9042021-09-17 Iain Sandoe <iain@sandoe.co.uk>
905
906 * Makefile.def: Add a jit check target for the jit
907 language.
908 * Makefile.in: Regenerate.
909
e19570d3
GA
9102021-09-16 Andrew Pinski <apinski@marvell.com>
911
912 PR bootstrap/67102
913 * Makefile.def: Have configure-target-libffi depend on
914 all-target-libstdc++-v3.
915 * Makefile.in: Regenerate.
916
a26206ec
GA
9172021-09-10 Petter Tomner <tomner@kth.se>
918
919 * MAINTAINERS: Me added to DCO and write after approval
920
e11c6046
GA
9212021-09-01 YunQiang Su <syq@debian.org>
922
923 * MAINTAINERS: Add myself for write after approval.
924
6d51ee43
GA
9252021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
926
927 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
928 * Makefile.in: Regenerate.
929
4be4fa4e
GA
9302021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
931
932 * MAINTAINERS: Add myself for write after approval.
933
6e529985
GA
9342021-08-18 Iain Sandoe <iain@sandoe.co.uk>
935
936 * Makefile.in: Regenerate.
937 * Makefile.tpl: Make the state of the configured host
938 shared flag available to makefile fragements.
939
37768150
GA
9402021-08-09 Hongyu Wang <hongyu.wang@intel.com>
941
942 * MAINTAINERS (Write After Approval): Add myself.
943
92d45509
GA
9442021-07-20 Richard Earnshaw <rearnsha@arm.com>
945
946 * .dir-locals.el (bug-reference-url-format): Use https.
947
9482021-07-20 Richard Earnshaw <rearnsha@arm.com>
949
950 * .dir-locals.el (c-mode): Change fill-column to 79.
951
d97d71a1
GA
9522021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
953
954 * MAINTAINERS: Add myself to DCO section.
955
ef2ace64
GA
9562021-07-09 Iain Sandoe <iain@sandoe.co.uk>
957
958 * configure: Regenerate.
959 * configure.ac: Adjust cases for which it is necessary to
960 include the Darwin host config fragment.
961
6fba0eea
GA
9622021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
963
964 * MAINTAINERS: Add myself for write after approval and DCO.
965
6d53e6f9
GA
9662021-07-05 Iain Sandoe <iain@sandoe.co.uk>
967
968 * Makefile.def: Add dsymutil defs.
969 * Makefile.in: Regenerated.
970 * Makefile.tpl: Add dsymutil to flags.
971 * configure: Regenerated.
972 * configure.ac: Add dsymutil to target and build recipes.
973
bea7c16a
GA
9742021-07-01 Ankur Saini <arsenic@sourceware.org>
975
976 * MAINTAINERS: Add myself for write after approval.
977
25b6bfea
GA
9782021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
979
980 * MAINTAINERS (Write After Approval): Add myself.
981
90708f87
GA
9822021-06-25 Matthias Kretz <m.kretz@gsi.de>
983
984 * MAINTAINERS: Add myself for write after approval and DCO
985
9aa8327e
GA
9862021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
987
988 * .gitignore: Add entry for cscope.out.
989
419af06a
GA
9902021-06-22 liuhongt <hongtao.liu@intel.com>
991
992 * MAINTAINERS: Remove my Write After Approval entry.
993
2f080224
GA
9942021-06-21 liuhongt <hongtao.liu@intel.com>
995
996 * MAINTAINERS: Add myself as maintainer of the i386 vector
997 extensions.
998
c5581d48
GA
9992021-06-18 Antoni Boucher <bouanto@zoho.com>
1000
1001 * MAINTAINERS (Write After Approval): Add myself.
1002
688359a2
GA
10032021-06-17 Aldy Hernandez <aldyh@redhat.com>
1004
1005 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1006 as *vrp and ranger maintainers.
1007
28c62475
GA
10082021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1009
1010 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1011 not trigger testsuite failures.
1012
10132021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1014
1015 * MAINTAINERS: Add myself to DCO section with both email addresses.
1016
440c8a0a
GA
10172021-06-03 Jason Merrill <jason@redhat.com>
1018
1019 * MAINTAINERS: Add DCO version number.
1020
9663c744
GA
10212021-06-02 Jason Merrill <jason@redhat.com>
1022
1023 * MAINTAINERS: Add DCO section.
1024
ee682192
GA
10252021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1026
1027 * MAINTAINERS (Write After Approval): Add myself.
1028
1a87f838
GA
10292021-05-29 Mike Frysinger <vapier@gentoo.org>
1030
1031 * configure.ac: Add gnulib to configdirs for sim.
1032 * configure: Regenerate.
1033
a8daf9a1
GA
10342021-05-18 Mike Frysinger <vapier@gentoo.org>
1035
1036 * Makefile.def: Add configure-sim dependency on all-gnulib.
1037 * Makefile.in: Regenerated.
1038
a7ffc1ef
GA
10392021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1040
1041 * MAINTAINERS (Write After Approval): Add myself.
1042
0ff3a0f2
GA
10432021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1044
1045 * MAINTAINERS (Write After Approval): Add myself.
1046
037e3661
GA
10472021-05-11 Martin Liska <mliska@suse.cz>
1048
1049 * MAINTAINERS: Remove entries for removed
1050 components (HSA, BRIG, libhsail-rt).
1051 Move Pekka to Write After Approval.
1052
10532021-05-11 Martin Liska <mliska@suse.cz>
1054
1055 * Makefile.def: Remove libhsail-rt.
1056 * Makefile.in: Likewise.
1057 * configure.ac: Likewise.
1058 * configure: Regenerate.
1059 * libhsail-rt/ChangeLog: Removed.
1060 * libhsail-rt/Makefile.am: Removed.
1061 * libhsail-rt/Makefile.in: Removed.
1062 * libhsail-rt/README: Removed.
1063 * libhsail-rt/aclocal.m4: Removed.
1064 * libhsail-rt/configure: Removed.
1065 * libhsail-rt/configure.ac: Removed.
1066 * libhsail-rt/configure.tgt: Removed.
1067 * libhsail-rt/include/internal/fibers.h: Removed.
1068 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1069 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1070 * libhsail-rt/include/internal/workitems.h: Removed.
1071 * libhsail-rt/rt/arithmetic.c: Removed.
1072 * libhsail-rt/rt/atomics.c: Removed.
1073 * libhsail-rt/rt/bitstring.c: Removed.
1074 * libhsail-rt/rt/fbarrier.c: Removed.
1075 * libhsail-rt/rt/fibers.c: Removed.
1076 * libhsail-rt/rt/fp16.c: Removed.
1077 * libhsail-rt/rt/misc.c: Removed.
1078 * libhsail-rt/rt/multimedia.c: Removed.
1079 * libhsail-rt/rt/queue.c: Removed.
1080 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1081 * libhsail-rt/rt/segment.c: Removed.
1082 * libhsail-rt/rt/workitems.c: Removed.
1083 * libhsail-rt/target-config.h.in: Removed.
1084
99e8df7a
GA
10852021-05-04 Nick Clifton <nickc@redhat.com>
1086
1087 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1088 * configure: Regenerate.
1089
e4ff4ffb
GA
10902021-04-28 Jakub Jelinek <jakub@redhat.com>
1091 Tobias Burnus <tobias@codesourcery.com>
1092
1093 * configure.ac (--enable-offload-defaulted): New.
1094 * configure: Regenerate.
1095
05ec629f
GA
10962021-04-23 David Faust <david.faust@oracle.com>
1097
1098 * MAINTAINERS (Write After Approval): Add myself.
1099
a0ecde22
GA
11002021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1101
1102 * MAINTAINERS (Write After Approval): Add myself.
1103
651684b4
GA
11042021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1105
1106 * MAINTAINERS: Add myself as pru port maintainer.
1107
bf1f3168
GA
11082021-03-23 David Malcolm <dmalcolm@redhat.com>
1109
1110 * MAINTAINERS: Add myself as static analyzer maintainer.
1111
287e3e84
GA
11122021-03-18 Jeff Law <jlaw@tachyum.com>
1113
1114 * MAINTAINERS: Update primary entry.
1115
5e93c2f0
GA
11162021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1117
1118 * MAINTAINERS (Write After Approval): Add myself.
1119
11202021-03-13 Mike Frysinger <vapier@gentoo.org>
1121
1122 * Makefile.def: Remove all-sim dependency on configure-gdb.
1123 * Makefile.in: Regenerated.
1124
48ff383f
GA
11252021-03-11 Jeff Law <law@redhat.com>
1126
1127 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1128
11292021-03-11 Martin Liska <mliska@suse.cz>
1130
1131 * Makefile.tpl: The change was done Makefile.in which
1132 is generated file.
1133
6405b40f
GA
11342021-03-08 Jeff Law <law@redhat.com>
1135
1136 * MAINTAINERS: Update my email address
1137
71e24b06
GA
11382021-02-23 Kito Cheng <kito.cheng@sifive.com>
1139
1140 * config.guess: Import latest upstream.
1141 * config.sub: Import latest upstream.
1142
161e4c08
GA
11432021-01-25 Martin Liska <mliska@suse.cz>
1144
1145 PR gcov-profile/98739
1146 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1147 for profiledbootstrap.
1148
8502e23d
GA
11492021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1150
1151 * MAINTAINERS (Write After Approval): Add myself.
1152
11532021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1154
1155 * MAINTAINERS (Write After Approval): Update my e-mail address.
1156
6851dda2
GA
11572021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1158
1159 * MAINTAINERS: Fix spacing.
1160
11612021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1162
1163 * MAINTAINERS (Write After Approval): Add myself
1164
942ae5be
GA
11652021-01-06 Nick Alcock <nick.alcock@oracle.com>
1166
1167 * Makefile.def: Sync with binutils-gdb:
1168 (dependencies): all-ld depends on all-libctf.
1169 (host_modules): libctf is no longer no_install.
1170 No longer no_check. Checking depends on all-ld.
1171 * Makefile.in: Regenerated.
1172
651b8a50
GA
11732021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1174
1175 * libtool.m4: Match gnu* along other GNU systems.
1176 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1177 * libgo/configure: Re-generate.
1178
7e73f511
GA
11792021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1180
1181 * MAINTAINERS: Update my email address.
1182
cd69e3d5
GA
11832020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1184
1185 * MAINTAINERS (Write After Approval): Add myself.
1186
6e9d8651
GA
11872020-12-15 Nathan Sidwell <nathan@acm.org>
1188
1189 * Makefile.def
1190 * Makefile.in
1191 * Makefile.tpl
1192 * configure
1193 * configure.ac
1194
11952020-12-15 Nathan Sidwell <nathan@acm.org>
1196
1197 * Makefile.def: Add libcody.
1198 * configure.ac: Add libcody.
1199 * Makefile.in: Regenerated.
1200 * configure: Regenerated.
1201
d52945ce
GA
12022020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1203
1204 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1205
6e1edf48
GA
12062020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1207
1208 PR target/97865
1209 * libtool.m4: Update handling of Darwin platform link flags
1210 for Darwin20.
1211
11860cf4
GA
12122020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1213
1214 * .gitignore: Sync with binutils-gdb
1215
12162020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1217
1218 * MAINTAINERS: Add myself as arc port maintainer.
1219
a9625c50
GA
12202020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1221
1222 PR d/87788
1223 * configure.ac: Don't disable D for *-*-darwin*.
1224 * configure: Regenerate.
1225
12262020-11-29 John David Anglin <danglin@gcc.gnu.org>
1227
1228 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1229 hppa64-*-hpux11*.
1230
360258da
GA
12312020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1232
1233 * configure: Regenerate.
1234 * configure.ac: Add --bootstrap-hwasan option.
1235
8e6198d0
GA
12362020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1237
1238 * config.guess: Import latest upstream.
1239 * config.sub: Import latest upstream.
1240
29c5d9ce
GA
12412020-11-16 Martin Liska <mliska@suse.cz>
1242
1243 * .gitignore: Add cache as clangd uses it now.
1244
77f67db2
GA
12452020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1246
1247 * MAINTAINERS (Write After Approval): add myself
1248
2bee28dd
GA
12492020-11-09 Pat Bernardi <bernardi@adacore.com>
1250
1251 * MAINTAINERS (Write After Approval): Add myself.
1252
12532020-11-09 Jonathan Wakely <jwakely@redhat.com>
1254
1255 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1256 Remove FIXME comments.
1257
44cab2d8
GA
12582020-11-06 Martin Uecker <muecker@gwdg.de>
1259
1260 * MAINTAINERS: Update my email address.
1261
12622020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1263
1264 * MAINTAINERS (Write After Approval): Add myself.
1265
8e97b905
GA
12662020-10-06 Tobias Burnus <tobias@codesourcery.com>
1267
1268 PR target/97302
1269 * configure.ac: Only set with_gmp to /usr/local
1270 if not building in tree.
1271 * configure: Regenerate.
1272
239601c5
GA
12732020-09-18 Omar Tahir <omar.tahir@arm.com>
1274
1275 * MAINTAINERS (Write After Approval): Add myself.
1276
57ea0894
GA
12772020-08-26 Tobias Burnus <tobias@codesourcery.com>
1278
1279 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1280
5b9a3d2a
GA
12812020-08-20 Tobias Burnus <tobias@codesourcery.com>
1282
1283 PR bootstrap/96612
1284 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1285 if not the same as ${host}.
1286 * configure: Regenerate.
1287
2c4c56c2
GA
12882020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1289
1290 * MAINTAINERS (Write After Approval): Add myself.
1291
afdd220a
GA
12922020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1293
1294 * MAINTAINERS: Update my email address.
1295
d48cca8f
GA
12962020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1297
1298 * MAINTAINERS (Write After Approval): Add myself.
1299
3ea9abca
GA
13002020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1301
1302 * MAINTAINERS (Write After Approval): Add myself.
1303
8e3b453e
GA
13042020-06-12 Martin Liska <mliska@suse.cz>
1305
1306 * .gitignore: Add .clang-tidy.
1307
2c455ae0
GA
13082020-06-08 Jason Merrill <jason@redhat.com>
1309
1310 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1311 * configure: Regenerate.
1312
8f94b078
GA
13132020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1314
1315 * MAINTAINERS: Add myself as xtensa port maintainer.
1316
53ffb43a
GA
13172020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1318
1319 * configure.ac: Don't require --enable-host-shared when building
1320 for Mingw.
1321 * configure: Regenerate.
1322
5329b59a
JM
13232020-05-18 Jason Merrill <jason@redhat.com>
1324
1325 * configure.ac: Update bootstrap dialect to -std=c++11.
1326
9a4a0a5b
AC
13272020-05-18 Alex Coplan <alex.coplan@arm.com>
1328
1329 * MAINTAINERS (Write After Approval): Add myself.
1330
afa3d80e
TS
13312020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1332
1333 PR target/92713
1334 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1335 (noconfigdirs): Add 'target-libstdc++-v3'.
1336 * configure: Regenerate.
1337
e6cbe965
SC
13382020-04-21 Stephen Casner <casner@acm.org>
1339
1340 PR 25830
1341 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1342 * configure: Rebuild.
1343
e9f799d2
ML
13442020-04-17 Martin Liska <mliska@suse.cz>
1345 Jonathan Yong <10walls@gmail.com>
1346
1347 PR gcov-profile/94570
1348 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1349 for CYGWIN.
1350
efd5bd4d
MJ
13512020-04-14 Martin Jambor <mjambor@suse.cz>
1352
1353 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1354
f9d09df0
TT
13552020-04-09 Tom Tromey <tom@tromey.com>
1356
1357 * configure: Rebuild.
1358 * Makefile.in: Rebuild.
1359 * Makefile.def (gdbsupport, gdbserver): New host modules.
1360 (configure-gdb): Depend on all-gdbsupport.
1361 (all-gdb): Depend on all-gdbsupport, all-libctf.
1362 * configure.ac (host_tools): Add gdbserver.
1363 Conditionally build gdbserver and gdbsupport.
1364
29b1533a
TB
13652020-03-09 Tobias Burnus <tobias@codesourcery.com>
1366
1367 * configure.ac: Build libgomp by default for amdgcn.
1368 * configure: Regenerate.
1369
7d6b3a78
SP
13702020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1371
1372 * MAINTAINERS (Write After Approval): Add myself.
1373
4707548e
JH
13742020-02-28 Joel Hutton <joel.hutton@arm.com>
1375
1376 * MAINTAINERS (Write After Approval) : Add myself.
1377
6f83ceb8
PD
13782020-02-20 Palmer Dabbelt <palmer@sifive.com>
1379
1380 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1381
d6ee2e7c
MS
13822020-02-14 Martin Sebor <msebor@redhat.com>
1383
1384 * doc/extend.texi (attribute alias): Mention type requirement.
1385 (attribute weak): Same.
1386 (attribute weakref): Correct invalid example.
1387
e01975f9
SB
13882020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1389
1390 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1391
affb7b66
JJ
13922020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1393 Jakub Jelinek <jakub@redhat.com>
1394
1395 * .gitattributes: Add *.md diff=md.
1396
780e19f8
GJL
13972020-01-14 Georg-Johann Lay <avr@gjlay.de>
1398
1399 The mentioned auto-generated file is no more part of the
1400
1401 GCC sources, it's auto-generated in $(builddir) during build.
1402
1403 PR target/92055
1404 * contrib/gcc_update (files_and_dependencies): Remove
1405 entry for gcc/config/avr/t-multilib.
1406
ef4395e5
AS
14072020-01-14 Anatoly Sokolov <aesok@dol.ru>
1408
1409 * MAINTAINERS: Update my email address.
1410
b2b465c5
JM
14112020-01-13 Joseph Myers <joseph@codesourcery.com>
1412
1413 * README.MOVED_TO_GIT: Remove.
1414
cff5a231
JM
14152020-01-11 Joseph Myers <joseph@codesourcery.com>
1416
1417 * README.MOVED_TO_GIT: New file.
1418
b1b72741
DZ
14192020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1420
1421 * MAINTAINERS (Write After Approval): Add myself.
1422
74a7b87a
JL
14232019-12-20 Jerome Lambourg <lambourg@adacore.com>
1424
1425 * MAINTAINERS (write_after_approval): Add myself.
1426
39f8777c
SMW
14272019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1428
1429 * MAINTAINERS (write_after_approval): Add myself.
1430
6226f592
MI
14312019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1432
1433 * MAINTAINERS (write_after_approval): Add myself.
1434
4f943869
MK
14352019-12-11 Matthias Klose <doko@ubuntu.com>
1436
1437 * configure.ac: Factor out common cases for compare_exclusions.
1438 * configure: Regenerate.
1439
a9046e98
JL
14402019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1441
1442 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1443 flag.
1444
53eb0cb3
LH
14452019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1446
a9046e98 1447 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 1448
90ca6847
TB
14492019-11-27 Tobias Burnus <tobias@codesourcery.com>
1450
1451 PR middle-end/92463
1452 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1453 * configure: Regenerate
1454
aeebd94c
JB
14552019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1456
1457 * configure.ac: Use https for gcc.gnu.org.
1458 * configure: Regenerated.
1459
267d7432
JG
14602019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1461
1462 * MAINTAINERS (aarch64 port): Remove my name, move to...
1463 (Write After Approval): ...Here.
1464
a91eb234
KN
14652019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1466
1467 * MAINTAINERS: Change my email address as maintainer.
1468
8be34204
JB
14692019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1470
90ca6847
TB
1471 PR fortran/91828
1472 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1473 * configure: Regenerated.
8be34204 1474
678a1e99
JM
14752019-10-21 Jason Merrill <jason@redhat.com>
1476
1477 * .gitattributes: Also check ChangeLog whitespace.
1478
aa7710cb
AB
14792019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1480
1481 * contrib/dg-extract-results.sh: Add support for KPASS.
1482 * contrib/dg-extract-results.py: Likewise.
1483
6664a5f7
JM
14842019-10-17 Jason Merrill <jason@redhat.com>
1485
1486 * .gitattributes: Avoid {} in filename pattern.
1487
df77d703
TS
14882019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1489
1490 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1491 Approval section.
1492
4d07a2ec
FH
14932019-10-01 Frederik Harwath <frederik@codesourcery.com>
1494
1495 * MAINTAINERS: Add myself to Write After Approval
1496
5fdd1d33
RS
14972019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1498
1499 * MAINTAINERS: Add myself as an aarch64 maintainer.
1500
16b17446
KT
15012019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1502
1503 * MAINTAINERS: Add myself as aarch64 maintainer.
1504
a8cea25c
CL
15052019-09-23 Carl Love <cel@us.ibm.com>
1506
1507 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1508 New define_insn.
1509 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1510 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1511
0d1cfeed
ST
15122019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1513
1514 * MAINTAINERS (Sam Tebbs): Update email address.
1515
3d34b7af
TB
15162019-09-10 Tobias Burnus <tobias@codesourcery.com>
1517
1518 * MAINTAINERS: Update my email address.
1519
b1e21e5a
CL
15202019-09-10 Christophe Lyon <christophe.lyon@st.com>
1521
3d34b7af 1522 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 1523
91dfef96
JM
15242019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1525
1526 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1527 Remove myself from Write After Approval section.
1528
15292019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1530
1531 * configure.ac: Support for bpf-*-* targets.
1532 * configure: Regenerate.
1533
b7b1f657
JM
15342019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1535
1536 * config.sub: Import upstream version 2019-06-30.
1537 * config.guess: Import upstream version 2019-07-24.
1538
2f2aeda9
UW
15392019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1540
1541 * MAINTAINERS: Remove spu port maintainers.
1542
91eed5f2
ML
15432019-08-28 Martin Liska <mliska@suse.cz>
1544
1545 * .gitignore: Add .clangd and compile_commands.json
1546 to .gitignore.
1547
d0fc6e9f
MF
15482019-08-23 Michael Forney <mforney@mforney.org>
1549
1550 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1551 * Makefile.in: Regenerate.
1552
aac9103b
TT
15532019-08-19 Tom Tromey <tom@tromey.com>
1554
1555 * configure: Rebuild.
1556 * configure.ac: Add --with-static-standard-libraries.
1557
3b5864f4
AO
15582019-08-16 Alexandre Oliva <oliva@gnu.org>
1559
1560 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1561
8fc306e9
ME
15622019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1563
1564 * MAINTAINERS (Write After Approval): Add myself.
1565
f069f0f2
KC
15662019-07-08 Kito Cheng <kito.cheng@sifive.com>
1567
1568 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1569 RISC-V port maitainer.
1570
9118c5e1
KC
15712019-07-08 Kito Cheng <kito.cheng@sifive.com>
1572
1573 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1574
c19713b7
KC
15752019-07-08 Kito Cheng <kito.cheng@sifive.com>
1576
1577 * MAINTAINERS (Write After Approval): Add myself.
1578
e676d704 15792019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
1580
1581 * MAINTAINERS (Write After Approval): Add myself.
1582
247b63e3
ML
15832019-06-25 Martin Liska <mliska@suse.cz>
1584
1585 contrib/filter-clang-warnings.py: Transform from
1586 filter-rtags-warnings.py.
1587
98e5be21
TT
15882019-06-15 Tom Tromey <tom@tromey.com>
1589
1590 * configure.ac (host_libs): Add gnulib.
1591 * configure: Rebuild.
1592 * Makefile.def (host_modules, dependencies): Add gnulib.
1593 * Makefile.in: Rebuild.
1594
1ab4217d
DD
15952019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1596
1597 * MAINTAINERS (Write After Approval): Add myself.
1598
3e209f57 15992019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
1600
1601 * configure: Regenerate.
1602 * configure.ac: Add PRU target.
1603
8b164a4e 16042019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
1605
1606 * MAINTAINERS (Write After Approval): Add myself.
1607
de6abd85
NC
16082019-06-11 Nick Clifton <nickc@redhat.com>
1609
1610 Import these changes from the binutils/gdb repository:
1611
1612 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1613
1614 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1615 and all its deps.
1616 * Makefile.in: Regenerated.
1617
1618 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1619
1620 * Makefile.def (host_modules): Add libctf.
1621 * Makefile.def (dependencies): Likewise.
1622 libctf depends on zlib, libiberty, and bfd.
1623 * Makefile.in: Regenerated.
1624 * configure.ac (host_libs): Add libctf.
1625 * configure: Regenerated.
1626
fb03c52f
VI
16272019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1628
1629 * MAINTAINERS (Write After Approval): Add myself.
1630
dbd5df2e
PB
16312019-05-19 Peter Bergner <bergner@linux.ibm.com>
1632
1633 * MAINTAINERS: Update my email address.
1634
8ee47828
TR
16352019-05-17 Thomas Rodgers <trodgers@redhat.com>
1636
1637 * MAINTAINERS (Write After Approval): Add myself.
1638
f6b2daaf
JM
16392019-05-16 Jun Ma <junma@linux.alibaba.com>
1640
1641 * MAINTAINERS (Write After Approval): Add myself.
1642
2ed6d245
JW
16432019-05-07 Jim Wilson <jimw@sifive.com>
1644
1645 * MAINTAINERS: Remove myself as IA-64 maintainer.
1646
d1b65077
RI
16472019-05-04 Roland Illig <roland.illig@gmx.de>
1648
1649 * MAINTAINERS (Write After Approval): Add myself.
1650
5fe6af6d
RB
16512019-05-02 Richard Biener <rguenther@suse.de>
1652
1653 PR bootstrap/85574
1654 * Makefile.tpl (compare target): Also compare extra-compare
1655 files.
1656 * Makefile.in: Regenerate.
1657
1e8dac32
RZ
16582019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1659
1660 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1661 as modulo-scheduler maintainer.
1662
42d3fe9a
IS
16632019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1664
1665 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1666
3d52462c
IS
16672019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1668
1669 * MAINTAINERS: Update my email address.
1670
4d024c32
JP
16712019-04-14 Johannes Pfau <johannespfau@gmail.com>
1672
1673 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1674 * configure: Regenerate.
1675
7d31d331
RO
16762019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1677
1678 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1679 * configure: Regenerate.
1680
bb50312e
IB
16812019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1682
1683 * configure.ac: Add target-zlib to target_libraries.
1684 * configure: Regenerate.
1685
1c67e69c
ML
16862019-04-09 Martin Liska <mliska@suse.cz>
1687
1688 * Makefile.in: Regenerate.
1689 * Makefile.tpl: Pass GENERATOR_CFLAGS
1690 in all stages.
1691
684f6008
ML
16922019-03-28 Martin Liska <mliska@suse.cz>
1693
1694 PR bootstrap/89829
1695 * Makefile.in: Revert r254150.
1696 * Makefile.tpl: Likewise.
1697
fed156ac
BE
16982019-03-28 Ben Elliston <bje@gnu.org>
1699
1700 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1701 related, and libdecnumber.
1702
d81beb31
AM
17032019-03-15 Alexander Monakov <amonakov@ispras.ru>
1704
1705 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1706 (Write After Approval): Remove myself.
1707
35e2f066
AM
17082019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1709
5fce606f 1710 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 1711
60f32352
AS
17122019-02-11 Andrew Stubbs <ams@codesourcery.com>
1713
1714 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1715 (Write After Approval): Remove myself and Julian.
1716
b4f964c8
HA
17172019-01-26 Harald Anlauf <anlauf@gmx.de>
1718
1719 * MAINTAINERS (Write After Approval): Add myself.
1720
1009e9a2
KCY
17212019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1722
1723 * MAINTAINERS (Write After Approval): Add myself.
1724
275e9ad9
XHL
17252019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1726
62fa42ce
SB
1727 * ChangeLog: Replace space with tab.
1728 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1729
8fcc3599
JG
17302019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1731
1732 * MAINTAINERS (Write After Approval): Add myself.
1733
9c83c587
LJH
17342019-01-18 Li Jia He <helijia@gcc.gnu.org>
1735
1736 * MAINTAINERS (Write After Approval): Add myself.
1737
7431c1a1
AS
17382019-01-17 Andrew Stubbs <ams@codesourcery.com>
1739 Kwok Cheung Yeung <kcy@codesourcery.com>
1740 Julian Brown <julian@codesourcery.com>
1741 Tom de Vries <tom@codesourcery.com>
1742 Jan Hubicka <hubicka@ucw.cz>
1743 Martin Jambor <mjambor@suse.cz>
1744
1745 * configure.ac: Likewise.
1746 * configure: Regenerate.
1747 * contrib/config-list.mk: Add amdgcn-amdhsa.
1748
0684a816
KL
17492019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1750
1751 * MAINTAINERS (Write After Approval): Add myself.
1752
62fa42ce 17532019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1754
275e9ad9 1755 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1756
5227609c
RO
17572019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1758
1759 PR target/88535
1760 * config.guess: Import upstream version 2019-01-03.
1761 * config.sub: Import upstream version 2019-01-01.
1762
7c50cefc
TP
17632018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1764
1765 * MAINTAINERS (Write After Approval): Update my maintainer address.
1766
ea9a30d0
GB
17672018-12-21 Gergö Barany <gergo@codesourcery.com>
1768
1769 * MAINTAINERS (Write After Approval): Add myself.
1770
23d3e2d5
SB
17712018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1772
1773 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1774
e4a9a572
IS
17752018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1776
1777 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1778 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1779 (GCC_TARGET_TOOL): Likewise.
1780 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1781 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1782 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1783 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1784 * configure: Regenerate.
e4a9a572
IS
1785 * Makefile.in: Likewise.
1786
f9b4801c
JP
17872018-11-28 Johannes Pfau <johannespfau@gmail.com>
1788
1789 * MAINTAINERS (Write After Approval): Add myself.
1790
7f9414c1
ML
17912018-11-13 Martin Liska <mliska@suse.cz>
1792
1793 * gcc.target/i386/pr87930.c: Move to ...
1794 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1795
1dbff00c
SH
17962018-11-10 Stafford Horne <shorne@gmail.com>
1797
1798 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1799 (Write After Approval): Remove myself.
1800
e9f3803d
HAQ
18012018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1802
1803 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1804 Append $INCICONV to it.
1805
45bf1490
SH
18062018-11-04 Stafford Horne <shorne@gmail.com>
1807
1808 * MAINTAINERS (Write After Approval): Add myself.
1809
22e05272
JM
18102018-10-31 Joseph Myers <joseph@codesourcery.com>
1811
1812 PR bootstrap/82856
1813 * multilib.am: New file. From automake.
1814
1815 Merge from binutils-gdb:
1816 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1817
1818 * libtool.m4: Use AC_LANG_SOURCE.
1819 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1820 * ar-lib: New file.
1821 * test-driver: New file.
1822 * configure: Re-generate.
1823
82a14443
MP
18242018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1825
1826 * MAINTAINERS (Write After Approval): Add myself.
1827
260eedb9
IB
18282018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1829
1830 PR bootstrap/87788
1831 PR d/87799
1832 * configure: Rebuild.
1833 * configure.ac: Disable D on systems where it is known not to work.
1834
b4c522fa
IB
18352018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1836
1837 * Makefile.def (target_modules): Add libphobos.
1838 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1839 GDCFLAGS_FOR_TARGET.
1840 (dependencies): Make libphobos depend on libatomic, libbacktrace
1841 configure, and zlib configure.
1842 (language): Add language d.
1843 * Makefile.in: Rebuild.
1844 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1845 (HOST_EXPORTS): Add GDC.
1846 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1847 (BASE_TARGET_EXPORTS): Add GDC.
1848 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1849 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1850 (EXTRA_HOST_FLAGS): Add GDC.
1851 (STAGE1_FLAGS_TO_PASS): Add GDC.
1852 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1853 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1854 environment variables.
1855 * configure: Rebuild.
1856 * configure.ac: Add target-libphobos to target_libraries. Set and
1857 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1858
04193ea0
IL
18592018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1860
1861 * MAINTAINERS (Write After Approval): Add myself.
1862
72eda5f2
IB
18632018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1864
1865 * MAINTAINERS (Write After Approval): Remove myself.
1866
4c029cee
IB
18672018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1868
1869 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1870
fc7367ea
BC
18712018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1872
1873 * MAINTAINERS: Update my email address.
1874
956a7508
TS
18752018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1876
1877 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1878 maintainer.
1879
16ddcc28
MM
18802018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1881
1882 * MAINTAINERS (Write After Approval): Add self.
1883
f9529512
ST
18842018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1885
1886 * MAINTAINERS (write after approval): Add myself.
1887
3ff89a4e
XG
18882018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1889
1890 * MAINTAINERS: Update my email address.
1891
e8a0276c
VL
18922018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1893
1894 * MAINTAINERS (write after approval): Add myself.
1895
3d20537c
RS
18962018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1897
1898 * MAINTAINERS: Add self to global reviewers list.
1899
661d1750
SL
19002018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1901
1902 MAINTAINERS: Add c-sky port maintainers.
1903
aa405905
ML
19042018-08-10 Martin Liska <mliska@suse.cz>
1905
1906 * MAINTAINERS: Revert change in previous commit and
92a285c1 1907 join lines.
aa405905 1908
04e2b41d
ML
19092018-08-10 Martin Liska <mliska@suse.cz>
1910
1911 * MAINTAINERS: Remove extra line.
1912
6e9f49e4
N
19132018-08-06 Naveen H.S <naveenh@marvell.com>
1914
1915 * MAINTAINERS: Update my email address.
1916
3b0df776
DD
19172018-07-19 DJ Delorie <dj@redhat.com>
1918
1919 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1920 as maintainer.
1921
f030b30e
AK
19222018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1923
1924 * MAINTAINERS: Adjust email address for me and my colleague Robin
1925 Dapp.
1926
7264261f
L
19272018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1928 Sunil K Pandey <sunil.k.pandey@intel.com>
1929
1930 PR target/84413
1931 * config/i386/i386.c (m_CORE_AVX512): New.
1932 (m_CORE_AVX2): Likewise.
1933 (m_CORE_ALL): Add m_CORE_AVX2.
1934 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1935 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1936 and remove the rest of m_SKYLAKE_AVX512.
1937
19975c57
SH
19382018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1939
1940 * config.sub: Sync with upstream version 2018-07-03.
1941
c234070e
SH
19422018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1943
1944 * config.guess: Sync with upstream version 2018-06-26.
1945 * config.sub: Sync with upstream version 2018-07-02.
1946
d41cd173
BW
19472018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
1948
92a285c1 1949 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
1950 * ltmain.sh: Likewise.
1951
d3435784
SB
19522018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
1953
1954 * contrib/config-list.mk: Remove powerpc-linux_paired.
1955
da34ca3f
AO
19562018-06-29 Alexandre Oliva <oliva@adacore.com>
1957
1958 * configure.ac: Introduce support for @unless/@endunless.
1959 * Makefile.tpl (dep-kind): Rewrite with cond; return
1960 postbootstrap in some cases.
1961 (make-postboot-dep, postboot-targets): New.
1962 (dependencies): Do not output postbootstrap dependencies at
1963 first. Output non-target ones changed for configure to depend
1964 on stage_last @if gcc-bootstrap, and the original deps @unless
1965 gcc-bootstrap.
1966 * configure.in, Makefile.in: Rebuilt.
1967
8e236ddd
JW
19682018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
1969
1970 * MAINTAINERS (write after approval): Add myself.
1971
71d40114
RV
19722018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1973
1974 * MAINTAINERS (write after approval): Add myself.
1975
8006534c
NC
19762018-06-19 Nick Clifton <nickc@redhat.com>
1977
1978 * zlib/configure.ac: Restore old behaviour of only enabling
1979 multilibs when a target subdirectory is defined. This allows
1980 building with srcdir == builddir.
1981 * zlib/configure: Regenerate.
1982
9e03592e
EB
19832018-06-18 Eric Botcazou <ebotcazou@adacore.com>
1984
1985 * Makefile.def (fortran): Add check-target-libgomp-fortran.
1986 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
1987 * Makefile.in: Regenerate.
1988
29305f60
BE
19892018-06-16 Ben Elliston <bje@gnu.org>
1990
1991 * config.guess: Import latest version.
1992 * config.sub: Likewise.
1993
31db0fe0
ML
19942018-06-08 Martin Liska <mliska@suse.cz>
1995
1996 * MAINTAINERS: Remove MPX-related entries.
1997 * Makefile.def: Remove libmpx support.
9e03592e
EB
1998 * Makefile.in: Regenerate.
1999 * configure.ac: Remove removed files.
2000 * configure: Regenerate.
31db0fe0
ML
2001 * libmpx/ChangeLog: Remove.
2002 * libmpx/Makefile.am: Remove.
2003 * libmpx/Makefile.in: Remove.
2004 * libmpx/acinclude.m4: Remove.
2005 * libmpx/aclocal.m4: Remove.
2006 * libmpx/config.h.in: Remove.
2007 * libmpx/configure: Remove.
2008 * libmpx/configure.ac: Remove.
2009 * libmpx/configure.tgt: Remove.
2010 * libmpx/libmpx.spec.in: Remove.
2011 * libmpx/mpxrt/Makefile.am: Remove.
2012 * libmpx/mpxrt/Makefile.in: Remove.
2013 * libmpx/mpxrt/libmpx.map: Remove.
2014 * libmpx/mpxrt/libtool-version: Remove.
2015 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2016 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2017 * libmpx/mpxrt/mpxrt.c: Remove.
2018 * libmpx/mpxrt/mpxrt.h: Remove.
2019 * libmpx/mpxwrap/Makefile.am: Remove.
2020 * libmpx/mpxwrap/Makefile.in: Remove.
2021 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2022 * libmpx/mpxwrap/libtool-version: Remove.
2023 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2024
e68086c4
ML
20252018-06-04 Martin Liska <mliska@suse.cz>
2026
2027 * MAINTAINERS: Add myself as gcov maintainer.
2028
37cca345
MF
20292018-06-04 Matthew Fortune <mfortune@gmail.com>
2030
2031 * MAINTAINERS: Update my email address.
2032
74386680
TV
20332018-06-04 Tom de Vries <tdevries@suse.de>
2034
2035 * MAINTAINERS: Remove write-after-approval entries for component
2036 maintainers.
2037
010ff25b
JL
20382018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2039
2040 * MAINTAINERS (write after approval): Add myself.
2041
64acc19a 20422018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
2043
2044 * MAINTAINERS: Update my email address.
2045
7aad7f4b
TV
20462018-06-01 Tom de Vries <tdevries@suse.de>
2047
2048 * MAINTAINERS: Update my email address.
2049
c5470754
BC
20502018-05-22 Bin Cheng <bin.cheng@arm.com>
2051
2052 * MAINTAINERS (loop-optimizer): Add myself.
2053
58b40a67
FT
20542018-05-01 Francois H. Theron <francois.theron@netronome.com>
2055
2056 * configure.ac: Added "nfp" target.
2057 * configure: Regenerate.
2058
bece35ca
RB
20592018-04-30 Richard Biener <rguenther@suse.de>
2060
2061 PR bootstrap/85571
2062 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2063 (STAGE3_TFLAGS): Likewise.
2064 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2065 (STAGEtrain_TFLAGS): Likewise.
2066 * Makefile.in: Regenerate.
2067
ae05281f
RB
20682018-04-26 Richard Biener <rguenther@suse.de>
2069
2070 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2071 (STAGE2_CFLAGS): Likewise.
2072 (STAGE2_TFLAGS): Likewise.
2073 (STAGE3_CFLAGS): Add -fchecking.
2074 (STAGE3_TFLAGS): Likewise.
2075 (STAGEtrain_CFLAGS): Filter out -fchecking.
2076 (STAGEtrain_TFLAGS): Likewise.
2077 * Makefile.in: Re-generate.
2078
c6e34a9b
CM
20792018-04-25 Catherine Moore <clm@codesourcery.com>
2080
2081 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2082
ae9fb56f
PC
20832018-04-18 Paul Clarke <pc@us.ibm.com>
2084
2085 * MAINTAINERS (write after approval): Add myself.
2086
a2919888
AS
20872018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2088
2089 * MAINTAINERS: Update my email address.
2090
c6024672
BS
20912018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2092
2093 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2094
85d36775
BS
20952018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2096
2097 * MAINTAINERS: Update my email address and disambiguate myself
2098 a bit from Will Schmidt.
2099
8bb406a2
NS
21002018-03-21 Nathan Sidwell <nathan@acm.org>
2101
2102 * MAINTAINERS: Move maintainers of now-removed picochip and score
2103 ports to write after approval.
2104
c9b39302
RS
21052018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2106
2107 * MAINTAINERS: Add entry for SVE maintainership.
2108
1fc1d82e
MR
21092018-02-13 Maciej W. Rozycki <macro@mips.com>
2110
2111 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2112 * configure: Regenerate.
2113
7b7f78d7
BK
21142018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2115
2116 * MAINTAINERS (write after approval): Add myself.
2117
3c1f3bf6
SP
21182018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2119
2120 * MAINTAINERS (write after approval): Add myself.
2121
182f27e3
SP
21222018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2123
2124 * MAINTAINERS (write after approval): Add myself.
85911661 2125
85ec4feb
JJ
21262018-01-03 Jakub Jelinek <jakub@redhat.com>
2127
2128 Update copyright years.
2129
ef7d7cf5
BE
21302018-01-03 Ben Elliston <bje@gnu.org>
2131
2132 * config.guess: Import latest version.
2133 * config.sub: Likewise.
2134
842df93e
SH
21352017-12-12 Stafford Horne <shorne@gmail.com>
2136
2137 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2138 * configure: Regenerate.
2139
1d0a8ae9
QZ
21402017-11-29 Qing Zhao <qing.zhao@oracle.com>
2141
2142 * MAINTAINERS (Write After Approval): Add myself.
2143
5e9d6aa4
JK
21442017-11-28 Julia Koval <julia.koval@intel.com>
2145 Sebastian Peryt <sebastian.peryt@intel.com>
2146
2147 * Makefile.def (target_modules): Remove libcilkrts.
2148 * Makefile.in: Ditto.
2149 * configure: Ditto.
2150 * configure.ac: Ditto.
2151
d2eaaa89
JK
21522017-11-28 Julia Koval <julia.koval@intel.com>
2153
2154 * MAINTAINERS (Write After Approval): Add myself.
2155
90b415f6
SD
21562017-11-22 Sudakshina Das <sudi.das@arm.com>
2157
2158 * MAINTAINERS (Write After Approval): Add myself.
2159
f804ba3e
PD
21602017-11-06 Palmer Dabbelt <palmer@sifive.com>
2161
2162 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2163 Use my SiFive email address.
2164
8744c9bf
SP
21652017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2166
2167 * MAINTAINERS (write after approval): Add myself.
2168
7181cca3
ML
21692017-10-27 Martin Liska <mliska@suse.cz>
2170
2171 * Makefile.tpl: Use proper name of folder as it was renamed
2172 during transition to 4 stages.
2173 * Makefile.in: Regenerate.
2174
fb336a7b
IT
21752017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2176
e50ffab3 2177 * MAINTAINERS (write after approval): Add myself.
fb336a7b 2178
7b5f5267
GP
21792017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2180
2181 * MAINTAINERS: Add a note that maintainership also includes web
2182 pages, docs, and testsuite related to that area.
2183
55de8eb3
TV
21842017-09-25 Tom de Vries <tom@codesourcery.com>
2185
2186 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2187
86ab175e
PMR
21882017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2189
2190 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2191
500ac452
NS
21922017-09-15 Nathan Sidwell <nathan@acm.org>
2193
2194 * MAINTAINERS: Remove myself as a vxworks maintainer.
2195
72ace300
TS
21962017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2197
2198 * MAINTAINERS: Remove email address of Jim Norris.
2199
1328002a
KT
22002017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2201
2202 * MAINTAINERS (Reviewers): Move myself from here...
2203 (CPU Port Maintainers): ... to here.
2204
84d0b6f5
JG
22052017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2206
2207 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2208
9c04bba3
RD
22092017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2210
e50ffab3 2211 * MAINTAINERS (write after approval): Add myself.
9c04bba3 2212
5a427c63
TR
22132017-07-28 Tony Reix <tony.reix@atos.net>
2214
2215 * configure.ac (target-libffi): Don't disable for AIX.
2216 (go): Don't add to unsupported_languages on AIX.
2217 (target-libgo): Don't disable for AIX.
2218 * configure: Regenerate.
2219
8994b66f
YG
22202017-07-19 Yury Gribov <tetra2005@gmail.com>
2221
2222 * MAINTAINERS: Add myself.
2223
7a795e10
TS
22242017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2225
2226 * MAINTAINERS: Update my email address.
2227
50061652
RE
22282017-07-04 Richard Earnshaw <rearnsha@arm.com>
2229
2230 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2231 arm-specific auto-generated header files.
2232
d4360477
NS
22332017-07-03 Nathan Sidwell <nathan@acm.org>
2234
2235 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2236 * configure: Rebuilt.
2237
9dc9ae74
BS
22382017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2239
2240 * MAINTAINERS: Readd myself for c6x.
2241
c8cf0b6f
ML
22422017-06-28 Martin Liska <mliska@suse.cz>
2243
2244 PR bootstrap/81217
2245 * Makefile.def: Remove superfluous bootstrap_target from
2246 bootstrap_stage.
2247 * Makefile.in: Re-generate the file.
2248
0666865c
MO
22492017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2250
e50ffab3 2251 * MAINTAINERS: Add myself to Write After Approval
0666865c 2252
827c925e
AJ
22532017-06-21 Andrew Jenner <andrew@codesourcery.com>
2254
2255 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2256
0d053a49
ML
22572017-06-19 Martin Liska <mliska@suse.cz>
2258
2259 * Makefile.def: Define 4 stages PGO bootstrap.
2260 * Makefile.tpl: Define FLAGS.
2261 * Makefile.in: Regenerate.
2262
be75f645
ILT
22632017-06-14 Ian Lance Taylor <iant@golang.org>
2264
2265 * Makefile.def: Add check-gotools to go check targets.
2266 * Makefile.in: Rebuild.
2267
c725f69c
SB
22682017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2269
2270 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2271
76052545
EB
22722017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2273
2274 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2275 * configure: Regenerate.
2276
afd88efc
ML
22772017-05-31 Martin Liska <mliska@suse.cz>
2278
2279 * configure.ac: Add handling of stage2_werror_flags to
2280 action-if-given and to action-if-not-given.
2281 * configure: Regenerate.
2282
945bafd6
PB
22832017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2284
2285 * MAINTAINERS: Add self to Write After Approval
2286
b9396a49
BS
22872017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2288
2289 * MAINTAINERS: Update my email address, and remove myself as
2290 maintainer in some areas.
2291
aa1b69e7
EG
22922017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2293
2294 * MAINTAINERS: Add self to Write After Approval
2295
cdfee50a
NS
22962017-05-25 Nathan Sidwell <nathan@acm.org>
2297
2298 * configure.ac: Add --enable-languages=default to mean default and
2299 make --enable-languages=all mean all supported languages.
2300 * configure: Regenerated.
2301
83349046
SB
23022017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2303
2304 * config.gcc (powerpc*-*-*spe*): New.
2305 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2306 (powerpc-*-rtems*spe*): New.
2307 (powerpc*-*-linux*spe*): New.
2308 (powerpc-wrs-vxworksspe): New.
2309 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2310 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2311 * config.host (powerpc*-*-*spe*): New.
2312
01c712cb
ML
23132017-05-19 Martin Liska <mliska@suse.cz>
2314
2315 * configure.ac: Add --enable-werror-always just for
2316 bootstrap-debug (or none build config) and do not add it
2317 when we are on a release branch.
2318 * configure: Regenerated.
2319
7880c1a5
SL
23202017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2321
2322 * MAINTAINERS: Add self to Write After Approval
2323
c759355f
KK
23242017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2325
2326 * MAINTAINERS: Move myself to Write After Approval section.
2327
79557bae
CZ
23282017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2329
2330 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2331 ACCH registers.
2332 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2333 available.
2334 (umulsidi3): Likewise.
2335 (mulsidi3_700): Disable this pattern when we have advanced mpy
2336 instructions.
2337 (umulsidi3_700): Likewise.
2338 (maddsidi4): New pattern.
2339 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2340 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2341 (mpydu_imm_arcv2hs): Likewise.
2342 * config/arc/predicates.md (accl_operand): New predicate.
2343
c7314bc1
CZ
23442017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2345 Andrew Burgess <andrew.burgess@embecosm.com>
2346
2347 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2348 case.
2349 (ARC_AUTOFP_IRQ_P): Likewise.
2350 (ARC_AUTO_IRQ_P): Likewise.
2351 (rgf_banked_register_count): New variable.
2352 (parse_mrgf_banked_regs_option): New function.
2353 (arc_override_options): Handle rgf_banked_regs option.
2354 (arc_handle_interrupt_attribute): Add firq option.
2355 (arc_compute_function_type): Return fast irq type when required.
2356 (arc_must_save_register): Handle fast interrupts.
2357 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2358 (arc_return_address_regs): Update.
2359 * config/arc/arc.h (arc_return_address_regs): Update.
2360 (arc_function_type): Add fast interrupt type.
2361 (ARC_INTERRUPT_P): Update.
2362 (RC_FAST_INTERRUPT_P): Define.
2363 * config/arc/arc.md (simple_return): Update for fast interrupts.
2364 (p_return_i): Likewise.
2365 * config/arc/arc.opt (mrgf-banked-regs): New option.
2366 * doc/invoke.texi (mrgf-banked-regs): Document.
2367
41453183
CZ
23682017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2369
2370 * config/arc/arc.c (irq_ctrl_saved): New variable.
2371 (ARC_AUTOBLINK_IRQ_P): Define.
2372 (ARC_AUTOFP_IRQ_P): Likewise.
2373 (ARC_AUTO_IRQ_P): Likewise.
2374 (irq_range): New function.
2375 (arc_must_save_register): Likewise.
2376 (arc_must_save_return_addr): Likewise.
2377 (arc_dwarf_emit_irq_save_regs): Likewise.
2378 (arc_override_options): Handle deferred options.
2379 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2380 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2381 arc_must_save_return_addr.
2382 (arc_compute_frame_size): Handle automated save and restore of
2383 registers.
2384 (arc_expand_prologue): Likewise.
2385 (arc_expand_epilogue): Likewise.
2386 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2387 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2388 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2389
52744dd7
TK
23902017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2391 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2392
2393 PR bootstrap/77661
2394 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2395 in-tree build MPC.
2396 * Makefile.in: Regenerate.
2397
deeba76a
FXC
23982017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2399
2400 * configure.ac: Enable LTO by default on darwin >= 9.
2401 * configure: Regenerate.
2402
5a05e11d
PD
24032017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2404
2405 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2406 and Andrew Waterman as the RISC-V maintainers.
2407
e04f858c
NK
24082017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2409
2410 * MAINTAINERS: Add self to Write After Approval
2411
a98cf819
GP
24122017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2413
2414 * config.guess: Import latest from upstream.
2415
9826d1a3
GP
24162017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2417
2418 * MAINTAINERS (Write After Approval): Remove entries that are
2419 already covered under Reviewers.
2420
a46586c3
MW
24212017-03-08 Mark Wielaard <mark@klomp.org>
2422
2423 PR demangler/70909
2424 PR demangler/67264
2425 * include/demangle.h: Add d_printing to struct demangle_component
2426 and pass struct demangle_component as non const.
2427
734ca1c2
GP
24282017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2429
2430 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2431
93b87d1d
TS
24322017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2433
2434 * Makefile.tpl: Remove HOST_ISLVER.
2435 (HOST_EXPORTS): Remove ISLVER.
2436 * Makefile.in: Regenerate.
2437
f877b3ad
RB
24382017-02-13 Richard Biener <rguenther@suse.de>
2439
2440 * configure: Re-generate.
2441
2ad31830
GP
24422017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2443
2444 * MAINTAINERS: Adjust bug reporting URL.
2445
3501e62c
GP
24462017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2447
2448 * MAINTAINERS (Write After Approval): Remove redundant entry
2449 for Andrew Burgess.
2450
510555e0
JDA
24512017-02-03 John David Anglin <danglin@gcc.gnu.org>
2452
e50ffab3 2453 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 2454 32-bit hppa*-*-hpux*.
e50ffab3 2455 * configure: Regenerate.
510555e0 2456
f6a24a94
MJ
24572017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2458
2459 * configure.ac: Moved the white list of enabling BRIG FE to
2460 libhsail-rt/configure.tgt.
2461 * configure: Regenerated.
2462 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2463
24642017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
2465 Martin Jambor <mjambor@suse.cz>
2466
5fd1486c
PJ
2467 * Makefile.def (target_modules): Added libhsail-rt.
2468 (languages): Added language brig.
2469 * Makefile.in: Regenerated.
2470 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2471 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2472 * configure: Regenerated.
2473
3c36aa6b
JJ
24742017-01-17 Jakub Jelinek <jakub@redhat.com>
2475
2476 PR other/79046
2477 * configure: Regenerated.
2478
8f56cb51
AM
24792017-01-04 Alan Modra <amodra@gmail.com>
2480
2481 * configure: Regenerate.
2482
f2c764c5
BE
24832016-12-29 Ben Elliston <bje@gnu.org>
2484
2485 * config.sub: Import latest version.
2486
1dc9c117
AI
24872016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2488
2489 * MAINTAINERS (Write After Approval): Add myself.
2490
c21fdaa1
JJ
24912016-12-21 Jakub Jelinek <jakub@redhat.com>
2492
2493 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2494 includes bootstrap-mpx.
2495 * configure: Regenerated.
2496
cc811459
CX
24972016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2498
2499 * MAINTAINERS (Write After Approval): Add myself.
2500
b55e6680
MJ
25012016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2502
8f56cb51 2503 * configure: Regenerate.
b55e6680 2504
825fba52
MK
25052016-12-01 Matthias Klose <doko@ubuntu.com>
2506
2507 * configure.ac: Don't use pkg-config to check for bdw-gc.
2508 * configure: Regenerate.
2509
114bf3f1
MK
25102016-11-30 Matthias Klose <doko@ubuntu.com>
2511
2512 * Makefile.def: Remove reference to boehm-gc target module.
2513 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2514 options and for the bdw-gc pkg-config module.
2515 * configure: Regenerate.
2516 * Makefile.in: Regenerate.
2517
21b0f96a
NS
25182016-11-28 Nathan Sidwell <nathan@acm.org>
2519
2520 * MAINTAINERS (nvptx): Remove self.
2521
292edab3
BE
25222016-11-25 Ben Elliston <bje@gnu.org>
2523
2524 * config.guess: Import latest version.
2525 * config.sub: Likewise.
2526
0954a00b
TT
25272016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2528
2529 * MAINTAINERS (Write After Approval): Add myself.
2530
8e4d2ca4
MK
25312016-11-15 Matthias Klose <doko@ubuntu.com>
2532
2533 * Makefile.def: Remove references to GCJ.
2534 * Makefile.tpl: Likewise.
2535 * Makefile.in: Regenerate.
2536
84c1b9d3
MK
25372016-11-15 Matthias Klose <doko@ubuntu.com>
2538
2539 * config-ml.in: Remove references to GCJ.
2540 * configure.ac: Likewise.
2541 * configure: Regenerate.
2542
3f95ca6c
JC
25432016-11-01 Josh Conner <joshconner@google.com>
2544
2545 * MAINTAINERS (Write After Approval): Update email address,
2546
457cc672
CL
25472016-10-27 Carl Love <cel@us.ibm.com>
2548
2549 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2550 Approval list to make it alphabetical.
2551
2142f54f
CL
25522016-10-27 Carl Love <cel@us.ibm.com>
2553
2554 * MAINTAINERS (Write After Approval): Add myself.
2555
104700f4
AB
25562016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2557
2558 * MAINTAINERS (Reviewers): Add myself.
2559 (Write After Approval): Add myself.
2560
942c0db8
HP
25612016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2562 Ulrich Weigand <uweigand@de.ibm.com>
2563
2564 * MAINTAINERS: Update email address.
2565
fbf4c502
NS
25662016-10-10 Nathan Sidwell <nathan@acm.org>
2567
2568 * MAINTAINERS: Update email address.
2569
b20e7532
AT
25702016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2571
2572 * configure.ac: Add aarch64-*-freebsd*.
2573 * configure: Regenerate.
2574
2e21fd4d
SE
25752016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2576
2577 * MAINTAINERS: Update email address after it got reverted.
2578
43c40f3e
RO
25792016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2580
2581 * configure.ac (target_libraries): Readd target-boehm-gc.
2582 Restore --enable-objc-gc handling.
2583 * configure: Regenerate.
2584
f05796ba
JL
25852015-10-03 Jeff Law <law@redhat.com>
2586
2587 * MAINTAINERS: Move several inactive maintainers to the
2588 write-after-approval section.
2589
012447ea
JJ
25902016-09-30 Jakub Jelinek <jakub@redhat.com>
2591
2592 * configure.ac: Add target-libffi to target_libraries.
2593 Readd libgcj target disablings, modified to only target-libffi.
2594 Readd target addition of go to unsupported languages.
2595 * configure: Regenerated.
2596
a7d75d59
SE
25972016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2598
2599 * MAINTAINERS: Update email address.
2600
d1a79a95
AH
26012016-09-30 Andrew Haley <aph@redhat.com>
2602
4d8c733d 2603 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
2604 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2605 libgcj.
2606
af2d4873
AH
26072016-09-30 Andrew Haley <aph@redhat.com>
2608
2609 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2610 write-after approval after GCJ deletion.
2611
07b78716
AH
26122016-09-30 Andrew Haley <aph@redhat.com>
2613
2614 * Makefile.def: Remove libjava.
2615 * Makefile.tpl: Likewise.
2616 * Makefile.in: Regenerate.
2617 * configure.ac: Likewise.
2618 * configure: Likewise.
2619 * gcc/java: Remove.
2620 * libjava: Likewise.
2621
a29b7214
CZ
26222016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2623
2624 * MAINTAINERS (Reviewers): Add myself.
2625
2fd88f4f
AK
26262016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2627
2628 * configure.ac: Disable "sim" directory for arc*-*-*.
2629 * configure: Regenerated.
2630
e2080e79
TC
26312016-09-23 Tamar Christina <tamar.christina@arm.com>
2632
2633 * MAINTAINERS (Write After Approval): Add myself.
2634
8f3675f8
MR
26352016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2636
2637 * configure.ac: Check for the minimum in-tree MPFR version
2638 handled.
2639 * configure: Regenerate.
2640
21f88103
YTL
26412016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2642
2643 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2644 * configure: Regenerated.
2645
60d51882
FR
26462016-07-19 Fritz Reese <fritzoreese@gmail.com>
2647
2648 * MAINTAINERS (Write After Approval): Add myself.
2649
277d7ee0
AK
26502016-06-23 Andi Kleen <ak@linux.intel.com>
2651
2652 * Makefile.def: Add autoprofiledbootstrap.
2653 * Makefile.tpl: Dito.
2654 * Makefile.in: Regenerate.
2655
fd6487af
JS
26562016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2657
2658 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2659 * configure: Regenerate.
2660
3e326935
TS
26612016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2662
2663 * configure: Regenerate.
2664 * configure.ac: Remove support for avr-rtems.
2665
9582bf04
SKS
26662016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2667
2668 * MAINTAINERS (Write After Approval): Add myself.
2669
6f820b68
MC
26702016-06-16 Michael Collison <michael.collison@arm.com>
2671
2672 * MAINTAINERS (Write After Approval): Add myself.
2673
775ee7fa
MM
26742016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2675
2676 * MAINTAINERS (Write After Approval): Update e-mail address.
2677
de3ba371
JM
26782016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2679
21f88103 2680 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 2681
350216e3
AM
26822016-05-28 Alan Modra <amodra@gmail.com>
2683
2684 * Makefile.tpl (configure): Depend on m4 files included.
2685 * Makefile.in: Regenerate.
2686
9cad20fa
BS
26872016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2688
2689 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2690 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2691
92466115
BS
26922016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2693
2694 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2695 special case builtin.
2696 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2697 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2698 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2699 for __builtin_vec_addec.
2700
fe38e08b
JS
27012016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2702
2703 * config.guess: Import version 2016-04-02 (newest).
2704 * config.sub: Import version 2016-05-10 (newest).
2705
cef1a0b8 27062016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 2707
cef1a0b8
JL
2708 * configure.ac: Add ARC support to libgloss.
2709 * configure: Regenerate
704b85c7 2710
75a6b91a
AS
27112016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2712
2713 * MAINTAINERS (Write After Approval): Add myself.
2714
00f35794
BE
27152016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2716
2717 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2718 * configure: Regenerated.
2719 * Makefile.def (gmp): Explicitly disable assembler.
2720 (mpfr): Adjust lib_path.
2721 (mpc): Likewise.
2722 * Makefile.in: Regenerated.
2723
c100769b
JJ
27242016-05-01 Jakub Jelinek <jakub@redhat.com>
2725
2726 PR bootstrap/70704
2727 * configure.ac (--enable-stage1-checking): Add missing
2728 --enable-checking=.
2729 * configure: Regenerated.
2730
bc6d9014
OE
27312016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2732
ace08cb8
OE
2733 * config.guess: Revert r235676.
2734 * config.sub: Revert r235676.
2735
27362016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2737
2738 * config.guess: Remove SH5 support.
bc6d9014
OE
2739 * config.sub: Likewise.
2740 * configure: Likewise.
2741 * configure.ac: Likewise.
2742
7db11a5a
JJ
27432016-04-26 Jakub Jelinek <jakub@redhat.com>
2744
2745 PR bootstrap/70704
2746 * configure.ac (--enable-stage1-checking): For --disable-checking or
2747 implicit --enable-checking, make sure extra flag matches in between
2748 stage1 and later checking.
2749 * configure: Regenerated.
2750
ab0fc037
TS
27512016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2752
2753 * .gitattributes: New file.
2754
c048fa95
SB
27552016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2756
2757 * MAINTAINERS (rs6000/powerpc port): Add myself.
2758
f3653cf5
SB
27592016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2760
2761 PR bootstrap/70173
2762 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2763 and gotools directories. Delete the stage_final file.
2764 * Makefile.in: Regenerate.
2765
4f93efa4
AV
27662016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2767
2768 * MAINTAINERS (Write After Approval): Add myself.
2769
c27e432e
SK
27702016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2771
2772 * MAINTAINERS (Fortran maintainer): Remove myself.
2773
7134713c
BS
27742016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2775
2776 * MAINTAINERS (Write After Approval): Add myself.
2777
7d74282a
KN
27782016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2779
2780 * MAINTAINERS (Write After Approval): Add myself.
2781
1b858e76
CC
27822016-03-17 Cary Coutant <ccoutant@gmail.com>
2783
2784 Sync with binutils-gdb:
2785
2786 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2787
2788 * configure.ac: Add mips and s390 to the gold target check.
2789 * configure: Regenerate.
2790
d15bd5bb
DD
27912016-03-01 DJ Delorie <dj@redhat.com>
2792
2793 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2794
6d1fa6bb
DM
27952016-02-22 David Malcolm <dmalcolm@redhat.com>
2796
2797 * MAINTAINERS (libcpp): Add myself.
2798 (diagnostic messages): Likewise.
2799
607bda60
TV
28002016-02-20 Tom de Vries <tom@codesourcery.com>
2801
2802 * MAINTAINERS: Fix whitespace.
2803
80cfaff8
CZ
28042016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2805
2806 * MAINTAINERS (Write After Approval): Add myself.
2807
c661a43d
SP
28082016-01-29 Sebastian Pop <s.pop@samsung.com>
2809
2810 * config/isl.m4: Add comments about isl-0.16.
2811 * configure: Regenerate.
2812
86b3a101
MJ
28132016-01-29 Martin Jambor <mjambor@suse.cz>
2814
2815 * MAINTAINERS (hsa maintainers): Add myself.
2816
960cbfd2
WD
28172015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2818
2819 * MAINTAINERS: (Write After Approval): Add myself.
2820
1e050c90
AK
28212016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2822 Sebastian Pop <s.pop@samsung.com>
2823
2824 * Makefile.in: Regenerate.
2825 * Makefile.tpl: Export ISLVER.
2826 * configure: Regenerate.
2827 * config/isl.m4: Detect isl-0.15.
2828
cefadad1
MM
28292016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2830
2831 PR bootstrap/69329
2832 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2833 * Makefile.in: Regenerate.
2834
9e530bcd
AP
28352016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2836
2837 * configure.ac: Enable LTO for DJGPP
2838 * configure: Regenerate
2839
324402a0
L
28402016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2841
2842 Sync with binutils-gdb:
2843 2015-10-21 Nick Clifton <nickc@redhat.com>
2844
2845 PR gas/19109
2846 * configure.ac: Note the 'none' is an acceptable argument to
2847 --enable-compressed-debug-sections.
2848 * configure: Regenerate.
2849
9eaaa830
BE
28502016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2851
2852 PR bootstrap/69134
2853 * Makefile.def (mpfr): Disable assembler.
2854 * Makefile.in: Regenerate.
2855
cfe67e03
BE
28562016-01-01 Ben Elliston <bje@gnu.org>
2857
2858 * config.guess: Import version 2016-01-01.
2859 * config.sub: Likewise.
2860
be33d404
SS
28612015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2862
2863 * MAINTAINERS (Write After Approval): Add myself.
2864
e357a5e0
SP
28652015-12-17 Sebastian Pop <s.pop@samsung.com>
2866
2867 * Makefile.in: Replace ISL with isl.
2868 * Makefile.tpl: Same.
2869 * config/isl.m4: Same.
2870 * configure.ac: Same.
2871 * contrib/download_prerequisites: Same.
2872 * configure: Regenerate.
2873
1ad2439b
AP
28742015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2875
2876 * MAINTAINERS (Write After Approval): Add Myself.
2877
70decafb
NS
28782015-12-17 Nathan Sidwell <nathan@acm.org>
2879
2880 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2881 * configure: Regenerate.
2882
560d18d3
AK
28832015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2884 Sebastian Pop <s.pop@samsung.com>
2885
2886 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2887 isl_ctx_get_max_operations.
2888 * configure: Regenerate.
2889
57e8ab24 28902015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2891
2892 * MAINTAINERS (Write After Approval): Add myself.
2893
105b682e
ILT
28942015-12-02 Ian Lance Taylor <iant@google.com>
2895
2896 PR go/66147
2897 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2898 * Makefile.in: Regenerate.
2899
7eb46bec
AT
29002015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2901
2902 PR libffi/65726
2903 * Makefile.def (lang_env_dependencies): Make libffi depend
2904 on cxx.
2905 * Makefile.in: Regenerate.
2906
cc3baaa9
DE
29072015-11-26 David Edelsohn <dje.gcc@gmail.com>
2908
2909 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2910 symbols.
2911
3be96231
TG
29122015-11-20 Tristan Gingold <gingold@adacore.com>
2913
2914 Sync with binutils-gdb:
2915 2015-11-20 Tristan Gingold <gingold@adacore.com>
2916
2917 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2918 * configure: Regenerate.
2919
daa53f38
ML
29202015-11-19 Martin Liska <mliska@suse.cz>
2921
2922 * .gitignore: Add .clang-format to ignored files.
2923 * Makefile.in: Add clang-format.
2924 * Makefile.tpl: Likewise.
2925
54985c70
TA
29262015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2927
2928 * configure.ac: Enable libmpx by default.
2929 * configure: Regenerated.
2930
d0397c75
SE
29312015-10-23 Steve Ellcey <sellcey@imgtec.com>
2932
2933 * MAINTAINERS: Update email address.
2934
735a559c
PM
29352015-10-23 Paulo Matos <pmatos@linki.tools>
2936
2937 * MAINTAINERS: Update email address.
2938
15713b43
AH
29392015-10-23 Alan Hayward <alan.hayward@arm.com>
2940
2941 * MAINTAINERS (Write After Approval): Add myself.
2942
78edb32f
L
29432015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2944
2945 Sync with binutils-gdb:
2946 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2947
2948 PR gas/19109
2949 * configure.ac: Add
2950 --enable-compressed-debug-sections={all,gas,gold,ld}.
2951 * configure: Regenerated.
2952
dec6b7f1
AC
29532015-10-16 Arnaud Charlet <charlet@adacore.com>
2954
2955 * MAINTAINERS: Update list of Ada maintainers and email addresses.
2956
6be1d686
ML
29572015-10-09 Martin Liska <mliska@suse.cz>
2958
2959 * MAINTAINERS (Write After Approval): Add myself.
2960
dc0e2060
AF
29612015-10-09 Alexander Fomin <alexander.fomin@intel.com>
2962
2963 * MAINTAINERS (Write After Approval): Add myself.
2964
bec93d40
FW
29652015-10-02 Florian Weimer <fweimer@redhat.com>
2966
2967 * MAINTAINERS: Update email address.
2968
0487f06d
LK
29692015-10-02 Louis Krupp <louis.krupp@zoho.com>
2970
2971 * MAINTAINERS (Write After Approval): Add myself.
2972
56547ff7
KT
29732015-09-20 Kai Tietz <ktietz70@googlemail.com>
2974
423ea09f 2975 * MAINTAINERS: Update email.
56547ff7 2976
ed4c91ea
BS
29772015-09-14 Bernd Schmidt <bschmidt@redhat.com>
2978
2979 * MAINTAINERS: Update my email address.
2980
2503fd9e
JB
29812015-09-01 James Bowman <james.bowman@ftdichip.com>
2982
2983 * MAINTAINERS (ft32 port): Add myself.
2984
3726332a
DS
29852015-08-28 David Sherwood <david.sherwood@arm.com>
2986
2987 * MAINTAINERS: Add myself.
2988
15480aaf
PM
29892015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
2990
2991 * MAINTAINERS (Write After Approval): Add myself.
2992
ad4f95e3
FXC
29932015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2994
2995 PR libfortran/54572
2996 * Makefile.def: Make libgfortran depend on libbacktrace.
2997 * Makefile.in: Regenerate.
2998
95f25df0
SD
29992015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3000
3001 * MAINTAINERS (Write After Approval): Add myself.
3002
5dc85f7e
TV
30032015-08-12 Tom de Vries <tom@codesourcery.com>
3004
3005 PR other/67092
3006 * configure.ac: Remove --with_host_libstdcxx support.
3007 * configure: Regenerate.
3008
44a7d18d
TS
30092015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3010 Jakub Jelinek <jakub@redhat.com>
3011
3012 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3013 nvptx*-*-*.
3014 * configure: Regenerate.
3015
bf5372e7
YS
30162015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3017
3018 * Makefile.def (libiconv): Define bootstrap=true.
3019 Mark pdf/html/info as missing.
3020 (configure-gcc): Depend on all-libiconv.
3021 (all-gcc): Ditto.
3022 (configure-libcpp): Ditto.
3023 (all-libcpp): Ditto.
3024 (configure-intl): Ditto.
3025 (all-intl): Ditto.
3026 * Makefile.in: Regenerate.
3027
94b8fdcc
BC
30282015-08-03 Bin Cheng <bin.cheng@arm.com>
3029
3030 * MAINTAINERS (loop ivopts): Add the entry and myself.
3031
430bcac1
NS
30322015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3033
3034 * MAINTAINERS (nvptx): Add self.
3035
110d61da
AL
30362015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3037
3038 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3039 128-bit vector modes.
3040
c9da7548 30412015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 3042
c9da7548
VV
3043 * MAINTAINERS (Write After Approval): Add myself.
3044
423ea09f 30452015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
3046
3047 * config.sub, config.guess: Import from upstream.
3048
6b1786aa
JL
30492015-07-24 Michael Darling <darlingm@gmail.com>
3050
3051 PR other/66259
3052 * config-ml.in: Reflects renaming of configure.in to configure.ac
3053 * configure: Likewise
3054 * configure.ac: Likewise
3055
45952786
BS
30562015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3057
3058 * MAINTAINERS: Update my email address.
3059
f1595603
L
30602015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3061
3062 Sync with binutils-gdb:
3063 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3064
3065 * configure.ac (target_configdirs): Exclude target-zlib if
3066 target-libjava isn't built.
3067 * configure: Regenerated.
3068
a05c2c75
L
30692015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3070
3071 Sync with binutils-gdb:
3072 2015-05-13 John David Anglin <dave.anglin@bell.net>
3073
3074 * configure.ac: Disable configuration of GDB for HPUX targets.
3075 * configure: Regenerate.
3076
3077 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3078
3079 * configure.ac: Add --with-system-zlib.
3080 * configure: Regenerated.
3081
3082 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3083
3084 * configure.ac: Add FT32 support.
3085 * configure: Regenerate.
3086
3087 2015-01-12 Anthony Green <green@moxielogic.com>
3088
3089 * configure.ac: Don't disable gprof for moxie.
3090 * configure: Rebuild.
3091
1c01ebf6
L
30922015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3093
3094 Sync with binutils-gdb:
3095 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3096
3097 PR ld/18355
3098 * Makefile.def: Add extra_configure_flags to host zlib.
3099 * configure.ac (extra_host_zlib_configure_flags): New. Set
3100 to --enable-host-shared When bfd is to be built as shared
3101 library. AC_SUBST.
3102 * Makefile.in: Regenerated.
3103
e59969a1
HPN
31042015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3105
3106 Sync with src:
3107 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3108 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3109 * Makefile.in: Regenerated.
3110
d9063947
L
31112015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3112
3113 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3114 target.
3115 * configure: Regenerate.
3116
b837291d
LC
31172015-06-23 Ludovic Courtès <ludo@gnu.org>
3118
3119 * MAINTAINERS (Write After Approval): Add myself.
3120
2a97995f
AT
31212015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3122
3123 * MAINTAINERS (OS Port Maintainers): Add myself.
3124 (Various Maintainers): Remove myself from libffi testsuite.
3125
19cd26a6
RS
31262015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3127
3128 * MAINTAINERS (gen* on machine desc): Add self.
3129
8ca528d9
JM
31302015-06-02 Jason Merrill <jason@redhat.com>
3131
3132 PR bootstrap/66319
3133 * configure.ac: Use -std=gnu++98.
3134
4526c3c1
SN
31352015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3136
3137 * MAINTAINERS (Write After Approval): Add myself.
3138
318a4e6d
MF
31392015-05-28 Mike Frysinger <vapier@gentoo.org>
3140
3141 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3142 * configure: Regenerate.
3143
46070488
JM
31442015-05-26 Jason Merrill <jason@redhat.com>
3145
3146 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3147 * configure: Regenerate.
3148
fef939d6
JB
31492015-05-16 James Bowman <james.bowman@ftdichip.com>
3150
3151 * configure.ac: FT32 target added.
fef939d6
JB
3152 * configure: Regenerated.
3153
886faf50
IB
31542015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3155
3156 * MAINTAINERS (Write After Approval): Add myself.
3157
91c6b410
PM
31582015-05-11 Paulo Matos <paulo@matos-sorge.com>
3159
3160 * MAINTAINERS (Write After Approval): Add myself.
3161
e640447c
PM
31622015-05-11 Paulo Matos <paulo@matos-sorge.com>
3163
3164 * configure.ac: Fix typo.
3165 * configure: Regenerate.
3166
e587377d
MM
31672015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3168
3169 * MAINTAINERS (Write After Approval): Add myself.
3170
cabb9d59
MK
31712015-05-03 Matthias Klose <doko@ubuntu.com>
3172
3173 * configure.ac: Match $host configured with triplets.
3174 * configure: Regenerate.
3175
fafb95a6
BRF
31762015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3177
3178 * Makefile.tpl: Remove surplus whitespace throughout.
3179 * Makefile.in: Regenerate.
3180
85867772
SB
31812015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3182
3183 * MAINTAINERS (Various Maintainers): Add myself as instruction
3184 combiner maintainer.
3185
c10b5ea0
JJ
31862015-04-17 Jakub Jelinek <jakub@redhat.com>
3187
3188 PR bootstrap/62077
3189 * configure.ac (--enable-stage1-checking): Default to
3190 release,misc,gimple,rtlflag,tree,types if --disable-checking
3191 or --enable-checking is not specified and DEV-PHASE is not
3192 experimental.
3193 * configure: Regenerated.
3194
77019397
MO
31952015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3196
3197 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3198 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3199 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3200 * Makefile.in: Regenerate.
3201
17feae99 32022015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
3203
3204 * MAINTAINERS: Update my email address.
3205
e61ffb3b
JG
32062015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3207
3208 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3209
b16cc4f2
KT
32102015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3211
3212 * MAINTAINERS: Add myself as an arm port reviewer.
3213
ec523909
ML
32142015-03-25 Martin Liska <mliska@suse.cz>
3215 Yury Gribov <y.gribov@samsung.com>
3216
3217 * Makefile.in: Fix ln source location for vimrc file.
3218 * Makefile.tpl: Likewise.
3219
fc30054e
AH
32202015-03-09 Aldy Hernandez <aldyh@redhat.com>
3221
3222 PR bootstrap/25672
3223 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3224 cross-compiling. Similarly for CXX_FOR_TARGET.
3225 * configure: Regenerate.
3226
5373cd33
IE
32272015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3228
3229 * Makefile.def: Add libmpx.
3230 * configure.ac: Add libmpx.
3231 * Makefile.in: Regenerate.
3232 * configure: Regenerate.
3233
a6e8abb9
KY
32342015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3235
3236 * MAINTAINERS (CPU Port Maintainers): Add myself
3237 i386 vector ISA extns mantainer.
3238
f2b86778
JL
32392015-03-13 Jeff Law <law@redhat.com>
3240
3241 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3242 maintainer.
3243 Remove Richard Henderson as a maintainer for the x86 port.
3244
9dd44d1c
JR
32452015-03-03 Joern Rennecke <gnu@amylaar.uk>
3246
3247 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3248
33079441
IE
32492015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3250
3251 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3252 pointer bounds checker and i386 MPX maintainer.
3253
d083ae5f
SL
32542015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3255
3256 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3257
f91f1c13
MS
32582015-02-26 Martin Sebor <msebor@redhat.com>
3259
3260 * MAINTAINERS (Various Maintainers): Add self.
3261
426c1eb0
TS
32622015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3263
3264 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3265 Make sure it contains lto.
3266 * configure: Regenerate.
3267
8ae12d71
TS
32682015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3269
3270 * configure: Regenerate.
3271
11aa81cc 32722015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 32731
11aa81cc
DN
3274 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3275 middle-end, docstring): Remove myself.
3276 (Write After Approval): Add myself.
3277
a436ab27
JJ
32782015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3279
3280 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3281 (Write After Approval): Update address.
3282
231d020b
DM
32832015-01-29 David Malcolm <dmalcolm@redhat.com>
3284
3285 PR jit/64780
3286 * configure.ac: Require the user to explicitly specify
3287 --enable-host-shared if the jit is enabled.
3288 * configure: Regenerate.
3289
82a94471
RS
32902015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3291
3292 * MAINTAINERS (Write After Approval): Add myself.
3293
e6f0c56d
TV
32942015-01-25 Tom de Vries <tom@codesourcery.com>
3295
3296 * MAINTAINERS: Make whitespace consistent.
3297
631ff3e1
BO
32982015-01-23 Braden Obrzut <admin@maniacsvault.net>
3299
3300 * MAINTAINERS (Write After Approval): Add myself.
3301
09b9cd1f
AV
33022015-01-20 Andre Vehreschild <vehre@gmx.de>
3303
3304 * MAINTAINERS: (Write After Approval): Add myself.
3305
802ed46a
MU
33062015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3307
3308 * MAINTAINERS: (Write After Approval): Add myself.
3309
c61fcfa6
PT
33102015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3311
3312 * MAINTAINERS: (Write After Approval): Add myself.
3313
ebcd09c1
IS
33142015-01-13 Iain Sandoe <iain@codesourcery.com>
3315
3316 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3317 objective-c/c++ front end maintainer.
3318
71aa170d
MP
33192015-01-13 Marek Polacek <polacek@redhat.com>
3320
3321 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3322
da067543
JL
33232015-01-12 Jeff Law <law@redhat.com>
3324
3325 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3326 a very long time.
3327
bf1de3f0
ILT
33282015-01-09 Ian Lance Taylor <iant@google.com>
3329
3330 * configure.ac (host_tools): Add gotools.
3331 * Makefile.def (host_modules): Add gotools.
3332 (dependencies): Add dependency of all-gotools on all-target-libgo.
3333
82a19768
AT
33342015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3335
3336 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3337 * configure: Regenerate.
3338
53dd59bf
TS
33392015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3340
3341 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3342 all-target-libgomp.
3343 * Makefile.in: Regenerate.
3344
8054942d
EB
33452015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3346
3347 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3348
0969ec7d
EB
33492015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3350
3351 * configure.ac: Add Visium support.
3352 * configure: Regenerate.
3353
ec8fd1c0
AS
33542015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3355
3356 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3357 * configure: Regenerate.
3358
9bccfdf5
AP
33592015-01-03 Andrew Pinski <apinski@cavium.com>
3360
3361 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3362 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3363 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3364 (OBJCOPY_FOR_TARGET): New variable.
3365 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3366 * Makefile.in: Regenerate.
3367 * configure.ac: Check for already installed target objcopy.
3368 Also GCC_TARGET_TOOL on objcopy.
3369 * configure: Regenerate.
3370
007adc0d
HPN
33712015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3372
3373 * config.sub: Update from upstream, to 2015-01-01 version.
3374 * config.guess: Ditto.
3375
fe55e976
SH
33762014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3377
3378 * MAINTAINERS (RTEMS Ports): Add myself.
3379
b86d271e
PMR
33802014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3381
3382 * MAINTAINERS (Write After Approval): Add myself.
3383
9733278a
MH
33842014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3385
3386 * MAINTAINERS (Write After Approval): Add myself.
3387
4b4f2e35
TS
33882014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3389
3390 * configure.ac (--enable-as-accelerator-for): Don't set
3391 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3392 * configure: Regenerate.
3393
b6a65eb6
JJ
33942014-12-13 Jakub Jelinek <jakub@redhat.com>
3395
3396 PR bootstrap/64023
3397 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3398 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3399 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3400 to CXX.
3401 * Makefile.in: Regenerated.
3402
c3e1e693
YG
34032014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3404 Yury Gribov <y.gribov@samsung.com>
3405
3406 * .gitignore: Added .local.vimrc and .lvimrc.
3407 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3408 * Makefile.in: Regenerate.
3409
34102014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
3411
3412 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3413 * configure: Regenerated.
3414
b9fb25a5
BS
34152014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3416
3417 * MAINTAINERS (nvptx port): New entry.
3418
d896cc4d
JBG
34192014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3420
3421 * configure: Regenerate.
3422
74ae587e
JBG
34232014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3424
3425 * configure.ac: Merge with Binutils.
3426
45c89690
TB
34272014-11-26 Tobias Burnus <burnus@net-b.de>
3428
3429 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3430 * Makefile.in: Regenerate.
3431
ea903c37
BE
34322014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3433
3434 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3435 missing flex.
3436 * Makefile.in: Regenerated.
3437
eb23df59
IV
34382014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3439
3440 * Makefile.in: Regenerate.
3441
a699d672
L
34422014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3443
3444 PR bootstrap/63784
3445 * libtool.m4: Add $pic_flag with -shared.
3446
fc065a61
RL
34472014-11-21 Renlin Li <Renlin.Li@arm.com>
3448
3449 * MAINTAINERS (Write After Approval): Added myself.
3450
efcc23e6
AV
34512014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3452
3453 * MAINTAINERS (write-after-approval): Add myself.
3454
dd308ed8
MK
34552014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3456
3457 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3458 from 2 years ago.
3459
ac8698a1
AV
34602014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3461
3462 Revert:
3463 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3464
3465 * MAINTAINERS (Write After Approval): Added myself as line map
3466 maintainer.
3467
8dab9330
RL
34682014-11-19 Renlin Li <Renlin.Li@arm.com>
3469
3470 Revert:
3471 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3472
3473 * MAINTAINERS (Write After Approval): Added myself.
3474
1be22083
RL
34752014-11-19 Renlin Li <Renlin.Li@arm.com>
3476
3477 * MAINTAINERS (Write After Approval): Added myself.
3478
59392f46
AV
34792014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3480
3481 * MAINTAINERS (Write After Approval): Added myself as line map
3482 maintainer.
3483
0f3422cc
DS
34842014-11-17 Dodji Seketeli <dodji@redhat.com>
3485
3486 * MAINTAINERS (Various Maintainers): Added myself as line map
3487 maintainer.
3488
0c8969f0
JBG
34892014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3490
3491 * move-if-change: Sync from upstream gnulib.
3492
d7134c0e
JBG
34932014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3494
3495 * compile: Sync with upstream Automake.
3496 * depcomp: Ditto.
3497 * install-sh: Ditto.
3498 * missing: Ditto.
3499 * mkinstalldirs: Ditto.
3500 * ylwrap: Ditto.
3501
e4ff7e6a
JBG
35022014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3503
3504 * config.sub: Update from upstream config repo.
3505 * config.guess: Ditto.
3506
5f520819
KY
35072014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3508
3509 * Makefile.def: Add liboffloadmic to target_modules. Make
3510 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3511 * Makefile.in: Regenerate.
3512 * configure: Regenerate.
3513 * configure.ac: Add liboffloadmic to target binaries.
3514 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3515 Add liboffloadmic to noconfig list when C++ is not supported.
3516
85c64bbe
BS
35172014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3518 Thomas Schwinge <thomas@codesourcery.com>
3519 Ilya Verbin <ilya.verbin@intel.com>
3520 Andrey Turetskiy <andrey.turetskiy@intel.com>
3521
3522 * configure: Regenerate.
3523 * configure.ac (--enable-as-accelerator-for)
3524 (--enable-offload-targets): New configure options.
3525
7d35a59e
TB
35262014-11-11 Tobias Burnus <burnus@net-b.de>
3527
0a002272 3528 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
3529 * Makefile.in: Regenerate.
3530
35485da9
DM
35312014-11-11 David Malcolm <dmalcolm@redhat.com>
3532
3533 * ChangeLog.jit: New.
3534 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3535
ebf6d33b
FXC
35362014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3537
3538 PR target/63610
3539 * libtool.m4: Fix globbing of darwin versions.
3540 * configure: Regenerate.
3541
4a9bb2aa
TB
35422014-11-11 Tobias Burnus <burnus@net-b.de>
3543
4a9bb2aa
TB
3544 * Makefile.def: Remove CLooG.
3545 * Makefile.tpl: Ditto.
3546 * configure.ac: Ditto.
3547 * configure: Regenerate.
3548 * Makefile.in: Ditto.
3549
738f2522
BS
35502014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3551
3552 * configure.ac: Handle nvptx-*-*.
3553 * configure: Regenerate.
3554
9b591dd1
PG
35552014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3556
3557 * MAINTAINERS (Write After Approval): Add myself.
3558
14258928
JJ
35592014-10-31 Jakub Jelinek <jakub@redhat.com>
3560
3561 * Makefile.def (libcc1): Remove bootstrap=true;.
3562 * Makefile.in: Regenerated.
3563
1335a8ca
JBG
35642014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3565
3566 * configure.ac: Update comment.
3567 * configure: Regenerate.
3568
cb115cc2
IE
35692014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3570
3571 * MAINTAINERS (Write After Approval): Add myself.
3572
fca38047
TS
35732014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3574
3575 * configure.ac (extra_host_libiberty_configure_flags): Add
3576 --enable-shared also for libcc1's benefit.
3577 * configure: Regenerate.
3578
65c0707b
TG
35792014-10-29 Tristan Gingold <gingold@adacore.com>
3580
3581 * MAINTAINERS: Change my email address.
3582
ddc8de03
PM
35832014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3584 Tom Tromey <tromey@redhat.com>
3585
3586 * Makefile.def: Add libcc1 to host_modules.
3587 * configure.ac (host_tools): Add libcc1.
3588 * Makefile.in, configure: Rebuild.
3589
4eb1ac39 35902014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
3591
3592 * configure.ac (build_configargs): Don't share config.cache between
3593 build subdirs.
7fd74620 3594 * configure: Regenerate.
3d96b0d0 3595
d81230b5
DH
35962014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3597
3598 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3599 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3600 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3601 leon3v7 as leon3.
3602 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3603 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3604 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3605 * config/sparc/sparc.md (cpu): Add leon3v7.
3606 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3607
c7a6a617
DH
36082014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3609
3610 * MAINTAINERS (write-after-approval): Add myself.
3611
74cc5471
ILT
36122014-10-23 Ian Lance Taylor <iant@google.com>
3613
3614 * configure.ac: Disable the Go frontend on systems where it is known
3615 to not work.
3616 * configure: Regenerate.
3617
929315a9
RB
36182014-10-23 Richard Biener <rguenther@suse.de>
3619
3620 * Makefile.def: Add libcpp build module and dependencies.
3621 * configure.ac: Add libcpp build module.
3622 * Makefile.in: Regenerate.
3623 * configure: Likewise.
3624
5d12b768
MF
36252014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3626
3627 * MAINTAINERS (write-after-approval): Add myself.
3628
7b262a51
MLI
36292014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3630
3631 * INSTALL/README: Do not mention CVS.
3632
7705dfd1
JY
36332014-10-03 Jing Yu <jingyu@google.com>
3634
3635 * configure.ac: Add aarch64 to list of targets that support gold.
3636 * configure: Regenerate.
3637
a3052d31
FD
36382014-09-29 François Dumont <fdumont@gcc.gnu.org>
3639
3640 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3641
b2a1b261
CM
36422014-09-29 Catherine Moore <clm@codesourcery.com>
3643
3644 * MAINTAINERS: Add myself as MIPS maintainer.
3645
05342e10
MF
36462014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3647
3648 * MAINTAINERS: Move myself to MIPS maintainers.
3649
3f6bb7e5
JBG
36502014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3651
3652 * MAINTAINERS: Put all email addresses between '<' and '>'.
3653
3e895729
FXC
36542014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3655
3656 * MAINTAINERS: Move myself to reviewers (Fortran).
3657
e04733ee
AK
36582014-09-01 Andi Kleen <ak@linux.intel.com>
3659
3660 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3661 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3662 * Makefile.in: Regenerate.
3663
e79c0ea8
DM
36642014-08-28 David Malcolm <dmalcolm@redhat.com>
3665
3666 * rtx-classes-status.txt: Delete
3667
b32d5189
DM
36682014-08-28 David Malcolm <dmalcolm@redhat.com>
3669
3670 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3671
e0c0c325
SP
36722014-08-27 Sebastian Pop <s.pop@samsung.com>
3673
3674 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3675 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3676 of checking for version number.
3677 * configure: Regenerated.
3678 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3679
d7ac0a6a
DM
36802014-08-27 David Malcolm <dmalcolm@redhat.com>
3681
3682 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3683 is done; begin phase 6 (use extra rtx_def subclasses).
3684
9daaca36
DM
36852014-08-27 David Malcolm <dmalcolm@redhat.com>
3686
3687 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3688 done; begin phase 5 (additional rtx_def subclasses).
3689
b2908ba6
DM
36902014-08-26 David Malcolm <dmalcolm@redhat.com>
3691
3692 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3693
1130d5e3
DM
36942014-08-26 David Malcolm <dmalcolm@redhat.com>
3695
3696 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3697 SET_BB_HEADER are done.
3698
0e0ce50d
DM
36992014-08-26 David Malcolm <dmalcolm@redhat.com>
3700
3701 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3702 done.
3703
3d30f4e8
DM
37042014-08-26 David Malcolm <dmalcolm@redhat.com>
3705
3706 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3707
6144a836
DM
37082014-08-26 David Malcolm <dmalcolm@redhat.com>
3709
3710 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3711
b311fd0f
DM
37122014-08-25 David Malcolm <dmalcolm@redhat.com>
3713
3714 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3715
d8ce2eae
DM
37162014-08-25 David Malcolm <dmalcolm@redhat.com>
3717
3718 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3719
1455e88c
DM
37202014-08-25 David Malcolm <dmalcolm@redhat.com>
3721
3722 * rtx-classes-status.txt: Phase 3 (per-file commits within
3723 "config" subdirs) is done; begin phase 4 (removal of
3724 "scaffolding").
3725
76c531d3
DM
37262014-08-23 David Malcolm <dmalcolm@redhat.com>
3727
3728 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3729 dir) is done; begin phase 3 (per-file commits within "config"
3730 subdirs).
3731
00550b3d
DM
37322014-08-21 David Malcolm <dmalcolm@redhat.com>
3733
3734 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3735 phase 2 (per-file commits in main source dir).
3736
622dbadf
BC
37372014-08-21 Bin Cheng <bin.cheng@arm.com>
3738
3739 * configure: Regenerated.
3740
c1286e0b
DM
37412014-08-19 David Malcolm <dmalcolm@redhat.com>
3742
3743 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3744
c2fc1aee
DM
37452014-08-19 David Malcolm <dmalcolm@redhat.com>
3746
3747 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3748
68975683
DM
37492014-08-19 David Malcolm <dmalcolm@redhat.com>
3750
3751 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3752
d914bc6b
DM
37532014-08-19 David Malcolm <dmalcolm@redhat.com>
3754
3755 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3756
8020a4d5
DM
37572014-08-19 David Malcolm <dmalcolm@redhat.com>
3758
3759 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3760
a231b8a5
JV
37612014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3762
3763 * MAINTAINERS (Write After Approval): Add myself.
3764
ce8126f5
CF
37652014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3766
3767 * MAINTAINERS: Remove myself
3768
0f82e5c9
DM
37692014-08-19 David Malcolm <dmalcolm@redhat.com>
3770
3771 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3772
9c9afb69
PP
37732014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3774
3775 * MAINTAINERS (Write After Approval): Add myself.
3776
190bea87
DM
37772014-08-18 David Malcolm <dmalcolm@redhat.com>
3778
3779 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3780 SET_BB_HEADER, SET_BB_FOOTER
3781
c41b94ce
DM
37822014-08-18 David Malcolm <dmalcolm@redhat.com>
3783
bb3fff01 3784 * rtx-classes-status.txt: New file
c41b94ce 3785
eae1a5d4
RG
37862014-08-18 Roman Gareev <gareevroman@gmail.com>
3787
3788 * configure.ac: Eliminate ClooG installation dependency.
3789 * configure: Regenerate.
3790 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3791 * Makefile.in: Regenerate.
3792
f613bc0f
IV
37932014-08-15 Ilya Verbin <iverbin@gmail.com>
3794
3795 * MAINTAINERS (Write After Approval): Add myself.
3796
423ea09f 37972014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3798
3799 * MAINTAINERS (Write After Approval): Add myself.
3800
88b1a322
JW
38012014-08-01 Jiong Wang <jiong.wang@arm.com>
3802
3803 * MAINTAINERS (Write After Approval): Add myself.
3804
8ed499f8
AG
38052014-07-28 Anthony Green <green@moxielogic.com>
3806
3807 Import from savannah.gnu.org:
3808 * config.sub: Update to 2014-07-28 version.
3809
09ec3110
RS
38102014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3811
3812 * MAINTAINERS: Remove my MIPS maintainer entry.
3813
7b7f941a
UB
38142014-07-26 Uros Bizjak <ubizjak@gmail.com>
3815
3816 PR target/47230
3817 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3818 * configure: Regenerate.
3819
a12f7ac8
JN
38202014-07-24 James Norris <jnorris@codesourcery.com>
3821
3822 * MAINTAINERS (Write After Approval): Add myself.
3823
09611faf
RG
38242014-07-20 Roman Gareev <gareevroman@gmail.com>
3825
3826 * configure.ac: Accept only CLooG 0.18.1.
3827 * configure: Regenerate.
3828
37738b0f
RG
38292014-07-17 Roman Gareev <gareevroman@gmail.com>
3830
3831 * configure.ac: Don't accept isl 0.11.
3832 * configure: Regenerate.
3833
473037cb
AZ
38342014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3835
3836 * MAINTAINERS (Write After Approval): Add myself.
3837
9a62ed16
RO
38382014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3839
3840 * configure.ac: Don't accept isl 0.10.
3841 * configure: Regenerate.
3842
c41f1c42 38432014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3844
c41f1c42
BE
3845 Fix include path for in-tree cloog.
3846 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3847 * configure: Regenerate.
29d0a43c 3848
c41f1c42 38492014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3850
c41f1c42 3851 * .gitignore: Import gcc_update output.
a5852bea 3852
b6383ab8
TS
38532014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3854
a10ec8bc
TS
3855 * config-ml.in: Robustify ac_configure_args parsing.
3856
45b3824d
TS
3857 * configure.ac (--enable-linker-plugin-configure-flags)
3858 (--enable-linker-plugin-flags): New flags.
3859 (configdirs): Conditionally add libiberty-linker-plugin.
3860 * configure: Regenerate.
3861 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3862 (host_modules) <lto-plugin>: Pay attention to
3863 @extra_linker_plugin_flags@ and
3864 @extra_linker_plugin_configure_flags@.
3865 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3866 * Makefile.in: Regenerate.
3867
b6383ab8
TS
3868 * Makefile.tpl (configure-[+prefix+][+module+])
3869 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3870 "module_srcdir" instead of "module" for locating a module's srcdir.
3871 * Makefile.in: Regenerate.
3872
a4a1b5f3
MF
38732014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3874
3875 * MAINTAINERS (Write After Approval): Add myself.
3876
38a13841
SP
38772014-06-06 Sebastian Pop <sebpop@gmail.com>
3878
3879 * MAINTAINERS: Update my email address.
3880
153fcd41
TP
38812014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3882
3883 * MAINTAINERS (Write After Approval): Add myself.
3884
e25d9632
AB
38852014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3886
3887 * MAINTAINERS (Write After Approval): Add myself.
3888
1007a55c
JW
38892014-05-30 Jonathan Wakely <jwakely@redhat.com>
3890
3891 PR libstdc++/61011
3892 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3893 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3894 * configure: Regenerate.
3895
fd9ed1ae
PA
38962014-05-28 Pedro Alves <palves@redhat.com>
3897
3898 * MAINTAINERS (Write After Approval): Add myself.
3899
03bdb69f
MK
39002014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3901
3902 * MAINTAINERS: Update my affiliation/email.
3903
905083ad
MS
39042014-05-19 Mike Stump <mikestump@comcast.net>
3905
3906 * MAINTAINERS: Add wide-int reviewers.
3907
707f1839
SL
39082014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3909
3910 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3911 * configure: Regenerated.
3912
7321dc60
TR
39132014-05-15 Torvald Riegel <triegel@redhat.com>
3914
3915 * MAINTAINERS (libitm): Add myself as maintainer.
3916
5b1e4b47
CB
39172014-05-07 Charles Baylis <charles.baylis@linaro.org>
3918
3919 * MAINTAINERS (Write After Approval): Add myself.
3920
a4ebe104
RS
39212014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3922
3923 * config.sub, config.guess: Import from upstream.
3924
9575df4a
AL
39252014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3926
3927 * MAINTAINERS (Write After Approval): Put myself in correct order.
3928
2fdc94b7
AL
39292014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3930
3931 * MAINTAINERS (Write After Approval): Add myself.
3932
080c6230
LB
39332014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3934
3935 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3936 section.
3937
4e4c8692
RÁE
39382014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3939
3940 * MAINTAINERS (Write After Approval): Delete myself.
3941
ffe7f7a7
JJ
39422014-04-17 Jakub Jelinek <jakub@redhat.com>
3943
3944 PR sanitizer/56781
3945 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3946 and -B* options with -Xcompiler.
3947
147d38a5
EB
39482014-04-04 Eric Botcazou <ebotcazou@adacore.com>
3949
3950 PR bootstrap/60620
423ea09f 3951 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
3952 * Makefile.in: Regenerate.
3953
ba1925c3
YS
39542014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
3955
3956 * Makefile.def (dependencies): Make all-ld depend on all-binutils
3957 for WINDRES_FOR_TARGET in default-manifest.o rule.
3958 * Makefile.in: Regenerate.
3959
8707b3bc
DH
39602014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
3961
3962 * MAINTAINERS (Write After Approval): Add myself.
3963
9e1c8fc1
JJ
39642014-03-26 Jakub Jelinek <jakub@redhat.com>
3965
3966 PR sanitizer/56781
3967 * Makefile.def: Set bootstrap=true; for host fixincludes.
3968 * configure.ac: Don't bootstrap host fixincludes unless
3969 --with-build-config=bootstrap-{a,ub}san.
3970 * Makefile.in: Regenerated.
3971 * configure: Regenerated.
3972
beeda1d9
JJ
39732014-03-21 Jakub Jelinek <jakub@redhat.com>
3974
3975 * configure.ac: Move BUILD_CONFIG set up earlier. Add
3976 --enable-vtable-verify option parsing. Don't add
3977 target-libsanitizer to bootstrap_target_libs unless
3978 --with-build-config=bootstrap-asan or
3979 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
3980 to bootstrap_target_libs unless --enable-vtable-verify.
3981 * configure: Regenerated.
3982
e5dddc50
AS
39832014-03-10 Anatoly Sokolov <aesok@post.ru>
3984
3985 * MAINTAINERS (Write After Approval): Add myself.
3986
df5bc1cb
DC
39872014-03-07 Denis Chertykov <chertykov@gmail.com>
3988
3989 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
3990
3b9edeac
JJ
39912014-03-07 Jakub Jelinek <jakub@redhat.com>
3992
3993 PR bootstrap/58572
3994 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
3995 -I for libstdc++-v3 includes if $(LEAN).
3996 * Makefile.in: Regenerated.
3997
c01a8548
JW
39982014-03-04 Jonathan Wakely <jwakely@redhat.com>
3999
4000 * MAINTAINERS: Update my email address.
4001
341c653c
WL
40022014-02-24 Walter Lee <walt@tilera.com>
4003
4004 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4005 (tilegx-*-*): Change to tilegx*-*-*.
4006 * configure: Regenerate.
4007
37f2c4f0
LR
40082014-02-17 Loren J. Rittle <ljrittle@acm.org>
4009
4010 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4011
6c01e96e
KV
40122014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4013
4014 * MAINTAINERS (Write After Approval): Add myself.
4015
91da0481
RO
40162014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4017
4018 PR target/59788
4019 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4020 *solaris2*.
4021
dd35b84f
JDA
40222014-01-21 John David Anglin <danglin@gcc.gnu.org>
4023
4024 * MAINTAINERS: Update my email address.
4025
493b8af8
GP
40262014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4027
4028 * MAINTAINERS: Convert to UTF-8.
4029 Properly sort Xinliang David Li's entry.
4030
f121b81d
CLT
40312013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4032 Sandra Loosemore <sandra@codesourcery.com>
4033
4034 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4035 nios2 port maintainers.
4036
74f769b5
MT
40372013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4038
4039 * MAINTAINERS (Write After Approval): Add myself.
4040
79e0604d 40412013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
4042
4043 * configure.ac: Add user-friendly check for native x86_64-linux
4044 multilibs.
4045 * configure: Regenerate.
4046
40472013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4048
4049 * MAINTAINERS: Add myself as sh maintainer.
4050
40512013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4052
4053 * MAINTAINERS: Add self as SLSR maintainer.
4054
40552013-11-18 Jan Hubicka <hubicka@ucw.cz>
4056
4057 * MAINTAINERS: Update my email address.
4058
40592013-11-15 David Edelsohn <dje.gcc@gmail.com>
4060
4061 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4062
40632013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4064
4065 * Makefile.in: Regenerate.
4066
4067 * Makefile.tpl: Fix typo.
4068 * Makefile.in: Regenerate partially.
4069
40702013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4071
4072 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4073 supported.
4074 * configure: Regenerated.
4075
40762013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4077
4078 * MAINTAINERS (Write After Approval): Add myself.
4079
40802013-10-30 Jason Merrill <jason@redhat.com>
4081
4082 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4083 --disable-build-format-warnings.
4084
40852013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4086
423ea09f 4087 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
4088 depend on libstdc++ and libgcc.
4089 * configure: Regenerate.
4090 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4091 libcilkrts for POSIX and i*86, and x86_64 architectures.
4092 * Makefile.in: Added libcilkrts related fields to support building it.
4093
40942013-10-26 Jeff Law <law@redhat.com>
4095
4096 * Makefile.def (target_modules): Remove libmudflap
4097 (languages): Remove check-target-libmudflap).
4098 * Makefile.in: Rebuilt.
4099 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4100 * configure.ac (target_libraries): Remove target-libmudflap.
4101 Remove checks which disabled libmudflap on some systems.
4102 * configure: Rebuilt.
4103 * libmudflap: Directory removed.
4104
41052013-10-21 Cong Hou <congh@google.com>
4106
4107 * MAINTAINERS (Write After Approval): Add myself.
4108
41092013-10-16 Mike Stump <mikestump@comcast.net>
4110
4111 * .dir-locals.el: Add.
4112
41132013-10-15 David Malcolm <dmalcolm@redhat.com>
4114
4115 * configure.ac: Add --enable-host-shared
4116 * configure: Regenerate.
4117
41182013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4119
4120 Import from savannah.gnu.org:
4121 * config.guess: Update to 2013-06-10 version.
4122 * config.sub: Update to 2013-10-01 version.
4123
41242013-10-01 Simon Cook <simon.cook@embecosm.com>
4125
4126 Changes to build configuration to allow big endian ARC ELF toolchain
4127 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4128 * configure: Regenerate.
4129
41302013-09-20 Alan Modra <amodra@gmail.com>
4131
4132 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4133 ppc host match. Support little-endian powerpc linux hosts.
4134
41352013-09-19 Dodji Seketeli <dodji@redhat.com>
4136
4137 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4138 maintainer.
4139
41402013-09-12 DJ Delorie <dj@redhat.com>
4141
4142 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4143 maintainers.
4144
41452013-09-03 Richard Biener <rguenther@suse.de>
4146
4147 * configure.ac: Also allow ISL 0.12.
4148 * configure: Regenerated.
4149
41502013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4151
4152 * MAINTAINERS (Write After Approval): Add myself.
4153
41542013-08-27 David Malcolm <dmalcolm@redhat.com>
4155
4156 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4157
41582013-08-26 Caroline Tice <cmtice@google.com>
4159
4160 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4161 "Various Reviewers" to libvtv "Various Maintainers".
4162
41632013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4164
4165 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4166
41672013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4168
4169 * MAINTAINERS: Update name, email.
4170
41712013-08-13 Adam Butcher <adam@jessamine.co.uk>
4172
4173 * MAINTAINERS (Write After Approval): Add myself.
4174
41752013-08-12 Caroline Tice <cmtice@google.com>
4176
4177 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4178 address in the Write After Approval section.
4179
41802013-08-09 Carlos O'Donell <carlos@redhat.com>
4181
4182 * MAINTAINERS (Write After Approval): Update email.
4183
41842013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4185
4186 * configure.ac: Adjust to check VTV_SUPPORTED.
4187 * configure: Regenerated.
4188
41892013-08-02 Caroline Tice <cmtice@google.com>
4190
4191 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4192 on non-linux systems; add target-libvtv to noconfigdirs; add
4193 libsupc++/.libs to C++ library search paths.
4194 * configure: Regenerated.
4195 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4196 libstdc++ and libgcc.
4197 * Makefile.in: Regenerated.
4198
41992013-07-19 Yvan Roux <yvan.roux@linaro.org>
4200
4201 * MAINTAINERS (Write After Approval): Add myself.
4202
42032013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4204 Shiva Chen <shiva0217@gmail.com>
4205
4206 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4207 nds32 port maintainers.
4208
42092013-07-17 Tim Shen <timshen91@gmail.com>
4210
4211 * MAINTAINERS (Write After Approval): Add myself.
4212
42132013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4214
4215 * configure.ac: Sync from binutils.
4216 * configure: Regenerate.
4217
42182013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4219
4220 * MAINTAINERS (Write After Approval): Add myself.
4221
42222013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4223
4224 * MAINTAINERS (Write After Approval): Add myself.
4225
42262013-05-17 David Malcolm <dmalcolm@redhat.com>
4227
4228 * MAINTAINERS (Write After Approval): Add myself.
4229
42302013-04-30 Brooks Moses <bmoses@google.com>
4231
4232 * MAINTAINERS: Update my email; move myself from Fortran
4233 reviewer to Write After Approval.
4234
42352013-04-16 Andreas Schwab <schwab@suse.de>
4236
4237 * configure.ac (aarch64-*-*): Don't disable java.
4238 * configure: Regenerate.
4239
42402013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4241
4242 * MAINTAINERS (Write After Approval): Add myself.
4243
42442013-03-30 Matthias Klose <doko@ubuntu.com>
4245
4246 * Makefile.def (target_modules): Don't install libffi.
4247 * Makefile.in: Regenerate.
4248
42492013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4250
4251 * MAINTAINERS (Write After Approval): Add myself.
4252
42532013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4254
4255 * MAINTAINERS (Write After Approval): Add myself.
4256
42572013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4258
4259 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4260 * configure: Regenerated.
4261
a15d2ea8
ILT
42622013-02-05 Ian Lance Taylor <iant@google.com>
4263
4264 PR go/55969
4265 * configure.ac: Disable libgo on some systems where it does not
4266 work.
4267
a3b854b6
FXC
42682013-02-04 David Edelsohn <dje.gcc@gmail.com>
4269
4270 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4271 Remove Geoff Keating as rs6000 port maintainer, at his request.
4272
42732013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4274
4275 * MAINTAINERS: Update my email.
4276
42772013-01-23 Shenghou Ma <minux.ma@gmail.com>
4278
4279 * configure: Re-generate.
4280
42812013-01-15 Richard Biener <rguenther@suse.de>
4282
4283 PR other/55973
4284 * configure: Re-generate.
4285
42862013-01-14 Matthias Klose <doko@ubuntu.com>
4287
4288 * Makefile.def (install-target-libsanitizer): Depend on
4289 install-target-libstdc++-v3.
4290 * Makefile.in: Regenerate.
4291
42922013-01-14 Richard Biener <rguenther@suse.de>
4293
4294 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4295 * configure: Re-generate
4296
42972013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4298
4299 * config.sub: Update from config repo.
4300
43012013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4302
4303 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4304 * Makefile.in: Regenerate.
4305
43062013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4307
4308 * MAINTAINERS (arc): Add new port maintainership for myself.
4309
43102013-01-09 Jason Merrill <jason@redhat.com>
4311
4312 * .gitignore: Import from gdb repository.
4313
43142013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4315
4316 * Makefile.def (configure-gcc): Depend on all-gmp.
4317 (all-gcc): Remove dependency on all-gmp.
4318 * Makefile.in: Regenerated.
4319
43202013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4321
4322 * config.sub: Merge from config repo.
4323 * config.guess: Ditto.
4324
43252013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4326
4327 * Makefile.def: Merge from binutils.
4328 * Makefile.in: Ditto.
4329
43302013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4331
4332 * MAINTAINERS: Update my email.
4333
43342012-12-29 Ben Elliston <bje@gnu.org>
4335
4336 * config.guess: Update to 2012-12-29 version.
4337 * config.sub: Likewise.
4338
43392012-12-20 Matthias Klose <doko@ubuntu.com>
4340
4341 * Makefile.def (install-target-libgfortran): Depend on
4342 install-target-libquadmath, install-target-libgcc.
4343 (install-target-libsanitizer): Depend on install-target-libgcc.
4344 (install-target-libjava): Depend on install-target-libgcc.
4345 (install-target-libitm): Depend on install-target-libgcc.
4346 (install-target-libobjc): Depend on install-target-libgcc.
4347 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4348 * Makefile.in: Regenerate.
4349
43502012-12-19 Matthias Klose <doko@ubuntu.com>
4351
4352 * Makefile.def (install-target-libgo): Depend on
4353 install-target-libatomic.
4354 * Makefile.in: Regenerate.
4355
43562012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4357
4358 PR go/55201
4359 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4360 * Makefile.in: Regenerate.
4361
43622012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4363
4364 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4365 * configure: Regenerate.
4366
43672012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4368
4369 * config.sub: Merge from config repo.
4370
43712012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4372
4373 * Makefile.def (target_modules): Add bootstrap=true and
4374 raw_cxx=true to libsanitizer.
4375 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4376 * Makefile.in: Regenerated.
4377 * configure: Likewise.
4378
43792012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4380
4381 * MAINTAINERS: Remove self as RTL optimization maintainer.
4382
43832012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4384
4385 * MAINTAINERS (Write After Approval): Add myself.
4386
43872012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4388
4389 * Makefile.def (target_modules): Remove bootstrap=true and
4390 raw_cxx=true from libsanitizer.
4391 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4392 * Makefile.in: Regenerated.
4393 * configure: Likewise.
4394
43952012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4396
4397 * Makefile.def (target_modules): Add bootstrap=true and
4398 raw_cxx=true to libsanitizer.
4399 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4400 * Makefile.in: Regenerated.
4401 * configure: Likewise.
4402
44032012-11-28 Andrew Pinski <apinski@cavium.com>
4404
4405 PR bootstrap/54279
4406 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4407 * configure: Regenerate.
4408 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4409 * Makefile.in: Regenerate.
4410
44112012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4412
4413 * configure.ac: Disable libsanitizer if we're not building C++.
4414 * configure: Regenerate.
4415
44162012-11-15 Roland McGrath <roland@hack.frob.com>
4417
4418 * MAINTAINERS (Write After Approval): Add myself.
4419
44202012-11-15 Dmitry Vyukov <dvyukov@google.com>
4421
4422 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4423 Kostya Serebryany (kcc@google.com) and
4424 Jakub Jelinek (jakub@redhat.com).
4425 Rename area for Dodji Seketeli (dodji@redhat.com).
4426
44272012-11-15 Dodji Seketeli <dodji@redhat.com>
4428
4429 * MAINTAINERS: (asan.c, related): Add myself.
4430
44312012-11-14 Roland McGrath <mcgrathr@google.com>
4432
4433 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4434 * configure: Regenerate.
4435
44362012-11-13 Richard Henderson <rth@redhat.com>
4437
4438 * configure.ac: Move libsanitizer logic to subdirectory.
4439 * configure: Regenerate.
4440
44412012-11-13 Dodji Seketeli <dodji@redhat.com>
4442
4443 * configure.ac: Enable libsanitizer just on x86 linux for now.
4444 * configure: Re-generate.
4445
44462012-11-13 David Edelsohn <dje.gcc@gmail.com>
4447
4448 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4449 sections.
4450 * configure: Regenerate.
4451
44522012-11-13 Hans-Peter Nilsson <hp@axis.com>
4453
4454 * configure.ac: Add section for configdirs for libsanitizer.
4455 Disable for cris-*-* and mmix-*-*.
4456 * configure: Regenerate.
4457
44582012-11-12 Wei Mi <wmi@google.com>
4459
4460 * configure.ac: Add libsanitizer to target_libraries.
4461 * Makefile.def: Ditto.
4462 * configure: Regenerate.
4463 * Makefile.in: Regenerate.
4464 * libsanitizer: New directory for asan runtime. Contains an empty
4465 tsan directory.
4466
44672012-11-03 Corinna Vinschen <corinna@vinschen.de>
4468
4469 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4470 against Mingw64 w32api.
4471 * configure: Regenerate.
4472
44732012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4474
4475 * configure: Regenerated.
4476
44772012-11-03 Robert Mason <rbmj@verizon.net>
4478
4479 * configure.ac: add --disable-libstdcxx configure option
4480 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4481
44822012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4483
4484 * MAINTAINERS (Write After Approval): Add myself.
4485
44862012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4487
4488 * MAINTAINERS (Write After Approval): Add myself.
4489
44902012-10-24 Sharad Singhai <singhai@google.com>
4491
4492 * MAINTAINERS (Write After Approval): Add myself.
4493
44942012-10-24 Eric Christopher <echristo@gmail.com>
4495
4496 * MAINTAINERS: Update email address.
4497
44982012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4499
4500 PR bootstrap/54820
4501 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4502 * configure: Regenerate.
4503
45042012-10-23 Richard Earnshaw <rearnsha@arm.com>
4505
4506 * MAINTAINERS (aarch64): Add Marcus and myself.
4507
45082012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4509
4510 PR bootstrap/54820
4511 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4512 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4513 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4514 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4515 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4516 * Makefile.in: Regenerate.
4517 * configure.ac (have_static_libs): New variable and associated check.
4518 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4519 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4520 * configure: Regenerate.
4521
45222012-10-10 Richard Biener <rguenther@suse.de>
4523
4524 * MAINTAINERS: Adjust for changed surname.
4525
45262012-10-04 Lawrence Crowl <crowl@google.com>
4527
4528 * MAINTAINERS (Write After Approval): Add myself.
4529
45302012-10-01 Cary Coutant <ccoutant@google.com>
4531
4532 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4533
45342012-09-28 Ian Lance Taylor <iant@google.com>
4535
4536 * Makefile.def: Make all-target-libgo depend on
4537 all-target-libbacktrace.
4538 * Makefile.in: Rebuild.
4539
45402012-09-26 Ian Lance Taylor <iant@google.com>
4541
4542 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4543 * Makefile.in: Rebuild.
4544
45452012-09-20 Walter Lee <walt@tilera.com>
4546
4547 * configure.ac: Add tilegx to list of targets that support gold.
4548 * configure: Regenerate.
4549
45502012-09-20 Marek Polacek <polacek@redhat.com>
4551
4552 * MAINTAINERS (Write After Approval): Add myself.
4553
45542012-09-19 Steve Ellcey <sellcey@mips.com>
4555
4556 * configure.ac: Add mips*-mti-elf* target.
4557 * configure: Regenerate.
4558
45592012-09-17 Ian Lance Taylor <iant@google.com>
4560
4561 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4562 * configure.ac (host_libs): Add libbacktrace.
4563 (target_libraries): Add libbacktrace.
4564 * Makefile.def (host_modules): Add libbacktrace.
4565 (target_modules): Likewise.
4566 * configure, Makefile.in: Rebuild.
4567
45682012-09-14 David Edelsohn <dje.gcc@gmail.com>
4569
4570 PR target/38607
4571 Merge upstream change.
4572 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4573
4574 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4575 Add libgomp*.o to compare_exclusions for AIX.
4576 * configure: Regenerate.
4577
45782012-09-06 Diego Novillo <dnovillo@google.com>
4579
4580 * configure.ac: Bump minimum GMP version to 4.2.3.
4581 * configure: Re-generate.
4582
45832012-09-05 Georg-Johann Lay <avr@gjlay.de>
4584
4585 PR target/54461
4586 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4587 target-libgloss if not configured --with-avrlibc=no.
4588 * configure: Regenerate.
4589
45902012-09-04 Jason Merrill <jason@redhat.com>
4591
4592 * configure.ac: Fix --enable-languages=all.
4593
45942012-09-04 Christophe Lyon <christophe.lyon@st.com>
4595
4596 * MAINTAINERS (Write After Approval): Add myself.
4597
45982012-09-03 Richard Guenther <rguenther@suse.de>
4599
4600 PR bootstrap/54138
4601 * configure.ac: Re-organize ISL / CLOOG checks to allow
4602 disabling with either --without-isl or --without-cloog.
4603 * configure: Regenerated.
4604
46052012-09-03 Georg-Johann Lay <avr@gjlay.de>
4606
4607 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4608 * configure: Regenerate.
4609
46102012-08-27 Ulrich Drepper <drepper@gmail.com>
4611
4612 * MAINTAINERS: Fix my email address.
4613
46142012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4615
4616 PR binutils/4970
4617 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4618 and opcodes.
4619 * Makefile.in: Regenerated.
4620
46212012-08-26 Art Haas <ahaas@impactweather.com>
4622
4623 * configure: Regenerate.
4624
46252012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4626
4627 * INSTALL/README: Also refer to the online installation
4628 instructions.
4629
46302012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4631
4632 * MAINTAINERS (Write After Approval): Add myself.
4633 (Picochip port): Remove myself.
4634
46352012-08-14 Diego Novillo <dnovillo@google.com>
4636
4637 Merge from cxx-conversion branch.
4638
4639 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4640 POSTSTAGE1_CONFIGURE_FLAGS.
4641 * Makefile.in: Regenerate.
4642 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4643 Force C++ when bootstrapping.
4644 * configure: Regenerate.
4645
46462012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4647
4648 * MAINTAINERS (Write After Approval): Add myself.
4649
46502012-07-16 Joseph Myers <joseph@codesourcery.com>
4651
4652 * README: Document use of ranges of years in copyright notices.
4653
46542012-07-06 Richard Guenther <rguenther@suse.de>
4655
4656 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4657 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4658 --with-gmp=system.
4659 * Makefile.in: Regenerated.
4660 * configure: Likewise.
4661
46622012-07-06 Richard Guenther <rguenther@suse.de>
4663
4664 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4665 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4666 supply V=1 as extra_make_flags.
4667 * configure: Regenerated.
4668 * Makefile.in: Likewise.
4669
46702012-07-04 Tristan Gingold <gingold@adacore.com>
4671
4672 * configure: Regenerate.
4673
46742012-07-03 Richard Guenther <rguenther@suse.de>
4675
4676 * Makfile.def (isl): Remove not necessary extra_exports and
4677 extra_make_flags.
4678 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4679 * Makefile.in: Regenerated.
4680
46812012-07-03 Richard Guenther <rguenther@suse.de>
4682
4683 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4684 * configure.ac: If either the ISL or the CLooG check failed
4685 do not try to build in-tree versions.
4686 * Makefile.in: Regenerated.
4687 * configure: Regenerated.
4688
46892012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4690
4691 * configure: Regenerate.
4692
46932012-07-02 Janis Johnson <janisjo@codesourcery.com>
4694
4695 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4696 maintainer.
4697
46982012-07-02 Richard Guenther <rguenther@suse.de>
4699
4700 * configure: Regenerated.
4701
47022012-07-02 Richard Guenther <rguenther@suse.de>
4703 Michael Matz <matz@suse.de>
4704 Tobias Grosser <tobias@grosser.es>
4705 Sebastian Pop <sebpop@gmail.com>
4706
4707 * Makefile.def: Add ISL host module, remove PPL host module.
4708 Adjust ClooG host module to use the proper ISL.
4709 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4710 * configure.ac: Include config/isl.m4. Add ISL host library,
4711 remove PPL. Remove PPL configury, add ISL configury, adjust
4712 ClooG configury.
4713 * Makefile.in: Regenerated.
4714 * configure: Likewise.
4715
47162012-07-02 Richard Guenther <rguenther@suse.de>
4717
4718 Merge from graphite branch
4719 2011-07-21 Tobias Grosser <tobias@grosser.es>
4720
4721 * configure: Regenerated.
4722 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4723 both cloog.org and legacy versions. The only supported version will
4724 be CLooG with the isl backend.
4725
4726 2011-07-21 Tobias Grosser <tobias@grosser.es>
4727
4728 * configure: Regenerated.
4729 * configure.ac: Require cloog isl 0.17.0
4730
4731 2011-07-21 Tobias Grosser <tobias@grosser.es>
4732
4733 * configure: Regenerated.
4734 * config/cloog.m4: Do not define CLOOG_ORG
4735
47362012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4737
4738 * configure.ac: Skip C if explicitly selected.
4739 * configure: Regenerate.
4740
47412012-06-28 Christophe Lyon <christophe.lyon@st.com>
4742
4743 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4744 they contain -O2.
4745 * configure: Regenerate.
4746
47472012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4748
4749 PR debug/53740
4750 * df.h, df-problems.c, dce.c: Revert last patch.
4751
47522012-06-25 Iain Sandoe <iain@codesourcery.com>
4753
4754 * MAINTAINERS (Write After Approval): Update my email address.
4755
47562012-06-21 Meador Inge <meadori@codesourcery.com>
4757
4758 * MAINTAINERS (Write After Approval): Add myself.
4759
47602012-06-20 Jason Merrill <jason@redhat.com>
4761
4762 * Makefile.tpl (check-target-libgomp-c++): New.
4763 (check-target-libitm-c++): New.
4764 * Makefile.def (c++): Add them.
4765 * Makefile.in: Regenerate.
4766
47672012-05-29 Edmar Wienskoski <edmar@freescale.com>
4768
4769 * MAINTAINERS (Write After Approval): Add myself.
4770
47712012-05-16 Olivier Hainque <hainque@adacore.com>
4772
4773 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4774 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4775 (install-no-fixedincludes): Adjust accordingly.
4776 * Makefile.in: Regenerate.
4777
47782012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4779
4780 Merge upstream change
4781 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4782
47832012-05-14 Marc Glisse <marc.glisse@inria.fr>
4784
4785 * MAINTAINERS (Write After Approval): Add myself.
4786
47872012-05-09 Nick Clifton <nickc@redhat.com>
4788 Paul Smith <psmith@gnu.org>
4789
4790 PR bootstrap/50461
4791 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4792 allow for the fact that from release v3.1.0 of MPFR the source
4793 files were moved into a src sub-directory.
4794 * configure: Regenerate.
4795
47962012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4797
4798 * configure.ac: Bump minimum MPFR version to 2.4.0.
4799 * configure: Regenerated.
4800
48012012-05-01 Richard Henderson <rth@redhat.com>
4802
4803 * Makefile.def (libatomic): New target_module.
4804 * configure.ac (target_libraries): Add libatomic.
4805 (noconfigdirs): Check if libatomic is supported.
4806 * Makefile.in, configure: Rebuild.
4807
48082012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4809
4810 * MAINTAINERS (Write After Approval): Add myself.
4811
48122012-04-25 Joel Brobecker <brobecker@adacore.com>
4813
4814 * config.sub: Update to 2012-04-18 version from official repo.
4815
48162012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4817
4818 * MAINTAINERS (Write After Approval): Add myself.
4819
48202012-04-11 Steve Ellcey <sellcey@mips.com>
4821
4822 * MAINTAINERS: Changed email address.
4823
48242012-03-28 Georg-Johann Lay <avr@gjlay.de>
4825
4826 PR target/52737
4827 * contrib/gcc_update (files_and_dependencies):
4828 Remove gcc/config/avr/t-multilib from touch data.
4829
48302012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4831
4832 * MAINTAINERS (OS Port Maintainers): Remove irix.
4833 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4834 (unsupported_languages): Remove mips-sgi-irix6.*.
4835 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4836 (with_stabs): Remove.
4837 * configure: Regenerate.
4838
48392012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4840
4841 * MAINTAINERS (OS Port Maintainers): Remove osf.
4842 * configure.ac (enable_libgomp): Remove *-*-osf*.
4843 (with_stabs): Remove alpha*-*-osf*.
4844 * configure: Regenerate.
4845
48462012-03-05 Tristan Gingold <gingold@adacore.com>
4847
4848 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4849 * configure: Regenerate.
4850
48512012-02-17 Walter Lee <walt@tilera.com>
4852
4853 * MAINTAINERS: (Write After Approval): Delete myself.
4854
48552012-02-14 Walter Lee <walt@tilera.com>
4856
4857 * MAINTAINERS (tilegx port): Add myself.
4858 (tilepro port): Add myself.
4859 (Write After Approval): Add myself.
4860
48612012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4862
4863 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4864 and Joseph Myers as docstring relicensing maintainers.
4865
48662012-02-09 Bin Cheng <bin.cheng@arm.com>
4867
4868 * MAINTAINERS (write-after-approval): Add myself.
4869
48702012-02-08 Ira Rosen <irar@il.ibm.com>
4871
4872 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4873 maintainer.
4874
48752012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4876
4877 * MAINTAINERS (Write After Approval): Move myself to
4878 maintain alphabetical order.
4879
48802012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4881
4882 * MAINTAINERS (Write After Approval): Add myself.
4883
48842012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4885
4886 * MAINTAINERS (Write After Approval): Add myself.
4887
48882012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4889 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4890
4891 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4892 * configure: Regenerate.
4893
48942012-01-23 Harshit Chopra <harshit@google.com>
4895
4896 * MAINTAINERS (Write After Approval): Add myself.
4897
48982012-01-22 Douglas B Rupp <rupp@ngnat.com>
4899
4900 * configure.ac: Remove reference to mh-interix.
4901 * configure: Regenerate.
4902
49032012-01-05 Richard Henderson <rth@redhat.com>
4904
4905 PR bootstrap/51072
4906 * configure.ac: Disable libitm if c++ is not enabled.
4907 * configure: Rebuild.
4908
4909 * configure.ac: Fix regexp for same.
4910 * configure: Rebuild.
4911
49122012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4913
4914 * MAINTAINERS (Write After Approval): Add myself.
4915
49162012-01-02 Richard Guenther <rguenther@suse.de>
4917
4918 PR bootstrap/51686
4919 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4920 * Makefile.in: Regenerate.
4921
49222011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4923
4924 * MAINTAINERS (Write After Approval): Add myself.
4925
49262011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4927
4928 * configure: Regenerate.
4929
49302011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4931
4932 * MAINTAINERS (picochip): Changed email address.
4933
49342011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4935
4936 * MAINTAINERS (write-after-approval): Add self.
4937
49382011-11-29 DJ Delorie <dj@redhat.com>
4939
4940 * configure.ac (rl78-*-*) New case.
4941 * configure: Regenerate.
4942 * MAINTAINERS: Add myself as RL78 maintainer.
4943
49442011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4945
4946 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4947
49482011-11-21 Andreas Tobler <andreast@fgznet.ch>
4949
4950 * libtool.m4: Additional FreeBSD 10 fixes.
4951
49522011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
4953
4954 * MAINTAINERS: Move myself from Write After Approval to CPU Port
4955 Maintainers section, as Epiphany maintainer.
4956
49572011-11-18 Iain Sandoe <iains@gcc.gnu.org>
4958
4959 PR target/49992
4960 * configure.ac: Remove ranlib special-casing for Darwin.
4961 * configure: Regenerate.
4962
49632011-11-12 Andrey Belevantsev <abel@ispras.ru>
4964
4965 * MAINTAINERS (Reviewers): Keep the list sorted.
4966
49672011-11-11 Andrey Belevantsev <abel@ispras.ru>
4968
4969 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
4970
49712011-11-09 Roland McGrath <mcgrathr@google.com>
4972
4973 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
4974 * configure: Rebuild.
4975 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
4976 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
4977 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
4978 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
4979 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
4980 Add READELF.
4981 * Makefile.in: Rebuild.
4982
49832011-11-09 Jason Merrill <jason@redhat.com>
4984
4985 * Makefile.def (language=c++): Remove check-c++0x.
4986 * Makefile.in (check-gcc-c++): Regenerate.
4987
49882011-11-08 Richard Henderson <rth@redhat.com>
4989
4990 * configure.ac: Test for libitm directory present first.
4991
4992 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
4993
4994 * configure.ac: Test libitm/configure.tgt to disable libitm.
4995 * configure: Rebuild.
4996
49972011-11-07 Aldy Hernandez <aldyh@redhat.com>
4998 Richard Henderson <rth@redhat.com>
4999
5000 Merged from transactional-memory.
5001
5002 * Makefile.def (lang_env_dependencies): libitm is c++.
5003 Add libitm target module.
5004 * configure.ac: Likewise.
5005 * config/mmap.m4: New file.
5006 * contrib/gcc_update: Add libitm to touch data.
5007 * Makefile.in, configure: Rebuild.
5008
50092011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5010
5011 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5012 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5013 * Makefile.in: Regenerate.
5014
50152011-11-01 DJ Delorie <dj@redhat.com>
5016
5017 * config.sub: Update to version 2011-10-29 (added rl78)
5018
50192011-10-27 Nick Clifton <nickc@redhat.com>
5020
5021 * config.sub: Import these changes from the config project:
5022
5023 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5024 Ben Elliston <bje@gnu.org>
5025
5026 * config.sub (epiphany): New.
5027
5028 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5029 Ben Elliston <bje@gnu.org>
5030
5031 * config.sub (hexagon, hexagon-*): New.
5032
5033 2011-08-23 Roland McGrath <mcgrathr@google.com>
5034
5035 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5036 64eb to be64.
5037
5038 2011-08-16 Roland McGrath <mcgrathr@google.com>
5039
5040 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5041 (nacl): Grok as alias for 32el-unknown-nacl.
5042
50432011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5044
5045 * MAINTAINERS (Write After Approval): Add myself.
5046
50472011-10-24 Teresa Johnson <tejohnson@google.com>
5048
5049 * MAINTAINERS (Write After Approval): Add myself.
5050
50512011-09-21 Jakub Jelinek <jakub@redhat.com>
5052
5053 * MAINTAINERS (sparc port): Remove myself.
5054
50552011-09-14 Tom de Vries <tom@codesourcery.com>
5056
5057 * MAINTAINERS (Write After Approval): Add myself.
5058
50592011-08-14 Yao Qi <yao@codesourcery.com>
5060
5061 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5062 * configure: Regenerate.
5063
50642011-07-26 Ian Lance Taylor <iant@google.com>
5065
5066 * configure.ac: Set have_compiler based on whether gcc directory
5067 exists, rather than on whether gcc is in configdirs.
5068 * configure: Rebuild.
5069
50702011-07-21 Joseph Myers <joseph@codesourcery.com>
5071
5072 * MAINTAINERS (Global Reviewers): Add self.
5073
50742011-07-20 David Edelsohn <dje.gcc@gmail.com>
5075
5076 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5077 link directories.
5078 * Makefile.in: Rebuild.
5079
50802011-07-20 Ian Lance Taylor <iant@google.com>
5081
5082 PR bootstrap/49787
5083 * configure.ac: Move --enable-bootstrap handling earlier in file.
5084 If --enable-bootstrap and either --enable-build-with-cxx or
5085 --enable-build-poststage1-with-cxx, enable C++ automatically.
5086 * configure: Rebuild.
5087
50882011-07-19 Ian Lance Taylor <iant@google.com>
5089
5090 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5091 make C++ a boot_language. Set and substitute
5092 POSTSTAGE1_CONFIGURE_FLAGS.
5093 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5094 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5095 * configure, Makefile.in: Rebuild.
5096
50972011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5098
5099 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5100 maintainers.
5101
51022011-07-18 Jakub Jelinek <jakub@redhat.com>
5103
5104 * MAINTAINERS (Global Reviewers): Add myself.
5105
51062011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5107
5108 * configure: Regenerate.
5109
51102011-07-16 Jason Merrill <jason@redhat.com>
5111
5112 * Makefile.def (language=c++): Add check-c++0x and
5113 check-target-libmudflap-c++.
5114 * Makefile.tpl (check-target-libmudflap-c++): New.
5115 * Makefile.in: Regenerate.
5116
51172011-07-16 Matthias Klose <doko@ubuntu.com>
5118
5119 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5120 * Makefile.def (target_modules/libjava): Pass
5121 $(EXTRA_CONFIGARGS_LIBJAVA).
5122 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5123 if not configured with --enable-static-libjava.
5124 * Makefile.in: Regenerate.
5125 * configure: Likewise.
5126
51272011-07-15 Jason Merrill <jason@redhat.com>
5128
5129 * Makefile.in (check-c++): Move check-gcc-c++0x after
5130 check-target-libstdc++-v3.
5131
51322011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5133
5134 * MAINTAINERS (c6x port): New entry.
5135
51362011-07-13 Jason Merrill <jason@redhat.com>
5137
5138 * Makefile.in (check-gcc-c++0x): New.
5139 (check-c++): Depend on it.
5140
51412011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5142
5143 PR target/39150
5144 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5145 x86_64-*-solaris2.1[0-9]*.
5146 * configure: Regenerate.
5147
51482011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5149
5150 * MAINTAINERS (RTL optimizers): Add self.
5151
51522011-06-27 Gabriel Charette <gchare@google.com>
5153
5154 * MAINTAINERS (Write After Approval): Add myself.
5155
51562011-06-22 Hans-Peter Nilsson <hp@axis.com>
5157
5158 PR regression/47836
5159 PR bootstrap/23656
5160 PR other/47733
5161 PR bootstrap/49247
5162 PR c/48825
5163 * configure.ac (target_libraries): Remove target-libiberty.
5164 Remove case-statement setting skipdirs=target-libiberty for
5165 multiple targets. Remove checking target_configdirs and
5166 removing target-libiberty but keeping target-libgcc if
5167 otherwise empty.
5168 * Makefile.def (target_modules): Don't add libiberty.
5169 (dependencies): Remove all traces of target-libiberty.
5170 * configure, Makefile.in: Regenerate.
5171
51722011-06-13 Walter Lee <walt@tilera.com>
5173
5174 * configure.ac (tilepro-*-*) New case.
5175 (tilegx-*-*): Likewise.
5176 * configure: Regenerate.
5177
51782011-06-06 Jing Yu <jingyu@google.com>
5179
5180 * configure.ac: Skip target-libiberty for
5181 arm*-*-linux-androideabi.
5182 * configure: Regenerated.
5183
51842011-06-06 Nick Clifton <nickc@redhat.com>
5185
5186 * config.sub: Sync from upstream.
5187
51882011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5189
5190 * MAINTAINERS (Write After Approval): Add myself.
5191
51922011-06-01 Daniel Jacobowitz <drow@false.org>
5193
5194 * MAINTAINERS: Update my email address.
5195
51962011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5197
5198 * MAINTAINERS (Write After Approval): Update my email address.
5199
52002011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5201
5202 * MAINTAINERS (Write After Approval): Add myself.
5203
52042011-05-08 Doug Kwan <dougkwan@google.com>
5205
5206 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5207 * configure: Regenerated.
5208 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5209 value from configure.
5210 * Makefile.in: Regenerated.
5211
52122011-05-05 Joseph Myers <joseph@codesourcery.com>
5213
5214 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5215 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5216 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5217 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5218 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5219 *-*-vxworks*): Disable newlib and libgloss in separate case
5220 statement.
5221 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5222 to separate case statement.
5223 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5224 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5225 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5226 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5227 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5228 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5229 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5230 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5231 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5232 i[[3456789]]86-*-rdos*, m32r-*-*,
5233 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5234 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5235 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5236 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5237 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5238 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5239 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5240 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5241 and libgloss in main case over targets. Remove most empty cases
5242 in main case over targets.
5243 * configure: Regenerate.
5244
52452011-05-04 Janis Johnson <janisjo@codesourcery.com>
5246
5247 * MAINTAINERS (Write After Approval): Add myself.
5248
52492011-05-04 Joseph Myers <joseph@codesourcery.com>
5250
5251 * configure.ac: Remove code setting special library locations for
5252 hppa*64*-*-hpux11*. Remove code setting compiler for
5253 sparc-sun-solaris2*.
5254 * configure: Regenerate.
5255
52562011-05-04 Joseph Myers <joseph@codesourcery.com>
5257
5258 * configure.ac: Separate libgloss_dir settings from general case
5259 over targets.
5260 * configure: Regenerate.
5261
52622011-04-28 Joseph Myers <joseph@codesourcery.com>
5263
5264 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5265 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5266 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5267 cases in libgcj-disabling case statement.
5268 (hppa*64*-*-linux*): Set unsupported_languages instead of
5269 disabling target-zlib.
5270 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5271 to hppa*64*-*-hpux*.
5272 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5273 hppa*-*-hpux*.
5274 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5275 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5276 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5277 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5278 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5279 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5280 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5281 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5282 libgcj-disabling case statement.
5283 * configure: Regenerate.
5284
52852011-04-28 Joseph Myers <joseph@codesourcery.com>
5286
5287 * configure.ac: Disable Java for targets not supporting libffi.
5288 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5289 Remove cases in Java-disabling statement.
5290 (*arm-wince-pe): Change to arm-wince-pe.
5291 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5292 cases in Java-disabling statement.
5293 (bfin-*-*): Don't disable Java again.
5294 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5295 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5296 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5297 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5298 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5299 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5300 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5301 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5302 Java-disabling statement.
5303 (mmix-*-*): Don't disable Java again.
5304 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5305 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5306 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5307 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5308 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5309 statement.
5310 * configure: Regenerate.
5311
53122011-04-28 Joseph Myers <joseph@codesourcery.com>
5313
5314 * configure.ac: Separate cases disabling Java and Java libraries
5315 from general case over targets.
5316 * configure: Regenerate.
5317
53182011-04-21 Jie Zhang <jzhang918@gmail.com>
5319
5320 * MAINTAINERS: Update my email address.
5321
53222011-04-20 Easwaran Raman <eraman@google.com>
5323
5324 * MAINTAINERS (Write After Approval): Add myself.
5325
53262011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5327
5328 PR lto/48086
5329 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5330 * configure: Regenerate.
5331
53322011-04-16 Jim Meyering <meyering@redhat.com>
5333
5334 * MAINTAINERS (Write After Approval): Add myself.
5335
53362011-04-15 Dodji Seketeli <dodji@redhat.com>
5337
5338 * MAINTAINERS: Update my email address.
5339
53402011-04-13 Georg-Johann Lay <avr@gjlay.de>
5341
5342 * MAINTAINERS (Write After Approval): Add myself.
5343
53442011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5345
5346 * MAINTAINERS (Write After Approval): Add myself.
5347
53482011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5349
5350 * MAINTAINERS (Write After Approval): Add myself.
5351
53522011-04-06 Joseph Myers <joseph@codesourcery.com>
5353
5354 * configure.ac (build_tools): Remove build-byacc.
5355 (host_libs): Remove mmalloc.
5356 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5357 autoconf automake libtool diff rcs fileutils shellutils time
5358 textutils wdiff find uudecode hello tar gzip indent recode release
5359 sed perl gawk findutils gettext zip.
5360 (libgcj): Remove target-qthreads.
5361 (target_tools): Remove target-examples target-gperf.
5362 (YACC): Don't handle building byacc.
5363 * configure: Regenerate.
5364 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5365 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5366 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5367 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5368 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5369 handle building components.
5370 * Makefile.in: Regenerate.
5371
53722011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5373
5374 * MAINTAINERS: Update my email address as Xtensa maintainer.
5375
53762011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5377
5378 * config.sub: Sync from upstream.
5379
53802011-04-01 Joseph Myers <joseph@codesourcery.com>
5381
5382 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5383 (microblaze*): Don't disable libssp.
5384 * configure: Regenerate.
5385
53862011-04-01 Joseph Myers <joseph@codesourcery.com>
5387
5388 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5389 moveifchange.
5390 * configure: Regenerate.
5391 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5392 * Makefile.in: Regenerate.
5393
53942011-04-01 Joseph Myers <joseph@codesourcery.com>
5395
5396 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5397 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5398 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5399 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5400 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5401 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5402 md_exec_prefix cases.
5403 * configure: Regenerate.
5404
54052011-04-01 Joseph Myers <joseph@codesourcery.com>
5406
5407 * configure.ac: Separate cases disabling target-libssp,
5408 target-libiberty, target-libstdc++-v3 and Fortran from general
5409 case over targets.
5410 * configure: Regenerate.
5411
54122011-04-01 Joseph Myers <joseph@codesourcery.com>
5413
5414 * configure.ac (*-*-chorusos): Don't disable libgcj.
5415 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5416 Remove case.
5417 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5418 (arm-*-coff): Don't disable libgcj.
5419 (arm*-*-linux-gnueabi): Remove useless assignment.
5420 (arm-*-riscix*): Don't disable libgcj.
5421 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5422 configuration.
5423 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5424 (c54x*-*-*): Remove case.
5425 (tic54x-*-*): Don't disable GCC or GCC libraries.
5426 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5427 to *.
5428 (d10v-*-*): Don't disable GCC libraries.
5429 (d30v-*-*): Don't disable libgcj.
5430 (h8500-*-*): Don't disable GCC libraries.
5431 (i960-*-*): Don't disable libgcj.
5432 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5433 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5434 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5435 libgcj.
5436 (m68k-*-coff*): Remove case.
5437 (mmix-*-*): Don't disable libgloss on host.
5438 (mn10200-*-*, mn10300-*-*): Remove cases.
5439 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5440 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5441 Don't disable libgcj.
5442 (romp-*-*): Remove case.
5443 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5444 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5445 case.
5446 (v810-*-*): Don't disable GCC libraries.
5447 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5448 (ip2k-*-*): Don't disable GCC libraries.
5449 * configure: Regenerate.
5450
54512011-03-28 Joseph Myers <joseph@codesourcery.com>
5452
5453 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5454 libffi on host.
5455 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5456 on host.
5457 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5458 * configure: Regenerate.
5459
54602011-03-26 John Marino <binutils@marino.st>
5461
5462 * configure.ac: Add support for *-*-dragonfly*
5463 * configure: Regenerate.
5464
54652011-03-25 Joseph Myers <joseph@codesourcery.com>
5466
5467 * configure.ac (native_only): Remove.
5468 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5469 send-pr uudecode guile gnuserv on host.
5470 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5471 send-pr rcs guile perl texinfo libtool on host.
5472 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5473 automake send-pr rcs guile perl texinfo libtool on host.
5474 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5475 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5476 (alpha*-dec-osf*): Don't disable fileutils on target.
5477 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5478 texinfo send-pr expect dejagnu on target.
5479 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5480 target-qthreads on target.
5481 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5482 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5483 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5484 x86_64-*-mingw*): Don't disable expect on target.
5485 (*-*-cygwin*): Don't disable target-gperf on target.
5486 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5487 gnuserv on target.
5488 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5489 target.
5490 * configure: Regenerate.
5491
54922011-03-25 Joseph Myers <joseph@codesourcery.com>
5493
5494 * configure.ac (target_tools): Remove target-groff.
5495 (native_only): Remove target-groff.
5496 (hppa*64*-*-*): Don't disable byacc.
5497 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5498 setting.
5499 (*-*-kaos*): Don't skip target-librx and target-groff.
5500 (*-*-netware*): Don't skip target-libmudflap.
5501 (*-*-tpf*): Don't skip target-libmudflap.
5502 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5503 directories on the host.
5504 (ia64*-*-*vms*): Don't skip tix.
5505 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5506 host.
5507 * configure: Regenerate.
5508
55092011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5510
5511 * configure.ac: Remove references to mt-mep, mt-netware,
5512 mt-wince.
5513 * Makefile.def: Add all-utils soft dependencies.
5514 * Makefile.tpl: Remove GDB_NLM_DEPS.
5515 * configure: Regenerate.
5516 * Makefile.in: Regenerate.
5517
55182011-03-24 Paolo Bonzini <bonzini@gnu.org>
5519
5520 * configure.ac: Do not include mh-x86omitfp.
5521 * configure: Regenerate.
5522
55232011-03-24 Paolo Bonzini <bonzini@gnu.org>
5524
5525 * configure.ac: Remove empty cases.
5526 * configure: Regenerate.
5527
55282011-03-24 Paolo Bonzini <bonzini@gnu.org>
5529
5530 * Makefile.def: Add dependency from termcap to gdb.
5531 * Makefile.in: Regenerate.
5532
55332011-03-24 Paolo Bonzini <bonzini@gnu.org>
5534
5535 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5536 * configure: Regenerate.
5537 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5538 * Makefile.tpl: Likewise.
5539 * Makefile.in: Regenerate.
5540
55412011-03-24 Paolo Bonzini <bonzini@gnu.org>
5542
5543 * configure.ac: Remove all mentions of tentative_cc.
5544 * configure: Regenerate.
5545
55462011-03-24 Joseph Myers <joseph@codesourcery.com>
5547
5548 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5549 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5550 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5551 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5552 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5553 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5554 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5555 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5556 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5557 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5558 *-*-rhapsody*): Remove host cases.
5559 * configure: Regenerate.
5560
55612011-03-24 Joseph Myers <joseph@codesourcery.com>
5562
5563 * configure.ac (ppc*-*-pe): Remove host case.
5564 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5565 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5566 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5567 cases.
5568 * configure: Regenerate.
5569
55702011-03-24 Joseph Myers <joseph@codesourcery.com>
5571
5572 * config.sub: Update to version 2011-03-23.
5573
55742011-03-22 Joseph Myers <joseph@codesourcery.com>
5575
5576 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5577 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5578 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5579 * configure: Regenerate.
5580
55812011-03-22 Joseph Myers <joseph@codesourcery.com>
5582
5583 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5584 to Write After Approval.
5585 * config-ml.in: Don't handle arc-*-elf*.
5586 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5587 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5588 handle GCC libraries.
5589 * configure: Regenerate.
5590
55912011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5592
5593 PR bootstrap/48120:
5594 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5595 Add -lstdc++ -lm to LIBS.
5596 * configure: Regenerate.
5597
55982011-03-18 David Edelsohn <dje.gcc@gmail.com>
5599
5600 * config.guess: Update to version 2011-02-02
5601 * config.sub: Update to version 2011-02-24
5602
56032011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5604
5605 PR lto/48086
5606 * configure.ac: Re-enable LTO on *-apple-darwin9.
5607 * configure: Regenerate.
5608
56092011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5610
5611 PR lto/48086
5612 * configure.ac: Disable LTO on darwin due to an assembler change in
5613 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5614 under 256.
5615 * configure: Regenerate.
5616
56172011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5618
5619 * MAINTAINERS: Update myself as score backend maintainer,
5620 update my e-mail address.
5621
56222011-03-09 Xuepeng Guo <terry.guo@arm.com>
5623
5624 * MAINTAINERS: Update my e-mail address.
5625
56262011-03-06 Joey Ye <joey.ye@arm.com>
5627
5628 * MAINTAINERS: Update my e-mail address.
5629
56302011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5631
5632 * configure.ac: Adjust test of with_ppl.
5633 * configure: Regenerated.
5634
56352011-03-02 Kai Tietz <ktietz@redhat.com>
5636
5637 * MAINTAINERS: Adjust my e-mail address.
5638
56392011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5640
5641 * configure.ac: Add -lpwl to ppllibs.
5642 * configure: Regenerated.
5643
56442011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5645
5646 * config/cloog.m4: Add -lisl to clooglibs.
5647 * configure: Regenerated.
5648
56492011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5650
5651 * MAINTAINERS (CPU Port maintainers): Add self.
5652
56532011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5654
5655 * MAINTAINERS: Add myself as testsuite maintainer.
5656
56572011-02-15 Mike Stump <mikestump@comcast.net>
5658
5659 * MAINTAINERS: Add myself as testsuite maintainer.
5660
56612011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5662
5663 Import from Libtool and gnulib:
5664
5665 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5666
5667 Prepare for supporting FreeBSD 10.
5668 * config.rpath: Remove handling of freebsd1* which soon would
5669 match FreeBSD 10.0.
5670
5671 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5672
5673 Remove support for FreeBSD 1.x.
5674 * libtool.m4 (_LT_LINKER_SHLIBS)
5675 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5676 soon would incorrectly match FreeBSD 10.0.
5677
56782011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5679
5680 PR binutils/12283
5681 * move-if-change: Import version from gnulib.
5682
56832011-02-12 Alexandre Oliva <aoliva@redhat.com>
5684
5685 PR lto/47225
5686 * Makefile.def (lto-plugin): Double dash for enable-shared.
5687 (configure-gcc): Depend on all-lto-plugin.
5688 * Makefile.in: Rebuilt.
5689
56902011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5691
5692 * configure.ac: Remove extra bracket.
5693 * configure: Regenerate.
5694
56952011-02-08 Tobias Burnus <burnus@net-b.de>
5696
5697 * MAINTAINERS: Add myself as libquadmath maintainer.
5698
56992011-02-08 Thomas Schwinge <thomas@schwinge.name>
5700
5701 * MAINTAINERS: Update my email address.
5702
57032011-02-07 Joseph Myers <joseph@codesourcery.com>
5704
5705 * MAINTAINERS (option handling): Add self.
5706
57072011-02-06 Kai Tietz <kai.tietz@onevision.com>
5708
5709 PR lto/47225
5710 * Makefile.def: Add dependency for install-gcc
5711 on install-lto-plugin.
5712 * Makfile.in: Regenerated
5713
57142011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5715
5716 * MAINTAINERS (CPU Port Maintainers): Add myself.
5717
57182011-01-31 Alexandre Oliva <aoliva@redhat.com>
5719
5720 PR libgcj/44341
5721 * configure.ac: Discard --with-* flags for host when configuring
5722 target libraries for cross build.
5723 * configure: Rebuilt.
5724
57252011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5726
5727 * MAINTAINERS (linear loop transforms): Removed.
5728
57292011-01-25 Jakub Jelinek <jakub@redhat.com>
5730
5731 * configure.ac: If with_ppl is no, move setting with_cloog=no
5732 after CLOOG_REQUESTED check.
5733 * configure: Regenerated.
5734
57352011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5736
5737 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5738 CLooG has been requested.
5739 * configure: Regenerated.
5740
57412011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5742
5743 * configure: Regenerated.
5744 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5745
57462011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5747
5748 * configure: Regenerated.
5749 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5750
57512011-01-21 Andreas Schwab <schwab@redhat.com>
5752
5753 * configure.ac: Use AS_HELP_STRING throughout.
5754 * configure: Regenerate.
5755
57562011-01-18 Jie Zhang <jie.zhang@analog.com>
5757
5758 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5759 * configure: Regenerate.
5760
57612011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5762
5763 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5764
57652011-01-13 Joel Brobecker <brobecker@adacore.com>
5766
5767 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5768 for ia64-hpux.
5769 * configure: Regenerate.
5770
57712011-01-07 Jan Hubicka <jh@suse.cz>
5772
5773 PR lto/47225
5774 * Makefile.in: Regenerate.
5775 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5776 configure.
5777
57782011-01-07 Jan Hubicka <jh@suse.cz>
5779
5780 * Makefile.in: Regenerate.
5781 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5782 and configure dependency on lto-plugin configure.
5783 (lto-plugin module): Remove dependency on GCC; add dependency on
5784 liniberty.
5785
57862011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5787
5788 * MAINTAINERS (Write After Approval): Add myself.
5789
57902010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5791
5792 * configure: Regenerate.
5793
57942010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5795
5796 * configure.ac: (picochip): Disable libiberty.
5797
57982010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5799
5800 * MAINTAINERS (Write After Approval): Add myself.
5801
58022010-12-10 Ian Lance Taylor <iant@google.com>
5803
5804 PR bootstrap/46819
5805 * configure.ac: For --disable-libgcj clear libgcj_saved.
5806 * configure: Rebuild.
5807
58082010-12-10 Tobias Burnus <burnus@net-b.de>
5809
5810 PR fortran/46540
5811 * configure.ac: Add --disable-libquadmath and
5812 --disable-libquadmath-support.
5813 * configure: Regenerate.
5814
58152010-12-03 Ian Lance Taylor <iant@google.com>
5816
5817 * MAINTAINERS: Add myself as libgo maintainer.
5818
58192010-12-03 Hans-Peter Nilsson <hp@axis.com>
5820
5821 PR libffi/46792
5822 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5823 * configure: Regenerate.
5824
58252010-12-02 Ian Lance Taylor <iant@google.com>
5826
5827 * configure.ac: Always set default for poststage1_ldflags to
5828 -static-libstdc++ -static-libgcc.
5829
58302010-11-29 Andreas Schwab <schwab@redhat.com>
5831
5832 * configure.ac: Move comment to remove extra space in last argument
5833 of GCC_TARGET_TOOL.
5834
58352010-11-26 Alexandre Oliva <aoliva@redhat.com>
5836
5837 PR other/46026
5838 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5839 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5840 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5841 (BASE_FLAGS_TO_PASS): Use it.
5842 * configure: Rebuilt.
5843 * Makefile.in: Rebuilt.
5844
58452010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5846
5847 PR binutils/12258
5848 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5849 Properly check default linker.
5850 * configure: Regnerated.
5851
58522010-11-23 Matthias Klose <doko@ubuntu.com>
5853
5854 * configure.ac: For --enable-gold, handle value `default' instead of
5855 `both*'. New configure option --{en,dis}able-ld.
5856 * configure: Regenerate.
5857
58582010-11-20 Ian Lance Taylor <iant@google.com>
5859
5860 * configure.ac: Only disable a language library if no language needs
5861 it. Don't let --disable-libgcj uncondtionally disable libffi.
5862 * configure: Rebuild.
5863
58642010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5865
5866 * Makefile.in: Regenerate.
5867
5868 PR other/46202
5869 * configure.ac: Fix just-built in-tree STRIP name to be
5870 binutils/strip-new.
5871 * configure: Regenerate.
5872 * Makefile.def (install-strip-gcc, install-strip-binutils)
5873 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5874 (install-strip-sid): Mirror dependencies on non-strip variants
5875 of these targets on the respective -strip prerequisites.
5876 * Makefile.tpl (install-strip, install-strip-host)
5877 (install-strip-target): New targets.
5878 (install-strip-[+module+], install-strip-target-[+module+]):
5879 New targets.
5880 * Makefile.in: Regenerate.
5881
58822010-11-19 Ian Lance Taylor <iant@google.com>
5883 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5884
5885 * configure.ac: Add target-libgo to target_libraries. Set
5886 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5887 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5888 (HOST_EXPORTS): Add GOC.
5889 (BASE_TARGET_EXPORTS): Add GOC.
5890 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5891 (GOCFLAGS_FOR_TARGET): New variable.
5892 (EXTRA_HOST_FLAGS): Add GOC.
5893 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5894 * Makefile.def (target_modules): Add libgo.
5895 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5896 (dependencies): Add dependency from configure-target-libgo to
5897 configure-target-libffi and all-target-libstdc++-v3. Add
5898 dependencies from all-target-libgo to all-target-libffi.
5899 (languages): Add go.
5900 * configure: Rebuild.
5901 * Makefile.in: Rebuild.
5902
59032010-11-19 Ian Lance Taylor <iant@google.com>
5904
5905 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5906 compiler/flag environment variables.
5907
59082010-11-18 Ian Lance Taylor <iant@google.com>
5909
5910 * configure.ac: Check for lang_requires_boot_languages in
5911 config-lang.in files.
5912 * configure: Rebuild.
5913
59142010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5915 Tobias Burnus <burnus@net-b.de>
5916
5917 PR fortran/32049
5918 * Makefile.def: Add libquadmath; build it with language=fortran.
5919 * configure.ac: Add libquadmath.
5920 * Makefile.tpl: Handle multiple libs in check-[+language+].
5921 * Makefile.in: Regenerate.
5922 * configure: Regenerate.
5923
b9b9d342
TT
59242010-11-16 Tom Tromey <tromey@redhat.com>
5925
5926 * MAINTAINERS: Moved myself to reviewers section.
5927
ecbfe87a
ZD
59282010-11-15 Zdenek Dvorak <ook@ucw.cz>
5929
5930 * MAINTAINERS: Moved myself to reviewers section.
5931
29a4f477
RW
59322010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5933
5934 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5935 (Write After Approval): Remove self.
5936
9965e3cd
AS
59372010-11-15 Andreas Schwab <schwab@redhat.com>
5938
5939 * configure.ac: Fix spelling in option names.
5940 * configure: Regenerated.
5941
0463992b
GJL
59422010-11-13 Georg-Johann Lay <georgjohann@web.de>
5943
5944 PR bootstrap/39622
5945 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5946 * configure: Regenerated.
5947
3df08734
KG
59482010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
5949
5950 * MAINTAINERS: Update my email address.
5951
f16e2237
TG
59522010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5953
f16e2237
TG
5954 * configure: Regenerate.
5955
0bb52d68
TG
59562010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5957
1f980c25 5958 * configure: Regenerate.
0bb52d68 5959
aba2b02e
TG
59602010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5961
aba2b02e
TG
5962 * configure: Regenerate.
5963
27882098
TG
59642010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
5965
27882098
TG
5966 * configure: Regenerate.
5967
d32ef397
AS
59682010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
5969
5970 * configure.ac: Support official CLooG.org versions.
5971 * configure: Regenerate.
5972 * config/cloog.m4: New.
5973
5a4b6c0e
FD
59742010-11-10 François Dumont <francois.cppdevs@free.fr>
5975
5976 * MAINTAINERS (Write After Approval): Add myself.
5977
f2cea726
DE
59782010-11-09 David Edelsohn <dje.gcc@gmail.com>
5979
5980 * MAINTAINERS: Update my email address.
5981
d8ed14ce
IS
59822010-11-04 Iain Sandoe <iains@gcc.gnu.org>
5983
5984 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
5985 * configure: Regenerate.
d8ed14ce 5986
48215350
DK
59872010-11-03 Ian Lance Taylor <iant@google.com>
5988 Dave Korn <dave.korn.cygwin@gmail.com>
5989
5990 PR lto/46273
5991 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
5992 and on other supported platforms whenever LTO is enabled.
5993 * configure: Rebuild.
5994
87841584
AM
59952010-11-02 Alan Modra <amodra@gmail.com>
5996
5997 PR binutils/12110
5998 * configure.ac: Error when source path contains spaces.
5999 * configure: Regenerate.
6000
fe12dfe1
JW
60012010-10-23 James E. Wilson <wilson@codesourcery.com>
6002
6003 * MAINTAINERS: Update my email address.
6004
66c92425
ILT
60052010-10-20 Ian Lance Taylor <iant@google.com>
6006
6007 * Makefile.def (target_modules): Set lib_path to src/.libs for
6008 libstdc++-v3 module.
6009 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6010 * Makefile.in: Rebuild.
6011
187d3518
LB
60122010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6013
6014 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6015 (Write After Approval): Remove myself.
6016
02db6bba
TG
60172010-10-15 Tristan Gingold <gingold@adacore.com>
6018
6019 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6020
c0103e74
DR
60212010-10-14 Douglas Rupp <rupp@gnat.com>
6022
6023 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6024
1cd0b716
DK
60252010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6026
6027 * configure.ac (build_lto_plugin): New shell variable.
6028 (--enable-lto): Turn on by default for all non-ELF platforms that
6029 have had LTO support added so far. Set build_lto_plugin appropriately
6030 for both ELF and non-ELF.
6031 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6032 * configure: Regenerate.
6033
d4c1abb3
RW
60342010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6035
6036 Sync from src:
6037 * configure.ac (v850 support): Remove target-libgloss from
6038 noconfigdirs.
6039 * configure: Regenerate.
6040
ffedf511
RW
60412010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6042
6043 PR bootstrap/45326
6044 PR bootstrap/45174
6045 * configure.ac: Honor initial values of $build_configargs,
6046 $host_configargs, $target_configargs. Mark the precious, so
6047 environment settings get recorded.
6048 * configure: Regenerate.
6049
e1826acc
RW
60502010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6051
6052 PR bootstrap/45796
6053 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6054 Depend on all-build-libiberty.
6055 * Makefile.in: Regenerate.
6056
80920132
ME
60572010-09-30 Michael Eager <eager@eagercon.com>
6058
6059 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6060 * configure: Regenerate.
6061
770a498a
ME
60622010-09-28 Michael Eager <eager@eagercon.com>
6063
6064 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6065
86dfbd58
RW
60662010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6067
6068 PR bootstrap/44621
6069 * configure.ac: Fix unportable shell quoting.
6070 * configure: Regenerate.
6071
db50fe7d
IS
60722010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6073
6074 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6075 targets and amend comment.
6076 * configure: Regenerate.
6077
0064e825
TB
60782010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6079
6080 * MAINTAINERS (Write After Approval): Add myself.
6081
bb79486c
JH
60822010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6083
6084 * configure.ac: Enable LTO by default on Darwin.
6085 * configure: Regenerate.
6086
9e0b22c3
MS
60872010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6088
bb79486c 6089 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 6090
2fabf1b7
IB
60912010-09-01 Ian Bolton <ian.bolton@arm.com>
6092
bb79486c 6093 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 6094
3a9abc98
DS
60952010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6096
6097 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6098 ports
6099
331a9a59
DY
61002010-07-28 David Yuste <david.yuste@gmail.com>
6101
6102 * MAINTAINERS (Write After Approval): Add myself.
6103
223a9d64
N
61042010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6105
6106 * configure.ac: Support all v850 targets.
6107 * configure: Regenerate.
6108
9183bdcf
MG
61092010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6110
6111 PR bootstrap/44455
6112 * configure.ac (extra_mpfr_configure_flags): Copy from
6113 extra_mpc_gmp_configure_flags.
6114 * configure: Re-generated.
6115
2e290598
AK
61162010-07-22 Andi Kleen <ak@linux.intel.com>
6117
6118 * MAINTAINERS (Write After Approval): Add myself.
6119
8d6cd388
CLT
61202010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6121
6122 * MAINTAINERS (Write After Approval): Add myself.
6123
b0b01eb0
JY
61242010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6125
6126 * MAINTAINERS (Write After Approval): Add myself.
6127
77198d71
JH
61282010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6129
6130 PR target/44862
6131 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6132 Provide -B option to allow for link spec %s substitutions for
6133 libstdc++.a on darwin.
6134 * Makefile.in: Regenerate.
6135
02fe70af
MM
61362010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6137
6138 * MAINTAINERS (Reviewers): Update my e-mail address
6139
c63a4676
AO
61402010-06-10 Alexandre Oliva <aoliva@redhat.com>
6141
6142 * Makefile.def (configure-gcc): Depend on all-libelf.
6143 * Makefile.in: Rebuild.
6144
e68edbf6
FC
61452010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6146
6147 * MAINTAINERS (Write After Approval): Add myself in the right place.
6148
dce2d8b2 61492010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
6150
6151 * MAINTAINERS (Write After Approval): Add myself.
6152
dce2d8b2 61532010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
6154
6155 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
6156
61572010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 6158
1ab55d69
MK
6159 * config.sub: Update to version 2010-05-21.
6160 * config.guess: Update to version 2010-04-03.
0c422e74 6161
02540df4
SB
61622010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6163
6164 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6165 * configure: Regenerate.
6166
dfe5f5b2
ST
61672010-05-12 Sriraman Tallam <tmsriram@google.com>
6168
6169 * MAINTAINERS (Write After Approval): Add myself.
6170
c082f9f3
SB
61712010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6172
6173 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6174 a platform that supports LTO.
6175 * configure: Regenerate.
6176
f1af9e5f
SP
61772010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6178
6179 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6180 * configure: Regenerated.
6181
38e3d868
RM
61822010-04-27 Roland McGrath <roland@redhat.com>
6183 H.J. Lu <hongjiu.lu@intel.com>
6184
6185 * configure.ac (--enable-gold): Support both, both/gold and
6186 both/bfd to add gold to configdirs without removing ld.
6187 * configure: Regenerated.
6188
6189 * Makefile.def: Add install-gold dependency to install-ld.
6190 * Makefile.in: Regenerated.
6191
3bec79c5
DK
61922010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6193
6194 PR lto/42776
6195 * configure.ac (--enable-lto): Refactor handling so libelf tests
6196 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6197 and allow LTO to be explicitly enabled on non-ELF platforms that
6198 are known to support it inside else-clause.
6199 * configure: Regenerate.
6200
615c8ffa
EB
62012010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6202
6203 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6204 * configure: Regenerate.
6205
e4522f78
RC
62062010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6207
6208 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6209 * configure: Regenerate.
6210
8ccb78f2
RO
62112010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6212
6213 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6214 separately.
6215 * configure: Regenerate.
6216
d5cc2ee3
KW
62172010-04-16 Kevin Williams <kevin.williams@inria.fr>
6218
6219 * MAINTAINERS (Write After Approval): Add myself.
6220
8406cb62
TG
62212010-04-14 Tristan Gingold <gingold@adacore.com>
6222
6223 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6224 * configure: Regenerate.
6225
3591b8e2
SE
62262010-04-13 Steve Ellcey <sje@cup.hp.com>
6227
6228 * configure: Regenerate after change to elf.m4.
6229
a82ecc7b
IS
62302010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6231
6232 * MAINTAINERS (Write After Approval): Add myself.
6233
1f0bf148
SP
62342010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6235
6236 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6237 * configure: Regenerated.
6238
62392010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6240
6241 * configure.ac: Print "buggy but acceptable" when CLooG
6242 revision is less than 9.
6243 * configure: Regenerated.
6244
ecd01dee
DN
62452010-04-01 Diego Novillo <dnovillo@google.com>
6246
6247 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6248
dc683a3f
RW
62492010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6250
6251 PR bootstrap/43615
6252 PR bootstrap/43328
6253
6254 Revert:
6255
6256 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6257
6258 * configure.ac: Do not pass --enable-multilib nor
6259 --disable-multilib in baseargs. Accept explicitly passed
6260 --enable_multilib.
6261 * configure: Regenerate.
6262
7527d83f
UW
62632010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6264
6265 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6266
895522b6
JJ
62672010-03-31 Janis Johnson <janis187@us.ibm.com>
6268
6269 * MAINTAINERS: Remove myself.
6270
9db4e878
RW
62712010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6272
6273 PR bootstrap/43328
6274 * configure.ac: Do not pass --enable-multilib nor
6275 --disable-multilib in baseargs. Accept explicitly passed
6276 --enable_multilib.
6277 * configure: Regenerate.
6278
acf6bf36
AP
62792010-03-28 Andrew Pinski <pinskia@gmail.com>
6280
6281 * MAINTAINERS (spu port): Remove me.
6282
b42f0d7e
JM
62832010-03-23 Joseph Myers <joseph@codesourcery.com>
6284
6285 * configure.ac (tic6x-*-*): New case.
6286 * configure: Regenerate.
6287
0d1152b1
JM
62882010-03-23 Joseph Myers <joseph@codesourcery.com>
6289
6290 * config.sub: Update to version 2010-03-22.
6291 * config.guess: Update to version 2009-12-30.
6292
dce2d8b2 62932010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
6294
6295 PR ada/42554
6296 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6297 * configure: Regenerate.
6298
5408fbe8
RR
62992010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6300
6301 * MAINTAINERS: Update my email address.
6302
3f55a3b3
SP
63032010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6304
6305 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6306 (ghassan.shobaki@amd.com): Removed.
6307
3f08f7e8
AM
63082010-03-17 Alan Modra <amodra@gmail.com>
6309
6310 * MAINTAINERS: Update my email address.
6311
f3a9d094
DN
63122010-03-16 Diego Novillo <dnovillo@google.com>
6313
6314 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6315 Matthews.
6316
db5c4b8b
JM
63172010-03-16 Joseph Myers <joseph@codesourcery.com>
6318
6319 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6320 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6321
b995570a
JM
63222010-03-16 Joseph Myers <joseph@codesourcery.com>
6323
6324 * MAINTAINERS: Update my email address.
6325
124cc66f
DJ
63262010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6327
6328 * MAINTAINERS: Update my email address.
6329
a4581668
BS
63302010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6331
6332 * MAINTAINERS: Update my email address.
6333
49d78e29
JZ
63342010-03-09 Jie Zhang <jie@codesourcery.com>
6335
6336 * MAINTAINERS: Update my email address.
6337
8927b7c0
RO
63382010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6339
6340 PR libstdc++/32499
6341 * configure.ac (RANLIB): Default to true.
6342 (STRIP): Likewise.
6343 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6344 * configure: Regenerate.
6345
dce2d8b2 63462010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
6347
6348 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6349 (Write After Approval): Update my email address.
6350
bf646aaf
NC
63512010-02-17 Nick Clifton <nickc@redhat.com>
6352
6353 PR 11238
6354 * Makefile.tpl (local-distclean): Also remove config.cache files in
6355 sub-directories as there may not be Makefiles present in the
6356 sub-directories.
96e41f16
NC
6357 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6358 the config.cache files found by the find command.
6359
bf646aaf
NC
6360 * Makefile.in: Regenerate.
6361 * configure.ac: Revert previous delta.
6362 * configure: Regenerate.
6363
ff78880a
NC
63642010-02-15 Nick Clifton <nickc@redhat.com>
6365
6366 PR 11238
6367 * configure.ac: Delete config.cache files in sub-directories when
6368 deleting Makefiles.
6369 * configure: Regenerate.
6370
8150eadf
BE
63712010-02-12 Ben Elliston <bje@gnu.org>
6372
6373 * MAINTAINERS: Update my email address.
6374
a9e12bfd
AP
63752010-02-08 Andrew Pinski <pinskia@gmail.com>
6376
6377 * MAINTAINERS (spu port): Update my email address.
6378
95315086
JZ
63792010-02-08 Jie Zhang <jie.zhang@analog.com>
6380
6381 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6382
362c6d2f
KG
63832010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6384
6385 * configure.ac: Add "recommended" version checks for GMP/MPC.
6386 Update recommended GMP/MPFR/MPC versions.
6387 * configure: Regenerate.
6388
888c5ad2
JR
63892010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6390
6391 * MAINTAINERS: Move my Embecosm email address into the
6392 write-after-approval section.
6393
3bf714a7
ILT
63942010-01-26 Ian Lance Taylor <iant@google.com>
6395
6396 * MAINTAINERS: Add myself as Go frontend maintainer.
6397
ad1e5170
JR
63982010-01-25 Joern Rennecke <amylaar@spamcop.net>
6399
6400 PR libstdc++/36101, PR libstdc++/42813
6401 * configure.ac (bootstrap_target_libs): Make inclusion of
6402 target-libgomp conditional on libgomb being in target_configdirs.
6403 * configure: Regenerate.
6404
fb0553d1
JR
64052010-01-23 Joern Rennecke <amylaar@spamcop.net>
6406
6407 PR libstdc++/36101, PR libstdc++/42813
6408 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6409 * configure: Regenerate.
6410
aae29963
JR
64112010-01-22 Joern Rennecke <amylaar@spamcop.net>
6412
6413 PR libstdc++/36101, PR libstdc++/42813
6414 * configure.ac (target_configdirs): Substitute.
6415 * Makefile.def: Bootstrap target module libgomp.
6416 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6417 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6418 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6419 * configure, Makefile.in: Regenerate.
6420
d8fe8895
DK
64212010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6422
6423 * MAINTAINERS: Adjust my details.
6424
ebfe4897
EW
64252010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6426
6427 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6428
f7746c59
TL
64292010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6430
6431 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6432
306c7b5b
TL
64332010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6434
6435 * MAINTAINERS (Write After Approval): Add myself.
6436
1b8b9e19
KT
64372010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6438
6439 * MAINTAINERS (Write After Approval): Add myself.
6440
c164615b
RG
64412010-01-11 Richard Guenther <rguenther@suse.de>
6442
6443 PR lto/41569
6444 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6445 * Makefile.in: Regenerated.
6446
f3f623ae
AT
64472010-01-11 Andreas Tobler <andreast@fgznet.ch>
6448
6449 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6450 * configure: Regenerate.
6451
592c90ff 64522010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 6453 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
6454
6455 PR bootstrap/42424
6456 * configure.ac: Include libtool m4 files.
9c78662a 6457 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
6458 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6459 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 6460
592c90ff
KG
6461 * configure: Regenerate.
6462
60a2e213
RW
64632010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6464
6465 PR bootstrap/41818
6466 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6467 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6468 * Makefile.in: Regenerate.
6469
7413962d
RG
64702010-01-02 Richard Guenther <rguenther@suse.de>
6471
6472 PR lto/41529
6473 * configure.ac: Include config/elf.m4. Disable LTO if not
6474 builting for an elf target.
6475 * configure: Regenerate.
6476
f77f3945
CF
64772009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6478
6479 * MAINTAINERS: Change my email address.
6480
4960e3f0
BE
64812009-12-18 Ben Elliston <bje@au.ibm.com>
6482
6483 * config.sub, config.guess: Update from upstream sources.
6484
d16a31da
SZ
64852009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6486
6487 * MAINTAINERS (Write After Approval): Add myself.
6488
3a5729ea
KG
64892009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6490
6491 PR middle-end/30447
6492 PR middle-end/30789
6493 PR other/40302
6494
6495 * configure.ac: Require MPC.
6496 * configure: Regenerate.
6497
43e02a8a
RW
64982009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6499
6500 PR target/38384
6501 PR bootstrap/40972
6502 * libtool.m4: Sync from git Libtool.
6503 * ltoptions.m4: Likewise.
6504 * ltversion.m4: Likewise.
6505 * lt~obsolete.m4: Likewise.
6506 * ltmain.sh: Likewise.
6507
360d4522
KG
65082009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6509
6510 * configure.ac: Update minimum MPC version to 0.8.
6511 * configure: Regenerate.
6512
f264ed56
SP
65132009-11-21 Sebastian Pop <sebpop@gmail.com>
6514
6515 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6516 * configure: Regenerated.
6517
ed2eaa9f
ILT
65182009-11-21 Ian Lance Taylor <iant@google.com>
6519
6520 * configure.ac: Change default of poststage1_ldflags to be empty if
6521 poststage1_libs is set. When poststage1_libs is empty, and
6522 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6523 * configure: Rebuild.
6524
58346783
AN
65252009-11-21 Adam Nemet <adambnmet@gmail.com>
6526
6527 * MAINTAINERS (Write After Approval): Update my email address.
6528
5ca0106a
BE
65292009-11-20 Ben Elliston <bje@au.ibm.com>
6530
6531 * config.guess: Update from upstream sources.
6532
87213cd4
AO
65332009-11-16 Alexandre Oliva <aoliva@redhat.com>
6534
6535 * Makefile.def: Restore host and target settings for gmp.
6536 * Makefile.in: Rebuild.
6537
f61428ed
AO
65382009-11-16 Alexandre Oliva <aoliva@redhat.com>
6539
6540 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6541 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6542 Fix portability of test of C++ as bootstrap language. Add
6543 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6544 * configure: Rebuild.
6545 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6546 and cloog. Fix in-tree ppl configuration. Introduce libelf
6547 in-tree building.
6548 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6549 (POSTSTAGE1_HOST_EXPORTS): Use it.
6550 (STAGE[+id+]_CXXFLAGS): New.
6551 (BASE_FLAGS_TO_PASS): Pass it down.
6552 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6553 extra_exports.
6554 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6555 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6556 extra_exports.
6557 * Makefile.in: Rebuild.
6558
f6c56be6
BE
65592009-11-17 Ben Elliston <bje@au.ibm.com>
6560
6561 * config.sub, config.guess: Update from upstream sources.
6562
0ccb5970
JK
65632009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6564
6565 * MAINTAINERS (Write After Approval): Add myself.
6566
dce2d8b2 65672009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
6568
6569 * MAINTAINERS (Write After Approval): Add myself.
6570
5d571eaa
OS
65712009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6572
6573 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6574 paths for *-w64-mingw* and x86_64-*mingw*.
6575 * configure: Regenerated.
6576
dce2d8b2 65772009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
6578
6579 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6580
c393f559
BK
65812009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6582
6583 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6584 Phil Edwards to Write-After Approval.
6585
ef4c4300
KT
65862009-10-30 Kai Tietz <kai.tietz@onevision.com>
6587
6588 * configure.ac: Disable target-winsup & co for
6589 x86_64-*-mingw* and *-w64-mingw* targets.
6590 * configure: Regenerated.
6591
65a324b4
NC
65922009-10-16 Nick Clifton <nickc@redhat.com>
6593
6594 * MAINTAINERS: Add myself as a maintainer for the RX port.
6595
dce2d8b2 65962009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 6597
9c78662a 6598 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 6599
17e72e5d
RO
66002009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6601
6602 * configure.ac (CLooG test): Use = with test.
6603 * configure: Regenerate.
6604
ed3a56f3
RG
66052009-10-22 Richard Guenther <rguenther@suse.de>
6606
6607 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6608 cloog if the ppl version check failed. Move flags saving
6609 before setting in libelf check.
6610 * configure: Regenerate.
6611
ad0abd3c
RG
66122009-10-21 Richard Guenther <rguenther@suse.de>
6613
6614 * configure.ac: Adjust the ppl and cloog configure to work as
6615 documented. Disable cloog if ppl was disabled. Omit the version
6616 checks if they were disabled.
6617 * configure: Re-generate.
6618
e4c5bd48
RW
66192009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6620
6621 * configure.ac: Add 'lto' to enable_languages, not
6622 new_enable_languages, and only if not already present.
6623 * configure: Regenerate.
6624
0ffd69c5
GP
66252009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6626
6627 * README: Refer to the various COPYING* files instead of just
6628 COPYING.
6629 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6630
dce2d8b2 66312009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
6632
6633 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 6634
58687768
RG
66352009-10-07 Richard Guenther <rguenther@suse.de>
6636
6637 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6638 and Richard Guenther as reviewers.
6639 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6640 as reviewers.
6641
49b0ca5c 66422009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 6643
49b0ca5c 6644 * config.sub: Update from upstream sources.
d2d9ce5e 6645
aeb94799
ILT
66462009-10-06 Ian Lance Taylor <iant@google.com>
6647
6648 * Makefile.def: check-gold depends upon all-gas.
6649 * Makefile.in: Rebuild.
6650
123651cd
PM
66512009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6652
6653 * MAINTAINERS (Write After Approval): Add myself.
6654
d7f09764
DN
66552009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6656
6657 * Makefile.def: all-lto-plugin depends on all-libiberty.
6658 set bootstrap=true for lto-plugin.
6659 Add lto-plugin.
6660 * Makefile.in: Regenerate.
6661 * configure.ac (host_libs): Add lto-plugin.
6662 * configure: Regenerate.
6663
d7f09764
DN
66642009-10-03 Diego Novillo <dnovillo@google.com>
6665
6666 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6667 (HOST_LIBELFLIBS): Define.
6668 (HOST_LIBELFINC): Define.
6669 * Makefile.in: Regenerate.
6670 * configure.ac: Add --enable-lto.
6671 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6672 If --enable-lto is used, add 'lto' to new_enable_languages.
6673 If --enable-lto is used and gold is enabled, add
6674 lto-plugin to configdirs.
6675 * configure: Regenerate.
6676
66772009-10-03 Simon Baldwin <simonb@google.com>
6678
6679 * configure.ac: If --with-system-zlib, suppress local zlib and
6680 pass --with-system-zlib to subdir configure scripts.
6681 * configure: Regenerate.
6682
dce2d8b2 66832009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
6684 Paolo Bonzini <bonzini@gnu.org>
6685
6686 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6687 $(srcdir).
6688 * Makefile.in: Rebuilt.
6689
dce2d8b2 66902009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
6691
6692 * MAINTAINERS (Write After Approval): Add myself.
6693
3e661154
KG
66942009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6695
6696 * configure.ac: Update minimum MPC version to 0.7.
6697 * configure: Regenerate.
6698
f1a036e4
NC
66992009-09-25 Nick Clifton <nickc@redhat.com>
6700
6701 * configure.ac: Pass any --cache-file=/dev/null option on to
6702 subconfigures.
6703 * configure: Regenerate.
6704
d4c74acc
NC
67052009-09-23 Nick Clifton <nickc@redhat.com>
6706
6707 * config.sub, config.guess: Update from upstream sources.
6708
dce2d8b2 67092009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
6710
6711 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6712 * Makefile.in: Rebuilt.
6713
0db770bd
RW
67142009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6715
6716 PR bootstrap/32272
6717 * configure.ac: Error out if $srcdir isn't '.' but contains
6718 host-${host_noncanonical}.
6719 * configure: Regenerate.
6720
71101870
RO
67212009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6722
6723 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6724 maintainer.
6725
ca6d0d62
RW
67262009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6727
79cd2b23
RW
6728 * configure.ac: If bootstrapping a combined tree with
6729 --enable-gold, require c++ in stage1_languages.
6730 * configure: Regenerate.
6731
ab9dcd0c
RW
6732 * configure.ac: Also add target_libs of stage1_languages to
6733 bootstrap_target_libs.
6734 * configure: Regenerate.
6735
ca6d0d62
RW
6736 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6737 with --enable-languages not containing c++.
6738 * configure: Regenerate.
6739
1c3c9f12
JZ
67402009-09-15 Jie Zhang <jie.zhang@analog.com>
6741
6742 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6743 * configure: Regenerate.
6744
dce2d8b2 67452009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6746
6fb30a14
JR
6747 * MAINTAINERS (Write After Approval): Update my e-mail address,
6748 and move from from here...
6749 (Waiting for paperwork): To here.
0318772d 6750
4056c2c6
JM
67512009-09-09 Joseph Myers <joseph@codesourcery.com>
6752
6753 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6754
3e54529c
RW
67552009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6756
6757 * configure.ac: Do not use $extrasub for replacing @if/@endif
6758 parts in Makefile; instead, use additional arguments to
6759 AC_CONFIG_COMMANDS to do the replacement manually, with several
6760 sed invocations, to avoid HP-UX sed command limits.
6761 * configure: Regenerate.
6762
713e2ea6
AO
67632009-09-08 Alexandre Oliva <aoliva@redhat.com>
6764
6765 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6766 blank before -L.
6767
5646b7b9
AO
67682009-09-04 Alexandre Oliva <aoliva@redhat.com>
6769
6770 * configure.ac (with-build-config): Document. Handle without.
6771 Handle missing argument.
6772 * configure: Rebuilt.
6773
e12c4094
AO
67742009-09-03 Alexandre Oliva <aoliva@redhat.com>
6775
6776 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6777 Default to bootstrap-debug only if compare-debug works.
6778 * configure: Rebuilt.
6779 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6780 * Makefile.in: Rebuilt.
6781
75cb0057
RO
67822009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6783
6784 * MAINTAINERS (OS Port Maintainers): Update my email address.
6785
8fc68cba
AO
67862009-09-01 Alexandre Oliva <aoliva@redhat.com>
6787
6788 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6789 * Makefile.in: Rebuilt.
6790
44cb38cf
CD
67912009-09-01 Chris Demetriou <cgd@google.com>
6792
6793 * MAINTAINERS (Write After Approval): Add myself.
6794
f9329c35
DS
67952009-08-31 Dodji Seketeli <dodji@redhat.com>
6796
6797 PR debug/30161
6798 * include/dwarf2.h (enum dwarf_tag): Added
6799 DW_TAG_GNU_template_template_param
6800 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6801
f945e229
PB
68022009-08-30 Paolo Bonzini <bonzini@gnu.org>
6803
6804 * Makefile.tpl (AWK): Fix typo.
6805 * Makefile.in: Regenerate.
6806
87264276
PB
68072009-08-30 Paolo Bonzini <bonzini@gnu.org>
6808
6809 * configure.ac: Detect awk and sed.
6810 * Makefile.def (flags_to_pass): Add AWK and SED.
6811 * Makefile.tpl (AWK, SED): New.
6812 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6813 * configure: Regenerate.
6814 * Makefile.in: Regenerate.
6815
68ccd57c
DK
68162009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6817
6818 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6819 (collapseslashes): Likewise.
6820
df58e648
RW
68212009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6822
6823 * configure.ac (AC_PREREQ): Bump to 2.64.
6824
0539cb2c
RW
68252009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6826
70fa0efa
RW
6827 * configure.ac: Remove --with-datarootdir, --with-docdir,
6828 --with-pdfdir, --with-htmldir switches.
6829 * configure: Regenerate.
6830
5213506e
RW
6831 * configure: Regenerate.
6832
0539cb2c
RW
6833 * compile: Sync from Automake 1.11.
6834 * depcomp: Likewise.
6835 * install-sh: Likewise.
6836 * missing: Likewise.
6837 * mkinstalldirs: Likewise.
6838 * ylwrap: Likewise.
6839
197c68cc
DK
68402009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6841
6842 * ltmain.sh (func_normal_abspath): New function.
6843 (func_relative_path): Likewise.
6844 (func_mode_help): Document new -bindir option for link mode.
6845 (func_mode_link): Add new -bindir option, and use it to place
6846 output DLL if specified.
6847
58af276a
RW
68482009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6849
0115d4a3
RW
6850 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6851 (baseargs): Add --disable-option-checking.
6852 * configure: Regenerate.
6853
58af276a
RW
6854 * Makefile.def (configure-target-libiberty): Depend on
6855 all-binutils and all-ld.
6856 (configure-target-newlib): Likewise.
6857 * Makefile.in: Regenerate.
6858
e9d9afef
BE
68592009-08-17 Ben Elliston <bje@au.ibm.com>
6860
6861 * config.sub, config.guess: Update from upstream sources.
6862
354ebf88
RW
68632009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6864
6865 Sync from src, merge:
6866
6867 2009-07-02 Tristan Gingold <gingold@adacore.com>
6868
6869 * configure.ac: Do not exclude gas for i386-*-darwin.
6870 Add a case for x86_64-*-darwin.
6871 * configure: Regenerate.
6872
8375f7b2
NV
68732009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6874
6875 * MAINTAINERS: Add my name to Write After Approval list.
6876
dce2d8b2 68772009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6878
6879 * configure.ac: Add Microblaze target.
6880 * configure: Regenerate.
6881
ea2002ba
CB
68822009-07-31 Christian Bruel <christian.bruel@st.com>
6883
6884 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6885 * configure: Regenerate.
2bf33cdb 6886
dce2d8b2 68872009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6888
6889 * MAINTAINERS (Write After Approval): Update my e-mail address.
6890
e90e6bd7
ILT
68912009-07-06 Ian Lance Taylor <iant@google.com>
6892
6893 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6894 * configure: Rebuild.
6895
f6e0880a
TG
68962009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6897
6898 * MAINTAINERS: Move myself to the Graphite Reviewers.
6899
6d984927
WG
69002009-06-30 Wei Guozhi <carrot@google.com>
6901
6902 * MAINTAINERS: Add my name to Write After Approval list.
6903
f2689b09
SE
69042009-06-26 Steve Ellcey <sje@cup.hp.com>
6905
6906 PR bootstrap/40338
6907 * configure.ac (comparestring): Create new variable.
6908 * Makefile.tpl (comparestring): Use to skip some comparisions.
6909 * configure: Regenerate.
6910 * Makefile.in: Regenerate.
6911
f62c0ba4
DE
69122009-06-26 Doug Evans <dje@sebabeach.org>
6913
6914 * Makefile.def (host_modules): Add cgen.
6915 * Makefile.in: Regenerate.
6916 * configure.ac (host_tools): Add cgen.
6917 * configure: Regenerate.
6918
7acf4da6
DD
69192009-06-23 DJ Delorie <dj@redhat.com>
6920
6921 * MAINTAINERS: Add myself as mep maintainer.
6922
00020c16
ILT
69232009-06-23 Ian Lance Taylor <iant@google.com>
6924
6925 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6926 boot_languages. Only bootstrap target libraries listed in
6927 target_libs for some boot language. Add --with-stage1-ldflags,
6928 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6929 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6930 if not building with C++.
6931 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6932 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6933 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6934 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6935 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6936 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6937 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6938 * configure, Makefile.in: Rebuild.
6939
1da52d4a
LF
69402009-06-23 Li Feng <nemokingdom@gmail.com>
6941
6942 * MAINTAINERS: Added my name to write-after-approval list.
6943
144c9175
RM
69442009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6945
6946 * configure.ac: Define is_elf for QNX Neutrino targets.
6947 * configure: Regenerate.
6948
e5871e24
GS
69492009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
6950
9c78662a 6951 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 6952
5f4a82c0
KG
69532009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6954
6955 * configure.ac: Detect MPC in default directory.
6956 * configure: Regenerate.
6957
394e9195
JG
69582009-06-03 Jerome Guitton <guitton@adacore.com>
6959 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6960
9c78662a
UB
6961 * Makefile.tpl (all): Avoid a trailing backslash.
6962 * Makefile.in: Regenerate.
394e9195 6963
47bca6aa
BE
69642009-06-03 Ben Elliston <bje@au.ibm.com>
6965
6966 * config.sub, config.guess: Update from upstream sources.
6967
a891a473
RS
69682009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
6969
6970 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
6971 to noconfdirs.
6972 * configure: Regenerate.
6973
70cb2d9f
AO
69742009-06-02 Alexandre Oliva <aoliva@redhat.com>
6975
6976 * Makefile.tpl ([+compare-target+]): Compare all stage
6977 directories, rather than just gcc.
6978 * Makefile.in: Rebuilt.
6979
7f1245df
DK
69802009-06-01 Doug Kwan <dougkwan@google.com>
6981
6982 * configure.ac: Support gold for target arm*-*-*.
6983 * configure: Regenerate.
394e9195 6984
acd26225
KG
69852009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6986
6987 * Makefile.def: Add MPC support and dependencies.
6988 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
6989
6990 * Makefile.in, configure: Regenerate.
6991
a1fc946a
AO
69922009-05-27 Alexandre Oliva <aoliva@redhat.com>
6993
6994 * Makefile.tpl (all): Avoid harmless warning in make all when
6995 gcc-bootstrap is enabled but stage_last does not exist.
6996 * Makefile.in: Rebuilt.
6997
2e6a3c8d
NR
69982009-05-24 Nicolas Roche <roche@adacore.com>
6999
7000 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7001 * Makefile.in: Regenerate.
7002
63487d11
DC
70032009-05-21 Denis Chertykov <chertykov@gmail.com>
7004
7005 * MAINTAINERS: Update my e-mail address.
7006
449223af
DK
70072009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7008
7009 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7010 * configure: Regenerate.
7011
31c98f49
AO
70122009-05-18 Alexandre Oliva <aoliva@redhat.com>
7013
7014 PR other/40159
7015 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7016 gcc-no-bootstrap are mutually exclusive.
7017 * Makefile.in: Rebuilt.
7018
0f501837
AO
70192009-05-18 Alexandre Oliva <aoliva@redhat.com>
7020
7021 PR other/40159
7022 * Makefile.tpl (all): Don't end with unconditional success.
7023 * Makefile.in: Rebuilt.
7024
4a4a4e99
AO
70252009-05-12 Alexandre Oliva <aoliva@redhat.com>
7026
7027 PR target/37137
7028 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7029 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7030 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7031 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7032 stage_configureflags, stage_cflags and stage_libcflags into
7033 explicit Makefile macros.
7034 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7035 GFORTRAN.
7036 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7037 CC. Set CC_FOR_BUILD from CC.
7038 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7039 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7040 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7041 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7042 and GFORTRAN.
7043 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7044 (_LIBCFLAGS): Renamed to _TFLAGS.
7045 (do-compare-debug, do-compare3-debug): Drop.
7046 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7047 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7048 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7049 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7050 (XGCC_FLAGS_FOR_TARGET): New.
7051 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7052 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7053 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7054 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 7055 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
7056 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7057 TFLAGS.
7058 (BUILD_CONFIG): Include if requested.
7059 (all): Set TFLAGS on bootstrap.
7060 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7061 (all-stageid-prefixmodule): Likewise.
7062 (do-clean, distclean-stageid): Set TFLAGS.
7063 (restrap): Fix whitespace.
7064 * Makefile.in: Rebuilt.
7065
1cee3429
PB
70662009-05-07 Paolo Bonzini <bonzini@gnu.org>
7067
7068 * config.guess: Sync with src.
7069
0b70eafd
DK
70702009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7071
7072 * configure.ac ($with_ppl): Default to no if not supplied.
7073 ($with_cloog): Likewise.
7074 configure: Regenerate.
7075
5175f17c
JW
70762009-04-27 James E. Wilson <wilson@codesourcery.com>
7077
7078 * MAINTAINERS: Update my e-mail address.
7079
952fa153
NC
70802009-04-27 Nick Clifton <nickc@redhat.com>
7081
7082 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7083
a687f83c
EB
70842009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7085
7086 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7087 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7088 * Makefile.in: Regenerate.
7089
9e3eba15
KG
70902009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7091
7092 PR bootstrap/39739
7093 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7094 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7095
7096 * configure, Makefile.in: Regenerate.
7097
a687f83c 70982009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
7099
7100 * include/hashtab.h: Update GTY annotations to new syntax
7101 * include/splay-tree.h: Likewise
7102
070bdbd9
BE
71032009-04-17 Ben Elliston <bje@au.ibm.com>
7104
7105 * config.sub, config.guess: Update from upstream sources.
7106
55f2d967
AG
71072009-04-15 Anthony Green <green@moxielogic.com>
7108
7109 * configure.ac: Add moxie support.
7110 * configure: Rebuilt.
7111
309c24a9
JJ
71122009-04-14 Jakub Jelinek <jakub@redhat.com>
7113
7114 * configure.ac: Change copyright header to refer to version
7115 3 of the GNU General Public License and to point readers at the
7116 COPYING3 file and the FSF's license web page.
7117 * Makefile.def: Likewise.
7118 * Makefile.tpl: Likewise.
7119 * Makefile.in: Regenerate.
7120
b93133bc
JH
71212009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7122
7123 * configure.ac: Restore match for darwin9 or later. Use double
7124 brackets since regeneration eats one pair.
7125 * configure: Regenerate.
7126
d18ff35a
L
71272009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7128
7129 PR gas/10039
7130 * configure.ac: Require texinfo 4.7.
7131 * configure: Regenerated.
7132
748086b7
JJ
71332009-04-09 Nick Clifton <nickc@redhat.com>
7134
7135 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7136 the GCC Runtime Library Exception.
7137
a3337ea2
KG
71382009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7139
7140 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7141 * configure: Regenerate.
7142
60911f14
SE
71432009-04-01 Steve Ellcey <sje@cup.hp.com>
7144
7145 * Makefil.def (languages): New entries.
7146 * Makefile.tpl (check-gcc-*): New generic target.
7147 * Makefile.in: Regenerate.
60911f14 7148
dce2d8b2 71492009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 7150
d18ff35a 7151 * MAINTAINERS: Update my email address.
7369c1d0 7152
cfb1f59f
TT
71532009-03-18 Tom Tromey <tromey@redhat.com>
7154
d18ff35a
L
7155 * configure: Rebuild.
7156 * configure.ac (host_libs): Add libiconv.
7157 * Makefile.in: Rebuild.
7158 * Makefile.def (host_modules): Add libiconv.
7159 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 7160
75eeae1a
TG
71612009-03-16 Tristan Gingold <gingold@adacore.com>
7162
7163 * configure.ac: Treat gdb as supported on x86_64-darwin.
7164 * configure: Regenerate.
7165
f38095f3
JM
71662009-03-16 Joseph Myers <joseph@codesourcery.com>
7167
7168 * configure.ac (--with-host-libstdcxx): New option.
7169 * configure: Regenerate.
7170
dce2d8b2 71712009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
7172
7173 * MAINTAINERS: Move myself into the write after approval list.
7174
6d401294
NP
71752009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7176
7177 * MAINTAINERS: Update e-mail address.
2bf33cdb 7178
07c97076
DN
71792009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7180
7181 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7182
dce2d8b2 71832009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
7184
7185 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7186
7a9d3fe8
RW
71872009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7188
7189 Backport from git Libtool:
7190
7191 2009-01-19 Robert Millan <rmh@aybabtu.com>
7192 Support GNU/kOpenSolaris.
7193 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7194 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7195 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7196 GNU/kOpenSolaris.
7197
c9e9e11f
AS
71982009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7199
7200 * MAINTAINERS: Update e-mail address.
7201
5e8c1552 72022009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
7203
7204 * MAINTAINERS (Write After Approval): Add self.
7205
b0adb088
BM
72062009-02-18 Bingfeng Mei <bmei@broadcom.com>
7207
7208 * MAINTAINERS (Write After Approval): Add myself.
7209
ee04b574
AS
72102009-02-05 Andreas Schwab <schwab@suse.de>
7211
7212 * Makefile.tpl (stage_last): Define $r and $s before using
7213 $(RECURSE_FLAGS_TO_PASS).
7214 * Makefile.in: Regenerate
7215
907884c9
ILT
72162009-01-30 Ian Lance Taylor <iant@google.com>
7217
7218 * MAINTAINERS: Move myself to the Global Reviewers list.
7219
416ac4d4
RM
72202009-01-29 Robert Millan <rmh@aybabtu.com>
7221
7222 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7223 * configure: Regenerate.
7224
ee5decb3
GP
72252009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7226
7227 * MAINTAINERS: Make whitespace consistent.
19196f44 7228 Remove Robert Millan from Write After Approval.
ee5decb3 7229
36fbb0ec
AM
72302009-01-16 Alan Modra <amodra@bigpond.net.au>
7231
7232 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7233 (all-opcodes): Depend on all-libiberty.
7234 * Makefile.in: Regenerate.
7235
52535a64
DR
72362009-01-15 Douglas B Rupp <rupp@gnat.com>
7237
7238 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7239 * configure: Regenerate.
7240
e04a57df
RR
72412009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7242
7243 * MAINTAINERS (Write After Approval): Add myself.
7244
856c450b
SK
72452009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7246
7247 * MAINTAINERS: Add myself to reviewers (Fortran).
7248
dce2d8b2 72492009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
7250
7251 PR tree-optimization/38515
7252 * configure.ac (cloog-polylib): Removed.
7253 (with_ppl, with_cloog): Test for "no".
7254 * configure: Regenerated.
7255
1e5e8a59
DF
72562009-01-11 Daniel Franke <franke.daniel@gmail.com>
7257
7258 * MAINTAINERS: Moved myself to reviewers (Fortran).
7259
5e5debf6
TS
72602009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7261
7262 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7263 (Write After Approval): Remove myself.
7264
1c42acf1
DN
72652009-01-03 Diego Novillo <dnovillo@google.com>
7266
7267 * MAINTAINERS: Remove myself from alias maintainership.
7268
2fbbedaf
DA
72692009-01-02 David Ayers <ayers@fsfe.org>
7270
7271 * MAINTAINERS: Update e-mail address.
7272
17213821
GP
72732008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7274
7275 * MAINTAINERS: Make whitespace consistent.
7276
baafc534
RW
72772008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7278
7279 Backport from upstream Libtool:
7280 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7281 Add cache variables to tests that require the linker to work.
7282 For shlibpath_overrides_runpath, this also changes the semantics
7283 to let the result from the C compiler take precedence.
7284
18430d27
BE
72852008-12-02 Ben Elliston <bje@au.ibm.com>
7286
7287 * config.sub, config.guess: Update from upstream sources.
7288
dce2d8b2 72892008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
7290
7291 * configure.ac (ppllibs): Add by default the lib flags.
7292 * configure: Regenerate.
7293
41e9641b
LM
72942008-12-08 Luis Machado <luisgpm@br.ibm.com>
7295
7296 * MAINTAINERS: Add myself to the write after approval list.
7297
25783c30
JH
72982008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7299
ee04b574
AS
7300 * configure.ac: Add double brackets on darwin[912].
7301 * configure: Regenerate.
25783c30 7302
0e318fcc
DK
73032008-12-03 Daniel Kraft <d@domob.eu>
7304
7305 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7306 Approval to Reviewer section (for Fortran front-end).
7307
7f171b95
JH
73082008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7309
7310 * configure.ac: Expand to darwin10 and later.
7311 * configure: Regenerate.
7312
09ce620e
AS
73132008-12-02 Andreas Schwab <schwab@suse.de>
7314
7315 * Makefile.def: configure-target-boehm-gc depends on
7316 all-target-libstdc++-v3.
7317 * Makefile.in: Regenerate.
7318
386c704d
KT
73192008-12-02 Kai Tietz <kai.tietz@onevision.com>
7320
7321 * MAINTAINERS: Add myself as mingw maintainer.
7322
e03dd84a
BE
73232008-12-02 Ben Elliston <bje@au.ibm.com>
7324
7325 * config.sub, config.guess: Update from upstream sources.
7326
3fa87964
GP
73272008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7328
7329 * README.SCO: Remove.
7330
df72d7ed
FP
73312008-11-29 Fernando Pereira <pronesto@gmail.com>
7332
7333 * MAINTAINERS: Add myself to the write after approval list.
7334
b5646528
DK
73352008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7336
7337 * MAINTAINERS: Update my email address in WAA section.
7338
dce2d8b2 73392008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
7340
7341 * MAINTAINERS: Update e-mail address.
7342
dce2d8b2 73432008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
7344
7345 * MAINTAINERS: Change e-mail address.
7346
0db3a858
TG
73472008-11-27 Tristan Gingold <gingold@adacore.com>
7348
7349 * configure.ac: Build gdb for i?86-*-darwin*
7350 * configure: Regenerated.
7351
dce2d8b2 73522008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
7353
7354 * MAINTAINERS: Added my full name.
7355
487e299b
DJ
73562008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7357
7358 PR bootstrap/38014
7359 PR bootstrap/37923
7360
7361 Revert:
7362
7363 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7364
7365 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7366 * Makefile.in: Regenerated.
7367
7368 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7369
7370 PR gdb/921
7371 PR gdb/1646
7372 PR gdb/2175
7373 PR gdb/2176
7374
7375 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7376 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7377 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7378 (HOST_EXPORTS): Pass CPPFLAGS.
7379 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7380 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7381 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7382 * Makefile.in, configure: Regenerated.
7383 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7384 and CPPFLAGS_FOR_BUILD.
7385
dce2d8b2 73862008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
7387
7388 * MAINTAINERS: Add myself as middle end maintainer.
7389
044fed69
AS
73902008-11-06 Andrew Stubbs <ams@codesourcery.com>
7391
7392 * MAINTAINERS (Write after approval): Add myself.
7393
caf6defe
DN
73942008-11-05 Diego Novillo <dnovillo@google.com>
7395
7396 * MAINTAINERS (Global Reviewers): Add myself.
7397 (Non-Algorithmic Maintainers): Remove myself.
7398
3e9899ac
TS
73992008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7400
09ce620e 7401 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 7402
ea99e36e
MM
74032008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7404
09ce620e 7405 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 7406
fb0d2684
BE
74072008-10-31 Ben Elliston <bje@au.ibm.com>
7408
7409 * configure.ac (spu-*-*): Remove special case.
7410 * configure: Regenerate.
7411
73c07a3e
CM
74122008-10-30 Catherine Moore <clm@codesourcery.com>
7413
7414 * MAINTAINERS (Write after approval): Update my email address.
7415
7310a2da
SSF
74162008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7417
7418 * configure.ac [spu-*-*]: Do not set skipdirs.
7419 * configure: Re-generate.
7420
7e51fe23
BS
74212008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7422
7423 * MAINTAINERS (Various Maintainers): Add myself to reload.
7424
ef20be93
RG
74252008-10-25 Richard Guenther <rguenther@suse.de>
7426
7427 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7428 maintainer. Remove myself as libgcc-math maintainer.
7429 (Non-Algorithmic Maintainers): Remove myself.
7430
03ffcfa0
DJ
74312008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7432
7433 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7434 * Makefile.in: Regenerated.
7435
dec014a9
CC
74362008-10-23 Cary Coutant <ccoutant@google.com>
7437
7438 * MAINTAINERS (Write after approval): Add myself.
7439
b36c386c
DJ
74402008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7441
7442 PR gdb/921
7443 PR gdb/1646
7444 PR gdb/2175
7445 PR gdb/2176
7446
7447 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7448 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7449 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7450 (HOST_EXPORTS): Pass CPPFLAGS.
7451 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7452 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7453 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7454 * Makefile.in, configure: Regenerated.
7455 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7456 and CPPFLAGS_FOR_BUILD.
7457
dce2d8b2 74582008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
7459
7460 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7461 Sebastian Pop.
7462
e0bda97e
AP
74632008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7464
7465 * MAINTAINERS (Write After Approval): Added myself.
7466
36c713e0
KG
74672008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7468
7469 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7470 recommended version to 2.3.2.
7471
7472 * configure: Regenerate.
7473
8fe005ee
MM
74742008-10-01 Mark Mitchell <mark@codesourcery.com>
7475
7476 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7477
be8f156f
DD
74782008-09-29 David Daney <david.daney@caviumnetworks.com>
7479
7480 * MAINTAINERS (Write After Approval): Update e-mail address.
7481
ae11dff4
PG
74822008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7483
7484 * libtool.m4: Update to libtool 2.2.6.
7485 * lt~obsolete.m4: Update to libtool 2.2.6.
7486 * ltmain.sh: Update to libtool 2.2.6.
7487 * ltsugar.m4: Update to libtool 2.2.6.
7488 * ltversion.m4: Update to libtool 2.2.6.
7489 * ltoptions.m4: Update to libtool 2.2.6.
7490 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7491
441154b1
CF
74922008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7493
7494 * MAINTAINERS (Write After Approval): Add myself.
7495
775b3b26
BRF
74962008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7497
7498 * MAINTAINERS (Write After Approval): Update my name.
7499
94538043
SB
75002008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7501
09ce620e 7502 * MAINTAINERS: Add myself in "Write After Approval".
94538043 7503
52d1bfd8
SE
75042008-09-18 Steve Ellcey <sje@cup.hp.com>
7505
09ce620e 7506 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 7507
c5cc92f5
GP
75082008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7509
7510 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7511 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7512 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7513 and Michael Tiemann from Write After Approval since they do not
7514 actually have access.
7515
23d9794a
RG
75162008-09-05 Richard Guenther <rguenther@suse.de>
7517
7518 * configure.ac: Initialize clooglibs to -lcloog.
7519 * configure: Re-generate.
7520
192a671e
LCW
75212008-09-04 Le-Chun Wu <lcwu@google.com>
7522
7523 * MAINTAINERS (Write After Approval): Add myself.
7524
d789184e
SP
75252008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7526
7527 * configure.ac (--with-cloog-polylib): New.
7528 (--disable-cloog-version-check): New.
7529 (--disable-ppl-version-check): New.
7530 * configure: Re-generate.
7531
36a881c7
RG
75322008-09-03 Richard Guenther <rguenther@suse.de>
7533
7534 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7535 cloog test.
7536 * configure: Re-generate.
7537
358da97e
HS
75382008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7539
7540 Add picoChip port.
7541 * MAINTAINERS: Add picoChip maintainers.
7542
f8bf9252
SP
75432008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7544 Tobias Grosser <grosser@fim.uni-passau.de>
7545 Jan Sjodin <jan.sjodin@amd.com>
7546 Harsha Jagasia <harsha.jagasia@amd.com>
7547 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7548 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7549 Adrien Eliche <aeliche@isty.uvsq.fr>
7550
7551 Merge from graphite branch.
7552 * configure: Regenerate.
7553 * Makefile.in: Regenerate.
7554 * configure.ac (host_libs): Add ppl and cloog.
7555 Add checks for PPL and CLooG.
7556 * Makefile.def (ppl, cloog): Added modules and dependences.
7557 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7558 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7559
d89f0ad6
AL
75602008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7561
7562 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7563 (GCC_SHLIB_SUBDIR): New.
7564 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7565 * configure: Regenerate.
7566 * Makefile.in: Regenerate.
7567
88a25817
GP
75682008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7569
7570 * MAINTAINERS: Consistently use tabs to separate columns.
7571
f873f15f
TG
75722008-08-29 Tristan Gingold <gingold@adacore.com>
7573
7574 * MAINTAINERS (Write after Approval): Add myself.
7575
e1514c3f
TG
75762008-08-28 Tristan Gingold <gingold@adacore.com>
7577
7578 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7579 Enable bfd, binutils and opcodes.
7580 * configure: Regenerate.
7581
4717882f
JDA
75822008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7583
7584 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7585
28c9884c
TK
75862008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7587
7588 * MAINTAINERS: Use correct Umlaut for last name.
7589
ae96d86a
FXC
75902008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7591
7592 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7593
3ecc96e3
DE
75942008-08-16 David Edelsohn <edelsohn@gnu.org>
7595
7596 * MAINTAINERS: Update my email address.
7597
dd609cc1
EB
75982008-08-16 Nicolas Roche <roche@adacore.com>
7599
7600 * Makefile.tpl: Add BOOT_ADAFLAGS.
7601 * Makefile.in: Regenerate.
7602
08d0963a
RS
76032008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7604
7605 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7606 * configure: Regenerate.
7607
dce2d8b2 76082008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
7609
7610 * configure.ac: Add makefile fragments for hpux.
7611 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7612 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7613 * configure: Regenerate.
7614 * Makefile.in: Regenerate.
7615
dce2d8b2 76162008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
7617
7618 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7619
dce2d8b2 76202008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
7621
7622 * MAINTAINERS (Write after Approval): Add myself.
7623
78209f30
XG
76242008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7625
7626 * MAINTAINERS (Write After Approval): Add myself.
7627
5b5b098d
AJ
76282008-06-29 Andrew Jenner <andrew@codesourcery.com>
7629
7630 * MAINTAINERS (Write After Approval): Add myself.
7631
d812ec93
KW
76322008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7633
7634 * MAINTAINERS: Update my email address.
7635
99e78224
JY
76362008-06-25 Joey Ye <joey.ye@intel.com>
7637
7638 * MAINTAINERS (Write After Approval): Add myself.
7639
18c04407
RW
76402008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7641
7642 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7643 * Makefile.in: Regenerate.
7644 * configure: Regenerate.
7645
47aa9a31
DK
76462008-06-17 Daniel Kraft <d@domob.eu>
7647
7648 * MAINTAINERS (Write After Approval): Add myself.
7649
ad33ff57
RW
76502008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7651
7652 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7653 "$@" is still intact with both Autoconf 2.59 and 2.62.
7654 * configure: Regenerate.
7655
cdce5c41
RW
76562008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7657
7658 * Makefile.tpl: Fix comment errors.
7659 * Makefile.in: Regenerate.
7660
01b79d11
DM
76612008-06-12 David S. Miller <davem@davemloft.net>
7662 David Edelsohn <edelsohn@gnu.org>
7663
7664 * configure.ac: Add powerpc*-*-* to gold supported targets.
7665 * configure: Regenerate.
7666
f8c33439
JM
76672008-06-08 Joseph Myers <joseph@codesourcery.com>
7668
7669 PR tree-optimization/36218
7670 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7671 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7672 (all prefix="build-"): Pass them to build-system sub-makes.
7673 * Makefile.in: Regenerate.
7674
cd985f66
JM
76752008-06-07 Joseph Myers <joseph@codesourcery.com>
7676
7677 * MAINTAINERS (mt port): Remove.
7678 (sco5, unixware, sco udk): Remove.
7679 (Kean Johnston): Add to Write After Approval.
7680
3f6383d3
JB
76812008-05-30 Julian Brown <julian@codesourcery.com>
7682
7683 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7684 of libobjc for ARM EABI Linux.
7685 * configure: Regenerate.
30da41ed 7686
dce2d8b2 76872008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 7688
09ce620e 7689 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 7690
dce2d8b2 76912008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 7692
e29cc9b4 7693 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 7694
955410cb
JW
76952008-05-15 Janus Weil <janus@gcc.gnu.org>
7696
7697 * MAINTAINERS (Write After Approval): Add myself.
7698
719bb4e3 76992008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
7700
7701 * config-ml.in: don't handle --enable-shared and --enable-static.
7702
372b05fc
RS
77032008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7704
7705 * MAINTAINERS: Update my email address.
7706
f73e2200
PC
77072008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7708
7709 * MAINTAINERS: Update my email address.
09ce620e 7710
3e438e2b
KVH
77112008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7712
7713 * MAINTAINERS (Write After Approval): Add myself.
7714
177bf491
GS
77152008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7716
7717 * MAINTAINERS (Write After Approval): Add myself.
7718
dce2d8b2 77192008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
7720
7721 * MAINTAINERS (crx): Add myself.
7722
14a8726b
PB
77232008-04-18 Paolo Bonzini <bonzini@gnu.org>
7724
7725 Sync with src:
7726 2008-04-14 David S. Miller <davem@davemloft.net>
7727
09ce620e
AS
7728 * configure.ac: Add sparc*-*-* to gold supported targets.
7729 * configure: Regenerate.
14a8726b 7730
7142fb32
PB
77312008-04-18 Paolo Bonzini <bonzini@gnu.org>
7732
7733 PR bootstrap/35457
7734 * configure.ac: Include override.m4.
7735 * configure: Regenerate.
7736
c6b196de
PB
77372008-04-18 Paolo Bonzini <bonzini@gnu.org>
7738
09ce620e
AS
7739 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7740 * Makefile.in: Regenerate.
c6b196de 7741
dce2d8b2 77422008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7743
09ce620e 7744 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7745 as nonconfigurable directories list.
09ce620e 7746 * configure: Regenerate.
c993ae60 7747
8479b1b1
BE
77482008-04-14 Ben Elliston <bje@au.ibm.com>
7749
7750 * config.sub, config.guess: Update from upstream sources.
7751
295e261a
HPN
77522008-04-12 Hans-Peter Nilsson <hp@axis.com>
7753
7754 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7755 * Makefile.in: Regenerate.
7756
ac3949d9
EW
77572008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7758
7759 * configure.ac: Do not build libssp for the AVR.
7760 * configure: Regenerate.
7761
06407e30
ILT
77622008-04-07 Ian Lance Taylor <iant@google.com>
7763
7764 * Makefile.def: check-gold depends upon all-binutils.
7765 * Makefile.in: Regenerate.
7766
97db009c
AH
77672008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7768
7769 * MAINTAINERS (Write After Approval): Add myself.
7770
2a79c47f
NC
77712008-04-04 Nick Clifton <nickc@redhat.com>
7772
7773 PR binutils/4334
5f4bebbf 7774 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7775 builds.
7776 * configure: Regenerate.
7777
c53a18d3
N
77782008-04-04 NightStrike <NightStrike@gmail.com>
7779
7780 PR other/35151
09ce620e
AS
7781 * configure.ac: Combine rules for mingw32 and mingw64.
7782 * configure: Regenerate.
c53a18d3 7783
d925aa70
KT
77842008-04-02 Kai Tietz <kai.tietz@onvision.com>
7785
7786 * MAINTAINERS (Write After Approval): Add myself.
7787
dce2d8b2 77882008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7789
7790 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7791 * Makefile.in (.NOTPARALLEL): Ditto.
7792
4412a506
PG
77932008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7794
7795 * MAINTAINERS (Write After Approval): Add myself.
7796
dce2d8b2 77972008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7798
7799 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7800 * Makefile.in (.NOTPARALLEL): Regenerate.
7801
639223bd
PB
78022008-03-27 Paolo Bonzini <bonzini@gnu.org>
7803
7804 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7805 * Makefile.in: Regenerate.
7806
b8ab1f4a
JS
78072008-03-26 Jakub Staszak <kuba@et.pl>
7808
7809 * MAINTAINERS (Write After Approval): Add myself.
7810
b45890a4
TK
78112008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7812
7813 * MAINTAINERS: Update e-mail address.
7814
5afab7ad
ILT
78152008-03-20 Ian Lance Taylor <iant@google.com>
7816
7817 * configure.ac: Add support for --enable-gold.
7818 * Makefile.def: Add gold as a directory like ld.
7819 * configure, Makefile.in: Regenerate.
7820
38d24731
RW
78212008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7822
7823 * configure.ac: m4_include config/proginstall.m4.
7824 * configure: Regenerate.
32bc4cf4
RW
7825
7826 Backport from upstream Libtool:
09ce620e 7827
32bc4cf4 7828 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7829
32bc4cf4
RW
7830 Deal with Autoconf 2.62's semantic change in m4_append.
7831 * ltsugar.m4 (lt_append): Replace broken versions of
7832 m4_append.
7833 (lt_if_append_uniq): Don't require separator to be overquoted,
7834 and avoid broken m4_append.
7835 (lt_dict_add): Fix typo.
7836 * libtool.m4 (_LT_DECL): Don't overquote separator.
7837
9d3c50ea
DE
78382008-03-13 David Edelsohn <edelsohn@gnu.org>
7839
7840 * config.rpath: Add AIX 6 support.
7841
5d2edb29
PB
78422008-03-13 Paolo Bonzini <bonzini@gnu.org>
7843
7844 * Makefile.def (stageprofile). Remove -fprofile-generate
7845 from stage_libcflags.
7846 * Makefile.in: Regenerate.
7847
954910ef
BE
78482008-03-13 Ben Elliston <bje@au.ibm.com>
7849
7850 * config.sub, config.guess: Update from upstream sources.
7851
e8645a40
TT
78522008-03-06 Tom Tromey <tromey@redhat.com>
7853
7854 * MAINTAINERS: Update for treelang deletion.
7855
2c8e955e
JW
78562008-03-03 James E. Wilson <wilson@tuliptree.org>
7857
7858 * MAINTAINERS: Update my email address.
7859
54acd307
SS
78602008-03-03 Stan Shebs <stanshebs@earthlink.net>
7861
893ad2a1 7862 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7863 (objective-c/c++): Add myself as a maintainer.
7864
4b52b516
VR
78652008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7866
7867 * MAINTAINERS (Write After Approval): Update my email address.
7868
e652b516
TB
78692008-02-25 Tomas Bily <tbily@suse.cz>
7870
7871 * MAINTAINERS (Write After Approval): Add myself.
7872
02d30740
JJ
78732008-02-23 Jakub Jelinek <jakub@redhat.com>
7874
7875 * MAINTAINERS (OpenMP): Add myself.
7876
1c8bd6a3
PB
78772008-02-20 Paolo Bonzini <bonzini@gnu.org>
7878
4b40b2a5
UB
7879 PR bootstrap/32009
7880 PR bootstrap/32161
1c8bd6a3 7881
4b40b2a5
UB
7882 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7883 * configure: Regenerate.
1c8bd6a3 7884
4b40b2a5
UB
7885 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7886 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7887 STAGE4_LIBCFLAGS): New.
7888 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7889 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7890 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7891 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7892 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7893 for target modules. Don't export LIBCFLAGS.
7894 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7895 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7896 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7897 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7898 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7899 * Makefile.in: Regenerate.
1c8bd6a3 7900
bb44c9d2
RW
79012008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7902
7903 PR libgcj/33085
7904 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7905 Do not use -DDLL_EXPORT. Backport from upstream.
7906
29a7754d
RW
79072008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7908
7909 * MAINTAINERS (Write After Approval): Add myself.
7910
9a212bb7
HPN
79112008-02-02 Hans-Peter Nilsson <hp@axis.com>
7912
7913 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7914 * configure: Regenerate.
7915
aa12a573
MG
79162008-01-31 Marc Gauthier <marc@tensilica.com>
7917
7918 * configure.ac (xtensa*-*-*): Recognize processor variants.
7919 * configure: Regenerate.
7920
ac9e6043
RW
79212008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7922
40049ccc
UB
7923 PR bootstrap/34922
7924 * configure.ac (PARSE_ARGS): Push suitable setting of
7925 ac_subdirs_all, for `./configure --help=recursive'.
7926 Handle `+' in generic toplevel directory disabling.
7927 * configure: Regenerate.
ac9e6043 7928
4288c86a
NC
79292008-01-28 Nick Clifton <nickc@redhat.com>
7930
7931 * MAINTAINERS (xstormy16): Take over maintainership.
7932
8d8da227
JM
79332008-01-25 Joseph Myers <joseph@codesourcery.com>
7934
7935 * MAINTAINERS (c4x port): Remove.
7936
349b60e7
DE
79372008-01-24 David Edelsohn <edelsohn@gnu.org>
7938
7939 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7940
3ca06a68
BE
79412008-01-23 Ben Elliston <bje@au.ibm.com>
7942
7943 * config.sub, config.guess: Update from upstream sources.
7944
3c631381
TG
79452008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7946
7947 * MAINTAINERS (Write After Approval): Add myself.
7948
20533ef1
L
79492008-01-17 H.J. Lu <hjl.tools@gmail.com>
7950
7951 * MAINTAINERS: Update my email address.
7952
79532008-01-09 Raksit Ashok <raksit@google.com>
7954
7955 * MAINTAINERS (Write After Approval): Add myself.
7956
684f4f6a
RA
79572008-01-09 Raksit Ashok <raksit@google.com>
7958
7959 * MAINTAINERS (Write After Approval): Add myself.
7960
9cb8756f
BE
79612008-01-08 Ben Elliston <bje@au.ibm.com>
7962
7963 * config.sub, config.guess: Update from upstream sources.
7964
94e1934d
KG
79652007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7966
7967 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 7968 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
7969 * configure: Regenerate.
7970
a2e51f77
SP
79712007-12-15 Sebastian Pop <sebastian.pop@amd.com>
7972
7973 * MAINTAINERS: Update my email address.
7974
ffe3dcd9
BRF
79752007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
7976
7977 * MAINTAINERS: Update my email address.
7978
aa4095c9
RS
79792007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
7980
7981 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
7982 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
7983 * Makefile.in: Regenerate.
7984
dce2d8b2 79852007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
7986
7987 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
7988 misplaced entries.
7989
0fe0f073
AT
79902007-12-10 Andreas Tobler <a.tobler@schweiz.org>
7991
7992 * configure.ac: Enable libjava for x86_64-*-darwin9.
7993 * configure: Regenerate.
7994
dce2d8b2 79952007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
7996
7997 * MAINTAINERS (Write After Approval): Add myself.
7998
c3220d4c
BE
79992007-12-05 Ben Elliston <bje@au.ibm.com>
8000
8001 * config.sub, config.guess: Update from upstream sources.
8002
aba7501e
MK
80032007-12-02 Matthias Klose <doko@ubuntu.com>
8004
8005 * config-ml.in: Remove 64bit configure tests.
8006
d683ec81
PB
80072007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8008
8009 * config-ml.in: Robustify against white space in absolute file
8010 names.
8011
8012 * config-ml.in (multi-clean): Substitute ${Makefile}.
8013 Remove superfluous ${Makefile} in list.
8014
60f1711a
TS
80152007-11-19 Thiemo Seufer <ths@mips.com>
8016
8017 * config-ml.in: Don't hardcode the Makefile name.
8018
487f9d96
AM
80192007-11-08 Alexander Monakov <amonakov@ispras.ru>
8020
8021 * MAINTAINERS (Write After Approval): Add myself.
8022
fa3886fe
ST
80232007-11-07 Samuel Tardieu <sam@rfc1149.net>
8024
8025 * MAINTAINERS (Write After Approval): Add myself.
8026
dce2d8b2 80272007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
8028
8029 * MAINTAINERS (Write After Approval): Add myself.
8030
acc48927
BE
80312007-10-25 Ben Elliston <bje@au.ibm.com>
8032
8033 * MAINTAINERS (mercury): Remove entry.
8034 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8035
e00e9858
DJ
80362007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8037
8038 * Makefile.def (dependencies): Make configure-gdb depend on
8039 all-intl.
8040 * Makefile.in: Regenerated.
8041
def14a3c
SK
80422007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8043
8044 * MAINTAINERS (Fortran maintainer): Remove myself.
8045
dce2d8b2 80462007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
8047
8048 * Makefile.def: To avoid problems running with parallel makes,
8049 build newlib before libgloss so that target specific header
8050 files are availble.
8051 * Makefile.in: Regenerate
8052
bbfbfafc
DJ
80532007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8054
8055 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8056 * Makefile.in: Regenerate.
8057
c56abad5
VM
80582007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8059
8060 * MAINTAINERS (Register allocation reviewer): Add myself.
8061
f019adc1
MF
80622007-10-08 Mike Frysinger <vapier@gentoo.org>
8063
8064 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8065 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8066 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8067 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8068 * configure: Regenerate.
8069
dce2d8b2 80702006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
8071
8072 * MAINTAINERS (Register allocation reviewer): Add myself.
8073
0999159b
PB
80742007-10-01 Paolo Bonzini <bonzini@gnu.org>
8075
8076 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8077 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8078 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8079 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8080 * configure.ac: Default them to host tools for $host = $build.
8081 Subst them.
8082
8083 * configure: Regenerate.
8084 * Makefile.in: Regenerate.
8085
dce2d8b2 80862006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
8087
8088 * MAINTAINERS (Register allocation reviewer): Add myself.
8089
dce2d8b2 80902006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
8091
8092 * MAINTAINERS (Register allocation reviewer): Add myself.
8093
9d209c83
SP
80942007-09-21 Seongbae Park <seongbae.park@gmail.com>
8095
8096 * MAINTAINERS (Write After Approval): Fix typo.
8097
1ec3b87b
RS
80982007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8099
8100 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8101 * configure: Regenerate.
8102
19d5986d
PJ
81032007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8104
8105 PR bootstrap/31906
8106 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 8107 they're already prefixed.
19d5986d 8108
6d3b5aea
BK
81092007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8110
8111 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8112 libstdc++.
8113 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8114 * configure: Regenerate.
8115 * Makefile.in: Regenerate.
09ce620e 8116
4fe7e755
AS
81172007-09-17 Andreas Schwab <schwab@suse.de>
8118
8119 * configure.ac: Raise minimum makeinfo version to 4.6.
8120 * configure: Regenerate.
8121
dce2d8b2 81222007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 8123
ffe3dcd9 8124 * MAINTAINERS (write-after-approval) add myself
d483feaa 8125
fa9a3f31
AM
81262007-09-15 Alan Modra <amodra@bigpond.net.au>
8127
8128 * configure.ac: Correct makeinfo version check.
8129 * configure: Regenerate.
8130
6593a73e
RS
81312007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8132
8133 * MAINTAINERS: Update my email address.
8134
d9dced13
RS
81352007-09-14 Richard Sandiford <richard@codesourcery.com>
8136
8137 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8138 to $skipdirs and only disable gprof for newlib. Use the normal
8139 mips*-elf* handling in other respects.
8140 * configure: Regnerate.
8141
773c1467
DD
81422007-09-12 David Daney <ddaney@avtrex.com>
8143
8144 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8145 enabling libgcj.
8146 * configure: Regenerate.
8147
c03353e2
RIL
81482007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8149
8150 PR other/32154
8151 * configure.ac: For libgloss targets, point the linker to the linker
8152 script, startup code and simulator library.
8153 * configure: Regenerate.
8154
c4e9bf2b
AH
81552007-09-07 Andrew Haley <aph@redhat.com>
8156
8157 * configure.ac (noconfigdirs): Remove target-libffi and
8158 target-libjava.
8159 * configure: Regenerate.
8160
1f5a6b84
FXC
81612007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8162
8163 PR target/33281
8164 * configure.ac: Use config/mh-mingw on mingw.
8165 * configure: Regenerate.
1f5a6b84 8166
3951e521
PH
81672007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8168
9f349f63 8169 * MAINTAINERS (Write After Approval): Add myself.
3951e521 8170
e643dc23
RG
81712007-09-05 Richard Guenther <rguenther@suse.de>
8172
8173 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8174 nor --disable-checking is provided also turn on yes and types
8175 checking for stage1.
8176 * configure: Re-generate.
8177
039874df
KW
81782007-08-30 Krister Walfridsson <cato@df.lth.se>
8179
8180 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8181 (Write After Approval): Remove myself.
8182
c3f07bd6 81832007-08-29 Nick Clifton <nickc@redhat.com>
15098359 8184
c3f07bd6 8185 * config.sub, config.guess: Update from upstream sources.
15098359 8186
40049ccc 81872007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
8188
8189 * MAINTAINERS (Write After Approval): Added myself.
8190 * MAINTAINERS (Reviewers): Removed myself.
8191
c8aea42c 81922007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 8193 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
8194
8195 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8196 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8197 * Makefile.in: Regenerate.
8198 * configure.ac (--with-debug-prefix-map): New.
8199 * configure: Regenerate.
8200
4bf6c438
RS
82012007-08-17 Richard Sandiford <richard@codesourcery.com>
8202 Nigel Stephens <nigel@mips.com>
8203
4bf6c438
RS
8204 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8205 as target_makefile_frag.
8206 * configure: Regenerate.
8207
bb286d71
AO
82082007-08-16 Alexandre Oliva <aoliva@redhat.com>
8209
8210 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8211 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8212 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8213 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8214 (do-compare, do-compare3, do-compare-debug): New.
8215 ([+compare-target+]): Use them.
8216
a4630417
MK
82172007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8218
8219 * MAINTAINERS (Write After Approval): Change my email address.
8220
d9acb717
RW
82212007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8222 Ben Elliston <bje@au.ibm.com>
8223
8224 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8225 --silent if $silent.
8226 * configure: Regenerate.
8227
96876681
ZD
82282003-08-12 Zdenek Dvorak <ook@ucw.cz>
8229
8230 * MAINTAINERS (Various Maintainers): Add myself as
8231 loop infrastructure maintainer. Update my e-mail
8232 address.
8233
1c1d80ee
DN
82342007-07-31 Diego Novillo <dnovillo@google.com>
8235
8236 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8237 Adjust description.
8238
7e98624c
RG
82392007-07-26 Richard Guenther <rguenther@suse.de>
8240
8241 * configure.ac: Add types checking to stage1 checking flags.
8242 * configure: Regenerate.
8243
4c85af60
NC
82442007-07-17 Nick Clifton <nickc@redhat.com>
8245
8246 * COPYING3: New file. Contains version 3 of the GNU General
8247 Public License.
8248 * COPYING3.LIB: New file. Contains version 3 of the GNU
8249 Lesser General Public License.
8250
19ddfd3a
AK
82512007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8252
8253 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8254
2a064545
AK
82552007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8256
8257 * MAINTAINERS (S/390 co-maintainer): Add myself.
8258 (Write After Approval): Remove myself.
8259
f861f54d
DH
82602007-07-13 Dan Hipschman <dsh@google.com>
8261
8262 * MAINTAINERS (Write After Approval): Add myself.
8263
0136f2f7
NC
82642007-07-11 Nick Clifton <nickc@redhat.com>
8265
8266 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8267 WINDRES export.
8268 * Makefile.in: Regenerate.
8269
6e29b5a4
RO
82702007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8271
8272 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8273 maintainer.
8274
159a4b02
L
82752007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8276
8277 * lt~obsolete.m4: New. Import from 20070318 libtool.
8278
6ba67283
JB
82792007-07-03 Julian Brown <julian@codesourcery.com>
8280
8281 * MAINTAINERS (Write After Approval): Add myself.
8282
30b74385
RW
82832007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8284
8285 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8286 * configure: Regenerate.
8287
82882007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8289
8290 * configure.ac: Add some missing m4 quotation.
8291 * configure: Regenerate.
8292
943c54ce
SB
82932007-07-02 Simon Baldwin <simonb@google.com>
8294
8295 * MAINTAINERS (Write After Approval): Add myself.
8296
1c00b503
PB
82972007-07-02 Paolo Bonzini <bonzini@gnu.org>
8298
8299 * configure: Regenerate.
8300
901119ae
KT
83012007-07-02 Kai Tietz <kai.tietz@onevision.com>
8302
8303 * Makefile.def: Add windmc tool to build.
8304 * Makefile.tpl: Likewise.
8305 * configure.ac: Likewise.
8306 * Makefile.in: Regenerate.
8307 * configure: Regenerate.
09ce620e 8308
83f4c19f
DD
83092007-06-28 DJ Delorie <dj@redhat.com>
8310
8311 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8312 not building newlib.
8313 * configure: Regenerated.
09ce620e 8314
5346c75c
JS
83152007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8316
8317 * MAINTAINERS (Write After Approval): Add myself.
8318
aacfb86b
MM
83192007-06-25 Martin Michlmayr <tbm@cyrius.com>
8320
8321 * MAINTAINERS (Write After Approval): Add myself.
8322
590bf0d3
CM
83232007-06-19 Chris Matthews <chrismatthews@google.com>
8324
8325 * MAINTAINERS (Write After Approval): Add myself.
8326
cdbbee7a
RIL
83272007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8328
8329 * MAINTAINERS (Write After Approval): Add myself.
8330
b8afffc1
DJ
83312007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8332
8333 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8334 * Makefile.in: Regenerated.
8335
3fcfad76
BS
83362007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8337
8338 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8339 bfin*-*-uclinux* targets.
8340 * configure: Regenerate.
8341
3f5a2b7f
ILT
83422007-06-14 Ian Lance Taylor <iant@google.com>
8343
8344 * MAINTAINERS: Add myself as non-algorithmic global write
8345 maintainer.
8346
4c46daee
DN
83472007-06-14 Diego Novillo <dnovillo@google.com>
8348
8349 * MAINTAINERS: Add self as middle-end maintainer and
8350 non-algorithmic global write maintainer.
8351
a3bb222a
FXC
83522007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8353
8354 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8355 Move all Fortran maintainers except Paul Brook into the
8356 Non-Autopoiesis section.
8357
a19e8f64
PB
83582007-06-14 Paolo Bonzini <bonzini@gnu.org>
8359
8360 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8361 (distclean-stage[+id+]): Possibly delete stage_last.
8362 * Makefile.in: Regenerate.
8363
1c2abe5e
SP
83642007-06-12 Seongbae Park <seongbae.park@gmail.com>
8365
8366 * MAINTAINERS (Various Maintainer): Fix typo.
8367
abca4739
PB
83682007-06-11 Paolo Bonzini <bonzini@gnu.org>
8369
8370 * MAINTAINERS (Various Maintainer): Add myself as
8371 dataflow maintainer.
8372
a894d2c3
BE
83732007-06-07 Ben Elliston <bje@au.ibm.com>
8374
8375 * config.sub, config.guess: Update from upstream sources.
8376
8024d75e
BE
83772007-06-07 Ben Elliston <bje@au.ibm.com>
8378
8379 * Makefile.tpl: Fix spelling error.
8380 * Makefile.in: Regenerate.
8381
973a9a5e
SE
83822007-06-01 Steve Ellcey <sje@cup.hp.com>
8383
96598938
L
8384 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8385 lt_cv_sys_max_cmd_len.
973a9a5e 8386
ccb4d26b
DN
83872007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8388
8389 * MAINTAINERS (Various Maintainers): Add myself as
8390 auto-vectorizer maintainer.
8391
eecb7461
PB
83922003-05-31 Paolo Bonzini <bonzini@gnu.org>
8393
8394 PR libjava/32098
8395 * libtool.m4: Revert previous change.
8396 * ltgcc.m4: Put it here.
8397
89d28202
ZD
83982003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8399
8400 * MAINTAINERS (Various Maintainers): Add myself as
8401 auto-vectorizer maintainer.
8402
60c7a11a
L
84032007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8404
8405 PR libjava/32098
8406 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8407
9dd3cc81
RG
84082007-05-30 Richard Guenther <rguenther@suse.de>
8409
8410 * MAINTAINERS (Various Maintainers): Add myself as
8411 auto-vectorizer maintainer.
8412
9cc1244e
JJ
84132007-05-30 Jakub Jelinek <jakub@redhat.com>
8414
8415 PR bootstrap/29382
8416 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8417 * configure: Rebuilt.
8418
6124296b
RC
84192007-05-28 Roberto Costa <robsettantasei@gmail.com>
8420
8421 * MAINTAINERS (Write After Approval): Removed my name.
8422
6b757a0d
SB
84232007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8424
8425 * MAINTAINERS (Write After Approval): Remove myself.
8426
86ef8528
AT
84272007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8428
8429 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8430
1cf3d07d
SE
84312007-05-23 Steve Ellcey <sje@cup.hp.com>
8432
8433 * ltmain.sh: Update from ToT Libtool.
8434 * libtool.m4: Update from ToT Libtool.
8435 * ltsugar.m4: New. Update from ToT Libtool.
8436 * ltversion.m4: New. Update from ToT Libtool.
8437 * ltoptions.m4: New. Update from ToT Libtool.
8438 * ltconfig: Remove.
8439 * ltcf-c.sh: Remove.
8440 * ltcf-cxx.sh: Remove.
8441 * ltcf-gcj.sh: Remove.
8442
ce3fcf8c
OW
84432007-05-22 Ollie Wild <aaw@google.com>
8444
8445 * MAINTAINERS (Write After Approval): Add myself.
8446
342b9200
PB
84472007-05-16 Paolo Bonzini <bonzini@gnu.org>
8448
8449 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8450 stage_cflags.
8451 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8452 Remove CFLAGS/LIBCFLAGS.
8453 (configure-stage[+id+]-[+prefix+][+module+],
8454 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8455 * Makefile.in: Regenerate.
8456
cea17285
DN
84572007-05-15 Diego Novillo <dnovillo@google.com>
8458
8459 * MAINTAINERS: Update e-mail address.
8460
11c004e7
RE
84612007-05-15 Revital Eres <eres@il.ibm.com>
8462
8463 * MAINTAINERS (Write After Approval): Add myself.
8464
ab6bd693
RC
84652007-05-14 Roberto Costa <robsettantasei@gmail.com>
8466
8467 * MAINTAINERS (Write After Approval): Updated my address.
8468
388cdf07
TN
84692007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8470
8471 * MAINTAINERS (Write After Approval): Add myself.
8472
23f24034
SR
84732007-05-11 Silvius Rus <rus@google.com>
8474
8475 * MAINTAINERS (Write After Approval): Add myself.
8476
34a7526e
TT
84772007-04-23 Tom Tromey <tromey@redhat.com>
8478
8479 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8480
51da21be
MM
84812007-04-22 Mark Mitchell <mark@codesourcery.com>
8482
8483 * MAINTAINERS (cpplib): Rename to ...
8484 (libcpp): ... this. Add C/C++ front end maintainers.
8485
70070387
SE
84862007-04-14 Steve Ellcey <sje@cup.hp.com>
8487
8488 * config-ml.in: Pass ${ml_config_env} to configure calls.
8489
df1a0dbb
CB
84902007-04-04 Christian Bruel <christian.bruel@st.com>
8491
8492 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8493
9daff147
DK
84942007-04-02 Dave Korn <dave.korn@artimi.com>
8495
8496 * MAINTAINERS (Write After Approval): Add myself.
8497
374eadb2
TB
84982007-03-31 Tobias Burnus <burnus@net-b.de>
8499
8500 * MAINTAINERS (fortran 95 front end): Add myself.
8501
8eced3a2
DR
85022007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8503
8504 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8505
653de3e3
AZ
85062007-03-24 Ayal Zaks <zaks@il.ibm.com>
8507
8508 * MAINTAINERS (Modulo Scheduler): Add myself.
8509
b737d953
BM
85102007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8511
8512 * MAINTAINERS (fortran 95 front end): Add myself.
8513 (c++ front end): whitespace fix.
8514
a584cdf2
NF
85152007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8516
8517 * MAINTAINERS (Write After Approval): Add myself.
8518
8c79f3c4
RS
85192007-03-21 Richard Sandiford <richard@codesourcery.com>
8520
8521 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8522 of glob. Quote arguments with single quotes too.
8523 * configure: Regenerate.
8524
07f1ac6d
BM
85252007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8526
8527 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8528 * Makefile.in: Regenerate
8529
172e41aa
AS
85302007-03-07 Andreas Schwab <schwab@suse.de>
8531
8532 * configure: Regenerate.
8533
9c4d2493
BM
85342007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8535
8536 * configure.ac: Add "--with-pdfdir" configure option,
8537 which defines pdfdir variable.
8538 * Makefile.def (target=fixincludes): Add install-pdf to
8539 missing targets.
8540 (recursive_targets): Add install-pdf target.
8541 (flags_to_pass): Add pdfdir.
8542 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8543 target.
8544 * configure: Regenerate
8545 * Makefile.in: Regenerate
8546
e14e622e
EC
85472007-02-28 Eric Christopher <echristo@apple.com>
8548
8549 Revert:
8550 2006-12-07 Mike Stump <mrs@apple.com>
8551
8552 * Makefile.def (dependencies): Add dependency for
8553 install-target-libssp and install-target-libgomp on
8554 install-gcc.
8555 * Makefile.in: Regenerate.
8556
54e433bc
MK
85572007-02-27 Matt Kraai <kraai@ftbfs.org>
8558
8559 * configure: Regenerate.
8560 * configure.ac: Move statements after variable declarations.
8561
6c8d3d8f
KK
85622007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8563
8564 * MAINTAINERS: Add myself as sh maintainer.
8565
9f8c6739
JM
85662007-02-19 Joseph Myers <joseph@codesourcery.com>
8567
8568 * configure.ac: Adjust for loop syntax.
8569 * configure: Regenerate.
8570
278a7a38
AO
85712007-02-18 Alexandre Oliva <aoliva@redhat.com>
8572
8573 * configure: Rebuilt.
8574
b2eaac4a
AO
85752007-02-18 Alexandre Oliva <aoliva@redhat.com>
8576
8577 * configure.ac: Drop multiple occurrences of --enable-languages,
8578 and fix its quoting.
8579 * configure: Rebuilt.
8580
beeaf216 85812007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
8582 Nathan Sidwell <nathan@codesourcery.com>
8583 Vladimir Prus <vladimir@codesourcery.com>
8584 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
8585
8586 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8587 * configure: Regenerate.
8588
09201a09
GP
85892007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8590
8591 * ltconfig (freebsd*): Default to elf.
8592
291f172e
DJ
85932007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8594
8595 * configure.ac (target_libraries): Move libgcc before libiberty.
8596 * configure: Regenerated.
8597
c3a86da9
DJ
85982007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8599 Paolo Bonzini <bonzini@gnu.org>
8600
8601 PR bootstrap/30753
8602 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8603 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8604 * configure: Regenerated.
8605
88e1e72a
FXC
86062007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8607
8608 * MAINTAINERS (Language Front End Maintainers): Update my mail
8609 address.
8610
44bfc3ac
DJ
86112007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8612
8613 PR bootstrap/30748
8614 * configure.ac: Correct syntax for Solaris ksh.
8615 * configure: Regenerated.
8616
3e19841a
PB
86172007-02-09 Paolo Bonzini <bonzini@gnu.org>
8618
8619 * configure.ac: Sync with src.
8620 * configure: Regenerate.
8621
74a48762
PB
86222007-02-09 Paolo Bonzini <bonzini@gnu.org>
8623
8624 * Makefile.in: Regenerate.
8625
d846e52e
PB
86262007-02-09 Paolo Bonzini <bonzini@gnu.org>
8627
8628 * config.sub: Sync with src.
8629
1c710c3c
DJ
86302007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8631
8632 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8633 noncanonical equivalents.
8634 * configure.in: Rename to...
8635 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8636 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8637 target_noncanonical. Use them. Rewrite removal of configure
8638 arguments for autoconf 2.59. Discard variable settings. Force
8639 program_transform_name for native tools.
8640
8641 * Makefile.in: Regenerated.
8642 * configure: Regenerated with autoconf 2.59.
8643
dce2d8b2 86442007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 8645
3de8da2a 8646 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 8647
f6671c93
AS
86482007-01-31 Andreas Schwab <schwab@suse.de>
8649
8650 * Makefile.tpl (LDFLAGS): Substitute it.
8651 * Makefile.in: Regenerate.
8652
dce2d8b2 86532007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 8654
3de8da2a 8655 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 8656
2472200d
DE
86572007-01-28 David Edelsohn <edelsohn@gnu.org>
8658
3de8da2a 8659 * MAINTAINERS (spu port): Add myself.
2472200d 8660
5305be7e
RG
86612007-01-23 Richard Guenther <rguenther@suse.de>
8662
8663 PR bootstrap/30541
8664 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8665 * Makefile.tpl (GNATBIND): Substitute it.
8666 (GNATMAKE): Likewise.
8667 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8668 of STAGE_PREFIX.
8669 * Makefile.in: Regenerate.
8670 * configure: Regenerate.
8671
416cfb5e
MS
86722007-01-18 Mike Stump <mrs@apple.com>
8673
8674 * configure.in: Re-enable -Werror for gcc builds.
8675
3de8da2a 86762007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 8677
3de8da2a 8678 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 8679
d943d7c4
PB
86802007-01-11 Paolo Bonzini <bonzini@gnu.org>
8681
8682 * configure.in: Change == to = in test command.
3de8da2a 8683 * configure: Regenerate.
d943d7c4 8684
e69bf64b 86852007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
8686 Nick Clifton <nickc@redhat.com>
8687 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8688
8689 * configure.in (build_configargs, host_configargs, target_configargs):
8690 Remove build/host/target parameters.
8691 (host_libs): Add gmp and mpfr.
8692 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8693 * Makefile.def (gmp, mpfr): New.
8694 (gcc): Remove target.
8695 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8696 target_os, target_vendor): New.
dce2d8b2 8697 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
8698 * configure: Regenerate.
8699 * Makefile.in: Regenerate.
e69bf64b
PB
8700
87012007-01-11 Matt Fago <fago@earthlink.net>
8702
8703 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 8704 to improve robustness of configure tests.
e69bf64b 8705 * configure: Regenerate.
e14e622e 8706
a42f3b80
UB
87072007-01-09 Uros Bizjak <ubizjak@gmail.com>
8708
8709 * MAINTAINERS: Add myself as i386 maintainer.
8710
a36aee1a
JH
87112007-01-08 Jan Hubicka <jh@suse.cz>
8712
61fcaeef 8713 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 8714
738a52d3
KT
87152007-01-08 Kai Tietz <kai.tietz@onevision.com>
8716
8717 * configure.in: Add support for an x86_64-mingw* target.
95af8923 8718 * configure: Regenerate.
738a52d3 8719
54fdc474
DJ
87202007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8721
8722 * Makefile.tpl (all-target): Correct @if conditional for target
8723 modules.
8724 * configure.in: Omit libiberty if building only target libgcc.
8725 * configure, Makefile.in: Regenerated.
8726
3dd71726
PB
87272007-01-04 Paolo Bonzini <bonzini@gnu.org>
8728
dce2d8b2 8729 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8730 * configure: Regenerate.
8731
fa958513
DJ
87322007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8733
8734 * Makefile.def (target_modules): Add libgcc.
8735 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8736 * Makefile.tpl (clean-target-libgcc): Delete.
8737 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8738 on gcc even for bootstrapped modules. Rewrite handling of
8739 lang_env_dependencies to loop over target_modules.
8740 * configure.in (target_libraries): Add target-libgcc.
8741 * Makefile.in, configure: Regenerated.
8742
e1888513
PB
87432006-12-29 Paolo Bonzini <bonzini@gnu.org>
8744
8745 * configure.in: Reorganize recognition of languages. Add
8746 --enable-stage1-languages. Show supported languages for the chosen
8747 target rather than all recognized languages.
8748 * configure: Regenerate.
8749
53b88b73
PB
87502006-12-29 Paolo Bonzini <bonzini@gnu.org>
8751
8752 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8753 * Makefile.in: Regenerate.
8754
a3993f33
KG
87552006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8756
8757 * configure.in: Warn that MPFR 2.2.0 is buggy.
8758 * configure: Regenerate.
8759
f063a9ed
ILT
87602006-12-27 Ian Lance Taylor <iant@google.com>
8761
8762 * configure.in: When removing Makefiles to force a reconfigure, also
8763 remove prev-DIR*/Makefile.
8764 * configure: Regenerate.
8765
af71363e
AS
87662006-12-22 Andreas Schwab <schwab@suse.de>
8767
8768 * configure: Regenerate with correct autoconf version.
8769
0b0dc272
AM
87702006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8771
3de8da2a
UB
8772 * configure.in: add AC_SUBST for *_FOR_TARGET.
8773 * configure: Regenerate.
0b0dc272 8774
53b88b73
PB
87752006-12-19 Paolo Bonzini <bonzini@gnu.org>
8776
8777 * configure.in: Simplify logic for rejecting languages that cannot
8778 be built. Separate the case when a language is unsupported,
8779 from the case when the user chooses not to build a language.
8780
400ebff4
PB
87812006-12-19 Paolo Bonzini <bonzini@gnu.org>
8782
8783 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8784 it only affects bootstrap and could be tested on "$host" as well.
8785 * configure: Regenerate.
8786 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8787
8efea775
PB
87882006-12-19 Paolo Bonzini <bonzini@gnu.org>
8789
8790 PR bootstrap/29544
8791 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8792 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8793 move here comment from Makefile.tpl.
8794 * Makefile.tpl: Move some definitions higher in the file.
8795 (STAGE1_CHECKING): New.
8796 * configure.in: Add --enable-stage1-checking.
8797 * configure: Regenerate.
8798 * Makefile.in: Regenerate.
8799
ed88a7ed
PB
88002006-12-19 Paolo Bonzini <bonzini@gnu.org>
8801
8802 * MAINTAINERS: Add myself as build system maintainer.
8803
b65151d3
SM
88042006-12-15 Simon Martin <simartin@users.sourceforge.net>
8805
8806 * MAINTAINERS (Write After Approval): Add myself.
8807
7e050830
EC
88082006-12-13 Eric Christopher <echristo@apple.com>
8809
8810 * MAINTAINERS: Add myself as darwin maintainer.
8811
8b494895
ILT
88122006-12-11 Ian Lance Taylor <ian@airs.com>
8813
8814 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8815
dce2d8b2 88162006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8817
8818 MAINTAINERS: Update my entry.
8819
58e24147
AM
88202006-12-11 Alan Modra <amodra@bigpond.net.au>
8821
8822 * configure.in: Handle spu makefile frag.
58e24147
AM
8823 * Makefile.tpl (MAINT): Define
8824 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8825 * configure: Regenerate.
8826 * Makefile.in: Regenerate.
8827
9b6f37a0
BE
88282006-12-11 Ben Elliston <bje@au.ibm.com>
8829
8830 * config.guess: Import latest version.
8831 * config.sub: Likewise.
8832
ea6f5c57
BE
88332006-12-11 Ben Elliston <bje@au.ibm.com>
8834
8835 * configure.in (spu-*-*): Don't skip target-libiberty.
8836 * configure: Regenerate.
8837
42c1cd8a
AT
88382006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8839
8840 PR bootstrap/30134
8841 * configure.in: Correct x86 darwin support for libjava to powerpc
8842 and i?86 only.
8843 * configure: Regenerate.
8844
55eb837d
ST
88452006-12-08 Sandro Tolaini <tolaini@libero.it>
8846
8847 * configure.in: Add x86 darwin support for libjava.
8848 * configure: Regenerate.
8849
5bdacbc7
MS
88502006-12-07 Mike Stump <mrs@apple.com>
8851
8852 * Makefile.def (dependencies): Add dependency for
8853 install-target-libssp and install-target-libgomp on
8854 install-gcc.
8855 * Makefile.in: Regenerate.
8856
477d851c
RG
88572006-12-04 Richard Guenther <rguenther@suse.de>
8858
8859 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8860 (Non-Algorithmic Maintainers): Move over non-algorithmic
8861 loop optimizer maintainers, add myself as a non-algorithmic
8862 middle-end maintainer.
8863
5d33d367
DF
88642006-12-04 Daniel Franke <franke.daniel@gmail.com>
8865
8866 * MAINTAINERS (Write After Approval): Add myself.
8867
dbee1fb3
KG
88682006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8869
8870 * configure.in: Update error message for missing GMP/MPFR.
8871
8872 * configure: Regenerate.
8873
b5147de7
KG
88742006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8875
8876 * configure.in: Update MPFR version in error message.
8877
8878 * configure: Regenerate.
8879
f019376c
KG
88802006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8881
8882 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8883 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8884 --with-gmp-lib): New flags.
8885
8886 * configure: Regenerate.
8887
91ed95ae
BM
88882006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8889
8890 * MAINTAINERS (Write After Approval): Change my email address.
8891
3a971f15
MLI
88922006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8893
05170031 8894 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8895
dce2d8b2 88962006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8897
8898 * MAINTAINERS (i18n): Update e-mail address.
8899
df5487ee
TS
89002006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8901
8902 * MAINTAINERS (spu port): Add myself as maintainer.
8903 (Write After Approval): Remove myself.
8904
92c2f0ee
BE
89052006-11-22 Ben Elliston <bje@au.ibm.com>
8906
8907 * configure.in (skipdirs): Don't build libssp for SPU.
8908 * configure: Regenerate.
8909
a3b97199
AP
89102006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8911
8912 * MAINTAINERS (spu port): Add myself as maintainer.
8913 (libobjc): Update my email address.
8914
0eb97064
AB
89152006-11-21 Andrea Bona <andrea.bona@st.com>
8916
8917 * MAINTAINERS (Write After Approval): Add myself.
8918
dce2d8b2 89192006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8920
8921 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8922 * configure : Rebuilt.
8923
dce2d8b2 89242006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8925
8926 * MAINTAINERS (Write After Approval): Add myself.
8927
d58542ea
AO
89282006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8929
8930 * MAINTAINERS (Write After Approval): Add myself.
8931
a357b5ae
KG
89322006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8933
8934 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8935 libmpfr.a.
8936 * configure: Regenerate.
8937
9bd6112c
PB
89382006-11-16 Paolo Bonzini <bonzini@gnu.org>
8939
8940 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8941 (unstage): Test for stage_last presence.
8942
8943 PR bootstrap/29802
dce2d8b2
EB
8944 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8945 STAGE_PREFIX.
9bd6112c
PB
8946 * Makefile.in: Regenerate.
8947
c8cf9f0f
ZD
89482003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
8949
8950 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
8951 maintainers.
8952
467b1fc6
ER
89532006-11-14 Erven Rohou <erven.rohou@st.com>
8954
8955 * MAINTAINERS (Write After Approval): Add myself.
8956
995a5697
PB
89572006-11-14 Paolo Bonzini <bonzini@gnu.org>
8958
8959 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
8960 and stageN-package/Makefile.
8961 * Makefile.in: Regenerated.
8962
c8d6d53e
JZ
89632006-11-14 Jie Zhang <jie.zhang@analog.com>
8964
8965 * configure.in: Remove target-libgloss from noconfigdirs for
8966 bfin-*-*.
8967 * configure: Regenerated.
8968
dffb147d
KG
89692006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8970
8971 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 8972
dffb147d
KG
8973 * configure: Regenerate.
8974
ca558912
KG
89752006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8976
8977 * configure.in: Robustify error message for missing GMP/MPFR.
8978
8979 * configure: Regenerate.
8980
dce2d8b2 89812006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
8982
8983 * MAINTAINERS (Write After Approval): Add myself.
8984
dce2d8b2 89852006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
8986
8987 * MAINTAINERS: Change email address.
8988
91de1527
VP
89892006-10-30 Vladimir Prus <vladimir@codesourcery.com>
8990
8991 * MAINTAINERS (Write After Approval): Add myself.
8992
a3867703
PB
89932006-10-26 Peter Bergner <bergner@vnet.ibm.com>
8994
8995 * MAINTAINERS (Write After Approval): Add myself.
8996
b4364fa2
CL
89972006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
8998
7e050830 8999 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 9000 Write After Approval section.
b4364fa2 9001
70ec446f
KG
90022006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9003
9004 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9005 need_gmp anymore.
9006 * configure: Regenerate.
9007
018c8d88
TB
90082006-10-16 Tobias Burnus <burnus@net-b.de>
9009
9010 * MAINTAINERS (Write After Approval): Add myself.
9011
f6a1687e
BE
90122006-10-16 Ben Elliston <bje@au.ibm.com>
9013
9014 * config.guess: Import latest version.
9015 * config.sub: Likewise.
9016
b5422ad7
BM
90172006-10-10 Brooks Moses <bmoses@stanford.edu>
9018
9019 * Makefile.def: Added pdf target handling.
9020 * Makefile.tpl: Added pdf target handling.
9021 * Makefile.in: Regenerated.
9022
bdcee471
CL
90232006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9024
9025 * MAINTAINERS: Add self as score port maintainer.
9026
7d610414
BM
90272006-10-04 Brooks Moses <bmoses@stanford.edu>
9028
9029 * MAINTAINERS (Write After Approval): Add myself.
9030
e48d66a9
SK
90312006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9032
7e050830 9033 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
9034 or newer.
9035 * configure: Regenerated.
9036
c394e891
DB
90372006-09-27 Dave Brolley <brolley@redhat.com>
9038
dce2d8b2
EB
9039 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9040 using $s instead of $r.
c394e891
DB
9041 * configure: Regenerated.
9042
1ee4c5a0
TS
90432006-09-26 Thiemo Seufer <ths@mips.com>
9044
9045 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9046 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9047 * configure: Regenerate.
9048
dce2d8b2 90492006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
9050
9051 * MAINTAINERS (Write After Approval): Remove myself.
9052
0c502898
CF
90532006-09-22 Chao-ying Fu <fu@mips.com>
9054
9055 * MAINTAINERS (Write After Approval): Add myself.
9056
a7819e42
JM
90572006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9058
9059 * MAINTAINERS: Add self as soft-fp maintainer.
9060
dce2d8b2 90612006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
9062
9063 * MAINTAINERS: Add myself as avr maintainer.
9064 Remove Marek Michalkiewicz as avr maintainer.
827d0991 9065
e8288489
RC
90662006-09-07 Roberto Costa <roberto.costa@st.com>
9067
9068 * MAINTAINERS (Write After Approval): Add myself.
9069
b91f0a41
CV
90702006-08-30 Corinna Vinschen <corinna@vinschen.de>
9071
9072 * configure.in: Never build newlib for a Mingw host.
9073 Never build newlib as Mingw target library.
9074 Test the existence of winsup/cygwin for building a Cygwin newlib,
9075 rather than just winsup.
9076 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9077 building a Mingw target.
9078 * configure: Regenerate.
9079
094c07a0
EB
90802006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9081
9082 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9083
8d1171cb
PB
90842006-07-25 Paolo Bonzini <bonzini@gnu.org>
9085
9086 * config.guess: Import from src (was more updated).
9087 * config.sub: Likewise.
9088
2e9e6f68
DJ
90892006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9090
9091 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9092 * configure: Regenerated.
9093
57255173
PB
90942006-07-18 Paolo Bonzini <bonzini@gnu.org>
9095
cc6010cd
AP
9096 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9097 for stages after the first.
57255173 9098
9fbe6585
JJ
90992006-07-17 Jakub Jelinek <jakub@redhat.com>
9100
9101 * Makefile.def: Add dependencies for configure-opcodes
9102 on configure-intl and all-opcodes on all-intl.
9103 * Makefile.in: Regenerated.
9104
18c3f977
BE
91052006-07-13 Ben Elliston <bje@au.ibm.com>
9106
9107 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9108
27b56ba6
PE
91092006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9110
9111 Port to hosts whose 'sort' and 'tail' implementations
9112 treat operands with leading '+' as file names, as POSIX
9113 has required since 2001. However, make sure the code still
9114 works on pre-POSIX hosts.
9115 * ltmain.sh: Don't assume "sort +2" is equivalent to
9116 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9117
ad6d4e43
UW
91182006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9119
9120 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9121
706601d9
PG
91222006-07-04 Peter O'Gorman <peter@pogma.com>
9123
9124 * ltconfig: chmod 644 before ranlib during install.
9125
0b50988a
EB
91262006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9127
9128 PR bootstrap/18058
9129 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9130 if the bootstrap compiler is a GCC version that supports it.
9131 * configure: Regenerate.
9132
b6348cb3
PB
91332006-07-03 Paolo Bonzini <bonzini@gnu.org>
9134
95695ad3 9135 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
9136 * configure: Regenerate.
9137
1546bb64
PB
91382006-07-03 Paolo Bonzini <bonzini@gnu.org>
9139
9140 PR other/27063
9141 * configure.in: Test subdir_requires and give an appropriate
9142 error message.
9143 * configure: Regenerate.
9144
5cb6c629
AJH
91452006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9146
9147 * MAINTAINERS (Write After Approval): Add myself.
9148
f4d8cdf8
JDA
91492006-06-22 John David Anglin <dave.anglin@nrc.ca>
9150
9151 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9152
4fe5abb7
SE
91532006-06-22 Steve Ellcey <sje@cup.hp.com>
9154
9155 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9156
2a79fd67
DA
91572006-06-20 David Ayers <d.ayers@inode.at>
9158
9159 PR bootstrap/28072
9160 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9161 whether target-libjava is being configured instead of whether the
9162 java front end is enabled.
9163 * configure: Regenerate.
7e050830 9164
04879af3
RO
91652006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9166
9167 PR target/27540
9168 * configure.in: Only enable libgomp on IRIX 6.
9169 * configure: Regenerate.
9170
ec6c7392
PB
91712006-06-15 Paolo Bonzini <bonzini@gnu.org>
9172
9173 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9174 too.
9175 * Makefile.in: Regenerate.
9176
12973d7a
DD
91772006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9178
9179 * config-ml.in: Alter CCASFLAGS to include special
9180 multilib options the same as is done for CFLAGS.
9181
c67ed86a
JDA
91822006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9183
9184 * configure.in: Don't enable libgomp on hpux10.
9185 * configure: Rebuilt.
9186
cb253473
DA
91872006-06-12 David Ayers <d.ayers@inode.at>
9188
9189 PR bootstrap/27963
9190 PR target/19970
7e050830 9191 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
9192 ${libgcj} is specified.
9193 * configure: Regenerate.
7e050830 9194
dce2d8b2 91952006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
9196
9197 Sync from src:
7e050830
EC
9198
9199 * configure.in: Sync.
32845532 9200 * configure: Regenerated.
7e050830 9201
32845532
CD
9202 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9203
9204 * Makefile.def: Added dependencies from sim and gdb on intl, and
9205 added configure dependencies to everything with an all dependency
9206 on intl.
9207 * Makefile.in: Regenerated.
9208
7cd0cf9c
DA
92092006-06-06 David Ayers <d.ayers@inode.at>
9210
9211 PR libobjc/13946
9212 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9213 * Makefile.in: Regenerate.
9214 * configure.in: Add --enable-objc-gc at toplevel and have it
9215 enable boehm-gc for Objective-C.
9216 Remove target-boehm-gc from libgcj.
9217 Add target-boehm-gc to target_libraries.
9218 Add target-boehm-gc to noconfigdirs where ${libgcj}
9219 is specified.
9220 Assert that boehm-gc is supported when requested for Objective-C.
9221 Only build boehm-gc if needed either for Java or Objective-C.
9222 * configure: Regenerate.
7e050830 9223
3ff3adad
PB
92242006-06-05 Paolo Bonzini <bonzini@gnu.org>
9225
9226 PR 27674
9227 * Makefile.tpl (configure-[+prefix+][+module+],
9228 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9229 Remove rule to unstage bootstrapped modules.
9230 (stage_current): New.
9231 * Makefile.in: Regenerate.
9232
898e551d
LB
92332006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9234
9235 * MAINTAINERS (Write After Approval): Update my e-mail address.
9236
ea60341e
MS
92372006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9238
9239 * include/libiberty.h: Declare pex_run_in_environment.
9240
222ae291
AL
92412006-05-31 Asher Langton <langton2@llnl.gov>
9242
9243 * MAINTAINERS (Write After Approval): Add myself.
898e551d 9244
e9a54b07
PB
92452006-05-25 Paolo Bonzini <bonzini@gnu.org>
9246
9247 * Makefile.def (bfd, opcodes): Fix lib_path.
9248 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9249 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9250 * Makefile.in: Regenerate.
9251
03e67131
CD
92522006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9253
9254 * Makefile.in: Regenerate.
9255
65d6e994
CD
92562006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9257
9258 * Makefile.def: Add install-html target. Add datarootdir
9259 docdir and htmldir to flags_to_pass.
9260 * Makefile.tpl: Add install-html target.
9261 * Makefile.in: Regenerate.
9262 * configure.in: Add --with-datarootdir, --with-docdir, and
9263 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9264 * configure: Regenerate.
9265
9e299237
MS
92662006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9267
9268 * configure.in: Enable gprof for cross builds.
9269 * configure: Regenerate.
9270
c31202cd
RG
92712006-05-22 Richard Guenther <rguenther@suse.de>
9272
9273 Revert
9274 2006-01-31 Richard Guenther <rguenther@suse.de>
9275 Paolo Bonzini <bonzini@gnu.org>
9276
9277 * Makefile.def (target_modules): Add libgcc-math target module.
9278 * configure.in (target_libraries): Add libgcc-math target library.
9279 (--enable-libgcc-math): New configure switch.
9280 * Makefile.in: Re-generate.
9281 * configure: Re-generate.
9282 * libgcc-math: New toplevel directory.
9283
2a332582
JDA
92842006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9285 Andreas Tobler <a.tobler@schweiz.ch>
9286
9287 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9288 * configure: Rebuilt.
9289
dce2d8b2 92902006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 9291
ccce6917
SL
9292 * MAINTAINERS (Write After Approval): Add myself.
9293
ed606bc0
DD
92942006-05-01 DJ Delorie <dj@redhat.com>
9295
3d8f47a0 9296 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
9297 * configure: Regenerate.
9298
9386bd20
RG
92992006-05-01 Richard Guenther <rguenther@suse.de>
9300
9301 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9302 maintainer.
9303
dce2d8b2 93042006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
9305
9306 * MAINTAINERS (Write After Approval): Add myself.
9307
87ceee72
JB
93082006-04-28 Jan Beulich <jbeulich@novell.com>
9309
9310 * MAINTAINERS (Write After Approval): Add myself.
9311
e88a2c09
DD
93122006-04-18 DJ Delorie <dj@redhat.com>
9313
9314 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9315 reference libgloss so that libssp can be built in a combined
9316 tree.
9317 * configure: Regenerate.
9318
675f0a8a
RM
93192006-04-08 Robert Millan <rmh@gcc.gnu.org>
9320
9321 * MAINTAINERS (Write After Approval): Add myself.
9322
27b6c940
BE
93232006-04-05 Ben Elliston <bje@au.ibm.com>
9324
9325 * configure.in: Require makeinfo 4.4 or higher.
9326 * configure: Regenerate.
9327
687b17d4
GP
93282006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9329
9330 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9331 Rearrange the entries of other libraries to have them in one place.
9332
906ac235
JB
93332006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9334
7e050830 9335 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
9336 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9337
fb0103e5
RG
93382006-03-14 Richard Guenther <rguenther@suse.de>
9339
9340 * configure: Regenerate with autoconf 2.13.
9341
17237f6b
JB
93422006-03-13 Jim Blandy <jimb@codesourcery.com>
9343
9344 * MAINTAINERS: Use my work address.
bed31434
JB
9345
9346 * MAINTAINERS: Update my E-mail address.
9347
27079765
AH
93482006-03-10 Aldy Hernandez <aldyh@redhat.com>
9349
9350 * configure.in: Handle --disable-<component> generically.
9351 * configure: Regenerate.
9352
54a17039
L
93532006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9354
9355 PR libgcj/17311
9356 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9357
b9bd11ca
EE
93582006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9359
9360 * MAINTAINERS (Write After Approval): Remove myself.
9361 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9362
dce2d8b2 93632006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 9364
072b06f2
RE
9365 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9366 (TARGET_CONFIGDIRS): Remove.
9367 * configure.in: Remove AC_SUBST(target_configdirs).
9368 * Makefile.in, configure: Regenerated.
ee2312f3 9369
936e1a35
SK
93702006-02-20 Steven G. Kargl <kargls@comcast.net>
9371
9372 * MAINTAINERS (Write After Approval): Remove myself.
9373 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9374
cc11cc9b
PB
93752006-02-20 Paolo Bonzini <bonzini@gnu.org>
9376
9377 PR bootstrap/25670
9378
9379 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9380
9381 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9382 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9383 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9384 BUILD_PREFIX, BUILD_PREFIX_1.
9385 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9386
9387 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9388 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9389
9390 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9391 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9392 of `cat stage_current`. Always provide the `r' and `s' variables.
9393 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9394 a single shell execution.
9395 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9396 bootstrapped modules, make the stage1 module if the build was not
9397 started yet, else build the current stage.
9398 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9399 (all-build, all-host, all-target, [+make_target+]-host,
9400 [+make_target+]-target): Do not use \-continued lines.
9401 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9402 (current_stage, restrap, stage_last): New.
9403
9404 * Makefile.in: Regenerate.
9405 * configure: Regenerate.
9406
63a7c9ef
BD
94072006-02-19 Bud Davis <jmdavis@link.com>
9408
9409 * MAINTAINERS (Write After Approval): Remove myself.
9410 (Language Front End Maintainers): Add myself as fortran 95
9411 maintainer and update e-mail address.
9412
a3543e3a
FXC
94132006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9414
9415 * MAINTAINERS (Write After Approval): Remove myself.
9416 (Language Front End Maintainers): Add myself as fortran 95
9417 maintainer.
9418
ca5b1d2c
VK
94192006-02-16 Victor Kaplansky <victork@il.ibm.com>
9420
9421 * MAINTAINERS (Write After Approval): Add myself.
9422
0499513f
TK
94232006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9424
9425 * MAINTAINERS (Write After Approval): Remove myself.
9426 (Language Front End Maintainers): Add myself as
9427 fortran 95 maintainer.
9428
d1f8db0c
PB
94292006-02-14 Paolo Bonzini <bonzini@gnu.org>
9430
9431 Sync from src:
9432
9433 2005-12-27 Leif Ekblad <leif@rdos.net>
9434
cc6010cd
AP
9435 * configure.in: Add support for RDOS target.
9436 * configure: Regenerate.
d1f8db0c
PB
9437
94382006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 9439 Andreas Schwab <schwab@suse.de>
d1f8db0c 9440
cc6010cd 9441 * configure: Regenerate.
d1f8db0c 9442
cac90078
DE
94432006-02-12 David Edelsohn <edelsohn@gnu.org>
9444
9445 * configure.in (enable_libgomp): Add AIX.
9446 * configure: Regenerate.
9447
bd37fbf5
MK
94482006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9449
9450 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9451
23027b7a
LM
94522006-02-03 Lee Millward <lee.millward@gmail.com>
9453
9454 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9455
0058967b
RG
94562006-01-31 Richard Guenther <rguenther@suse.de>
9457 Paolo Bonzini <bonzini@gnu.org>
9458
9459 * Makefile.def (target_modules): Add libgcc-math target module.
9460 * configure.in (target_libraries): Add libgcc-math target library.
9461 (--enable-libgcc-math): New configure switch.
9462 * Makefile.in: Re-generate.
9463 * configure: Re-generate.
9464 * libgcc-math: New toplevel directory.
9465
e8b05380
PB
94662006-01-26 Paolo Bonzini <bonzini@gnu.org>
9467
9468 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9469 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9470 the assembler, linker and binutils.
9471 * configure: Regenerate.
9472
d54d5437
DM
94732006-01-22 Dirk Mueller <dmueller@suse.de>
9474
9475 * MAINTAINERS (Write After Approval): Add myself.
9476
670cbfcf
DN
94772006-01-20 Diego Novillo <dnovillo@redhat.com>
9478
9479 * configure: Regenerate.
9480
953ff289
DN
94812006-01-18 Richard Henderson <rth@redhat.com>
9482 Jakub Jelinek <jakub@redhat.com>
9483 Diego Novillo <dnovillo@redhat.com>
9484
9485 * libgomp: New directory.
9486 * Makefile.def: Add target_module libgomp.
9487 * Makefile.in: Regenerate.
9488 * configure.in (target_libraries): Add target-libgomp.
9489 * configure: Regenerate.
9490
32ce4048
AO
94912006-01-05 Alexandre Oliva <aoliva@redhat.com>
9492
9493 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9494 @ from continuation.
9495 * Makefile.in: Rebuilt.
9496
0eaf8e17 94972006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 9498
c76c0c83
CL
9499 * MAINTAINERS (Write After Approval): Add myself.
9500
2d309510
PB
95012006-01-04 Paolo Bonzini <bonzini@gnu.org>
9502
9503 PR bootstrap/24252
9504
9505 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9506 * Makefile.tpl (OBJDUMP): New.
9507 (EXTRA_HOST_FLAGS): Add it.
9508 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9509
953ff289
DN
9510 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9511 to use symbolic links between directories. Avoid race conditions
9512 or make them harmless.
9513 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
9514
9515 * Makefile.def (LEAN): Pass.
9516 * Makefile.tpl (LEAN): Define.
9517 (stage[+id+]-start): Accept that the previous directory does not
9518 exist, if the bootstrap is lean.
9519 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9520 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9521 configure substitution.
9522 ([+compare-target+]): Likewise.
9523 ([+bootstrap-target+]-lean): New.
9524 * configure.in: Remove lean bootstrap support from here.
9525
953ff289
DN
9526 * Makefile.in: Regenerate.
9527 * configure: Regenerate.
2d309510 9528
368872c3
BE
95292006-01-04 Ben Elliston <bje@au.ibm.com>
9530
9531 * MAINTAINERS (libdecnumber): Add myself.
9532
d79e6356
MM
95332006-01-02 Mark Mitchell <mark@codesourcery.com>
9534
9535 * libtool-ldflags: New script.
9536
a6fbc1e2
AS
95372006-01-02 Andreas Schwab <schwab@suse.de>
9538
9539 * configure.in: When reconfiguring remove Makefile in
9540 all stage directories.
9541 * configure: Regenerate.
9542
103a4b39
SB
95432005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9544
9545 * MAINTAINERS: Update my email address.
9546
212f829c
PB
95472005-12-20 Paolo Bonzini <bonzini@gnu.org>
9548
9549 Revert Ada-related part of the previous change.
9550
9551 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9552 Do not pass.
9553 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9554 * Makefile.in: Regenerate.
9555 * configure.in: Do not include mt-ppc-aix target fragment.
9556 * configure: Regenerate.
9557
8ef1f2df
PB
95582005-12-19 Paolo Bonzini <bonzini@gnu.org>
9559
9560 * configure.in: Select appropriate fragments for PowerPC/AIX.
9561 * configure: Regenerate.
9562
9563 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9564 BOOT_CFLAGS, BOOT_LDFLAGS.
9565 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9566 BOOT_CFLAGS, BOOT_LDFLAGS.
9567 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9568 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9569 (stage): Fail if we cannot complete the work.
9570 * Makefile.in: Regenerate.
9571
ab34901f
NS
95722005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9573
9574 * configure.in: Replace ms1 with mt.
9575 * configure: Rebuilt.
9576
cbe82f21
BM
95772005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9578
9579 * MAINTAINERS: Update my email address.
9580
19843472
PB
95812005-12-15 Paolo Bonzini <bonzini@gnu.org>
9582
9583 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9584 install-host-nogcc): Don't invoke $(stage) at the end.
9585 * Makefile.in: Regenerate.
9586
1ca26cd2
PB
95872005-12-14 Paolo Bonzini <bonzini@gnu.org>
9588
9589 * configure.in: Flip the top-level bootstrap switch.
9590 * configure: Regenerate.
9591
f41d6665
DJ
95922005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9593
9594 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9595 $(stage) and $(unstage).
9596 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9597 (all): Remove stray semicolon.
9598 (local-distclean): Don't handle multilib.tmp and multilib.out.
9599 (install.all): Set $s for consistency.
9600 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9601 check_multilibs setting. Always make the install directory.
9602 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9603 Correct @if/@endif.
9604 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9605 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9606 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9607 (multilib.out): Remove.
9608 * Makefile.in: Regenerated.
9609
dce2d8b2 96102005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
9611
9612 * MAINTAINERS (Write After Approval): Add myself.
9613
64f182bd
NS
96142005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9615
121b2cee
NS
9616 * MAINTAINERS: Add myself as mt maintainer.
9617
64f182bd
NS
9618 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9619
a6d63770
AN
96202005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9621
9622 * MAINTAINERS: Change email address.
9623
2abefe3d
PB
96242005-12-05 Paolo Bonzini <bonzini@gnu.org>
9625
9626 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9627 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9628 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9629 Find in-tree tools if available.
9630 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9631 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9632 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9633 (COMPILER_*_FOR_TARGET): New.
9634 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9635 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9636 (CONFIGURED_*, USUAL_*): Remove.
9637 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9638 STRIP): Use autoconf substitutions.
9639 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9640 COMPILER_NM_FOR_TARGET): New.
9641 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9642
9643 (all): Make all-host and all-target in parallel.
9644 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9645 that $$r and $$s are set before invoking a recursive make.
9646 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9647 ([+bootstrap-target+]): Inline most of the `all' target.
9648
2f3bdde7
BE
96492005-11-29 Ben Elliston <bje@au.ibm.com>
9650
9651 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9652 from the gcc build directory.
9653 * Makefile.in: Regenerate.
9654
a4b6c45a
BE
96552005-11-29 Ben Elliston <bje@au.ibm.com>
9656
9657 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9658 depend on all-libdecnumber.
9659 * configure.in (host_libs): Include libdecnumber.
9660 * Makefile.in: Regenerate.
9661 * configure: Likewise.
9662
473a74b9
BE
96632005-11-29 Ben Elliston <bje@au.ibm.com>
9664
9665 * libdecnumber: Import decNumber sources from the dfp-branch.
9666
b4623110
KJ
96672005-11-21 Kean Johnston <jkj@sco.com>
9668
9669 * config.sub, config.guess: Sync from upstream sources.
9670
67dc1785
BE
96712005-11-21 Ben Elliston <bje@au.ibm.com>
9672
9673 Import from Autoconf sources:
9674
9675 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9676 * config/move-if-change: Don't output "$2 is unchanged";
9677 suggested by Ben Elliston. Handle weird characters correctly.
9678
186abafe
AT
96792005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9680
9681 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9682 to match upstream libtool for darwin.
9683
ef9db8d5
DJ
96842005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9685
9686 * Makefile.def: Remove gdb dependencies for gdbtk.
9687 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9688 (configure-gdb, install-gdb): New rules.
9689 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9690 * Makefile.in, configure: Regenerated.
9691
9c5141ab
JB
96922005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9693
9694 * MAINTAINERS (Write After Approval): Add myself.
9695
4523d51b
EE
96962005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9697
9698 * MAINTAINERS (Write After Approval): Add myself.
9699
086b011c
DN
97002005-10-24 Diego Novillo <dnovillo@redhat.com>
9701
9702 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9703 Diego Novillo.
9704
e7c84bf8
PB
97052005-10-22 Paolo Bonzini <bonzini@gnu.org>
9706
9707 PR bootstrap/24297
9708 * Makefile.tpl (do-[+make-target+], do-check, install,
9709 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9710 are set before recursing.
9711 * Makefile.in: Regenerate.
9712
b88a7564
EB
97132005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9714
9715 PR bootstrap/18939
9716 * Makefile.def (gcc) <target>: Fix thinko.
9717 * Makefile.in: Regenerate.
9718
61efc800
BS
97192005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9720
9721 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9722 * configure: Regenerate.
9723
f53d2869
JZ
97242005-10-15 Jie Zhang <jie.zhang@analog.com>
9725
9726 * MAINTAINERS (Write After Approval): Add self.
9727
077fc835
KH
97282005-10-08 Kazu Hirata <kazu@codesourcery.com>
9729
9730 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9731 target-libffi, target-qthreads, target-libjava, and
9732 targetlibobjc.
9733 * configure: Regenerate.
9734
d739199a
DJ
97352005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9736
9737 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9738 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9739 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9740 (USUAL_OBJDUMP_FOR_TARGET): New.
9741 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9742 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9743 * configure, Makefile.in: Regenerated.
d739199a 9744
db38c6bb
PB
97452005-10-05 Paolo Bonzini <bonzini@gnu.org>
9746
9747 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9748 before other host packages.
9749
3015564c
KK
97502005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9751
9752 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9753
1061f99e
PB
97542005-10-05 Paolo Bonzini <bonzini@gnu.org>
9755
9756 PR bootstrap/22340
9757
9758 * configure.in (default_target): Remove.
9759 * Makefile.tpl (all): Do not use prerequisites as subroutines
9760 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9761 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9762 use prerequisites as subroutines.
9763 (check-host, check-target): New.
9764 (bootstrap configure & all targets): Do not use stage*-start
9765 if the directory layout is already ok.
9766 (non-bootstrap configure & all targets): Prepend a $(unstage).
9767 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9768 (NOTPARALLEL): Remove.
9769 (unstage, stage variables): New variables.
9770 (unstage, stage targets): Simply expand to those variables.
9771
9772 * configure: Regenerate.
9773 * Makefile.in: Regenerate.
9774
4a9c436f
JW
97752005-10-04 James E Wilson <wilson@specifix.com>
9776
9777 * Makefile.def (lang_env_dependencies): Add libmudflap.
9778 * Makefile.in: Regenerate.
9779
37150080
AS
97802005-10-03 Andreas Schwab <schwab@suse.de>
9781
9782 Backport from libtool CVS:
9783 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9784
9785 * ltmain.sh: add support for installing into temporary
9786 staging area (e.g. 'make install DESTDIR=...')
9787
39d16468
L
97882005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9789
9790 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9791 * configure: Regenerated.
9792
72a7ab82
AP
97932005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9794
9795 * configure: Regenerate with the correct
9796 autoconf version.
9797
6b65a26d
CM
97982005-09-30 Catherine Moore <clm@cm00re.com>
9799
9800 * configure.in (bfin-*-*): New.
9801 * configure: Regenerated.
9802
040b1c5a
GK
98032005-09-28 Geoffrey Keating <geoffk@apple.com>
9804
9805 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9806 (LIPO_FOR_TARGET): New.
9807 (CONFIGURED_LIPO_FOR_TARGET): New.
9808 (USUAL_LIPO_FOR_TARGET): New.
9809 (STRIP_FOR_TARGET): New.
9810 (CONFIGURED_STRIP_FOR_TARGET): New.
9811 (USUAL_STRIP_FOR_TARGET): New.
9812 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9813 STRIP_FOR_TARGET.
9814 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9815 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9816 * Makefile.in: Regenerate.
9817 * configure: Regenerate.
7e050830 9818
3a3c28db
DE
98192005-09-19 David Edelsohn <edelsohn@gnu.org>
9820
9821 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9822 (rs6000-*-aix*): Same.
9823 * configure: Regenerate.
9824
2749a921
TT
98252005-09-16 Tom Tromey <tromey@redhat.com>
9826
9827 * MAINTAINERS: Add self as java maintainer.
9828
7f26dfa3
FXC
98292005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9830
9831 * configure.in: Recognize f95 in the --enable-languages option,
9832 and substitute it for fortran, issuing a warning.
9833 * configure: Regenerate.
9834
d8852c4f
PE
98352005-08-30 Phil Edwards <phil@codesourcery.com>
9836
9837 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9838 * configure: Regenerated.
9839
ad685e81
AH
98402005-08-22 Aldy Hernandez <aldyh@redhat.com>
9841
9842 * MAINTAINERS: Add self as ms1 maintainer.
9843
b00d752c
RE
98442005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9845
9846 * Makefile.def (libssp): Add to lang_env_dependencies.
9847 * Makefile.in: Regenerate.
9848
9ed8fb9b
ILT
98492005-08-18 Ian Lance Taylor <ian@airs.com>
9850
9851 * MAINTAINERS: Add myself as middle-end maintainer.
9852
0f029d39
CG
98532005-08-17 Christian Groessler <chris@groessler.org>
9854
9855 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9856 * Makefile.in: Regenerate.
9857
81087874
AK
98582005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9859
9860 * MAINTAINERS (write after approval): Added myself.
9861
6a134f1c
MR
98622005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9863
9864 * MAINTAINERS (Write After Approval): Add myself.
9865
2693c0b0
PB
98662005-08-12 Paolo Bonzini <bonzini@gnu.org>
9867
9868 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9869 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9870 Look for alternate names of the target cc and c++
9871 * configure: Regenerate.
9872
4de997d1
PB
98732005-08-08 Paolo Bonzini <bonzini@gnu.org>
9874
9875 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9876 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9877 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9878 tools; remove code to manually set them.
9879 (Target tools): Look in the environment for them.
9880 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9881 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9882 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9883 build directory.
9884 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9885 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9886 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9887 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9888 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9889 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9890 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9891 * configure: Regenerate.
9892 * Makefile.in: Regenerate.
9893
b089e33a
BE
98942005-07-28 Ben Elliston <bje@au.ibm.com>
9895
9896 * MAINTAINERS: Update for removed CPU targets.
9897
e3791243
MM
98982005-07-27 Mark Mitchell <mark@codesourcery.com>
9899
9900 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9901 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9902 * Makefile.in: Regenerated.
9903
526635cb
MM
99042005-07-26 Mark Mitchell <mark@codesourcery.com>
9905
9906 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9907 (CFLAGS_FOR_TARGET): Use it.
9908 (CXXFLAGS_FOR_TARGET): Likewise.
9909 * Makefile.in: Regenerated.
9910 * configure.in (--with-build-sysroot): New option.
9911 * configure: Regenerated.
9912
19791f70
PB
99132005-07-24 Paolo Bonzini <bonzini@gnu.org>
9914
9915 * Makefile.tpl: Wrap install between unstage and stage
9916 * Makefile.in: Regenerate.
9917
35f5a23f
EC
99182005-07-21 Eric Christopher <echristo@apple.com>
9919
9920 * MAINTAINERS: Update affiliation.
9921
ff3ddf15
PW
99222005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9923
9924 * MAINTAINERS: Add self as crx port maintainer.
9925
3a664c1c
DD
99262005-07-20 DJ Delorie <dj@redhat.com>
9927
9928 * MAINTAINERS: Add self as m32c maintainer.
9929
539df155
KC
99302005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9931
9932 * all files: Update FSF address.
9933
be9c593a
EC
99342005-07-15 Eric Christopher <echristo@redhat.com>
9935
9936 * MAINTAINERS: Change affiliation.
9937
fd7ea4ab
JB
99382005-07-14 Jim Blandy <jimb@redhat.com>
9939
9940 * configure.in: Add cases for Renesas m32c.
9941 * configure: Regenerated.
7e050830 9942
0063a823
KC
99432005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9944
d0ca130a
KC
9945 * COPYING.LIB: Update from fsf.org.
9946
99472005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9948
9949 * COPYING, compile, config.guess,
0063a823
KC
9950 config.sub, install-sh, missing, mkinstalldirs,
9951 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 9952 * config-ml.in: Update FSF address.
0063a823 9953
a8ba31f2
EC
99542005-07-13 Eric Christopher <echristo@redhat.com>
9955
9956 * configure.in: Add toplevel noconfigdir support for tpf.
9957 * configure: Regenerate.
9958
5bea4a03
PB
99592005-07-11 Paolo Bonzini <bonzini@gnu.org>
9960
9961 PR ada/22340
9962
9963 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
9964 * Makefile.in: Regenerate.
9965
284bdbbd
MM
99662005-07-07 Mark Mitchell <mark@codesourcery.com>
9967
9968 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 9969 Brolley to write-after-approval.
284bdbbd 9970
452190fb
AS
99712005-07-07 Andreas Schwab <schwab@suse.de>
9972
9973 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
9974 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
9975 * Makefile.in: Regenerated.
9976
9c8f9ec2
GK
99772005-07-06 Geoffrey Keating <geoffk@apple.com>
9978
9979 * configure.in: Don't build sim or rda when targetting darwin.
9980 * configure: Regenerate.
9981
ef0087a7
KH
99822005-07-06 Kazu Hirata <kazu@codesourcery.com>
9983
9984 * configure.in: Add --enable-libssp and --disable-libssp.
9985 * configure: Regenerate with autoconf-2.13.
9986
77008252
JJ
99872005-07-02 Jakub Jelinek <jakub@redhat.com>
9988
9989 * Makefile.def (target_modules): Add libssp.
9990 * configure.in (target_libraries): Add target-libssp.
9991 * configure: Rebuilt.
9992 * Makefile.in: Rebuilt.
9993
a04eae1b
ZW
99942005-07-01 Zack Weinberg <zackw@panix.com>
9995
9996 * MAINTAINERS: Change email address. Resign from maintainership.
9997
948884cd
RG
99982005-07-01 Richard Guenther <rguenther@suse.de>
9999
10000 * MAINTAINERS: Change my e-mail address and affiliation.
10001
c7870f5d
PB
100022005-06-22 Paolo Bonzini <bonzini@gnu.org>
10003
10004 * Makefile.def (stagefeedback): Come after profile.
10005 Define profiledbootstrap target.
10006 * Makefile.tpl (profiledbootstrap): Remove.
10007 (stageprofile-end): Zap stagefeedback.
10008 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10009 * Makefile.in: Regenerate.
10010
ab99519a
RS
100112005-06-13 Richard Sandiford <richard@codesourcery.com>
10012
10013 * MAINTAINERS: Update my email address.
10014
f610dd5f
ZW
100152005-06-13 Zack Weinberg <zack@codesourcery.com>
10016
10017 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10018 In 'cpp' stanza, support '#line' as well as '# '.
10019
71bc2a83
AS
100202005-06-08 Andreas Schwab <schwab@suse.de>
10021
10022 * MAINTAINERS: Move myself from 'Write After Approval' to
10023 'CPU Port Maintainers' section as m68k maintainer.
10024
4fab7234
HPN
100252005-06-07 Hans-Peter Nilsson <hp@axis.com>
10026
10027 * configure.in (unsupported_languages): New macro.
10028 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10029 non-ported target libraries in noconfigdirs.
10030 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10031 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 10032 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
10033 unsupported_languages.
10034 * configure: Regenerate.
10035
68193f9b
TS
100362005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10037
10038 * configure.in: Fix typo in handling of --with-mpfr-dir.
10039 * configure: Regenerate.
10040
f26f6b8d
RS
100412005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10042
10043 * MAINTAINERS: Update my email address.
10044
ba4853f8
JB
100452005-06-02 Jim Blandy <jimb@redhat.com>
10046
10047 * config.sub: Add cases for the Renesas m32c. (This patch has been
10048 accepted into the master sources.)
10049
79dd769c 100502005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
10051 Michael Snyder <msnyder@redhat.com>
10052 Stan Cox <scox@redhat.com>
79dd769c 10053
f610dd5f 10054 * configure.in: Set noconfigdirs for ms1.
79dd769c 10055
f610dd5f 10056 * configure: Regenerate.
79dd769c 10057
d29e107f
JD
100582005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10059
10060 * MAINTAINERS (Write After Approval): Add self.
10061
e93196c3
JC
100622005-06-01 Josh Conner <jconner@apple.com>
10063
10064 * MAINTAINERS (Write After Approval): Add self.
10065
ae263c7a
KH
100662005-06-01 Kazu Hirata <kazu@codesourcery.com>
10067
10068 * MAINTAINERS: Update my email address.
10069
585b3aa3
ZM
100702005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10071
10072 * MAINTAINERS (Write After Approval): Add self.
10073
4930c50b
CD
100742005-05-26 Chris Demetriou <cgd@broadcom.com>
10075
10076 * MAINTAINERS (Write After Approval): Remove self.
10077
2dfbef6d
PB
100782005-05-25 Paolo Bonzini <bonzini@gnu.org>
10079
10080 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10081 (Dependencies): Consider target modules for bootstrap dependencies.
10082 Make target bootstrap modules depend on each stage's gcc.
10083 * Makefile.in: Regenerate.
10084
bcb28cf5
PB
100852005-05-20 Paolo Bonzini <bonzini@gnu.org>
10086
10087 * Makefile.def (configure-gcc): Depend on binutils having been built.
10088 (all-gcc): No need to do it here.
10089 * Makefile.in: Regenerate.
10090
0cf085e4
PB
100912005-05-19 Paul Brook <paul@codesourcery.com>
10092
f610dd5f 10093 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
10094 language cannot be built.
10095 * configure: Regenerate.
10096
dfb2c39a
DJ
100972005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10098
10099 * ylwrap: Import from Automake 1.9.5.
10100
771aaa92
DU
101012005-05-13 David Ung <davidu@mips.com>
10102
10103 * MAINTAINERS (Write After Approval): Add self.
10104
3ac9bd58
MS
101052005-05-09 Mike Stump <mrs@apple.com>
10106
10107 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10108 lt_cv_sys_max_cmd_len for now.
f610dd5f 10109
f77a5578
SC
101102005-05-09 Stan Cox <scox@redhat.com>
10111
10112 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10113
795e36e5
MK
101142005-05-08 Matt Kraai <kraai@ftbfs.org>
10115
10116 * README.SCO: Update the URL.
10117
c9392a2b
DE
101182005-05-05 David Edelsohn <edelsohn@gnu.org>
10119
10120 * ltconfig: Define file_list_spec. Pass file_list_spec and
10121 with_gnu_ld to libtool.
10122 * ltcf-c.sh (aix[45]): Define file_list_spec.
10123 * ltcf-cxx.sh (aix[45]): Same.
10124 * ltcf-gcj.sh (aix[45]): Same.
10125 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10126 exists, write list of input files to temporary file.
10127
bebcd931
MS
101282005-05-04 Mike Stump <mrs@apple.com>
10129
10130 * configure.in: Always pass --target to target configures as
10131 otherwise rebuilds that do --recheck will fail.
10132 * confiugure: Rebuilt.
10133
ce406537
PB
101342005-05-04 Paolo Bonzini <bonzini@gnu.org>
10135
10136 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10137 STAGE_HOST_EXPORTS.
10138 (configure, all): Add bootstrap support.
10139 (Host modules, target modules): Pass post-stage1 flags and exports.
10140 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10141 * Makefile.in: Regenerate.
10142
aa9dcfc4
PB
101432005-04-29 Paolo Bonzini <bonzini@gnu.org>
10144
10145 * configure: Regenerate.
10146
b6f9abcf
MS
101472005-04-27 Mike Stump <mrs@apple.com>
10148
10149 * MAINTAINERS: Add self as darwin maintainer.
10150
acb217cb
BS
101512005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10152
10153 * config.sub: Update from master copy.
10154
b6dae270
MS
101552005-04-21 Mike Stump <mrs@apple.com>
10156
10157 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10158 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10159
c2e0d3a9
HPN
101602005-04-19 Hans-Peter Nilsson <hp@axis.com>
10161
10162 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10163 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10164 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10165 "*-*-elf" and "*-*-linux*".
10166 * configure: Regenerate.
10167
871ae772
JM
101682005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10169
10170 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10171
bf070c29
MS
101722005-04-12 Mike Stump <mrs@apple.com>
10173
10174 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10175
e865b6f7
TK
101762005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10177
10178 * MAINTAINERS (Write After Approval): Add myself.
10179
7b71ad7f
BS
101802005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10181
10182 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10183
25b42232
PB
101842005-04-06 Paolo Bonzini <bonzini@gnu.org>
10185
f610dd5f 10186 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
10187 (TARGET_CONFIGARGS): Include --with-target-subdir.
10188 (configure, all): New macros. Use them throughout.
10189 * Makefile.in: Regenerate.
10190
d727c624
JG
101912005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10192
10193 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 10194
fff72cc4
ZD
101952005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10196
10197 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10198
86472dc3
GP
101992005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10200
10201 * MAINTAINERS: Move John Carr to Write After Approval.
10202
dce2d8b2 102032005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
10204
10205 * config/mh-mingw32: Delete.
10206 * configure.in: Don't use it.
10207 * configure: Regenerate.
10208
33da42bc
PB
102092005-03-31 Paolo Bonzini <bonzini@gnu.org>
10210
10211 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10212 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 10213 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
10214 (HOST_LIB_PATH): Generate from Makefile.def.
10215 (TARGET_LIB_PATH): Likewise.
10216 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10217 * Makefile.in: Regenerate.
10218 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10219 (RPATH_ENVVAR): Include Darwin case.
10220 * configure: Regenerate.
10221
15cc1841
TF
102222005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10223
10224 * MAINTAINERS (Various Maintainers): Remove self.
10225 (Write After Approval): Add self.
10226
6a8c79d5
TF
102272005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10228
10229 * MAINTAINERS (Various Maintainers): Add self.
10230
256f7136
PB
102312005-03-25 Paolo Bonzini <bonzini@gnu.org>
10232
10233 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10234 * configure: Regenerate.
10235
191dd2c9
ZW
102362005-03-21 Zack Weinberg <zack@codesourcery.com>
10237
10238 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10239 gcc_version, and gcc_version_trigger from set of flags to pass.
10240 * Makefile.tpl: Remove definitions of above variables.
10241 (config.status): Remove dependency on $(gcc_version_trigger).
10242 * Makefile.in: Regenerate.
10243 * configure.in: Do not reference config/gcc-version.m4 nor
10244 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10245 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10246 * configure: Regenerate.
10247
ef6e9bc0 102482005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 10249 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
10250
10251 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10252 * Makefile.in: Regenerate.
10253
009bbd5a
FW
102542005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10255
10256 * MAINTAINERS (Write After Approval): Add myself.
10257
09f8755b
DA
102582005-03-03 David Ayers <d.ayers@inode.at>
10259
10260 * MAINTAINERS (Write After Approval): Add myself.
10261
e73ed25c
AO
102622005-03-01 Alexandre Oliva <aoliva@redhat.com>
10263
10264 PR libgcj/20160
10265 * ltmain.sh: Avoid creating archives with components that have
10266 duplicate basenames.
10267
ace9ac7b
AP
102682005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10269
10270 PR bootstrap/20250
10271 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10272 instead of check.
10273 * Makefile.in: Regenerate.
10274
c9db9354
PB
102752005-02-28 Paolo Bonzini <bonzini@gnu.org>
10276
10277 * Makefile.in: Regenerate to fix conflict between the previous two
10278 patches.
10279
215c351a
PB
102802005-02-28 Paolo Bonzini <bonzini@gnu.org>
10281
10282 PR bootstrap/17383
10283 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10284 * Makefile.tpl (HOST_SUBDIR): New substitution.
10285 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10286 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10287 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10288 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10289 (Host modules, Bootstrapped modules): Use it.
10290 (Build modules, Target modules): Do not create symlink trees,
10291 always configure out-of-srcdir.
10292 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10293 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10294 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10295 $(HOST_SUBDIR). Create a symlink for host_subdir.
10296
10297 * Makefile.in: Regenerate.
10298 * configure: Regenerate.
10299
5395b47b
NN
103002005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10301
10302 Merged from libada-gnattools-branch:
10303 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10304
10305 * gnattools: New directory.
10306 * Makefile.def: Add gnattools as a module, depending on target-libada.
10307 * Makefile.in: Regenerate.
10308 * configure.in: Include gnattools in host_tools; disable it if ada
10309 is disabled.
10310 * configure: Regenerate.
10311
ca2cc05c
JM
103122005-02-24 James A. Morrison <phython@gcc.gnu.org>
10313
10314 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10315 treelang maintainer.
10316 (Write After Approval): Remove myself.
10317
d2f3024f
PS
103182005-02-23 Paul Schlie <schlie@comcast.net>
10319
10320 * configure.in: Allow darwin targeted ports to build tk, itcl and
10321 libgui.
10322 * configure: Regenerate.
10323
bba5e0ca
EB
103242005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10325
10326 PR libgcj/10353
10327 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10328 * configure: Regenerate.
10329
70132ce7
SK
103302005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10331
10332 * MAINTAINERS (Write After Approval): Add myself.
10333
20f0edca
ILT
103342005-02-10 Ian Lance Taylor <ian@airs.com>
10335
10336 * MAINTAINERS: Update my e-mail address.
10337
e64e5109
RG
103382005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10339
10340 * MAINTAINERS (Write After Approval): Add myself.
10341
40d64b5a
HPN
103422005-01-29 Hans-Peter Nilsson <hp@axis.com>
10343
10344 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10345 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10346 target-libgloss when not *-*-elf and *-*-aout.
10347 * configure: Regenerate.
10348
54a12711
KH
103492005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10350
10351 * MAINTAINERS: Remove obsolete entries.
10352
0aa99dbb
KH
10353 * MAINTAINERS (Write After Approval): Add Michael Matz.
10354
2b009f5f
NB
103552005-01-19 Neil Booth <neil@daikokuya.co.uk>
10356
10357 * MAINTAINERS: Remove self as cpplib maintainer.
10358
385870f5
KC
103592005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10360
10361 * install-sh, config.sub: Import from upstream.
10362
e7daab31
KC
103632005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10364
10365 PR bootstrap/18222
10366 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10367 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10368 * Makefile.in: Regenerate.
10369
e6003f4d
JT
103702005-01-16 Jason Thorpe <thorpej@netbsd.org>
10371
10372 * MAINTAINERS: Update my email address.
10373
145e2972 103742005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 10375 Andreas Schwab <schwab@suse.de>
145e2972
DE
10376
10377 PR bootstrap/18033
10378 * config-ml.in: Eval option if surrounded by single quotes.
10379
86c7e0da
PB
103802005-01-03 Paolo Bonzini <bonzini@gnu.org>
10381
10382 Revert 2004-12-28 Makefile changes, a better fix will be
10383 applied to mainline and src after GCC 4.0 branches.
10384
3224a22f
PB
103852004-12-28 Paolo Bonzini <bonzini@gnu.org>
10386
10387 PR bootstrap/17383
10388
10389 * Makefile.def (target_modules): Remove stage parameter,
10390 it is always true now.
10391 * Makefile.tpl (configure-build-[+module+],
10392 configure-target-[+module+]): Always build symlink tree
10393 for the directory and for include. BUILD_SUBDIR and
10394 TARGET_SUBDIR cannot be . anymore.
10395 * Makefile.in: Regenerate.
10396
aaf51ca2
DE
103972004-12-25 David Edelsohn <edelsohn@gnu.org>
10398
10399 Revert 2004-12-08 Makefile changes.
10400
4e32e454
DS
104012004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10402
10403 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10404 cygwin, mingw.
10405
669f01d8
AS
104062004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10407
10408 * configure.in (sh64-*-*): Reenable gprof.
10409 * configure: Regenerate.
10410
1b227ee0
DE
104112004-12-08 David Edelsohn <edelsohn@gnu.org>
10412
10413 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10414 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10415 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10416 * Makefile.in: Regenerate.
10417
ce5e944c
CF
104182004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10419
10420 * MAINTAINERS: Update my email address.
10421
893f1e87
MK
104222004-12-07 Matt Kraai <kraai@ftbfs.org>
10423
10424 * Makefile.tpl: Generate normal dependencies if the LHS module is
10425 not bootstrapped.
10426 * Makefile.in: Regenerate.
10427
bb59c339
RS
104282004-12-03 Richard Sandiford <rsandifo@redhat.com>
10429
10430 * configure.in: Include config/gxx-include-dir.m4. Use
10431 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10432 * configure: Regenerate.
10433
4982adbe
RS
104342004-12-03 Richard Sandiford <rsandifo@redhat.com>
10435
10436 * config.if: Delete.
10437 * configure.in: Set libstdcxx_incdir directly.
10438 * configure: Regenerate.
10439
05750653
EC
104402004-12-02 Eric Christopher <echristo@redhat.com>
10441
10442 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10443 * Makefile.in: Regenerate.
10444
5fef1dbd
RS
104452004-12-02 Richard Sandiford <rsandifo@redhat.com>
10446
10447 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10448 * configure: Regenerate.
10449
afabd8e6
RS
104502004-12-02 Richard Sandiford <rsandifo@redhat.com>
10451
10452 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10453 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10454 * configure: Regenerate.
10455
78716e86
EC
104562004-12-01 Eric Christopher <echristo@redhat.com>
10457
10458 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10459 of things to remove.
10460
57ab8ba9
MK
104612004-11-29 Matt Kraai <kraai@ftbfs.org>
10462
10463 * MAINTAINERS (Write After Approval): Update my e-mail address.
10464
2539bffe
KC
104652004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10466
10467 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10468 from CVS libtool to always pass_all.
10469
3e732ba0
JDA
104702004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10471
10472 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10473 (hppa*64*-*-*): Delete incorrect comment.
10474 * configure: Rebuilt.
10475
767f726e
KC
104762004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10477
10478 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10479
2c92e90f
KC
104802004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10481
10482 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10483 from CVS libtool to always pass_all.
10484
32f84e48
KC
104852004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10486
10487 * install-sh, compile: Import from automake.
10488
9587be8a
KC
104892004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10490
10491 * config.guess, config.sub: Import from savannnah.
10492
04e81808 104932004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
10494
10495 * MAINTAINERS (Write After Approval): Add myself
10496
f87a2b2e
MS
104972004-11-12 Mike Stump <mrs@apple.com>
10498
10499 * Makefile.def: Add html support.
10500 * Makefile.tpl: Likewise.
10501 * Makefile.in: Regenerate.
10502
848556c2
GK
105032004-11-11 Geoffrey Keating <geoffk@apple.com>
10504
556f03c4
GK
10505 PR 18423
10506 * configure.in: Remove all instances of build-fixincludes from
10507 noconfigdirs.
10508 (build_configargs): Supply --target to subdirectories.
10509 * configure: Regenerate.
10510
848556c2
GK
10511 * Makefile.def: Make gcc install depend on fixincludes install.
10512 * Makefile.in: Regenerate.
10513
9e5712a5
JJ
105142004-11-10 Janis Johnson <janis187@us.ibm.com>
10515
10516 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10517
4ef509c0
PB
105182004-11-11 Paul Brook <paul@codesourcery.com>
10519
10520 * MAINTAINERS: Add self as arm maintainer. Update email address.
10521
20d11df6
HPN
105222004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10523
10524 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10525 target-libgfortran.
79fd8592 10526 * configure: Regenerate.
20d11df6 10527
68c70f15
DE
105282004-11-07 David Edelsohn <edelsohn@gnu.org>
10529
10530 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10531 like CC.
10532
54f88091
PB
105332004-11-05 Paolo Bonzini <bonzini@gnu.org>
10534
10535 * Makefile.def (host fixincludes): Specify missing targets.
10536 * Makefile.in: Regenerate.
10537
6866abb8
RC
105382004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10539
10540 * MAINTAINERS: Add myself
10541
83f62578
GL
105422004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10543
10544 * MAINTAINERS (Write After Approval): Add myself.
10545
53c7ffe7
GK
105462004-11-04 Geoffrey Keating <geoffk@apple.com>
10547
10548 * Makefile.def: Build fixincludes for the host, too.
10549 * Makefile.in: Regenerate.
10550 * configure.in (host_tools): Add fixincludes.
10551 * configure: Regenerate.
10552
ac8b3d9d
DJ
105532004-11-04 Daniel Jacobowitz <dan@debian.org>
10554
10555 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10556 * configure: Regenerated.
10557
bab37580
L
105582004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10559
10560 PR other/17783
10561 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10562 * configure: Regenerated.
10563
db1de713
MM
105642004-10-31 Mark Mitchell <mark@codesourcery.com>
10565
10566 * README.SCO: Update per FSF instructions.
10567
a827e21a
EW
105682004-10-28 Eric B. Weddington <ericw@evcohs.com>
10569
10570 PR target/18151
10571 * configure.in (case ${target}): Do not build fixincludes for avr.
10572 * configure: Regenerated.
10573
9d069a4f
PB
105742004-10-26 Paolo Bonzini <bonzini@gnu.org>
10575
10576 * configure.in (case ${target}): Do not build fixincludes
10577 on platforms where it is not used.
10578 * configure: Regenerated.
10579
fc45f3fe
DJ
105802004-10-23 Daniel Jacobowitz <dan@debian.org>
10581
10582 * configure.in: Use an absolute path to install-sh.
10583 * configure: Regenerated.
10584
36554b92
AL
105852004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10586
10587 * MAINTAINERS (Write After Approval): Add myself.
10588
88e9994a
KH
105892004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10590
10591 * MAINTAINERS: Remove from Write After Approval those that are
10592 already maintainers.
10593
ad02a944
SP
105942004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10595
10596 * MAINTAINERS: Update my email address.
10597
c8e6cd41
KC
105982004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10599
10600 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10601 * configure: Regenerate.
10602
dce2d8b2 106032004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
10604
10605 * MAINTAINERS: Update my email address.
10606
a8b0957e
KH
106072004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10608
10609 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10610 entries belonging to this category.
10611
96836f61
JZ
106122004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10613
10614 * MAINTAINERS: Update my e-mail address.
10615
7e0b5752
PB
106162004-10-06 Paolo Bonzini <bonzini@gnu.org>
10617
10618 Fix wrong conflict resolution in:
10619
10620 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10621
10622 * Makefile.in: Regenerate.
10623 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10624 in the recursive `make', instead of hardwiring `all'.
10625 (Autogenerated TARGET-* variables): New.
10626
370f7a47
TL
106272004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10628
10629 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 10630 * configure: Regenerate.
370f7a47 10631
13e5d623
KH
106322004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10633
10634 * MAINTAINERS (Various Maintainers): Move the "windows,
10635 cygwin, mingw" maintainer to ...
10636 (OS Port Maintainers): ... here.
10637
a6497c1b
KH
106382004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10639
10640 * MAINTAINERS (Write After Approval): Remove those that are
10641 maintainers of some subsystem.
10642
1abb828a
D
106432004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10644
10645 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10646 * ltcf-cxx.sh (tpf*): Likewise.
10647 * ltconfig (tpf*): Add TPF OS configuration support.
10648
16d1338d
BS
106492004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10650
10651 * MAINTAINERS: Change my email address to my new work account.
10652
9082a750
MR
106532004-09-24 Michael Roth <mroth@nessie.de>
10654
10655 * configure.in (--without-headers): Add missing double quotes.
10656 * configure: Regenerate.
10657
dce2d8b2 106582004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
10659
10660 * ylwrap: Revert to previous version.
10661
4c4a5bbc
L
106622004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10663
10664 PR bootstrap/17369
10665 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10666 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10667 SET_GCC_LIB_PATH_CMD.
10668 (BASE_TARGET_EXPORTS): Likewise.
10669 * Makefile.in: Regenerated.
10670
10671 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10672 * configure: Regenerated.
10673
85f59630
KC
106742004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10675
10676 * config.guess: New upstream version
10677 * compile, depcomp, install-sh, ylwrap: Likewise.
10678
95c53c62
RS
106792004-09-19 Roger Sayle <roger@eyesopen.com>
10680
10681 * config/mh-x86omitfp: New host makefile fragment. Add
10682 -fomit-frame-pointer to the default BOOT_CFLAGS.
10683 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10684 * configure: Regenerate.
10685
0a1c093b
AP
106862004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10687
10688 PR target/11572
10689 * configure.in (*-*-darwin*): Renable libobjc.
10690 * configure: Regenerate.
10691
315fcf97
NS
106922004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10693
10694 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10695
0a050485 106962004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 10697
0a050485
DB
10698 * Makefile.def: Remove libbanshee.
10699 * Makefile.tpl: Ditto.
10700 * configure.in: Ditto.
10701 * Makefile.in: Regen.
10702 * configure: Ditto.
10703
5f4a098e
DE
107042004-09-08 David Edelsohn <edelsohn@gnu.org>
10705
10706 * ltmain.sh: Use $pic_object as $non_pic_object if
10707 $non_pic_object=none.
10708
32b2511f
PB
107092004-09-07 Paolo Bonzini <bonzini@gnu.org>
10710
10711 * missing: Import latest version from master repository.
10712
fc4d0e82
NC
107132004-09-06 Nick Clifton <nickc@redhat.com>
10714
10715 * config.sub: Import latest version from master repository.
10716 * config.guess: Likewise.
10717 This includes these changes:
78716e86 10718
fc4d0e82
NC
10719 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10720
10721 * config.sub: Handle crisv32, alias etraxfs.
10722 * config.guess (crisv32:Linux:*:*): Handle.
10723
10724 2004-08-13 Brad Smith <brad@comstyle.com>
10725
10726 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10727 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10728
10729 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10730
10731 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10732 assume the processor is a powerpc. This is because coreutils
10733 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10734 in this case, due to a MacOS X bug that causes
10735 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10736 to return a negative number.
10737 Problem reported by Petter Reinholdtsen in:
10738 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10739
10740 2004-07-19 Ben Elliston <bje@gnu.org>
10741
10742 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10743
10744 2004-06-24 Ben Elliston <bje@gnu.org>
10745
10746 * config.guess: Update copyright years.
10747 * config.sub: Likewise.
10748
10749 2004-06-22 Robert Millan <robertmh@gnu.org>
10750
10751 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10752 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10753
10754 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10755
10756 * config.guess (*:*VMS:*:*): New entry. Replaces
10757 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10758 manufacturer.
10759
10760 2004-06-22 Ben Elliston <bje@gnu.org>
10761
10762 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10763 * config.sub: Likewise.
10764
10765 2004-06-22 Ben Elliston <bje@gnu.org>
10766
10767 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10768 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10769
10770 2004-06-11 Ben Elliston <bje@gnu.org>
10771
10772 * config.guess (pegasos:OpenBSD:*:*): Remove.
10773
10774 2004-06-11 Ben Elliston <bje@gnu.org>
10775
10776 From Wouter Verhelst <wouter@grep.be>:
10777 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10778
10779 2004-06-11 Ben Elliston <bje@gnu.org>
10780
10781 * config.guess (luna88k:OpenBSD:*:*): New.
10782
10783 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10784
10785 * config.guess (m32r*:Linux:*:*): New case.
10786 * config.sub: Handle m32rle.
10787
10788 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10789
10790 From Jens Petersen <petersen@redhat.com>:
10791 * config.sub: Handle sparcv8.
10792
10793 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10794
10795 From Tom Smith <smith@cag.lkg.hp.com>:
10796 * config.guess: Version suffixes are equally significant on Tru64
10797 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10798 prefix of "P" (patched kernel).
10799
10800 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10801
10802 * config.sub: Add support for National Semiconductor CRX target.
10803
2f4cc6bf
JJ
108042004-09-03 Janis Johnson <janis187@us.ibm.com>
10805
10806 * MAINTAINERS (Various Maintainers): Remove myself as web page
10807 maintainer, add myself as maintainer of build status lists.
10808
61fec9ff
JB
108092004-09-03 Jan Beulich <jbeulich@novell.com>
10810
10811 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10812 *-*-netware, but add target-libmudflap.
10813 Consolidate *-*-netware targets (of which really only i?86 exists)
10814 into a single entry.
10815 * configure: Likewise.
10816
45f366ab
PB
108172004-09-01 Paolo Bonzini <bonzini@gnu.org>
10818
10819 * Makefile.tpl (sorry): Remove.
10820 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10821 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10822 (do-clean): Clean per-stage directories too.
10823 (do-distclean): Run distclean-stage1 too.
10824 (.NOTPARALLEL): Enable during toplevel bootstrap.
10825 (stage[+id+]-bubble): Enable parallel execution during
10826 the recursive invocation.
10827 * Makefile.in: Regenerate.
10828
10829 Fix previous checkin:
10830
10831 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10832 include.
10833 * configure.in: Fix indentation.
10834 * configure: Regenerate.
10835
dce2d8b2 108362004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10837
45f366ab
PB
10838 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10839 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10840 * configure: regenerate
78716e86 10841 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10842 -mdynamic-no-pic
be8fff81 10843
71b5d516
PB
108442004-08-31 Paolo Bonzini <bonzini@gnu.org>
10845
10846 * Makefile.def (build_modules): Add fixincludes.
10847 (dependencies): Make gcc depend on fixincludes.
10848 * configure.in (build_tools): Add fixincludes.
10849 (build_configdirs): Always include build_libs.
10850 * Makefile.in: Regenerate.
10851 * configure: Regenerate.
10852
108532004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10854
10855 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10856 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10857 phony targets; do not generate timestamp files.
10858 (distclean-stageN): Remove references to their timestamp files.
10859 (restageN, touch-stageN): Remove.
10860 (stageN-bubble): Rewritten.
10861 (compare): Support lean bootstraps.
10862 * Makefile.in: Regenerate.
10863
10864 * configure.in: Only warn when bootstrapping but
10865 build != host or build != target. Support lean bootstraps.
10866 * configure: Regenerate.
10867
ce7cbbb0
PE
108682004-08-26 Phil Edwards <phil@codesourcery.com>
10869
10870 * configure.in: Give a better error message if GMP/MPFR are missing
10871 and a language needing them has been requested.
10872 * configure: Regenerated.
10873
9c71a529
PE
108742004-08-25 Phil Edwards <phil@codesourcery.com>
10875
10876 * configure.in: Print a list of available language front-ends if
10877 a requested one is missing. Tidy stray tab characters.
10878 * configure: Regenerated.
10879
e3f92d3b
MK
108802004-08-19 Michael Koch <konqueror@gmx.de>
10881
10882 * gcc/doc/install.texi: Update entry about automake for libjava.
10883
c3f84f61
RM
108842004-08-17 Robert Millan <robertmh@gnu.org>
10885
10886 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10887 (instead of FreeBSD).
10888 * configure: Regenerate.
10889
7c27e184
PB
108902004-08-16 Paolo Bonzini <bonzini@gnu.org>
10891
10892 * Makefile.in: Regenerate.
10893 * configure: Regenerate.
10894
10895 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10896 stage_*_flags.
10897 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10898 for bootstrapped modules if toplevel bootstrap is going.
10899 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10900 modules. Adjust for changes in Makefile.def. Enable several
10901 rules even in non-bootstrap mode, just to avoid peppering the
10902 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10903 (stage-[+prev+]-bubble): Remove.
10904
10905 * Makefile.def (Dependencies): Depend on all-build-bison,
10906 all-build-flex, all-build-byacc, all-build-texinfo, rather
10907 than the host variations.
10908 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10909 with BUILD_SUBDIR.
10910 (BISON): Update for recent Bisons.
10911 (YACC): Fix typo.
10912 (cross): Depend on all-build.
10913 (all): Do not depend on all-build.
10914 (prebootstrap): Remove.
10915 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10916 (Prebootstrap dependencies): Add them to the per-stage targets
10917 and to all-prebootstrap.
10918 * configure.in (build_configdirs): Always enable build_tools.
10919 (BUILD_DIR_PREFIX): Remove.
10920
10921 * Makefile.def (gcc): Add target variable.
10922 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10923 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10924 in the recursive `make', instead of hardwiring `all'.
10925 (Autogenerated TARGET-* variables): New.
10926
20f3bb80
BB
109272004-08-13 Brian Booth <bbooth@redhat.com>
10928
10929 * MAINTAINERS: Remove myself from write-after-approval.
10930
b5be499d
NN
109312004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10932
10933 * src-release: Stop distributing mmalloc with gdb (which doesn't
10934 use it).
10935 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10936 * Makefile.in: Regenerate.
10937
b3f8d95d
MM
109382004-08-09 Mark Mitchell <mark@codesourcery.com>
10939
10940 * configure.in (arm*-*-eabi*): New target.
10941 * configure: Regenerate.
10942
3589b69e
PB
109432004-08-06 Paolo Bonzini <bonzini@gnu.org>
10944
10945 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10946 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10947 (Dependencies): New section.
10948 * Makefile.tpl (Dependencies): Generate from Makefile.def.
10949 (configure-target-[+module+]): Depend on maybe-all-gcc
10950 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
10951 (toplevel profiledbootstrap): Fix dependencies.
10952 * Makefile.in: Regenerate.
10953
972974fc
MM
109542004-08-03 Mark Mitchell <mark@codesourcery.com>
10955
10956 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
10957 target-libiberty to noconfigdirs.
10958 * configure: Regenerate.
10959
bebf829d
PB
109602004-08-03 Paul Brook <paul@codesourcery.com>
10961
10962 * configure.in: Check for MPFR as well as GMP.
10963 * configure: Regenerate.
10964
98a5bb3b
RM
109652004-08-01 Robert Millan <robertmh@gnu.org>
10966
10967 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
10968 libmudflap for all GNU-based systems (with Glibc).
10969 * configure: Regenerate.
10970
dce2d8b2 109712004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
10972
10973 * Makefile.def (host-modules): Add gcc.
10974 * Makefile.in: Regenerate.
10975 * Makefile.tpl (sorry): New rule.
10976 (configure-host, all-host, [+make_target+]-host, do-check,
10977 install-host): Do not add gcc as a special case.
10978 (host modules): Add a small special-casing for gcc. Export
10979 extra_make_flags through the environment.
10980 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
10981 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
10982 other recursive targets for gcc): Remove.
10983
10984 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
10985 (stage, unstage): New rules.
10986 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
10987 distclean-stage[+id+]): Use stage_current.
10988 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
10989 the stage*-start rules.
10990
aeb732c1
GK
109912004-08-02 Geoffrey Keating <geoffk@apple.com>
10992
10993 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
10994 use -all_load flag.
10995
25b656e7
PB
109962004-08-02 Paolo Bonzini <bonzini@gnu.org>
10997
10998 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
10999 * configure: Regenerate.
11000
cc440d71
TM
110012004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11002
11003 * maintainer-scripts/gcc_release: Revert yesterday's change.
11004
270e140b
SB
110052004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11006
11007 * MAINTAINERS: Add myself to write-after-approval.
11008
3e4035f8
TM
110092004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11010
11011 * libf2c: Removed.
11012 * gcc/gccbug.in: Updated because of libf2c removal.
11013 * maintainer-scripts/gcc_release: Ditto.
11014
dce2d8b2 110152004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
11016
11017 * configure.in: Build libmudflap by default on FreeBSD.
11018 * configure: Regenerated.
11019
dfcada9a
MM
110202004-07-09 Mark Mitchell <mark@codesourcery.com>
11021
11022 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11023 systems.
11024 * configure: Regenerated.
11025
dce2d8b2 110262004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
11027
11028 PR target/16344
11029 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11030 feedback based compiler.
11031 * Makefile.in: Rebuilt.
11032
95bcca47
AO
110332004-07-08 Alexandre Oliva <aoliva@redhat.com>
11034
11035 * Makefile.def (host_modules): Set bootstrap=true for flex.
11036 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11037 * Makefile.in: Rebuilt.
11038
051822f6
JH
110392004-07-07 Jan Hubicka <jh@suse.cz>
11040
11041 * MAINTAINERS: Add self as a profile feedback maintainer.
11042
7b61653a
PE
110432004-07-05 Phil Edwards <phil@codesourcery.com>
11044
11045 * configure.in: Do not prepend $srcdir to /dev/null in
11046 makefile fragments.
11047 * configure: Regenerate.
11048
23f6b2f9
PB
110492004-07-01 Paolo Bonzini <bonzini@gnu.org>
11050
11051 * Makefile.def (build_modules): Add bison, byacc, flex,
11052 m4, texinfo.
11053 (flags_to_pass): Add FLEX.
11054 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11055 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11056 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11057 DEFAULT_MAKEINFO): Remove.
11058 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11059 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11060 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11061 objdir or else use configured tool.
11062 (all-build): New.
11063 (all): Depend on it.
11064 (Build module dependencies): Add.
11065 * Makefile.in: Regenerate.
11066 * configure.in: Better support for multiple build modules,
11067 matching what is done for host/target modules. Do not look
11068 for "plausible" locations of build tools if Canadian cross.
11069 Use autoconf's AC_PROG_CC to find a C compiler. Define
11070 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11071 * configure: Regenerate.
78716e86 11072
1c020272
PB
110732004-06-22 Paolo Bonzini <bonzini@gnu.org>
11074
11075 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11076 * Makefile.in: Regenerate.
11077
a52a0a7f
PB
110782004-06-22 Paolo Bonzini <bonzini@gnu.org>
11079
11080 * Makefile.tpl (configure-build-[+module+],
11081 configure-[+module+], configure-target-[+module+]): Pass
11082 [+extra_configure_args+].
11083 (all-build-[+module+], all-[+module+], check-[+module+],
11084 install-[+module+], [+make_target+]-[+module+],
11085 all-target-[+module+], check-target-[+module+],
11086 install-target-[+module+], [+make_target+]-target-[+module+]):
11087 Pass [+extra_make_args+].
11088 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11089 (GCC_HOST_EXPORTS): Remove.
11090 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11091 cross, check-gcc, check-gcc-c++, install-gcc,
11092 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11093 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11094 * Makefile.in: Regenerate.
11095
ccde3f1a
MS
110962004-06-21 Matthew Sachs <msachs@apple.com>
11097
11098 * MAINTAINERS: Added self to write-after-approval.
11099
6264b0a6
CF
111002004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11101
11102 * configure.in: Check for srcdir/winsup rather than build directory
11103 winsup.
11104 * configure: Regenerate.
11105
801e2270
CV
111062004-06-17 Corinna Vinschen <vinschen@redhat.com>
11107
11108 * configure.in: Don't build Cygwin native newlib if winsup
11109 directory is missing. Emit warning instead.
11110 * configure: Regenerate.
11111
ad6717df
PB
111122004-06-09 Paolo Bonzini <bonzini@gnu.org>
11113
11114 * Makefile.tpl (touch-stage[+id+]): New.
11115 (restage[+prev+]): Depend on touch-stage[+id+].
11116
11117 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11118 Use it throughout.
11119
11120 * Makefile.def: Add profile and feedback bootstrap stages.
11121 Remove next field from bootstrap stages.
11122 * Makefile.tpl (LN, LN_S): Substitute.
11123 (stageN-start, stageN-end): Use double-colon rules, to
11124 provide a hook for additional setup commands.
11125 (distclean-stageN-gcc, restageN): Create dependencies from
11126 [+prev+], not from [+next+].
11127 (stageN-bubble): Add commands for successive stages from
11128 [+prev+], using double-colon rules.
11129 (all-stageN-gcc): Fix typo.
11130 (stagefeedback-start, profiledbootstrap): New.
11131 * Makefile.in: Regenerate.
11132 * configure.in: Call ACX_PROG_LN.
11133 * configure: Regenerate.
11134
5bbb9680
CY
111352004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11136
11137 * MAINTAINERS (Write After Approval): Add myself.
11138
e18be1d4
MA
111392004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11140
11141 * MAINTAINERS (Write After Approval): Add myself.
11142
5607edfd
PB
111432004-06-03 Paolo Bonzini <bonzini@gnu.org>
11144
11145 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11146 without gcc.
11147 * configure: Regenerate.
11148
1ec4e9c3
PB
111492004-06-01 Paolo Bonzini <bonzini@gnu.org>
11150
11151 * Makefile.tpl: Fix typo.
11152 * Makefile.in: Regenerate.
11153
dce2d8b2 111542004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
11155
11156 * configure.in: Remove new- prefix from toplevel
11157 bootstrap targets.
11158 * configure: Regenerate.
11159
f516a7da
PB
111602004-06-01 Paolo Bonzini <bonzini@gnu.org>
11161
11162 * Makefile.tpl (all.normal): Rename to all.
11163 (all): Replace with a rule to pick the default
11164 target from configure.
11165 (all-gcc, configure-gcc): Use conditionals to
11166 do nothing when toplevel bootstrap is going on.
11167 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11168 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11169 * configure.in: Support --enable-bootstrap.
11170
11171 * Makefile.def: Remove new- prefix from toplevel
11172 bootstrap targets.
11173 * Makefile.tpl: Likewise.
11174
11175 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11176 target.
11177
11178 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11179 $(RECURSE_FLAGS) to recursive invocation of make.
11180
11181 * Makefile.in: Regenerate.
11182 * configure: Regenerate.
11183
78dd5e36 111842004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 11185 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
11186
11187 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11188 like CC.
11189
30f1bddc
DJ
111902004-05-27 Daniel Jacobowitz <dan@debian.org>
11191
11192 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11193 * configure: Regenerate.
11194
4fc4dd12
DJ
111952004-05-25 Daniel Jacobowitz <drow@false.org>
11196
11197 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11198 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11199 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11200 targets.
11201 * Makefile.in: Regenerate.
11202
dce2d8b2 112032004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
11204
11205 * configure.in: Test the ability to symlink directories.
11206 * configure: Regenerate.
11207
11208 * Makefile.def (bootstrap-stage): New definitions.
11209 * Makefile.tpl (configure-stage1-gcc,
11210 configure-stage2-gcc, configure-stage3-gcc,
11211 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11212 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11213 new-restage3, compare): Autogenerate, see Makefile.in
11214 entry for behavioral changes.
11215 (distclean-stage1, new-stage1-start, new-stage1-end,
11216 new-stage1-bubble, distclean-stage2, new-stage2-start,
11217 new-stage2-end, new-stage2-bubble, distclean-stage3,
11218 new-stage3-start, new-stage3-end): New autogenerated targets.
11219 (objext, prebootstrap, BOOT_CFLAGS,
11220 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11221 targets.
11222
11223 * Makefile.in: Regenerate.
11224 (distclean-stage1, new-stage1-start, new-stage1-end,
11225 new-stage1-bubble, distclean-stage2, new-stage2-start,
11226 new-stage2-end, new-stage2-bubble, distclean-stage3,
11227 new-stage3-start, new-stage3-end): New targets.
11228 (all-stage1-gcc): Move prebootstrap dependency from here...
11229 (configure-stage1-gcc): ...to here.
11230 (new-bootstrap): Use bubble targets.
11231 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11232 Use per-stage distclean targets.
11233 (configure-stage1-gcc, configure-stage2-gcc,
11234 configure-stage3-gcc, all-stage1-gcc,
11235 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11236 Use new-stageN-start to prepare the tree.
11237
4f4e53dd
PB
112382004-05-23 Paolo Bonzini <bonzini@gnu.org>
11239
11240 * Makefile.def (host_modules): add libcpp.
11241 * Makefile.tpl: Add dependencies on and for libcpp.
11242 * Makefile.in: Regenerate.
11243 * configure.in: Add libcpp host module.
11244 * configure: Regenerate.
11245
60975492
PB
112462004-05-21 Paolo Bonzini <bonzini@gnu.org>
11247
11248 * Makefile.tpl: Whenever a recursive target is defined, wrap
11249 it in a special @if/@endif block, and prepare its maybe
11250 dependency in the @if/@endif block
11251 * configure.in: Instead of writing maybe dependencies, remove
11252 the @if/@endif statements, and remove the @if/@endif blocks
11253 that remain.
11254 * configure: Regenerate.
11255 * Makefile.in: Regenerate.
11256
5ce7d75d
JJ
112572004-05-20 Janis Johnson <janis187@us.ibm.com>
11258
11259 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11260
c779c42f
KK
112612004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11262
11263 PR bootstrap/15120
11264 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11265 * */configure: Rebuilt.
11266
b4117c30
ZW
112672004-05-17 Zack Weinberg <zack@codesourcery.com>
11268
11269 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11270 of libf2c.
11271 * configure, Makefile.in: Regenerate.
11272
719bb4e3 112732004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
11274
11275 * MAINTAINERS (Write After Approval): Add myself.
11276
6de9cd9a
DN
112772004-05-13 Diego Novillo <dnovillo@redhat.com>
11278
11279 Merge from tree-ssa-20020619-branch.
11280
11281 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11282 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11283 (HOST_GMPLIBS): Define.
11284 (HOST_GMPINC): Define.
11285 (TARGET_LIB_PATH): Add libmudflap.
11286 (GFORTRAN_FOR_TARGET): Define.
11287 (configure-build*): Export GFORTRAN.
11288 (configure-gcc): Export GMPLIBS and GMPINC.
11289 (all-gcc): Add maybe-all-libbanshee.
11290 (configure-target-libgfortran): Define.
11291 * Makefile.in: Regenerate.
11292 * configure.in (host_libs): Add libbanshee.
11293 (target_libraries): Add target-libmudflap and target-libgfortran.
11294 Add --with-libbanshee.
11295 Handle --disable-libmudflap.
11296 (*-*-freebsd*): Use with_gmp.
11297 Add $(libgcj) to noconfigdirs.
11298 * configure: Regenerate.
11299 * depcomp: New file.
11300 * MAINTAINERS: Add tree-ssa maintainers.
11301
8f1b790f
VM
113022004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11303
b4117c30 11304 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 11305
693446fc
BF
113062004-04-30 Brian Ford <ford@vss.fsi.com>
11307
b4117c30 11308 * MAINTAINERS (Write After Approval): Add myself.
693446fc 11309
d1bb666c
UB
113102004-04-29 Uros Bizjak <uros@kss-loka.si>
11311
b4117c30 11312 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 11313
6cf1ac42
PB
113142004-04-28 Paolo Bonzini <bonzini@gnu.org>
11315
11316 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11317 * configure: Regenerate.
11318
632933d5
PB
113192004-04-27 Paolo Bonzini <bonzini@gnu.org>
11320
11321 Revert:
11322 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11323
11324 * Makefile.def (flags_to_pass): Remove *dir variables that
11325 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11326 as well as prefix and exec_prefix.
11327 * Makefile.in: Regenerate.
11328
80dc6aa0
RM
113292004-04-26 Robert Millan <robertmh@gnu.org>
11330
11331 Add patches from libtool CVS.
11332 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11333 * ltconfig: Likewise.
11334 * ltcf-c.sh: Likewise.
11335 * ltcf-cxx.sh: Likewise.
11336 * ltcf-gcj.sh: Likewise.
11337
e11283f1
PB
113382004-04-26 Paolo Bonzini <bonzini@gnu.org>
11339
11340 * Makefile.def (host_modules): Mark with the bootstrap
11341 flag packages on which gcc depends.
11342 * Makefile.tpl (all-bootstrap): Use it.
11343 * Makefile.in: Regenerate.
11344
8546950c
PB
113452004-04-26 Paolo Bonzini <bonzini@gnu.org>
11346
11347 * Makefile.def (flags_to_pass): Remove *dir variables that
11348 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11349 as well as prefix and exec_prefix.
11350 * Makefile.in: Regenerate.
11351
a76494aa
PB
113522004-04-26 Paolo Bonzini <bonzini@gnu.org>
11353
b4117c30
ZW
11354 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11355 * configure: Regenerate.
11356 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11357 * gcc/Makefile.tpl (compare): Use the result of the test.
11358 * gcc/Makefile.in: Regenerate.
a76494aa 11359
03a91701
PB
113602004-04-23 Paolo Bonzini <bonzini@gnu.org>
11361
11362 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11363 Always relocate gcc and prev-gcc to the original names, even
11364 if the build fails.
11365 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11366 New targets.
11367
082a6351
LG
113682004-04-23 Laurent GUERBY <laurent@guerby.net>
11369
11370 * MAINTAINERS: Update my email address.
b4117c30 11371
1f1d584b
RO
113722004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11373
11374 * configure.in (mips*-*-irix5*): Enable ld.
11375 * configure: Regenerate.
082a6351 11376
1db673ca
RO
113772004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11378
11379 * configure: Regenerate.
11380
ce4ea44e
JW
113812004-04-15 James E Wilson <wilson@specifixinc.com>
11382
11383 * Makefile.tpl (configure-[+module+], configure-gcc,
11384 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11385 Set and export LDFLAGS.
11386 * Makefile.in: Regenerate.
11387
611f62ad
MC
113882004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11389
b4117c30 11390 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 11391
be912515
NN
113922004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11393
11394 PR bootstrap/14871
11395 * Makefile.tpl: If we don't have built-in-tree target tools,
11396 use the ones found by configure rather than hacking around with
11397 program_transform_name.
11398 * configure.in: Give Makefile.tpl the information necessary
11399 to do that.
11400 * Makefile.in: Regenerate.
11401 * configure: Regenerate.
11402
9104315a
NN
114032004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11404
11405 PR bootstrap/14760
11406 * configure.in: When computing baseargs, strip *all* copies of
11407 offending options. Also, don't match/substitute the trailing space,
11408 so that this actually works when two similar options are separated by
11409 only one space.
11410 * configure: Regenerate.
11411
bef1d700
DE
114122004-04-06 David Edelsohn <edelsohn@gnu.org>
11413
b4117c30
ZW
11414 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11415 (rs6000-*-aix*): Same.
11416 * configure: Regenerate.
bef1d700 11417
54bcf05e 114182004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
11419
11420 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 11421
369a832c 114222004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
11423
11424 * MAINTAINERS: Add myself to write-after-approval.
369a832c 11425
09a9c095
NN
114262004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11427
7caf53cb
NN
11428 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11429 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11430 * Makefile.in: Regenerate.
11431
09a9c095
NN
11432 * configure.in (top level bootstrap support): Rework --enable-werror
11433 to set @stage2_werror_flag@.
11434 * configure: Regenerate.
11435 * Makefile.tpl (top level bootstrap support): Pass
11436 @stage2_werror_flag@ down to configure in stages 2 and 3.
11437 * Makefile.in: Regenerate.
11438
5595a2bd
NN
114392004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11440
cbfd7e06
NN
11441 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11442 for stages 2 and 3 as well as in make. As a consequence, remove
11443 OUTPUT_OPTION (now detected by configure) from the flags passed down
11444 to make.
11445 * Makefile.in: Regenerate.
11446
5595a2bd
NN
11447 * Makefile.tpl (new-bootstrap): Fix typo.
11448 * Makefile.in: Regenerate.
11449
ca3b3e20
NN
114502004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11451
295f4e42
NN
11452 * Makefile.tpl: Rearrange by moving recursive_targets rules
11453 into their proper sections.
11454 * Makefile.tpl (top level bootstrap support): Move disabling
11455 of coverage flags from 'make' to 'configure'; improve comments.
11456 * Makefile.in: Regenerate.
11457
340de83f
NN
11458 * Makefile.tpl (experimental top level bootstrap) Move stage1
11459 language setting from all- target to configure- target; disable
11460 intermodule optimization in stage 1; prevent gratuitous rebuilds
11461 of stage 1.
11462 * Makefile.in: Regenerate.
11463 * configure.in: Comma-separate stage 1 language list for top
11464 level bootstrap.
11465 * configure: Regenerate.
11466
ca3b3e20
NN
11467 * Makefile.tpl: Clean up experimental top level bootstrap support:
11468 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11469 prev-gcc in configure- targets as well as all- targets.
11470 * Makefile.in: Regenerate.
11471
4d038073
KC
114722004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11473
11474 * compile: New file imported from automake.
11475
ab3533d6
PB
114762004-03-17 Paolo Bonzini <bonzini@gnu.org>
11477
11478 * configure.in: Remove symbolic link section.
11479 * configure: Regenerate.
11480 * Makefile.tpl (links): Remove.
11481 * Makefile.in: Regenerate.
11482
1e0f07d3 114832004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 11484 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
11485
11486 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 11487 Set with AC_CHECK_PROGS.
1e0f07d3
PB
11488 * configure.in: Fix comment typo from last patch.
11489 * configure: Regenerate.
11490
2805b53a
NN
114912004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11492
11493 * Makefile.tpl: Introduce experimental top level bootstrap support.
11494 * Makefile.in: Regenerate.
11495 * configure.in: Introduce support for top level bootstrap.
11496 * configure: Regenerate.
11497
79b4b7d2 114982004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11499 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
11500
11501 PR bootstrap/14522
11502 * configure.in: Cope with shells that do not support unquoted ^
11503 * configure: Regenerate.
11504
6bbec498 115052004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11506 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
11507
11508 PR bootstrap/14522
79b4b7d2 11509 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
11510 quotes inside quoted backquote substitutions.
11511 * configure: Regenerate.
11512
83c15dfc
AP
115132004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11514
11515 PR bootstrap/14522
f2bd98d4 11516 * configure.in: Fix escaping of $.
83c15dfc
AP
11517 * configure: Regenerate.
11518
55ffb5ed
NN
115192004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11520
11521 * configure: Regenerate, since I forgot to while committing Paolo's
11522 changes.
11523
e4c9c075
PB
115242004-03-08 Paolo Bonzini <bonzini@gnu.org>
11525
11526 PR ada/14131
11527 Move language detection to the top level.
11528 * configure.in: Find default values for the tools as
11529 soon as possible. Disable ada if GNAT is not found.
11530 Emit error message about missing languages. Expand
11531 --enable-languages=all for the gcc subdirectory.
11532
5199e2c6
BE
115332004-03-10 Ben Elliston <bje@gnu.org>
11534
11535 * MAINTAINERS: Update my email address.
11536
c18b95e5
DE
115372004-03-05 David Edelsohn <edelsohn@gnu.org>
11538
11539 * ltconfig: Disable building static libraries if building shared
11540 libraries on AIX 5L.
11541
d0fe5ad3
RS
115422004-03-01 Richard Sandiford <rsandifo@redhat.com>
11543
11544 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11545 and disable libgcj.
11546 * configure: Regenerated.
11547
e6f71f9d
BB
115482004-03-01 Brian Booth <bbooth@redhat.com>
11549
11550 * MAINTAINERS: Add myself to write-after-approval.
11551
8983e50e
PB
115522004-03-01 Paolo Bonzini <bonzini@gnu.org>
11553
11554 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11555
d4cd9d81
NN
115562004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11557
11558 PR bootstrap/7087
11559 * Makefile.tpl: Guard XFOO sed statements better.
11560 * Makefile.tpl: Add dependency for configure-target-libada.
11561 * Makefile.in: Regenerate (incidentally fixes broken
11562 commit when libada-branch was merged).
11563
0ea0229e
KC
115642004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11565
11566 * MAINTAINERS: Add myself to write-after-approval.
11567
bad93735
AP
115682004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11569
11570 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11571 maintainers.
11572
a7ca14fc
AC
115732004-02-20 Andrew Cagney <cagney@redhat.com>
11574
11575 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11576 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11577
51592782
NN
115782004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11579
11580 PR bootstrap/11932
11581 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11582
6a30854a
JQ
115832004-02-14 Jerry Quinn <jlquinn@optonline.net>
11584
11585 * MAINTAINERS: Added myself to write-after-approval.
11586
be8b2bee
MK
115872004-02-14 Michael Koch <konqueror@gmx.de>
11588
11589 * MAINTAINERS: Added myself to write-after-approval.
11590
972760b7
JM
115912004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11592
11593 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11594 some OS port maintainers to OS port maintainers section.
11595
b0281654
FCE
115962004-02-13 Frank Ch. Eigler <fche@redhat.com>
11597
11598 * MAINTAINERS: Add self.
11599
3c419fd6
KH
116002004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11601
11602 * MAINTAINERS: Alphabetize.
11603
e88e9aee
PB
116042004-02-12 Paolo Bonzini <bonzini@gnu.org>
11605
11606 * MAINTAINERS: Remove myself.
b4117c30 11607
1915e422
DE
116082004-02-11 David Edelsohn <edelsohn@gnu.org>
11609
11610 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11611 (rs6000-*-aix*): Same.
11612 * configure: Regenerate.
11613
a22c2d8d
KC
116142004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11615
11616 * configure.in (host): Add in missing $noconfigdirs to defines.
11617 * configure: Regenerate.
11618
d9cdb878
AC
116192004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11620 Nathanael Nerode <neroden@gcc.gnu.org>
11621
11622 PR ada/6637, PR ada/5911
b4117c30 11623 Merge with libada-branch:
d9cdb878
AC
11624 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11625 with appropriate dependencies. Add --enable-libada configure switch.
11626 * configure, Makefile.in: Regenerate.
11627
8bd92821
PB
116282004-02-09 Paolo Bonzini <bonzini@gnu.org>
11629
11630 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11631
89a95129
RO
116322004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11633
11634 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11635 * configure: Regenerate.
11636
892629bc
GK
116372004-02-04 Geoffrey Keating <geoffk@apple.com>
11638
11639 Merge from upstream:
11640
11641 * ltmain.in: When setting IFS to '~', be careful about user
11642 arguments that contain '~'.
11643
11644 2004-02-04 Peter O'Gorman <peter@pogma.com>
11645
11646 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11647 Also test $base_compile against $CC with escaped arguments. Bug
11648 reported by Geoff Keating <geoffk@apple.com>.
11649
6b402165
KH
116502004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11651
11652 * MAINTAINERS: Remove i960 port.
11653
fa2f0306
DD
116542004-01-23 DJ Delorie <dj@redhat.com>
11655
11656 * Makefile.def (target_modules) [libiberty]: Don't stage.
11657 * Makefile.in: Rebuilt.
11658
9feb20aa
CT
116592004-01-20 Caroline Tice <ctice@apple.com>
11660
11661 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11662
7aed2ccc
PC
116632004-01-19 Paolo Carlini <pcarlini@suse.de>
11664
11665 * MAINTAINERS: Update my email address.
11666
f25bebe1
JM
116672004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11668
11669 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11670
28083580
VR
116712004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11672
11673 * MAINTAINERS: Remove entries without email address.
11674
c0f4b5e4
DJ
116752004-01-15 Daniel Jacobowitz <drow@mvista.com>
11676
11677 * MAINTAINERS: Add myself to write-after-approval.
11678
b5eb5a5e
SB
116792004-01-15 Steven Bosscher <stevenb@suse.de>
11680
11681 * MAINTAINERS: Update my email address.
11682
dce2d8b2 116832004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
11684
11685 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11686 * Makefile.tpl (configure-target-[+module+]): Support stage.
11687 * Makefile.in: Rebuilt.
11688
74c0b320
ILT
116892004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11690
11691 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11692
2560344b
RS
116932004-01-10 Richard Sandiford <rsandifo@redhat.com>
11694
11695 * MAINTAINERS: Add myself as a MIPS maintainer.
11696
8b21cda6
NN
116972004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11698
2b6c260d
NN
11699 * configure.in: Use ./config.cache, not config.cache.
11700 * configure: Regenerate.
11701 * Makefile.tpl: Special-casing not needed for GCC any more.
11702 * Makefile.in: Regenerate.
11703
09438bde
NN
11704 * configure.in: Don't share a cache file for host dirs.
11705 * configure: Regenerate.
11706
8b21cda6
NN
11707 * config-ml.in: Don't mess with the cache file.
11708
e42870df
EB
117092004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11710
11711 * MAINTAINERS: Move myself from 'Write After Approval' to
11712 'CPU Port Maintainers' section as SPARC maintainer.
11713
6b9eb62c
NN
117142004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11715
78a816a6
NN
11716 * Makefile.tpl: Make GCC use a separate config.cache.
11717 * Makefile.in: Regenerate.
11718
6b9eb62c
NN
11719 PR bootstrap/11932, PR bootstrap/11933
11720 (I don't know if it will fix either of them, but it relates
11721 to them.)
11722 * configure.in: Don't use shared config.cache for target
11723 directories.
11724 * configure: Regenerate.
11725
86d7b562
DN
117262004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11727
11728 * MAINTAINERS: Add myself to 'Write After Approval' section.
11729
07d0a605
RS
117302003-12-31 Roger Sayle <roger@eyesopen.com>
11731
11732 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11733 * configure: Regenerated.
11734
459ac19f
KH
117352003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11736
11737 * MAINTAINERS: Remove the mn10200 maintainer.
11738
5785c0ed 117392003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11740
cc6010cd
AP
11741 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11742 * configure: Regenerated.
5785c0ed 11743
a268eff9
JH
117442003-12-16 Jan Hubicka <jh@suse.cz>
11745
11746 * MAINTAINERS: Add myself as callgraph maintainer.
11747
9d465b12
TF
117482003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11749
11750 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11751 * configure: Regenerate.
11752
a68a270a
GB
117532003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11754
11755 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11756 'Write After Approval' section. Update email.
11757
dce2d8b2 117582003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11759
11760 * MAINTAINERS (Write After Approval): Add myself.
11761
8c052da4
MT
117622003-11-20 Matt Thomas <matt@3am-software.com>
11763
11764 * MAINTAINERS: Add myself as a vax port maintainer.
11765
e75f9147
KC
117662003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11767
11768 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11769 (configure-build-[+module+], configure-[+module+]): Likewise.
11770 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11771 * Makefile.in: Regenerate.
11772
43d8d958
AT
117732003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11774
11775 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11776 shared/dylibed libraries.
11777 * ltmain.sh: Likewise.
11778 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11779 * ltcf-cxx.sh: Likewise.
11780 * ltcf-gcj.sh: Likewise.
11781 * ltconfig: Likewise.
11782
638dcaa0
SC
117832003-11-17 Stan Cox <scox@redhat.com>
11784
11785 * MAINTAINERS: Add myself as iq2000 port maintainer.
11786
15cc172b
AC
117872003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11788
b4117c30
ZW
11789 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11790 * Makefile.in: Regenerate.
15cc172b 11791
20af77cd
UW
117922003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11793
11794 * config.sub: Update to 2003-11-03 version.
11795
4dd01c5c
PE
117962003-10-20 Phil Edwards <phil@codesourcery.com>
11797
11798 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11799 * configure: Regenerate.
11800
dce2d8b2 118012003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11802
11803 * MAINTAINERS: Add myself to 'Write After Approval' section.
11804
8b7ebc31
AC
118052003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11806
11807 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11808
afe1910c
JM
118092003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11810
11811 * MAINTAINERS: Update my email address.
11812
05dcec66
RO
118132003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11814
11815 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11816
dce2d8b2 118172003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11818
11819 * MAINTAINERS: Add myself to 'Write After Approval' section.
11820
507ec745
BI
118212003-10-16 Bernardo Innocenti <bernie@develer.com>
11822
11823 * config.guess: Update to 2003-10-16 version.
11824 * config.sub: Update to 2003-10-16 version.
11825
dce2d8b2 118262003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11827
11828 * MAINTAINERS: Added myself to 'Write After Approval' section.
11829
0c9b16bc
FH
118302003-10-15 Falk Hueffner <falk@debian.org>
11831
11832 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11833 'Write After Approval' section. Update email.
11834
74d57d15
RS
118352003-10-14 Roger Sayle <roger@eyesopen.com>
11836
11837 * MAINTAINERS: Move myself from 'Write After Approval' to
11838 'Various Maintainers' section as middle-end maintainer.
11839
d29b8ad8
NN
118402003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11841
11842 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11843 HOST_FLAGS_TO_PASS.
11844 * Makefile.in: Regenerate.
11845
26db814a
BI
118462003-10-11 Bernardo Innocenti <bernie@develer.com>
11847
11848 * config.guess: Update to 2003-10-07 version.
11849 * config.sub: Update to 2003-10-07 version.
11850
fffeb871
RO
118512003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11852
11853 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11854 * ltconfig (irix5*, irix6*): Don't override version_type.
11855
6691a79e
ME
118562003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11857
11858 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11859 * configure: Rebuilt
11860 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11861 * Makefile.in: Rebuilt
11862
62cdd71e
L
118632003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11864
11865 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11866
6fe2eacc
CW
118672003-09-30 Carlo Wood <carlo@alinoe.com>
11868
cc6010cd 11869 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11870
ea57e5ad
PK
118712003-09-29 Paul Koning <ni1d@arrl.net>
11872
11873 * MAINTAINERS: Move myself from "Write After Approval"
11874 to CPU platform maintainers for pdp11 platform.
11875
e070672a
AT
118762003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11877
11878 * MAINTAINERS: Move myself from 'Write After Approval' to
11879 'Various Maintainers' section as libffi testsuite maintainer.
11880
43bb47c2
DJ
118812003-09-21 Daniel Jacobowitz <drow@mvista.com>
11882
11883 * configure.in: Pass a computed --program-transform-name
11884 to subconfigures.
11885 * configure: Regenerated.
11886
da9d3b37
NN
118872003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11888
94322beb
NN
11889 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11890 * Makefile.in: Regenerate.
11891
da9d3b37
NN
11892 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11893 * Makefile.in: Regenerate.
11894
ffd9060b
ZL
118952003-09-19 Ziemowit Laski <zlaski@apple.com>
11896
11897 * MAINTAINERS: Move myself from 'Write After Approval'
11898 to 'Various Maintainers' (objective-c) section.
11899
eeae7b41
DJ
119002003-09-17 Daniel Jacobowitz <drow@mvista.com>
11901
11902 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11903 quoting.
11904 * configure: Regenerated.
11905
a080d12b
JB
119062003-09-16 Joel Brobecker <brobecker@gnat.com>
11907
11908 * MAINTAINERS (Write After Approval): Add myself to write after
11909 approval list.
11910
6cd2fc59
DN
119112003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11912
cc6010cd 11913 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11914
dcbdd9cc
ILT
119152003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11916
11917 * MAINTAINERS: Update my e-mail address.
11918
e517f636
AM
119192003-09-09 Alan Modra <amodra@bigpond.net.au>
11920
11921 * libtool.m4 (LD): Correct powerpc64 host match.
11922
bc49924b
JW
119232003-09-06 James E Wilson <wilson@tuliptree.org>
11924
11925 * MAINTAINTERS: Update my affiliation and email address.
11926
082124f5
ZD
119272003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11928
11929 * MAINTAINERS (Write After Approval): Add myself.
11930
dc94d89e
DD
119312003-09-04 DJ Delorie <dj@redhat.com>
11932
11933 * configure: Regenerate.
11934
119352003-09-04 Robert Millan <robertmh@gnu.org>
11936
11937 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11938
7a0f2d4e
KG
119392003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11940
11941 * configure.in: Ensure arguments to sed are properly spaced.
11942 * configure: Regenerate.
11943
88d032eb
GP
119442003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11945
11946 * MAINTAINERS: Update my e-mail address.
11947
0b3f3d22
ME
119482003-08-28 Mohan Embar <gnustuff@thisiscool.com>
11949
11950 * MAINTAINERS (Write After Approval): Add myself.
11951
d253f9ba
DJ
119522003-08-27 Daniel Jacobowitz <drow@mvista.com>
11953
11954 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
11955 * configure: Regenerated.
11956
066ec9c9
MM
119572003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
11958
11959 * MAINTAINERS: Update my email address.
11960
415d7ef9
PE
119612003-08-23 Phil Edwards <pme@gcc.gnu.org>
11962
11963 * configure.in: Use newline instead of semicolon when assuming
11964 shell arguments in a for loop.
11965 * configure: Regenerated.
11966
e1567352
JE
119672003-08-22 Jason Eckhardt <jle@rice.edu>
11968
11969 * MAINTAINERS: Resurrect the i860 maintainer.
11970
b348267b
GK
119712003-08-20 Geoffrey Keating <geoffk@apple.com>
11972
e50084fa
GK
11973 PR 8180
11974 * configure.in: When testing with_libs and with_headers, treat
11975 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
11976 * configure: Regenerate.
b4117c30 11977
b348267b
GK
11978 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
11979 make, shell, etc.
11980 (baseargs): Likewise.
11981 * configure: Regenerate.
11982
ca26ffe0
BI
119832003-08-20 Bernardo Innocenti <bernie@develer.com>
11984
11985 * MAINTAINERS (Write After Approval): Add myself.
11986
940cde4d
GK
119872003-08-19 Geoffrey Keating <geoffk@apple.com>
11988
11989 * configure.in: Disable libgcj for darwin not on powerpc.
11990 * configure: Rebuild.
11991
74bed51b
ADL
119922003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
11993
11994 * config-ml.in, symlink-tree: Add license.
11995
b4117c30
ZW
119962003-08-03 Richard Stallman <rms@gnu.org>
11997 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
11998
11999 * README.SCO: New file.
12000
333a28b4
MK
120012003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12002
12003 * Makefile.tpl (check, check-c++): Express dependencies using
12004 dependencies rather than commands.
12005 * Makefile.in: Regenerate.
12006
c197e306
AC
120072003-08-01 Andrew Cagney <cagney@redhat.com>
12008
12009 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12010 * configure: Ditto.
12011
a8ee6e2d
GK
120122003-07-31 Geoffrey Keating <geoffk@apple.com>
12013
12014 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 12015 * Makefile.in: Update.
a8ee6e2d 12016
8d9b3f2e
AT
120172003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12018
12019 * configure.in: Enable libgcj for darwin.
12020 * configure: Rebuild.
12021
52c0c542
PE
120222003-07-29 Phil Edwards <pme@gcc.gnu.org>
12023
12024 * config-ml.in: Use ac_configure_args directly instead of
12025 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12026 actually seen.
12027
b4acb5ef
NN
120282003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12029
12030 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12031 creating target and build subdirs to build all parent dirs as needed.
12032 * Makefile.in: Rebuild.
12033 * configure.in: Don't build dirs explicitly here.
12034 * configure: Rebuild.
12035
a51d71d0
PB
120362003-07-26 Paul Brook <paul@nowt.org>
12037
12038 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12039
f43e12ce
AO
120402003-07-22 Alexandre Oliva <aoliva@redhat.com>
12041
12042 * Makefile.tpl (all-make): Depend on intl.
12043 * Makefile.in: Rebuilt.
12044
8a199ff6
PE
120452003-07-20 Phil Edwards <pme@gcc.gnu.org>
12046
12047 * install-sh: Update to newer upstream versions (associated with
12048 aclocal 1.7).
12049 * mkinstalldirs: Likewise.
12050 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12051
e6a8c803
AP
120522003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12053
12054 * MAINTAINERS: Move self from Bug database only accounts
12055 to write-after-approval.
12056
9f13608f
NN
120572003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12058
12059 * config.if: Remove unused libc_interface determination.
12060
c7864714
NN
120612003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12062
12063 * MAINTAINERS: Move self from write-after-approval to
12064 build machinery (*.in).
12065
775956d0
NN
120662003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12067
12068 PR bootstrap/11273
12069 PR bootstrap/11408
12070 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12071 unused INSTALL_PROGRAM_ARGS.
12072 * configure.in: Use AC_PROG_INSTALL.
12073 * Makefile.in: Regenerate.
12074 * configure: Regenerate.
12075
c7f67a6e
KH
120762003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12077
12078 * MAINTAINERS: Alphabetize.
12079
33952f6f
AO
120802003-07-10 Alexandre Oliva <aoliva@redhat.com>
12081
12082 * configure: Rebuilt.
12083 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12084 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12085 newlib nor libgloss.
12086 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12087 * configure.in (am33_2.0-*-linux*): Added.
12088
0d4f1b4e
BW
120892003-07-09 Bob Wilson <bob.wilson@acm.org>
12090
12091 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12092 * configure: Regenerate.
12093
56694dd9
ZW
120942003-07-07 Zack Weinberg <zack@codesourcery.com>
12095
12096 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12097 * Makefile.in: Regenerate.
12098
21607eb4
ZW
120992003-07-04 Zack Weinberg <zack@codesourcery.com>
12100
12101 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12102 * Makefile.in: Regenerate.
12103
dce2d8b2 121042003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
12105
12106 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12107 * Makefile.in: Regenerated.
12108
5d42f90e
L
12109 * config-ml.in: Replace PWD with PWD_COMMAND.
12110
6eb95e99
ZW
121112003-07-04 Zack Weinberg <zack@codesourcery.com>
12112
12113 * intl: New directory; see intl/ChangeLog for details.
12114 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12115 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12116 * Makefile.in: Regenerate.
12117
07d1940e
NN
121182003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12119
12120 * configure.in: Clean up config-lang.in handling. Delete
12121 useless assignment to "subdirs".
12122 * configure: Regenerate.
12123
4dbda6f0
NN
121242003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12125
12126 * configure.in: Rename 'target_libs' to 'target_libraries'.
12127 Remove useless reference to 'target_libs'.
12128 * configure: Regenerate.
12129
2c30ab71
KS
121302003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12131
12132 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12133 * Makefile.in: Regenerate.
12134
11405c93
NN
121352003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12136
12137 * Makefile.def: Introduce flags_to_pass.
12138 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12139 * Makefile.in: Regenerate.
12140
fb87ad5d
HPN
121412003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12142
12143 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12144 and target-libgloss.
12145 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12146 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12147 * configure: Regenerate.
12148
a7956a48
BK
121492003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12150
12151 * configure.in: Update testsuite_flags to new location.
12152 * configure. Regenerate.
6eb95e99 12153
eaf9f3b2
NN
121542003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12155
12156 * Makefile.tpl: Remove BUILD_CC stuff.
12157 * Makefile.in: Regenerate.
12158
2d89ffef
KH
121592003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12160
12161 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12162
dce2d8b2 121632003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
12164
12165 * MAINTAINERS (Write After Approval): Add myself.
12166
dce2d8b2 121672003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 12168
b951c91c
L
12169 * config.guess: Update to 2003-06-12 version.
12170 * config.sub: Update to 2003-06-13 version.
12171
dce2d8b2 121722003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
12173
12174 * config.guess: Update to 2003-06-06 version.
12175 * config.sub: Update to 2003-06-06 version.
12176
655b7166
RO
121772003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12178
12179 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12180 * configure. Regenerate.
12181
01b759aa
NN
121822003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12183
bf1d3e81
NN
12184 * configure.in: Disable serial configure by default.
12185 * configure: Regenerate.
12186 * Makefile.tpl: Abolish .NOTPARALLEL.
12187 * Makefile.in: Regenerate.
12188
e89fbdfe
NN
12189 * Makefile.tpl: Replace {build,host,target}_canonical by
12190 {build,host,target}.
12191 * Makefile.in: Regenerate.
12192
01b759aa
NN
12193 * Makefile.tpl: Fix stupid pasto.
12194 * Makefile.in: Regenerate.
12195
f7dae026
NN
121962003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12197
12198 * Makefile.tpl: Remove bogus conditional.
12199 * Makefile.in: Regenerate.
12200
122012003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
12202
12203 * Makefile.tpl (profiledbootstrap): New target.
12204 * Makefile.in (profiledbootstrap): New target.
12205
2ffc3e73 122062003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
12207
12208 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12209 Pinski. Remove user names from other bugzilla-only maintainers.
12210
1a1e6b96
NN
122112003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12212
1358ccea
NN
12213 * Makefile.tpl: Make 'recursive targets' using autogen rather
12214 than shell loop. Remove duplicate 'clean' targets and false
12215 comments.
12216 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12217 Add systematic method of specifying missing targets in subdirs.
12218 Add copyright boilerplate.
12219 * Makefile.in: Regenerate.
12220 * configure.in: Add 'recursive targets' to maybe list.
12221 * configure: Regenerate.
12222
ae74ed1f
NN
12223 * MAINTAINERS: "GNATS only" -> "Bug database only".
12224
1a1e6b96
NN
12225 * Makefile.tpl: Rename [+target+] to [+make_target+].
12226 * Makefile.def: Rename 'target' to 'make_target'.
12227
c79af3fa
NB
122282003-05-31 Neil Booth <neil@daikokuya.co.uk>
12229
12230 * MAINTAINERS: Add self as options handling maintainer.
12231
39d85b61
MM
122322003-05-28 Michael Meissner <gnu@the-meissners.org>
12233
12234 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12235 been too long since I touched those ports.
12236
afc2b62d
DD
122372003-05-28 DJ Delorie <dj@redhat.com>
12238
12239 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12240 * Makefile.in: Regenerate.
12241
df445104
MR
122422003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12243
12244 * configure.in: Use curly braces in the definition of tooldir.
12245 * configure: Regenerate.
12246
2eb98e5d 122472003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 12248
2eb98e5d
DD
12249 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12250 newlib or libgloss.
12251 * Makefile.in: Regenerate.
12252
862fced8
DD
122532003-05-21 DJ Delorie <dj@redhat.com>
12254
12255 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12256 * Makefile.in: Regenerate.
12257
fc351800
ILT
122582003-05-20 Ian Lance Taylor <ian@airs.com>
12259
12260 * MAINTAINERS: Update my e-mail address.
12261
7e2dbcef
NN
122622003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12263
12264 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 12265 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
12266 Factor out common code from autogen IF statements.
12267 * configure: Regenerate.
12268 * Makefile.in: Regenerate.
12269
f2a0e225
KC
122702003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12271
12272 * configure.in: Accept i[3456789]86 for machine type.
12273 * configure: Regenerate.
12274
8b87bb96
NN
122752003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12276
12277 * configure.in: Switch more things to use maybe dependencies.
12278 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12279 * configure: Regenerate.
12280 * Makefile.tpl: Switch more things to use maybe dependencies.
12281 * Makefile.in: Regenerate.
12282
fdb882bc 122832003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
12284
12285 * Makefile.tpl (install-opcodes): Define.
12286 * Makefile.in: Rebuild.
12287
f7c50032
AJ
122882003-05-13 Andreas Jaeger <aj@suse.de>
12289
12290 * config.guess: Update to 2003-05-09 version.
12291 * config.sub: Update to 2003-05-09 version.
12292
dce2d8b2 122932003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
12294
12295 * configure.in: Correct sed script so that options in quotes are not
12296 deleted.
12297 * configure: Rebuild.
12298
aa8f1f57
CV
122992003-05-12 Corinna Vinschen <corinna@vinschen.de>
12300
12301 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12302 and $$s/newlib/libc/sys/cygwin32 include paths.
12303 * configure: Ditto.
12304
0c130f81
MM
123052003-05-12 Michael Meissner <gnu@the-meissners.org>
12306
12307 * MAINTAINERS: Update my email addresses.
12308
aa1a100b
EB
123092003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12310
12311 * config-ml.in: Propagate INSTALL variables.
f7c50032 12312
87861833
GP
123132003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12314
12315 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12316
de722255
CD
123172003-05-02 Chris Demetriou <cgd@broadcom.com>
12318
6eb95e99
ZW
12319 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12320 * Makefile.in: Regenerate.
de722255 12321
96c4a002
WB
123222003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12323
12324 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12325
55b15a11
WB
123262003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12327
12328 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12329
0c227849
DJ
123302003-04-27 Daniel Jacobowitz <drow@mvista.com>
12331
12332 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12333 * Makefile.in: Regenerated.
12334
d45148c1
WB
123352003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12336
12337 * MAINTAINERS (Write After Approval): Upgrade myself from
12338 GNATS only to write-after-approval. Update my mail address.
12339
dce2d8b2 123402003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
12341
12342 (OS Port Maintainers: freebsd): Add myself.
12343
438f50c3
MM
123442003-04-22 Mark Mitchell <mark@codesourcery.com>
12345
12346 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12347
9074e169
KJ
123482003-04-22 Kean Johnston <jkj@sco.com>
12349
12350 * MAINTAINERS (SCO ports): Added myself.
12351
dfd39a2e
NS
123522003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12353
12354 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12355
ccbae82a
KJ
123562003-04-19 Kean Johnston <jkj@sco.com>
12357
12358 * MAINTAINERS (Write After Approval): Add myself.
12359
2f50999f
GP
123602003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12361
12362 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12363 * Makefile.in: Regenerate.
12364
e9b84181
JJ
123652003-04-18 Jakub Jelinek <jakub@redhat.com>
12366
12367 * configure.in (powerpc64*-*-linux*): Remove.
12368 * configure: Rebuilt.
12369
1ca4c6e1
PE
123702003-04-17 Phil Edwards <pme@gcc.gnu.org>
12371
12372 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12373 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12374 and restrap.
12375 * Makefile.in: Regenerate.
12376
0590b963
RE
123772003-04-16 Richard Earnshaw <rearnsha@arm.com>
12378
12379 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12380 * configure: Regenerated.
12381
ff41a56f
DD
123822003-04-15 DJ Delorie <dj@redhat.com>
12383
12384 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12385
50d440bc
NC
123862003-04-13 Nick Clifton <nickc@redhat.com>
12387
12388 * config-ml.in: Remove support for --disable-aix removing
12389 call-aix multilibs.
12390
b1e0a93e
AO
123912003-04-10 Alexandre Oliva <aoliva@redhat.com>
12392
12393 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12394 * */configure: Rebuilt.
12395
71fb704d
JS
123962003-04-08 Joel Sherrill <joel@oarcorp.com>
12397
12398 * MAINTAINERS: Add my email address.
12399
3897ea90
OH
124002003-03-17 Olivier Hainque <hainque@act-europe.fr>
12401
12402 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 12403
93c834b7
NN
124042003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12405
12406 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12407 * Makefile.in: Regenerate.
12408
82c34dcb
MC
124092003-03-14 Michael Chastain <mec@shout.net>
12410
12411 * Makefile.in: Regenerate with correct Makefile.def.
12412
73458fb7
NN
124132003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12414
12415 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12416 Make macro.
12417 * Makefile.in: Regenerate.
12418 * configure.in: Clean up gxx_include_dir logic.
12419 * configure: Regenerate.
12420
32cf27e5
AE
124212003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12422
12423 * MAINTAINERS (Write After Approval): Add myself.
12424
c727e7a0
BE
124252003-03-10 Ben Elliston <bje@wasabisystems.com>
12426
12427 * MAINTAINERS: Update my mail address.
12428
9a27ac7a
FS
124292003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12430
12431 * configure.in (gxx_include_dir): Fix typo.
12432 * configure: Regenerated.
12433
3aa83176
NN
124342003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12435
12436 * Makefile.tpl: Reindent.
12437 * Makefile.in: Regenerate.
12438 * configure.in: Reindent. Don't set unused variables.
12439 * configure: Regenerate.
12440
9124bc53
DJ
124412003-03-04 Daniel Jacobowitz <drow@mvista.com>
12442
12443 * configure.in: Include $(build_tooldir)/sys-include in
12444 FLAGS_FOR_TARGET.
12445 * configure: Regenerated.
12446
cb543528
NN
124472003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12448
c858bf1e
NN
12449 * Makefile.tpl: Always pass down RANLIB.
12450 * Makefile.in: Regenerate.
12451
aa9c3ab4
NN
12452 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12453 * Makefile.in: Regenerate.
12454 * configure.in: Remove unused logic relating to --enable-shared
12455 and --enable-threads. Remove bogus comments. Remove redundant
12456 noconfigdirs.
12457 * configure: Regenerate.
12458
cb543528
NN
12459 * configure.in: Replace ${libstdcxx_version} by its value.
12460 Remove reference to mh-dgux.
12461 * configure: Regenerate.
12462
53f70c1b
KB
124632003-03-03 Kevin Buettner <kevinb@redhat.com>
12464
12465 * MAINTAINERS (Write After Approval): Add myself.
12466
df0f0674
NN
124672003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12468
12469 * Makefile.tpl: Rearrange.
12470 * Makefile.in: Regenerate.
12471
dce2d8b2 124722003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
12473
12474 * configure.in: Add support for kaOS as cross build target system.
12475 * configure: Regenerated.
12476
a7a287eb
SB
124772003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12478
12479 * MAINTAINERS (Write after approval): Add myself.
12480
ff00c8a2
JW
124812003-02-21 James E Wilson <wilson@tuliptree.org>
12482
12483 * MAINTAINERS: Update my email address.
12484
abb2db7a
ZW
124852003-02-21 Zack Weinberg <zack@codesourcery.com>
12486
12487 * MAINTAINERS: Add self to blanket write privs. section.
12488
e9f2dc3b
SM
124892003-02-20 Sean McNeil <sean@blue.mcneil.com>
12490
12491 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12492 configure-target-* as some target builds may require additional
12493 flags for preprocessor tests.
12494 * Makefile.in: Regenerated.
12495
ee03dc5e
AO
124962003-02-19 Alexandre Oliva <aoliva@redhat.com>
12497
11856278
AO
12498 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12499 * ltconfig: Handle it.
12500 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12501 auto-detecting it.
12502
274aef32
AO
12503 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12504 it is used as argument to $CC.
12505 * ltcf-gcj.sh: Likewise.
12506
ee03dc5e
AO
12507 * configure.in: Introduce --enable-maintainer-mode.
12508 * configure: Rebuilt.
12509 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12510 for maintainer mode.
12511 * Makefile.in: Rebuilt.
12512
30db8e17
JM
125132003-02-18 Jason Merrill <jason@redhat.com>
12514
12515 * Makefile.tpl (check-c++): Allow parallelism.
12516
cab60ac6
GP
125172003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12518
12519 * MAINTAINERS: Remove John Carr (who never actually had access to
12520 gcc.gnu.org).
12521
c8e5d1af
GK
125222003-02-15 Geoffrey Keating <geoffk@apple.com>
12523
12524 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12525 don't configure target-libobjc.
12526 * configure: Regenerate.
12527
70f91f50
RO
125282003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12529
12530 * Makefile.tpl (RANLIB): Define.
12531 * Makefile.in: Regenerate.
12532
669e9062
LB
125332003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12534
12535 * MAINTAINERS: Update my email.
abb2db7a 12536
61b56b2e
KS
125372003-02-06 Keith R Seitz <keiths@redhat.com>
12538
12539 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12540 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12541 * Makefile.in: Regenerated.
12542 * configure.in: Remove all traces of snavigator, db, and grep.
12543 * configure: Regenerated.
12544
a1ba6e15
GP
125452003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12546
12547 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12548 After Approval.
12549
f5f2cce5
CC
125502003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12551
12552 * MAINTAINERS (Write after approval): Add myself.
12553
ba49f6f1
FCE
125542003-01-31 Frank Ch. Eigler <fche@redhat.com>
12555
12556 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12557 * Makefile.in: Regenerated.
12558
ccf9f10c
RS
125592003-01-30 Roger Sayle <roger@eyesopen.com>
12560
12561 * config.guess: Updated to 2003-01-30's version.
12562 * config.sub: Updated to 2003-01-28's version.
12563
a693735b
AO
125642003-01-30 Alexandre Oliva <aoliva@redhat.com>
12565
12566 * config.if: If gcc_version is already set, just use it. Don't set
12567 gcc_version_trigger if it's already set, otherwise set it to
12568 gcc/version.c, but only if the file exists. If it is not set and
12569 gcc/version.c does not exist, try to extract the version number from
12570 $CC.
12571
204c43d6
AT
125722003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12573
abb2db7a 12574 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 12575
842e91ec
PE
125762003-01-27 Phil Edwards <pme@gcc.gnu.org>
12577
12578 * configure.in: Revert 24Jan change.
12579 * configure: Regenerate.
12580
6b99984e
GP
125812003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12582
12583 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12584 entry of HJ Lu.
12585
806e0935
NN
125862003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12587
12588 * configure.in: Revert previous change.
12589 * configure: Regenerate.
12590
307a9864
NN
125912003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12592
12593 * configure.in: Make rda native-only.
12594 * configure: Regenerate.
12595
02ba6302
VR
125962003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12597
12598 * MAINTAINERS: Move myself from GNATS-only-accounts to
12599 write-after-approval.
12600
77d187bc
NN
126012003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12602
12603 * configure.in: Add missing \.
12604 * configure: Rebuilt.
12605
a94a2d4c
JJ
126062003-01-17 Jakub Jelinek <jakub@redhat.com>
12607
12608 * configure.in (baseargs): Avoid using \| in sed regular
12609 expressions.
12610 * configure: Rebuilt.
12611
73f84924
JJ
126122003-01-16 Jakub Jelinek <jakub@redhat.com>
12613
12614 * configure.in (baseargs): Remove all supported forms of
12615 --cache-file, --srcdir, --host, --build and --target options
12616 from argument lists.
12617 * configure: Rebuilt.
12618
8c12fc63
JZ
126192003-01-15 Josef Zlomek <zlomekj@suse.cz>
12620
12621 * MAINTAINERS: Add myself to write-after-approval list.
12622
7c005a3a
AO
126232003-01-15 Alexandre Oliva <aoliva@redhat.com>
12624
12625 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12626 * configure: Rebuilt.
12627
3dfabf63
NN
126282003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12629
12630 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12631 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12632 * Makefile.in: Regenerate.
12633 * configure: Regenerate.
12634
cf53ae10
AO
126352003-01-09 Alexandre Oliva <aoliva@redhat.com>
12636
12637 * configure.in: Remove Makefile in build, host and target modules
12638 unless configure was run with --no-recursion.
12639 * configure: Rebuilt.
12640
3fbe8e4a
CC
126412003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12642
12643 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12644 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12645 * Makefile.in: Regenerate.
12646
66e2aa7d
CD
126472003-01-08 Chris Demetriou <cgd@broadcom.com>
12648
12649 * config.guess: Update to 2003-01-03 version.
12650 * config.sub: Update to 2003-01-03 version.
12651
b5038cfb
CF
126522003-01-07 Christopher Faylor <cgf@redhat.com>
12653
12654 * configure: Regenerate with proper autoconf 2.13.
12655
d02c69be
CF
126562003-01-07 Christopher Faylor <cgf@redhat.com>
12657
12658 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 12659 * configure: Regenerate.
d02c69be 12660
e914a571
AC
126612003-01-06 Andrew Cagney <ac131313@redhat.com>
12662
12663 * configure.in (GDB_TK): Add tcl directories conditional on
12664 gdb/gdbtk directory being present.
12665 * configure: Regenerate.
abb2db7a 12666
dce2d8b2 126672003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12668
dce2d8b2
EB
12669 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12670 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
12671 * configure: Rebuilt.
12672
89a7012a
TT
126732002-12-31 Tom Tromey <tromey@redhat.com>
12674
12675 * Makefile.in: Rebuilt.
12676 * Makefile.def (target_modules) [libffi]: Allow installation.
12677
3f4f56e2
AS
126782002-12-31 Andreas Schwab <schwab@suse.de>
12679
12680 * configure.in: Fix use of $program_transform_name.
12681 * configure: Regenerated.
12682
6c1b8d0a
DJ
126832002-12-30 Daniel Jacobowitz <drow@mvista.com>
12684
12685 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 12686 * configure: Regenerated.
6c1b8d0a 12687
c5120911
AO
126882002-12-29 Alexandre Oliva <aoliva@redhat.com>
12689
12690 * Makefile.tpl (local-distclean): Don't remove...
12691 (multilib.ts): ... this. Moved into...
12692 (multilib.out): ... this. Don't use sub-make.
12693 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12694 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12695 (configure-build-[+module+], configure-[+module+],
12696 configure-target-[+module+], configure-gcc): ... these. Test
12697 for Makefile existence. Drop config.status from dependencies.
12698 * Makefile.in: Rebuilt.
12699 * configure.in: Move gcc-version-trigger to the end of
12700 ac_configure_args. Add comments to maybedep.tmp and
12701 serdep.tmp. Introduce --disable-serial-configure. Remove
12702 nonopt from baseargs, matching and removing corresponding
12703 whitespace while at it.
12704 * configure: Rebuilt.
12705
e245b0ea
AO
127062002-12-28 Alexandre Oliva <aoliva@redhat.com>
12707
903de295
AO
12708 * configure.in (host_configargs): Replace reference to
12709 no-longer-defined buildopts with --build=${build_alias}.
12710 * configure: Rebuilt.
12711
e245b0ea
AO
12712 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12713 program_transform_name to standard idiom.
12714 (AUTOGEN, AUTOCONF): Define.
12715 (Makefile.in): Use $(AUTOGEN).
12716 (Makefile): Depend on config.status, and use autoconf-style rule to
12717 build it. Move original commands to...
12718 (config.status): ... this new target.
12719 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12720 $(AUTOCONF).
12721 * Makefile.in: Rebuilt.
12722
671aa708
NN
127232002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12724
53fbfb58
NN
12725 * Makefile.tpl: Fix dramatic bustage due to change in
12726 program_transform_name.
12727 * Makefile.in: Regenerate.
12728
12729 * configure.in: Remove unnecessary PATH setting.
12730 * configure: Regnerate.
12731
12732 * configure.in: Don't default to unprefixed tools unless
12733 the native tools will work.
12734 * configure: Regenerate.
12735
671aa708
NN
12736 * configure.in: Convert to autoconf script. Blow away lots
12737 of now-redundant Makefile fragments.
12738 * configure: Generate using Autoconf.
12739 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12740 * Makefile.in: Regenerate.
12741
57f40826
NN
127422002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12743
3fedb745
NN
12744 * configure: Fix stupid bug where RANLIB was mistakenly included.
12745
abb2db7a 12746 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12747 (build_configargs, host_configargs, target_configargs).
12748
12749 * configure.in: Move logic out of sed statement.
12750
abb2db7a 12751 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12752 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12753
315fa0f4
SS
127542002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12755
12756 * config.sub: Import from master repository
12757 * config.guess: Ditto
12758
45aff44f
AS
127592002-12-24 Andreas Schwab <schwab@suse.de>
12760
12761 * Makefile.tpl (multilib.out): Fix missing space.
12762 * Makefile.in: Regenerate.
12763
88b5521b
NN
127642002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12765
12766 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12767 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12768 * Makefile.in: Regenerate.
12769 * configure.in: Remove unnecessary leftovers.
12770
2a726918
GK
127712002-12-21 Geoffrey Keating <geoffk@apple.com>
12772
12773 * configure.in (extra_ranlibflags_for_target): New variable.
12774 (*-*-darwin): Add -c to ranlib commands.
12775 * configure (tooldir): Handle extra_ranlibflags_for_target.
12776
aace3269 127772002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12778
12779 * Makefile.tpl: Revert HJL's change.
12780 * Makefile.in: Regenerated.
12781 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12782 always.
12783
f0895142
AS
127842002-12-19 Andreas Schwab <schwab@suse.de>
12785
12786 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12787 * Makefile.in: Regenerate.
12788
dce2d8b2 127892002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12790
12791 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12792 * Makefile.in: Regenerated.
12793
12794 * configure.in (build_prefix): New. Substitute.
12795
212f6dd0
NN
127962002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12797
79308c5d
NN
12798 * Makefile.tpl: Don't let real targets depend on phony targets.
12799 * Makefile.in: Regenerate.
12800
212f6dd0
NN
12801 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12802 * Makefile.in: Regenerate.
12803
ab17919f
SS
128042002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12805
12806 * config.sub: Import from master repository
12807 * config.guess: Ditto
12808
5ecf91d1
JM
128092002-12-16 Jason Merrill <jason@redhat.com>
12810
12811 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12812 previous 'make bootstrap'.
12813 * Makefile.in: Regenerate.
12814
d8437e1b
HPN
128152002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12816
12817 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12818
4977bab6
ZW
128192002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12820
12821 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12822 * Makefile.in: Regenerate.
12823
0edcfdcb
JM
128242002-12-13 Jason Merrill <jason@redhat.com>
12825
6248218a 12826 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12827 library tests.
12828 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12829 * Makefile.in: Regenerate.
12830
4977bab6
ZW
128312002-12-12 Alexandre Oliva <aoliva@redhat.com>
12832
12833 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12834 * Makefile.in: Rebuilt.
12835
f87505dd
AO
128362002-12-12 Alexandre Oliva <aoliva@redhat.com>
12837
12838 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12839
4977bab6
ZW
128402002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12841
12842 * configure: Fix bug put in by gremlins.
12843
12844 * Makefile.tpl: Substitute more autoconfily.
12845 * configure: Substitute more autoconfily.
12846 * Makefile.in: Regenerate.
12847
7f0db92a
SS
128482002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12849
12850 * config.sub: Import from master repository
12851 * config.guess: Ditto
12852 * MAINTAINERS: Added Svein Seldal under write after approval
12853
4977bab6
ZW
128542002-12-08 Andrew Cagney <ac131313@redhat.com>
12855
12856 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12857 * Makefile.in (all-sim): Ditto.
12858
128592002-12-06 DJ Delorie <dj@redhat.com>
12860
12861 * Makefile.tpl: Change configure dependencies to not have real
12862 targets depend on phony targets.
12863
128642002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12865
12866 * configure.in: Revert unintentional change.
12867
12868 * Makefile.tpl: Change dependency for */multilib.out so that
12869 it works when gcc isn't in the tree.
12870
12871 * configure.in: Substitute more.
12872 * configure: Run subconfigures from the Makefile.
12873 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12874 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12875
67f1b906
GP
128762002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12877
12878 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12879
4977bab6
ZW
128802002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12881
12882 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12883 and corresponding dependencies.
12884 * Makefile.in: Regenerate.
12885
12886 * configure.in (host_tools): Order binutils, gas and ld for
12887 convenience in running the testsuites.
12888
12889 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12890 * Makefile.in: Regenerate.
12891 * configure.in: Introduce rules to serialize subconfigure runs.
12892
12893 * configure.in: Introduce BASE_CC_FOR_TARGET.
12894 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12895 Realize configure-build-* targets. Realize configure-target-* targets.
12896 * Makefile.in: Regenerate.
12897
128982002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12899
12900 * configure: Move gcc_version_trigger stuff from here...
12901 * configure.in: ...to here.
12902
12903 * configure.in: Separate subconfigure options added by this file from
12904 options given by the user. Add machinery to put args for host
12905 subconfigures into the Makefile.
12906
12907 * Makefile.tpl: Remove 'vault' targets.
12908 * Makefile.tpl: Reorder and comment dependencies.
12909 * Makefile.in: Regenerate.
12910
129112002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12912 * configure.in: Fix my broken commit of previous patch. (sigh)
12913
743f054e
GK
129142002-11-28 Geoffrey Keating <geoffk@apple.com>
12915
12916 * configure.in: Move host-specific darwin noconfigdirs into
12917 the host-specific section.
12918
4977bab6
ZW
129192002-11-28 Geoffrey Keating <geoffk@apple.com>
12920
12921 * configure.in: Move host-specific darwin noconfigdirs into
12922 the host-specific section.
12923
129242002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12925
12926 * configure: Remove skip-this-dir support.
12927 * Makefile.tpl: Remove skip-this-dir support.
12928
12929 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12930 subdirectories.
12931 * Makefile.in: Regenerate.
12932
12933 * Makefile.tpl: Strip out useless setting of 'dir'.
12934 * Makefile.in: Regenerate.
12935
129362002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12937
12938 * configure.in: Fix deeply stupid bug.
12939
12940 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12941 shell code in CXX_FOR_TARGET
12942 * Makefile.def: Introduce raw_cxx.
12943 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12944 RAW_CXX_FOR_TARGET.
12945 * Makefile.in: Regenerate.
12946
129472002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
12948
12949 * Makefile.tpl: Remove unnecessary ifs.
12950 * Makefile.in: Regenerate.
12951
12952 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
12953 dependencies. Maybe-ize build-libiberty. Create dummy install
12954 targets for 'no_install' modules.
12955 * configure: Move GDB_TK substitution to configure.in. Move
12956 build_modules stuff to configure.in.
12957 * configure.in: Implement soft dependency machinery. Maybe-ize
12958 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
12959 * Makefile.in: Regenerate.
12960
129612002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
12962
12963 * Makefile.tpl: Make all-target, install-target behave similarly
12964 to all, install (only hitting configured targets). Eliminate
12965 unused macro defintions.
12966
12967 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
12968 build != host.
12969
12970 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
12971
12972 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
12973
12974 * configure.in: Produce lists of subdir targets we're actually
12975 configuring. Remove references to "dosrel".
12976 * Makefile.tpl: Let configure set which subdir targets are hit.
12977 Remove install-cross; clean up install; remove ALL. Remove
12978 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
12979 Autogenerate host module targets. Remove empty dependency lines
12980 and redundant dependency; rearrange slightly.
12981 * Makefile.def: Add host-side libtermcap, utils.
12982
12983 * Makefile.in: Regenerate.
12984
e6226a2f
RO
129852002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12986
12987 * ltconfig (osf[345]): Append $major to soname_spec.
12988 Reflect this in library_names_spec.
12989 * ltmain.sh (osf): Prefix $major with . for use as extension.
12990
3b75d237
AJ
129912002-11-19 Andreas Jaeger <aj@suse.de>
12992
12993 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
12994 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
12995 and sparc64 GNU/Linux systems.
12996
809108de
NS
129972002-11-19 Nathan Sidwell <nathan@codesourcery.com>
12998
12999 * MAINTAINERS: Update email.
13000
e7e0de7e
GP
130012002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13002
13003 * MAINTAINERS: Complete James Dennett's entry.
13004
f7109dea
EB
130052002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13006
13007 * MAINTAINERS (Write After Approval): Add myself.
13008
d3ac17c9
BK
130092002-11-13 Bruce Korb <bkorb@gnu.org>
13010
13011 * Makefile.tpl: syntactic cleanup
13012
dce2d8b2 130132002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
13014
13015 * MAINTAINERS: Add myself to write-after-approval list.
13016
4977bab6
ZW
130172002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13018
13019 * Makefile.def: Add list of recursive targets to autogenerate.
13020 Add build_modules.
13021 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13022 targets. Autogenerate *-build-* targets.
13023 * Makefile.in: Regenerate.
13024
130252002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13026
13027 * configure: More autoconf-style substitutions.
13028 * Makefile.tpl: More autoconf-style substitutions.
13029 * Makefile.in: Regenerate.
13030
130312002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13032
13033 * configure: Substitute more variables in a more autoconf-friendly
13034 way. Simplify slightly.
13035 * Makefile.tpl: Make more variables substitutable in an
13036 autoconf-friendly way.
13037 * Makefile.in: Regenerate.
13038
d4783999
JW
130392002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13040
13041 * MAINTAINERS (Write After Approval): Add myself.
13042
4977bab6
ZW
130432002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13044
13045 * configure.in (v810*): Remove special setting of tools.
13046
13047 * configure: Add support for extra required flags for ar or nm.
13048 * configure.in (aix4.3+): Use above support for target-specific
13049 issues, rather than using config/mt-aix43.
13050
130512002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13052
13053 * configure: Remove 'removing', which doesn't work. Replace $subdir
13054 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13055 with $srcdir. Reformat indentation. Substitute some variables
13056 formerly hard-coded in the Makefile for build=host.
13057 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13058 * Makefile.def: Autogenerate more.
13059 * Makefile.in: Regenerate.
13060
1c9c903e
AN
130612002-11-04 Adam Nemet <anemet@lnxw.com>
13062
13063 * MAINTAINERS (Write After Approval): Add myself.
13064
40673d2b
KB
130652002-11-04 Kevin Buettner <kevinb@redhat.com>
13066
13067 * Makefile.def (host_modules): Add rda.
13068 * Makefile.in: Regenerate.
13069 * configure.in (target_tool): Add target-rda to list.
13070
42e650ae
GP
130712002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13072
13073 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13074
e004b81f
PE
130752002-10-25 Phil Edwards <pme@gcc.gnu.org>
13076
13077 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13078 and restrap targets to this rule.
13079 * Makefile.in: Regenerate.
13080
06bd49b1
GP
130812002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13082
13083 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13084 GNATS only accounts.
13085
d0af82b0
HPN
130862002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13087
13088 * configure.in (i[3456]86-*-linux*): Add check to disable
13089 ${libgcj} for glibc1.
13090
10782654
DC
130912002-10-24 Denis Chertykov <denisc@overta.ru>
13092
13093 * MAINTAINERS: Add myself as ip2k port maintainer.
13094
a5a438f5
SS
130952002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13096
13097 * configure.in: Add tic4x target.
13098
fe3d5b7f
NN
130992002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13100
aba8a494
NN
13101 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13102 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13103 * Makefile.in: Regenerate.
13104
fe3d5b7f
NN
13105 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13106 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13107 * Makefile.in: Regenerate.
13108
a6ad79e7
JJ
131092002-10-02 Janis Johnson <janis187@us.ibm.com>
13110
13111 * MAINTAINERS: Add myself as web pages co-maintainer.
13112
6a8a9058
NN
131132002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13114
13115 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13116 * Makefile.in: Regenerate.
13117
327d975a
ZW
131182002-10-02 Zack Weinberg <zack@codesourcery.com>
13119
13120 * MAINTAINERS: Add myself and Nathan Sidwell
13121 <nathan@codesourcery.com> as VxWorks maintainers.
13122
a5ae8f19 131232002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
13124
13125 * Makefile.def: Remove order dependency comments.
13126 * Makefile.tpl: Add explicit install-install dependencies.
13127 * Makefile.in: Regenerate.
d0f6c823 13128
34c6040c 13129 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 13130 * Makefile.in: Regenerate.
34c6040c 13131
d0f6c823
NN
13132 * Makefile.tpl: Add configure-target (for src-release in src)
13133 * Makefile.in: Regenerate.
13134
50bd210b
NC
131352002-09-30 Nick Clifton <nickc@redhat.com>
13136
13137 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13138
ca25149e
UW
131392002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13140
13141 * configure.in (s390*-*-linux*): Enable libgcj.
13142
dd30b57d
NN
131432002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13144
9e60a678
NN
13145 * configure: Revert accidentally applied changes.
13146
dd30b57d
NN
13147 * Makefile.tpl: Make more autoconf-friendly.
13148 * Makefile.in: Regenerate.
13149 * configure: Make substitution more autoconf-like.
13150
5831424e
RE
131512002-09-28 Richard Earnshaw <rearnsha@arm.com>
13152
13153 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13154 single entry to handle all these.
13155 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13156 libjava on arm-*-elf.
13157
b7f3b15b
GK
131582002-09-27 Geoffrey Keating <geoffk@apple.com>
13159
13160 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13161 things that depend on them.
13162
0dffceed
NN
131632002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13164
13165 * Makefile.tpl: Make subsituted variables more autoconfy.
13166 * Makefile.in: Regenerate.
13167 * configure: Make seds more autoconfy.
13168
1db75a86 131692002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
13170
13171 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13172 * Makefile.in: Regenerate.
13173 * configure.in: Rewrite sed statements to look autoconfy.
13174
1db75a86
NN
13175 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13176 all-target-foo on configure-target-foo.
13177 * Makefile.def: Ditto.
13178 * Makefile.in: Rebuild.
13179
741a4e89
AH
131802002-09-25 Andrew Haley <aph@redhat.com>
13181
13182 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13183
95ddd785
NN
131842002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13185
13186 * Makefile.def: New file.
13187 * Makefile.tpl: New file.
13188 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13189 * contrib/gcc_update: Note that Makefile.in is a generated file.
13190
13191 * configure.in: Minor rearrangement. Simplify tests.
13192
65a824f6
JT
131932002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13194
13195 * configure.in (with_headers): Skip copy if value is "yes".
13196 (with_libs): Likewise.
13197
51270f0a 131982002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
13199
13200 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13201 * configure.in (sh*-*-pe*): Ditto.
13202 * configure.in (mips*-*-pe*): Ditto.
13203 * configure.in (*arm-wince-pe): Ditto.
13204
8f89dbf4
NN
13205 * configure.in: Rearrange.
13206
c1b8db3f
KH
132072002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13208
13209 * MAINTAINERS: Update my email address.
13210
341f0575
PK
132112002-08-30 Paul Koning <pkoning@equallogic.com>
13212
13213 * MAINTAINERS: (Write After Approval): Add myself.
13214
d2e06980
GK
132152002-08-29 Geoffrey Keating <geoffk@redhat.com>
13216
13217 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13218
4906d5d8
GK
132192002-08-24 Geoffrey Keating <geoffk@redhat.com>
13220
13221 * MAINTAINERS: Change my mailing address.
13222
e9a25cc8
PC
132232002-08-21 Paolo Carlini <pcarlini@unitus.it>
13224
13225 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 13226 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 13227
dce2d8b2 132282002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
13229
13230 * MAINTAINERS (Write After Approval): Remove myself.
13231 (Various Maintainers: c++ runtime libs): Add myself.
13232
5ce6f47b
EC
132332002-08-15 Eric Christopher <echristo@redhat.com>
13234
13235 * config.sub: Import from master repository.
13236 * config.guess: Ditto.
13237
7f9317f0
AO
132382002-08-19 Alexandre Oliva <aoliva@redhat.com>
13239
13240 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13241 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13242 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13243
7aecca3d
AH
132442002-08-16 Aldy Hernandez <aldyh@redhat.com>
13245
13246 * MAINTAINERS: Add self to rs6000 vector extensions.
13247
8ea4b195
AO
132482002-08-15 Alexandre Oliva <aoliva@redhat.com>
13249
13250 * libiberty/configure: Reverted unintended yesterday's check in.
13251
f5cc59a7
AO
132522002-08-14 Alexandre Oliva <aoliva@redhat.com>
13253
13254 * boehm-gc/configure, libf2c/configure: Rebuilt.
13255 * libffi/configure, libiberty/configure: Ditto.
13256 * libjava/configure, libobjc/configure: Ditto.
13257 * libstdc++-v3/configure, zlib/configure: Ditto.
13258 Merged from binutils:
13259 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13260 From Steve Ellcey <sje@cup.hp.com>:
13261 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13262 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13263 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13264 IA64.
13265 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13266 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13267 soname_spec, sys_lib_search_path_spec): Ditto.
13268
dce2d8b2 132692002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
13270
13271 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13272
2ff34870
L
132732002-08-04 H.J. Lu (hjl@gnu.org)
13274
13275 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13276
a014f2fe
KW
132772002-08-02 Krister Walfridsson <cato@df.lth.se>
13278
13279 * MAINTAINERS (Write After Approval): Add myself.
13280
c01d477a
AM
132812002-07-31 Alan Modra <amodra@bigpond.net.au>
13282
13283 * configure.in: Move generic linux case to end. Copy generic
13284 linux noconfigdirs to mips*-*-linux* entry and new
13285 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13286
68cd2524
MM
132872002-07-19 Michael Matz <matz@suse.de>
13288
13289 * MAINTAINERS: Add myself as ra* maintainer.
13290
e2d83b8c
CD
132912002-07-16 Chris Demetriou <cgd@broadcom.com>
13292
13293 * config.guess: Update to 2002-07-09 version.
13294 * config.sub: Update to 2002-07-03 version.
13295
cece4f1d
HPN
132962002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13297
13298 * MAINTAINERS: Fix typo in a maintainer email address.
13299
bb654703
NN
133002002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13301
13302 * configure.in: Remove two redundant tests.
13303
789b7de5
RO
133042002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13305
13306 * configure.in (mips*-*-irix6*o32): Enable stabs.
13307
e1da1089
NN
133082002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13309
f3970bba
NN
13310 * configure.in: Don't build grez.
13311 * Makefile.in: Ditto.
13312
e1da1089
NN
13313 * Makefile.in: Remove references to bsp, cygmon, libstub.
13314 * configure.in: Ditto.
13315
13316 * configure.in: Remove leftover reference to gdbtest.
13317
57c905fa
PE
133182002-07-08 Phil Edwards <pme@gcc.gnu.org>
13319
13320 * configure.in (gxx_include_dir): Change to match versioned
13321 C++ headers if --enable-version-specific-runtime-libs is used.
13322
a0af94a7 133232002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 13324
a0af94a7
SE
13325 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13326
423ce3eb
NN
133272002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13328
13329 * configure.in: Make --without-x work.
13330
98186934
NN
133312002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13332
c3b7d169
NN
13333 * configure.in: Rearrange target Makefile fragment collection.
13334
98186934
NN
13335 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13336 cvs[src].
13337 * configure.in: Ditto.
13338
eebd288a
MK
133392002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13340
13341 * MAINTAINERS (Write After Approval): Update my e-mail address.
13342
3ab36f05
NN
133432002-06-24 Ben Elliston <bje@redhat.com>
13344
13345 * configure.in (host_tools): Remove cgen.
13346
13347 * Makefile.in (all-cgen): Remove; runs from its source directory.
13348 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 13349 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
13350 (all-sim): Likewise.
13351
dce2d8b2 133522002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
13353
13354 * Makefile.in: Eliminate 'apache' targets.
13355 * configure.in: Eliminate 'apache' targets.
13356
55380b08
NN
13357 * configure.in: Eliminate redundant tests. Reorganize.
13358
9a5c1b9d
NN
13359 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13360
5fd3853a
NN
13361 * config-ml.in: Eliminate references to Cygnus configure.
13362
cfefc434
NN
13363 * Makefile.in: Eliminate references to building emacs.
13364
2fe93885
GS
133652002-06-28 Graham Stott <graham.stott@btinternet.com>
13366
13367 * MAINTAINERS: Update my email address.
13368
53c40185
BK
133692002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13370
13371 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 13372 (cxx_incdir): Remove.
53c40185 13373
97679694
NN
133742002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13375
13376 * MAINTAINERS (Write After Approval): Add self.
13377
b03bcd37
DC
13378Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13379
13380 * configure.in: Add support for ip2k.
13381
6bd12129
NN
133822002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13383
13384 * configure.in: Fix AIX configury bug.
13385
e0d98a92
SE
133862002-06-20 Steve Ellcey <sje@cup.hp.com>
13387
13388 * MAINTAINERS (Write After Approval): Add self.
13389
ba3292db
NN
133902002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13391
ef40bc65
NN
13392 * configure.in: replace ${topsrcdir} with ${srcdir}
13393
7a0be465
NN
13394 * configure.in: Move definition of libstdcxx_flags
13395 right above usage, rather than waaay earlier.
13396
e1848dde
NN
13397 * configure.in: Pull definition of is_cross_compiler earlier.
13398
8bc2fff1
NN
13399 * configure.in: Rearrange a little.
13400
ba3292db
NN
13401 * configure.in: Remove references to librx.
13402 * Makefile.in: Remove references to librx.
13403
11d8b408
DC
13404Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13405
13406 * config.sub: Add support for avr target.
13407 Import from master sources, rev 1.255
5ce6f47b 13408
93da8339
PE
134092002-06-19 Phil Edwards <pme@gcc.gnu.org>
13410
13411 * configure, .cvsignore: Revert previous change...
13412 * Makefile: ...delete.
13413
b4caab5c
NN
134142002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13415
13416 * configure.in: Eliminate ${gasdir} variable.
13417
ee777171
DB
134182002-06-18 Dave Brolley <brolley@redhat.com>
13419
13420 * configure.in: Add support for frv.
13421 * config.sub: Add support for frv.
13422
26e4af54
PE
134232002-06-18 Phil Edwards <pme@gcc.gnu.org>
13424
13425 * configure: Remove garbage from previous commit.
13426
bb20b7da
PE
134272002-06-18 Phil Edwards <pme@gcc.gnu.org>
13428
13429 * configure: For in-source builds, make a subdir and re-exec there.
13430 * Makefile: New file. Pass targets through to build directory.
13431 * .cvsignore: No longer ignore "Makefile".
13432
9d321f6c
DR
134332002-06-16 Douglas Rupp <rupp@gnat.com>
13434
13435 * MAINTAINERS (Write After Approval): Add self.
13436
c8eb2bc0
KG
134372002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13438
13439 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13440
f210d239
JT
134412002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13442
13443 * configure.in (vax-*-netbsd*): Re-enable gas.
13444
e9667b3c
NN
134452002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13446
efe1f357
NN
13447 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13448 BUILD_PREFIX_1, to correct nomenclature.
13449 * configure: Likewise.
13450
e9667b3c
NN
13451 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13452 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13453
fe2fe497
OH
134542002-05-31 Olaf Hering <olh@suse.de>
13455
13456 * config-ml.in: Propogate DESTDIR also.
13457
dcf7f0dd
JT
134582002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13459
13460 * configure.in (vax-*-netbsd*): Don't build gas for this
13461 platform.
13462
6ff14f32
MM
134632002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13464
13465 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13466 and libgcj for AVR.
13467
397de1ff
KK
134682002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13469
13470 * MAINTAINERS (Write After Approval): Add myself.
13471
ac30211c
JT
134722002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13473
13474 * config.guess: Update to 2002-05-22 version.
13475 * config.sub: Likewise.
13476
1e6347d8
RO
134772002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13478
13479 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13480 * config-ml.in: Likewise.
13481 * configure: Likewise.
13482 * configure.in: Likewise.
13483
e5ce1d6d
SC
134842002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13485
13486 * MAINTAINERS: Update my email address.
13487
6cdef75d
NN
134882002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13489
4a87f061
NN
13490 * configure.in: Simplify makefile fragment collection.
13491
13492 * configure.in: Remove code to build emacs.
603606e7 13493
e254d6b5
NN
13494 * configure.in : Remove --srcdir argument from targargs and buildargs
13495 (it's always overridden in the Makefile anyway). Rearrange a bit.
13496
13497 * configure: Move some logic to configure.in.
13498 * configure.in: Move some logic from configure.
6cdef75d 13499
1d6006fe
TT
135002002-05-11 Tom Tromey <tromey@redhat.com>
13501
13502 * MAINTAINERS: Reflect libgcj reality.
13503
b70b3534
FS
135042002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13505
13506 * Makefile.in: Honour DESTDIR.
13507
4434687a
MM
135082002-05-08 Mark Mitchell <mark@codesourcery.com>
13509
13510 * config.guess: Import 2002-03-20 version.
13511 * config.sub: Import 2002-04-26 version.
13512
a89e49c7
RO
135132002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13514
13515 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13516
44e55536
TJ
135172002-05-07 Tim Josling <tej@melbpc.org.au>
13518
13519 * MAINTAINERS: Add self.
13520
dce2d8b2 135212002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
13522
13523 * ltmain.sh: Detect and handle object name conflicts
13524 while piecewise linking a static library.
13525
b7c13625
AO
135262002-05-05 Alexandre Oliva <aoliva@redhat.com>
13527
13528 * configure.in (noconfigdirs): Don't disable libgcj on
13529 sparc64-*-solaris* and sparcv9-*-solaris*.
13530
4182d9fa
AO
135312002-05-03 Alexandre Oliva <aoliva@redhat.com>
13532
13533 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13534
7bebf279
TF
135352002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13536
13537 * configure.in (FLAGS_FOR_TARGET): Do not add
13538 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13539 on i[3456]86-*-linux*.
13540
9a06dc7d
TF
135412002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13542
13543 * configure.in (noconfigdirs): Replace [ ] with test.
13544
13545 * configure.in (noconfigdirs): Do not add target-newlib if
13546 target == i[3456]86-*-linux*, and host == target.
13547
a51a07fa
NN
135482002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13549
9e7facd6
DD
13550 * configure.in: delete reference to absent file
13551
aeaa0f2f
NN
13552 * configure.in: replace '[' with 'test'
13553
4bb98828
NN
13554 * configure.in: Eliminate references to gash.
13555 * Makefile.in: Eliminate references to gash.
13556
64791664
NN
13557 * configure.in: remove useless references to 'pic' makefile fragments.
13558
3ed57cf4
NN
13559 * configure.in: (*-*-windows*) Finish removing.
13560
a51a07fa
NN
13561 * configure.in: Eliminate redundant test for libgui.
13562
8552f6f1
RS
135632002-04-29 Roger Sayle <roger@eyesopen.com>
13564
13565 * MAINTAINERS: Add self and realphabetize. Update entries
13566 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13567 entry for a29k port maintainer.
13568
dce2d8b2 135692002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
13570
13571 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13572 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13573
704c9a14
NN
135742002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13575
13576 * configure.in: remove references to dead files
13577
7bff5059
MM
135782002-04-19 Mark Mitchell <mark@codesourcery.com>
13579
13580 * MAINTAINERS: Add information about purpose of this file.
13581
0c7c67f0
TT
135822002-04-18 Tom Tromey <tromey@redhat.com>
13583
13584 * configure.in: Disallow configuring libgcj when it is already
13585 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13586 Solaris 2.8 by default. For PR libgcj/6158.
13587
63501e91
NN
135882002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13589
13590 * configure.in: Move default CC setting out of config/mh-* fragments
13591 directly into here.
13592
701afd4d
NN
135932002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13594
13595 * configure.in: don't even try to configure or make a subdirectory
13596 if there's no configure script for it.
13597
07cdae91
MM
135982002-04-15 Mark Mitchell <mark@codesourcery.com>
13599
13600 * MAINTAINERS: Remove chill maintainers.
13601 * Makefile.in (CHILLFLAGS): Remove.
13602 (CHILL_LIB): Remove.
13603 (TARGET_CONFIGDIRS): Remove libchill.
13604 (CHILL_FOR_TARGET): Remove.
13605 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13606 CHILL_LIB.
13607 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13608 (CHECK_TARGET_MODULES): Likewise.
13609 (INSTALL_TARGET_MODULES): Likewise.
13610 (CLEAN_TARGET_MODULES): Likewise.
13611 (configure-target-libchill): Remove.
13612 (all-target-libchill): Remove.
13613 * configure.in (target_libs): Remove target-libchill.
13614 Do not compute CHILL_FOR_TARGET.
13615 * libchill: Remove directory.
5ce6f47b 13616
ab50d72b
DD
136172002-04-11 DJ Delorie <dj@redhat.com>
13618
13619 * Makefile.in, configure.in: Sync with binutils, entries
13620 follow...
13621
0a1e123a
DD
136222002-04-07 Andrew Cagney <ac131313@redhat.com>
13623
13624 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13625 (do-tar, do-bz2): New rules.
13626 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13627 (gdb-tar): New rule.
13628 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13629 (insight_dejagnu.tar): New rule.
13630 (insight.tar): New rule.
13631 (gdb+dejagnu.tar): New rule.
13632 (gdb.tar): New rule.
13633
ab50d72b
DD
136342002-02-01 Mo DeJong <supermo@bayarea.net>
13635
13636 * Makefile.in: Add all-tix to deps for all-snavigator
13637 so that tix is built when building snavigator.
13638
136392002-01-11 Steve Ellcey <sje@cup.hp.com>
13640
13641 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13642 ld and gdb are not supported.
13643
136442002-01-07 Mark Salter <msalter@redhat.com>
13645
13646 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13647 Allow target-libgloss to be built for arm, strongarm, and xscale.
13648
136492001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13650
13651 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13652 options for i[3456]86-pc-linux* native builds.
13653
136542001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13655
13656 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13657 files from .po files for a distribution.
13658
136592001-09-03 Jeff Holcomb <jeffh@redhat.com>
13660
13661 * configure.in: Enable libstdc++-v3 for h8300 targets.
13662
136632001-06-19 Alan Modra <amodra@bigpond.net.au>
13664
13665 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13666 version from bfd/.
13667
13668Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13669
13670 * Makefile.in (VER): When present, extract the version number from
13671 the file version.in.
13672
dce2d8b2 136732001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
13674
13675 * configure.in : enable ld for aix
13676
136772001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13678
13679 * config.guess: Add linux target for S/390.
13680
136812000-11-07 Philip Blundell <pb@futuretv.com>
13682
13683 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13684
136852000-11-03 Philip Blundell <pb@futuretv.com>
13686
13687 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13688 files.
13689
136902001-01-15 Ben Elliston <bje@redhat.com>
13691
13692 * configure.in (host_tools): Add sid.
13693 Always configure cgen.
13694
136952000-11-24 Nick Clifton <nickc@redhat.com>
13696
13697 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13698
ab50d72b
DD
136992000-08-20 Doug Evans <dje@casey.transmeta.com>
13700
13701 * Makefile.in (ALL_MODULES): Add all-cgen.
13702 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13703 (all-cgen): New target.
13704 (all-opcodes,all-sim): Depend on all-cgen.
13705 * configure.in (host_tools): Add cgen.
13706 Only configure cgen if --enable-cgen-maint.
13707
dce2d8b2 137082002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
13709
13710 * configure.in: Add *-*-freebsd* configurations.
13711
90def2b2
TT
137122002-04-08 Tom Tromey <tromey@redhat.com>
13713
13714 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13715 Fixes PR libgcj/6068.
13716
320d7e7a
KW
137172002-03-30 Krister Walfridsson <cato@df.lth.se>
13718
13719 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13720
18b467f1
RO
137212002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13722
13723 * configure.in (alpha*-dec-osf*): Enable libgcj.
13724
dce2d8b2 137252003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
13726
13727 * MAINTAINERS (Write After Approval): Add myself.
13728
56ae9405
NC
137292002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13730
13731 Fix for: PR bootstrap/3591, target/5676
13732 * configure.in (mcore-pe): Disable the configuration of
13733 libstdc++-v3 since exceptions are not supported.
13734
f18d9a0c
AG
137352002-03-20 Anthony Green <green@redhat.com>
13736
13737 * configure.in: Enable libgcj for xscale-elf target.
13738
dce2d8b2 13739Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13740
13741 * MAINTAINERS: Update my email address.
13742
28eca9e8
AO
137432002-03-16 Alexandre Oliva <aoliva@redhat.com>
13744
13745 * ltmain.sh (relink_command): Fix typo in previous change.
13746
e67e72c7
AO
137472002-03-15 Alexandre Oliva <aoliva@redhat.com>
13748
13749 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13750 (relink_command): Added --tag flags.
13751 (mode=install): If relinking fails; error out.
13752
c2273204
RH
137532002-03-12 Richard Henderson <rth@redhat.com>
13754
13755 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13756 .NOTPARALLEL tag.
13757 (do-check): Rename from check.
13758 (check): Allow parallel check.
13759
bcb64245
BW
137602002-03-12 Bob Wilson <bob.wilson@acm.org>
13761
13762 * MAINTAINERS: Add myself as maintainer for xtensa port.
13763 Fix alphabetical order in CPU port maintainer list.
13764 Remove myself from Write After Approval list.
13765
63adb4ff
RH
137662002-03-11 Richard Henderson <rth@redhat.com>
13767
13768 * Makefile.in (.NOTPARALLEL): Add fake tag.
13769
9bec4bf0
L
137702002-03-07 H.J. Lu (hjl@gnu.org)
13771
13772 * configure.in: Enable gprof for mips*-*-linux*.
13773
c7fc1f84
DS
137742002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13775
13776 * MAINTAINERS (Write After Approval): Add myself.
13777
6bff33fb
AO
137782002-02-28 Alexandre Oliva <aoliva@redhat.com>
13779
13780 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13781 libjava.
13782 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13783
0210b33b
AO
137842002-02-23 Alexandre Oliva <aoliva@redhat.com>
13785
13786 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13787 because its Makefile is there; test for the executable instead.
13788
fcc0a3ef
AO
137892002-02-22 Alexandre Oliva <aoliva@redhat.com>
13790
13791 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13792 libstdc++-v3 and libjava.
13793
dce2d8b2 137942002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13795
13796 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13797 boehm-gc
5ce6f47b 13798
40fe0ec3
AO
137992002-02-09 Alexandre Oliva <aoliva@redhat.com>
13800
13801 * config.guess: Updated to 2002-01-30's version.
13802 * config.sub: Updated to 2002-02-01's version.
13803 Contribute sh64-elf.
13804 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13805 * configure.in: Added sh64-*-*.
13806
694d53ee
CD
138072002-02-08 Chris Demetriou <cgd@broadcom.com>
13808
13809 * MAINTAINERS: Belatedly add myself to write after approval list.
13810
a9ca50b1
JH
13811Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13812
13813 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13814 Remove self as Write After Approval.
13815
5ffc3500
GK
138162002-01-31 Geoffrey Keating <geoffk@redhat.com>
13817
13818 * MAINTAINERS: Put self in as maintainer for contrib/regression
13819 directory.
13820
4ceaf7fb
PE
138212002-01-28 Phil Edwards <pme@gcc.gnu.org>
13822
13823 * MAINTAINERS: Update my email address.
13824
51584787
JT
138252002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13826
5ce6f47b
EC
13827 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13828 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13829 libraries if not supported for NetBSD on target CPU.
13830
5701d273
DR
138312002-01-25 Douglas B Rupp <rupp@gnat.com>
13832
13833 * install-sh: Use _inst.$$_ for temp file name.
13834
b299a075
JT
138352002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13836
13837 * MAINTAINERS (Write After Approval): Move my contact info
13838 from here...
13839 (OS Port Maintainers): ...to here (netbsd).
13840
51fe14b5
BW
138412002-01-22 Bob Wilson <bob.wilson@acm.org>
13842
13843 * MAINTAINERS (Write After Approval): Add myself.
13844
dce2d8b2 138452002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13846
13847 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13848 (all-target-fastjar): Also depend on all-target-libiberty.
13849
3cd87679
L
138502002-01-16 H.J. Lu (hjl@gnu.org)
13851
13852 * config.guess: Import from master sources, rev 1.225.
13853 * config.sub: Import from master sources, rev 1.238.
13854
969a6d8f
KH
138552002-01-16 Kazu Hirata <kazu@hxi.com>
13856
13857 * MAINTAINERS (Write After Approval): Remove myself.
13858
366f6a52
FW
138592001-12-19 Florian Weimer <fw@deneb.enyo.de>
13860
13861 * MAINTAINERS (Write After Approval): Add myself.
13862
f02240b6
JM
138632001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13864
13865 * MAINTAINERS: Add self as docs co-maintainer.
13866
5d08dc39
MK
138672001-12-11 Matthias Klose <doko@debian.org>
13868
13869 * MAINTAINERS (Write After Approval): Add myself.
13870
39e790d5
ZW
138712001-12-09 Zack Weinberg <zack@codesourcery.com>
13872
13873 * MAINTAINERS: Update my email address.
13874
4519d6a3
TC
138752001-12-07 Turly O'Connor <turly@apple.com>
13876 * MAINTAINERS (Write After Approval): Add myself.
13877 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13878 (rs6000_initialize_trampoline): Call __trampoline_setup for
13879 ABI_DARWIN too.
13880 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13881 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13882
21cf0a73
PC
138832001-12-07 Paolo Carlini <pcarlini@unitus.it>
13884
13885 * MAINTAINERS (Write After Approval): Add myself.
13886
4ee43206
DR
13887Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13888
13889 * configure, configure.in: Use temp file for long sed commands.
13890
251931f3
LG
138912001-12-03 Laurent Guerby <guerby@acm.org>
13892
13893 * config.sub: Update to version 1.232 on subversion.
13894
03777dd7
BE
138952001-12-03 Ben Elliston <bje@redhat.com>
13896
13897 * MAINTAINERS: Update mail address for config.* patches.
13898
dce2d8b2 138992001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13900 Zack Weinberg <zack@codesourcery.com>
13901
13902 When build != host, create libiberty for the build machine.
13903
13904 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13905 CONFIG_ARGUMENTS.
13906 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13907 New variables.
13908 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13909 and rules.
13910 (all.normal): Depend on ALL_BUILD_MODULES.
13911 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13912 (all-build-libiberty): Depend on configure-build-libiberty.
13913
13914 * configure: Calculate and substitute proper value for
13915 ALL_BUILD_MODULES.
13916 * configure.in: Create the build subdirectory.
13917 Calculate and substitute TARGET_CONFIGARGS (formerly
13918 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13919
04075e8f
ZL
139202001-11-26 Ziemowit Laski <zlaski@apple.com>
13921
13922 * MAINTAINERS (write-after-approval): Add self.
13923
ed19322d
CR
139242001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13925
13926 * MAINTAINERS (GNATS only accounts): Remove self.
13927
90a12988
HPN
139282001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13929
13930 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13931 libf2c.
13932
77e653ad
CR
139332001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13934
13935 * MAINTAINERS (Write After Approval): Add self.
13936
64adad99
DB
139372001-11-12 David O'Brien <obrien@FreeBSD.org>
13938
13939 * MAINTAINERS: mips and s390 are also CPU ports.
13940
834a28c7
DB
139412001-11-12 David O'Brien <obrien@FreeBSD.org>
13942
13943 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13944
ef94239f
DB
139452001-11-11 David O'Brien <obrien@FreeBSD.org>
13946
13947 * MAINTAINERS: Alphabetize.
13948
beda0427
KH
139492001-11-09 Kazu Hirata <kazu@hxi.com>
13950
13951 * MAINTAINERS (Various maintainers: h8 port): Add myself.
13952
6ca224d3
JDA
139532001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
13954
13955 * MAINTAINERS (Various maintainers: hppa port): Added myself.
13956
132e4bd7
PE
139572001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
13958
13959 * configure.in (--enable-languages): Be more permissive about
13960 syntax. Check for empty lists better. Warn about $LANGUAGES.
13961
c6243b4c
GK
139622001-11-08 Geoffrey Keating <geoffk@redhat.com>
13963
13964 * config.sub: Import from master sources, rev. 1.230.
13965 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
13966
abbb9e76
LG
139672001-11-07 Laurent Guerby <guerby@acm.org>
13968
13969 * MAINTAINERS (Write After Approval): Add self.
13970
53cdb27a
HPN
139712001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
13972
13973 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
13974
dd3a88c9
HPN
139752001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
13976
13977 * config.sub: Import from master sources, rev 1.226.
13978 * config.guess: Import from master sources, rev 1.216.
13979
d344dce9
HPN
139802001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
13981
13982 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
13983 * MAINTAINERS: Add self as maintainer of MMIX port.
13984 Remove old after-approval entry.
13985
63f6bcd7
JM
139862001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
13987
13988 * ChangeLog, configure: Fix spelling errors.
13989
84f92638
BK
139902001-10-20 Brendan Kehoe <brendan@zen.org>
13991
13992 * MAINTAINERS: Tweak my address.
13993
dce2d8b2 13994Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
13995
13996 * MAINTAINERS: Update my email address.
13997
1567080c 139982001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 13999
f48a3b5c 14000 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 14001 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 14002
30106886
GB
140032001-10-10 Geert Bosch <bosch@gnat.com>
14004
e490616e 14005 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
14006 Added Robert Dewar.
14007
dce2d8b2 140082001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
14009
14010 * MAINTAINERS (Write After Approval): Added self
14011
d1c3e709
GB
140122001-10-02 Geert Bosch <bosch@gnat.com>
14013
14014 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14015
50f5f793
JM
140162001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14017
14018 * configure: Handle temporary files securely using mkdir.
14019
7fddf9a9
AO
140202001-09-29 Alexandre Oliva <aoliva@redhat.com>
14021
14022 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14023
dce2d8b2 140242001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
14025
14026 * configure.in (*-*-linux*): Disable configuration of target-newlib
14027 and target-libgloss.
e490616e 14028
0c055e34
AO
140292001-09-26 Alexandre Oliva <aoliva@redhat.com>
14030
14031 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14032 RANLIB.
14033
759bfa90
AO
140342001-09-21 Alexandre Oliva <aoliva@redhat.com>
14035
14036 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14037 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14038 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14039 avoid quotes nesting problems.
14040 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14041 (DO_X): Export only variables that are set.
14042
1dc4a750
BE
140432001-09-19 Ben Elliston <bje@redhat.com>
14044
14045 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14046 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14047 semantics. Use the shell built-in "type" command instead.
14048
898c7238
AO
140492001-08-31 Alexandre Oliva <aoliva@redhat.com>
14050
14051 Merged from gcc-3_0-branch:
14052 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14053 * ltcf-c.sh: Use $objext, not $ac_objext.
14054 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14055 * ltcf-cxx.sh: Add support for GNU.
14056 2001-07-22 Timothy Wall <twall@redhat.com>
14057 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14058 default settings if using GNU tools with that configuration.
14059 * ltcf-cxx.sh: Ditto.
14060 * ltcf-gcj.sh: Ditto.
14061 2001-07-21 Michael Chastain <chastain@redhat.com>
14062 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14063 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14064 * ltmain.sh: Mark as gcc-local.
14065
8fa0a32e
EC
140662001-08-30 Eric Christopher <echristo@redhat.com>
14067 Jason Eckhardt <jle@redhat.com>
14068
14069 * config.guess: Merge from master sources.
14070 * config.sub: Merge from master sources, add support for mipsisa32.
14071
32f30f91 140722001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
14073 * config.sub: Merge from master sources, rev 1.219.
14074 * MAINTAINERS: Add self as contact for stormy16 port.
14075
f6084f99
ZW
140762001-08-14 Zack Weinberg <zackw@panix.com>
14077
14078 * config.sub: Merge from master sources, rev 1.218.
14079 * config.guess: Merge from master sources, rev 1.209.
14080
91b54f7f
GS
140812001-08-11 Graham Stott <grahams@redhat.com>
14082
14083 * Makefile.in (check-c++): Add missing semicolon.
14084
e5b3941e
JH
14085Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14086
32f30f91 14087 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 14088
6387a56e
EC
140892001-07-30 Eric Christopher <echristo@redhat.com>
14090
14091 * MAINTAINERS (Various maintainers: mips port): Added myself.
14092
53b475f0
AH
140932001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14094
e490616e 14095 * configure.in (sh-*-linux*): New.
53b475f0 14096
2a08c780
RH
140972001-07-27 Richard Henderson <rth@redhat.com>
14098
14099 * .cvsignore: Add LAST_UPDATED.
14100
bfa79422
UW
141012001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14102
14103 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14104
0ae85492
AH
141052001-07-16 Aldy Hernandez <aldyh@redhat.com>
14106
e490616e 14107 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 14108
8e1ab0fe
NP
14109Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14110
14111 * MAINTAINERS (Write After Approval): Added myself.
14112
2b997990
SC
141132001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14114
14115 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14116 and libgcj on m68hc11/m68hc12.
14117
d920e825
L
141182001-06-27 H.J. Lu (hjl@gnu.org)
14119
14120 * Makefile (CFLAGS_FOR_BUILD): New.
14121 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14122
d425a1e0
JM
141232001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14124
14125 * README: Remove version number.
14126
5b5b4207
GP
141272001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14128
14129 * INSTALL/README: Update wrt. to the installation instructions now
14130 residing in gcc/doc/install.texi.
14131
be839b69
JM
141322001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14133
14134 * README: Replace with a cut-down and updated version of gcc/README.
14135
fe2ee7c4
DE
141362001-06-12 David Edelsohn <edelsohn@gnu.org>
14137
14138 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14139 multilibs to be disabled.
14140
4f5d646c
DB
141412001-06-11 Daniel Berlin <dan@cgsoftware.com>
14142
14143 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 14144
818f0c85
AO
141452001-06-09 Alexandre Oliva <aoliva@redhat.com>
14146
14147 * config.guess: Import CVS version 1.195.
14148 * config.sub: Import CVS version 1.212.
14149
e9a8af10
AO
141502001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14151
14152 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14153 gcc/xgcc is built, use -print-prog-name to find out the program
14154 name to use.
14155
ae3ca0a9
PE
141562001-06-04 Phil Edwards <pme@sources.redhat.com>
14157
14158 * config.guess: Import CVS version 1.194. All gcc-local changes
14159 appear to also be in the master copy.
14160 * config.sub: Import CVS version 1.211.
14161
066bd40d
MM
14162Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14163
14164 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14165 with_gcc]: Use `gcc -shared' to build a shared library.
14166
4aef4f33
JDA
14167Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14168
14169 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14170 archives.
14171
c386f00f
RO
14172Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14173
14174 * MAINTAINERS (Write After Approval): Add myself.
14175
2ae5cea5
HPN
141762001-06-01 Hans-Peter Nilsson <hp@axis.com>
14177
14178 * configure.in (libstdcxx_flags): Do not try to execute
14179 libstdc++-v3/testsuite_flags until it exists.
14180
c3766183
AM
141812001-06-01 Alan Modra <amodra@bigpond.net.au>
14182
14183 * MAINTAINERS: Update my email address.
14184
9b337833
GS
141852001-05-31 Graham Stott <grahams@redhat.com>
14186
14187 * MAINTAINERS (Write After Approval): Add myself.
14188
dce2d8b2 141892001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
14190
14191 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14192 libraries when using g++ with native linker.
14193
5f7de4b8
AO
141942001-05-28 Alexandre Oliva <aoliva@redhat.com>
14195
14196 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14197
a7bc0fbb
AO
141982001-05-22 Alexandre Oliva <aoliva@redhat.com>
14199
14200 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14201 [aix4*|aix5*]: Prepend blank.
14202
33456445
AO
142032001-05-20 Alexandre Oliva <aoliva@redhat.com>
14204
14205 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14206 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14207 of subdir/configure scripts to use the new libtool.m4.
14208
e48d3d00
MK
142092001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14210
14211 * MAINTAINERS (Write After Approval): Add myself.
14212
9e0e191b
BK
142132001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14214
14215 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14216
3f19b439
BE
142172001-05-11 Ben Elliston <bje@redhat.com>
14218
14219 * Makefile.in (all-sid): New target.
14220 (check-sid, clean-sid, install-sid): Likewise.
14221
6ebe3121
JO
142222001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14223
14224 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14225
ca3667c4
AO
142262001-05-03 Alexandre Oliva <aoliva@redhat.com>
14227
14228 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14229 libgcj.
14230
142312001-05-03 Alexandre Oliva <aoliva@redhat.com>
14232
14233 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14234 gcc/xgcc is built, use -print-prog-name to find out the program
14235 name to use.
14236
b2964d63
AO
142372001-04-26 Alexandre Oliva <aoliva@redhat.com>
14238
b1bb2302
AO
14239 * configure.in (noconfigdirs): Don't reset it from scratch in the
14240 target case; only append to it.
6387a56e 14241
b2964d63
AO
14242 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14243 sparc-*-solaris2.8]: Disable ${libgcj}.
14244
8343765d
AO
142452001-04-25 Alexandre Oliva <aoliva@redhat.com>
14246
14247 * configure.in (libgcj_saved): Copy from $libgcj.
14248 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14249 --disable-libgcj.
14250
ddbb6d43
GRK
142512001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14252
14253 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 14254 C front end maintainer.
ddbb6d43 14255
3fa03ff9
AG
14256Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14257
14258 * configure.in: Move *-chorusos target case to the proper switch.
14259 Disable libgcj.
14260
99ffe40f
AO
142612001-04-12 Alexandre Oliva <aoliva@redhat.com>
14262
14263 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14264 1.641.2.228.
14265
78faa32d
FS
142662001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14267
14268 * Makefile.in (STAGE1_CFLAGS): Pass down.
14269
cdbff0ab
AM
142702001-04-13 Alan Modra <amodra@one.net.au>
14271
14272 * config.guess: Add hppa64-linux support. Note for next import that
14273 this is already in the master file.
14274 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14275
75b9074c
AO
142762001-04-12 Alexandre Oliva <aoliva@redhat.com>
14277
14278 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14279 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14280
125404c5
SS
142812001-04-11 Stan Shebs <shebs@apple.com>
14282
14283 * MAINTAINERS: Add self as Darwin port maintainer.
14284
876684fe
AM
142852001-04-11 Alan Modra <amodra@one.net.au>
14286
14287 * MAINTAINERS: Update my email address.
14288
06729913
LR
142892001-04-10 Loren J. Rittle <ljrittle@acm.org>
14290
14291 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14292 recent versions of FreeBSD (release 3 or later).
14293 * ltconfig: On FreeBSD, -lc must not be provided when building
14294 a shared library or else the standard -pthread gcc option is
14295 rendered worthless to later users of the built library.
14296
67916302
JM
142972001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14298
14299 * MAINTAINERS: Add self and RTH as C front end maintainers.
14300
d2bc0628
AO
143012001-04-05 Alexandre Oliva <aoliva@redhat.com>
14302
e490616e
ZW
14303 * config.sub: Make sure to match an already-canonicalized
14304 machine name (eg. mn10300-unknown-elf).
d2bc0628 14305
a3406c06
AO
143062001-04-01 Alexandre Oliva <aoliva@redhat.com>
14307
14308 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14309 New macros.
14310 (bootstrap, cross): Use RECURSE_FLAGS.
14311 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14312
a076f6a4
AO
143132001-03-27 Alexandre Oliva <aoliva@redhat.com>
14314
14315 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14316
e9f4fa71
CH
143172001-03-22 Colin Howell <chowell@redhat.com>
14318
7238de5c
CH
14319 * Makefile.in (DO_X): Do not backslash single-quotes in
14320 backquotes (two places).
e9f4fa71 14321
b6b14b1b
AO
143222001-03-22 Alexandre Oliva <aoliva@redhat.com>
14323
14324 Re-installed:
14325 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14326 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14327 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14328 * ltcf-cxx.sh: Likewise.
14329 * ltcf-gcj.sh: Likewise.
14330
1eb0b89d
GP
143312001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14332
14333 * MAINTAINERS: Add myself as "documentation co-maintainer".
14334
82e23236
AO
143352001-03-22 Alexandre Oliva <aoliva@redhat.com>
14336
14337 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14338 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14339
64ec27c3
TT
143402001-03-19 Tom Tromey <tromey@redhat.com>
14341
14342 * config-ml.in: Handle GCJ and GCJFLAGS.
14343
191de407
MC
143442001-03-21 Michael Chastain <chastain@redhat.com>
14345
14346 * Makefile.in: all-m4 depends on all-texinfo.
14347
fed4dede
LR
143482001-03-20 Loren J. Rittle <ljrittle@acm.org>
14349
14350 * MAINTAINERS: Add myself to write after approval list.
14351
085072bb
LB
143522001-03-18 Laurynas Biveinis <lauras@softhome.net>
14353
14354 * Makefile.in (DO_X): Quote nested quotes.
14355
5af8ea3f
AM
143562001-03-18 Alan Modra <alan@linuxcare.com.au>
14357
14358 * MAINTAINERS: Add myself to write after approval list.
14359
69e23037
LB
143602001-03-15 Laurynas Biveinis <lauras@softhome.net>
14361
14362 * Makefile.in (DO_X): Use double quotes for quoting
14363 "RANLIB=$${RANLIB}".
14364
2b9650f4
OP
143652001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14366
14367 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14368
dce2d8b2 143692001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
14370
14371 * configure.in: Only use `lang_requires' for languages athat are
14372 actually enabled.
14373
f6646274
PE
143742001-03-08 Phil Edwards <pme@sources.redhat.com>
14375
14376 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14377
c9a54638
AO
143782001-03-08 Alexandre Oliva <aoliva@redhat.com>
14379
14380 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14381
6a556ad6
TT
143822001-03-07 Tom Tromey <tromey@redhat.com>
14383
14384 * configure.in: Allow config-lang.in to set `lang_requires' to list
14385 of other required languages.
14386
6822468a
LB
143872001-03-06 Laurynas Biveinis <lauras@softhome.net>
14388
14389 * Makefile.in: Remove RANLIB definition. Use RANLIB
14390 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14391 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 14392
f04885d3 143932001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 14394 Alexandre Oliva <aoliva@redhat.com>
6387a56e 14395
f04885d3
BK
14396 * Makefile.in (check-c++): Use tabs, not spaces.
14397
288edf47 143982001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 14399
288edf47
LB
14400 * MAINTAINERS: add myself to Write After Approval list.
14401
3d55d2f8 144022001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 14403
e490616e 14404 * Makefile.in (check-c++): New rule.
6387a56e 14405
4d88a68a
BK
14406 * configure.in (target_libs): Remove libg++.
14407 (noconfigdirs): Remove libg++.
14408 (noconfigdirs): Same.
14409 (noconfigdirs): Same.
14410 (noconfigdirs): Same.
14411
14412 * config-ml.in: Remove libg++ references.
14413
14414 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14415 (ALL_TARGET_MODULES): Same.
14416 (configure-target-libg++): Remove.
14417 (all-target-libg++): Remove.
14418 (configure-target-libio): Remove.
14419 (all-target-libio): Remove.
14420 (check-target-libio): Remove.
14421 (.PHONY): Remove.
14422 (libg++.tar.bz2): Remove.
14423 (all-target-cygmon): Remove libio.
14424 (all-target-libstdc++): Remove.
14425 (configure-target-libstdc++): Remove.
14426 (TARGET_LIB_PATH): Remove libstdc++.
14427 (ALL_GCC_CXX): Remove libstdc++.
14428 (all-target-gperf): Correct.
14429
2437d4ed
NC
144302001-02-16 Nick Clifton <nickc@redhat.com>
14431
14432 * configure.in (noconfigdirs): Allow configuration of texinfo
14433 for Cygwin hosts.
14434
85b99cbe
AG
144352001-02-15 Anthony Green <green@redhat.com>
14436
14437 * configure: Introduce GCJ_FOR_TARGET.
14438 * configure.in: Ditto.
14439 * Makefile.in: Ditto.
14440
7b18790c
AS
144412001-02-13 Andreas Schwab <schwab@suse.de>
14442
14443 * MAINTAINERS: Update mail address.
14444
c4880c99
MS
144452001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14446
14447 * config.guess: Add linux target for S/390.
14448 * config.sub: Likewise.
14449
dce2d8b2 144502001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
14451
14452 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 14453 target-libgloss.
e31ae6db 14454
7739adfb
BE
144552001-02-06 Ben Elliston <bje@redhat.com>
14456
14457 * configure: Output host type to stdout, not stderr.
14458
36ca672c
MM
144592001-02-05 Mark Mitchell <mark@codesourcery.com>
14460
e40f2829 14461 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
14462 * ltcf-cxx.sh: Likewise.
14463
36ca672c
MM
14464 * config.if: Assume enable_libstdcxx_v3 is defined.
14465
22fdd65e
MM
144662001-02-04 Mark Mitchell <mark@codesourcery.com>
14467
14468 Remove V2 C++ library.
14469 * configure.in: Remove --enable-libstdcxx_v3 support.
14470
3b60dd8e
BM
144712001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14472
14473 * include/demangle.h: Add prototype for java_demangle_v3.
14474
42c0c80a
PE
144752001-01-29 Phil Edwards <pme@sources.redhat.com>
14476
14477 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14478
0be25992
RH
144792001-01-27 Richard Henderson <rth@redhat.com>
14480
14481 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14482
8a8de62d
MS
144832001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14484
14485 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14486 Don't unset, it's non-portable and no longer necessary, set to empty
14487 instead.
14488
92769744
MS
144892001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14490
14491 * ltconfig: Shell portability fix for the tagname validity check.
14492
88a1c0ab
AO
144932001-01-27 Alexandre Oliva <aoliva@redhat.com>
14494
14495 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14496 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14497
45291dd5
MS
144982001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14499
14500 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14501
1ace7e15
TT
145022001-01-26 Tom Tromey <tromey@redhat.com>
14503
14504 * configure.in: Allow libgcj to be built on Sparc Solaris.
14505
0ef8b11b
DE
145062001-01-25 David Edelsohn <edelsohn@gnu.org>
14507
14508 * ltcf-c.sh: Add aix5 case.
14509 * ltcf-cxx.sh: Likewise.
14510 * ltconfig: Likewise.
14511
0006091e
AO
145122001-01-24 Alexandre Oliva <aoliva@redhat.com>
14513
9bad11e1
AO
14514 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14515 keep at least one of build_libtool_libs or build_old_libs set to
14516 yes.
14517
0006091e
AO
14518 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14519 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14520
7c01b2b5
BM
145212001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14522
14523 * configure.in: Enable libgcj on several additional platforms.
14524
d340e0ac
BM
145252001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14526
14527 * configure.in: Enable libgcj for linux targets.
14528
5baf8c37
MS
145292001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14530
14531 * MAINTAINERS (Write After Approval): Add myself.
14532
10a0ba84
JDA
145332001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14534
14535 * MAINTAINERS: Add myself as vax port maintainer.
14536
357c6a4b
FH
145372001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14538
14539 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14540
6e2d9a7a
MS
145412001-01-09 Mike Stump <mrs@wrs.com>
14542
14543 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14544 failures of subdirectories.
14545
b6b14b1b 145462001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 14547
b6b14b1b 14548 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 14549 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
14550 * ltcf-cxx.sh: Likewise.
14551 * ltcf-gcj.sh: Likewise.
14552 * ltconfig.sh: Fix typo.
976b230d 14553
07109110
LB
145542001-01-02 Laurynas Biveinis <lauras@softhome.net>
14555
14556 * configure: handle DOS-style absolute paths.
14557
1da5b8fc
LB
145582001-01-02 Laurynas Biveinis <lauras@softhome.net>
14559
14560 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14561
4c2f5b4f
MM
145622000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14563
14564 * MAINTAINERS: Add myself as avr port co-maintainer.
14565
bc53668e
BE
145662000-12-28 Ben Elliston <bje@redhat.com>
14567
14568 * MAINTAINERS: Add myself under ``Write After Approval''.
14569
c387606f
JM
145702000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14571
14572 * texinfo: Remove directory from GCC.
14573
2cb5082c
JM
145742000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14575
14576 * COPYING: Update to current
14577 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14578 to 19yy as example year in copyright notice).
14579
cc330df9
BK
145802000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14581
6387a56e 14582 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
14583 (libstdcxx_incdir): Pass down.
14584 * config.if: Remove expired bits for cxx_interface, add stub.
14585 (libstdcxx_incdir): Add variable for g++ include directory.
14586 * configure.in (gxx_include_dir): Use it.
6387a56e 14587
4c6b2835
AO
145882000-12-18 Alexandre Oliva <aoliva@redhat.com>
14589
14590 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14591 with old-email address from ``Write After Approval''.
14592
3896f13e
AJ
145932000-12-15 Andreas Jaeger <aj@suse.de>
14594
14595 * configure.in: Handle lang_dirs.
14596
145972000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 14598
ad46e881
TT
14599 * MAINTAINERS: Removed brads.
14600
90a10418
TT
14601 * MAINTAINERS: Added gcj developers.
14602
41dfe3a2 146032000-12-13 Anthony Green <green@redhat.com>
6387a56e 14604
41dfe3a2 14605 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
14606 listed. Disable libgcj for x86 and Alpha Linux until compatible
14607 with g++ abi.
6387a56e 14608
e2f601da
MS
146092000-12-13 Mike Stump <mrs@wrs.com>
14610
14611 * Makefile.in (local-distclean): Also remove fastjar.
14612
70030c01
RB
146132000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14614
14615 * contrib/gcc_update: Add fastjar --touch entries.
14616
2a50f859
AO
146172000-12-12 Alexandre Oliva <aoliva@redhat.com>
14618
14619 * configure.in: Disable language-specific target libraries for
14620 languages that aren't enabled.
14621
7743113b
AG
146222000-12-10 Anthony Green <green@redhat.com>
14623
14624 * configure.in: Define libgcj. Disable libgcj target libraries for
14625 most targets.
14626
92e061a6
NB
146272000-12-10 Neil Booth <neilb@earthling.net>
14628
14629 * MAINTAINERS: Update mail address, remove from WAA list.
14630
f34ff6d6
APB
146312000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14632
14633 * libjava: Imported from /cvs/java.
14634 * libffi: Likewise.
14635 * Boehm-gc: Likewise.
14636
d82a33c6
APB
146372000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14638
14639 * configure.in (target_libs): Revert 2000-12-08 patch.
14640 (noconfigdirs): Added target-libjava.
14641
e14f8e28
LB
146422000-12-09 Laurynas Biveinis <lauras@softhome.net>
14643
14644 * djunpack.bat: removed.
14645
fc26516b
LB
146462000-12-09 Laurynas Biveinis <lauras@softhome.net>
14647
14648 * Makefile.in: handle DOS-style absolute paths.
14649 * config-ml.in: likewise.
14650 * symlink-tree: likewise.
14651
bd8757b3
APB
146522000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14653
14654 * fastjar: Imported.
14655
81522a1f
APB
146562000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14657
14658 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14659 libjava.
14660 * configure.in (target_libs): Removed `target-libjava'.
14661
5db1f7ed
APB
146622000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14663
14664 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14665 (ALL_MODULES): Added fastjar.
14666 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14667 (all-target-libjava): all-fastjar replaces all-zip.
14668 (all-fastjar): Added.
14669 (configure-target-fastjar, all-target-fastjar): Likewise.
14670 * configure.in (host_tools): Added fastjar.
14671
5e59997c
MS
146722000-12-07 Mike Stump <mrs@wrs.com>
14673
14674 * Makefile.in (local-distclean): Remove leftover built files.
14675
0a534f40
NC
146762000-11-24 Nick Clifton <nickc@redhat.com>
14677
14678 * configure.in (xscale-elf): Add target.
14679 (xscale-coff): Add target.
14680
7686cadf
LR
146812000-11-22 Loren J. Rittle <ljrittle@acm.org>
14682
e490616e
ZW
14683 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14684 recent versions of FreeBSD (release 3 or later).
14685 * ltconfig: On FreeBSD, -lc must not be provided when building
14686 a shared library or else the standard -pthread gcc option is
14687 rendered worthless to later users of the built library.
7686cadf 14688
fff01699
FF
146892000-11-16 Fred Fish <fnf@be.com>
14690
14691 * configure.in (enable_libstdcxx_v3): Fix typo,
14692 libstd++ -> libstdc++.
14693
4dc16355
KL
146942000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14695
14696 * MAINTAINERS: Add self to Write After Approval list.
14697
bf6fc7b2
BS
146982000-11-21 Bernd Schmidt <bernds@redhat.com>
14699
14700 * MAINTAINERS: Update my email address. Add myself to global write
14701 privs list.
14702
ce8e06b1
AO
147032000-11-18 Alexandre Oliva <aoliva@redhat.com>
14704
6e2a4843
AO
14705 * Makefile.in: Merge with src and libgcj.
14706 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14707 configure-target-<library> when their configure scripts need the C
14708 or C++ library to have already been built to work properly.
14709 (do_proto_toplev): Set them to an empty string.
14710
ce8e06b1
AO
14711 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14712 (REALLY_SET_LIB_PATH): Use them.
14713
c003f378
SS
147142000-11-17 Stan Shebs <shebs@apple.com>
14715
14716 * MAINTAINERS: Add self to Write After Approval list.
14717
cc1e60ea
JM
147182000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14719
14720 * configure: Provide the original toplevel configure arguments
14721 (including $0) to subprocesses in the environment rather than
14722 through gcc/configargs.h.
14723
1173593d
JM
147242000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14725
14726 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14727 C99. Alphabetise "Write After Approval" list.
14728
520907ee
MM
147292000-11-12 Mark Mitchell <mark@codesourcery.com>
14730
34f6fbdb
MM
14731 * configure: Turn on libstdc++ V3 by default.
14732
520907ee
MM
14733 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14734 if we've got GCC.
14735
0bbd37ed
PB
147362000-11-11 Philip Blundell <philb@gnu.org>
14737
14738 * MAINTAINERS: Add self to Write After Approval list.
14739
7ca0e6d9
DE
147402000-11-09 David Edelsohn <edelsohn@gnu.org>
14741
14742 * ltcf-c.sh (aix4): Improve shared library configuration; require
14743 exporting symbols.
14744 * ltcf-cxx.sh (aix4): Define.
14745 * ltconfig (aix4): Define library and soname specs appropriate for
14746 AIX. Define command to create export symbols list.
14747
dce2d8b2 14748Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14749
14750 * config.sub: Add support for Sun Chorus
14751
fc05d516
NC
147522000-10-31 Nick Clifton <nickc@redhat.com>
14753
14754 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14755 <name>@redhat.com. Also installed new email address for Clint
14756 Popetz.
6387a56e 14757
90a0e73f
JM
147582000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14759
14760 * etc: Remove directory from GCC.
14761
a5e1b548
MM
147622000-10-16 Michael Meissner <meissner@redhat.com>
14763
14764 * configure (gcc/configargs.h): Only create if there is a build GCC
14765 directory created.
14766
6387a56e
EC
147672000-10-16 Matthias Klose <doko@debian.org>
14768
be1db873
MK
14769 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14770 when configured for libstdc++-v3.
14771
f5fa9a5b
PE
147722000-10-05 Phil Edwards <pme@gcc.gnu.org>
14773
14774 * configure: Save configure arguments to gcc/configargs.h.
14775
61a77fea
PT
147762000-10-04 Philipp Thomas <pthomas@suse.de>
14777
14778 * config.guess: Import CVS version 1.157.
14779 * config.sub: Import CVS version 1.181.
14780
3a4fee66
AP
147812000-10-04 Andris Pavenis <pavenis@latnet.lv>
14782
14783 * Makefile.in (bootstrap): avoid recursion if subdir missing
14784 (cross): ditto
14785 (do-proto-toplev): ditto
14786
3dd7094e
AO
147872000-09-30 Alexandre Oliva <aoliva@redhat.com>
14788
de710532
AO
14789 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14790 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14791
3dd7094e
AO
14792 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14793 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14794 all affected `configure' scripts.
14795
e592386f
NB
14796Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14797
14798 * MAINTAINERS: Add self as cpplib co-maintainer.
14799
fba54939
AH
148002000-09-24 Aldy Hernandez <aldyh@redhat.com>
14801
14802 * MAINTAINERS: Add self to Write After Approval list.
14803
2bd429f4
GP
148042000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14805
14806 * INSTALL/README: egcs -> GCC update.
14807
dce2d8b2 14808Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14809
14810 * MAINTAINERS: Add myself to Write After Approval list.
14811
d7ce9a83
KH
148122000-09-15 Kazu Hirata <kazu@hxi.com>
14813
14814 * MAINTAINERS: Add myself to Write After Approval list.
14815
18a53ffe
JL
14816Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14817
e490616e
ZW
14818 * configure.in: Do not build byacc for hppa64. Provide paths to the
14819 X11 libraries for hppa64.
18a53ffe 14820
f246ff23
SC
148212000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14822
14823 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14824
06298abd
AO
148252000-09-06 Alexandre Oliva <aoliva@redhat.com>
14826
4b92758a
AO
14827 * Makefile.in (all-zlib): Added dummy target.
14828
06298abd
AO
14829 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14830 ltcf-gcj.sh: Updated from libtool multi-language branch.
14831
4d73d07a
AO
148322000-09-05 Alexandre Oliva <aoliva@redhat.com>
14833
14834 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14835 (bootstrap*): Depend on all-bootstrap.
14836
05d52d78
PT
148372000-09-05 Philipp Thomas <pthomas@suse.de>
14838
14839 * config.guess: Import CVS version 1.156.
14840 * config.sub: Import CVS version 1.179.
14841
3c809ba4
AG
148422000-09-02 Anthony Green <green@cygnus.com>
14843
14844 * Makefile.in (all-gcc): Depend on all-zlib.
14845 (CLEAN_MODULES): Add clean-zlib.
14846 (ALL_MODULES): Add all-zlib.
14847 * configure.in (host_libs): Add zlib.
14848
10ad78a0 148492000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14850
14851 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14852 crosses, but add gcc/include to the header search path for them.
14853
b36a9ce3
DB
148542000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14855
14856 * MAINTAINERS: Add self to Write After Approval list.
14857
cb011248
FS
148582000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14859
14860 * config.guess: Import CVS version 1.152.
14861 * config.sub: Import CVS version 1.177.
14862
db310af0
AO
148632000-08-25 Alexandre Oliva <aoliva@redhat.com>
14864
7965440a
AO
14865 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14866 $targargs to tell whether newlib is going to be built.
14867
db310af0
AO
14868 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14869 $$r/TARGET_SUBDIR/libio for _G_config.h.
14870
e7977565
AO
148712000-08-23 Alexandre Oliva <aoliva@redhat.com>
14872
14873 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14874
126bb9ed
DD
148752000-08-22 DJ Delorie <dj@redhat.com>
14876
14877 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14878
5b0e9d29
AO
148792000-08-22 Alexandre Oliva <aoliva@redhat.com>
14880
14881 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14882 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14883 sub-configures.
14884
4f3e904e
DD
148852000-08-21 DJ Delorie <dj@redhat.com>
14886
14887 * MAINTAINERS: Add self as a libiberty maintainer
14888
c9635443
AO
148892000-08-16 Alexandre Oliva <aoliva@redhat.com>
14890
14891 * configure.in (libstdcxx_flags): Use
14892 libstdc++-v3/src/libstdc++.INC.
14893
8b2100ba
AO
148942000-08-15 Alexandre Oliva <aoliva@redhat.com>
14895
14896 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14897
57119aa9
ZW
148982000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14899
eeb943b0
ZW
14900 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14901
6387a56e 14902 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14903 explicit. Substitute enable_threads into generated Makefiles.
14904 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14905 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14906
acffa7c4
GK
149072000-08-13 Geoff Keating <geoffk@cygnus.com>
14908
14909 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14910
808d8c41
AO
149112000-08-12 Alexandre Oliva <aoliva@redhat.com>
14912
14913 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14914 previous delta.
14915
1fc8c51c 149162000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14917
1fc8c51c
JM
14918 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14919 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14920 (FLAGS_FOR_TARGET): Not here.
14921 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14922
25698887
AO
149232000-08-11 Alexandre Oliva <aoliva@redhat.com>
14924
14925 * config-ml.in (CC, CXX): Don't introduce a leading space.
14926
10120687
DD
149272000-08-07 DJ Delorie <dj@delorie.com>
14928
14929 * MAINTAINERS: Add self as a DJGPP maintainer
14930
15c758e9
DD
149312000-08-07 DJ Delorie <dj@redhat.com>
14932
14933 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14934 "if we're also building gcc, and it's a gcc that will run on the
14935 build machine, we want to use its includes instead of the system's
14936 default includes".
14937
2d0de245
JM
149382000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14939
14940 * MAINTAINERS: Add self to Write After Approval list.
14941
e81b330a
AO
149422000-08-03 Alexandre Oliva <aoliva@redhat.com>
14943
83440c1e
AO
14944 * configure.in (libstdcxx_flags): Don't use `"'.
14945
e81b330a
AO
14946 * config-ml.in: Adjust multilib search paths to the
14947 appropriate multilib tree.
14948
cf95c847
AO
149492000-08-02 Alexandre Oliva <aoliva@redhat.com>
14950
14951 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
14952 commas in $LANGUAGES.
14953
9e9af119
MH
149542000-08-02 Manfred Hollstein <manfredh@redhat.com>
14955
14956 * configure.in: Re-enable all references to libg++ and librx.
14957
606ce391
AO
149582000-08-01 Alexandre Oliva <aoliva@redhat.com>
14959
89820b43
AO
14960 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
14961 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
14962 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
14963 * ltcf-cxx.sh (need_lc): Set based on postdeps.
14964
606ce391
AO
14965 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
14966
04179d4a
AO
149672000-07-31 Alexandre Oliva <aoliva@redhat.com>
14968
14969 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
14970 CXX_FOR_TARGET for sed.
14971
d4eb109c
AO
149722000-07-30 Alexandre Oliva <aoliva@redhat.com>
14973
14974 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
14975 Do not override if already set in the environment or in configure.
14976 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
14977 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
14978
4f4caf92
AO
149792000-07-28 Alexandre Oliva <aoliva@redhat.com>
14980
14981 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
14982 the libtool CVS tree multi-language branch.
14983 * ltconfig, ltmain.sh: Updated.
6387a56e 14984
b87487b6
AO
149852000-07-27 Alexandre Oliva <aoliva@redhat.com>
14986
1670d1ea
AO
14987 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
14988 (clean-target): Depend on it.
14989
b87487b6
AO
14990 * Makefile.in (FLAGS_FOR_TARGET): New macro.
14991 (GCC_FOR_TARGET): Use it.
14992 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
14993 * configure.in: ... here.
14994 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
14995 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
14996
4e81ae98
EC
149972000-07-24 Eric Christopher <echristo@cygnus.com>
14998
14999 * MAINTAINERS: Add self to Write After Approval list.
15000
059ae32c
AO
150012000-07-24 Alexandre Oliva <aoliva@redhat.com>
15002
5b28edd4
AO
15003 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15004 (configure-target-libchill, configure-target-libobjc): Likewise.
15005
059ae32c
AO
15006 * configure.in: Use the same cache file for all target libs.
15007 * config-ml.in: But different cache files per multilib variant.
15008
1adcd149
MS
150092000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15010
15011 * configure (topsrcdir): Don't use dirname.
15012
2d573dff
JO
150132000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15014
15015 * MAINTAINERS: Add self to Write After Approval list.
15016
d207ebef
JM
150172000-07-20 Jason Merrill <jason@redhat.com>
15018
15019 * configure.in: Remove all references to libg++ and librx.
15020
15021 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15022
150232000-07-20 Hans-Peter Nilsson <hp@axis.com>
15024
15025 * config.sub: Update to subversions version 2000-07-06.
15026
7b7792d5
AH
150272000-07-12 Andrew Haley <aph@cygnus.com>
15028
15029 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15030 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15031
3abaac67
PE
150322000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15033
15034 * symlink-tree: Check number of arguments.
15035
34be2b36
JW
150362000-07-05 Jim Wilson <wilson@cygnus.com>
15037
15038 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15039 search path for a g++ extracted from the build tree. This
15040 will allow link tests run by configure scripts in
15041 subdirectories to succeed.
15042
d207ebef
JM
150432000-07-01 Koundinya K <kk@ddeorg.soft.net>
15044
e490616e 15045 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 15046
0900331b
MH
150472000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15048
15049 * MAINTAINERS: Add myself as loop discovery maintainer.
15050
d207ebef
JM
150512000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15052
15053 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15054 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15055
150562000-06-19 Timothy Wall <twall@cygnus.com>
15057
15058 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15059 * config.sub: Add tic54x target.
15060
11a27a76
TM
15061Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15062
15063 * MAINTAINERS: Add self as Fortran maintainer,
15064 remove Craig Burley.
15065
d207ebef 15066Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 15067
d207ebef
JM
15068 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15069 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 15070
7758b73f
PT
15071Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15072
15073 * MAINTAINERS: Add self as i18n maintainer
15074
d207ebef
JM
1507520000-05-21 H.J. Lu (hjl@gnu.org)
15076
e490616e
ZW
15077 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15078 directory are used if they exist. Make sure
15079 $(build_tooldir)/include is searched for header files,
15080 $(build_tooldir)/lib/ for library files.
d207ebef 15081 (GCC_FOR_TARGET): Likewise.
e490616e 15082 (CXX_FOR_TARGET): Likewise.
d207ebef 15083
bae29210
JL
15084Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15085
15086 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15087
d207ebef 15088Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
15089
15090 * Makefile.in (configure-target-libiberty): Depend on
15091 configure-target-newlib.
15092
aab0d19d
AO
150932000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15094
15095 * configure.in, Makefile.in: Merge all libffi-related
15096 configury stuff from the libgcj tree.
15097
d207ebef
JM
15098Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15099
15100 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15101 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15102
15103Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15104
15105 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15106 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 15107 current version information. Add to proto-toplev directory.
d207ebef
JM
15108 (gdb-taz): Build do-djunpack.
15109
758c7bd4
DE
151102000-05-15 David Edelsohn <edelsohn@gnu.org>
15111
15112 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15113
1888228d
AC
15114Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15115
15116 * MAINTAINERS: Add self to Write After Approval list.
15117
d207ebef
JM
151182000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15119
15120 * ltmain.sh: Preserve in relink_command any environment
15121 variables that may affect the linker behavior.
15122
2d7cc2fe
JL
15123Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15124
d207ebef
JM
15125 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15126
15127Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15128
15129 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15130
151312000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15132
15133 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 15134 with the version name.
2d7cc2fe 15135
ee455968
JE
15136Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15137
15138 * MAINTAINERS: Add self as bb-reorder maintainer.
15139
73b97e5c
BK
151402000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15141
15142 * config.if: Tweak.
15143
d207ebef
JM
151442000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15145
15146 * djunpack.bat: New file.
15147
15148Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15149
15150 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
15151 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15152 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15153 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 15154
954869eb
DP
151552000-04-16 Dave Pitts <dpitts@cozx.com>
15156
e490616e
ZW
15157 * config.sub (case $basic_machine): Change default for "ibm-*"
15158 to "openedition".
954869eb 15159
eaabe541
AJ
151602000-04-13 Andreas Jaeger <aj@suse.de>
15161
15162 * MAINTAINERS: Added myself.
15163
d207ebef
JM
15164Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15165
15166 * Makefile.in (gdb-taz): New target. GDB specific archive.
15167 (do-md5sum): New target.
15168 (MD5PROG): Define.
15169 (PACKAGE): Default to TOOL.
15170 (VER): Default to a shell script.
15171 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 15172 md5 checksum generation.
d207ebef
JM
15173 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15174 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15175 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 15176 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
15177
15178Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15179
15180 * configure (warn_cflags): Delete.
15181
0ea6d60c
PDM
15182Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15183
15184 * MAINTAINERS: Added myself.
15185
17090313 151862000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 15187 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 15188
e490616e
ZW
15189 * configure.in (enable_libstdcxx_v3): Add.
15190 (target_libs): Add bits here to switch between libstdc++-v2 and
15191 libstdc++-v3.
15192 * config.if: And this file too.
15193 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 15194
76b78517
MM
151952000-04-05 Michael Meissner <meissner@redhat.com>
15196
15197 * config.sub (d30v): Add d30v as a basic machine type.
15198
ad242caf
JM
151992000-03-29 Jason Merrill <jason@casey.cygnus.com>
15200
15201 * configure.in: -linux-gnu*, not -linux-gnu.
15202
d4537148
TM
15203Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15204
15205 * MAINTAINERS: Add self in write-after-approval section.
15206
f152e9d4
JW
15207Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15208
15209 * MAINTAINERS: Add self as ia64 port maintainer.
15210
6a5fcef1
NB
152112000-03-08 Neil Booth <NeilB@earthling.net>
15212
15213 * MAINTAINERS: Add self in write-after-approval section.
15214
d207ebef 15215Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 15216
d207ebef
JM
15217 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15218 (do-tar-bz2): Replace TOOL with PACKAGE.
15219 (gdb.tar.bz2): Remove GDBTK from GDB package.
15220 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 15221 dejagnu.tar.bz2): New packages.
d207ebef
JM
15222
152232000-02-27 Andreas Jaeger <aj@suse.de>
15224
15225 * configure.in: Add entry for mips*-*-linux*, move catch all
15226 *-*-*linux* entry below this one.
15227
152282000-02-27 Ian Lance Taylor <ian@zembu.com>
15229
15230 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 15231
521fe9d0
NC
152322000-02-24 Nick Clifton <nickc@cygnus.com>
15233
15234 * config.sub: Support an OS of "wince".
15235
d207ebef
JM
15236Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15237
15238 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 15239 version.
d207ebef 15240
dce2d8b2 152412000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
15242
15243 * config.sub: Add support for Linux/IBM 370.
15244 * configure.in: Likewise.
15245
3a685f6f
NC
152462000-02-22 Nick Clifton <nickc@cygnus.com>
15247
15248 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15249
dce2d8b2 152502000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 15251
d207ebef 15252 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 15253
4746ee26
KG
152542000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15255
15256 * configure (gcc_version): When setting, narrow search to
15257 lines containing `version_string'.
15258
ba96c72d
DC
152592000-02-15 Denis Chertykov <denisc@overta.ru>
15260
15261 * config.sub: Add support for avr target.
15262
77f16a66
NC
152632000-02-14 Nick Clifton <nickc@cygnus.com>
15264
15265 * MAINTAINERS: Add maintainers for MCore port.
15266
784a3a80
HPN
15267Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15268
15269 * config.sub: Add mmix-knuth-mmixware.
15270
719dd4fa
KG
152712000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15272
15273 * MAINTAINERS: Pair cccp with cpplib maintainership.
15274
dce2d8b2 152752000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
15276
15277 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15278 structure stuff to -L library search.
15279 (CXX_FOR_TARGET): Ditto.
15280 (CROSS_CHECK_MODULES): Fix spelling mistake.
15281
7a53e94b
MM
152822000-01-24 Mark Mitchell <mark@codesourcery.com>
15283
15284 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15285 the C++ compiler.
15286
0da3b5a7
RH
152872000-01-12 Richard Henderson <rth@cygnus.com>
15288
15289 * configure.in: Don't build some bits for beos.
15290
02368d6d
JS
152912000-01-12 Joel Sherrill (joel@OARcorp.com)
15292
15293 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15294 as include files.
15295
2e76d35c
ZW
152962000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15297
15298 * Add self as cpplib maintainer, as requested by Jason
15299 Merrill. Correct my e-mail address.
15300
4c25fdcf
GK
153012000-01-06 Geoff Keating <geoffk@cygnus.com>
15302
15303 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15304 not mh-aix43.
15305
188e3966
HPN
15306Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15307
15308 * MAINTAINERS: Add myself to "write after approval" list.
15309
c2f5d030
RH
153101999-12-14 Richard Henderson <rth@cygnus.com>
15311
15312 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15313 * config.sub: Accept alphaev[78], alphaev8.
15314
eeda916a
AO
153151999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15316
15317 * config.guess, config.sub: Update from autoconf.
15318
b3bd7820
BK
153191999-11-29 Bruce Korb <autogen@linuxbox.com>
15320
2c290989 15321 * MAINTAINERS: update my playtime e-address.
b3bd7820 15322
1882b2b1
RO
15323Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15324
15325 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15326 necessary libraries are missing.
15327
dce2d8b2 15328Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
15329
15330 * MAINTAINERS: Add new 'write after approval' maintainer.
15331
1e25de97
APB
15332Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15333
15334 * MAINTAINERS: Add new Java maintainer.
15335
1722c704
AS
153361999-10-25 Andreas Schwab <schwab@suse.de>
15337
15338 * configure: Fix quoting inside arguments of eval.
15339
8141abe8
NC
153401999-10-21 Nick Clifton <nickc@cygnus.com>
15341
15342 * config-ml.in: Allow suppression of some ARM multilibs.
15343
0b77644a
LV
15344Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15345
15346 * config.guess: Add OS/390 match pattern.
15347 * config.sub: Add mvs, openedition targets.
15348 * configure.in (i370-ibm-opened*): New.
15349
d207ebef
JM
153501999-09-04 Steve Chamberlain <sac@pobox.com>
15351
15352 * config.sub: Add support for configuring for pj.
15353
153541999-08-31 Nick Clifton <nickc@cygnus.com>
15355
15356 * config.sub (maybe_os): Add support for configuring for fr30.
15357
af13ebe9
NC
153581999-08-25 Nick Clifton <nickc@cygnus.com>
15359
15360 * configure.in: Do not configure or build ld for AIX
15361 platforms. ld is known to be broken on these platforms.
15362
1250c760
RO
15363Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15364
15365 * config-ml.in: Pass compiler flag corresponding to multidirs to
15366 subdir configures.
15367
d207ebef
JM
153681999-08-09 Ian Lance Taylor <ian@zembu.com>
15369
15370 * Makefile.in (LDFLAGS): Define.
15371
153721999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15373
15374 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15375 noconfigdirs.
15376 (*-*-cygwin*): Likewise.
15377
153781999-08-08 Ian Lance Taylor <ian@zembu.com>
15379
15380 * mkdep: New file.
15381 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15382 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15383
15384 From Eli Zaretskii <eliz@is.elta.co.il>:
15385 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15386 long file name when using DJGPP on MS-DOS.
15387
dbd83e11
JL
15388Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15389
15390 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15391
d207ebef
JM
153921999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15393
15394 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15395 dependency as this causes "make check" to globally "make all"
15396
cd1f4c2c
TT
15397Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15398
15399 * configure.in (target_libs): Added target-zlib.
15400 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15401 (CONFIGURE_TARGET_MODULES): Likewise.
15402 (CHECK_TARGET_MODULES): Likewise.
15403 (INSTALL_TARGET_MODULES): Likewise.
15404 (CLEAN_TARGET_MODULES): Likewise.
15405 (configure-target-zlib): New target.
15406 (all-target-zlib): Likewise.
15407 (all-target-libjava): Depend on all-target-zlib.
15408 (configure-target-libjava): Depend on configure-target-zlib.
15409
15410 * Makefile.in (configure-target-libjava): Depend on
15411 configure-target-newlib.
15412 (configure-target-boehm-gc): New target.
15413 (configure-target-qthreads): New target.
15414
e490616e
ZW
15415 * configure.in (target_libs): Added target-qthreads.
15416 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15417 (CONFIGURE_TARGET_MODULES): Likewise.
15418 (CHECK_TARGET_MODULES): Likewise.
15419 (INSTALL_TARGET_MODULES): Likewise.
15420 (CLEAN_TARGET_MODULES): Likewise.
15421 (all-target-qthreads): New target.
15422 (configure-target-libjava): Depend on configure-target-qthreads.
15423 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
15424
15425 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15426 (CONFIGURE_TARGET_MODULES): Likewise.
15427 (CHECK_TARGET_MODULES): Likewise.
15428 (INSTALL_TARGET_MODULES): Likewise.
15429 (CLEAN_TARGET_MODULES): Likewise.
15430 (all-target-libjava): New target.
15431 (all-target-boehm-gc): Likewise.
15432 * configure.in (target_libs): Added libjava, boehm-gc.
15433
d207ebef
JM
154341999-07-22 Ian Lance Taylor <ian@zembu.com>
15435
15436 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15437 configure.bat in SUPPORT_FILES.
15438 (gas+binutils.tar.bz2): Likewise.
15439
15440 * makeall.bat: Remove; obsolete.
15441
154421999-07-21 Ian Lance Taylor <ian@zembu.com>
15443
15444 From Mark Elbrecht:
15445 * configure.bat: Remove; obsolete.
15446
154471999-07-11 Ian Lance Taylor <ian@zembu.com>
15448
15449 * configure: Add -W -Wall to the default CFLAGS when compiling with
15450 gcc.
15451
15452Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15453
15454 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15455
154561999-06-30 Mark Mitchell <mark@codesourcery.com>
15457
15458 * configure.in: Build ld on IRIX6.
15459
154601999-06-12 Ian Lance Taylor <ian@zembu.com>
15461
15462 * Makefile.in: Change distribution targets to use bzip2 instead of
15463 gzip.
15464 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15465 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15466
154671999-06-04 Nick Clifton <nickc@cygnus.com>
15468
15469 * config.sub: Add mcore target.
15470
26d088fa
CD
15471Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15472
15473 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15474
c2c08b29
L
15475Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15476
15477 * config.guess (dummy): Changed to $dummy.
15478
671d0648
NC
154791999-05-24 Nick Clifton <nickc@cygnus.com>
15480
15481 * config.sub: Tidied up case statements.
15482
b1345c72
BE
154831999-05-22 Ben Elliston <bje@cygnus.com>
15484
51ccbd8d
BE
15485 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15486 <jiro@din.or.jp>.
15487
b1345c72
BE
15488 * config.guess: Merge with FSF version. Future changes will be
15489 more accurately recorded in this ChangeLog.
15490 * config.sub: Likewise.
15491
2caf864f
SM
15492Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15493
3d3b561f 15494 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
2caf864f 15495
d207ebef
JM
154961999-04-30 Tom Tromey <tromey@cygnus.com>
15497
15498 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15499
90fb0c24
TT
155001999-04-23 Tom Tromey <tromey@cygnus.com>
15501
15502 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15503
d207ebef
JM
155041999-04-20 Drew Moseley <dmoseley@cygnus.com>
15505
15506 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15507 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15508 Bad merge removed these two changes.
15509
3516940d 15510Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 15511 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
15512
15513 * config.guess (interix Alpha): Add.
15514
d207ebef
JM
155151999-04-11 Richard Henderson <rth@cygnus.com>
15516
15517 * configure.in (i?86-*-beos*): Do config gperf; don't config
15518 gdb, newlib, or libgloss.
15519
e891fbfe 15520Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15521
e891fbfe
AO
15522 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15523 link a trivial program with -mabi=64. If it fails, remove mabi=64
15524 from multidirs.
15525
f9ae47d6
PT
15526Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15527
15528 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15529
d207ebef
JM
155301999-04-08 Nick Clifton <nickc@cygnus.com>
15531
15532 * config.sub: Add support for mcore targets.
15533
155341999-04-07 Michael Meissner <meissner@cygnus.com>
15535
15536 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15537 not mt-ospace, in order to shut up assembler warning about using
15538 symbols that are named the same as registers.
15539
155401999-04-07 Drew Moseley <dmoseley@cygnus.com>
15541
15542 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15543 dependency list for all-target-cygmon.
15544
155451999-04-05 Doug Evans <devans@casey.cygnus.com>
15546
15547 * config-ml.in: Check $host, not $target, for selective multilibs.
15548 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15549 thumb interworking, and underscore prefix multilibs.
15550
155511999-04-04 Ian Lance Taylor <ian@zembu.com>
15552
15553 * missing: Update to version from current automake.
15554
88101ab9
L
15555Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15556
15557 * configure (gxx_include_dir): Removed.
15558
15559 * configure.in (gxx_include_dir): Handle it.
15560 * Makefile.in: Likewise.
15561
d207ebef
JM
155621999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15563
15564 * config.sub (mips64vr4111,mips64vr4111el) Add.
15565
155661999-03-21 Ben Elliston <bje@cygnus.com>
15567
e490616e 15568 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 15569
8dc91cbe
ME
15570Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15571
8dc91cbe
ME
15572 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15573 config/mh-djgpp.
15574
d207ebef
JM
15575Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15576
15577 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15578 all-target-newlib to dependency list for all-target-bsp.
15579
926bb5ed
MK
15580Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15581
15582 * config.sub: Add i386-uwin support.
15583 * config.guess: Likewise.
15584
4a6e3000
FS
15585Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15586
15587 * configure.in: cleanup, add mh-*pic handling for arm, special
15588 case powerpc*-*-aix*
15589
d207ebef
JM
15590Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15591
15592 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15593 can be built.
15594
15595Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15596
15597 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 15598 targets.
d207ebef 15599
71c91078
NC
156001999-03-02 Nick Clifton <nickc@cygnus.com>
15601
15602 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15603
282e5df8
GN
15604Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15605
15606 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15607
1de558ee
NC
156081999-02-24 Nick Clifton <nickc@cygnus.com>
15609
15610 * config.sub: Fix typo in arm recognition.
15611
d207ebef
JM
15612Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15613
15614 * configure.in (noconfigdirs): Changed target_configdirs to
15615 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15616 rather than m68k-*-* since it is not known to work on
15617 m68k-aout. Ditto for arm-*-*oabi.
15618
15619Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15620
15621 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
15622
156231999-02-19 Ben Elliston <bje@cygnus.com>
15624
15625 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15626 Smart and improved by Andrew Cagney.
15627
fab7445a
ME
15628Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15629
15630 * config.guess: Recognize openbsd-*-hppa.
15631
8ccdc228
L
15632Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15633
15634 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15635 only if it is not empty.
15636
3b7265ff
NC
156371999-02-17 Nick Clifton <nickc@cygnus.com>
15638
15639 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 15640
d207ebef 15641 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
15642
15643 * config.sub: Modified to recognize uname's armv* syntax.
15644
d207ebef
JM
156451999-02-17 Mark Salter <msalter@cygnus.com>
15646
15647 * configure.in: Added target-bsp for sparclite.
15648
15649Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15650
15651 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15652
156531999-02-08 Nick Clifton <nickc@cygnus.com>
15654
15655 * configure.in: Add support for strongarm port.
15656 * config.sub: Add support for strongarm target.
15657
c48dd3f5 15658Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 15659
c48dd3f5
MK
15660 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15661 the old name config/mh-cygwin32.
15662 Enable texinfo.
15663
d207ebef
JM
15664Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15665
15666 * configure.in: Do build ld for ix86 Solaris.
15667
ecd62820
JW
15668Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15669
15670 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15671 $AR_FOR_TARGET. Likewise for RANLIB.
15672
bbd8fa7f 15673Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 15674
e490616e
ZW
15675 * config.sub (oabi): Recognize.
15676 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 15677
0397442c
RL
15678Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15679
15680 * config.guess: Improve detection of i686 on UnixWare 7.
15681
c9ffaa63
MK
15682Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15683
15684 * config.guess: Add support for i386-pc-interix.
15685 * config.sub: Likewise.
15686 * configure.in: Likewise.
c9ffaa63 15687
d207ebef
JM
15688Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15689
15690 * Makefile.in: Remove unneeded all-target-libio from
15691 from all-target-winsup target since it is now unneeded.
15692 Add all-target-libtermcap in its place since it is now
15693 needed.
15694
15695Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15696
15697 * configure.in: makefile stub for cygwin target is probably
15698 unnecessary. Remove it for now.
d207ebef
JM
15699
15700Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15701
15702 * configure.in: libtermcap.a should be built when cygwin is the
15703 target as well as the host.
15704 * config.guess: Allow mixed case in cygwin uname output.
15705 * Makefile.in: Add libtermcap target.
d207ebef 15706
ebe12325
JL
15707Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15708
15709 * config.sub: Clean up handling of hppa2.0.
15710
57057b67
RB
15711Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15712
15713 * config.guess: Use C code to identify more HP machines.
15714
f8670be1
JL
15715Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15716
15717 * config.sub: Handle hppa2.0.
15718
d207ebef
JM
15719Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15720
15721 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 15722 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
15723
157241998-12-15 Mark Salter <msalter@cygnus.com>
15725
15726 * configure.in: Added target-bsp for several target architectures.
15727
15728 * Makefile.in: Added rules for bsp.
15729
d1a09590
JL
15730Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15731
15732 * config.guess: Improve detection of hppa2.0 processors.
15733
15734Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15735
15736 * config.guess: Recognize FreeBSD using ELF automatically.
15737
71205e0b
MH
157381998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15739
15740 * configure (skip-this-dir): Add handling for new shell script, which
15741 might be created by a sub-directory's configure to indicate, this particular
15742 directory is "unwanted".
15743 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15744
d207ebef
JM
15745Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15746
15747 * ltconfig: import from libtool, after changing libtool to
15748 account for the cygwin name change.
15749
15750Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15751
15752 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15753 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15754
15755Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15756
15757 * configure.in: Add libtermcap to list of cygwin dependencies.
15758
15759Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15760
e490616e
ZW
15761 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15762 they include winsup/include when it's a cygwin target.
d207ebef
JM
15763
157641998-11-12 Tom Tromey <tromey@cygnus.com>
15765
15766 * configure.in (host_tools): Added zip.
15767 * Makefile.in (all-target-libjava): Depend on all-zip.
15768 (all-zip): New target.
15769 (ALL_MODULES): Added all-zip.
15770 (NATIVE_CHECK_MODULES): Added check-zip.
15771 (INSTALL_MODULES): Added install-zip.
15772 (CLEAN_MODULES): Added clean-zip.
15773
15774Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15775
15776 * Makefile.in: lose "32" from comment about cygwin.
15777
15778Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15779
15780 * configure.in: Use -Os to build target libraries for the fr30.
15781
15782Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15783
15784 * config.sub: Add fr30.
15785
15786Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15787
e490616e 15788 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15789 cygwin* instead of cygwin32*.
15790 * config.sub: Check cygwin* instead of cygwin32*.
15791
d2ec8b39
RL
15792Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15793
15794 * config.guess: Match any version of Unixware7.
15795
d207ebef
JM
157961998-10-20 Syd Polk <spolk@cygnus.com>
15797
15798 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15799 if desired.
15800
35cd2565
JL
15801Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15802
15803 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15804 these if the appropriate directories and files to not exist.
15805
52d4e5b7
JL
15806Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15807
15808 * Makefile.in (DEVO_SUPPORT): Add config.if.
15809
38ada91e
MH
15810Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15811
15812 * configure: Add pattern to replace "build_tooldir"'s
15813 definition in the generated Makefile with "tooldir"'s
15814 actual value.
15815
e44e84da
JL
15816Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15817
56a8387f
JL
15818 * config.sub: Bring back lost sparcv9.
15819
e44e84da
JL
15820 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15821
5cb95c7a
JL
15822Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15823
15824 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15825 CC_FOR_TARGET and friends.
15826
15827Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15828
ceff9b14
AO
15829 * Makefile.in (build_tooldir): New variable, same as tooldir.
15830 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15831 -B$(build_tooldir)/bin/.
15832 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15833
f2d11dcd
GP
15834Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15835
15836 * README: Remove installation instructions and refer to the
15837 INSTALL directory instead.
15838
73a6d2e7 15839Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15840
73a6d2e7
RL
15841 * config.sub: Add support for i[34567]86-pc-udk.
15842 * configure.in: Likewise.
15843
5d4a5ee6
JL
15844Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15845
15846 * Makefile.in: add bzip2 package building bits for user
15847 tools module
15848 * configure.in: ditto
15849
6fc19d6d
JL
15850Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15851
15852 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15853 (ALL_TARGET_MODULES): Add all-target-libobjc.
15854 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15855 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15856 (all-target-libchill): Add dependencies.
15857 * configure.in (target_libs): Add libchill.
4e81ae98 15858
f653f0ab
MH
158591998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15860
15861 * configure.in (target_subdir): Remove duplicate line.
15862
5d4a5ee6
JL
15863Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15864
15865 * Makefile.in (all-automake): fix dependencies.
15866
494933e4
JL
15867Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15868
15869 * configure.in: Minor cleanups for building in the $(target_alias)
15870 subdir.
15871
f6b58262
JW
158721998-09-22 Jim Wilson <wilson@cygnus.com>
15873
15874 * Makefile.in (bootstrap): Set r and s before make all. Use
15875 BASE_FLAGS_TO_PASS in make all.
15876 (cross): Likewise.
15877
27c7a08d
MM
158781998-09-20 Mark Mitchell <mark@markmitchell.com>
15879
15880 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15881
e67afd1e
RH
15882Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15883
15884 * config.sub: Fix typo in last change.
15885
8e44ac71
MH
158861998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15887
15888 * config.sub: Add support for C4x target.
15889 * configure.in: Likewise.
15890
d7496fbb
DM
158911998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15892
15893 * config.sub: Recognize sparcv9 just like sparc64.
15894
22097bd1
RL
15895Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15896
15897 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15898
4b877abd
JL
15899Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15900
2c8ec9a2
JL
15901 * config.guess: Correctly identify Pentium II sco boxes.
15902
4b877abd
JL
15903 * config.guess: Fix "tr" code. From Weiwen Liu.
15904
ab03db52
JH
15905Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15906
15907 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15908 stabs.
15909
b54db294
JL
15910Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15911
15912 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15913 (ALL_TARGET_MODULES): Add all-target-libchill.
15914 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15915 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15916 (all-target-libchill): Add dependencies.
15917 * configure.in (target_libs): Add libchill.
15918
bf48dd73
LW
15919Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15920
15921 * config.guess: Avoid assumptions about "tr" behaves when
15922 LANG is set to something other than English.
15923
a3cbd105
L
15924Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15925
15926 * configure (gxx_include_dir): Changed to
15927 '${prefix}/include/g++'-${libstdcxx_interface}.
15928
15929 * config.if: New to determine the interfaces.
15930
c4acd909
MK
15931Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15932
15933 * config.guess: Detect and handle MPE/IX.
15934 * config.sub: Deal with MPE/IX.
15935
9ea97665
DE
15936Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15937
15938 * configure.in: Use mh-aix43.
15939
0ce065bd
MH
159401998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15941
15942 * configure: Fix --without/--disable cases for gxx-include-dir.
15943
5d4a5ee6
JL
15944Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15945
15946 * mdata-sh: Imported. Needed for automake support.
15947
15948Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
15949
15950 * Makefile.in (taz): Try "chmod -R og=u ." before
15951 "chmod og=u `find . -print`".
15952
15953Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
15954
15955 * configure.in: Add arm-elf and thumb-elf support.
15956
15957Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
15958
15959 * Makefile.in: Undo previous patch.
15960
15961Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
15962
15963 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
15964 to here ...
15965 (install-no-fixedincludes): and here
15966 (INSTALL_MODULES): ... from here.
15967
466456d9
ILT
15968Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
15969
15970 * config.sub: Merge with FSF.
15971
1b409d25
ILT
15972 * config.guess: Merge with FSF.
15973
d207ebef
JM
15974Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
15975
15976 * configure (extraconfigdirs): New variable.
15977 (SUBDIRS): Add extraconfigdirs and recurse on them too.
15978 * Makefile.in (all): Move higher in file.
15979 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
15980 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
15981 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
15982 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
15983 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
15984
159851998-07-23 Brendan Kehoe <brendan@cygnus.com>
15986
15987 * Makefile.in (all-target-libjava): Depend on all-gcc and
15988 all-target-newlib.
15989 (configure-target-libjava): Depend on $(ALL_GCC).
15990
7f1937c1
RL
15991Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
15992
15993 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
15994 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
15995
2ada2bd6
ML
15996Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
15997
15998 * INSTALL/README: Fix typo.
15999
1e025bde
ML
16000Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16001
5d4a5ee6
JL
16002 * ylwrap: Change absolute path checks to check for DOS style path
16003 names.
1e025bde 16004
5d4a5ee6
JL
16005 * ylwrap: Don't use a full path name if the source file is in the
16006 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 16007
6755ff73
ILT
16008 * config-ml.in: Default to being verbose, to match Feb 18 change to
16009 configure.
16010
5d4a5ee6
JL
16011Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16012
16013 Brought over from egcs:
16014
16015 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16016
16017 * configure.in (target_subdir): Set to ${target_alias} instead
16018 of "libraries".
16019
16020 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16021
16022 * configure.in (target_subdir): Set to libraries if enable_multilib.
16023
16024Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16025
16026 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16027 multilibs, force reconfiguration the first time we create
16028 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16029
16030Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16031
16032 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16033 avoid confusion with --no-recursion.
16034
16035Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16036
16037 * configure.in: Win32 hosts shouldn't use install -x
16038 * install-sh: remove -x option, and special .exe-handling
16039 hack.
16040
d207ebef
JM
16041Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16042
16043 * config.guess: Recognize i586-pc-beos.
16044 * configure.in: Don't build some bits for beos.
16045
fbd836fc
ILT
16046Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16047
5d4a5ee6
JL
16048 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16049 CFLAGS default to -O2.
16050
fbd836fc
ILT
16051 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16052 when using GNU ld.
16053
16054Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16055
16056 * ltmain.sh: Correct install when using a different shell.
16057
16058Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16059
16060 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16061
d207ebef
JM
16062Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16063
16064 * makefile.vms: Update to build binutils/makefile.vms. Add install
16065 target.
fbd836fc
ILT
16066
16067Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16068
16069 * ltconfig: Update to correct AIX handling.
16070
69b471bc
JL
16071Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16072
81241b5e
JL
16073 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16074
69b471bc
JL
16075 * configure.in (target_subdir): Set to ${target_alias} instead
16076 of "libraries".
16077
bedf82df
MH
160781998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16079
16080 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16081 (Makefile): Depend on $(gcc_version_trigger).
16082
16083 * configure (gcc_version): Change default initializer to empty
16084 string.
16085 (gcc_version_trigger): New variable; pass this variable down
16086 to subdir configures to enable them checking gcc's version
16087 themselves. Emit make macros for both gcc_version vars.
16088 (topsrcdir): Initialize reliably.
16089 (recursion line): Remove --with-gcc-version=${gcc_version}.
16090
28e449d8
MH
160911998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16092
16093 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
16094 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16095 in $(libsubdir); emit definition in each generated Makefile.
16096 (gxx_include_dir): Initialize depending on
16097 $enable_version_specific_runtime_libs.
28e449d8 16098
50c4c9f7
MH
160991998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16100
16101 * configure (gcc_version): Initialize properly depending on
16102 how and where configure is started.
16103 (recursion line): Pass a --with-gcc-version=${gcc_version}
16104 to configures in subdirs.
16105
d207ebef
JM
16106Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16107
16108 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 16109 cygmon
d207ebef 16110
5d4a5ee6
JL
16111Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16112
16113 * configure.in: Add cygmon and libstub support for mn10200.
16114
2f96399b
MH
161151998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16116
16117 * configure (gcc_version): Add new variable describing the
16118 particular gcc version we're building.
16119 * Makefile.in (libsubdir): Add new macro for the directory
16120 in which the compiler finds executables, libraries, etc.
16121 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16122 and libsubdir.
16123
c4137c50
AO
16124Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16125
ceff9b14
AO
16126 * Makefile.in (local-clean): Remove *.log.
16127 (warning.log): Built with warn_summary from build.log.
16128 (mail-report.log): Run test_summary.
16129 (mail-report-with-warnings.log): Run test_summary including
16130 warning.log in the report.
c4137c50 16131
276d5ee0
RL
16132Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16133
16134 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16135
5d4a5ee6
JL
16136Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16137
16138 * Makefile.in (grep): Grep no longer depends on libiberty.
16139
16140Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16141
16142 * Makefile.in: all-snavigator needs all-libgui.
16143
16144Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16145
16146 * configure.in: Add cygmon and libstub support for mn10300.
16147
8af14275
ILT
16148Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16149
16150 * missing: Update to version from automake 1.3.
16151
fbd836fc
ILT
16152 * ltmain.sh: On installation, don't get confused if the same name
16153 appears more than once in the list of library names.
16154
466456d9
ILT
16155Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16156
16157 * config.sub: Accept m68060 and m5200 as CPU names.
16158
5d4a5ee6
JL
16159Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16160
16161 * configure: Use && rather than using -a in test, because odd
16162 strings can confuse test.
16163 * configure.in: Likewise.
16164
fbd836fc
ILT
16165Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16166
16167 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16168
f0983958
AO
16169Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16170
16171 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 16172 bootstrap4-lean): New targets.
f0983958 16173
bfed1ea0
JL
16174Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16175
16176 * mpw-* Delete. Not used.
16177
5d4a5ee6
JL
16178Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16179
16180 * COPYING.LIB: Update FSF address.
16181
bfed1ea0
JL
16182Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16183
16184 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16185
5d4a5ee6
JL
16186 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16187 GAS_SUPPORT_DIRS.
16188
bfed1ea0
JL
16189Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16190
16191 * ltconfig, ltmain.sh: Avoid producing a version number if
16192 -version-info was not used.
16193
5d4a5ee6
JL
16194Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16195
16196 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16197 building with newlib.
16198
161991998-04-30 Paul Eggert <eggert@twinsun.com>
16200
d207ebef 16201 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 16202 Solaris `make' causes it to continue to next definition.
d207ebef
JM
16203
16204Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16205
16206 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16207 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
16208
16209Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16210
16211 * configure.in: Change alpha to alpha* in several places.
16212
d207ebef
JM
16213Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16214
16215 * config.sub: Recognize sparc86x.
16216
77be0cab
MM
16217Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16218
16219 * configure.in (--enable-target-optspace): Remove debug echo.
16220
62441128
JW
16221Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16222
16223 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16224
bfed1ea0
JL
16225Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16226
16227 * ltconfig: Update cygwin32 support.
16228
5d4a5ee6
JL
16229 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16230 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16231 (GDB_SUPPORT_DIRS): Likewise.
16232
3f4ea1de
MM
16233Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16234
16235 * configure.in (target_makefile_frag): If --enable-target-optspace,
16236 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
16237 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16238 not used.
16239 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 16240
5d4a5ee6
JL
16241Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16242
16243 * Makefile.in (all-bfd): Depend on all-intl.
16244 (all-binutils): Likewise.
16245 (all-gas): Likewise.
16246 (all-gprof): Likewise.
16247 (all-ld): Likewise.
16248
162491998-04-19 Brendan Kehoe <brendan@cygnus.com>
16250
16251 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16252
bfed1ea0
JL
16253Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16254
5d4a5ee6
JL
16255 * Makefile.in (all-bfd): Depend upon all-libiberty.
16256
bfed1ea0
JL
16257 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16258
5d4a5ee6
JL
16259Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16260
16261 * Makefile.in: Add libstub.
16262
16263 * configure.in: Ditto. Build libstub for targets that have cygmon
16264 support.
16265
16266Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16267
16268 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16269
16270Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16271
16272 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16273 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16274
ec8d6ddc
KW
16275Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16276
16277 * configure: Define DEFAULT_M4 by searching PATH.
16278 * Makfile.in: Use DEFAULT_M4.
16279
bfed1ea0
JL
16280Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16281
16282 * ltconfig: Add cygwin32 support.
16283
5d4a5ee6
JL
16284 * Makefile.in, configure.in: Add libtool as a native only directory
16285 to configure and build.
16286
547a6183
JL
16287Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16288
16289 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16290
5d4a5ee6 16291Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 16292
5d4a5ee6
JL
16293 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16294
16295Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16296
16297 * Makefile.in: add ash make rules
16298 * configure.in: add ash to native_only and host_tools lists
16299
16300Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16301
16302 * Makefile.in (all-gettext, all-intl): New targets.
16303 (ALL_MODULES): Added all-gettext, all-intl.
16304 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16305 (INSTALL_MODULES): Added install-gettext, install-intl.
16306 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16307
16308 * configure.in (host_tools): Added gettext.
16309 (native_only): Likewise.
16310 (noconfigdirs) [various cases]: Likewise.
16311 (host_libs): Added intl.
16312
d207ebef
JM
16313Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16314
16315 * configure: Do not disable building gdbtk for cygwin32 hosts.
16316
e98e406f
NC
16317Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16318
16319 * configure.in: Add thumb-coff target.
16320 * config.sub: Add thumb-coff target.
16321
5d4a5ee6
JL
16322Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16323
16324 * Makefile.in: Revert yesterday's change.
16325 (all-target-winsup): all-target-librx stays out of here.
16326
16327Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16328
16329 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16330 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16331 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16332 Remove references to librx and libg++.
16333
16334Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16335
16336 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16337 recursive makes
16338
bfed1ea0
JL
16339Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16340
16341 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 16342 for newlib directory.
bfed1ea0
JL
16343 (CXX_FOR_TARGET): Likewise.
16344
16345Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16346
16347 * ltconfig: Update after libtool/ltconfig.in change for
16348 hpux11.
16349
16350Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16351
16352 * ltconfig, ltmain.sh: Update to libtool 1.2.
16353
3cd730af
MH
16354Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16355
16356 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16357 (install-gcc-cross): Instead, override LANGUAGES here.
16358
80564603
DL
163591998-03-18 Dave Love <d.love@dl.ac.uk>
16360
16361 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16362 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16363
d207ebef
JM
16364Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16365
16366 * configure.in: Add Thumb-pe target.
16367
5d4a5ee6 16368Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 16369
5d4a5ee6
JL
16370 * Makefile.in - changed sn targets to snavigator
16371 * configure.in - changed sn targets to snavigator
16372
2d4a0558
MH
16373Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16374
16375 * config-ml.in: After building symlink tree call make distclean
16376 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16377 to be the case for libiberty.
16378
04b93567
L
16379Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16380
16381 * configure: When making link, also check the current
16382 directory. The configure scripts may create one.
16383
9a06b842
RH
16384Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16385
16386 * config.sub: Accept alphapca56 and alphaev6 properly.
16387
217fc4e6
FS
16388Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16389
16390 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16391
3e07bdbd 16392Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 16393
e490616e 16394 * config.sub (sco5): Fix typo.
3e07bdbd 16395
5d4a5ee6
JL
16396Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16397
16398 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16399 install-itcl.
16400 (install-itcl): Remove dependency on install-tcl.
16401
16402Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16403
16404 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16405
16406Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16407
16408 * configure.in: Don't build libgui for a cygwin32 target when not on
16409 a cygwin32 host.
16410
16411Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16412
16413 * configure (redirect): Set to null, so default behavior of
16414 configure is now --verbose.
16415
ce0d965c
DL
164161998-02-16 Dave Love <d.love@dl.ac.uk>
16417
16418 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16419 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16420
3acd1fd0
MH
16421Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16422
16423 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16424 this change to sync Makefile.in with its ChangeLog entries.
16425
5d4a5ee6
JL
16426Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16427
16428 * ltmain.sh (mkdir): Check that the directory doesn't exist
16429 before we exit with error, so that we don't get races during
16430 parallel builds.
16431
bfed1ea0
JL
16432Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16433
16434 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16435
4e77e8f1
MH
16436Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16437
16438 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16439 PICFLAG_FOR_TARGET.
16440 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16441
16442 * configure: Emit a definition for the new macro enable_shared
16443 into each Makefile.
16444
5d4a5ee6
JL
16445Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16446
16447 * configure.in (host_tools, native_only): Add libtool.
16448
16449Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16450
16451 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16452 Fix typo in ming config comment.
16453
bfed1ea0
JL
16454Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16455
16456 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16457
5d4a5ee6
JL
16458Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16459
16460 * config.sub: Add tic30 cases, and map c30 to tic30.
16461
8821a725
RH
16462Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16463
16464 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16465 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16466 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16467 (CLEAN_TARGET_MODULES): Similarly
16468 (all-target-libf2c): Add dependences.
4e81ae98 16469 * configure.in (target_libs): Add libf2c.
8821a725 16470
5d4a5ee6
JL
16471Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16472
16473 * configure.in: Remove expect from noconfigdirs when target
16474 is cygwin32. OK to build expect and dejagnu with Canadian
16475 Cross.
16476
0aadd657
ILT
16477Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16478
5d4a5ee6
JL
16479 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16480 host.
16481
0aadd657
ILT
16482 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16483 and mingw32.
16484
d0a8352c
MH
16485Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16486
16487 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16488 here as it is not defined in the toplevel Makefile.
16489
59739e3c
MH
16490Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16491
16492 * configure (package_makefile_rules_frag): New variable, which names
16493 a file with generic rules, ...
16494 Change comment to mention we now have FIVE parts.
16495 * configure: Undo last change.
16496
228197ee
LT
16497Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16498
16499 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 16500 * config.sub: More accurate determination of HP processor types.
228197ee 16501
efd4c0ba
MH
16502Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16503
16504 * configure (package_makefile_frag): Move inserting the
16505 ${package_makefile_frag} to where it should be according
16506 to the comment.
16507
6eef3189
PB
16508Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16509
16510 * config.guess: Add support for Linux/ARM.
16511
d207ebef
JM
16512Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16513
16514 * .cvsignore: Remove *-info and *-install since they match
16515 release-info and mpw-install, which we don't want to just ignore.
16516
48464ebf
RH
16517Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16518
16519 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16520
803462a7
PN
16521Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16522
16523 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16524 local_prefix to sub-make invocations.
16525
520ab477
L
16526Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16527
16528 * configure.in: Check makefile fragments in the source
16529 directory.
16530
4bcdb76d
AO
16531Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16532
ceff9b14
AO
16533 * configure.in: Check whether host and target makefile
16534 fragments exist before adding them to *_makefile_frag.
4bcdb76d 16535
5d4a5ee6
JL
16536Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16537
16538 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16539
16540Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16541
16542 * configure.in: Make sure we only replace RPATH_ENVVAR on
16543 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16544 regexp to sed.
16545
16546 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16547 to sub-makes.
16548
0d3e11a5
LI
165491998-01-13 Lee Iverson (leei@ai.sri.com)
16550
16551 * config-ml.in (multi-do): LDFLAGS must include multilib
16552 designator.
16553
d45b3d87 16554Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
16555
16556 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16557
d39cd7a1
MK
16558Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16559
16560 * config.sub: Add mingw32 support.
16561 * configure.in: Likewise.
d39cd7a1 16562
6decbc24
FS
16563Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16564
16565 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16566
5d4a5ee6
JL
16567Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16568
16569 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16570 * configure (gxx_include_dir): Provide a definition for subdirs
16571 which do not use autoconf.
16572
16573Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16574
16575 * config.guess: Sync with egcs. Picks up new alpha support,
16576 BeOS & some additional linux support.
16577
d3d1907a
JL
16578Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16579
16580 * config.guess: HP 9000/803 is a PA1.1 machine.
16581
b104e095
RH
16582Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16583
16584 * configure.in: It's alpha*-...
16585
aca823c1
L
16586Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16587
16588 * configure.in (host_makefile_frag, target_makefile_frag):
16589 Handle multiple config files.
16590 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16591 alpha-*-*.
16592
d207ebef
JM
16593Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16594
16595 * mkdep: New file.
16596
16597Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16598
16599 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16600
5d4a5ee6
JL
16601Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16602
16603 * Makefile.in: Add libgui directory.
16604 (GDB_TK): Add all-libgui.
16605 * configure.in: Add libgui directory.
16606 * configure: Add all-libgui to GDB_TK.
16607
16608Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16609
16610 * config-ml.in (multidirs): Add m32r to multilib list.
16611
16612Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16613
16614 * Makefile.in (all-target-gperf): Change dependency to
16615 all-target-libstdc++.
16616
baf55877
FF
16617Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16618
16619 * config.guess: Add BeOS support.
16620
5d4a5ee6
JL
16621Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16622
16623 Source directory cvs renamed to cvssrc:
16624 * configure.in (host_tools): Change cvs to cvssrc.
16625 (native_only): Likewise.
16626 (noconfigdirs) [various cases]: Likewise.
16627 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16628 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16629 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16630 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16631 (all-cvssrc): Rename target from all-cvs.
16632
f2d76545
JL
16633Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16634
16635 * configure (gxx_include_dir): Fix thinko.
16636
205cba53
JL
16637Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16638
16639 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16640 (install-cross, install-gcc-cross): New targets.
16641
5d4a5ee6
JL
16642Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16643
16644 * configure.in (noconfigdirs): Add support for Thumb target.
16645
16646 * config.sub (maybe_os): Add support for Thumb target.
16647
16648Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16649
16650 * Makefile.in: Add rules for cygmon.
16651
16652 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16653
96b0f1fc
JL
16654Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16655
16656 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16657 * configure (gxx_include_dir): Provide a definition for subdirs
16658 which do not use autoconf.
d207ebef
JM
16659
16660Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16661
16662 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16663 11/18/97 build
d207ebef 16664
7dfef6ed
JL
16665Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16666
16667 * From Franz Sirl.
16668 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16669 found on RedHat Linux systems.
96b0f1fc 16670
83cfe7c0
JL
16671Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16672
16673 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16674 guesses.
16675
7dfef6ed
JL
16676Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16677
16678 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16679
5d4a5ee6
JL
16680Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16681
16682 * ltmain.sh: If mkdir fails, check whether the directory was created
16683 anyhow by some other process.
16684
d207ebef
JM
16685Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16686
16687 * configure.in (d30v-*-*): Configure all directories.
16688
16689Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16690
16691 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16692 for the D30V.
16693
16694Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16695
16696 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16697
5d4a5ee6
JL
16698Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16699
e490616e
ZW
16700 * include/libiberty.h: Add extern "C" { so it can be used with C++
16701 progrms.
16702 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16703 programs.
5d4a5ee6 16704
d207ebef
JM
16705Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16706
16707 * configure.in (d30v-*-*): Configure GCC now.
16708
5d4a5ee6
JL
16709Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16710
16711 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16712 is no longer needed.
16713
c9670e62
JM
16714Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16715
16716 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16717
cc71c0ca
MH
16718Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16719
16720 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16721 targets using "$@" to provide support for similar but not identical
16722 targets without having to duplicate code.
16723
d207ebef
JM
16724Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16725
16726 * makefile.vms: Fix to work with DEC C.
16727
16728Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16729
16730 * config.sub: Add mips-tx39-elf to marketing names.
16731
16732Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16733
16734 * ltmain.sh: Handle symlinks in generated script.
16735
16736Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16737
16738 * configure: Handle autoconf style directory options: --bindir,
16739 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16740 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16741 --sysconfdir.
16742 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16743 (sharedstatedir, localstatedir, oldincludedir): New variables.
16744 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16745 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16746 sbindir, sharedstatedir, and sysconfdir.
16747
b1e3ddfd
AJ
16748Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16749
16750 * Makefile.in (bootstrap-lean): New target.
16751
d207ebef
JM
16752Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16753
16754 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16755 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16756
16757Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16758
16759 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16760
09f97c1e
JL
16761Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16762
16763 * Makefile.in (cross): New target.
16764
335d0ab2
AO
16765Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16766 Jeff Law <law@cygnus.com>
16767
16768 * Makefile.in (bootstrap2, bootstrap3): New targets.
16769 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16770 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16771
d207ebef
JM
16772Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16773
16774 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16775 windows. Consistent with gdb/configure.
d207ebef 16776
e693cc28
UD
167771997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16778
e693cc28
UD
16779 * configure.in: Name Linux target fragment.
16780
16781 * configure: Rewrite so that project Makefile fragment is inserted
16782 first and appears last in the resulting Makefile.
16783
d207ebef
JM
16784Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16785
16786 * Makefile.in (install-itcl): Install tcl first.
16787
5d4a5ee6
JL
16788Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16789
16790 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16791
f401679e
JW
16792Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16793
16794 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16795
16796 * configure.in (skipdirs): Add target-librx for Linux.
16797 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16798
ec20b1b9
JL
16799Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16800
16801 * Makefile.in (bootstrap): New target.
16802
becdcf6d
JL
16803Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16804
63f6bcd7 16805 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16806
d207ebef
JM
16807Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16808
16809 * config.guess: Merge with FSF.
16810
0c82f6bf
FF
16811Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16812
16813 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16814
d207ebef
JM
16815Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16816
16817 * config.sub: Add "marketing-names" patch.
16818
3fbc0b70
JS
16819Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16820
e490616e 16821 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16822
e20d4801
JL
16823Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16824
16825 * config.sub: Handle v850-elf.
16826
fe181f78 16827Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16828
16829 * .cvsignore (*-install): Remove.
16830
bfed1ea0
JL
16831Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16832
16833 * ltconfig: Set CONFIG_SHELL in libtool.
16834 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16835
558a1e7c
JW
16836Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16837
16838 * configure.in (target_subdir): Set to libraries if enable_multilib.
16839
7818d6fc
JW
16840Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16841
16842 * config.guess: Update from gcc directory.
16843
d207ebef
JM
16844Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16845
16846 * Makefile.in (all-sim): Depends on all-readline.
16847
6599da04
JM
16848Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16849
16850 * Makefile.in (BISON, YACC): Use $$s.
16851 (all-bison): Depend on all-texinfo.
16852
16853Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16854
16855 * Makefile.in (BISON): Add -L flag.
16856 (YACC): Likewise.
16857
d207ebef
JM
16858Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16859
4e81ae98
EC
16860 * configure.in (noconfigdirs): Add support for v850e target.
16861
d207ebef
JM
16862 * config.sub (maybe_os): Add support for v850e target.
16863
16864Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16865
4e81ae98
EC
16866 * configure.in (noconfigdirs): Add support for v850ea target.
16867
d207ebef
JM
16868 * config.sub (maybe_os): Add support for v850ea target.
16869
6599da04
JM
16870Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16871
16872 * config.sub: Add mipstx39. Delete r3900.
16873
16874Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16875
16876 * Makefile.in (all-autoconf): Depends on all-texinfo.
16877
16878Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16879
16880 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16881 eabi targets.
16882
16883Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16884
16885 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16886
16887 * configure: When handling a Canadian Cross, handle YACC as well as
16888 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16889 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16890
16891Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16892
16893 * Makefile.in (BISON): bison, not byacc or bison -y.
16894 (YACC): bison -y or byacc or yacc.
16895 (various): Add *-bison as appropriate.
16896 (taz): No need to mess with BISON anymore.
16897
16898Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16899
16900 * configure: If OSTYPE matches *win32*, try to find a good value for
16901 CONFIG_SHELL.
16902
16903Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16904
16905 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16906 configure.in if it is present.
16907
16908Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16909
16910 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16911
16912Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16913
16914 * config.sub: Recognize `arc' cpu.
16915 * configure.in: Likewise.
16916 * config-ml.in: Likewise.
16917
16918Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16919
16920 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16921
16922Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16923
16924 * configure: Changed sed delimiter from ':' to '|' when
16925 attempting to substitute ${config_shell} for SHELL. On
16926 NT ${config_shell} may contain a ':' in it.
16927
16928Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16929
16930 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16931
16932Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16933
16934 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16935
16936Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16937
16938 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16939
16940 * ylwrap: If the program is a relative path, force it to be
16941 absolute.
16942
16943Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16944
16945 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16946
16947Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
16948
16949 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
16950 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
16951 for libraries.
6599da04
JM
16952
16953Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
16954
16955 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 16956 separated by spaces.
6599da04
JM
16957
16958Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
16959
16960 * ylwrap: New file.
16961 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
16962
16963 * ltmain.sh: Handle /bin/sh at start of install program.
16964
16965 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
16966
16967 * ltconfig, ltmain.sh: New files, from libtool 1.0.
16968 * missing: New file, from automake 1.2.
16969
16970Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
16971
16972 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
16973 check-tk to CHECK_X11_MODULES.
16974
16975Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
16976
16977 * config.sub: Merge with FSF.
16978
16979Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
16980
16981 * config.guess: Merge with FSF.
16982
16983Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
16984
16985 * configure: Treat msdosdjgpp like go32.
16986 * configure.in: Likewise. Don't remove gprof for go32.
16987
16988 * configure: Change Makefile.tem2 to Makefile.tm2.
16989
16990Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
16991
16992 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
16993
16994Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
16995
16996 * install-sh (chmodcmd): Set to null if the DST directory already
16997 exists. Same as Nov 11th change.
16998
16999Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17000
4e81ae98 17001 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
17002
17003Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17004
17005 * config.guess: Update from FSF.
17006
17007Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17008
17009 * Makefile.in (GDB_TK): Depend on itcl and tix.
17010
17011Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17012
17013 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17014 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17015 (INSTALL_SCRIPT): New variable.
17016 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17017 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17018 to -x.
17019 * install-sh: Add support for -x option.
17020
17021Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17022
17023 * configure.in, Makefile.in: Treat tix like itcl.
17024
17025Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17026
17027 * Makefile.in (WINDRES): New variable.
17028 (WINDRES_FOR_TARGET): New variable.
17029 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17030 (EXTRA_HOST_FLAGS): Add WINDRES.
17031 (EXTRA_TARGET_FLAGS): Add WINDRES.
17032 (EXTRA_GCC_FLAGS): Add WINDRES.
17033 ($(DO_X)): Pass down WINDRES.
17034 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17035 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17036 DLLTOOL_FOR_TARGET.
17037
17038Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17039
17040 * configure.in: configure sim before gdb for win32-x-ppc
17041
17042Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17043
17044 Move gperf into the toplevel, from libg++.
17045 * configure.in (target_tools): Add target-gperf.
17046 (native_only): Add target-gperf.
17047 * Makefile.in (all-target-gperf): New target, depend on
17048 all-target-libg++.
17049 (configure-target-gperf): Empty rule.
17050 (ALL_TARGET_MODULES): Add all-target-gperf.
17051 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17052 (CHECK_TARGET_MODULES): Add check-target-gperf.
17053 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17054 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17055
17056Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 17057
6599da04
JM
17058 * config.sub (mn10200): Recognize new basic machine.
17059
17060Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17061
17062 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17063 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17064
17065Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17066
17067 * configure.in: If we're building mips-sgi-irix6* native, turn on
17068 ENABLE_MULTILIB and set TARGET_SUBDIR.
17069
17070Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17071
17072 * Makefile.in (all-sn): Depend on all-grep.
17073
17074Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17075
17076 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17077
17078 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17079 Makefile. From Jeff Makey <jeff@cts.com>.
17080 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17081
17082 * Makefile.in (DISTBISONFILES): Remove.
17083 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17084 $(DEFAULT_YACC).
17085
17086 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 17087 cygwin32.
6599da04
JM
17088
17089 * Makefile.in (LD): New variable.
17090 (EXTRA_HOST_FLAGS): Pass down LD.
17091 ($(DO_X)): Likewise.
17092
17093Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17094
17095 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17096
17097Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17098
17099 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 17100 before adding our own. Always add --build.
6599da04
JM
17101
17102Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17103
17104 * configure.in (targargs): Pass --build if we're doing
17105 a cross-compile.
17106
17107Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17108
ca236658 17109 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
17110 sed. Otherwise sed chokes on NT path names with drive
17111 designators. Also look for "?:*" as the leading characters in an
17112 absolute pathname.
17113
17114Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17115
17116 * config.sub: Support for r3900.
17117
17118Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17119
17120 * configure.in: Use install-sh, not install.sh.
17121
17122Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17123
17124 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17125 apply it twice.
17126
17127Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17128
17129 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17130 install-binutils.
17131
17132Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17133
17134 * Makefile.in: Add automake targets.
17135 * configure.in (host_tools): Add automake.
17136
17137Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17138
17139 * configure: Default CXX to c++, not gcc.
17140 * Makefile.in (CXX): Set to c++, not gcc.
17141 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17142
17143Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17144
17145 * install-sh: try appending a .exe if source file doesn't
17146 exist
17147
17148Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17149
17150 * configure.in: Turn on multilib by default.
17151 (cross_only): Remove target-libiberty.
17152
17153 * Makefile.in (all-gcc): Don't depend on libiberty.
17154
17155Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17156
17157 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17158
17159Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17160
17161 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17162 (DISTBISONFILES): Add ld/Makefile.in
17163
17164Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17165
17166 * configure.in: if target is cygwin32 but host isn't cygwin32,
17167 don't configure gdb tcl tk expect, not just gdb.
17168
17169Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17170
17171 * configure.in: Added gnuserv everywhere sn appears.
17172
17173 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17174 (CROSS_CHECK_MODULES): Added check-gnuserv.
17175 (INSTALL_MODULES): Added install-gnuserv.
17176 (CLEAN_MODULES): Added clean-gnuserv.
17177 (all-gnuserv): New target.
17178
17179Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17180
17181 * config.guess: Fixes for MIPS OpenBSD systems.
17182
17183Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17184
17185 * Makefile.in (INSTALL_XFORM): Remove.
17186 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17187
17188 * mkinstalldirs: New file, copied from automake.
17189 * Makefile.in (installdirs): Rename from install-dirs. Use
17190 mkinstalldirs. Change all users.
17191 (DEVO_SUPPORT): Add mkinstalldirs.
17192
17193Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17194
17195 * install-sh: Rename from install.sh.
17196 * Makefile.in (INSTALL): Change install.sh to install-sh.
17197 (DEVO_SUPPORT): Likewise.
17198
17199 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17200 Graichen <graichen@rzpd.de>.
17201
17202Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17203
17204 * config.guess: Recognize OpenBSD systems correctly.
17205
17206Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17207
17208 * README, Makefile.in (ETC_SUPPORT): Remove references to
17209 cfg-paper*, configure.{texi,man,info*}._
17210
17211Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17212
17213 * Makefile.in (all.normal): Ensure that gcc is built after all
17214 the x11 - ie gdb - targets.
17215
17216Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17217
17218 * makefile.vms: Don't run conf-a-gas.
17219
17220Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17221
e490616e 17222 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 17223
d207ebef
JM
17224Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17225
17226 * configure.in: Remove noconfigdirs case since gdb also
17227 configures and builds for tic80-coff.
17228
6599da04
JM
17229Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17230
17231 * configure: Set cache_file to config.cache.
17232 * Makefile.in (local-distclean): Remove config.cache.
17233
17234Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17235
17236 * COPYING: Update FSF address.
17237
d207ebef
JM
17238Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17239
17240 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17241 noconfigdirs.
17242
6599da04
JM
17243Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17244
17245 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17246 MAKEDIRS, is empty.
17247
17248Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17249
17250 * config.sub: Tweak mn10300 entry.
17251
17252Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17253
17254 * configure.in (host_tools): Put sim before gdb, so gdb's
17255 configure.tgt can determine if the simulator was configured.
17256
17257Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17258
17259 * config.sub: Move BeOS $os case to be with other Cygnus
17260 local cases.
17261
17262Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17263
17264 * config.sub: Remove misplaced comment that broke Linux.
17265
17266Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17267
17268 * config.sub: Add BeOS support.
17269
17270Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17271
17272 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17273
17274Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17275
17276 * configure.in (noconfigdirs): Remove tcl and tk from
17277 noconfigdirs for cygwin32 builds.
17278
d207ebef
JM
17279Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17280
17281 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17282
6599da04
JM
17283Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17284
17285 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17286 make-all.com, use makefile.vms instead.
17287
17288Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17289
17290 * config.sub: Accept -lnews*.
17291
d207ebef
JM
17292Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17293
17294 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 17295 target-examples and target-libiberty for d30v.
d207ebef
JM
17296
17297Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17298
17299 * configure.in (noconfigdirs): Enable ld for d30v.
17300
17301Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17302
17303 * configure.in (tic80-*-*): Build compiler.
17304
17305Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17306
17307 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 17308 unsupported d30v directories
d207ebef
JM
17309
17310Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17311
4e81ae98
EC
17312 * config.sub, configure.in: Add d30v target cpu.
17313
6599da04
JM
17314Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17315
17316 * makefile.vms: New file.
17317 * make-all.com: Remove.
17318
17319Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17320
17321 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17322
17323Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17324
17325 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17326
17327Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17328
17329 * Makefile.in (ALL_MODULES): Added all-db.
17330 (CROSS_CHECK_MODULES): Addec check-db.
17331 (INSTALL_MODULES): Added install-db.
17332 (CLEAN_MODULES): Added clean-db.
17333
17334Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17335
17336 * config.guess: Merge with latest FSF sources.
17337
17338Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17339
17340 * Makefile.in (ALL_MODULES): Added all-itcl.
17341 (CROSS_CHECK_MODULES): Added check-itcl.
17342 (INSTALL_MODULES): Added install-itcl.
17343 (CLEAN_MODULES): Added clean-itcl.
17344
17345Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17346
17347 * configure.in: build gdb for mn10200
17348
17349Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17350
17351 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17352
d207ebef
JM
17353Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17354
17355 * configure.in (tic80-*-*): Turn off most targets right now.
17356
6599da04
JM
17357Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17358
17359 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17360 rather than the makeinfo program.
17361 (do-info): Depend upon all-texinfo.
17362
17363Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17364
17365 * configure.in: Remove uses of config/mh-linux.
17366
17367 * config.sub, config.guess: Merge with latest FSF sources.
17368
d207ebef
JM
17369Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17370
17371 * config.sub (case $basic_machine): Add tic80 entries.
17372
6599da04
JM
17373Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17374
17375 * config.sub, config.guess: Merge with latest FSF sources.
17376
17377Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17378
17379 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17380 * mpw-config.in: Test for NewFolderRecursive.
17381 * mpw-install: Use symbolic name for startup filename.
17382 * mpw-README: Add various additional details.
17383
17384Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17385
17386 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17387
17388Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17389
17390 * configure.in: Do build gcc and the target libraries for
17391 the mn10200.
17392
17393Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17394
17395 * configure.in: don't avoid building gdb for mn10300 any more
17396 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17397 instead of single-quoting it.
17398
17399Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17400
17401 * configure.in: Don't use --with-stabs on IRIX 6.
17402
17403Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17404
17405 * configure.in (m32r): Build gdb, libg++ now.
17406
17407Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17408
17409 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17410 directories from noconfigdirs.
17411
17412Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17413
17414 * config.sub (basic_machine): added mips16 configuration
17415
17416Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17417
17418 * config.sub: Handle d10v-unknown.
17419
d207ebef
JM
17420Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17421
17422 * config.sub: Handle v850-unknown.
17423
6599da04
JM
17424Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17425
17426 * Makefile.in: add findutils
17427 * configure.in: add findutils to list of host_tools
17428
17429Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17430
17431 * config.sub: Handle mn10200 and mn10300.
17432
17433Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17434
17435 * configure.in (d10v-*): Do not build librx.
17436
17437Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17438
17439 * configure.in (mn10300): Build everything except gdb & libgloss.
17440
17441Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17442
17443 * config.guess: Patch for Dansk Data Elektronik servers,
17444 from Niels Skou Olsen <nso@dde.dk>.
17445
17446 For ncr, use /bin/uname rather than uname, since GNU uname does not
17447 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17448
17449 Patch for MIPS R4000 running System V,
17450 from Eric S. Raymond <esr@snark.thyrsus.com>.
17451
17452 Fix thinko for nextstep.
17453
17454 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17455
17456 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17457 * config.guess: Guess mips-dec-mach_bsd4.3.
17458
17459 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17460 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17461 release numbers.
17462 * config.guess (mips-mips-riscos*): Emit just enough of the
17463 release number.
17464
17465 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17466 * config.guess (sparc-auspex-sunos*): Added.
17467 (f300-fujitsu-*): Added.
17468
17469 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17470 * config.guess: Recognize a Tadpole as a sparc.
17471
17472Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17473
17474 * config.guess: Don't assume that NextStep version is either 2 or
17475 3. NextStep 4 (aka OpenStep 4) has come out now.
17476
17477Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17478
17479 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17480 From Rik Faith <faith@cs.unc.edu>.
17481
17482Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17483
17484 * config.sub: Contributions from bug-gnu-utils to:
17485 Support plain "hppa" (no version given) architecture, reported by
17486 OpenStep.
17487 OpenBSD like NetBSD.
17488 LynxOs is not a hardware supplier.
17489
17490 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 17491 OpenBSD like NetBSD.
6599da04
JM
17492 Stratus systems.
17493 More Pyramid systems.
17494 i[n>4]86 Intel chips.
17495 M680[n>4]0 Motorola chips.
17496 Use unknown instead of lynx for hardware manufacturer.
17497
17498Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17499
17500 * install.sh (chmodcmd): Set to null if the DST directory already
17501 exists.
17502
17503Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17504
17505 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17506 not use mt-ppc target Makefile fragment any more.
17507
17508Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17509
17510 * configure.in (*-*-windows): Exclude everything but those dirs
17511 needed to build windows.
17512
17513Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17514
17515 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17516
17517Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17518
17519 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
17520
17521Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17522
17523 * Undo my previous change.
17524
17525Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17526
17527 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17528 unconditionally.
17529 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17530
17531Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17532
17533 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17534 host to add it's own flags.
6599da04
JM
17535
17536Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17537
17538 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17539
17540Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17541
17542 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17543 (CXX_FOR_TARGET): Likewise.
17544 (GCC_FOR_TARGET): Define.
17545 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17546 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17547 CC_FOR_TARGET was specified on the command line.
17548 (MAKEOVERRIDES): Don't define.
17549
17550Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17551
17552 * configure.in (m32r): Fix spelling of libg++ libs.
17553
17554Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17555
17556 * config.sub (-apple*): Remove, now redundant.
17557
17558Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17559
17560 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17561
17562 * configure: Rework yesterday's sed script patch.
17563
17564 * config.sub: Merge with FSF.
17565
17566Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17567
17568 * config.guess: Merge from FSF.
17569
17570 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
17571 * config.guess: Use pc instead of unknown, for pc clone systems.
17572 Change linux to linux-gnu.
6599da04
JM
17573
17574 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 17575 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
17576
17577Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17578
17579 * test-build.mk (HOLES): Add "xargs" for gdb.
17580
17581 * configure: Avoid hpux10.20 sed bug.
17582
17583Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17584
731a8127 17585 * configure.in: Add support for windows host
6599da04
JM
17586 (that is a build done under the Microsoft build environment).
17587
17588Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17589
17590 * Makefile.in: Replace all uses of srcroot with s, to shrink
17591 command line lengths.
17592
17593 Patches from Geoffrey Noer <noer@cygnus.com>:
17594 * configure.in: If configuring for newlib, pass --with-newlib to
17595 subdirectories.
17596 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17597 -Bnewlib/ and -Lwinsup to gcc.
17598 (CXX_FOR_TARGET): Likewise.
17599
17600Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17601
17602 * Makefile.in (ETC_SUPPORT): Add configure.
17603
17604Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17605
4e81ae98 17606 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
17607 host configuration file.
17608
17609Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17610
17611 * configure.in: Break mn10x00 support into separate
17612 mn10200 and mn10300 configurations.
17613 * config.sub: Likewise.
17614
17615Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17616
17617 * configure.in: Add lots of stuff to noconfigdirs for
17618 the mn10x00 targets.
17619
17620 * config.sub, configure.in: Add mn10x00 support.
17621
17622Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17623
17624 * make-all.com: Call conf-a-gas, not config-a-gas.
17625
17626Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17627
17628 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 17629 targets.
6599da04
JM
17630
17631Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17632
17633 * mpw-README: Add much more detail for native PowerMac.
17634 * mpw-install: New file.
17635 * mpw-configure: Add --norecursion and --help options.
17636 * mpw-config.in: Translate readme and install files when
17637 copying to objdir.
17638 * mpw-build.in: Don't always depend on byacc and flex.
17639 (install-only-top): New action.
17640
d207ebef
JM
17641Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17642
17643 * configure.in: You can now configure GDB for the v850.
17644
6599da04
JM
17645Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17646
17647 * configure.in (noconfigdirs): Don't configure any C++ dirs
17648 if targeting D10V.
17649
17650Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17651
17652 * config.sub: Recognize mips64vr5000.
17653
17654Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17655
17656 * configure.in: Use a single line for host_tools and native_only.
17657
17658Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17659
17660 * config.sub, configure.in: Add entries for m32r.
17661
17662Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17663
17664 * Makefile.in (inet-install): Don't run install-gzip.
17665
17666Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17667
17668 * configure.in: Don't config lots of things for *-*-windows*.
17669
17670Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17671
17672 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17673 (host_libs, host_tools): Copy from configure.in.
17674 * mpw-configure: Don't complain about directories not found.
17675
17676Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17677
17678 * configure.in (i[345]86): Recognize i686 for pentium pro.
17679 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17680 file.
17681
17682 * config.guess (i[345]86): Ditto.
17683
17684Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17685
17686 * configure.in (noconfigdirs): Removed gdb for D10V.
17687
d207ebef 17688Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 17689
d207ebef
JM
17690 * configure.in: Remove ld, target-libio, target-libg++, and
17691 target-libstdc++ from noconfigdirs.
5d4a5ee6 17692
6599da04
JM
17693Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17694
17695 * configure: Fix three locations where shell scripts were
17696 being run directly rather than with config_shell.
17697
d207ebef
JM
17698Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17699
17700 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17701 * config.sub (basic_machine): Recognize v850.
17702
6599da04
JM
17703Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17704
17705 * mpw-configure: Handle multiple enable/disable options and
17706 pass them down recursively, handle -c and -s flags appropriately
17707 depending on choice of compiler, add escape mechanism for
17708 quoted arguments to gC.
17709
17710Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17711
17712 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17713 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17714 so that -mrelocatable-lib and -mno-eabi are used.
17715
17716 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17717 not support --print-multi-lib, don't abort.
17718
6599da04
JM
17719Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17720
17721 * make-all.com: Run config-a-gas.
17722 * setup.com: Don't copy subdirectory files around.
17723
17724Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17725
17726 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17727 target, it now compiles correctly.
17728
17729Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17730
17731 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17732
17733Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17734
4e81ae98 17735 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17736
17737Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17738
17739 * configure.in (native_only): Add prms.
17740
17741Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17742
17743 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17744 (BINUTILS_SUPPORT_DIRS): Likewise.
17745
17746Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17747
17748 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17749 d10v support is added.
17750
17751Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17752
17753 * configure.in (d10v-*-*): New target.
17754
17755Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17756
17757 * config.guess (HP 9000/811): Recognize this as a PA1.1
17758 machine.
17759
17760Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17761
17762 * Makefile.in (do-tar-gz): New target, split out from tail end of
17763 taz target. Run each command separately, don't use pipes.
17764 (taz): Use it.
17765
17766Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17767
17768 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17769 * mpw-build.in: No builds should depend on building byacc or flex,
17770 they are assumed to be installed already.
17771
17772Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17773
17774 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17775 variable that CC_FOR_TARGET needs.
17776
17777Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17778
17779 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17780 options have changed since the last time the subdirectory was
17781 configured, and if it has, reconfigure.
17782 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17783 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17784
17785Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17786
17787 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17788 CLEAN_MODULES): Add bash.
17789 (all-bash): New target.
17790
17791Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17792
17793 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17794
17795Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17796
17797 * config.sub (basic_machine): Recognize d10v as a valid processor.
17798
17799Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17800
17801 * mpw-configure: Add support for --bindir.
17802 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17803
17804Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17805
17806 * configure.in: add bash, time, gawk to list of hosttools and things
17807 to only build for native toolchains
17808
17809Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17810
17811 * Makefile.in (docdir): Remove.
17812
17813Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17814
17815 * Makefile.in (datadir): Set to $(prefix)/share.
17816
17817Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17818
17819 * configure.in: build diff and patch for cygwin32-hosted
17820 toolchains.
17821
17822Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17823
17824 * config.sub: Accept -rtems*.
17825
17826Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17827
e490616e
ZW
17828 * configure.in: enable dosrel for cygwin32-hosted builds,
17829 remove diff from the list of things not buildable
17830 via Canadian Cross
6599da04
JM
17831
17832Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17833
17834 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17835 don't get ". ".
6599da04
JM
17836
17837Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17838
17839 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17840
17841Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17842
17843 * Makefile.in (taz): Handle case where tex3patch didn't even get
17844 checked out. Also, if it was found, put the symlink in a new util
17845 subdirectory.
17846
17847Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17848
17849 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17850
17851Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17852
17853 * config.sub: Recognize -openvms.
17854 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17855 * make-all.com, setup.com: New files.
17856
17857Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17858
17859 * Makefile.in (taz): tex3patch moved to texinfo/util.
17860
17861Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17862
17863 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17864 * configure.in: remove make from disable-if-Can-Cross list
17865 enable gdb if ${host} and ${target} are cygwin32
17866
17867Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17868
17869 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17870 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17871
17872Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17873
17874 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17875 distinguish sysv/svr4/bsd variants.
17876 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17877
17878Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17879
17880 * configure.in: Added copyright notice.
17881 * move-if-change: Added copyright notice.
17882
17883Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17884
17885 * configure.in (powerpcle-*-solaris*): Until we get shared
17886 libraries working, don't build gdb, sim, make, tcl, tk, or
17887 expect.
17888
17889Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17890
17891 * config.guess: Merge with FSF:
17892
17893 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17894 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17895
17896 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17897 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17898
17899 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17900 * config.guess: Combine two OSF1 rules.
17901 Also recognize field test versions. From mjr@zk3.dec.com.
17902 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17903 because GNU uname does not support -p. From pmr@pajato.com.
17904
17905Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17906
17907 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17908
17909Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17910
17911 * mpw-README: Document GCCIncludes.
17912
17913Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17914
17915 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17916
17917Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17918
17919 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17920
17921Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17922
17923 * configure.in (*-*-cygwin32): Configure make.
17924
17925Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17926
17927 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17928
17929Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17930
17931 * Makefile.in (all-inet): Depend on all-perl.
17932
17933 * Makefile.in (inet-install): New target.
17934
17935 * Makefile.in (all-inet): Depend on all-tcl.
17936 (all-inet): Depend on all-send-pr.
17937
17938Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17939
17940 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17941 temporarily.
17942
17943Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17944
17945 * configure.in: Don't configure --with-gnu-ld on AIX.
17946
17947Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
17948
17949 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
17950
17951Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
17952
17953 * Makefile.in (ALL_MODULES): Added all-inet.
17954 (CROSS_CHECK_MODULES): Added check-inet.
17955 (INSTALL_MODULES): Added install-inet.
17956 (CLEAN_MODULES): Added clean-inet.
17957 (all-indent): New target.
17958
17959 * configure.in (host_tools): Added inet.
17960 (native_only): Added inet.
17961 (noconfigdirs): Added inet.
17962
17963Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
17964
17965 * configure.in: Don't configure libgloss if we are not configuring
17966 newlib.
17967
17968Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
17969
17970 * configure.in: Don't configure libgloss for unsupported
17971 architectures.
17972
17973Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17974
17975 * Makefile.in (CLEAN_MODULES): Add clean-apache.
17976
17977Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
17978
17979 * Makefile.in (ALL_MODULES): Include all-apache.
17980 (CROSS_CHECK_MODULES): Include check-apache.
17981 (INSTALL_MODULES): Include install-apache.
17982 (all-apache): New target.
17983
17984 * configure.in: Added apache everywhere perl is seen.
17985
17986Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17987
17988 * Makefile.in: Add support for clean-{module} and
17989 clean-target-{module} rules.
17990
17991Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
17992
17993 * configure.in (*-*-ose) do not build libgloss.
17994
17995Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17996
17997 * config.guess (prep*:SunOS:5.*:*): Turn into
17998 powerpele-unknown-solaris2.
17999
18000Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18001
18002 * configure.in: Permit --enable-shared to specify a list of
18003 directories.
18004
18005Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18006
18007 * configure.in (host==solaris): Pass only the first word of $CC
18008 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18009
18010Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18011
18012 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18013
18014Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18015
18016 * Makefile.in (ALL_MODULES): Include all-perl.
18017 (CROSS_CHECK_MODULES): Include check-perl.
18018 (INSTALL_MODULES): Include install-perl.
18019 (ALL_X11_MODULES): Include all-guile.
18020 (CHECK_X11_MODULES): Include check-guile.
18021 (INSTALL_X11_MODULES): Include install-guile.
18022 (all-perl): New target.
18023 (all-guile): New target.
18024
18025 * configure.in (host_tools): Include perl and guile.
18026 (native_only): Include perl and guile.
18027 (noconfigdirs): Don't build guile and perl; no ports have been
18028 done.
18029
18030Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18031
e490616e
ZW
18032 * configure (--enable-*): Handle quoted option lists such as
18033 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
18034
18035Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18036
18037 * Makefile.in ({,inst}all-target): New rule so we can make and
18038 install all of the target directories easily.
18039
18040Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18041
18042 * configure.in: Add missing global flag in sed substitution when
18043 deleting `target-' from ${configdirs}.
18044
18045Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18046
18047 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18048 option.
18049
18050 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18051 config/mh-necv4.
18052
18053 * install.sh: Correct misspelling of transformbasename.
18054
18055 * config.guess: Recognize mips-*-sysv*.
18056
18057Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18058
18059 * config.sub: Recognize mon960.
18060
18061Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18062
18063 * configure: Restore Canadian Cross handling of BISON and LEX,
18064 removed in Feb 20 change.
18065
18066Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18067
18068 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18069 Mention make install. Remove the old copyright date as well the
18070 clumsy and rather pointless copyright on the README file.
18071
18072Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18073
18074 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18075 Makefile after running symlink-tree, then run `make distclean' to
18076 avoid clobbering any generated files in srcdir.
18077
18078Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18079
18080 * configure.in (m68k-*-netbsd*): Build everything now.
18081
18082Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18083
18084 * Makefile.in (taz): Fix quoting.
18085
18086Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18087
18088 * configure.in (sparclet-*-*): Build everything now.
18089
18090Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18091
18092 * configure.in (m68k-*-linux*): New host.
18093
18094Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18095
18096 * configure: Check for bison before byacc.
18097
18098Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18099
18100 * Makefile.in configure: Change the way LEX and BISON/YACC are
18101 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18102 searching PATH. These are used as fallbacks by Makefile.in if
18103 flex/bison/byacc aren't in objdir.
18104
18105Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18106
18107 * Makefile.in: Make everything which depends upon all-bfd also
18108 depend upon all-opcodes, in case --with-commonbfdlib is used.
18109
18110Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18111
18112 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18113 building NT native compilers on Unix.
18114
18115Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18116
18117 * configure.in: Don't get CC from the host Makefile fragment if we
18118 can find gcc in PATH, or if this is a Canadian Cross. Move the
18119 Solaris test for /usr/ucb/cc to the post target script, just after
18120 the compiler sanity test.
18121
18122Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18123
18124 * config.sub: Merge with FSF.
18125
18126Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18127
18128 * Makefile.in (RPATH_ENVVAR): New variable.
18129 (REALLY_SET_LIB_PATH): Use it.
18130 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18131
18132Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18133
18134 * config.sub, configure.in: Recognize sparclet cpu.
18135
18136Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18137
18138 * config.guess: Support m68k-cbm-sysv4.
18139
18140Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18141
18142 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18143 m68k-unknown-linuxaout from linker help string. Put quotes around
18144 $ld_help_string.
18145
18146Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18147
18148 * config.guess (powerpc-harris-powerunix): Add guess for port
18149 to new target.
18150
18151Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18152
18153 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18154
18155Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18156
18157 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18158 $(REALLY_SET_LIB_PATH) in Makefile.
18159 * Makefile.in (SET_LIB_PATH): New variable.
18160 (REALLY_SET_LIB_PATH): New variable.
18161 ($(DO_X)): Use $(SET_LIB_PATH).
18162 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18163 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18164 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18165 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18166 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18167 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18168 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18169 (install-dosrel): Likewise.
18170 (all-opcodes): Depend upon all-libiberty.
18171
18172Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18173
18174 * config.guess (*:CYGWIN*): New
18175
18176Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18177
18178 * Makefile.in (all-target-winsup): All all-target-libiberty.
18179
18180Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18181
18182 * configure.in (noconfigdirs): Add missing # in front of comment.
18183
18184Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18185
18186 * configure.in: add second pass to things added to noconfigdirs
18187 so *-gm-magic can exclude libgloss properly.
18188
18189Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18190
18191 * mpw-configure (extralibs_name, rez_name): Set correctly
18192 for MWC68K compiler.
18193
18194 * mpw-README: Add more info on the necessary build tools.
18195
18196Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18197
18198 * configure.in, config.sub: Recognize cygwin32.
18199
18200Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18201
18202 * config.guess, config.sub: Recognize A/UX.
18203
18204Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18205
18206 * config.sub: Merge with gcc/config.sub.
18207
18208Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18209
18210 * mpw-build.in (do-binutils): Add build of stamps.
18211
18212Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18213
18214 * config.sub: Add recognition for mips64vr4100*-* targets.
18215
18216Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18217
18218 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18219 Add creation of gconfigargs with `--enable-shared' turned on.
18220 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18221 ($(host)-stamp-stage3-configured): Likewise.
18222 (HOLES): Add chatr and ldd.
18223 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18224
18225Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18226
18227 * configure: Pass --nfp to recursive configures.
18228
18229Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18230
18231 * Makefile.in (DLLTOOL): New.
18232 (DLLTOOL_FOR_TARGET): New.
18233 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18234 (EXTRA_TARGET_FLAGS): Ditto.
18235 (EXTRA_GCC_FLAGS): Ditto.
18236 (CONFIGURE_TARGET_MODULES): Ditto.
18237 (DO_X): Ditto.
18238 * configure: Add DLLTOOL.
18239
18240Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18241
18242 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18243 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18244 mh-sco, since old workarounds no longer needed, and don't
18245 build ld, since libraries have weak symbols in COFF.
18246
18247Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18248
18249 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18250
18251Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18252
18253 * configure.in: Make sure that ${CC} can be used to compile an
18254 executable.
18255
18256Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18257
18258 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18259 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18260 nothing depending on whether gdbtk is being built.
18261
18262Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18263
18264 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18265
18266Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18267
18268 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18269 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18270
18271Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18272
18273 * config-ml.in: Add support for
18274 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18275 Simplify setting of multidirs from --disable-foo.
18276
18277Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18278
18279 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18280 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18281 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 18282 non-empty, pass them on to the GCC make.
6599da04
JM
18283 (all-bootstrap): New rule that is like all-gcc, except it executes
18284 the GCC bootstrap rule instead of the GCC all rule.
18285
18286Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18287
18288 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18289
18290Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18291
18292 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18293 DG/UX support.
18294
18295Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18296
18297 * config.sub (i*86*) Change [345] to [3456]
18298
18299Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18300
18301 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18302 --with-gnu-ld=no.
18303
18304Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18305
18306 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18307 AIX multilibs get built.
18308
18309Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18310
18311 * configure.in (i386-win32): Don't build expect if we're not
18312 building the tcl subdir.
18313
18314Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18315
18316 * Makefile.in: (configure-target-examples, all-target-examples):
18317 New targets, configure and build example programs.
18318
18319Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18320
18321 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18322 use it as input to sedit the generated MPW makefile.
18323 * mpw-README: Add a suggestion about Gestalt.h.
18324
18325Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18326
18327 * config.sub: Accept *-*-ieee*.
18328
18329Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18330
18331 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18332 Ronald F. Guilmette <rfg@monkeys.com>.
18333
18334Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18335
18336 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18337 for powerpc-pe native.
18338 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18339 (target==powerpc-pe): duplicate i386-win32 entry.
18340
18341Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18342
18343 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18344 of vxworks, not just vxworks5.1.
18345
18346Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18347
18348 * mpw-configure: Add support for exec-prefix.
18349
18350Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18351
18352 * config.guess: Recognize HP model 816 machines as having
18353 a PA1.1 processor.
18354
18355Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18356
18357 * configure: Ignore new autoconf configure options.
18358
6599da04
JM
18359Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18360
18361 * config.guess: Recognize Pentium under SCO.
18362 From Robert Lipe <robertl@arnet.com>.
18363
18364Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18365
18366 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
18367
18368Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18369
18370 * configure.in: Don't configure gas for alpha-dec-osf*.
18371
18372Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18373
18374 * configure.in: Default to --with-stabs for some targets for which
18375 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18376 i[345]86*-*-unixware*.
18377
18378Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18379
18380 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18381 rather than basing it on the target. Simplify handling of options
18382 controlling which directories to configure. Remove extraneous
18383 slash in multi-clean target.
18384
18385Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18386
18387 * config-ml.in: Prefix more variables with ml_ so they don't collide
18388 with configure's.
18389
18390Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18391
18392 * configure: Don't turn -v into --v.
18393
18394Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18395
18396 * configure.in (targargs): Fix typo.
18397
18398 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18399
18400Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18401
18402 * configure.in: Strip --host and --target options from
18403 CONFIG_ARGUMENTS, and always configure for --host only. Add
18404 --with-cross-host option when building with a cross-compiler.
18405 * configure: Canonicalize the arguments put into config.status by
18406 always using `=' for an option with an argument. Pass a presumed
18407 --host or --target explicitly.
18408
18409Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18410
18411 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18412 into general OS recognition case.
18413
18414Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18415
18416 * configure.in (target_configdirs): add target-winsup only
18417 for win32 target systems.
18418
18419Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18420
18421 * Makefile.in (all-target-libgloss): Depend upon
18422 configure-target-newlib, since when libgloss is built it looks to
18423 see if the newlib directory exists.
18424
18425Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18426
18427 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18428 cfg-ml-*.in.
18429
18430Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18431
18432 * configure: Handle LD and LD_FOR_TARGET when configuring a
18433 Canadian Cross.
18434
6599da04
JM
18435Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18436
18437 * configure.in (target_libs): add target-winsup.
18438 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18439 (target==ppcle-pe): remove ld from $noconfigdirs.
18440
18441Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18442
18443 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18444 Preserve relative path names in $srcdir. Build symlink tree if
18445 configuring cross target dir and srcdir=. (= no VPATH support).
18446 (configure-target-libg++): Depend on configure-target-librx.
18447 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18448 * config-ml.in: New file.
18449 * symlink-tree: New file.
18450 * configure: Ensure srcdir="." if that's what it is.
18451
18452Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18453
18454 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18455 includes and FLEX_SKELETON setting.
18456 * mpw-configure (--with-gnu-ld): New option, controls whether
18457 to use PPCLink or ld with PowerMac GCC.
18458 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18459 * mpw-config.in: Configure grez if targeting Mac.
18460
18461 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
18462 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18463 just macos.
6599da04
JM
18464 * configure.in: Configure grez resource compiler if targeting Mac.
18465 * Makefile.in (all-grez, install-grez): New targets.
18466
18467Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18468
18469 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 18470 gcc in the path, set CC to gcc -O2.
6599da04
JM
18471
18472Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18473
18474 * configure: Default ${build} correctly. Avoid picking up extra
18475 spaces when reading CC and CXX from Makefile. When doing a
18476 Canadian Cross, use plausible default values for numerous
18477 variables.
18478 * configure.in: When doing a Canadian Cross, don't try to
18479 configure tools whose configure script can't handle it.
18480
18481Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18482
18483 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18484
18485Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18486
18487 * configure: Remove dubious bug reporting address.
18488
18489Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18490
18491 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18492 configure script, run that instead of this directory's configure.
18493 In either case, print a message that we're configuring the sub-dir.
18494
18495Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18496
18497 * configure.in: Before checking for the existence of various files,
18498 use sed to filter out "target-".
18499
18500Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18501
18502 * Makefile.in (DO_X): Split rule to decrease command line length
18503 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18504 (Philippe De Muyter).
18505
18506Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18507
18508 * Makefile.in (all-patch): depend on all-libiberty.
18509
18510Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18511
18512 * configure.in: If the only directory in target_configdirs which
18513 actually exists is libiberty, then set target_configdirs to empty,
18514 to avoid trying to build a target libiberty in a gas or gdb
18515 distribution.
18516
18517Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18518
18519 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
18520 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18521 systems.
6599da04
JM
18522
18523Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18524
18525 * configure.in (copy_dirs): Use sys-include instead of include
18526 for --with-headers option.
18527
18528Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18529
18530 * Makefile.in, configure.in: Make winsup builds work with
18531 new scheme.
18532
18533Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18534
18535 * configure.in: Build the linker on AIX.
18536
18537Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18538
18539 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18540 where needed.
18541
18542Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18543
18544 * Makefile.in (all-gcc): Fix typo.
18545
18546Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18547
18548 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18549
18550Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18551
18552 * configure.in: Rename libFOO to target-libFOO, and xiberty
18553 to target-xiberty, to provide more flexibility.
18554 (target_subdir): Define. Create if cross.
18555 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18556 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18557 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18558 check-libFOO -> check-target-libFOO, etc.
18559 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18560 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18561 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18562 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18563 allow ALL_GCC="" to only configure.
18564 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18565 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18566 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18567
18568Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18569
18570 * Makefile.in (taz): Build "info" in etc explicitly.
18571
18572Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18573
18574 * configure.in: Make sure that CC is undefined (as opposed to
18575 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18576 problem with autoconf trying to configure on a host without GCC.
18577
18578Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18579
18580 * mpw-configure: Set host alias from choice of host compiler,
18581 only use generic MPW Makefile sed if present, edit a file
18582 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18583 * mpw-README: Add problem notes about CW6 and CW7.
18584
18585Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18586
18587 * Makefile.in (taz): Use ";" instead of ";;".
18588
18589Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18590
18591 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18592 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18593 DISTDOCDIRS.
18594 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18595 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18596
18597Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18598
18599 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18600 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18601 Move bfd to DISTSTUFFDIRS.
18602
18603Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18604
18605 * Makefile.in (X11_LIB): Removed.
18606 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18607
18608 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18609
18610Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18611
18612 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18613 names.
18614
18615Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18616
18617 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18618
18619Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18620
18621 * configure.in (i[345]86-*-win32): Always build newlib.
18622 Don't configure cvs, autoconf or texinfo.
18623 * Makefile.in (LD_FOR_TARGET): New.
18624 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18625 Pass down LD_FOR_TARGET.
18626
18627Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18628
18629 * winsup: New directory.
18630 * Makefile.in: Build winsup.
18631 * configure.in: Winsup is configured when target is win32.
18632 Can only build win32 target GDB when native.
4e81ae98 18633
6599da04
JM
18634Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18635
18636 * config.guess: Recognize HP model 819 machines as having
18637 a PA 1.1 processor.
18638
18639Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18640
18641 * configure: Fix sed loop which substitutes for CC and CXX to
18642 avoid bug found in various sed implementations.
18643
18644Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18645
18646 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18647 simulator. Use standard powerpc-*-eabi*.
18648
18649Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18650
18651 * configure.in: Stop putting gas and binutils in noconfigdirs for
18652 powerpc-*-aix* and rs6000-*-*.
18653
18654Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18655
18656 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18657 -mcall-aixdesc libraries.
18658
18659Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18660
18661 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18662
18663 * config.sub (arm | armel | armeb): Fix shell syntax.
18664
18665Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18666
18667 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18668 -msoft-float and -mcpu=common support.
18669 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18670 libraries.
18671
18672Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18673
18674 * configure.in: Allow configuration and build of emacs19 for the alpha.
18675
18676Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18677
18678 * configure.in (CC): Get ^CC, not just any old CC, from
18679 ${host_makefile_frag}.
18680
18681Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18682
4e81ae98 18683 * configure.in (CC): Try to get CC from
6599da04
JM
18684 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18685
18686Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18687
18688 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18689 only if it exists in $(srcdir).
18690
18691Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18692
18693 * configure: If CC and CXX are not set in the environment, set
18694 them, based on either an existing Makefile or on searching for gcc
18695 in PATH. Substitute for CC and CXX in Makefile.
18696 * configure.in: Remove libm from target_libs. Separate
18697 target_configdirs from configdirs. If CC is not set in
18698 environment, try to get it from a host Makefile fragment. Rewrite
18699 changes of configdirs to use skipdirs instead. A few minor
18700 tweaks. Take directories out of target_configdirs as they are
18701 taken out of configdirs. Remove existing Makefile files from
18702 subdirectories. Substitute for TARGET_CONFIGDIRS and
18703 CONFIG_ARGUMENTS in Makefile.
18704 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18705 by configure.in.
18706 (CONFIG_ARGUMENTS): Likewise.
18707 (CONFIGURE_TARGET_MODULES): New variable.
18708 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18709 ($(CONFIGURE_TARGET_MODULES)): New target.
18710 (configure-libg++, configure-libio): New targets.
18711 (all-libg++): Depend upon configure-libg++.
18712 (all-libio): Depend upon configure-libio.
18713 (configure-libgloss, all-libgloss): New targets.
18714 (configure-libstdc++): New target.
18715 (all-libstdc++): Depend upon configure-libstdc++.
18716 (configure-librx, all-librx): New targets.
18717 (configure-newlib): New target.
18718 (all-newlib): Depend upon configure-newlib
18719 (configure-xiberty): New target.
18720 (all-xiberty): Depend upon configure-xiberty.
18721
18722Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18723
18724 * configure.in (host i[345]86-*-win32): Expand the
18725 noconfigdirs again.
18726
18727Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18728
18729 * mpw-configure: Fix sed command file name.
18730
18731Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18732
4e81ae98 18733 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18734 noconfigdirs again.
18735
18736Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18737
18738 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18739 or powerpc*-*-pe*, since they are not yet supported.
18740
18741Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18742
18743 Add PowerMac support and many other enhancements.
18744 * mpw-configure: New option --cc to select compiler to use,
18745 paste options set according to --cc into the generated
18746 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18747 if mpw-make.sed is present.
18748 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18749 add forward includes for PowerPC include files.
18750 * mpw-build.in: Build using Makefile.PPC if present.
18751 (do-byacc, etc): Remove separate version resource builds.
18752 (do-gas): Build "stamps" before "all".
18753 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18754 * mpw-README: Update to reflect --cc option, PowerMac support,
18755 and recently-reported compatibility problems.
18756
18757Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18758
18759 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18760 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18761 (--with-multilib-top): Pass to recursive invocations.
18762
18763Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18764
18765 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18766 v810-*-*.
18767
18768Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18769
18770 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18771 gdb, ld and opcodes on v810-*-*.
18772
6599da04
JM
18773Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18774
18775 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18776 (local-maintainer-clean): New target.
18777 (maintainer-clean): New target.
18778 (realclean): Just depend upon maintainer-clean.
18779
18780Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18781
18782 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18783
18784Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18785
18786 * configure.in: Build ld in mips*-*-bsd* case.
18787
18788Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18789
18790 * config.sub: Accept -lites* OS. From Ian Dall.
18791
18792Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18793
18794 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18795 targets.
6599da04
JM
18796
18797Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18798
18799 * configure.in: treat i386-win32 canadian cross the same as
18800 i386-go32 canadian cross.
18801
18802Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18803
18804 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18805 running under the simulator to build a reduced set of libraries.
18806 (powerpc-*-eabiaix): Add fine grained multilib support added to
18807 other powerpc targets yesterday.
18808
18809Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18810
18811 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18812 -disable-softfloat, -disable-relocatable, -disable-aix, and
18813 -disable-sysv to control which multilib libraries get built.
18814
18815Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18816
18817 * configure: Add Makefile.tem to list of files to remove in trap
18818 handler.
18819
18820Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18821
18822 * config.guess (*Linux*): Add missing "exit"s.
18823 Also, need specific check for alpha-unknown-linux (uses COFF).
18824
18825Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18826
18827 * config.guess: Merge with FSF:
18828
18829 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18830 * config.guess (AIX4): More robust release numbering discovery.
18831
18832 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18833 * config.guess (i386-sequent-ptx): Properly get version number.
18834
18835 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18836 * config.guess (mips:*:4*:UMIPS): New case.
18837
18838Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18839
18840 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18841 (i386-win32 host): Likewise. Don't build readline.
18842
18843Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18844
18845 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18846 SUPPORT_FILES to submakes.
18847
18848Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18849
18850 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18851 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18852 mpw-configure.
18853
18854Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18855
18856 * configure.in (appdirs): Use =, not ==, in test expression when
18857 trying to build the text to print in the warning message for
18858 Solaris users.
18859
18860Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18861
18862 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18863
18864Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18865
18866 * config.guess: Recognize lynx-2.3.
18867
18868Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18869
18870 * config.sub (z8ksim): Deleted
18871 (z8k-*-coff): New, this is the one true name of the target.
18872
18873Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18874
18875 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18876
18877Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18878
18879 * config.guess (*:Linux:*:*): First try asking the linker what the
18880 default object file format is (elf, aout, or coff). Then if this
18881 fails, try previous methods.
18882
18883Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18884
18885 * configure.in: Don't build newlib for *-*-vxworks5.1.
18886
18887Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18888
18889 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18890 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18891
18892Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18893
18894 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18895
18896Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18897
18898 * cfg-ml-com.in: New file.
18899 * cfg-ml-pos.in: New file.
18900
18901Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18902
18903 * COPYING.NEWLIB: Add HP free copyright to list.
18904
18905Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18906
18907 * config.sub: Recognize -eabi* for the system, not just -eabi.
18908
18909Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18910
18911 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18912 * config.sub, configure.in (win32): New target and host.
18913
18914Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18915
18916 * configure.in: Add i386-pe configuration.
18917
18918Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18919
18920 * mpw-build.in (install): Install GDB after LD.
18921
18922Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18923
18924 * mpw-config.in (elf/mips.h): Always forward-include, needed
18925 for GDB to build.
18926
18927Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18928
18929 * testsuite: New directory for customer acceptance and whole tool
18930 chain tests.
18931
18932Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18933
18934 * configure: If per-host line isn't found, but AC_OUTPUT is found
18935 and a configure script exists, run it instead.
18936
18937Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18938
18939 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18940
18941Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18942
18943 * configure: Set build_{cpu,vendor,os,alias} to host values when
18944 --build isn't specified.
18945
18946Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18947
18948 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
18949 (FLAGS_TO_PASS): Pass them.
18950 (EXTRA_TARGET_FLAGS): Ditto.
18951
6599da04
JM
18952Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18953
18954 * Makefile.in (all-libg++): Depend on all-libstdc++.
18955
18956Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18957
18958 * configure.in (noconfigdirs): Enable all packages for
3d3b561f 18959 i386-unknown-netbsd.
6599da04
JM
18960
18961Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
18962
18963 * configure.in (noconfigdirs): Don't configure tk for i386-go32
18964 hosted builds (DOS builds)
18965
18966Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18967
18968 Changes for ARM based on patches from Richard Earnshaw:
18969 * config.sub: Handle armeb and armel.
18970 * configure.in: Omit arm linker only for riscix.
18971
18972Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
18973
18974 * config.guess: Update from FSF.
18975
18976Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
18977
63f6bcd7 18978 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
18979 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
18980 powerpcle variant. Convert pentium into i586, not i486. Add p5
18981 alias for i586. Map new x86 variants p6, k5, nexgen into i586
18982 temporarily.
18983
18984Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
18985
18986 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
18987
18988Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
18989
18990 * config.sub: Accept -lites* as a basic system type.
18991
18992Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
18993
18994 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
18995 installed, and if so return linuxoldld as the system name.
18996
18997Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
18998
18999 * config.guess: Add hppa1.1-hp-lites support.
19000
19001Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19002
19003 * configure.in: Don't build newlib for m68k-vxworks5.1.
19004
19005Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19006
19007 * configure.in (mips-sgi-irix6): Use mh-irix5.
19008
19009Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19010
19011 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19012
19013Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19014
19015 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 19016 OSF/1. Fix compiler flags.
6599da04
JM
19017 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19018
19019Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19020
19021 * configure.in: Recognize --with-newlib.
19022 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19023
19024Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19025
d207ebef 19026 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
19027 to *_X11_MODULES due to gdbtk needing X include files et al.
19028
19029Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19030
19031 Merge in support for Mac MPW as a host.
19032 (Old change descriptions retained for informational value.)
19033
19034 * mpw-config.in: Add generic include forwards for cpu-specific
19035 include files in aout and elf directories.
19036
19037 * mpw-configure: Added copyright.
19038 * mpw-config.in: Check for presence of required build tools.
19039 (target_libs): Add newlib.
19040 (target_tools): Add examples.
19041 (Read Me): Generate as "Read Me for MPW" instead.
19042 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19043 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19044 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19045
19046 * mpw-configure: Remove subdir-specific makefile hackery,
19047 delete mk.tmp after using it.
19048
19049 * mpw-build.in (all): Display start and end times.
19050
19051 * mpw-configure (host_canonical): Set.
19052 (target_cpu): Always add to makefiles.
19053 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19054 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19055 (mpw-mh-mpw): Look for in srcdir and srcroot.
19056 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19057
19058 * mpw-build.in: (install-only): New target.
19059
19060 * mpw-configure (host_alias, target_alias): Rename from hostalias
19061 and targetalias, add into generated Makefile.
19062 (mk.tmp): If present, add into generated Makefile.
19063 * mpw-build.in (all-gas): Build config.h first before gas proper.
19064
19065 * mpw-configure (config.status): Write only if changed.
19066 * mpw-config.in (readline): Configure it (not built, just used for
19067 definitions).
19068
19069 * mpw-config.in (elf/mips.h): Add a forward include.
19070
19071 * mpw-config.in: Forward-include most .h files in include into
19072 extra-include.
19073 (readline): Don't build.
19074 mpw-build.in (install): Install GDB.
19075
19076 * mpw-configure (prefix, mpw_prefix): Handle it.
19077 * mpw-config.in (mmalloc, readline): Don't configure.
19078 * mpw-build.in (thisscript): Rename to ThisScript.
19079 Use mpw-build instead of BuildProgram everywhere.
19080 (mmalloc, readline): Don't build.
19081 * mpw-README: New file, basic documentation about the MPW port.
19082
19083 * mpw-config.in: Use forward-include to create include files.
19084
19085 * mpw-configure: Add more things to the top of each configured
19086 Makefile, including contents of config/mpw-mh-mpw.
19087 * mpw-config.in (extra-include): Create this directory and fill it
19088 with Posix-like include files when configuring.
19089
19090 * config.sub (apple, mac, mpw): Add various aliases.
19091
19092 * mpw-build.in: New file, top-level build script fragment for MPW.
19093 * mpw-configure: New file, configure script for MPW.
19094 * mpw-config.in: New file, config fragment for MPW.
19095
19096Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19097
19098 * configure.in (host_libs): Remove glob, since it is gone from the
19099 sources.
19100
19101Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19102
19103 * Makefile.in: define empty GDB_NLM_DEPS var.
19104
19105 * configure.in(target_makefile_frag): use config/mt-netware
19106 for netware targets.
19107
19108Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19109
19110 * config.sub: Merge in recent FSF changes. Remove linux special
19111 cases.
19112
19113Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19114
731a8127 19115 Revert this change:
6599da04
JM
19116
19117 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19118
19119 * build-all.mk: Use CC=cc -Xs on Solaris.
19120
6599da04
JM
19121Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19122
19123 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19124 stop using it.
19125 * Makefile.in: Nuke all references to glob subdirectory.
19126
19127Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19128
19129 * configure.in: Fix --enable-shared logic in per-host.
19130
19131Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19132
19133 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19134
19135Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19136
19137 * configure.in (noconfigdirs): Don't build gas on AIX, for
19138 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19139
19140Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19141
19142 * configure: Fix --cache-file to work if the file argument is a
19143 relative path.
19144
19145Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19146
19147 * configure: If the --cache-file is used, pass it down to
19148 configure in subdirectories.
19149
19150Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19151
19152 * config.sub: add vxworks29k configuration.
19153
19154Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19155
19156 * Makefile.in (taz): Do "diststuff" part quietly.
19157
19158Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19159
19160 * config.sub: Mini-merge with gcc/config.sub.
19161
19162Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19163
19164 * config.guess (IRIX): Sed - to _.
19165
19166Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19167
19168 * Makefile.in (source-vault, binary-vault): New targets.
19169
19170Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19171
19172 * config.sub: Recognize -eabi as a basic system type.
19173
19174Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19175
19176 * configure.in (enable_shared stuff): Fix typo.
19177
19178Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19179
19180 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19181
19182Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19183
19184 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19185
19186Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19187
19188 * configure.in (rs6000-*-*): Don't build gas.
19189
19190Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19191
19192 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19193 reduce command line length.
19194 (AS_FOR_TARGET): Check for as.new, not Makefile.
19195 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19196
19197Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19198
19199 * config.guess: Merge from FSF.
19200
19201Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19202
19203 * configure: Don't use $ when handling program_suffix.
19204
19205Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19206
19207 * configure.in: Configure tk for hppa/hpux.
19208
19209Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19210
19211 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19212
19213Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19214
19215 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19216 to LIBCXXFLAGS. Tests are better run without it.
19217
19218Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19219
19220 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19221
19222Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19223
19224 * configure.in (*-*-netware*): Don't configure xiberty.
19225
19226Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19227
19228 * configure.in: Remove tk from native_only list.
19229
19230Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19231
19232 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3d3b561f 19233 for special NCD build.
6599da04
JM
19234
19235Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19236
19237 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19238 makeall.bat, they're only useful for binutils snapshots.
19239 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19240 makeall.bat to specified SUPPORT_FILES.
19241
19242Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19243
19244 * build-all.mk: Add Ericsson targets to sun4 and solaris
3d3b561f
ML
19245 hosts. Add BNR's sun4 target to solaris host, so their
19246 build-from-source will be tested in-house first.
6599da04
JM
19247
19248Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19249
19250 * Makefile.in (LIBCFLAGS): New variable.
19251 (CFLAGS_FOR_TARGET): Ditto.
19252 (LIBCFLAGS_FOR_TARGET): Ditto.
19253 (LIBCXXFLAGS): Ditto.
19254 (CXXFLAGS_FOR_TARGET): Ditto.
19255 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19256 (BASE_FLAGS_TO_PASS): Pass them.
19257 (EXTRA_TARGET_FLAGS): Ditto.
19258
731a8127 19259 * configure.in: Support --enable-shared.
6599da04
JM
19260
19261Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19262
19263 * configure.in (target_libs): Include libstdc++ again.
19264 * config.guess: Update from FSF (for FreeBSD).
19265
19266Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19267
19268 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19269 makeall.bat.
19270 (DISTDOCDIRS): Add `etc'.
19271 (ETC_SUPPORT_PFX): New variable.
19272 (taz): Include anything from etc starting with a word in
19273 ETC_SUPPORT_PFX.
19274
19275Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19276
19277 * config.sub: Update for recent FSF changes. Remove obsolete
19278 h8300hds entry. Add -windows* and -osx as basic os. Minor
19279 spacing changes.
19280
19281Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19282
19283 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19284
19285 * config.guess: Merge with FSF.
19286 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19287
19288Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19289
19290 * configure: Since the "trap 0" handler will override the exit
19291 status on many systems, only use it for "exit 1", and make it set
19292 a non-zero exit status; reset it before "exit 0". Also, check
19293 exit status of config.sub, and error out if it failed.
19294
19295Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19296
19297 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19298 and install libgloss.
19299
19300Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19301
19302 * Makefile.in (all-binutils): Depend upon all-byacc.
19303
19304 * configure.in: Don't build emacs on Irix 5.
19305
19306Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19307
19308 * configure.in (*-*-netware*): Add libio.
19309
19310Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19311
19312 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19313 (CHECK_TARGET_MODULES): Ditto.
19314 (INSTALL_TARGET_MODULES): Ditto.
19315 (TARGET_LIBS): Ditto.
19316 (all-libstdc++): Note dependencies.
19317
19318Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19319
19320 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19321
19322Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19323
19324 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19325 -fexternal-templates.
19326
19327 * configure.in (target_libs): Add libstdc++.
19328 (noconfigdirs): Add libstdc++ as appropriate.
19329
19330Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19331
19332 * config.guess: Update from FSF.
19333
19334Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19335
19336 * configure: Use ${config_shell} when running ${configsub}.
19337
19338Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19339
19340 * config.sub: No longer recognize h8300h.
19341
19342Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19343
19344 * config.sub: Remove extraneous differences between config.sub and
19345 gcc/config.sub.
19346
19347Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19348
19349 * Makefile.in (DISTSTUFFDIRS): Add gas.
19350
19351Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19352
19353 * COPYING.NEWLIB: New file.
19354
19355Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19356
19357 * config.guess (HP-UX): Patch from Harlan Stenn
19358 <harlan@landmark.com> to also emit release level.
19359
19360Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19361
19362 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19363
19364Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19365
19366 * config.sub: Merge nextstep cleanup from FSF.
19367
19368Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19369
19370 * configure.in (arm-*-*): Don't configure ld for this target.
19371
19372Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19373
19374 * configure.in (*-*-netware): don't configure libg++, libio,
3d3b561f 19375 librx, or newlib.
6599da04
JM
19376
19377Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19378
19379 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19380 configure ld--it works, but it doesn't support shared libraries.
19381
19382Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19383
19384 * config.guess (*-unknown-freebsd*): Get rid of possible
19385 trailing "(Release)" in version string.
19386 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19387
19388Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19389
19390 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19391 Fix type: *-next-neststep -> *-next-nextstep.
19392
19393 * config.guess: Merge from FSF:
19394
19395 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19396
19397 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19398
19399 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19400
19401 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19402 instead of UNIX_SV for UnixWare 1.0).
19403
19404Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19405
19406 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19407 to make gdb/nlm/* build after the compiler and linker.
19408
19409Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19410
19411 * config.guess (netbsd, freebsd, linux): Accept any machine,
19412 not just i[34]86.
19413 (m68k-atari-sysv4): Relocate to match FSF version.
19414
19415 * config.guess: More merges from the FSF:
19416
19417 Add a space before function call or macro invocation.
19418
19419 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19420
19421 * config.guess: Add trap cmd to remove dummy.c and dummy when
19422 interrupted.
19423
19424 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19425
19426 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19427 (dummy): Redirect stderr from compilation of dummy.c.
19428
19429 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19430
19431 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19432
19433Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19434
19435 * configure: Accept and ignore --cache*, for compatibility with
19436 new autoconf.
19437
19438Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19439
19440 * config.guess: Merge from FSF:
19441
19442 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19443
19444 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
19445 (PATH): Add /.attbin at end for finding uname.
19446 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
19447
19448 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19449
e490616e 19450 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
19451
19452 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19453
e490616e
ZW
19454 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19455 to select whether to use ELF or COFF.
6599da04
JM
19456
19457 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19458
e490616e 19459 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
19460
19461 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19462
19463 * config.guess: Guess the OS version for HPUX.
19464
19465 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19466
19467 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19468
19469Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19470
19471 * configure.in: Recognize --with-headers, --with-libs, and
19472 --without-newlib.
19473 * Makefile.in (all-xiberty): Depend upon all-ld.
19474
19475Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19476
19477 * configure.in: Change i[34]86 to i[345]86.
19478
19479Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19480
19481 * configure (version): A few more tweaks to help message.
19482
19483Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19484
19485 * Makefile.in: Remove (for now) librx as a host library,
19486 now that we're building it for target.
19487
19488Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19489
19490 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19491 (Karl Berry).
19492
19493Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19494
19495 * configure.in: Also configure librx.
19496
19497Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19498
19499 * Makefile.in: Update various rules to reflect that librx
19500 is now needed for libg++.
19501
19502Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19503
19504 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19505
19506Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19507
19508 * configure.in: Configure the examples directory.
19509
19510Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19511
19512 * configure: Simplify Jun 2 1994 change.
19513
19514Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19515
19516 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19517 /bin/gcc isn't good enough to build gcc.
19518
19519Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19520
19521 * Makefile.in (GDB_SUPPORT_FILES): Remove
19522 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19523 (gdb.tar.gz): Add new rule to use standard distribution building
19524 mechanism.
19525
19526Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19527
19528 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19529 Bill Cox <bill@cygnus.com>.
19530
19531Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19532
19533 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19534
19535Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19536
19537 * configure: Search current dir first in .gdbinit.
19538
19539Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19540
19541 * config.sub: Recognize freebsd (merged from gcc config.sub).
19542
19543Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19544
19545 * config.sub: Refer to NeXT's operating system as nextstep.
19546
19547 * config.sub (case $basic_machine): Re-order the cases, to match
19548 the order in the FSF version (which is mostly alphabethical).
19549 Merge in some additions and changes from the FSF.
19550
19551Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19552
19553 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19554 * config.sub: Recognize cxux7.
19555 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19556
19557Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19558
19559 * config.sub: Fix typo powerpc -> powerpc-*.
19560
19561Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19562
19563 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19564
19565 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19566 parallel with all-emacs and install-emacs). Top-level command
19567 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19568
19569Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19570
19571 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19572 $(relbindir)/make before doing ``make install'', and use
19573 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19574 installing over running make binary.
19575 ($(host)-stamp-stage3-installed): Likewise.
19576
19577Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19578
19579 * config.guess: Recognize Mach.
19580
19581Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19582
19583 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19584 see whether --exec-prefix was used.
19585
19586Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19587
19588 * README: Explicitly mention libg++/README. (Zoo's idea.)
19589
19590Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19591
19592 * Makefile.in: Add all-librx target similar to all-libproc.
19593
19594Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19595
19596 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19597 with post 1.2 uname bogosity.
19598
19599Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19600
19601 * configure: Remove temporary files on receipt of a signal.
19602
19603Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19604
19605 * configure: If there is a package_makefile_frag, remove
19606 ${subdir}/Makefile.tem after copying it in.
19607
19608Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19609
19610 * build_all.mk: support rs6000 lynx identifies itself as
19611 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19612 since /bin/gcc is too feeble to compile a modern gcc.
19613
19614Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19615
19616 * brought devo/test-build.mk update-to-date with progressive/
3d3b561f 19617 test-build.mk. Add lynx targets and hppa flag info.
6599da04
JM
19618
19619Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19620
19621 * configure.in: Use mh-ncrsvr43. Patch from
19622 Tom McConnell <tmcconne@sedona.intel.com>.
19623
19624Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19625
19626 * config.guess (i386-unknown-bsdi): No longer need to
19627 check #if defined(__bsdi__) && defined(__i386__).
19628
19629Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19630
19631 * configure: Set program_transform_nameoption correctly.
19632
19633Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19634
19635 * brought build-all.mk update-to-date with progressive build-all.mk,
3d3b561f 19636 added new targets and hppa info.
4e81ae98 19637
6599da04
JM
19638Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19639
19640 * configure: If config.guess result is a prefix of the user
19641 specified target, assume a native build and use the user specified
19642 target as the host alias. Remove SunOS patch suffix removal hack.
19643 * configure.in: Remove SunOS patch suffix removal hack.
19644
19645 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19646 in NATIVE_CHECK_MODULES.
19647
19648Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19649
19650 * Makefile.in: Rename HOST_ONLY to NATIVE.
19651 * configure: Delete SunOs patch suffix from host_canonical
3d3b561f 19652 and build_canonical variables that are prepended to Makefiles.
6599da04
JM
19653 * configure.in: Add comments for easier maintenance.
19654
19655Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19656
19657 * Makefile.in: Add all-libproc target similar to all-gui.
19658
19659Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19660
19661 * Makefile.in (CHECK_MODULES): split into
19662 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19663
19664Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19665
19666 * config.guess (i386-unknown-bsdi): New system to guess.
19667
19668Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19669
19670 * Makefile.in: Add all-gui target (but not yet build by "all").
19671
19672Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19673
19674 * config.sub: Move deletion of patch suffix from here...
19675 * configure.in: To here, at Ian's suggestion. The top-
3d3b561f 19676 level scripts might need to know of a patch level.
6599da04
JM
19677
19678Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19679
19680 * config.sub: Strip off patch suffix so rtl is recognized
3d3b561f 19681 as a sunos4.1.3 machine, even though it's been patched.
6599da04
JM
19682
19683Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19684
19685 * Makefile.in (INSTALL_LAST): Delete.
19686 (INSTALL_DOSREL): New.
19687
19688Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19689
19690 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19691 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19692 whether we pass down --with-gnu-ld anyhow.
19693
19694Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19695
19696 * Makefile.in (INSTALL_LAST): Change operation so it works
19697 on more flavors of make.
19698 * configure.in (go32): Don't build libg++ or libio.
19699
19700Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19701
19702 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19703 they can be overriden by templates.
19704
19705Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19706
19707 * configure.in (target==go32): Don't build gdb.
19708 * dosrel: New directory.
19709
19710Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19711
19712 * configure.in (host==go32): Configure dosrel too.
19713 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19714 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19715 be set by incoming names or templates.
19716 (INSTALL_LAST): New rule.
6599da04
JM
19717
19718Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19719
19720 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19721
19722Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19723
6599da04
JM
19724 * configure.in (appdirs): New variable. Currently empty, but will
19725 be used in gas distribution. If nonempty, lists a set of
19726 directories at least one of which must get configured, or top
19727 level configuration is considered to have failed.
19728 (rs6000-*-lynxos*): Use new file name.
19729
19730Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19731
19732 Eliminate XTRAFLAGS.
19733 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19734 newlib include files using -idirafter, and also use -nostdinc.
19735 (CXX_FOR_TARGET): Likewise.
19736 (XTRAFLAGS): Removed.
19737 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19738 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19739 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19740 ($(DO_X)): Don't pass down XTRAFLAGS.
19741
19742Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19743
19744 * configure.in (mips*-dec-bsd*): New target; do build linker.
19745 (mips*-*-bsd*): New target; don't build linker.
19746
19747Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19748
19749 * configure.in: support rs6000-*-lynxos* configuration.
19750 support sunos4 as a cross target.
19751
19752 * config.sub: look for lynx*, not lynx since the OS version may
19753 legitimately be part of the name.
19754
19755Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19756
19757 * configure.in (i[34]86-*-sco*): Move to be with other i386
19758 targets.
19759 (romp-*-*): New target. Skip various binary utilities.
19760 (vax-*-*): New target. Don't build newlib.
19761 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19762
19763Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19764
19765 * configure.in: Only set host_makefile_frag if config
19766 directory exists.
19767
19768Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19769
19770 * install.sh: If $dstdir exists, don't check whether each
19771 component does.
19772
19773Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19774
19775 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19776
19777Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19778
3b75d237
AJ
19779 * configure.in (*-*-lynxos*): Don't configure newlib for either
19780 native or cross Lynx.
6599da04
JM
19781
19782Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19783
19784 * config.sub (sparc64-elf): Fix os.
19785 (z8k): Remove duplicate.
19786
19787Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19788
19789 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19790 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19791
19792Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19793
19794 * configure: Make file links cleanly even if Lynx fails on
3d3b561f 19795 an NFS symlink (at least fail cleanly).
6599da04
JM
19796
19797Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19798
19799 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19800 -XNh2000.
19801
19802Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19803
19804 * configure: Unknown options are fatal again.
19805
19806Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19807
19808 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19809 compatibility.
6599da04
JM
19810
19811Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19812
19813 * build-all.mk: Add `clean' target.
19814
19815Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19816
19817 * config.guess: Add SINIX support.
19818 * configure.in: Add mips-*-sysv4* support.
19819
19820Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19821
19822 * build-all.mk: Document all useful targets.
19823 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19824 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19825
19826Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19827
19828 * configure: Support --silent, --quiet.
19829
19830Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19831
19832 * configure: Support --disable-FEATURE.
19833
19834Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19835
19836 * config.guess: Recognize NCR running SVR4.3.
19837
19838Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19839
19840 * config.guess: Make BSDI generate i386-unknown-bsd386.
19841 Patch from Paul Eggert <eggert@twinsun.com>.
19842
19843Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19844
19845 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19846
19847Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19848
19849 * configure: Make unrecognized options give nonfatal warnings
19850 instead of fatal errors, and pass them to any subdirectory
19851 configures in case they recognize them.
19852 Make --x equivalent to --with-x.
19853
19854Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19855
19856 * configure: Add --enable-* options. Clean up usage message and
19857 some comments.
19858
19859Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19860
19861 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19862
19863Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19864
19865 * configure.in (hppa*-*-*): Enable binutils.
19866
19867Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19868
19869 * config.sub: Recognize cisco.
19870
19871Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19872
19873 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19874
19875Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19876
19877 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19878 than one configuration name. Add comment.
19879
19880Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19881
19882 * config.guess: about target *-hitachi-hiuxwe2, fixed
19883 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19884 macro is incorrect.]
19885
19886Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19887
19888 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19889 than the "make ls" stuff which used to be here.
19890
19891Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19892
19893 * config.guess: Recognize i[34]86-unknown-freebsd.
19894 From Shawn M Carey <smcarey@rodan.syr.edu>.
19895
19896Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19897
19898 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19899
19900Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19901
19902 * config.guess: Check for ptx.
19903
19904Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19905
19906 * config.sub: Add os9k checking.
19907
19908Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19909
19910 * config.guess: Handle OSF1 running on HPPA processors
19911
19912Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19913
19914 * configure: If subdir configure fails, print out a message with
19915 subdirectory name, in case subdir's configure code didn't identify
19916 itself.
19917
19918Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19919
19920 * configure.in: Remove embedded newlines from configdirs.
19921 Avoid mismatches of substrings. Fix matching strings at end
19922 of configdirs.
19923
19924Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19925
19926 * config.guess: Add Lynx/rs6000 config support.
19927
19928Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19929
19930 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19931
19932Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19933
19934 * configure.in (hppa*-*-osf*): Treat this just like most other
19935 PA configurations (eg no binutils or ld).
19936 (hppa*-*-*elf*): These configurations have binutils and ld.
19937
19938Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19939
19940 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19941
19942Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19943
19944 * configure.in (rs6000-*-*): Build gas.
19945
19946Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19947
e490616e 19948 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
19949
19950Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19951
19952 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
19953 for GDB and GDB has been fixed to not need it.
19954
6599da04
JM
19955Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19956
19957 * config.guess: Recognize vax hosts.
19958
19959Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19960
19961 * configure (while loop): Don't use "break 2" inside case
19962 statement -- the case statement isn't an enclosing loop.
19963
19964Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
19965
19966 * config.guess: Clean up NeXT support, to allow nextstep
19967 on Intel machines. Make OS be nextstep.
19968
19969Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
19970
19971 * config.guess: Add alternate forms for Convex.
19972
19973Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
19974
19975 * configure: Completely rewrite option processing. Take
19976 advantage of pattern-matching to avoid invoking test frequently.
19977 Also clean up host and target defaulting logic.
19978
19979Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19980
19981 * Makefile.in: Replace all occurrances of "rootme" with "r" and
19982 "$${rootme}" with "$$r", to increase the likelihood that the do-*
19983 commands (plus user environment) will fit SCO limits.
19984
19985Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19986
19987 * configure.in: Don't issue warnings about directories which are
19988 not being configured if -norecursion is set. Correct test for
19989 --with-gnu-as and --with-gnu-ld to not get confused by substring
19990 matches.
19991
19992 * configure.in: Don't build gas for alpha-dec-osf1*.
19993
19994Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
19995
19996 * configure: Back out Per's change of 12/19/1993. It changes the
19997 behavior of configure in unexpected and confusing ways.
19998
19999 Also, use different delim char when calculating
20000 program_transform_name so that the name can contain slashes.
20001
20002Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20003
20004 * configure.in, config.sub: Add support for VSTa micro-kernel.
20005
20006Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20007
20008 * configure.in: Nuke hacks which were used to get a special
20009 version of GAS for HPPA configurations.
20010
20011Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20012
20013 * configure: If only ${target_alias} is given, use that
20014 as the default for ${host_alias}.
20015 * configure: Add missing back-slashes before nested quotes.
20016
20017Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20018
20019 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20020
20021Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20022
20023 * config.guess: Recognize some Tektronix configurations.
20024 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20025
20026Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20027
20028 * config.sub: Match any flavor of SH.
20029
20030Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20031
20032 * configure.in: Don't try to configure newlib for Alpha.
20033
20034Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20035
20036 * configure.in: Don't build ld for Irix 5. Don't build gas,
20037 libg++ or libio for any Alpha target.
20038
20039 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
20040
20041Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20042
20043 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20044 default arguments -- so it tried to compress itself.
20045
20046Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20047
20048 * configure.in (notsupp): ensure that a space is always at the end
3d3b561f 20049 of the configdirs list, since the grep checks for an explicit space
6599da04
JM
20050
20051Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20052
20053 * configure.in (target i386-sysv4.2): don't build ld, since static
3d3b561f 20054 versions of many libraries are not available.
6599da04
JM
20055
20056Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20057
20058 * config.guess: Recognize Apollos (using environment variables).
20059 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20060
20061Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20062
20063 * config.guess: Recognize Sony news mips running newsos.
20064
20065Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20066
20067 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20068 "fi ; else" for bash.
20069
20070Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20071
20072 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20073
20074Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20075
20076 * config.sub: accept unixware as an alias for svr4.2.
20077 Fix some inconsistancies with the gcc version.
20078
20079Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20080
20081 * Makefile.in (DISTDOCDIRS): Add gdb.
20082
20083Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20084
20085 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20086
20087Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20088
20089 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20090 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20091 this now.
20092
20093Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20094
20095 * config.sub: Accept hiux* as an OS name.
20096
20097 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20098 etc/make-stds.texi. The underscore came from gcc, and dje now
20099 agrees that RUNTESTFLAGS is the correct name.
20100
20101Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20102
20103 * install.sh: Remove 'set -e'. It makes any conditionals
20104 in the script useless.
20105
20106 * config.guess: Automatically recognize arm-acorn-riscix
20107 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20108
20109Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20110
20111 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20112
20113Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20114
20115 * Makefile.in (DISTDOCDIRS): New variable.
20116 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 20117 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
20118
20119Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20120
20121 * configure.in (hppa target): check the source directory for the
3d3b561f 20122 pagas sub-directory
6599da04
JM
20123
20124Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20125
20126 * config.sub: Allow -aout* and -elf*.
20127
20128Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20129
20130 * configure.in: Don't build ld on i386-solaris2, same as for
20131 sparc-solaris2.
20132
20133Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20134
20135 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20136
20137Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20138
20139 * configure.in: Configure gdb for alpha.
20140
20141Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20142
20143 * Makefile.in (CXXFLAGS): Add -O.
20144
20145Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20146
20147 * config.guess: added support for DG Aviion
20148
20149Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20150
20151 * configure.in: Produce warning message for subdirectories not
20152 configurable for this host/target combination. Don't try to
20153 configure gdb for vms.
20154
20155Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20156
20157 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20158 appropriate files before making "diststuff".
20159 (DISTBISONFILES): New var: list of files to be edited.
20160 (DISTSTUFFDIRS): Add binutils.
20161
20162Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20163
20164 * config.sub: also handle mipsel and mips64el (for little endian mips)
20165
20166Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20167
20168 * configure.in: Add * to end of all OS names.
20169
20170Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20171
20172 * configure.in: Build newlib for LynxOS native.
20173
20174Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20175
20176 * config.guess: Add support for delta 88k running SVR3.
20177
20178 * configure.in: Add comment about HP compiler vs. emacs.
20179
20180Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20181
20182 * configure.in: don't build ld on solaris2 (not a viable option
3d3b561f 20183 due to bugs in getpwnam & getpwuid)
6599da04
JM
20184
20185Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20186
20187 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20188 config.guess will produce a full version number.
20189
20190Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20191
20192 * configure.in: Build linker and binutils for alpha-dec-osf1.
20193
20194Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20195
20196 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20197 and gdb/testsuite/Makefile.in.
20198
20199Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20200
20201 * configure.in: recognize mips*- instead of mips-
20202
20203Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20204
20205 * config.sub: Accept linux*coff and linux*elf as operating
20206 systems.
20207
20208Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20209
20210 * config.sub: Recognize mips64, and mips3 as an alias for it.
20211
20212Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20213
20214 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20215 gdb knows how to handle OSF/1 shared libraries.
20216
20217Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20218
20219 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20220 * config.guess: Recognize Hitachi's HIUX.
20221 * config.sub: Recognize h3050r* and hppahitachi.
20222 Remove redundant cases for hp9k[23]*.
20223
20224Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20225
20226 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20227 if gas and ld are in the source tree and are in ${configdirs}.
20228 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 20229 --with options (but still pass them down on the command line,
6599da04
JM
20230 if they were explicitly specified).
20231
20232Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20233
20234 * configure: substitute SHELL value in Makefile.in with
20235 ${CONFIG_SHELL}
20236
20237Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20238
20239 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20240 *-*-solaris2* targets.
20241
20242Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20243
20244 * Makefile.in: define M4, and pass it down to sub-makes;
20245 all-autoconf now depends on all-m4
20246
20247Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20248
20249 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20250 presence of {ar,ranlib} instead of a configured directory
20251
20252Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20253
20254 * config.guess: Accept 34?? as well as 33?? for NCR.
20255
20256Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20257
20258 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20259 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20260
20261Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20262
20263 * configure: grab values for $(CC) and $(CXX) from the
20264 environment, so that someone can do "CC=gcc configure; make" and
20265 have it work right (matching the way that autoconf works now)
20266
20267 * configure.in, Makefile.in: add support for gash, the tcl
20268 interface to Galaxy
20269
20270 * config.guess: add NetBSD variants (hp300, x86)
20271
20272Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20273
20274 * install.sh: Support -d option (in the manner of SunOS 4 install,
20275 as it is more deterministic than that of GNU install)
20276 (chmodcmd): Set file to mode 755 by default (should also do default
20277 chgrp and chown, but I don't feel like dealing with that now)
20278
20279Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20280
20281 * config.sub: Remove h8300hhms alias.
20282
20283Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20284
20285 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20286
20287Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20288
20289 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20290 as stmp-fixinc
20291
20292Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20293
20294 * config.sub: recognize m88110-bug-coff.
20295
20296Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20297
20298 * Makefile.in (all-libio): all dependencies on the toolchain used
20299 to build this (gcc, gas, ld, etc)
20300
20301Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20302
20303 * config.guess: Deal with OSF/1 1.3 on alpha.
20304
20305Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20306
20307 * install.sh: add some 'else true' clauses for portability
20308
20309 * configure.in: don't build libio for h8[35]00-*-* targets
20310
20311Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20312
20313 * Makefile.in: Add support for new libio.
20314
20315Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20316
20317 * install.sh: If one command fails, don't try the rest. Don't try
20318 to remove $dsttmp (via trap) unless we have already created it.
20319 If $src doesn't exist, detect it and exit with an error.
20320
20321 * config.guess: Recognize BSD on hp300.
20322
20323Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20324
20325 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20326 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20327
20328Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20329
20330 * Makefile.in (all-send-pr): depends on all-prms
20331
20332Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20333
20334 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20335
20336Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20337
20338 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20339 Added test for mips-mips-riscos5.
20340
20341Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20342
20343 * configure.in: use mh-hp300 for 68k HP hosts
20344
20345Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20346
20347 * configure: add support for CONFIG_SHELL, so that you can use
20348 some alternate shell for evaluating configure scripts
20349
20350Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20351
20352 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20353 in configure script to bug-gdb@prep.ai.mit.edu when building
20354 distribution archive.
20355 * Makefile.in (COMPRESS): Remove def.
20356 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20357 gdb.tar.Z and make-gdb.tar.Z respectively.
20358 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20359 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20360 to convergence with 'taz' target in Makefile.in.
20361
20362Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20363
20364 * install.sh (dsttmp): use trap to ensure that tmp files go
20365 away on error conditions
20366
20367Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20368
20369 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20370
20371Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20372
20373 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20374 its parent is '/' not ''.
20375
20376 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20377
20378Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20379
20380 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20381 that ${newsrcdir}/configure.in does.
20382
20383Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20384
20385 * test-build.mk: support for CONFIG_SHELL
20386
20387Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20388
20389 * config.sub (netware): Add as a basic system type.
20390
20391Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20392
20393 * Makefile.in (Makefile): depend on configure.in. Also drop the
3d3b561f 20394 $(srcdir)/ from the dependency on Makefile.in.
6599da04
JM
20395
20396Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20397
20398 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20399 (h8300hhms is temporary until multi-libraries are implemented).
20400 * configure.in: Handle h8300h too.
20401
20402Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20403
20404 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20405
20406Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20407
20408 * configure: Remove extraneous output when guessing host type.
20409 * config.guess: Remove extraneous output when guessing using C
20410 compiler rather than uname, or when guessing fails.
20411
20412Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20413
20414 * Makefile.in: remove all.cross and install.cross targets
20415
20416 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
3d3b561f 20417 definitions
6599da04
JM
20418
20419Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20420
20421 * configure.in (target sh): Build gprof.
20422
20423Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20424
20425 * config.sub: change -solaris to -solaris2
20426
20427Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20428
20429 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20430
20431Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20432
20433 * configure: Correct error message for missing Makefile.in to
20434 print correct directory.
20435
20436Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20437
20438 * install.sh: kludge around 386BSD shell bug
20439
20440Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20441
20442 * config.guess: Recognize NeXT.
20443 * config.guess: Recognize i486-ncr-sysv4.
20444 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20445
20446Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20447
20448 * Makefile.in (MAKEINFOFLAGS): New variable.
20449 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20450 * build-all.mk, test-build.mk: Pass down --no-split as
20451 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20452
20453Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20454
20455 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20456
20457Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20458
20459 * Makefile.in (libg++.tar.z): New rule.
20460 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20461 * Makefile.in (taz): Only do a single chmod.
20462
20463Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20464
20465 * install.sh: don't use dirname anymore (replaced with sed usage)
20466
20467Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20468
20469 * Makefile.in: Change extension for gzip'd files from '.z' to
20470 '.gz' per new FSF standard usage.
20471
20472Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20473
20474 * configure: put quotes around the final value of program_transform_name
20475
20476Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20477
20478 * Makefile.in: new install.sh support; update install-info rules
20479
20480Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20481
20482 * configure.in: Build diff for crosses, but not for go32 host.
20483
20484 * configure.in: Build gprof only for native, and don't build it
20485 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20486
20487Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20488
20489 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20490
20491Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20492
20493 * configure.in (host_tools): Add prms.
20494
20495Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20496
20497 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20498 with $(FLAGS_TO_PASS) on the command line
20499
20500 * config.sub: Recognize lynx and lynxos
20501
20502Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20503
20504 * config.sub: Accept -ecoff*, not just -ecoff.
20505
20506Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20507
20508 * Makefile.in (taz): Use .gz suffix instead of .z.
20509 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20510 names.
20511
20512Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20513
20514 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20515
20516Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20517
20518 * Makefile.in (install-no-fixedincludes): install gcc last, so
20519 that rebuilds that might happen during 'make install' don't get
20520 bogus gcc include files
20521
20522Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20523
20524 Change from Utah for HPPA support:
20525 * config.guess: Recognize hppa1.x-hp-bsd.
20526
20527Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20528
20529 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20530 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20531
20532Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20533
20534 * config.sub: Add support for rom68k and bug boot monitors.
20535
20536Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20537
20538 * Makefile.in: Make all-opcodes depend on all-bfd.
20539
20540Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20541
20542 * config.guess: Added special check for i[34]86-univel-sysv4*.
20543
20544Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20545
20546 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20547 the processor rather than assuming i486.
20548
20549Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20550
20551 * config.guess: Recognize SunOS6 as Solaris3.
20552
20553Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20554
20555 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20556 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20557
20558Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20559
20560 * build-all.mk (all-cross): New target for Canadian Cross.
20561 Added Q2 go32 targets.
20562 * test-build.mk: Configure go32 cross sparclite-aout and
20563 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20564 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20565
20566Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20567
20568 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20569 GO32 hosted toolchains
20570
20571Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20572
20573 * configure: change so "-exec-prefix" gets passed down rather
20574 than "-exec_prefix" so autoconf generated Makefiles get the
20575 exec_prefix set right.
20576
20577Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20578
20579 * config.guess: get the Solaris2 minor version number
20580
20581 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20582
20583Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20584
20585 * config.guess: Recognize some Sequent platforms.
20586
20587Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20588
20589 * Makefile.in: added the vault-install target
20590
20591 * configure.in: actually use the Sun3 makefile fragment that's in
20592 config, also added the release dir to configdirs
20593
20594Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20595
20596 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20597
20598Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20599
20600 * configure.in: remove some program from Alpha targetted toolchains
20601
20602Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20603
20604 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20605 gprof.
20606 (taz): Run "make diststuff" in those directories instead of "make
20607 proto-dir". Look for "VERSION=" only at start of line in subdir
20608 Makefile. Use "gzip -9" for compression.
20609 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20610 (binutils.tar.z): New target.
20611
20612Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20613
20614 * Makefile.in (taz): Include gpl.texinfo.
20615
20616Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20617
20618 * Makefile.in (setup-dirs): Merged into "taz" target.
20619 (taz): Only do `proto-dir' stuff if a directory is actually needed
20620 for this target.
20621
20622Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20623
20624 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20625 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20626 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20627 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20628 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20629
20630Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20631
20632 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20633 config.sub, and move-if-change to gdb testsuite distribution
20634 archive, so the testsuite can be extracted, configured, and
20635 run separately from the gdb distribution. Blow away the Chill
20636 tests that require a Chill compiled executable, since GNU Chill
20637 is not yet publically available.
20638
20639Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20640
20641 * test-build.mk: set environment variables in a single command,
20642 instead of a list of assignments and exports
20643
20644 * config.guess: recognize Alpha/OSF1 systems
20645
20646Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20647
20648 * configure: Change help message to prefer --options rather than
3d3b561f 20649 -options.
6599da04
JM
20650
20651Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20652
20653 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20654 zippy@ecst.csuchico.edu.
20655 * config.guess: Recognize miniframe.
20656
20657Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20658
cc6010cd
AP
20659 * Makefile.in: Use srcroot to find runtest rather than rootme.
20660 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20661
20662Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20663
20664 * test-build.mk: Extensive additions to support building on a
20665 machine other than the host.
20666
20667Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20668
20669 * configure (tooldir): Fix for i386-aix again.
20670
20671Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20672
20673 * configure, Makefile.in: Change definition of $(tooldir)
20674 to match the FSF.
20675
20676Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20677
20678 * config.guess: Recognize i[34]86/SVR4.
20679
20680Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20681
20682 * Makefile.in (all-gdb): gdb depends on sim.
20683
20684Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20685
20686 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20687 at the same time we make the prototype gdb directory.
20688 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20689 files at the same time as the gdb base release distribution.
20690
20691Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20692
20693 * Makefile.in (check): Use individual check targets rather than
20694 DO_X rule.
20695 (check-gcc): Added.
20696
20697Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20698
20699 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20700 for System V release 3.2.
20701
20702Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20703
20704 * config.sub: Recognize hppaosf.
20705 * configure.in: Do configure ld/binutils/gas for it.
20706
20707Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20708
20709 * configure (tooldir): Alter syntax used to set this, for systems
20710 where "\$" isn't handled right, like i386-aix.
20711
20712Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20713
20714 * configure: Pass program-transform-name, not
20715 program_transform_name, to recursive configures.
20716
20717Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20718
20719 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20720 of gas+ld+binutils.
20721
20722Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20723
20724 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20725
20726Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20727
20728 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20729
6599da04
JM
20730Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20731
20732 * Makefile.in (PRMS): Set back to all-prms.
20733
20734Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20735
20736 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20737 targets, rather than for MIPS hosts.
20738
20739Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20740
20741 * configure.in: add comment for --with-x default values
20742
20743 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20744
20745 * Makefile.in: add check-* targets for each of the directories in
20746 the tree. Add a definition of RUNTEST that will use the one we
20747 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20748
20749Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20750
20751 * configure.in: Removed obsolete references to bfd_target and
20752 target_makefile_frag.
20753
20754 * build-all.mk: Set assorted targets for Q2.
20755 * config.sub: Recognize z8k-sim and h8300-hms.
20756 * test-build.mk: Really don't pass host to configure.
20757 (HOLES): Added uname.
20758
20759Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20760
20761 * configure: Handle an empty program-prefix, program-suffix or
20762 program-transform-name correctly.
20763
20764Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20765
20766 * build-all.mk: -G 8 no longer required for MIPS targets.
20767 * test-build.mk: Don't pass host argument to configure; make it
20768 guess.
20769
20770Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20771
20772 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20773 * Makefile.in (COMPRESS): New macro, like GZIP.
20774
20775Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20776
20777 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20778
20779 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20780 with gas currently defaults to -G 0.
20781
20782Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20783
20784 * Makefile.in (all-flex): flex depends on byacc.
20785
20786 * build-all.mk: If host not specified, use config.guess. Pass TAG
20787 to test-build.mk as RELEASE_TAG.
20788 * test-build.mk (configargs): New variable containing arguments to
20789 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20790 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20791
20792 * config.guess: Use /bin/uname when checking -X argument on SCO,
20793 to avoid invoking GNU uname which doesn't understand -X.
20794
20795 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20796
20797 * configure.in: Build gas for mips-*-*.
20798
20799Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20800
20801 * Makefile.in (all.normal): insert missing backslash.
20802
20803Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20804
731a8127 20805 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20806
20807 * Makefile.in: Complete overhaul to merge many almost identical
20808 targets.
20809
20810Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20811
20812 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20813 (gdb.tar.Z): Adjusted.
20814
20815 * Makefile.in (setup-dirs, taz): New targets; should be general
20816 enough to adapt for gdb sometime. Build only .z file.
20817 (gas.tar.z): New target.
20818
20819Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20820
20821 * build-all.mk: Use CC=cc -Xs on Solaris.
20822
6599da04
JM
20823Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20824
20825 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20826 for handling BISON for FSF releases.
20827
20828Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20829
20830 * configure: Actually implement the change zoo just documented.
20831
20832Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20833
20834 * configure: when using config.guess, only set target_alias when
20835 it's not already been set (ie, on the command line)
20836
20837Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20838
20839 * Makefile.in: add installcheck target, set PRMS to install-prms
20840
20841Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20842
20843 * configure: add support for package_makefile_fragment, handle the
20844 case where a directory has a configure.in file but no Makefile.in
20845 more gracefully (with an actual understandable error message, even);
20846 add support for --without (and add this to the usage message); also
20847 explicitly add a --host=${host_alias} to the command line when
20848 config.guess is used
20849
20850Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20851
20852 * configure: Must use both --host and --target in recursive calls.
20853
20854Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20855
20856 * Makefile.in: Change deja-gnu to dejagnu.
20857
20858Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20859
20860 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20861
20862Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20863
20864 * configure.in: canonicalize all instances to *-*-solaris2*,
20865 also strip out a number of tools to not build for go32 host
20866
20867Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20868
20869 * config.guess: add GPL.
20870
20871 * Makefile.in, config.guess, config.sub, configure: bump
3d3b561f 20872 copyrights to 93.
6599da04
JM
20873
20874Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20875
20876 * Makefile.in (do-info): Removed obsolete check for existence of
20877 localenv file.
20878
20879 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20880
20881Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20882
20883 * Makefile.in: a couple of 'else true' for decstation,
20884 support for TclX
20885
20886 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20887
20888Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20889
20890 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20891
20892Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20893
20894 * config.guess: Recognize i386-ibm-aix (PS/2).
20895 * configure.in: Use config/mh-aix386 file for it.
20896
20897Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20898
20899 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20900 CC_FOR_TARGET instead.
20901 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20902
20903Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20904
20905 * Makefile.in: Add sim to list of directories sent with gdb
20906
20907Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20908
20909 * configure.in: Put back mips-dec-bsd* case.
20910
20911Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20912
20913 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20914 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20915 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20916
20917Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20918
20919 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20920
20921 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20922 (install-info): install dir.info only if it exists,
20923 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20924
20925Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20926
20927 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20928 gas for mips-dec-bsd.
20929
20930Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20931
20932 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20933 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20934
20935Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20936
20937 * configure.in: Added "dejagnu" to hosttools list.
20938
20939Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20940
20941 * config.sub, configure.in, config.guess: Add support
20942 for Bosx, an AIX variant from Bull.
20943 Patches from F.Pierresteguy@frcl.bull.fr.
20944
20945Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20946
20947 * devo/dejagnu: Initial creation of devo/dejagnu.
20948 Migrated dejagnu testcases and support files for testing software
20949 tools to reside as subdirectories, currently called "testsuite",
20950 within the directory of the software tool. Migrated all programs,
20951 support libraries, etc. beloging to dejagnu proper from
20952 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
20953 with no modifications. The changes to these files which will
20954 allow them to configure, build, and execute properly will be made
20955 in a future update.
20956
20957Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20958
20959 * Makefile.in: Change send_pr to send-pr.
20960 * configure.in: Likewise.
20961 * send_pr: Renamed directory to send-pr.
20962
20963Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
20964
20965 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
20966
20967Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
20968
20969 * README: Update for gdb-4.8 release.
20970 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
20971 gdb-xxx.tar.z (gzip'd) file also.
20972
20973Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20974
20975 * Makefile.in: make all-diff depend on all-libiberty
20976
20977Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
20978
20979 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
20980
20981Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20982
20983 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
20984
20985Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
20986
20987 * Makefile.in (DEVO_SUPPORT): Remove etc directory
20988 (ETC_SUPPORT): Only add the files GDB wants from etc/.
20989 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
20990
20991Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20992
20993 * Makefile.in: makeinfo binary is in a new location
20994
20995Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
20996
20997 * config.sub: Accept -ecoff as an OS.
20998
20999 * Makefile.in: Various changes to eliminate a level of make
21000 recursion and reduce the required command line length.
21001 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21002 sub-makes.
21003 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21004 variables holding settings for specific sub-makes.
21005 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21006 in terms of BASE_FLAGS_TO_PASS.
21007 (TARGET_LIBS): New variable listing directories which use
21008 TARGET_FLAGS_TO_PASS.
21009 (subdir_do): Eliminated.
21010 (do-*): New set of targets to replace subdir_do.
21011 (various): All targets which used subdir_do now depend on do-*.
21012 (local-clean): Renamed from do_clean.
21013 (local-distclean): New target, dependency of distclean and
21014 realclean.
21015 (install-info): Don't create directories. Depend on dir.info
21016 rather than calling make recursively.
21017 (install-dir.info): Eliminated.
21018 (install-info-dirs): Create all info directories here.
21019 (dir.info): Depend upon do-install-info.
21020
21021 * test-build.mk (HOLES): Added false.
21022
21023Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21024
21025 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21026
21027Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21028
21029 * Makefile.in (info): remove dependency on all-texinfo. The
21030 problem was really in texinfo/C, not at this level.
21031
21032Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21033
21034 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21035
21036Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21037
21038 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21039 GDB releases.
21040
21041Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21042
21043 * configure: Include srcdir in message about target of link not
21044 being found. Don't convert `-' to `_' in `with' options being
21045 passed to subdirs.
21046
21047Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21048
21049 * configure.in: add uudecode to host_tools
21050
21051 * Makefile.in: added {all,install}-uudecode targets, added them to
21052 the appropriate lists
21053
21054Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21055
21056 * Makefile.in (all-gcc): Added dependency on all-gas.
21057
21058 * configure.in (mips-*-*): Build ld and binutils.
21059
21060Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21061
21062 * configure: check return code from mkdir, print error message and
3d3b561f 21063 exit on failure.
6599da04
JM
21064
21065Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21066
21067 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21068
21069Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21070
21071 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21072
21073Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21074
21075 * config.sub (h8500): Recognize this as a cpu type.
21076
21077Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21078
21079 * configure: source directory missing is no longer a warning
21080
21081 * configure.in: recognize irix[34]* instead of irix[34]
21082
21083 * Makefile.in: define and pass down X11_LIB
21084
6599da04
JM
21085Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21086
21087 * guess-systype: Renamed to ...
21088 * config.guess: ... by popular request.
21089 * configure.in, Makefile.in: Update accordingly.
21090
21091Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21092
21093 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21094 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21095 + Execute ./dummy instead of assuming . is in PATH.
21096
21097Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21098
21099 * guess-systype: New shell script. Attempts to guess the
21100 canonical host name of the executing host.
21101 Only a few hosts are supported so far.
21102 * configure: Call guess-systype if no host is specified.
21103
21104Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21105
21106 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21107 gcc Makefile.
21108
6599da04
JM
21109Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21110
21111 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21112 (all-gcc, install-gcc, subdir_do): Use it.
21113
21114Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21115
21116 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21117
21118Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21119
21120 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
3d3b561f 21121 set exclusively by configure, using configure.in .
6599da04
JM
21122
21123Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21124
21125 * test-build.mk: set $PATH for all builds
21126
21127 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21128
21129Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21130
21131 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21132 the one used in gcc/Makefile.in, so that a null expansion doesn't
21133 override the one needed to build gcc with a native cc.
21134
6599da04
JM
21135Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21136
21137 * configure: Accept -with arguments.
21138
21139Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21140
21141 * Makefile.in: added h8300sim
21142
21143Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21144
6599da04
JM
21145 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21146 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21147 (all-cygnus, native, build-cygnus): Make
21148 $(canonhost)-stamp-3stage-done, not $(host)....
21149 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21150 i386-sco3.2v4. Added else true to if command.
21151
21152Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21153
21154 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21155
21156Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21157
21158 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21159
21160Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21161
21162 * configure.in: don't remove binutils from Solaris builds
21163
21164Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21165
21166 * Makefile.in: get rid of earlier definitions for *clean,
21167 also handle the recursive info rule better
21168
21169Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21170
21171 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21172 do more-or-less the right thing.
21173
21174Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21175
21176 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21177 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21178
21179Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21180
21181 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21182 $(host_canonical).
21183
21184 * configure.in: split the configdirs list into 4 categories (native
21185 v. cross, library v. tool) and handle the cross-only and native-
21186 only in more reasonable (and correct!) way.
21187
21188Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21189
21190 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21191 configdirs anymore.
21192
21193Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21194
21195 * Makefile.in: extensive cleanup:: removed all of the explicit
21196 clean-* targets, collapsed many wrappers around subdir_do into
21197 one, added additional targets to satisfy standards.texi, deleted
21198 some old targets, some changes for consistency
21199
21200Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21201
21202 * configure.in: handle some programs as cross-only, and others as
21203 native only
21204
21205 * test-build.mk: handle partial holes in a more generic manner
21206
21207 * Makefile.in: m4 depends on libiberty
21208
6599da04
JM
21209Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21210
21211 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21212 time, wdiff, and find to configdirs
21213
21214 * Makefile.in: all, clean, and install rules for the new programs
21215 added to configure.in
21216
21217Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21218
21219 * configure.in: use mh-sun for all *-sun-* hosts
21220
6599da04
JM
21221Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21222
21223 * Makefile.in: define flags for X11 include files and library file
21224 locations, pass them down to the programs that need this info
21225
21226 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21227
6599da04
JM
21228Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21229
21230 * configure.in: start building libg++ for HP-UX targets
21231
21232Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21233
21234 * README: Update references to files moved into etc/.
21235
21236Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21237
21238 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21239 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21240
21241Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21242
21243 * configure: accept dash as well as underscore in long option
21244 names for FSF compatibility.
21245
21246Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21247
21248 * config.sub: added -sco3.2v4 support from FSF.
21249
21250Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21251
21252 * configure.in: expand the section that adds or removes
21253 directories from the list of programs to build, to handle native
21254 vs. cross in addition to host v. native
21255
21256Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21257
21258 * Makefile.in: Replace C++ in macro names with CXX.
21259 This is less likely to break ...
21260
21261Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21262
21263 * test-build.mk: add -w to GNU_MAKE
21264
21265Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21266
21267 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21268 add 'sparc' to list of recognized cpus. This needed to make
21269 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21270 Delete some redundant ose68 variants. Recognize -wrs as an os,
21271 then changes that into $CPU-wrs-vxworks.
21272
21273 * configure.in: remove most references to gdbtest, regularize
21274 target based program removal
21275
21276 * test-build.mk: import from p3 tree (many fixes and changes)
21277
21278Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21279
21280 * Makefile.in: added rules to handle tcl, tk, and expect
21281
21282 * configure.in: handle those directories if they exist
21283
21284Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21285
21286 * config.sub: removed bogus hppabsd and hppahpux names, since
21287 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21288
21289Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21290
21291 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21292 depends upon all-xiberty
21293
21294 * Makefile.in: changes from p3, including:
21295
21296 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21297
21298 * Makefile.in (XTRAFLAGS): include newlib directories if
21299 newlib/Makefile exists, rather than if host != target.
21300
21301 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21302
21303 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21304 from the same source tree and not building a cross-compiler. This
21305 matters for the libg++ configuration if reconfiguring a tree that
21306 has already been installed.
21307
21308 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21309
21310 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21311 pick up the machine and system specific header files.
21312
21313 * Makefile.in: added AS_FOR_TARGET, passed down in
21314 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21315 the C compiler to use to create programs which are run in the
21316 build environment, set it to default to $(CC), and passed it down
21317 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21318
21319 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21320
21321 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21322 We need them for unusual native builds, like systems without
21323 ranlib.
21324
21325 * configure: also define $(host_canonical) and
e490616e
ZW
21326 $(target_canonical), which are the full, canonical names for the
21327 given host and target
6599da04
JM
21328
21329Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21330
21331 * Makefile.in: Added separate definitions for C++.
21332
21333Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21334
21335 * configure.in (configdirs): Add deja-gnu.
21336
21337Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21338
21339 * README: Update for configure.texi and gdb-4.7 release.
21340
21341Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21342
21343 * Makefile.in: Move "all" target to top of file.
21344 Previously, first target was ".PHONY" which caused BSD4.4 make
21345 to build .PHONY when make was run without arguments.
21346
21347Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21348
21349 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21350 Library-copylefted code in libiberty.
21351
21352Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21353
21354 * config.sub: Replace m68kmote with plain old m68k.
21355
21356Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21357
21358 * Makefile.in: Remove space from blank line, avoid Make complaints.
21359
21360Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21361
21362 * config.sub: Complain if no argument is given. Added support for
21363 386bsd as OS and target alias.
21364
21365Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21366
21367 * Makefile.in (XTRAFLAGS): include newlib directories if
21368 newlib/Makefile exists, rather than if host != target.
21369
21370Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21371
21372 * config.sub: recognize sparclite-wrs-vxworks.
21373
21374 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21375 p3.) Added clean-xiberty to clean.
21376
21377Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21378
21379 * configure.in: use *-*-* instead of nested cases for host and target
21380
21381Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21382
21383 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21384 from the same source tree and not building a cross-compiler. This
21385 matters for the libg++ configuration if reconfiguring a tree that
21386 has already been installed.
21387
21388Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21389
21390 * config.sub (i486v/i486v4): Merge in from FSF version.
21391
21392Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21393
21394 * configure: only set PWD if it is already set.
21395
21396Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21397
21398 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21399 doesn't have unset and all success paths (and most error paths)
21400 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21401 to just ${PWD} to avoid confusion.)
21402
21403Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21404
21405 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21406 even for a native compilation.
21407
21408Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21409
21410 Changes to make the gdb.tar.Z rule work better.
21411
21412 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21413 (DEVO_SUPPORT): Add configure.texi.
21414 (bfd-ilrt.tar.Z): Remove ancient rule.
21415
21416Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21417
21418 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21419 pick up the machine and system specific header files.
21420
21421 * configure.in, config.sub: added new target m68010-adobe-scout,
21422 with alias of adobe68k. Changed configure.in to check for
21423 -scout before -sco* to avoid a false match.
21424
21425 * Makefile.in: added AS_FOR_TARGET, passed down in
21426 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21427 the C compiler to use to create programs which are run in the
21428 build environment, set it to default to $(CC), and passed it down
21429 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21430
21431Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21432
21433 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21434 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21435 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21436 FOR_TARGET variants, to newlib and libg++.
21437
21438Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21439
21440 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21441 first.
21442
21443Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21444
21445 * config.sub: Accept `elf' as an environment.
21446
21447Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21448
21449 * Makefile.in (all-opcodes): cd into the right directory
21450
21451Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21452
21453 * configure: added -program_transform_name option, used as
21454 argument to sed when installing programs.
21455 configure.texi: added documentation for -program_prefix,
21456 -program_suffix and -program_transform_name.
21457
21458Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21459
21460 * config.sub: Accept i486 where i386 ok.
21461
21462Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21463
21464 * config.sub: accept we32k
21465
21466Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21467
3b75d237 21468 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
21469
21470 * Makefile.in: don't create all directories for ``make install'';
21471 let the subdirectories create the ones they need.
21472
21473Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21474
e490616e 21475 * COPYING: new file, GPL v2
6599da04
JM
21476
21477Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21478
21479 * Makefile.in: use the new gen-info-dir, which needs a template
21480 argument (which also lives in texinfo)
21481
21482 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21483
6599da04
JM
21484Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21485
21486 * config.sub (ncr3000): Change i386 to i486.
21487
21488Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21489
21490 * Makefile.in: add install-rcs, install-grep to
21491 install-no-fixedincludes, removed install-bison and install-libgcc
21492
21493Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21494
21495 * configure.in: grab the HPUX makefile fragment if on HPUX
21496
21497Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21498
21499 * Makefile.in: eradicate bison spoor (ditto libgcc).
3d3b561f
ML
21500 configure.in: recognise m68{k,000}-ericsson-OSE.
21501 es1800 is alias for m68k-ericsson-OSE
6599da04
JM
21502
21503Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21504
21505 * configure.in: rearrange the parts that remove programs from
21506 configdirs, based now on HOST==TARGET or by canonical triple.
21507
21508Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21509
21510 * test-build.mk: recurse explicitly with -f test-build.mk when
3d3b561f
ML
21511 appropriate. predicate stage3 and comparison on the existence
21512 of gcc. That is, if gcc isn't around, we aren't three-staging.
21513 On very clean, also remove ...stamp-co. Build in-place before
21514 doing other builds.
6599da04
JM
21515
21516Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21517
21518 * Makefile.in, configure.in: add tgas
21519
21520Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21521
21522 * Makefile.in: a number of changes merged in from progressive.
21523
21524 * configure.in: add libm.
21525
21526 * .cvsignore: ignore some stuff that comes from test-build.mk.
21527
6599da04
JM
21528Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21529
21530 * config.sub: Add es1800 (m68k-ericsson-es1800).
21531
21532Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21533
21534 * configure: Add program_suffix (parallel to program_prefix)
21535 * Makefile.in: adjust directory-creating script for losing decstation
21536
21537Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21538
21539 * configure: Minor $subdir-related fixes.
21540
21541Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21542
21543 * configure: fix various problems with propogating
21544 makefile_target_frag in subdirs.
21545 * configure.in: config libgcc if its there
21546
21547Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21548
21549 * config.sub: HPPA merge.
21550
6599da04
JM
21551Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21552
21553 * Makefile.in: Replace all-bison with all-byacc in all
21554 dependency lines for other tools (which now use byacc).
21555
21556Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21557
21558 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21559
6599da04
JM
21560Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21561
21562 * Makefile.in: make gprof rules similar to byacc rules (instead of
21563 vestigal $(unsubdir) that didn't work...)
21564
21565Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21566
21567 * config.sub: Add support for Linux.
21568 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21569 (at least for libg++).
21570
21571Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21572
21573 * configure.texi: fix doc for the -nfp option to configure
21574
21575Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21576
21577 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21578
21579Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21580
21581 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21582 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21583 * configure.in: added solaris* host_makefile_frag hook.
21584
21585Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21586
21587 * config.sub: changed recognition of m68000 so that various
21588 m68k types can be specified via m680[01234]0
21589
21590Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21591
21592 * config.sub (basic_machine): fix sed so that '-foo' isn't
21593 completely substituted out while .+'-foo' loses the '-foo'
21594
21595Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21596
21597 * config.sub ($os): Add -aout.
21598
21599Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21600
21601 * configure: If host_makefile_frag is absolute, don't
21602 prefix ${invsubdir} (relevant to libg++ auto-configure).
21603
21604Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21605
21606 * Makefile.in (tooldir): Define it.
21607 (all-ld): Depend on all-flex.
21608
21609Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21610
21611 * Makefile.in (check): Fix libg++ special case.
21612
21613Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21614
21615 * configure: do not bury `pwd` into config.status, thus do fewer
3d3b561f 21616 pwd's.
6599da04
JM
21617
21618 * configure: print the "Building in" message only when building in
3d3b561f 21619 other than "." AND verbose.
6599da04 21620
63f6bcd7 21621 * configure: remove -s, rework -v to better accommodate guested
3d3b561f 21622 configures.
6599da04
JM
21623
21624 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21625
21626Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21627
21628 * Makefile.in: macroize flags passed on recursion. remove
3d3b561f 21629 fileutils.
6599da04
JM
21630
21631Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21632
21633 * configure: get makesrcdir right for subdirs deeper than 1.
21634
21635 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
3d3b561f 21636 install.
6599da04
JM
21637
21638Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21639
21640 * Makefile.in: don't print subdir_do or recursion lines.
21641
21642Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21643
21644 * standards.texi: added menu item.
21645
21646 * Makefile.in: build and install standards.info.
21647
21648 * standards.texi: new file.
21649
21650Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21651
21652 * configure: test for and move config.status pieces from
3d3b561f 21653 ${subdir}/.
6599da04
JM
21654
21655Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21656
6599da04
JM
21657 * configure: Test for existance of files before trying to mv
21658 them, to avoid numerous non-existance messages.
21659
21660Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21661
21662 * configure: correct final line of config.status.
21663
21664 * configure: patch from eggert. Avoids a protection problem if
3d3b561f 21665 the original Makefile.in is read only.
6599da04
JM
21666
21667 * configure: use move-if-change from gcc to create config.status.
3d3b561f
ML
21668 Some makefiles depend on config.status to tell if a directory
21669 has been reconfigured for a different host. This change
21670 prevents those directories from remaking everything in the case
21671 where the reconfig was only intended to rebuild a Makefile.
6599da04
JM
21672
21673 * configure: test for config.sub with "config.sub sun4" rather
3d3b561f
ML
21674 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21675 host alias from a missing config.sub.
6599da04
JM
21676
21677Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21678
21679 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
3d3b561f 21680 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6599da04
JM
21681
21682Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21683
21684 * configure: mkdir ${subdir} as needed.
21685
21686Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21687
21688 * Makefile.in,configure.in: added autoconf.
21689
21690Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21691
21692 * Makefile.in: no longer pass against on recursion.
21693
21694 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
3d3b561f 21695 definitions are not inherited.
6599da04
JM
21696
21697 * configure: correct makesrcdir when subdir is .
21698
21699Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21700
21701 * configure: Add support for 'subdirs' variable, which is
21702 like 'configdirs', except that configure doesn't re-invoke
21703 itself for subdirs, it just creates a Makefile for each subdir.
21704 * configure.texi: Document subdirs.
21705
21706Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21707
21708 * configure.in: added flex to configdirs
21709
21710Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21711
21712 * Makefile.in: remove clean-stamps from clean.
21713
21714Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21715
21716 * configure.in: Add gdbtest to configdirs.
21717
21718Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21719
21720 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21721 to recursive makes.
21722 * configure.in: Recognize new ncr3000 config.
21723
21724Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21725
21726 * Makefile.in, configure.in: removed references to gdbm.
21727
21728Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21729
21730 * config.sub: Don't canonicalize os value
21731 newsos* to bsd (readline needs to check for newsos).
21732 (This fix was earlier made Jan 31, but got re-broken.)
21733
21734Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21735
21736 * configure.in: sco is an os, not a vendor!
21737
21738 * configure: Quote $( better. Keep various shells happy.
21739
21740Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21741
21742 * Makefile.in: eliminate stamp-files.
21743
21744Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21745
21746 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
3d3b561f 21747 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6599da04
JM
21748
21749Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21750
21751 * config.sub: fix iris/iris3.
21752
21753Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21754
21755 * configure: re-add -rm.
21756
21757Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21758
21759 * Maskefile.in: add .stmp-rcs to all.
21760
21761 * configure.in: remove gas from rs6000 build, use aix host fragment.
21762
21763Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21764
21765 * configure: pass down site_option during recursion.
21766
21767Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21768
21769 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21770
21771Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21772
21773 * configure: Change exec_prefix so that it really defaults to prefix.
21774
21775Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21776
21777 * Makefile.in, configure.in: Add support for mmalloc library.
21778
21779Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21780
21781 * Makefile.in: add stmp dependencies for a few more things.
21782
21783Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21784
21785 * configure: adjusted error message on objdir/srcdir configure
3d3b561f 21786 collision, per john's suggestion.
6599da04
JM
21787
21788 * Makefile.in: add libiberty stmp to all and all.cross.
21789
21790Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21791
21792 * Makefile.in: remove force dependencies, add grep to all.
21793
21794Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21795
21796 * Makefile.in: drop flex. make stamp files work.
21797
21798 * configure: added test for conflicting configuration in srcdir,
3d3b561f
ML
21799 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21800 gets cranky. use relative paths for configure and srcdir
21801 whenever possible. Send some error messages to stderr that were
21802 going to stdout.
6599da04
JM
21803
21804Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21805
21806 * Makefile.in: Fix libg++ rule to check for gcc directory
21807 before using gcc/gcc. Also pass XTRAFLAGS.
21808
21809Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21810
21811 * Makefile.in: added stmp-files so that directories aren't polled
3d3b561f 21812 when they are already built.
6599da04
JM
21813
21814 * configure.texi: fixed a node pointer problem.
21815
21816Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21817
731a8127 21818 * config.sub configure.in gdb/configure.in
6599da04
JM
21819 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21820 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21821 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21822
21823Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21824
21825 * configure: -recurring becomes -silent. corrected help message
3d3b561f 21826 for -site= option.
6599da04
JM
21827
21828 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21829
21830Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21831
21832 * configure: when building Makefile for crosses, replace
3d3b561f
ML
21833 tooldir and program_prefix. default srcdir from location of
21834 config.sub. remove "for host in hosts" and "for target in
21835 targets" loops.
6599da04
JM
21836
21837Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21838
21839 * Makefile.in: Do not pass bindir or mandir to cvs.
21840
21841Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21842
21843 * Makefile.in, configure.in: removed traces of namesubdir,
3d3b561f
ML
21844 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21845 copyrights to '92, changed some from Cygnus to FSF.
6599da04
JM
21846
21847 * configure.texi: remove most references to multiple hosts,
3d3b561f 21848 multiple targets, subdirs, etc.
6599da04
JM
21849
21850 * configure.man: removed rcsid. reference config.sub not
3d3b561f 21851 config.subr.
6599da04
JM
21852
21853 * Makefile.in: mkdir $(infodir) on install-info.
21854
21855Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21856
21857 * configure.texi: Explain better about .gdbinit and about
21858 the environment that configure.in sections run in.
21859
21860Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21861
21862 * configure.in: Ultrix is only a decstation if it's a MIPS.
21863
21864Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21865
21866 * README: DOC.configure => cfg-paper.texi.
21867
21868Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21869
21870 * config.sub (near case $os): Don't convert newsos* to bsd!
21871
21872Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21873
21874 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21875 the number of copies of COPYING that go into the GDB tar file.
21876
21877Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21878
731a8127 21879 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21880 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21881 Fix SCO configuration stuff.
21882
21883Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21884
21885 * Makefile.in: For libg++, make sure the -I pointing
21886 to the gcc directory goes *after* all the libg++-local -I flags.
21887 Also, move just-gcc dependency from just-libg++ to all-libg++.
21888
21889Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21890
21891 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21892
21893Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21894
21895 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21896
21897Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21898
21899 * config.sub: Add stratus configuration frags. Also
21900 submitted to FSF.
21901
21902Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21903
21904 * Makefile.in (DEV_SUPPORT): add configure.man.
21905
21906 * config.sub(Decode manufacturer-specific): add -none*.
21907
21908Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21909
21910 * Makefile.in: remove form feeds to make Sun's make happy.
21911 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21912
21913Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21914
21915 * Makefile.in (AR_FLAGS): Make quieter.
21916
21917Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21918
21919 * configure.in: Add libg++.
21920 * configure: When verbose, don't output the command line at each
21921 level; it will be unremarkably the same as the previous version,
21922 which will be the same as what the user typed.
21923
21924Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21925
21926 * configure.in, Makefile.in: fix clean-info, add flex. add
3d3b561f 21927 fileutils.
6599da04
JM
21928
21929 * configure: be less sensitive to spaces in Makefile.in. Do not
3d3b561f
ML
21930 look for sources in "..". Doing so breaks subdirectories that
21931 might have their own configure. If a subdir has it's own
21932 configure script, use it.
6599da04
JM
21933
21934Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21935
21936 * cfg-paper.texi: some changes suggested by rms.
21937
21938Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21939
21940 * config.sub: Merge in some small additions from the FSF version,
21941 taken from the gcc distribution, to bring the Cygnus and FSF
21942 versions into closer sync.
21943
21944Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21945
21946 * configure.in: Changed svr4 references to sysv4.
21947
21948Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
21949
21950 * configure: added -V for version number option.
21951
21952Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
21953
21954 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
3d3b561f 21955 renamed from DOC.configure to cfg-paper.texi.
6599da04
JM
21956
21957Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21958
21959 * configure, config.subr, config.sub: config.subr is now
3d3b561f 21960 config.sub again.
6599da04
JM
21961
21962Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
21963
21964 * configure.texi: new file, in progress.
21965
21966 * Makefile.in: build info file and install the man page for
3d3b561f 21967 configure.
6599da04
JM
21968
21969 * configure.man: new file, first cut.
21970
21971 * configure: find config.subr again now that configuration "none"
3d3b561f
ML
21972 has gone. removed all traces of the -ansi option. removed all
21973 traces of the -languages option.
6599da04
JM
21974
21975 * config.subr: resync from rms.
21976
21977Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21978
21979 * configure, config.sub, config.subr: merge config.sub into
3d3b561f
ML
21980 config.subr, call the result config.subr, remove config.sub, use
21981 config.subr.
6599da04
JM
21982
21983 * Makefile.in: revised install for dir.info.
21984
21985Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21986
21987 * configure.in: add decstation host makefile frag.
21988
21989 * Makefile.in: BISON now bison -y again. also install-gcc on
3d3b561f
ML
21990 install. clean-gdbm on clean. infodir belongs in datadir.
21991 Make directories for info install. Build dir.info here then
21992 install it.
6599da04
JM
21993
21994Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21995
21996 * Makefile.in: fix for bad directory tests.
21997
21998Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
21999
22000 * configure: \{1,2\} appears to be a sysv'ism. Use a different
3d3b561f 22001 regexp. -srcdir relative was being handled incorrectly.
6599da04
JM
22002
22003 * Makefile.in: unwrapped some for loops so that parallel makes
3d3b561f
ML
22004 work again and so one can focus one's attention on a particular
22005 package.
6599da04
JM
22006
22007Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22008
22009 * configure: added PWD as a stand in for `pwd` (for speed). use
3d3b561f
ML
22010 elif wherever possible. make -srcdir work without -objdir.
22011 -objdir= commented out.
6599da04
JM
22012
22013Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22014
22015 * configure: +options become --options. -subdirs commented out.
3d3b561f
ML
22016 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22017 Makefile now at top of generated Makefile. Removed cvs log
22018 entries. added -srcdir. create .gdbinit only if there is one
22019 in ${srcdir}.
6599da04
JM
22020
22021 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3d3b561f
ML
22022 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22023 and mandir now keyed off datadir by default.
6599da04
JM
22024
22025Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22026
22027 * Freshly created ChangeLog.
22028
22029\f
22030Local Variables:
22031mode: change-log
22032left-margin: 8
22033fill-column: 76
22034version-control: never
22035End: