]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
ada: Accept aspect Always_Terminates on entries
[thirdparty/gcc.git] / ChangeLog
CommitLineData
c1c5edef
GA
12023-06-14 Filip Kastl <filip.kastl@gmail.com>
2
3 * MAINTAINERS: Add myself to write after approval
4
829d5975
GA
52023-06-02 YunQiang Su <yunqiang.su@cipunited.com>
6
7 * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
8 port maintainer.
9 (Write After Approval): Remove myself.
10
df2762ac
GA
112023-05-30 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
12
13 * MAINTAINERS (Write After Approval): Add myself.
14
b4c15a14
GA
152023-05-29 Martin Jambor <mjambor@suse.cz>
16
17 * MAINTAINERS: Replace spaces with tabs.
18
68816ba2
GA
192023-05-27 Benjamin Priour <vultkayn@gcc.gnu.org>
20
21 * MAINTAINERS: New entry.
22
b2776076
GA
232023-05-18 Eugene Rozenfeld <erozen@microsoft.com>
24
25 * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
26 * Makefile.in: Regenerate
27
ff2dcddf
GA
282023-05-17 Eugene Rozenfeld <erozen@microsoft.com>
29
30 * Makefile.in: Disable warnings as errors for STAGEautofeedback
31
3d125c91
GA
322023-05-11 Robin Dapp <rdapp@ventanamicro.com>
33
34 * MAINTAINERS: Sort.
35
362023-05-11 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
37
38 * MAINTAINERS: Add myself.
39
08d0d17b
GA
402023-05-10 Pan Li <pan2.li@intel.com>
41
42 * MAINTAINERS: Add myself.
43
50205195
GA
442023-04-28 Eugene Rozenfeld <erozen@microsoft.com>
45
46 * Makefile.in: Define PROFILE_MERGER
47 * Makefile.tpl: Define PROFILE_MERGER
48
32a98ccd
GA
492023-04-27 Robin Dapp <rdapp@ventanamicro.com>
50
51 * MAINTAINERS: Change my email address.
52
4a3dbcbd
GA
532023-04-26 Patrick O'Neill <patrick@rivosinc.com>
54
55 * MAINTAINERS: Add myself.
56
572023-04-26 Martin Liska <mliska@suse.cz>
58
59 * MAINTAINERS: fix sorting
60
49cea02d
GA
612023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
62
63 * MAINTAINERS (Write After Approval): Add myself.
64
aeaf9426
GA
652023-04-24 Martin Liska <mliska@suse.cz>
66
67 * MAINTAINERS: Fix sorting.
68
6d7f9ebf
GA
692023-04-21 Peter Foley <pefoley2@pefoley.com>
70
71 * configure: Regenerate.
72 * configure.ac: Only create serdep.tmp if needed
73
742023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
75
76 * MAINTAINERS (Write After Approval): Add myself.
77
782023-04-21 Vineet Gupta <vineetg@rivosinc.com>
79
80 * MAINTAINERS (Write After Approval): Add myself.
81 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
82
a8c8351c
GA
832023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
84
85 * MAINTAINERS: Add myself.
86
50bd9c41
GA
872023-03-22 Tobias Burnus <tobias@codesourcery.com>
88
89 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
90
c8065441
GA
912023-03-10 Arsen Arsenović <arsen@aarsen.me>
92
93 * MAINTAINERS (Write After Approval): Add myself.
94
88cc4495
GA
952023-02-16 Martin Liska <mliska@suse.cz>
96
97 * MAINTAINERS: I'm stepping down from my positions.
98
f432ad09
GA
992023-01-10 Philip Herron <herron.philip@googlemail.com>
100
101 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
102
d808db1f
GA
1032023-01-06 Clément Chigot <chigot@adacore.com>
104
105 * configure.ac: Skip GMP and MPFR when --disable-gdb is
106 provided.
107 * configure: Regenerate.
108
faccda27
GA
1092023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
110
111 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
112
90323d0b
GA
1132022-12-31 Iain Sandoe <iain@sandoe.co.uk>
114
115 * Makefile.def: Do not build shared libffi.
116 * Makefile.in: Regenerate.
117
de282a20
GA
1182022-12-21 Andrew Pinski <apinski@marvell.com>
119
120 * Makefile.def: Add configure-gdb dependencies
121 on all-gmp and all-mpfr.
122 * configure.ac: Split out MPC checking from MPFR.
123 Require GMP and MPFR if the gdb directory exist.
124 * Makefile.in: Regenerate.
125 * configure: Regenerate.
126
26f4aefa
GA
1272022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
128
129 * configure.ac (target_libraries): Add target-libgm2.
130 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
32582c19
JJ
131 Add GCC_TARGET_TOOL entry for gm2.
132 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
26f4aefa 133 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32582c19
JJ
134 * Makefile.def (target_modules): Add libgm2.
135 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
136 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
137 (languages): Add entry for language=m2 with gcc-check-target=check-m2
26f4aefa 138 and lib-check-target=check-target-libgm2.
32582c19
JJ
139 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
140 (HOST_EXPORTS): Add definition for GM2.
141 (BASE_TARGET_EXPORTS): Add definition for GM2.
142 (GM2_FOR_BUILD): Defined.
143 (GM2FLAGS): Defined.
144 (GM2_FOR_TARGET): Defined.
145 (GM2FLAGS_FOR_TARGET): Defined.
146 (EXTRA_HOST_FLAGS): Defined.
147 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
148 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
149 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
150 * configure: Rebuilt.
151 * Makefile.in: Rebuilt.
26f4aefa 152
f17ddf2c
GA
1532022-12-13 Philip Herron <philip.herron@embecosm.com>
154
155 * Makefile.def: Add Rust language.
156 * Makefile.in: Regenerate via autogen.
157
40ce6485
GA
1582022-12-09 Martin Liska <mliska@suse.cz>
159
160 * MAINTAINERS: Fix spacing.
161
4bc2d9f6
GA
1622022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
163
164 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
165
1662022-12-07 Iain Sandoe <iain@sandoe.co.uk>
167
168 * Makefile.def: Pass host_libs_picflag to host dependent library
169 configures.
170 * Makefile.in: Regenerate.
171 * configure: Regenerate.
172 * configure.ac (host_libs_picflag): New configure variable set to
173 '--with-pic' when building 'host_shared'.
174
d769c504
GA
1752022-11-25 Weimin Pan <weimin.pan@oracle.com>
176
177 * Makefile.def: Add libsframe as new module with its dependencies.
178 * Makefile.in: Regenerated.
179 * configure.ac: Add libsframe to host_libs.
180 * configure: Regenerated.
181
8761284f
GA
1822022-11-23 Marek Polacek <polacek@redhat.com>
183
184 Revert:
185 2022-11-23 Marek Polacek <polacek@redhat.com>
186
187 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
188 isl.
189 * Makefile.in: Regenerate.
190 * Makefile.tpl: Set PICFLAG.
191 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
192 check.
193 * configure: Regenerate.
194
1952022-11-23 Marek Polacek <polacek@redhat.com>
196
197 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
198 isl.
199 * Makefile.in: Regenerate.
200 * Makefile.tpl: Set PICFLAG.
201 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
202 check.
203 * configure: Regenerate.
204
83d400bd
GA
2052022-11-14 Martin Liska <mliska@suse.cz>
206
207 Revert:
208 2022-11-09 Martin Liska <mliska@suse.cz>
209
210 * doc/Makefile: New file.
211 * doc/_static/custom.css: New file.
212 * doc/baseconf.py: New file.
213 * doc/bsd.rst: New file.
214 * doc/contrib.rst: New file.
215 * doc/contribute.rst: New file.
216 * doc/cppdiropts.rst: New file.
217 * doc/cppenv.rst: New file.
218 * doc/cppopts.rst: New file.
219 * doc/cppwarnopts.rst: New file.
220 * doc/favicon.ico: New file.
221 * doc/funding.rst: New file.
222 * doc/gcc_sphinx.py: New file.
223 * doc/gnu.rst: New file.
224 * doc/gnu_free_documentation_license.rst: New file.
225 * doc/gpl-3.0.rst: New file.
226 * doc/indices-and-tables.rst: New file.
227 * doc/lgpl-2.1.rst: New file.
228 * doc/logo.pdf: New file.
229 * doc/logo.svg: New file.
230 * doc/md.rst: New file.
231 * doc/requirements.txt: New file.
232
2332022-11-14 Martin Liska <mliska@suse.cz>
234
235 Revert:
236 2022-11-09 Martin Liska <mliska@suse.cz>
237
238 * doc/baseconf.py: Port to GCC sources.
239
2402022-11-14 Martin Liska <mliska@suse.cz>
241
242 Revert:
243 2022-11-14 Martin Liska <mliska@suse.cz>
244
245 * configure: Regenerate.
246 * configure.ac: Support Sphinx based documentation.
247
2482022-11-14 Martin Liska <mliska@suse.cz>
249
250 Revert:
251 2022-11-09 Martin Liska <mliska@suse.cz>
252
253 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
254 provide a default.
255
2562022-11-14 Martin Liska <mliska@suse.cz>
257
258 Revert:
259 2022-11-09 Martin Liska <mliska@suse.cz>
260
261 * doc/bsd.rst:
3d3b561f 262 Add trailing newline.
83d400bd 263 * doc/contrib.rst:
3d3b561f 264 Add trailing newline.
83d400bd 265 * doc/contribute.rst:
3d3b561f 266 Add trailing newline.
83d400bd 267 * doc/cppdiropts.rst:
3d3b561f 268 Add trailing newline.
83d400bd 269 * doc/cppenv.rst:
3d3b561f 270 Add trailing newline.
83d400bd 271 * doc/cppopts.rst:
3d3b561f 272 Add trailing newline.
83d400bd 273 * doc/cppwarnopts.rst:
3d3b561f 274 Add trailing newline.
83d400bd 275 * doc/funding.rst:
3d3b561f 276 Add trailing newline.
83d400bd 277 * doc/gnu.rst:
3d3b561f 278 Add trailing newline.
83d400bd 279 * doc/gnu_free_documentation_license.rst:
3d3b561f 280 Add trailing newline.
83d400bd 281 * doc/gpl-3.0.rst:
3d3b561f 282 Add trailing newline.
83d400bd 283 * doc/indices-and-tables.rst:
3d3b561f 284 Add trailing newline.
83d400bd 285 * doc/lgpl-2.1.rst:
3d3b561f 286 Add trailing newline.
83d400bd 287 * doc/md.rst:
3d3b561f 288 Add trailing newline.
83d400bd
GA
289
2902022-11-14 Martin Liska <mliska@suse.cz>
291
292 Revert:
293 2022-11-09 Martin Liska <mliska@suse.cz>
294
295 * configure.ac: Use new install URL.
296 * configure: Regenerate.
297
2982022-11-14 Martin Liska <mliska@suse.cz>
299
300 Revert:
301 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
302
303 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
304 instead of just ``.''.
305 * doc/gcc_sphinx.py: Moved to...
306 * doc/modules/gcc_sphinx.py: ...here.
307
3082022-11-14 Martin Liska <mliska@suse.cz>
309
310 Revert:
311 2022-11-10 Martin Liska <mliska@suse.cz>
312
313 * doc/baseconf.py: Modernize by using pathlib.
314
3152022-11-14 Martin Liska <mliska@suse.cz>
316
317 Revert:
318 2022-11-11 Martin Liska <mliska@suse.cz>
319
320 * doc/Makefile: Disable -j auto.
321
3222022-11-14 Martin Liska <mliska@suse.cz>
323
324 Revert:
325 2022-11-11 Martin Liska <mliska@suse.cz>
326
327 * doc/Makefile: Update comment.
328
3292022-11-14 Martin Liska <mliska@suse.cz>
330
331 Revert:
332 2022-11-11 Martin Liska <mliska@suse.cz>
333
334 * doc/indices-and-tables.rst: Rename Indexes to Indices.
335
3362022-11-14 Martin Liska <mliska@suse.cz>
337
338 Revert:
339 2022-11-13 Martin Liska <mliska@suse.cz>
340
341 PR web/107643
342 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
343 is set.
344 * doc/indices-and-tables.rst: Use include_todo tag.
345
3462022-11-14 Martin Liska <mliska@suse.cz>
347
348 Revert:
349 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
350
351 * doc/contrib.rst: Update Jeff Law's email address.
352
eefbfbc7
GA
3532022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
354
355 * doc/contrib.rst: Update Jeff Law's email address.
356
3572022-11-13 Martin Liska <mliska@suse.cz>
358
359 PR web/107643
360 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
361 is set.
362 * doc/indices-and-tables.rst: Use include_todo tag.
363
5b6ce16a
GA
3642022-11-11 Martin Liska <mliska@suse.cz>
365
366 * doc/indices-and-tables.rst: Rename Indexes to Indices.
367
3682022-11-11 Martin Liska <mliska@suse.cz>
369
370 * doc/Makefile: Update comment.
371
3722022-11-11 Martin Liska <mliska@suse.cz>
373
374 * doc/Makefile: Disable -j auto.
375
f225b813
GA
3762022-11-10 Martin Liska <mliska@suse.cz>
377
378 * doc/baseconf.py: Modernize by using pathlib.
379
3802022-11-10 Arsen Arsenović <arsen@aarsen.me>
381
382 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
383 instead of just ``.''.
384 * doc/gcc_sphinx.py: Moved to...
385 * doc/modules/gcc_sphinx.py: ...here.
386
1cdfd0e5
GA
3872022-11-09 Martin Liska <mliska@suse.cz>
388
389 * configure.ac: Use new install URL.
390 * configure: Regenerate.
391
3922022-11-09 Martin Liska <mliska@suse.cz>
393
394 * doc/bsd.rst:
3d3b561f 395 Add trailing newline.
1cdfd0e5 396 * doc/contrib.rst:
3d3b561f 397 Add trailing newline.
1cdfd0e5 398 * doc/contribute.rst:
3d3b561f 399 Add trailing newline.
1cdfd0e5 400 * doc/cppdiropts.rst:
3d3b561f 401 Add trailing newline.
1cdfd0e5 402 * doc/cppenv.rst:
3d3b561f 403 Add trailing newline.
1cdfd0e5 404 * doc/cppopts.rst:
3d3b561f 405 Add trailing newline.
1cdfd0e5 406 * doc/cppwarnopts.rst:
3d3b561f 407 Add trailing newline.
1cdfd0e5 408 * doc/funding.rst:
3d3b561f 409 Add trailing newline.
1cdfd0e5 410 * doc/gnu.rst:
3d3b561f 411 Add trailing newline.
1cdfd0e5 412 * doc/gnu_free_documentation_license.rst:
3d3b561f 413 Add trailing newline.
1cdfd0e5 414 * doc/gpl-3.0.rst:
3d3b561f 415 Add trailing newline.
1cdfd0e5 416 * doc/indices-and-tables.rst:
3d3b561f 417 Add trailing newline.
1cdfd0e5 418 * doc/lgpl-2.1.rst:
3d3b561f 419 Add trailing newline.
1cdfd0e5 420 * doc/md.rst:
3d3b561f 421 Add trailing newline.
1cdfd0e5
GA
422
4232022-11-09 Martin Liska <mliska@suse.cz>
424
425 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
426 provide a default.
427
4282022-11-09 Martin Liska <mliska@suse.cz>
429
430 * configure: Regenerate.
431 * configure.ac: Support Sphinx based documentation.
432
4332022-11-09 Martin Liska <mliska@suse.cz>
434
435 * doc/baseconf.py: Port to GCC sources.
436
4372022-11-09 Martin Liska <mliska@suse.cz>
438
439 * doc/Makefile: New file.
440 * doc/_static/custom.css: New file.
441 * doc/baseconf.py: New file.
442 * doc/bsd.rst: New file.
443 * doc/contrib.rst: New file.
444 * doc/contribute.rst: New file.
445 * doc/cppdiropts.rst: New file.
446 * doc/cppenv.rst: New file.
447 * doc/cppopts.rst: New file.
448 * doc/cppwarnopts.rst: New file.
449 * doc/favicon.ico: New file.
450 * doc/funding.rst: New file.
451 * doc/gcc_sphinx.py: New file.
452 * doc/gnu.rst: New file.
453 * doc/gnu_free_documentation_license.rst: New file.
454 * doc/gpl-3.0.rst: New file.
455 * doc/indices-and-tables.rst: New file.
456 * doc/lgpl-2.1.rst: New file.
457 * doc/logo.pdf: New file.
458 * doc/logo.svg: New file.
459 * doc/md.rst: New file.
460 * doc/requirements.txt: New file.
461
89d0a14a
JJ
4622022-11-04 Thomas Schwinge <thomas@codesourcery.com>
463
464 * Makefile.def: Remove module 'liboffloadmic'.
465 * Makefile.in: Regenerate.
466 * configure.ac: Remove 'liboffloadmic' handling.
467 * configure: Regenerate.
468
9a8b868d
GA
4692022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
470
471 * MAINTAINERS: Update email address.
472
10439719
GA
4732022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
474
475 * configure.ac: Don't configure readline if --with-system-readline is
476 used.
477 * configure: Re-generate.
478
781f477a
GA
4792022-10-12 Cui,Lili <lili.cui@intel.com>
480
481 * MAINTAINERS (Write After Approval): Add myself.
482
ab332cd7
GA
4832022-10-11 Olivier Hainque <hainque@adacore.com>
484
485 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
486 and friends for rtp !large. Assume the linker has the required
487 abilities and set lt_cv_deplibs_check_method.
488
3a221b73
GA
4892022-09-30 Olivier Hainque <hainque@adacore.com>
490
491 * configure.ac (*vxworks*): If enable_shared is not
492 set, set to "no" and add --disable-shared to target and
493 host_configargs.
494 * configure: Regenerate.
495
220c4d8e
GA
4962022-09-26 Jeff Law <jlaw@ventanamicro.com>
497
498 * MAINTAINERS: Update my email address and DCO entry.
499
4afaeaab
GA
5002022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
501
502 * MAINTAINERS (Write After Approval): Add myself.
503
d0fc05e8
GA
5042022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
505
506 * MAINTAINERS (Write After Approval): Add myself.
507
fe2a8ce9
GA
5082022-09-07 Jeff Law <jeffreyalaw@gmail.com>
509
510 * MAINTAINERS: Update my email address.
511
5122022-09-07 Tom de Vries <tdevries@suse.de>
513
514 * configure.ac: Set extra_host_libiberty_configure_flags and
515 extra_host_zlib_configure_flags in separate case statements.
516 * configure: Regenerate.
517
25aeb922
GA
5182022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
519
520 * MAINTAINERS: Update c-sky port maintainers' emails.
521
542c60c4
GA
5222022-08-31 Martin Liska <mliska@suse.cz>
523
524 * configure: Regenerate.
525 * configure.ac: Delete hpux9 and hpux10.
526
30afe5e7
GA
5272022-08-18 Sergei Trofimovich <siarheit@google.com>
528
529 * Makefile.def: Drop libelf module and gcc-configure dependency
530 on it.
531 * Makefile.in: Regenerate with 'autogen Makefile.def'.
532 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
533 LIBELFINC.
534 * configure: Regenrate.
535 * configure.ac (host_libs): Drop unused libelf.
536
5372022-08-18 Sergei Trofimovich <siarheit@google.com>
538
539 * Makefile.in: Regenerate.
540
4ad52740
GA
5412022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
542
543 * MAINTAINERS: Add myself as AutoFDO maintainer.
544
32510382
GA
5452022-08-01 Roger Sayle <roger@nextmovesoftware.com>
546 Arnaud Charlet <charlet@adacore.com>
547
548 * configure: Regenerate.
549
4a7274dd
GA
5502022-07-31 Roger Sayle <roger@nextmovesoftware.com>
551
552 PR bootstrap/106472
553 * Makefile.def (dependencies): Make configure-target-libgo depend
554 upon all-target-libbacktrace.
555
1e2c5f4c
GA
5562022-07-27 David Faust <david.faust@oracle.com>
557
558 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
559
5602022-07-27 Richard Biener <rguenther@suse.de>
561
562 * MAINTAINERS (Roger Sayle): Update e-mail address.
563
bbb9c030
GA
5642022-07-21 Sam Feifer <sfeifer@redhat.com>
565
566 * MAINTAINERS (Write After Approval): Add myself.
567
5682022-07-21 Marc Poulhiès <poulhies@adacore.com>
569
570 * MAINTAINERS: Add myself as Ada front end co-maintainer.
571
7c0c10db
GA
5722022-07-19 Alexander Monakov <amonakov@ispras.ru>
573
574 * .gitignore: Do not ignore config.h.
575
bdc7b765
GA
5762022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
577
578 * MAINTAINERS: Add myself to Write After Approval.
579
8467574d
GA
5802022-07-04 Martin Liska <mliska@suse.cz>
581
582 * MAINTAINERS: fix sorting of names
583
3731dd0b
GA
5842022-07-03 Immad Mir <mirimmad17@gmail.com>
585
586 * MAINTAINERS: add myself.
587
5882022-07-03 Immad Mir <mirimmad17@gmail.com>
589
590 * MAINTAINERS: Add myself to write after approval and DCO.
591
20f0f305
GA
5922022-07-02 Tim Lange <mail@tim-lange.me>
593
594 * MAINTAINERS: Add myself.
595
ed974488
GA
5962022-07-01 Haochen Jiang <haochen.jiang@intel.com>
597
598 * MAINTAINERS (Write After Approval): Add myself.
599
976196b3
GA
6002022-06-30 Cui,Lili <lili.cui@intel.com>
601
602 Revert:
603 2022-06-30 Cui,Lili <lili.cui@intel.com>
604
605 * MAINTAINERS (Write After Approval): Add myself.
606
6072022-06-30 Cui,Lili <lili.cui@intel.com>
608
609 * MAINTAINERS (Write After Approval): Add myself.
610
fb29fdea
GA
6112022-06-28 Alexandre Oliva <oliva@adacore.com>
612
613 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
614 (EXTRA_GCC_FLAGS): Likewise.
615 * Makefile.in: Rebuilt.
616
6172022-06-28 konglin1 <lingling.kong@intel.com>
618
619 * MAINTAINERS (Write After Approval): Add myself.
620
9d3dd218
GA
6212022-06-27 Tom de Vries <tdevries@suse.de>
622
623 * configure.ac: Build libiberty pic variant for gdbserver.
624 * configure: Regenerate.
625
b2b72757
GA
6262022-06-26 Iain Sandoe <iain@sandoe.co.uk>
627
628 * configure: Regenerate.
629 * configure.ac: Correct use of $host.
630
87509781
GA
6312022-06-25 Jeff Law <jeffreyalaw@gmail.com>
632
633 * MAINTAINERS: Remove tilegx and tilepro entries.
634 * configure.ac: Remove tilegx and tilepro stanzas.
635 * configure: Rebuilt.
636
37b3b5da
GA
6372022-05-28 Bruce Korb <bkorb@gnu.org>
638
639 * .gitignore: Ignore vim swap files
640
9df4ffe4
GA
6412022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
642
643 * MAINTAINERS: Add myself to write after approval.
644
d0d513b5
GA
6452022-05-11 Kewen Lin <linkw@linux.ibm.com>
646
647 * MAINTAINERS: Remove myself from DCO section.
648
bd022ff9
GA
6492022-05-09 Xi Ruoyao <xry111@xry111.site>
650
651 * MAINTAINERS: Update my email address.
652
6532022-05-09 Clément Chigot <chigot@adacore.com>
654
655 * MAINTAINERS: Update my email address.
656
ab869e7f
GA
6572022-05-05 Kewen Lin <linkw@linux.ibm.com>
658
659 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
660 section.
661
d1d57187
GA
6622022-04-19 Richard Henderson <rth@gcc.gnu.org>
663
664 * MAINTAINERS: Update my email address.
665
8af4270d
GA
6662022-04-01 Qian Jianhua <qianjh@fujitsu.com>
667
668 * MAINTAINERS: Update my email address.
669
9f774626
GA
6702022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
671
672 * MAINTAINERS: (CPU Port Maintainers): Add myself and
673 Lulu as LoongArch port maintainer.
674
6752022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
676 Lulu Cheng <chenglulu@loongson.cn>
677
678 * configure.ac: Add LoongArch tuples.
679 * configure: Regenerate.
680
aab0127d
GA
6812022-03-28 Tom Tromey <tromey@adacore.com>
682
683 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
684 * configure: Rebuild.
685
6fc4a993
GA
6862022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
687
688 * MAINTAINERS: Change my information.
689
9fc8f278
GA
6902022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
691
692 * MAINTAINERS: Add myself to DCO section.
693
510613e7
GA
6942022-03-14 Jonathan Wakely <jwakely@redhat.com>
695
696 * configure.ac: Fix incorrect option in comment.
697 * configure: Regenerate.
698
8cc4f9cd
GA
6992022-03-09 Hans-Peter Nilsson <hp@axis.com>
700
701 * Makefile.def (dependencies): Make configure-sim depend on
702 all-readline.
703 * Makefile.in: Regenerate.
704
2cfb33fc
GA
7052022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
706
707 * MAINTAINERS (Write After Approval): Update my e-mail address.
708
2a2fda2d
GA
7092022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
710
711 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
712
1bb52662
GA
7132022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
714
715 * MAINTAINERS: Update my email and add myself to the DCO list.
716
e0b8716f
GA
7172022-01-25 Thomas Schwinge <thomas@codesourcery.com>
718
719 Revert:
720 2021-09-16 Andrew Pinski <apinski@marvell.com>
721
722 PR bootstrap/67102
723 * Makefile.def: Have configure-target-libffi depend on
724 all-target-libstdc++-v3.
725 * Makefile.in: Regenerate.
726
d43be9dc
GA
7272022-01-22 Jakub Jelinek <jakub@redhat.com>
728
729 PR other/104181
730 * build.log: Remove.
731
5fa55d55
GA
7322022-01-20 Martin Liska <mliska@suse.cz>
733
734 * MAINTAINERS: Adjust email address based on IRC request.
735
7a761ae6
GA
7362022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
737
738 * MAINTAINERS: Update my email address.
739
fc829782
GA
7402022-01-17 Martin Liska <mliska@suse.cz>
741
742 * MAINTAINERS: Rename .c names to .cc.
743
ad3f0d08
GA
7442022-01-13 Jakub Jelinek <jakub@redhat.com>
745
746 * Makefile.am: Remove.
747
01a254e3
GA
7482022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
749
750 * Makefile.am: New file.
751
7522022-01-11 Martin Liska <mliska@suse.cz>
753
754 * MAINTAINERS: Sort 2 names.
755
d9450aa0
GA
7562022-01-10 Martin Liska <mliska@suse.cz>
757
758 * MAINTAINERS: Fix obvious issues with sorting.
759
55e96bf9
GA
7602022-01-07 liuhongt <hongtao.liu@intel.com>
761
762 * build.log: New file.
763
0fbefa25
GA
7642022-01-05 Nathan Sidwell <nathan@acm.org>
765
766 * MAINTAINERS: Add DCO entry. Sort that list.
767
7d11b64b
GA
7682022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
769
770 * MAINTAINERS: Change of email address in both DCO and
771 Write After Approval list.
772
aa17859b
GA
7732021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
774
775 * configure: Regenerate.
776
7772021-12-21 Martin Liska <mliska@suse.cz>
778
779 * config.sub: Change mode back to 755.
780
2554e2da
GA
7812021-12-17 Martin Liska <mliska@suse.cz>
782
783 * config.sub: Sync from master.
784
7852021-12-17 Martin Liska <mliska@suse.cz>
786
787 Revert:
788 2021-12-16 Matthias Seidel <mseidel@apache.org>
789
790 * config.sub: Fix typo.
791
774269aa
GA
7922021-12-16 Matthias Seidel <mseidel@apache.org>
793
794 * config.sub: Fix typo.
795
7962021-12-16 H.J. Lu <hjl.tools@gmail.com>
797
798 Revert:
799 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
800
801 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
802 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
803 * configure.ac: Include config/gcc-plugin.m4.
804 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
805 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
806 RANLIB if possible.
807 * Makefile.in: Regenerated.
808 * configure: Likewise.
809
8a89c39b
GA
8102021-12-15 H.J. Lu <hjl.tools@gmail.com>
811
812 * Makefile.tpl (BUILD_CFLAGS): New.
813 (CFLAGS): Append $(BUILD_CFLAGS).
814 (CXXFLAGS): Likewise.
815 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
816 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
817 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
818 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
819 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
820 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
821 (PGO-TRAINING-TARGETS): Likewise.
822 (PGO_BUILD_TRAINING): Likewise.
823 (all): Add '+' to the command line for recursive make. Support
824 the PGO build.
825 * configure.ac: Add --enable-pgo-build[=lto].
826 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
827 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
828 * Makefile.in: Regenerated.
829 * configure: Likewise.
830
8312021-12-15 H.J. Lu <hjl.tools@gmail.com>
832
833 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
834 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
835 * configure.ac: Include config/gcc-plugin.m4.
836 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
837 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
838 RANLIB if possible.
839 * Makefile.in: Regenerated.
840 * configure: Likewise.
841
9c6586bc
GA
8422021-12-14 Marc Poulhiès <poulhies@adacore.com>
843
844 * MAINTAINERS: Add myself to write after approval.
845
3a580f96
GA
8462021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
847
848 * MAINTAINERS: Adding myself.
849
ea6ef320
GA
8502021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
851
852 * configure: Regenerate.
853 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
854 $(CPP).
855
c177e806
GA
8562021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
857
858 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
859 libatomic.
860 * Makefile.in: Regenerate.
861 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
862 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
863 target-libphobos-bootstrap.
864 (STAGE2_CONFIGURE_FLAGS): Likewise.
865 * configure: Regenerate.
866 * configure.ac: Add support for bootstrapping D front-end.
867
6b1695f4
GA
8682021-11-16 Martin Uecker <uecker@gcc.gnu.org>
869
870 * MAINTAINERS: Add myself to DCO section and update email address.
871
8722021-11-16 Iain Sandoe <iain@sandoe.co.uk>
873
874 * configure: Regenerate.
875 * configure.ac: Ensure that PIC (shared) defaults are set
876 correctly for Darwin.
877
8782021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
879
880 * MAINTAINERS: Update my address.
881
af2852b9
GA
8822021-11-12 Alan Modra <amodra@gmail.com>
883
884 * Makefile.def (configure-opcodes): Depend on configure-bfd.
885 * Makefile.in: Regenerate.
886
18ae471f
GA
8872021-11-03 Maciej W. Rozycki <macro@embecosm.com>
888
889 * MAINTAINERS: Clarify the policy WRT the Write After Approval
890 list.
891
b4df2dd3
GA
8922021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
893
894 * MAINTAINERS (Reviewers, arc): Remove my entry.
895 (Write After Approval): Add an entry for myself.
896
2322c8b1
GA
8972021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
898
899 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
900 * Makefile.in: Regenerate.
901 * configure: Regenerate.
902 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
903
3ff5b4ed
GA
9042021-10-26 Jeff Law <jeffreyalaw@gmail.com>
905
906 * MAINTAINERS: Fix up Maciej's entries.
907
9082021-10-26 Maciej W. Rozycki <macro@embecosm.com>
909
910 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
911 maintainer.
912
c2bd5d8a
GA
9132021-10-22 Eric Gallager <egallager@gcc.gnu.org>
914
915 PR other/102663
916 * Makefile.def: Handle install-dvi target.
917 * Makefile.tpl: Likewise.
918 * Makefile.in: Regenerate.
919
19472fc3
GA
9202021-10-19 Clément Chigot <clement.chigot@atos.net>
921
922 * MAINTAINERS: Add myself for write after approval.
923
52055987
GA
9242021-10-12 Eric Gallager <egallager@gcc.gnu.org>
925
926 * Makefile.def: Mark libcody, libdecnumber,
927 c++tools, libgcc, and libobjc as missing TAGS
928 targets.
929 * Makefile.in: Regenerate.
930
50e20ee6
GA
9312021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
932
933 * MAINTAINERS: Add myself to DCO section and update email
934 address.
935
d238146e
GA
9362021-09-29 Jonathan Wakely <jwakely@redhat.com>
937
938 * MAINTAINERS: Add myself to DCO section.
939
fd133479
GA
9402021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
941
942 * configure: Regenerate.
943 * configure.ac (skipdirs): Add the contents of target_configdirs if
944 we are not building gcc.
945
9a4293ed
GA
9462021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
947
948 * Makefile.def: Back-port commits ba4d88ad892f and
949 755ba58ebef0 from binutils-gdb repository.
950 * Makefile.in: Regenerated.
951
62498024
GA
9522021-09-20 Harald Anlauf <anlauf@gmx.de>
953
954 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
955
0a4cb439
GA
9562021-09-17 Iain Sandoe <iain@sandoe.co.uk>
957
958 * Makefile.def: Add a jit check target for the jit
959 language.
960 * Makefile.in: Regenerate.
961
e19570d3
GA
9622021-09-16 Andrew Pinski <apinski@marvell.com>
963
964 PR bootstrap/67102
965 * Makefile.def: Have configure-target-libffi depend on
966 all-target-libstdc++-v3.
967 * Makefile.in: Regenerate.
968
a26206ec
GA
9692021-09-10 Petter Tomner <tomner@kth.se>
970
971 * MAINTAINERS: Me added to DCO and write after approval
972
e11c6046
GA
9732021-09-01 YunQiang Su <syq@debian.org>
974
975 * MAINTAINERS: Add myself for write after approval.
976
6d51ee43
GA
9772021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
978
979 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
980 * Makefile.in: Regenerate.
981
4be4fa4e
GA
9822021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
983
984 * MAINTAINERS: Add myself for write after approval.
985
6e529985
GA
9862021-08-18 Iain Sandoe <iain@sandoe.co.uk>
987
988 * Makefile.in: Regenerate.
989 * Makefile.tpl: Make the state of the configured host
990 shared flag available to makefile fragements.
991
37768150
GA
9922021-08-09 Hongyu Wang <hongyu.wang@intel.com>
993
994 * MAINTAINERS (Write After Approval): Add myself.
995
92d45509
GA
9962021-07-20 Richard Earnshaw <rearnsha@arm.com>
997
998 * .dir-locals.el (bug-reference-url-format): Use https.
999
10002021-07-20 Richard Earnshaw <rearnsha@arm.com>
1001
1002 * .dir-locals.el (c-mode): Change fill-column to 79.
1003
d97d71a1
GA
10042021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
1005
1006 * MAINTAINERS: Add myself to DCO section.
1007
ef2ace64
GA
10082021-07-09 Iain Sandoe <iain@sandoe.co.uk>
1009
1010 * configure: Regenerate.
1011 * configure.ac: Adjust cases for which it is necessary to
1012 include the Darwin host config fragment.
1013
6fba0eea
GA
10142021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
1015
1016 * MAINTAINERS: Add myself for write after approval and DCO.
1017
6d53e6f9
GA
10182021-07-05 Iain Sandoe <iain@sandoe.co.uk>
1019
1020 * Makefile.def: Add dsymutil defs.
1021 * Makefile.in: Regenerated.
1022 * Makefile.tpl: Add dsymutil to flags.
1023 * configure: Regenerated.
1024 * configure.ac: Add dsymutil to target and build recipes.
1025
bea7c16a
GA
10262021-07-01 Ankur Saini <arsenic@sourceware.org>
1027
1028 * MAINTAINERS: Add myself for write after approval.
1029
25b6bfea
GA
10302021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
1031
1032 * MAINTAINERS (Write After Approval): Add myself.
1033
90708f87
GA
10342021-06-25 Matthias Kretz <m.kretz@gsi.de>
1035
1036 * MAINTAINERS: Add myself for write after approval and DCO
1037
9aa8327e
GA
10382021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
1039
1040 * .gitignore: Add entry for cscope.out.
1041
419af06a
GA
10422021-06-22 liuhongt <hongtao.liu@intel.com>
1043
1044 * MAINTAINERS: Remove my Write After Approval entry.
1045
2f080224
GA
10462021-06-21 liuhongt <hongtao.liu@intel.com>
1047
1048 * MAINTAINERS: Add myself as maintainer of the i386 vector
1049 extensions.
1050
c5581d48
GA
10512021-06-18 Antoni Boucher <bouanto@zoho.com>
1052
1053 * MAINTAINERS (Write After Approval): Add myself.
1054
688359a2
GA
10552021-06-17 Aldy Hernandez <aldyh@redhat.com>
1056
1057 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1058 as *vrp and ranger maintainers.
1059
28c62475
GA
10602021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1061
1062 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1063 not trigger testsuite failures.
1064
10652021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1066
1067 * MAINTAINERS: Add myself to DCO section with both email addresses.
1068
440c8a0a
GA
10692021-06-03 Jason Merrill <jason@redhat.com>
1070
1071 * MAINTAINERS: Add DCO version number.
1072
9663c744
GA
10732021-06-02 Jason Merrill <jason@redhat.com>
1074
1075 * MAINTAINERS: Add DCO section.
1076
ee682192
GA
10772021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1078
1079 * MAINTAINERS (Write After Approval): Add myself.
1080
1a87f838
GA
10812021-05-29 Mike Frysinger <vapier@gentoo.org>
1082
1083 * configure.ac: Add gnulib to configdirs for sim.
1084 * configure: Regenerate.
1085
a8daf9a1
GA
10862021-05-18 Mike Frysinger <vapier@gentoo.org>
1087
1088 * Makefile.def: Add configure-sim dependency on all-gnulib.
1089 * Makefile.in: Regenerated.
1090
a7ffc1ef
GA
10912021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1092
1093 * MAINTAINERS (Write After Approval): Add myself.
1094
0ff3a0f2
GA
10952021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1096
1097 * MAINTAINERS (Write After Approval): Add myself.
1098
037e3661
GA
10992021-05-11 Martin Liska <mliska@suse.cz>
1100
1101 * MAINTAINERS: Remove entries for removed
1102 components (HSA, BRIG, libhsail-rt).
1103 Move Pekka to Write After Approval.
1104
11052021-05-11 Martin Liska <mliska@suse.cz>
1106
1107 * Makefile.def: Remove libhsail-rt.
1108 * Makefile.in: Likewise.
1109 * configure.ac: Likewise.
1110 * configure: Regenerate.
1111 * libhsail-rt/ChangeLog: Removed.
1112 * libhsail-rt/Makefile.am: Removed.
1113 * libhsail-rt/Makefile.in: Removed.
1114 * libhsail-rt/README: Removed.
1115 * libhsail-rt/aclocal.m4: Removed.
1116 * libhsail-rt/configure: Removed.
1117 * libhsail-rt/configure.ac: Removed.
1118 * libhsail-rt/configure.tgt: Removed.
1119 * libhsail-rt/include/internal/fibers.h: Removed.
1120 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1121 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1122 * libhsail-rt/include/internal/workitems.h: Removed.
1123 * libhsail-rt/rt/arithmetic.c: Removed.
1124 * libhsail-rt/rt/atomics.c: Removed.
1125 * libhsail-rt/rt/bitstring.c: Removed.
1126 * libhsail-rt/rt/fbarrier.c: Removed.
1127 * libhsail-rt/rt/fibers.c: Removed.
1128 * libhsail-rt/rt/fp16.c: Removed.
1129 * libhsail-rt/rt/misc.c: Removed.
1130 * libhsail-rt/rt/multimedia.c: Removed.
1131 * libhsail-rt/rt/queue.c: Removed.
1132 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1133 * libhsail-rt/rt/segment.c: Removed.
1134 * libhsail-rt/rt/workitems.c: Removed.
1135 * libhsail-rt/target-config.h.in: Removed.
1136
99e8df7a
GA
11372021-05-04 Nick Clifton <nickc@redhat.com>
1138
1139 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1140 * configure: Regenerate.
1141
e4ff4ffb
GA
11422021-04-28 Jakub Jelinek <jakub@redhat.com>
1143 Tobias Burnus <tobias@codesourcery.com>
1144
1145 * configure.ac (--enable-offload-defaulted): New.
1146 * configure: Regenerate.
1147
05ec629f
GA
11482021-04-23 David Faust <david.faust@oracle.com>
1149
1150 * MAINTAINERS (Write After Approval): Add myself.
1151
a0ecde22
GA
11522021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1153
1154 * MAINTAINERS (Write After Approval): Add myself.
1155
651684b4
GA
11562021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1157
1158 * MAINTAINERS: Add myself as pru port maintainer.
1159
bf1f3168
GA
11602021-03-23 David Malcolm <dmalcolm@redhat.com>
1161
1162 * MAINTAINERS: Add myself as static analyzer maintainer.
1163
287e3e84
GA
11642021-03-18 Jeff Law <jlaw@tachyum.com>
1165
1166 * MAINTAINERS: Update primary entry.
1167
5e93c2f0
GA
11682021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1169
1170 * MAINTAINERS (Write After Approval): Add myself.
1171
11722021-03-13 Mike Frysinger <vapier@gentoo.org>
1173
1174 * Makefile.def: Remove all-sim dependency on configure-gdb.
1175 * Makefile.in: Regenerated.
1176
48ff383f
GA
11772021-03-11 Jeff Law <law@redhat.com>
1178
1179 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1180
11812021-03-11 Martin Liska <mliska@suse.cz>
1182
1183 * Makefile.tpl: The change was done Makefile.in which
1184 is generated file.
1185
6405b40f
GA
11862021-03-08 Jeff Law <law@redhat.com>
1187
1188 * MAINTAINERS: Update my email address
1189
71e24b06
GA
11902021-02-23 Kito Cheng <kito.cheng@sifive.com>
1191
1192 * config.guess: Import latest upstream.
1193 * config.sub: Import latest upstream.
1194
161e4c08
GA
11952021-01-25 Martin Liska <mliska@suse.cz>
1196
1197 PR gcov-profile/98739
1198 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1199 for profiledbootstrap.
1200
8502e23d
GA
12012021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1202
1203 * MAINTAINERS (Write After Approval): Add myself.
1204
12052021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1206
1207 * MAINTAINERS (Write After Approval): Update my e-mail address.
1208
6851dda2
GA
12092021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1210
1211 * MAINTAINERS: Fix spacing.
1212
12132021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1214
1215 * MAINTAINERS (Write After Approval): Add myself
1216
942ae5be
GA
12172021-01-06 Nick Alcock <nick.alcock@oracle.com>
1218
1219 * Makefile.def: Sync with binutils-gdb:
1220 (dependencies): all-ld depends on all-libctf.
1221 (host_modules): libctf is no longer no_install.
1222 No longer no_check. Checking depends on all-ld.
1223 * Makefile.in: Regenerated.
1224
651b8a50
GA
12252021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1226
1227 * libtool.m4: Match gnu* along other GNU systems.
1228 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1229 * libgo/configure: Re-generate.
1230
7e73f511
GA
12312021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1232
1233 * MAINTAINERS: Update my email address.
1234
cd69e3d5
GA
12352020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1236
1237 * MAINTAINERS (Write After Approval): Add myself.
1238
6e9d8651
GA
12392020-12-15 Nathan Sidwell <nathan@acm.org>
1240
1241 * Makefile.def
1242 * Makefile.in
1243 * Makefile.tpl
1244 * configure
1245 * configure.ac
1246
12472020-12-15 Nathan Sidwell <nathan@acm.org>
1248
1249 * Makefile.def: Add libcody.
1250 * configure.ac: Add libcody.
1251 * Makefile.in: Regenerated.
1252 * configure: Regenerated.
1253
d52945ce
GA
12542020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1255
1256 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1257
6e1edf48
GA
12582020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1259
1260 PR target/97865
1261 * libtool.m4: Update handling of Darwin platform link flags
1262 for Darwin20.
1263
11860cf4
GA
12642020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1265
1266 * .gitignore: Sync with binutils-gdb
1267
12682020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1269
1270 * MAINTAINERS: Add myself as arc port maintainer.
1271
a9625c50
GA
12722020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1273
1274 PR d/87788
1275 * configure.ac: Don't disable D for *-*-darwin*.
1276 * configure: Regenerate.
1277
12782020-11-29 John David Anglin <danglin@gcc.gnu.org>
1279
1280 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1281 hppa64-*-hpux11*.
1282
360258da
GA
12832020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1284
1285 * configure: Regenerate.
1286 * configure.ac: Add --bootstrap-hwasan option.
1287
8e6198d0
GA
12882020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1289
1290 * config.guess: Import latest upstream.
1291 * config.sub: Import latest upstream.
1292
29c5d9ce
GA
12932020-11-16 Martin Liska <mliska@suse.cz>
1294
1295 * .gitignore: Add cache as clangd uses it now.
1296
77f67db2
GA
12972020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1298
1299 * MAINTAINERS (Write After Approval): add myself
1300
2bee28dd
GA
13012020-11-09 Pat Bernardi <bernardi@adacore.com>
1302
1303 * MAINTAINERS (Write After Approval): Add myself.
1304
13052020-11-09 Jonathan Wakely <jwakely@redhat.com>
1306
1307 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1308 Remove FIXME comments.
1309
44cab2d8
GA
13102020-11-06 Martin Uecker <muecker@gwdg.de>
1311
1312 * MAINTAINERS: Update my email address.
1313
13142020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1315
1316 * MAINTAINERS (Write After Approval): Add myself.
1317
8e97b905
GA
13182020-10-06 Tobias Burnus <tobias@codesourcery.com>
1319
1320 PR target/97302
1321 * configure.ac: Only set with_gmp to /usr/local
1322 if not building in tree.
1323 * configure: Regenerate.
1324
239601c5
GA
13252020-09-18 Omar Tahir <omar.tahir@arm.com>
1326
1327 * MAINTAINERS (Write After Approval): Add myself.
1328
57ea0894
GA
13292020-08-26 Tobias Burnus <tobias@codesourcery.com>
1330
1331 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1332
5b9a3d2a
GA
13332020-08-20 Tobias Burnus <tobias@codesourcery.com>
1334
1335 PR bootstrap/96612
1336 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1337 if not the same as ${host}.
1338 * configure: Regenerate.
1339
2c4c56c2
GA
13402020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1341
1342 * MAINTAINERS (Write After Approval): Add myself.
1343
afdd220a
GA
13442020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1345
1346 * MAINTAINERS: Update my email address.
1347
d48cca8f
GA
13482020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1349
1350 * MAINTAINERS (Write After Approval): Add myself.
1351
3ea9abca
GA
13522020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1353
1354 * MAINTAINERS (Write After Approval): Add myself.
1355
8e3b453e
GA
13562020-06-12 Martin Liska <mliska@suse.cz>
1357
1358 * .gitignore: Add .clang-tidy.
1359
2c455ae0
GA
13602020-06-08 Jason Merrill <jason@redhat.com>
1361
1362 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1363 * configure: Regenerate.
1364
8f94b078
GA
13652020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1366
1367 * MAINTAINERS: Add myself as xtensa port maintainer.
1368
53ffb43a
GA
13692020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1370
1371 * configure.ac: Don't require --enable-host-shared when building
1372 for Mingw.
1373 * configure: Regenerate.
1374
5329b59a
JM
13752020-05-18 Jason Merrill <jason@redhat.com>
1376
1377 * configure.ac: Update bootstrap dialect to -std=c++11.
1378
9a4a0a5b
AC
13792020-05-18 Alex Coplan <alex.coplan@arm.com>
1380
1381 * MAINTAINERS (Write After Approval): Add myself.
1382
afa3d80e
TS
13832020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1384
1385 PR target/92713
1386 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1387 (noconfigdirs): Add 'target-libstdc++-v3'.
1388 * configure: Regenerate.
1389
e6cbe965
SC
13902020-04-21 Stephen Casner <casner@acm.org>
1391
1392 PR 25830
1393 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1394 * configure: Rebuild.
1395
e9f799d2
ML
13962020-04-17 Martin Liska <mliska@suse.cz>
1397 Jonathan Yong <10walls@gmail.com>
1398
1399 PR gcov-profile/94570
1400 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1401 for CYGWIN.
1402
efd5bd4d
MJ
14032020-04-14 Martin Jambor <mjambor@suse.cz>
1404
1405 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1406
f9d09df0
TT
14072020-04-09 Tom Tromey <tom@tromey.com>
1408
1409 * configure: Rebuild.
1410 * Makefile.in: Rebuild.
1411 * Makefile.def (gdbsupport, gdbserver): New host modules.
1412 (configure-gdb): Depend on all-gdbsupport.
1413 (all-gdb): Depend on all-gdbsupport, all-libctf.
1414 * configure.ac (host_tools): Add gdbserver.
1415 Conditionally build gdbserver and gdbsupport.
1416
29b1533a
TB
14172020-03-09 Tobias Burnus <tobias@codesourcery.com>
1418
1419 * configure.ac: Build libgomp by default for amdgcn.
1420 * configure: Regenerate.
1421
7d6b3a78
SP
14222020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1423
1424 * MAINTAINERS (Write After Approval): Add myself.
1425
4707548e
JH
14262020-02-28 Joel Hutton <joel.hutton@arm.com>
1427
1428 * MAINTAINERS (Write After Approval) : Add myself.
1429
6f83ceb8
PD
14302020-02-20 Palmer Dabbelt <palmer@sifive.com>
1431
1432 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1433
d6ee2e7c
MS
14342020-02-14 Martin Sebor <msebor@redhat.com>
1435
1436 * doc/extend.texi (attribute alias): Mention type requirement.
1437 (attribute weak): Same.
1438 (attribute weakref): Correct invalid example.
1439
e01975f9
SB
14402020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1441
1442 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1443
affb7b66
JJ
14442020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1445 Jakub Jelinek <jakub@redhat.com>
1446
1447 * .gitattributes: Add *.md diff=md.
1448
780e19f8
GJL
14492020-01-14 Georg-Johann Lay <avr@gjlay.de>
1450
1451 The mentioned auto-generated file is no more part of the
1452
1453 GCC sources, it's auto-generated in $(builddir) during build.
1454
1455 PR target/92055
1456 * contrib/gcc_update (files_and_dependencies): Remove
1457 entry for gcc/config/avr/t-multilib.
1458
ef4395e5
AS
14592020-01-14 Anatoly Sokolov <aesok@dol.ru>
1460
1461 * MAINTAINERS: Update my email address.
1462
b2b465c5
JM
14632020-01-13 Joseph Myers <joseph@codesourcery.com>
1464
1465 * README.MOVED_TO_GIT: Remove.
1466
cff5a231
JM
14672020-01-11 Joseph Myers <joseph@codesourcery.com>
1468
1469 * README.MOVED_TO_GIT: New file.
1470
b1b72741
DZ
14712020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1472
1473 * MAINTAINERS (Write After Approval): Add myself.
1474
74a7b87a
JL
14752019-12-20 Jerome Lambourg <lambourg@adacore.com>
1476
1477 * MAINTAINERS (write_after_approval): Add myself.
1478
39f8777c
SMW
14792019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1480
1481 * MAINTAINERS (write_after_approval): Add myself.
1482
6226f592
MI
14832019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1484
1485 * MAINTAINERS (write_after_approval): Add myself.
1486
4f943869
MK
14872019-12-11 Matthias Klose <doko@ubuntu.com>
1488
1489 * configure.ac: Factor out common cases for compare_exclusions.
1490 * configure: Regenerate.
1491
a9046e98
JL
14922019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1493
1494 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1495 flag.
1496
53eb0cb3
LH
14972019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1498
a9046e98 1499 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 1500
90ca6847
TB
15012019-11-27 Tobias Burnus <tobias@codesourcery.com>
1502
1503 PR middle-end/92463
1504 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1505 * configure: Regenerate
1506
aeebd94c
JB
15072019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1508
1509 * configure.ac: Use https for gcc.gnu.org.
1510 * configure: Regenerated.
1511
267d7432
JG
15122019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1513
1514 * MAINTAINERS (aarch64 port): Remove my name, move to...
1515 (Write After Approval): ...Here.
1516
a91eb234
KN
15172019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1518
1519 * MAINTAINERS: Change my email address as maintainer.
1520
8be34204
JB
15212019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1522
90ca6847
TB
1523 PR fortran/91828
1524 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1525 * configure: Regenerated.
8be34204 1526
678a1e99
JM
15272019-10-21 Jason Merrill <jason@redhat.com>
1528
1529 * .gitattributes: Also check ChangeLog whitespace.
1530
aa7710cb
AB
15312019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1532
1533 * contrib/dg-extract-results.sh: Add support for KPASS.
1534 * contrib/dg-extract-results.py: Likewise.
1535
6664a5f7
JM
15362019-10-17 Jason Merrill <jason@redhat.com>
1537
1538 * .gitattributes: Avoid {} in filename pattern.
1539
df77d703
TS
15402019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1541
1542 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1543 Approval section.
1544
4d07a2ec
FH
15452019-10-01 Frederik Harwath <frederik@codesourcery.com>
1546
1547 * MAINTAINERS: Add myself to Write After Approval
1548
5fdd1d33
RS
15492019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1550
1551 * MAINTAINERS: Add myself as an aarch64 maintainer.
1552
16b17446
KT
15532019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1554
1555 * MAINTAINERS: Add myself as aarch64 maintainer.
1556
a8cea25c
CL
15572019-09-23 Carl Love <cel@us.ibm.com>
1558
1559 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1560 New define_insn.
1561 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1562 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1563
0d1cfeed
ST
15642019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1565
1566 * MAINTAINERS (Sam Tebbs): Update email address.
1567
3d34b7af
TB
15682019-09-10 Tobias Burnus <tobias@codesourcery.com>
1569
1570 * MAINTAINERS: Update my email address.
1571
b1e21e5a
CL
15722019-09-10 Christophe Lyon <christophe.lyon@st.com>
1573
3d34b7af 1574 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 1575
91dfef96
JM
15762019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1577
1578 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1579 Remove myself from Write After Approval section.
1580
15812019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1582
1583 * configure.ac: Support for bpf-*-* targets.
1584 * configure: Regenerate.
1585
b7b1f657
JM
15862019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1587
1588 * config.sub: Import upstream version 2019-06-30.
1589 * config.guess: Import upstream version 2019-07-24.
1590
2f2aeda9
UW
15912019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1592
1593 * MAINTAINERS: Remove spu port maintainers.
1594
91eed5f2
ML
15952019-08-28 Martin Liska <mliska@suse.cz>
1596
1597 * .gitignore: Add .clangd and compile_commands.json
1598 to .gitignore.
1599
d0fc6e9f
MF
16002019-08-23 Michael Forney <mforney@mforney.org>
1601
1602 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1603 * Makefile.in: Regenerate.
1604
aac9103b
TT
16052019-08-19 Tom Tromey <tom@tromey.com>
1606
1607 * configure: Rebuild.
1608 * configure.ac: Add --with-static-standard-libraries.
1609
3b5864f4
AO
16102019-08-16 Alexandre Oliva <oliva@gnu.org>
1611
1612 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1613
8fc306e9
ME
16142019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1615
1616 * MAINTAINERS (Write After Approval): Add myself.
1617
f069f0f2
KC
16182019-07-08 Kito Cheng <kito.cheng@sifive.com>
1619
1620 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1621 RISC-V port maitainer.
1622
9118c5e1
KC
16232019-07-08 Kito Cheng <kito.cheng@sifive.com>
1624
1625 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1626
c19713b7
KC
16272019-07-08 Kito Cheng <kito.cheng@sifive.com>
1628
1629 * MAINTAINERS (Write After Approval): Add myself.
1630
e676d704 16312019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
1632
1633 * MAINTAINERS (Write After Approval): Add myself.
1634
247b63e3
ML
16352019-06-25 Martin Liska <mliska@suse.cz>
1636
1637 contrib/filter-clang-warnings.py: Transform from
1638 filter-rtags-warnings.py.
1639
98e5be21
TT
16402019-06-15 Tom Tromey <tom@tromey.com>
1641
1642 * configure.ac (host_libs): Add gnulib.
1643 * configure: Rebuild.
1644 * Makefile.def (host_modules, dependencies): Add gnulib.
1645 * Makefile.in: Rebuild.
1646
1ab4217d
DD
16472019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1648
1649 * MAINTAINERS (Write After Approval): Add myself.
1650
3e209f57 16512019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
1652
1653 * configure: Regenerate.
1654 * configure.ac: Add PRU target.
1655
8b164a4e 16562019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
1657
1658 * MAINTAINERS (Write After Approval): Add myself.
1659
de6abd85
NC
16602019-06-11 Nick Clifton <nickc@redhat.com>
1661
1662 Import these changes from the binutils/gdb repository:
1663
1664 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1665
1666 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1667 and all its deps.
1668 * Makefile.in: Regenerated.
1669
1670 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1671
1672 * Makefile.def (host_modules): Add libctf.
1673 * Makefile.def (dependencies): Likewise.
1674 libctf depends on zlib, libiberty, and bfd.
1675 * Makefile.in: Regenerated.
1676 * configure.ac (host_libs): Add libctf.
1677 * configure: Regenerated.
1678
fb03c52f
VI
16792019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1680
1681 * MAINTAINERS (Write After Approval): Add myself.
1682
dbd5df2e
PB
16832019-05-19 Peter Bergner <bergner@linux.ibm.com>
1684
1685 * MAINTAINERS: Update my email address.
1686
8ee47828
TR
16872019-05-17 Thomas Rodgers <trodgers@redhat.com>
1688
1689 * MAINTAINERS (Write After Approval): Add myself.
1690
f6b2daaf
JM
16912019-05-16 Jun Ma <junma@linux.alibaba.com>
1692
1693 * MAINTAINERS (Write After Approval): Add myself.
1694
2ed6d245
JW
16952019-05-07 Jim Wilson <jimw@sifive.com>
1696
1697 * MAINTAINERS: Remove myself as IA-64 maintainer.
1698
d1b65077
RI
16992019-05-04 Roland Illig <roland.illig@gmx.de>
1700
1701 * MAINTAINERS (Write After Approval): Add myself.
1702
5fe6af6d
RB
17032019-05-02 Richard Biener <rguenther@suse.de>
1704
1705 PR bootstrap/85574
1706 * Makefile.tpl (compare target): Also compare extra-compare
1707 files.
1708 * Makefile.in: Regenerate.
1709
1e8dac32
RZ
17102019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1711
1712 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1713 as modulo-scheduler maintainer.
1714
42d3fe9a
IS
17152019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1716
1717 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1718
3d52462c
IS
17192019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1720
1721 * MAINTAINERS: Update my email address.
1722
4d024c32
JP
17232019-04-14 Johannes Pfau <johannespfau@gmail.com>
1724
1725 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
1726 * configure: Regenerate.
1727
7d31d331
RO
17282019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1729
1730 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
1731 * configure: Regenerate.
1732
bb50312e
IB
17332019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
1734
1735 * configure.ac: Add target-zlib to target_libraries.
1736 * configure: Regenerate.
1737
1c67e69c
ML
17382019-04-09 Martin Liska <mliska@suse.cz>
1739
1740 * Makefile.in: Regenerate.
1741 * Makefile.tpl: Pass GENERATOR_CFLAGS
1742 in all stages.
1743
684f6008
ML
17442019-03-28 Martin Liska <mliska@suse.cz>
1745
1746 PR bootstrap/89829
1747 * Makefile.in: Revert r254150.
1748 * Makefile.tpl: Likewise.
1749
fed156ac
BE
17502019-03-28 Ben Elliston <bje@gnu.org>
1751
1752 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
1753 related, and libdecnumber.
1754
d81beb31
AM
17552019-03-15 Alexander Monakov <amonakov@ispras.ru>
1756
1757 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
1758 (Write After Approval): Remove myself.
1759
35e2f066
AM
17602019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
1761
5fce606f 1762 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 1763
60f32352
AS
17642019-02-11 Andrew Stubbs <ams@codesourcery.com>
1765
1766 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
1767 (Write After Approval): Remove myself and Julian.
1768
b4f964c8
HA
17692019-01-26 Harald Anlauf <anlauf@gmx.de>
1770
1771 * MAINTAINERS (Write After Approval): Add myself.
1772
1009e9a2
KCY
17732019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
1774
1775 * MAINTAINERS (Write After Approval): Add myself.
1776
275e9ad9
XHL
17772019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
1778
62fa42ce
SB
1779 * ChangeLog: Replace space with tab.
1780 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 1781
8fcc3599
JG
17822019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
1783
1784 * MAINTAINERS (Write After Approval): Add myself.
1785
9c83c587
LJH
17862019-01-18 Li Jia He <helijia@gcc.gnu.org>
1787
1788 * MAINTAINERS (Write After Approval): Add myself.
1789
7431c1a1
AS
17902019-01-17 Andrew Stubbs <ams@codesourcery.com>
1791 Kwok Cheung Yeung <kcy@codesourcery.com>
1792 Julian Brown <julian@codesourcery.com>
1793 Tom de Vries <tom@codesourcery.com>
1794 Jan Hubicka <hubicka@ucw.cz>
1795 Martin Jambor <mjambor@suse.cz>
1796
1797 * configure.ac: Likewise.
1798 * configure: Regenerate.
1799 * contrib/config-list.mk: Add amdgcn-amdhsa.
1800
0684a816
KL
18012019-01-16 Kewen Lin <linkw@gcc.gnu.org>
1802
1803 * MAINTAINERS (Write After Approval): Add myself.
1804
62fa42ce 18052019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 1806
275e9ad9 1807 * MAINTAINERS (Write After Approval): Add myself.
9a603611 1808
5227609c
RO
18092019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1810
1811 PR target/88535
1812 * config.guess: Import upstream version 2019-01-03.
1813 * config.sub: Import upstream version 2019-01-01.
1814
7c50cefc
TP
18152018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
1816
1817 * MAINTAINERS (Write After Approval): Update my maintainer address.
1818
ea9a30d0
GB
18192018-12-21 Gergö Barany <gergo@codesourcery.com>
1820
1821 * MAINTAINERS (Write After Approval): Add myself.
1822
23d3e2d5
SB
18232018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
1824
1825 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
1826
e4a9a572
IS
18272018-12-05 Iain Sandoe <iain@sandoe.co.uk>
1828
1829 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
1830 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
1831 (GCC_TARGET_TOOL): Likewise.
1832 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
1833 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 1834 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 1835 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 1836 * configure: Regenerate.
e4a9a572
IS
1837 * Makefile.in: Likewise.
1838
f9b4801c
JP
18392018-11-28 Johannes Pfau <johannespfau@gmail.com>
1840
1841 * MAINTAINERS (Write After Approval): Add myself.
1842
7f9414c1
ML
18432018-11-13 Martin Liska <mliska@suse.cz>
1844
1845 * gcc.target/i386/pr87930.c: Move to ...
1846 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
1847
1dbff00c
SH
18482018-11-10 Stafford Horne <shorne@gmail.com>
1849
1850 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
1851 (Write After Approval): Remove myself.
1852
e9f3803d
HAQ
18532018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
1854
1855 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
1856 Append $INCICONV to it.
1857
45bf1490
SH
18582018-11-04 Stafford Horne <shorne@gmail.com>
1859
1860 * MAINTAINERS (Write After Approval): Add myself.
1861
22e05272
JM
18622018-10-31 Joseph Myers <joseph@codesourcery.com>
1863
1864 PR bootstrap/82856
1865 * multilib.am: New file. From automake.
1866
1867 Merge from binutils-gdb:
1868 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1869
1870 * libtool.m4: Use AC_LANG_SOURCE.
1871 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
1872 * ar-lib: New file.
1873 * test-driver: New file.
1874 * configure: Re-generate.
1875
82a14443
MP
18762018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
1877
1878 * MAINTAINERS (Write After Approval): Add myself.
1879
260eedb9
IB
18802018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
1881
1882 PR bootstrap/87788
1883 PR d/87799
1884 * configure: Rebuild.
1885 * configure.ac: Disable D on systems where it is known not to work.
1886
b4c522fa
IB
18872018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
1888
1889 * Makefile.def (target_modules): Add libphobos.
1890 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
1891 GDCFLAGS_FOR_TARGET.
1892 (dependencies): Make libphobos depend on libatomic, libbacktrace
1893 configure, and zlib configure.
1894 (language): Add language d.
1895 * Makefile.in: Rebuild.
1896 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
1897 (HOST_EXPORTS): Add GDC.
1898 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
1899 (BASE_TARGET_EXPORTS): Add GDC.
1900 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
1901 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
1902 (EXTRA_HOST_FLAGS): Add GDC.
1903 (STAGE1_FLAGS_TO_PASS): Add GDC.
1904 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
1905 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
1906 environment variables.
1907 * configure: Rebuild.
1908 * configure.ac: Add target-libphobos to target_libraries. Set and
1909 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
1910
04193ea0
IL
19112018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
1912
1913 * MAINTAINERS (Write After Approval): Add myself.
1914
72eda5f2
IB
19152018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1916
1917 * MAINTAINERS (Write After Approval): Remove myself.
1918
4c029cee
IB
19192018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
1920
1921 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
1922
fc7367ea
BC
19232018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
1924
1925 * MAINTAINERS: Update my email address.
1926
956a7508
TS
19272018-10-04 Thomas Schwinge <thomas@codesourcery.com>
1928
1929 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
1930 maintainer.
1931
16ddcc28
MM
19322018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
1933
1934 * MAINTAINERS (Write After Approval): Add self.
1935
f9529512
ST
19362018-09-13 Sam Tebbs <sam.tebbs@arm.com>
1937
1938 * MAINTAINERS (write after approval): Add myself.
1939
3ff89a4e
XG
19402018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
1941
1942 * MAINTAINERS: Update my email address.
1943
e8a0276c
VL
19442018-08-29 Vlad Lazar <vlad.lazar@arm.com>
1945
1946 * MAINTAINERS (write after approval): Add myself.
1947
3d20537c
RS
19482018-08-21 Richard Sandiford <richard.sandiford@arm.com>
1949
1950 * MAINTAINERS: Add self to global reviewers list.
1951
661d1750
SL
19522018-08-17 Sandra Loosemore <sandra@codesourcery.com>
1953
1954 MAINTAINERS: Add c-sky port maintainers.
1955
aa405905
ML
19562018-08-10 Martin Liska <mliska@suse.cz>
1957
1958 * MAINTAINERS: Revert change in previous commit and
92a285c1 1959 join lines.
aa405905 1960
04e2b41d
ML
19612018-08-10 Martin Liska <mliska@suse.cz>
1962
1963 * MAINTAINERS: Remove extra line.
1964
6e9f49e4
N
19652018-08-06 Naveen H.S <naveenh@marvell.com>
1966
1967 * MAINTAINERS: Update my email address.
1968
3b0df776
DD
19692018-07-19 DJ Delorie <dj@redhat.com>
1970
1971 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
1972 as maintainer.
1973
f030b30e
AK
19742018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
1975
1976 * MAINTAINERS: Adjust email address for me and my colleague Robin
1977 Dapp.
1978
7264261f
L
19792018-07-13 H.J. Lu <hongjiu.lu@intel.com>
1980 Sunil K Pandey <sunil.k.pandey@intel.com>
1981
1982 PR target/84413
1983 * config/i386/i386.c (m_CORE_AVX512): New.
1984 (m_CORE_AVX2): Likewise.
1985 (m_CORE_ALL): Add m_CORE_AVX2.
1986 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
1987 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
1988 and remove the rest of m_SKYLAKE_AVX512.
1989
19975c57
SH
19902018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1991
1992 * config.sub: Sync with upstream version 2018-07-03.
1993
c234070e
SH
19942018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
1995
1996 * config.guess: Sync with upstream version 2018-06-26.
1997 * config.sub: Sync with upstream version 2018-07-02.
1998
d41cd173
BW
19992018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
2000
92a285c1 2001 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
2002 * ltmain.sh: Likewise.
2003
d3435784
SB
20042018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2005
2006 * contrib/config-list.mk: Remove powerpc-linux_paired.
2007
da34ca3f
AO
20082018-06-29 Alexandre Oliva <oliva@adacore.com>
2009
2010 * configure.ac: Introduce support for @unless/@endunless.
2011 * Makefile.tpl (dep-kind): Rewrite with cond; return
2012 postbootstrap in some cases.
2013 (make-postboot-dep, postboot-targets): New.
2014 (dependencies): Do not output postbootstrap dependencies at
2015 first. Output non-target ones changed for configure to depend
2016 on stage_last @if gcc-bootstrap, and the original deps @unless
2017 gcc-bootstrap.
2018 * configure.in, Makefile.in: Rebuilt.
2019
8e236ddd
JW
20202018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
2021
2022 * MAINTAINERS (write after approval): Add myself.
2023
71d40114
RV
20242018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2025
2026 * MAINTAINERS (write after approval): Add myself.
2027
8006534c
NC
20282018-06-19 Nick Clifton <nickc@redhat.com>
2029
2030 * zlib/configure.ac: Restore old behaviour of only enabling
2031 multilibs when a target subdirectory is defined. This allows
2032 building with srcdir == builddir.
2033 * zlib/configure: Regenerate.
2034
9e03592e
EB
20352018-06-18 Eric Botcazou <ebotcazou@adacore.com>
2036
2037 * Makefile.def (fortran): Add check-target-libgomp-fortran.
2038 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2039 * Makefile.in: Regenerate.
2040
29305f60
BE
20412018-06-16 Ben Elliston <bje@gnu.org>
2042
2043 * config.guess: Import latest version.
2044 * config.sub: Likewise.
2045
31db0fe0
ML
20462018-06-08 Martin Liska <mliska@suse.cz>
2047
2048 * MAINTAINERS: Remove MPX-related entries.
2049 * Makefile.def: Remove libmpx support.
9e03592e
EB
2050 * Makefile.in: Regenerate.
2051 * configure.ac: Remove removed files.
2052 * configure: Regenerate.
31db0fe0
ML
2053 * libmpx/ChangeLog: Remove.
2054 * libmpx/Makefile.am: Remove.
2055 * libmpx/Makefile.in: Remove.
2056 * libmpx/acinclude.m4: Remove.
2057 * libmpx/aclocal.m4: Remove.
2058 * libmpx/config.h.in: Remove.
2059 * libmpx/configure: Remove.
2060 * libmpx/configure.ac: Remove.
2061 * libmpx/configure.tgt: Remove.
2062 * libmpx/libmpx.spec.in: Remove.
2063 * libmpx/mpxrt/Makefile.am: Remove.
2064 * libmpx/mpxrt/Makefile.in: Remove.
2065 * libmpx/mpxrt/libmpx.map: Remove.
2066 * libmpx/mpxrt/libtool-version: Remove.
2067 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2068 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2069 * libmpx/mpxrt/mpxrt.c: Remove.
2070 * libmpx/mpxrt/mpxrt.h: Remove.
2071 * libmpx/mpxwrap/Makefile.am: Remove.
2072 * libmpx/mpxwrap/Makefile.in: Remove.
2073 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2074 * libmpx/mpxwrap/libtool-version: Remove.
2075 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2076
e68086c4
ML
20772018-06-04 Martin Liska <mliska@suse.cz>
2078
2079 * MAINTAINERS: Add myself as gcov maintainer.
2080
37cca345
MF
20812018-06-04 Matthew Fortune <mfortune@gmail.com>
2082
2083 * MAINTAINERS: Update my email address.
2084
74386680
TV
20852018-06-04 Tom de Vries <tdevries@suse.de>
2086
2087 * MAINTAINERS: Remove write-after-approval entries for component
2088 maintainers.
2089
010ff25b
JL
20902018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2091
2092 * MAINTAINERS (write after approval): Add myself.
2093
64acc19a 20942018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
2095
2096 * MAINTAINERS: Update my email address.
2097
7aad7f4b
TV
20982018-06-01 Tom de Vries <tdevries@suse.de>
2099
2100 * MAINTAINERS: Update my email address.
2101
c5470754
BC
21022018-05-22 Bin Cheng <bin.cheng@arm.com>
2103
2104 * MAINTAINERS (loop-optimizer): Add myself.
2105
58b40a67
FT
21062018-05-01 Francois H. Theron <francois.theron@netronome.com>
2107
2108 * configure.ac: Added "nfp" target.
2109 * configure: Regenerate.
2110
bece35ca
RB
21112018-04-30 Richard Biener <rguenther@suse.de>
2112
2113 PR bootstrap/85571
2114 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2115 (STAGE3_TFLAGS): Likewise.
2116 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2117 (STAGEtrain_TFLAGS): Likewise.
2118 * Makefile.in: Regenerate.
2119
ae05281f
RB
21202018-04-26 Richard Biener <rguenther@suse.de>
2121
2122 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2123 (STAGE2_CFLAGS): Likewise.
2124 (STAGE2_TFLAGS): Likewise.
2125 (STAGE3_CFLAGS): Add -fchecking.
2126 (STAGE3_TFLAGS): Likewise.
2127 (STAGEtrain_CFLAGS): Filter out -fchecking.
2128 (STAGEtrain_TFLAGS): Likewise.
2129 * Makefile.in: Re-generate.
2130
c6e34a9b
CM
21312018-04-25 Catherine Moore <clm@codesourcery.com>
2132
2133 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2134
ae9fb56f
PC
21352018-04-18 Paul Clarke <pc@us.ibm.com>
2136
2137 * MAINTAINERS (write after approval): Add myself.
2138
a2919888
AS
21392018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2140
2141 * MAINTAINERS: Update my email address.
2142
c6024672
BS
21432018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2144
2145 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2146
85d36775
BS
21472018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2148
2149 * MAINTAINERS: Update my email address and disambiguate myself
2150 a bit from Will Schmidt.
2151
8bb406a2
NS
21522018-03-21 Nathan Sidwell <nathan@acm.org>
2153
2154 * MAINTAINERS: Move maintainers of now-removed picochip and score
2155 ports to write after approval.
2156
c9b39302
RS
21572018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2158
2159 * MAINTAINERS: Add entry for SVE maintainership.
2160
1fc1d82e
MR
21612018-02-13 Maciej W. Rozycki <macro@mips.com>
2162
2163 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2164 * configure: Regenerate.
2165
7b7f78d7
BK
21662018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2167
2168 * MAINTAINERS (write after approval): Add myself.
2169
3c1f3bf6
SP
21702018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2171
2172 * MAINTAINERS (write after approval): Add myself.
2173
182f27e3
SP
21742018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2175
2176 * MAINTAINERS (write after approval): Add myself.
85911661 2177
85ec4feb
JJ
21782018-01-03 Jakub Jelinek <jakub@redhat.com>
2179
2180 Update copyright years.
2181
ef7d7cf5
BE
21822018-01-03 Ben Elliston <bje@gnu.org>
2183
2184 * config.guess: Import latest version.
2185 * config.sub: Likewise.
2186
842df93e
SH
21872017-12-12 Stafford Horne <shorne@gmail.com>
2188
2189 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2190 * configure: Regenerate.
2191
1d0a8ae9
QZ
21922017-11-29 Qing Zhao <qing.zhao@oracle.com>
2193
2194 * MAINTAINERS (Write After Approval): Add myself.
2195
5e9d6aa4
JK
21962017-11-28 Julia Koval <julia.koval@intel.com>
2197 Sebastian Peryt <sebastian.peryt@intel.com>
2198
2199 * Makefile.def (target_modules): Remove libcilkrts.
2200 * Makefile.in: Ditto.
2201 * configure: Ditto.
2202 * configure.ac: Ditto.
2203
d2eaaa89
JK
22042017-11-28 Julia Koval <julia.koval@intel.com>
2205
2206 * MAINTAINERS (Write After Approval): Add myself.
2207
90b415f6
SD
22082017-11-22 Sudakshina Das <sudi.das@arm.com>
2209
2210 * MAINTAINERS (Write After Approval): Add myself.
2211
f804ba3e
PD
22122017-11-06 Palmer Dabbelt <palmer@sifive.com>
2213
2214 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2215 Use my SiFive email address.
2216
8744c9bf
SP
22172017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2218
2219 * MAINTAINERS (write after approval): Add myself.
2220
7181cca3
ML
22212017-10-27 Martin Liska <mliska@suse.cz>
2222
2223 * Makefile.tpl: Use proper name of folder as it was renamed
2224 during transition to 4 stages.
2225 * Makefile.in: Regenerate.
2226
fb336a7b
IT
22272017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2228
e50ffab3 2229 * MAINTAINERS (write after approval): Add myself.
fb336a7b 2230
7b5f5267
GP
22312017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2232
2233 * MAINTAINERS: Add a note that maintainership also includes web
2234 pages, docs, and testsuite related to that area.
2235
55de8eb3
TV
22362017-09-25 Tom de Vries <tom@codesourcery.com>
2237
2238 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2239
86ab175e
PMR
22402017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2241
2242 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2243
500ac452
NS
22442017-09-15 Nathan Sidwell <nathan@acm.org>
2245
2246 * MAINTAINERS: Remove myself as a vxworks maintainer.
2247
72ace300
TS
22482017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2249
2250 * MAINTAINERS: Remove email address of Jim Norris.
2251
1328002a
KT
22522017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2253
2254 * MAINTAINERS (Reviewers): Move myself from here...
2255 (CPU Port Maintainers): ... to here.
2256
84d0b6f5
JG
22572017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2258
2259 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2260
9c04bba3
RD
22612017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2262
e50ffab3 2263 * MAINTAINERS (write after approval): Add myself.
9c04bba3 2264
5a427c63
TR
22652017-07-28 Tony Reix <tony.reix@atos.net>
2266
2267 * configure.ac (target-libffi): Don't disable for AIX.
2268 (go): Don't add to unsupported_languages on AIX.
2269 (target-libgo): Don't disable for AIX.
2270 * configure: Regenerate.
2271
8994b66f
YG
22722017-07-19 Yury Gribov <tetra2005@gmail.com>
2273
2274 * MAINTAINERS: Add myself.
2275
7a795e10
TS
22762017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2277
2278 * MAINTAINERS: Update my email address.
2279
50061652
RE
22802017-07-04 Richard Earnshaw <rearnsha@arm.com>
2281
2282 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2283 arm-specific auto-generated header files.
2284
d4360477
NS
22852017-07-03 Nathan Sidwell <nathan@acm.org>
2286
2287 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2288 * configure: Rebuilt.
2289
9dc9ae74
BS
22902017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2291
2292 * MAINTAINERS: Readd myself for c6x.
2293
c8cf0b6f
ML
22942017-06-28 Martin Liska <mliska@suse.cz>
2295
2296 PR bootstrap/81217
2297 * Makefile.def: Remove superfluous bootstrap_target from
2298 bootstrap_stage.
2299 * Makefile.in: Re-generate the file.
2300
0666865c
MO
23012017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2302
e50ffab3 2303 * MAINTAINERS: Add myself to Write After Approval
0666865c 2304
827c925e
AJ
23052017-06-21 Andrew Jenner <andrew@codesourcery.com>
2306
2307 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2308
0d053a49
ML
23092017-06-19 Martin Liska <mliska@suse.cz>
2310
2311 * Makefile.def: Define 4 stages PGO bootstrap.
2312 * Makefile.tpl: Define FLAGS.
2313 * Makefile.in: Regenerate.
2314
be75f645
ILT
23152017-06-14 Ian Lance Taylor <iant@golang.org>
2316
2317 * Makefile.def: Add check-gotools to go check targets.
2318 * Makefile.in: Rebuild.
2319
c725f69c
SB
23202017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2321
2322 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2323
76052545
EB
23242017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2325
2326 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2327 * configure: Regenerate.
2328
afd88efc
ML
23292017-05-31 Martin Liska <mliska@suse.cz>
2330
2331 * configure.ac: Add handling of stage2_werror_flags to
2332 action-if-given and to action-if-not-given.
2333 * configure: Regenerate.
2334
945bafd6
PB
23352017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2336
2337 * MAINTAINERS: Add self to Write After Approval
2338
b9396a49
BS
23392017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2340
2341 * MAINTAINERS: Update my email address, and remove myself as
2342 maintainer in some areas.
2343
aa1b69e7
EG
23442017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2345
2346 * MAINTAINERS: Add self to Write After Approval
2347
cdfee50a
NS
23482017-05-25 Nathan Sidwell <nathan@acm.org>
2349
2350 * configure.ac: Add --enable-languages=default to mean default and
2351 make --enable-languages=all mean all supported languages.
2352 * configure: Regenerated.
2353
83349046
SB
23542017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2355
2356 * config.gcc (powerpc*-*-*spe*): New.
2357 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2358 (powerpc-*-rtems*spe*): New.
2359 (powerpc*-*-linux*spe*): New.
2360 (powerpc-wrs-vxworksspe): New.
2361 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2362 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2363 * config.host (powerpc*-*-*spe*): New.
2364
01c712cb
ML
23652017-05-19 Martin Liska <mliska@suse.cz>
2366
2367 * configure.ac: Add --enable-werror-always just for
2368 bootstrap-debug (or none build config) and do not add it
2369 when we are on a release branch.
2370 * configure: Regenerated.
2371
7880c1a5
SL
23722017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2373
2374 * MAINTAINERS: Add self to Write After Approval
2375
c759355f
KK
23762017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2377
2378 * MAINTAINERS: Move myself to Write After Approval section.
2379
79557bae
CZ
23802017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2381
2382 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2383 ACCH registers.
2384 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2385 available.
2386 (umulsidi3): Likewise.
2387 (mulsidi3_700): Disable this pattern when we have advanced mpy
2388 instructions.
2389 (umulsidi3_700): Likewise.
2390 (maddsidi4): New pattern.
2391 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2392 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2393 (mpydu_imm_arcv2hs): Likewise.
2394 * config/arc/predicates.md (accl_operand): New predicate.
2395
c7314bc1
CZ
23962017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2397 Andrew Burgess <andrew.burgess@embecosm.com>
2398
2399 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2400 case.
2401 (ARC_AUTOFP_IRQ_P): Likewise.
2402 (ARC_AUTO_IRQ_P): Likewise.
2403 (rgf_banked_register_count): New variable.
2404 (parse_mrgf_banked_regs_option): New function.
2405 (arc_override_options): Handle rgf_banked_regs option.
2406 (arc_handle_interrupt_attribute): Add firq option.
2407 (arc_compute_function_type): Return fast irq type when required.
2408 (arc_must_save_register): Handle fast interrupts.
2409 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2410 (arc_return_address_regs): Update.
2411 * config/arc/arc.h (arc_return_address_regs): Update.
2412 (arc_function_type): Add fast interrupt type.
2413 (ARC_INTERRUPT_P): Update.
2414 (RC_FAST_INTERRUPT_P): Define.
2415 * config/arc/arc.md (simple_return): Update for fast interrupts.
2416 (p_return_i): Likewise.
2417 * config/arc/arc.opt (mrgf-banked-regs): New option.
2418 * doc/invoke.texi (mrgf-banked-regs): Document.
2419
41453183
CZ
24202017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2421
2422 * config/arc/arc.c (irq_ctrl_saved): New variable.
2423 (ARC_AUTOBLINK_IRQ_P): Define.
2424 (ARC_AUTOFP_IRQ_P): Likewise.
2425 (ARC_AUTO_IRQ_P): Likewise.
2426 (irq_range): New function.
2427 (arc_must_save_register): Likewise.
2428 (arc_must_save_return_addr): Likewise.
2429 (arc_dwarf_emit_irq_save_regs): Likewise.
2430 (arc_override_options): Handle deferred options.
2431 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2432 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2433 arc_must_save_return_addr.
2434 (arc_compute_frame_size): Handle automated save and restore of
2435 registers.
2436 (arc_expand_prologue): Likewise.
2437 (arc_expand_epilogue): Likewise.
2438 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2439 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2440 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2441
52744dd7
TK
24422017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2443 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2444
2445 PR bootstrap/77661
2446 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2447 in-tree build MPC.
2448 * Makefile.in: Regenerate.
2449
deeba76a
FXC
24502017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2451
2452 * configure.ac: Enable LTO by default on darwin >= 9.
2453 * configure: Regenerate.
2454
5a05e11d
PD
24552017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2456
2457 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2458 and Andrew Waterman as the RISC-V maintainers.
2459
e04f858c
NK
24602017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2461
2462 * MAINTAINERS: Add self to Write After Approval
2463
a98cf819
GP
24642017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2465
2466 * config.guess: Import latest from upstream.
2467
9826d1a3
GP
24682017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2469
2470 * MAINTAINERS (Write After Approval): Remove entries that are
2471 already covered under Reviewers.
2472
a46586c3
MW
24732017-03-08 Mark Wielaard <mark@klomp.org>
2474
2475 PR demangler/70909
2476 PR demangler/67264
2477 * include/demangle.h: Add d_printing to struct demangle_component
2478 and pass struct demangle_component as non const.
2479
734ca1c2
GP
24802017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2481
2482 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2483
93b87d1d
TS
24842017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2485
2486 * Makefile.tpl: Remove HOST_ISLVER.
2487 (HOST_EXPORTS): Remove ISLVER.
2488 * Makefile.in: Regenerate.
2489
f877b3ad
RB
24902017-02-13 Richard Biener <rguenther@suse.de>
2491
2492 * configure: Re-generate.
2493
2ad31830
GP
24942017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2495
2496 * MAINTAINERS: Adjust bug reporting URL.
2497
3501e62c
GP
24982017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2499
2500 * MAINTAINERS (Write After Approval): Remove redundant entry
2501 for Andrew Burgess.
2502
510555e0
JDA
25032017-02-03 John David Anglin <danglin@gcc.gnu.org>
2504
e50ffab3 2505 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 2506 32-bit hppa*-*-hpux*.
e50ffab3 2507 * configure: Regenerate.
510555e0 2508
f6a24a94
MJ
25092017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2510
2511 * configure.ac: Moved the white list of enabling BRIG FE to
2512 libhsail-rt/configure.tgt.
2513 * configure: Regenerated.
2514 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2515
25162017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
2517 Martin Jambor <mjambor@suse.cz>
2518
5fd1486c
PJ
2519 * Makefile.def (target_modules): Added libhsail-rt.
2520 (languages): Added language brig.
2521 * Makefile.in: Regenerated.
2522 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2523 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2524 * configure: Regenerated.
2525
3c36aa6b
JJ
25262017-01-17 Jakub Jelinek <jakub@redhat.com>
2527
2528 PR other/79046
2529 * configure: Regenerated.
2530
8f56cb51
AM
25312017-01-04 Alan Modra <amodra@gmail.com>
2532
2533 * configure: Regenerate.
2534
f2c764c5
BE
25352016-12-29 Ben Elliston <bje@gnu.org>
2536
2537 * config.sub: Import latest version.
2538
1dc9c117
AI
25392016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2540
2541 * MAINTAINERS (Write After Approval): Add myself.
2542
c21fdaa1
JJ
25432016-12-21 Jakub Jelinek <jakub@redhat.com>
2544
2545 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2546 includes bootstrap-mpx.
2547 * configure: Regenerated.
2548
cc811459
CX
25492016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2550
2551 * MAINTAINERS (Write After Approval): Add myself.
2552
b55e6680
MJ
25532016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2554
8f56cb51 2555 * configure: Regenerate.
b55e6680 2556
825fba52
MK
25572016-12-01 Matthias Klose <doko@ubuntu.com>
2558
2559 * configure.ac: Don't use pkg-config to check for bdw-gc.
2560 * configure: Regenerate.
2561
114bf3f1
MK
25622016-11-30 Matthias Klose <doko@ubuntu.com>
2563
2564 * Makefile.def: Remove reference to boehm-gc target module.
2565 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2566 options and for the bdw-gc pkg-config module.
2567 * configure: Regenerate.
2568 * Makefile.in: Regenerate.
2569
21b0f96a
NS
25702016-11-28 Nathan Sidwell <nathan@acm.org>
2571
2572 * MAINTAINERS (nvptx): Remove self.
2573
292edab3
BE
25742016-11-25 Ben Elliston <bje@gnu.org>
2575
2576 * config.guess: Import latest version.
2577 * config.sub: Likewise.
2578
0954a00b
TT
25792016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2580
2581 * MAINTAINERS (Write After Approval): Add myself.
2582
8e4d2ca4
MK
25832016-11-15 Matthias Klose <doko@ubuntu.com>
2584
2585 * Makefile.def: Remove references to GCJ.
2586 * Makefile.tpl: Likewise.
2587 * Makefile.in: Regenerate.
2588
84c1b9d3
MK
25892016-11-15 Matthias Klose <doko@ubuntu.com>
2590
2591 * config-ml.in: Remove references to GCJ.
2592 * configure.ac: Likewise.
2593 * configure: Regenerate.
2594
3f95ca6c
JC
25952016-11-01 Josh Conner <joshconner@google.com>
2596
2597 * MAINTAINERS (Write After Approval): Update email address,
2598
457cc672
CL
25992016-10-27 Carl Love <cel@us.ibm.com>
2600
2601 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2602 Approval list to make it alphabetical.
2603
2142f54f
CL
26042016-10-27 Carl Love <cel@us.ibm.com>
2605
2606 * MAINTAINERS (Write After Approval): Add myself.
2607
104700f4
AB
26082016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2609
2610 * MAINTAINERS (Reviewers): Add myself.
2611 (Write After Approval): Add myself.
2612
942c0db8
HP
26132016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2614 Ulrich Weigand <uweigand@de.ibm.com>
2615
2616 * MAINTAINERS: Update email address.
2617
fbf4c502
NS
26182016-10-10 Nathan Sidwell <nathan@acm.org>
2619
2620 * MAINTAINERS: Update email address.
2621
b20e7532
AT
26222016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2623
2624 * configure.ac: Add aarch64-*-freebsd*.
2625 * configure: Regenerate.
2626
2e21fd4d
SE
26272016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2628
2629 * MAINTAINERS: Update email address after it got reverted.
2630
43c40f3e
RO
26312016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2632
2633 * configure.ac (target_libraries): Readd target-boehm-gc.
2634 Restore --enable-objc-gc handling.
2635 * configure: Regenerate.
2636
f05796ba
JL
26372015-10-03 Jeff Law <law@redhat.com>
2638
2639 * MAINTAINERS: Move several inactive maintainers to the
2640 write-after-approval section.
2641
012447ea
JJ
26422016-09-30 Jakub Jelinek <jakub@redhat.com>
2643
2644 * configure.ac: Add target-libffi to target_libraries.
2645 Readd libgcj target disablings, modified to only target-libffi.
2646 Readd target addition of go to unsupported languages.
2647 * configure: Regenerated.
2648
a7d75d59
SE
26492016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2650
2651 * MAINTAINERS: Update email address.
2652
d1a79a95
AH
26532016-09-30 Andrew Haley <aph@redhat.com>
2654
4d8c733d 2655 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
2656 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2657 libgcj.
2658
af2d4873
AH
26592016-09-30 Andrew Haley <aph@redhat.com>
2660
2661 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2662 write-after approval after GCJ deletion.
2663
07b78716
AH
26642016-09-30 Andrew Haley <aph@redhat.com>
2665
2666 * Makefile.def: Remove libjava.
2667 * Makefile.tpl: Likewise.
2668 * Makefile.in: Regenerate.
2669 * configure.ac: Likewise.
2670 * configure: Likewise.
2671 * gcc/java: Remove.
2672 * libjava: Likewise.
2673
a29b7214
CZ
26742016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2675
2676 * MAINTAINERS (Reviewers): Add myself.
2677
2fd88f4f
AK
26782016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2679
2680 * configure.ac: Disable "sim" directory for arc*-*-*.
2681 * configure: Regenerated.
2682
e2080e79
TC
26832016-09-23 Tamar Christina <tamar.christina@arm.com>
2684
2685 * MAINTAINERS (Write After Approval): Add myself.
2686
8f3675f8
MR
26872016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2688
2689 * configure.ac: Check for the minimum in-tree MPFR version
2690 handled.
2691 * configure: Regenerate.
2692
21f88103
YTL
26932016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2694
2695 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2696 * configure: Regenerated.
2697
60d51882
FR
26982016-07-19 Fritz Reese <fritzoreese@gmail.com>
2699
2700 * MAINTAINERS (Write After Approval): Add myself.
2701
277d7ee0
AK
27022016-06-23 Andi Kleen <ak@linux.intel.com>
2703
2704 * Makefile.def: Add autoprofiledbootstrap.
2705 * Makefile.tpl: Dito.
2706 * Makefile.in: Regenerate.
2707
fd6487af
JS
27082016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2709
2710 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2711 * configure: Regenerate.
2712
3e326935
TS
27132016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2714
2715 * configure: Regenerate.
2716 * configure.ac: Remove support for avr-rtems.
2717
9582bf04
SKS
27182016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2719
2720 * MAINTAINERS (Write After Approval): Add myself.
2721
6f820b68
MC
27222016-06-16 Michael Collison <michael.collison@arm.com>
2723
2724 * MAINTAINERS (Write After Approval): Add myself.
2725
775ee7fa
MM
27262016-06-14 Mikael Morin <mikael@gcc.gnu.org>
2727
2728 * MAINTAINERS (Write After Approval): Update e-mail address.
2729
de3ba371
JM
27302016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
2731
21f88103 2732 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 2733
350216e3
AM
27342016-05-28 Alan Modra <amodra@gmail.com>
2735
2736 * Makefile.tpl (configure): Depend on m4 files included.
2737 * Makefile.in: Regenerate.
2738
9cad20fa
BS
27392016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2740
2741 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
2742 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
2743
92466115
BS
27442016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
2745
2746 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
2747 special case builtin.
2748 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
2749 support for ALTIVEC_BUILTIN_VEC_ADDEC.
2750 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
2751 for __builtin_vec_addec.
2752
fe38e08b
JS
27532016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
2754
2755 * config.guess: Import version 2016-04-02 (newest).
2756 * config.sub: Import version 2016-05-10 (newest).
2757
cef1a0b8 27582016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 2759
cef1a0b8
JL
2760 * configure.ac: Add ARC support to libgloss.
2761 * configure: Regenerate
704b85c7 2762
75a6b91a
AS
27632016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
2764
2765 * MAINTAINERS (Write After Approval): Add myself.
2766
00f35794
BE
27672016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
2768
2769 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
2770 * configure: Regenerated.
2771 * Makefile.def (gmp): Explicitly disable assembler.
2772 (mpfr): Adjust lib_path.
2773 (mpc): Likewise.
2774 * Makefile.in: Regenerated.
2775
c100769b
JJ
27762016-05-01 Jakub Jelinek <jakub@redhat.com>
2777
2778 PR bootstrap/70704
2779 * configure.ac (--enable-stage1-checking): Add missing
2780 --enable-checking=.
2781 * configure: Regenerated.
2782
bc6d9014
OE
27832016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2784
ace08cb8
OE
2785 * config.guess: Revert r235676.
2786 * config.sub: Revert r235676.
2787
27882016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
2789
2790 * config.guess: Remove SH5 support.
bc6d9014
OE
2791 * config.sub: Likewise.
2792 * configure: Likewise.
2793 * configure.ac: Likewise.
2794
7db11a5a
JJ
27952016-04-26 Jakub Jelinek <jakub@redhat.com>
2796
2797 PR bootstrap/70704
2798 * configure.ac (--enable-stage1-checking): For --disable-checking or
2799 implicit --enable-checking, make sure extra flag matches in between
2800 stage1 and later checking.
2801 * configure: Regenerated.
2802
ab0fc037
TS
28032016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2804
2805 * .gitattributes: New file.
2806
c048fa95
SB
28072016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
2808
2809 * MAINTAINERS (rs6000/powerpc port): Add myself.
2810
f3653cf5
SB
28112016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
2812
2813 PR bootstrap/70173
2814 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
2815 and gotools directories. Delete the stage_final file.
2816 * Makefile.in: Regenerate.
2817
4f93efa4
AV
28182016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
2819
2820 * MAINTAINERS (Write After Approval): Add myself.
2821
c27e432e
SK
28222016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
2823
2824 * MAINTAINERS (Fortran maintainer): Remove myself.
2825
7134713c
BS
28262016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
2827
2828 * MAINTAINERS (Write After Approval): Add myself.
2829
7d74282a
KN
28302016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
2831
2832 * MAINTAINERS (Write After Approval): Add myself.
2833
1b858e76
CC
28342016-03-17 Cary Coutant <ccoutant@gmail.com>
2835
2836 Sync with binutils-gdb:
2837
2838 2016-03-17 Cary Coutant <ccoutant@gmail.com>
2839
2840 * configure.ac: Add mips and s390 to the gold target check.
2841 * configure: Regenerate.
2842
d15bd5bb
DD
28432016-03-01 DJ Delorie <dj@redhat.com>
2844
2845 * MAINTAINERS (mep): Remove myself as MeP maintainer.
2846
6d1fa6bb
DM
28472016-02-22 David Malcolm <dmalcolm@redhat.com>
2848
2849 * MAINTAINERS (libcpp): Add myself.
2850 (diagnostic messages): Likewise.
2851
607bda60
TV
28522016-02-20 Tom de Vries <tom@codesourcery.com>
2853
2854 * MAINTAINERS: Fix whitespace.
2855
80cfaff8
CZ
28562016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
2857
2858 * MAINTAINERS (Write After Approval): Add myself.
2859
c661a43d
SP
28602016-01-29 Sebastian Pop <s.pop@samsung.com>
2861
2862 * config/isl.m4: Add comments about isl-0.16.
2863 * configure: Regenerate.
2864
86b3a101
MJ
28652016-01-29 Martin Jambor <mjambor@suse.cz>
2866
2867 * MAINTAINERS (hsa maintainers): Add myself.
2868
960cbfd2
WD
28692015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
2870
2871 * MAINTAINERS: (Write After Approval): Add myself.
2872
1e050c90
AK
28732016-01-25 Aditya Kumar <aditya.k7@samsung.com>
2874 Sebastian Pop <s.pop@samsung.com>
2875
2876 * Makefile.in: Regenerate.
2877 * Makefile.tpl: Export ISLVER.
2878 * configure: Regenerate.
2879 * config/isl.m4: Detect isl-0.15.
2880
cefadad1
MM
28812016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
2882
2883 PR bootstrap/69329
2884 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
2885 * Makefile.in: Regenerate.
2886
9e530bcd
AP
28872016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
2888
2889 * configure.ac: Enable LTO for DJGPP
2890 * configure: Regenerate
2891
324402a0
L
28922016-01-12 H.J. Lu <hongjiu.lu@intel.com>
2893
2894 Sync with binutils-gdb:
2895 2015-10-21 Nick Clifton <nickc@redhat.com>
2896
2897 PR gas/19109
2898 * configure.ac: Note the 'none' is an acceptable argument to
2899 --enable-compressed-debug-sections.
2900 * configure: Regenerate.
2901
9eaaa830
BE
29022016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
2903
2904 PR bootstrap/69134
2905 * Makefile.def (mpfr): Disable assembler.
2906 * Makefile.in: Regenerate.
2907
cfe67e03
BE
29082016-01-01 Ben Elliston <bje@gnu.org>
2909
2910 * config.guess: Import version 2016-01-01.
2911 * config.sub: Likewise.
2912
be33d404
SS
29132015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
2914
2915 * MAINTAINERS (Write After Approval): Add myself.
2916
e357a5e0
SP
29172015-12-17 Sebastian Pop <s.pop@samsung.com>
2918
2919 * Makefile.in: Replace ISL with isl.
2920 * Makefile.tpl: Same.
2921 * config/isl.m4: Same.
2922 * configure.ac: Same.
2923 * contrib/download_prerequisites: Same.
2924 * configure: Regenerate.
2925
1ad2439b
AP
29262015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
2927
2928 * MAINTAINERS (Write After Approval): Add Myself.
2929
70decafb
NS
29302015-12-17 Nathan Sidwell <nathan@acm.org>
2931
2932 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
2933 * configure: Regenerate.
2934
560d18d3
AK
29352015-12-16 Aditya Kumar <aditya.k7@samsung.com>
2936 Sebastian Pop <s.pop@samsung.com>
2937
2938 * config/isl.m4 (ISL_CHECK_VERSION): Check for
2939 isl_ctx_get_max_operations.
2940 * configure: Regenerate.
2941
57e8ab24 29422015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
2943
2944 * MAINTAINERS (Write After Approval): Add myself.
2945
105b682e
ILT
29462015-12-02 Ian Lance Taylor <iant@google.com>
2947
2948 PR go/66147
2949 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
2950 * Makefile.in: Regenerate.
2951
7eb46bec
AT
29522015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
2953
2954 PR libffi/65726
2955 * Makefile.def (lang_env_dependencies): Make libffi depend
2956 on cxx.
2957 * Makefile.in: Regenerate.
2958
cc3baaa9
DE
29592015-11-26 David Edelsohn <dje.gcc@gmail.com>
2960
2961 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
2962 symbols.
2963
3be96231
TG
29642015-11-20 Tristan Gingold <gingold@adacore.com>
2965
2966 Sync with binutils-gdb:
2967 2015-11-20 Tristan Gingold <gingold@adacore.com>
2968
2969 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
2970 * configure: Regenerate.
2971
daa53f38
ML
29722015-11-19 Martin Liska <mliska@suse.cz>
2973
2974 * .gitignore: Add .clang-format to ignored files.
2975 * Makefile.in: Add clang-format.
2976 * Makefile.tpl: Likewise.
2977
54985c70
TA
29782015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
2979
2980 * configure.ac: Enable libmpx by default.
2981 * configure: Regenerated.
2982
d0397c75
SE
29832015-10-23 Steve Ellcey <sellcey@imgtec.com>
2984
2985 * MAINTAINERS: Update email address.
2986
735a559c
PM
29872015-10-23 Paulo Matos <pmatos@linki.tools>
2988
2989 * MAINTAINERS: Update email address.
2990
15713b43
AH
29912015-10-23 Alan Hayward <alan.hayward@arm.com>
2992
2993 * MAINTAINERS (Write After Approval): Add myself.
2994
78edb32f
L
29952015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2996
2997 Sync with binutils-gdb:
2998 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
2999
3000 PR gas/19109
3001 * configure.ac: Add
3002 --enable-compressed-debug-sections={all,gas,gold,ld}.
3003 * configure: Regenerated.
3004
dec6b7f1
AC
30052015-10-16 Arnaud Charlet <charlet@adacore.com>
3006
3007 * MAINTAINERS: Update list of Ada maintainers and email addresses.
3008
6be1d686
ML
30092015-10-09 Martin Liska <mliska@suse.cz>
3010
3011 * MAINTAINERS (Write After Approval): Add myself.
3012
dc0e2060
AF
30132015-10-09 Alexander Fomin <alexander.fomin@intel.com>
3014
3015 * MAINTAINERS (Write After Approval): Add myself.
3016
bec93d40
FW
30172015-10-02 Florian Weimer <fweimer@redhat.com>
3018
3019 * MAINTAINERS: Update email address.
3020
0487f06d
LK
30212015-10-02 Louis Krupp <louis.krupp@zoho.com>
3022
3023 * MAINTAINERS (Write After Approval): Add myself.
3024
56547ff7
KT
30252015-09-20 Kai Tietz <ktietz70@googlemail.com>
3026
423ea09f 3027 * MAINTAINERS: Update email.
56547ff7 3028
ed4c91ea
BS
30292015-09-14 Bernd Schmidt <bschmidt@redhat.com>
3030
3031 * MAINTAINERS: Update my email address.
3032
2503fd9e
JB
30332015-09-01 James Bowman <james.bowman@ftdichip.com>
3034
3035 * MAINTAINERS (ft32 port): Add myself.
3036
3726332a
DS
30372015-08-28 David Sherwood <david.sherwood@arm.com>
3038
3039 * MAINTAINERS: Add myself.
3040
15480aaf
PM
30412015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
3042
3043 * MAINTAINERS (Write After Approval): Add myself.
3044
ad4f95e3
FXC
30452015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3046
3047 PR libfortran/54572
3048 * Makefile.def: Make libgfortran depend on libbacktrace.
3049 * Makefile.in: Regenerate.
3050
95f25df0
SD
30512015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3052
3053 * MAINTAINERS (Write After Approval): Add myself.
3054
5dc85f7e
TV
30552015-08-12 Tom de Vries <tom@codesourcery.com>
3056
3057 PR other/67092
3058 * configure.ac: Remove --with_host_libstdcxx support.
3059 * configure: Regenerate.
3060
44a7d18d
TS
30612015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3062 Jakub Jelinek <jakub@redhat.com>
3063
3064 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3065 nvptx*-*-*.
3066 * configure: Regenerate.
3067
bf5372e7
YS
30682015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3069
3070 * Makefile.def (libiconv): Define bootstrap=true.
3071 Mark pdf/html/info as missing.
3072 (configure-gcc): Depend on all-libiconv.
3073 (all-gcc): Ditto.
3074 (configure-libcpp): Ditto.
3075 (all-libcpp): Ditto.
3076 (configure-intl): Ditto.
3077 (all-intl): Ditto.
3078 * Makefile.in: Regenerate.
3079
94b8fdcc
BC
30802015-08-03 Bin Cheng <bin.cheng@arm.com>
3081
3082 * MAINTAINERS (loop ivopts): Add the entry and myself.
3083
430bcac1
NS
30842015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3085
3086 * MAINTAINERS (nvptx): Add self.
3087
110d61da
AL
30882015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3089
3090 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3091 128-bit vector modes.
3092
c9da7548 30932015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 3094
c9da7548
VV
3095 * MAINTAINERS (Write After Approval): Add myself.
3096
423ea09f 30972015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
3098
3099 * config.sub, config.guess: Import from upstream.
3100
6b1786aa
JL
31012015-07-24 Michael Darling <darlingm@gmail.com>
3102
3103 PR other/66259
3104 * config-ml.in: Reflects renaming of configure.in to configure.ac
3105 * configure: Likewise
3106 * configure.ac: Likewise
3107
45952786
BS
31082015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3109
3110 * MAINTAINERS: Update my email address.
3111
f1595603
L
31122015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3113
3114 Sync with binutils-gdb:
3115 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3116
3117 * configure.ac (target_configdirs): Exclude target-zlib if
3118 target-libjava isn't built.
3119 * configure: Regenerated.
3120
a05c2c75
L
31212015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3122
3123 Sync with binutils-gdb:
3124 2015-05-13 John David Anglin <dave.anglin@bell.net>
3125
3126 * configure.ac: Disable configuration of GDB for HPUX targets.
3127 * configure: Regenerate.
3128
3129 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3130
3131 * configure.ac: Add --with-system-zlib.
3132 * configure: Regenerated.
3133
3134 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3135
3136 * configure.ac: Add FT32 support.
3137 * configure: Regenerate.
3138
3139 2015-01-12 Anthony Green <green@moxielogic.com>
3140
3141 * configure.ac: Don't disable gprof for moxie.
3142 * configure: Rebuild.
3143
1c01ebf6
L
31442015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3145
3146 Sync with binutils-gdb:
3147 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3148
3149 PR ld/18355
3150 * Makefile.def: Add extra_configure_flags to host zlib.
3151 * configure.ac (extra_host_zlib_configure_flags): New. Set
3152 to --enable-host-shared When bfd is to be built as shared
3153 library. AC_SUBST.
3154 * Makefile.in: Regenerated.
3155
e59969a1
HPN
31562015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3157
3158 Sync with src:
3159 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3160 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3161 * Makefile.in: Regenerated.
3162
d9063947
L
31632015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3164
3165 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3166 target.
3167 * configure: Regenerate.
3168
b837291d
LC
31692015-06-23 Ludovic Courtès <ludo@gnu.org>
3170
3171 * MAINTAINERS (Write After Approval): Add myself.
3172
2a97995f
AT
31732015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3174
3175 * MAINTAINERS (OS Port Maintainers): Add myself.
3176 (Various Maintainers): Remove myself from libffi testsuite.
3177
19cd26a6
RS
31782015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3179
3180 * MAINTAINERS (gen* on machine desc): Add self.
3181
8ca528d9
JM
31822015-06-02 Jason Merrill <jason@redhat.com>
3183
3184 PR bootstrap/66319
3185 * configure.ac: Use -std=gnu++98.
3186
4526c3c1
SN
31872015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3188
3189 * MAINTAINERS (Write After Approval): Add myself.
3190
318a4e6d
MF
31912015-05-28 Mike Frysinger <vapier@gentoo.org>
3192
3193 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3194 * configure: Regenerate.
3195
46070488
JM
31962015-05-26 Jason Merrill <jason@redhat.com>
3197
3198 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3199 * configure: Regenerate.
3200
fef939d6
JB
32012015-05-16 James Bowman <james.bowman@ftdichip.com>
3202
3203 * configure.ac: FT32 target added.
fef939d6
JB
3204 * configure: Regenerated.
3205
886faf50
IB
32062015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3207
3208 * MAINTAINERS (Write After Approval): Add myself.
3209
91c6b410
PM
32102015-05-11 Paulo Matos <paulo@matos-sorge.com>
3211
3212 * MAINTAINERS (Write After Approval): Add myself.
3213
e640447c
PM
32142015-05-11 Paulo Matos <paulo@matos-sorge.com>
3215
3216 * configure.ac: Fix typo.
3217 * configure: Regenerate.
3218
e587377d
MM
32192015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3220
3221 * MAINTAINERS (Write After Approval): Add myself.
3222
cabb9d59
MK
32232015-05-03 Matthias Klose <doko@ubuntu.com>
3224
3225 * configure.ac: Match $host configured with triplets.
3226 * configure: Regenerate.
3227
fafb95a6
BRF
32282015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3229
3230 * Makefile.tpl: Remove surplus whitespace throughout.
3231 * Makefile.in: Regenerate.
3232
85867772
SB
32332015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3234
3235 * MAINTAINERS (Various Maintainers): Add myself as instruction
3236 combiner maintainer.
3237
c10b5ea0
JJ
32382015-04-17 Jakub Jelinek <jakub@redhat.com>
3239
3240 PR bootstrap/62077
3241 * configure.ac (--enable-stage1-checking): Default to
3242 release,misc,gimple,rtlflag,tree,types if --disable-checking
3243 or --enable-checking is not specified and DEV-PHASE is not
3244 experimental.
3245 * configure: Regenerated.
3246
77019397
MO
32472015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3248
3249 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3250 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3251 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3252 * Makefile.in: Regenerate.
3253
17feae99 32542015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
3255
3256 * MAINTAINERS: Update my email address.
3257
e61ffb3b
JG
32582015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3259
3260 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3261
b16cc4f2
KT
32622015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3263
3264 * MAINTAINERS: Add myself as an arm port reviewer.
3265
ec523909
ML
32662015-03-25 Martin Liska <mliska@suse.cz>
3267 Yury Gribov <y.gribov@samsung.com>
3268
3269 * Makefile.in: Fix ln source location for vimrc file.
3270 * Makefile.tpl: Likewise.
3271
fc30054e
AH
32722015-03-09 Aldy Hernandez <aldyh@redhat.com>
3273
3274 PR bootstrap/25672
3275 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3276 cross-compiling. Similarly for CXX_FOR_TARGET.
3277 * configure: Regenerate.
3278
5373cd33
IE
32792015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3280
3281 * Makefile.def: Add libmpx.
3282 * configure.ac: Add libmpx.
3283 * Makefile.in: Regenerate.
3284 * configure: Regenerate.
3285
a6e8abb9
KY
32862015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3287
3288 * MAINTAINERS (CPU Port Maintainers): Add myself
3289 i386 vector ISA extns mantainer.
3290
f2b86778
JL
32912015-03-13 Jeff Law <law@redhat.com>
3292
3293 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3294 maintainer.
3295 Remove Richard Henderson as a maintainer for the x86 port.
3296
9dd44d1c
JR
32972015-03-03 Joern Rennecke <gnu@amylaar.uk>
3298
3299 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3300
33079441
IE
33012015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3302
3303 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3304 pointer bounds checker and i386 MPX maintainer.
3305
d083ae5f
SL
33062015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3307
3308 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3309
f91f1c13
MS
33102015-02-26 Martin Sebor <msebor@redhat.com>
3311
3312 * MAINTAINERS (Various Maintainers): Add self.
3313
426c1eb0
TS
33142015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3315
3316 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3317 Make sure it contains lto.
3318 * configure: Regenerate.
3319
8ae12d71
TS
33202015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3321
3322 * configure: Regenerate.
3323
11aa81cc 33242015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 33251
11aa81cc
DN
3326 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3327 middle-end, docstring): Remove myself.
3328 (Write After Approval): Add myself.
3329
a436ab27
JJ
33302015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3331
3332 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3333 (Write After Approval): Update address.
3334
231d020b
DM
33352015-01-29 David Malcolm <dmalcolm@redhat.com>
3336
3337 PR jit/64780
3338 * configure.ac: Require the user to explicitly specify
3339 --enable-host-shared if the jit is enabled.
3340 * configure: Regenerate.
3341
82a94471
RS
33422015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3343
3344 * MAINTAINERS (Write After Approval): Add myself.
3345
e6f0c56d
TV
33462015-01-25 Tom de Vries <tom@codesourcery.com>
3347
3348 * MAINTAINERS: Make whitespace consistent.
3349
631ff3e1
BO
33502015-01-23 Braden Obrzut <admin@maniacsvault.net>
3351
3352 * MAINTAINERS (Write After Approval): Add myself.
3353
09b9cd1f
AV
33542015-01-20 Andre Vehreschild <vehre@gmx.de>
3355
3356 * MAINTAINERS: (Write After Approval): Add myself.
3357
802ed46a
MU
33582015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3359
3360 * MAINTAINERS: (Write After Approval): Add myself.
3361
c61fcfa6
PT
33622015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3363
3364 * MAINTAINERS: (Write After Approval): Add myself.
3365
ebcd09c1
IS
33662015-01-13 Iain Sandoe <iain@codesourcery.com>
3367
3368 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3369 objective-c/c++ front end maintainer.
3370
71aa170d
MP
33712015-01-13 Marek Polacek <polacek@redhat.com>
3372
3373 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3374
da067543
JL
33752015-01-12 Jeff Law <law@redhat.com>
3376
3377 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3378 a very long time.
3379
bf1de3f0
ILT
33802015-01-09 Ian Lance Taylor <iant@google.com>
3381
3382 * configure.ac (host_tools): Add gotools.
3383 * Makefile.def (host_modules): Add gotools.
3384 (dependencies): Add dependency of all-gotools on all-target-libgo.
3385
82a19768
AT
33862015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3387
3388 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3389 * configure: Regenerate.
3390
53dd59bf
TS
33912015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3392
3393 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3394 all-target-libgomp.
3395 * Makefile.in: Regenerate.
3396
8054942d
EB
33972015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3398
3399 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3400
0969ec7d
EB
34012015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3402
3403 * configure.ac: Add Visium support.
3404 * configure: Regenerate.
3405
ec8fd1c0
AS
34062015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3407
3408 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3409 * configure: Regenerate.
3410
9bccfdf5
AP
34112015-01-03 Andrew Pinski <apinski@cavium.com>
3412
3413 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3414 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3415 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3416 (OBJCOPY_FOR_TARGET): New variable.
3417 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3418 * Makefile.in: Regenerate.
3419 * configure.ac: Check for already installed target objcopy.
3420 Also GCC_TARGET_TOOL on objcopy.
3421 * configure: Regenerate.
3422
007adc0d
HPN
34232015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3424
3425 * config.sub: Update from upstream, to 2015-01-01 version.
3426 * config.guess: Ditto.
3427
fe55e976
SH
34282014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3429
3430 * MAINTAINERS (RTEMS Ports): Add myself.
3431
b86d271e
PMR
34322014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3433
3434 * MAINTAINERS (Write After Approval): Add myself.
3435
9733278a
MH
34362014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3437
3438 * MAINTAINERS (Write After Approval): Add myself.
3439
4b4f2e35
TS
34402014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3441
3442 * configure.ac (--enable-as-accelerator-for): Don't set
3443 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3444 * configure: Regenerate.
3445
b6a65eb6
JJ
34462014-12-13 Jakub Jelinek <jakub@redhat.com>
3447
3448 PR bootstrap/64023
3449 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3450 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3451 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3452 to CXX.
3453 * Makefile.in: Regenerated.
3454
c3e1e693
YG
34552014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3456 Yury Gribov <y.gribov@samsung.com>
3457
3458 * .gitignore: Added .local.vimrc and .lvimrc.
3459 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3460 * Makefile.in: Regenerate.
3461
34622014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
3463
3464 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3465 * configure: Regenerated.
3466
b9fb25a5
BS
34672014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3468
3469 * MAINTAINERS (nvptx port): New entry.
3470
d896cc4d
JBG
34712014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3472
3473 * configure: Regenerate.
3474
74ae587e
JBG
34752014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3476
3477 * configure.ac: Merge with Binutils.
3478
45c89690
TB
34792014-11-26 Tobias Burnus <burnus@net-b.de>
3480
3481 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3482 * Makefile.in: Regenerate.
3483
ea903c37
BE
34842014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3485
3486 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3487 missing flex.
3488 * Makefile.in: Regenerated.
3489
eb23df59
IV
34902014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3491
3492 * Makefile.in: Regenerate.
3493
a699d672
L
34942014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3495
3496 PR bootstrap/63784
3497 * libtool.m4: Add $pic_flag with -shared.
3498
fc065a61
RL
34992014-11-21 Renlin Li <Renlin.Li@arm.com>
3500
3501 * MAINTAINERS (Write After Approval): Added myself.
3502
efcc23e6
AV
35032014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3504
3505 * MAINTAINERS (write-after-approval): Add myself.
3506
dd308ed8
MK
35072014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3508
3509 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3510 from 2 years ago.
3511
ac8698a1
AV
35122014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3513
3514 Revert:
3515 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3516
3517 * MAINTAINERS (Write After Approval): Added myself as line map
3518 maintainer.
3519
8dab9330
RL
35202014-11-19 Renlin Li <Renlin.Li@arm.com>
3521
3522 Revert:
3523 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3524
3525 * MAINTAINERS (Write After Approval): Added myself.
3526
1be22083
RL
35272014-11-19 Renlin Li <Renlin.Li@arm.com>
3528
3529 * MAINTAINERS (Write After Approval): Added myself.
3530
59392f46
AV
35312014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3532
3533 * MAINTAINERS (Write After Approval): Added myself as line map
3534 maintainer.
3535
0f3422cc
DS
35362014-11-17 Dodji Seketeli <dodji@redhat.com>
3537
3538 * MAINTAINERS (Various Maintainers): Added myself as line map
3539 maintainer.
3540
0c8969f0
JBG
35412014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3542
3543 * move-if-change: Sync from upstream gnulib.
3544
d7134c0e
JBG
35452014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3546
3547 * compile: Sync with upstream Automake.
3548 * depcomp: Ditto.
3549 * install-sh: Ditto.
3550 * missing: Ditto.
3551 * mkinstalldirs: Ditto.
3552 * ylwrap: Ditto.
3553
e4ff7e6a
JBG
35542014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3555
3556 * config.sub: Update from upstream config repo.
3557 * config.guess: Ditto.
3558
5f520819
KY
35592014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3560
3561 * Makefile.def: Add liboffloadmic to target_modules. Make
3562 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3563 * Makefile.in: Regenerate.
3564 * configure: Regenerate.
3565 * configure.ac: Add liboffloadmic to target binaries.
3566 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3567 Add liboffloadmic to noconfig list when C++ is not supported.
3568
85c64bbe
BS
35692014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3570 Thomas Schwinge <thomas@codesourcery.com>
3571 Ilya Verbin <ilya.verbin@intel.com>
3572 Andrey Turetskiy <andrey.turetskiy@intel.com>
3573
3574 * configure: Regenerate.
3575 * configure.ac (--enable-as-accelerator-for)
3576 (--enable-offload-targets): New configure options.
3577
7d35a59e
TB
35782014-11-11 Tobias Burnus <burnus@net-b.de>
3579
0a002272 3580 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
3581 * Makefile.in: Regenerate.
3582
35485da9
DM
35832014-11-11 David Malcolm <dmalcolm@redhat.com>
3584
3585 * ChangeLog.jit: New.
3586 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3587
ebf6d33b
FXC
35882014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3589
3590 PR target/63610
3591 * libtool.m4: Fix globbing of darwin versions.
3592 * configure: Regenerate.
3593
4a9bb2aa
TB
35942014-11-11 Tobias Burnus <burnus@net-b.de>
3595
4a9bb2aa
TB
3596 * Makefile.def: Remove CLooG.
3597 * Makefile.tpl: Ditto.
3598 * configure.ac: Ditto.
3599 * configure: Regenerate.
3600 * Makefile.in: Ditto.
3601
738f2522
BS
36022014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3603
3604 * configure.ac: Handle nvptx-*-*.
3605 * configure: Regenerate.
3606
9b591dd1
PG
36072014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3608
3609 * MAINTAINERS (Write After Approval): Add myself.
3610
14258928
JJ
36112014-10-31 Jakub Jelinek <jakub@redhat.com>
3612
3613 * Makefile.def (libcc1): Remove bootstrap=true;.
3614 * Makefile.in: Regenerated.
3615
1335a8ca
JBG
36162014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3617
3618 * configure.ac: Update comment.
3619 * configure: Regenerate.
3620
cb115cc2
IE
36212014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3622
3623 * MAINTAINERS (Write After Approval): Add myself.
3624
fca38047
TS
36252014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3626
3627 * configure.ac (extra_host_libiberty_configure_flags): Add
3628 --enable-shared also for libcc1's benefit.
3629 * configure: Regenerate.
3630
65c0707b
TG
36312014-10-29 Tristan Gingold <gingold@adacore.com>
3632
3633 * MAINTAINERS: Change my email address.
3634
ddc8de03
PM
36352014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3636 Tom Tromey <tromey@redhat.com>
3637
3638 * Makefile.def: Add libcc1 to host_modules.
3639 * configure.ac (host_tools): Add libcc1.
3640 * Makefile.in, configure: Rebuild.
3641
4eb1ac39 36422014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
3643
3644 * configure.ac (build_configargs): Don't share config.cache between
3645 build subdirs.
7fd74620 3646 * configure: Regenerate.
3d96b0d0 3647
d81230b5
DH
36482014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3649
3650 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3651 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3652 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3653 leon3v7 as leon3.
3654 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3655 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3656 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3657 * config/sparc/sparc.md (cpu): Add leon3v7.
3658 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3659
c7a6a617
DH
36602014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3661
3662 * MAINTAINERS (write-after-approval): Add myself.
3663
74cc5471
ILT
36642014-10-23 Ian Lance Taylor <iant@google.com>
3665
3666 * configure.ac: Disable the Go frontend on systems where it is known
3667 to not work.
3668 * configure: Regenerate.
3669
929315a9
RB
36702014-10-23 Richard Biener <rguenther@suse.de>
3671
3672 * Makefile.def: Add libcpp build module and dependencies.
3673 * configure.ac: Add libcpp build module.
3674 * Makefile.in: Regenerate.
3675 * configure: Likewise.
3676
5d12b768
MF
36772014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3678
3679 * MAINTAINERS (write-after-approval): Add myself.
3680
7b262a51
MLI
36812014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3682
3683 * INSTALL/README: Do not mention CVS.
3684
7705dfd1
JY
36852014-10-03 Jing Yu <jingyu@google.com>
3686
3687 * configure.ac: Add aarch64 to list of targets that support gold.
3688 * configure: Regenerate.
3689
a3052d31
FD
36902014-09-29 François Dumont <fdumont@gcc.gnu.org>
3691
3692 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3693
b2a1b261
CM
36942014-09-29 Catherine Moore <clm@codesourcery.com>
3695
3696 * MAINTAINERS: Add myself as MIPS maintainer.
3697
05342e10
MF
36982014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3699
3700 * MAINTAINERS: Move myself to MIPS maintainers.
3701
3f6bb7e5
JBG
37022014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3703
3704 * MAINTAINERS: Put all email addresses between '<' and '>'.
3705
3e895729
FXC
37062014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3707
3708 * MAINTAINERS: Move myself to reviewers (Fortran).
3709
e04733ee
AK
37102014-09-01 Andi Kleen <ak@linux.intel.com>
3711
3712 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3713 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3714 * Makefile.in: Regenerate.
3715
e79c0ea8
DM
37162014-08-28 David Malcolm <dmalcolm@redhat.com>
3717
3718 * rtx-classes-status.txt: Delete
3719
b32d5189
DM
37202014-08-28 David Malcolm <dmalcolm@redhat.com>
3721
3722 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
3723
e0c0c325
SP
37242014-08-27 Sebastian Pop <s.pop@samsung.com>
3725
3726 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
3727 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
3728 of checking for version number.
3729 * configure: Regenerated.
3730 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
3731
d7ac0a6a
DM
37322014-08-27 David Malcolm <dmalcolm@redhat.com>
3733
3734 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
3735 is done; begin phase 6 (use extra rtx_def subclasses).
3736
9daaca36
DM
37372014-08-27 David Malcolm <dmalcolm@redhat.com>
3738
3739 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
3740 done; begin phase 5 (additional rtx_def subclasses).
3741
b2908ba6
DM
37422014-08-26 David Malcolm <dmalcolm@redhat.com>
3743
3744 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
3745
1130d5e3
DM
37462014-08-26 David Malcolm <dmalcolm@redhat.com>
3747
3748 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
3749 SET_BB_HEADER are done.
3750
0e0ce50d
DM
37512014-08-26 David Malcolm <dmalcolm@redhat.com>
3752
3753 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
3754 done.
3755
3d30f4e8
DM
37562014-08-26 David Malcolm <dmalcolm@redhat.com>
3757
3758 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
3759
6144a836
DM
37602014-08-26 David Malcolm <dmalcolm@redhat.com>
3761
3762 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
3763
b311fd0f
DM
37642014-08-25 David Malcolm <dmalcolm@redhat.com>
3765
3766 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
3767
d8ce2eae
DM
37682014-08-25 David Malcolm <dmalcolm@redhat.com>
3769
3770 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
3771
1455e88c
DM
37722014-08-25 David Malcolm <dmalcolm@redhat.com>
3773
3774 * rtx-classes-status.txt: Phase 3 (per-file commits within
3775 "config" subdirs) is done; begin phase 4 (removal of
3776 "scaffolding").
3777
76c531d3
DM
37782014-08-23 David Malcolm <dmalcolm@redhat.com>
3779
3780 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
3781 dir) is done; begin phase 3 (per-file commits within "config"
3782 subdirs).
3783
00550b3d
DM
37842014-08-21 David Malcolm <dmalcolm@redhat.com>
3785
3786 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
3787 phase 2 (per-file commits in main source dir).
3788
622dbadf
BC
37892014-08-21 Bin Cheng <bin.cheng@arm.com>
3790
3791 * configure: Regenerated.
3792
c1286e0b
DM
37932014-08-19 David Malcolm <dmalcolm@redhat.com>
3794
3795 * rtx-classes-status.txt (TODO): Add SET_BND_TO
3796
c2fc1aee
DM
37972014-08-19 David Malcolm <dmalcolm@redhat.com>
3798
3799 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
3800
68975683
DM
38012014-08-19 David Malcolm <dmalcolm@redhat.com>
3802
3803 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
3804
d914bc6b
DM
38052014-08-19 David Malcolm <dmalcolm@redhat.com>
3806
3807 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
3808
8020a4d5
DM
38092014-08-19 David Malcolm <dmalcolm@redhat.com>
3810
3811 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
3812
a231b8a5
JV
38132014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
3814
3815 * MAINTAINERS (Write After Approval): Add myself.
3816
ce8126f5
CF
38172014-08-19 Christopher Faylor <me.gnu@cgf.cx>
3818
3819 * MAINTAINERS: Remove myself
3820
0f82e5c9
DM
38212014-08-19 David Malcolm <dmalcolm@redhat.com>
3822
3823 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
3824
9c9afb69
PP
38252014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
3826
3827 * MAINTAINERS (Write After Approval): Add myself.
3828
190bea87
DM
38292014-08-18 David Malcolm <dmalcolm@redhat.com>
3830
3831 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
3832 SET_BB_HEADER, SET_BB_FOOTER
3833
c41b94ce
DM
38342014-08-18 David Malcolm <dmalcolm@redhat.com>
3835
bb3fff01 3836 * rtx-classes-status.txt: New file
c41b94ce 3837
eae1a5d4
RG
38382014-08-18 Roman Gareev <gareevroman@gmail.com>
3839
3840 * configure.ac: Eliminate ClooG installation dependency.
3841 * configure: Regenerate.
3842 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
3843 * Makefile.in: Regenerate.
3844
f613bc0f
IV
38452014-08-15 Ilya Verbin <iverbin@gmail.com>
3846
3847 * MAINTAINERS (Write After Approval): Add myself.
3848
423ea09f 38492014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
3850
3851 * MAINTAINERS (Write After Approval): Add myself.
3852
88b1a322
JW
38532014-08-01 Jiong Wang <jiong.wang@arm.com>
3854
3855 * MAINTAINERS (Write After Approval): Add myself.
3856
8ed499f8
AG
38572014-07-28 Anthony Green <green@moxielogic.com>
3858
3859 Import from savannah.gnu.org:
3860 * config.sub: Update to 2014-07-28 version.
3861
09ec3110
RS
38622014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
3863
3864 * MAINTAINERS: Remove my MIPS maintainer entry.
3865
7b7f941a
UB
38662014-07-26 Uros Bizjak <ubizjak@gmail.com>
3867
3868 PR target/47230
3869 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
3870 * configure: Regenerate.
3871
a12f7ac8
JN
38722014-07-24 James Norris <jnorris@codesourcery.com>
3873
3874 * MAINTAINERS (Write After Approval): Add myself.
3875
09611faf
RG
38762014-07-20 Roman Gareev <gareevroman@gmail.com>
3877
3878 * configure.ac: Accept only CLooG 0.18.1.
3879 * configure: Regenerate.
3880
37738b0f
RG
38812014-07-17 Roman Gareev <gareevroman@gmail.com>
3882
3883 * configure.ac: Don't accept isl 0.11.
3884 * configure: Regenerate.
3885
473037cb
AZ
38862014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3887
3888 * MAINTAINERS (Write After Approval): Add myself.
3889
9a62ed16
RO
38902014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
3891
3892 * configure.ac: Don't accept isl 0.10.
3893 * configure: Regenerate.
3894
c41f1c42 38952014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 3896
c41f1c42
BE
3897 Fix include path for in-tree cloog.
3898 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
3899 * configure: Regenerate.
29d0a43c 3900
c41f1c42 39012014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 3902
c41f1c42 3903 * .gitignore: Import gcc_update output.
a5852bea 3904
b6383ab8
TS
39052014-06-13 Thomas Schwinge <thomas@codesourcery.com>
3906
a10ec8bc
TS
3907 * config-ml.in: Robustify ac_configure_args parsing.
3908
45b3824d
TS
3909 * configure.ac (--enable-linker-plugin-configure-flags)
3910 (--enable-linker-plugin-flags): New flags.
3911 (configdirs): Conditionally add libiberty-linker-plugin.
3912 * configure: Regenerate.
3913 * Makefile.def (host_modules): Add libiberty-linker-plugin.
3914 (host_modules) <lto-plugin>: Pay attention to
3915 @extra_linker_plugin_flags@ and
3916 @extra_linker_plugin_configure_flags@.
3917 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
3918 * Makefile.in: Regenerate.
3919
b6383ab8
TS
3920 * Makefile.tpl (configure-[+prefix+][+module+])
3921 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
3922 "module_srcdir" instead of "module" for locating a module's srcdir.
3923 * Makefile.in: Regenerate.
3924
a4a1b5f3
MF
39252014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
3926
3927 * MAINTAINERS (Write After Approval): Add myself.
3928
38a13841
SP
39292014-06-06 Sebastian Pop <sebpop@gmail.com>
3930
3931 * MAINTAINERS: Update my email address.
3932
153fcd41
TP
39332014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
3934
3935 * MAINTAINERS (Write After Approval): Add myself.
3936
e25d9632
AB
39372014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
3938
3939 * MAINTAINERS (Write After Approval): Add myself.
3940
1007a55c
JW
39412014-05-30 Jonathan Wakely <jwakely@redhat.com>
3942
3943 PR libstdc++/61011
3944 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
3945 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
3946 * configure: Regenerate.
3947
fd9ed1ae
PA
39482014-05-28 Pedro Alves <palves@redhat.com>
3949
3950 * MAINTAINERS (Write After Approval): Add myself.
3951
03bdb69f
MK
39522014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3953
3954 * MAINTAINERS: Update my affiliation/email.
3955
905083ad
MS
39562014-05-19 Mike Stump <mikestump@comcast.net>
3957
3958 * MAINTAINERS: Add wide-int reviewers.
3959
707f1839
SL
39602014-05-14 Sandra Loosemore <sandra@codesourcery.com>
3961
3962 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
3963 * configure: Regenerated.
3964
7321dc60
TR
39652014-05-15 Torvald Riegel <triegel@redhat.com>
3966
3967 * MAINTAINERS (libitm): Add myself as maintainer.
3968
5b1e4b47
CB
39692014-05-07 Charles Baylis <charles.baylis@linaro.org>
3970
3971 * MAINTAINERS (Write After Approval): Add myself.
3972
a4ebe104
RS
39732014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
3974
3975 * config.sub, config.guess: Import from upstream.
3976
9575df4a
AL
39772014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3978
3979 * MAINTAINERS (Write After Approval): Put myself in correct order.
3980
2fdc94b7
AL
39812014-04-29 Alan Lawrence <alan.lawrence@arm.com>
3982
3983 * MAINTAINERS (Write After Approval): Add myself.
3984
080c6230
LB
39852014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3986
3987 * MAINTAINERS: Move myself from Reviewers to Write After Approval
3988 section.
3989
4e4c8692
RÁE
39902014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
3991
3992 * MAINTAINERS (Write After Approval): Delete myself.
3993
ffe7f7a7
JJ
39942014-04-17 Jakub Jelinek <jakub@redhat.com>
3995
3996 PR sanitizer/56781
3997 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
3998 and -B* options with -Xcompiler.
3999
147d38a5
EB
40002014-04-04 Eric Botcazou <ebotcazou@adacore.com>
4001
4002 PR bootstrap/60620
423ea09f 4003 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
4004 * Makefile.in: Regenerate.
4005
ba1925c3
YS
40062014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
4007
4008 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4009 for WINDRES_FOR_TARGET in default-manifest.o rule.
4010 * Makefile.in: Regenerate.
4011
8707b3bc
DH
40122014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
4013
4014 * MAINTAINERS (Write After Approval): Add myself.
4015
9e1c8fc1
JJ
40162014-03-26 Jakub Jelinek <jakub@redhat.com>
4017
4018 PR sanitizer/56781
4019 * Makefile.def: Set bootstrap=true; for host fixincludes.
4020 * configure.ac: Don't bootstrap host fixincludes unless
4021 --with-build-config=bootstrap-{a,ub}san.
4022 * Makefile.in: Regenerated.
4023 * configure: Regenerated.
4024
beeda1d9
JJ
40252014-03-21 Jakub Jelinek <jakub@redhat.com>
4026
4027 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4028 --enable-vtable-verify option parsing. Don't add
4029 target-libsanitizer to bootstrap_target_libs unless
4030 --with-build-config=bootstrap-asan or
4031 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
4032 to bootstrap_target_libs unless --enable-vtable-verify.
4033 * configure: Regenerated.
4034
e5dddc50
AS
40352014-03-10 Anatoly Sokolov <aesok@post.ru>
4036
4037 * MAINTAINERS (Write After Approval): Add myself.
4038
df5bc1cb
DC
40392014-03-07 Denis Chertykov <chertykov@gmail.com>
4040
4041 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4042
3b9edeac
JJ
40432014-03-07 Jakub Jelinek <jakub@redhat.com>
4044
4045 PR bootstrap/58572
4046 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4047 -I for libstdc++-v3 includes if $(LEAN).
4048 * Makefile.in: Regenerated.
4049
c01a8548
JW
40502014-03-04 Jonathan Wakely <jwakely@redhat.com>
4051
4052 * MAINTAINERS: Update my email address.
4053
341c653c
WL
40542014-02-24 Walter Lee <walt@tilera.com>
4055
4056 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4057 (tilegx-*-*): Change to tilegx*-*-*.
4058 * configure: Regenerate.
4059
37f2c4f0
LR
40602014-02-17 Loren J. Rittle <ljrittle@acm.org>
4061
4062 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4063
6c01e96e
KV
40642014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4065
4066 * MAINTAINERS (Write After Approval): Add myself.
4067
91da0481
RO
40682014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4069
4070 PR target/59788
4071 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4072 *solaris2*.
4073
dd35b84f
JDA
40742014-01-21 John David Anglin <danglin@gcc.gnu.org>
4075
4076 * MAINTAINERS: Update my email address.
4077
493b8af8
GP
40782014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4079
4080 * MAINTAINERS: Convert to UTF-8.
4081 Properly sort Xinliang David Li's entry.
4082
f121b81d
CLT
40832013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4084 Sandra Loosemore <sandra@codesourcery.com>
4085
4086 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4087 nios2 port maintainers.
4088
74f769b5
MT
40892013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4090
4091 * MAINTAINERS (Write After Approval): Add myself.
4092
79e0604d 40932013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
4094
4095 * configure.ac: Add user-friendly check for native x86_64-linux
4096 multilibs.
4097 * configure: Regenerate.
4098
40992013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4100
4101 * MAINTAINERS: Add myself as sh maintainer.
4102
41032013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4104
4105 * MAINTAINERS: Add self as SLSR maintainer.
4106
41072013-11-18 Jan Hubicka <hubicka@ucw.cz>
4108
4109 * MAINTAINERS: Update my email address.
4110
41112013-11-15 David Edelsohn <dje.gcc@gmail.com>
4112
4113 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4114
41152013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4116
4117 * Makefile.in: Regenerate.
4118
4119 * Makefile.tpl: Fix typo.
4120 * Makefile.in: Regenerate partially.
4121
41222013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4123
4124 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4125 supported.
4126 * configure: Regenerated.
4127
41282013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4129
4130 * MAINTAINERS (Write After Approval): Add myself.
4131
41322013-10-30 Jason Merrill <jason@redhat.com>
4133
4134 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4135 --disable-build-format-warnings.
4136
41372013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4138
423ea09f 4139 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
4140 depend on libstdc++ and libgcc.
4141 * configure: Regenerate.
4142 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4143 libcilkrts for POSIX and i*86, and x86_64 architectures.
4144 * Makefile.in: Added libcilkrts related fields to support building it.
4145
41462013-10-26 Jeff Law <law@redhat.com>
4147
4148 * Makefile.def (target_modules): Remove libmudflap
4149 (languages): Remove check-target-libmudflap).
4150 * Makefile.in: Rebuilt.
4151 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4152 * configure.ac (target_libraries): Remove target-libmudflap.
4153 Remove checks which disabled libmudflap on some systems.
4154 * configure: Rebuilt.
4155 * libmudflap: Directory removed.
4156
41572013-10-21 Cong Hou <congh@google.com>
4158
4159 * MAINTAINERS (Write After Approval): Add myself.
4160
41612013-10-16 Mike Stump <mikestump@comcast.net>
4162
4163 * .dir-locals.el: Add.
4164
41652013-10-15 David Malcolm <dmalcolm@redhat.com>
4166
4167 * configure.ac: Add --enable-host-shared
4168 * configure: Regenerate.
4169
41702013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4171
4172 Import from savannah.gnu.org:
4173 * config.guess: Update to 2013-06-10 version.
4174 * config.sub: Update to 2013-10-01 version.
4175
41762013-10-01 Simon Cook <simon.cook@embecosm.com>
4177
4178 Changes to build configuration to allow big endian ARC ELF toolchain
4179 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4180 * configure: Regenerate.
4181
41822013-09-20 Alan Modra <amodra@gmail.com>
4183
4184 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4185 ppc host match. Support little-endian powerpc linux hosts.
4186
41872013-09-19 Dodji Seketeli <dodji@redhat.com>
4188
4189 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4190 maintainer.
4191
41922013-09-12 DJ Delorie <dj@redhat.com>
4193
4194 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4195 maintainers.
4196
41972013-09-03 Richard Biener <rguenther@suse.de>
4198
4199 * configure.ac: Also allow ISL 0.12.
4200 * configure: Regenerated.
4201
42022013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4203
4204 * MAINTAINERS (Write After Approval): Add myself.
4205
42062013-08-27 David Malcolm <dmalcolm@redhat.com>
4207
4208 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4209
42102013-08-26 Caroline Tice <cmtice@google.com>
4211
4212 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4213 "Various Reviewers" to libvtv "Various Maintainers".
4214
42152013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4216
4217 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4218
42192013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4220
4221 * MAINTAINERS: Update name, email.
4222
42232013-08-13 Adam Butcher <adam@jessamine.co.uk>
4224
4225 * MAINTAINERS (Write After Approval): Add myself.
4226
42272013-08-12 Caroline Tice <cmtice@google.com>
4228
4229 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4230 address in the Write After Approval section.
4231
42322013-08-09 Carlos O'Donell <carlos@redhat.com>
4233
4234 * MAINTAINERS (Write After Approval): Update email.
4235
42362013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4237
4238 * configure.ac: Adjust to check VTV_SUPPORTED.
4239 * configure: Regenerated.
4240
42412013-08-02 Caroline Tice <cmtice@google.com>
4242
4243 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4244 on non-linux systems; add target-libvtv to noconfigdirs; add
4245 libsupc++/.libs to C++ library search paths.
4246 * configure: Regenerated.
4247 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4248 libstdc++ and libgcc.
4249 * Makefile.in: Regenerated.
4250
42512013-07-19 Yvan Roux <yvan.roux@linaro.org>
4252
4253 * MAINTAINERS (Write After Approval): Add myself.
4254
42552013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4256 Shiva Chen <shiva0217@gmail.com>
4257
4258 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4259 nds32 port maintainers.
4260
42612013-07-17 Tim Shen <timshen91@gmail.com>
4262
4263 * MAINTAINERS (Write After Approval): Add myself.
4264
42652013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4266
4267 * configure.ac: Sync from binutils.
4268 * configure: Regenerate.
4269
42702013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4271
4272 * MAINTAINERS (Write After Approval): Add myself.
4273
42742013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4275
4276 * MAINTAINERS (Write After Approval): Add myself.
4277
42782013-05-17 David Malcolm <dmalcolm@redhat.com>
4279
4280 * MAINTAINERS (Write After Approval): Add myself.
4281
42822013-04-30 Brooks Moses <bmoses@google.com>
4283
4284 * MAINTAINERS: Update my email; move myself from Fortran
4285 reviewer to Write After Approval.
4286
42872013-04-16 Andreas Schwab <schwab@suse.de>
4288
4289 * configure.ac (aarch64-*-*): Don't disable java.
4290 * configure: Regenerate.
4291
42922013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4293
4294 * MAINTAINERS (Write After Approval): Add myself.
4295
42962013-03-30 Matthias Klose <doko@ubuntu.com>
4297
4298 * Makefile.def (target_modules): Don't install libffi.
4299 * Makefile.in: Regenerate.
4300
43012013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4302
4303 * MAINTAINERS (Write After Approval): Add myself.
4304
43052013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4306
4307 * MAINTAINERS (Write After Approval): Add myself.
4308
43092013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4310
4311 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4312 * configure: Regenerated.
4313
a15d2ea8
ILT
43142013-02-05 Ian Lance Taylor <iant@google.com>
4315
4316 PR go/55969
4317 * configure.ac: Disable libgo on some systems where it does not
4318 work.
4319
a3b854b6
FXC
43202013-02-04 David Edelsohn <dje.gcc@gmail.com>
4321
4322 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4323 Remove Geoff Keating as rs6000 port maintainer, at his request.
4324
43252013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4326
4327 * MAINTAINERS: Update my email.
4328
43292013-01-23 Shenghou Ma <minux.ma@gmail.com>
4330
4331 * configure: Re-generate.
4332
43332013-01-15 Richard Biener <rguenther@suse.de>
4334
4335 PR other/55973
4336 * configure: Re-generate.
4337
43382013-01-14 Matthias Klose <doko@ubuntu.com>
4339
4340 * Makefile.def (install-target-libsanitizer): Depend on
4341 install-target-libstdc++-v3.
4342 * Makefile.in: Regenerate.
4343
43442013-01-14 Richard Biener <rguenther@suse.de>
4345
4346 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4347 * configure: Re-generate
4348
43492013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4350
4351 * config.sub: Update from config repo.
4352
43532013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4354
4355 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4356 * Makefile.in: Regenerate.
4357
43582013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4359
4360 * MAINTAINERS (arc): Add new port maintainership for myself.
4361
43622013-01-09 Jason Merrill <jason@redhat.com>
4363
4364 * .gitignore: Import from gdb repository.
4365
43662013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4367
4368 * Makefile.def (configure-gcc): Depend on all-gmp.
4369 (all-gcc): Remove dependency on all-gmp.
4370 * Makefile.in: Regenerated.
4371
43722013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4373
4374 * config.sub: Merge from config repo.
4375 * config.guess: Ditto.
4376
43772013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4378
4379 * Makefile.def: Merge from binutils.
4380 * Makefile.in: Ditto.
4381
43822013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4383
4384 * MAINTAINERS: Update my email.
4385
43862012-12-29 Ben Elliston <bje@gnu.org>
4387
4388 * config.guess: Update to 2012-12-29 version.
4389 * config.sub: Likewise.
4390
43912012-12-20 Matthias Klose <doko@ubuntu.com>
4392
4393 * Makefile.def (install-target-libgfortran): Depend on
4394 install-target-libquadmath, install-target-libgcc.
4395 (install-target-libsanitizer): Depend on install-target-libgcc.
4396 (install-target-libjava): Depend on install-target-libgcc.
4397 (install-target-libitm): Depend on install-target-libgcc.
4398 (install-target-libobjc): Depend on install-target-libgcc.
4399 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4400 * Makefile.in: Regenerate.
4401
44022012-12-19 Matthias Klose <doko@ubuntu.com>
4403
4404 * Makefile.def (install-target-libgo): Depend on
4405 install-target-libatomic.
4406 * Makefile.in: Regenerate.
4407
44082012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4409
4410 PR go/55201
4411 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4412 * Makefile.in: Regenerate.
4413
44142012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4415
4416 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4417 * configure: Regenerate.
4418
44192012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4420
4421 * config.sub: Merge from config repo.
4422
44232012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4424
4425 * Makefile.def (target_modules): Add bootstrap=true and
4426 raw_cxx=true to libsanitizer.
4427 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4428 * Makefile.in: Regenerated.
4429 * configure: Likewise.
4430
44312012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4432
4433 * MAINTAINERS: Remove self as RTL optimization maintainer.
4434
44352012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4436
4437 * MAINTAINERS (Write After Approval): Add myself.
4438
44392012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4440
4441 * Makefile.def (target_modules): Remove bootstrap=true and
4442 raw_cxx=true from libsanitizer.
4443 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4444 * Makefile.in: Regenerated.
4445 * configure: Likewise.
4446
44472012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4448
4449 * Makefile.def (target_modules): Add bootstrap=true and
4450 raw_cxx=true to libsanitizer.
4451 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4452 * Makefile.in: Regenerated.
4453 * configure: Likewise.
4454
44552012-11-28 Andrew Pinski <apinski@cavium.com>
4456
4457 PR bootstrap/54279
4458 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4459 * configure: Regenerate.
4460 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4461 * Makefile.in: Regenerate.
4462
44632012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4464
4465 * configure.ac: Disable libsanitizer if we're not building C++.
4466 * configure: Regenerate.
4467
44682012-11-15 Roland McGrath <roland@hack.frob.com>
4469
4470 * MAINTAINERS (Write After Approval): Add myself.
4471
44722012-11-15 Dmitry Vyukov <dvyukov@google.com>
4473
4474 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4475 Kostya Serebryany (kcc@google.com) and
4476 Jakub Jelinek (jakub@redhat.com).
4477 Rename area for Dodji Seketeli (dodji@redhat.com).
4478
44792012-11-15 Dodji Seketeli <dodji@redhat.com>
4480
4481 * MAINTAINERS: (asan.c, related): Add myself.
4482
44832012-11-14 Roland McGrath <mcgrathr@google.com>
4484
4485 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4486 * configure: Regenerate.
4487
44882012-11-13 Richard Henderson <rth@redhat.com>
4489
4490 * configure.ac: Move libsanitizer logic to subdirectory.
4491 * configure: Regenerate.
4492
44932012-11-13 Dodji Seketeli <dodji@redhat.com>
4494
4495 * configure.ac: Enable libsanitizer just on x86 linux for now.
4496 * configure: Re-generate.
4497
44982012-11-13 David Edelsohn <dje.gcc@gmail.com>
4499
4500 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4501 sections.
4502 * configure: Regenerate.
4503
45042012-11-13 Hans-Peter Nilsson <hp@axis.com>
4505
4506 * configure.ac: Add section for configdirs for libsanitizer.
4507 Disable for cris-*-* and mmix-*-*.
4508 * configure: Regenerate.
4509
45102012-11-12 Wei Mi <wmi@google.com>
4511
4512 * configure.ac: Add libsanitizer to target_libraries.
4513 * Makefile.def: Ditto.
4514 * configure: Regenerate.
4515 * Makefile.in: Regenerate.
4516 * libsanitizer: New directory for asan runtime. Contains an empty
4517 tsan directory.
4518
45192012-11-03 Corinna Vinschen <corinna@vinschen.de>
4520
4521 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4522 against Mingw64 w32api.
4523 * configure: Regenerate.
4524
45252012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4526
4527 * configure: Regenerated.
4528
45292012-11-03 Robert Mason <rbmj@verizon.net>
4530
4531 * configure.ac: add --disable-libstdcxx configure option
4532 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4533
45342012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4535
4536 * MAINTAINERS (Write After Approval): Add myself.
4537
45382012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4539
4540 * MAINTAINERS (Write After Approval): Add myself.
4541
45422012-10-24 Sharad Singhai <singhai@google.com>
4543
4544 * MAINTAINERS (Write After Approval): Add myself.
4545
45462012-10-24 Eric Christopher <echristo@gmail.com>
4547
4548 * MAINTAINERS: Update email address.
4549
45502012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4551
4552 PR bootstrap/54820
4553 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4554 * configure: Regenerate.
4555
45562012-10-23 Richard Earnshaw <rearnsha@arm.com>
4557
4558 * MAINTAINERS (aarch64): Add Marcus and myself.
4559
45602012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4561
4562 PR bootstrap/54820
4563 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4564 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4565 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4566 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4567 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4568 * Makefile.in: Regenerate.
4569 * configure.ac (have_static_libs): New variable and associated check.
4570 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4571 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4572 * configure: Regenerate.
4573
45742012-10-10 Richard Biener <rguenther@suse.de>
4575
4576 * MAINTAINERS: Adjust for changed surname.
4577
45782012-10-04 Lawrence Crowl <crowl@google.com>
4579
4580 * MAINTAINERS (Write After Approval): Add myself.
4581
45822012-10-01 Cary Coutant <ccoutant@google.com>
4583
4584 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4585
45862012-09-28 Ian Lance Taylor <iant@google.com>
4587
4588 * Makefile.def: Make all-target-libgo depend on
4589 all-target-libbacktrace.
4590 * Makefile.in: Rebuild.
4591
45922012-09-26 Ian Lance Taylor <iant@google.com>
4593
4594 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4595 * Makefile.in: Rebuild.
4596
45972012-09-20 Walter Lee <walt@tilera.com>
4598
4599 * configure.ac: Add tilegx to list of targets that support gold.
4600 * configure: Regenerate.
4601
46022012-09-20 Marek Polacek <polacek@redhat.com>
4603
4604 * MAINTAINERS (Write After Approval): Add myself.
4605
46062012-09-19 Steve Ellcey <sellcey@mips.com>
4607
4608 * configure.ac: Add mips*-mti-elf* target.
4609 * configure: Regenerate.
4610
46112012-09-17 Ian Lance Taylor <iant@google.com>
4612
4613 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4614 * configure.ac (host_libs): Add libbacktrace.
4615 (target_libraries): Add libbacktrace.
4616 * Makefile.def (host_modules): Add libbacktrace.
4617 (target_modules): Likewise.
4618 * configure, Makefile.in: Rebuild.
4619
46202012-09-14 David Edelsohn <dje.gcc@gmail.com>
4621
4622 PR target/38607
4623 Merge upstream change.
4624 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4625
4626 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4627 Add libgomp*.o to compare_exclusions for AIX.
4628 * configure: Regenerate.
4629
46302012-09-06 Diego Novillo <dnovillo@google.com>
4631
4632 * configure.ac: Bump minimum GMP version to 4.2.3.
4633 * configure: Re-generate.
4634
46352012-09-05 Georg-Johann Lay <avr@gjlay.de>
4636
4637 PR target/54461
4638 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4639 target-libgloss if not configured --with-avrlibc=no.
4640 * configure: Regenerate.
4641
46422012-09-04 Jason Merrill <jason@redhat.com>
4643
4644 * configure.ac: Fix --enable-languages=all.
4645
46462012-09-04 Christophe Lyon <christophe.lyon@st.com>
4647
4648 * MAINTAINERS (Write After Approval): Add myself.
4649
46502012-09-03 Richard Guenther <rguenther@suse.de>
4651
4652 PR bootstrap/54138
4653 * configure.ac: Re-organize ISL / CLOOG checks to allow
4654 disabling with either --without-isl or --without-cloog.
4655 * configure: Regenerated.
4656
46572012-09-03 Georg-Johann Lay <avr@gjlay.de>
4658
4659 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4660 * configure: Regenerate.
4661
46622012-08-27 Ulrich Drepper <drepper@gmail.com>
4663
4664 * MAINTAINERS: Fix my email address.
4665
46662012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4667
4668 PR binutils/4970
4669 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4670 and opcodes.
4671 * Makefile.in: Regenerated.
4672
46732012-08-26 Art Haas <ahaas@impactweather.com>
4674
4675 * configure: Regenerate.
4676
46772012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4678
4679 * INSTALL/README: Also refer to the online installation
4680 instructions.
4681
46822012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4683
4684 * MAINTAINERS (Write After Approval): Add myself.
4685 (Picochip port): Remove myself.
4686
46872012-08-14 Diego Novillo <dnovillo@google.com>
4688
4689 Merge from cxx-conversion branch.
4690
4691 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4692 POSTSTAGE1_CONFIGURE_FLAGS.
4693 * Makefile.in: Regenerate.
4694 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4695 Force C++ when bootstrapping.
4696 * configure: Regenerate.
4697
46982012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4699
4700 * MAINTAINERS (Write After Approval): Add myself.
4701
47022012-07-16 Joseph Myers <joseph@codesourcery.com>
4703
4704 * README: Document use of ranges of years in copyright notices.
4705
47062012-07-06 Richard Guenther <rguenther@suse.de>
4707
4708 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4709 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4710 --with-gmp=system.
4711 * Makefile.in: Regenerated.
4712 * configure: Likewise.
4713
47142012-07-06 Richard Guenther <rguenther@suse.de>
4715
4716 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4717 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4718 supply V=1 as extra_make_flags.
4719 * configure: Regenerated.
4720 * Makefile.in: Likewise.
4721
47222012-07-04 Tristan Gingold <gingold@adacore.com>
4723
4724 * configure: Regenerate.
4725
47262012-07-03 Richard Guenther <rguenther@suse.de>
4727
4728 * Makfile.def (isl): Remove not necessary extra_exports and
4729 extra_make_flags.
4730 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
4731 * Makefile.in: Regenerated.
4732
47332012-07-03 Richard Guenther <rguenther@suse.de>
4734
4735 * Makefile.def (cloog): Add V=1 to extra_make_flags.
4736 * configure.ac: If either the ISL or the CLooG check failed
4737 do not try to build in-tree versions.
4738 * Makefile.in: Regenerated.
4739 * configure: Regenerated.
4740
47412012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4742
4743 * configure: Regenerate.
4744
47452012-07-02 Janis Johnson <janisjo@codesourcery.com>
4746
4747 * MAINTAINERS (Various Maintainers): Add myself as testsuite
4748 maintainer.
4749
47502012-07-02 Richard Guenther <rguenther@suse.de>
4751
4752 * configure: Regenerated.
4753
47542012-07-02 Richard Guenther <rguenther@suse.de>
4755 Michael Matz <matz@suse.de>
4756 Tobias Grosser <tobias@grosser.es>
4757 Sebastian Pop <sebpop@gmail.com>
4758
4759 * Makefile.def: Add ISL host module, remove PPL host module.
4760 Adjust ClooG host module to use the proper ISL.
4761 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
4762 * configure.ac: Include config/isl.m4. Add ISL host library,
4763 remove PPL. Remove PPL configury, add ISL configury, adjust
4764 ClooG configury.
4765 * Makefile.in: Regenerated.
4766 * configure: Likewise.
4767
47682012-07-02 Richard Guenther <rguenther@suse.de>
4769
4770 Merge from graphite branch
4771 2011-07-21 Tobias Grosser <tobias@grosser.es>
4772
4773 * configure: Regenerated.
4774 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
4775 both cloog.org and legacy versions. The only supported version will
4776 be CLooG with the isl backend.
4777
4778 2011-07-21 Tobias Grosser <tobias@grosser.es>
4779
4780 * configure: Regenerated.
4781 * configure.ac: Require cloog isl 0.17.0
4782
4783 2011-07-21 Tobias Grosser <tobias@grosser.es>
4784
4785 * configure: Regenerated.
4786 * config/cloog.m4: Do not define CLOOG_ORG
4787
47882012-06-29 Steven Bosscher <steven@gcc.gnu.org>
4789
4790 * configure.ac: Skip C if explicitly selected.
4791 * configure: Regenerate.
4792
47932012-06-28 Christophe Lyon <christophe.lyon@st.com>
4794
4795 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
4796 they contain -O2.
4797 * configure: Regenerate.
4798
47992012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
4800
4801 PR debug/53740
4802 * df.h, df-problems.c, dce.c: Revert last patch.
4803
48042012-06-25 Iain Sandoe <iain@codesourcery.com>
4805
4806 * MAINTAINERS (Write After Approval): Update my email address.
4807
48082012-06-21 Meador Inge <meadori@codesourcery.com>
4809
4810 * MAINTAINERS (Write After Approval): Add myself.
4811
48122012-06-20 Jason Merrill <jason@redhat.com>
4813
4814 * Makefile.tpl (check-target-libgomp-c++): New.
4815 (check-target-libitm-c++): New.
4816 * Makefile.def (c++): Add them.
4817 * Makefile.in: Regenerate.
4818
48192012-05-29 Edmar Wienskoski <edmar@freescale.com>
4820
4821 * MAINTAINERS (Write After Approval): Add myself.
4822
48232012-05-16 Olivier Hainque <hainque@adacore.com>
4824
4825 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
4826 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
4827 (install-no-fixedincludes): Adjust accordingly.
4828 * Makefile.in: Regenerate.
4829
48302012-05-15 H.J. Lu <hongjiu.lu@intel.com>
4831
4832 Merge upstream change
4833 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
4834
48352012-05-14 Marc Glisse <marc.glisse@inria.fr>
4836
4837 * MAINTAINERS (Write After Approval): Add myself.
4838
48392012-05-09 Nick Clifton <nickc@redhat.com>
4840 Paul Smith <psmith@gnu.org>
4841
4842 PR bootstrap/50461
4843 * configure.ac (mpfr-dir): When using in-tree MPFR sources
4844 allow for the fact that from release v3.1.0 of MPFR the source
4845 files were moved into a src sub-directory.
4846 * configure: Regenerate.
4847
48482012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
4849
4850 * configure.ac: Bump minimum MPFR version to 2.4.0.
4851 * configure: Regenerated.
4852
48532012-05-01 Richard Henderson <rth@redhat.com>
4854
4855 * Makefile.def (libatomic): New target_module.
4856 * configure.ac (target_libraries): Add libatomic.
4857 (noconfigdirs): Check if libatomic is supported.
4858 * Makefile.in, configure: Rebuild.
4859
48602012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
4861
4862 * MAINTAINERS (Write After Approval): Add myself.
4863
48642012-04-25 Joel Brobecker <brobecker@adacore.com>
4865
4866 * config.sub: Update to 2012-04-18 version from official repo.
4867
48682012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
4869
4870 * MAINTAINERS (Write After Approval): Add myself.
4871
48722012-04-11 Steve Ellcey <sellcey@mips.com>
4873
4874 * MAINTAINERS: Changed email address.
4875
48762012-03-28 Georg-Johann Lay <avr@gjlay.de>
4877
4878 PR target/52737
4879 * contrib/gcc_update (files_and_dependencies):
4880 Remove gcc/config/avr/t-multilib from touch data.
4881
48822012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4883
4884 * MAINTAINERS (OS Port Maintainers): Remove irix.
4885 * configure.ac (enable_libgomp): Remove *-*-irix6*.
4886 (unsupported_languages): Remove mips-sgi-irix6.*.
4887 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
4888 (with_stabs): Remove.
4889 * configure: Regenerate.
4890
48912012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4892
4893 * MAINTAINERS (OS Port Maintainers): Remove osf.
4894 * configure.ac (enable_libgomp): Remove *-*-osf*.
4895 (with_stabs): Remove alpha*-*-osf*.
4896 * configure: Regenerate.
4897
48982012-03-05 Tristan Gingold <gingold@adacore.com>
4899
4900 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
4901 * configure: Regenerate.
4902
49032012-02-17 Walter Lee <walt@tilera.com>
4904
4905 * MAINTAINERS: (Write After Approval): Delete myself.
4906
49072012-02-14 Walter Lee <walt@tilera.com>
4908
4909 * MAINTAINERS (tilegx port): Add myself.
4910 (tilepro port): Add myself.
4911 (Write After Approval): Add myself.
4912
49132012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
4914
4915 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
4916 and Joseph Myers as docstring relicensing maintainers.
4917
49182012-02-09 Bin Cheng <bin.cheng@arm.com>
4919
4920 * MAINTAINERS (write-after-approval): Add myself.
4921
49222012-02-08 Ira Rosen <irar@il.ibm.com>
4923
4924 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
4925 maintainer.
4926
49272012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4928
4929 * MAINTAINERS (Write After Approval): Move myself to
4930 maintain alphabetical order.
4931
49322012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
4933
4934 * MAINTAINERS (Write After Approval): Add myself.
4935
49362012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4937
4938 * MAINTAINERS (Write After Approval): Add myself.
4939
49402012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
4941 Jayant R Sonar <jayant.sonar@kpitcummins.com>
4942
4943 * configure.ac (cr16-*-*): Remove nonconfigdirs.
4944 * configure: Regenerate.
4945
49462012-01-23 Harshit Chopra <harshit@google.com>
4947
4948 * MAINTAINERS (Write After Approval): Add myself.
4949
49502012-01-22 Douglas B Rupp <rupp@ngnat.com>
4951
4952 * configure.ac: Remove reference to mh-interix.
4953 * configure: Regenerate.
4954
49552012-01-05 Richard Henderson <rth@redhat.com>
4956
4957 PR bootstrap/51072
4958 * configure.ac: Disable libitm if c++ is not enabled.
4959 * configure: Rebuild.
4960
4961 * configure.ac: Fix regexp for same.
4962 * configure: Rebuild.
4963
49642012-01-02 Balaji V. Iyer <bviyer@gmail.com>
4965
4966 * MAINTAINERS (Write After Approval): Add myself.
4967
49682012-01-02 Richard Guenther <rguenther@suse.de>
4969
4970 PR bootstrap/51686
4971 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
4972 * Makefile.in: Regenerate.
4973
49742011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
4975
4976 * MAINTAINERS (Write After Approval): Add myself.
4977
49782011-12-18 Eric Botcazou <ebotcazou@adacore.com>
4979
4980 * configure: Regenerate.
4981
49822011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4983
4984 * MAINTAINERS (picochip): Changed email address.
4985
49862011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4987
4988 * MAINTAINERS (write-after-approval): Add self.
4989
49902011-11-29 DJ Delorie <dj@redhat.com>
4991
4992 * configure.ac (rl78-*-*) New case.
4993 * configure: Regenerate.
4994 * MAINTAINERS: Add myself as RL78 maintainer.
4995
49962011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
4997
4998 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
4999
50002011-11-21 Andreas Tobler <andreast@fgznet.ch>
5001
5002 * libtool.m4: Additional FreeBSD 10 fixes.
5003
50042011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
5005
5006 * MAINTAINERS: Move myself from Write After Approval to CPU Port
5007 Maintainers section, as Epiphany maintainer.
5008
50092011-11-18 Iain Sandoe <iains@gcc.gnu.org>
5010
5011 PR target/49992
5012 * configure.ac: Remove ranlib special-casing for Darwin.
5013 * configure: Regenerate.
5014
50152011-11-12 Andrey Belevantsev <abel@ispras.ru>
5016
5017 * MAINTAINERS (Reviewers): Keep the list sorted.
5018
50192011-11-11 Andrey Belevantsev <abel@ispras.ru>
5020
5021 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5022
50232011-11-09 Roland McGrath <mcgrathr@google.com>
5024
5025 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5026 * configure: Rebuild.
5027 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5028 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5029 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5030 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5031 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5032 Add READELF.
5033 * Makefile.in: Rebuild.
5034
50352011-11-09 Jason Merrill <jason@redhat.com>
5036
5037 * Makefile.def (language=c++): Remove check-c++0x.
5038 * Makefile.in (check-gcc-c++): Regenerate.
5039
50402011-11-08 Richard Henderson <rth@redhat.com>
5041
5042 * configure.ac: Test for libitm directory present first.
5043
5044 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5045
5046 * configure.ac: Test libitm/configure.tgt to disable libitm.
5047 * configure: Rebuild.
5048
50492011-11-07 Aldy Hernandez <aldyh@redhat.com>
5050 Richard Henderson <rth@redhat.com>
5051
5052 Merged from transactional-memory.
5053
5054 * Makefile.def (lang_env_dependencies): libitm is c++.
5055 Add libitm target module.
5056 * configure.ac: Likewise.
5057 * config/mmap.m4: New file.
5058 * contrib/gcc_update: Add libitm to touch data.
5059 * Makefile.in, configure: Rebuild.
5060
50612011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5062
5063 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5064 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5065 * Makefile.in: Regenerate.
5066
50672011-11-01 DJ Delorie <dj@redhat.com>
5068
5069 * config.sub: Update to version 2011-10-29 (added rl78)
5070
50712011-10-27 Nick Clifton <nickc@redhat.com>
5072
5073 * config.sub: Import these changes from the config project:
5074
5075 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5076 Ben Elliston <bje@gnu.org>
5077
5078 * config.sub (epiphany): New.
5079
5080 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5081 Ben Elliston <bje@gnu.org>
5082
5083 * config.sub (hexagon, hexagon-*): New.
5084
5085 2011-08-23 Roland McGrath <mcgrathr@google.com>
5086
5087 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5088 64eb to be64.
5089
5090 2011-08-16 Roland McGrath <mcgrathr@google.com>
5091
5092 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5093 (nacl): Grok as alias for 32el-unknown-nacl.
5094
50952011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5096
5097 * MAINTAINERS (Write After Approval): Add myself.
5098
50992011-10-24 Teresa Johnson <tejohnson@google.com>
5100
5101 * MAINTAINERS (Write After Approval): Add myself.
5102
51032011-09-21 Jakub Jelinek <jakub@redhat.com>
5104
5105 * MAINTAINERS (sparc port): Remove myself.
5106
51072011-09-14 Tom de Vries <tom@codesourcery.com>
5108
5109 * MAINTAINERS (Write After Approval): Add myself.
5110
51112011-08-14 Yao Qi <yao@codesourcery.com>
5112
5113 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5114 * configure: Regenerate.
5115
51162011-07-26 Ian Lance Taylor <iant@google.com>
5117
5118 * configure.ac: Set have_compiler based on whether gcc directory
5119 exists, rather than on whether gcc is in configdirs.
5120 * configure: Rebuild.
5121
51222011-07-21 Joseph Myers <joseph@codesourcery.com>
5123
5124 * MAINTAINERS (Global Reviewers): Add self.
5125
51262011-07-20 David Edelsohn <dje.gcc@gmail.com>
5127
5128 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5129 link directories.
5130 * Makefile.in: Rebuild.
5131
51322011-07-20 Ian Lance Taylor <iant@google.com>
5133
5134 PR bootstrap/49787
5135 * configure.ac: Move --enable-bootstrap handling earlier in file.
5136 If --enable-bootstrap and either --enable-build-with-cxx or
5137 --enable-build-poststage1-with-cxx, enable C++ automatically.
5138 * configure: Rebuild.
5139
51402011-07-19 Ian Lance Taylor <iant@google.com>
5141
5142 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5143 make C++ a boot_language. Set and substitute
5144 POSTSTAGE1_CONFIGURE_FLAGS.
5145 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5146 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5147 * configure, Makefile.in: Rebuild.
5148
51492011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5150
5151 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5152 maintainers.
5153
51542011-07-18 Jakub Jelinek <jakub@redhat.com>
5155
5156 * MAINTAINERS (Global Reviewers): Add myself.
5157
51582011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5159
5160 * configure: Regenerate.
5161
51622011-07-16 Jason Merrill <jason@redhat.com>
5163
5164 * Makefile.def (language=c++): Add check-c++0x and
5165 check-target-libmudflap-c++.
5166 * Makefile.tpl (check-target-libmudflap-c++): New.
5167 * Makefile.in: Regenerate.
5168
51692011-07-16 Matthias Klose <doko@ubuntu.com>
5170
5171 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5172 * Makefile.def (target_modules/libjava): Pass
5173 $(EXTRA_CONFIGARGS_LIBJAVA).
5174 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5175 if not configured with --enable-static-libjava.
5176 * Makefile.in: Regenerate.
5177 * configure: Likewise.
5178
51792011-07-15 Jason Merrill <jason@redhat.com>
5180
5181 * Makefile.in (check-c++): Move check-gcc-c++0x after
5182 check-target-libstdc++-v3.
5183
51842011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5185
5186 * MAINTAINERS (c6x port): New entry.
5187
51882011-07-13 Jason Merrill <jason@redhat.com>
5189
5190 * Makefile.in (check-gcc-c++0x): New.
5191 (check-c++): Depend on it.
5192
51932011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5194
5195 PR target/39150
5196 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5197 x86_64-*-solaris2.1[0-9]*.
5198 * configure: Regenerate.
5199
52002011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5201
5202 * MAINTAINERS (RTL optimizers): Add self.
5203
52042011-06-27 Gabriel Charette <gchare@google.com>
5205
5206 * MAINTAINERS (Write After Approval): Add myself.
5207
52082011-06-22 Hans-Peter Nilsson <hp@axis.com>
5209
5210 PR regression/47836
5211 PR bootstrap/23656
5212 PR other/47733
5213 PR bootstrap/49247
5214 PR c/48825
5215 * configure.ac (target_libraries): Remove target-libiberty.
5216 Remove case-statement setting skipdirs=target-libiberty for
5217 multiple targets. Remove checking target_configdirs and
5218 removing target-libiberty but keeping target-libgcc if
5219 otherwise empty.
5220 * Makefile.def (target_modules): Don't add libiberty.
5221 (dependencies): Remove all traces of target-libiberty.
5222 * configure, Makefile.in: Regenerate.
5223
52242011-06-13 Walter Lee <walt@tilera.com>
5225
5226 * configure.ac (tilepro-*-*) New case.
5227 (tilegx-*-*): Likewise.
5228 * configure: Regenerate.
5229
52302011-06-06 Jing Yu <jingyu@google.com>
5231
5232 * configure.ac: Skip target-libiberty for
5233 arm*-*-linux-androideabi.
5234 * configure: Regenerated.
5235
52362011-06-06 Nick Clifton <nickc@redhat.com>
5237
5238 * config.sub: Sync from upstream.
5239
52402011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5241
5242 * MAINTAINERS (Write After Approval): Add myself.
5243
52442011-06-01 Daniel Jacobowitz <drow@false.org>
5245
5246 * MAINTAINERS: Update my email address.
5247
52482011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5249
5250 * MAINTAINERS (Write After Approval): Update my email address.
5251
52522011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5253
5254 * MAINTAINERS (Write After Approval): Add myself.
5255
52562011-05-08 Doug Kwan <dougkwan@google.com>
5257
5258 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5259 * configure: Regenerated.
5260 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5261 value from configure.
5262 * Makefile.in: Regenerated.
5263
52642011-05-05 Joseph Myers <joseph@codesourcery.com>
5265
5266 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5267 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5268 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5269 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5270 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5271 *-*-vxworks*): Disable newlib and libgloss in separate case
5272 statement.
5273 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5274 to separate case statement.
5275 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5276 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5277 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5278 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5279 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5280 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5281 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5282 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5283 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5284 i[[3456789]]86-*-rdos*, m32r-*-*,
5285 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5286 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5287 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5288 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5289 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5290 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5291 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5292 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5293 and libgloss in main case over targets. Remove most empty cases
5294 in main case over targets.
5295 * configure: Regenerate.
5296
52972011-05-04 Janis Johnson <janisjo@codesourcery.com>
5298
5299 * MAINTAINERS (Write After Approval): Add myself.
5300
53012011-05-04 Joseph Myers <joseph@codesourcery.com>
5302
5303 * configure.ac: Remove code setting special library locations for
5304 hppa*64*-*-hpux11*. Remove code setting compiler for
5305 sparc-sun-solaris2*.
5306 * configure: Regenerate.
5307
53082011-05-04 Joseph Myers <joseph@codesourcery.com>
5309
5310 * configure.ac: Separate libgloss_dir settings from general case
5311 over targets.
5312 * configure: Regenerate.
5313
53142011-04-28 Joseph Myers <joseph@codesourcery.com>
5315
5316 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5317 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5318 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5319 cases in libgcj-disabling case statement.
5320 (hppa*64*-*-linux*): Set unsupported_languages instead of
5321 disabling target-zlib.
5322 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5323 to hppa*64*-*-hpux*.
5324 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5325 hppa*-*-hpux*.
5326 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5327 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5328 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5329 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5330 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5331 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5332 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5333 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5334 libgcj-disabling case statement.
5335 * configure: Regenerate.
5336
53372011-04-28 Joseph Myers <joseph@codesourcery.com>
5338
5339 * configure.ac: Disable Java for targets not supporting libffi.
5340 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5341 Remove cases in Java-disabling statement.
5342 (*arm-wince-pe): Change to arm-wince-pe.
5343 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5344 cases in Java-disabling statement.
5345 (bfin-*-*): Don't disable Java again.
5346 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5347 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5348 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5349 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5350 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5351 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5352 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5353 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5354 Java-disabling statement.
5355 (mmix-*-*): Don't disable Java again.
5356 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5357 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5358 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5359 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5360 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5361 statement.
5362 * configure: Regenerate.
5363
53642011-04-28 Joseph Myers <joseph@codesourcery.com>
5365
5366 * configure.ac: Separate cases disabling Java and Java libraries
5367 from general case over targets.
5368 * configure: Regenerate.
5369
53702011-04-21 Jie Zhang <jzhang918@gmail.com>
5371
5372 * MAINTAINERS: Update my email address.
5373
53742011-04-20 Easwaran Raman <eraman@google.com>
5375
5376 * MAINTAINERS (Write After Approval): Add myself.
5377
53782011-04-18 Jack Howarth <howarth@bromo.med.uc.edu>
5379
5380 PR lto/48086
5381 * configure.ac: Re-enable LTO on *-apple-darwin9*.
5382 * configure: Regenerate.
5383
53842011-04-16 Jim Meyering <meyering@redhat.com>
5385
5386 * MAINTAINERS (Write After Approval): Add myself.
5387
53882011-04-15 Dodji Seketeli <dodji@redhat.com>
5389
5390 * MAINTAINERS: Update my email address.
5391
53922011-04-13 Georg-Johann Lay <avr@gjlay.de>
5393
5394 * MAINTAINERS (Write After Approval): Add myself.
5395
53962011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5397
5398 * MAINTAINERS (Write After Approval): Add myself.
5399
54002011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5401
5402 * MAINTAINERS (Write After Approval): Add myself.
5403
54042011-04-06 Joseph Myers <joseph@codesourcery.com>
5405
5406 * configure.ac (build_tools): Remove build-byacc.
5407 (host_libs): Remove mmalloc.
5408 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5409 autoconf automake libtool diff rcs fileutils shellutils time
5410 textutils wdiff find uudecode hello tar gzip indent recode release
5411 sed perl gawk findutils gettext zip.
5412 (libgcj): Remove target-qthreads.
5413 (target_tools): Remove target-examples target-gperf.
5414 (YACC): Don't handle building byacc.
5415 * configure: Regenerate.
5416 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5417 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5418 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5419 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5420 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5421 handle building components.
5422 * Makefile.in: Regenerate.
5423
54242011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5425
5426 * MAINTAINERS: Update my email address as Xtensa maintainer.
5427
54282011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5429
5430 * config.sub: Sync from upstream.
5431
54322011-04-01 Joseph Myers <joseph@codesourcery.com>
5433
5434 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5435 (microblaze*): Don't disable libssp.
5436 * configure: Regenerate.
5437
54382011-04-01 Joseph Myers <joseph@codesourcery.com>
5439
5440 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5441 moveifchange.
5442 * configure: Regenerate.
5443 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5444 * Makefile.in: Regenerate.
5445
54462011-04-01 Joseph Myers <joseph@codesourcery.com>
5447
5448 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5449 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5450 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5451 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5452 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5453 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5454 md_exec_prefix cases.
5455 * configure: Regenerate.
5456
54572011-04-01 Joseph Myers <joseph@codesourcery.com>
5458
5459 * configure.ac: Separate cases disabling target-libssp,
5460 target-libiberty, target-libstdc++-v3 and Fortran from general
5461 case over targets.
5462 * configure: Regenerate.
5463
54642011-04-01 Joseph Myers <joseph@codesourcery.com>
5465
5466 * configure.ac (*-*-chorusos): Don't disable libgcj.
5467 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5468 Remove case.
5469 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5470 (arm-*-coff): Don't disable libgcj.
5471 (arm*-*-linux-gnueabi): Remove useless assignment.
5472 (arm-*-riscix*): Don't disable libgcj.
5473 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5474 configuration.
5475 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5476 (c54x*-*-*): Remove case.
5477 (tic54x-*-*): Don't disable GCC or GCC libraries.
5478 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5479 to *.
5480 (d10v-*-*): Don't disable GCC libraries.
5481 (d30v-*-*): Don't disable libgcj.
5482 (h8500-*-*): Don't disable GCC libraries.
5483 (i960-*-*): Don't disable libgcj.
5484 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5485 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5486 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5487 libgcj.
5488 (m68k-*-coff*): Remove case.
5489 (mmix-*-*): Don't disable libgloss on host.
5490 (mn10200-*-*, mn10300-*-*): Remove cases.
5491 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5492 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5493 Don't disable libgcj.
5494 (romp-*-*): Remove case.
5495 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5496 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5497 case.
5498 (v810-*-*): Don't disable GCC libraries.
5499 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5500 (ip2k-*-*): Don't disable GCC libraries.
5501 * configure: Regenerate.
5502
55032011-03-28 Joseph Myers <joseph@codesourcery.com>
5504
5505 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5506 libffi on host.
5507 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5508 on host.
5509 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5510 * configure: Regenerate.
5511
55122011-03-26 John Marino <binutils@marino.st>
5513
5514 * configure.ac: Add support for *-*-dragonfly*
5515 * configure: Regenerate.
5516
55172011-03-25 Joseph Myers <joseph@codesourcery.com>
5518
5519 * configure.ac (native_only): Remove.
5520 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5521 send-pr uudecode guile gnuserv on host.
5522 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5523 send-pr rcs guile perl texinfo libtool on host.
5524 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5525 automake send-pr rcs guile perl texinfo libtool on host.
5526 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5527 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5528 (alpha*-dec-osf*): Don't disable fileutils on target.
5529 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5530 texinfo send-pr expect dejagnu on target.
5531 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5532 target-qthreads on target.
5533 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5534 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5535 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5536 x86_64-*-mingw*): Don't disable expect on target.
5537 (*-*-cygwin*): Don't disable target-gperf on target.
5538 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5539 gnuserv on target.
5540 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5541 target.
5542 * configure: Regenerate.
5543
55442011-03-25 Joseph Myers <joseph@codesourcery.com>
5545
5546 * configure.ac (target_tools): Remove target-groff.
5547 (native_only): Remove target-groff.
5548 (hppa*64*-*-*): Don't disable byacc.
5549 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5550 setting.
5551 (*-*-kaos*): Don't skip target-librx and target-groff.
5552 (*-*-netware*): Don't skip target-libmudflap.
5553 (*-*-tpf*): Don't skip target-libmudflap.
5554 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5555 directories on the host.
5556 (ia64*-*-*vms*): Don't skip tix.
5557 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5558 host.
5559 * configure: Regenerate.
5560
55612011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5562
5563 * configure.ac: Remove references to mt-mep, mt-netware,
5564 mt-wince.
5565 * Makefile.def: Add all-utils soft dependencies.
5566 * Makefile.tpl: Remove GDB_NLM_DEPS.
5567 * configure: Regenerate.
5568 * Makefile.in: Regenerate.
5569
55702011-03-24 Paolo Bonzini <bonzini@gnu.org>
5571
5572 * configure.ac: Do not include mh-x86omitfp.
5573 * configure: Regenerate.
5574
55752011-03-24 Paolo Bonzini <bonzini@gnu.org>
5576
5577 * configure.ac: Remove empty cases.
5578 * configure: Regenerate.
5579
55802011-03-24 Paolo Bonzini <bonzini@gnu.org>
5581
5582 * Makefile.def: Add dependency from termcap to gdb.
5583 * Makefile.in: Regenerate.
5584
55852011-03-24 Paolo Bonzini <bonzini@gnu.org>
5586
5587 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5588 * configure: Regenerate.
5589 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5590 * Makefile.tpl: Likewise.
5591 * Makefile.in: Regenerate.
5592
55932011-03-24 Paolo Bonzini <bonzini@gnu.org>
5594
5595 * configure.ac: Remove all mentions of tentative_cc.
5596 * configure: Regenerate.
5597
55982011-03-24 Joseph Myers <joseph@codesourcery.com>
5599
5600 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5601 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5602 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5603 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5604 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5605 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5606 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5607 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5608 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5609 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5610 *-*-rhapsody*): Remove host cases.
5611 * configure: Regenerate.
5612
56132011-03-24 Joseph Myers <joseph@codesourcery.com>
5614
5615 * configure.ac (ppc*-*-pe): Remove host case.
5616 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5617 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5618 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5619 cases.
5620 * configure: Regenerate.
5621
56222011-03-24 Joseph Myers <joseph@codesourcery.com>
5623
5624 * config.sub: Update to version 2011-03-23.
5625
56262011-03-22 Joseph Myers <joseph@codesourcery.com>
5627
5628 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5629 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5630 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5631 * configure: Regenerate.
5632
56332011-03-22 Joseph Myers <joseph@codesourcery.com>
5634
5635 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5636 to Write After Approval.
5637 * config-ml.in: Don't handle arc-*-elf*.
5638 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5639 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5640 handle GCC libraries.
5641 * configure: Regenerate.
5642
56432011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5644
5645 PR bootstrap/48120:
5646 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5647 Add -lstdc++ -lm to LIBS.
5648 * configure: Regenerate.
5649
56502011-03-18 David Edelsohn <dje.gcc@gmail.com>
5651
5652 * config.guess: Update to version 2011-02-02
5653 * config.sub: Update to version 2011-02-24
5654
56552011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5656
5657 PR lto/48086
5658 * configure.ac: Re-enable LTO on *-apple-darwin9.
5659 * configure: Regenerate.
5660
56612011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5662
5663 PR lto/48086
5664 * configure.ac: Disable LTO on darwin due to an assembler change in
5665 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5666 under 256.
5667 * configure: Regenerate.
5668
56692011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5670
5671 * MAINTAINERS: Update myself as score backend maintainer,
5672 update my e-mail address.
5673
56742011-03-09 Xuepeng Guo <terry.guo@arm.com>
5675
5676 * MAINTAINERS: Update my e-mail address.
5677
56782011-03-06 Joey Ye <joey.ye@arm.com>
5679
5680 * MAINTAINERS: Update my e-mail address.
5681
56822011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5683
5684 * configure.ac: Adjust test of with_ppl.
5685 * configure: Regenerated.
5686
56872011-03-02 Kai Tietz <ktietz@redhat.com>
5688
5689 * MAINTAINERS: Adjust my e-mail address.
5690
56912011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5692
5693 * configure.ac: Add -lpwl to ppllibs.
5694 * configure: Regenerated.
5695
56962011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5697
5698 * config/cloog.m4: Add -lisl to clooglibs.
5699 * configure: Regenerated.
5700
57012011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5702
5703 * MAINTAINERS (CPU Port maintainers): Add self.
5704
57052011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5706
5707 * MAINTAINERS: Add myself as testsuite maintainer.
5708
57092011-02-15 Mike Stump <mikestump@comcast.net>
5710
5711 * MAINTAINERS: Add myself as testsuite maintainer.
5712
57132011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5714
5715 Import from Libtool and gnulib:
5716
5717 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5718
5719 Prepare for supporting FreeBSD 10.
5720 * config.rpath: Remove handling of freebsd1* which soon would
5721 match FreeBSD 10.0.
5722
5723 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
5724
5725 Remove support for FreeBSD 1.x.
5726 * libtool.m4 (_LT_LINKER_SHLIBS)
5727 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
5728 soon would incorrectly match FreeBSD 10.0.
5729
57302011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5731
5732 PR binutils/12283
5733 * move-if-change: Import version from gnulib.
5734
57352011-02-12 Alexandre Oliva <aoliva@redhat.com>
5736
5737 PR lto/47225
5738 * Makefile.def (lto-plugin): Double dash for enable-shared.
5739 (configure-gcc): Depend on all-lto-plugin.
5740 * Makefile.in: Rebuilt.
5741
57422011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5743
5744 * configure.ac: Remove extra bracket.
5745 * configure: Regenerate.
5746
57472011-02-08 Tobias Burnus <burnus@net-b.de>
5748
5749 * MAINTAINERS: Add myself as libquadmath maintainer.
5750
57512011-02-08 Thomas Schwinge <thomas@schwinge.name>
5752
5753 * MAINTAINERS: Update my email address.
5754
57552011-02-07 Joseph Myers <joseph@codesourcery.com>
5756
5757 * MAINTAINERS (option handling): Add self.
5758
57592011-02-06 Kai Tietz <kai.tietz@onevision.com>
5760
5761 PR lto/47225
5762 * Makefile.def: Add dependency for install-gcc
5763 on install-lto-plugin.
5764 * Makfile.in: Regenerated
5765
57662011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
5767
5768 * MAINTAINERS (CPU Port Maintainers): Add myself.
5769
57702011-01-31 Alexandre Oliva <aoliva@redhat.com>
5771
5772 PR libgcj/44341
5773 * configure.ac: Discard --with-* flags for host when configuring
5774 target libraries for cross build.
5775 * configure: Rebuilt.
5776
57772011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5778
5779 * MAINTAINERS (linear loop transforms): Removed.
5780
57812011-01-25 Jakub Jelinek <jakub@redhat.com>
5782
5783 * configure.ac: If with_ppl is no, move setting with_cloog=no
5784 after CLOOG_REQUESTED check.
5785 * configure: Regenerated.
5786
57872011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5788
5789 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
5790 CLooG has been requested.
5791 * configure: Regenerated.
5792
57932011-01-25 Sebastian Pop <sebastian.pop@amd.com>
5794
5795 * configure: Regenerated.
5796 * configure.ac: Check for version 0.11 (or later revision) of PPL.
5797
57982011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
5799
5800 * configure: Regenerated.
5801 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
5802
58032011-01-21 Andreas Schwab <schwab@redhat.com>
5804
5805 * configure.ac: Use AS_HELP_STRING throughout.
5806 * configure: Regenerate.
5807
58082011-01-18 Jie Zhang <jie.zhang@analog.com>
5809
5810 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
5811 * configure: Regenerate.
5812
58132011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5814
5815 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
5816
58172011-01-13 Joel Brobecker <brobecker@adacore.com>
5818
5819 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
5820 for ia64-hpux.
5821 * configure: Regenerate.
5822
58232011-01-07 Jan Hubicka <jh@suse.cz>
5824
5825 PR lto/47225
5826 * Makefile.in: Regenerate.
5827 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
5828 configure.
5829
58302011-01-07 Jan Hubicka <jh@suse.cz>
5831
5832 * Makefile.in: Regenerate.
5833 * Makefile.def (gcc host module) and soft dependency on lto-plugin
5834 and configure dependency on lto-plugin configure.
5835 (lto-plugin module): Remove dependency on GCC; add dependency on
5836 liniberty.
5837
58382011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
5839
5840 * MAINTAINERS (Write After Approval): Add myself.
5841
58422010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
5843
5844 * configure: Regenerate.
5845
58462010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
5847
5848 * configure.ac: (picochip): Disable libiberty.
5849
58502010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
5851
5852 * MAINTAINERS (Write After Approval): Add myself.
5853
58542010-12-10 Ian Lance Taylor <iant@google.com>
5855
5856 PR bootstrap/46819
5857 * configure.ac: For --disable-libgcj clear libgcj_saved.
5858 * configure: Rebuild.
5859
58602010-12-10 Tobias Burnus <burnus@net-b.de>
5861
5862 PR fortran/46540
5863 * configure.ac: Add --disable-libquadmath and
5864 --disable-libquadmath-support.
5865 * configure: Regenerate.
5866
58672010-12-03 Ian Lance Taylor <iant@google.com>
5868
5869 * MAINTAINERS: Add myself as libgo maintainer.
5870
58712010-12-03 Hans-Peter Nilsson <hp@axis.com>
5872
5873 PR libffi/46792
5874 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
5875 * configure: Regenerate.
5876
58772010-12-02 Ian Lance Taylor <iant@google.com>
5878
5879 * configure.ac: Always set default for poststage1_ldflags to
5880 -static-libstdc++ -static-libgcc.
5881
58822010-11-29 Andreas Schwab <schwab@redhat.com>
5883
5884 * configure.ac: Move comment to remove extra space in last argument
5885 of GCC_TARGET_TOOL.
5886
58872010-11-26 Alexandre Oliva <aoliva@redhat.com>
5888
5889 PR other/46026
5890 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
5891 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
5892 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
5893 (BASE_FLAGS_TO_PASS): Use it.
5894 * configure: Rebuilt.
5895 * Makefile.in: Rebuilt.
5896
58972010-11-23 H.J. Lu <hongjiu.lu@intel.com>
5898
5899 PR binutils/12258
5900 * configure.ac: Correct comments for --enable-gold/--enable-ld.
5901 Properly check default linker.
5902 * configure: Regnerated.
5903
59042010-11-23 Matthias Klose <doko@ubuntu.com>
5905
5906 * configure.ac: For --enable-gold, handle value `default' instead of
5907 `both*'. New configure option --{en,dis}able-ld.
5908 * configure: Regenerate.
5909
59102010-11-20 Ian Lance Taylor <iant@google.com>
5911
5912 * configure.ac: Only disable a language library if no language needs
5913 it. Don't let --disable-libgcj uncondtionally disable libffi.
5914 * configure: Rebuild.
5915
59162010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5917
5918 * Makefile.in: Regenerate.
5919
5920 PR other/46202
5921 * configure.ac: Fix just-built in-tree STRIP name to be
5922 binutils/strip-new.
5923 * configure: Regenerate.
5924 * Makefile.def (install-strip-gcc, install-strip-binutils)
5925 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
5926 (install-strip-sid): Mirror dependencies on non-strip variants
5927 of these targets on the respective -strip prerequisites.
5928 * Makefile.tpl (install-strip, install-strip-host)
5929 (install-strip-target): New targets.
5930 (install-strip-[+module+], install-strip-target-[+module+]):
5931 New targets.
5932 * Makefile.in: Regenerate.
5933
59342010-11-19 Ian Lance Taylor <iant@google.com>
5935 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5936
5937 * configure.ac: Add target-libgo to target_libraries. Set
5938 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
5939 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
5940 (HOST_EXPORTS): Add GOC.
5941 (BASE_TARGET_EXPORTS): Add GOC.
5942 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
5943 (GOCFLAGS_FOR_TARGET): New variable.
5944 (EXTRA_HOST_FLAGS): Add GOC.
5945 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
5946 * Makefile.def (target_modules): Add libgo.
5947 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
5948 (dependencies): Add dependency from configure-target-libgo to
5949 configure-target-libffi and all-target-libstdc++-v3. Add
5950 dependencies from all-target-libgo to all-target-libffi.
5951 (languages): Add go.
5952 * configure: Rebuild.
5953 * Makefile.in: Rebuild.
5954
59552010-11-19 Ian Lance Taylor <iant@google.com>
5956
5957 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
5958 compiler/flag environment variables.
5959
59602010-11-18 Ian Lance Taylor <iant@google.com>
5961
5962 * configure.ac: Check for lang_requires_boot_languages in
5963 config-lang.in files.
5964 * configure: Rebuild.
5965
59662010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
5967 Tobias Burnus <burnus@net-b.de>
5968
5969 PR fortran/32049
5970 * Makefile.def: Add libquadmath; build it with language=fortran.
5971 * configure.ac: Add libquadmath.
5972 * Makefile.tpl: Handle multiple libs in check-[+language+].
5973 * Makefile.in: Regenerate.
5974 * configure: Regenerate.
5975
b9b9d342
TT
59762010-11-16 Tom Tromey <tromey@redhat.com>
5977
5978 * MAINTAINERS: Moved myself to reviewers section.
5979
ecbfe87a
ZD
59802010-11-15 Zdenek Dvorak <ook@ucw.cz>
5981
5982 * MAINTAINERS: Moved myself to reviewers section.
5983
29a4f477
RW
59842010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5985
5986 * MAINTAINERS (Various Maintainers): Add self for build machinery.
5987 (Write After Approval): Remove self.
5988
9965e3cd
AS
59892010-11-15 Andreas Schwab <schwab@redhat.com>
5990
5991 * configure.ac: Fix spelling in option names.
5992 * configure: Regenerated.
5993
0463992b
GJL
59942010-11-13 Georg-Johann Lay <georgjohann@web.de>
5995
5996 PR bootstrap/39622
5997 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
5998 * configure: Regenerated.
5999
3df08734
KG
60002010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
6001
6002 * MAINTAINERS: Update my email address.
6003
f16e2237
TG
60042010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6005
f16e2237
TG
6006 * configure: Regenerate.
6007
0bb52d68
TG
60082010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6009
1f980c25 6010 * configure: Regenerate.
0bb52d68 6011
aba2b02e
TG
60122010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6013
aba2b02e
TG
6014 * configure: Regenerate.
6015
27882098
TG
60162010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6017
27882098
TG
6018 * configure: Regenerate.
6019
d32ef397
AS
60202010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6021
6022 * configure.ac: Support official CLooG.org versions.
6023 * configure: Regenerate.
6024 * config/cloog.m4: New.
6025
5a4b6c0e
FD
60262010-11-10 François Dumont <francois.cppdevs@free.fr>
6027
6028 * MAINTAINERS (Write After Approval): Add myself.
6029
f2cea726
DE
60302010-11-09 David Edelsohn <dje.gcc@gmail.com>
6031
6032 * MAINTAINERS: Update my email address.
6033
d8ed14ce
IS
60342010-11-04 Iain Sandoe <iains@gcc.gnu.org>
6035
6036 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6037 * configure: Regenerate.
d8ed14ce 6038
48215350
DK
60392010-11-03 Ian Lance Taylor <iant@google.com>
6040 Dave Korn <dave.korn.cygwin@gmail.com>
6041
6042 PR lto/46273
6043 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
6044 and on other supported platforms whenever LTO is enabled.
6045 * configure: Rebuild.
6046
87841584
AM
60472010-11-02 Alan Modra <amodra@gmail.com>
6048
6049 PR binutils/12110
6050 * configure.ac: Error when source path contains spaces.
6051 * configure: Regenerate.
6052
fe12dfe1
JW
60532010-10-23 James E. Wilson <wilson@codesourcery.com>
6054
6055 * MAINTAINERS: Update my email address.
6056
66c92425
ILT
60572010-10-20 Ian Lance Taylor <iant@google.com>
6058
6059 * Makefile.def (target_modules): Set lib_path to src/.libs for
6060 libstdc++-v3 module.
6061 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6062 * Makefile.in: Rebuild.
6063
187d3518
LB
60642010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6065
6066 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6067 (Write After Approval): Remove myself.
6068
02db6bba
TG
60692010-10-15 Tristan Gingold <gingold@adacore.com>
6070
6071 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6072
c0103e74
DR
60732010-10-14 Douglas Rupp <rupp@gnat.com>
6074
6075 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6076
1cd0b716
DK
60772010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6078
6079 * configure.ac (build_lto_plugin): New shell variable.
6080 (--enable-lto): Turn on by default for all non-ELF platforms that
6081 have had LTO support added so far. Set build_lto_plugin appropriately
6082 for both ELF and non-ELF.
6083 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6084 * configure: Regenerate.
6085
d4c1abb3
RW
60862010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6087
6088 Sync from src:
6089 * configure.ac (v850 support): Remove target-libgloss from
6090 noconfigdirs.
6091 * configure: Regenerate.
6092
ffedf511
RW
60932010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6094
6095 PR bootstrap/45326
6096 PR bootstrap/45174
6097 * configure.ac: Honor initial values of $build_configargs,
6098 $host_configargs, $target_configargs. Mark the precious, so
6099 environment settings get recorded.
6100 * configure: Regenerate.
6101
e1826acc
RW
61022010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6103
6104 PR bootstrap/45796
6105 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6106 Depend on all-build-libiberty.
6107 * Makefile.in: Regenerate.
6108
80920132
ME
61092010-09-30 Michael Eager <eager@eagercon.com>
6110
6111 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6112 * configure: Regenerate.
6113
770a498a
ME
61142010-09-28 Michael Eager <eager@eagercon.com>
6115
6116 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6117
86dfbd58
RW
61182010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6119
6120 PR bootstrap/44621
6121 * configure.ac: Fix unportable shell quoting.
6122 * configure: Regenerate.
6123
db50fe7d
IS
61242010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6125
6126 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6127 targets and amend comment.
6128 * configure: Regenerate.
6129
0064e825
TB
61302010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6131
6132 * MAINTAINERS (Write After Approval): Add myself.
6133
bb79486c
JH
61342010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6135
6136 * configure.ac: Enable LTO by default on Darwin.
6137 * configure: Regenerate.
6138
9e0b22c3
MS
61392010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6140
bb79486c 6141 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 6142
2fabf1b7
IB
61432010-09-01 Ian Bolton <ian.bolton@arm.com>
6144
bb79486c 6145 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 6146
3a9abc98
DS
61472010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6148
6149 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6150 ports
6151
331a9a59
DY
61522010-07-28 David Yuste <david.yuste@gmail.com>
6153
6154 * MAINTAINERS (Write After Approval): Add myself.
6155
223a9d64
N
61562010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6157
6158 * configure.ac: Support all v850 targets.
6159 * configure: Regenerate.
6160
9183bdcf
MG
61612010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6162
6163 PR bootstrap/44455
6164 * configure.ac (extra_mpfr_configure_flags): Copy from
6165 extra_mpc_gmp_configure_flags.
6166 * configure: Re-generated.
6167
2e290598
AK
61682010-07-22 Andi Kleen <ak@linux.intel.com>
6169
6170 * MAINTAINERS (Write After Approval): Add myself.
6171
8d6cd388
CLT
61722010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6173
6174 * MAINTAINERS (Write After Approval): Add myself.
6175
b0b01eb0
JY
61762010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6177
6178 * MAINTAINERS (Write After Approval): Add myself.
6179
77198d71
JH
61802010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6181
6182 PR target/44862
6183 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6184 Provide -B option to allow for link spec %s substitutions for
6185 libstdc++.a on darwin.
6186 * Makefile.in: Regenerate.
6187
02fe70af
MM
61882010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6189
6190 * MAINTAINERS (Reviewers): Update my e-mail address
6191
c63a4676
AO
61922010-06-10 Alexandre Oliva <aoliva@redhat.com>
6193
6194 * Makefile.def (configure-gcc): Depend on all-libelf.
6195 * Makefile.in: Rebuild.
6196
e68edbf6
FC
61972010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6198
6199 * MAINTAINERS (Write After Approval): Add myself in the right place.
6200
dce2d8b2 62012010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
6202
6203 * MAINTAINERS (Write After Approval): Add myself.
6204
dce2d8b2 62052010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
6206
6207 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
6208
62092010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 6210
1ab55d69
MK
6211 * config.sub: Update to version 2010-05-21.
6212 * config.guess: Update to version 2010-04-03.
0c422e74 6213
02540df4
SB
62142010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6215
6216 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6217 * configure: Regenerate.
6218
dfe5f5b2
ST
62192010-05-12 Sriraman Tallam <tmsriram@google.com>
6220
6221 * MAINTAINERS (Write After Approval): Add myself.
6222
c082f9f3
SB
62232010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6224
6225 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6226 a platform that supports LTO.
6227 * configure: Regenerate.
6228
f1af9e5f
SP
62292010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6230
6231 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6232 * configure: Regenerated.
6233
38e3d868
RM
62342010-04-27 Roland McGrath <roland@redhat.com>
6235 H.J. Lu <hongjiu.lu@intel.com>
6236
6237 * configure.ac (--enable-gold): Support both, both/gold and
6238 both/bfd to add gold to configdirs without removing ld.
6239 * configure: Regenerated.
6240
6241 * Makefile.def: Add install-gold dependency to install-ld.
6242 * Makefile.in: Regenerated.
6243
3bec79c5
DK
62442010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6245
6246 PR lto/42776
6247 * configure.ac (--enable-lto): Refactor handling so libelf tests
6248 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6249 and allow LTO to be explicitly enabled on non-ELF platforms that
6250 are known to support it inside else-clause.
6251 * configure: Regenerate.
6252
615c8ffa
EB
62532010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6254
6255 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6256 * configure: Regenerate.
6257
e4522f78
RC
62582010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6259
6260 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6261 * configure: Regenerate.
6262
8ccb78f2
RO
62632010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6264
6265 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6266 separately.
6267 * configure: Regenerate.
6268
d5cc2ee3
KW
62692010-04-16 Kevin Williams <kevin.williams@inria.fr>
6270
6271 * MAINTAINERS (Write After Approval): Add myself.
6272
8406cb62
TG
62732010-04-14 Tristan Gingold <gingold@adacore.com>
6274
6275 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6276 * configure: Regenerate.
6277
3591b8e2
SE
62782010-04-13 Steve Ellcey <sje@cup.hp.com>
6279
6280 * configure: Regenerate after change to elf.m4.
6281
a82ecc7b
IS
62822010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6283
6284 * MAINTAINERS (Write After Approval): Add myself.
6285
1f0bf148
SP
62862010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6287
6288 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6289 * configure: Regenerated.
6290
62912010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6292
6293 * configure.ac: Print "buggy but acceptable" when CLooG
6294 revision is less than 9.
6295 * configure: Regenerated.
6296
ecd01dee
DN
62972010-04-01 Diego Novillo <dnovillo@google.com>
6298
6299 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6300
dc683a3f
RW
63012010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6302
6303 PR bootstrap/43615
6304 PR bootstrap/43328
6305
6306 Revert:
6307
6308 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6309
6310 * configure.ac: Do not pass --enable-multilib nor
6311 --disable-multilib in baseargs. Accept explicitly passed
6312 --enable_multilib.
6313 * configure: Regenerate.
6314
7527d83f
UW
63152010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6316
6317 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6318
895522b6
JJ
63192010-03-31 Janis Johnson <janis187@us.ibm.com>
6320
6321 * MAINTAINERS: Remove myself.
6322
9db4e878
RW
63232010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6324
6325 PR bootstrap/43328
6326 * configure.ac: Do not pass --enable-multilib nor
6327 --disable-multilib in baseargs. Accept explicitly passed
6328 --enable_multilib.
6329 * configure: Regenerate.
6330
acf6bf36
AP
63312010-03-28 Andrew Pinski <pinskia@gmail.com>
6332
6333 * MAINTAINERS (spu port): Remove me.
6334
b42f0d7e
JM
63352010-03-23 Joseph Myers <joseph@codesourcery.com>
6336
6337 * configure.ac (tic6x-*-*): New case.
6338 * configure: Regenerate.
6339
0d1152b1
JM
63402010-03-23 Joseph Myers <joseph@codesourcery.com>
6341
6342 * config.sub: Update to version 2010-03-22.
6343 * config.guess: Update to version 2009-12-30.
6344
dce2d8b2 63452010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
6346
6347 PR ada/42554
6348 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6349 * configure: Regenerate.
6350
5408fbe8
RR
63512010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6352
6353 * MAINTAINERS: Update my email address.
6354
3f55a3b3
SP
63552010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6356
6357 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6358 (ghassan.shobaki@amd.com): Removed.
6359
3f08f7e8
AM
63602010-03-17 Alan Modra <amodra@gmail.com>
6361
6362 * MAINTAINERS: Update my email address.
6363
f3a9d094
DN
63642010-03-16 Diego Novillo <dnovillo@google.com>
6365
6366 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6367 Matthews.
6368
db5c4b8b
JM
63692010-03-16 Joseph Myers <joseph@codesourcery.com>
6370
6371 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6372 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6373
b995570a
JM
63742010-03-16 Joseph Myers <joseph@codesourcery.com>
6375
6376 * MAINTAINERS: Update my email address.
6377
124cc66f
DJ
63782010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6379
6380 * MAINTAINERS: Update my email address.
6381
a4581668
BS
63822010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6383
6384 * MAINTAINERS: Update my email address.
6385
49d78e29
JZ
63862010-03-09 Jie Zhang <jie@codesourcery.com>
6387
6388 * MAINTAINERS: Update my email address.
6389
8927b7c0
RO
63902010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6391
6392 PR libstdc++/32499
6393 * configure.ac (RANLIB): Default to true.
6394 (STRIP): Likewise.
6395 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6396 * configure: Regenerate.
6397
dce2d8b2 63982010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
6399
6400 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6401 (Write After Approval): Update my email address.
6402
bf646aaf
NC
64032010-02-17 Nick Clifton <nickc@redhat.com>
6404
6405 PR 11238
6406 * Makefile.tpl (local-distclean): Also remove config.cache files in
6407 sub-directories as there may not be Makefiles present in the
6408 sub-directories.
96e41f16
NC
6409 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6410 the config.cache files found by the find command.
6411
bf646aaf
NC
6412 * Makefile.in: Regenerate.
6413 * configure.ac: Revert previous delta.
6414 * configure: Regenerate.
6415
ff78880a
NC
64162010-02-15 Nick Clifton <nickc@redhat.com>
6417
6418 PR 11238
6419 * configure.ac: Delete config.cache files in sub-directories when
6420 deleting Makefiles.
6421 * configure: Regenerate.
6422
8150eadf
BE
64232010-02-12 Ben Elliston <bje@gnu.org>
6424
6425 * MAINTAINERS: Update my email address.
6426
a9e12bfd
AP
64272010-02-08 Andrew Pinski <pinskia@gmail.com>
6428
6429 * MAINTAINERS (spu port): Update my email address.
6430
95315086
JZ
64312010-02-08 Jie Zhang <jie.zhang@analog.com>
6432
6433 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6434
362c6d2f
KG
64352010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6436
6437 * configure.ac: Add "recommended" version checks for GMP/MPC.
6438 Update recommended GMP/MPFR/MPC versions.
6439 * configure: Regenerate.
6440
888c5ad2
JR
64412010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6442
6443 * MAINTAINERS: Move my Embecosm email address into the
6444 write-after-approval section.
6445
3bf714a7
ILT
64462010-01-26 Ian Lance Taylor <iant@google.com>
6447
6448 * MAINTAINERS: Add myself as Go frontend maintainer.
6449
ad1e5170
JR
64502010-01-25 Joern Rennecke <amylaar@spamcop.net>
6451
6452 PR libstdc++/36101, PR libstdc++/42813
6453 * configure.ac (bootstrap_target_libs): Make inclusion of
6454 target-libgomp conditional on libgomb being in target_configdirs.
6455 * configure: Regenerate.
6456
fb0553d1
JR
64572010-01-23 Joern Rennecke <amylaar@spamcop.net>
6458
6459 PR libstdc++/36101, PR libstdc++/42813
6460 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6461 * configure: Regenerate.
6462
aae29963
JR
64632010-01-22 Joern Rennecke <amylaar@spamcop.net>
6464
6465 PR libstdc++/36101, PR libstdc++/42813
6466 * configure.ac (target_configdirs): Substitute.
6467 * Makefile.def: Bootstrap target module libgomp.
6468 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6469 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6470 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6471 * configure, Makefile.in: Regenerate.
6472
d8fe8895
DK
64732010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6474
6475 * MAINTAINERS: Adjust my details.
6476
ebfe4897
EW
64772010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6478
6479 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6480
f7746c59
TL
64812010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6482
6483 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6484
306c7b5b
TL
64852010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6486
6487 * MAINTAINERS (Write After Approval): Add myself.
6488
1b8b9e19
KT
64892010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6490
6491 * MAINTAINERS (Write After Approval): Add myself.
6492
c164615b
RG
64932010-01-11 Richard Guenther <rguenther@suse.de>
6494
6495 PR lto/41569
6496 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6497 * Makefile.in: Regenerated.
6498
f3f623ae
AT
64992010-01-11 Andreas Tobler <andreast@fgznet.ch>
6500
6501 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6502 * configure: Regenerate.
6503
592c90ff 65042010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 6505 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
6506
6507 PR bootstrap/42424
6508 * configure.ac: Include libtool m4 files.
9c78662a 6509 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
6510 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6511 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 6512
592c90ff
KG
6513 * configure: Regenerate.
6514
60a2e213
RW
65152010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6516
6517 PR bootstrap/41818
6518 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6519 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6520 * Makefile.in: Regenerate.
6521
7413962d
RG
65222010-01-02 Richard Guenther <rguenther@suse.de>
6523
6524 PR lto/41529
6525 * configure.ac: Include config/elf.m4. Disable LTO if not
6526 builting for an elf target.
6527 * configure: Regenerate.
6528
f77f3945
CF
65292009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6530
6531 * MAINTAINERS: Change my email address.
6532
4960e3f0
BE
65332009-12-18 Ben Elliston <bje@au.ibm.com>
6534
6535 * config.sub, config.guess: Update from upstream sources.
6536
d16a31da
SZ
65372009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6538
6539 * MAINTAINERS (Write After Approval): Add myself.
6540
3a5729ea
KG
65412009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6542
6543 PR middle-end/30447
6544 PR middle-end/30789
6545 PR other/40302
6546
6547 * configure.ac: Require MPC.
6548 * configure: Regenerate.
6549
43e02a8a
RW
65502009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6551
6552 PR target/38384
6553 PR bootstrap/40972
6554 * libtool.m4: Sync from git Libtool.
6555 * ltoptions.m4: Likewise.
6556 * ltversion.m4: Likewise.
6557 * lt~obsolete.m4: Likewise.
6558 * ltmain.sh: Likewise.
6559
360d4522
KG
65602009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6561
6562 * configure.ac: Update minimum MPC version to 0.8.
6563 * configure: Regenerate.
6564
f264ed56
SP
65652009-11-21 Sebastian Pop <sebpop@gmail.com>
6566
6567 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6568 * configure: Regenerated.
6569
ed2eaa9f
ILT
65702009-11-21 Ian Lance Taylor <iant@google.com>
6571
6572 * configure.ac: Change default of poststage1_ldflags to be empty if
6573 poststage1_libs is set. When poststage1_libs is empty, and
6574 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6575 * configure: Rebuild.
6576
58346783
AN
65772009-11-21 Adam Nemet <adambnmet@gmail.com>
6578
6579 * MAINTAINERS (Write After Approval): Update my email address.
6580
5ca0106a
BE
65812009-11-20 Ben Elliston <bje@au.ibm.com>
6582
6583 * config.guess: Update from upstream sources.
6584
87213cd4
AO
65852009-11-16 Alexandre Oliva <aoliva@redhat.com>
6586
6587 * Makefile.def: Restore host and target settings for gmp.
6588 * Makefile.in: Rebuild.
6589
f61428ed
AO
65902009-11-16 Alexandre Oliva <aoliva@redhat.com>
6591
6592 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6593 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6594 Fix portability of test of C++ as bootstrap language. Add
6595 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6596 * configure: Rebuild.
6597 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6598 and cloog. Fix in-tree ppl configuration. Introduce libelf
6599 in-tree building.
6600 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6601 (POSTSTAGE1_HOST_EXPORTS): Use it.
6602 (STAGE[+id+]_CXXFLAGS): New.
6603 (BASE_FLAGS_TO_PASS): Pass it down.
6604 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6605 extra_exports.
6606 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6607 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6608 extra_exports.
6609 * Makefile.in: Rebuild.
6610
f6c56be6
BE
66112009-11-17 Ben Elliston <bje@au.ibm.com>
6612
6613 * config.sub, config.guess: Update from upstream sources.
6614
0ccb5970
JK
66152009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6616
6617 * MAINTAINERS (Write After Approval): Add myself.
6618
dce2d8b2 66192009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
6620
6621 * MAINTAINERS (Write After Approval): Add myself.
6622
5d571eaa
OS
66232009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6624
6625 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6626 paths for *-w64-mingw* and x86_64-*mingw*.
6627 * configure: Regenerated.
6628
dce2d8b2 66292009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
6630
6631 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6632
c393f559
BK
66332009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6634
6635 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6636 Phil Edwards to Write-After Approval.
6637
ef4c4300
KT
66382009-10-30 Kai Tietz <kai.tietz@onevision.com>
6639
6640 * configure.ac: Disable target-winsup & co for
6641 x86_64-*-mingw* and *-w64-mingw* targets.
6642 * configure: Regenerated.
6643
65a324b4
NC
66442009-10-16 Nick Clifton <nickc@redhat.com>
6645
6646 * MAINTAINERS: Add myself as a maintainer for the RX port.
6647
dce2d8b2 66482009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 6649
9c78662a 6650 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 6651
17e72e5d
RO
66522009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6653
6654 * configure.ac (CLooG test): Use = with test.
6655 * configure: Regenerate.
6656
ed3a56f3
RG
66572009-10-22 Richard Guenther <rguenther@suse.de>
6658
6659 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6660 cloog if the ppl version check failed. Move flags saving
6661 before setting in libelf check.
6662 * configure: Regenerate.
6663
ad0abd3c
RG
66642009-10-21 Richard Guenther <rguenther@suse.de>
6665
6666 * configure.ac: Adjust the ppl and cloog configure to work as
6667 documented. Disable cloog if ppl was disabled. Omit the version
6668 checks if they were disabled.
6669 * configure: Re-generate.
6670
e4c5bd48
RW
66712009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6672
6673 * configure.ac: Add 'lto' to enable_languages, not
6674 new_enable_languages, and only if not already present.
6675 * configure: Regenerate.
6676
0ffd69c5
GP
66772009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6678
6679 * README: Refer to the various COPYING* files instead of just
6680 COPYING.
6681 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6682
dce2d8b2 66832009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
6684
6685 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 6686
58687768
RG
66872009-10-07 Richard Guenther <rguenther@suse.de>
6688
6689 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6690 and Richard Guenther as reviewers.
6691 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6692 as reviewers.
6693
49b0ca5c 66942009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 6695
49b0ca5c 6696 * config.sub: Update from upstream sources.
d2d9ce5e 6697
aeb94799
ILT
66982009-10-06 Ian Lance Taylor <iant@google.com>
6699
6700 * Makefile.def: check-gold depends upon all-gas.
6701 * Makefile.in: Rebuild.
6702
123651cd
PM
67032009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6704
6705 * MAINTAINERS (Write After Approval): Add myself.
6706
d7f09764
DN
67072009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6708
6709 * Makefile.def: all-lto-plugin depends on all-libiberty.
6710 set bootstrap=true for lto-plugin.
6711 Add lto-plugin.
6712 * Makefile.in: Regenerate.
6713 * configure.ac (host_libs): Add lto-plugin.
6714 * configure: Regenerate.
6715
d7f09764
DN
67162009-10-03 Diego Novillo <dnovillo@google.com>
6717
6718 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6719 (HOST_LIBELFLIBS): Define.
6720 (HOST_LIBELFINC): Define.
6721 * Makefile.in: Regenerate.
6722 * configure.ac: Add --enable-lto.
6723 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
6724 If --enable-lto is used, add 'lto' to new_enable_languages.
6725 If --enable-lto is used and gold is enabled, add
6726 lto-plugin to configdirs.
6727 * configure: Regenerate.
6728
67292009-10-03 Simon Baldwin <simonb@google.com>
6730
6731 * configure.ac: If --with-system-zlib, suppress local zlib and
6732 pass --with-system-zlib to subdir configure scripts.
6733 * configure: Regenerate.
6734
dce2d8b2 67352009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
6736 Paolo Bonzini <bonzini@gnu.org>
6737
6738 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
6739 $(srcdir).
6740 * Makefile.in: Rebuilt.
6741
dce2d8b2 67422009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
6743
6744 * MAINTAINERS (Write After Approval): Add myself.
6745
3e661154
KG
67462009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6747
6748 * configure.ac: Update minimum MPC version to 0.7.
6749 * configure: Regenerate.
6750
f1a036e4
NC
67512009-09-25 Nick Clifton <nickc@redhat.com>
6752
6753 * configure.ac: Pass any --cache-file=/dev/null option on to
6754 subconfigures.
6755 * configure: Regenerate.
6756
d4c74acc
NC
67572009-09-23 Nick Clifton <nickc@redhat.com>
6758
6759 * config.sub, config.guess: Update from upstream sources.
6760
dce2d8b2 67612009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
6762
6763 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
6764 * Makefile.in: Rebuilt.
6765
0db770bd
RW
67662009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6767
6768 PR bootstrap/32272
6769 * configure.ac: Error out if $srcdir isn't '.' but contains
6770 host-${host_noncanonical}.
6771 * configure: Regenerate.
6772
71101870
RO
67732009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6774
6775 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
6776 maintainer.
6777
ca6d0d62
RW
67782009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6779
79cd2b23
RW
6780 * configure.ac: If bootstrapping a combined tree with
6781 --enable-gold, require c++ in stage1_languages.
6782 * configure: Regenerate.
6783
ab9dcd0c
RW
6784 * configure.ac: Also add target_libs of stage1_languages to
6785 bootstrap_target_libs.
6786 * configure: Regenerate.
6787
ca6d0d62
RW
6788 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
6789 with --enable-languages not containing c++.
6790 * configure: Regenerate.
6791
1c3c9f12
JZ
67922009-09-15 Jie Zhang <jie.zhang@analog.com>
6793
6794 * configure.ac: Disable java and boehm-gc for bfin-*-*.
6795 * configure: Regenerate.
6796
dce2d8b2 67972009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 6798
6fb30a14
JR
6799 * MAINTAINERS (Write After Approval): Update my e-mail address,
6800 and move from from here...
6801 (Waiting for paperwork): To here.
0318772d 6802
4056c2c6
JM
68032009-09-09 Joseph Myers <joseph@codesourcery.com>
6804
6805 * MAINTAINERS (Reviewers): Add self as driver reviewer.
6806
3e54529c
RW
68072009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6808
6809 * configure.ac: Do not use $extrasub for replacing @if/@endif
6810 parts in Makefile; instead, use additional arguments to
6811 AC_CONFIG_COMMANDS to do the replacement manually, with several
6812 sed invocations, to avoid HP-UX sed command limits.
6813 * configure: Regenerate.
6814
713e2ea6
AO
68152009-09-08 Alexandre Oliva <aoliva@redhat.com>
6816
6817 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
6818 blank before -L.
6819
5646b7b9
AO
68202009-09-04 Alexandre Oliva <aoliva@redhat.com>
6821
6822 * configure.ac (with-build-config): Document. Handle without.
6823 Handle missing argument.
6824 * configure: Rebuilt.
6825
e12c4094
AO
68262009-09-03 Alexandre Oliva <aoliva@redhat.com>
6827
6828 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
6829 Default to bootstrap-debug only if compare-debug works.
6830 * configure: Rebuilt.
6831 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
6832 * Makefile.in: Rebuilt.
6833
75cb0057
RO
68342009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6835
6836 * MAINTAINERS (OS Port Maintainers): Update my email address.
6837
8fc68cba
AO
68382009-09-01 Alexandre Oliva <aoliva@redhat.com>
6839
6840 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
6841 * Makefile.in: Rebuilt.
6842
44cb38cf
CD
68432009-09-01 Chris Demetriou <cgd@google.com>
6844
6845 * MAINTAINERS (Write After Approval): Add myself.
6846
f9329c35
DS
68472009-08-31 Dodji Seketeli <dodji@redhat.com>
6848
6849 PR debug/30161
6850 * include/dwarf2.h (enum dwarf_tag): Added
6851 DW_TAG_GNU_template_template_param
6852 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
6853
f945e229
PB
68542009-08-30 Paolo Bonzini <bonzini@gnu.org>
6855
6856 * Makefile.tpl (AWK): Fix typo.
6857 * Makefile.in: Regenerate.
6858
87264276
PB
68592009-08-30 Paolo Bonzini <bonzini@gnu.org>
6860
6861 * configure.ac: Detect awk and sed.
6862 * Makefile.def (flags_to_pass): Add AWK and SED.
6863 * Makefile.tpl (AWK, SED): New.
6864 (BASE_FLAGS_TO_PASS): Add AWK and SED.
6865 * configure: Regenerate.
6866 * Makefile.in: Regenerate.
6867
68ccd57c
DK
68682009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
6869
6870 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
6871 (collapseslashes): Likewise.
6872
df58e648
RW
68732009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6874
6875 * configure.ac (AC_PREREQ): Bump to 2.64.
6876
0539cb2c
RW
68772009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6878
70fa0efa
RW
6879 * configure.ac: Remove --with-datarootdir, --with-docdir,
6880 --with-pdfdir, --with-htmldir switches.
6881 * configure: Regenerate.
6882
5213506e
RW
6883 * configure: Regenerate.
6884
0539cb2c
RW
6885 * compile: Sync from Automake 1.11.
6886 * depcomp: Likewise.
6887 * install-sh: Likewise.
6888 * missing: Likewise.
6889 * mkinstalldirs: Likewise.
6890 * ylwrap: Likewise.
6891
197c68cc
DK
68922009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
6893
6894 * ltmain.sh (func_normal_abspath): New function.
6895 (func_relative_path): Likewise.
6896 (func_mode_help): Document new -bindir option for link mode.
6897 (func_mode_link): Add new -bindir option, and use it to place
6898 output DLL if specified.
6899
58af276a
RW
69002009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6901
0115d4a3
RW
6902 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
6903 (baseargs): Add --disable-option-checking.
6904 * configure: Regenerate.
6905
58af276a
RW
6906 * Makefile.def (configure-target-libiberty): Depend on
6907 all-binutils and all-ld.
6908 (configure-target-newlib): Likewise.
6909 * Makefile.in: Regenerate.
6910
e9d9afef
BE
69112009-08-17 Ben Elliston <bje@au.ibm.com>
6912
6913 * config.sub, config.guess: Update from upstream sources.
6914
354ebf88
RW
69152009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6916
6917 Sync from src, merge:
6918
6919 2009-07-02 Tristan Gingold <gingold@adacore.com>
6920
6921 * configure.ac: Do not exclude gas for i386-*-darwin.
6922 Add a case for x86_64-*-darwin.
6923 * configure: Regenerate.
6924
8375f7b2
NV
69252009-08-06 Neil Vachharajani <nvachhar@gmail.com>
6926
6927 * MAINTAINERS: Add my name to Write After Approval list.
6928
dce2d8b2 69292009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
6930
6931 * configure.ac: Add Microblaze target.
6932 * configure: Regenerate.
6933
ea2002ba
CB
69342009-07-31 Christian Bruel <christian.bruel@st.com>
6935
6936 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
6937 * configure: Regenerate.
2bf33cdb 6938
dce2d8b2 69392009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
6940
6941 * MAINTAINERS (Write After Approval): Update my e-mail address.
6942
e90e6bd7
ILT
69432009-07-06 Ian Lance Taylor <iant@google.com>
6944
6945 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
6946 * configure: Rebuild.
6947
f6e0880a
TG
69482009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
6949
6950 * MAINTAINERS: Move myself to the Graphite Reviewers.
6951
6d984927
WG
69522009-06-30 Wei Guozhi <carrot@google.com>
6953
6954 * MAINTAINERS: Add my name to Write After Approval list.
6955
f2689b09
SE
69562009-06-26 Steve Ellcey <sje@cup.hp.com>
6957
6958 PR bootstrap/40338
6959 * configure.ac (comparestring): Create new variable.
6960 * Makefile.tpl (comparestring): Use to skip some comparisions.
6961 * configure: Regenerate.
6962 * Makefile.in: Regenerate.
6963
f62c0ba4
DE
69642009-06-26 Doug Evans <dje@sebabeach.org>
6965
6966 * Makefile.def (host_modules): Add cgen.
6967 * Makefile.in: Regenerate.
6968 * configure.ac (host_tools): Add cgen.
6969 * configure: Regenerate.
6970
7acf4da6
DD
69712009-06-23 DJ Delorie <dj@redhat.com>
6972
6973 * MAINTAINERS: Add myself as mep maintainer.
6974
00020c16
ILT
69752009-06-23 Ian Lance Taylor <iant@google.com>
6976
6977 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
6978 boot_languages. Only bootstrap target libraries listed in
6979 target_libs for some boot language. Add --with-stage1-ldflags,
6980 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
6981 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
6982 if not building with C++.
6983 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
6984 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
6985 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
6986 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6987 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
6988 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
6989 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
6990 * configure, Makefile.in: Rebuild.
6991
1da52d4a
LF
69922009-06-23 Li Feng <nemokingdom@gmail.com>
6993
6994 * MAINTAINERS: Added my name to write-after-approval list.
6995
144c9175
RM
69962009-06-15 Ryan Mansfield <rmansfield@qnx.com>
6997
6998 * configure.ac: Define is_elf for QNX Neutrino targets.
6999 * configure: Regenerate.
7000
e5871e24
GS
70012009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
7002
9c78662a 7003 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 7004
5f4a82c0
KG
70052009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7006
7007 * configure.ac: Detect MPC in default directory.
7008 * configure: Regenerate.
7009
394e9195
JG
70102009-06-03 Jerome Guitton <guitton@adacore.com>
7011 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7012
9c78662a
UB
7013 * Makefile.tpl (all): Avoid a trailing backslash.
7014 * Makefile.in: Regenerate.
394e9195 7015
47bca6aa
BE
70162009-06-03 Ben Elliston <bje@au.ibm.com>
7017
7018 * config.sub, config.guess: Update from upstream sources.
7019
a891a473
RS
70202009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
7021
7022 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7023 to noconfdirs.
7024 * configure: Regenerate.
7025
70cb2d9f
AO
70262009-06-02 Alexandre Oliva <aoliva@redhat.com>
7027
7028 * Makefile.tpl ([+compare-target+]): Compare all stage
7029 directories, rather than just gcc.
7030 * Makefile.in: Rebuilt.
7031
7f1245df
DK
70322009-06-01 Doug Kwan <dougkwan@google.com>
7033
7034 * configure.ac: Support gold for target arm*-*-*.
7035 * configure: Regenerate.
394e9195 7036
acd26225
KG
70372009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7038
7039 * Makefile.def: Add MPC support and dependencies.
7040 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
7041
7042 * Makefile.in, configure: Regenerate.
7043
a1fc946a
AO
70442009-05-27 Alexandre Oliva <aoliva@redhat.com>
7045
7046 * Makefile.tpl (all): Avoid harmless warning in make all when
7047 gcc-bootstrap is enabled but stage_last does not exist.
7048 * Makefile.in: Rebuilt.
7049
2e6a3c8d
NR
70502009-05-24 Nicolas Roche <roche@adacore.com>
7051
7052 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7053 * Makefile.in: Regenerate.
7054
63487d11
DC
70552009-05-21 Denis Chertykov <chertykov@gmail.com>
7056
7057 * MAINTAINERS: Update my e-mail address.
7058
449223af
DK
70592009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7060
7061 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7062 * configure: Regenerate.
7063
31c98f49
AO
70642009-05-18 Alexandre Oliva <aoliva@redhat.com>
7065
7066 PR other/40159
7067 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7068 gcc-no-bootstrap are mutually exclusive.
7069 * Makefile.in: Rebuilt.
7070
0f501837
AO
70712009-05-18 Alexandre Oliva <aoliva@redhat.com>
7072
7073 PR other/40159
7074 * Makefile.tpl (all): Don't end with unconditional success.
7075 * Makefile.in: Rebuilt.
7076
4a4a4e99
AO
70772009-05-12 Alexandre Oliva <aoliva@redhat.com>
7078
7079 PR target/37137
7080 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7081 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7082 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7083 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7084 stage_configureflags, stage_cflags and stage_libcflags into
7085 explicit Makefile macros.
7086 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7087 GFORTRAN.
7088 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7089 CC. Set CC_FOR_BUILD from CC.
7090 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7091 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7092 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7093 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7094 and GFORTRAN.
7095 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7096 (_LIBCFLAGS): Renamed to _TFLAGS.
7097 (do-compare-debug, do-compare3-debug): Drop.
7098 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7099 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7100 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7101 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7102 (XGCC_FLAGS_FOR_TARGET): New.
7103 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7104 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7105 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7106 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 7107 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
7108 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7109 TFLAGS.
7110 (BUILD_CONFIG): Include if requested.
7111 (all): Set TFLAGS on bootstrap.
7112 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7113 (all-stageid-prefixmodule): Likewise.
7114 (do-clean, distclean-stageid): Set TFLAGS.
7115 (restrap): Fix whitespace.
7116 * Makefile.in: Rebuilt.
7117
1cee3429
PB
71182009-05-07 Paolo Bonzini <bonzini@gnu.org>
7119
7120 * config.guess: Sync with src.
7121
0b70eafd
DK
71222009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7123
7124 * configure.ac ($with_ppl): Default to no if not supplied.
7125 ($with_cloog): Likewise.
7126 configure: Regenerate.
7127
5175f17c
JW
71282009-04-27 James E. Wilson <wilson@codesourcery.com>
7129
7130 * MAINTAINERS: Update my e-mail address.
7131
952fa153
NC
71322009-04-27 Nick Clifton <nickc@redhat.com>
7133
7134 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7135
a687f83c
EB
71362009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7137
7138 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7139 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7140 * Makefile.in: Regenerate.
7141
9e3eba15
KG
71422009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7143
7144 PR bootstrap/39739
7145 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7146 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7147
7148 * configure, Makefile.in: Regenerate.
7149
a687f83c 71502009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
7151
7152 * include/hashtab.h: Update GTY annotations to new syntax
7153 * include/splay-tree.h: Likewise
7154
070bdbd9
BE
71552009-04-17 Ben Elliston <bje@au.ibm.com>
7156
7157 * config.sub, config.guess: Update from upstream sources.
7158
55f2d967
AG
71592009-04-15 Anthony Green <green@moxielogic.com>
7160
7161 * configure.ac: Add moxie support.
7162 * configure: Rebuilt.
7163
309c24a9
JJ
71642009-04-14 Jakub Jelinek <jakub@redhat.com>
7165
7166 * configure.ac: Change copyright header to refer to version
7167 3 of the GNU General Public License and to point readers at the
7168 COPYING3 file and the FSF's license web page.
7169 * Makefile.def: Likewise.
7170 * Makefile.tpl: Likewise.
7171 * Makefile.in: Regenerate.
7172
b93133bc
JH
71732009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7174
7175 * configure.ac: Restore match for darwin9 or later. Use double
7176 brackets since regeneration eats one pair.
7177 * configure: Regenerate.
7178
d18ff35a
L
71792009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7180
7181 PR gas/10039
7182 * configure.ac: Require texinfo 4.7.
7183 * configure: Regenerated.
7184
748086b7
JJ
71852009-04-09 Nick Clifton <nickc@redhat.com>
7186
7187 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7188 the GCC Runtime Library Exception.
7189
a3337ea2
KG
71902009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7191
7192 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7193 * configure: Regenerate.
7194
60911f14
SE
71952009-04-01 Steve Ellcey <sje@cup.hp.com>
7196
7197 * Makefil.def (languages): New entries.
7198 * Makefile.tpl (check-gcc-*): New generic target.
7199 * Makefile.in: Regenerate.
60911f14 7200
dce2d8b2 72012009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 7202
d18ff35a 7203 * MAINTAINERS: Update my email address.
7369c1d0 7204
cfb1f59f
TT
72052009-03-18 Tom Tromey <tromey@redhat.com>
7206
d18ff35a
L
7207 * configure: Rebuild.
7208 * configure.ac (host_libs): Add libiconv.
7209 * Makefile.in: Rebuild.
7210 * Makefile.def (host_modules): Add libiconv.
7211 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 7212
75eeae1a
TG
72132009-03-16 Tristan Gingold <gingold@adacore.com>
7214
7215 * configure.ac: Treat gdb as supported on x86_64-darwin.
7216 * configure: Regenerate.
7217
f38095f3
JM
72182009-03-16 Joseph Myers <joseph@codesourcery.com>
7219
7220 * configure.ac (--with-host-libstdcxx): New option.
7221 * configure: Regenerate.
7222
dce2d8b2 72232009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
7224
7225 * MAINTAINERS: Move myself into the write after approval list.
7226
6d401294
NP
72272009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7228
7229 * MAINTAINERS: Update e-mail address.
2bf33cdb 7230
07c97076
DN
72312009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7232
7233 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7234
dce2d8b2 72352009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
7236
7237 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7238
7a9d3fe8
RW
72392009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7240
7241 Backport from git Libtool:
7242
7243 2009-01-19 Robert Millan <rmh@aybabtu.com>
7244 Support GNU/kOpenSolaris.
7245 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7246 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7247 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7248 GNU/kOpenSolaris.
7249
c9e9e11f
AS
72502009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7251
7252 * MAINTAINERS: Update e-mail address.
7253
5e8c1552 72542009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
7255
7256 * MAINTAINERS (Write After Approval): Add self.
7257
b0adb088
BM
72582009-02-18 Bingfeng Mei <bmei@broadcom.com>
7259
7260 * MAINTAINERS (Write After Approval): Add myself.
7261
ee04b574
AS
72622009-02-05 Andreas Schwab <schwab@suse.de>
7263
7264 * Makefile.tpl (stage_last): Define $r and $s before using
7265 $(RECURSE_FLAGS_TO_PASS).
7266 * Makefile.in: Regenerate
7267
907884c9
ILT
72682009-01-30 Ian Lance Taylor <iant@google.com>
7269
7270 * MAINTAINERS: Move myself to the Global Reviewers list.
7271
416ac4d4
RM
72722009-01-29 Robert Millan <rmh@aybabtu.com>
7273
7274 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7275 * configure: Regenerate.
7276
ee5decb3
GP
72772009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7278
7279 * MAINTAINERS: Make whitespace consistent.
19196f44 7280 Remove Robert Millan from Write After Approval.
ee5decb3 7281
36fbb0ec
AM
72822009-01-16 Alan Modra <amodra@bigpond.net.au>
7283
7284 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7285 (all-opcodes): Depend on all-libiberty.
7286 * Makefile.in: Regenerate.
7287
52535a64
DR
72882009-01-15 Douglas B Rupp <rupp@gnat.com>
7289
7290 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7291 * configure: Regenerate.
7292
e04a57df
RR
72932009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7294
7295 * MAINTAINERS (Write After Approval): Add myself.
7296
856c450b
SK
72972009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7298
7299 * MAINTAINERS: Add myself to reviewers (Fortran).
7300
dce2d8b2 73012009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
7302
7303 PR tree-optimization/38515
7304 * configure.ac (cloog-polylib): Removed.
7305 (with_ppl, with_cloog): Test for "no".
7306 * configure: Regenerated.
7307
1e5e8a59
DF
73082009-01-11 Daniel Franke <franke.daniel@gmail.com>
7309
7310 * MAINTAINERS: Moved myself to reviewers (Fortran).
7311
5e5debf6
TS
73122009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7313
7314 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7315 (Write After Approval): Remove myself.
7316
1c42acf1
DN
73172009-01-03 Diego Novillo <dnovillo@google.com>
7318
7319 * MAINTAINERS: Remove myself from alias maintainership.
7320
2fbbedaf
DA
73212009-01-02 David Ayers <ayers@fsfe.org>
7322
7323 * MAINTAINERS: Update e-mail address.
7324
17213821
GP
73252008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7326
7327 * MAINTAINERS: Make whitespace consistent.
7328
baafc534
RW
73292008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7330
7331 Backport from upstream Libtool:
7332 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7333 Add cache variables to tests that require the linker to work.
7334 For shlibpath_overrides_runpath, this also changes the semantics
7335 to let the result from the C compiler take precedence.
7336
18430d27
BE
73372008-12-02 Ben Elliston <bje@au.ibm.com>
7338
7339 * config.sub, config.guess: Update from upstream sources.
7340
dce2d8b2 73412008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
7342
7343 * configure.ac (ppllibs): Add by default the lib flags.
7344 * configure: Regenerate.
7345
41e9641b
LM
73462008-12-08 Luis Machado <luisgpm@br.ibm.com>
7347
7348 * MAINTAINERS: Add myself to the write after approval list.
7349
25783c30
JH
73502008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7351
ee04b574
AS
7352 * configure.ac: Add double brackets on darwin[912].
7353 * configure: Regenerate.
25783c30 7354
0e318fcc
DK
73552008-12-03 Daniel Kraft <d@domob.eu>
7356
7357 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7358 Approval to Reviewer section (for Fortran front-end).
7359
7f171b95
JH
73602008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7361
7362 * configure.ac: Expand to darwin10 and later.
7363 * configure: Regenerate.
7364
09ce620e
AS
73652008-12-02 Andreas Schwab <schwab@suse.de>
7366
7367 * Makefile.def: configure-target-boehm-gc depends on
7368 all-target-libstdc++-v3.
7369 * Makefile.in: Regenerate.
7370
386c704d
KT
73712008-12-02 Kai Tietz <kai.tietz@onevision.com>
7372
7373 * MAINTAINERS: Add myself as mingw maintainer.
7374
e03dd84a
BE
73752008-12-02 Ben Elliston <bje@au.ibm.com>
7376
7377 * config.sub, config.guess: Update from upstream sources.
7378
3fa87964
GP
73792008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7380
7381 * README.SCO: Remove.
7382
df72d7ed
FP
73832008-11-29 Fernando Pereira <pronesto@gmail.com>
7384
7385 * MAINTAINERS: Add myself to the write after approval list.
7386
b5646528
DK
73872008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7388
7389 * MAINTAINERS: Update my email address in WAA section.
7390
dce2d8b2 73912008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
7392
7393 * MAINTAINERS: Update e-mail address.
7394
dce2d8b2 73952008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
7396
7397 * MAINTAINERS: Change e-mail address.
7398
0db3a858
TG
73992008-11-27 Tristan Gingold <gingold@adacore.com>
7400
7401 * configure.ac: Build gdb for i?86-*-darwin*
7402 * configure: Regenerated.
7403
dce2d8b2 74042008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
7405
7406 * MAINTAINERS: Added my full name.
7407
487e299b
DJ
74082008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7409
7410 PR bootstrap/38014
7411 PR bootstrap/37923
7412
7413 Revert:
7414
7415 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7416
7417 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7418 * Makefile.in: Regenerated.
7419
7420 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7421
7422 PR gdb/921
7423 PR gdb/1646
7424 PR gdb/2175
7425 PR gdb/2176
7426
7427 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7428 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7429 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7430 (HOST_EXPORTS): Pass CPPFLAGS.
7431 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7432 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7433 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7434 * Makefile.in, configure: Regenerated.
7435 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7436 and CPPFLAGS_FOR_BUILD.
7437
dce2d8b2 74382008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
7439
7440 * MAINTAINERS: Add myself as middle end maintainer.
7441
044fed69
AS
74422008-11-06 Andrew Stubbs <ams@codesourcery.com>
7443
7444 * MAINTAINERS (Write after approval): Add myself.
7445
caf6defe
DN
74462008-11-05 Diego Novillo <dnovillo@google.com>
7447
7448 * MAINTAINERS (Global Reviewers): Add myself.
7449 (Non-Algorithmic Maintainers): Remove myself.
7450
3e9899ac
TS
74512008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7452
09ce620e 7453 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 7454
ea99e36e
MM
74552008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7456
09ce620e 7457 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 7458
fb0d2684
BE
74592008-10-31 Ben Elliston <bje@au.ibm.com>
7460
7461 * configure.ac (spu-*-*): Remove special case.
7462 * configure: Regenerate.
7463
73c07a3e
CM
74642008-10-30 Catherine Moore <clm@codesourcery.com>
7465
7466 * MAINTAINERS (Write after approval): Update my email address.
7467
7310a2da
SSF
74682008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7469
7470 * configure.ac [spu-*-*]: Do not set skipdirs.
7471 * configure: Re-generate.
7472
7e51fe23
BS
74732008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7474
7475 * MAINTAINERS (Various Maintainers): Add myself to reload.
7476
ef20be93
RG
74772008-10-25 Richard Guenther <rguenther@suse.de>
7478
7479 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7480 maintainer. Remove myself as libgcc-math maintainer.
7481 (Non-Algorithmic Maintainers): Remove myself.
7482
03ffcfa0
DJ
74832008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7484
7485 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7486 * Makefile.in: Regenerated.
7487
dec014a9
CC
74882008-10-23 Cary Coutant <ccoutant@google.com>
7489
7490 * MAINTAINERS (Write after approval): Add myself.
7491
b36c386c
DJ
74922008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7493
7494 PR gdb/921
7495 PR gdb/1646
7496 PR gdb/2175
7497 PR gdb/2176
7498
7499 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7500 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7501 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7502 (HOST_EXPORTS): Pass CPPFLAGS.
7503 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7504 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7505 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7506 * Makefile.in, configure: Regenerated.
7507 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7508 and CPPFLAGS_FOR_BUILD.
7509
dce2d8b2 75102008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
7511
7512 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7513 Sebastian Pop.
7514
e0bda97e
AP
75152008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7516
7517 * MAINTAINERS (Write After Approval): Added myself.
7518
36c713e0
KG
75192008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7520
7521 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7522 recommended version to 2.3.2.
7523
7524 * configure: Regenerate.
7525
8fe005ee
MM
75262008-10-01 Mark Mitchell <mark@codesourcery.com>
7527
7528 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7529
be8f156f
DD
75302008-09-29 David Daney <david.daney@caviumnetworks.com>
7531
7532 * MAINTAINERS (Write After Approval): Update e-mail address.
7533
ae11dff4
PG
75342008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7535
7536 * libtool.m4: Update to libtool 2.2.6.
7537 * lt~obsolete.m4: Update to libtool 2.2.6.
7538 * ltmain.sh: Update to libtool 2.2.6.
7539 * ltsugar.m4: Update to libtool 2.2.6.
7540 * ltversion.m4: Update to libtool 2.2.6.
7541 * ltoptions.m4: Update to libtool 2.2.6.
7542 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7543
441154b1
CF
75442008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7545
7546 * MAINTAINERS (Write After Approval): Add myself.
7547
775b3b26
BRF
75482008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7549
7550 * MAINTAINERS (Write After Approval): Update my name.
7551
94538043
SB
75522008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7553
09ce620e 7554 * MAINTAINERS: Add myself in "Write After Approval".
94538043 7555
52d1bfd8
SE
75562008-09-18 Steve Ellcey <sje@cup.hp.com>
7557
09ce620e 7558 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 7559
c5cc92f5
GP
75602008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7561
7562 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7563 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7564 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7565 and Michael Tiemann from Write After Approval since they do not
7566 actually have access.
7567
23d9794a
RG
75682008-09-05 Richard Guenther <rguenther@suse.de>
7569
7570 * configure.ac: Initialize clooglibs to -lcloog.
7571 * configure: Re-generate.
7572
192a671e
LCW
75732008-09-04 Le-Chun Wu <lcwu@google.com>
7574
7575 * MAINTAINERS (Write After Approval): Add myself.
7576
d789184e
SP
75772008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7578
7579 * configure.ac (--with-cloog-polylib): New.
7580 (--disable-cloog-version-check): New.
7581 (--disable-ppl-version-check): New.
7582 * configure: Re-generate.
7583
36a881c7
RG
75842008-09-03 Richard Guenther <rguenther@suse.de>
7585
7586 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7587 cloog test.
7588 * configure: Re-generate.
7589
358da97e
HS
75902008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7591
7592 Add picoChip port.
7593 * MAINTAINERS: Add picoChip maintainers.
7594
f8bf9252
SP
75952008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7596 Tobias Grosser <grosser@fim.uni-passau.de>
7597 Jan Sjodin <jan.sjodin@amd.com>
7598 Harsha Jagasia <harsha.jagasia@amd.com>
7599 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7600 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7601 Adrien Eliche <aeliche@isty.uvsq.fr>
7602
7603 Merge from graphite branch.
7604 * configure: Regenerate.
7605 * Makefile.in: Regenerate.
7606 * configure.ac (host_libs): Add ppl and cloog.
7607 Add checks for PPL and CLooG.
7608 * Makefile.def (ppl, cloog): Added modules and dependences.
7609 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7610 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7611
d89f0ad6
AL
76122008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7613
7614 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7615 (GCC_SHLIB_SUBDIR): New.
7616 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7617 * configure: Regenerate.
7618 * Makefile.in: Regenerate.
7619
88a25817
GP
76202008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7621
7622 * MAINTAINERS: Consistently use tabs to separate columns.
7623
f873f15f
TG
76242008-08-29 Tristan Gingold <gingold@adacore.com>
7625
7626 * MAINTAINERS (Write after Approval): Add myself.
7627
e1514c3f
TG
76282008-08-28 Tristan Gingold <gingold@adacore.com>
7629
7630 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7631 Enable bfd, binutils and opcodes.
7632 * configure: Regenerate.
7633
4717882f
JDA
76342008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7635
7636 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7637
28c9884c
TK
76382008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7639
7640 * MAINTAINERS: Use correct Umlaut for last name.
7641
ae96d86a
FXC
76422008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7643
7644 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7645
3ecc96e3
DE
76462008-08-16 David Edelsohn <edelsohn@gnu.org>
7647
7648 * MAINTAINERS: Update my email address.
7649
dd609cc1
EB
76502008-08-16 Nicolas Roche <roche@adacore.com>
7651
7652 * Makefile.tpl: Add BOOT_ADAFLAGS.
7653 * Makefile.in: Regenerate.
7654
08d0963a
RS
76552008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7656
7657 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7658 * configure: Regenerate.
7659
dce2d8b2 76602008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
7661
7662 * configure.ac: Add makefile fragments for hpux.
7663 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7664 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7665 * configure: Regenerate.
7666 * Makefile.in: Regenerate.
7667
dce2d8b2 76682008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
7669
7670 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7671
dce2d8b2 76722008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
7673
7674 * MAINTAINERS (Write after Approval): Add myself.
7675
78209f30
XG
76762008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7677
7678 * MAINTAINERS (Write After Approval): Add myself.
7679
5b5b098d
AJ
76802008-06-29 Andrew Jenner <andrew@codesourcery.com>
7681
7682 * MAINTAINERS (Write After Approval): Add myself.
7683
d812ec93
KW
76842008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7685
7686 * MAINTAINERS: Update my email address.
7687
99e78224
JY
76882008-06-25 Joey Ye <joey.ye@intel.com>
7689
7690 * MAINTAINERS (Write After Approval): Add myself.
7691
18c04407
RW
76922008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7693
7694 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7695 * Makefile.in: Regenerate.
7696 * configure: Regenerate.
7697
47aa9a31
DK
76982008-06-17 Daniel Kraft <d@domob.eu>
7699
7700 * MAINTAINERS (Write After Approval): Add myself.
7701
ad33ff57
RW
77022008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7703
7704 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7705 "$@" is still intact with both Autoconf 2.59 and 2.62.
7706 * configure: Regenerate.
7707
cdce5c41
RW
77082008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7709
7710 * Makefile.tpl: Fix comment errors.
7711 * Makefile.in: Regenerate.
7712
01b79d11
DM
77132008-06-12 David S. Miller <davem@davemloft.net>
7714 David Edelsohn <edelsohn@gnu.org>
7715
7716 * configure.ac: Add powerpc*-*-* to gold supported targets.
7717 * configure: Regenerate.
7718
f8c33439
JM
77192008-06-08 Joseph Myers <joseph@codesourcery.com>
7720
7721 PR tree-optimization/36218
7722 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
7723 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
7724 (all prefix="build-"): Pass them to build-system sub-makes.
7725 * Makefile.in: Regenerate.
7726
cd985f66
JM
77272008-06-07 Joseph Myers <joseph@codesourcery.com>
7728
7729 * MAINTAINERS (mt port): Remove.
7730 (sco5, unixware, sco udk): Remove.
7731 (Kean Johnston): Add to Write After Approval.
7732
3f6383d3
JB
77332008-05-30 Julian Brown <julian@codesourcery.com>
7734
7735 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
7736 of libobjc for ARM EABI Linux.
7737 * configure: Regenerate.
30da41ed 7738
dce2d8b2 77392008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 7740
09ce620e 7741 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 7742
dce2d8b2 77432008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 7744
e29cc9b4 7745 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 7746
955410cb
JW
77472008-05-15 Janus Weil <janus@gcc.gnu.org>
7748
7749 * MAINTAINERS (Write After Approval): Add myself.
7750
719bb4e3 77512008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
7752
7753 * config-ml.in: don't handle --enable-shared and --enable-static.
7754
372b05fc
RS
77552008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
7756
7757 * MAINTAINERS: Update my email address.
7758
f73e2200
PC
77592008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
7760
7761 * MAINTAINERS: Update my email address.
09ce620e 7762
3e438e2b
KVH
77632008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
7764
7765 * MAINTAINERS (Write After Approval): Add myself.
7766
177bf491
GS
77672008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
7768
7769 * MAINTAINERS (Write After Approval): Add myself.
7770
dce2d8b2 77712008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
7772
7773 * MAINTAINERS (crx): Add myself.
7774
14a8726b
PB
77752008-04-18 Paolo Bonzini <bonzini@gnu.org>
7776
7777 Sync with src:
7778 2008-04-14 David S. Miller <davem@davemloft.net>
7779
09ce620e
AS
7780 * configure.ac: Add sparc*-*-* to gold supported targets.
7781 * configure: Regenerate.
14a8726b 7782
7142fb32
PB
77832008-04-18 Paolo Bonzini <bonzini@gnu.org>
7784
7785 PR bootstrap/35457
7786 * configure.ac: Include override.m4.
7787 * configure: Regenerate.
7788
c6b196de
PB
77892008-04-18 Paolo Bonzini <bonzini@gnu.org>
7790
09ce620e
AS
7791 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
7792 * Makefile.in: Regenerate.
c6b196de 7793
dce2d8b2 77942008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 7795
09ce620e 7796 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 7797 as nonconfigurable directories list.
09ce620e 7798 * configure: Regenerate.
c993ae60 7799
8479b1b1
BE
78002008-04-14 Ben Elliston <bje@au.ibm.com>
7801
7802 * config.sub, config.guess: Update from upstream sources.
7803
295e261a
HPN
78042008-04-12 Hans-Peter Nilsson <hp@axis.com>
7805
7806 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
7807 * Makefile.in: Regenerate.
7808
ac3949d9
EW
78092008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
7810
7811 * configure.ac: Do not build libssp for the AVR.
7812 * configure: Regenerate.
7813
06407e30
ILT
78142008-04-07 Ian Lance Taylor <iant@google.com>
7815
7816 * Makefile.def: check-gold depends upon all-binutils.
7817 * Makefile.in: Regenerate.
7818
97db009c
AH
78192008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
7820
7821 * MAINTAINERS (Write After Approval): Add myself.
7822
2a79c47f
NC
78232008-04-04 Nick Clifton <nickc@redhat.com>
7824
7825 PR binutils/4334
5f4bebbf 7826 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
7827 builds.
7828 * configure: Regenerate.
7829
c53a18d3
N
78302008-04-04 NightStrike <NightStrike@gmail.com>
7831
7832 PR other/35151
09ce620e
AS
7833 * configure.ac: Combine rules for mingw32 and mingw64.
7834 * configure: Regenerate.
c53a18d3 7835
d925aa70
KT
78362008-04-02 Kai Tietz <kai.tietz@onvision.com>
7837
7838 * MAINTAINERS (Write After Approval): Add myself.
7839
dce2d8b2 78402008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
7841
7842 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
7843 * Makefile.in (.NOTPARALLEL): Ditto.
7844
4412a506
PG
78452008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
7846
7847 * MAINTAINERS (Write After Approval): Add myself.
7848
dce2d8b2 78492008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
7850
7851 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
7852 * Makefile.in (.NOTPARALLEL): Regenerate.
7853
639223bd
PB
78542008-03-27 Paolo Bonzini <bonzini@gnu.org>
7855
7856 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
7857 * Makefile.in: Regenerate.
7858
b8ab1f4a
JS
78592008-03-26 Jakub Staszak <kuba@et.pl>
7860
7861 * MAINTAINERS (Write After Approval): Add myself.
7862
b45890a4
TK
78632008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7864
7865 * MAINTAINERS: Update e-mail address.
7866
5afab7ad
ILT
78672008-03-20 Ian Lance Taylor <iant@google.com>
7868
7869 * configure.ac: Add support for --enable-gold.
7870 * Makefile.def: Add gold as a directory like ld.
7871 * configure, Makefile.in: Regenerate.
7872
38d24731
RW
78732008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7874
7875 * configure.ac: m4_include config/proginstall.m4.
7876 * configure: Regenerate.
32bc4cf4
RW
7877
7878 Backport from upstream Libtool:
09ce620e 7879
32bc4cf4 7880 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 7881
32bc4cf4
RW
7882 Deal with Autoconf 2.62's semantic change in m4_append.
7883 * ltsugar.m4 (lt_append): Replace broken versions of
7884 m4_append.
7885 (lt_if_append_uniq): Don't require separator to be overquoted,
7886 and avoid broken m4_append.
7887 (lt_dict_add): Fix typo.
7888 * libtool.m4 (_LT_DECL): Don't overquote separator.
7889
9d3c50ea
DE
78902008-03-13 David Edelsohn <edelsohn@gnu.org>
7891
7892 * config.rpath: Add AIX 6 support.
7893
5d2edb29
PB
78942008-03-13 Paolo Bonzini <bonzini@gnu.org>
7895
7896 * Makefile.def (stageprofile). Remove -fprofile-generate
7897 from stage_libcflags.
7898 * Makefile.in: Regenerate.
7899
954910ef
BE
79002008-03-13 Ben Elliston <bje@au.ibm.com>
7901
7902 * config.sub, config.guess: Update from upstream sources.
7903
e8645a40
TT
79042008-03-06 Tom Tromey <tromey@redhat.com>
7905
7906 * MAINTAINERS: Update for treelang deletion.
7907
2c8e955e
JW
79082008-03-03 James E. Wilson <wilson@tuliptree.org>
7909
7910 * MAINTAINERS: Update my email address.
7911
54acd307
SS
79122008-03-03 Stan Shebs <stanshebs@earthlink.net>
7913
893ad2a1 7914 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
7915 (objective-c/c++): Add myself as a maintainer.
7916
4b52b516
VR
79172008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
7918
7919 * MAINTAINERS (Write After Approval): Update my email address.
7920
e652b516
TB
79212008-02-25 Tomas Bily <tbily@suse.cz>
7922
7923 * MAINTAINERS (Write After Approval): Add myself.
7924
02d30740
JJ
79252008-02-23 Jakub Jelinek <jakub@redhat.com>
7926
7927 * MAINTAINERS (OpenMP): Add myself.
7928
1c8bd6a3
PB
79292008-02-20 Paolo Bonzini <bonzini@gnu.org>
7930
4b40b2a5
UB
7931 PR bootstrap/32009
7932 PR bootstrap/32161
1c8bd6a3 7933
4b40b2a5
UB
7934 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
7935 * configure: Regenerate.
1c8bd6a3 7936
4b40b2a5
UB
7937 * Makefile.def: Define stage_libcflags for all bootstrap stages.
7938 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
7939 STAGE4_LIBCFLAGS): New.
7940 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
7941 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
7942 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
7943 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
7944 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
7945 for target modules. Don't export LIBCFLAGS.
7946 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
7947 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
7948 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
7949 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
7950 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
7951 * Makefile.in: Regenerate.
1c8bd6a3 7952
bb44c9d2
RW
79532008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7954
7955 PR libgcj/33085
7956 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
7957 Do not use -DDLL_EXPORT. Backport from upstream.
7958
29a7754d
RW
79592008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7960
7961 * MAINTAINERS (Write After Approval): Add myself.
7962
9a212bb7
HPN
79632008-02-02 Hans-Peter Nilsson <hp@axis.com>
7964
7965 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
7966 * configure: Regenerate.
7967
aa12a573
MG
79682008-01-31 Marc Gauthier <marc@tensilica.com>
7969
7970 * configure.ac (xtensa*-*-*): Recognize processor variants.
7971 * configure: Regenerate.
7972
ac9e6043
RW
79732008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7974
40049ccc
UB
7975 PR bootstrap/34922
7976 * configure.ac (PARSE_ARGS): Push suitable setting of
7977 ac_subdirs_all, for `./configure --help=recursive'.
7978 Handle `+' in generic toplevel directory disabling.
7979 * configure: Regenerate.
ac9e6043 7980
4288c86a
NC
79812008-01-28 Nick Clifton <nickc@redhat.com>
7982
7983 * MAINTAINERS (xstormy16): Take over maintainership.
7984
8d8da227
JM
79852008-01-25 Joseph Myers <joseph@codesourcery.com>
7986
7987 * MAINTAINERS (c4x port): Remove.
7988
349b60e7
DE
79892008-01-24 David Edelsohn <edelsohn@gnu.org>
7990
7991 * libtool.m4: Backport AIX 6 support from ToT Libtool.
7992
3ca06a68
BE
79932008-01-23 Ben Elliston <bje@au.ibm.com>
7994
7995 * config.sub, config.guess: Update from upstream sources.
7996
3c631381
TG
79972008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
7998
7999 * MAINTAINERS (Write After Approval): Add myself.
8000
20533ef1
L
80012008-01-17 H.J. Lu <hjl.tools@gmail.com>
8002
8003 * MAINTAINERS: Update my email address.
8004
80052008-01-09 Raksit Ashok <raksit@google.com>
8006
8007 * MAINTAINERS (Write After Approval): Add myself.
8008
684f4f6a
RA
80092008-01-09 Raksit Ashok <raksit@google.com>
8010
8011 * MAINTAINERS (Write After Approval): Add myself.
8012
9cb8756f
BE
80132008-01-08 Ben Elliston <bje@au.ibm.com>
8014
8015 * config.sub, config.guess: Update from upstream sources.
8016
94e1934d
KG
80172007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8018
8019 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 8020 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
8021 * configure: Regenerate.
8022
a2e51f77
SP
80232007-12-15 Sebastian Pop <sebastian.pop@amd.com>
8024
8025 * MAINTAINERS: Update my email address.
8026
ffe3dcd9
BRF
80272007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
8028
8029 * MAINTAINERS: Update my email address.
8030
aa4095c9
RS
80312007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
8032
8033 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8034 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8035 * Makefile.in: Regenerate.
8036
dce2d8b2 80372007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
8038
8039 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8040 misplaced entries.
8041
0fe0f073
AT
80422007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8043
8044 * configure.ac: Enable libjava for x86_64-*-darwin9.
8045 * configure: Regenerate.
8046
dce2d8b2 80472007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
8048
8049 * MAINTAINERS (Write After Approval): Add myself.
8050
c3220d4c
BE
80512007-12-05 Ben Elliston <bje@au.ibm.com>
8052
8053 * config.sub, config.guess: Update from upstream sources.
8054
aba7501e
MK
80552007-12-02 Matthias Klose <doko@ubuntu.com>
8056
8057 * config-ml.in: Remove 64bit configure tests.
8058
d683ec81
PB
80592007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8060
8061 * config-ml.in: Robustify against white space in absolute file
8062 names.
8063
8064 * config-ml.in (multi-clean): Substitute ${Makefile}.
8065 Remove superfluous ${Makefile} in list.
8066
60f1711a
TS
80672007-11-19 Thiemo Seufer <ths@mips.com>
8068
8069 * config-ml.in: Don't hardcode the Makefile name.
8070
487f9d96
AM
80712007-11-08 Alexander Monakov <amonakov@ispras.ru>
8072
8073 * MAINTAINERS (Write After Approval): Add myself.
8074
fa3886fe
ST
80752007-11-07 Samuel Tardieu <sam@rfc1149.net>
8076
8077 * MAINTAINERS (Write After Approval): Add myself.
8078
dce2d8b2 80792007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
8080
8081 * MAINTAINERS (Write After Approval): Add myself.
8082
acc48927
BE
80832007-10-25 Ben Elliston <bje@au.ibm.com>
8084
8085 * MAINTAINERS (mercury): Remove entry.
8086 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8087
e00e9858
DJ
80882007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8089
8090 * Makefile.def (dependencies): Make configure-gdb depend on
8091 all-intl.
8092 * Makefile.in: Regenerated.
8093
def14a3c
SK
80942007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8095
8096 * MAINTAINERS (Fortran maintainer): Remove myself.
8097
dce2d8b2 80982007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
8099
8100 * Makefile.def: To avoid problems running with parallel makes,
8101 build newlib before libgloss so that target specific header
8102 files are availble.
8103 * Makefile.in: Regenerate
8104
bbfbfafc
DJ
81052007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8106
8107 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8108 * Makefile.in: Regenerate.
8109
c56abad5
VM
81102007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8111
8112 * MAINTAINERS (Register allocation reviewer): Add myself.
8113
f019adc1
MF
81142007-10-08 Mike Frysinger <vapier@gentoo.org>
8115
8116 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8117 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8118 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8119 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8120 * configure: Regenerate.
8121
dce2d8b2 81222006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
8123
8124 * MAINTAINERS (Register allocation reviewer): Add myself.
8125
0999159b
PB
81262007-10-01 Paolo Bonzini <bonzini@gnu.org>
8127
8128 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8129 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8130 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8131 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8132 * configure.ac: Default them to host tools for $host = $build.
8133 Subst them.
8134
8135 * configure: Regenerate.
8136 * Makefile.in: Regenerate.
8137
dce2d8b2 81382006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
8139
8140 * MAINTAINERS (Register allocation reviewer): Add myself.
8141
dce2d8b2 81422006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
8143
8144 * MAINTAINERS (Register allocation reviewer): Add myself.
8145
9d209c83
SP
81462007-09-21 Seongbae Park <seongbae.park@gmail.com>
8147
8148 * MAINTAINERS (Write After Approval): Fix typo.
8149
1ec3b87b
RS
81502007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8151
8152 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8153 * configure: Regenerate.
8154
19d5986d
PJ
81552007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8156
8157 PR bootstrap/31906
8158 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 8159 they're already prefixed.
19d5986d 8160
6d3b5aea
BK
81612007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8162
8163 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8164 libstdc++.
8165 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8166 * configure: Regenerate.
8167 * Makefile.in: Regenerate.
09ce620e 8168
4fe7e755
AS
81692007-09-17 Andreas Schwab <schwab@suse.de>
8170
8171 * configure.ac: Raise minimum makeinfo version to 4.6.
8172 * configure: Regenerate.
8173
dce2d8b2 81742007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 8175
ffe3dcd9 8176 * MAINTAINERS (write-after-approval) add myself
d483feaa 8177
fa9a3f31
AM
81782007-09-15 Alan Modra <amodra@bigpond.net.au>
8179
8180 * configure.ac: Correct makeinfo version check.
8181 * configure: Regenerate.
8182
6593a73e
RS
81832007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8184
8185 * MAINTAINERS: Update my email address.
8186
d9dced13
RS
81872007-09-14 Richard Sandiford <richard@codesourcery.com>
8188
8189 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8190 to $skipdirs and only disable gprof for newlib. Use the normal
8191 mips*-elf* handling in other respects.
8192 * configure: Regnerate.
8193
773c1467
DD
81942007-09-12 David Daney <ddaney@avtrex.com>
8195
8196 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8197 enabling libgcj.
8198 * configure: Regenerate.
8199
c03353e2
RIL
82002007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8201
8202 PR other/32154
8203 * configure.ac: For libgloss targets, point the linker to the linker
8204 script, startup code and simulator library.
8205 * configure: Regenerate.
8206
c4e9bf2b
AH
82072007-09-07 Andrew Haley <aph@redhat.com>
8208
8209 * configure.ac (noconfigdirs): Remove target-libffi and
8210 target-libjava.
8211 * configure: Regenerate.
8212
1f5a6b84
FXC
82132007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8214
8215 PR target/33281
8216 * configure.ac: Use config/mh-mingw on mingw.
8217 * configure: Regenerate.
1f5a6b84 8218
3951e521
PH
82192007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8220
9f349f63 8221 * MAINTAINERS (Write After Approval): Add myself.
3951e521 8222
e643dc23
RG
82232007-09-05 Richard Guenther <rguenther@suse.de>
8224
8225 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8226 nor --disable-checking is provided also turn on yes and types
8227 checking for stage1.
8228 * configure: Re-generate.
8229
039874df
KW
82302007-08-30 Krister Walfridsson <cato@df.lth.se>
8231
8232 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8233 (Write After Approval): Remove myself.
8234
c3f07bd6 82352007-08-29 Nick Clifton <nickc@redhat.com>
15098359 8236
c3f07bd6 8237 * config.sub, config.guess: Update from upstream sources.
15098359 8238
40049ccc 82392007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
8240
8241 * MAINTAINERS (Write After Approval): Added myself.
8242 * MAINTAINERS (Reviewers): Removed myself.
8243
c8aea42c 82442007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 8245 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
8246
8247 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8248 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8249 * Makefile.in: Regenerate.
8250 * configure.ac (--with-debug-prefix-map): New.
8251 * configure: Regenerate.
8252
4bf6c438
RS
82532007-08-17 Richard Sandiford <richard@codesourcery.com>
8254 Nigel Stephens <nigel@mips.com>
8255
4bf6c438
RS
8256 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8257 as target_makefile_frag.
8258 * configure: Regenerate.
8259
bb286d71
AO
82602007-08-16 Alexandre Oliva <aoliva@redhat.com>
8261
8262 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8263 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8264 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8265 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8266 (do-compare, do-compare3, do-compare-debug): New.
8267 ([+compare-target+]): Use them.
8268
a4630417
MK
82692007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8270
8271 * MAINTAINERS (Write After Approval): Change my email address.
8272
d9acb717
RW
82732007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8274 Ben Elliston <bje@au.ibm.com>
8275
8276 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8277 --silent if $silent.
8278 * configure: Regenerate.
8279
96876681
ZD
82802003-08-12 Zdenek Dvorak <ook@ucw.cz>
8281
8282 * MAINTAINERS (Various Maintainers): Add myself as
8283 loop infrastructure maintainer. Update my e-mail
8284 address.
8285
1c1d80ee
DN
82862007-07-31 Diego Novillo <dnovillo@google.com>
8287
8288 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8289 Adjust description.
8290
7e98624c
RG
82912007-07-26 Richard Guenther <rguenther@suse.de>
8292
8293 * configure.ac: Add types checking to stage1 checking flags.
8294 * configure: Regenerate.
8295
4c85af60
NC
82962007-07-17 Nick Clifton <nickc@redhat.com>
8297
8298 * COPYING3: New file. Contains version 3 of the GNU General
8299 Public License.
8300 * COPYING3.LIB: New file. Contains version 3 of the GNU
8301 Lesser General Public License.
8302
19ddfd3a
AK
83032007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8304
8305 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8306
2a064545
AK
83072007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8308
8309 * MAINTAINERS (S/390 co-maintainer): Add myself.
8310 (Write After Approval): Remove myself.
8311
f861f54d
DH
83122007-07-13 Dan Hipschman <dsh@google.com>
8313
8314 * MAINTAINERS (Write After Approval): Add myself.
8315
0136f2f7
NC
83162007-07-11 Nick Clifton <nickc@redhat.com>
8317
8318 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8319 WINDRES export.
8320 * Makefile.in: Regenerate.
8321
6e29b5a4
RO
83222007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8323
8324 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8325 maintainer.
8326
159a4b02
L
83272007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8328
8329 * lt~obsolete.m4: New. Import from 20070318 libtool.
8330
6ba67283
JB
83312007-07-03 Julian Brown <julian@codesourcery.com>
8332
8333 * MAINTAINERS (Write After Approval): Add myself.
8334
30b74385
RW
83352007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8336
8337 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8338 * configure: Regenerate.
8339
83402007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8341
8342 * configure.ac: Add some missing m4 quotation.
8343 * configure: Regenerate.
8344
943c54ce
SB
83452007-07-02 Simon Baldwin <simonb@google.com>
8346
8347 * MAINTAINERS (Write After Approval): Add myself.
8348
1c00b503
PB
83492007-07-02 Paolo Bonzini <bonzini@gnu.org>
8350
8351 * configure: Regenerate.
8352
901119ae
KT
83532007-07-02 Kai Tietz <kai.tietz@onevision.com>
8354
8355 * Makefile.def: Add windmc tool to build.
8356 * Makefile.tpl: Likewise.
8357 * configure.ac: Likewise.
8358 * Makefile.in: Regenerate.
8359 * configure: Regenerate.
09ce620e 8360
83f4c19f
DD
83612007-06-28 DJ Delorie <dj@redhat.com>
8362
8363 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8364 not building newlib.
8365 * configure: Regenerated.
09ce620e 8366
5346c75c
JS
83672007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8368
8369 * MAINTAINERS (Write After Approval): Add myself.
8370
aacfb86b
MM
83712007-06-25 Martin Michlmayr <tbm@cyrius.com>
8372
8373 * MAINTAINERS (Write After Approval): Add myself.
8374
590bf0d3
CM
83752007-06-19 Chris Matthews <chrismatthews@google.com>
8376
8377 * MAINTAINERS (Write After Approval): Add myself.
8378
cdbbee7a
RIL
83792007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8380
8381 * MAINTAINERS (Write After Approval): Add myself.
8382
b8afffc1
DJ
83832007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8384
8385 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8386 * Makefile.in: Regenerated.
8387
3fcfad76
BS
83882007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8389
8390 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8391 bfin*-*-uclinux* targets.
8392 * configure: Regenerate.
8393
3f5a2b7f
ILT
83942007-06-14 Ian Lance Taylor <iant@google.com>
8395
8396 * MAINTAINERS: Add myself as non-algorithmic global write
8397 maintainer.
8398
4c46daee
DN
83992007-06-14 Diego Novillo <dnovillo@google.com>
8400
8401 * MAINTAINERS: Add self as middle-end maintainer and
8402 non-algorithmic global write maintainer.
8403
a3bb222a
FXC
84042007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8405
8406 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8407 Move all Fortran maintainers except Paul Brook into the
8408 Non-Autopoiesis section.
8409
a19e8f64
PB
84102007-06-14 Paolo Bonzini <bonzini@gnu.org>
8411
8412 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8413 (distclean-stage[+id+]): Possibly delete stage_last.
8414 * Makefile.in: Regenerate.
8415
1c2abe5e
SP
84162007-06-12 Seongbae Park <seongbae.park@gmail.com>
8417
8418 * MAINTAINERS (Various Maintainer): Fix typo.
8419
abca4739
PB
84202007-06-11 Paolo Bonzini <bonzini@gnu.org>
8421
8422 * MAINTAINERS (Various Maintainer): Add myself as
8423 dataflow maintainer.
8424
a894d2c3
BE
84252007-06-07 Ben Elliston <bje@au.ibm.com>
8426
8427 * config.sub, config.guess: Update from upstream sources.
8428
8024d75e
BE
84292007-06-07 Ben Elliston <bje@au.ibm.com>
8430
8431 * Makefile.tpl: Fix spelling error.
8432 * Makefile.in: Regenerate.
8433
973a9a5e
SE
84342007-06-01 Steve Ellcey <sje@cup.hp.com>
8435
96598938
L
8436 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8437 lt_cv_sys_max_cmd_len.
973a9a5e 8438
ccb4d26b
DN
84392007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8440
8441 * MAINTAINERS (Various Maintainers): Add myself as
8442 auto-vectorizer maintainer.
8443
eecb7461
PB
84442003-05-31 Paolo Bonzini <bonzini@gnu.org>
8445
8446 PR libjava/32098
8447 * libtool.m4: Revert previous change.
8448 * ltgcc.m4: Put it here.
8449
89d28202
ZD
84502003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8451
8452 * MAINTAINERS (Various Maintainers): Add myself as
8453 auto-vectorizer maintainer.
8454
60c7a11a
L
84552007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8456
8457 PR libjava/32098
8458 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8459
9dd3cc81
RG
84602007-05-30 Richard Guenther <rguenther@suse.de>
8461
8462 * MAINTAINERS (Various Maintainers): Add myself as
8463 auto-vectorizer maintainer.
8464
9cc1244e
JJ
84652007-05-30 Jakub Jelinek <jakub@redhat.com>
8466
8467 PR bootstrap/29382
8468 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8469 * configure: Rebuilt.
8470
6124296b
RC
84712007-05-28 Roberto Costa <robsettantasei@gmail.com>
8472
8473 * MAINTAINERS (Write After Approval): Removed my name.
8474
6b757a0d
SB
84752007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8476
8477 * MAINTAINERS (Write After Approval): Remove myself.
8478
86ef8528
AT
84792007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8480
8481 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8482
1cf3d07d
SE
84832007-05-23 Steve Ellcey <sje@cup.hp.com>
8484
8485 * ltmain.sh: Update from ToT Libtool.
8486 * libtool.m4: Update from ToT Libtool.
8487 * ltsugar.m4: New. Update from ToT Libtool.
8488 * ltversion.m4: New. Update from ToT Libtool.
8489 * ltoptions.m4: New. Update from ToT Libtool.
8490 * ltconfig: Remove.
8491 * ltcf-c.sh: Remove.
8492 * ltcf-cxx.sh: Remove.
8493 * ltcf-gcj.sh: Remove.
8494
ce3fcf8c
OW
84952007-05-22 Ollie Wild <aaw@google.com>
8496
8497 * MAINTAINERS (Write After Approval): Add myself.
8498
342b9200
PB
84992007-05-16 Paolo Bonzini <bonzini@gnu.org>
8500
8501 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8502 stage_cflags.
8503 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8504 Remove CFLAGS/LIBCFLAGS.
8505 (configure-stage[+id+]-[+prefix+][+module+],
8506 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8507 * Makefile.in: Regenerate.
8508
cea17285
DN
85092007-05-15 Diego Novillo <dnovillo@google.com>
8510
8511 * MAINTAINERS: Update e-mail address.
8512
11c004e7
RE
85132007-05-15 Revital Eres <eres@il.ibm.com>
8514
8515 * MAINTAINERS (Write After Approval): Add myself.
8516
ab6bd693
RC
85172007-05-14 Roberto Costa <robsettantasei@gmail.com>
8518
8519 * MAINTAINERS (Write After Approval): Updated my address.
8520
388cdf07
TN
85212007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8522
8523 * MAINTAINERS (Write After Approval): Add myself.
8524
23f24034
SR
85252007-05-11 Silvius Rus <rus@google.com>
8526
8527 * MAINTAINERS (Write After Approval): Add myself.
8528
34a7526e
TT
85292007-04-23 Tom Tromey <tromey@redhat.com>
8530
8531 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8532
51da21be
MM
85332007-04-22 Mark Mitchell <mark@codesourcery.com>
8534
8535 * MAINTAINERS (cpplib): Rename to ...
8536 (libcpp): ... this. Add C/C++ front end maintainers.
8537
70070387
SE
85382007-04-14 Steve Ellcey <sje@cup.hp.com>
8539
8540 * config-ml.in: Pass ${ml_config_env} to configure calls.
8541
df1a0dbb
CB
85422007-04-04 Christian Bruel <christian.bruel@st.com>
8543
8544 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8545
9daff147
DK
85462007-04-02 Dave Korn <dave.korn@artimi.com>
8547
8548 * MAINTAINERS (Write After Approval): Add myself.
8549
374eadb2
TB
85502007-03-31 Tobias Burnus <burnus@net-b.de>
8551
8552 * MAINTAINERS (fortran 95 front end): Add myself.
8553
8eced3a2
DR
85542007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8555
8556 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8557
653de3e3
AZ
85582007-03-24 Ayal Zaks <zaks@il.ibm.com>
8559
8560 * MAINTAINERS (Modulo Scheduler): Add myself.
8561
b737d953
BM
85622007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8563
8564 * MAINTAINERS (fortran 95 front end): Add myself.
8565 (c++ front end): whitespace fix.
8566
a584cdf2
NF
85672007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8568
8569 * MAINTAINERS (Write After Approval): Add myself.
8570
8c79f3c4
RS
85712007-03-21 Richard Sandiford <richard@codesourcery.com>
8572
8573 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8574 of glob. Quote arguments with single quotes too.
8575 * configure: Regenerate.
8576
07f1ac6d
BM
85772007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8578
8579 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8580 * Makefile.in: Regenerate
8581
172e41aa
AS
85822007-03-07 Andreas Schwab <schwab@suse.de>
8583
8584 * configure: Regenerate.
8585
9c4d2493
BM
85862007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8587
8588 * configure.ac: Add "--with-pdfdir" configure option,
8589 which defines pdfdir variable.
8590 * Makefile.def (target=fixincludes): Add install-pdf to
8591 missing targets.
8592 (recursive_targets): Add install-pdf target.
8593 (flags_to_pass): Add pdfdir.
8594 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8595 target.
8596 * configure: Regenerate
8597 * Makefile.in: Regenerate
8598
e14e622e
EC
85992007-02-28 Eric Christopher <echristo@apple.com>
8600
8601 Revert:
8602 2006-12-07 Mike Stump <mrs@apple.com>
8603
8604 * Makefile.def (dependencies): Add dependency for
8605 install-target-libssp and install-target-libgomp on
8606 install-gcc.
8607 * Makefile.in: Regenerate.
8608
54e433bc
MK
86092007-02-27 Matt Kraai <kraai@ftbfs.org>
8610
8611 * configure: Regenerate.
8612 * configure.ac: Move statements after variable declarations.
8613
6c8d3d8f
KK
86142007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8615
8616 * MAINTAINERS: Add myself as sh maintainer.
8617
9f8c6739
JM
86182007-02-19 Joseph Myers <joseph@codesourcery.com>
8619
8620 * configure.ac: Adjust for loop syntax.
8621 * configure: Regenerate.
8622
278a7a38
AO
86232007-02-18 Alexandre Oliva <aoliva@redhat.com>
8624
8625 * configure: Rebuilt.
8626
b2eaac4a
AO
86272007-02-18 Alexandre Oliva <aoliva@redhat.com>
8628
8629 * configure.ac: Drop multiple occurrences of --enable-languages,
8630 and fix its quoting.
8631 * configure: Rebuilt.
8632
beeaf216 86332007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
8634 Nathan Sidwell <nathan@codesourcery.com>
8635 Vladimir Prus <vladimir@codesourcery.com>
8636 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
8637
8638 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8639 * configure: Regenerate.
8640
09201a09
GP
86412007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8642
8643 * ltconfig (freebsd*): Default to elf.
8644
291f172e
DJ
86452007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8646
8647 * configure.ac (target_libraries): Move libgcc before libiberty.
8648 * configure: Regenerated.
8649
c3a86da9
DJ
86502007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8651 Paolo Bonzini <bonzini@gnu.org>
8652
8653 PR bootstrap/30753
8654 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8655 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8656 * configure: Regenerated.
8657
88e1e72a
FXC
86582007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8659
8660 * MAINTAINERS (Language Front End Maintainers): Update my mail
8661 address.
8662
44bfc3ac
DJ
86632007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8664
8665 PR bootstrap/30748
8666 * configure.ac: Correct syntax for Solaris ksh.
8667 * configure: Regenerated.
8668
3e19841a
PB
86692007-02-09 Paolo Bonzini <bonzini@gnu.org>
8670
8671 * configure.ac: Sync with src.
8672 * configure: Regenerate.
8673
74a48762
PB
86742007-02-09 Paolo Bonzini <bonzini@gnu.org>
8675
8676 * Makefile.in: Regenerate.
8677
d846e52e
PB
86782007-02-09 Paolo Bonzini <bonzini@gnu.org>
8679
8680 * config.sub: Sync with src.
8681
1c710c3c
DJ
86822007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8683
8684 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8685 noncanonical equivalents.
8686 * configure.in: Rename to...
8687 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8688 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8689 target_noncanonical. Use them. Rewrite removal of configure
8690 arguments for autoconf 2.59. Discard variable settings. Force
8691 program_transform_name for native tools.
8692
8693 * Makefile.in: Regenerated.
8694 * configure: Regenerated with autoconf 2.59.
8695
dce2d8b2 86962007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 8697
3de8da2a 8698 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 8699
f6671c93
AS
87002007-01-31 Andreas Schwab <schwab@suse.de>
8701
8702 * Makefile.tpl (LDFLAGS): Substitute it.
8703 * Makefile.in: Regenerate.
8704
dce2d8b2 87052007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 8706
3de8da2a 8707 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 8708
2472200d
DE
87092007-01-28 David Edelsohn <edelsohn@gnu.org>
8710
3de8da2a 8711 * MAINTAINERS (spu port): Add myself.
2472200d 8712
5305be7e
RG
87132007-01-23 Richard Guenther <rguenther@suse.de>
8714
8715 PR bootstrap/30541
8716 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8717 * Makefile.tpl (GNATBIND): Substitute it.
8718 (GNATMAKE): Likewise.
8719 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8720 of STAGE_PREFIX.
8721 * Makefile.in: Regenerate.
8722 * configure: Regenerate.
8723
416cfb5e
MS
87242007-01-18 Mike Stump <mrs@apple.com>
8725
8726 * configure.in: Re-enable -Werror for gcc builds.
8727
3de8da2a 87282007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 8729
3de8da2a 8730 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 8731
d943d7c4
PB
87322007-01-11 Paolo Bonzini <bonzini@gnu.org>
8733
8734 * configure.in: Change == to = in test command.
3de8da2a 8735 * configure: Regenerate.
d943d7c4 8736
e69bf64b 87372007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
8738 Nick Clifton <nickc@redhat.com>
8739 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
8740
8741 * configure.in (build_configargs, host_configargs, target_configargs):
8742 Remove build/host/target parameters.
8743 (host_libs): Add gmp and mpfr.
8744 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
8745 * Makefile.def (gmp, mpfr): New.
8746 (gcc): Remove target.
8747 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
8748 target_os, target_vendor): New.
dce2d8b2 8749 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
8750 * configure: Regenerate.
8751 * Makefile.in: Regenerate.
e69bf64b
PB
8752
87532007-01-11 Matt Fago <fago@earthlink.net>
8754
8755 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 8756 to improve robustness of configure tests.
e69bf64b 8757 * configure: Regenerate.
e14e622e 8758
a42f3b80
UB
87592007-01-09 Uros Bizjak <ubizjak@gmail.com>
8760
8761 * MAINTAINERS: Add myself as i386 maintainer.
8762
a36aee1a
JH
87632007-01-08 Jan Hubicka <jh@suse.cz>
8764
61fcaeef 8765 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 8766
738a52d3
KT
87672007-01-08 Kai Tietz <kai.tietz@onevision.com>
8768
8769 * configure.in: Add support for an x86_64-mingw* target.
95af8923 8770 * configure: Regenerate.
738a52d3 8771
54fdc474
DJ
87722007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
8773
8774 * Makefile.tpl (all-target): Correct @if conditional for target
8775 modules.
8776 * configure.in: Omit libiberty if building only target libgcc.
8777 * configure, Makefile.in: Regenerated.
8778
3dd71726
PB
87792007-01-04 Paolo Bonzini <bonzini@gnu.org>
8780
dce2d8b2 8781 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
8782 * configure: Regenerate.
8783
fa958513
DJ
87842007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
8785
8786 * Makefile.def (target_modules): Add libgcc.
8787 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
8788 * Makefile.tpl (clean-target-libgcc): Delete.
8789 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
8790 on gcc even for bootstrapped modules. Rewrite handling of
8791 lang_env_dependencies to loop over target_modules.
8792 * configure.in (target_libraries): Add target-libgcc.
8793 * Makefile.in, configure: Regenerated.
8794
e1888513
PB
87952006-12-29 Paolo Bonzini <bonzini@gnu.org>
8796
8797 * configure.in: Reorganize recognition of languages. Add
8798 --enable-stage1-languages. Show supported languages for the chosen
8799 target rather than all recognized languages.
8800 * configure: Regenerate.
8801
53b88b73
PB
88022006-12-29 Paolo Bonzini <bonzini@gnu.org>
8803
8804 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
8805 * Makefile.in: Regenerate.
8806
a3993f33
KG
88072006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8808
8809 * configure.in: Warn that MPFR 2.2.0 is buggy.
8810 * configure: Regenerate.
8811
f063a9ed
ILT
88122006-12-27 Ian Lance Taylor <iant@google.com>
8813
8814 * configure.in: When removing Makefiles to force a reconfigure, also
8815 remove prev-DIR*/Makefile.
8816 * configure: Regenerate.
8817
af71363e
AS
88182006-12-22 Andreas Schwab <schwab@suse.de>
8819
8820 * configure: Regenerate with correct autoconf version.
8821
0b0dc272
AM
88222006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
8823
3de8da2a
UB
8824 * configure.in: add AC_SUBST for *_FOR_TARGET.
8825 * configure: Regenerate.
0b0dc272 8826
53b88b73
PB
88272006-12-19 Paolo Bonzini <bonzini@gnu.org>
8828
8829 * configure.in: Simplify logic for rejecting languages that cannot
8830 be built. Separate the case when a language is unsupported,
8831 from the case when the user chooses not to build a language.
8832
400ebff4
PB
88332006-12-19 Paolo Bonzini <bonzini@gnu.org>
8834
8835 * configure.in: Remove "$build" case for powerpc-*-darwin* since
8836 it only affects bootstrap and could be tested on "$host" as well.
8837 * configure: Regenerate.
8838 * config/mh-ppc-darwin: Add to the stage1 cflags here.
8839
8efea775
PB
88402006-12-19 Paolo Bonzini <bonzini@gnu.org>
8841
8842 PR bootstrap/29544
8843 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
8844 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
8845 move here comment from Makefile.tpl.
8846 * Makefile.tpl: Move some definitions higher in the file.
8847 (STAGE1_CHECKING): New.
8848 * configure.in: Add --enable-stage1-checking.
8849 * configure: Regenerate.
8850 * Makefile.in: Regenerate.
8851
ed88a7ed
PB
88522006-12-19 Paolo Bonzini <bonzini@gnu.org>
8853
8854 * MAINTAINERS: Add myself as build system maintainer.
8855
b65151d3
SM
88562006-12-15 Simon Martin <simartin@users.sourceforge.net>
8857
8858 * MAINTAINERS (Write After Approval): Add myself.
8859
7e050830
EC
88602006-12-13 Eric Christopher <echristo@apple.com>
8861
8862 * MAINTAINERS: Add myself as darwin maintainer.
8863
8b494895
ILT
88642006-12-11 Ian Lance Taylor <ian@airs.com>
8865
8866 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
8867
dce2d8b2 88682006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
8869
8870 MAINTAINERS: Update my entry.
8871
58e24147
AM
88722006-12-11 Alan Modra <amodra@bigpond.net.au>
8873
8874 * configure.in: Handle spu makefile frag.
58e24147
AM
8875 * Makefile.tpl (MAINT): Define
8876 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
8877 * configure: Regenerate.
8878 * Makefile.in: Regenerate.
8879
9b6f37a0
BE
88802006-12-11 Ben Elliston <bje@au.ibm.com>
8881
8882 * config.guess: Import latest version.
8883 * config.sub: Likewise.
8884
ea6f5c57
BE
88852006-12-11 Ben Elliston <bje@au.ibm.com>
8886
8887 * configure.in (spu-*-*): Don't skip target-libiberty.
8888 * configure: Regenerate.
8889
42c1cd8a
AT
88902006-12-10 Andreas Tobler <a.tobler@schweiz.org>
8891
8892 PR bootstrap/30134
8893 * configure.in: Correct x86 darwin support for libjava to powerpc
8894 and i?86 only.
8895 * configure: Regenerate.
8896
55eb837d
ST
88972006-12-08 Sandro Tolaini <tolaini@libero.it>
8898
8899 * configure.in: Add x86 darwin support for libjava.
8900 * configure: Regenerate.
8901
5bdacbc7
MS
89022006-12-07 Mike Stump <mrs@apple.com>
8903
8904 * Makefile.def (dependencies): Add dependency for
8905 install-target-libssp and install-target-libgomp on
8906 install-gcc.
8907 * Makefile.in: Regenerate.
8908
477d851c
RG
89092006-12-04 Richard Guenther <rguenther@suse.de>
8910
8911 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
8912 (Non-Algorithmic Maintainers): Move over non-algorithmic
8913 loop optimizer maintainers, add myself as a non-algorithmic
8914 middle-end maintainer.
8915
5d33d367
DF
89162006-12-04 Daniel Franke <franke.daniel@gmail.com>
8917
8918 * MAINTAINERS (Write After Approval): Add myself.
8919
dbee1fb3
KG
89202006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8921
8922 * configure.in: Update error message for missing GMP/MPFR.
8923
8924 * configure: Regenerate.
8925
b5147de7
KG
89262006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8927
8928 * configure.in: Update MPFR version in error message.
8929
8930 * configure: Regenerate.
8931
f019376c
KG
89322006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8933
8934 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
8935 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
8936 --with-gmp-lib): New flags.
8937
8938 * configure: Regenerate.
8939
91ed95ae
BM
89402006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
8941
8942 * MAINTAINERS (Write After Approval): Change my email address.
8943
3a971f15
MLI
89442006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
8945
05170031 8946 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 8947
dce2d8b2 89482006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
8949
8950 * MAINTAINERS (i18n): Update e-mail address.
8951
df5487ee
TS
89522006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
8953
8954 * MAINTAINERS (spu port): Add myself as maintainer.
8955 (Write After Approval): Remove myself.
8956
92c2f0ee
BE
89572006-11-22 Ben Elliston <bje@au.ibm.com>
8958
8959 * configure.in (skipdirs): Don't build libssp for SPU.
8960 * configure: Regenerate.
8961
a3b97199
AP
89622006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
8963
8964 * MAINTAINERS (spu port): Add myself as maintainer.
8965 (libobjc): Update my email address.
8966
0eb97064
AB
89672006-11-21 Andrea Bona <andrea.bona@st.com>
8968
8969 * MAINTAINERS (Write After Approval): Add myself.
8970
dce2d8b2 89712006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
8972
8973 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
8974 * configure : Rebuilt.
8975
dce2d8b2 89762006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
8977
8978 * MAINTAINERS (Write After Approval): Add myself.
8979
d58542ea
AO
89802006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
8981
8982 * MAINTAINERS (Write After Approval): Add myself.
8983
a357b5ae
KG
89842006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8985
8986 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
8987 libmpfr.a.
8988 * configure: Regenerate.
8989
9bd6112c
PB
89902006-11-16 Paolo Bonzini <bonzini@gnu.org>
8991
8992 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
8993 (unstage): Test for stage_last presence.
8994
8995 PR bootstrap/29802
dce2d8b2
EB
8996 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
8997 STAGE_PREFIX.
9bd6112c
PB
8998 * Makefile.in: Regenerate.
8999
c8cf9f0f
ZD
90002003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
9001
9002 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9003 maintainers.
9004
467b1fc6
ER
90052006-11-14 Erven Rohou <erven.rohou@st.com>
9006
9007 * MAINTAINERS (Write After Approval): Add myself.
9008
995a5697
PB
90092006-11-14 Paolo Bonzini <bonzini@gnu.org>
9010
9011 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9012 and stageN-package/Makefile.
9013 * Makefile.in: Regenerated.
9014
c8d6d53e
JZ
90152006-11-14 Jie Zhang <jie.zhang@analog.com>
9016
9017 * configure.in: Remove target-libgloss from noconfigdirs for
9018 bfin-*-*.
9019 * configure: Regenerated.
9020
dffb147d
KG
90212006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9022
9023 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 9024
dffb147d
KG
9025 * configure: Regenerate.
9026
ca558912
KG
90272006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9028
9029 * configure.in: Robustify error message for missing GMP/MPFR.
9030
9031 * configure: Regenerate.
9032
dce2d8b2 90332006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
9034
9035 * MAINTAINERS (Write After Approval): Add myself.
9036
dce2d8b2 90372006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
9038
9039 * MAINTAINERS: Change email address.
9040
91de1527
VP
90412006-10-30 Vladimir Prus <vladimir@codesourcery.com>
9042
9043 * MAINTAINERS (Write After Approval): Add myself.
9044
a3867703
PB
90452006-10-26 Peter Bergner <bergner@vnet.ibm.com>
9046
9047 * MAINTAINERS (Write After Approval): Add myself.
9048
b4364fa2
CL
90492006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9050
7e050830 9051 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 9052 Write After Approval section.
b4364fa2 9053
70ec446f
KG
90542006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9055
9056 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9057 need_gmp anymore.
9058 * configure: Regenerate.
9059
018c8d88
TB
90602006-10-16 Tobias Burnus <burnus@net-b.de>
9061
9062 * MAINTAINERS (Write After Approval): Add myself.
9063
f6a1687e
BE
90642006-10-16 Ben Elliston <bje@au.ibm.com>
9065
9066 * config.guess: Import latest version.
9067 * config.sub: Likewise.
9068
b5422ad7
BM
90692006-10-10 Brooks Moses <bmoses@stanford.edu>
9070
9071 * Makefile.def: Added pdf target handling.
9072 * Makefile.tpl: Added pdf target handling.
9073 * Makefile.in: Regenerated.
9074
bdcee471
CL
90752006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9076
9077 * MAINTAINERS: Add self as score port maintainer.
9078
7d610414
BM
90792006-10-04 Brooks Moses <bmoses@stanford.edu>
9080
9081 * MAINTAINERS (Write After Approval): Add myself.
9082
e48d66a9
SK
90832006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9084
7e050830 9085 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
9086 or newer.
9087 * configure: Regenerated.
9088
c394e891
DB
90892006-09-27 Dave Brolley <brolley@redhat.com>
9090
dce2d8b2
EB
9091 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9092 using $s instead of $r.
c394e891
DB
9093 * configure: Regenerated.
9094
1ee4c5a0
TS
90952006-09-26 Thiemo Seufer <ths@mips.com>
9096
9097 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9098 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9099 * configure: Regenerate.
9100
dce2d8b2 91012006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
9102
9103 * MAINTAINERS (Write After Approval): Remove myself.
9104
0c502898
CF
91052006-09-22 Chao-ying Fu <fu@mips.com>
9106
9107 * MAINTAINERS (Write After Approval): Add myself.
9108
a7819e42
JM
91092006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9110
9111 * MAINTAINERS: Add self as soft-fp maintainer.
9112
dce2d8b2 91132006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
9114
9115 * MAINTAINERS: Add myself as avr maintainer.
9116 Remove Marek Michalkiewicz as avr maintainer.
827d0991 9117
e8288489
RC
91182006-09-07 Roberto Costa <roberto.costa@st.com>
9119
9120 * MAINTAINERS (Write After Approval): Add myself.
9121
b91f0a41
CV
91222006-08-30 Corinna Vinschen <corinna@vinschen.de>
9123
9124 * configure.in: Never build newlib for a Mingw host.
9125 Never build newlib as Mingw target library.
9126 Test the existence of winsup/cygwin for building a Cygwin newlib,
9127 rather than just winsup.
9128 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9129 building a Mingw target.
9130 * configure: Regenerate.
9131
094c07a0
EB
91322006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9133
9134 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9135
8d1171cb
PB
91362006-07-25 Paolo Bonzini <bonzini@gnu.org>
9137
9138 * config.guess: Import from src (was more updated).
9139 * config.sub: Likewise.
9140
2e9e6f68
DJ
91412006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9142
9143 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9144 * configure: Regenerated.
9145
57255173
PB
91462006-07-18 Paolo Bonzini <bonzini@gnu.org>
9147
cc6010cd
AP
9148 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9149 for stages after the first.
57255173 9150
9fbe6585
JJ
91512006-07-17 Jakub Jelinek <jakub@redhat.com>
9152
9153 * Makefile.def: Add dependencies for configure-opcodes
9154 on configure-intl and all-opcodes on all-intl.
9155 * Makefile.in: Regenerated.
9156
18c3f977
BE
91572006-07-13 Ben Elliston <bje@au.ibm.com>
9158
9159 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9160
27b56ba6
PE
91612006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9162
9163 Port to hosts whose 'sort' and 'tail' implementations
9164 treat operands with leading '+' as file names, as POSIX
9165 has required since 2001. However, make sure the code still
9166 works on pre-POSIX hosts.
9167 * ltmain.sh: Don't assume "sort +2" is equivalent to
9168 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9169
ad6d4e43
UW
91702006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9171
9172 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9173
706601d9
PG
91742006-07-04 Peter O'Gorman <peter@pogma.com>
9175
9176 * ltconfig: chmod 644 before ranlib during install.
9177
0b50988a
EB
91782006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9179
9180 PR bootstrap/18058
9181 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9182 if the bootstrap compiler is a GCC version that supports it.
9183 * configure: Regenerate.
9184
b6348cb3
PB
91852006-07-03 Paolo Bonzini <bonzini@gnu.org>
9186
95695ad3 9187 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
9188 * configure: Regenerate.
9189
1546bb64
PB
91902006-07-03 Paolo Bonzini <bonzini@gnu.org>
9191
9192 PR other/27063
9193 * configure.in: Test subdir_requires and give an appropriate
9194 error message.
9195 * configure: Regenerate.
9196
5cb6c629
AJH
91972006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9198
9199 * MAINTAINERS (Write After Approval): Add myself.
9200
f4d8cdf8
JDA
92012006-06-22 John David Anglin <dave.anglin@nrc.ca>
9202
9203 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9204
4fe5abb7
SE
92052006-06-22 Steve Ellcey <sje@cup.hp.com>
9206
9207 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9208
2a79fd67
DA
92092006-06-20 David Ayers <d.ayers@inode.at>
9210
9211 PR bootstrap/28072
9212 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9213 whether target-libjava is being configured instead of whether the
9214 java front end is enabled.
9215 * configure: Regenerate.
7e050830 9216
04879af3
RO
92172006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9218
9219 PR target/27540
9220 * configure.in: Only enable libgomp on IRIX 6.
9221 * configure: Regenerate.
9222
ec6c7392
PB
92232006-06-15 Paolo Bonzini <bonzini@gnu.org>
9224
9225 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9226 too.
9227 * Makefile.in: Regenerate.
9228
12973d7a
DD
92292006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9230
9231 * config-ml.in: Alter CCASFLAGS to include special
9232 multilib options the same as is done for CFLAGS.
9233
c67ed86a
JDA
92342006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9235
9236 * configure.in: Don't enable libgomp on hpux10.
9237 * configure: Rebuilt.
9238
cb253473
DA
92392006-06-12 David Ayers <d.ayers@inode.at>
9240
9241 PR bootstrap/27963
9242 PR target/19970
7e050830 9243 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
9244 ${libgcj} is specified.
9245 * configure: Regenerate.
7e050830 9246
dce2d8b2 92472006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
9248
9249 Sync from src:
7e050830
EC
9250
9251 * configure.in: Sync.
32845532 9252 * configure: Regenerated.
7e050830 9253
32845532
CD
9254 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9255
9256 * Makefile.def: Added dependencies from sim and gdb on intl, and
9257 added configure dependencies to everything with an all dependency
9258 on intl.
9259 * Makefile.in: Regenerated.
9260
7cd0cf9c
DA
92612006-06-06 David Ayers <d.ayers@inode.at>
9262
9263 PR libobjc/13946
9264 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9265 * Makefile.in: Regenerate.
9266 * configure.in: Add --enable-objc-gc at toplevel and have it
9267 enable boehm-gc for Objective-C.
9268 Remove target-boehm-gc from libgcj.
9269 Add target-boehm-gc to target_libraries.
9270 Add target-boehm-gc to noconfigdirs where ${libgcj}
9271 is specified.
9272 Assert that boehm-gc is supported when requested for Objective-C.
9273 Only build boehm-gc if needed either for Java or Objective-C.
9274 * configure: Regenerate.
7e050830 9275
3ff3adad
PB
92762006-06-05 Paolo Bonzini <bonzini@gnu.org>
9277
9278 PR 27674
9279 * Makefile.tpl (configure-[+prefix+][+module+],
9280 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9281 Remove rule to unstage bootstrapped modules.
9282 (stage_current): New.
9283 * Makefile.in: Regenerate.
9284
898e551d
LB
92852006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9286
9287 * MAINTAINERS (Write After Approval): Update my e-mail address.
9288
ea60341e
MS
92892006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9290
9291 * include/libiberty.h: Declare pex_run_in_environment.
9292
222ae291
AL
92932006-05-31 Asher Langton <langton2@llnl.gov>
9294
9295 * MAINTAINERS (Write After Approval): Add myself.
898e551d 9296
e9a54b07
PB
92972006-05-25 Paolo Bonzini <bonzini@gnu.org>
9298
9299 * Makefile.def (bfd, opcodes): Fix lib_path.
9300 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9301 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9302 * Makefile.in: Regenerate.
9303
03e67131
CD
93042006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9305
9306 * Makefile.in: Regenerate.
9307
65d6e994
CD
93082006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9309
9310 * Makefile.def: Add install-html target. Add datarootdir
9311 docdir and htmldir to flags_to_pass.
9312 * Makefile.tpl: Add install-html target.
9313 * Makefile.in: Regenerate.
9314 * configure.in: Add --with-datarootdir, --with-docdir, and
9315 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9316 * configure: Regenerate.
9317
9e299237
MS
93182006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9319
9320 * configure.in: Enable gprof for cross builds.
9321 * configure: Regenerate.
9322
c31202cd
RG
93232006-05-22 Richard Guenther <rguenther@suse.de>
9324
9325 Revert
9326 2006-01-31 Richard Guenther <rguenther@suse.de>
9327 Paolo Bonzini <bonzini@gnu.org>
9328
9329 * Makefile.def (target_modules): Add libgcc-math target module.
9330 * configure.in (target_libraries): Add libgcc-math target library.
9331 (--enable-libgcc-math): New configure switch.
9332 * Makefile.in: Re-generate.
9333 * configure: Re-generate.
9334 * libgcc-math: New toplevel directory.
9335
2a332582
JDA
93362006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9337 Andreas Tobler <a.tobler@schweiz.ch>
9338
9339 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9340 * configure: Rebuilt.
9341
dce2d8b2 93422006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 9343
ccce6917
SL
9344 * MAINTAINERS (Write After Approval): Add myself.
9345
ed606bc0
DD
93462006-05-01 DJ Delorie <dj@redhat.com>
9347
3d8f47a0 9348 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
9349 * configure: Regenerate.
9350
9386bd20
RG
93512006-05-01 Richard Guenther <rguenther@suse.de>
9352
9353 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9354 maintainer.
9355
dce2d8b2 93562006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
9357
9358 * MAINTAINERS (Write After Approval): Add myself.
9359
87ceee72
JB
93602006-04-28 Jan Beulich <jbeulich@novell.com>
9361
9362 * MAINTAINERS (Write After Approval): Add myself.
9363
e88a2c09
DD
93642006-04-18 DJ Delorie <dj@redhat.com>
9365
9366 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9367 reference libgloss so that libssp can be built in a combined
9368 tree.
9369 * configure: Regenerate.
9370
675f0a8a
RM
93712006-04-08 Robert Millan <rmh@gcc.gnu.org>
9372
9373 * MAINTAINERS (Write After Approval): Add myself.
9374
27b6c940
BE
93752006-04-05 Ben Elliston <bje@au.ibm.com>
9376
9377 * configure.in: Require makeinfo 4.4 or higher.
9378 * configure: Regenerate.
9379
687b17d4
GP
93802006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9381
9382 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9383 Rearrange the entries of other libraries to have them in one place.
9384
906ac235
JB
93852006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9386
7e050830 9387 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
9388 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9389
fb0103e5
RG
93902006-03-14 Richard Guenther <rguenther@suse.de>
9391
9392 * configure: Regenerate with autoconf 2.13.
9393
17237f6b
JB
93942006-03-13 Jim Blandy <jimb@codesourcery.com>
9395
9396 * MAINTAINERS: Use my work address.
bed31434
JB
9397
9398 * MAINTAINERS: Update my E-mail address.
9399
27079765
AH
94002006-03-10 Aldy Hernandez <aldyh@redhat.com>
9401
9402 * configure.in: Handle --disable-<component> generically.
9403 * configure: Regenerate.
9404
54a17039
L
94052006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9406
9407 PR libgcj/17311
9408 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9409
b9bd11ca
EE
94102006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9411
9412 * MAINTAINERS (Write After Approval): Remove myself.
9413 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9414
dce2d8b2 94152006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 9416
072b06f2
RE
9417 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9418 (TARGET_CONFIGDIRS): Remove.
9419 * configure.in: Remove AC_SUBST(target_configdirs).
9420 * Makefile.in, configure: Regenerated.
ee2312f3 9421
936e1a35
SK
94222006-02-20 Steven G. Kargl <kargls@comcast.net>
9423
9424 * MAINTAINERS (Write After Approval): Remove myself.
9425 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9426
cc11cc9b
PB
94272006-02-20 Paolo Bonzini <bonzini@gnu.org>
9428
9429 PR bootstrap/25670
9430
9431 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9432
9433 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9434 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9435 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9436 BUILD_PREFIX, BUILD_PREFIX_1.
9437 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9438
9439 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9440 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9441
9442 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9443 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9444 of `cat stage_current`. Always provide the `r' and `s' variables.
9445 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9446 a single shell execution.
9447 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9448 bootstrapped modules, make the stage1 module if the build was not
9449 started yet, else build the current stage.
9450 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9451 (all-build, all-host, all-target, [+make_target+]-host,
9452 [+make_target+]-target): Do not use \-continued lines.
9453 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9454 (current_stage, restrap, stage_last): New.
9455
9456 * Makefile.in: Regenerate.
9457 * configure: Regenerate.
9458
63a7c9ef
BD
94592006-02-19 Bud Davis <jmdavis@link.com>
9460
9461 * MAINTAINERS (Write After Approval): Remove myself.
9462 (Language Front End Maintainers): Add myself as fortran 95
9463 maintainer and update e-mail address.
9464
a3543e3a
FXC
94652006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9466
9467 * MAINTAINERS (Write After Approval): Remove myself.
9468 (Language Front End Maintainers): Add myself as fortran 95
9469 maintainer.
9470
ca5b1d2c
VK
94712006-02-16 Victor Kaplansky <victork@il.ibm.com>
9472
9473 * MAINTAINERS (Write After Approval): Add myself.
9474
0499513f
TK
94752006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9476
9477 * MAINTAINERS (Write After Approval): Remove myself.
9478 (Language Front End Maintainers): Add myself as
9479 fortran 95 maintainer.
9480
d1f8db0c
PB
94812006-02-14 Paolo Bonzini <bonzini@gnu.org>
9482
9483 Sync from src:
9484
9485 2005-12-27 Leif Ekblad <leif@rdos.net>
9486
cc6010cd
AP
9487 * configure.in: Add support for RDOS target.
9488 * configure: Regenerate.
d1f8db0c
PB
9489
94902006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 9491 Andreas Schwab <schwab@suse.de>
d1f8db0c 9492
cc6010cd 9493 * configure: Regenerate.
d1f8db0c 9494
cac90078
DE
94952006-02-12 David Edelsohn <edelsohn@gnu.org>
9496
9497 * configure.in (enable_libgomp): Add AIX.
9498 * configure: Regenerate.
9499
bd37fbf5
MK
95002006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9501
9502 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9503
23027b7a
LM
95042006-02-03 Lee Millward <lee.millward@gmail.com>
9505
9506 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9507
0058967b
RG
95082006-01-31 Richard Guenther <rguenther@suse.de>
9509 Paolo Bonzini <bonzini@gnu.org>
9510
9511 * Makefile.def (target_modules): Add libgcc-math target module.
9512 * configure.in (target_libraries): Add libgcc-math target library.
9513 (--enable-libgcc-math): New configure switch.
9514 * Makefile.in: Re-generate.
9515 * configure: Re-generate.
9516 * libgcc-math: New toplevel directory.
9517
e8b05380
PB
95182006-01-26 Paolo Bonzini <bonzini@gnu.org>
9519
9520 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9521 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9522 the assembler, linker and binutils.
9523 * configure: Regenerate.
9524
d54d5437
DM
95252006-01-22 Dirk Mueller <dmueller@suse.de>
9526
9527 * MAINTAINERS (Write After Approval): Add myself.
9528
670cbfcf
DN
95292006-01-20 Diego Novillo <dnovillo@redhat.com>
9530
9531 * configure: Regenerate.
9532
953ff289
DN
95332006-01-18 Richard Henderson <rth@redhat.com>
9534 Jakub Jelinek <jakub@redhat.com>
9535 Diego Novillo <dnovillo@redhat.com>
9536
9537 * libgomp: New directory.
9538 * Makefile.def: Add target_module libgomp.
9539 * Makefile.in: Regenerate.
9540 * configure.in (target_libraries): Add target-libgomp.
9541 * configure: Regenerate.
9542
32ce4048
AO
95432006-01-05 Alexandre Oliva <aoliva@redhat.com>
9544
9545 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9546 @ from continuation.
9547 * Makefile.in: Rebuilt.
9548
0eaf8e17 95492006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 9550
c76c0c83
CL
9551 * MAINTAINERS (Write After Approval): Add myself.
9552
2d309510
PB
95532006-01-04 Paolo Bonzini <bonzini@gnu.org>
9554
9555 PR bootstrap/24252
9556
9557 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9558 * Makefile.tpl (OBJDUMP): New.
9559 (EXTRA_HOST_FLAGS): Add it.
9560 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9561
953ff289
DN
9562 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9563 to use symbolic links between directories. Avoid race conditions
9564 or make them harmless.
9565 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
9566
9567 * Makefile.def (LEAN): Pass.
9568 * Makefile.tpl (LEAN): Define.
9569 (stage[+id+]-start): Accept that the previous directory does not
9570 exist, if the bootstrap is lean.
9571 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9572 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9573 configure substitution.
9574 ([+compare-target+]): Likewise.
9575 ([+bootstrap-target+]-lean): New.
9576 * configure.in: Remove lean bootstrap support from here.
9577
953ff289
DN
9578 * Makefile.in: Regenerate.
9579 * configure: Regenerate.
2d309510 9580
368872c3
BE
95812006-01-04 Ben Elliston <bje@au.ibm.com>
9582
9583 * MAINTAINERS (libdecnumber): Add myself.
9584
d79e6356
MM
95852006-01-02 Mark Mitchell <mark@codesourcery.com>
9586
9587 * libtool-ldflags: New script.
9588
a6fbc1e2
AS
95892006-01-02 Andreas Schwab <schwab@suse.de>
9590
9591 * configure.in: When reconfiguring remove Makefile in
9592 all stage directories.
9593 * configure: Regenerate.
9594
103a4b39
SB
95952005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9596
9597 * MAINTAINERS: Update my email address.
9598
212f829c
PB
95992005-12-20 Paolo Bonzini <bonzini@gnu.org>
9600
9601 Revert Ada-related part of the previous change.
9602
9603 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9604 Do not pass.
9605 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9606 * Makefile.in: Regenerate.
9607 * configure.in: Do not include mt-ppc-aix target fragment.
9608 * configure: Regenerate.
9609
8ef1f2df
PB
96102005-12-19 Paolo Bonzini <bonzini@gnu.org>
9611
9612 * configure.in: Select appropriate fragments for PowerPC/AIX.
9613 * configure: Regenerate.
9614
9615 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9616 BOOT_CFLAGS, BOOT_LDFLAGS.
9617 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9618 BOOT_CFLAGS, BOOT_LDFLAGS.
9619 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9620 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9621 (stage): Fail if we cannot complete the work.
9622 * Makefile.in: Regenerate.
9623
ab34901f
NS
96242005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9625
9626 * configure.in: Replace ms1 with mt.
9627 * configure: Rebuilt.
9628
cbe82f21
BM
96292005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9630
9631 * MAINTAINERS: Update my email address.
9632
19843472
PB
96332005-12-15 Paolo Bonzini <bonzini@gnu.org>
9634
9635 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9636 install-host-nogcc): Don't invoke $(stage) at the end.
9637 * Makefile.in: Regenerate.
9638
1ca26cd2
PB
96392005-12-14 Paolo Bonzini <bonzini@gnu.org>
9640
9641 * configure.in: Flip the top-level bootstrap switch.
9642 * configure: Regenerate.
9643
f41d6665
DJ
96442005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9645
9646 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9647 $(stage) and $(unstage).
9648 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9649 (all): Remove stray semicolon.
9650 (local-distclean): Don't handle multilib.tmp and multilib.out.
9651 (install.all): Set $s for consistency.
9652 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9653 check_multilibs setting. Always make the install directory.
9654 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9655 Correct @if/@endif.
9656 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9657 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9658 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9659 (multilib.out): Remove.
9660 * Makefile.in: Regenerated.
9661
dce2d8b2 96622005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
9663
9664 * MAINTAINERS (Write After Approval): Add myself.
9665
64f182bd
NS
96662005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9667
121b2cee
NS
9668 * MAINTAINERS: Add myself as mt maintainer.
9669
64f182bd
NS
9670 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9671
a6d63770
AN
96722005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9673
9674 * MAINTAINERS: Change email address.
9675
2abefe3d
PB
96762005-12-05 Paolo Bonzini <bonzini@gnu.org>
9677
9678 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9679 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9680 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9681 Find in-tree tools if available.
9682 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9683 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9684 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9685 (COMPILER_*_FOR_TARGET): New.
9686 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9687 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9688 (CONFIGURED_*, USUAL_*): Remove.
9689 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9690 STRIP): Use autoconf substitutions.
9691 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9692 COMPILER_NM_FOR_TARGET): New.
9693 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9694
9695 (all): Make all-host and all-target in parallel.
9696 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9697 that $$r and $$s are set before invoking a recursive make.
9698 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9699 ([+bootstrap-target+]): Inline most of the `all' target.
9700
2f3bdde7
BE
97012005-11-29 Ben Elliston <bje@au.ibm.com>
9702
9703 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9704 from the gcc build directory.
9705 * Makefile.in: Regenerate.
9706
a4b6c45a
BE
97072005-11-29 Ben Elliston <bje@au.ibm.com>
9708
9709 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9710 depend on all-libdecnumber.
9711 * configure.in (host_libs): Include libdecnumber.
9712 * Makefile.in: Regenerate.
9713 * configure: Likewise.
9714
473a74b9
BE
97152005-11-29 Ben Elliston <bje@au.ibm.com>
9716
9717 * libdecnumber: Import decNumber sources from the dfp-branch.
9718
b4623110
KJ
97192005-11-21 Kean Johnston <jkj@sco.com>
9720
9721 * config.sub, config.guess: Sync from upstream sources.
9722
67dc1785
BE
97232005-11-21 Ben Elliston <bje@au.ibm.com>
9724
9725 Import from Autoconf sources:
9726
9727 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
9728 * config/move-if-change: Don't output "$2 is unchanged";
9729 suggested by Ben Elliston. Handle weird characters correctly.
9730
186abafe
AT
97312005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
9732
9733 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
9734 to match upstream libtool for darwin.
9735
ef9db8d5
DJ
97362005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
9737
9738 * Makefile.def: Remove gdb dependencies for gdbtk.
9739 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
9740 (configure-gdb, install-gdb): New rules.
9741 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
9742 * Makefile.in, configure: Regenerated.
9743
9c5141ab
JB
97442005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
9745
9746 * MAINTAINERS (Write After Approval): Add myself.
9747
4523d51b
EE
97482005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
9749
9750 * MAINTAINERS (Write After Approval): Add myself.
9751
086b011c
DN
97522005-10-24 Diego Novillo <dnovillo@redhat.com>
9753
9754 * MAINTAINERS (alias analysis): Add Daniel Berlin and
9755 Diego Novillo.
9756
e7c84bf8
PB
97572005-10-22 Paolo Bonzini <bonzini@gnu.org>
9758
9759 PR bootstrap/24297
9760 * Makefile.tpl (do-[+make-target+], do-check, install,
9761 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
9762 are set before recursing.
9763 * Makefile.in: Regenerate.
9764
b88a7564
EB
97652005-10-20 Eric Botcazou <ebotcazou@adacore.com>
9766
9767 PR bootstrap/18939
9768 * Makefile.def (gcc) <target>: Fix thinko.
9769 * Makefile.in: Regenerate.
9770
61efc800
BS
97712005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
9772
9773 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
9774 * configure: Regenerate.
9775
f53d2869
JZ
97762005-10-15 Jie Zhang <jie.zhang@analog.com>
9777
9778 * MAINTAINERS (Write After Approval): Add self.
9779
077fc835
KH
97802005-10-08 Kazu Hirata <kazu@codesourcery.com>
9781
9782 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
9783 target-libffi, target-qthreads, target-libjava, and
9784 targetlibobjc.
9785 * configure: Regenerate.
9786
d739199a
DJ
97872005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
9788
9789 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
9790 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
9791 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
9792 (USUAL_OBJDUMP_FOR_TARGET): New.
9793 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
9794 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 9795 * configure, Makefile.in: Regenerated.
d739199a 9796
db38c6bb
PB
97972005-10-05 Paolo Bonzini <bonzini@gnu.org>
9798
9799 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
9800 before other host packages.
9801
3015564c
KK
98022005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
9803
9804 * MAINTAINERS: Add self as sh libraries/configury maintainer.
9805
1061f99e
PB
98062005-10-05 Paolo Bonzini <bonzini@gnu.org>
9807
9808 PR bootstrap/22340
9809
9810 * configure.in (default_target): Remove.
9811 * Makefile.tpl (all): Do not use prerequisites as subroutines
9812 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
9813 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
9814 use prerequisites as subroutines.
9815 (check-host, check-target): New.
9816 (bootstrap configure & all targets): Do not use stage*-start
9817 if the directory layout is already ok.
9818 (non-bootstrap configure & all targets): Prepend a $(unstage).
9819 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
9820 (NOTPARALLEL): Remove.
9821 (unstage, stage variables): New variables.
9822 (unstage, stage targets): Simply expand to those variables.
9823
9824 * configure: Regenerate.
9825 * Makefile.in: Regenerate.
9826
4a9c436f
JW
98272005-10-04 James E Wilson <wilson@specifix.com>
9828
9829 * Makefile.def (lang_env_dependencies): Add libmudflap.
9830 * Makefile.in: Regenerate.
9831
37150080
AS
98322005-10-03 Andreas Schwab <schwab@suse.de>
9833
9834 Backport from libtool CVS:
9835 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
9836
9837 * ltmain.sh: add support for installing into temporary
9838 staging area (e.g. 'make install DESTDIR=...')
9839
39d16468
L
98402005-10-03 H.J. Lu <hongjiu.lu@intel.com>
9841
9842 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
9843 * configure: Regenerated.
9844
72a7ab82
AP
98452005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
9846
9847 * configure: Regenerate with the correct
9848 autoconf version.
9849
6b65a26d
CM
98502005-09-30 Catherine Moore <clm@cm00re.com>
9851
9852 * configure.in (bfin-*-*): New.
9853 * configure: Regenerated.
9854
040b1c5a
GK
98552005-09-28 Geoffrey Keating <geoffk@apple.com>
9856
9857 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
9858 (LIPO_FOR_TARGET): New.
9859 (CONFIGURED_LIPO_FOR_TARGET): New.
9860 (USUAL_LIPO_FOR_TARGET): New.
9861 (STRIP_FOR_TARGET): New.
9862 (CONFIGURED_STRIP_FOR_TARGET): New.
9863 (USUAL_STRIP_FOR_TARGET): New.
9864 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
9865 STRIP_FOR_TARGET.
9866 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
9867 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
9868 * Makefile.in: Regenerate.
9869 * configure: Regenerate.
7e050830 9870
3a3c28db
DE
98712005-09-19 David Edelsohn <edelsohn@gnu.org>
9872
9873 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
9874 (rs6000-*-aix*): Same.
9875 * configure: Regenerate.
9876
2749a921
TT
98772005-09-16 Tom Tromey <tromey@redhat.com>
9878
9879 * MAINTAINERS: Add self as java maintainer.
9880
7f26dfa3
FXC
98812005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9882
9883 * configure.in: Recognize f95 in the --enable-languages option,
9884 and substitute it for fortran, issuing a warning.
9885 * configure: Regenerate.
9886
d8852c4f
PE
98872005-08-30 Phil Edwards <phil@codesourcery.com>
9888
9889 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
9890 * configure: Regenerated.
9891
ad685e81
AH
98922005-08-22 Aldy Hernandez <aldyh@redhat.com>
9893
9894 * MAINTAINERS: Add self as ms1 maintainer.
9895
b00d752c
RE
98962005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
9897
9898 * Makefile.def (libssp): Add to lang_env_dependencies.
9899 * Makefile.in: Regenerate.
9900
9ed8fb9b
ILT
99012005-08-18 Ian Lance Taylor <ian@airs.com>
9902
9903 * MAINTAINERS: Add myself as middle-end maintainer.
9904
0f029d39
CG
99052005-08-17 Christian Groessler <chris@groessler.org>
9906
9907 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
9908 * Makefile.in: Regenerate.
9909
81087874
AK
99102005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
9911
9912 * MAINTAINERS (write after approval): Added myself.
9913
6a134f1c
MR
99142005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
9915
9916 * MAINTAINERS (Write After Approval): Add myself.
9917
2693c0b0
PB
99182005-08-12 Paolo Bonzini <bonzini@gnu.org>
9919
9920 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
9921 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
9922 Look for alternate names of the target cc and c++
9923 * configure: Regenerate.
9924
4de997d1
PB
99252005-08-08 Paolo Bonzini <bonzini@gnu.org>
9926
9927 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9928 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
9929 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
9930 tools; remove code to manually set them.
9931 (Target tools): Look in the environment for them.
9932 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
9933 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
9934 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
9935 build directory.
9936 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
9937 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
9938 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
9939 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
9940 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
9941 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
9942 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
9943 * configure: Regenerate.
9944 * Makefile.in: Regenerate.
9945
b089e33a
BE
99462005-07-28 Ben Elliston <bje@au.ibm.com>
9947
9948 * MAINTAINERS: Update for removed CPU targets.
9949
e3791243
MM
99502005-07-27 Mark Mitchell <mark@codesourcery.com>
9951
9952 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 9953 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
9954 * Makefile.in: Regenerated.
9955
526635cb
MM
99562005-07-26 Mark Mitchell <mark@codesourcery.com>
9957
9958 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
9959 (CFLAGS_FOR_TARGET): Use it.
9960 (CXXFLAGS_FOR_TARGET): Likewise.
9961 * Makefile.in: Regenerated.
9962 * configure.in (--with-build-sysroot): New option.
9963 * configure: Regenerated.
9964
19791f70
PB
99652005-07-24 Paolo Bonzini <bonzini@gnu.org>
9966
9967 * Makefile.tpl: Wrap install between unstage and stage
9968 * Makefile.in: Regenerate.
9969
35f5a23f
EC
99702005-07-21 Eric Christopher <echristo@apple.com>
9971
9972 * MAINTAINERS: Update affiliation.
9973
ff3ddf15
PW
99742005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
9975
9976 * MAINTAINERS: Add self as crx port maintainer.
9977
3a664c1c
DD
99782005-07-20 DJ Delorie <dj@redhat.com>
9979
9980 * MAINTAINERS: Add self as m32c maintainer.
9981
539df155
KC
99822005-07-16 Kelley Cook <kcook@gcc.gnu.org>
9983
9984 * all files: Update FSF address.
9985
be9c593a
EC
99862005-07-15 Eric Christopher <echristo@redhat.com>
9987
9988 * MAINTAINERS: Change affiliation.
9989
fd7ea4ab
JB
99902005-07-14 Jim Blandy <jimb@redhat.com>
9991
9992 * configure.in: Add cases for Renesas m32c.
9993 * configure: Regenerated.
7e050830 9994
0063a823
KC
99952005-07-14 Kelley Cook <kcook@gcc.gnu.org>
9996
d0ca130a
KC
9997 * COPYING.LIB: Update from fsf.org.
9998
99992005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10000
10001 * COPYING, compile, config.guess,
0063a823
KC
10002 config.sub, install-sh, missing, mkinstalldirs,
10003 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 10004 * config-ml.in: Update FSF address.
0063a823 10005
a8ba31f2
EC
100062005-07-13 Eric Christopher <echristo@redhat.com>
10007
10008 * configure.in: Add toplevel noconfigdir support for tpf.
10009 * configure: Regenerate.
10010
5bea4a03
PB
100112005-07-11 Paolo Bonzini <bonzini@gnu.org>
10012
10013 PR ada/22340
10014
10015 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10016 * Makefile.in: Regenerate.
10017
284bdbbd
MM
100182005-07-07 Mark Mitchell <mark@codesourcery.com>
10019
10020 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 10021 Brolley to write-after-approval.
284bdbbd 10022
452190fb
AS
100232005-07-07 Andreas Schwab <schwab@suse.de>
10024
10025 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10026 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10027 * Makefile.in: Regenerated.
10028
9c8f9ec2
GK
100292005-07-06 Geoffrey Keating <geoffk@apple.com>
10030
10031 * configure.in: Don't build sim or rda when targetting darwin.
10032 * configure: Regenerate.
10033
ef0087a7
KH
100342005-07-06 Kazu Hirata <kazu@codesourcery.com>
10035
10036 * configure.in: Add --enable-libssp and --disable-libssp.
10037 * configure: Regenerate with autoconf-2.13.
10038
77008252
JJ
100392005-07-02 Jakub Jelinek <jakub@redhat.com>
10040
10041 * Makefile.def (target_modules): Add libssp.
10042 * configure.in (target_libraries): Add target-libssp.
10043 * configure: Rebuilt.
10044 * Makefile.in: Rebuilt.
10045
a04eae1b
ZW
100462005-07-01 Zack Weinberg <zackw@panix.com>
10047
10048 * MAINTAINERS: Change email address. Resign from maintainership.
10049
948884cd
RG
100502005-07-01 Richard Guenther <rguenther@suse.de>
10051
10052 * MAINTAINERS: Change my e-mail address and affiliation.
10053
c7870f5d
PB
100542005-06-22 Paolo Bonzini <bonzini@gnu.org>
10055
10056 * Makefile.def (stagefeedback): Come after profile.
10057 Define profiledbootstrap target.
10058 * Makefile.tpl (profiledbootstrap): Remove.
10059 (stageprofile-end): Zap stagefeedback.
10060 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10061 * Makefile.in: Regenerate.
10062
ab99519a
RS
100632005-06-13 Richard Sandiford <richard@codesourcery.com>
10064
10065 * MAINTAINERS: Update my email address.
10066
f610dd5f
ZW
100672005-06-13 Zack Weinberg <zack@codesourcery.com>
10068
10069 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10070 In 'cpp' stanza, support '#line' as well as '# '.
10071
71bc2a83
AS
100722005-06-08 Andreas Schwab <schwab@suse.de>
10073
10074 * MAINTAINERS: Move myself from 'Write After Approval' to
10075 'CPU Port Maintainers' section as m68k maintainer.
10076
4fab7234
HPN
100772005-06-07 Hans-Peter Nilsson <hp@axis.com>
10078
10079 * configure.in (unsupported_languages): New macro.
10080 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10081 non-ported target libraries in noconfigdirs.
10082 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10083 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 10084 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
10085 unsupported_languages.
10086 * configure: Regenerate.
10087
68193f9b
TS
100882005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10089
10090 * configure.in: Fix typo in handling of --with-mpfr-dir.
10091 * configure: Regenerate.
10092
f26f6b8d
RS
100932005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10094
10095 * MAINTAINERS: Update my email address.
10096
ba4853f8
JB
100972005-06-02 Jim Blandy <jimb@redhat.com>
10098
10099 * config.sub: Add cases for the Renesas m32c. (This patch has been
10100 accepted into the master sources.)
10101
79dd769c 101022005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
10103 Michael Snyder <msnyder@redhat.com>
10104 Stan Cox <scox@redhat.com>
79dd769c 10105
f610dd5f 10106 * configure.in: Set noconfigdirs for ms1.
79dd769c 10107
f610dd5f 10108 * configure: Regenerate.
79dd769c 10109
d29e107f
JD
101102005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10111
10112 * MAINTAINERS (Write After Approval): Add self.
10113
e93196c3
JC
101142005-06-01 Josh Conner <jconner@apple.com>
10115
10116 * MAINTAINERS (Write After Approval): Add self.
10117
ae263c7a
KH
101182005-06-01 Kazu Hirata <kazu@codesourcery.com>
10119
10120 * MAINTAINERS: Update my email address.
10121
585b3aa3
ZM
101222005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10123
10124 * MAINTAINERS (Write After Approval): Add self.
10125
4930c50b
CD
101262005-05-26 Chris Demetriou <cgd@broadcom.com>
10127
10128 * MAINTAINERS (Write After Approval): Remove self.
10129
2dfbef6d
PB
101302005-05-25 Paolo Bonzini <bonzini@gnu.org>
10131
10132 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10133 (Dependencies): Consider target modules for bootstrap dependencies.
10134 Make target bootstrap modules depend on each stage's gcc.
10135 * Makefile.in: Regenerate.
10136
bcb28cf5
PB
101372005-05-20 Paolo Bonzini <bonzini@gnu.org>
10138
10139 * Makefile.def (configure-gcc): Depend on binutils having been built.
10140 (all-gcc): No need to do it here.
10141 * Makefile.in: Regenerate.
10142
0cf085e4
PB
101432005-05-19 Paul Brook <paul@codesourcery.com>
10144
f610dd5f 10145 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
10146 language cannot be built.
10147 * configure: Regenerate.
10148
dfb2c39a
DJ
101492005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10150
10151 * ylwrap: Import from Automake 1.9.5.
10152
771aaa92
DU
101532005-05-13 David Ung <davidu@mips.com>
10154
10155 * MAINTAINERS (Write After Approval): Add self.
10156
3ac9bd58
MS
101572005-05-09 Mike Stump <mrs@apple.com>
10158
10159 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10160 lt_cv_sys_max_cmd_len for now.
f610dd5f 10161
f77a5578
SC
101622005-05-09 Stan Cox <scox@redhat.com>
10163
10164 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10165
795e36e5
MK
101662005-05-08 Matt Kraai <kraai@ftbfs.org>
10167
10168 * README.SCO: Update the URL.
10169
c9392a2b
DE
101702005-05-05 David Edelsohn <edelsohn@gnu.org>
10171
10172 * ltconfig: Define file_list_spec. Pass file_list_spec and
10173 with_gnu_ld to libtool.
10174 * ltcf-c.sh (aix[45]): Define file_list_spec.
10175 * ltcf-cxx.sh (aix[45]): Same.
10176 * ltcf-gcj.sh (aix[45]): Same.
10177 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10178 exists, write list of input files to temporary file.
10179
bebcd931
MS
101802005-05-04 Mike Stump <mrs@apple.com>
10181
10182 * configure.in: Always pass --target to target configures as
10183 otherwise rebuilds that do --recheck will fail.
10184 * confiugure: Rebuilt.
10185
ce406537
PB
101862005-05-04 Paolo Bonzini <bonzini@gnu.org>
10187
10188 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10189 STAGE_HOST_EXPORTS.
10190 (configure, all): Add bootstrap support.
10191 (Host modules, target modules): Pass post-stage1 flags and exports.
10192 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10193 * Makefile.in: Regenerate.
10194
aa9dcfc4
PB
101952005-04-29 Paolo Bonzini <bonzini@gnu.org>
10196
10197 * configure: Regenerate.
10198
b6f9abcf
MS
101992005-04-27 Mike Stump <mrs@apple.com>
10200
10201 * MAINTAINERS: Add self as darwin maintainer.
10202
acb217cb
BS
102032005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10204
10205 * config.sub: Update from master copy.
10206
b6dae270
MS
102072005-04-21 Mike Stump <mrs@apple.com>
10208
10209 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10210 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10211
c2e0d3a9
HPN
102122005-04-19 Hans-Peter Nilsson <hp@axis.com>
10213
10214 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10215 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10216 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10217 "*-*-elf" and "*-*-linux*".
10218 * configure: Regenerate.
10219
871ae772
JM
102202005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10221
10222 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10223
bf070c29
MS
102242005-04-12 Mike Stump <mrs@apple.com>
10225
10226 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10227
e865b6f7
TK
102282005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10229
10230 * MAINTAINERS (Write After Approval): Add myself.
10231
7b71ad7f
BS
102322005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10233
10234 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10235
25b42232
PB
102362005-04-06 Paolo Bonzini <bonzini@gnu.org>
10237
f610dd5f 10238 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
10239 (TARGET_CONFIGARGS): Include --with-target-subdir.
10240 (configure, all): New macros. Use them throughout.
10241 * Makefile.in: Regenerate.
10242
d727c624
JG
102432005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10244
10245 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 10246
fff72cc4
ZD
102472005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10248
10249 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10250
86472dc3
GP
102512005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10252
10253 * MAINTAINERS: Move John Carr to Write After Approval.
10254
dce2d8b2 102552005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
10256
10257 * config/mh-mingw32: Delete.
10258 * configure.in: Don't use it.
10259 * configure: Regenerate.
10260
33da42bc
PB
102612005-03-31 Paolo Bonzini <bonzini@gnu.org>
10262
10263 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10264 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 10265 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
10266 (HOST_LIB_PATH): Generate from Makefile.def.
10267 (TARGET_LIB_PATH): Likewise.
10268 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10269 * Makefile.in: Regenerate.
10270 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10271 (RPATH_ENVVAR): Include Darwin case.
10272 * configure: Regenerate.
10273
15cc1841
TF
102742005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10275
10276 * MAINTAINERS (Various Maintainers): Remove self.
10277 (Write After Approval): Add self.
10278
6a8c79d5
TF
102792005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10280
10281 * MAINTAINERS (Various Maintainers): Add self.
10282
256f7136
PB
102832005-03-25 Paolo Bonzini <bonzini@gnu.org>
10284
10285 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10286 * configure: Regenerate.
10287
191dd2c9
ZW
102882005-03-21 Zack Weinberg <zack@codesourcery.com>
10289
10290 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10291 gcc_version, and gcc_version_trigger from set of flags to pass.
10292 * Makefile.tpl: Remove definitions of above variables.
10293 (config.status): Remove dependency on $(gcc_version_trigger).
10294 * Makefile.in: Regenerate.
10295 * configure.in: Do not reference config/gcc-version.m4 nor
10296 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10297 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10298 * configure: Regenerate.
10299
ef6e9bc0 103002005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 10301 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
10302
10303 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10304 * Makefile.in: Regenerate.
10305
009bbd5a
FW
103062005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10307
10308 * MAINTAINERS (Write After Approval): Add myself.
10309
09f8755b
DA
103102005-03-03 David Ayers <d.ayers@inode.at>
10311
10312 * MAINTAINERS (Write After Approval): Add myself.
10313
e73ed25c
AO
103142005-03-01 Alexandre Oliva <aoliva@redhat.com>
10315
10316 PR libgcj/20160
10317 * ltmain.sh: Avoid creating archives with components that have
10318 duplicate basenames.
10319
ace9ac7b
AP
103202005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10321
10322 PR bootstrap/20250
10323 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10324 instead of check.
10325 * Makefile.in: Regenerate.
10326
c9db9354
PB
103272005-02-28 Paolo Bonzini <bonzini@gnu.org>
10328
10329 * Makefile.in: Regenerate to fix conflict between the previous two
10330 patches.
10331
215c351a
PB
103322005-02-28 Paolo Bonzini <bonzini@gnu.org>
10333
10334 PR bootstrap/17383
10335 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10336 * Makefile.tpl (HOST_SUBDIR): New substitution.
10337 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10338 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10339 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10340 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10341 (Host modules, Bootstrapped modules): Use it.
10342 (Build modules, Target modules): Do not create symlink trees,
10343 always configure out-of-srcdir.
10344 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10345 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10346 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10347 $(HOST_SUBDIR). Create a symlink for host_subdir.
10348
10349 * Makefile.in: Regenerate.
10350 * configure: Regenerate.
10351
5395b47b
NN
103522005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10353
10354 Merged from libada-gnattools-branch:
10355 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10356
10357 * gnattools: New directory.
10358 * Makefile.def: Add gnattools as a module, depending on target-libada.
10359 * Makefile.in: Regenerate.
10360 * configure.in: Include gnattools in host_tools; disable it if ada
10361 is disabled.
10362 * configure: Regenerate.
10363
ca2cc05c
JM
103642005-02-24 James A. Morrison <phython@gcc.gnu.org>
10365
10366 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10367 treelang maintainer.
10368 (Write After Approval): Remove myself.
10369
d2f3024f
PS
103702005-02-23 Paul Schlie <schlie@comcast.net>
10371
10372 * configure.in: Allow darwin targeted ports to build tk, itcl and
10373 libgui.
10374 * configure: Regenerate.
10375
bba5e0ca
EB
103762005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10377
10378 PR libgcj/10353
10379 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10380 * configure: Regenerate.
10381
70132ce7
SK
103822005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10383
10384 * MAINTAINERS (Write After Approval): Add myself.
10385
20f0edca
ILT
103862005-02-10 Ian Lance Taylor <ian@airs.com>
10387
10388 * MAINTAINERS: Update my e-mail address.
10389
e64e5109
RG
103902005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10391
10392 * MAINTAINERS (Write After Approval): Add myself.
10393
40d64b5a
HPN
103942005-01-29 Hans-Peter Nilsson <hp@axis.com>
10395
10396 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10397 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10398 target-libgloss when not *-*-elf and *-*-aout.
10399 * configure: Regenerate.
10400
54a12711
KH
104012005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10402
10403 * MAINTAINERS: Remove obsolete entries.
10404
0aa99dbb
KH
10405 * MAINTAINERS (Write After Approval): Add Michael Matz.
10406
2b009f5f
NB
104072005-01-19 Neil Booth <neil@daikokuya.co.uk>
10408
10409 * MAINTAINERS: Remove self as cpplib maintainer.
10410
385870f5
KC
104112005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10412
10413 * install-sh, config.sub: Import from upstream.
10414
e7daab31
KC
104152005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10416
10417 PR bootstrap/18222
10418 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10419 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10420 * Makefile.in: Regenerate.
10421
e6003f4d
JT
104222005-01-16 Jason Thorpe <thorpej@netbsd.org>
10423
10424 * MAINTAINERS: Update my email address.
10425
145e2972 104262005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 10427 Andreas Schwab <schwab@suse.de>
145e2972
DE
10428
10429 PR bootstrap/18033
10430 * config-ml.in: Eval option if surrounded by single quotes.
10431
86c7e0da
PB
104322005-01-03 Paolo Bonzini <bonzini@gnu.org>
10433
10434 Revert 2004-12-28 Makefile changes, a better fix will be
10435 applied to mainline and src after GCC 4.0 branches.
10436
3224a22f
PB
104372004-12-28 Paolo Bonzini <bonzini@gnu.org>
10438
10439 PR bootstrap/17383
10440
10441 * Makefile.def (target_modules): Remove stage parameter,
10442 it is always true now.
10443 * Makefile.tpl (configure-build-[+module+],
10444 configure-target-[+module+]): Always build symlink tree
10445 for the directory and for include. BUILD_SUBDIR and
10446 TARGET_SUBDIR cannot be . anymore.
10447 * Makefile.in: Regenerate.
10448
aaf51ca2
DE
104492004-12-25 David Edelsohn <edelsohn@gnu.org>
10450
10451 Revert 2004-12-08 Makefile changes.
10452
4e32e454
DS
104532004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10454
10455 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10456 cygwin, mingw.
10457
669f01d8
AS
104582004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10459
10460 * configure.in (sh64-*-*): Reenable gprof.
10461 * configure: Regenerate.
10462
1b227ee0
DE
104632004-12-08 David Edelsohn <edelsohn@gnu.org>
10464
10465 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10466 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10467 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10468 * Makefile.in: Regenerate.
10469
ce5e944c
CF
104702004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10471
10472 * MAINTAINERS: Update my email address.
10473
893f1e87
MK
104742004-12-07 Matt Kraai <kraai@ftbfs.org>
10475
10476 * Makefile.tpl: Generate normal dependencies if the LHS module is
10477 not bootstrapped.
10478 * Makefile.in: Regenerate.
10479
bb59c339
RS
104802004-12-03 Richard Sandiford <rsandifo@redhat.com>
10481
10482 * configure.in: Include config/gxx-include-dir.m4. Use
10483 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10484 * configure: Regenerate.
10485
4982adbe
RS
104862004-12-03 Richard Sandiford <rsandifo@redhat.com>
10487
10488 * config.if: Delete.
10489 * configure.in: Set libstdcxx_incdir directly.
10490 * configure: Regenerate.
10491
05750653
EC
104922004-12-02 Eric Christopher <echristo@redhat.com>
10493
10494 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10495 * Makefile.in: Regenerate.
10496
5fef1dbd
RS
104972004-12-02 Richard Sandiford <rsandifo@redhat.com>
10498
10499 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10500 * configure: Regenerate.
10501
afabd8e6
RS
105022004-12-02 Richard Sandiford <rsandifo@redhat.com>
10503
10504 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10505 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10506 * configure: Regenerate.
10507
78716e86
EC
105082004-12-01 Eric Christopher <echristo@redhat.com>
10509
10510 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10511 of things to remove.
10512
57ab8ba9
MK
105132004-11-29 Matt Kraai <kraai@ftbfs.org>
10514
10515 * MAINTAINERS (Write After Approval): Update my e-mail address.
10516
2539bffe
KC
105172004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10518
10519 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10520 from CVS libtool to always pass_all.
10521
3e732ba0
JDA
105222004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10523
10524 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10525 (hppa*64*-*-*): Delete incorrect comment.
10526 * configure: Rebuilt.
10527
767f726e
KC
105282004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10529
10530 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10531
2c92e90f
KC
105322004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10533
10534 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10535 from CVS libtool to always pass_all.
10536
32f84e48
KC
105372004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10538
10539 * install-sh, compile: Import from automake.
10540
9587be8a
KC
105412004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10542
10543 * config.guess, config.sub: Import from savannnah.
10544
04e81808 105452004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
10546
10547 * MAINTAINERS (Write After Approval): Add myself
10548
f87a2b2e
MS
105492004-11-12 Mike Stump <mrs@apple.com>
10550
10551 * Makefile.def: Add html support.
10552 * Makefile.tpl: Likewise.
10553 * Makefile.in: Regenerate.
10554
848556c2
GK
105552004-11-11 Geoffrey Keating <geoffk@apple.com>
10556
556f03c4
GK
10557 PR 18423
10558 * configure.in: Remove all instances of build-fixincludes from
10559 noconfigdirs.
10560 (build_configargs): Supply --target to subdirectories.
10561 * configure: Regenerate.
10562
848556c2
GK
10563 * Makefile.def: Make gcc install depend on fixincludes install.
10564 * Makefile.in: Regenerate.
10565
9e5712a5
JJ
105662004-11-10 Janis Johnson <janis187@us.ibm.com>
10567
10568 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10569
4ef509c0
PB
105702004-11-11 Paul Brook <paul@codesourcery.com>
10571
10572 * MAINTAINERS: Add self as arm maintainer. Update email address.
10573
20d11df6
HPN
105742004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10575
10576 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10577 target-libgfortran.
79fd8592 10578 * configure: Regenerate.
20d11df6 10579
68c70f15
DE
105802004-11-07 David Edelsohn <edelsohn@gnu.org>
10581
10582 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10583 like CC.
10584
54f88091
PB
105852004-11-05 Paolo Bonzini <bonzini@gnu.org>
10586
10587 * Makefile.def (host fixincludes): Specify missing targets.
10588 * Makefile.in: Regenerate.
10589
6866abb8
RC
105902004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10591
10592 * MAINTAINERS: Add myself
10593
83f62578
GL
105942004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10595
10596 * MAINTAINERS (Write After Approval): Add myself.
10597
53c7ffe7
GK
105982004-11-04 Geoffrey Keating <geoffk@apple.com>
10599
10600 * Makefile.def: Build fixincludes for the host, too.
10601 * Makefile.in: Regenerate.
10602 * configure.in (host_tools): Add fixincludes.
10603 * configure: Regenerate.
10604
ac8b3d9d
DJ
106052004-11-04 Daniel Jacobowitz <dan@debian.org>
10606
10607 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10608 * configure: Regenerated.
10609
bab37580
L
106102004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10611
10612 PR other/17783
10613 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10614 * configure: Regenerated.
10615
db1de713
MM
106162004-10-31 Mark Mitchell <mark@codesourcery.com>
10617
10618 * README.SCO: Update per FSF instructions.
10619
a827e21a
EW
106202004-10-28 Eric B. Weddington <ericw@evcohs.com>
10621
10622 PR target/18151
10623 * configure.in (case ${target}): Do not build fixincludes for avr.
10624 * configure: Regenerated.
10625
9d069a4f
PB
106262004-10-26 Paolo Bonzini <bonzini@gnu.org>
10627
10628 * configure.in (case ${target}): Do not build fixincludes
10629 on platforms where it is not used.
10630 * configure: Regenerated.
10631
fc45f3fe
DJ
106322004-10-23 Daniel Jacobowitz <dan@debian.org>
10633
10634 * configure.in: Use an absolute path to install-sh.
10635 * configure: Regenerated.
10636
36554b92
AL
106372004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10638
10639 * MAINTAINERS (Write After Approval): Add myself.
10640
88e9994a
KH
106412004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10642
10643 * MAINTAINERS: Remove from Write After Approval those that are
10644 already maintainers.
10645
ad02a944
SP
106462004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10647
10648 * MAINTAINERS: Update my email address.
10649
c8e6cd41
KC
106502004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10651
10652 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10653 * configure: Regenerate.
10654
dce2d8b2 106552004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
10656
10657 * MAINTAINERS: Update my email address.
10658
a8b0957e
KH
106592004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10660
10661 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10662 entries belonging to this category.
10663
96836f61
JZ
106642004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10665
10666 * MAINTAINERS: Update my e-mail address.
10667
7e0b5752
PB
106682004-10-06 Paolo Bonzini <bonzini@gnu.org>
10669
10670 Fix wrong conflict resolution in:
10671
10672 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10673
10674 * Makefile.in: Regenerate.
10675 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10676 in the recursive `make', instead of hardwiring `all'.
10677 (Autogenerated TARGET-* variables): New.
10678
370f7a47
TL
106792004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10680
10681 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 10682 * configure: Regenerate.
370f7a47 10683
13e5d623
KH
106842004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10685
10686 * MAINTAINERS (Various Maintainers): Move the "windows,
10687 cygwin, mingw" maintainer to ...
10688 (OS Port Maintainers): ... here.
10689
a6497c1b
KH
106902004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10691
10692 * MAINTAINERS (Write After Approval): Remove those that are
10693 maintainers of some subsystem.
10694
1abb828a
D
106952004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10696
10697 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10698 * ltcf-cxx.sh (tpf*): Likewise.
10699 * ltconfig (tpf*): Add TPF OS configuration support.
10700
16d1338d
BS
107012004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10702
10703 * MAINTAINERS: Change my email address to my new work account.
10704
9082a750
MR
107052004-09-24 Michael Roth <mroth@nessie.de>
10706
10707 * configure.in (--without-headers): Add missing double quotes.
10708 * configure: Regenerate.
10709
dce2d8b2 107102004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
10711
10712 * ylwrap: Revert to previous version.
10713
4c4a5bbc
L
107142004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10715
10716 PR bootstrap/17369
10717 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10718 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10719 SET_GCC_LIB_PATH_CMD.
10720 (BASE_TARGET_EXPORTS): Likewise.
10721 * Makefile.in: Regenerated.
10722
10723 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
10724 * configure: Regenerated.
10725
85f59630
KC
107262004-09-23 Kelley Cook <kcook@gcc.gnu.org>
10727
10728 * config.guess: New upstream version
10729 * compile, depcomp, install-sh, ylwrap: Likewise.
10730
95c53c62
RS
107312004-09-19 Roger Sayle <roger@eyesopen.com>
10732
10733 * config/mh-x86omitfp: New host makefile fragment. Add
10734 -fomit-frame-pointer to the default BOOT_CFLAGS.
10735 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
10736 * configure: Regenerate.
10737
0a1c093b
AP
107382004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
10739
10740 PR target/11572
10741 * configure.in (*-*-darwin*): Renable libobjc.
10742 * configure: Regenerate.
10743
315fcf97
NS
107442004-09-10 Nathan Sidwell <nathan@codesourcery.com>
10745
10746 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
10747
0a050485 107482004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 10749
0a050485
DB
10750 * Makefile.def: Remove libbanshee.
10751 * Makefile.tpl: Ditto.
10752 * configure.in: Ditto.
10753 * Makefile.in: Regen.
10754 * configure: Ditto.
10755
5f4a098e
DE
107562004-09-08 David Edelsohn <edelsohn@gnu.org>
10757
10758 * ltmain.sh: Use $pic_object as $non_pic_object if
10759 $non_pic_object=none.
10760
32b2511f
PB
107612004-09-07 Paolo Bonzini <bonzini@gnu.org>
10762
10763 * missing: Import latest version from master repository.
10764
fc4d0e82
NC
107652004-09-06 Nick Clifton <nickc@redhat.com>
10766
10767 * config.sub: Import latest version from master repository.
10768 * config.guess: Likewise.
10769 This includes these changes:
78716e86 10770
fc4d0e82
NC
10771 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
10772
10773 * config.sub: Handle crisv32, alias etraxfs.
10774 * config.guess (crisv32:Linux:*:*): Handle.
10775
10776 2004-08-13 Brad Smith <brad@comstyle.com>
10777
10778 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
10779 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
10780
10781 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
10782
10783 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
10784 assume the processor is a powerpc. This is because coreutils
10785 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
10786 in this case, due to a MacOS X bug that causes
10787 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
10788 to return a negative number.
10789 Problem reported by Petter Reinholdtsen in:
10790 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
10791
10792 2004-07-19 Ben Elliston <bje@gnu.org>
10793
10794 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
10795
10796 2004-06-24 Ben Elliston <bje@gnu.org>
10797
10798 * config.guess: Update copyright years.
10799 * config.sub: Likewise.
10800
10801 2004-06-22 Robert Millan <robertmh@gnu.org>
10802
10803 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
10804 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
10805
10806 2004-06-22 Stanley F. Quayle <stan@stanq.com>
10807
10808 * config.guess (*:*VMS:*:*): New entry. Replaces
10809 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
10810 manufacturer.
10811
10812 2004-06-22 Ben Elliston <bje@gnu.org>
10813
10814 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
10815 * config.sub: Likewise.
10816
10817 2004-06-22 Ben Elliston <bje@gnu.org>
10818
10819 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
10820 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
10821
10822 2004-06-11 Ben Elliston <bje@gnu.org>
10823
10824 * config.guess (pegasos:OpenBSD:*:*): Remove.
10825
10826 2004-06-11 Ben Elliston <bje@gnu.org>
10827
10828 From Wouter Verhelst <wouter@grep.be>:
10829 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
10830
10831 2004-06-11 Ben Elliston <bje@gnu.org>
10832
10833 * config.guess (luna88k:OpenBSD:*:*): New.
10834
10835 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
10836
10837 * config.guess (m32r*:Linux:*:*): New case.
10838 * config.sub: Handle m32rle.
10839
10840 2004-03-12 Ben Elliston <bje@wasabisystems.com>
10841
10842 From Jens Petersen <petersen@redhat.com>:
10843 * config.sub: Handle sparcv8.
10844
10845 2004-03-03 Ben Elliston <bje@wasabisystems.com>
10846
10847 From Tom Smith <smith@cag.lkg.hp.com>:
10848 * config.guess: Version suffixes are equally significant on Tru64
10849 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
10850 prefix of "P" (patched kernel).
10851
10852 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
10853
10854 * config.sub: Add support for National Semiconductor CRX target.
10855
2f4cc6bf
JJ
108562004-09-03 Janis Johnson <janis187@us.ibm.com>
10857
10858 * MAINTAINERS (Various Maintainers): Remove myself as web page
10859 maintainer, add myself as maintainer of build status lists.
10860
61fec9ff
JB
108612004-09-03 Jan Beulich <jbeulich@novell.com>
10862
10863 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
10864 *-*-netware, but add target-libmudflap.
10865 Consolidate *-*-netware targets (of which really only i?86 exists)
10866 into a single entry.
10867 * configure: Likewise.
10868
45f366ab
PB
108692004-09-01 Paolo Bonzini <bonzini@gnu.org>
10870
10871 * Makefile.tpl (sorry): Remove.
10872 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
10873 (cleanstrap targets): Depend on distclean, not distclean-stage1.
10874 (do-clean): Clean per-stage directories too.
10875 (do-distclean): Run distclean-stage1 too.
10876 (.NOTPARALLEL): Enable during toplevel bootstrap.
10877 (stage[+id+]-bubble): Enable parallel execution during
10878 the recursive invocation.
10879 * Makefile.in: Regenerate.
10880
10881 Fix previous checkin:
10882
10883 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
10884 include.
10885 * configure.in: Fix indentation.
10886 * configure: Regenerate.
10887
dce2d8b2 108882004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 10889
45f366ab
PB
10890 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
10891 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
10892 * configure: regenerate
78716e86 10893 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 10894 -mdynamic-no-pic
be8fff81 10895
71b5d516
PB
108962004-08-31 Paolo Bonzini <bonzini@gnu.org>
10897
10898 * Makefile.def (build_modules): Add fixincludes.
10899 (dependencies): Make gcc depend on fixincludes.
10900 * configure.in (build_tools): Add fixincludes.
10901 (build_configdirs): Always include build_libs.
10902 * Makefile.in: Regenerate.
10903 * configure: Regenerate.
10904
109052004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
10906
10907 * Makefile.def (bootstrap stages): Add 'lean' parameter.
10908 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
10909 phony targets; do not generate timestamp files.
10910 (distclean-stageN): Remove references to their timestamp files.
10911 (restageN, touch-stageN): Remove.
10912 (stageN-bubble): Rewritten.
10913 (compare): Support lean bootstraps.
10914 * Makefile.in: Regenerate.
10915
10916 * configure.in: Only warn when bootstrapping but
10917 build != host or build != target. Support lean bootstraps.
10918 * configure: Regenerate.
10919
ce7cbbb0
PE
109202004-08-26 Phil Edwards <phil@codesourcery.com>
10921
10922 * configure.in: Give a better error message if GMP/MPFR are missing
10923 and a language needing them has been requested.
10924 * configure: Regenerated.
10925
9c71a529
PE
109262004-08-25 Phil Edwards <phil@codesourcery.com>
10927
10928 * configure.in: Print a list of available language front-ends if
10929 a requested one is missing. Tidy stray tab characters.
10930 * configure: Regenerated.
10931
e3f92d3b
MK
109322004-08-19 Michael Koch <konqueror@gmx.de>
10933
10934 * gcc/doc/install.texi: Update entry about automake for libjava.
10935
c3f84f61
RM
109362004-08-17 Robert Millan <robertmh@gnu.org>
10937
10938 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
10939 (instead of FreeBSD).
10940 * configure: Regenerate.
10941
7c27e184
PB
109422004-08-16 Paolo Bonzini <bonzini@gnu.org>
10943
10944 * Makefile.in: Regenerate.
10945 * configure: Regenerate.
10946
10947 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
10948 stage_*_flags.
10949 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
10950 for bootstrapped modules if toplevel bootstrap is going.
10951 (GCC bootstrap): Generate per-stage targets for all bootstrapped
10952 modules. Adjust for changes in Makefile.def. Enable several
10953 rules even in non-bootstrap mode, just to avoid peppering the
10954 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
10955 (stage-[+prev+]-bubble): Remove.
10956
10957 * Makefile.def (Dependencies): Depend on all-build-bison,
10958 all-build-flex, all-build-byacc, all-build-texinfo, rather
10959 than the host variations.
10960 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
10961 with BUILD_SUBDIR.
10962 (BISON): Update for recent Bisons.
10963 (YACC): Fix typo.
10964 (cross): Depend on all-build.
10965 (all): Do not depend on all-build.
10966 (prebootstrap): Remove.
10967 (dep-kind): Accept separate prefixes for MODULE and ON variables.
10968 (Prebootstrap dependencies): Add them to the per-stage targets
10969 and to all-prebootstrap.
10970 * configure.in (build_configdirs): Always enable build_tools.
10971 (BUILD_DIR_PREFIX): Remove.
10972
10973 * Makefile.def (gcc): Add target variable.
10974 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
10975 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10976 in the recursive `make', instead of hardwiring `all'.
10977 (Autogenerated TARGET-* variables): New.
10978
20f3bb80
BB
109792004-08-13 Brian Booth <bbooth@redhat.com>
10980
10981 * MAINTAINERS: Remove myself from write-after-approval.
10982
b5be499d
NN
109832004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
10984
10985 * src-release: Stop distributing mmalloc with gdb (which doesn't
10986 use it).
10987 * Makefile.def: GDB doesn't depend on mmalloc anymore.
10988 * Makefile.in: Regenerate.
10989
b3f8d95d
MM
109902004-08-09 Mark Mitchell <mark@codesourcery.com>
10991
10992 * configure.in (arm*-*-eabi*): New target.
10993 * configure: Regenerate.
10994
3589b69e
PB
109952004-08-06 Paolo Bonzini <bonzini@gnu.org>
10996
10997 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
10998 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
10999 (Dependencies): New section.
11000 * Makefile.tpl (Dependencies): Generate from Makefile.def.
11001 (configure-target-[+module+]): Depend on maybe-all-gcc
11002 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
11003 (toplevel profiledbootstrap): Fix dependencies.
11004 * Makefile.in: Regenerate.
11005
972974fc
MM
110062004-08-03 Mark Mitchell <mark@codesourcery.com>
11007
11008 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11009 target-libiberty to noconfigdirs.
11010 * configure: Regenerate.
11011
bebf829d
PB
110122004-08-03 Paul Brook <paul@codesourcery.com>
11013
11014 * configure.in: Check for MPFR as well as GMP.
11015 * configure: Regenerate.
11016
98a5bb3b
RM
110172004-08-01 Robert Millan <robertmh@gnu.org>
11018
11019 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11020 libmudflap for all GNU-based systems (with Glibc).
11021 * configure: Regenerate.
11022
dce2d8b2 110232004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
11024
11025 * Makefile.def (host-modules): Add gcc.
11026 * Makefile.in: Regenerate.
11027 * Makefile.tpl (sorry): New rule.
11028 (configure-host, all-host, [+make_target+]-host, do-check,
11029 install-host): Do not add gcc as a special case.
11030 (host modules): Add a small special-casing for gcc. Export
11031 extra_make_flags through the environment.
11032 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11033 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11034 other recursive targets for gcc): Remove.
11035
11036 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11037 (stage, unstage): New rules.
11038 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11039 distclean-stage[+id+]): Use stage_current.
11040 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11041 the stage*-start rules.
11042
aeb732c1
GK
110432004-08-02 Geoffrey Keating <geoffk@apple.com>
11044
11045 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11046 use -all_load flag.
11047
25b656e7
PB
110482004-08-02 Paolo Bonzini <bonzini@gnu.org>
11049
11050 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11051 * configure: Regenerate.
11052
cc440d71
TM
110532004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11054
11055 * maintainer-scripts/gcc_release: Revert yesterday's change.
11056
270e140b
SB
110572004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11058
11059 * MAINTAINERS: Add myself to write-after-approval.
11060
3e4035f8
TM
110612004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11062
11063 * libf2c: Removed.
11064 * gcc/gccbug.in: Updated because of libf2c removal.
11065 * maintainer-scripts/gcc_release: Ditto.
11066
dce2d8b2 110672004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
11068
11069 * configure.in: Build libmudflap by default on FreeBSD.
11070 * configure: Regenerated.
11071
dfcada9a
MM
110722004-07-09 Mark Mitchell <mark@codesourcery.com>
11073
11074 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11075 systems.
11076 * configure: Regenerated.
11077
dce2d8b2 110782004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
11079
11080 PR target/16344
11081 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11082 feedback based compiler.
11083 * Makefile.in: Rebuilt.
11084
95bcca47
AO
110852004-07-08 Alexandre Oliva <aoliva@redhat.com>
11086
11087 * Makefile.def (host_modules): Set bootstrap=true for flex.
11088 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11089 * Makefile.in: Rebuilt.
11090
051822f6
JH
110912004-07-07 Jan Hubicka <jh@suse.cz>
11092
11093 * MAINTAINERS: Add self as a profile feedback maintainer.
11094
7b61653a
PE
110952004-07-05 Phil Edwards <phil@codesourcery.com>
11096
11097 * configure.in: Do not prepend $srcdir to /dev/null in
11098 makefile fragments.
11099 * configure: Regenerate.
11100
23f6b2f9
PB
111012004-07-01 Paolo Bonzini <bonzini@gnu.org>
11102
11103 * Makefile.def (build_modules): Add bison, byacc, flex,
11104 m4, texinfo.
11105 (flags_to_pass): Add FLEX.
11106 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11107 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11108 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11109 DEFAULT_MAKEINFO): Remove.
11110 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11111 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11112 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11113 objdir or else use configured tool.
11114 (all-build): New.
11115 (all): Depend on it.
11116 (Build module dependencies): Add.
11117 * Makefile.in: Regenerate.
11118 * configure.in: Better support for multiple build modules,
11119 matching what is done for host/target modules. Do not look
11120 for "plausible" locations of build tools if Canadian cross.
11121 Use autoconf's AC_PROG_CC to find a C compiler. Define
11122 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11123 * configure: Regenerate.
78716e86 11124
1c020272
PB
111252004-06-22 Paolo Bonzini <bonzini@gnu.org>
11126
11127 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11128 * Makefile.in: Regenerate.
11129
a52a0a7f
PB
111302004-06-22 Paolo Bonzini <bonzini@gnu.org>
11131
11132 * Makefile.tpl (configure-build-[+module+],
11133 configure-[+module+], configure-target-[+module+]): Pass
11134 [+extra_configure_args+].
11135 (all-build-[+module+], all-[+module+], check-[+module+],
11136 install-[+module+], [+make_target+]-[+module+],
11137 all-target-[+module+], check-target-[+module+],
11138 install-target-[+module+], [+make_target+]-target-[+module+]):
11139 Pass [+extra_make_args+].
11140 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11141 (GCC_HOST_EXPORTS): Remove.
11142 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11143 cross, check-gcc, check-gcc-c++, install-gcc,
11144 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11145 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11146 * Makefile.in: Regenerate.
11147
ccde3f1a
MS
111482004-06-21 Matthew Sachs <msachs@apple.com>
11149
11150 * MAINTAINERS: Added self to write-after-approval.
11151
6264b0a6
CF
111522004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11153
11154 * configure.in: Check for srcdir/winsup rather than build directory
11155 winsup.
11156 * configure: Regenerate.
11157
801e2270
CV
111582004-06-17 Corinna Vinschen <vinschen@redhat.com>
11159
11160 * configure.in: Don't build Cygwin native newlib if winsup
11161 directory is missing. Emit warning instead.
11162 * configure: Regenerate.
11163
ad6717df
PB
111642004-06-09 Paolo Bonzini <bonzini@gnu.org>
11165
11166 * Makefile.tpl (touch-stage[+id+]): New.
11167 (restage[+prev+]): Depend on touch-stage[+id+].
11168
11169 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11170 Use it throughout.
11171
11172 * Makefile.def: Add profile and feedback bootstrap stages.
11173 Remove next field from bootstrap stages.
11174 * Makefile.tpl (LN, LN_S): Substitute.
11175 (stageN-start, stageN-end): Use double-colon rules, to
11176 provide a hook for additional setup commands.
11177 (distclean-stageN-gcc, restageN): Create dependencies from
11178 [+prev+], not from [+next+].
11179 (stageN-bubble): Add commands for successive stages from
11180 [+prev+], using double-colon rules.
11181 (all-stageN-gcc): Fix typo.
11182 (stagefeedback-start, profiledbootstrap): New.
11183 * Makefile.in: Regenerate.
11184 * configure.in: Call ACX_PROG_LN.
11185 * configure: Regenerate.
11186
5bbb9680
CY
111872004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11188
11189 * MAINTAINERS (Write After Approval): Add myself.
11190
e18be1d4
MA
111912004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11192
11193 * MAINTAINERS (Write After Approval): Add myself.
11194
5607edfd
PB
111952004-06-03 Paolo Bonzini <bonzini@gnu.org>
11196
11197 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11198 without gcc.
11199 * configure: Regenerate.
11200
1ec4e9c3
PB
112012004-06-01 Paolo Bonzini <bonzini@gnu.org>
11202
11203 * Makefile.tpl: Fix typo.
11204 * Makefile.in: Regenerate.
11205
dce2d8b2 112062004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
11207
11208 * configure.in: Remove new- prefix from toplevel
11209 bootstrap targets.
11210 * configure: Regenerate.
11211
f516a7da
PB
112122004-06-01 Paolo Bonzini <bonzini@gnu.org>
11213
11214 * Makefile.tpl (all.normal): Rename to all.
11215 (all): Replace with a rule to pick the default
11216 target from configure.
11217 (all-gcc, configure-gcc): Use conditionals to
11218 do nothing when toplevel bootstrap is going on.
11219 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11220 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11221 * configure.in: Support --enable-bootstrap.
11222
11223 * Makefile.def: Remove new- prefix from toplevel
11224 bootstrap targets.
11225 * Makefile.tpl: Likewise.
11226
11227 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11228 target.
11229
11230 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11231 $(RECURSE_FLAGS) to recursive invocation of make.
11232
11233 * Makefile.in: Regenerate.
11234 * configure: Regenerate.
11235
78dd5e36 112362004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 11237 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
11238
11239 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11240 like CC.
11241
30f1bddc
DJ
112422004-05-27 Daniel Jacobowitz <dan@debian.org>
11243
11244 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11245 * configure: Regenerate.
11246
4fc4dd12
DJ
112472004-05-25 Daniel Jacobowitz <drow@false.org>
11248
11249 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11250 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11251 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11252 targets.
11253 * Makefile.in: Regenerate.
11254
dce2d8b2 112552004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
11256
11257 * configure.in: Test the ability to symlink directories.
11258 * configure: Regenerate.
11259
11260 * Makefile.def (bootstrap-stage): New definitions.
11261 * Makefile.tpl (configure-stage1-gcc,
11262 configure-stage2-gcc, configure-stage3-gcc,
11263 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11264 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11265 new-restage3, compare): Autogenerate, see Makefile.in
11266 entry for behavioral changes.
11267 (distclean-stage1, new-stage1-start, new-stage1-end,
11268 new-stage1-bubble, distclean-stage2, new-stage2-start,
11269 new-stage2-end, new-stage2-bubble, distclean-stage3,
11270 new-stage3-start, new-stage3-end): New autogenerated targets.
11271 (objext, prebootstrap, BOOT_CFLAGS,
11272 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11273 targets.
11274
11275 * Makefile.in: Regenerate.
11276 (distclean-stage1, new-stage1-start, new-stage1-end,
11277 new-stage1-bubble, distclean-stage2, new-stage2-start,
11278 new-stage2-end, new-stage2-bubble, distclean-stage3,
11279 new-stage3-start, new-stage3-end): New targets.
11280 (all-stage1-gcc): Move prebootstrap dependency from here...
11281 (configure-stage1-gcc): ...to here.
11282 (new-bootstrap): Use bubble targets.
11283 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11284 Use per-stage distclean targets.
11285 (configure-stage1-gcc, configure-stage2-gcc,
11286 configure-stage3-gcc, all-stage1-gcc,
11287 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11288 Use new-stageN-start to prepare the tree.
11289
4f4e53dd
PB
112902004-05-23 Paolo Bonzini <bonzini@gnu.org>
11291
11292 * Makefile.def (host_modules): add libcpp.
11293 * Makefile.tpl: Add dependencies on and for libcpp.
11294 * Makefile.in: Regenerate.
11295 * configure.in: Add libcpp host module.
11296 * configure: Regenerate.
11297
60975492
PB
112982004-05-21 Paolo Bonzini <bonzini@gnu.org>
11299
11300 * Makefile.tpl: Whenever a recursive target is defined, wrap
11301 it in a special @if/@endif block, and prepare its maybe
11302 dependency in the @if/@endif block
11303 * configure.in: Instead of writing maybe dependencies, remove
11304 the @if/@endif statements, and remove the @if/@endif blocks
11305 that remain.
11306 * configure: Regenerate.
11307 * Makefile.in: Regenerate.
11308
5ce7d75d
JJ
113092004-05-20 Janis Johnson <janis187@us.ibm.com>
11310
11311 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11312
c779c42f
KK
113132004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11314
11315 PR bootstrap/15120
11316 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11317 * */configure: Rebuilt.
11318
b4117c30
ZW
113192004-05-17 Zack Weinberg <zack@codesourcery.com>
11320
11321 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11322 of libf2c.
11323 * configure, Makefile.in: Regenerate.
11324
719bb4e3 113252004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
11326
11327 * MAINTAINERS (Write After Approval): Add myself.
11328
6de9cd9a
DN
113292004-05-13 Diego Novillo <dnovillo@redhat.com>
11330
11331 Merge from tree-ssa-20020619-branch.
11332
11333 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11334 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11335 (HOST_GMPLIBS): Define.
11336 (HOST_GMPINC): Define.
11337 (TARGET_LIB_PATH): Add libmudflap.
11338 (GFORTRAN_FOR_TARGET): Define.
11339 (configure-build*): Export GFORTRAN.
11340 (configure-gcc): Export GMPLIBS and GMPINC.
11341 (all-gcc): Add maybe-all-libbanshee.
11342 (configure-target-libgfortran): Define.
11343 * Makefile.in: Regenerate.
11344 * configure.in (host_libs): Add libbanshee.
11345 (target_libraries): Add target-libmudflap and target-libgfortran.
11346 Add --with-libbanshee.
11347 Handle --disable-libmudflap.
11348 (*-*-freebsd*): Use with_gmp.
11349 Add $(libgcj) to noconfigdirs.
11350 * configure: Regenerate.
11351 * depcomp: New file.
11352 * MAINTAINERS: Add tree-ssa maintainers.
11353
8f1b790f
VM
113542004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11355
b4117c30 11356 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 11357
693446fc
BF
113582004-04-30 Brian Ford <ford@vss.fsi.com>
11359
b4117c30 11360 * MAINTAINERS (Write After Approval): Add myself.
693446fc 11361
d1bb666c
UB
113622004-04-29 Uros Bizjak <uros@kss-loka.si>
11363
b4117c30 11364 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 11365
6cf1ac42
PB
113662004-04-28 Paolo Bonzini <bonzini@gnu.org>
11367
11368 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11369 * configure: Regenerate.
11370
632933d5
PB
113712004-04-27 Paolo Bonzini <bonzini@gnu.org>
11372
11373 Revert:
11374 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11375
11376 * Makefile.def (flags_to_pass): Remove *dir variables that
11377 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11378 as well as prefix and exec_prefix.
11379 * Makefile.in: Regenerate.
11380
80dc6aa0
RM
113812004-04-26 Robert Millan <robertmh@gnu.org>
11382
11383 Add patches from libtool CVS.
11384 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11385 * ltconfig: Likewise.
11386 * ltcf-c.sh: Likewise.
11387 * ltcf-cxx.sh: Likewise.
11388 * ltcf-gcj.sh: Likewise.
11389
e11283f1
PB
113902004-04-26 Paolo Bonzini <bonzini@gnu.org>
11391
11392 * Makefile.def (host_modules): Mark with the bootstrap
11393 flag packages on which gcc depends.
11394 * Makefile.tpl (all-bootstrap): Use it.
11395 * Makefile.in: Regenerate.
11396
8546950c
PB
113972004-04-26 Paolo Bonzini <bonzini@gnu.org>
11398
11399 * Makefile.def (flags_to_pass): Remove *dir variables that
11400 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11401 as well as prefix and exec_prefix.
11402 * Makefile.in: Regenerate.
11403
a76494aa
PB
114042004-04-26 Paolo Bonzini <bonzini@gnu.org>
11405
b4117c30
ZW
11406 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11407 * configure: Regenerate.
11408 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11409 * gcc/Makefile.tpl (compare): Use the result of the test.
11410 * gcc/Makefile.in: Regenerate.
a76494aa 11411
03a91701
PB
114122004-04-23 Paolo Bonzini <bonzini@gnu.org>
11413
11414 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11415 Always relocate gcc and prev-gcc to the original names, even
11416 if the build fails.
11417 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11418 New targets.
11419
082a6351
LG
114202004-04-23 Laurent GUERBY <laurent@guerby.net>
11421
11422 * MAINTAINERS: Update my email address.
b4117c30 11423
1f1d584b
RO
114242004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11425
11426 * configure.in (mips*-*-irix5*): Enable ld.
11427 * configure: Regenerate.
082a6351 11428
1db673ca
RO
114292004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11430
11431 * configure: Regenerate.
11432
ce4ea44e
JW
114332004-04-15 James E Wilson <wilson@specifixinc.com>
11434
11435 * Makefile.tpl (configure-[+module+], configure-gcc,
11436 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11437 Set and export LDFLAGS.
11438 * Makefile.in: Regenerate.
11439
611f62ad
MC
114402004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11441
b4117c30 11442 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 11443
be912515
NN
114442004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11445
11446 PR bootstrap/14871
11447 * Makefile.tpl: If we don't have built-in-tree target tools,
11448 use the ones found by configure rather than hacking around with
11449 program_transform_name.
11450 * configure.in: Give Makefile.tpl the information necessary
11451 to do that.
11452 * Makefile.in: Regenerate.
11453 * configure: Regenerate.
11454
9104315a
NN
114552004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11456
11457 PR bootstrap/14760
11458 * configure.in: When computing baseargs, strip *all* copies of
11459 offending options. Also, don't match/substitute the trailing space,
11460 so that this actually works when two similar options are separated by
11461 only one space.
11462 * configure: Regenerate.
11463
bef1d700
DE
114642004-04-06 David Edelsohn <edelsohn@gnu.org>
11465
b4117c30
ZW
11466 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11467 (rs6000-*-aix*): Same.
11468 * configure: Regenerate.
bef1d700 11469
54bcf05e 114702004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
11471
11472 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 11473
369a832c 114742004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
11475
11476 * MAINTAINERS: Add myself to write-after-approval.
369a832c 11477
09a9c095
NN
114782004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11479
7caf53cb
NN
11480 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11481 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11482 * Makefile.in: Regenerate.
11483
09a9c095
NN
11484 * configure.in (top level bootstrap support): Rework --enable-werror
11485 to set @stage2_werror_flag@.
11486 * configure: Regenerate.
11487 * Makefile.tpl (top level bootstrap support): Pass
11488 @stage2_werror_flag@ down to configure in stages 2 and 3.
11489 * Makefile.in: Regenerate.
11490
5595a2bd
NN
114912004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11492
cbfd7e06
NN
11493 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11494 for stages 2 and 3 as well as in make. As a consequence, remove
11495 OUTPUT_OPTION (now detected by configure) from the flags passed down
11496 to make.
11497 * Makefile.in: Regenerate.
11498
5595a2bd
NN
11499 * Makefile.tpl (new-bootstrap): Fix typo.
11500 * Makefile.in: Regenerate.
11501
ca3b3e20
NN
115022004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11503
295f4e42
NN
11504 * Makefile.tpl: Rearrange by moving recursive_targets rules
11505 into their proper sections.
11506 * Makefile.tpl (top level bootstrap support): Move disabling
11507 of coverage flags from 'make' to 'configure'; improve comments.
11508 * Makefile.in: Regenerate.
11509
340de83f
NN
11510 * Makefile.tpl (experimental top level bootstrap) Move stage1
11511 language setting from all- target to configure- target; disable
11512 intermodule optimization in stage 1; prevent gratuitous rebuilds
11513 of stage 1.
11514 * Makefile.in: Regenerate.
11515 * configure.in: Comma-separate stage 1 language list for top
11516 level bootstrap.
11517 * configure: Regenerate.
11518
ca3b3e20
NN
11519 * Makefile.tpl: Clean up experimental top level bootstrap support:
11520 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11521 prev-gcc in configure- targets as well as all- targets.
11522 * Makefile.in: Regenerate.
11523
4d038073
KC
115242004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11525
11526 * compile: New file imported from automake.
11527
ab3533d6
PB
115282004-03-17 Paolo Bonzini <bonzini@gnu.org>
11529
11530 * configure.in: Remove symbolic link section.
11531 * configure: Regenerate.
11532 * Makefile.tpl (links): Remove.
11533 * Makefile.in: Regenerate.
11534
1e0f07d3 115352004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 11536 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
11537
11538 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 11539 Set with AC_CHECK_PROGS.
1e0f07d3
PB
11540 * configure.in: Fix comment typo from last patch.
11541 * configure: Regenerate.
11542
2805b53a
NN
115432004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11544
11545 * Makefile.tpl: Introduce experimental top level bootstrap support.
11546 * Makefile.in: Regenerate.
11547 * configure.in: Introduce support for top level bootstrap.
11548 * configure: Regenerate.
11549
79b4b7d2 115502004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11551 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
11552
11553 PR bootstrap/14522
11554 * configure.in: Cope with shells that do not support unquoted ^
11555 * configure: Regenerate.
11556
6bbec498 115572004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11558 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
11559
11560 PR bootstrap/14522
79b4b7d2 11561 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
11562 quotes inside quoted backquote substitutions.
11563 * configure: Regenerate.
11564
83c15dfc
AP
115652004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11566
11567 PR bootstrap/14522
f2bd98d4 11568 * configure.in: Fix escaping of $.
83c15dfc
AP
11569 * configure: Regenerate.
11570
55ffb5ed
NN
115712004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11572
11573 * configure: Regenerate, since I forgot to while committing Paolo's
11574 changes.
11575
e4c9c075
PB
115762004-03-08 Paolo Bonzini <bonzini@gnu.org>
11577
11578 PR ada/14131
11579 Move language detection to the top level.
11580 * configure.in: Find default values for the tools as
11581 soon as possible. Disable ada if GNAT is not found.
11582 Emit error message about missing languages. Expand
11583 --enable-languages=all for the gcc subdirectory.
11584
5199e2c6
BE
115852004-03-10 Ben Elliston <bje@gnu.org>
11586
11587 * MAINTAINERS: Update my email address.
11588
c18b95e5
DE
115892004-03-05 David Edelsohn <edelsohn@gnu.org>
11590
11591 * ltconfig: Disable building static libraries if building shared
11592 libraries on AIX 5L.
11593
d0fe5ad3
RS
115942004-03-01 Richard Sandiford <rsandifo@redhat.com>
11595
11596 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11597 and disable libgcj.
11598 * configure: Regenerated.
11599
e6f71f9d
BB
116002004-03-01 Brian Booth <bbooth@redhat.com>
11601
11602 * MAINTAINERS: Add myself to write-after-approval.
11603
8983e50e
PB
116042004-03-01 Paolo Bonzini <bonzini@gnu.org>
11605
11606 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11607
d4cd9d81
NN
116082004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11609
11610 PR bootstrap/7087
11611 * Makefile.tpl: Guard XFOO sed statements better.
11612 * Makefile.tpl: Add dependency for configure-target-libada.
11613 * Makefile.in: Regenerate (incidentally fixes broken
11614 commit when libada-branch was merged).
11615
0ea0229e
KC
116162004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11617
11618 * MAINTAINERS: Add myself to write-after-approval.
11619
bad93735
AP
116202004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11621
11622 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11623 maintainers.
11624
a7ca14fc
AC
116252004-02-20 Andrew Cagney <cagney@redhat.com>
11626
11627 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11628 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11629
51592782
NN
116302004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11631
11632 PR bootstrap/11932
11633 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11634
6a30854a
JQ
116352004-02-14 Jerry Quinn <jlquinn@optonline.net>
11636
11637 * MAINTAINERS: Added myself to write-after-approval.
11638
be8b2bee
MK
116392004-02-14 Michael Koch <konqueror@gmx.de>
11640
11641 * MAINTAINERS: Added myself to write-after-approval.
11642
972760b7
JM
116432004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11644
11645 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11646 some OS port maintainers to OS port maintainers section.
11647
b0281654
FCE
116482004-02-13 Frank Ch. Eigler <fche@redhat.com>
11649
11650 * MAINTAINERS: Add self.
11651
3c419fd6
KH
116522004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11653
11654 * MAINTAINERS: Alphabetize.
11655
e88e9aee
PB
116562004-02-12 Paolo Bonzini <bonzini@gnu.org>
11657
11658 * MAINTAINERS: Remove myself.
b4117c30 11659
1915e422
DE
116602004-02-11 David Edelsohn <edelsohn@gnu.org>
11661
11662 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11663 (rs6000-*-aix*): Same.
11664 * configure: Regenerate.
11665
a22c2d8d
KC
116662004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11667
11668 * configure.in (host): Add in missing $noconfigdirs to defines.
11669 * configure: Regenerate.
11670
d9cdb878
AC
116712004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11672 Nathanael Nerode <neroden@gcc.gnu.org>
11673
11674 PR ada/6637, PR ada/5911
b4117c30 11675 Merge with libada-branch:
d9cdb878
AC
11676 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11677 with appropriate dependencies. Add --enable-libada configure switch.
11678 * configure, Makefile.in: Regenerate.
11679
8bd92821
PB
116802004-02-09 Paolo Bonzini <bonzini@gnu.org>
11681
11682 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11683
89a95129
RO
116842004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11685
11686 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11687 * configure: Regenerate.
11688
892629bc
GK
116892004-02-04 Geoffrey Keating <geoffk@apple.com>
11690
11691 Merge from upstream:
11692
11693 * ltmain.in: When setting IFS to '~', be careful about user
11694 arguments that contain '~'.
11695
11696 2004-02-04 Peter O'Gorman <peter@pogma.com>
11697
11698 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11699 Also test $base_compile against $CC with escaped arguments. Bug
11700 reported by Geoff Keating <geoffk@apple.com>.
11701
6b402165
KH
117022004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11703
11704 * MAINTAINERS: Remove i960 port.
11705
fa2f0306
DD
117062004-01-23 DJ Delorie <dj@redhat.com>
11707
11708 * Makefile.def (target_modules) [libiberty]: Don't stage.
11709 * Makefile.in: Rebuilt.
11710
9feb20aa
CT
117112004-01-20 Caroline Tice <ctice@apple.com>
11712
11713 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11714
7aed2ccc
PC
117152004-01-19 Paolo Carlini <pcarlini@suse.de>
11716
11717 * MAINTAINERS: Update my email address.
11718
f25bebe1
JM
117192004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11720
11721 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11722
28083580
VR
117232004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
11724
11725 * MAINTAINERS: Remove entries without email address.
11726
c0f4b5e4
DJ
117272004-01-15 Daniel Jacobowitz <drow@mvista.com>
11728
11729 * MAINTAINERS: Add myself to write-after-approval.
11730
b5eb5a5e
SB
117312004-01-15 Steven Bosscher <stevenb@suse.de>
11732
11733 * MAINTAINERS: Update my email address.
11734
dce2d8b2 117352004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
11736
11737 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
11738 * Makefile.tpl (configure-target-[+module+]): Support stage.
11739 * Makefile.in: Rebuilt.
11740
74c0b320
ILT
117412004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
11742
11743 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
11744
2560344b
RS
117452004-01-10 Richard Sandiford <rsandifo@redhat.com>
11746
11747 * MAINTAINERS: Add myself as a MIPS maintainer.
11748
8b21cda6
NN
117492004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
11750
2b6c260d
NN
11751 * configure.in: Use ./config.cache, not config.cache.
11752 * configure: Regenerate.
11753 * Makefile.tpl: Special-casing not needed for GCC any more.
11754 * Makefile.in: Regenerate.
11755
09438bde
NN
11756 * configure.in: Don't share a cache file for host dirs.
11757 * configure: Regenerate.
11758
8b21cda6
NN
11759 * config-ml.in: Don't mess with the cache file.
11760
e42870df
EB
117612004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
11762
11763 * MAINTAINERS: Move myself from 'Write After Approval' to
11764 'CPU Port Maintainers' section as SPARC maintainer.
11765
6b9eb62c
NN
117662004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
11767
78a816a6
NN
11768 * Makefile.tpl: Make GCC use a separate config.cache.
11769 * Makefile.in: Regenerate.
11770
6b9eb62c
NN
11771 PR bootstrap/11932, PR bootstrap/11933
11772 (I don't know if it will fix either of them, but it relates
11773 to them.)
11774 * configure.in: Don't use shared config.cache for target
11775 directories.
11776 * configure: Regenerate.
11777
86d7b562
DN
117782004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
11779
11780 * MAINTAINERS: Add myself to 'Write After Approval' section.
11781
07d0a605
RS
117822003-12-31 Roger Sayle <roger@eyesopen.com>
11783
11784 * configure.in (ia64*-*-hpux*): Disable building java libraries.
11785 * configure: Regenerated.
11786
459ac19f
KH
117872003-12-23 Kazu Hirata <kazu@cs.umass.edu>
11788
11789 * MAINTAINERS: Remove the mn10200 maintainer.
11790
5785c0ed 117912003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 11792
cc6010cd
AP
11793 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
11794 * configure: Regenerated.
5785c0ed 11795
a268eff9
JH
117962003-12-16 Jan Hubicka <jh@suse.cz>
11797
11798 * MAINTAINERS: Add myself as callgraph maintainer.
11799
9d465b12
TF
118002003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
11801
11802 * configure.in (raw_libstdcxx_flags): Remove the leading space.
11803 * configure: Regenerate.
11804
a68a270a
GB
118052003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
11806
11807 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11808 'Write After Approval' section. Update email.
11809
dce2d8b2 118102003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
11811
11812 * MAINTAINERS (Write After Approval): Add myself.
11813
8c052da4
MT
118142003-11-20 Matt Thomas <matt@3am-software.com>
11815
11816 * MAINTAINERS: Add myself as a vax port maintainer.
11817
e75f9147
KC
118182003-11-20 Kelley Cook <kcook@gcc.gnu.org>
11819
11820 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
11821 (configure-build-[+module+], configure-[+module+]): Likewise.
11822 (configure-target-[+module+], configure-gcc, config.status): Likewise.
11823 * Makefile.in: Regenerate.
11824
43d8d958
AT
118252003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
11826
11827 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
11828 shared/dylibed libraries.
11829 * ltmain.sh: Likewise.
11830 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
11831 * ltcf-cxx.sh: Likewise.
11832 * ltcf-gcj.sh: Likewise.
11833 * ltconfig: Likewise.
11834
638dcaa0
SC
118352003-11-17 Stan Cox <scox@redhat.com>
11836
11837 * MAINTAINERS: Add myself as iq2000 port maintainer.
11838
15cc172b
AC
118392003-11-14 Arnaud Charlet <charlet@act-europe.fr>
11840
b4117c30
ZW
11841 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
11842 * Makefile.in: Regenerate.
15cc172b 11843
20af77cd
UW
118442003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
11845
11846 * config.sub: Update to 2003-11-03 version.
11847
4dd01c5c
PE
118482003-10-20 Phil Edwards <phil@codesourcery.com>
11849
11850 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
11851 * configure: Regenerate.
11852
dce2d8b2 118532003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
11854
11855 * MAINTAINERS: Add myself to 'Write After Approval' section.
11856
8b7ebc31
AC
118572003-10-20 Arnaud Charlet <charlet@act-europe.fr>
11858
11859 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
11860
afe1910c
JM
118612003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
11862
11863 * MAINTAINERS: Update my email address.
11864
05dcec66
RO
118652003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11866
11867 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
11868
dce2d8b2 118692003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
11870
11871 * MAINTAINERS: Add myself to 'Write After Approval' section.
11872
507ec745
BI
118732003-10-16 Bernardo Innocenti <bernie@develer.com>
11874
11875 * config.guess: Update to 2003-10-16 version.
11876 * config.sub: Update to 2003-10-16 version.
11877
dce2d8b2 118782003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
11879
11880 * MAINTAINERS: Added myself to 'Write After Approval' section.
11881
0c9b16bc
FH
118822003-10-15 Falk Hueffner <falk@debian.org>
11883
11884 * MAINTAINERS: Move myself from 'Bug database only accounts' to
11885 'Write After Approval' section. Update email.
11886
74d57d15
RS
118872003-10-14 Roger Sayle <roger@eyesopen.com>
11888
11889 * MAINTAINERS: Move myself from 'Write After Approval' to
11890 'Various Maintainers' section as middle-end maintainer.
11891
d29b8ad8
NN
118922003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
11893
11894 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
11895 HOST_FLAGS_TO_PASS.
11896 * Makefile.in: Regenerate.
11897
26db814a
BI
118982003-10-11 Bernardo Innocenti <bernie@develer.com>
11899
11900 * config.guess: Update to 2003-10-07 version.
11901 * config.sub: Update to 2003-10-07 version.
11902
fffeb871
RO
119032003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11904
11905 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
11906 * ltconfig (irix5*, irix6*): Don't override version_type.
11907
6691a79e
ME
119082003-10-05 Mohan Embar <gnustuff@thisiscool.com>
11909
11910 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
11911 * configure: Rebuilt
11912 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
11913 * Makefile.in: Rebuilt
11914
62cdd71e
L
119152003-10-03 H.J. Lu <hongjiu.lu@intel.com>
11916
11917 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
11918
6fe2eacc
CW
119192003-09-30 Carlo Wood <carlo@alinoe.com>
11920
cc6010cd 11921 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 11922
ea57e5ad
PK
119232003-09-29 Paul Koning <ni1d@arrl.net>
11924
11925 * MAINTAINERS: Move myself from "Write After Approval"
11926 to CPU platform maintainers for pdp11 platform.
11927
e070672a
AT
119282003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
11929
11930 * MAINTAINERS: Move myself from 'Write After Approval' to
11931 'Various Maintainers' section as libffi testsuite maintainer.
11932
43bb47c2
DJ
119332003-09-21 Daniel Jacobowitz <drow@mvista.com>
11934
11935 * configure.in: Pass a computed --program-transform-name
11936 to subconfigures.
11937 * configure: Regenerated.
11938
da9d3b37
NN
119392003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
11940
94322beb
NN
11941 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
11942 * Makefile.in: Regenerate.
11943
da9d3b37
NN
11944 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
11945 * Makefile.in: Regenerate.
11946
ffd9060b
ZL
119472003-09-19 Ziemowit Laski <zlaski@apple.com>
11948
11949 * MAINTAINERS: Move myself from 'Write After Approval'
11950 to 'Various Maintainers' (objective-c) section.
11951
eeae7b41
DJ
119522003-09-17 Daniel Jacobowitz <drow@mvista.com>
11953
11954 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
11955 quoting.
11956 * configure: Regenerated.
11957
a080d12b
JB
119582003-09-16 Joel Brobecker <brobecker@gnat.com>
11959
11960 * MAINTAINERS (Write After Approval): Add myself to write after
11961 approval list.
11962
6cd2fc59
DN
119632003-09-16 Dorit Naishlos <dorit@il.ibm.com>
11964
cc6010cd 11965 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 11966
dcbdd9cc
ILT
119672003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
11968
11969 * MAINTAINERS: Update my e-mail address.
11970
e517f636
AM
119712003-09-09 Alan Modra <amodra@bigpond.net.au>
11972
11973 * libtool.m4 (LD): Correct powerpc64 host match.
11974
bc49924b
JW
119752003-09-06 James E Wilson <wilson@tuliptree.org>
11976
11977 * MAINTAINTERS: Update my affiliation and email address.
11978
082124f5
ZD
119792003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
11980
11981 * MAINTAINERS (Write After Approval): Add myself.
11982
dc94d89e
DD
119832003-09-04 DJ Delorie <dj@redhat.com>
11984
11985 * configure: Regenerate.
11986
119872003-09-04 Robert Millan <robertmh@gnu.org>
11988
11989 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 11990
7a0f2d4e
KG
119912003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
11992
11993 * configure.in: Ensure arguments to sed are properly spaced.
11994 * configure: Regenerate.
11995
88d032eb
GP
119962003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
11997
11998 * MAINTAINERS: Update my e-mail address.
11999
0b3f3d22
ME
120002003-08-28 Mohan Embar <gnustuff@thisiscool.com>
12001
12002 * MAINTAINERS (Write After Approval): Add myself.
12003
d253f9ba
DJ
120042003-08-27 Daniel Jacobowitz <drow@mvista.com>
12005
12006 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12007 * configure: Regenerated.
12008
066ec9c9
MM
120092003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
12010
12011 * MAINTAINERS: Update my email address.
12012
415d7ef9
PE
120132003-08-23 Phil Edwards <pme@gcc.gnu.org>
12014
12015 * configure.in: Use newline instead of semicolon when assuming
12016 shell arguments in a for loop.
12017 * configure: Regenerated.
12018
e1567352
JE
120192003-08-22 Jason Eckhardt <jle@rice.edu>
12020
12021 * MAINTAINERS: Resurrect the i860 maintainer.
12022
b348267b
GK
120232003-08-20 Geoffrey Keating <geoffk@apple.com>
12024
e50084fa
GK
12025 PR 8180
12026 * configure.in: When testing with_libs and with_headers, treat
12027 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
12028 * configure: Regenerate.
b4117c30 12029
b348267b
GK
12030 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12031 make, shell, etc.
12032 (baseargs): Likewise.
12033 * configure: Regenerate.
12034
ca26ffe0
BI
120352003-08-20 Bernardo Innocenti <bernie@develer.com>
12036
12037 * MAINTAINERS (Write After Approval): Add myself.
12038
940cde4d
GK
120392003-08-19 Geoffrey Keating <geoffk@apple.com>
12040
12041 * configure.in: Disable libgcj for darwin not on powerpc.
12042 * configure: Rebuild.
12043
74bed51b
ADL
120442003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
12045
12046 * config-ml.in, symlink-tree: Add license.
12047
b4117c30
ZW
120482003-08-03 Richard Stallman <rms@gnu.org>
12049 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
12050
12051 * README.SCO: New file.
12052
333a28b4
MK
120532003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12054
12055 * Makefile.tpl (check, check-c++): Express dependencies using
12056 dependencies rather than commands.
12057 * Makefile.in: Regenerate.
12058
c197e306
AC
120592003-08-01 Andrew Cagney <cagney@redhat.com>
12060
12061 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12062 * configure: Ditto.
12063
a8ee6e2d
GK
120642003-07-31 Geoffrey Keating <geoffk@apple.com>
12065
12066 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 12067 * Makefile.in: Update.
a8ee6e2d 12068
8d9b3f2e
AT
120692003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12070
12071 * configure.in: Enable libgcj for darwin.
12072 * configure: Rebuild.
12073
52c0c542
PE
120742003-07-29 Phil Edwards <pme@gcc.gnu.org>
12075
12076 * config-ml.in: Use ac_configure_args directly instead of
12077 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12078 actually seen.
12079
b4acb5ef
NN
120802003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12081
12082 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12083 creating target and build subdirs to build all parent dirs as needed.
12084 * Makefile.in: Rebuild.
12085 * configure.in: Don't build dirs explicitly here.
12086 * configure: Rebuild.
12087
a51d71d0
PB
120882003-07-26 Paul Brook <paul@nowt.org>
12089
12090 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12091
f43e12ce
AO
120922003-07-22 Alexandre Oliva <aoliva@redhat.com>
12093
12094 * Makefile.tpl (all-make): Depend on intl.
12095 * Makefile.in: Rebuilt.
12096
8a199ff6
PE
120972003-07-20 Phil Edwards <pme@gcc.gnu.org>
12098
12099 * install-sh: Update to newer upstream versions (associated with
12100 aclocal 1.7).
12101 * mkinstalldirs: Likewise.
12102 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12103
e6a8c803
AP
121042003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12105
12106 * MAINTAINERS: Move self from Bug database only accounts
12107 to write-after-approval.
12108
9f13608f
NN
121092003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12110
12111 * config.if: Remove unused libc_interface determination.
12112
c7864714
NN
121132003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12114
12115 * MAINTAINERS: Move self from write-after-approval to
12116 build machinery (*.in).
12117
775956d0
NN
121182003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12119
12120 PR bootstrap/11273
12121 PR bootstrap/11408
12122 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12123 unused INSTALL_PROGRAM_ARGS.
12124 * configure.in: Use AC_PROG_INSTALL.
12125 * Makefile.in: Regenerate.
12126 * configure: Regenerate.
12127
c7f67a6e
KH
121282003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12129
12130 * MAINTAINERS: Alphabetize.
12131
33952f6f
AO
121322003-07-10 Alexandre Oliva <aoliva@redhat.com>
12133
12134 * configure: Rebuilt.
12135 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12136 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12137 newlib nor libgloss.
12138 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12139 * configure.in (am33_2.0-*-linux*): Added.
12140
0d4f1b4e
BW
121412003-07-09 Bob Wilson <bob.wilson@acm.org>
12142
12143 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12144 * configure: Regenerate.
12145
56694dd9
ZW
121462003-07-07 Zack Weinberg <zack@codesourcery.com>
12147
12148 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12149 * Makefile.in: Regenerate.
12150
21607eb4
ZW
121512003-07-04 Zack Weinberg <zack@codesourcery.com>
12152
12153 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12154 * Makefile.in: Regenerate.
12155
dce2d8b2 121562003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
12157
12158 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12159 * Makefile.in: Regenerated.
12160
5d42f90e
L
12161 * config-ml.in: Replace PWD with PWD_COMMAND.
12162
6eb95e99
ZW
121632003-07-04 Zack Weinberg <zack@codesourcery.com>
12164
12165 * intl: New directory; see intl/ChangeLog for details.
12166 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12167 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12168 * Makefile.in: Regenerate.
12169
07d1940e
NN
121702003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12171
12172 * configure.in: Clean up config-lang.in handling. Delete
12173 useless assignment to "subdirs".
12174 * configure: Regenerate.
12175
4dbda6f0
NN
121762003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12177
12178 * configure.in: Rename 'target_libs' to 'target_libraries'.
12179 Remove useless reference to 'target_libs'.
12180 * configure: Regenerate.
12181
2c30ab71
KS
121822003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12183
12184 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12185 * Makefile.in: Regenerate.
12186
11405c93
NN
121872003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12188
12189 * Makefile.def: Introduce flags_to_pass.
12190 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12191 * Makefile.in: Regenerate.
12192
fb87ad5d
HPN
121932003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12194
12195 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12196 and target-libgloss.
12197 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12198 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12199 * configure: Regenerate.
12200
a7956a48
BK
122012003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12202
12203 * configure.in: Update testsuite_flags to new location.
12204 * configure. Regenerate.
6eb95e99 12205
eaf9f3b2
NN
122062003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12207
12208 * Makefile.tpl: Remove BUILD_CC stuff.
12209 * Makefile.in: Regenerate.
12210
2d89ffef
KH
122112003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12212
12213 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12214
dce2d8b2 122152003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
12216
12217 * MAINTAINERS (Write After Approval): Add myself.
12218
dce2d8b2 122192003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 12220
b951c91c
L
12221 * config.guess: Update to 2003-06-12 version.
12222 * config.sub: Update to 2003-06-13 version.
12223
dce2d8b2 122242003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
12225
12226 * config.guess: Update to 2003-06-06 version.
12227 * config.sub: Update to 2003-06-06 version.
12228
655b7166
RO
122292003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12230
12231 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12232 * configure. Regenerate.
12233
01b759aa
NN
122342003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12235
bf1d3e81
NN
12236 * configure.in: Disable serial configure by default.
12237 * configure: Regenerate.
12238 * Makefile.tpl: Abolish .NOTPARALLEL.
12239 * Makefile.in: Regenerate.
12240
e89fbdfe
NN
12241 * Makefile.tpl: Replace {build,host,target}_canonical by
12242 {build,host,target}.
12243 * Makefile.in: Regenerate.
12244
01b759aa
NN
12245 * Makefile.tpl: Fix stupid pasto.
12246 * Makefile.in: Regenerate.
12247
f7dae026
NN
122482003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12249
12250 * Makefile.tpl: Remove bogus conditional.
12251 * Makefile.in: Regenerate.
12252
122532003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
12254
12255 * Makefile.tpl (profiledbootstrap): New target.
12256 * Makefile.in (profiledbootstrap): New target.
12257
2ffc3e73 122582003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
12259
12260 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12261 Pinski. Remove user names from other bugzilla-only maintainers.
12262
1a1e6b96
NN
122632003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12264
1358ccea
NN
12265 * Makefile.tpl: Make 'recursive targets' using autogen rather
12266 than shell loop. Remove duplicate 'clean' targets and false
12267 comments.
12268 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12269 Add systematic method of specifying missing targets in subdirs.
12270 Add copyright boilerplate.
12271 * Makefile.in: Regenerate.
12272 * configure.in: Add 'recursive targets' to maybe list.
12273 * configure: Regenerate.
12274
ae74ed1f
NN
12275 * MAINTAINERS: "GNATS only" -> "Bug database only".
12276
1a1e6b96
NN
12277 * Makefile.tpl: Rename [+target+] to [+make_target+].
12278 * Makefile.def: Rename 'target' to 'make_target'.
12279
c79af3fa
NB
122802003-05-31 Neil Booth <neil@daikokuya.co.uk>
12281
12282 * MAINTAINERS: Add self as options handling maintainer.
12283
39d85b61
MM
122842003-05-28 Michael Meissner <gnu@the-meissners.org>
12285
12286 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12287 been too long since I touched those ports.
12288
afc2b62d
DD
122892003-05-28 DJ Delorie <dj@redhat.com>
12290
12291 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12292 * Makefile.in: Regenerate.
12293
df445104
MR
122942003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12295
12296 * configure.in: Use curly braces in the definition of tooldir.
12297 * configure: Regenerate.
12298
2eb98e5d 122992003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 12300
2eb98e5d
DD
12301 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12302 newlib or libgloss.
12303 * Makefile.in: Regenerate.
12304
862fced8
DD
123052003-05-21 DJ Delorie <dj@redhat.com>
12306
12307 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12308 * Makefile.in: Regenerate.
12309
fc351800
ILT
123102003-05-20 Ian Lance Taylor <ian@airs.com>
12311
12312 * MAINTAINERS: Update my e-mail address.
12313
7e2dbcef
NN
123142003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12315
12316 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 12317 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
12318 Factor out common code from autogen IF statements.
12319 * configure: Regenerate.
12320 * Makefile.in: Regenerate.
12321
f2a0e225
KC
123222003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12323
12324 * configure.in: Accept i[3456789]86 for machine type.
12325 * configure: Regenerate.
12326
8b87bb96
NN
123272003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12328
12329 * configure.in: Switch more things to use maybe dependencies.
12330 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12331 * configure: Regenerate.
12332 * Makefile.tpl: Switch more things to use maybe dependencies.
12333 * Makefile.in: Regenerate.
12334
fdb882bc 123352003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
12336
12337 * Makefile.tpl (install-opcodes): Define.
12338 * Makefile.in: Rebuild.
12339
f7c50032
AJ
123402003-05-13 Andreas Jaeger <aj@suse.de>
12341
12342 * config.guess: Update to 2003-05-09 version.
12343 * config.sub: Update to 2003-05-09 version.
12344
dce2d8b2 123452003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
12346
12347 * configure.in: Correct sed script so that options in quotes are not
12348 deleted.
12349 * configure: Rebuild.
12350
aa8f1f57
CV
123512003-05-12 Corinna Vinschen <corinna@vinschen.de>
12352
12353 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12354 and $$s/newlib/libc/sys/cygwin32 include paths.
12355 * configure: Ditto.
12356
0c130f81
MM
123572003-05-12 Michael Meissner <gnu@the-meissners.org>
12358
12359 * MAINTAINERS: Update my email addresses.
12360
aa1a100b
EB
123612003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12362
12363 * config-ml.in: Propagate INSTALL variables.
f7c50032 12364
87861833
GP
123652003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12366
12367 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12368
de722255
CD
123692003-05-02 Chris Demetriou <cgd@broadcom.com>
12370
6eb95e99
ZW
12371 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12372 * Makefile.in: Regenerate.
de722255 12373
96c4a002
WB
123742003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12375
12376 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12377
55b15a11
WB
123782003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12379
12380 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12381
0c227849
DJ
123822003-04-27 Daniel Jacobowitz <drow@mvista.com>
12383
12384 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12385 * Makefile.in: Regenerated.
12386
d45148c1
WB
123872003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12388
12389 * MAINTAINERS (Write After Approval): Upgrade myself from
12390 GNATS only to write-after-approval. Update my mail address.
12391
dce2d8b2 123922003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
12393
12394 (OS Port Maintainers: freebsd): Add myself.
12395
438f50c3
MM
123962003-04-22 Mark Mitchell <mark@codesourcery.com>
12397
12398 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12399
9074e169
KJ
124002003-04-22 Kean Johnston <jkj@sco.com>
12401
12402 * MAINTAINERS (SCO ports): Added myself.
12403
dfd39a2e
NS
124042003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12405
12406 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12407
ccbae82a
KJ
124082003-04-19 Kean Johnston <jkj@sco.com>
12409
12410 * MAINTAINERS (Write After Approval): Add myself.
12411
2f50999f
GP
124122003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12413
12414 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12415 * Makefile.in: Regenerate.
12416
e9b84181
JJ
124172003-04-18 Jakub Jelinek <jakub@redhat.com>
12418
12419 * configure.in (powerpc64*-*-linux*): Remove.
12420 * configure: Rebuilt.
12421
1ca4c6e1
PE
124222003-04-17 Phil Edwards <pme@gcc.gnu.org>
12423
12424 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12425 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12426 and restrap.
12427 * Makefile.in: Regenerate.
12428
0590b963
RE
124292003-04-16 Richard Earnshaw <rearnsha@arm.com>
12430
12431 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12432 * configure: Regenerated.
12433
ff41a56f
DD
124342003-04-15 DJ Delorie <dj@redhat.com>
12435
12436 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12437
50d440bc
NC
124382003-04-13 Nick Clifton <nickc@redhat.com>
12439
12440 * config-ml.in: Remove support for --disable-aix removing
12441 call-aix multilibs.
12442
b1e0a93e
AO
124432003-04-10 Alexandre Oliva <aoliva@redhat.com>
12444
12445 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12446 * */configure: Rebuilt.
12447
71fb704d
JS
124482003-04-08 Joel Sherrill <joel@oarcorp.com>
12449
12450 * MAINTAINERS: Add my email address.
12451
3897ea90
OH
124522003-03-17 Olivier Hainque <hainque@act-europe.fr>
12453
12454 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 12455
93c834b7
NN
124562003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12457
12458 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12459 * Makefile.in: Regenerate.
12460
82c34dcb
MC
124612003-03-14 Michael Chastain <mec@shout.net>
12462
12463 * Makefile.in: Regenerate with correct Makefile.def.
12464
73458fb7
NN
124652003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12466
12467 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12468 Make macro.
12469 * Makefile.in: Regenerate.
12470 * configure.in: Clean up gxx_include_dir logic.
12471 * configure: Regenerate.
12472
32cf27e5
AE
124732003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12474
12475 * MAINTAINERS (Write After Approval): Add myself.
12476
c727e7a0
BE
124772003-03-10 Ben Elliston <bje@wasabisystems.com>
12478
12479 * MAINTAINERS: Update my mail address.
12480
9a27ac7a
FS
124812003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12482
12483 * configure.in (gxx_include_dir): Fix typo.
12484 * configure: Regenerated.
12485
3aa83176
NN
124862003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12487
12488 * Makefile.tpl: Reindent.
12489 * Makefile.in: Regenerate.
12490 * configure.in: Reindent. Don't set unused variables.
12491 * configure: Regenerate.
12492
9124bc53
DJ
124932003-03-04 Daniel Jacobowitz <drow@mvista.com>
12494
12495 * configure.in: Include $(build_tooldir)/sys-include in
12496 FLAGS_FOR_TARGET.
12497 * configure: Regenerated.
12498
cb543528
NN
124992003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12500
c858bf1e
NN
12501 * Makefile.tpl: Always pass down RANLIB.
12502 * Makefile.in: Regenerate.
12503
aa9c3ab4
NN
12504 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12505 * Makefile.in: Regenerate.
12506 * configure.in: Remove unused logic relating to --enable-shared
12507 and --enable-threads. Remove bogus comments. Remove redundant
12508 noconfigdirs.
12509 * configure: Regenerate.
12510
cb543528
NN
12511 * configure.in: Replace ${libstdcxx_version} by its value.
12512 Remove reference to mh-dgux.
12513 * configure: Regenerate.
12514
53f70c1b
KB
125152003-03-03 Kevin Buettner <kevinb@redhat.com>
12516
12517 * MAINTAINERS (Write After Approval): Add myself.
12518
df0f0674
NN
125192003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12520
12521 * Makefile.tpl: Rearrange.
12522 * Makefile.in: Regenerate.
12523
dce2d8b2 125242003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
12525
12526 * configure.in: Add support for kaOS as cross build target system.
12527 * configure: Regenerated.
12528
a7a287eb
SB
125292003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12530
12531 * MAINTAINERS (Write after approval): Add myself.
12532
ff00c8a2
JW
125332003-02-21 James E Wilson <wilson@tuliptree.org>
12534
12535 * MAINTAINERS: Update my email address.
12536
abb2db7a
ZW
125372003-02-21 Zack Weinberg <zack@codesourcery.com>
12538
12539 * MAINTAINERS: Add self to blanket write privs. section.
12540
e9f2dc3b
SM
125412003-02-20 Sean McNeil <sean@blue.mcneil.com>
12542
12543 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12544 configure-target-* as some target builds may require additional
12545 flags for preprocessor tests.
12546 * Makefile.in: Regenerated.
12547
ee03dc5e
AO
125482003-02-19 Alexandre Oliva <aoliva@redhat.com>
12549
11856278
AO
12550 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12551 * ltconfig: Handle it.
12552 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12553 auto-detecting it.
12554
274aef32
AO
12555 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12556 it is used as argument to $CC.
12557 * ltcf-gcj.sh: Likewise.
12558
ee03dc5e
AO
12559 * configure.in: Introduce --enable-maintainer-mode.
12560 * configure: Rebuilt.
12561 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12562 for maintainer mode.
12563 * Makefile.in: Rebuilt.
12564
30db8e17
JM
125652003-02-18 Jason Merrill <jason@redhat.com>
12566
12567 * Makefile.tpl (check-c++): Allow parallelism.
12568
cab60ac6
GP
125692003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12570
12571 * MAINTAINERS: Remove John Carr (who never actually had access to
12572 gcc.gnu.org).
12573
c8e5d1af
GK
125742003-02-15 Geoffrey Keating <geoffk@apple.com>
12575
12576 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12577 don't configure target-libobjc.
12578 * configure: Regenerate.
12579
70f91f50
RO
125802003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12581
12582 * Makefile.tpl (RANLIB): Define.
12583 * Makefile.in: Regenerate.
12584
669e9062
LB
125852003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12586
12587 * MAINTAINERS: Update my email.
abb2db7a 12588
61b56b2e
KS
125892003-02-06 Keith R Seitz <keiths@redhat.com>
12590
12591 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12592 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12593 * Makefile.in: Regenerated.
12594 * configure.in: Remove all traces of snavigator, db, and grep.
12595 * configure: Regenerated.
12596
a1ba6e15
GP
125972003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12598
12599 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12600 After Approval.
12601
f5f2cce5
CC
126022003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12603
12604 * MAINTAINERS (Write after approval): Add myself.
12605
ba49f6f1
FCE
126062003-01-31 Frank Ch. Eigler <fche@redhat.com>
12607
12608 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12609 * Makefile.in: Regenerated.
12610
ccf9f10c
RS
126112003-01-30 Roger Sayle <roger@eyesopen.com>
12612
12613 * config.guess: Updated to 2003-01-30's version.
12614 * config.sub: Updated to 2003-01-28's version.
12615
a693735b
AO
126162003-01-30 Alexandre Oliva <aoliva@redhat.com>
12617
12618 * config.if: If gcc_version is already set, just use it. Don't set
12619 gcc_version_trigger if it's already set, otherwise set it to
12620 gcc/version.c, but only if the file exists. If it is not set and
12621 gcc/version.c does not exist, try to extract the version number from
12622 $CC.
12623
204c43d6
AT
126242003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12625
abb2db7a 12626 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 12627
842e91ec
PE
126282003-01-27 Phil Edwards <pme@gcc.gnu.org>
12629
12630 * configure.in: Revert 24Jan change.
12631 * configure: Regenerate.
12632
6b99984e
GP
126332003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12634
12635 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12636 entry of HJ Lu.
12637
806e0935
NN
126382003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12639
12640 * configure.in: Revert previous change.
12641 * configure: Regenerate.
12642
307a9864
NN
126432003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12644
12645 * configure.in: Make rda native-only.
12646 * configure: Regenerate.
12647
02ba6302
VR
126482003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12649
12650 * MAINTAINERS: Move myself from GNATS-only-accounts to
12651 write-after-approval.
12652
77d187bc
NN
126532003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12654
12655 * configure.in: Add missing \.
12656 * configure: Rebuilt.
12657
a94a2d4c
JJ
126582003-01-17 Jakub Jelinek <jakub@redhat.com>
12659
12660 * configure.in (baseargs): Avoid using \| in sed regular
12661 expressions.
12662 * configure: Rebuilt.
12663
73f84924
JJ
126642003-01-16 Jakub Jelinek <jakub@redhat.com>
12665
12666 * configure.in (baseargs): Remove all supported forms of
12667 --cache-file, --srcdir, --host, --build and --target options
12668 from argument lists.
12669 * configure: Rebuilt.
12670
8c12fc63
JZ
126712003-01-15 Josef Zlomek <zlomekj@suse.cz>
12672
12673 * MAINTAINERS: Add myself to write-after-approval list.
12674
7c005a3a
AO
126752003-01-15 Alexandre Oliva <aoliva@redhat.com>
12676
12677 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12678 * configure: Rebuilt.
12679
3dfabf63
NN
126802003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12681
12682 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12683 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12684 * Makefile.in: Regenerate.
12685 * configure: Regenerate.
12686
cf53ae10
AO
126872003-01-09 Alexandre Oliva <aoliva@redhat.com>
12688
12689 * configure.in: Remove Makefile in build, host and target modules
12690 unless configure was run with --no-recursion.
12691 * configure: Rebuilt.
12692
3fbe8e4a
CC
126932003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12694
12695 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12696 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12697 * Makefile.in: Regenerate.
12698
66e2aa7d
CD
126992003-01-08 Chris Demetriou <cgd@broadcom.com>
12700
12701 * config.guess: Update to 2003-01-03 version.
12702 * config.sub: Update to 2003-01-03 version.
12703
b5038cfb
CF
127042003-01-07 Christopher Faylor <cgf@redhat.com>
12705
12706 * configure: Regenerate with proper autoconf 2.13.
12707
d02c69be
CF
127082003-01-07 Christopher Faylor <cgf@redhat.com>
12709
12710 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 12711 * configure: Regenerate.
d02c69be 12712
e914a571
AC
127132003-01-06 Andrew Cagney <ac131313@redhat.com>
12714
12715 * configure.in (GDB_TK): Add tcl directories conditional on
12716 gdb/gdbtk directory being present.
12717 * configure: Regenerate.
abb2db7a 12718
dce2d8b2 127192003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12720
dce2d8b2
EB
12721 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12722 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
12723 * configure: Rebuilt.
12724
89a7012a
TT
127252002-12-31 Tom Tromey <tromey@redhat.com>
12726
12727 * Makefile.in: Rebuilt.
12728 * Makefile.def (target_modules) [libffi]: Allow installation.
12729
3f4f56e2
AS
127302002-12-31 Andreas Schwab <schwab@suse.de>
12731
12732 * configure.in: Fix use of $program_transform_name.
12733 * configure: Regenerated.
12734
6c1b8d0a
DJ
127352002-12-30 Daniel Jacobowitz <drow@mvista.com>
12736
12737 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 12738 * configure: Regenerated.
6c1b8d0a 12739
c5120911
AO
127402002-12-29 Alexandre Oliva <aoliva@redhat.com>
12741
12742 * Makefile.tpl (local-distclean): Don't remove...
12743 (multilib.ts): ... this. Moved into...
12744 (multilib.out): ... this. Don't use sub-make.
12745 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
12746 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
12747 (configure-build-[+module+], configure-[+module+],
12748 configure-target-[+module+], configure-gcc): ... these. Test
12749 for Makefile existence. Drop config.status from dependencies.
12750 * Makefile.in: Rebuilt.
12751 * configure.in: Move gcc-version-trigger to the end of
12752 ac_configure_args. Add comments to maybedep.tmp and
12753 serdep.tmp. Introduce --disable-serial-configure. Remove
12754 nonopt from baseargs, matching and removing corresponding
12755 whitespace while at it.
12756 * configure: Rebuilt.
12757
e245b0ea
AO
127582002-12-28 Alexandre Oliva <aoliva@redhat.com>
12759
903de295
AO
12760 * configure.in (host_configargs): Replace reference to
12761 no-longer-defined buildopts with --build=${build_alias}.
12762 * configure: Rebuilt.
12763
e245b0ea
AO
12764 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
12765 program_transform_name to standard idiom.
12766 (AUTOGEN, AUTOCONF): Define.
12767 (Makefile.in): Use $(AUTOGEN).
12768 (Makefile): Depend on config.status, and use autoconf-style rule to
12769 build it. Move original commands to...
12770 (config.status): ... this new target.
12771 (configure): Add $(srcdir). Depend on config/acx.m4. Use
12772 $(AUTOCONF).
12773 * Makefile.in: Rebuilt.
12774
671aa708
NN
127752002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
12776
53fbfb58
NN
12777 * Makefile.tpl: Fix dramatic bustage due to change in
12778 program_transform_name.
12779 * Makefile.in: Regenerate.
12780
12781 * configure.in: Remove unnecessary PATH setting.
12782 * configure: Regnerate.
12783
12784 * configure.in: Don't default to unprefixed tools unless
12785 the native tools will work.
12786 * configure: Regenerate.
12787
671aa708
NN
12788 * configure.in: Convert to autoconf script. Blow away lots
12789 of now-redundant Makefile fragments.
12790 * configure: Generate using Autoconf.
12791 * Makefile.tpl: Rewrite to reflect autoconfiscation.
12792 * Makefile.in: Regenerate.
12793
57f40826
NN
127942002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
12795
3fedb745
NN
12796 * configure: Fix stupid bug where RANLIB was mistakenly included.
12797
abb2db7a 12798 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
12799 (build_configargs, host_configargs, target_configargs).
12800
12801 * configure.in: Move logic out of sed statement.
12802
abb2db7a 12803 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
12804 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
12805
315fa0f4
SS
128062002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
12807
12808 * config.sub: Import from master repository
12809 * config.guess: Ditto
12810
45aff44f
AS
128112002-12-24 Andreas Schwab <schwab@suse.de>
12812
12813 * Makefile.tpl (multilib.out): Fix missing space.
12814 * Makefile.in: Regenerate.
12815
88b5521b
NN
128162002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
12817
12818 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
12819 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
12820 * Makefile.in: Regenerate.
12821 * configure.in: Remove unnecessary leftovers.
12822
2a726918
GK
128232002-12-21 Geoffrey Keating <geoffk@apple.com>
12824
12825 * configure.in (extra_ranlibflags_for_target): New variable.
12826 (*-*-darwin): Add -c to ranlib commands.
12827 * configure (tooldir): Handle extra_ranlibflags_for_target.
12828
aace3269 128292002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
12830
12831 * Makefile.tpl: Revert HJL's change.
12832 * Makefile.in: Regenerated.
12833 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
12834 always.
12835
f0895142
AS
128362002-12-19 Andreas Schwab <schwab@suse.de>
12837
12838 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
12839 * Makefile.in: Regenerate.
12840
dce2d8b2 128412002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
12842
12843 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
12844 * Makefile.in: Regenerated.
12845
12846 * configure.in (build_prefix): New. Substitute.
12847
212f6dd0
NN
128482002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
12849
79308c5d
NN
12850 * Makefile.tpl: Don't let real targets depend on phony targets.
12851 * Makefile.in: Regenerate.
12852
212f6dd0
NN
12853 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
12854 * Makefile.in: Regenerate.
12855
ab17919f
SS
128562002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
12857
12858 * config.sub: Import from master repository
12859 * config.guess: Ditto
12860
5ecf91d1
JM
128612002-12-16 Jason Merrill <jason@redhat.com>
12862
12863 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
12864 previous 'make bootstrap'.
12865 * Makefile.in: Regenerate.
12866
d8437e1b
HPN
128672002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
12868
12869 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
12870
4977bab6
ZW
128712002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
12872
12873 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
12874 * Makefile.in: Regenerate.
12875
0edcfdcb
JM
128762002-12-13 Jason Merrill <jason@redhat.com>
12877
6248218a 12878 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
12879 library tests.
12880 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
12881 * Makefile.in: Regenerate.
12882
4977bab6
ZW
128832002-12-12 Alexandre Oliva <aoliva@redhat.com>
12884
12885 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
12886 * Makefile.in: Rebuilt.
12887
f87505dd
AO
128882002-12-12 Alexandre Oliva <aoliva@redhat.com>
12889
12890 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
12891
4977bab6
ZW
128922002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
12893
12894 * configure: Fix bug put in by gremlins.
12895
12896 * Makefile.tpl: Substitute more autoconfily.
12897 * configure: Substitute more autoconfily.
12898 * Makefile.in: Regenerate.
12899
7f0db92a
SS
129002002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
12901
12902 * config.sub: Import from master repository
12903 * config.guess: Ditto
12904 * MAINTAINERS: Added Svein Seldal under write after approval
12905
4977bab6
ZW
129062002-12-08 Andrew Cagney <ac131313@redhat.com>
12907
12908 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
12909 * Makefile.in (all-sim): Ditto.
12910
129112002-12-06 DJ Delorie <dj@redhat.com>
12912
12913 * Makefile.tpl: Change configure dependencies to not have real
12914 targets depend on phony targets.
12915
129162002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
12917
12918 * configure.in: Revert unintentional change.
12919
12920 * Makefile.tpl: Change dependency for */multilib.out so that
12921 it works when gcc isn't in the tree.
12922
12923 * configure.in: Substitute more.
12924 * configure: Run subconfigures from the Makefile.
12925 * Makefile.tpl: Run subconfigures from the Makefile; add a few
12926 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
12927
67f1b906
GP
129282002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12929
12930 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
12931
4977bab6
ZW
129322002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
12933
12934 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
12935 and corresponding dependencies.
12936 * Makefile.in: Regenerate.
12937
12938 * configure.in (host_tools): Order binutils, gas and ld for
12939 convenience in running the testsuites.
12940
12941 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
12942 * Makefile.in: Regenerate.
12943 * configure.in: Introduce rules to serialize subconfigure runs.
12944
12945 * configure.in: Introduce BASE_CC_FOR_TARGET.
12946 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
12947 Realize configure-build-* targets. Realize configure-target-* targets.
12948 * Makefile.in: Regenerate.
12949
129502002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
12951
12952 * configure: Move gcc_version_trigger stuff from here...
12953 * configure.in: ...to here.
12954
12955 * configure.in: Separate subconfigure options added by this file from
12956 options given by the user. Add machinery to put args for host
12957 subconfigures into the Makefile.
12958
12959 * Makefile.tpl: Remove 'vault' targets.
12960 * Makefile.tpl: Reorder and comment dependencies.
12961 * Makefile.in: Regenerate.
12962
129632002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
12964 * configure.in: Fix my broken commit of previous patch. (sigh)
12965
743f054e
GK
129662002-11-28 Geoffrey Keating <geoffk@apple.com>
12967
12968 * configure.in: Move host-specific darwin noconfigdirs into
12969 the host-specific section.
12970
4977bab6
ZW
129712002-11-28 Geoffrey Keating <geoffk@apple.com>
12972
12973 * configure.in: Move host-specific darwin noconfigdirs into
12974 the host-specific section.
12975
129762002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
12977
12978 * configure: Remove skip-this-dir support.
12979 * Makefile.tpl: Remove skip-this-dir support.
12980
12981 * Makefile.tpl: Remove leftover support for non-autoconfiscated
12982 subdirectories.
12983 * Makefile.in: Regenerate.
12984
12985 * Makefile.tpl: Strip out useless setting of 'dir'.
12986 * Makefile.in: Regenerate.
12987
129882002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
12989
12990 * configure.in: Fix deeply stupid bug.
12991
12992 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
12993 shell code in CXX_FOR_TARGET
12994 * Makefile.def: Introduce raw_cxx.
12995 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
12996 RAW_CXX_FOR_TARGET.
12997 * Makefile.in: Regenerate.
12998
129992002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
13000
13001 * Makefile.tpl: Remove unnecessary ifs.
13002 * Makefile.in: Regenerate.
13003
13004 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
13005 dependencies. Maybe-ize build-libiberty. Create dummy install
13006 targets for 'no_install' modules.
13007 * configure: Move GDB_TK substitution to configure.in. Move
13008 build_modules stuff to configure.in.
13009 * configure.in: Implement soft dependency machinery. Maybe-ize
13010 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
13011 * Makefile.in: Regenerate.
13012
130132002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
13014
13015 * Makefile.tpl: Make all-target, install-target behave similarly
13016 to all, install (only hitting configured targets). Eliminate
13017 unused macro defintions.
13018
13019 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13020 build != host.
13021
13022 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13023
13024 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13025
13026 * configure.in: Produce lists of subdir targets we're actually
13027 configuring. Remove references to "dosrel".
13028 * Makefile.tpl: Let configure set which subdir targets are hit.
13029 Remove install-cross; clean up install; remove ALL. Remove
13030 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
13031 Autogenerate host module targets. Remove empty dependency lines
13032 and redundant dependency; rearrange slightly.
13033 * Makefile.def: Add host-side libtermcap, utils.
13034
13035 * Makefile.in: Regenerate.
13036
e6226a2f
RO
130372002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13038
13039 * ltconfig (osf[345]): Append $major to soname_spec.
13040 Reflect this in library_names_spec.
13041 * ltmain.sh (osf): Prefix $major with . for use as extension.
13042
3b75d237
AJ
130432002-11-19 Andreas Jaeger <aj@suse.de>
13044
13045 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13046 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13047 and sparc64 GNU/Linux systems.
13048
809108de
NS
130492002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13050
13051 * MAINTAINERS: Update email.
13052
e7e0de7e
GP
130532002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13054
13055 * MAINTAINERS: Complete James Dennett's entry.
13056
f7109dea
EB
130572002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13058
13059 * MAINTAINERS (Write After Approval): Add myself.
13060
d3ac17c9
BK
130612002-11-13 Bruce Korb <bkorb@gnu.org>
13062
13063 * Makefile.tpl: syntactic cleanup
13064
dce2d8b2 130652002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
13066
13067 * MAINTAINERS: Add myself to write-after-approval list.
13068
4977bab6
ZW
130692002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13070
13071 * Makefile.def: Add list of recursive targets to autogenerate.
13072 Add build_modules.
13073 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13074 targets. Autogenerate *-build-* targets.
13075 * Makefile.in: Regenerate.
13076
130772002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13078
13079 * configure: More autoconf-style substitutions.
13080 * Makefile.tpl: More autoconf-style substitutions.
13081 * Makefile.in: Regenerate.
13082
130832002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13084
13085 * configure: Substitute more variables in a more autoconf-friendly
13086 way. Simplify slightly.
13087 * Makefile.tpl: Make more variables substitutable in an
13088 autoconf-friendly way.
13089 * Makefile.in: Regenerate.
13090
d4783999
JW
130912002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13092
13093 * MAINTAINERS (Write After Approval): Add myself.
13094
4977bab6
ZW
130952002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13096
13097 * configure.in (v810*): Remove special setting of tools.
13098
13099 * configure: Add support for extra required flags for ar or nm.
13100 * configure.in (aix4.3+): Use above support for target-specific
13101 issues, rather than using config/mt-aix43.
13102
131032002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13104
13105 * configure: Remove 'removing', which doesn't work. Replace $subdir
13106 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13107 with $srcdir. Reformat indentation. Substitute some variables
13108 formerly hard-coded in the Makefile for build=host.
13109 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13110 * Makefile.def: Autogenerate more.
13111 * Makefile.in: Regenerate.
13112
1c9c903e
AN
131132002-11-04 Adam Nemet <anemet@lnxw.com>
13114
13115 * MAINTAINERS (Write After Approval): Add myself.
13116
40673d2b
KB
131172002-11-04 Kevin Buettner <kevinb@redhat.com>
13118
13119 * Makefile.def (host_modules): Add rda.
13120 * Makefile.in: Regenerate.
13121 * configure.in (target_tool): Add target-rda to list.
13122
42e650ae
GP
131232002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13124
13125 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13126
e004b81f
PE
131272002-10-25 Phil Edwards <pme@gcc.gnu.org>
13128
13129 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13130 and restrap targets to this rule.
13131 * Makefile.in: Regenerate.
13132
06bd49b1
GP
131332002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13134
13135 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13136 GNATS only accounts.
13137
d0af82b0
HPN
131382002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13139
13140 * configure.in (i[3456]86-*-linux*): Add check to disable
13141 ${libgcj} for glibc1.
13142
10782654
DC
131432002-10-24 Denis Chertykov <denisc@overta.ru>
13144
13145 * MAINTAINERS: Add myself as ip2k port maintainer.
13146
a5a438f5
SS
131472002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13148
13149 * configure.in: Add tic4x target.
13150
fe3d5b7f
NN
131512002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13152
aba8a494
NN
13153 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13154 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13155 * Makefile.in: Regenerate.
13156
fe3d5b7f
NN
13157 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13158 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13159 * Makefile.in: Regenerate.
13160
a6ad79e7
JJ
131612002-10-02 Janis Johnson <janis187@us.ibm.com>
13162
13163 * MAINTAINERS: Add myself as web pages co-maintainer.
13164
6a8a9058
NN
131652002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13166
13167 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13168 * Makefile.in: Regenerate.
13169
327d975a
ZW
131702002-10-02 Zack Weinberg <zack@codesourcery.com>
13171
13172 * MAINTAINERS: Add myself and Nathan Sidwell
13173 <nathan@codesourcery.com> as VxWorks maintainers.
13174
a5ae8f19 131752002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
13176
13177 * Makefile.def: Remove order dependency comments.
13178 * Makefile.tpl: Add explicit install-install dependencies.
13179 * Makefile.in: Regenerate.
d0f6c823 13180
34c6040c 13181 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 13182 * Makefile.in: Regenerate.
34c6040c 13183
d0f6c823
NN
13184 * Makefile.tpl: Add configure-target (for src-release in src)
13185 * Makefile.in: Regenerate.
13186
50bd210b
NC
131872002-09-30 Nick Clifton <nickc@redhat.com>
13188
13189 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13190
ca25149e
UW
131912002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13192
13193 * configure.in (s390*-*-linux*): Enable libgcj.
13194
dd30b57d
NN
131952002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13196
9e60a678
NN
13197 * configure: Revert accidentally applied changes.
13198
dd30b57d
NN
13199 * Makefile.tpl: Make more autoconf-friendly.
13200 * Makefile.in: Regenerate.
13201 * configure: Make substitution more autoconf-like.
13202
5831424e
RE
132032002-09-28 Richard Earnshaw <rearnsha@arm.com>
13204
13205 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13206 single entry to handle all these.
13207 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13208 libjava on arm-*-elf.
13209
b7f3b15b
GK
132102002-09-27 Geoffrey Keating <geoffk@apple.com>
13211
13212 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13213 things that depend on them.
13214
0dffceed
NN
132152002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13216
13217 * Makefile.tpl: Make subsituted variables more autoconfy.
13218 * Makefile.in: Regenerate.
13219 * configure: Make seds more autoconfy.
13220
1db75a86 132212002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
13222
13223 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13224 * Makefile.in: Regenerate.
13225 * configure.in: Rewrite sed statements to look autoconfy.
13226
1db75a86
NN
13227 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13228 all-target-foo on configure-target-foo.
13229 * Makefile.def: Ditto.
13230 * Makefile.in: Rebuild.
13231
741a4e89
AH
132322002-09-25 Andrew Haley <aph@redhat.com>
13233
13234 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13235
95ddd785
NN
132362002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13237
13238 * Makefile.def: New file.
13239 * Makefile.tpl: New file.
13240 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13241 * contrib/gcc_update: Note that Makefile.in is a generated file.
13242
13243 * configure.in: Minor rearrangement. Simplify tests.
13244
65a824f6
JT
132452002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13246
13247 * configure.in (with_headers): Skip copy if value is "yes".
13248 (with_libs): Likewise.
13249
51270f0a 132502002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
13251
13252 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13253 * configure.in (sh*-*-pe*): Ditto.
13254 * configure.in (mips*-*-pe*): Ditto.
13255 * configure.in (*arm-wince-pe): Ditto.
13256
8f89dbf4
NN
13257 * configure.in: Rearrange.
13258
c1b8db3f
KH
132592002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13260
13261 * MAINTAINERS: Update my email address.
13262
341f0575
PK
132632002-08-30 Paul Koning <pkoning@equallogic.com>
13264
13265 * MAINTAINERS: (Write After Approval): Add myself.
13266
d2e06980
GK
132672002-08-29 Geoffrey Keating <geoffk@redhat.com>
13268
13269 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13270
4906d5d8
GK
132712002-08-24 Geoffrey Keating <geoffk@redhat.com>
13272
13273 * MAINTAINERS: Change my mailing address.
13274
e9a25cc8
PC
132752002-08-21 Paolo Carlini <pcarlini@unitus.it>
13276
13277 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 13278 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 13279
dce2d8b2 132802002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
13281
13282 * MAINTAINERS (Write After Approval): Remove myself.
13283 (Various Maintainers: c++ runtime libs): Add myself.
13284
5ce6f47b
EC
132852002-08-15 Eric Christopher <echristo@redhat.com>
13286
13287 * config.sub: Import from master repository.
13288 * config.guess: Ditto.
13289
7f9317f0
AO
132902002-08-19 Alexandre Oliva <aoliva@redhat.com>
13291
13292 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13293 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13294 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13295
7aecca3d
AH
132962002-08-16 Aldy Hernandez <aldyh@redhat.com>
13297
13298 * MAINTAINERS: Add self to rs6000 vector extensions.
13299
8ea4b195
AO
133002002-08-15 Alexandre Oliva <aoliva@redhat.com>
13301
13302 * libiberty/configure: Reverted unintended yesterday's check in.
13303
f5cc59a7
AO
133042002-08-14 Alexandre Oliva <aoliva@redhat.com>
13305
13306 * boehm-gc/configure, libf2c/configure: Rebuilt.
13307 * libffi/configure, libiberty/configure: Ditto.
13308 * libjava/configure, libobjc/configure: Ditto.
13309 * libstdc++-v3/configure, zlib/configure: Ditto.
13310 Merged from binutils:
13311 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13312 From Steve Ellcey <sje@cup.hp.com>:
13313 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13314 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13315 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13316 IA64.
13317 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13318 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13319 soname_spec, sys_lib_search_path_spec): Ditto.
13320
dce2d8b2 133212002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
13322
13323 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13324
2ff34870
L
133252002-08-04 H.J. Lu (hjl@gnu.org)
13326
13327 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13328
a014f2fe
KW
133292002-08-02 Krister Walfridsson <cato@df.lth.se>
13330
13331 * MAINTAINERS (Write After Approval): Add myself.
13332
c01d477a
AM
133332002-07-31 Alan Modra <amodra@bigpond.net.au>
13334
13335 * configure.in: Move generic linux case to end. Copy generic
13336 linux noconfigdirs to mips*-*-linux* entry and new
13337 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13338
68cd2524
MM
133392002-07-19 Michael Matz <matz@suse.de>
13340
13341 * MAINTAINERS: Add myself as ra* maintainer.
13342
e2d83b8c
CD
133432002-07-16 Chris Demetriou <cgd@broadcom.com>
13344
13345 * config.guess: Update to 2002-07-09 version.
13346 * config.sub: Update to 2002-07-03 version.
13347
cece4f1d
HPN
133482002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13349
13350 * MAINTAINERS: Fix typo in a maintainer email address.
13351
bb654703
NN
133522002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13353
13354 * configure.in: Remove two redundant tests.
13355
789b7de5
RO
133562002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13357
13358 * configure.in (mips*-*-irix6*o32): Enable stabs.
13359
e1da1089
NN
133602002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13361
f3970bba
NN
13362 * configure.in: Don't build grez.
13363 * Makefile.in: Ditto.
13364
e1da1089
NN
13365 * Makefile.in: Remove references to bsp, cygmon, libstub.
13366 * configure.in: Ditto.
13367
13368 * configure.in: Remove leftover reference to gdbtest.
13369
57c905fa
PE
133702002-07-08 Phil Edwards <pme@gcc.gnu.org>
13371
13372 * configure.in (gxx_include_dir): Change to match versioned
13373 C++ headers if --enable-version-specific-runtime-libs is used.
13374
a0af94a7 133752002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 13376
a0af94a7
SE
13377 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13378
423ce3eb
NN
133792002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13380
13381 * configure.in: Make --without-x work.
13382
98186934
NN
133832002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13384
c3b7d169
NN
13385 * configure.in: Rearrange target Makefile fragment collection.
13386
98186934
NN
13387 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13388 cvs[src].
13389 * configure.in: Ditto.
13390
eebd288a
MK
133912002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13392
13393 * MAINTAINERS (Write After Approval): Update my e-mail address.
13394
3ab36f05
NN
133952002-06-24 Ben Elliston <bje@redhat.com>
13396
13397 * configure.in (host_tools): Remove cgen.
13398
13399 * Makefile.in (all-cgen): Remove; runs from its source directory.
13400 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 13401 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
13402 (all-sim): Likewise.
13403
dce2d8b2 134042002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
13405
13406 * Makefile.in: Eliminate 'apache' targets.
13407 * configure.in: Eliminate 'apache' targets.
13408
55380b08
NN
13409 * configure.in: Eliminate redundant tests. Reorganize.
13410
9a5c1b9d
NN
13411 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13412
5fd3853a
NN
13413 * config-ml.in: Eliminate references to Cygnus configure.
13414
cfefc434
NN
13415 * Makefile.in: Eliminate references to building emacs.
13416
2fe93885
GS
134172002-06-28 Graham Stott <graham.stott@btinternet.com>
13418
13419 * MAINTAINERS: Update my email address.
13420
53c40185
BK
134212002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13422
13423 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 13424 (cxx_incdir): Remove.
53c40185 13425
97679694
NN
134262002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13427
13428 * MAINTAINERS (Write After Approval): Add self.
13429
b03bcd37
DC
13430Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13431
13432 * configure.in: Add support for ip2k.
13433
6bd12129
NN
134342002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13435
13436 * configure.in: Fix AIX configury bug.
13437
e0d98a92
SE
134382002-06-20 Steve Ellcey <sje@cup.hp.com>
13439
13440 * MAINTAINERS (Write After Approval): Add self.
13441
ba3292db
NN
134422002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13443
ef40bc65
NN
13444 * configure.in: replace ${topsrcdir} with ${srcdir}
13445
7a0be465
NN
13446 * configure.in: Move definition of libstdcxx_flags
13447 right above usage, rather than waaay earlier.
13448
e1848dde
NN
13449 * configure.in: Pull definition of is_cross_compiler earlier.
13450
8bc2fff1
NN
13451 * configure.in: Rearrange a little.
13452
ba3292db
NN
13453 * configure.in: Remove references to librx.
13454 * Makefile.in: Remove references to librx.
13455
11d8b408
DC
13456Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13457
13458 * config.sub: Add support for avr target.
13459 Import from master sources, rev 1.255
5ce6f47b 13460
93da8339
PE
134612002-06-19 Phil Edwards <pme@gcc.gnu.org>
13462
13463 * configure, .cvsignore: Revert previous change...
13464 * Makefile: ...delete.
13465
b4caab5c
NN
134662002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13467
13468 * configure.in: Eliminate ${gasdir} variable.
13469
ee777171
DB
134702002-06-18 Dave Brolley <brolley@redhat.com>
13471
13472 * configure.in: Add support for frv.
13473 * config.sub: Add support for frv.
13474
26e4af54
PE
134752002-06-18 Phil Edwards <pme@gcc.gnu.org>
13476
13477 * configure: Remove garbage from previous commit.
13478
bb20b7da
PE
134792002-06-18 Phil Edwards <pme@gcc.gnu.org>
13480
13481 * configure: For in-source builds, make a subdir and re-exec there.
13482 * Makefile: New file. Pass targets through to build directory.
13483 * .cvsignore: No longer ignore "Makefile".
13484
9d321f6c
DR
134852002-06-16 Douglas Rupp <rupp@gnat.com>
13486
13487 * MAINTAINERS (Write After Approval): Add self.
13488
c8eb2bc0
KG
134892002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13490
13491 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13492
f210d239
JT
134932002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13494
13495 * configure.in (vax-*-netbsd*): Re-enable gas.
13496
e9667b3c
NN
134972002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13498
efe1f357
NN
13499 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13500 BUILD_PREFIX_1, to correct nomenclature.
13501 * configure: Likewise.
13502
e9667b3c
NN
13503 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13504 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13505
fe2fe497
OH
135062002-05-31 Olaf Hering <olh@suse.de>
13507
13508 * config-ml.in: Propogate DESTDIR also.
13509
dcf7f0dd
JT
135102002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13511
13512 * configure.in (vax-*-netbsd*): Don't build gas for this
13513 platform.
13514
6ff14f32
MM
135152002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13516
13517 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13518 and libgcj for AVR.
13519
397de1ff
KK
135202002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13521
13522 * MAINTAINERS (Write After Approval): Add myself.
13523
ac30211c
JT
135242002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13525
13526 * config.guess: Update to 2002-05-22 version.
13527 * config.sub: Likewise.
13528
1e6347d8
RO
135292002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13530
13531 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13532 * config-ml.in: Likewise.
13533 * configure: Likewise.
13534 * configure.in: Likewise.
13535
e5ce1d6d
SC
135362002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13537
13538 * MAINTAINERS: Update my email address.
13539
6cdef75d
NN
135402002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13541
4a87f061
NN
13542 * configure.in: Simplify makefile fragment collection.
13543
13544 * configure.in: Remove code to build emacs.
603606e7 13545
e254d6b5
NN
13546 * configure.in : Remove --srcdir argument from targargs and buildargs
13547 (it's always overridden in the Makefile anyway). Rearrange a bit.
13548
13549 * configure: Move some logic to configure.in.
13550 * configure.in: Move some logic from configure.
6cdef75d 13551
1d6006fe
TT
135522002-05-11 Tom Tromey <tromey@redhat.com>
13553
13554 * MAINTAINERS: Reflect libgcj reality.
13555
b70b3534
FS
135562002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13557
13558 * Makefile.in: Honour DESTDIR.
13559
4434687a
MM
135602002-05-08 Mark Mitchell <mark@codesourcery.com>
13561
13562 * config.guess: Import 2002-03-20 version.
13563 * config.sub: Import 2002-04-26 version.
13564
a89e49c7
RO
135652002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13566
13567 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13568
44e55536
TJ
135692002-05-07 Tim Josling <tej@melbpc.org.au>
13570
13571 * MAINTAINERS: Add self.
13572
dce2d8b2 135732002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
13574
13575 * ltmain.sh: Detect and handle object name conflicts
13576 while piecewise linking a static library.
13577
b7c13625
AO
135782002-05-05 Alexandre Oliva <aoliva@redhat.com>
13579
13580 * configure.in (noconfigdirs): Don't disable libgcj on
13581 sparc64-*-solaris* and sparcv9-*-solaris*.
13582
4182d9fa
AO
135832002-05-03 Alexandre Oliva <aoliva@redhat.com>
13584
13585 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13586
7bebf279
TF
135872002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13588
13589 * configure.in (FLAGS_FOR_TARGET): Do not add
13590 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13591 on i[3456]86-*-linux*.
13592
9a06dc7d
TF
135932002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13594
13595 * configure.in (noconfigdirs): Replace [ ] with test.
13596
13597 * configure.in (noconfigdirs): Do not add target-newlib if
13598 target == i[3456]86-*-linux*, and host == target.
13599
a51a07fa
NN
136002002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13601
9e7facd6
DD
13602 * configure.in: delete reference to absent file
13603
aeaa0f2f
NN
13604 * configure.in: replace '[' with 'test'
13605
4bb98828
NN
13606 * configure.in: Eliminate references to gash.
13607 * Makefile.in: Eliminate references to gash.
13608
64791664
NN
13609 * configure.in: remove useless references to 'pic' makefile fragments.
13610
3ed57cf4
NN
13611 * configure.in: (*-*-windows*) Finish removing.
13612
a51a07fa
NN
13613 * configure.in: Eliminate redundant test for libgui.
13614
8552f6f1
RS
136152002-04-29 Roger Sayle <roger@eyesopen.com>
13616
13617 * MAINTAINERS: Add self and realphabetize. Update entries
13618 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13619 entry for a29k port maintainer.
13620
dce2d8b2 136212002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
13622
13623 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13624 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13625
704c9a14
NN
136262002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13627
13628 * configure.in: remove references to dead files
13629
7bff5059
MM
136302002-04-19 Mark Mitchell <mark@codesourcery.com>
13631
13632 * MAINTAINERS: Add information about purpose of this file.
13633
0c7c67f0
TT
136342002-04-18 Tom Tromey <tromey@redhat.com>
13635
13636 * configure.in: Disallow configuring libgcj when it is already
13637 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13638 Solaris 2.8 by default. For PR libgcj/6158.
13639
63501e91
NN
136402002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13641
13642 * configure.in: Move default CC setting out of config/mh-* fragments
13643 directly into here.
13644
701afd4d
NN
136452002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13646
13647 * configure.in: don't even try to configure or make a subdirectory
13648 if there's no configure script for it.
13649
07cdae91
MM
136502002-04-15 Mark Mitchell <mark@codesourcery.com>
13651
13652 * MAINTAINERS: Remove chill maintainers.
13653 * Makefile.in (CHILLFLAGS): Remove.
13654 (CHILL_LIB): Remove.
13655 (TARGET_CONFIGDIRS): Remove libchill.
13656 (CHILL_FOR_TARGET): Remove.
13657 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13658 CHILL_LIB.
13659 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13660 (CHECK_TARGET_MODULES): Likewise.
13661 (INSTALL_TARGET_MODULES): Likewise.
13662 (CLEAN_TARGET_MODULES): Likewise.
13663 (configure-target-libchill): Remove.
13664 (all-target-libchill): Remove.
13665 * configure.in (target_libs): Remove target-libchill.
13666 Do not compute CHILL_FOR_TARGET.
13667 * libchill: Remove directory.
5ce6f47b 13668
ab50d72b
DD
136692002-04-11 DJ Delorie <dj@redhat.com>
13670
13671 * Makefile.in, configure.in: Sync with binutils, entries
13672 follow...
13673
0a1e123a
DD
136742002-04-07 Andrew Cagney <ac131313@redhat.com>
13675
13676 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13677 (do-tar, do-bz2): New rules.
13678 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13679 (gdb-tar): New rule.
13680 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13681 (insight_dejagnu.tar): New rule.
13682 (insight.tar): New rule.
13683 (gdb+dejagnu.tar): New rule.
13684 (gdb.tar): New rule.
13685
ab50d72b
DD
136862002-02-01 Mo DeJong <supermo@bayarea.net>
13687
13688 * Makefile.in: Add all-tix to deps for all-snavigator
13689 so that tix is built when building snavigator.
13690
136912002-01-11 Steve Ellcey <sje@cup.hp.com>
13692
13693 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13694 ld and gdb are not supported.
13695
136962002-01-07 Mark Salter <msalter@redhat.com>
13697
13698 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13699 Allow target-libgloss to be built for arm, strongarm, and xscale.
13700
137012001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13702
13703 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13704 options for i[3456]86-pc-linux* native builds.
13705
137062001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13707
13708 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13709 files from .po files for a distribution.
13710
137112001-09-03 Jeff Holcomb <jeffh@redhat.com>
13712
13713 * configure.in: Enable libstdc++-v3 for h8300 targets.
13714
137152001-06-19 Alan Modra <amodra@bigpond.net.au>
13716
13717 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13718 version from bfd/.
13719
13720Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13721
13722 * Makefile.in (VER): When present, extract the version number from
13723 the file version.in.
13724
dce2d8b2 137252001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
13726
13727 * configure.in : enable ld for aix
13728
137292001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
13730
13731 * config.guess: Add linux target for S/390.
13732
137332000-11-07 Philip Blundell <pb@futuretv.com>
13734
13735 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
13736
137372000-11-03 Philip Blundell <pb@futuretv.com>
13738
13739 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
13740 files.
13741
137422001-01-15 Ben Elliston <bje@redhat.com>
13743
13744 * configure.in (host_tools): Add sid.
13745 Always configure cgen.
13746
137472000-11-24 Nick Clifton <nickc@redhat.com>
13748
13749 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
13750
ab50d72b
DD
137512000-08-20 Doug Evans <dje@casey.transmeta.com>
13752
13753 * Makefile.in (ALL_MODULES): Add all-cgen.
13754 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
13755 (all-cgen): New target.
13756 (all-opcodes,all-sim): Depend on all-cgen.
13757 * configure.in (host_tools): Add cgen.
13758 Only configure cgen if --enable-cgen-maint.
13759
dce2d8b2 137602002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
13761
13762 * configure.in: Add *-*-freebsd* configurations.
13763
90def2b2
TT
137642002-04-08 Tom Tromey <tromey@redhat.com>
13765
13766 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
13767 Fixes PR libgcj/6068.
13768
320d7e7a
KW
137692002-03-30 Krister Walfridsson <cato@df.lth.se>
13770
13771 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
13772
18b467f1
RO
137732002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13774
13775 * configure.in (alpha*-dec-osf*): Enable libgcj.
13776
dce2d8b2 137772003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
13778
13779 * MAINTAINERS (Write After Approval): Add myself.
13780
56ae9405
NC
137812002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
13782
13783 Fix for: PR bootstrap/3591, target/5676
13784 * configure.in (mcore-pe): Disable the configuration of
13785 libstdc++-v3 since exceptions are not supported.
13786
f18d9a0c
AG
137872002-03-20 Anthony Green <green@redhat.com>
13788
13789 * configure.in: Enable libgcj for xscale-elf target.
13790
dce2d8b2 13791Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
13792
13793 * MAINTAINERS: Update my email address.
13794
28eca9e8
AO
137952002-03-16 Alexandre Oliva <aoliva@redhat.com>
13796
13797 * ltmain.sh (relink_command): Fix typo in previous change.
13798
e67e72c7
AO
137992002-03-15 Alexandre Oliva <aoliva@redhat.com>
13800
13801 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
13802 (relink_command): Added --tag flags.
13803 (mode=install): If relinking fails; error out.
13804
c2273204
RH
138052002-03-12 Richard Henderson <rth@redhat.com>
13806
13807 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
13808 .NOTPARALLEL tag.
13809 (do-check): Rename from check.
13810 (check): Allow parallel check.
13811
bcb64245
BW
138122002-03-12 Bob Wilson <bob.wilson@acm.org>
13813
13814 * MAINTAINERS: Add myself as maintainer for xtensa port.
13815 Fix alphabetical order in CPU port maintainer list.
13816 Remove myself from Write After Approval list.
13817
63adb4ff
RH
138182002-03-11 Richard Henderson <rth@redhat.com>
13819
13820 * Makefile.in (.NOTPARALLEL): Add fake tag.
13821
9bec4bf0
L
138222002-03-07 H.J. Lu (hjl@gnu.org)
13823
13824 * configure.in: Enable gprof for mips*-*-linux*.
13825
c7fc1f84
DS
138262002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
13827
13828 * MAINTAINERS (Write After Approval): Add myself.
13829
6bff33fb
AO
138302002-02-28 Alexandre Oliva <aoliva@redhat.com>
13831
13832 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
13833 libjava.
13834 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
13835
0210b33b
AO
138362002-02-23 Alexandre Oliva <aoliva@redhat.com>
13837
13838 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
13839 because its Makefile is there; test for the executable instead.
13840
fcc0a3ef
AO
138412002-02-22 Alexandre Oliva <aoliva@redhat.com>
13842
13843 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
13844 libstdc++-v3 and libjava.
13845
dce2d8b2 138462002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
13847
13848 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
13849 boehm-gc
5ce6f47b 13850
40fe0ec3
AO
138512002-02-09 Alexandre Oliva <aoliva@redhat.com>
13852
13853 * config.guess: Updated to 2002-01-30's version.
13854 * config.sub: Updated to 2002-02-01's version.
13855 Contribute sh64-elf.
13856 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
13857 * configure.in: Added sh64-*-*.
13858
694d53ee
CD
138592002-02-08 Chris Demetriou <cgd@broadcom.com>
13860
13861 * MAINTAINERS: Belatedly add myself to write after approval list.
13862
a9ca50b1
JH
13863Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
13864
13865 * MAINTAINERS: Put self in as maintainer for x86-64 port.
13866 Remove self as Write After Approval.
13867
5ffc3500
GK
138682002-01-31 Geoffrey Keating <geoffk@redhat.com>
13869
13870 * MAINTAINERS: Put self in as maintainer for contrib/regression
13871 directory.
13872
4ceaf7fb
PE
138732002-01-28 Phil Edwards <pme@gcc.gnu.org>
13874
13875 * MAINTAINERS: Update my email address.
13876
51584787
JT
138772002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
13878
5ce6f47b
EC
13879 * configure.in (*-*-netbsd*): New. Skip target-newlib,
13880 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
13881 libraries if not supported for NetBSD on target CPU.
13882
5701d273
DR
138832002-01-25 Douglas B Rupp <rupp@gnat.com>
13884
13885 * install-sh: Use _inst.$$_ for temp file name.
13886
b299a075
JT
138872002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
13888
13889 * MAINTAINERS (Write After Approval): Move my contact info
13890 from here...
13891 (OS Port Maintainers): ...to here (netbsd).
13892
51fe14b5
BW
138932002-01-22 Bob Wilson <bob.wilson@acm.org>
13894
13895 * MAINTAINERS (Write After Approval): Add myself.
13896
dce2d8b2 138972002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
13898
13899 * Makefile.in (all-fastjar): Also depend on all-libiberty.
13900 (all-target-fastjar): Also depend on all-target-libiberty.
13901
3cd87679
L
139022002-01-16 H.J. Lu (hjl@gnu.org)
13903
13904 * config.guess: Import from master sources, rev 1.225.
13905 * config.sub: Import from master sources, rev 1.238.
13906
969a6d8f
KH
139072002-01-16 Kazu Hirata <kazu@hxi.com>
13908
13909 * MAINTAINERS (Write After Approval): Remove myself.
13910
366f6a52
FW
139112001-12-19 Florian Weimer <fw@deneb.enyo.de>
13912
13913 * MAINTAINERS (Write After Approval): Add myself.
13914
f02240b6
JM
139152001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
13916
13917 * MAINTAINERS: Add self as docs co-maintainer.
13918
5d08dc39
MK
139192001-12-11 Matthias Klose <doko@debian.org>
13920
13921 * MAINTAINERS (Write After Approval): Add myself.
13922
39e790d5
ZW
139232001-12-09 Zack Weinberg <zack@codesourcery.com>
13924
13925 * MAINTAINERS: Update my email address.
13926
4519d6a3
TC
139272001-12-07 Turly O'Connor <turly@apple.com>
13928 * MAINTAINERS (Write After Approval): Add myself.
13929 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
13930 (rs6000_initialize_trampoline): Call __trampoline_setup for
13931 ABI_DARWIN too.
13932 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 13933 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 13934
21cf0a73
PC
139352001-12-07 Paolo Carlini <pcarlini@unitus.it>
13936
13937 * MAINTAINERS (Write After Approval): Add myself.
13938
4ee43206
DR
13939Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
13940
13941 * configure, configure.in: Use temp file for long sed commands.
13942
251931f3
LG
139432001-12-03 Laurent Guerby <guerby@acm.org>
13944
13945 * config.sub: Update to version 1.232 on subversion.
13946
03777dd7
BE
139472001-12-03 Ben Elliston <bje@redhat.com>
13948
13949 * MAINTAINERS: Update mail address for config.* patches.
13950
dce2d8b2 139512001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
13952 Zack Weinberg <zack@codesourcery.com>
13953
13954 When build != host, create libiberty for the build machine.
13955
13956 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
13957 CONFIG_ARGUMENTS.
13958 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
13959 New variables.
13960 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
13961 and rules.
13962 (all.normal): Depend on ALL_BUILD_MODULES.
13963 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
13964 (all-build-libiberty): Depend on configure-build-libiberty.
13965
13966 * configure: Calculate and substitute proper value for
13967 ALL_BUILD_MODULES.
13968 * configure.in: Create the build subdirectory.
13969 Calculate and substitute TARGET_CONFIGARGS (formerly
13970 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
13971
04075e8f
ZL
139722001-11-26 Ziemowit Laski <zlaski@apple.com>
13973
13974 * MAINTAINERS (write-after-approval): Add self.
13975
ed19322d
CR
139762001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
13977
13978 * MAINTAINERS (GNATS only accounts): Remove self.
13979
90a12988
HPN
139802001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
13981
13982 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
13983 libf2c.
13984
77e653ad
CR
139852001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
13986
13987 * MAINTAINERS (Write After Approval): Add self.
13988
64adad99
DB
139892001-11-12 David O'Brien <obrien@FreeBSD.org>
13990
13991 * MAINTAINERS: mips and s390 are also CPU ports.
13992
834a28c7
DB
139932001-11-12 David O'Brien <obrien@FreeBSD.org>
13994
13995 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
13996
ef94239f
DB
139972001-11-11 David O'Brien <obrien@FreeBSD.org>
13998
13999 * MAINTAINERS: Alphabetize.
14000
beda0427
KH
140012001-11-09 Kazu Hirata <kazu@hxi.com>
14002
14003 * MAINTAINERS (Various maintainers: h8 port): Add myself.
14004
6ca224d3
JDA
140052001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
14006
14007 * MAINTAINERS (Various maintainers: hppa port): Added myself.
14008
132e4bd7
PE
140092001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
14010
14011 * configure.in (--enable-languages): Be more permissive about
14012 syntax. Check for empty lists better. Warn about $LANGUAGES.
14013
c6243b4c
GK
140142001-11-08 Geoffrey Keating <geoffk@redhat.com>
14015
14016 * config.sub: Import from master sources, rev. 1.230.
14017 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14018
abbb9e76
LG
140192001-11-07 Laurent Guerby <guerby@acm.org>
14020
14021 * MAINTAINERS (Write After Approval): Add self.
14022
53cdb27a
HPN
140232001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
14024
14025 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14026
dd3a88c9
HPN
140272001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
14028
14029 * config.sub: Import from master sources, rev 1.226.
14030 * config.guess: Import from master sources, rev 1.216.
14031
d344dce9
HPN
140322001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
14033
14034 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14035 * MAINTAINERS: Add self as maintainer of MMIX port.
14036 Remove old after-approval entry.
14037
63f6bcd7
JM
140382001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
14039
14040 * ChangeLog, configure: Fix spelling errors.
14041
84f92638
BK
140422001-10-20 Brendan Kehoe <brendan@zen.org>
14043
14044 * MAINTAINERS: Tweak my address.
14045
dce2d8b2 14046Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
14047
14048 * MAINTAINERS: Update my email address.
14049
1567080c 140502001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 14051
f48a3b5c 14052 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 14053 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 14054
30106886
GB
140552001-10-10 Geert Bosch <bosch@gnat.com>
14056
e490616e 14057 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
14058 Added Robert Dewar.
14059
dce2d8b2 140602001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
14061
14062 * MAINTAINERS (Write After Approval): Added self
14063
d1c3e709
GB
140642001-10-02 Geert Bosch <bosch@gnat.com>
14065
14066 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14067
50f5f793
JM
140682001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14069
14070 * configure: Handle temporary files securely using mkdir.
14071
7fddf9a9
AO
140722001-09-29 Alexandre Oliva <aoliva@redhat.com>
14073
14074 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14075
dce2d8b2 140762001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
14077
14078 * configure.in (*-*-linux*): Disable configuration of target-newlib
14079 and target-libgloss.
e490616e 14080
0c055e34
AO
140812001-09-26 Alexandre Oliva <aoliva@redhat.com>
14082
14083 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14084 RANLIB.
14085
759bfa90
AO
140862001-09-21 Alexandre Oliva <aoliva@redhat.com>
14087
14088 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14089 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14090 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14091 avoid quotes nesting problems.
14092 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14093 (DO_X): Export only variables that are set.
14094
1dc4a750
BE
140952001-09-19 Ben Elliston <bje@redhat.com>
14096
14097 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14098 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14099 semantics. Use the shell built-in "type" command instead.
14100
898c7238
AO
141012001-08-31 Alexandre Oliva <aoliva@redhat.com>
14102
14103 Merged from gcc-3_0-branch:
14104 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14105 * ltcf-c.sh: Use $objext, not $ac_objext.
14106 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14107 * ltcf-cxx.sh: Add support for GNU.
14108 2001-07-22 Timothy Wall <twall@redhat.com>
14109 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14110 default settings if using GNU tools with that configuration.
14111 * ltcf-cxx.sh: Ditto.
14112 * ltcf-gcj.sh: Ditto.
14113 2001-07-21 Michael Chastain <chastain@redhat.com>
14114 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14115 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14116 * ltmain.sh: Mark as gcc-local.
14117
8fa0a32e
EC
141182001-08-30 Eric Christopher <echristo@redhat.com>
14119 Jason Eckhardt <jle@redhat.com>
14120
14121 * config.guess: Merge from master sources.
14122 * config.sub: Merge from master sources, add support for mipsisa32.
14123
32f30f91 141242001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
14125 * config.sub: Merge from master sources, rev 1.219.
14126 * MAINTAINERS: Add self as contact for stormy16 port.
14127
f6084f99
ZW
141282001-08-14 Zack Weinberg <zackw@panix.com>
14129
14130 * config.sub: Merge from master sources, rev 1.218.
14131 * config.guess: Merge from master sources, rev 1.209.
14132
91b54f7f
GS
141332001-08-11 Graham Stott <grahams@redhat.com>
14134
14135 * Makefile.in (check-c++): Add missing semicolon.
14136
e5b3941e
JH
14137Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14138
32f30f91 14139 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 14140
6387a56e
EC
141412001-07-30 Eric Christopher <echristo@redhat.com>
14142
14143 * MAINTAINERS (Various maintainers: mips port): Added myself.
14144
53b475f0
AH
141452001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14146
e490616e 14147 * configure.in (sh-*-linux*): New.
53b475f0 14148
2a08c780
RH
141492001-07-27 Richard Henderson <rth@redhat.com>
14150
14151 * .cvsignore: Add LAST_UPDATED.
14152
bfa79422
UW
141532001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14154
14155 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14156
0ae85492
AH
141572001-07-16 Aldy Hernandez <aldyh@redhat.com>
14158
e490616e 14159 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 14160
8e1ab0fe
NP
14161Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14162
14163 * MAINTAINERS (Write After Approval): Added myself.
14164
2b997990
SC
141652001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14166
14167 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14168 and libgcj on m68hc11/m68hc12.
14169
d920e825
L
141702001-06-27 H.J. Lu (hjl@gnu.org)
14171
14172 * Makefile (CFLAGS_FOR_BUILD): New.
14173 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14174
d425a1e0
JM
141752001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14176
14177 * README: Remove version number.
14178
5b5b4207
GP
141792001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14180
14181 * INSTALL/README: Update wrt. to the installation instructions now
14182 residing in gcc/doc/install.texi.
14183
be839b69
JM
141842001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14185
14186 * README: Replace with a cut-down and updated version of gcc/README.
14187
fe2ee7c4
DE
141882001-06-12 David Edelsohn <edelsohn@gnu.org>
14189
14190 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14191 multilibs to be disabled.
14192
4f5d646c
DB
141932001-06-11 Daniel Berlin <dan@cgsoftware.com>
14194
14195 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 14196
818f0c85
AO
141972001-06-09 Alexandre Oliva <aoliva@redhat.com>
14198
14199 * config.guess: Import CVS version 1.195.
14200 * config.sub: Import CVS version 1.212.
14201
e9a8af10
AO
142022001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14203
14204 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14205 gcc/xgcc is built, use -print-prog-name to find out the program
14206 name to use.
14207
ae3ca0a9
PE
142082001-06-04 Phil Edwards <pme@sources.redhat.com>
14209
14210 * config.guess: Import CVS version 1.194. All gcc-local changes
14211 appear to also be in the master copy.
14212 * config.sub: Import CVS version 1.211.
14213
066bd40d
MM
14214Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14215
14216 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14217 with_gcc]: Use `gcc -shared' to build a shared library.
14218
4aef4f33
JDA
14219Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14220
14221 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14222 archives.
14223
c386f00f
RO
14224Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14225
14226 * MAINTAINERS (Write After Approval): Add myself.
14227
2ae5cea5
HPN
142282001-06-01 Hans-Peter Nilsson <hp@axis.com>
14229
14230 * configure.in (libstdcxx_flags): Do not try to execute
14231 libstdc++-v3/testsuite_flags until it exists.
14232
c3766183
AM
142332001-06-01 Alan Modra <amodra@bigpond.net.au>
14234
14235 * MAINTAINERS: Update my email address.
14236
9b337833
GS
142372001-05-31 Graham Stott <grahams@redhat.com>
14238
14239 * MAINTAINERS (Write After Approval): Add myself.
14240
dce2d8b2 142412001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
14242
14243 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14244 libraries when using g++ with native linker.
14245
5f7de4b8
AO
142462001-05-28 Alexandre Oliva <aoliva@redhat.com>
14247
14248 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14249
a7bc0fbb
AO
142502001-05-22 Alexandre Oliva <aoliva@redhat.com>
14251
14252 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14253 [aix4*|aix5*]: Prepend blank.
14254
33456445
AO
142552001-05-20 Alexandre Oliva <aoliva@redhat.com>
14256
14257 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14258 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14259 of subdir/configure scripts to use the new libtool.m4.
14260
e48d3d00
MK
142612001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14262
14263 * MAINTAINERS (Write After Approval): Add myself.
14264
9e0e191b
BK
142652001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14266
14267 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14268
3f19b439
BE
142692001-05-11 Ben Elliston <bje@redhat.com>
14270
14271 * Makefile.in (all-sid): New target.
14272 (check-sid, clean-sid, install-sid): Likewise.
14273
6ebe3121
JO
142742001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14275
14276 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14277
ca3667c4
AO
142782001-05-03 Alexandre Oliva <aoliva@redhat.com>
14279
14280 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14281 libgcj.
14282
142832001-05-03 Alexandre Oliva <aoliva@redhat.com>
14284
14285 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14286 gcc/xgcc is built, use -print-prog-name to find out the program
14287 name to use.
14288
b2964d63
AO
142892001-04-26 Alexandre Oliva <aoliva@redhat.com>
14290
b1bb2302
AO
14291 * configure.in (noconfigdirs): Don't reset it from scratch in the
14292 target case; only append to it.
6387a56e 14293
b2964d63
AO
14294 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14295 sparc-*-solaris2.8]: Disable ${libgcj}.
14296
8343765d
AO
142972001-04-25 Alexandre Oliva <aoliva@redhat.com>
14298
14299 * configure.in (libgcj_saved): Copy from $libgcj.
14300 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14301 --disable-libgcj.
14302
ddbb6d43
GRK
143032001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14304
14305 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 14306 C front end maintainer.
ddbb6d43 14307
3fa03ff9
AG
14308Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14309
14310 * configure.in: Move *-chorusos target case to the proper switch.
14311 Disable libgcj.
14312
99ffe40f
AO
143132001-04-12 Alexandre Oliva <aoliva@redhat.com>
14314
14315 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14316 1.641.2.228.
14317
78faa32d
FS
143182001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14319
14320 * Makefile.in (STAGE1_CFLAGS): Pass down.
14321
cdbff0ab
AM
143222001-04-13 Alan Modra <amodra@one.net.au>
14323
14324 * config.guess: Add hppa64-linux support. Note for next import that
14325 this is already in the master file.
14326 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14327
75b9074c
AO
143282001-04-12 Alexandre Oliva <aoliva@redhat.com>
14329
14330 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14331 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14332
125404c5
SS
143332001-04-11 Stan Shebs <shebs@apple.com>
14334
14335 * MAINTAINERS: Add self as Darwin port maintainer.
14336
876684fe
AM
143372001-04-11 Alan Modra <amodra@one.net.au>
14338
14339 * MAINTAINERS: Update my email address.
14340
06729913
LR
143412001-04-10 Loren J. Rittle <ljrittle@acm.org>
14342
14343 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14344 recent versions of FreeBSD (release 3 or later).
14345 * ltconfig: On FreeBSD, -lc must not be provided when building
14346 a shared library or else the standard -pthread gcc option is
14347 rendered worthless to later users of the built library.
14348
67916302
JM
143492001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14350
14351 * MAINTAINERS: Add self and RTH as C front end maintainers.
14352
d2bc0628
AO
143532001-04-05 Alexandre Oliva <aoliva@redhat.com>
14354
e490616e
ZW
14355 * config.sub: Make sure to match an already-canonicalized
14356 machine name (eg. mn10300-unknown-elf).
d2bc0628 14357
a3406c06
AO
143582001-04-01 Alexandre Oliva <aoliva@redhat.com>
14359
14360 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14361 New macros.
14362 (bootstrap, cross): Use RECURSE_FLAGS.
14363 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14364
a076f6a4
AO
143652001-03-27 Alexandre Oliva <aoliva@redhat.com>
14366
14367 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14368
e9f4fa71
CH
143692001-03-22 Colin Howell <chowell@redhat.com>
14370
7238de5c
CH
14371 * Makefile.in (DO_X): Do not backslash single-quotes in
14372 backquotes (two places).
e9f4fa71 14373
b6b14b1b
AO
143742001-03-22 Alexandre Oliva <aoliva@redhat.com>
14375
14376 Re-installed:
14377 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14378 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14379 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14380 * ltcf-cxx.sh: Likewise.
14381 * ltcf-gcj.sh: Likewise.
14382
1eb0b89d
GP
143832001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14384
14385 * MAINTAINERS: Add myself as "documentation co-maintainer".
14386
82e23236
AO
143872001-03-22 Alexandre Oliva <aoliva@redhat.com>
14388
14389 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14390 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14391
64ec27c3
TT
143922001-03-19 Tom Tromey <tromey@redhat.com>
14393
14394 * config-ml.in: Handle GCJ and GCJFLAGS.
14395
191de407
MC
143962001-03-21 Michael Chastain <chastain@redhat.com>
14397
14398 * Makefile.in: all-m4 depends on all-texinfo.
14399
fed4dede
LR
144002001-03-20 Loren J. Rittle <ljrittle@acm.org>
14401
14402 * MAINTAINERS: Add myself to write after approval list.
14403
085072bb
LB
144042001-03-18 Laurynas Biveinis <lauras@softhome.net>
14405
14406 * Makefile.in (DO_X): Quote nested quotes.
14407
5af8ea3f
AM
144082001-03-18 Alan Modra <alan@linuxcare.com.au>
14409
14410 * MAINTAINERS: Add myself to write after approval list.
14411
69e23037
LB
144122001-03-15 Laurynas Biveinis <lauras@softhome.net>
14413
14414 * Makefile.in (DO_X): Use double quotes for quoting
14415 "RANLIB=$${RANLIB}".
14416
2b9650f4
OP
144172001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14418
14419 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14420
dce2d8b2 144212001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
14422
14423 * configure.in: Only use `lang_requires' for languages athat are
14424 actually enabled.
14425
f6646274
PE
144262001-03-08 Phil Edwards <pme@sources.redhat.com>
14427
14428 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14429
c9a54638
AO
144302001-03-08 Alexandre Oliva <aoliva@redhat.com>
14431
14432 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14433
6a556ad6
TT
144342001-03-07 Tom Tromey <tromey@redhat.com>
14435
14436 * configure.in: Allow config-lang.in to set `lang_requires' to list
14437 of other required languages.
14438
6822468a
LB
144392001-03-06 Laurynas Biveinis <lauras@softhome.net>
14440
14441 * Makefile.in: Remove RANLIB definition. Use RANLIB
14442 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14443 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 14444
f04885d3 144452001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 14446 Alexandre Oliva <aoliva@redhat.com>
6387a56e 14447
f04885d3
BK
14448 * Makefile.in (check-c++): Use tabs, not spaces.
14449
288edf47 144502001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 14451
288edf47
LB
14452 * MAINTAINERS: add myself to Write After Approval list.
14453
3d55d2f8 144542001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 14455
e490616e 14456 * Makefile.in (check-c++): New rule.
6387a56e 14457
4d88a68a
BK
14458 * configure.in (target_libs): Remove libg++.
14459 (noconfigdirs): Remove libg++.
14460 (noconfigdirs): Same.
14461 (noconfigdirs): Same.
14462 (noconfigdirs): Same.
14463
14464 * config-ml.in: Remove libg++ references.
14465
14466 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14467 (ALL_TARGET_MODULES): Same.
14468 (configure-target-libg++): Remove.
14469 (all-target-libg++): Remove.
14470 (configure-target-libio): Remove.
14471 (all-target-libio): Remove.
14472 (check-target-libio): Remove.
14473 (.PHONY): Remove.
14474 (libg++.tar.bz2): Remove.
14475 (all-target-cygmon): Remove libio.
14476 (all-target-libstdc++): Remove.
14477 (configure-target-libstdc++): Remove.
14478 (TARGET_LIB_PATH): Remove libstdc++.
14479 (ALL_GCC_CXX): Remove libstdc++.
14480 (all-target-gperf): Correct.
14481
2437d4ed
NC
144822001-02-16 Nick Clifton <nickc@redhat.com>
14483
14484 * configure.in (noconfigdirs): Allow configuration of texinfo
14485 for Cygwin hosts.
14486
85b99cbe
AG
144872001-02-15 Anthony Green <green@redhat.com>
14488
14489 * configure: Introduce GCJ_FOR_TARGET.
14490 * configure.in: Ditto.
14491 * Makefile.in: Ditto.
14492
7b18790c
AS
144932001-02-13 Andreas Schwab <schwab@suse.de>
14494
14495 * MAINTAINERS: Update mail address.
14496
c4880c99
MS
144972001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14498
14499 * config.guess: Add linux target for S/390.
14500 * config.sub: Likewise.
14501
dce2d8b2 145022001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
14503
14504 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 14505 target-libgloss.
e31ae6db 14506
7739adfb
BE
145072001-02-06 Ben Elliston <bje@redhat.com>
14508
14509 * configure: Output host type to stdout, not stderr.
14510
36ca672c
MM
145112001-02-05 Mark Mitchell <mark@codesourcery.com>
14512
e40f2829 14513 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
14514 * ltcf-cxx.sh: Likewise.
14515
36ca672c
MM
14516 * config.if: Assume enable_libstdcxx_v3 is defined.
14517
22fdd65e
MM
145182001-02-04 Mark Mitchell <mark@codesourcery.com>
14519
14520 Remove V2 C++ library.
14521 * configure.in: Remove --enable-libstdcxx_v3 support.
14522
3b60dd8e
BM
145232001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14524
14525 * include/demangle.h: Add prototype for java_demangle_v3.
14526
42c0c80a
PE
145272001-01-29 Phil Edwards <pme@sources.redhat.com>
14528
14529 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14530
0be25992
RH
145312001-01-27 Richard Henderson <rth@redhat.com>
14532
14533 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14534
8a8de62d
MS
145352001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14536
14537 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14538 Don't unset, it's non-portable and no longer necessary, set to empty
14539 instead.
14540
92769744
MS
145412001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14542
14543 * ltconfig: Shell portability fix for the tagname validity check.
14544
88a1c0ab
AO
145452001-01-27 Alexandre Oliva <aoliva@redhat.com>
14546
14547 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14548 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14549
45291dd5
MS
145502001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14551
14552 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14553
1ace7e15
TT
145542001-01-26 Tom Tromey <tromey@redhat.com>
14555
14556 * configure.in: Allow libgcj to be built on Sparc Solaris.
14557
0ef8b11b
DE
145582001-01-25 David Edelsohn <edelsohn@gnu.org>
14559
14560 * ltcf-c.sh: Add aix5 case.
14561 * ltcf-cxx.sh: Likewise.
14562 * ltconfig: Likewise.
14563
0006091e
AO
145642001-01-24 Alexandre Oliva <aoliva@redhat.com>
14565
9bad11e1
AO
14566 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14567 keep at least one of build_libtool_libs or build_old_libs set to
14568 yes.
14569
0006091e
AO
14570 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14571 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14572
7c01b2b5
BM
145732001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14574
14575 * configure.in: Enable libgcj on several additional platforms.
14576
d340e0ac
BM
145772001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14578
14579 * configure.in: Enable libgcj for linux targets.
14580
5baf8c37
MS
145812001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14582
14583 * MAINTAINERS (Write After Approval): Add myself.
14584
10a0ba84
JDA
145852001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14586
14587 * MAINTAINERS: Add myself as vax port maintainer.
14588
357c6a4b
FH
145892001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14590
14591 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14592
6e2d9a7a
MS
145932001-01-09 Mike Stump <mrs@wrs.com>
14594
14595 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14596 failures of subdirectories.
14597
b6b14b1b 145982001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 14599
b6b14b1b 14600 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 14601 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
14602 * ltcf-cxx.sh: Likewise.
14603 * ltcf-gcj.sh: Likewise.
14604 * ltconfig.sh: Fix typo.
976b230d 14605
07109110
LB
146062001-01-02 Laurynas Biveinis <lauras@softhome.net>
14607
14608 * configure: handle DOS-style absolute paths.
14609
1da5b8fc
LB
146102001-01-02 Laurynas Biveinis <lauras@softhome.net>
14611
14612 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14613
4c2f5b4f
MM
146142000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14615
14616 * MAINTAINERS: Add myself as avr port co-maintainer.
14617
bc53668e
BE
146182000-12-28 Ben Elliston <bje@redhat.com>
14619
14620 * MAINTAINERS: Add myself under ``Write After Approval''.
14621
c387606f
JM
146222000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14623
14624 * texinfo: Remove directory from GCC.
14625
2cb5082c
JM
146262000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14627
14628 * COPYING: Update to current
14629 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14630 to 19yy as example year in copyright notice).
14631
cc330df9
BK
146322000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14633
6387a56e 14634 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
14635 (libstdcxx_incdir): Pass down.
14636 * config.if: Remove expired bits for cxx_interface, add stub.
14637 (libstdcxx_incdir): Add variable for g++ include directory.
14638 * configure.in (gxx_include_dir): Use it.
6387a56e 14639
4c6b2835
AO
146402000-12-18 Alexandre Oliva <aoliva@redhat.com>
14641
14642 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14643 with old-email address from ``Write After Approval''.
14644
3896f13e
AJ
146452000-12-15 Andreas Jaeger <aj@suse.de>
14646
14647 * configure.in: Handle lang_dirs.
14648
146492000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 14650
ad46e881
TT
14651 * MAINTAINERS: Removed brads.
14652
90a10418
TT
14653 * MAINTAINERS: Added gcj developers.
14654
41dfe3a2 146552000-12-13 Anthony Green <green@redhat.com>
6387a56e 14656
41dfe3a2 14657 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
14658 listed. Disable libgcj for x86 and Alpha Linux until compatible
14659 with g++ abi.
6387a56e 14660
e2f601da
MS
146612000-12-13 Mike Stump <mrs@wrs.com>
14662
14663 * Makefile.in (local-distclean): Also remove fastjar.
14664
70030c01
RB
146652000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14666
14667 * contrib/gcc_update: Add fastjar --touch entries.
14668
2a50f859
AO
146692000-12-12 Alexandre Oliva <aoliva@redhat.com>
14670
14671 * configure.in: Disable language-specific target libraries for
14672 languages that aren't enabled.
14673
7743113b
AG
146742000-12-10 Anthony Green <green@redhat.com>
14675
14676 * configure.in: Define libgcj. Disable libgcj target libraries for
14677 most targets.
14678
92e061a6
NB
146792000-12-10 Neil Booth <neilb@earthling.net>
14680
14681 * MAINTAINERS: Update mail address, remove from WAA list.
14682
f34ff6d6
APB
146832000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14684
14685 * libjava: Imported from /cvs/java.
14686 * libffi: Likewise.
14687 * Boehm-gc: Likewise.
14688
d82a33c6
APB
146892000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14690
14691 * configure.in (target_libs): Revert 2000-12-08 patch.
14692 (noconfigdirs): Added target-libjava.
14693
e14f8e28
LB
146942000-12-09 Laurynas Biveinis <lauras@softhome.net>
14695
14696 * djunpack.bat: removed.
14697
fc26516b
LB
146982000-12-09 Laurynas Biveinis <lauras@softhome.net>
14699
14700 * Makefile.in: handle DOS-style absolute paths.
14701 * config-ml.in: likewise.
14702 * symlink-tree: likewise.
14703
bd8757b3
APB
147042000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14705
14706 * fastjar: Imported.
14707
81522a1f
APB
147082000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14709
14710 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14711 libjava.
14712 * configure.in (target_libs): Removed `target-libjava'.
14713
5db1f7ed
APB
147142000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14715
14716 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14717 (ALL_MODULES): Added fastjar.
14718 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14719 (all-target-libjava): all-fastjar replaces all-zip.
14720 (all-fastjar): Added.
14721 (configure-target-fastjar, all-target-fastjar): Likewise.
14722 * configure.in (host_tools): Added fastjar.
14723
5e59997c
MS
147242000-12-07 Mike Stump <mrs@wrs.com>
14725
14726 * Makefile.in (local-distclean): Remove leftover built files.
14727
0a534f40
NC
147282000-11-24 Nick Clifton <nickc@redhat.com>
14729
14730 * configure.in (xscale-elf): Add target.
14731 (xscale-coff): Add target.
14732
7686cadf
LR
147332000-11-22 Loren J. Rittle <ljrittle@acm.org>
14734
e490616e
ZW
14735 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14736 recent versions of FreeBSD (release 3 or later).
14737 * ltconfig: On FreeBSD, -lc must not be provided when building
14738 a shared library or else the standard -pthread gcc option is
14739 rendered worthless to later users of the built library.
7686cadf 14740
fff01699
FF
147412000-11-16 Fred Fish <fnf@be.com>
14742
14743 * configure.in (enable_libstdcxx_v3): Fix typo,
14744 libstd++ -> libstdc++.
14745
4dc16355
KL
147462000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
14747
14748 * MAINTAINERS: Add self to Write After Approval list.
14749
bf6fc7b2
BS
147502000-11-21 Bernd Schmidt <bernds@redhat.com>
14751
14752 * MAINTAINERS: Update my email address. Add myself to global write
14753 privs list.
14754
ce8e06b1
AO
147552000-11-18 Alexandre Oliva <aoliva@redhat.com>
14756
6e2a4843
AO
14757 * Makefile.in: Merge with src and libgcj.
14758 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
14759 configure-target-<library> when their configure scripts need the C
14760 or C++ library to have already been built to work properly.
14761 (do_proto_toplev): Set them to an empty string.
14762
ce8e06b1
AO
14763 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
14764 (REALLY_SET_LIB_PATH): Use them.
14765
c003f378
SS
147662000-11-17 Stan Shebs <shebs@apple.com>
14767
14768 * MAINTAINERS: Add self to Write After Approval list.
14769
cc1e60ea
JM
147702000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14771
14772 * configure: Provide the original toplevel configure arguments
14773 (including $0) to subprocesses in the environment rather than
14774 through gcc/configargs.h.
14775
1173593d
JM
147762000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
14777
14778 * MAINTAINERS: Remove references to cccp. Change C9X reference to
14779 C99. Alphabetise "Write After Approval" list.
14780
520907ee
MM
147812000-11-12 Mark Mitchell <mark@codesourcery.com>
14782
34f6fbdb
MM
14783 * configure: Turn on libstdc++ V3 by default.
14784
520907ee
MM
14785 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
14786 if we've got GCC.
14787
0bbd37ed
PB
147882000-11-11 Philip Blundell <philb@gnu.org>
14789
14790 * MAINTAINERS: Add self to Write After Approval list.
14791
7ca0e6d9
DE
147922000-11-09 David Edelsohn <edelsohn@gnu.org>
14793
14794 * ltcf-c.sh (aix4): Improve shared library configuration; require
14795 exporting symbols.
14796 * ltcf-cxx.sh (aix4): Define.
14797 * ltconfig (aix4): Define library and soname specs appropriate for
14798 AIX. Define command to create export symbols list.
14799
dce2d8b2 14800Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
14801
14802 * config.sub: Add support for Sun Chorus
14803
fc05d516
NC
148042000-10-31 Nick Clifton <nickc@redhat.com>
14805
14806 * MAINTAINERS: Rename <name>@cygnus.com addresses to
14807 <name>@redhat.com. Also installed new email address for Clint
14808 Popetz.
6387a56e 14809
90a0e73f
JM
148102000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
14811
14812 * etc: Remove directory from GCC.
14813
a5e1b548
MM
148142000-10-16 Michael Meissner <meissner@redhat.com>
14815
14816 * configure (gcc/configargs.h): Only create if there is a build GCC
14817 directory created.
14818
6387a56e
EC
148192000-10-16 Matthias Klose <doko@debian.org>
14820
be1db873
MK
14821 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
14822 when configured for libstdc++-v3.
14823
f5fa9a5b
PE
148242000-10-05 Phil Edwards <pme@gcc.gnu.org>
14825
14826 * configure: Save configure arguments to gcc/configargs.h.
14827
61a77fea
PT
148282000-10-04 Philipp Thomas <pthomas@suse.de>
14829
14830 * config.guess: Import CVS version 1.157.
14831 * config.sub: Import CVS version 1.181.
14832
3a4fee66
AP
148332000-10-04 Andris Pavenis <pavenis@latnet.lv>
14834
14835 * Makefile.in (bootstrap): avoid recursion if subdir missing
14836 (cross): ditto
14837 (do-proto-toplev): ditto
14838
3dd7094e
AO
148392000-09-30 Alexandre Oliva <aoliva@redhat.com>
14840
de710532
AO
14841 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
14842 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
14843
3dd7094e
AO
14844 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
14845 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
14846 all affected `configure' scripts.
14847
e592386f
NB
14848Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
14849
14850 * MAINTAINERS: Add self as cpplib co-maintainer.
14851
fba54939
AH
148522000-09-24 Aldy Hernandez <aldyh@redhat.com>
14853
14854 * MAINTAINERS: Add self to Write After Approval list.
14855
2bd429f4
GP
148562000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14857
14858 * INSTALL/README: egcs -> GCC update.
14859
dce2d8b2 14860Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
14861
14862 * MAINTAINERS: Add myself to Write After Approval list.
14863
d7ce9a83
KH
148642000-09-15 Kazu Hirata <kazu@hxi.com>
14865
14866 * MAINTAINERS: Add myself to Write After Approval list.
14867
18a53ffe
JL
14868Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
14869
e490616e
ZW
14870 * configure.in: Do not build byacc for hppa64. Provide paths to the
14871 X11 libraries for hppa64.
18a53ffe 14872
f246ff23
SC
148732000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14874
14875 * MAINTAINERS: Add myself as 68hc11 port maintainer.
14876
06298abd
AO
148772000-09-06 Alexandre Oliva <aoliva@redhat.com>
14878
4b92758a
AO
14879 * Makefile.in (all-zlib): Added dummy target.
14880
06298abd
AO
14881 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14882 ltcf-gcj.sh: Updated from libtool multi-language branch.
14883
4d73d07a
AO
148842000-09-05 Alexandre Oliva <aoliva@redhat.com>
14885
14886 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
14887 (bootstrap*): Depend on all-bootstrap.
14888
05d52d78
PT
148892000-09-05 Philipp Thomas <pthomas@suse.de>
14890
14891 * config.guess: Import CVS version 1.156.
14892 * config.sub: Import CVS version 1.179.
14893
3c809ba4
AG
148942000-09-02 Anthony Green <green@cygnus.com>
14895
14896 * Makefile.in (all-gcc): Depend on all-zlib.
14897 (CLEAN_MODULES): Add clean-zlib.
14898 (ALL_MODULES): Add all-zlib.
14899 * configure.in (host_libs): Add zlib.
14900
10ad78a0 149012000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
14902
14903 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
14904 crosses, but add gcc/include to the header search path for them.
14905
b36a9ce3
DB
149062000-08-04 David E. O'Brien <obrien@FreeBSD.org>
14907
14908 * MAINTAINERS: Add self to Write After Approval list.
14909
cb011248
FS
149102000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14911
14912 * config.guess: Import CVS version 1.152.
14913 * config.sub: Import CVS version 1.177.
14914
db310af0
AO
149152000-08-25 Alexandre Oliva <aoliva@redhat.com>
14916
7965440a
AO
14917 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
14918 $targargs to tell whether newlib is going to be built.
14919
db310af0
AO
14920 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
14921 $$r/TARGET_SUBDIR/libio for _G_config.h.
14922
e7977565
AO
149232000-08-23 Alexandre Oliva <aoliva@redhat.com>
14924
14925 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
14926
126bb9ed
DD
149272000-08-22 DJ Delorie <dj@redhat.com>
14928
14929 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
14930
5b0e9d29
AO
149312000-08-22 Alexandre Oliva <aoliva@redhat.com>
14932
14933 * config-ml.in (CC, CXX): Avoid trailing whitespace.
14934 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
14935 sub-configures.
14936
4f3e904e
DD
149372000-08-21 DJ Delorie <dj@redhat.com>
14938
14939 * MAINTAINERS: Add self as a libiberty maintainer
14940
c9635443
AO
149412000-08-16 Alexandre Oliva <aoliva@redhat.com>
14942
14943 * configure.in (libstdcxx_flags): Use
14944 libstdc++-v3/src/libstdc++.INC.
14945
8b2100ba
AO
149462000-08-15 Alexandre Oliva <aoliva@redhat.com>
14947
14948 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
14949
57119aa9
ZW
149502000-08-14 Zack Weinberg <zack@wolery.cumb.org>
14951
eeb943b0
ZW
14952 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
14953
6387a56e 14954 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
14955 explicit. Substitute enable_threads into generated Makefiles.
14956 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
14957 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
14958
acffa7c4
GK
149592000-08-13 Geoff Keating <geoffk@cygnus.com>
14960
14961 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
14962
808d8c41
AO
149632000-08-12 Alexandre Oliva <aoliva@redhat.com>
14964
14965 * config-ml.in (CC): Remove bogus duplicate quotation mark from
14966 previous delta.
14967
1fc8c51c 149682000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 14969
1fc8c51c
JM
14970 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
14971 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
14972 (FLAGS_FOR_TARGET): Not here.
14973 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 14974
25698887
AO
149752000-08-11 Alexandre Oliva <aoliva@redhat.com>
14976
14977 * config-ml.in (CC, CXX): Don't introduce a leading space.
14978
10120687
DD
149792000-08-07 DJ Delorie <dj@delorie.com>
14980
14981 * MAINTAINERS: Add self as a DJGPP maintainer
14982
15c758e9
DD
149832000-08-07 DJ Delorie <dj@redhat.com>
14984
14985 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
14986 "if we're also building gcc, and it's a gcc that will run on the
14987 build machine, we want to use its includes instead of the system's
14988 default includes".
14989
2d0de245
JM
149902000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
14991
14992 * MAINTAINERS: Add self to Write After Approval list.
14993
e81b330a
AO
149942000-08-03 Alexandre Oliva <aoliva@redhat.com>
14995
83440c1e
AO
14996 * configure.in (libstdcxx_flags): Don't use `"'.
14997
e81b330a
AO
14998 * config-ml.in: Adjust multilib search paths to the
14999 appropriate multilib tree.
15000
cf95c847
AO
150012000-08-02 Alexandre Oliva <aoliva@redhat.com>
15002
15003 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15004 commas in $LANGUAGES.
15005
9e9af119
MH
150062000-08-02 Manfred Hollstein <manfredh@redhat.com>
15007
15008 * configure.in: Re-enable all references to libg++ and librx.
15009
606ce391
AO
150102000-08-01 Alexandre Oliva <aoliva@redhat.com>
15011
89820b43
AO
15012 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15013 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
15014 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15015 * ltcf-cxx.sh (need_lc): Set based on postdeps.
15016
606ce391
AO
15017 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15018
04179d4a
AO
150192000-07-31 Alexandre Oliva <aoliva@redhat.com>
15020
15021 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15022 CXX_FOR_TARGET for sed.
15023
d4eb109c
AO
150242000-07-30 Alexandre Oliva <aoliva@redhat.com>
15025
15026 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15027 Do not override if already set in the environment or in configure.
15028 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15029 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15030
4f4caf92
AO
150312000-07-28 Alexandre Oliva <aoliva@redhat.com>
15032
15033 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15034 the libtool CVS tree multi-language branch.
15035 * ltconfig, ltmain.sh: Updated.
6387a56e 15036
b87487b6
AO
150372000-07-27 Alexandre Oliva <aoliva@redhat.com>
15038
1670d1ea
AO
15039 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15040 (clean-target): Depend on it.
15041
b87487b6
AO
15042 * Makefile.in (FLAGS_FOR_TARGET): New macro.
15043 (GCC_FOR_TARGET): Use it.
15044 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15045 * configure.in: ... here.
15046 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
15047 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15048
4e81ae98
EC
150492000-07-24 Eric Christopher <echristo@cygnus.com>
15050
15051 * MAINTAINERS: Add self to Write After Approval list.
15052
059ae32c
AO
150532000-07-24 Alexandre Oliva <aoliva@redhat.com>
15054
5b28edd4
AO
15055 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15056 (configure-target-libchill, configure-target-libobjc): Likewise.
15057
059ae32c
AO
15058 * configure.in: Use the same cache file for all target libs.
15059 * config-ml.in: But different cache files per multilib variant.
15060
1adcd149
MS
150612000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15062
15063 * configure (topsrcdir): Don't use dirname.
15064
2d573dff
JO
150652000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15066
15067 * MAINTAINERS: Add self to Write After Approval list.
15068
d207ebef
JM
150692000-07-20 Jason Merrill <jason@redhat.com>
15070
15071 * configure.in: Remove all references to libg++ and librx.
15072
15073 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15074
150752000-07-20 Hans-Peter Nilsson <hp@axis.com>
15076
15077 * config.sub: Update to subversions version 2000-07-06.
15078
7b7792d5
AH
150792000-07-12 Andrew Haley <aph@cygnus.com>
15080
15081 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15082 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15083
3abaac67
PE
150842000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15085
15086 * symlink-tree: Check number of arguments.
15087
34be2b36
JW
150882000-07-05 Jim Wilson <wilson@cygnus.com>
15089
15090 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15091 search path for a g++ extracted from the build tree. This
15092 will allow link tests run by configure scripts in
15093 subdirectories to succeed.
15094
d207ebef
JM
150952000-07-01 Koundinya K <kk@ddeorg.soft.net>
15096
e490616e 15097 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 15098
0900331b
MH
150992000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15100
15101 * MAINTAINERS: Add myself as loop discovery maintainer.
15102
d207ebef
JM
151032000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15104
15105 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15106 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15107
151082000-06-19 Timothy Wall <twall@cygnus.com>
15109
15110 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15111 * config.sub: Add tic54x target.
15112
11a27a76
TM
15113Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15114
15115 * MAINTAINERS: Add self as Fortran maintainer,
15116 remove Craig Burley.
15117
d207ebef 15118Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 15119
d207ebef
JM
15120 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15121 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 15122
7758b73f
PT
15123Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15124
15125 * MAINTAINERS: Add self as i18n maintainer
15126
d207ebef
JM
1512720000-05-21 H.J. Lu (hjl@gnu.org)
15128
e490616e
ZW
15129 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15130 directory are used if they exist. Make sure
15131 $(build_tooldir)/include is searched for header files,
15132 $(build_tooldir)/lib/ for library files.
d207ebef 15133 (GCC_FOR_TARGET): Likewise.
e490616e 15134 (CXX_FOR_TARGET): Likewise.
d207ebef 15135
bae29210
JL
15136Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15137
15138 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15139
d207ebef 15140Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
15141
15142 * Makefile.in (configure-target-libiberty): Depend on
15143 configure-target-newlib.
15144
aab0d19d
AO
151452000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15146
15147 * configure.in, Makefile.in: Merge all libffi-related
15148 configury stuff from the libgcj tree.
15149
d207ebef
JM
15150Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15151
15152 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15153 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15154
15155Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15156
15157 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15158 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 15159 current version information. Add to proto-toplev directory.
d207ebef
JM
15160 (gdb-taz): Build do-djunpack.
15161
758c7bd4
DE
151622000-05-15 David Edelsohn <edelsohn@gnu.org>
15163
15164 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15165
1888228d
AC
15166Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15167
15168 * MAINTAINERS: Add self to Write After Approval list.
15169
d207ebef
JM
151702000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15171
15172 * ltmain.sh: Preserve in relink_command any environment
15173 variables that may affect the linker behavior.
15174
2d7cc2fe
JL
15175Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15176
d207ebef
JM
15177 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15178
15179Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15180
15181 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15182
151832000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15184
15185 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 15186 with the version name.
2d7cc2fe 15187
ee455968
JE
15188Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15189
15190 * MAINTAINERS: Add self as bb-reorder maintainer.
15191
73b97e5c
BK
151922000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15193
15194 * config.if: Tweak.
15195
d207ebef
JM
151962000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15197
15198 * djunpack.bat: New file.
15199
15200Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15201
15202 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
15203 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15204 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15205 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 15206
954869eb
DP
152072000-04-16 Dave Pitts <dpitts@cozx.com>
15208
e490616e
ZW
15209 * config.sub (case $basic_machine): Change default for "ibm-*"
15210 to "openedition".
954869eb 15211
eaabe541
AJ
152122000-04-13 Andreas Jaeger <aj@suse.de>
15213
15214 * MAINTAINERS: Added myself.
15215
d207ebef
JM
15216Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15217
15218 * Makefile.in (gdb-taz): New target. GDB specific archive.
15219 (do-md5sum): New target.
15220 (MD5PROG): Define.
15221 (PACKAGE): Default to TOOL.
15222 (VER): Default to a shell script.
15223 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 15224 md5 checksum generation.
d207ebef
JM
15225 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15226 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15227 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 15228 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
15229
15230Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15231
15232 * configure (warn_cflags): Delete.
15233
0ea6d60c
PDM
15234Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15235
15236 * MAINTAINERS: Added myself.
15237
17090313 152382000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 15239 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 15240
e490616e
ZW
15241 * configure.in (enable_libstdcxx_v3): Add.
15242 (target_libs): Add bits here to switch between libstdc++-v2 and
15243 libstdc++-v3.
15244 * config.if: And this file too.
15245 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 15246
76b78517
MM
152472000-04-05 Michael Meissner <meissner@redhat.com>
15248
15249 * config.sub (d30v): Add d30v as a basic machine type.
15250
ad242caf
JM
152512000-03-29 Jason Merrill <jason@casey.cygnus.com>
15252
15253 * configure.in: -linux-gnu*, not -linux-gnu.
15254
d4537148
TM
15255Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15256
15257 * MAINTAINERS: Add self in write-after-approval section.
15258
f152e9d4
JW
15259Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15260
15261 * MAINTAINERS: Add self as ia64 port maintainer.
15262
6a5fcef1
NB
152632000-03-08 Neil Booth <NeilB@earthling.net>
15264
15265 * MAINTAINERS: Add self in write-after-approval section.
15266
d207ebef 15267Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 15268
d207ebef
JM
15269 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15270 (do-tar-bz2): Replace TOOL with PACKAGE.
15271 (gdb.tar.bz2): Remove GDBTK from GDB package.
15272 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 15273 dejagnu.tar.bz2): New packages.
d207ebef
JM
15274
152752000-02-27 Andreas Jaeger <aj@suse.de>
15276
15277 * configure.in: Add entry for mips*-*-linux*, move catch all
15278 *-*-*linux* entry below this one.
15279
152802000-02-27 Ian Lance Taylor <ian@zembu.com>
15281
15282 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 15283
521fe9d0
NC
152842000-02-24 Nick Clifton <nickc@cygnus.com>
15285
15286 * config.sub: Support an OS of "wince".
15287
d207ebef
JM
15288Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15289
15290 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 15291 version.
d207ebef 15292
dce2d8b2 152932000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
15294
15295 * config.sub: Add support for Linux/IBM 370.
15296 * configure.in: Likewise.
15297
3a685f6f
NC
152982000-02-22 Nick Clifton <nickc@cygnus.com>
15299
15300 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15301
dce2d8b2 153022000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 15303
d207ebef 15304 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 15305
4746ee26
KG
153062000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15307
15308 * configure (gcc_version): When setting, narrow search to
15309 lines containing `version_string'.
15310
ba96c72d
DC
153112000-02-15 Denis Chertykov <denisc@overta.ru>
15312
15313 * config.sub: Add support for avr target.
15314
77f16a66
NC
153152000-02-14 Nick Clifton <nickc@cygnus.com>
15316
15317 * MAINTAINERS: Add maintainers for MCore port.
15318
784a3a80
HPN
15319Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15320
15321 * config.sub: Add mmix-knuth-mmixware.
15322
719dd4fa
KG
153232000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15324
15325 * MAINTAINERS: Pair cccp with cpplib maintainership.
15326
dce2d8b2 153272000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
15328
15329 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15330 structure stuff to -L library search.
15331 (CXX_FOR_TARGET): Ditto.
15332 (CROSS_CHECK_MODULES): Fix spelling mistake.
15333
7a53e94b
MM
153342000-01-24 Mark Mitchell <mark@codesourcery.com>
15335
15336 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15337 the C++ compiler.
15338
0da3b5a7
RH
153392000-01-12 Richard Henderson <rth@cygnus.com>
15340
15341 * configure.in: Don't build some bits for beos.
15342
02368d6d
JS
153432000-01-12 Joel Sherrill (joel@OARcorp.com)
15344
15345 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15346 as include files.
15347
2e76d35c
ZW
153482000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15349
15350 * Add self as cpplib maintainer, as requested by Jason
15351 Merrill. Correct my e-mail address.
15352
4c25fdcf
GK
153532000-01-06 Geoff Keating <geoffk@cygnus.com>
15354
15355 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15356 not mh-aix43.
15357
188e3966
HPN
15358Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15359
15360 * MAINTAINERS: Add myself to "write after approval" list.
15361
c2f5d030
RH
153621999-12-14 Richard Henderson <rth@cygnus.com>
15363
15364 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15365 * config.sub: Accept alphaev[78], alphaev8.
15366
eeda916a
AO
153671999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15368
15369 * config.guess, config.sub: Update from autoconf.
15370
b3bd7820
BK
153711999-11-29 Bruce Korb <autogen@linuxbox.com>
15372
2c290989 15373 * MAINTAINERS: update my playtime e-address.
b3bd7820 15374
1882b2b1
RO
15375Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15376
15377 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15378 necessary libraries are missing.
15379
dce2d8b2 15380Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
15381
15382 * MAINTAINERS: Add new 'write after approval' maintainer.
15383
1e25de97
APB
15384Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15385
15386 * MAINTAINERS: Add new Java maintainer.
15387
1722c704
AS
153881999-10-25 Andreas Schwab <schwab@suse.de>
15389
15390 * configure: Fix quoting inside arguments of eval.
15391
8141abe8
NC
153921999-10-21 Nick Clifton <nickc@cygnus.com>
15393
15394 * config-ml.in: Allow suppression of some ARM multilibs.
15395
0b77644a
LV
15396Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15397
15398 * config.guess: Add OS/390 match pattern.
15399 * config.sub: Add mvs, openedition targets.
15400 * configure.in (i370-ibm-opened*): New.
15401
d207ebef
JM
154021999-09-04 Steve Chamberlain <sac@pobox.com>
15403
15404 * config.sub: Add support for configuring for pj.
15405
154061999-08-31 Nick Clifton <nickc@cygnus.com>
15407
15408 * config.sub (maybe_os): Add support for configuring for fr30.
15409
af13ebe9
NC
154101999-08-25 Nick Clifton <nickc@cygnus.com>
15411
15412 * configure.in: Do not configure or build ld for AIX
15413 platforms. ld is known to be broken on these platforms.
15414
1250c760
RO
15415Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15416
15417 * config-ml.in: Pass compiler flag corresponding to multidirs to
15418 subdir configures.
15419
d207ebef
JM
154201999-08-09 Ian Lance Taylor <ian@zembu.com>
15421
15422 * Makefile.in (LDFLAGS): Define.
15423
154241999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15425
15426 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15427 noconfigdirs.
15428 (*-*-cygwin*): Likewise.
15429
154301999-08-08 Ian Lance Taylor <ian@zembu.com>
15431
15432 * mkdep: New file.
15433 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15434 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15435
15436 From Eli Zaretskii <eliz@is.elta.co.il>:
15437 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15438 long file name when using DJGPP on MS-DOS.
15439
dbd83e11
JL
15440Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15441
15442 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15443
d207ebef
JM
154441999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15445
15446 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15447 dependency as this causes "make check" to globally "make all"
15448
cd1f4c2c
TT
15449Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15450
15451 * configure.in (target_libs): Added target-zlib.
15452 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15453 (CONFIGURE_TARGET_MODULES): Likewise.
15454 (CHECK_TARGET_MODULES): Likewise.
15455 (INSTALL_TARGET_MODULES): Likewise.
15456 (CLEAN_TARGET_MODULES): Likewise.
15457 (configure-target-zlib): New target.
15458 (all-target-zlib): Likewise.
15459 (all-target-libjava): Depend on all-target-zlib.
15460 (configure-target-libjava): Depend on configure-target-zlib.
15461
15462 * Makefile.in (configure-target-libjava): Depend on
15463 configure-target-newlib.
15464 (configure-target-boehm-gc): New target.
15465 (configure-target-qthreads): New target.
15466
e490616e
ZW
15467 * configure.in (target_libs): Added target-qthreads.
15468 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15469 (CONFIGURE_TARGET_MODULES): Likewise.
15470 (CHECK_TARGET_MODULES): Likewise.
15471 (INSTALL_TARGET_MODULES): Likewise.
15472 (CLEAN_TARGET_MODULES): Likewise.
15473 (all-target-qthreads): New target.
15474 (configure-target-libjava): Depend on configure-target-qthreads.
15475 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
15476
15477 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15478 (CONFIGURE_TARGET_MODULES): Likewise.
15479 (CHECK_TARGET_MODULES): Likewise.
15480 (INSTALL_TARGET_MODULES): Likewise.
15481 (CLEAN_TARGET_MODULES): Likewise.
15482 (all-target-libjava): New target.
15483 (all-target-boehm-gc): Likewise.
15484 * configure.in (target_libs): Added libjava, boehm-gc.
15485
d207ebef
JM
154861999-07-22 Ian Lance Taylor <ian@zembu.com>
15487
15488 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15489 configure.bat in SUPPORT_FILES.
15490 (gas+binutils.tar.bz2): Likewise.
15491
15492 * makeall.bat: Remove; obsolete.
15493
154941999-07-21 Ian Lance Taylor <ian@zembu.com>
15495
15496 From Mark Elbrecht:
15497 * configure.bat: Remove; obsolete.
15498
154991999-07-11 Ian Lance Taylor <ian@zembu.com>
15500
15501 * configure: Add -W -Wall to the default CFLAGS when compiling with
15502 gcc.
15503
15504Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15505
15506 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15507
155081999-06-30 Mark Mitchell <mark@codesourcery.com>
15509
15510 * configure.in: Build ld on IRIX6.
15511
155121999-06-12 Ian Lance Taylor <ian@zembu.com>
15513
15514 * Makefile.in: Change distribution targets to use bzip2 instead of
15515 gzip.
15516 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15517 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15518
155191999-06-04 Nick Clifton <nickc@cygnus.com>
15520
15521 * config.sub: Add mcore target.
15522
26d088fa
CD
15523Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15524
15525 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15526
c2c08b29
L
15527Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15528
15529 * config.guess (dummy): Changed to $dummy.
15530
671d0648
NC
155311999-05-24 Nick Clifton <nickc@cygnus.com>
15532
15533 * config.sub: Tidied up case statements.
15534
b1345c72
BE
155351999-05-22 Ben Elliston <bje@cygnus.com>
15536
51ccbd8d
BE
15537 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15538 <jiro@din.or.jp>.
15539
b1345c72
BE
15540 * config.guess: Merge with FSF version. Future changes will be
15541 more accurately recorded in this ChangeLog.
15542 * config.sub: Likewise.
15543
2caf864f
SM
15544Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15545
3d3b561f 15546 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
2caf864f 15547
d207ebef
JM
155481999-04-30 Tom Tromey <tromey@cygnus.com>
15549
15550 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15551
90fb0c24
TT
155521999-04-23 Tom Tromey <tromey@cygnus.com>
15553
15554 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15555
d207ebef
JM
155561999-04-20 Drew Moseley <dmoseley@cygnus.com>
15557
15558 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15559 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15560 Bad merge removed these two changes.
15561
3516940d 15562Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 15563 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
15564
15565 * config.guess (interix Alpha): Add.
15566
d207ebef
JM
155671999-04-11 Richard Henderson <rth@cygnus.com>
15568
15569 * configure.in (i?86-*-beos*): Do config gperf; don't config
15570 gdb, newlib, or libgloss.
15571
e891fbfe 15572Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15573
e891fbfe
AO
15574 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15575 link a trivial program with -mabi=64. If it fails, remove mabi=64
15576 from multidirs.
15577
f9ae47d6
PT
15578Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15579
15580 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15581
d207ebef
JM
155821999-04-08 Nick Clifton <nickc@cygnus.com>
15583
15584 * config.sub: Add support for mcore targets.
15585
155861999-04-07 Michael Meissner <meissner@cygnus.com>
15587
15588 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15589 not mt-ospace, in order to shut up assembler warning about using
15590 symbols that are named the same as registers.
15591
155921999-04-07 Drew Moseley <dmoseley@cygnus.com>
15593
15594 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15595 dependency list for all-target-cygmon.
15596
155971999-04-05 Doug Evans <devans@casey.cygnus.com>
15598
15599 * config-ml.in: Check $host, not $target, for selective multilibs.
15600 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15601 thumb interworking, and underscore prefix multilibs.
15602
156031999-04-04 Ian Lance Taylor <ian@zembu.com>
15604
15605 * missing: Update to version from current automake.
15606
88101ab9
L
15607Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15608
15609 * configure (gxx_include_dir): Removed.
15610
15611 * configure.in (gxx_include_dir): Handle it.
15612 * Makefile.in: Likewise.
15613
d207ebef
JM
156141999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15615
15616 * config.sub (mips64vr4111,mips64vr4111el) Add.
15617
156181999-03-21 Ben Elliston <bje@cygnus.com>
15619
e490616e 15620 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 15621
8dc91cbe
ME
15622Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15623
8dc91cbe
ME
15624 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15625 config/mh-djgpp.
15626
d207ebef
JM
15627Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15628
15629 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15630 all-target-newlib to dependency list for all-target-bsp.
15631
926bb5ed
MK
15632Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15633
15634 * config.sub: Add i386-uwin support.
15635 * config.guess: Likewise.
15636
4a6e3000
FS
15637Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15638
15639 * configure.in: cleanup, add mh-*pic handling for arm, special
15640 case powerpc*-*-aix*
15641
d207ebef
JM
15642Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15643
15644 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15645 can be built.
15646
15647Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15648
15649 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 15650 targets.
d207ebef 15651
71c91078
NC
156521999-03-02 Nick Clifton <nickc@cygnus.com>
15653
15654 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15655
282e5df8
GN
15656Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15657
15658 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15659
1de558ee
NC
156601999-02-24 Nick Clifton <nickc@cygnus.com>
15661
15662 * config.sub: Fix typo in arm recognition.
15663
d207ebef
JM
15664Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15665
15666 * configure.in (noconfigdirs): Changed target_configdirs to
15667 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15668 rather than m68k-*-* since it is not known to work on
15669 m68k-aout. Ditto for arm-*-*oabi.
15670
15671Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15672
15673 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
15674
156751999-02-19 Ben Elliston <bje@cygnus.com>
15676
15677 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15678 Smart and improved by Andrew Cagney.
15679
fab7445a
ME
15680Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15681
15682 * config.guess: Recognize openbsd-*-hppa.
15683
8ccdc228
L
15684Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15685
15686 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15687 only if it is not empty.
15688
3b7265ff
NC
156891999-02-17 Nick Clifton <nickc@cygnus.com>
15690
15691 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 15692
d207ebef 15693 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
15694
15695 * config.sub: Modified to recognize uname's armv* syntax.
15696
d207ebef
JM
156971999-02-17 Mark Salter <msalter@cygnus.com>
15698
15699 * configure.in: Added target-bsp for sparclite.
15700
15701Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15702
15703 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15704
157051999-02-08 Nick Clifton <nickc@cygnus.com>
15706
15707 * configure.in: Add support for strongarm port.
15708 * config.sub: Add support for strongarm target.
15709
c48dd3f5 15710Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 15711
c48dd3f5
MK
15712 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15713 the old name config/mh-cygwin32.
15714 Enable texinfo.
15715
d207ebef
JM
15716Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15717
15718 * configure.in: Do build ld for ix86 Solaris.
15719
ecd62820
JW
15720Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15721
15722 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
15723 $AR_FOR_TARGET. Likewise for RANLIB.
15724
bbd8fa7f 15725Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 15726
e490616e
ZW
15727 * config.sub (oabi): Recognize.
15728 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 15729
0397442c
RL
15730Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
15731
15732 * config.guess: Improve detection of i686 on UnixWare 7.
15733
c9ffaa63
MK
15734Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
15735
15736 * config.guess: Add support for i386-pc-interix.
15737 * config.sub: Likewise.
15738 * configure.in: Likewise.
c9ffaa63 15739
d207ebef
JM
15740Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
15741
15742 * Makefile.in: Remove unneeded all-target-libio from
15743 from all-target-winsup target since it is now unneeded.
15744 Add all-target-libtermcap in its place since it is now
15745 needed.
15746
15747Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
15748
15749 * configure.in: makefile stub for cygwin target is probably
15750 unnecessary. Remove it for now.
d207ebef
JM
15751
15752Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
15753
15754 * configure.in: libtermcap.a should be built when cygwin is the
15755 target as well as the host.
15756 * config.guess: Allow mixed case in cygwin uname output.
15757 * Makefile.in: Add libtermcap target.
d207ebef 15758
ebe12325
JL
15759Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
15760
15761 * config.sub: Clean up handling of hppa2.0.
15762
57057b67
RB
15763Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
15764
15765 * config.guess: Use C code to identify more HP machines.
15766
f8670be1
JL
15767Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
15768
15769 * config.sub: Handle hppa2.0.
15770
d207ebef
JM
15771Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
15772
15773 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 15774 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
15775
157761998-12-15 Mark Salter <msalter@cygnus.com>
15777
15778 * configure.in: Added target-bsp for several target architectures.
15779
15780 * Makefile.in: Added rules for bsp.
15781
d1a09590
JL
15782Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
15783
15784 * config.guess: Improve detection of hppa2.0 processors.
15785
15786Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
15787
15788 * config.guess: Recognize FreeBSD using ELF automatically.
15789
71205e0b
MH
157901998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
15791
15792 * configure (skip-this-dir): Add handling for new shell script, which
15793 might be created by a sub-directory's configure to indicate, this particular
15794 directory is "unwanted".
15795 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
15796
d207ebef
JM
15797Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
15798
15799 * ltconfig: import from libtool, after changing libtool to
15800 account for the cygwin name change.
15801
15802Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
15803
15804 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
15805 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
15806
15807Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
15808
15809 * configure.in: Add libtermcap to list of cygwin dependencies.
15810
15811Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
15812
e490616e
ZW
15813 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
15814 they include winsup/include when it's a cygwin target.
d207ebef
JM
15815
158161998-11-12 Tom Tromey <tromey@cygnus.com>
15817
15818 * configure.in (host_tools): Added zip.
15819 * Makefile.in (all-target-libjava): Depend on all-zip.
15820 (all-zip): New target.
15821 (ALL_MODULES): Added all-zip.
15822 (NATIVE_CHECK_MODULES): Added check-zip.
15823 (INSTALL_MODULES): Added install-zip.
15824 (CLEAN_MODULES): Added clean-zip.
15825
15826Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
15827
15828 * Makefile.in: lose "32" from comment about cygwin.
15829
15830Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
15831
15832 * configure.in: Use -Os to build target libraries for the fr30.
15833
15834Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
15835
15836 * config.sub: Add fr30.
15837
15838Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
15839
e490616e 15840 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
15841 cygwin* instead of cygwin32*.
15842 * config.sub: Check cygwin* instead of cygwin32*.
15843
d2ec8b39
RL
15844Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
15845
15846 * config.guess: Match any version of Unixware7.
15847
d207ebef
JM
158481998-10-20 Syd Polk <spolk@cygnus.com>
15849
15850 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
15851 if desired.
15852
35cd2565
JL
15853Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
15854
15855 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
15856 these if the appropriate directories and files to not exist.
15857
52d4e5b7
JL
15858Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
15859
15860 * Makefile.in (DEVO_SUPPORT): Add config.if.
15861
38ada91e
MH
15862Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
15863
15864 * configure: Add pattern to replace "build_tooldir"'s
15865 definition in the generated Makefile with "tooldir"'s
15866 actual value.
15867
e44e84da
JL
15868Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
15869
56a8387f
JL
15870 * config.sub: Bring back lost sparcv9.
15871
e44e84da
JL
15872 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
15873
5cb95c7a
JL
15874Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
15875
15876 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
15877 CC_FOR_TARGET and friends.
15878
15879Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15880
ceff9b14
AO
15881 * Makefile.in (build_tooldir): New variable, same as tooldir.
15882 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
15883 -B$(build_tooldir)/bin/.
15884 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 15885
f2d11dcd
GP
15886Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15887
15888 * README: Remove installation instructions and refer to the
15889 INSTALL directory instead.
15890
73a6d2e7 15891Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 15892
73a6d2e7
RL
15893 * config.sub: Add support for i[34567]86-pc-udk.
15894 * configure.in: Likewise.
15895
5d4a5ee6
JL
15896Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
15897
15898 * Makefile.in: add bzip2 package building bits for user
15899 tools module
15900 * configure.in: ditto
15901
6fc19d6d
JL
15902Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
15903
15904 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
15905 (ALL_TARGET_MODULES): Add all-target-libobjc.
15906 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15907 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15908 (all-target-libchill): Add dependencies.
15909 * configure.in (target_libs): Add libchill.
4e81ae98 15910
f653f0ab
MH
159111998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
15912
15913 * configure.in (target_subdir): Remove duplicate line.
15914
5d4a5ee6
JL
15915Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
15916
15917 * Makefile.in (all-automake): fix dependencies.
15918
494933e4
JL
15919Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
15920
15921 * configure.in: Minor cleanups for building in the $(target_alias)
15922 subdir.
15923
f6b58262
JW
159241998-09-22 Jim Wilson <wilson@cygnus.com>
15925
15926 * Makefile.in (bootstrap): Set r and s before make all. Use
15927 BASE_FLAGS_TO_PASS in make all.
15928 (cross): Likewise.
15929
27c7a08d
MM
159301998-09-20 Mark Mitchell <mark@markmitchell.com>
15931
15932 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
15933
e67afd1e
RH
15934Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
15935
15936 * config.sub: Fix typo in last change.
15937
8e44ac71
MH
159381998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15939
15940 * config.sub: Add support for C4x target.
15941 * configure.in: Likewise.
15942
d7496fbb
DM
159431998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
15944
15945 * config.sub: Recognize sparcv9 just like sparc64.
15946
22097bd1
RL
15947Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
15948
15949 * config.guess: Match "Pent II" or "PentII" for OpenServer.
15950
4b877abd
JL
15951Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
15952
2c8ec9a2
JL
15953 * config.guess: Correctly identify Pentium II sco boxes.
15954
4b877abd
JL
15955 * config.guess: Fix "tr" code. From Weiwen Liu.
15956
ab03db52
JH
15957Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
15958
15959 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
15960 stabs.
15961
b54db294
JL
15962Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
15963
15964 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
15965 (ALL_TARGET_MODULES): Add all-target-libchill.
15966 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
15967 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
15968 (all-target-libchill): Add dependencies.
15969 * configure.in (target_libs): Add libchill.
15970
bf48dd73
LW
15971Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
15972
15973 * config.guess: Avoid assumptions about "tr" behaves when
15974 LANG is set to something other than English.
15975
a3cbd105
L
15976Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
15977
15978 * configure (gxx_include_dir): Changed to
15979 '${prefix}/include/g++'-${libstdcxx_interface}.
15980
15981 * config.if: New to determine the interfaces.
15982
c4acd909
MK
15983Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
15984
15985 * config.guess: Detect and handle MPE/IX.
15986 * config.sub: Deal with MPE/IX.
15987
9ea97665
DE
15988Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
15989
15990 * configure.in: Use mh-aix43.
15991
0ce065bd
MH
159921998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
15993
15994 * configure: Fix --without/--disable cases for gxx-include-dir.
15995
5d4a5ee6
JL
15996Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
15997
15998 * mdata-sh: Imported. Needed for automake support.
15999
16000Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
16001
16002 * Makefile.in (taz): Try "chmod -R og=u ." before
16003 "chmod og=u `find . -print`".
16004
16005Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
16006
16007 * configure.in: Add arm-elf and thumb-elf support.
16008
16009Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
16010
16011 * Makefile.in: Undo previous patch.
16012
16013Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
16014
16015 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16016 to here ...
16017 (install-no-fixedincludes): and here
16018 (INSTALL_MODULES): ... from here.
16019
466456d9
ILT
16020Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
16021
16022 * config.sub: Merge with FSF.
16023
1b409d25
ILT
16024 * config.guess: Merge with FSF.
16025
d207ebef
JM
16026Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
16027
16028 * configure (extraconfigdirs): New variable.
16029 (SUBDIRS): Add extraconfigdirs and recurse on them too.
16030 * Makefile.in (all): Move higher in file.
16031 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16032 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16033 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16034 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16035 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16036
160371998-07-23 Brendan Kehoe <brendan@cygnus.com>
16038
16039 * Makefile.in (all-target-libjava): Depend on all-gcc and
16040 all-target-newlib.
16041 (configure-target-libjava): Depend on $(ALL_GCC).
16042
7f1937c1
RL
16043Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
16044
16045 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16046 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16047
2ada2bd6
ML
16048Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16049
16050 * INSTALL/README: Fix typo.
16051
1e025bde
ML
16052Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16053
5d4a5ee6
JL
16054 * ylwrap: Change absolute path checks to check for DOS style path
16055 names.
1e025bde 16056
5d4a5ee6
JL
16057 * ylwrap: Don't use a full path name if the source file is in the
16058 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 16059
6755ff73
ILT
16060 * config-ml.in: Default to being verbose, to match Feb 18 change to
16061 configure.
16062
5d4a5ee6
JL
16063Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16064
16065 Brought over from egcs:
16066
16067 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16068
16069 * configure.in (target_subdir): Set to ${target_alias} instead
16070 of "libraries".
16071
16072 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16073
16074 * configure.in (target_subdir): Set to libraries if enable_multilib.
16075
16076Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16077
16078 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16079 multilibs, force reconfiguration the first time we create
16080 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16081
16082Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16083
16084 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16085 avoid confusion with --no-recursion.
16086
16087Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16088
16089 * configure.in: Win32 hosts shouldn't use install -x
16090 * install-sh: remove -x option, and special .exe-handling
16091 hack.
16092
d207ebef
JM
16093Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16094
16095 * config.guess: Recognize i586-pc-beos.
16096 * configure.in: Don't build some bits for beos.
16097
fbd836fc
ILT
16098Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16099
5d4a5ee6
JL
16100 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16101 CFLAGS default to -O2.
16102
fbd836fc
ILT
16103 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16104 when using GNU ld.
16105
16106Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16107
16108 * ltmain.sh: Correct install when using a different shell.
16109
16110Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16111
16112 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16113
d207ebef
JM
16114Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16115
16116 * makefile.vms: Update to build binutils/makefile.vms. Add install
16117 target.
fbd836fc
ILT
16118
16119Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16120
16121 * ltconfig: Update to correct AIX handling.
16122
69b471bc
JL
16123Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16124
81241b5e
JL
16125 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16126
69b471bc
JL
16127 * configure.in (target_subdir): Set to ${target_alias} instead
16128 of "libraries".
16129
bedf82df
MH
161301998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16131
16132 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16133 (Makefile): Depend on $(gcc_version_trigger).
16134
16135 * configure (gcc_version): Change default initializer to empty
16136 string.
16137 (gcc_version_trigger): New variable; pass this variable down
16138 to subdir configures to enable them checking gcc's version
16139 themselves. Emit make macros for both gcc_version vars.
16140 (topsrcdir): Initialize reliably.
16141 (recursion line): Remove --with-gcc-version=${gcc_version}.
16142
28e449d8
MH
161431998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16144
16145 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
16146 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16147 in $(libsubdir); emit definition in each generated Makefile.
16148 (gxx_include_dir): Initialize depending on
16149 $enable_version_specific_runtime_libs.
28e449d8 16150
50c4c9f7
MH
161511998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16152
16153 * configure (gcc_version): Initialize properly depending on
16154 how and where configure is started.
16155 (recursion line): Pass a --with-gcc-version=${gcc_version}
16156 to configures in subdirs.
16157
d207ebef
JM
16158Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16159
16160 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 16161 cygmon
d207ebef 16162
5d4a5ee6
JL
16163Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16164
16165 * configure.in: Add cygmon and libstub support for mn10200.
16166
2f96399b
MH
161671998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16168
16169 * configure (gcc_version): Add new variable describing the
16170 particular gcc version we're building.
16171 * Makefile.in (libsubdir): Add new macro for the directory
16172 in which the compiler finds executables, libraries, etc.
16173 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16174 and libsubdir.
16175
c4137c50
AO
16176Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16177
ceff9b14
AO
16178 * Makefile.in (local-clean): Remove *.log.
16179 (warning.log): Built with warn_summary from build.log.
16180 (mail-report.log): Run test_summary.
16181 (mail-report-with-warnings.log): Run test_summary including
16182 warning.log in the report.
c4137c50 16183
276d5ee0
RL
16184Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16185
16186 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16187
5d4a5ee6
JL
16188Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16189
16190 * Makefile.in (grep): Grep no longer depends on libiberty.
16191
16192Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16193
16194 * Makefile.in: all-snavigator needs all-libgui.
16195
16196Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16197
16198 * configure.in: Add cygmon and libstub support for mn10300.
16199
8af14275
ILT
16200Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16201
16202 * missing: Update to version from automake 1.3.
16203
fbd836fc
ILT
16204 * ltmain.sh: On installation, don't get confused if the same name
16205 appears more than once in the list of library names.
16206
466456d9
ILT
16207Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16208
16209 * config.sub: Accept m68060 and m5200 as CPU names.
16210
5d4a5ee6
JL
16211Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16212
16213 * configure: Use && rather than using -a in test, because odd
16214 strings can confuse test.
16215 * configure.in: Likewise.
16216
fbd836fc
ILT
16217Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16218
16219 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16220
f0983958
AO
16221Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16222
16223 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 16224 bootstrap4-lean): New targets.
f0983958 16225
bfed1ea0
JL
16226Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16227
16228 * mpw-* Delete. Not used.
16229
5d4a5ee6
JL
16230Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16231
16232 * COPYING.LIB: Update FSF address.
16233
bfed1ea0
JL
16234Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16235
16236 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16237
5d4a5ee6
JL
16238 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16239 GAS_SUPPORT_DIRS.
16240
bfed1ea0
JL
16241Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16242
16243 * ltconfig, ltmain.sh: Avoid producing a version number if
16244 -version-info was not used.
16245
5d4a5ee6
JL
16246Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16247
16248 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16249 building with newlib.
16250
162511998-04-30 Paul Eggert <eggert@twinsun.com>
16252
d207ebef 16253 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 16254 Solaris `make' causes it to continue to next definition.
d207ebef
JM
16255
16256Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16257
16258 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16259 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
16260
16261Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16262
16263 * configure.in: Change alpha to alpha* in several places.
16264
d207ebef
JM
16265Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16266
16267 * config.sub: Recognize sparc86x.
16268
77be0cab
MM
16269Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16270
16271 * configure.in (--enable-target-optspace): Remove debug echo.
16272
62441128
JW
16273Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16274
16275 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16276
bfed1ea0
JL
16277Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16278
16279 * ltconfig: Update cygwin32 support.
16280
5d4a5ee6
JL
16281 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16282 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16283 (GDB_SUPPORT_DIRS): Likewise.
16284
3f4ea1de
MM
16285Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16286
16287 * configure.in (target_makefile_frag): If --enable-target-optspace,
16288 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
16289 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16290 not used.
16291 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 16292
5d4a5ee6
JL
16293Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16294
16295 * Makefile.in (all-bfd): Depend on all-intl.
16296 (all-binutils): Likewise.
16297 (all-gas): Likewise.
16298 (all-gprof): Likewise.
16299 (all-ld): Likewise.
16300
163011998-04-19 Brendan Kehoe <brendan@cygnus.com>
16302
16303 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16304
bfed1ea0
JL
16305Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16306
5d4a5ee6
JL
16307 * Makefile.in (all-bfd): Depend upon all-libiberty.
16308
bfed1ea0
JL
16309 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16310
5d4a5ee6
JL
16311Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16312
16313 * Makefile.in: Add libstub.
16314
16315 * configure.in: Ditto. Build libstub for targets that have cygmon
16316 support.
16317
16318Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16319
16320 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16321
16322Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16323
16324 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16325 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16326
ec8d6ddc
KW
16327Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16328
16329 * configure: Define DEFAULT_M4 by searching PATH.
16330 * Makfile.in: Use DEFAULT_M4.
16331
bfed1ea0
JL
16332Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16333
16334 * ltconfig: Add cygwin32 support.
16335
5d4a5ee6
JL
16336 * Makefile.in, configure.in: Add libtool as a native only directory
16337 to configure and build.
16338
547a6183
JL
16339Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16340
16341 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16342
5d4a5ee6 16343Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 16344
5d4a5ee6
JL
16345 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16346
16347Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16348
16349 * Makefile.in: add ash make rules
16350 * configure.in: add ash to native_only and host_tools lists
16351
16352Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16353
16354 * Makefile.in (all-gettext, all-intl): New targets.
16355 (ALL_MODULES): Added all-gettext, all-intl.
16356 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16357 (INSTALL_MODULES): Added install-gettext, install-intl.
16358 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16359
16360 * configure.in (host_tools): Added gettext.
16361 (native_only): Likewise.
16362 (noconfigdirs) [various cases]: Likewise.
16363 (host_libs): Added intl.
16364
d207ebef
JM
16365Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16366
16367 * configure: Do not disable building gdbtk for cygwin32 hosts.
16368
e98e406f
NC
16369Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16370
16371 * configure.in: Add thumb-coff target.
16372 * config.sub: Add thumb-coff target.
16373
5d4a5ee6
JL
16374Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16375
16376 * Makefile.in: Revert yesterday's change.
16377 (all-target-winsup): all-target-librx stays out of here.
16378
16379Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16380
16381 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16382 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16383 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16384 Remove references to librx and libg++.
16385
16386Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16387
16388 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16389 recursive makes
16390
bfed1ea0
JL
16391Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16392
16393 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 16394 for newlib directory.
bfed1ea0
JL
16395 (CXX_FOR_TARGET): Likewise.
16396
16397Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16398
16399 * ltconfig: Update after libtool/ltconfig.in change for
16400 hpux11.
16401
16402Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16403
16404 * ltconfig, ltmain.sh: Update to libtool 1.2.
16405
3cd730af
MH
16406Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16407
16408 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16409 (install-gcc-cross): Instead, override LANGUAGES here.
16410
80564603
DL
164111998-03-18 Dave Love <d.love@dl.ac.uk>
16412
16413 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16414 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16415
d207ebef
JM
16416Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16417
16418 * configure.in: Add Thumb-pe target.
16419
5d4a5ee6 16420Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 16421
5d4a5ee6
JL
16422 * Makefile.in - changed sn targets to snavigator
16423 * configure.in - changed sn targets to snavigator
16424
2d4a0558
MH
16425Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16426
16427 * config-ml.in: After building symlink tree call make distclean
16428 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16429 to be the case for libiberty.
16430
04b93567
L
16431Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16432
16433 * configure: When making link, also check the current
16434 directory. The configure scripts may create one.
16435
9a06b842
RH
16436Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16437
16438 * config.sub: Accept alphapca56 and alphaev6 properly.
16439
217fc4e6
FS
16440Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16441
16442 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16443
3e07bdbd 16444Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 16445
e490616e 16446 * config.sub (sco5): Fix typo.
3e07bdbd 16447
5d4a5ee6
JL
16448Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16449
16450 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16451 install-itcl.
16452 (install-itcl): Remove dependency on install-tcl.
16453
16454Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16455
16456 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16457
16458Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16459
16460 * configure.in: Don't build libgui for a cygwin32 target when not on
16461 a cygwin32 host.
16462
16463Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16464
16465 * configure (redirect): Set to null, so default behavior of
16466 configure is now --verbose.
16467
ce0d965c
DL
164681998-02-16 Dave Love <d.love@dl.ac.uk>
16469
16470 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16471 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16472
3acd1fd0
MH
16473Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16474
16475 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16476 this change to sync Makefile.in with its ChangeLog entries.
16477
5d4a5ee6
JL
16478Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16479
16480 * ltmain.sh (mkdir): Check that the directory doesn't exist
16481 before we exit with error, so that we don't get races during
16482 parallel builds.
16483
bfed1ea0
JL
16484Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16485
16486 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16487
4e77e8f1
MH
16488Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16489
16490 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16491 PICFLAG_FOR_TARGET.
16492 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16493
16494 * configure: Emit a definition for the new macro enable_shared
16495 into each Makefile.
16496
5d4a5ee6
JL
16497Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16498
16499 * configure.in (host_tools, native_only): Add libtool.
16500
16501Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16502
16503 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16504 Fix typo in ming config comment.
16505
bfed1ea0
JL
16506Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16507
16508 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16509
5d4a5ee6
JL
16510Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16511
16512 * config.sub: Add tic30 cases, and map c30 to tic30.
16513
8821a725
RH
16514Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16515
16516 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16517 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16518 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16519 (CLEAN_TARGET_MODULES): Similarly
16520 (all-target-libf2c): Add dependences.
4e81ae98 16521 * configure.in (target_libs): Add libf2c.
8821a725 16522
5d4a5ee6
JL
16523Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16524
16525 * configure.in: Remove expect from noconfigdirs when target
16526 is cygwin32. OK to build expect and dejagnu with Canadian
16527 Cross.
16528
0aadd657
ILT
16529Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16530
5d4a5ee6
JL
16531 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16532 host.
16533
0aadd657
ILT
16534 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16535 and mingw32.
16536
d0a8352c
MH
16537Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16538
16539 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16540 here as it is not defined in the toplevel Makefile.
16541
59739e3c
MH
16542Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16543
16544 * configure (package_makefile_rules_frag): New variable, which names
16545 a file with generic rules, ...
16546 Change comment to mention we now have FIVE parts.
16547 * configure: Undo last change.
16548
228197ee
LT
16549Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16550
16551 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 16552 * config.sub: More accurate determination of HP processor types.
228197ee 16553
efd4c0ba
MH
16554Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16555
16556 * configure (package_makefile_frag): Move inserting the
16557 ${package_makefile_frag} to where it should be according
16558 to the comment.
16559
6eef3189
PB
16560Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16561
16562 * config.guess: Add support for Linux/ARM.
16563
d207ebef
JM
16564Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16565
16566 * .cvsignore: Remove *-info and *-install since they match
16567 release-info and mpw-install, which we don't want to just ignore.
16568
48464ebf
RH
16569Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16570
16571 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16572
803462a7
PN
16573Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16574
16575 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16576 local_prefix to sub-make invocations.
16577
520ab477
L
16578Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16579
16580 * configure.in: Check makefile fragments in the source
16581 directory.
16582
4bcdb76d
AO
16583Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16584
ceff9b14
AO
16585 * configure.in: Check whether host and target makefile
16586 fragments exist before adding them to *_makefile_frag.
4bcdb76d 16587
5d4a5ee6
JL
16588Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16589
16590 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16591
16592Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16593
16594 * configure.in: Make sure we only replace RPATH_ENVVAR on
16595 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16596 regexp to sed.
16597
16598 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16599 to sub-makes.
16600
0d3e11a5
LI
166011998-01-13 Lee Iverson (leei@ai.sri.com)
16602
16603 * config-ml.in (multi-do): LDFLAGS must include multilib
16604 designator.
16605
d45b3d87 16606Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
16607
16608 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16609
d39cd7a1
MK
16610Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16611
16612 * config.sub: Add mingw32 support.
16613 * configure.in: Likewise.
d39cd7a1 16614
6decbc24
FS
16615Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16616
16617 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16618
5d4a5ee6
JL
16619Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16620
16621 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16622 * configure (gxx_include_dir): Provide a definition for subdirs
16623 which do not use autoconf.
16624
16625Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16626
16627 * config.guess: Sync with egcs. Picks up new alpha support,
16628 BeOS & some additional linux support.
16629
d3d1907a
JL
16630Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16631
16632 * config.guess: HP 9000/803 is a PA1.1 machine.
16633
b104e095
RH
16634Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16635
16636 * configure.in: It's alpha*-...
16637
aca823c1
L
16638Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16639
16640 * configure.in (host_makefile_frag, target_makefile_frag):
16641 Handle multiple config files.
16642 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16643 alpha-*-*.
16644
d207ebef
JM
16645Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16646
16647 * mkdep: New file.
16648
16649Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16650
16651 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16652
5d4a5ee6
JL
16653Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16654
16655 * Makefile.in: Add libgui directory.
16656 (GDB_TK): Add all-libgui.
16657 * configure.in: Add libgui directory.
16658 * configure: Add all-libgui to GDB_TK.
16659
16660Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16661
16662 * config-ml.in (multidirs): Add m32r to multilib list.
16663
16664Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16665
16666 * Makefile.in (all-target-gperf): Change dependency to
16667 all-target-libstdc++.
16668
baf55877
FF
16669Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16670
16671 * config.guess: Add BeOS support.
16672
5d4a5ee6
JL
16673Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16674
16675 Source directory cvs renamed to cvssrc:
16676 * configure.in (host_tools): Change cvs to cvssrc.
16677 (native_only): Likewise.
16678 (noconfigdirs) [various cases]: Likewise.
16679 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16680 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16681 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16682 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16683 (all-cvssrc): Rename target from all-cvs.
16684
f2d76545
JL
16685Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16686
16687 * configure (gxx_include_dir): Fix thinko.
16688
205cba53
JL
16689Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16690
16691 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16692 (install-cross, install-gcc-cross): New targets.
16693
5d4a5ee6
JL
16694Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16695
16696 * configure.in (noconfigdirs): Add support for Thumb target.
16697
16698 * config.sub (maybe_os): Add support for Thumb target.
16699
16700Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16701
16702 * Makefile.in: Add rules for cygmon.
16703
16704 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16705
96b0f1fc
JL
16706Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16707
16708 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16709 * configure (gxx_include_dir): Provide a definition for subdirs
16710 which do not use autoconf.
d207ebef
JM
16711
16712Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16713
16714 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16715 11/18/97 build
d207ebef 16716
7dfef6ed
JL
16717Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16718
16719 * From Franz Sirl.
16720 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16721 found on RedHat Linux systems.
96b0f1fc 16722
83cfe7c0
JL
16723Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
16724
16725 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
16726 guesses.
16727
7dfef6ed
JL
16728Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
16729
16730 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
16731
5d4a5ee6
JL
16732Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
16733
16734 * ltmain.sh: If mkdir fails, check whether the directory was created
16735 anyhow by some other process.
16736
d207ebef
JM
16737Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
16738
16739 * configure.in (d30v-*-*): Configure all directories.
16740
16741Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
16742
16743 * configure.in (d30v-*-*): Configure newlib, libiberty directories
16744 for the D30V.
16745
16746Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
16747
16748 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
16749
5d4a5ee6
JL
16750Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
16751
e490616e
ZW
16752 * include/libiberty.h: Add extern "C" { so it can be used with C++
16753 progrms.
16754 * include/remote-sim.h: Add extern "C" { so it can be used with C++
16755 programs.
5d4a5ee6 16756
d207ebef
JM
16757Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
16758
16759 * configure.in (d30v-*-*): Configure GCC now.
16760
5d4a5ee6
JL
16761Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
16762
16763 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
16764 is no longer needed.
16765
c9670e62
JM
16766Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
16767
16768 * Makefile.in: check-target-libio depends on all-target-libstdc++.
16769
cc71c0ca
MH
16770Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
16771
16772 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
16773 targets using "$@" to provide support for similar but not identical
16774 targets without having to duplicate code.
16775
d207ebef
JM
16776Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
16777
16778 * makefile.vms: Fix to work with DEC C.
16779
16780Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
16781
16782 * config.sub: Add mips-tx39-elf to marketing names.
16783
16784Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
16785
16786 * ltmain.sh: Handle symlinks in generated script.
16787
16788Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
16789
16790 * configure: Handle autoconf style directory options: --bindir,
16791 --datadir, --includedir, --infodir, --libdir, --libexecdir,
16792 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
16793 --sysconfdir.
16794 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
16795 (sharedstatedir, localstatedir, oldincludedir): New variables.
16796 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
16797 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
16798 sbindir, sharedstatedir, and sysconfdir.
16799
b1e3ddfd
AJ
16800Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
16801
16802 * Makefile.in (bootstrap-lean): New target.
16803
d207ebef
JM
16804Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
16805
16806 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 16807 sn, and gnuserv from noconfigdirs.
d207ebef
JM
16808
16809Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
16810
16811 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
16812
09f97c1e
JL
16813Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
16814
16815 * Makefile.in (cross): New target.
16816
335d0ab2
AO
16817Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
16818 Jeff Law <law@cygnus.com>
16819
16820 * Makefile.in (bootstrap2, bootstrap3): New targets.
16821 (all-bootstrap): Remove outdated and confusing target.
339c9b00 16822 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 16823
d207ebef
JM
16824Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
16825
16826 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 16827 windows. Consistent with gdb/configure.
d207ebef 16828
e693cc28
UD
168291997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
16830
e693cc28
UD
16831 * configure.in: Name Linux target fragment.
16832
16833 * configure: Rewrite so that project Makefile fragment is inserted
16834 first and appears last in the resulting Makefile.
16835
d207ebef
JM
16836Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
16837
16838 * Makefile.in (install-itcl): Install tcl first.
16839
5d4a5ee6
JL
16840Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
16841
16842 * configure.in: remove bison from noconfigdirs for Cygwin32 host
16843
f401679e
JW
16844Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16845
16846 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
16847
16848 * configure.in (skipdirs): Add target-librx for Linux.
16849 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
16850
ec20b1b9
JL
16851Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
16852
16853 * Makefile.in (bootstrap): New target.
16854
becdcf6d
JL
16855Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
16856
63f6bcd7 16857 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 16858
d207ebef
JM
16859Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
16860
16861 * config.guess: Merge with FSF.
16862
0c82f6bf
FF
16863Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
16864
16865 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
16866
d207ebef
JM
16867Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
16868
16869 * config.sub: Add "marketing-names" patch.
16870
3fbc0b70
JS
16871Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
16872
e490616e 16873 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 16874
e20d4801
JL
16875Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
16876
16877 * config.sub: Handle v850-elf.
16878
fe181f78 16879Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
16880
16881 * .cvsignore (*-install): Remove.
16882
bfed1ea0
JL
16883Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
16884
16885 * ltconfig: Set CONFIG_SHELL in libtool.
16886 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
16887
558a1e7c
JW
16888Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16889
16890 * configure.in (target_subdir): Set to libraries if enable_multilib.
16891
7818d6fc
JW
16892Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
16893
16894 * config.guess: Update from gcc directory.
16895
d207ebef
JM
16896Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
16897
16898 * Makefile.in (all-sim): Depends on all-readline.
16899
6599da04
JM
16900Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
16901
16902 * Makefile.in (BISON, YACC): Use $$s.
16903 (all-bison): Depend on all-texinfo.
16904
16905Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
16906
16907 * Makefile.in (BISON): Add -L flag.
16908 (YACC): Likewise.
16909
d207ebef
JM
16910Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16911
4e81ae98
EC
16912 * configure.in (noconfigdirs): Add support for v850e target.
16913
d207ebef
JM
16914 * config.sub (maybe_os): Add support for v850e target.
16915
16916Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
16917
4e81ae98
EC
16918 * configure.in (noconfigdirs): Add support for v850ea target.
16919
d207ebef
JM
16920 * config.sub (maybe_os): Add support for v850ea target.
16921
6599da04
JM
16922Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
16923
16924 * config.sub: Add mipstx39. Delete r3900.
16925
16926Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
16927
16928 * Makefile.in (all-autoconf): Depends on all-texinfo.
16929
16930Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
16931
16932 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
16933 eabi targets.
16934
16935Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
16936
16937 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
16938
16939 * configure: When handling a Canadian Cross, handle YACC as well as
16940 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 16941 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
16942
16943Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
16944
16945 * Makefile.in (BISON): bison, not byacc or bison -y.
16946 (YACC): bison -y or byacc or yacc.
16947 (various): Add *-bison as appropriate.
16948 (taz): No need to mess with BISON anymore.
16949
16950Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
16951
16952 * configure: If OSTYPE matches *win32*, try to find a good value for
16953 CONFIG_SHELL.
16954
16955Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
16956
16957 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
16958 configure.in if it is present.
16959
16960Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
16961
16962 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
16963
16964Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
16965
16966 * config.sub: Recognize `arc' cpu.
16967 * configure.in: Likewise.
16968 * config-ml.in: Likewise.
16969
16970Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
16971
16972 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
16973
16974Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
16975
16976 * configure: Changed sed delimiter from ':' to '|' when
16977 attempting to substitute ${config_shell} for SHELL. On
16978 NT ${config_shell} may contain a ':' in it.
16979
16980Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
16981
16982 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
16983
16984Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
16985
16986 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
16987
16988Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
16989
16990 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
16991
16992 * ylwrap: If the program is a relative path, force it to be
16993 absolute.
16994
16995Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
16996
16997 * configure (tooldir): Set BISON to `bison -y' and not just bison.
16998
16999Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
17000
17001 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
17002 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17003 for libraries.
6599da04
JM
17004
17005Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
17006
17007 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 17008 separated by spaces.
6599da04
JM
17009
17010Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
17011
17012 * ylwrap: New file.
17013 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17014
17015 * ltmain.sh: Handle /bin/sh at start of install program.
17016
17017 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17018
17019 * ltconfig, ltmain.sh: New files, from libtool 1.0.
17020 * missing: New file, from automake 1.2.
17021
17022Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
17023
17024 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
17025 check-tk to CHECK_X11_MODULES.
17026
17027Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
17028
17029 * config.sub: Merge with FSF.
17030
17031Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
17032
17033 * config.guess: Merge with FSF.
17034
17035Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17036
17037 * configure: Treat msdosdjgpp like go32.
17038 * configure.in: Likewise. Don't remove gprof for go32.
17039
17040 * configure: Change Makefile.tem2 to Makefile.tm2.
17041
17042Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
17043
17044 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17045
17046Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17047
17048 * install-sh (chmodcmd): Set to null if the DST directory already
17049 exists. Same as Nov 11th change.
17050
17051Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17052
4e81ae98 17053 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
17054
17055Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17056
17057 * config.guess: Update from FSF.
17058
17059Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17060
17061 * Makefile.in (GDB_TK): Depend on itcl and tix.
17062
17063Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17064
17065 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17066 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17067 (INSTALL_SCRIPT): New variable.
17068 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17069 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17070 to -x.
17071 * install-sh: Add support for -x option.
17072
17073Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17074
17075 * configure.in, Makefile.in: Treat tix like itcl.
17076
17077Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17078
17079 * Makefile.in (WINDRES): New variable.
17080 (WINDRES_FOR_TARGET): New variable.
17081 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17082 (EXTRA_HOST_FLAGS): Add WINDRES.
17083 (EXTRA_TARGET_FLAGS): Add WINDRES.
17084 (EXTRA_GCC_FLAGS): Add WINDRES.
17085 ($(DO_X)): Pass down WINDRES.
17086 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17087 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17088 DLLTOOL_FOR_TARGET.
17089
17090Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17091
17092 * configure.in: configure sim before gdb for win32-x-ppc
17093
17094Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17095
17096 Move gperf into the toplevel, from libg++.
17097 * configure.in (target_tools): Add target-gperf.
17098 (native_only): Add target-gperf.
17099 * Makefile.in (all-target-gperf): New target, depend on
17100 all-target-libg++.
17101 (configure-target-gperf): Empty rule.
17102 (ALL_TARGET_MODULES): Add all-target-gperf.
17103 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17104 (CHECK_TARGET_MODULES): Add check-target-gperf.
17105 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17106 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17107
17108Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 17109
6599da04
JM
17110 * config.sub (mn10200): Recognize new basic machine.
17111
17112Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17113
17114 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17115 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17116
17117Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17118
17119 * configure.in: If we're building mips-sgi-irix6* native, turn on
17120 ENABLE_MULTILIB and set TARGET_SUBDIR.
17121
17122Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17123
17124 * Makefile.in (all-sn): Depend on all-grep.
17125
17126Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17127
17128 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17129
17130 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17131 Makefile. From Jeff Makey <jeff@cts.com>.
17132 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17133
17134 * Makefile.in (DISTBISONFILES): Remove.
17135 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17136 $(DEFAULT_YACC).
17137
17138 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 17139 cygwin32.
6599da04
JM
17140
17141 * Makefile.in (LD): New variable.
17142 (EXTRA_HOST_FLAGS): Pass down LD.
17143 ($(DO_X)): Likewise.
17144
17145Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17146
17147 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17148
17149Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17150
17151 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 17152 before adding our own. Always add --build.
6599da04
JM
17153
17154Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17155
17156 * configure.in (targargs): Pass --build if we're doing
17157 a cross-compile.
17158
17159Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17160
ca236658 17161 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
17162 sed. Otherwise sed chokes on NT path names with drive
17163 designators. Also look for "?:*" as the leading characters in an
17164 absolute pathname.
17165
17166Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17167
17168 * config.sub: Support for r3900.
17169
17170Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17171
17172 * configure.in: Use install-sh, not install.sh.
17173
17174Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17175
17176 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17177 apply it twice.
17178
17179Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17180
17181 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17182 install-binutils.
17183
17184Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17185
17186 * Makefile.in: Add automake targets.
17187 * configure.in (host_tools): Add automake.
17188
17189Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17190
17191 * configure: Default CXX to c++, not gcc.
17192 * Makefile.in (CXX): Set to c++, not gcc.
17193 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17194
17195Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17196
17197 * install-sh: try appending a .exe if source file doesn't
17198 exist
17199
17200Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17201
17202 * configure.in: Turn on multilib by default.
17203 (cross_only): Remove target-libiberty.
17204
17205 * Makefile.in (all-gcc): Don't depend on libiberty.
17206
17207Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17208
17209 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17210
17211Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17212
17213 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17214 (DISTBISONFILES): Add ld/Makefile.in
17215
17216Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17217
17218 * configure.in: if target is cygwin32 but host isn't cygwin32,
17219 don't configure gdb tcl tk expect, not just gdb.
17220
17221Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17222
17223 * configure.in: Added gnuserv everywhere sn appears.
17224
17225 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17226 (CROSS_CHECK_MODULES): Added check-gnuserv.
17227 (INSTALL_MODULES): Added install-gnuserv.
17228 (CLEAN_MODULES): Added clean-gnuserv.
17229 (all-gnuserv): New target.
17230
17231Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17232
17233 * config.guess: Fixes for MIPS OpenBSD systems.
17234
17235Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17236
17237 * Makefile.in (INSTALL_XFORM): Remove.
17238 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17239
17240 * mkinstalldirs: New file, copied from automake.
17241 * Makefile.in (installdirs): Rename from install-dirs. Use
17242 mkinstalldirs. Change all users.
17243 (DEVO_SUPPORT): Add mkinstalldirs.
17244
17245Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17246
17247 * install-sh: Rename from install.sh.
17248 * Makefile.in (INSTALL): Change install.sh to install-sh.
17249 (DEVO_SUPPORT): Likewise.
17250
17251 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17252 Graichen <graichen@rzpd.de>.
17253
17254Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17255
17256 * config.guess: Recognize OpenBSD systems correctly.
17257
17258Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17259
17260 * README, Makefile.in (ETC_SUPPORT): Remove references to
17261 cfg-paper*, configure.{texi,man,info*}._
17262
17263Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17264
17265 * Makefile.in (all.normal): Ensure that gcc is built after all
17266 the x11 - ie gdb - targets.
17267
17268Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17269
17270 * makefile.vms: Don't run conf-a-gas.
17271
17272Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17273
e490616e 17274 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 17275
d207ebef
JM
17276Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17277
17278 * configure.in: Remove noconfigdirs case since gdb also
17279 configures and builds for tic80-coff.
17280
6599da04
JM
17281Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17282
17283 * configure: Set cache_file to config.cache.
17284 * Makefile.in (local-distclean): Remove config.cache.
17285
17286Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17287
17288 * COPYING: Update FSF address.
17289
d207ebef
JM
17290Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17291
17292 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17293 noconfigdirs.
17294
6599da04
JM
17295Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17296
17297 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17298 MAKEDIRS, is empty.
17299
17300Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17301
17302 * config.sub: Tweak mn10300 entry.
17303
17304Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17305
17306 * configure.in (host_tools): Put sim before gdb, so gdb's
17307 configure.tgt can determine if the simulator was configured.
17308
17309Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17310
17311 * config.sub: Move BeOS $os case to be with other Cygnus
17312 local cases.
17313
17314Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17315
17316 * config.sub: Remove misplaced comment that broke Linux.
17317
17318Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17319
17320 * config.sub: Add BeOS support.
17321
17322Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17323
17324 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17325
17326Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17327
17328 * configure.in (noconfigdirs): Remove tcl and tk from
17329 noconfigdirs for cygwin32 builds.
17330
d207ebef
JM
17331Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17332
17333 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17334
6599da04
JM
17335Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17336
17337 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17338 make-all.com, use makefile.vms instead.
17339
17340Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17341
17342 * config.sub: Accept -lnews*.
17343
d207ebef
JM
17344Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17345
17346 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 17347 target-examples and target-libiberty for d30v.
d207ebef
JM
17348
17349Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17350
17351 * configure.in (noconfigdirs): Enable ld for d30v.
17352
17353Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17354
17355 * configure.in (tic80-*-*): Build compiler.
17356
17357Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17358
17359 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 17360 unsupported d30v directories
d207ebef
JM
17361
17362Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17363
4e81ae98
EC
17364 * config.sub, configure.in: Add d30v target cpu.
17365
6599da04
JM
17366Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17367
17368 * makefile.vms: New file.
17369 * make-all.com: Remove.
17370
17371Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17372
17373 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17374
17375Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17376
17377 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17378
17379Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17380
17381 * Makefile.in (ALL_MODULES): Added all-db.
17382 (CROSS_CHECK_MODULES): Addec check-db.
17383 (INSTALL_MODULES): Added install-db.
17384 (CLEAN_MODULES): Added clean-db.
17385
17386Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17387
17388 * config.guess: Merge with latest FSF sources.
17389
17390Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17391
17392 * Makefile.in (ALL_MODULES): Added all-itcl.
17393 (CROSS_CHECK_MODULES): Added check-itcl.
17394 (INSTALL_MODULES): Added install-itcl.
17395 (CLEAN_MODULES): Added clean-itcl.
17396
17397Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17398
17399 * configure.in: build gdb for mn10200
17400
17401Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17402
17403 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17404
d207ebef
JM
17405Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17406
17407 * configure.in (tic80-*-*): Turn off most targets right now.
17408
6599da04
JM
17409Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17410
17411 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17412 rather than the makeinfo program.
17413 (do-info): Depend upon all-texinfo.
17414
17415Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17416
17417 * configure.in: Remove uses of config/mh-linux.
17418
17419 * config.sub, config.guess: Merge with latest FSF sources.
17420
d207ebef
JM
17421Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17422
17423 * config.sub (case $basic_machine): Add tic80 entries.
17424
6599da04
JM
17425Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17426
17427 * config.sub, config.guess: Merge with latest FSF sources.
17428
17429Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17430
17431 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17432 * mpw-config.in: Test for NewFolderRecursive.
17433 * mpw-install: Use symbolic name for startup filename.
17434 * mpw-README: Add various additional details.
17435
17436Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17437
17438 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17439
17440Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17441
17442 * configure.in: Do build gcc and the target libraries for
17443 the mn10200.
17444
17445Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17446
17447 * configure.in: don't avoid building gdb for mn10300 any more
17448 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17449 instead of single-quoting it.
17450
17451Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17452
17453 * configure.in: Don't use --with-stabs on IRIX 6.
17454
17455Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17456
17457 * configure.in (m32r): Build gdb, libg++ now.
17458
17459Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17460
17461 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17462 directories from noconfigdirs.
17463
17464Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17465
17466 * config.sub (basic_machine): added mips16 configuration
17467
17468Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17469
17470 * config.sub: Handle d10v-unknown.
17471
d207ebef
JM
17472Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17473
17474 * config.sub: Handle v850-unknown.
17475
6599da04
JM
17476Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17477
17478 * Makefile.in: add findutils
17479 * configure.in: add findutils to list of host_tools
17480
17481Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17482
17483 * config.sub: Handle mn10200 and mn10300.
17484
17485Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17486
17487 * configure.in (d10v-*): Do not build librx.
17488
17489Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17490
17491 * configure.in (mn10300): Build everything except gdb & libgloss.
17492
17493Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17494
17495 * config.guess: Patch for Dansk Data Elektronik servers,
17496 from Niels Skou Olsen <nso@dde.dk>.
17497
17498 For ncr, use /bin/uname rather than uname, since GNU uname does not
17499 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17500
17501 Patch for MIPS R4000 running System V,
17502 from Eric S. Raymond <esr@snark.thyrsus.com>.
17503
17504 Fix thinko for nextstep.
17505
17506 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17507
17508 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17509 * config.guess: Guess mips-dec-mach_bsd4.3.
17510
17511 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17512 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17513 release numbers.
17514 * config.guess (mips-mips-riscos*): Emit just enough of the
17515 release number.
17516
17517 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17518 * config.guess (sparc-auspex-sunos*): Added.
17519 (f300-fujitsu-*): Added.
17520
17521 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17522 * config.guess: Recognize a Tadpole as a sparc.
17523
17524Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17525
17526 * config.guess: Don't assume that NextStep version is either 2 or
17527 3. NextStep 4 (aka OpenStep 4) has come out now.
17528
17529Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17530
17531 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17532 From Rik Faith <faith@cs.unc.edu>.
17533
17534Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17535
17536 * config.sub: Contributions from bug-gnu-utils to:
17537 Support plain "hppa" (no version given) architecture, reported by
17538 OpenStep.
17539 OpenBSD like NetBSD.
17540 LynxOs is not a hardware supplier.
17541
17542 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 17543 OpenBSD like NetBSD.
6599da04
JM
17544 Stratus systems.
17545 More Pyramid systems.
17546 i[n>4]86 Intel chips.
17547 M680[n>4]0 Motorola chips.
17548 Use unknown instead of lynx for hardware manufacturer.
17549
17550Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17551
17552 * install.sh (chmodcmd): Set to null if the DST directory already
17553 exists.
17554
17555Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17556
17557 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17558 not use mt-ppc target Makefile fragment any more.
17559
17560Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17561
17562 * configure.in (*-*-windows): Exclude everything but those dirs
17563 needed to build windows.
17564
17565Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17566
17567 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17568
17569Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17570
17571 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
17572
17573Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17574
17575 * Undo my previous change.
17576
17577Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17578
17579 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17580 unconditionally.
17581 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17582
17583Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17584
17585 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17586 host to add it's own flags.
6599da04
JM
17587
17588Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17589
17590 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17591
17592Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17593
17594 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17595 (CXX_FOR_TARGET): Likewise.
17596 (GCC_FOR_TARGET): Define.
17597 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17598 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17599 CC_FOR_TARGET was specified on the command line.
17600 (MAKEOVERRIDES): Don't define.
17601
17602Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17603
17604 * configure.in (m32r): Fix spelling of libg++ libs.
17605
17606Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17607
17608 * config.sub (-apple*): Remove, now redundant.
17609
17610Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17611
17612 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17613
17614 * configure: Rework yesterday's sed script patch.
17615
17616 * config.sub: Merge with FSF.
17617
17618Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17619
17620 * config.guess: Merge from FSF.
17621
17622 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
17623 * config.guess: Use pc instead of unknown, for pc clone systems.
17624 Change linux to linux-gnu.
6599da04
JM
17625
17626 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 17627 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
17628
17629Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17630
17631 * test-build.mk (HOLES): Add "xargs" for gdb.
17632
17633 * configure: Avoid hpux10.20 sed bug.
17634
17635Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17636
731a8127 17637 * configure.in: Add support for windows host
6599da04
JM
17638 (that is a build done under the Microsoft build environment).
17639
17640Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17641
17642 * Makefile.in: Replace all uses of srcroot with s, to shrink
17643 command line lengths.
17644
17645 Patches from Geoffrey Noer <noer@cygnus.com>:
17646 * configure.in: If configuring for newlib, pass --with-newlib to
17647 subdirectories.
17648 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17649 -Bnewlib/ and -Lwinsup to gcc.
17650 (CXX_FOR_TARGET): Likewise.
17651
17652Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17653
17654 * Makefile.in (ETC_SUPPORT): Add configure.
17655
17656Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17657
4e81ae98 17658 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
17659 host configuration file.
17660
17661Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17662
17663 * configure.in: Break mn10x00 support into separate
17664 mn10200 and mn10300 configurations.
17665 * config.sub: Likewise.
17666
17667Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17668
17669 * configure.in: Add lots of stuff to noconfigdirs for
17670 the mn10x00 targets.
17671
17672 * config.sub, configure.in: Add mn10x00 support.
17673
17674Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17675
17676 * make-all.com: Call conf-a-gas, not config-a-gas.
17677
17678Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17679
17680 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 17681 targets.
6599da04
JM
17682
17683Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17684
17685 * mpw-README: Add much more detail for native PowerMac.
17686 * mpw-install: New file.
17687 * mpw-configure: Add --norecursion and --help options.
17688 * mpw-config.in: Translate readme and install files when
17689 copying to objdir.
17690 * mpw-build.in: Don't always depend on byacc and flex.
17691 (install-only-top): New action.
17692
d207ebef
JM
17693Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17694
17695 * configure.in: You can now configure GDB for the v850.
17696
6599da04
JM
17697Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17698
17699 * configure.in (noconfigdirs): Don't configure any C++ dirs
17700 if targeting D10V.
17701
17702Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17703
17704 * config.sub: Recognize mips64vr5000.
17705
17706Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17707
17708 * configure.in: Use a single line for host_tools and native_only.
17709
17710Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17711
17712 * config.sub, configure.in: Add entries for m32r.
17713
17714Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17715
17716 * Makefile.in (inet-install): Don't run install-gzip.
17717
17718Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17719
17720 * configure.in: Don't config lots of things for *-*-windows*.
17721
17722Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
17723
17724 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
17725 (host_libs, host_tools): Copy from configure.in.
17726 * mpw-configure: Don't complain about directories not found.
17727
17728Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17729
17730 * configure.in (i[345]86): Recognize i686 for pentium pro.
17731 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
17732 file.
17733
17734 * config.guess (i[345]86): Ditto.
17735
17736Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17737
17738 * configure.in (noconfigdirs): Removed gdb for D10V.
17739
d207ebef 17740Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 17741
d207ebef
JM
17742 * configure.in: Remove ld, target-libio, target-libg++, and
17743 target-libstdc++ from noconfigdirs.
5d4a5ee6 17744
6599da04
JM
17745Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
17746
17747 * configure: Fix three locations where shell scripts were
17748 being run directly rather than with config_shell.
17749
d207ebef
JM
17750Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
17751
17752 * configure.in (v850-*-*): Set up initial $noconfigdirs.
17753 * config.sub (basic_machine): Recognize v850.
17754
6599da04
JM
17755Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
17756
17757 * mpw-configure: Handle multiple enable/disable options and
17758 pass them down recursively, handle -c and -s flags appropriately
17759 depending on choice of compiler, add escape mechanism for
17760 quoted arguments to gC.
17761
17762Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17763
17764 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
17765 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
17766 so that -mrelocatable-lib and -mno-eabi are used.
17767
17768 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
17769 not support --print-multi-lib, don't abort.
17770
6599da04
JM
17771Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
17772
17773 * make-all.com: Run config-a-gas.
17774 * setup.com: Don't copy subdirectory files around.
17775
17776Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
17777
17778 * configure.in (*-*-ose): Remove exclusion of libgloss for this
17779 target, it now compiles correctly.
17780
17781Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
17782
17783 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
17784
17785Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17786
4e81ae98 17787 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
17788
17789Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17790
17791 * configure.in (native_only): Add prms.
17792
17793Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
17794
17795 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
17796 (BINUTILS_SUPPORT_DIRS): Likewise.
17797
17798Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17799
17800 * configure.in (d10v-*-*): Don't configure ld or gdb until the
17801 d10v support is added.
17802
17803Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
17804
17805 * configure.in (d10v-*-*): New target.
17806
17807Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
17808
17809 * config.guess (HP 9000/811): Recognize this as a PA1.1
17810 machine.
17811
17812Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
17813
17814 * Makefile.in (do-tar-gz): New target, split out from tail end of
17815 taz target. Run each command separately, don't use pipes.
17816 (taz): Use it.
17817
17818Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
17819
17820 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
17821 * mpw-build.in: No builds should depend on building byacc or flex,
17822 they are assumed to be installed already.
17823
17824Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17825
17826 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
17827 variable that CC_FOR_TARGET needs.
17828
17829Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17830
17831 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
17832 options have changed since the last time the subdirectory was
17833 configured, and if it has, reconfigure.
17834 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
17835 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
17836
17837Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
17838
17839 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
17840 CLEAN_MODULES): Add bash.
17841 (all-bash): New target.
17842
17843Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
17844
17845 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
17846
17847Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17848
17849 * config.sub (basic_machine): Recognize d10v as a valid processor.
17850
17851Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
17852
17853 * mpw-configure: Add support for --bindir.
17854 * mpw-build.in: Use a GCC-specific build script for GCC actions.
17855
17856Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
17857
17858 * configure.in: add bash, time, gawk to list of hosttools and things
17859 to only build for native toolchains
17860
17861Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17862
17863 * Makefile.in (docdir): Remove.
17864
17865Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
17866
17867 * Makefile.in (datadir): Set to $(prefix)/share.
17868
17869Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
17870
17871 * configure.in: build diff and patch for cygwin32-hosted
17872 toolchains.
17873
17874Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
17875
17876 * config.sub: Accept -rtems*.
17877
17878Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
17879
e490616e
ZW
17880 * configure.in: enable dosrel for cygwin32-hosted builds,
17881 remove diff from the list of things not buildable
17882 via Canadian Cross
6599da04
JM
17883
17884Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
17885
17886 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 17887 don't get ". ".
6599da04
JM
17888
17889Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
17890
17891 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
17892
17893Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
17894
17895 * Makefile.in (taz): Handle case where tex3patch didn't even get
17896 checked out. Also, if it was found, put the symlink in a new util
17897 subdirectory.
17898
17899Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17900
17901 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
17902
17903Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
17904
17905 * config.sub: Recognize -openvms.
17906 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
17907 * make-all.com, setup.com: New files.
17908
17909Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
17910
17911 * Makefile.in (taz): tex3patch moved to texinfo/util.
17912
17913Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
17914
17915 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
17916 * configure.in: remove make from disable-if-Can-Cross list
17917 enable gdb if ${host} and ${target} are cygwin32
17918
17919Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
17920
17921 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
17922 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
17923
17924Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
17925
17926 * config.guess: Combine mips-mips-riscos cases, and use cpp to
17927 distinguish sysv/svr4/bsd variants.
17928 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
17929
17930Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
17931
17932 * configure.in: Added copyright notice.
17933 * move-if-change: Added copyright notice.
17934
17935Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17936
17937 * configure.in (powerpcle-*-solaris*): Until we get shared
17938 libraries working, don't build gdb, sim, make, tcl, tk, or
17939 expect.
17940
17941Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
17942
17943 * config.guess: Merge with FSF:
17944
17945 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
17946 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
17947
17948 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
17949 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
17950
17951 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
17952 * config.guess: Combine two OSF1 rules.
17953 Also recognize field test versions. From mjr@zk3.dec.com.
17954 * config.guess (dgux): Use /usr/bin/uname rather than uname,
17955 because GNU uname does not support -p. From pmr@pajato.com.
17956
17957Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
17958
17959 * Makefile.in (MAKEDIRS): Removed $(tooldir).
17960
17961Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
17962
17963 * mpw-README: Document GCCIncludes.
17964
17965Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
17966
17967 * configure.in (alpha-*-linux*): Set enable_shared to yes.
17968
17969Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17970
17971 * mpw-configure: Handle --enable-FOO and --disable-FOO.
17972
17973Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
17974
17975 * configure.in (*-*-cygwin32): Configure make.
17976
17977Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
17978
17979 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
17980
17981Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
17982
17983 * Makefile.in (all-inet): Depend on all-perl.
17984
17985 * Makefile.in (inet-install): New target.
17986
17987 * Makefile.in (all-inet): Depend on all-tcl.
17988 (all-inet): Depend on all-send-pr.
17989
17990Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17991
17992 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
17993 temporarily.
17994
17995Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
17996
17997 * configure.in: Don't configure --with-gnu-ld on AIX.
17998
17999Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18000
18001 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18002
18003Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
18004
18005 * Makefile.in (ALL_MODULES): Added all-inet.
18006 (CROSS_CHECK_MODULES): Added check-inet.
18007 (INSTALL_MODULES): Added install-inet.
18008 (CLEAN_MODULES): Added clean-inet.
18009 (all-indent): New target.
18010
18011 * configure.in (host_tools): Added inet.
18012 (native_only): Added inet.
18013 (noconfigdirs): Added inet.
18014
18015Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
18016
18017 * configure.in: Don't configure libgloss if we are not configuring
18018 newlib.
18019
18020Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18021
18022 * configure.in: Don't configure libgloss for unsupported
18023 architectures.
18024
18025Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18026
18027 * Makefile.in (CLEAN_MODULES): Add clean-apache.
18028
18029Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
18030
18031 * Makefile.in (ALL_MODULES): Include all-apache.
18032 (CROSS_CHECK_MODULES): Include check-apache.
18033 (INSTALL_MODULES): Include install-apache.
18034 (all-apache): New target.
18035
18036 * configure.in: Added apache everywhere perl is seen.
18037
18038Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18039
18040 * Makefile.in: Add support for clean-{module} and
18041 clean-target-{module} rules.
18042
18043Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
18044
18045 * configure.in (*-*-ose) do not build libgloss.
18046
18047Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18048
18049 * config.guess (prep*:SunOS:5.*:*): Turn into
18050 powerpele-unknown-solaris2.
18051
18052Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18053
18054 * configure.in: Permit --enable-shared to specify a list of
18055 directories.
18056
18057Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18058
18059 * configure.in (host==solaris): Pass only the first word of $CC
18060 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18061
18062Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18063
18064 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18065
18066Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18067
18068 * Makefile.in (ALL_MODULES): Include all-perl.
18069 (CROSS_CHECK_MODULES): Include check-perl.
18070 (INSTALL_MODULES): Include install-perl.
18071 (ALL_X11_MODULES): Include all-guile.
18072 (CHECK_X11_MODULES): Include check-guile.
18073 (INSTALL_X11_MODULES): Include install-guile.
18074 (all-perl): New target.
18075 (all-guile): New target.
18076
18077 * configure.in (host_tools): Include perl and guile.
18078 (native_only): Include perl and guile.
18079 (noconfigdirs): Don't build guile and perl; no ports have been
18080 done.
18081
18082Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18083
e490616e
ZW
18084 * configure (--enable-*): Handle quoted option lists such as
18085 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
18086
18087Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18088
18089 * Makefile.in ({,inst}all-target): New rule so we can make and
18090 install all of the target directories easily.
18091
18092Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18093
18094 * configure.in: Add missing global flag in sed substitution when
18095 deleting `target-' from ${configdirs}.
18096
18097Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18098
18099 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18100 option.
18101
18102 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18103 config/mh-necv4.
18104
18105 * install.sh: Correct misspelling of transformbasename.
18106
18107 * config.guess: Recognize mips-*-sysv*.
18108
18109Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18110
18111 * config.sub: Recognize mon960.
18112
18113Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18114
18115 * configure: Restore Canadian Cross handling of BISON and LEX,
18116 removed in Feb 20 change.
18117
18118Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18119
18120 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18121 Mention make install. Remove the old copyright date as well the
18122 clumsy and rather pointless copyright on the README file.
18123
18124Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18125
18126 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18127 Makefile after running symlink-tree, then run `make distclean' to
18128 avoid clobbering any generated files in srcdir.
18129
18130Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18131
18132 * configure.in (m68k-*-netbsd*): Build everything now.
18133
18134Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18135
18136 * Makefile.in (taz): Fix quoting.
18137
18138Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18139
18140 * configure.in (sparclet-*-*): Build everything now.
18141
18142Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18143
18144 * configure.in (m68k-*-linux*): New host.
18145
18146Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18147
18148 * configure: Check for bison before byacc.
18149
18150Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18151
18152 * Makefile.in configure: Change the way LEX and BISON/YACC are
18153 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18154 searching PATH. These are used as fallbacks by Makefile.in if
18155 flex/bison/byacc aren't in objdir.
18156
18157Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18158
18159 * Makefile.in: Make everything which depends upon all-bfd also
18160 depend upon all-opcodes, in case --with-commonbfdlib is used.
18161
18162Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18163
18164 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18165 building NT native compilers on Unix.
18166
18167Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18168
18169 * configure.in: Don't get CC from the host Makefile fragment if we
18170 can find gcc in PATH, or if this is a Canadian Cross. Move the
18171 Solaris test for /usr/ucb/cc to the post target script, just after
18172 the compiler sanity test.
18173
18174Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18175
18176 * config.sub: Merge with FSF.
18177
18178Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18179
18180 * Makefile.in (RPATH_ENVVAR): New variable.
18181 (REALLY_SET_LIB_PATH): Use it.
18182 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18183
18184Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18185
18186 * config.sub, configure.in: Recognize sparclet cpu.
18187
18188Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18189
18190 * config.guess: Support m68k-cbm-sysv4.
18191
18192Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18193
18194 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18195 m68k-unknown-linuxaout from linker help string. Put quotes around
18196 $ld_help_string.
18197
18198Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18199
18200 * config.guess (powerpc-harris-powerunix): Add guess for port
18201 to new target.
18202
18203Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18204
18205 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18206
18207Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18208
18209 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18210 $(REALLY_SET_LIB_PATH) in Makefile.
18211 * Makefile.in (SET_LIB_PATH): New variable.
18212 (REALLY_SET_LIB_PATH): New variable.
18213 ($(DO_X)): Use $(SET_LIB_PATH).
18214 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18215 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18216 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18217 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18218 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18219 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18220 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18221 (install-dosrel): Likewise.
18222 (all-opcodes): Depend upon all-libiberty.
18223
18224Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18225
18226 * config.guess (*:CYGWIN*): New
18227
18228Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18229
18230 * Makefile.in (all-target-winsup): All all-target-libiberty.
18231
18232Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18233
18234 * configure.in (noconfigdirs): Add missing # in front of comment.
18235
18236Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18237
18238 * configure.in: add second pass to things added to noconfigdirs
18239 so *-gm-magic can exclude libgloss properly.
18240
18241Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18242
18243 * mpw-configure (extralibs_name, rez_name): Set correctly
18244 for MWC68K compiler.
18245
18246 * mpw-README: Add more info on the necessary build tools.
18247
18248Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18249
18250 * configure.in, config.sub: Recognize cygwin32.
18251
18252Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18253
18254 * config.guess, config.sub: Recognize A/UX.
18255
18256Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18257
18258 * config.sub: Merge with gcc/config.sub.
18259
18260Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18261
18262 * mpw-build.in (do-binutils): Add build of stamps.
18263
18264Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18265
18266 * config.sub: Add recognition for mips64vr4100*-* targets.
18267
18268Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18269
18270 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18271 Add creation of gconfigargs with `--enable-shared' turned on.
18272 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18273 ($(host)-stamp-stage3-configured): Likewise.
18274 (HOLES): Add chatr and ldd.
18275 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18276
18277Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18278
18279 * configure: Pass --nfp to recursive configures.
18280
18281Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18282
18283 * Makefile.in (DLLTOOL): New.
18284 (DLLTOOL_FOR_TARGET): New.
18285 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18286 (EXTRA_TARGET_FLAGS): Ditto.
18287 (EXTRA_GCC_FLAGS): Ditto.
18288 (CONFIGURE_TARGET_MODULES): Ditto.
18289 (DO_X): Ditto.
18290 * configure: Add DLLTOOL.
18291
18292Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18293
18294 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18295 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18296 mh-sco, since old workarounds no longer needed, and don't
18297 build ld, since libraries have weak symbols in COFF.
18298
18299Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18300
18301 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18302
18303Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18304
18305 * configure.in: Make sure that ${CC} can be used to compile an
18306 executable.
18307
18308Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18309
18310 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18311 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18312 nothing depending on whether gdbtk is being built.
18313
18314Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18315
18316 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18317
18318Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18319
18320 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18321 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18322
18323Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18324
18325 * config-ml.in: Add support for
18326 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18327 Simplify setting of multidirs from --disable-foo.
18328
18329Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18330
18331 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18332 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18333 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 18334 non-empty, pass them on to the GCC make.
6599da04
JM
18335 (all-bootstrap): New rule that is like all-gcc, except it executes
18336 the GCC bootstrap rule instead of the GCC all rule.
18337
18338Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18339
18340 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18341
18342Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18343
18344 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18345 DG/UX support.
18346
18347Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18348
18349 * config.sub (i*86*) Change [345] to [3456]
18350
18351Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18352
18353 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18354 --with-gnu-ld=no.
18355
18356Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18357
18358 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18359 AIX multilibs get built.
18360
18361Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18362
18363 * configure.in (i386-win32): Don't build expect if we're not
18364 building the tcl subdir.
18365
18366Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18367
18368 * Makefile.in: (configure-target-examples, all-target-examples):
18369 New targets, configure and build example programs.
18370
18371Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18372
18373 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18374 use it as input to sedit the generated MPW makefile.
18375 * mpw-README: Add a suggestion about Gestalt.h.
18376
18377Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18378
18379 * config.sub: Accept *-*-ieee*.
18380
18381Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18382
18383 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18384 Ronald F. Guilmette <rfg@monkeys.com>.
18385
18386Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18387
18388 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18389 for powerpc-pe native.
18390 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18391 (target==powerpc-pe): duplicate i386-win32 entry.
18392
18393Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18394
18395 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18396 of vxworks, not just vxworks5.1.
18397
18398Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18399
18400 * mpw-configure: Add support for exec-prefix.
18401
18402Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18403
18404 * config.guess: Recognize HP model 816 machines as having
18405 a PA1.1 processor.
18406
18407Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18408
18409 * configure: Ignore new autoconf configure options.
18410
6599da04
JM
18411Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18412
18413 * config.guess: Recognize Pentium under SCO.
18414 From Robert Lipe <robertl@arnet.com>.
18415
18416Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18417
18418 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
18419
18420Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18421
18422 * configure.in: Don't configure gas for alpha-dec-osf*.
18423
18424Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18425
18426 * configure.in: Default to --with-stabs for some targets for which
18427 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18428 i[345]86*-*-unixware*.
18429
18430Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18431
18432 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18433 rather than basing it on the target. Simplify handling of options
18434 controlling which directories to configure. Remove extraneous
18435 slash in multi-clean target.
18436
18437Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18438
18439 * config-ml.in: Prefix more variables with ml_ so they don't collide
18440 with configure's.
18441
18442Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18443
18444 * configure: Don't turn -v into --v.
18445
18446Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18447
18448 * configure.in (targargs): Fix typo.
18449
18450 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18451
18452Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18453
18454 * configure.in: Strip --host and --target options from
18455 CONFIG_ARGUMENTS, and always configure for --host only. Add
18456 --with-cross-host option when building with a cross-compiler.
18457 * configure: Canonicalize the arguments put into config.status by
18458 always using `=' for an option with an argument. Pass a presumed
18459 --host or --target explicitly.
18460
18461Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18462
18463 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18464 into general OS recognition case.
18465
18466Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18467
18468 * configure.in (target_configdirs): add target-winsup only
18469 for win32 target systems.
18470
18471Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18472
18473 * Makefile.in (all-target-libgloss): Depend upon
18474 configure-target-newlib, since when libgloss is built it looks to
18475 see if the newlib directory exists.
18476
18477Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18478
18479 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18480 cfg-ml-*.in.
18481
18482Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18483
18484 * configure: Handle LD and LD_FOR_TARGET when configuring a
18485 Canadian Cross.
18486
6599da04
JM
18487Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18488
18489 * configure.in (target_libs): add target-winsup.
18490 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18491 (target==ppcle-pe): remove ld from $noconfigdirs.
18492
18493Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18494
18495 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18496 Preserve relative path names in $srcdir. Build symlink tree if
18497 configuring cross target dir and srcdir=. (= no VPATH support).
18498 (configure-target-libg++): Depend on configure-target-librx.
18499 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18500 * config-ml.in: New file.
18501 * symlink-tree: New file.
18502 * configure: Ensure srcdir="." if that's what it is.
18503
18504Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18505
18506 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18507 includes and FLEX_SKELETON setting.
18508 * mpw-configure (--with-gnu-ld): New option, controls whether
18509 to use PPCLink or ld with PowerMac GCC.
18510 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18511 * mpw-config.in: Configure grez if targeting Mac.
18512
18513 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
18514 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18515 just macos.
6599da04
JM
18516 * configure.in: Configure grez resource compiler if targeting Mac.
18517 * Makefile.in (all-grez, install-grez): New targets.
18518
18519Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18520
18521 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 18522 gcc in the path, set CC to gcc -O2.
6599da04
JM
18523
18524Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18525
18526 * configure: Default ${build} correctly. Avoid picking up extra
18527 spaces when reading CC and CXX from Makefile. When doing a
18528 Canadian Cross, use plausible default values for numerous
18529 variables.
18530 * configure.in: When doing a Canadian Cross, don't try to
18531 configure tools whose configure script can't handle it.
18532
18533Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18534
18535 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18536
18537Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18538
18539 * configure: Remove dubious bug reporting address.
18540
18541Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18542
18543 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18544 configure script, run that instead of this directory's configure.
18545 In either case, print a message that we're configuring the sub-dir.
18546
18547Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18548
18549 * configure.in: Before checking for the existence of various files,
18550 use sed to filter out "target-".
18551
18552Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18553
18554 * Makefile.in (DO_X): Split rule to decrease command line length
18555 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18556 (Philippe De Muyter).
18557
18558Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18559
18560 * Makefile.in (all-patch): depend on all-libiberty.
18561
18562Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18563
18564 * configure.in: If the only directory in target_configdirs which
18565 actually exists is libiberty, then set target_configdirs to empty,
18566 to avoid trying to build a target libiberty in a gas or gdb
18567 distribution.
18568
18569Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18570
18571 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
18572 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18573 systems.
6599da04
JM
18574
18575Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18576
18577 * configure.in (copy_dirs): Use sys-include instead of include
18578 for --with-headers option.
18579
18580Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18581
18582 * Makefile.in, configure.in: Make winsup builds work with
18583 new scheme.
18584
18585Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18586
18587 * configure.in: Build the linker on AIX.
18588
18589Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18590
18591 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18592 where needed.
18593
18594Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18595
18596 * Makefile.in (all-gcc): Fix typo.
18597
18598Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18599
18600 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18601
18602Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18603
18604 * configure.in: Rename libFOO to target-libFOO, and xiberty
18605 to target-xiberty, to provide more flexibility.
18606 (target_subdir): Define. Create if cross.
18607 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18608 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18609 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18610 check-libFOO -> check-target-libFOO, etc.
18611 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18612 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18613 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18614 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18615 allow ALL_GCC="" to only configure.
18616 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18617 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18618 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18619
18620Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18621
18622 * Makefile.in (taz): Build "info" in etc explicitly.
18623
18624Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18625
18626 * configure.in: Make sure that CC is undefined (as opposed to
18627 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18628 problem with autoconf trying to configure on a host without GCC.
18629
18630Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18631
18632 * mpw-configure: Set host alias from choice of host compiler,
18633 only use generic MPW Makefile sed if present, edit a file
18634 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18635 * mpw-README: Add problem notes about CW6 and CW7.
18636
18637Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18638
18639 * Makefile.in (taz): Use ";" instead of ";;".
18640
18641Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18642
18643 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18644 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18645 DISTDOCDIRS.
18646 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18647 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18648
18649Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18650
18651 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18652 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18653 Move bfd to DISTSTUFFDIRS.
18654
18655Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18656
18657 * Makefile.in (X11_LIB): Removed.
18658 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18659
18660 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18661
18662Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18663
18664 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18665 names.
18666
18667Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18668
18669 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18670
18671Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18672
18673 * configure.in (i[345]86-*-win32): Always build newlib.
18674 Don't configure cvs, autoconf or texinfo.
18675 * Makefile.in (LD_FOR_TARGET): New.
18676 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18677 Pass down LD_FOR_TARGET.
18678
18679Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18680
18681 * winsup: New directory.
18682 * Makefile.in: Build winsup.
18683 * configure.in: Winsup is configured when target is win32.
18684 Can only build win32 target GDB when native.
4e81ae98 18685
6599da04
JM
18686Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18687
18688 * config.guess: Recognize HP model 819 machines as having
18689 a PA 1.1 processor.
18690
18691Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18692
18693 * configure: Fix sed loop which substitutes for CC and CXX to
18694 avoid bug found in various sed implementations.
18695
18696Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18697
18698 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18699 simulator. Use standard powerpc-*-eabi*.
18700
18701Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18702
18703 * configure.in: Stop putting gas and binutils in noconfigdirs for
18704 powerpc-*-aix* and rs6000-*-*.
18705
18706Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18707
18708 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18709 -mcall-aixdesc libraries.
18710
18711Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18712
18713 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18714
18715 * config.sub (arm | armel | armeb): Fix shell syntax.
18716
18717Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18718
18719 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18720 -msoft-float and -mcpu=common support.
18721 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18722 libraries.
18723
18724Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18725
18726 * configure.in: Allow configuration and build of emacs19 for the alpha.
18727
18728Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18729
18730 * configure.in (CC): Get ^CC, not just any old CC, from
18731 ${host_makefile_frag}.
18732
18733Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18734
4e81ae98 18735 * configure.in (CC): Try to get CC from
6599da04
JM
18736 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
18737
18738Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18739
18740 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
18741 only if it exists in $(srcdir).
18742
18743Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
18744
18745 * configure: If CC and CXX are not set in the environment, set
18746 them, based on either an existing Makefile or on searching for gcc
18747 in PATH. Substitute for CC and CXX in Makefile.
18748 * configure.in: Remove libm from target_libs. Separate
18749 target_configdirs from configdirs. If CC is not set in
18750 environment, try to get it from a host Makefile fragment. Rewrite
18751 changes of configdirs to use skipdirs instead. A few minor
18752 tweaks. Take directories out of target_configdirs as they are
18753 taken out of configdirs. Remove existing Makefile files from
18754 subdirectories. Substitute for TARGET_CONFIGDIRS and
18755 CONFIG_ARGUMENTS in Makefile.
18756 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
18757 by configure.in.
18758 (CONFIG_ARGUMENTS): Likewise.
18759 (CONFIGURE_TARGET_MODULES): New variable.
18760 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
18761 ($(CONFIGURE_TARGET_MODULES)): New target.
18762 (configure-libg++, configure-libio): New targets.
18763 (all-libg++): Depend upon configure-libg++.
18764 (all-libio): Depend upon configure-libio.
18765 (configure-libgloss, all-libgloss): New targets.
18766 (configure-libstdc++): New target.
18767 (all-libstdc++): Depend upon configure-libstdc++.
18768 (configure-librx, all-librx): New targets.
18769 (configure-newlib): New target.
18770 (all-newlib): Depend upon configure-newlib
18771 (configure-xiberty): New target.
18772 (all-xiberty): Depend upon configure-xiberty.
18773
18774Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18775
18776 * configure.in (host i[345]86-*-win32): Expand the
18777 noconfigdirs again.
18778
18779Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
18780
18781 * mpw-configure: Fix sed command file name.
18782
18783Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
18784
4e81ae98 18785 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
18786 noconfigdirs again.
18787
18788Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
18789
18790 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
18791 or powerpc*-*-pe*, since they are not yet supported.
18792
18793Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18794
18795 Add PowerMac support and many other enhancements.
18796 * mpw-configure: New option --cc to select compiler to use,
18797 paste options set according to --cc into the generated
18798 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
18799 if mpw-make.sed is present.
18800 * mpw-config.in: Don't test for gC1, test for mpw-touch,
18801 add forward includes for PowerPC include files.
18802 * mpw-build.in: Build using Makefile.PPC if present.
18803 (do-byacc, etc): Remove separate version resource builds.
18804 (do-gas): Build "stamps" before "all".
18805 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
18806 * mpw-README: Update to reflect --cc option, PowerMac support,
18807 and recently-reported compatibility problems.
18808
18809Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
18810
18811 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
18812 embedded m68k systems (-aout, -coff, -elf, -vxworks).
18813 (--with-multilib-top): Pass to recursive invocations.
18814
18815Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
18816
18817 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
18818 v810-*-*.
18819
18820Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18821
18822 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
18823 gdb, ld and opcodes on v810-*-*.
18824
6599da04
JM
18825Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
18826
18827 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
18828 (local-maintainer-clean): New target.
18829 (maintainer-clean): New target.
18830 (realclean): Just depend upon maintainer-clean.
18831
18832Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18833
18834 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
18835
18836Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
18837
18838 * configure.in: Build ld in mips*-*-bsd* case.
18839
18840Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
18841
18842 * config.sub: Accept -lites* OS. From Ian Dall.
18843
18844Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
18845
18846 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 18847 targets.
6599da04
JM
18848
18849Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18850
18851 * configure.in: treat i386-win32 canadian cross the same as
18852 i386-go32 canadian cross.
18853
18854Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18855
18856 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
18857 running under the simulator to build a reduced set of libraries.
18858 (powerpc-*-eabiaix): Add fine grained multilib support added to
18859 other powerpc targets yesterday.
18860
18861Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18862
18863 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
18864 -disable-softfloat, -disable-relocatable, -disable-aix, and
18865 -disable-sysv to control which multilib libraries get built.
18866
18867Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
18868
18869 * configure: Add Makefile.tem to list of files to remove in trap
18870 handler.
18871
18872Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
18873
18874 * config.guess (*Linux*): Add missing "exit"s.
18875 Also, need specific check for alpha-unknown-linux (uses COFF).
18876
18877Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
18878
18879 * config.guess: Merge with FSF:
18880
18881 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
18882 * config.guess (AIX4): More robust release numbering discovery.
18883
18884 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
18885 * config.guess (i386-sequent-ptx): Properly get version number.
18886
18887 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
18888 * config.guess (mips:*:4*:UMIPS): New case.
18889
18890Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
18891
18892 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
18893 (i386-win32 host): Likewise. Don't build readline.
18894
18895Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
18896
18897 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
18898 SUPPORT_FILES to submakes.
18899
18900Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
18901
18902 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
18903 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
18904 mpw-configure.
18905
18906Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
18907
18908 * configure.in (appdirs): Use =, not ==, in test expression when
18909 trying to build the text to print in the warning message for
18910 Solaris users.
18911
18912Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
18913
18914 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
18915
18916Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18917
18918 * config.guess: Recognize lynx-2.3.
18919
18920Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
18921
18922 * config.sub (z8ksim): Deleted
18923 (z8k-*-coff): New, this is the one true name of the target.
18924
18925Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
18926
18927 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
18928
18929Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
18930
18931 * config.guess (*:Linux:*:*): First try asking the linker what the
18932 default object file format is (elf, aout, or coff). Then if this
18933 fails, try previous methods.
18934
18935Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18936
18937 * configure.in: Don't build newlib for *-*-vxworks5.1.
18938
18939Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18940
18941 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
18942 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
18943
18944Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
18945
18946 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
18947
18948Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
18949
18950 * cfg-ml-com.in: New file.
18951 * cfg-ml-pos.in: New file.
18952
18953Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18954
18955 * COPYING.NEWLIB: Add HP free copyright to list.
18956
18957Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18958
18959 * config.sub: Recognize -eabi* for the system, not just -eabi.
18960
18961Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
18962
18963 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
18964 * config.sub, configure.in (win32): New target and host.
18965
18966Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
18967
18968 * configure.in: Add i386-pe configuration.
18969
18970Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
18971
18972 * mpw-build.in (install): Install GDB after LD.
18973
18974Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
18975
18976 * mpw-config.in (elf/mips.h): Always forward-include, needed
18977 for GDB to build.
18978
18979Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
18980
18981 * testsuite: New directory for customer acceptance and whole tool
18982 chain tests.
18983
18984Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
18985
18986 * configure: If per-host line isn't found, but AC_OUTPUT is found
18987 and a configure script exists, run it instead.
18988
18989Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18990
18991 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
18992
18993Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
18994
18995 * configure: Set build_{cpu,vendor,os,alias} to host values when
18996 --build isn't specified.
18997
18998Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
18999
19000 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19001 (FLAGS_TO_PASS): Pass them.
19002 (EXTRA_TARGET_FLAGS): Ditto.
19003
6599da04
JM
19004Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19005
19006 * Makefile.in (all-libg++): Depend on all-libstdc++.
19007
19008Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19009
19010 * configure.in (noconfigdirs): Enable all packages for
3d3b561f 19011 i386-unknown-netbsd.
6599da04
JM
19012
19013Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
19014
19015 * configure.in (noconfigdirs): Don't configure tk for i386-go32
19016 hosted builds (DOS builds)
19017
19018Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19019
19020 Changes for ARM based on patches from Richard Earnshaw:
19021 * config.sub: Handle armeb and armel.
19022 * configure.in: Omit arm linker only for riscix.
19023
19024Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
19025
19026 * config.guess: Update from FSF.
19027
19028Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
19029
63f6bcd7 19030 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
19031 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
19032 powerpcle variant. Convert pentium into i586, not i486. Add p5
19033 alias for i586. Map new x86 variants p6, k5, nexgen into i586
19034 temporarily.
19035
19036Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
19037
19038 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19039
19040Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
19041
19042 * config.sub: Accept -lites* as a basic system type.
19043
19044Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
19045
19046 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19047 installed, and if so return linuxoldld as the system name.
19048
19049Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19050
19051 * config.guess: Add hppa1.1-hp-lites support.
19052
19053Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19054
19055 * configure.in: Don't build newlib for m68k-vxworks5.1.
19056
19057Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19058
19059 * configure.in (mips-sgi-irix6): Use mh-irix5.
19060
19061Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19062
19063 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19064
19065Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19066
19067 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 19068 OSF/1. Fix compiler flags.
6599da04
JM
19069 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19070
19071Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19072
19073 * configure.in: Recognize --with-newlib.
19074 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19075
19076Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19077
d207ebef 19078 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
19079 to *_X11_MODULES due to gdbtk needing X include files et al.
19080
19081Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19082
19083 Merge in support for Mac MPW as a host.
19084 (Old change descriptions retained for informational value.)
19085
19086 * mpw-config.in: Add generic include forwards for cpu-specific
19087 include files in aout and elf directories.
19088
19089 * mpw-configure: Added copyright.
19090 * mpw-config.in: Check for presence of required build tools.
19091 (target_libs): Add newlib.
19092 (target_tools): Add examples.
19093 (Read Me): Generate as "Read Me for MPW" instead.
19094 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19095 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19096 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19097
19098 * mpw-configure: Remove subdir-specific makefile hackery,
19099 delete mk.tmp after using it.
19100
19101 * mpw-build.in (all): Display start and end times.
19102
19103 * mpw-configure (host_canonical): Set.
19104 (target_cpu): Always add to makefiles.
19105 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19106 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19107 (mpw-mh-mpw): Look for in srcdir and srcroot.
19108 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19109
19110 * mpw-build.in: (install-only): New target.
19111
19112 * mpw-configure (host_alias, target_alias): Rename from hostalias
19113 and targetalias, add into generated Makefile.
19114 (mk.tmp): If present, add into generated Makefile.
19115 * mpw-build.in (all-gas): Build config.h first before gas proper.
19116
19117 * mpw-configure (config.status): Write only if changed.
19118 * mpw-config.in (readline): Configure it (not built, just used for
19119 definitions).
19120
19121 * mpw-config.in (elf/mips.h): Add a forward include.
19122
19123 * mpw-config.in: Forward-include most .h files in include into
19124 extra-include.
19125 (readline): Don't build.
19126 mpw-build.in (install): Install GDB.
19127
19128 * mpw-configure (prefix, mpw_prefix): Handle it.
19129 * mpw-config.in (mmalloc, readline): Don't configure.
19130 * mpw-build.in (thisscript): Rename to ThisScript.
19131 Use mpw-build instead of BuildProgram everywhere.
19132 (mmalloc, readline): Don't build.
19133 * mpw-README: New file, basic documentation about the MPW port.
19134
19135 * mpw-config.in: Use forward-include to create include files.
19136
19137 * mpw-configure: Add more things to the top of each configured
19138 Makefile, including contents of config/mpw-mh-mpw.
19139 * mpw-config.in (extra-include): Create this directory and fill it
19140 with Posix-like include files when configuring.
19141
19142 * config.sub (apple, mac, mpw): Add various aliases.
19143
19144 * mpw-build.in: New file, top-level build script fragment for MPW.
19145 * mpw-configure: New file, configure script for MPW.
19146 * mpw-config.in: New file, config fragment for MPW.
19147
19148Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19149
19150 * configure.in (host_libs): Remove glob, since it is gone from the
19151 sources.
19152
19153Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19154
19155 * Makefile.in: define empty GDB_NLM_DEPS var.
19156
19157 * configure.in(target_makefile_frag): use config/mt-netware
19158 for netware targets.
19159
19160Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19161
19162 * config.sub: Merge in recent FSF changes. Remove linux special
19163 cases.
19164
19165Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19166
731a8127 19167 Revert this change:
6599da04
JM
19168
19169 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19170
19171 * build-all.mk: Use CC=cc -Xs on Solaris.
19172
6599da04
JM
19173Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19174
19175 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19176 stop using it.
19177 * Makefile.in: Nuke all references to glob subdirectory.
19178
19179Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19180
19181 * configure.in: Fix --enable-shared logic in per-host.
19182
19183Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19184
19185 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19186
19187Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19188
19189 * configure.in (noconfigdirs): Don't build gas on AIX, for
19190 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19191
19192Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19193
19194 * configure: Fix --cache-file to work if the file argument is a
19195 relative path.
19196
19197Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19198
19199 * configure: If the --cache-file is used, pass it down to
19200 configure in subdirectories.
19201
19202Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19203
19204 * config.sub: add vxworks29k configuration.
19205
19206Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19207
19208 * Makefile.in (taz): Do "diststuff" part quietly.
19209
19210Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19211
19212 * config.sub: Mini-merge with gcc/config.sub.
19213
19214Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19215
19216 * config.guess (IRIX): Sed - to _.
19217
19218Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19219
19220 * Makefile.in (source-vault, binary-vault): New targets.
19221
19222Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19223
19224 * config.sub: Recognize -eabi as a basic system type.
19225
19226Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19227
19228 * configure.in (enable_shared stuff): Fix typo.
19229
19230Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19231
19232 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19233
19234Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19235
19236 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19237
19238Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19239
19240 * configure.in (rs6000-*-*): Don't build gas.
19241
19242Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19243
19244 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19245 reduce command line length.
19246 (AS_FOR_TARGET): Check for as.new, not Makefile.
19247 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19248
19249Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19250
19251 * config.guess: Merge from FSF.
19252
19253Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19254
19255 * configure: Don't use $ when handling program_suffix.
19256
19257Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19258
19259 * configure.in: Configure tk for hppa/hpux.
19260
19261Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19262
19263 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19264
19265Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19266
19267 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19268 to LIBCXXFLAGS. Tests are better run without it.
19269
19270Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19271
19272 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19273
19274Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19275
19276 * configure.in (*-*-netware*): Don't configure xiberty.
19277
19278Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19279
19280 * configure.in: Remove tk from native_only list.
19281
19282Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19283
19284 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3d3b561f 19285 for special NCD build.
6599da04
JM
19286
19287Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19288
19289 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19290 makeall.bat, they're only useful for binutils snapshots.
19291 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19292 makeall.bat to specified SUPPORT_FILES.
19293
19294Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19295
19296 * build-all.mk: Add Ericsson targets to sun4 and solaris
3d3b561f
ML
19297 hosts. Add BNR's sun4 target to solaris host, so their
19298 build-from-source will be tested in-house first.
6599da04
JM
19299
19300Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19301
19302 * Makefile.in (LIBCFLAGS): New variable.
19303 (CFLAGS_FOR_TARGET): Ditto.
19304 (LIBCFLAGS_FOR_TARGET): Ditto.
19305 (LIBCXXFLAGS): Ditto.
19306 (CXXFLAGS_FOR_TARGET): Ditto.
19307 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19308 (BASE_FLAGS_TO_PASS): Pass them.
19309 (EXTRA_TARGET_FLAGS): Ditto.
19310
731a8127 19311 * configure.in: Support --enable-shared.
6599da04
JM
19312
19313Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19314
19315 * configure.in (target_libs): Include libstdc++ again.
19316 * config.guess: Update from FSF (for FreeBSD).
19317
19318Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19319
19320 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19321 makeall.bat.
19322 (DISTDOCDIRS): Add `etc'.
19323 (ETC_SUPPORT_PFX): New variable.
19324 (taz): Include anything from etc starting with a word in
19325 ETC_SUPPORT_PFX.
19326
19327Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19328
19329 * config.sub: Update for recent FSF changes. Remove obsolete
19330 h8300hds entry. Add -windows* and -osx as basic os. Minor
19331 spacing changes.
19332
19333Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19334
19335 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19336
19337 * config.guess: Merge with FSF.
19338 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19339
19340Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19341
19342 * configure: Since the "trap 0" handler will override the exit
19343 status on many systems, only use it for "exit 1", and make it set
19344 a non-zero exit status; reset it before "exit 0". Also, check
19345 exit status of config.sub, and error out if it failed.
19346
19347Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19348
19349 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19350 and install libgloss.
19351
19352Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19353
19354 * Makefile.in (all-binutils): Depend upon all-byacc.
19355
19356 * configure.in: Don't build emacs on Irix 5.
19357
19358Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19359
19360 * configure.in (*-*-netware*): Add libio.
19361
19362Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19363
19364 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19365 (CHECK_TARGET_MODULES): Ditto.
19366 (INSTALL_TARGET_MODULES): Ditto.
19367 (TARGET_LIBS): Ditto.
19368 (all-libstdc++): Note dependencies.
19369
19370Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19371
19372 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19373
19374Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19375
19376 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19377 -fexternal-templates.
19378
19379 * configure.in (target_libs): Add libstdc++.
19380 (noconfigdirs): Add libstdc++ as appropriate.
19381
19382Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19383
19384 * config.guess: Update from FSF.
19385
19386Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19387
19388 * configure: Use ${config_shell} when running ${configsub}.
19389
19390Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19391
19392 * config.sub: No longer recognize h8300h.
19393
19394Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19395
19396 * config.sub: Remove extraneous differences between config.sub and
19397 gcc/config.sub.
19398
19399Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19400
19401 * Makefile.in (DISTSTUFFDIRS): Add gas.
19402
19403Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19404
19405 * COPYING.NEWLIB: New file.
19406
19407Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19408
19409 * config.guess (HP-UX): Patch from Harlan Stenn
19410 <harlan@landmark.com> to also emit release level.
19411
19412Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19413
19414 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19415
19416Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19417
19418 * config.sub: Merge nextstep cleanup from FSF.
19419
19420Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19421
19422 * configure.in (arm-*-*): Don't configure ld for this target.
19423
19424Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19425
19426 * configure.in (*-*-netware): don't configure libg++, libio,
3d3b561f 19427 librx, or newlib.
6599da04
JM
19428
19429Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19430
19431 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19432 configure ld--it works, but it doesn't support shared libraries.
19433
19434Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19435
19436 * config.guess (*-unknown-freebsd*): Get rid of possible
19437 trailing "(Release)" in version string.
19438 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19439
19440Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19441
19442 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19443 Fix type: *-next-neststep -> *-next-nextstep.
19444
19445 * config.guess: Merge from FSF:
19446
19447 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19448
19449 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19450
19451 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19452
19453 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19454 instead of UNIX_SV for UnixWare 1.0).
19455
19456Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19457
19458 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19459 to make gdb/nlm/* build after the compiler and linker.
19460
19461Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19462
19463 * config.guess (netbsd, freebsd, linux): Accept any machine,
19464 not just i[34]86.
19465 (m68k-atari-sysv4): Relocate to match FSF version.
19466
19467 * config.guess: More merges from the FSF:
19468
19469 Add a space before function call or macro invocation.
19470
19471 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19472
19473 * config.guess: Add trap cmd to remove dummy.c and dummy when
19474 interrupted.
19475
19476 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19477
19478 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19479 (dummy): Redirect stderr from compilation of dummy.c.
19480
19481 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19482
19483 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19484
19485Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19486
19487 * configure: Accept and ignore --cache*, for compatibility with
19488 new autoconf.
19489
19490Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19491
19492 * config.guess: Merge from FSF:
19493
19494 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19495
19496 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
19497 (PATH): Add /.attbin at end for finding uname.
19498 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
19499
19500 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19501
e490616e 19502 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
19503
19504 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19505
e490616e
ZW
19506 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19507 to select whether to use ELF or COFF.
6599da04
JM
19508
19509 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19510
e490616e 19511 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
19512
19513 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19514
19515 * config.guess: Guess the OS version for HPUX.
19516
19517 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19518
19519 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19520
19521Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19522
19523 * configure.in: Recognize --with-headers, --with-libs, and
19524 --without-newlib.
19525 * Makefile.in (all-xiberty): Depend upon all-ld.
19526
19527Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19528
19529 * configure.in: Change i[34]86 to i[345]86.
19530
19531Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19532
19533 * configure (version): A few more tweaks to help message.
19534
19535Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19536
19537 * Makefile.in: Remove (for now) librx as a host library,
19538 now that we're building it for target.
19539
19540Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19541
19542 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19543 (Karl Berry).
19544
19545Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19546
19547 * configure.in: Also configure librx.
19548
19549Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19550
19551 * Makefile.in: Update various rules to reflect that librx
19552 is now needed for libg++.
19553
19554Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19555
19556 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19557
19558Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19559
19560 * configure.in: Configure the examples directory.
19561
19562Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19563
19564 * configure: Simplify Jun 2 1994 change.
19565
19566Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19567
19568 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19569 /bin/gcc isn't good enough to build gcc.
19570
19571Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19572
19573 * Makefile.in (GDB_SUPPORT_FILES): Remove
19574 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19575 (gdb.tar.gz): Add new rule to use standard distribution building
19576 mechanism.
19577
19578Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19579
19580 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19581 Bill Cox <bill@cygnus.com>.
19582
19583Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19584
19585 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19586
19587Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19588
19589 * configure: Search current dir first in .gdbinit.
19590
19591Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19592
19593 * config.sub: Recognize freebsd (merged from gcc config.sub).
19594
19595Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19596
19597 * config.sub: Refer to NeXT's operating system as nextstep.
19598
19599 * config.sub (case $basic_machine): Re-order the cases, to match
19600 the order in the FSF version (which is mostly alphabethical).
19601 Merge in some additions and changes from the FSF.
19602
19603Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19604
19605 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19606 * config.sub: Recognize cxux7.
19607 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19608
19609Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19610
19611 * config.sub: Fix typo powerpc -> powerpc-*.
19612
19613Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19614
19615 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19616
19617 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19618 parallel with all-emacs and install-emacs). Top-level command
19619 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19620
19621Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19622
19623 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19624 $(relbindir)/make before doing ``make install'', and use
19625 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19626 installing over running make binary.
19627 ($(host)-stamp-stage3-installed): Likewise.
19628
19629Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19630
19631 * config.guess: Recognize Mach.
19632
19633Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19634
19635 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19636 see whether --exec-prefix was used.
19637
19638Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19639
19640 * README: Explicitly mention libg++/README. (Zoo's idea.)
19641
19642Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19643
19644 * Makefile.in: Add all-librx target similar to all-libproc.
19645
19646Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19647
19648 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19649 with post 1.2 uname bogosity.
19650
19651Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19652
19653 * configure: Remove temporary files on receipt of a signal.
19654
19655Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19656
19657 * configure: If there is a package_makefile_frag, remove
19658 ${subdir}/Makefile.tem after copying it in.
19659
19660Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19661
19662 * build_all.mk: support rs6000 lynx identifies itself as
19663 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19664 since /bin/gcc is too feeble to compile a modern gcc.
19665
19666Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19667
19668 * brought devo/test-build.mk update-to-date with progressive/
3d3b561f 19669 test-build.mk. Add lynx targets and hppa flag info.
6599da04
JM
19670
19671Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19672
19673 * configure.in: Use mh-ncrsvr43. Patch from
19674 Tom McConnell <tmcconne@sedona.intel.com>.
19675
19676Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19677
19678 * config.guess (i386-unknown-bsdi): No longer need to
19679 check #if defined(__bsdi__) && defined(__i386__).
19680
19681Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19682
19683 * configure: Set program_transform_nameoption correctly.
19684
19685Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19686
19687 * brought build-all.mk update-to-date with progressive build-all.mk,
3d3b561f 19688 added new targets and hppa info.
4e81ae98 19689
6599da04
JM
19690Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19691
19692 * configure: If config.guess result is a prefix of the user
19693 specified target, assume a native build and use the user specified
19694 target as the host alias. Remove SunOS patch suffix removal hack.
19695 * configure.in: Remove SunOS patch suffix removal hack.
19696
19697 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19698 in NATIVE_CHECK_MODULES.
19699
19700Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19701
19702 * Makefile.in: Rename HOST_ONLY to NATIVE.
19703 * configure: Delete SunOs patch suffix from host_canonical
3d3b561f 19704 and build_canonical variables that are prepended to Makefiles.
6599da04
JM
19705 * configure.in: Add comments for easier maintenance.
19706
19707Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19708
19709 * Makefile.in: Add all-libproc target similar to all-gui.
19710
19711Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19712
19713 * Makefile.in (CHECK_MODULES): split into
19714 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19715
19716Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19717
19718 * config.guess (i386-unknown-bsdi): New system to guess.
19719
19720Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19721
19722 * Makefile.in: Add all-gui target (but not yet build by "all").
19723
19724Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
19725
19726 * config.sub: Move deletion of patch suffix from here...
19727 * configure.in: To here, at Ian's suggestion. The top-
3d3b561f 19728 level scripts might need to know of a patch level.
6599da04
JM
19729
19730Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
19731
19732 * config.sub: Strip off patch suffix so rtl is recognized
3d3b561f 19733 as a sunos4.1.3 machine, even though it's been patched.
6599da04
JM
19734
19735Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
19736
19737 * Makefile.in (INSTALL_LAST): Delete.
19738 (INSTALL_DOSREL): New.
19739
19740Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19741
19742 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
19743 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
19744 whether we pass down --with-gnu-ld anyhow.
19745
19746Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
19747
19748 * Makefile.in (INSTALL_LAST): Change operation so it works
19749 on more flavors of make.
19750 * configure.in (go32): Don't build libg++ or libio.
19751
19752Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
19753
19754 * Makefile.in (Move HOST_PREFIX_1 and friends up so
19755 they can be overriden by templates.
19756
19757Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
19758
19759 * configure.in (target==go32): Don't build gdb.
19760 * dosrel: New directory.
19761
19762Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
19763
19764 * configure.in (host==go32): Configure dosrel too.
19765 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
19766 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
19767 be set by incoming names or templates.
19768 (INSTALL_LAST): New rule.
6599da04
JM
19769
19770Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
19771
19772 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
19773
19774Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19775
6599da04
JM
19776 * configure.in (appdirs): New variable. Currently empty, but will
19777 be used in gas distribution. If nonempty, lists a set of
19778 directories at least one of which must get configured, or top
19779 level configuration is considered to have failed.
19780 (rs6000-*-lynxos*): Use new file name.
19781
19782Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19783
19784 Eliminate XTRAFLAGS.
19785 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
19786 newlib include files using -idirafter, and also use -nostdinc.
19787 (CXX_FOR_TARGET): Likewise.
19788 (XTRAFLAGS): Removed.
19789 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
19790 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
19791 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
19792 ($(DO_X)): Don't pass down XTRAFLAGS.
19793
19794Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19795
19796 * configure.in (mips*-dec-bsd*): New target; do build linker.
19797 (mips*-*-bsd*): New target; don't build linker.
19798
19799Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19800
19801 * configure.in: support rs6000-*-lynxos* configuration.
19802 support sunos4 as a cross target.
19803
19804 * config.sub: look for lynx*, not lynx since the OS version may
19805 legitimately be part of the name.
19806
19807Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
19808
19809 * configure.in (i[34]86-*-sco*): Move to be with other i386
19810 targets.
19811 (romp-*-*): New target. Skip various binary utilities.
19812 (vax-*-*): New target. Don't build newlib.
19813 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
19814
19815Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19816
19817 * configure.in: Only set host_makefile_frag if config
19818 directory exists.
19819
19820Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19821
19822 * install.sh: If $dstdir exists, don't check whether each
19823 component does.
19824
19825Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19826
19827 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
19828
19829Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
19830
3b75d237
AJ
19831 * configure.in (*-*-lynxos*): Don't configure newlib for either
19832 native or cross Lynx.
6599da04
JM
19833
19834Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
19835
19836 * config.sub (sparc64-elf): Fix os.
19837 (z8k): Remove duplicate.
19838
19839Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19840
19841 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
19842 gcc/stmp-fixproto, to try to prevent fixproto from being run.
19843
19844Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
19845
19846 * configure: Make file links cleanly even if Lynx fails on
3d3b561f 19847 an NFS symlink (at least fail cleanly).
6599da04
JM
19848
19849Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19850
19851 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
19852 -XNh2000.
19853
19854Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19855
19856 * configure: Unknown options are fatal again.
19857
19858Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
19859
19860 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 19861 compatibility.
6599da04
JM
19862
19863Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
19864
19865 * build-all.mk: Add `clean' target.
19866
19867Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
19868
19869 * config.guess: Add SINIX support.
19870 * configure.in: Add mips-*-sysv4* support.
19871
19872Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
19873
19874 * build-all.mk: Document all useful targets.
19875 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
19876 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
19877
19878Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19879
19880 * configure: Support --silent, --quiet.
19881
19882Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19883
19884 * configure: Support --disable-FEATURE.
19885
19886Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19887
19888 * config.guess: Recognize NCR running SVR4.3.
19889
19890Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
19891
19892 * config.guess: Make BSDI generate i386-unknown-bsd386.
19893 Patch from Paul Eggert <eggert@twinsun.com>.
19894
19895Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19896
19897 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
19898
19899Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19900
19901 * configure: Make unrecognized options give nonfatal warnings
19902 instead of fatal errors, and pass them to any subdirectory
19903 configures in case they recognize them.
19904 Make --x equivalent to --with-x.
19905
19906Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
19907
19908 * configure: Add --enable-* options. Clean up usage message and
19909 some comments.
19910
19911Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
19912
19913 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
19914
19915Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19916
19917 * configure.in (hppa*-*-*): Enable binutils.
19918
19919Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19920
19921 * config.sub: Recognize cisco.
19922
19923Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
19924
19925 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
19926
19927Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19928
19929 * config.guess: about target *-hitachi-hiuxwe2, don't print more
19930 than one configuration name. Add comment.
19931
19932Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
19933
19934 * config.guess: about target *-hitachi-hiuxwe2, fixed
19935 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
19936 macro is incorrect.]
19937
19938Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19939
19940 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
19941 than the "make ls" stuff which used to be here.
19942
19943Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19944
19945 * config.guess: Recognize i[34]86-unknown-freebsd.
19946 From Shawn M Carey <smcarey@rodan.syr.edu>.
19947
19948Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
19949
19950 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
19951
19952Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
19953
19954 * config.guess: Check for ptx.
19955
19956Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
19957
19958 * config.sub: Add os9k checking.
19959
19960Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19961
19962 * config.guess: Handle OSF1 running on HPPA processors
19963
19964Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19965
19966 * configure: If subdir configure fails, print out a message with
19967 subdirectory name, in case subdir's configure code didn't identify
19968 itself.
19969
19970Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
19971
19972 * configure.in: Remove embedded newlines from configdirs.
19973 Avoid mismatches of substrings. Fix matching strings at end
19974 of configdirs.
19975
19976Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
19977
19978 * config.guess: Add Lynx/rs6000 config support.
19979
19980Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
19981
19982 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
19983
19984Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
19985
19986 * configure.in (hppa*-*-osf*): Treat this just like most other
19987 PA configurations (eg no binutils or ld).
19988 (hppa*-*-*elf*): These configurations have binutils and ld.
19989
19990Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19991
19992 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
19993
19994Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19995
19996 * configure.in (rs6000-*-*): Build gas.
19997
19998Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
19999
e490616e 20000 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
20001
20002Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20003
20004 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20005 for GDB and GDB has been fixed to not need it.
20006
6599da04
JM
20007Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20008
20009 * config.guess: Recognize vax hosts.
20010
20011Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20012
20013 * configure (while loop): Don't use "break 2" inside case
20014 statement -- the case statement isn't an enclosing loop.
20015
20016Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20017
20018 * config.guess: Clean up NeXT support, to allow nextstep
20019 on Intel machines. Make OS be nextstep.
20020
20021Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
20022
20023 * config.guess: Add alternate forms for Convex.
20024
20025Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
20026
20027 * configure: Completely rewrite option processing. Take
20028 advantage of pattern-matching to avoid invoking test frequently.
20029 Also clean up host and target defaulting logic.
20030
20031Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20032
20033 * Makefile.in: Replace all occurrances of "rootme" with "r" and
20034 "$${rootme}" with "$$r", to increase the likelihood that the do-*
20035 commands (plus user environment) will fit SCO limits.
20036
20037Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20038
20039 * configure.in: Don't issue warnings about directories which are
20040 not being configured if -norecursion is set. Correct test for
20041 --with-gnu-as and --with-gnu-ld to not get confused by substring
20042 matches.
20043
20044 * configure.in: Don't build gas for alpha-dec-osf1*.
20045
20046Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
20047
20048 * configure: Back out Per's change of 12/19/1993. It changes the
20049 behavior of configure in unexpected and confusing ways.
20050
20051 Also, use different delim char when calculating
20052 program_transform_name so that the name can contain slashes.
20053
20054Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20055
20056 * configure.in, config.sub: Add support for VSTa micro-kernel.
20057
20058Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20059
20060 * configure.in: Nuke hacks which were used to get a special
20061 version of GAS for HPPA configurations.
20062
20063Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20064
20065 * configure: If only ${target_alias} is given, use that
20066 as the default for ${host_alias}.
20067 * configure: Add missing back-slashes before nested quotes.
20068
20069Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20070
20071 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20072
20073Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20074
20075 * config.guess: Recognize some Tektronix configurations.
20076 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20077
20078Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20079
20080 * config.sub: Match any flavor of SH.
20081
20082Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20083
20084 * configure.in: Don't try to configure newlib for Alpha.
20085
20086Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20087
20088 * configure.in: Don't build ld for Irix 5. Don't build gas,
20089 libg++ or libio for any Alpha target.
20090
20091 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
20092
20093Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20094
20095 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20096 default arguments -- so it tried to compress itself.
20097
20098Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20099
20100 * configure.in (notsupp): ensure that a space is always at the end
3d3b561f 20101 of the configdirs list, since the grep checks for an explicit space
6599da04
JM
20102
20103Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20104
20105 * configure.in (target i386-sysv4.2): don't build ld, since static
3d3b561f 20106 versions of many libraries are not available.
6599da04
JM
20107
20108Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20109
20110 * config.guess: Recognize Apollos (using environment variables).
20111 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20112
20113Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20114
20115 * config.guess: Recognize Sony news mips running newsos.
20116
20117Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20118
20119 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20120 "fi ; else" for bash.
20121
20122Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20123
20124 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20125
20126Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20127
20128 * config.sub: accept unixware as an alias for svr4.2.
20129 Fix some inconsistancies with the gcc version.
20130
20131Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20132
20133 * Makefile.in (DISTDOCDIRS): Add gdb.
20134
20135Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20136
20137 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20138
20139Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20140
20141 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20142 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20143 this now.
20144
20145Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20146
20147 * config.sub: Accept hiux* as an OS name.
20148
20149 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20150 etc/make-stds.texi. The underscore came from gcc, and dje now
20151 agrees that RUNTESTFLAGS is the correct name.
20152
20153Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20154
20155 * install.sh: Remove 'set -e'. It makes any conditionals
20156 in the script useless.
20157
20158 * config.guess: Automatically recognize arm-acorn-riscix
20159 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20160
20161Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20162
20163 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20164
20165Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20166
20167 * Makefile.in (DISTDOCDIRS): New variable.
20168 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 20169 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
20170
20171Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20172
20173 * configure.in (hppa target): check the source directory for the
3d3b561f 20174 pagas sub-directory
6599da04
JM
20175
20176Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20177
20178 * config.sub: Allow -aout* and -elf*.
20179
20180Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20181
20182 * configure.in: Don't build ld on i386-solaris2, same as for
20183 sparc-solaris2.
20184
20185Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20186
20187 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20188
20189Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20190
20191 * configure.in: Configure gdb for alpha.
20192
20193Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20194
20195 * Makefile.in (CXXFLAGS): Add -O.
20196
20197Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20198
20199 * config.guess: added support for DG Aviion
20200
20201Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20202
20203 * configure.in: Produce warning message for subdirectories not
20204 configurable for this host/target combination. Don't try to
20205 configure gdb for vms.
20206
20207Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20208
20209 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20210 appropriate files before making "diststuff".
20211 (DISTBISONFILES): New var: list of files to be edited.
20212 (DISTSTUFFDIRS): Add binutils.
20213
20214Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20215
20216 * config.sub: also handle mipsel and mips64el (for little endian mips)
20217
20218Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20219
20220 * configure.in: Add * to end of all OS names.
20221
20222Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20223
20224 * configure.in: Build newlib for LynxOS native.
20225
20226Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20227
20228 * config.guess: Add support for delta 88k running SVR3.
20229
20230 * configure.in: Add comment about HP compiler vs. emacs.
20231
20232Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20233
20234 * configure.in: don't build ld on solaris2 (not a viable option
3d3b561f 20235 due to bugs in getpwnam & getpwuid)
6599da04
JM
20236
20237Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20238
20239 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20240 config.guess will produce a full version number.
20241
20242Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20243
20244 * configure.in: Build linker and binutils for alpha-dec-osf1.
20245
20246Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20247
20248 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20249 and gdb/testsuite/Makefile.in.
20250
20251Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20252
20253 * configure.in: recognize mips*- instead of mips-
20254
20255Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20256
20257 * config.sub: Accept linux*coff and linux*elf as operating
20258 systems.
20259
20260Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20261
20262 * config.sub: Recognize mips64, and mips3 as an alias for it.
20263
20264Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20265
20266 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20267 gdb knows how to handle OSF/1 shared libraries.
20268
20269Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20270
20271 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20272 * config.guess: Recognize Hitachi's HIUX.
20273 * config.sub: Recognize h3050r* and hppahitachi.
20274 Remove redundant cases for hp9k[23]*.
20275
20276Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20277
20278 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20279 if gas and ld are in the source tree and are in ${configdirs}.
20280 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 20281 --with options (but still pass them down on the command line,
6599da04
JM
20282 if they were explicitly specified).
20283
20284Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20285
20286 * configure: substitute SHELL value in Makefile.in with
20287 ${CONFIG_SHELL}
20288
20289Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20290
20291 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20292 *-*-solaris2* targets.
20293
20294Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20295
20296 * Makefile.in: define M4, and pass it down to sub-makes;
20297 all-autoconf now depends on all-m4
20298
20299Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20300
20301 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20302 presence of {ar,ranlib} instead of a configured directory
20303
20304Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20305
20306 * config.guess: Accept 34?? as well as 33?? for NCR.
20307
20308Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20309
20310 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20311 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20312
20313Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20314
20315 * configure: grab values for $(CC) and $(CXX) from the
20316 environment, so that someone can do "CC=gcc configure; make" and
20317 have it work right (matching the way that autoconf works now)
20318
20319 * configure.in, Makefile.in: add support for gash, the tcl
20320 interface to Galaxy
20321
20322 * config.guess: add NetBSD variants (hp300, x86)
20323
20324Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20325
20326 * install.sh: Support -d option (in the manner of SunOS 4 install,
20327 as it is more deterministic than that of GNU install)
20328 (chmodcmd): Set file to mode 755 by default (should also do default
20329 chgrp and chown, but I don't feel like dealing with that now)
20330
20331Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20332
20333 * config.sub: Remove h8300hhms alias.
20334
20335Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20336
20337 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20338
20339Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20340
20341 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20342 as stmp-fixinc
20343
20344Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20345
20346 * config.sub: recognize m88110-bug-coff.
20347
20348Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20349
20350 * Makefile.in (all-libio): all dependencies on the toolchain used
20351 to build this (gcc, gas, ld, etc)
20352
20353Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20354
20355 * config.guess: Deal with OSF/1 1.3 on alpha.
20356
20357Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20358
20359 * install.sh: add some 'else true' clauses for portability
20360
20361 * configure.in: don't build libio for h8[35]00-*-* targets
20362
20363Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20364
20365 * Makefile.in: Add support for new libio.
20366
20367Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20368
20369 * install.sh: If one command fails, don't try the rest. Don't try
20370 to remove $dsttmp (via trap) unless we have already created it.
20371 If $src doesn't exist, detect it and exit with an error.
20372
20373 * config.guess: Recognize BSD on hp300.
20374
20375Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20376
20377 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20378 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20379
20380Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20381
20382 * Makefile.in (all-send-pr): depends on all-prms
20383
20384Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20385
20386 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20387
20388Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20389
20390 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20391 Added test for mips-mips-riscos5.
20392
20393Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20394
20395 * configure.in: use mh-hp300 for 68k HP hosts
20396
20397Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20398
20399 * configure: add support for CONFIG_SHELL, so that you can use
20400 some alternate shell for evaluating configure scripts
20401
20402Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20403
20404 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20405 in configure script to bug-gdb@prep.ai.mit.edu when building
20406 distribution archive.
20407 * Makefile.in (COMPRESS): Remove def.
20408 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20409 gdb.tar.Z and make-gdb.tar.Z respectively.
20410 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20411 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20412 to convergence with 'taz' target in Makefile.in.
20413
20414Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20415
20416 * install.sh (dsttmp): use trap to ensure that tmp files go
20417 away on error conditions
20418
20419Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20420
20421 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20422
20423Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20424
20425 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20426 its parent is '/' not ''.
20427
20428 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20429
20430Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20431
20432 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20433 that ${newsrcdir}/configure.in does.
20434
20435Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20436
20437 * test-build.mk: support for CONFIG_SHELL
20438
20439Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20440
20441 * config.sub (netware): Add as a basic system type.
20442
20443Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20444
20445 * Makefile.in (Makefile): depend on configure.in. Also drop the
3d3b561f 20446 $(srcdir)/ from the dependency on Makefile.in.
6599da04
JM
20447
20448Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20449
20450 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20451 (h8300hhms is temporary until multi-libraries are implemented).
20452 * configure.in: Handle h8300h too.
20453
20454Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20455
20456 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20457
20458Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20459
20460 * configure: Remove extraneous output when guessing host type.
20461 * config.guess: Remove extraneous output when guessing using C
20462 compiler rather than uname, or when guessing fails.
20463
20464Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20465
20466 * Makefile.in: remove all.cross and install.cross targets
20467
20468 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
3d3b561f 20469 definitions
6599da04
JM
20470
20471Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20472
20473 * configure.in (target sh): Build gprof.
20474
20475Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20476
20477 * config.sub: change -solaris to -solaris2
20478
20479Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20480
20481 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20482
20483Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20484
20485 * configure: Correct error message for missing Makefile.in to
20486 print correct directory.
20487
20488Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20489
20490 * install.sh: kludge around 386BSD shell bug
20491
20492Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20493
20494 * config.guess: Recognize NeXT.
20495 * config.guess: Recognize i486-ncr-sysv4.
20496 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20497
20498Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20499
20500 * Makefile.in (MAKEINFOFLAGS): New variable.
20501 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20502 * build-all.mk, test-build.mk: Pass down --no-split as
20503 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20504
20505Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20506
20507 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20508
20509Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20510
20511 * Makefile.in (libg++.tar.z): New rule.
20512 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20513 * Makefile.in (taz): Only do a single chmod.
20514
20515Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20516
20517 * install.sh: don't use dirname anymore (replaced with sed usage)
20518
20519Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20520
20521 * Makefile.in: Change extension for gzip'd files from '.z' to
20522 '.gz' per new FSF standard usage.
20523
20524Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20525
20526 * configure: put quotes around the final value of program_transform_name
20527
20528Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20529
20530 * Makefile.in: new install.sh support; update install-info rules
20531
20532Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20533
20534 * configure.in: Build diff for crosses, but not for go32 host.
20535
20536 * configure.in: Build gprof only for native, and don't build it
20537 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20538
20539Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20540
20541 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20542
20543Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20544
20545 * configure.in (host_tools): Add prms.
20546
20547Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20548
20549 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20550 with $(FLAGS_TO_PASS) on the command line
20551
20552 * config.sub: Recognize lynx and lynxos
20553
20554Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20555
20556 * config.sub: Accept -ecoff*, not just -ecoff.
20557
20558Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20559
20560 * Makefile.in (taz): Use .gz suffix instead of .z.
20561 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20562 names.
20563
20564Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20565
20566 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20567
20568Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20569
20570 * Makefile.in (install-no-fixedincludes): install gcc last, so
20571 that rebuilds that might happen during 'make install' don't get
20572 bogus gcc include files
20573
20574Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20575
20576 Change from Utah for HPPA support:
20577 * config.guess: Recognize hppa1.x-hp-bsd.
20578
20579Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20580
20581 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20582 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20583
20584Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20585
20586 * config.sub: Add support for rom68k and bug boot monitors.
20587
20588Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20589
20590 * Makefile.in: Make all-opcodes depend on all-bfd.
20591
20592Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20593
20594 * config.guess: Added special check for i[34]86-univel-sysv4*.
20595
20596Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20597
20598 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20599 the processor rather than assuming i486.
20600
20601Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20602
20603 * config.guess: Recognize SunOS6 as Solaris3.
20604
20605Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20606
20607 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20608 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20609
20610Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20611
20612 * build-all.mk (all-cross): New target for Canadian Cross.
20613 Added Q2 go32 targets.
20614 * test-build.mk: Configure go32 cross sparclite-aout and
20615 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20616 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20617
20618Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20619
20620 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20621 GO32 hosted toolchains
20622
20623Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20624
20625 * configure: change so "-exec-prefix" gets passed down rather
20626 than "-exec_prefix" so autoconf generated Makefiles get the
20627 exec_prefix set right.
20628
20629Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20630
20631 * config.guess: get the Solaris2 minor version number
20632
20633 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20634
20635Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20636
20637 * config.guess: Recognize some Sequent platforms.
20638
20639Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20640
20641 * Makefile.in: added the vault-install target
20642
20643 * configure.in: actually use the Sun3 makefile fragment that's in
20644 config, also added the release dir to configdirs
20645
20646Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20647
20648 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20649
20650Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20651
20652 * configure.in: remove some program from Alpha targetted toolchains
20653
20654Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20655
20656 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20657 gprof.
20658 (taz): Run "make diststuff" in those directories instead of "make
20659 proto-dir". Look for "VERSION=" only at start of line in subdir
20660 Makefile. Use "gzip -9" for compression.
20661 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20662 (binutils.tar.z): New target.
20663
20664Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20665
20666 * Makefile.in (taz): Include gpl.texinfo.
20667
20668Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20669
20670 * Makefile.in (setup-dirs): Merged into "taz" target.
20671 (taz): Only do `proto-dir' stuff if a directory is actually needed
20672 for this target.
20673
20674Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20675
20676 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20677 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20678 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20679 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20680 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20681
20682Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20683
20684 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20685 config.sub, and move-if-change to gdb testsuite distribution
20686 archive, so the testsuite can be extracted, configured, and
20687 run separately from the gdb distribution. Blow away the Chill
20688 tests that require a Chill compiled executable, since GNU Chill
20689 is not yet publically available.
20690
20691Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20692
20693 * test-build.mk: set environment variables in a single command,
20694 instead of a list of assignments and exports
20695
20696 * config.guess: recognize Alpha/OSF1 systems
20697
20698Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20699
20700 * configure: Change help message to prefer --options rather than
3d3b561f 20701 -options.
6599da04
JM
20702
20703Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20704
20705 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20706 zippy@ecst.csuchico.edu.
20707 * config.guess: Recognize miniframe.
20708
20709Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20710
cc6010cd
AP
20711 * Makefile.in: Use srcroot to find runtest rather than rootme.
20712 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20713
20714Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20715
20716 * test-build.mk: Extensive additions to support building on a
20717 machine other than the host.
20718
20719Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20720
20721 * configure (tooldir): Fix for i386-aix again.
20722
20723Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
20724
20725 * configure, Makefile.in: Change definition of $(tooldir)
20726 to match the FSF.
20727
20728Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
20729
20730 * config.guess: Recognize i[34]86/SVR4.
20731
20732Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20733
20734 * Makefile.in (all-gdb): gdb depends on sim.
20735
20736Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
20737
20738 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
20739 at the same time we make the prototype gdb directory.
20740 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
20741 files at the same time as the gdb base release distribution.
20742
20743Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
20744
20745 * Makefile.in (check): Use individual check targets rather than
20746 DO_X rule.
20747 (check-gcc): Added.
20748
20749Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
20750
20751 * config.sub: Use sysv3.2 not sysv32 for canonical OS
20752 for System V release 3.2.
20753
20754Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20755
20756 * config.sub: Recognize hppaosf.
20757 * configure.in: Do configure ld/binutils/gas for it.
20758
20759Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20760
20761 * configure (tooldir): Alter syntax used to set this, for systems
20762 where "\$" isn't handled right, like i386-aix.
20763
20764Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
20765
20766 * configure: Pass program-transform-name, not
20767 program_transform_name, to recursive configures.
20768
20769Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
20770
20771 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
20772 of gas+ld+binutils.
20773
20774Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
20775
20776 * config.guess: Recognize AIX3.2 as distinct from 3.1.
20777
20778Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20779
20780 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
20781
6599da04
JM
20782Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20783
20784 * Makefile.in (PRMS): Set back to all-prms.
20785
20786Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
20787
20788 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
20789 targets, rather than for MIPS hosts.
20790
20791Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20792
20793 * configure.in: add comment for --with-x default values
20794
20795 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
20796
20797 * Makefile.in: add check-* targets for each of the directories in
20798 the tree. Add a definition of RUNTEST that will use the one we
20799 just built, if it exists. Pass this down via FLAGS_TO_PASS.
20800
20801Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
20802
20803 * configure.in: Removed obsolete references to bfd_target and
20804 target_makefile_frag.
20805
20806 * build-all.mk: Set assorted targets for Q2.
20807 * config.sub: Recognize z8k-sim and h8300-hms.
20808 * test-build.mk: Really don't pass host to configure.
20809 (HOLES): Added uname.
20810
20811Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
20812
20813 * configure: Handle an empty program-prefix, program-suffix or
20814 program-transform-name correctly.
20815
20816Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
20817
20818 * build-all.mk: -G 8 no longer required for MIPS targets.
20819 * test-build.mk: Don't pass host argument to configure; make it
20820 guess.
20821
20822Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
20823
20824 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
20825 * Makefile.in (COMPRESS): New macro, like GZIP.
20826
20827Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
20828
20829 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
20830
20831 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
20832 with gas currently defaults to -G 0.
20833
20834Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
20835
20836 * Makefile.in (all-flex): flex depends on byacc.
20837
20838 * build-all.mk: If host not specified, use config.guess. Pass TAG
20839 to test-build.mk as RELEASE_TAG.
20840 * test-build.mk (configargs): New variable containing arguments to
20841 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
20842 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
20843
20844 * config.guess: Use /bin/uname when checking -X argument on SCO,
20845 to avoid invoking GNU uname which doesn't understand -X.
20846
20847 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
20848
20849 * configure.in: Build gas for mips-*-*.
20850
20851Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20852
20853 * Makefile.in (all.normal): insert missing backslash.
20854
20855Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
20856
731a8127 20857 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
20858
20859 * Makefile.in: Complete overhaul to merge many almost identical
20860 targets.
20861
20862Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20863
20864 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
20865 (gdb.tar.Z): Adjusted.
20866
20867 * Makefile.in (setup-dirs, taz): New targets; should be general
20868 enough to adapt for gdb sometime. Build only .z file.
20869 (gas.tar.z): New target.
20870
20871Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
20872
20873 * build-all.mk: Use CC=cc -Xs on Solaris.
20874
6599da04
JM
20875Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
20876
20877 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
20878 for handling BISON for FSF releases.
20879
20880Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20881
20882 * configure: Actually implement the change zoo just documented.
20883
20884Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
20885
20886 * configure: when using config.guess, only set target_alias when
20887 it's not already been set (ie, on the command line)
20888
20889Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20890
20891 * Makefile.in: add installcheck target, set PRMS to install-prms
20892
20893Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20894
20895 * configure: add support for package_makefile_fragment, handle the
20896 case where a directory has a configure.in file but no Makefile.in
20897 more gracefully (with an actual understandable error message, even);
20898 add support for --without (and add this to the usage message); also
20899 explicitly add a --host=${host_alias} to the command line when
20900 config.guess is used
20901
20902Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
20903
20904 * configure: Must use both --host and --target in recursive calls.
20905
20906Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
20907
20908 * Makefile.in: Change deja-gnu to dejagnu.
20909
20910Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
20911
20912 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
20913
20914Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20915
20916 * configure.in: canonicalize all instances to *-*-solaris2*,
20917 also strip out a number of tools to not build for go32 host
20918
20919Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20920
20921 * config.guess: add GPL.
20922
20923 * Makefile.in, config.guess, config.sub, configure: bump
3d3b561f 20924 copyrights to 93.
6599da04
JM
20925
20926Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
20927
20928 * Makefile.in (do-info): Removed obsolete check for existence of
20929 localenv file.
20930
20931 * Makefile.in (MAKEOVERRIDES): Define to be empty.
20932
20933Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20934
20935 * Makefile.in: a couple of 'else true' for decstation,
20936 support for TclX
20937
20938 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
20939
20940Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
20941
20942 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
20943
20944Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
20945
20946 * config.guess: Recognize i386-ibm-aix (PS/2).
20947 * configure.in: Use config/mh-aix386 file for it.
20948
20949Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
20950
20951 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
20952 CC_FOR_TARGET instead.
20953 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
20954
20955Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
20956
20957 * Makefile.in: Add sim to list of directories sent with gdb
20958
20959Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
20960
20961 * configure.in: Put back mips-dec-bsd* case.
20962
20963Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
20964
20965 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
20966 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
20967 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
20968
20969Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20970
20971 * configure.in: remove no-op mips-dec-bsd* in "case $target"
20972
20973 * Makefile.in (dir.info): only run gen-info-dir if it exists,
20974 (install-info): install dir.info only if it exists,
20975 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
20976
20977Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
20978
20979 * configure.in: For vms target, skip bfd, ld, binutils. Do build
20980 gas for mips-dec-bsd.
20981
20982Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
20983
20984 * configure (makesrcdir): If ${srcdir} is relative and not ".",
20985 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
20986
20987Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
20988
20989 * configure.in: Added "dejagnu" to hosttools list.
20990
20991Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
20992
20993 * config.sub, configure.in, config.guess: Add support
20994 for Bosx, an AIX variant from Bull.
20995 Patches from F.Pierresteguy@frcl.bull.fr.
20996
20997Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
20998
20999 * devo/dejagnu: Initial creation of devo/dejagnu.
21000 Migrated dejagnu testcases and support files for testing software
21001 tools to reside as subdirectories, currently called "testsuite",
21002 within the directory of the software tool. Migrated all programs,
21003 support libraries, etc. beloging to dejagnu proper from
21004 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
21005 with no modifications. The changes to these files which will
21006 allow them to configure, build, and execute properly will be made
21007 in a future update.
21008
21009Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21010
21011 * Makefile.in: Change send_pr to send-pr.
21012 * configure.in: Likewise.
21013 * send_pr: Renamed directory to send-pr.
21014
21015Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
21016
21017 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
21018
21019Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
21020
21021 * README: Update for gdb-4.8 release.
21022 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
21023 gdb-xxx.tar.z (gzip'd) file also.
21024
21025Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21026
21027 * Makefile.in: make all-diff depend on all-libiberty
21028
21029Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
21030
21031 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21032
21033Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21034
21035 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21036
21037Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
21038
21039 * Makefile.in (DEVO_SUPPORT): Remove etc directory
21040 (ETC_SUPPORT): Only add the files GDB wants from etc/.
21041 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
21042
21043Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21044
21045 * Makefile.in: makeinfo binary is in a new location
21046
21047Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21048
21049 * config.sub: Accept -ecoff as an OS.
21050
21051 * Makefile.in: Various changes to eliminate a level of make
21052 recursion and reduce the required command line length.
21053 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21054 sub-makes.
21055 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21056 variables holding settings for specific sub-makes.
21057 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21058 in terms of BASE_FLAGS_TO_PASS.
21059 (TARGET_LIBS): New variable listing directories which use
21060 TARGET_FLAGS_TO_PASS.
21061 (subdir_do): Eliminated.
21062 (do-*): New set of targets to replace subdir_do.
21063 (various): All targets which used subdir_do now depend on do-*.
21064 (local-clean): Renamed from do_clean.
21065 (local-distclean): New target, dependency of distclean and
21066 realclean.
21067 (install-info): Don't create directories. Depend on dir.info
21068 rather than calling make recursively.
21069 (install-dir.info): Eliminated.
21070 (install-info-dirs): Create all info directories here.
21071 (dir.info): Depend upon do-install-info.
21072
21073 * test-build.mk (HOLES): Added false.
21074
21075Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21076
21077 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21078
21079Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21080
21081 * Makefile.in (info): remove dependency on all-texinfo. The
21082 problem was really in texinfo/C, not at this level.
21083
21084Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21085
21086 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21087
21088Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21089
21090 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21091 GDB releases.
21092
21093Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21094
21095 * configure: Include srcdir in message about target of link not
21096 being found. Don't convert `-' to `_' in `with' options being
21097 passed to subdirs.
21098
21099Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21100
21101 * configure.in: add uudecode to host_tools
21102
21103 * Makefile.in: added {all,install}-uudecode targets, added them to
21104 the appropriate lists
21105
21106Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21107
21108 * Makefile.in (all-gcc): Added dependency on all-gas.
21109
21110 * configure.in (mips-*-*): Build ld and binutils.
21111
21112Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21113
21114 * configure: check return code from mkdir, print error message and
3d3b561f 21115 exit on failure.
6599da04
JM
21116
21117Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21118
21119 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21120
21121Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21122
21123 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21124
21125Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21126
21127 * config.sub (h8500): Recognize this as a cpu type.
21128
21129Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21130
21131 * configure: source directory missing is no longer a warning
21132
21133 * configure.in: recognize irix[34]* instead of irix[34]
21134
21135 * Makefile.in: define and pass down X11_LIB
21136
6599da04
JM
21137Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21138
21139 * guess-systype: Renamed to ...
21140 * config.guess: ... by popular request.
21141 * configure.in, Makefile.in: Update accordingly.
21142
21143Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21144
21145 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21146 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21147 + Execute ./dummy instead of assuming . is in PATH.
21148
21149Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21150
21151 * guess-systype: New shell script. Attempts to guess the
21152 canonical host name of the executing host.
21153 Only a few hosts are supported so far.
21154 * configure: Call guess-systype if no host is specified.
21155
21156Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21157
21158 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21159 gcc Makefile.
21160
6599da04
JM
21161Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21162
21163 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21164 (all-gcc, install-gcc, subdir_do): Use it.
21165
21166Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21167
21168 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21169
21170Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21171
21172 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
3d3b561f 21173 set exclusively by configure, using configure.in .
6599da04
JM
21174
21175Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21176
21177 * test-build.mk: set $PATH for all builds
21178
21179 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21180
21181Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21182
21183 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21184 the one used in gcc/Makefile.in, so that a null expansion doesn't
21185 override the one needed to build gcc with a native cc.
21186
6599da04
JM
21187Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21188
21189 * configure: Accept -with arguments.
21190
21191Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21192
21193 * Makefile.in: added h8300sim
21194
21195Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21196
6599da04
JM
21197 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21198 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21199 (all-cygnus, native, build-cygnus): Make
21200 $(canonhost)-stamp-3stage-done, not $(host)....
21201 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21202 i386-sco3.2v4. Added else true to if command.
21203
21204Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21205
21206 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21207
21208Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21209
21210 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21211
21212Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21213
21214 * configure.in: don't remove binutils from Solaris builds
21215
21216Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21217
21218 * Makefile.in: get rid of earlier definitions for *clean,
21219 also handle the recursive info rule better
21220
21221Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21222
21223 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21224 do more-or-less the right thing.
21225
21226Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21227
21228 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21229 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21230
21231Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21232
21233 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21234 $(host_canonical).
21235
21236 * configure.in: split the configdirs list into 4 categories (native
21237 v. cross, library v. tool) and handle the cross-only and native-
21238 only in more reasonable (and correct!) way.
21239
21240Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21241
21242 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21243 configdirs anymore.
21244
21245Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21246
21247 * Makefile.in: extensive cleanup:: removed all of the explicit
21248 clean-* targets, collapsed many wrappers around subdir_do into
21249 one, added additional targets to satisfy standards.texi, deleted
21250 some old targets, some changes for consistency
21251
21252Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21253
21254 * configure.in: handle some programs as cross-only, and others as
21255 native only
21256
21257 * test-build.mk: handle partial holes in a more generic manner
21258
21259 * Makefile.in: m4 depends on libiberty
21260
6599da04
JM
21261Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21262
21263 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21264 time, wdiff, and find to configdirs
21265
21266 * Makefile.in: all, clean, and install rules for the new programs
21267 added to configure.in
21268
21269Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21270
21271 * configure.in: use mh-sun for all *-sun-* hosts
21272
6599da04
JM
21273Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21274
21275 * Makefile.in: define flags for X11 include files and library file
21276 locations, pass them down to the programs that need this info
21277
21278 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21279
6599da04
JM
21280Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21281
21282 * configure.in: start building libg++ for HP-UX targets
21283
21284Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21285
21286 * README: Update references to files moved into etc/.
21287
21288Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21289
21290 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21291 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21292
21293Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21294
21295 * configure: accept dash as well as underscore in long option
21296 names for FSF compatibility.
21297
21298Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21299
21300 * config.sub: added -sco3.2v4 support from FSF.
21301
21302Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21303
21304 * configure.in: expand the section that adds or removes
21305 directories from the list of programs to build, to handle native
21306 vs. cross in addition to host v. native
21307
21308Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21309
21310 * Makefile.in: Replace C++ in macro names with CXX.
21311 This is less likely to break ...
21312
21313Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21314
21315 * test-build.mk: add -w to GNU_MAKE
21316
21317Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21318
21319 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21320 add 'sparc' to list of recognized cpus. This needed to make
21321 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21322 Delete some redundant ose68 variants. Recognize -wrs as an os,
21323 then changes that into $CPU-wrs-vxworks.
21324
21325 * configure.in: remove most references to gdbtest, regularize
21326 target based program removal
21327
21328 * test-build.mk: import from p3 tree (many fixes and changes)
21329
21330Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21331
21332 * Makefile.in: added rules to handle tcl, tk, and expect
21333
21334 * configure.in: handle those directories if they exist
21335
21336Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21337
21338 * config.sub: removed bogus hppabsd and hppahpux names, since
21339 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21340
21341Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21342
21343 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21344 depends upon all-xiberty
21345
21346 * Makefile.in: changes from p3, including:
21347
21348 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21349
21350 * Makefile.in (XTRAFLAGS): include newlib directories if
21351 newlib/Makefile exists, rather than if host != target.
21352
21353 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21354
21355 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21356 from the same source tree and not building a cross-compiler. This
21357 matters for the libg++ configuration if reconfiguring a tree that
21358 has already been installed.
21359
21360 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21361
21362 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21363 pick up the machine and system specific header files.
21364
21365 * Makefile.in: added AS_FOR_TARGET, passed down in
21366 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21367 the C compiler to use to create programs which are run in the
21368 build environment, set it to default to $(CC), and passed it down
21369 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21370
21371 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21372
21373 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21374 We need them for unusual native builds, like systems without
21375 ranlib.
21376
21377 * configure: also define $(host_canonical) and
e490616e
ZW
21378 $(target_canonical), which are the full, canonical names for the
21379 given host and target
6599da04
JM
21380
21381Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21382
21383 * Makefile.in: Added separate definitions for C++.
21384
21385Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21386
21387 * configure.in (configdirs): Add deja-gnu.
21388
21389Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21390
21391 * README: Update for configure.texi and gdb-4.7 release.
21392
21393Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21394
21395 * Makefile.in: Move "all" target to top of file.
21396 Previously, first target was ".PHONY" which caused BSD4.4 make
21397 to build .PHONY when make was run without arguments.
21398
21399Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21400
21401 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21402 Library-copylefted code in libiberty.
21403
21404Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21405
21406 * config.sub: Replace m68kmote with plain old m68k.
21407
21408Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21409
21410 * Makefile.in: Remove space from blank line, avoid Make complaints.
21411
21412Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21413
21414 * config.sub: Complain if no argument is given. Added support for
21415 386bsd as OS and target alias.
21416
21417Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21418
21419 * Makefile.in (XTRAFLAGS): include newlib directories if
21420 newlib/Makefile exists, rather than if host != target.
21421
21422Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21423
21424 * config.sub: recognize sparclite-wrs-vxworks.
21425
21426 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21427 p3.) Added clean-xiberty to clean.
21428
21429Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21430
21431 * configure.in: use *-*-* instead of nested cases for host and target
21432
21433Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21434
21435 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21436 from the same source tree and not building a cross-compiler. This
21437 matters for the libg++ configuration if reconfiguring a tree that
21438 has already been installed.
21439
21440Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21441
21442 * config.sub (i486v/i486v4): Merge in from FSF version.
21443
21444Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21445
21446 * configure: only set PWD if it is already set.
21447
21448Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21449
21450 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21451 doesn't have unset and all success paths (and most error paths)
21452 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21453 to just ${PWD} to avoid confusion.)
21454
21455Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21456
21457 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21458 even for a native compilation.
21459
21460Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21461
21462 Changes to make the gdb.tar.Z rule work better.
21463
21464 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21465 (DEVO_SUPPORT): Add configure.texi.
21466 (bfd-ilrt.tar.Z): Remove ancient rule.
21467
21468Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21469
21470 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21471 pick up the machine and system specific header files.
21472
21473 * configure.in, config.sub: added new target m68010-adobe-scout,
21474 with alias of adobe68k. Changed configure.in to check for
21475 -scout before -sco* to avoid a false match.
21476
21477 * Makefile.in: added AS_FOR_TARGET, passed down in
21478 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21479 the C compiler to use to create programs which are run in the
21480 build environment, set it to default to $(CC), and passed it down
21481 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21482
21483Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21484
21485 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21486 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21487 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21488 FOR_TARGET variants, to newlib and libg++.
21489
21490Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21491
21492 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21493 first.
21494
21495Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21496
21497 * config.sub: Accept `elf' as an environment.
21498
21499Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21500
21501 * Makefile.in (all-opcodes): cd into the right directory
21502
21503Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21504
21505 * configure: added -program_transform_name option, used as
21506 argument to sed when installing programs.
21507 configure.texi: added documentation for -program_prefix,
21508 -program_suffix and -program_transform_name.
21509
21510Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21511
21512 * config.sub: Accept i486 where i386 ok.
21513
21514Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21515
21516 * config.sub: accept we32k
21517
21518Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21519
3b75d237 21520 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
21521
21522 * Makefile.in: don't create all directories for ``make install'';
21523 let the subdirectories create the ones they need.
21524
21525Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21526
e490616e 21527 * COPYING: new file, GPL v2
6599da04
JM
21528
21529Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21530
21531 * Makefile.in: use the new gen-info-dir, which needs a template
21532 argument (which also lives in texinfo)
21533
21534 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21535
6599da04
JM
21536Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21537
21538 * config.sub (ncr3000): Change i386 to i486.
21539
21540Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21541
21542 * Makefile.in: add install-rcs, install-grep to
21543 install-no-fixedincludes, removed install-bison and install-libgcc
21544
21545Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21546
21547 * configure.in: grab the HPUX makefile fragment if on HPUX
21548
21549Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21550
21551 * Makefile.in: eradicate bison spoor (ditto libgcc).
3d3b561f
ML
21552 configure.in: recognise m68{k,000}-ericsson-OSE.
21553 es1800 is alias for m68k-ericsson-OSE
6599da04
JM
21554
21555Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21556
21557 * configure.in: rearrange the parts that remove programs from
21558 configdirs, based now on HOST==TARGET or by canonical triple.
21559
21560Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21561
21562 * test-build.mk: recurse explicitly with -f test-build.mk when
3d3b561f
ML
21563 appropriate. predicate stage3 and comparison on the existence
21564 of gcc. That is, if gcc isn't around, we aren't three-staging.
21565 On very clean, also remove ...stamp-co. Build in-place before
21566 doing other builds.
6599da04
JM
21567
21568Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21569
21570 * Makefile.in, configure.in: add tgas
21571
21572Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21573
21574 * Makefile.in: a number of changes merged in from progressive.
21575
21576 * configure.in: add libm.
21577
21578 * .cvsignore: ignore some stuff that comes from test-build.mk.
21579
6599da04
JM
21580Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21581
21582 * config.sub: Add es1800 (m68k-ericsson-es1800).
21583
21584Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21585
21586 * configure: Add program_suffix (parallel to program_prefix)
21587 * Makefile.in: adjust directory-creating script for losing decstation
21588
21589Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21590
21591 * configure: Minor $subdir-related fixes.
21592
21593Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21594
21595 * configure: fix various problems with propogating
21596 makefile_target_frag in subdirs.
21597 * configure.in: config libgcc if its there
21598
21599Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21600
21601 * config.sub: HPPA merge.
21602
6599da04
JM
21603Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21604
21605 * Makefile.in: Replace all-bison with all-byacc in all
21606 dependency lines for other tools (which now use byacc).
21607
21608Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21609
21610 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21611
6599da04
JM
21612Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21613
21614 * Makefile.in: make gprof rules similar to byacc rules (instead of
21615 vestigal $(unsubdir) that didn't work...)
21616
21617Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21618
21619 * config.sub: Add support for Linux.
21620 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21621 (at least for libg++).
21622
21623Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21624
21625 * configure.texi: fix doc for the -nfp option to configure
21626
21627Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21628
21629 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21630
21631Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21632
21633 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21634 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21635 * configure.in: added solaris* host_makefile_frag hook.
21636
21637Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21638
21639 * config.sub: changed recognition of m68000 so that various
21640 m68k types can be specified via m680[01234]0
21641
21642Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21643
21644 * config.sub (basic_machine): fix sed so that '-foo' isn't
21645 completely substituted out while .+'-foo' loses the '-foo'
21646
21647Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21648
21649 * config.sub ($os): Add -aout.
21650
21651Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21652
21653 * configure: If host_makefile_frag is absolute, don't
21654 prefix ${invsubdir} (relevant to libg++ auto-configure).
21655
21656Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21657
21658 * Makefile.in (tooldir): Define it.
21659 (all-ld): Depend on all-flex.
21660
21661Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21662
21663 * Makefile.in (check): Fix libg++ special case.
21664
21665Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21666
21667 * configure: do not bury `pwd` into config.status, thus do fewer
3d3b561f 21668 pwd's.
6599da04
JM
21669
21670 * configure: print the "Building in" message only when building in
3d3b561f 21671 other than "." AND verbose.
6599da04 21672
63f6bcd7 21673 * configure: remove -s, rework -v to better accommodate guested
3d3b561f 21674 configures.
6599da04
JM
21675
21676 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21677
21678Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21679
21680 * Makefile.in: macroize flags passed on recursion. remove
3d3b561f 21681 fileutils.
6599da04
JM
21682
21683Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21684
21685 * configure: get makesrcdir right for subdirs deeper than 1.
21686
21687 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
3d3b561f 21688 install.
6599da04
JM
21689
21690Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21691
21692 * Makefile.in: don't print subdir_do or recursion lines.
21693
21694Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21695
21696 * standards.texi: added menu item.
21697
21698 * Makefile.in: build and install standards.info.
21699
21700 * standards.texi: new file.
21701
21702Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21703
21704 * configure: test for and move config.status pieces from
3d3b561f 21705 ${subdir}/.
6599da04
JM
21706
21707Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21708
6599da04
JM
21709 * configure: Test for existance of files before trying to mv
21710 them, to avoid numerous non-existance messages.
21711
21712Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21713
21714 * configure: correct final line of config.status.
21715
21716 * configure: patch from eggert. Avoids a protection problem if
3d3b561f 21717 the original Makefile.in is read only.
6599da04
JM
21718
21719 * configure: use move-if-change from gcc to create config.status.
3d3b561f
ML
21720 Some makefiles depend on config.status to tell if a directory
21721 has been reconfigured for a different host. This change
21722 prevents those directories from remaking everything in the case
21723 where the reconfig was only intended to rebuild a Makefile.
6599da04
JM
21724
21725 * configure: test for config.sub with "config.sub sun4" rather
3d3b561f
ML
21726 than "config.sub ${host_alias}". Otherwise we can't tell a bad
21727 host alias from a missing config.sub.
6599da04
JM
21728
21729Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21730
21731 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
3d3b561f 21732 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6599da04
JM
21733
21734Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
21735
21736 * configure: mkdir ${subdir} as needed.
21737
21738Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
21739
21740 * Makefile.in,configure.in: added autoconf.
21741
21742Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21743
21744 * Makefile.in: no longer pass against on recursion.
21745
21746 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
3d3b561f 21747 definitions are not inherited.
6599da04
JM
21748
21749 * configure: correct makesrcdir when subdir is .
21750
21751Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
21752
21753 * configure: Add support for 'subdirs' variable, which is
21754 like 'configdirs', except that configure doesn't re-invoke
21755 itself for subdirs, it just creates a Makefile for each subdir.
21756 * configure.texi: Document subdirs.
21757
21758Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21759
21760 * configure.in: added flex to configdirs
21761
21762Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
21763
21764 * Makefile.in: remove clean-stamps from clean.
21765
21766Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
21767
21768 * configure.in: Add gdbtest to configdirs.
21769
21770Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
21771
21772 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
21773 to recursive makes.
21774 * configure.in: Recognize new ncr3000 config.
21775
21776Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
21777
21778 * Makefile.in, configure.in: removed references to gdbm.
21779
21780Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
21781
21782 * config.sub: Don't canonicalize os value
21783 newsos* to bsd (readline needs to check for newsos).
21784 (This fix was earlier made Jan 31, but got re-broken.)
21785
21786Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
21787
21788 * configure.in: sco is an os, not a vendor!
21789
21790 * configure: Quote $( better. Keep various shells happy.
21791
21792Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
21793
21794 * Makefile.in: eliminate stamp-files.
21795
21796Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
21797
21798 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
3d3b561f 21799 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6599da04
JM
21800
21801Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
21802
21803 * config.sub: fix iris/iris3.
21804
21805Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
21806
21807 * configure: re-add -rm.
21808
21809Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
21810
21811 * Maskefile.in: add .stmp-rcs to all.
21812
21813 * configure.in: remove gas from rs6000 build, use aix host fragment.
21814
21815Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
21816
21817 * configure: pass down site_option during recursion.
21818
21819Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
21820
21821 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
21822
21823Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
21824
21825 * configure: Change exec_prefix so that it really defaults to prefix.
21826
21827Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
21828
21829 * Makefile.in, configure.in: Add support for mmalloc library.
21830
21831Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
21832
21833 * Makefile.in: add stmp dependencies for a few more things.
21834
21835Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
21836
21837 * configure: adjusted error message on objdir/srcdir configure
3d3b561f 21838 collision, per john's suggestion.
6599da04
JM
21839
21840 * Makefile.in: add libiberty stmp to all and all.cross.
21841
21842Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
21843
21844 * Makefile.in: remove force dependencies, add grep to all.
21845
21846Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
21847
21848 * Makefile.in: drop flex. make stamp files work.
21849
21850 * configure: added test for conflicting configuration in srcdir,
3d3b561f
ML
21851 remove trailing slashes from srcdir. Otherwise emacs gdb mode
21852 gets cranky. use relative paths for configure and srcdir
21853 whenever possible. Send some error messages to stderr that were
21854 going to stdout.
6599da04
JM
21855
21856Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
21857
21858 * Makefile.in: Fix libg++ rule to check for gcc directory
21859 before using gcc/gcc. Also pass XTRAFLAGS.
21860
21861Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
21862
21863 * Makefile.in: added stmp-files so that directories aren't polled
3d3b561f 21864 when they are already built.
6599da04
JM
21865
21866 * configure.texi: fixed a node pointer problem.
21867
21868Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
21869
731a8127 21870 * config.sub configure.in gdb/configure.in
6599da04
JM
21871 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
21872 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
21873 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
21874
21875Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21876
21877 * configure: -recurring becomes -silent. corrected help message
3d3b561f 21878 for -site= option.
6599da04
JM
21879
21880 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
21881
21882Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21883
21884 * configure: when building Makefile for crosses, replace
3d3b561f
ML
21885 tooldir and program_prefix. default srcdir from location of
21886 config.sub. remove "for host in hosts" and "for target in
21887 targets" loops.
6599da04
JM
21888
21889Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21890
21891 * Makefile.in: Do not pass bindir or mandir to cvs.
21892
21893Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
21894
21895 * Makefile.in, configure.in: removed traces of namesubdir,
3d3b561f
ML
21896 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
21897 copyrights to '92, changed some from Cygnus to FSF.
6599da04
JM
21898
21899 * configure.texi: remove most references to multiple hosts,
3d3b561f 21900 multiple targets, subdirs, etc.
6599da04
JM
21901
21902 * configure.man: removed rcsid. reference config.sub not
3d3b561f 21903 config.subr.
6599da04
JM
21904
21905 * Makefile.in: mkdir $(infodir) on install-info.
21906
21907Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
21908
21909 * configure.texi: Explain better about .gdbinit and about
21910 the environment that configure.in sections run in.
21911
21912Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
21913
21914 * configure.in: Ultrix is only a decstation if it's a MIPS.
21915
21916Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
21917
21918 * README: DOC.configure => cfg-paper.texi.
21919
21920Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
21921
21922 * config.sub (near case $os): Don't convert newsos* to bsd!
21923
21924Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
21925
21926 * Makefile.in: Reinstall change from gdb-4.3 that reduces
21927 the number of copies of COPYING that go into the GDB tar file.
21928
21929Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
21930
731a8127 21931 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
21932 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
21933 Fix SCO configuration stuff.
21934
21935Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
21936
21937 * Makefile.in: For libg++, make sure the -I pointing
21938 to the gcc directory goes *after* all the libg++-local -I flags.
21939 Also, move just-gcc dependency from just-libg++ to all-libg++.
21940
21941Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
21942
21943 * configure: Change -x to -f to keep Ultrix /bin/test happy.
21944
21945Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
21946
21947 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
21948
21949Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
21950
21951 * config.sub: Add stratus configuration frags. Also
21952 submitted to FSF.
21953
21954Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
21955
21956 * Makefile.in (DEV_SUPPORT): add configure.man.
21957
21958 * config.sub(Decode manufacturer-specific): add -none*.
21959
21960Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
21961
21962 * Makefile.in: remove form feeds to make Sun's make happy.
21963 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
21964
21965Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
21966
21967 * Makefile.in (AR_FLAGS): Make quieter.
21968
21969Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
21970
21971 * configure.in: Add libg++.
21972 * configure: When verbose, don't output the command line at each
21973 level; it will be unremarkably the same as the previous version,
21974 which will be the same as what the user typed.
21975
21976Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
21977
21978 * configure.in, Makefile.in: fix clean-info, add flex. add
3d3b561f 21979 fileutils.
6599da04
JM
21980
21981 * configure: be less sensitive to spaces in Makefile.in. Do not
3d3b561f
ML
21982 look for sources in "..". Doing so breaks subdirectories that
21983 might have their own configure. If a subdir has it's own
21984 configure script, use it.
6599da04
JM
21985
21986Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
21987
21988 * cfg-paper.texi: some changes suggested by rms.
21989
21990Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
21991
21992 * config.sub: Merge in some small additions from the FSF version,
21993 taken from the gcc distribution, to bring the Cygnus and FSF
21994 versions into closer sync.
21995
21996Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
21997
21998 * configure.in: Changed svr4 references to sysv4.
21999
22000Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
22001
22002 * configure: added -V for version number option.
22003
22004Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
22005
22006 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
3d3b561f 22007 renamed from DOC.configure to cfg-paper.texi.
6599da04
JM
22008
22009Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22010
22011 * configure, config.subr, config.sub: config.subr is now
3d3b561f 22012 config.sub again.
6599da04
JM
22013
22014Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
22015
22016 * configure.texi: new file, in progress.
22017
22018 * Makefile.in: build info file and install the man page for
3d3b561f 22019 configure.
6599da04
JM
22020
22021 * configure.man: new file, first cut.
22022
22023 * configure: find config.subr again now that configuration "none"
3d3b561f
ML
22024 has gone. removed all traces of the -ansi option. removed all
22025 traces of the -languages option.
6599da04
JM
22026
22027 * config.subr: resync from rms.
22028
22029Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22030
22031 * configure, config.sub, config.subr: merge config.sub into
3d3b561f
ML
22032 config.subr, call the result config.subr, remove config.sub, use
22033 config.subr.
6599da04
JM
22034
22035 * Makefile.in: revised install for dir.info.
22036
22037Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22038
22039 * configure.in: add decstation host makefile frag.
22040
22041 * Makefile.in: BISON now bison -y again. also install-gcc on
3d3b561f
ML
22042 install. clean-gdbm on clean. infodir belongs in datadir.
22043 Make directories for info install. Build dir.info here then
22044 install it.
6599da04
JM
22045
22046Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22047
22048 * Makefile.in: fix for bad directory tests.
22049
22050Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22051
22052 * configure: \{1,2\} appears to be a sysv'ism. Use a different
3d3b561f 22053 regexp. -srcdir relative was being handled incorrectly.
6599da04
JM
22054
22055 * Makefile.in: unwrapped some for loops so that parallel makes
3d3b561f
ML
22056 work again and so one can focus one's attention on a particular
22057 package.
6599da04
JM
22058
22059Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22060
22061 * configure: added PWD as a stand in for `pwd` (for speed). use
3d3b561f
ML
22062 elif wherever possible. make -srcdir work without -objdir.
22063 -objdir= commented out.
6599da04
JM
22064
22065Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22066
22067 * configure: +options become --options. -subdirs commented out.
3d3b561f
ML
22068 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22069 Makefile now at top of generated Makefile. Removed cvs log
22070 entries. added -srcdir. create .gdbinit only if there is one
22071 in ${srcdir}.
6599da04
JM
22072
22073 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3d3b561f
ML
22074 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22075 and mandir now keyed off datadir by default.
6599da04
JM
22076
22077Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22078
22079 * Freshly created ChangeLog.
22080
22081\f
22082Local Variables:
22083mode: change-log
22084left-margin: 8
22085fill-column: 76
22086version-control: never
22087End: