]> git.ipfire.org Git - thirdparty/gcc.git/blame - ChangeLog
i386: Clear stack protector scratch with zero/sign-extend instruction
[thirdparty/gcc.git] / ChangeLog
CommitLineData
2cca6ae6
GA
12023-11-06 Carl Love <cel@linux.ibm.com>
2
3 * MAINTAINERS: Update my email address.
4
c73d2d49
GA
52023-11-01 Eric Gallager <egallager@gcc.gnu.org>
6
7 * .github/CONTRIBUTING.md: Wrap lines more tightly.
8
92023-11-01 Eric Gallager <egallager@gcc.gnu.org>
10
11 * .github/CONTRIBUTING.md: New file.
12 * .github/PULL_REQUEST_TEMPLATE.md: New file.
13
3b632746
GA
142023-10-22 Iain Sandoe <iain@sandoe.co.uk>
15
16 * configure: Regenerate.
17 * configure.ac: Do not add default runpaths to GCC exes
18 when we are building -static-libstdc++/-static-libgcc (the
19 default).
20 * libtool.m4: Add 'enable-darwin-at-runpath'. Act on the
21 enable flag to alter Darwin libraries to use @rpath names.
22
d5cfabc6
GA
232023-10-15 Mike Frysinger <vapier@gentoo.org>
24
25 * Makefile.def: Add distclean-sim dependency on distclean-gnulib.
26 * Makefile.in: Regenerate.
27
6febf76c
GA
282023-10-11 Filip Kastl <fkastl@suse.cz>
29
30 * MAINTAINERS: Fix name order.
31
69e3072c
GA
322023-10-10 Christoph Müllner <christoph.muellner@vrull.eu>
33
34 * MAINTAINERS: Add myself.
35
0defa2a0
GA
362023-10-06 Sergei Trofimovich <siarheit@google.com>
37
38 PR bootstrap/111663
39 * Makefile.tpl (STAGEfeedback_CONFIGURE_FLAGS): Disable -Werror.
40 * Makefile.in: Regenerate.
41
6c44b95d
GA
422023-10-05 Jan Engelhardt <jengelh@inai.de>
43
44 * SECURITY.txt: Fix up indentation.
45
462023-10-05 Jan Engelhardt <jengelh@inai.de>
47
48 * SECURITY.txt: Fix up commas.
49
bf2e66e3
GA
502023-10-04 Siddhesh Poyarekar <siddhesh@gotplt.org>
51
52 * SECURITY.txt: New file.
53
6b78e9a5
GA
542023-09-18 Fei Gao <gaofei@eswincomputing.com>
55
56 * MAINTAINERS: Add myself.
57
37bbfd1c
GA
582023-09-15 Yang Yujie <yangyujie@loongson.cn>
59
60 * config-ml.in: Remove unneeded loongarch clause.
61 * configure.ac: Register custom makefile fragments mt-loongarch-*
62 for loongarch targets.
63 * configure: Regenerate.
64
a1c20158
GA
652023-09-12 Edwin Lu <ewlu@rivosinc.com>
66
67 * MAINTAINERS: Add myself
68
692023-09-12 Thomas Schwinge <thomas@codesourcery.com>
70 Chung-Lin Tang <cltang@codesourcery.com>
71
72 PR testsuite/109951
73 * Makefile.tpl (BASE_TARGET_EXPORTS): Add
74 'SYSROOT_CFLAGS_FOR_TARGET'.
75 * Makefile.in: Regenerate.
76
d820cd78
GA
772023-09-05 Yang Yujie <yangyujie@loongson.cn>
78
79 * config-ml.in: Do not build the multilib library variant
80 that is duplicate with the toplevel one.
81
ded52c9f
GA
822023-08-29 Tsukasa OI <research_trasio@irq.a4lg.com>
83
84 * MAINTAINERS: Add myself.
85
6cd85273
GA
862023-08-22 Filip Kastl <fkastl@suse.cz>
87
88 * MAINTAINERS: Update my email address.
89
886afed6
GA
902023-08-11 Eric Feng <ef2648@columbia.edu>
91
92 * MAINTAINERS: Add myself.
93
4b92dba7
GA
942023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
95
96 * Makefile.def: Reflect that libsframe needs to installed before
97 libbfd. Reorder a bit to better track libsframe dependencies.
98 * Makefile.in: Regenerate.
99
1002023-08-07 Indu Bhagat <indu.bhagat@oracle.com>
101
102 * Makefile.def: Add install dependency on libsframe for libbfd.
103 * Makefile.in: Regenerated.
104
1052023-08-07 Nick Alcock <nick.alcock@oracle.com>
106
107 * libtool.m4 (lt_cv_sys_global_symbol_pipe): Augment symcode for
108 Solaris 11.
109
1102023-08-07 Alexander von Gluck IV <kallisti5@unixzen.com>
111
112 * configure: Regenerate.
113 * configure.ac: Add Haiku to list of ELF OSes
114 * libtool.m4: Update sys_lib_dlsearch_path_spec on Haiku.
115
1162023-08-07 Nick Alcock <nick.alcock@oracle.com>
117
118 * libtool.m4 (LT_PATH_NM): Handle user-specified NM with
119 options, including options containing paths.
120
1212023-08-07 Nick Alcock <nick.alcock@oracle.com>
122
123 * libtool.m4 (LT_PATH_NM): Try BSDization flags with a user-provided
124 NM, if there is one. Run nm on itself, not on /dev/null, to avoid
125 errors from nms that refuse to work on non-regular files. Remove
126 other workarounds for this problem. Strip out blank lines from the
127 nm output.
128
1292023-08-07 Arsen Arsenović <arsen@aarsen.me>
130
131 * configure.ac: Reinstate 32b PA-RISC HP-UX targets
132 * configure: Regenerate.
133
1342023-08-07 Simon Marchi <simon.marchi@efficios.com>
135
136 * configure.ac: Add AC_SUBST(PKG_CONFIG_PATH).
137 * configure: Re-generate.
138 * Makefile.tpl (HOST_EXPORTS): Pass PKG_CONFIG_PATH.
139 (PKG_CONFIG_PATH): New.
140 * Makefile.in: Re-generate.
141
1422023-08-07 Luis Machado <luis.machado@arm.com>
143
144 * configure.ac: Disable year2038 by default on 32-bit hosts.
145 * configure: Regenerate.
146
1472023-08-07 Vladimir Mezentsev <vladimir.mezentsev@oracle.com>
148
149 * Makefile.def: Add gprofng module.
150 * configure.ac: Add --enable-gprofng option.
151 * Makefile.in: Regenerate.
152 * configure: Regenerate.
153
1542023-08-07 Martin Liska <mliska@suse.cz>
155
156 * configure.ac: Add --enable-default-compressed-debug-sections-algorithm.
157 * configure: Regenerate.
158
1592023-08-07 Fangrui Song <maskray@google.com>
160
161 * configure: Regenerate.
162 * configure.ac: Add --with-zstd.
163
1642023-08-07 Arsen Arsenović <arsen@aarsen.me>
165
166 * configure: Regenerate.
167 * configure.ac: Recover tilegx/tilepro targets.
168
1692023-08-07 H.J. Lu <hjl.tools@gmail.com>
170
171 * configure: Regenerated.
172 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Check if AR works with
173 --plugin and rc before enabling --plugin.
174
1752023-08-07 H.J. Lu <hjl.tools@gmail.com>
176
177 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
178 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
179 * configure.ac: Include config/gcc-plugin.m4.
180 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
181 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
182 RANLIB if possible.
183 * Makefile.in: Regenerated.
184 * configure: Likewise.
185
1862023-08-07 Arsen Arsenović <arsen@aarsen.me>
187
188 * Makefile.tpl: Substitute @GDCFLAGS@ instead of using
189 $(CFLAGS).
190
1912023-08-07 David Faust <david.faust@oracle.com>
192
193 * MAINTAINERS: Add the BPF port to my reviewer listing.
194
4297a08e
GA
1952023-08-02 Jan Beulich <jbeulich@suse.com>
196
197 * MAINTAINERS: Correct my email address.
198
1992023-08-02 Hu, Lin1 <lin1.hu@intel.com>
200
201 * MAINTAINERS (Write After Approval): Add myself.
202
cf58b896
GA
2032023-08-01 Richard Ball <richard.ball@arm.com>
204
205 * MAINTAINERS: Add myself.
206
a2f31d79
GA
2072023-07-31 Andreas Schwab <schwab@suse.de>
208
209 * configure.ac (GDCFLAGS): Set default from ${CFLAGS}.
210 * configure: Regenerate.
211 * Makefile.in (GDCFLAGS): Substitute @GDCFLAGS@.
212
2132023-07-31 xuli <xuli1@eswincomputing.com>
214
215 * MAINTAINERS: Add myself.
216
af37e394
GA
2172023-07-25 Thomas Schwinge <thomas@codesourcery.com>
218
219 * MAINTAINERS: List myself as "nvptx port" maintainer.
220
0ce63530
GA
2212023-07-21 Cupertino Miranda <cupertino.miranda@oracle.com>
222
223 * MAINTAINERS: Add myself to write after approval
224
ec842611
GA
2252023-07-18 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
226
227 * MAINTAINERS: Add myself as a reviewer for the riscv port.
228
2292023-07-18 Robin Dapp <rdapp@ventanamicro.com>
230
231 * MAINTAINERS: Add myself as a reviewer for the riscv port.
232
15939bae
GA
2332023-07-12 Hao Liu <hliu@os.amperecomputing.com>
234
235 * MAINTAINERS: Add Hao Liu to write after approval
236
2372023-07-12 Ken Matsui <kmatsui@gcc.gnu.org>
238
239 * MAINTAINERS: Add Ken Matsui to write after approval
240
01405f01
GA
2412023-07-07 Eugene Rozenfeld <erozen@microsoft.com>
242
243 * Makefile.in: Collect both kernel and user events for autofdo
244 * Makefile.tpl: Collect both kernel and user events for autofdo
245
69d3015a
GA
2462023-06-30 Rishi Raj <rishiraj45035@gmail.com>
247
248 * MAINTAINERS: Added myself to Write After Approval and DCO
249
14bfda60
GA
2502023-06-29 Eugene Rozenfeld <erozen@microsoft.com>
251
252 * Makefile.in: Remove -gtoggle for STAGEautoprofile
253 * Makefile.tpl: Remove -gtoggle for STAGEautoprofile
254
f445b42e
GA
2552023-06-25 Lehua Ding <lehua.ding@rivai.ai>
256
257 * MAINTAINERS: Add Lehua Ding to write after approval
258
2592023-06-25 Iain Sandoe <iain@sandoe.co.uk>
260
261 * Makefile.def: Pass the enable-host-pie value to GCC configure.
262 * Makefile.in: Regenerate.
263 * configure: Regenerate.
264 * configure.ac: Adjust the logic for shared and PIE host flags to
265 ensure that PIE is passed for hosts that require it.
266
f10a4ce0
GA
2672023-06-16 YunQiang Su <yunqiang.su@cipunited.com>
268
269 * MAINTAINERS (Write After Approval): move Matthew Fortune
270 to Write After Approval.
271
7ff79341
GA
2722023-06-15 Marek Polacek <polacek@redhat.com>
273
274 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
275 check.
276 * configure: Regenerate.
277
c1c5edef
GA
2782023-06-14 Filip Kastl <filip.kastl@gmail.com>
279
280 * MAINTAINERS: Add myself to write after approval
281
829d5975
GA
2822023-06-02 YunQiang Su <yunqiang.su@cipunited.com>
283
284 * MAINTAINERS (CPU Port Maintainers): Add myself as MIPS
285 port maintainer.
286 (Write After Approval): Remove myself.
287
df2762ac
GA
2882023-05-30 Jeevitha Palanisamy <jeevitha@linux.ibm.com>
289
290 * MAINTAINERS (Write After Approval): Add myself.
291
b4c15a14
GA
2922023-05-29 Martin Jambor <mjambor@suse.cz>
293
294 * MAINTAINERS: Replace spaces with tabs.
295
68816ba2
GA
2962023-05-27 Benjamin Priour <vultkayn@gcc.gnu.org>
297
298 * MAINTAINERS: New entry.
299
b2776076
GA
3002023-05-18 Eugene Rozenfeld <erozen@microsoft.com>
301
302 * Makefile.tpl: Disable warnings as errors for STAGEautofeedback
303 * Makefile.in: Regenerate
304
ff2dcddf
GA
3052023-05-17 Eugene Rozenfeld <erozen@microsoft.com>
306
307 * Makefile.in: Disable warnings as errors for STAGEautofeedback
308
3d125c91
GA
3092023-05-11 Robin Dapp <rdapp@ventanamicro.com>
310
311 * MAINTAINERS: Sort.
312
3132023-05-11 Ju-Zhe Zhong <juzhe.zhong@rivai.ai>
314
315 * MAINTAINERS: Add myself.
316
08d0d17b
GA
3172023-05-10 Pan Li <pan2.li@intel.com>
318
319 * MAINTAINERS: Add myself.
320
50205195
GA
3212023-04-28 Eugene Rozenfeld <erozen@microsoft.com>
322
323 * Makefile.in: Define PROFILE_MERGER
324 * Makefile.tpl: Define PROFILE_MERGER
325
32a98ccd
GA
3262023-04-27 Robin Dapp <rdapp@ventanamicro.com>
327
328 * MAINTAINERS: Change my email address.
329
4a3dbcbd
GA
3302023-04-26 Patrick O'Neill <patrick@rivosinc.com>
331
332 * MAINTAINERS: Add myself.
333
3342023-04-26 Martin Liska <mliska@suse.cz>
335
336 * MAINTAINERS: fix sorting
337
49cea02d
GA
3382023-04-25 Victor Do Nascimento <victor.donascimento@arm.com>
339
340 * MAINTAINERS (Write After Approval): Add myself.
341
aeaf9426
GA
3422023-04-24 Martin Liska <mliska@suse.cz>
343
344 * MAINTAINERS: Fix sorting.
345
6d7f9ebf
GA
3462023-04-21 Peter Foley <pefoley2@pefoley.com>
347
348 * configure: Regenerate.
349 * configure.ac: Only create serdep.tmp if needed
350
3512023-04-21 “ajit.kumar.agarwal@ibm.com” <aagarwa@ltcden2-lp1.aus.stglabs.ibm.com>
352
353 * MAINTAINERS (Write After Approval): Add myself.
354
3552023-04-21 Vineet Gupta <vineetg@rivosinc.com>
356
357 * MAINTAINERS (Write After Approval): Add myself.
358 Ref: <680c7bbe-5d6e-07cd-8468-247afc65e1dd@gmail.com>
359
a8c8351c
GA
3602023-04-06 Indu Bhagat <indu.bhagat@oracle.com>
361
362 * MAINTAINERS: Add myself.
363
50bd9c41
GA
3642023-03-22 Tobias Burnus <tobias@codesourcery.com>
365
366 * MAINTAINERS: Add myself as OpenMP and libgomp maintainer.
367
c8065441
GA
3682023-03-10 Arsen Arsenović <arsen@aarsen.me>
369
370 * MAINTAINERS (Write After Approval): Add myself.
371
88cc4495
GA
3722023-02-16 Martin Liska <mliska@suse.cz>
373
374 * MAINTAINERS: I'm stepping down from my positions.
375
f432ad09
GA
3762023-01-10 Philip Herron <herron.philip@googlemail.com>
377
378 * MAINTAINERS: Add Philip Herron as Rust front-end maintainer
379
d808db1f
GA
3802023-01-06 Clément Chigot <chigot@adacore.com>
381
382 * configure.ac: Skip GMP and MPFR when --disable-gdb is
383 provided.
384 * configure: Regenerate.
385
faccda27
GA
3862023-01-04 Gaius Mulley <gaiusmod2@gmail.com>
387
388 * MAINTAINERS: Add Gaius Mulley as Modula-2 front-end maintainer.
389
90323d0b
GA
3902022-12-31 Iain Sandoe <iain@sandoe.co.uk>
391
392 * Makefile.def: Do not build shared libffi.
393 * Makefile.in: Regenerate.
394
de282a20
GA
3952022-12-21 Andrew Pinski <apinski@marvell.com>
396
397 * Makefile.def: Add configure-gdb dependencies
398 on all-gmp and all-mpfr.
399 * configure.ac: Split out MPC checking from MPFR.
400 Require GMP and MPFR if the gdb directory exist.
401 * Makefile.in: Regenerate.
402 * configure: Regenerate.
403
26f4aefa
GA
4042022-12-14 Gaius Mulley <gaiusmod2@gmail.com>
405
406 * configure.ac (target_libraries): Add target-libgm2.
407 Add NCN_STRICT_CHECK_TARGET_TOOLS entry for gm2.
32582c19
JJ
408 Add GCC_TARGET_TOOL entry for gm2.
409 (compare_exclusions): Add gcc/m2/gm2-compiler/M2Version,
26f4aefa 410 gcc/m2/gm2-compiler-boot/SYSTEM and gcc/m2/gm2version.
32582c19
JJ
411 * Makefile.def (target_modules): Add libgm2.
412 (flags_to_pass): Add GM2_FOR_TARGET, GM2FLAGS_FOR_TARGET.
413 (dependencies): Add all-target-libgm2 and on=all-target-libatomic.
414 (languages): Add entry for language=m2 with gcc-check-target=check-m2
26f4aefa 415 and lib-check-target=check-target-libgm2.
32582c19
JJ
416 * Makefile.tpl (BUILD_EXPORTS): Add definition for GM2 and GM2FLAGS.
417 (HOST_EXPORTS): Add definition for GM2.
418 (BASE_TARGET_EXPORTS): Add definition for GM2.
419 (GM2_FOR_BUILD): Defined.
420 (GM2FLAGS): Defined.
421 (GM2_FOR_TARGET): Defined.
422 (GM2FLAGS_FOR_TARGET): Defined.
423 (EXTRA_HOST_FLAGS): Defined.
424 (POSTSTAGE1_FLAGS_TO_PASS): Add GM2 and GM2_FOR_BUILD.
425 (EXTRA_TARGET_FLAGS): Add GM2 and GM2FLAGS.
426 (EXTRA_GCC_FLAGS): Add GM2_FOR_TARGET.
427 * configure: Rebuilt.
428 * Makefile.in: Rebuilt.
26f4aefa 429
f17ddf2c
GA
4302022-12-13 Philip Herron <philip.herron@embecosm.com>
431
432 * Makefile.def: Add Rust language.
433 * Makefile.in: Regenerate via autogen.
434
40ce6485
GA
4352022-12-09 Martin Liska <mliska@suse.cz>
436
437 * MAINTAINERS: Fix spacing.
438
4bc2d9f6
GA
4392022-12-07 Arthur Cohen <arthur.cohen@embecosm.com>
440
441 * MAINTAINERS: Add Arthur Cohen as Rust front-end maintainer.
442
4432022-12-07 Iain Sandoe <iain@sandoe.co.uk>
444
445 * Makefile.def: Pass host_libs_picflag to host dependent library
446 configures.
447 * Makefile.in: Regenerate.
448 * configure: Regenerate.
449 * configure.ac (host_libs_picflag): New configure variable set to
450 '--with-pic' when building 'host_shared'.
451
d769c504
GA
4522022-11-25 Weimin Pan <weimin.pan@oracle.com>
453
454 * Makefile.def: Add libsframe as new module with its dependencies.
455 * Makefile.in: Regenerated.
456 * configure.ac: Add libsframe to host_libs.
457 * configure: Regenerated.
458
8761284f
GA
4592022-11-23 Marek Polacek <polacek@redhat.com>
460
461 Revert:
462 2022-11-23 Marek Polacek <polacek@redhat.com>
463
464 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
465 isl.
466 * Makefile.in: Regenerate.
467 * Makefile.tpl: Set PICFLAG.
468 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
469 check.
470 * configure: Regenerate.
471
4722022-11-23 Marek Polacek <polacek@redhat.com>
473
474 * Makefile.def: Pass $(PICFLAG) to AM_CFLAGS for gmp, mpfr, mpc, and
475 isl.
476 * Makefile.in: Regenerate.
477 * Makefile.tpl: Set PICFLAG.
478 * configure.ac (--enable-host-pie): New check. Set PICFLAG after this
479 check.
480 * configure: Regenerate.
481
83d400bd
GA
4822022-11-14 Martin Liska <mliska@suse.cz>
483
484 Revert:
485 2022-11-09 Martin Liska <mliska@suse.cz>
486
487 * doc/Makefile: New file.
488 * doc/_static/custom.css: New file.
489 * doc/baseconf.py: New file.
490 * doc/bsd.rst: New file.
491 * doc/contrib.rst: New file.
492 * doc/contribute.rst: New file.
493 * doc/cppdiropts.rst: New file.
494 * doc/cppenv.rst: New file.
495 * doc/cppopts.rst: New file.
496 * doc/cppwarnopts.rst: New file.
497 * doc/favicon.ico: New file.
498 * doc/funding.rst: New file.
499 * doc/gcc_sphinx.py: New file.
500 * doc/gnu.rst: New file.
501 * doc/gnu_free_documentation_license.rst: New file.
502 * doc/gpl-3.0.rst: New file.
503 * doc/indices-and-tables.rst: New file.
504 * doc/lgpl-2.1.rst: New file.
505 * doc/logo.pdf: New file.
506 * doc/logo.svg: New file.
507 * doc/md.rst: New file.
508 * doc/requirements.txt: New file.
509
5102022-11-14 Martin Liska <mliska@suse.cz>
511
512 Revert:
513 2022-11-09 Martin Liska <mliska@suse.cz>
514
515 * doc/baseconf.py: Port to GCC sources.
516
5172022-11-14 Martin Liska <mliska@suse.cz>
518
519 Revert:
520 2022-11-14 Martin Liska <mliska@suse.cz>
521
522 * configure: Regenerate.
523 * configure.ac: Support Sphinx based documentation.
524
5252022-11-14 Martin Liska <mliska@suse.cz>
526
527 Revert:
528 2022-11-09 Martin Liska <mliska@suse.cz>
529
530 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
531 provide a default.
532
5332022-11-14 Martin Liska <mliska@suse.cz>
534
535 Revert:
536 2022-11-09 Martin Liska <mliska@suse.cz>
537
538 * doc/bsd.rst:
3d3b561f 539 Add trailing newline.
83d400bd 540 * doc/contrib.rst:
3d3b561f 541 Add trailing newline.
83d400bd 542 * doc/contribute.rst:
3d3b561f 543 Add trailing newline.
83d400bd 544 * doc/cppdiropts.rst:
3d3b561f 545 Add trailing newline.
83d400bd 546 * doc/cppenv.rst:
3d3b561f 547 Add trailing newline.
83d400bd 548 * doc/cppopts.rst:
3d3b561f 549 Add trailing newline.
83d400bd 550 * doc/cppwarnopts.rst:
3d3b561f 551 Add trailing newline.
83d400bd 552 * doc/funding.rst:
3d3b561f 553 Add trailing newline.
83d400bd 554 * doc/gnu.rst:
3d3b561f 555 Add trailing newline.
83d400bd 556 * doc/gnu_free_documentation_license.rst:
3d3b561f 557 Add trailing newline.
83d400bd 558 * doc/gpl-3.0.rst:
3d3b561f 559 Add trailing newline.
83d400bd 560 * doc/indices-and-tables.rst:
3d3b561f 561 Add trailing newline.
83d400bd 562 * doc/lgpl-2.1.rst:
3d3b561f 563 Add trailing newline.
83d400bd 564 * doc/md.rst:
3d3b561f 565 Add trailing newline.
83d400bd
GA
566
5672022-11-14 Martin Liska <mliska@suse.cz>
568
569 Revert:
570 2022-11-09 Martin Liska <mliska@suse.cz>
571
572 * configure.ac: Use new install URL.
573 * configure: Regenerate.
574
5752022-11-14 Martin Liska <mliska@suse.cz>
576
577 Revert:
578 2022-11-10 Arsen Arsenović <arsen@aarsen.me>
579
580 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
581 instead of just ``.''.
582 * doc/gcc_sphinx.py: Moved to...
583 * doc/modules/gcc_sphinx.py: ...here.
584
5852022-11-14 Martin Liska <mliska@suse.cz>
586
587 Revert:
588 2022-11-10 Martin Liska <mliska@suse.cz>
589
590 * doc/baseconf.py: Modernize by using pathlib.
591
5922022-11-14 Martin Liska <mliska@suse.cz>
593
594 Revert:
595 2022-11-11 Martin Liska <mliska@suse.cz>
596
597 * doc/Makefile: Disable -j auto.
598
5992022-11-14 Martin Liska <mliska@suse.cz>
600
601 Revert:
602 2022-11-11 Martin Liska <mliska@suse.cz>
603
604 * doc/Makefile: Update comment.
605
6062022-11-14 Martin Liska <mliska@suse.cz>
607
608 Revert:
609 2022-11-11 Martin Liska <mliska@suse.cz>
610
611 * doc/indices-and-tables.rst: Rename Indexes to Indices.
612
6132022-11-14 Martin Liska <mliska@suse.cz>
614
615 Revert:
616 2022-11-13 Martin Liska <mliska@suse.cz>
617
618 PR web/107643
619 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
620 is set.
621 * doc/indices-and-tables.rst: Use include_todo tag.
622
6232022-11-14 Martin Liska <mliska@suse.cz>
624
625 Revert:
626 2022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
627
628 * doc/contrib.rst: Update Jeff Law's email address.
629
eefbfbc7
GA
6302022-11-13 Philipp Tomsich <philipp.tomsich@vrull.eu>
631
632 * doc/contrib.rst: Update Jeff Law's email address.
633
6342022-11-13 Martin Liska <mliska@suse.cz>
635
636 PR web/107643
637 * doc/baseconf.py: Set include_todo tag if INCLUDE_TODO env
638 is set.
639 * doc/indices-and-tables.rst: Use include_todo tag.
640
5b6ce16a
GA
6412022-11-11 Martin Liska <mliska@suse.cz>
642
643 * doc/indices-and-tables.rst: Rename Indexes to Indices.
644
6452022-11-11 Martin Liska <mliska@suse.cz>
646
647 * doc/Makefile: Update comment.
648
6492022-11-11 Martin Liska <mliska@suse.cz>
650
651 * doc/Makefile: Disable -j auto.
652
f225b813
GA
6532022-11-10 Martin Liska <mliska@suse.cz>
654
655 * doc/baseconf.py: Modernize by using pathlib.
656
6572022-11-10 Arsen Arsenović <arsen@aarsen.me>
658
659 * doc/baseconf.py: Inject dirname(__file__)/'modules' to path
660 instead of just ``.''.
661 * doc/gcc_sphinx.py: Moved to...
662 * doc/modules/gcc_sphinx.py: ...here.
663
1cdfd0e5
GA
6642022-11-09 Martin Liska <mliska@suse.cz>
665
666 * configure.ac: Use new install URL.
667 * configure: Regenerate.
668
6692022-11-09 Martin Liska <mliska@suse.cz>
670
671 * doc/bsd.rst:
3d3b561f 672 Add trailing newline.
1cdfd0e5 673 * doc/contrib.rst:
3d3b561f 674 Add trailing newline.
1cdfd0e5 675 * doc/contribute.rst:
3d3b561f 676 Add trailing newline.
1cdfd0e5 677 * doc/cppdiropts.rst:
3d3b561f 678 Add trailing newline.
1cdfd0e5 679 * doc/cppenv.rst:
3d3b561f 680 Add trailing newline.
1cdfd0e5 681 * doc/cppopts.rst:
3d3b561f 682 Add trailing newline.
1cdfd0e5 683 * doc/cppwarnopts.rst:
3d3b561f 684 Add trailing newline.
1cdfd0e5 685 * doc/funding.rst:
3d3b561f 686 Add trailing newline.
1cdfd0e5 687 * doc/gnu.rst:
3d3b561f 688 Add trailing newline.
1cdfd0e5 689 * doc/gnu_free_documentation_license.rst:
3d3b561f 690 Add trailing newline.
1cdfd0e5 691 * doc/gpl-3.0.rst:
3d3b561f 692 Add trailing newline.
1cdfd0e5 693 * doc/indices-and-tables.rst:
3d3b561f 694 Add trailing newline.
1cdfd0e5 695 * doc/lgpl-2.1.rst:
3d3b561f 696 Add trailing newline.
1cdfd0e5 697 * doc/md.rst:
3d3b561f 698 Add trailing newline.
1cdfd0e5
GA
699
7002022-11-09 Martin Liska <mliska@suse.cz>
701
702 * doc/baseconf.py: Simplify BUGURL and VERSION_PACKAGE,
703 provide a default.
704
7052022-11-09 Martin Liska <mliska@suse.cz>
706
707 * configure: Regenerate.
708 * configure.ac: Support Sphinx based documentation.
709
7102022-11-09 Martin Liska <mliska@suse.cz>
711
712 * doc/baseconf.py: Port to GCC sources.
713
7142022-11-09 Martin Liska <mliska@suse.cz>
715
716 * doc/Makefile: New file.
717 * doc/_static/custom.css: New file.
718 * doc/baseconf.py: New file.
719 * doc/bsd.rst: New file.
720 * doc/contrib.rst: New file.
721 * doc/contribute.rst: New file.
722 * doc/cppdiropts.rst: New file.
723 * doc/cppenv.rst: New file.
724 * doc/cppopts.rst: New file.
725 * doc/cppwarnopts.rst: New file.
726 * doc/favicon.ico: New file.
727 * doc/funding.rst: New file.
728 * doc/gcc_sphinx.py: New file.
729 * doc/gnu.rst: New file.
730 * doc/gnu_free_documentation_license.rst: New file.
731 * doc/gpl-3.0.rst: New file.
732 * doc/indices-and-tables.rst: New file.
733 * doc/lgpl-2.1.rst: New file.
734 * doc/logo.pdf: New file.
735 * doc/logo.svg: New file.
736 * doc/md.rst: New file.
737 * doc/requirements.txt: New file.
738
89d0a14a
JJ
7392022-11-04 Thomas Schwinge <thomas@codesourcery.com>
740
741 * Makefile.def: Remove module 'liboffloadmic'.
742 * Makefile.in: Regenerate.
743 * configure.ac: Remove 'liboffloadmic' handling.
744 * configure: Regenerate.
745
9a8b868d
GA
7462022-10-31 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
747
748 * MAINTAINERS: Update email address.
749
10439719
GA
7502022-10-21 Дилян Палаузов <dilyan.palauzov@aegee.org>
751
752 * configure.ac: Don't configure readline if --with-system-readline is
753 used.
754 * configure: Re-generate.
755
781f477a
GA
7562022-10-12 Cui,Lili <lili.cui@intel.com>
757
758 * MAINTAINERS (Write After Approval): Add myself.
759
ab332cd7
GA
7602022-10-11 Olivier Hainque <hainque@adacore.com>
761
762 * libtool.m4 (*vxworks*): When enable_shared, set dynamic_linker
763 and friends for rtp !large. Assume the linker has the required
764 abilities and set lt_cv_deplibs_check_method.
765
3a221b73
GA
7662022-09-30 Olivier Hainque <hainque@adacore.com>
767
768 * configure.ac (*vxworks*): If enable_shared is not
769 set, set to "no" and add --disable-shared to target and
770 host_configargs.
771 * configure: Regenerate.
772
220c4d8e
GA
7732022-09-26 Jeff Law <jlaw@ventanamicro.com>
774
775 * MAINTAINERS: Update my email address and DCO entry.
776
4afaeaab
GA
7772022-09-23 Paul-Antoine Arras <pa@codesourcery.com>
778
779 * MAINTAINERS (Write After Approval): Add myself.
780
d0fc05e8
GA
7812022-09-15 Torbjörn SVENSSON <torbjorn.svensson@foss.st.com>
782
783 * MAINTAINERS (Write After Approval): Add myself.
784
fe2a8ce9
GA
7852022-09-07 Jeff Law <jeffreyalaw@gmail.com>
786
787 * MAINTAINERS: Update my email address.
788
7892022-09-07 Tom de Vries <tdevries@suse.de>
790
791 * configure.ac: Set extra_host_libiberty_configure_flags and
792 extra_host_zlib_configure_flags in separate case statements.
793 * configure: Regenerate.
794
25aeb922
GA
7952022-09-06 Xianmiao Qu <cooper.qu@linux.alibaba.com>
796
797 * MAINTAINERS: Update c-sky port maintainers' emails.
798
542c60c4
GA
7992022-08-31 Martin Liska <mliska@suse.cz>
800
801 * configure: Regenerate.
802 * configure.ac: Delete hpux9 and hpux10.
803
30afe5e7
GA
8042022-08-18 Sergei Trofimovich <siarheit@google.com>
805
806 * Makefile.def: Drop libelf module and gcc-configure dependency
807 on it.
808 * Makefile.in: Regenerate with 'autogen Makefile.def'.
809 * Makefile.tpl (HOST_EXPORTS): Drop unused LIBELFLIBS and
810 LIBELFINC.
811 * configure: Regenrate.
812 * configure.ac (host_libs): Drop unused libelf.
813
8142022-08-18 Sergei Trofimovich <siarheit@google.com>
815
816 * Makefile.in: Regenerate.
817
4ad52740
GA
8182022-08-04 Eugene Rozenfeld <erozen@microsoft.com>
819
820 * MAINTAINERS: Add myself as AutoFDO maintainer.
821
32510382
GA
8222022-08-01 Roger Sayle <roger@nextmovesoftware.com>
823 Arnaud Charlet <charlet@adacore.com>
824
825 * configure: Regenerate.
826
4a7274dd
GA
8272022-07-31 Roger Sayle <roger@nextmovesoftware.com>
828
829 PR bootstrap/106472
830 * Makefile.def (dependencies): Make configure-target-libgo depend
831 upon all-target-libbacktrace.
832
1e2c5f4c
GA
8332022-07-27 David Faust <david.faust@oracle.com>
834
835 * MAINTAINERS: Add myself as reviewer for CTF and BTF.
836
8372022-07-27 Richard Biener <rguenther@suse.de>
838
839 * MAINTAINERS (Roger Sayle): Update e-mail address.
840
bbb9c030
GA
8412022-07-21 Sam Feifer <sfeifer@redhat.com>
842
843 * MAINTAINERS (Write After Approval): Add myself.
844
8452022-07-21 Marc Poulhiès <poulhies@adacore.com>
846
847 * MAINTAINERS: Add myself as Ada front end co-maintainer.
848
7c0c10db
GA
8492022-07-19 Alexander Monakov <amonakov@ispras.ru>
850
851 * .gitignore: Do not ignore config.h.
852
bdc7b765
GA
8532022-07-15 Andrew Carlotti <andrew.carlotti@arm.com>
854
855 * MAINTAINERS: Add myself to Write After Approval.
856
8467574d
GA
8572022-07-04 Martin Liska <mliska@suse.cz>
858
859 * MAINTAINERS: fix sorting of names
860
3731dd0b
GA
8612022-07-03 Immad Mir <mirimmad17@gmail.com>
862
863 * MAINTAINERS: add myself.
864
8652022-07-03 Immad Mir <mirimmad17@gmail.com>
866
867 * MAINTAINERS: Add myself to write after approval and DCO.
868
20f0f305
GA
8692022-07-02 Tim Lange <mail@tim-lange.me>
870
871 * MAINTAINERS: Add myself.
872
ed974488
GA
8732022-07-01 Haochen Jiang <haochen.jiang@intel.com>
874
875 * MAINTAINERS (Write After Approval): Add myself.
876
976196b3
GA
8772022-06-30 Cui,Lili <lili.cui@intel.com>
878
879 Revert:
880 2022-06-30 Cui,Lili <lili.cui@intel.com>
881
882 * MAINTAINERS (Write After Approval): Add myself.
883
8842022-06-30 Cui,Lili <lili.cui@intel.com>
885
886 * MAINTAINERS (Write After Approval): Add myself.
887
fb29fdea
GA
8882022-06-28 Alexandre Oliva <oliva@adacore.com>
889
890 * Makefile.tpl (HOST_EXPORTS): Add TFLAGS to GCC_FOR_TARGET.
891 (EXTRA_GCC_FLAGS): Likewise.
892 * Makefile.in: Rebuilt.
893
8942022-06-28 konglin1 <lingling.kong@intel.com>
895
896 * MAINTAINERS (Write After Approval): Add myself.
897
9d3dd218
GA
8982022-06-27 Tom de Vries <tdevries@suse.de>
899
900 * configure.ac: Build libiberty pic variant for gdbserver.
901 * configure: Regenerate.
902
b2b72757
GA
9032022-06-26 Iain Sandoe <iain@sandoe.co.uk>
904
905 * configure: Regenerate.
906 * configure.ac: Correct use of $host.
907
87509781
GA
9082022-06-25 Jeff Law <jeffreyalaw@gmail.com>
909
910 * MAINTAINERS: Remove tilegx and tilepro entries.
911 * configure.ac: Remove tilegx and tilepro stanzas.
912 * configure: Rebuilt.
913
37b3b5da
GA
9142022-05-28 Bruce Korb <bkorb@gnu.org>
915
916 * .gitignore: Ignore vim swap files
917
9df4ffe4
GA
9182022-05-13 Surya Kumari Jangala <jskumari@linux.ibm.com>
919
920 * MAINTAINERS: Add myself to write after approval.
921
d0d513b5
GA
9222022-05-11 Kewen Lin <linkw@linux.ibm.com>
923
924 * MAINTAINERS: Remove myself from DCO section.
925
bd022ff9
GA
9262022-05-09 Xi Ruoyao <xry111@xry111.site>
927
928 * MAINTAINERS: Update my email address.
929
9302022-05-09 Clément Chigot <chigot@adacore.com>
931
932 * MAINTAINERS: Update my email address.
933
ab869e7f
GA
9342022-05-05 Kewen Lin <linkw@linux.ibm.com>
935
936 * MAINTAINERS: Add myself as PowerPC port co-maintainer and to DCO
937 section.
938
d1d57187
GA
9392022-04-19 Richard Henderson <rth@gcc.gnu.org>
940
941 * MAINTAINERS: Update my email address.
942
8af4270d
GA
9432022-04-01 Qian Jianhua <qianjh@fujitsu.com>
944
945 * MAINTAINERS: Update my email address.
946
9f774626
GA
9472022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
948
949 * MAINTAINERS: (CPU Port Maintainers): Add myself and
950 Lulu as LoongArch port maintainer.
951
9522022-03-29 Chenghua Xu <xuchenghua@loongson.cn>
953 Lulu Cheng <chenglulu@loongson.cn>
954
955 * configure.ac: Add LoongArch tuples.
956 * configure: Regenerate.
957
aab0127d
GA
9582022-03-28 Tom Tromey <tromey@adacore.com>
959
960 * configure.ac: Remove --with-mpfr-dir and --with-gmp-dir.
961 * configure: Rebuild.
962
6fc4a993
GA
9632022-03-24 Bill Schmidt <bill.schmidt@gmail.com>
964
965 * MAINTAINERS: Change my information.
966
9fc8f278
GA
9672022-03-16 Chung-Ju Wu <jasonwucj@gmail.com>
968
969 * MAINTAINERS: Add myself to DCO section.
970
510613e7
GA
9712022-03-14 Jonathan Wakely <jwakely@redhat.com>
972
973 * configure.ac: Fix incorrect option in comment.
974 * configure: Regenerate.
975
8cc4f9cd
GA
9762022-03-09 Hans-Peter Nilsson <hp@axis.com>
977
978 * Makefile.def (dependencies): Make configure-sim depend on
979 all-readline.
980 * Makefile.in: Regenerate.
981
2cfb33fc
GA
9822022-02-22 Christophe Lyon <christophe.lyon@foss.st.com>
983
984 * MAINTAINERS (Write After Approval): Update my e-mail address.
985
2a2fda2d
GA
9862022-02-08 Ulrich Weigand <ulrich.weigand@de.ibm.com>
987
988 * MAINTAINERS: Remove Hartmut Penner as s390 maintainer.
989
1bb52662
GA
9902022-01-31 Ed Smith-Rowland <esmithrowland@gmail.com>
991
992 * MAINTAINERS: Update my email and add myself to the DCO list.
993
e0b8716f
GA
9942022-01-25 Thomas Schwinge <thomas@codesourcery.com>
995
996 Revert:
997 2021-09-16 Andrew Pinski <apinski@marvell.com>
998
999 PR bootstrap/67102
1000 * Makefile.def: Have configure-target-libffi depend on
1001 all-target-libstdc++-v3.
1002 * Makefile.in: Regenerate.
1003
d43be9dc
GA
10042022-01-22 Jakub Jelinek <jakub@redhat.com>
1005
1006 PR other/104181
1007 * build.log: Remove.
1008
5fa55d55
GA
10092022-01-20 Martin Liska <mliska@suse.cz>
1010
1011 * MAINTAINERS: Adjust email address based on IRC request.
1012
7a761ae6
GA
10132022-01-18 Xionghu Luo <luoxhu@linux.ibm.com>
1014
1015 * MAINTAINERS: Update my email address.
1016
fc829782
GA
10172022-01-17 Martin Liska <mliska@suse.cz>
1018
1019 * MAINTAINERS: Rename .c names to .cc.
1020
ad3f0d08
GA
10212022-01-13 Jakub Jelinek <jakub@redhat.com>
1022
1023 * Makefile.am: Remove.
1024
01a254e3
GA
10252022-01-11 Thomas Koenig <tkoenig@gcc.gnu.org>
1026
1027 * Makefile.am: New file.
1028
10292022-01-11 Martin Liska <mliska@suse.cz>
1030
1031 * MAINTAINERS: Sort 2 names.
1032
d9450aa0
GA
10332022-01-10 Martin Liska <mliska@suse.cz>
1034
1035 * MAINTAINERS: Fix obvious issues with sorting.
1036
55e96bf9
GA
10372022-01-07 liuhongt <hongtao.liu@intel.com>
1038
1039 * build.log: New file.
1040
0fbefa25
GA
10412022-01-05 Nathan Sidwell <nathan@acm.org>
1042
1043 * MAINTAINERS: Add DCO entry. Sort that list.
1044
7d11b64b
GA
10452022-01-04 Gaius Mulley <gaiusmod2@gmail.com>
1046
1047 * MAINTAINERS: Change of email address in both DCO and
1048 Write After Approval list.
1049
aa17859b
GA
10502021-12-21 Iain Buclaw <ibuclaw@gdcproject.org>
1051
1052 * configure: Regenerate.
1053
10542021-12-21 Martin Liska <mliska@suse.cz>
1055
1056 * config.sub: Change mode back to 755.
1057
2554e2da
GA
10582021-12-17 Martin Liska <mliska@suse.cz>
1059
1060 * config.sub: Sync from master.
1061
10622021-12-17 Martin Liska <mliska@suse.cz>
1063
1064 Revert:
1065 2021-12-16 Matthias Seidel <mseidel@apache.org>
1066
1067 * config.sub: Fix typo.
1068
774269aa
GA
10692021-12-16 Matthias Seidel <mseidel@apache.org>
1070
1071 * config.sub: Fix typo.
1072
10732021-12-16 H.J. Lu <hjl.tools@gmail.com>
1074
1075 Revert:
1076 2021-12-15 H.J. Lu <hjl.tools@gmail.com>
1077
1078 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1079 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1080 * configure.ac: Include config/gcc-plugin.m4.
1081 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1082 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1083 RANLIB if possible.
1084 * Makefile.in: Regenerated.
1085 * configure: Likewise.
1086
8a89c39b
GA
10872021-12-15 H.J. Lu <hjl.tools@gmail.com>
1088
1089 * Makefile.tpl (BUILD_CFLAGS): New.
1090 (CFLAGS): Append $(BUILD_CFLAGS).
1091 (CXXFLAGS): Likewise.
1092 (PGO_BUILD_GEN_FLAGS_TO_PASS): New.
1093 (PGO_BUILD_TRAINING_CFLAGS): Likewise.
1094 (PGO_BUILD_TRAINING_CXXFLAGS): Likewise.
1095 (PGO_BUILD_TRAINING_FLAGS_TO_PASS): Likewise.
1096 (PGO_BUILD_TRAINING_MFLAGS): Likewise.
1097 (PGO_BUILD_USE_FLAGS_TO_PASS): Likewise.
1098 (PGO-TRAINING-TARGETS): Likewise.
1099 (PGO_BUILD_TRAINING): Likewise.
1100 (all): Add '+' to the command line for recursive make. Support
1101 the PGO build.
1102 * configure.ac: Add --enable-pgo-build[=lto].
1103 AC_SUBST PGO_BUILD_GEN_CFLAGS, PGO_BUILD_USE_CFLAGS and
1104 PGO_BUILD_LTO_CFLAGS. Enable the PGO build in Makefile.
1105 * Makefile.in: Regenerated.
1106 * configure: Likewise.
1107
11082021-12-15 H.J. Lu <hjl.tools@gmail.com>
1109
1110 * Makefile.tpl (AR): Add @AR_PLUGIN_OPTION@
1111 (RANLIB): Add @RANLIB_PLUGIN_OPTION@.
1112 * configure.ac: Include config/gcc-plugin.m4.
1113 AC_SUBST AR_PLUGIN_OPTION and RANLIB_PLUGIN_OPTION.
1114 * libtool.m4 (_LT_CMD_OLD_ARCHIVE): Pass --plugin to AR and
1115 RANLIB if possible.
1116 * Makefile.in: Regenerated.
1117 * configure: Likewise.
1118
9c6586bc
GA
11192021-12-14 Marc Poulhiès <poulhies@adacore.com>
1120
1121 * MAINTAINERS: Add myself to write after approval.
1122
3a580f96
GA
11232021-12-06 Navid Rahimi <navidrahimi@microsoft.com>
1124
1125 * MAINTAINERS: Adding myself.
1126
ea6ef320
GA
11272021-12-02 Pekka Seppänen <pexu@gcc.mail.kapsi.fi>
1128
1129 * configure: Regenerate.
1130 * configure.ac: For CPP_FOR_BUILD use $(CC_FOR_BUILD) -E instead of
1131 $(CPP).
1132
c177e806
GA
11332021-11-30 Iain Buclaw <ibuclaw@gdcproject.org>
1134
1135 * Makefile.def: Add bootstrap to libbacktrace, libphobos, zlib, and
1136 libatomic.
1137 * Makefile.in: Regenerate.
1138 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Fix command for GDC.
1139 (STAGE1_CONFIGURE_FLAGS): Add --with-libphobos-druntime-only if
1140 target-libphobos-bootstrap.
1141 (STAGE2_CONFIGURE_FLAGS): Likewise.
1142 * configure: Regenerate.
1143 * configure.ac: Add support for bootstrapping D front-end.
1144
6b1695f4
GA
11452021-11-16 Martin Uecker <uecker@gcc.gnu.org>
1146
1147 * MAINTAINERS: Add myself to DCO section and update email address.
1148
11492021-11-16 Iain Sandoe <iain@sandoe.co.uk>
1150
1151 * configure: Regenerate.
1152 * configure.ac: Ensure that PIC (shared) defaults are set
1153 correctly for Darwin.
1154
11552021-11-16 Jim Wilson <jim.wilson.gcc@gmail.com>
1156
1157 * MAINTAINERS: Update my address.
1158
af2852b9
GA
11592021-11-12 Alan Modra <amodra@gmail.com>
1160
1161 * Makefile.def (configure-opcodes): Depend on configure-bfd.
1162 * Makefile.in: Regenerate.
1163
18ae471f
GA
11642021-11-03 Maciej W. Rozycki <macro@embecosm.com>
1165
1166 * MAINTAINERS: Clarify the policy WRT the Write After Approval
1167 list.
1168
b4df2dd3
GA
11692021-11-02 Andrew Burgess <andrew.burgess@embecosm.com>
1170
1171 * MAINTAINERS (Reviewers, arc): Remove my entry.
1172 (Write After Approval): Add an entry for myself.
1173
2322c8b1
GA
11742021-10-28 Richard Purdie <richard.purdie@linuxfoundation.org>
1175
1176 * Makefile.tpl: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1177 * Makefile.in: Regenerate.
1178 * configure: Regenerate.
1179 * configure.ac: Add CPP_FOR_BUILD and CPPFLAGS_FOR_BUILD support
1180
3ff5b4ed
GA
11812021-10-26 Jeff Law <jeffreyalaw@gmail.com>
1182
1183 * MAINTAINERS: Fix up Maciej's entries.
1184
11852021-10-26 Maciej W. Rozycki <macro@embecosm.com>
1186
1187 * MAINTAINERS (CPU Port Maintainers): Add myself as a VAX port
1188 maintainer.
1189
c2bd5d8a
GA
11902021-10-22 Eric Gallager <egallager@gcc.gnu.org>
1191
1192 PR other/102663
1193 * Makefile.def: Handle install-dvi target.
1194 * Makefile.tpl: Likewise.
1195 * Makefile.in: Regenerate.
1196
19472fc3
GA
11972021-10-19 Clément Chigot <clement.chigot@atos.net>
1198
1199 * MAINTAINERS: Add myself for write after approval.
1200
52055987
GA
12012021-10-12 Eric Gallager <egallager@gcc.gnu.org>
1202
1203 * Makefile.def: Mark libcody, libdecnumber,
1204 c++tools, libgcc, and libobjc as missing TAGS
1205 targets.
1206 * Makefile.in: Regenerate.
1207
50e20ee6
GA
12082021-10-07 Siddhesh Poyarekar <siddhesh@gotplt.org>
1209
1210 * MAINTAINERS: Add myself to DCO section and update email
1211 address.
1212
d238146e
GA
12132021-09-29 Jonathan Wakely <jwakely@redhat.com>
1214
1215 * MAINTAINERS: Add myself to DCO section.
1216
fd133479
GA
12172021-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
1218
1219 * configure: Regenerate.
1220 * configure.ac (skipdirs): Add the contents of target_configdirs if
1221 we are not building gcc.
1222
9a4293ed
GA
12232021-09-24 Andrew Burgess <andrew.burgess@embecosm.com>
1224
1225 * Makefile.def: Back-port commits ba4d88ad892f and
1226 755ba58ebef0 from binutils-gdb repository.
1227 * Makefile.in: Regenerated.
1228
62498024
GA
12292021-09-20 Harald Anlauf <anlauf@gmx.de>
1230
1231 * MAINTAINERS (Reviewers): Add myself as Fortran reviewer.
1232
0a4cb439
GA
12332021-09-17 Iain Sandoe <iain@sandoe.co.uk>
1234
1235 * Makefile.def: Add a jit check target for the jit
1236 language.
1237 * Makefile.in: Regenerate.
1238
e19570d3
GA
12392021-09-16 Andrew Pinski <apinski@marvell.com>
1240
1241 PR bootstrap/67102
1242 * Makefile.def: Have configure-target-libffi depend on
1243 all-target-libstdc++-v3.
1244 * Makefile.in: Regenerate.
1245
a26206ec
GA
12462021-09-10 Petter Tomner <tomner@kth.se>
1247
1248 * MAINTAINERS: Me added to DCO and write after approval
1249
e11c6046
GA
12502021-09-01 YunQiang Su <syq@debian.org>
1251
1252 * MAINTAINERS: Add myself for write after approval.
1253
6d51ee43
GA
12542021-08-31 Andrew Burgess <andrew.burgess@embecosm.com>
1255
1256 * Makefile.def: Add all-gdb dependency on all-libbacktrace.
1257 * Makefile.in: Regenerate.
1258
4be4fa4e
GA
12592021-08-21 Dragan Mladjenovic <Dragan.Mladjenovic@syrmia.com>
1260
1261 * MAINTAINERS: Add myself for write after approval.
1262
6e529985
GA
12632021-08-18 Iain Sandoe <iain@sandoe.co.uk>
1264
1265 * Makefile.in: Regenerate.
1266 * Makefile.tpl: Make the state of the configured host
1267 shared flag available to makefile fragements.
1268
37768150
GA
12692021-08-09 Hongyu Wang <hongyu.wang@intel.com>
1270
1271 * MAINTAINERS (Write After Approval): Add myself.
1272
92d45509
GA
12732021-07-20 Richard Earnshaw <rearnsha@arm.com>
1274
1275 * .dir-locals.el (bug-reference-url-format): Use https.
1276
12772021-07-20 Richard Earnshaw <rearnsha@arm.com>
1278
1279 * .dir-locals.el (c-mode): Change fill-column to 79.
1280
d97d71a1
GA
12812021-07-15 Trevor Saunders <tbsaunde@tbsaunde.org>
1282
1283 * MAINTAINERS: Add myself to DCO section.
1284
ef2ace64
GA
12852021-07-09 Iain Sandoe <iain@sandoe.co.uk>
1286
1287 * configure: Regenerate.
1288 * configure.ac: Adjust cases for which it is necessary to
1289 include the Darwin host config fragment.
1290
6fba0eea
GA
12912021-07-06 Gaius Mulley <gaius.mulley@southwales.ac.uk>
1292
1293 * MAINTAINERS: Add myself for write after approval and DCO.
1294
6d53e6f9
GA
12952021-07-05 Iain Sandoe <iain@sandoe.co.uk>
1296
1297 * Makefile.def: Add dsymutil defs.
1298 * Makefile.in: Regenerated.
1299 * Makefile.tpl: Add dsymutil to flags.
1300 * configure: Regenerated.
1301 * configure.ac: Add dsymutil to target and build recipes.
1302
bea7c16a
GA
13032021-07-01 Ankur Saini <arsenic@sourceware.org>
1304
1305 * MAINTAINERS: Add myself for write after approval.
1306
25b6bfea
GA
13072021-06-30 Xi Ruoyao <xry111@mengyan1223.wang>
1308
1309 * MAINTAINERS (Write After Approval): Add myself.
1310
90708f87
GA
13112021-06-25 Matthias Kretz <m.kretz@gsi.de>
1312
1313 * MAINTAINERS: Add myself for write after approval and DCO
1314
9aa8327e
GA
13152021-06-24 prathamesh.kulkarni <prathamesh.kulkarni@linaro.org>
1316
1317 * .gitignore: Add entry for cscope.out.
1318
419af06a
GA
13192021-06-22 liuhongt <hongtao.liu@intel.com>
1320
1321 * MAINTAINERS: Remove my Write After Approval entry.
1322
2f080224
GA
13232021-06-21 liuhongt <hongtao.liu@intel.com>
1324
1325 * MAINTAINERS: Add myself as maintainer of the i386 vector
1326 extensions.
1327
c5581d48
GA
13282021-06-18 Antoni Boucher <bouanto@zoho.com>
1329
1330 * MAINTAINERS (Write After Approval): Add myself.
1331
688359a2
GA
13322021-06-17 Aldy Hernandez <aldyh@redhat.com>
1333
1334 * MAINTAINERS (Various Maintainers): Add Andrew and myself
1335 as *vrp and ranger maintainers.
1336
28c62475
GA
13372021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1338
1339 * MAINTAINERS: Adjust my entry in the DCO section so that it does
1340 not trigger testsuite failures.
1341
13422021-06-05 Jeff Law <jeffreyalaw@gmail.com>
1343
1344 * MAINTAINERS: Add myself to DCO section with both email addresses.
1345
440c8a0a
GA
13462021-06-03 Jason Merrill <jason@redhat.com>
1347
1348 * MAINTAINERS: Add DCO version number.
1349
9663c744
GA
13502021-06-02 Jason Merrill <jason@redhat.com>
1351
1352 * MAINTAINERS: Add DCO section.
1353
ee682192
GA
13542021-05-31 Indu Bhagat <indu.bhagat@oracle.com>
1355
1356 * MAINTAINERS (Write After Approval): Add myself.
1357
1a87f838
GA
13582021-05-29 Mike Frysinger <vapier@gentoo.org>
1359
1360 * configure.ac: Add gnulib to configdirs for sim.
1361 * configure: Regenerate.
1362
a8daf9a1
GA
13632021-05-18 Mike Frysinger <vapier@gentoo.org>
1364
1365 * Makefile.def: Add configure-sim dependency on all-gnulib.
1366 * Makefile.in: Regenerated.
1367
a7ffc1ef
GA
13682021-05-17 Serge Belyshev <belyshev@depni.sinp.msu.ru>
1369
1370 * MAINTAINERS (Write After Approval): Add myself.
1371
0ff3a0f2
GA
13722021-05-12 Marcel Vollweiler <marcel@codesourcery.com>
1373
1374 * MAINTAINERS (Write After Approval): Add myself.
1375
037e3661
GA
13762021-05-11 Martin Liska <mliska@suse.cz>
1377
1378 * MAINTAINERS: Remove entries for removed
1379 components (HSA, BRIG, libhsail-rt).
1380 Move Pekka to Write After Approval.
1381
13822021-05-11 Martin Liska <mliska@suse.cz>
1383
1384 * Makefile.def: Remove libhsail-rt.
1385 * Makefile.in: Likewise.
1386 * configure.ac: Likewise.
1387 * configure: Regenerate.
1388 * libhsail-rt/ChangeLog: Removed.
1389 * libhsail-rt/Makefile.am: Removed.
1390 * libhsail-rt/Makefile.in: Removed.
1391 * libhsail-rt/README: Removed.
1392 * libhsail-rt/aclocal.m4: Removed.
1393 * libhsail-rt/configure: Removed.
1394 * libhsail-rt/configure.ac: Removed.
1395 * libhsail-rt/configure.tgt: Removed.
1396 * libhsail-rt/include/internal/fibers.h: Removed.
1397 * libhsail-rt/include/internal/phsa-queue-interface.h: Removed.
1398 * libhsail-rt/include/internal/phsa-rt.h: Removed.
1399 * libhsail-rt/include/internal/workitems.h: Removed.
1400 * libhsail-rt/rt/arithmetic.c: Removed.
1401 * libhsail-rt/rt/atomics.c: Removed.
1402 * libhsail-rt/rt/bitstring.c: Removed.
1403 * libhsail-rt/rt/fbarrier.c: Removed.
1404 * libhsail-rt/rt/fibers.c: Removed.
1405 * libhsail-rt/rt/fp16.c: Removed.
1406 * libhsail-rt/rt/misc.c: Removed.
1407 * libhsail-rt/rt/multimedia.c: Removed.
1408 * libhsail-rt/rt/queue.c: Removed.
1409 * libhsail-rt/rt/sat_arithmetic.c: Removed.
1410 * libhsail-rt/rt/segment.c: Removed.
1411 * libhsail-rt/rt/workitems.c: Removed.
1412 * libhsail-rt/target-config.h.in: Removed.
1413
99e8df7a
GA
14142021-05-04 Nick Clifton <nickc@redhat.com>
1415
1416 * configure.ac (AC_PROG_CC): Replace with AC_PROG_CC_C99.
1417 * configure: Regenerate.
1418
e4ff4ffb
GA
14192021-04-28 Jakub Jelinek <jakub@redhat.com>
1420 Tobias Burnus <tobias@codesourcery.com>
1421
1422 * configure.ac (--enable-offload-defaulted): New.
1423 * configure: Regenerate.
1424
05ec629f
GA
14252021-04-23 David Faust <david.faust@oracle.com>
1426
1427 * MAINTAINERS (Write After Approval): Add myself.
1428
a0ecde22
GA
14292021-04-11 Hafiz Abid Qadeer <abidh@codesourcery.com>
1430
1431 * MAINTAINERS (Write After Approval): Add myself.
1432
651684b4
GA
14332021-03-26 Dimitar Dimitrov <dimitar@dinux.eu>
1434
1435 * MAINTAINERS: Add myself as pru port maintainer.
1436
bf1f3168
GA
14372021-03-23 David Malcolm <dmalcolm@redhat.com>
1438
1439 * MAINTAINERS: Add myself as static analyzer maintainer.
1440
287e3e84
GA
14412021-03-18 Jeff Law <jlaw@tachyum.com>
1442
1443 * MAINTAINERS: Update primary entry.
1444
5e93c2f0
GA
14452021-03-13 Eugene Rozenfeld <erozen@microsoft.com>
1446
1447 * MAINTAINERS (Write After Approval): Add myself.
1448
14492021-03-13 Mike Frysinger <vapier@gentoo.org>
1450
1451 * Makefile.def: Remove all-sim dependency on configure-gdb.
1452 * Makefile.in: Regenerated.
1453
48ff383f
GA
14542021-03-11 Jeff Law <law@redhat.com>
1455
1456 * MAINTAINERS: Update entries for a few ex-ImgTec employees
1457
14582021-03-11 Martin Liska <mliska@suse.cz>
1459
1460 * Makefile.tpl: The change was done Makefile.in which
1461 is generated file.
1462
6405b40f
GA
14632021-03-08 Jeff Law <law@redhat.com>
1464
1465 * MAINTAINERS: Update my email address
1466
71e24b06
GA
14672021-02-23 Kito Cheng <kito.cheng@sifive.com>
1468
1469 * config.guess: Import latest upstream.
1470 * config.sub: Import latest upstream.
1471
161e4c08
GA
14722021-01-25 Martin Liska <mliska@suse.cz>
1473
1474 PR gcov-profile/98739
1475 * Makefile.in: Enable -fprofile-reproducible=parallel-runs
1476 for profiledbootstrap.
1477
8502e23d
GA
14782021-01-22 Jonathan Wright <jonathan.wright@arm.com>
1479
1480 * MAINTAINERS (Write After Approval): Add myself.
1481
14822021-01-22 Maciej W. Rozycki <macro@orcam.me.uk>
1483
1484 * MAINTAINERS (Write After Approval): Update my e-mail address.
1485
6851dda2
GA
14862021-01-12 Segher Boessenkool <segher@kernel.crashing.org>
1487
1488 * MAINTAINERS: Fix spacing.
1489
14902021-01-12 Qian Jianhua <qianjh@cn.fujitsu.com>
1491
1492 * MAINTAINERS (Write After Approval): Add myself
1493
942ae5be
GA
14942021-01-06 Nick Alcock <nick.alcock@oracle.com>
1495
1496 * Makefile.def: Sync with binutils-gdb:
1497 (dependencies): all-ld depends on all-libctf.
1498 (host_modules): libctf is no longer no_install.
1499 No longer no_check. Checking depends on all-ld.
1500 * Makefile.in: Regenerated.
1501
651b8a50
GA
15022021-01-05 Samuel Thibault <samuel.thibault@ens-lyon.org>
1503
1504 * libtool.m4: Match gnu* along other GNU systems.
1505 * libgo/config/libtool.m4: Match gnu* along other GNU systems.
1506 * libgo/configure: Re-generate.
1507
7e73f511
GA
15082021-01-04 Philipp Tomsich <philipp.tomsich@vrull.eu>
1509
1510 * MAINTAINERS: Update my email address.
1511
cd69e3d5
GA
15122020-12-17 Marius Hillenbrand <mhillen@linux.ibm.com>
1513
1514 * MAINTAINERS (Write After Approval): Add myself.
1515
6e9d8651
GA
15162020-12-15 Nathan Sidwell <nathan@acm.org>
1517
1518 * Makefile.def
1519 * Makefile.in
1520 * Makefile.tpl
1521 * configure
1522 * configure.ac
1523
15242020-12-15 Nathan Sidwell <nathan@acm.org>
1525
1526 * Makefile.def: Add libcody.
1527 * configure.ac: Add libcody.
1528 * Makefile.in: Regenerated.
1529 * configure: Regenerated.
1530
d52945ce
GA
15312020-12-14 Andrea Corallo <andrea.corallo@arm.com>
1532
1533 * .dir-locals.el (c-mode): Set 'fill-column' to 80 columns.
1534
6e1edf48
GA
15352020-12-05 Iain Sandoe <iain@sandoe.co.uk>
1536
1537 PR target/97865
1538 * libtool.m4: Update handling of Darwin platform link flags
1539 for Darwin20.
1540
11860cf4
GA
15412020-12-02 Simon Marchi <simon.marchi@polymtl.ca>
1542
1543 * .gitignore: Sync with binutils-gdb
1544
15452020-12-02 Claudiu Zissulescu <claziss@gmail.com>
1546
1547 * MAINTAINERS: Add myself as arc port maintainer.
1548
a9625c50
GA
15492020-11-29 Iain Buclaw <ibuclaw@gdcproject.org>
1550
1551 PR d/87788
1552 * configure.ac: Don't disable D for *-*-darwin*.
1553 * configure: Regenerate.
1554
15552020-11-29 John David Anglin <danglin@gcc.gnu.org>
1556
1557 * libtool.m4 (archive_cmds): Add +nodefaultrpath ld option on
1558 hppa64-*-hpux11*.
1559
360258da
GA
15602020-11-25 Matthew Malcomson <matthew.malcomson@arm.com>
1561
1562 * configure: Regenerate.
1563 * configure.ac: Add --bootstrap-hwasan option.
1564
8e6198d0
GA
15652020-11-23 Iain Sandoe <iain@sandoe.co.uk>
1566
1567 * config.guess: Import latest upstream.
1568 * config.sub: Import latest upstream.
1569
29c5d9ce
GA
15702020-11-16 Martin Liska <mliska@suse.cz>
1571
1572 * .gitignore: Add cache as clangd uses it now.
1573
77f67db2
GA
15742020-11-13 Haochen Gui <guihaoc@gcc.gnu.org>
1575
1576 * MAINTAINERS (Write After Approval): add myself
1577
2bee28dd
GA
15782020-11-09 Pat Bernardi <bernardi@adacore.com>
1579
1580 * MAINTAINERS (Write After Approval): Add myself.
1581
15822020-11-09 Jonathan Wakely <jwakely@redhat.com>
1583
1584 * config-ml.in (multi-do, multi-clean): Add @ to silence recipes.
1585 Remove FIXME comments.
1586
44cab2d8
GA
15872020-11-06 Martin Uecker <muecker@gwdg.de>
1588
1589 * MAINTAINERS: Update my email address.
1590
15912020-11-06 Hongtao Liu <hongtao.liu@intel.com>
1592
1593 * MAINTAINERS (Write After Approval): Add myself.
1594
8e97b905
GA
15952020-10-06 Tobias Burnus <tobias@codesourcery.com>
1596
1597 PR target/97302
1598 * configure.ac: Only set with_gmp to /usr/local
1599 if not building in tree.
1600 * configure: Regenerate.
1601
239601c5
GA
16022020-09-18 Omar Tahir <omar.tahir@arm.com>
1603
1604 * MAINTAINERS (Write After Approval): Add myself.
1605
57ea0894
GA
16062020-08-26 Tobias Burnus <tobias@codesourcery.com>
1607
1608 * MAINTAINERS (Various Maintainers): Add myself as OpenACC maintainer.
1609
5b9a3d2a
GA
16102020-08-20 Tobias Burnus <tobias@codesourcery.com>
1611
1612 PR bootstrap/96612
1613 * configure.ac: Run AX_CXX_COMPILE_STDCXX also for ${build} compiler,
1614 if not the same as ${host}.
1615 * configure: Regenerate.
1616
2c4c56c2
GA
16172020-08-16 Sergei Trofimovich <slyfox@gcc.gnu.org>
1618
1619 * MAINTAINERS (Write After Approval): Add myself.
1620
afdd220a
GA
16212020-08-12 Senthil Kumar Selvaraj <saaadhu@gcc.gnu.org>
1622
1623 * MAINTAINERS: Update my email address.
1624
d48cca8f
GA
16252020-07-30 Joe Ramsay <joe.ramsay@arm.com>
1626
1627 * MAINTAINERS (Write After Approval): Add myself.
1628
3ea9abca
GA
16292020-07-22 Przemyslaw Wirkus <przemyslaw.wirkus@arm.com>
1630
1631 * MAINTAINERS (Write After Approval): Add myself.
1632
8e3b453e
GA
16332020-06-12 Martin Liska <mliska@suse.cz>
1634
1635 * .gitignore: Add .clang-tidy.
1636
2c455ae0
GA
16372020-06-08 Jason Merrill <jason@redhat.com>
1638
1639 * configure.ac: Check AX_CXX_COMPILE_STDCXX if not bootstrapping.
1640 * configure: Regenerate.
1641
8f94b078
GA
16422020-06-06 Max Filippov <jcmvbkbc@gmail.com>
1643
1644 * MAINTAINERS: Add myself as xtensa port maintainer.
1645
53ffb43a
GA
16462020-05-28 Nicolas Bértolo <nicolasbertolo@gmail.com>
1647
1648 * configure.ac: Don't require --enable-host-shared when building
1649 for Mingw.
1650 * configure: Regenerate.
1651
5329b59a
JM
16522020-05-18 Jason Merrill <jason@redhat.com>
1653
1654 * configure.ac: Update bootstrap dialect to -std=c++11.
1655
9a4a0a5b
AC
16562020-05-18 Alex Coplan <alex.coplan@arm.com>
1657
1658 * MAINTAINERS (Write After Approval): Add myself.
1659
afa3d80e
TS
16602020-04-29 Thomas Schwinge <thomas@codesourcery.com>
1661
1662 PR target/92713
1663 * configure.ac ["${ENABLE_LIBSTDCXX}" = "default" && amdgcn*-*-*]
1664 (noconfigdirs): Add 'target-libstdc++-v3'.
1665 * configure: Regenerate.
1666
e6cbe965
SC
16672020-04-21 Stephen Casner <casner@acm.org>
1668
1669 PR 25830
1670 * configure.ac (noconfigdirs): Exclude gdb & gprof for pdp11.
1671 * configure: Rebuild.
1672
e9f799d2
ML
16732020-04-17 Martin Liska <mliska@suse.cz>
1674 Jonathan Yong <10walls@gmail.com>
1675
1676 PR gcov-profile/94570
1677 * ltmain.sh: Do not define HAVE_DOS_BASED_FILE_SYSTEM
1678 for CYGWIN.
1679
efd5bd4d
MJ
16802020-04-14 Martin Jambor <mjambor@suse.cz>
1681
1682 * MAINTAINERS (Reviewers): Add myself as callgraph (IPA) reviewer.
1683
f9d09df0
TT
16842020-04-09 Tom Tromey <tom@tromey.com>
1685
1686 * configure: Rebuild.
1687 * Makefile.in: Rebuild.
1688 * Makefile.def (gdbsupport, gdbserver): New host modules.
1689 (configure-gdb): Depend on all-gdbsupport.
1690 (all-gdb): Depend on all-gdbsupport, all-libctf.
1691 * configure.ac (host_tools): Add gdbserver.
1692 Conditionally build gdbserver and gdbsupport.
1693
29b1533a
TB
16942020-03-09 Tobias Burnus <tobias@codesourcery.com>
1695
1696 * configure.ac: Build libgomp by default for amdgcn.
1697 * configure: Regenerate.
1698
7d6b3a78
SP
16992020-03-05 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
1700
1701 * MAINTAINERS (Write After Approval): Add myself.
1702
4707548e
JH
17032020-02-28 Joel Hutton <joel.hutton@arm.com>
1704
1705 * MAINTAINERS (Write After Approval) : Add myself.
1706
6f83ceb8
PD
17072020-02-20 Palmer Dabbelt <palmer@sifive.com>
1708
1709 * MAINTAINERS: Change palmer@sifive.com to palmer@dabbelt.com.
1710
d6ee2e7c
MS
17112020-02-14 Martin Sebor <msebor@redhat.com>
1712
1713 * doc/extend.texi (attribute alias): Mention type requirement.
1714 (attribute weak): Same.
1715 (attribute weakref): Correct invalid example.
1716
e01975f9
SB
17172020-02-03 Segher Boessenkool <segher@kernel.crashing.org>
1718
1719 * doc/md.texi (PowerPC and IBM RS6000): Improve documentation.
1720
affb7b66
JJ
17212020-01-15 Segher Boessenkool <segher@kernel.crashing.org>
1722 Jakub Jelinek <jakub@redhat.com>
1723
1724 * .gitattributes: Add *.md diff=md.
1725
780e19f8
GJL
17262020-01-14 Georg-Johann Lay <avr@gjlay.de>
1727
1728 The mentioned auto-generated file is no more part of the
1729
1730 GCC sources, it's auto-generated in $(builddir) during build.
1731
1732 PR target/92055
1733 * contrib/gcc_update (files_and_dependencies): Remove
1734 entry for gcc/config/avr/t-multilib.
1735
ef4395e5
AS
17362020-01-14 Anatoly Sokolov <aesok@dol.ru>
1737
1738 * MAINTAINERS: Update my email address.
1739
b2b465c5
JM
17402020-01-13 Joseph Myers <joseph@codesourcery.com>
1741
1742 * README.MOVED_TO_GIT: Remove.
1743
cff5a231
JM
17442020-01-11 Joseph Myers <joseph@codesourcery.com>
1745
1746 * README.MOVED_TO_GIT: New file.
1747
b1b72741
DZ
17482020-01-02 Dennis Zhang <dennis.zhang@arm.com>
1749
1750 * MAINTAINERS (Write After Approval): Add myself.
1751
74a7b87a
JL
17522019-12-20 Jerome Lambourg <lambourg@adacore.com>
1753
1754 * MAINTAINERS (write_after_approval): Add myself.
1755
39f8777c
SMW
17562019-12-19 Stam Markianos-Wright <stam.markianos-wright@arm.com>
1757
1758 * MAINTAINERS (write_after_approval): Add myself.
1759
6226f592
MI
17602019-12-17 Mihail Ionescu <mihail.ionescu@arm.com>
1761
1762 * MAINTAINERS (write_after_approval): Add myself.
1763
4f943869
MK
17642019-12-11 Matthias Klose <doko@ubuntu.com>
1765
1766 * configure.ac: Factor out common cases for compare_exclusions.
1767 * configure: Regenerate.
1768
a9046e98
JL
17692019-12-11 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1770
1771 * config-ml.in (msp430-*-*): Support --disable-no-exceptions configure
1772 flag.
1773
53eb0cb3
LH
17742019-12-10 Lewis Hyatt <lhyatt@gmail.com>
1775
a9046e98 1776 * MAINTAINERS (Write After Approval): Add myself.
53eb0cb3 1777
90ca6847
TB
17782019-11-27 Tobias Burnus <tobias@codesourcery.com>
1779
1780 PR middle-end/92463
1781 * configure.ac: Use MPFR_RNDN instead of GMP's MP_RNDN.
1782 * configure: Regenerate
1783
aeebd94c
JB
17842019-11-20 Janne Blomqvist <jb@gcc.gnu.org>
1785
1786 * configure.ac: Use https for gcc.gnu.org.
1787 * configure: Regenerated.
1788
267d7432
JG
17892019-11-19 James Greenhalgh <james.greenhalgh@arm.com>
1790
1791 * MAINTAINERS (aarch64 port): Remove my name, move to...
1792 (Write After Approval): ...Here.
1793
a91eb234
KN
17942019-11-15 Kelvin Nilsen <kelvin@gcc.gnu.org>
1795
1796 * MAINTAINERS: Change my email address as maintainer.
1797
8be34204
JB
17982019-11-11 Janne Blomqvist <jb@gcc.gnu.org>
1799
90ca6847
TB
1800 PR fortran/91828
1801 * configure.ac: Bump minimum MPFR to 3.1.0, recommended to 3.1.6+.
1802 * configure: Regenerated.
8be34204 1803
678a1e99
JM
18042019-10-21 Jason Merrill <jason@redhat.com>
1805
1806 * .gitattributes: Also check ChangeLog whitespace.
1807
aa7710cb
AB
18082019-10-21 Andrew Burgess <andrew.burgess@embecosm.com>
1809
1810 * contrib/dg-extract-results.sh: Add support for KPASS.
1811 * contrib/dg-extract-results.py: Likewise.
1812
6664a5f7
JM
18132019-10-17 Jason Merrill <jason@redhat.com>
1814
1815 * .gitattributes: Avoid {} in filename pattern.
1816
df77d703
TS
18172019-10-08 Thomas Schwinge <thomas@codesourcery.com>
1818
1819 * MAINTAINERS: Add back Trevor Smigiel; move into Write After
1820 Approval section.
1821
4d07a2ec
FH
18222019-10-01 Frederik Harwath <frederik@codesourcery.com>
1823
1824 * MAINTAINERS: Add myself to Write After Approval
1825
5fdd1d33
RS
18262019-09-26 Richard Sandiford <richard.sandiford@arm.com>
1827
1828 * MAINTAINERS: Add myself as an aarch64 maintainer.
1829
16b17446
KT
18302019-09-26 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
1831
1832 * MAINTAINERS: Add myself as aarch64 maintainer.
1833
a8cea25c
CL
18342019-09-23 Carl Love <cel@us.ibm.com>
1835
1836 * config/rs6000/vsx.md (xxswapd_v4si, xxswapd_v8hi, xxswapd_v16qi):
1837 New define_insn.
1838 (vsx_xxpermdi4_le_<mode> for VSX_W, vsx_xxpermdi8_le_V8HI,
1839 vsx_xxpermdi16_le_V16QI): Removed define_insn.
1840
0d1cfeed
ST
18412019-09-13 Sam Tebbs <sam.tebbs@arm.com>
1842
1843 * MAINTAINERS (Sam Tebbs): Update email address.
1844
3d34b7af
TB
18452019-09-10 Tobias Burnus <tobias@codesourcery.com>
1846
1847 * MAINTAINERS: Update my email address.
1848
b1e21e5a
CL
18492019-09-10 Christophe Lyon <christophe.lyon@st.com>
1850
3d34b7af 1851 * libtool.m4: Handle uclinuxfdpiceabi.
b1e21e5a 1852
91dfef96
JM
18532019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1854
1855 * MAINTAINERS: Add myself as the maintainer of the eBPF port.
1856 Remove myself from Write After Approval section.
1857
18582019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1859
1860 * configure.ac: Support for bpf-*-* targets.
1861 * configure: Regenerate.
1862
b7b1f657
JM
18632019-09-09 Jose E. Marchesi <jose.marchesi@oracle.com>
1864
1865 * config.sub: Import upstream version 2019-06-30.
1866 * config.guess: Import upstream version 2019-07-24.
1867
2f2aeda9
UW
18682019-09-03 Ulrich Weigand <uweigand@de.ibm.com>
1869
1870 * MAINTAINERS: Remove spu port maintainers.
1871
91eed5f2
ML
18722019-08-28 Martin Liska <mliska@suse.cz>
1873
1874 * .gitignore: Add .clangd and compile_commands.json
1875 to .gitignore.
1876
d0fc6e9f
MF
18772019-08-23 Michael Forney <mforney@mforney.org>
1878
1879 * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
1880 * Makefile.in: Regenerate.
1881
aac9103b
TT
18822019-08-19 Tom Tromey <tom@tromey.com>
1883
1884 * configure: Rebuild.
1885 * configure.ac: Add --with-static-standard-libraries.
1886
3b5864f4
AO
18872019-08-16 Alexandre Oliva <oliva@gnu.org>
1888
1889 * MAINTAINERS: aoliva from @redhat.com to @gcc.gnu.org.
1890
8fc306e9
ME
18912019-08-13 Mark Eggleston <mark.eggleston@codethink.co.uk>
1892
1893 * MAINTAINERS (Write After Approval): Add myself.
1894
f069f0f2
KC
18952019-07-08 Kito Cheng <kito.cheng@sifive.com>
1896
1897 * MAINTAINERS (Write After Approval): Remove myself, already listed in
1898 RISC-V port maitainer.
1899
9118c5e1
KC
19002019-07-08 Kito Cheng <kito.cheng@sifive.com>
1901
1902 * MAINTAINERS (Write After Approval): Fix the list sorted by surname.
1903
c19713b7
KC
19042019-07-08 Kito Cheng <kito.cheng@sifive.com>
1905
1906 * MAINTAINERS (Write After Approval): Add myself.
1907
e676d704 19082019-07-03 Andrea Corallo <andrea.corallo@arm.com>
e7dbf7f0
AC
1909
1910 * MAINTAINERS (Write After Approval): Add myself.
1911
247b63e3
ML
19122019-06-25 Martin Liska <mliska@suse.cz>
1913
1914 contrib/filter-clang-warnings.py: Transform from
1915 filter-rtags-warnings.py.
1916
98e5be21
TT
19172019-06-15 Tom Tromey <tom@tromey.com>
1918
1919 * configure.ac (host_libs): Add gnulib.
1920 * configure: Rebuild.
1921 * Makefile.def (host_modules, dependencies): Add gnulib.
1922 * Makefile.in: Rebuild.
1923
1ab4217d
DD
19242019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
1925
1926 * MAINTAINERS (Write After Approval): Add myself.
1927
3e209f57 19282019-06-12 Dimitar Dimitrov <dimitar@dinux.eu>
8d2af3a2
DD
1929
1930 * configure: Regenerate.
1931 * configure.ac: Add PRU target.
1932
8b164a4e 19332019-06-11  Matthew Beliveau  <mbelivea@redhat.com>
536b4592
MB
1934
1935 * MAINTAINERS (Write After Approval): Add myself.
1936
de6abd85
NC
19372019-06-11 Nick Clifton <nickc@redhat.com>
1938
1939 Import these changes from the binutils/gdb repository:
1940
1941 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1942
1943 * Makefile.def (dependencies): configure-libctf depends on all-bfd
1944 and all its deps.
1945 * Makefile.in: Regenerated.
1946
1947 2019-05-28 Nick Alcock <nick.alcock@oracle.com>
1948
1949 * Makefile.def (host_modules): Add libctf.
1950 * Makefile.def (dependencies): Likewise.
1951 libctf depends on zlib, libiberty, and bfd.
1952 * Makefile.in: Regenerated.
1953 * configure.ac (host_libs): Add libctf.
1954 * configure: Regenerated.
1955
fb03c52f
VI
19562019-05-20 Vladislav Ivanishin <vlad@ispras.ru>
1957
1958 * MAINTAINERS (Write After Approval): Add myself.
1959
dbd5df2e
PB
19602019-05-19 Peter Bergner <bergner@linux.ibm.com>
1961
1962 * MAINTAINERS: Update my email address.
1963
8ee47828
TR
19642019-05-17 Thomas Rodgers <trodgers@redhat.com>
1965
1966 * MAINTAINERS (Write After Approval): Add myself.
1967
f6b2daaf
JM
19682019-05-16 Jun Ma <junma@linux.alibaba.com>
1969
1970 * MAINTAINERS (Write After Approval): Add myself.
1971
2ed6d245
JW
19722019-05-07 Jim Wilson <jimw@sifive.com>
1973
1974 * MAINTAINERS: Remove myself as IA-64 maintainer.
1975
d1b65077
RI
19762019-05-04 Roland Illig <roland.illig@gmx.de>
1977
1978 * MAINTAINERS (Write After Approval): Add myself.
1979
5fe6af6d
RB
19802019-05-02 Richard Biener <rguenther@suse.de>
1981
1982 PR bootstrap/85574
1983 * Makefile.tpl (compare target): Also compare extra-compare
1984 files.
1985 * Makefile.in: Regenerate.
1986
1e8dac32
RZ
19872019-04-22 Roman Zhuykov <zhroma@ispras.ru>
1988
1989 * MAINTAINERS (Various Maintainers): Remove Ayal Zaks and add myself
1990 as modulo-scheduler maintainer.
1991
42d3fe9a
IS
19922019-04-21 Iain Sandoe <iain@sandoe.co.uk>
1993
1994 * MAINTAINERS: Add myself as co-maintainer for Darwin.
1995
3d52462c
IS
19962019-04-18 Iain Sandoe <iain@sandoe.co.uk>
1997
1998 * MAINTAINERS: Update my email address.
1999
4d024c32
JP
20002019-04-14 Johannes Pfau <johannespfau@gmail.com>
2001
2002 * configure.ac: Remove d from unsupported languages on mingw and cygwin.
2003 * configure: Regenerate.
2004
7d31d331
RO
20052019-04-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2006
2007 * configure.ac (enable_libphobos): Check LIBPHOBOS_SUPPORTED.
2008 * configure: Regenerate.
2009
bb50312e
IB
20102019-04-12 Iain Buclaw <ibuclaw@gdcproject.org>
2011
2012 * configure.ac: Add target-zlib to target_libraries.
2013 * configure: Regenerate.
2014
1c67e69c
ML
20152019-04-09 Martin Liska <mliska@suse.cz>
2016
2017 * Makefile.in: Regenerate.
2018 * Makefile.tpl: Pass GENERATOR_CFLAGS
2019 in all stages.
2020
684f6008
ML
20212019-03-28 Martin Liska <mliska@suse.cz>
2022
2023 PR bootstrap/89829
2024 * Makefile.in: Revert r254150.
2025 * Makefile.tpl: Likewise.
2026
fed156ac
BE
20272019-03-28 Ben Elliston <bje@gnu.org>
2028
2029 * MAINTAINERS (Various Maintainers): Remove myself from dfp.c and
2030 related, and libdecnumber.
2031
d81beb31
AM
20322019-03-15 Alexander Monakov <amonakov@ispras.ru>
2033
2034 * MAINTAINERS (Reviewers): Add myself as selective scheduling reviewer.
2035 (Write After Approval): Remove myself.
2036
35e2f066
AM
20372019-02-27 Alejandro Martinez <alejandro.martinezvicente@arm.com>
2038
5fce606f 2039 * MAINTAINERS (Write After Approval): Add myself.
35e2f066 2040
60f32352
AS
20412019-02-11 Andrew Stubbs <ams@codesourcery.com>
2042
2043 * MAINTAINERS (amdgcn port): Add myself and Julian Brown.
2044 (Write After Approval): Remove myself and Julian.
2045
b4f964c8
HA
20462019-01-26 Harald Anlauf <anlauf@gmx.de>
2047
2048 * MAINTAINERS (Write After Approval): Add myself.
2049
1009e9a2
KCY
20502019-01-25 Kwok Cheung Yeung <kcy@codesourcery.com>
2051
2052 * MAINTAINERS (Write After Approval): Add myself.
2053
275e9ad9
XHL
20542019-01-24 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
2055
62fa42ce
SB
2056 * ChangeLog: Replace space with tab.
2057 * MAINTAINERS: Delete 1 tab to keep alignment.
275e9ad9 2058
8fcc3599
JG
20592019-01-21 Jiufu Guo <guojiufu@linux.ibm.com>
2060
2061 * MAINTAINERS (Write After Approval): Add myself.
2062
9c83c587
LJH
20632019-01-18 Li Jia He <helijia@gcc.gnu.org>
2064
2065 * MAINTAINERS (Write After Approval): Add myself.
2066
7431c1a1
AS
20672019-01-17 Andrew Stubbs <ams@codesourcery.com>
2068 Kwok Cheung Yeung <kcy@codesourcery.com>
2069 Julian Brown <julian@codesourcery.com>
2070 Tom de Vries <tom@codesourcery.com>
2071 Jan Hubicka <hubicka@ucw.cz>
2072 Martin Jambor <mjambor@suse.cz>
2073
2074 * configure.ac: Likewise.
2075 * configure: Regenerate.
2076 * contrib/config-list.mk: Add amdgcn-amdhsa.
2077
0684a816
KL
20782019-01-16 Kewen Lin <linkw@gcc.gnu.org>
2079
2080 * MAINTAINERS (Write After Approval): Add myself.
2081
62fa42ce 20822019-01-16 Xiong Hu Luo <luoxhu@linux.vnet.ibm.com>
9a603611 2083
275e9ad9 2084 * MAINTAINERS (Write After Approval): Add myself.
9a603611 2085
5227609c
RO
20862019-01-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2087
2088 PR target/88535
2089 * config.guess: Import upstream version 2019-01-03.
2090 * config.sub: Import upstream version 2019-01-01.
2091
7c50cefc
TP
20922018-12-21 Thomas Preud'homme <thomas.preudhomme@linaro.org>
2093
2094 * MAINTAINERS (Write After Approval): Update my maintainer address.
2095
ea9a30d0
GB
20962018-12-21 Gergö Barany <gergo@codesourcery.com>
2097
2098 * MAINTAINERS (Write After Approval): Add myself.
2099
23d3e2d5
SB
21002018-12-10 Segher Boessenkool <segher@kernel.crashing.org>
2101
2102 * contrib/config-list.mk: Remove powerpc-eabispe and powerpc-linux_spe.
2103
e4a9a572
IS
21042018-12-05 Iain Sandoe <iain@sandoe.co.uk>
2105
2106 * configure.ac (NCN_STRICT_CHECK_TOOLS): Check otool.
2107 (ACX_CHECK_INSTALLED_TARGET_TOOL): Likewise
2108 (GCC_TARGET_TOOL): Likewise.
2109 * Makefile.tpl (HOST_EXPORTS): Add OTOOL, OTOOL_FOR_TARGET.
2110 (BASE_TARGET_EXPORTS): OTOOL, export OTOOL_FOR_TARGET.
5227609c 2111 OTOOL, OTOOL_FOR_TARGET: New substitutions.
e4a9a572 2112 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS): Add OTOOL.
5227609c 2113 * configure: Regenerate.
e4a9a572
IS
2114 * Makefile.in: Likewise.
2115
f9b4801c
JP
21162018-11-28 Johannes Pfau <johannespfau@gmail.com>
2117
2118 * MAINTAINERS (Write After Approval): Add myself.
2119
7f9414c1
ML
21202018-11-13 Martin Liska <mliska@suse.cz>
2121
2122 * gcc.target/i386/pr87930.c: Move to ...
2123 * gcc.dg/asan/pr87930.c: ... here. Guard for i?86/x86_64 targets.
2124
1dbff00c
SH
21252018-11-10 Stafford Horne <shorne@gmail.com>
2126
2127 * MAINTAINERS (CPU Port Maintainers): Add myself for or1k.
2128 (Write After Approval): Remove myself.
2129
e9f3803d
HAQ
21302018-11-06 Hafiz Abid Qadeer <abidh@codesourcery.com>
2131
2132 * config/iconv.m4 (AM_ICONV_LINK): Don't overwrite CPPFLAGS.
2133 Append $INCICONV to it.
2134
45bf1490
SH
21352018-11-04 Stafford Horne <shorne@gmail.com>
2136
2137 * MAINTAINERS (Write After Approval): Add myself.
2138
22e05272
JM
21392018-10-31 Joseph Myers <joseph@codesourcery.com>
2140
2141 PR bootstrap/82856
2142 * multilib.am: New file. From automake.
2143
2144 Merge from binutils-gdb:
2145 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
2146
2147 * libtool.m4: Use AC_LANG_SOURCE.
2148 * configure.ac: Remove AC_PREREQ, use AC_LANG_SOURCE.
2149 * ar-lib: New file.
2150 * test-driver: New file.
2151 * configure: Re-generate.
2152
82a14443
MP
21532018-10-31 Michael Ploujnikov <michael.ploujnikov@oracle.com>
2154
2155 * MAINTAINERS (Write After Approval): Add myself.
2156
260eedb9
IB
21572018-10-31 Iain Buclaw <ibuclaw@gdcproject.org>
2158
2159 PR bootstrap/87788
2160 PR d/87799
2161 * configure: Rebuild.
2162 * configure.ac: Disable D on systems where it is known not to work.
2163
b4c522fa
IB
21642018-10-28 Iain Buclaw <ibuclaw@gdcproject.org>
2165
2166 * Makefile.def (target_modules): Add libphobos.
2167 (flags_to_pass): Add GDC, GDCFLAGS, GDC_FOR_TARGET and
2168 GDCFLAGS_FOR_TARGET.
2169 (dependencies): Make libphobos depend on libatomic, libbacktrace
2170 configure, and zlib configure.
2171 (language): Add language d.
2172 * Makefile.in: Rebuild.
2173 * Makefile.tpl (BUILD_EXPORTS): Add GDC and GDCFLAGS.
2174 (HOST_EXPORTS): Add GDC.
2175 (POSTSTAGE1_HOST_EXPORTS): Add GDC and GDC_FOR_BUILD.
2176 (BASE_TARGET_EXPORTS): Add GDC.
2177 (GDC_FOR_BUILD, GDC, GDCFLAGS): New variables.
2178 (GDC_FOR_TARGET, GDC_FLAGS_FOR_TARGET): New variables.
2179 (EXTRA_HOST_FLAGS): Add GDC.
2180 (STAGE1_FLAGS_TO_PASS): Add GDC.
2181 (EXTRA_TARGET_FLAGS): Add GDC and GDCFLAGS.
2182 * config-ml.in: Treat GDC and GDCFLAGS like other compiler/flag
2183 environment variables.
2184 * configure: Rebuild.
2185 * configure.ac: Add target-libphobos to target_libraries. Set and
2186 substitute GDC_FOR_BUILD and GDC_FOR_TARGET.
2187
04193ea0
IL
21882018-10-24 Ilya Leoshkevich <iii@linux.ibm.com>
2189
2190 * MAINTAINERS (Write After Approval): Add myself.
2191
72eda5f2
IB
21922018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2193
2194 * MAINTAINERS (Write After Approval): Remove myself.
2195
4c029cee
IB
21962018-10-23 Iain Buclaw <ibuclaw@gdcproject.org>
2197
2198 * MAINTAINERS: Add myself as D front-end and libphobos maintainer.
2199
fc7367ea
BC
22002018-10-14 Bin Cheng <bin.cheng@linux.alibaba.com>
2201
2202 * MAINTAINERS: Update my email address.
2203
956a7508
TS
22042018-10-04 Thomas Schwinge <thomas@codesourcery.com>
2205
2206 * MAINTAINERS: List myself as "libgomp (OpenACC)" and "OpenACC"
2207 maintainer.
2208
16ddcc28
MM
22092018-09-13 Matthew Malcomson <matthew.malcomson@arm.com>
2210
2211 * MAINTAINERS (Write After Approval): Add self.
2212
f9529512
ST
22132018-09-13 Sam Tebbs <sam.tebbs@arm.com>
2214
2215 * MAINTAINERS (write after approval): Add myself.
2216
3ff89a4e
XG
22172018-09-04 Xuepeng Guo <xuepeng.guo@intel.com>
2218
2219 * MAINTAINERS: Update my email address.
2220
e8a0276c
VL
22212018-08-29 Vlad Lazar <vlad.lazar@arm.com>
2222
2223 * MAINTAINERS (write after approval): Add myself.
2224
3d20537c
RS
22252018-08-21 Richard Sandiford <richard.sandiford@arm.com>
2226
2227 * MAINTAINERS: Add self to global reviewers list.
2228
661d1750
SL
22292018-08-17 Sandra Loosemore <sandra@codesourcery.com>
2230
2231 MAINTAINERS: Add c-sky port maintainers.
2232
aa405905
ML
22332018-08-10 Martin Liska <mliska@suse.cz>
2234
2235 * MAINTAINERS: Revert change in previous commit and
92a285c1 2236 join lines.
aa405905 2237
04e2b41d
ML
22382018-08-10 Martin Liska <mliska@suse.cz>
2239
2240 * MAINTAINERS: Remove extra line.
2241
6e9f49e4
N
22422018-08-06 Naveen H.S <naveenh@marvell.com>
2243
2244 * MAINTAINERS: Update my email address.
2245
3b0df776
DD
22462018-07-19 DJ Delorie <dj@redhat.com>
2247
2248 * MAINTAINERS (m32c, msp43, rl78, libiberty, build): Remove myself
2249 as maintainer.
2250
f030b30e
AK
22512018-07-16 Andreas Krebbel <krebbel@linux.ibm.com>
2252
2253 * MAINTAINERS: Adjust email address for me and my colleague Robin
2254 Dapp.
2255
7264261f
L
22562018-07-13 H.J. Lu <hongjiu.lu@intel.com>
2257 Sunil K Pandey <sunil.k.pandey@intel.com>
2258
2259 PR target/84413
2260 * config/i386/i386.c (m_CORE_AVX512): New.
2261 (m_CORE_AVX2): Likewise.
2262 (m_CORE_ALL): Add m_CORE_AVX2.
2263 * config/i386/x86-tune.def: Replace m_HASWELL with m_CORE_AVX2.
2264 Replace m_SKYLAKE_AVX512 with m_CORE_AVX512 on avx256_optimal
2265 and remove the rest of m_SKYLAKE_AVX512.
2266
19975c57
SH
22672018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2268
2269 * config.sub: Sync with upstream version 2018-07-03.
2270
c234070e
SH
22712018-07-06 Sebastian Huber <sebastian.huber@embedded-brains.de>
2272
2273 * config.guess: Sync with upstream version 2018-06-26.
2274 * config.sub: Sync with upstream version 2018-07-02.
2275
d41cd173
BW
22762018-06-19 Bernhard M. Wiedemann <bwiedemann@suse.de>
2277
92a285c1 2278 * libtool.m4: Sort output of 'find' to enable deterministic builds.
d41cd173
BW
2279 * ltmain.sh: Likewise.
2280
d3435784
SB
22812018-07-03 Segher Boessenkool <segher@kernel.crashing.org>
2282
2283 * contrib/config-list.mk: Remove powerpc-linux_paired.
2284
da34ca3f
AO
22852018-06-29 Alexandre Oliva <oliva@adacore.com>
2286
2287 * configure.ac: Introduce support for @unless/@endunless.
2288 * Makefile.tpl (dep-kind): Rewrite with cond; return
2289 postbootstrap in some cases.
2290 (make-postboot-dep, postboot-targets): New.
2291 (dependencies): Do not output postbootstrap dependencies at
2292 first. Output non-target ones changed for configure to depend
2293 on stage_last @if gcc-bootstrap, and the original deps @unless
2294 gcc-bootstrap.
2295 * configure.in, Makefile.in: Rebuilt.
2296
8e236ddd
JW
22972018-06-28 Jackson Woodruff <jackson.woodruff@arm.com>
2298
2299 * MAINTAINERS (write after approval): Add myself.
2300
71d40114
RV
23012018-06-26 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2302
2303 * MAINTAINERS (write after approval): Add myself.
2304
8006534c
NC
23052018-06-19 Nick Clifton <nickc@redhat.com>
2306
2307 * zlib/configure.ac: Restore old behaviour of only enabling
2308 multilibs when a target subdirectory is defined. This allows
2309 building with srcdir == builddir.
2310 * zlib/configure: Regenerate.
2311
9e03592e
EB
23122018-06-18 Eric Botcazou <ebotcazou@adacore.com>
2313
2314 * Makefile.def (fortran): Add check-target-libgomp-fortran.
2315 * Makefile.tpl (check-target-libgomp-fortran): New phony target.
2316 * Makefile.in: Regenerate.
2317
29305f60
BE
23182018-06-16 Ben Elliston <bje@gnu.org>
2319
2320 * config.guess: Import latest version.
2321 * config.sub: Likewise.
2322
31db0fe0
ML
23232018-06-08 Martin Liska <mliska@suse.cz>
2324
2325 * MAINTAINERS: Remove MPX-related entries.
2326 * Makefile.def: Remove libmpx support.
9e03592e
EB
2327 * Makefile.in: Regenerate.
2328 * configure.ac: Remove removed files.
2329 * configure: Regenerate.
31db0fe0
ML
2330 * libmpx/ChangeLog: Remove.
2331 * libmpx/Makefile.am: Remove.
2332 * libmpx/Makefile.in: Remove.
2333 * libmpx/acinclude.m4: Remove.
2334 * libmpx/aclocal.m4: Remove.
2335 * libmpx/config.h.in: Remove.
2336 * libmpx/configure: Remove.
2337 * libmpx/configure.ac: Remove.
2338 * libmpx/configure.tgt: Remove.
2339 * libmpx/libmpx.spec.in: Remove.
2340 * libmpx/mpxrt/Makefile.am: Remove.
2341 * libmpx/mpxrt/Makefile.in: Remove.
2342 * libmpx/mpxrt/libmpx.map: Remove.
2343 * libmpx/mpxrt/libtool-version: Remove.
2344 * libmpx/mpxrt/mpxrt-utils.c: Remove.
2345 * libmpx/mpxrt/mpxrt-utils.h: Remove.
2346 * libmpx/mpxrt/mpxrt.c: Remove.
2347 * libmpx/mpxrt/mpxrt.h: Remove.
2348 * libmpx/mpxwrap/Makefile.am: Remove.
2349 * libmpx/mpxwrap/Makefile.in: Remove.
2350 * libmpx/mpxwrap/libmpxwrappers.map: Remove.
2351 * libmpx/mpxwrap/libtool-version: Remove.
2352 * libmpx/mpxwrap/mpx_wrappers.c: Remove.
2353
e68086c4
ML
23542018-06-04 Martin Liska <mliska@suse.cz>
2355
2356 * MAINTAINERS: Add myself as gcov maintainer.
2357
37cca345
MF
23582018-06-04 Matthew Fortune <mfortune@gmail.com>
2359
2360 * MAINTAINERS: Update my email address.
2361
74386680
TV
23622018-06-04 Tom de Vries <tdevries@suse.de>
2363
2364 * MAINTAINERS: Remove write-after-approval entries for component
2365 maintainers.
2366
010ff25b
JL
23672018-06-01 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2368
2369 * MAINTAINERS (write after approval): Add myself.
2370
64acc19a 23712018-06-01 Bin Cheng <amker@gcc.gnu.org>
232d2edb
BC
2372
2373 * MAINTAINERS: Update my email address.
2374
7aad7f4b
TV
23752018-06-01 Tom de Vries <tdevries@suse.de>
2376
2377 * MAINTAINERS: Update my email address.
2378
c5470754
BC
23792018-05-22 Bin Cheng <bin.cheng@arm.com>
2380
2381 * MAINTAINERS (loop-optimizer): Add myself.
2382
58b40a67
FT
23832018-05-01 Francois H. Theron <francois.theron@netronome.com>
2384
2385 * configure.ac: Added "nfp" target.
2386 * configure: Regenerate.
2387
bece35ca
RB
23882018-04-30 Richard Biener <rguenther@suse.de>
2389
2390 PR bootstrap/85571
2391 * Makefile.tpl (STAGE3_CFLAGS): Use -fchecking=1.
2392 (STAGE3_TFLAGS): Likewise.
2393 (STAGEtrain_CFLAGS): Filter out -fchecking=1.
2394 (STAGEtrain_TFLAGS): Likewise.
2395 * Makefile.in: Regenerate.
2396
ae05281f
RB
23972018-04-26 Richard Biener <rguenther@suse.de>
2398
2399 * Makefile.tpl (STAGE1_TFLAGS): Add -fno-checking.
2400 (STAGE2_CFLAGS): Likewise.
2401 (STAGE2_TFLAGS): Likewise.
2402 (STAGE3_CFLAGS): Add -fchecking.
2403 (STAGE3_TFLAGS): Likewise.
2404 (STAGEtrain_CFLAGS): Filter out -fchecking.
2405 (STAGEtrain_TFLAGS): Likewise.
2406 * Makefile.in: Re-generate.
2407
c6e34a9b
CM
24082018-04-25 Catherine Moore <clm@codesourcery.com>
2409
2410 * MAINTAINERS (mips): Remove myself as MIPS maintainer.
2411
ae9fb56f
PC
24122018-04-18 Paul Clarke <pc@us.ibm.com>
2413
2414 * MAINTAINERS (write after approval): Add myself.
2415
a2919888
AS
24162018-04-10 Aaron Sawdey <acsawdey@linux.ibm.com>
2417
2418 * MAINTAINERS: Update my email address.
2419
c6024672
BS
24202018-04-02 Bill Schmidt <wschmidt@linux.ibm.com>
2421
2422 * MAINTAINERS: Remove redundant Write-After-Approval entry.
2423
85d36775
BS
24242018-03-30 Bill Schmidt <wschmidt@linux.ibm.com>
2425
2426 * MAINTAINERS: Update my email address and disambiguate myself
2427 a bit from Will Schmidt.
2428
8bb406a2
NS
24292018-03-21 Nathan Sidwell <nathan@acm.org>
2430
2431 * MAINTAINERS: Move maintainers of now-removed picochip and score
2432 ports to write after approval.
2433
c9b39302
RS
24342018-03-13 Richard Sandiford <richard.sandiford@arm.com>
2435
2436 * MAINTAINERS: Add entry for SVE maintainership.
2437
1fc1d82e
MR
24382018-02-13 Maciej W. Rozycki <macro@mips.com>
2439
2440 * configure.ac <wasm32-*-*> (noconfigdirs): Add `ld'.
2441 * configure: Regenerate.
2442
7b7f78d7
BK
24432018-01-18 Boris Kolpackov <boris@codesynthesis.com>
2444
2445 * MAINTAINERS (write after approval): Add myself.
2446
3c1f3bf6
SP
24472018-01-18 Siddhesh Poyarekar <siddhesh@sourceware.org>
2448
2449 * MAINTAINERS (write after approval): Add myself.
2450
182f27e3
SP
24512018-01-16 Sebastian Perta <sebastian.perta@renesas.com>
2452
2453 * MAINTAINERS (write after approval): Add myself.
85911661 2454
85ec4feb
JJ
24552018-01-03 Jakub Jelinek <jakub@redhat.com>
2456
2457 Update copyright years.
2458
ef7d7cf5
BE
24592018-01-03 Ben Elliston <bje@gnu.org>
2460
2461 * config.guess: Import latest version.
2462 * config.sub: Likewise.
2463
842df93e
SH
24642017-12-12 Stafford Horne <shorne@gmail.com>
2465
2466 * configure.ac: Remove logic adding gdb to noconfigsdirs for or1k.
2467 * configure: Regenerate.
2468
1d0a8ae9
QZ
24692017-11-29 Qing Zhao <qing.zhao@oracle.com>
2470
2471 * MAINTAINERS (Write After Approval): Add myself.
2472
5e9d6aa4
JK
24732017-11-28 Julia Koval <julia.koval@intel.com>
2474 Sebastian Peryt <sebastian.peryt@intel.com>
2475
2476 * Makefile.def (target_modules): Remove libcilkrts.
2477 * Makefile.in: Ditto.
2478 * configure: Ditto.
2479 * configure.ac: Ditto.
2480
d2eaaa89
JK
24812017-11-28 Julia Koval <julia.koval@intel.com>
2482
2483 * MAINTAINERS (Write After Approval): Add myself.
2484
90b415f6
SD
24852017-11-22 Sudakshina Das <sudi.das@arm.com>
2486
2487 * MAINTAINERS (Write After Approval): Add myself.
2488
f804ba3e
PD
24892017-11-06 Palmer Dabbelt <palmer@sifive.com>
2490
2491 * MAINTAINERS (RISC-V): Add Jim Wilson as a maintainer.
2492 Use my SiFive email address.
2493
8744c9bf
SP
24942017-11-15 Sebastian Peryt <sebastian.peryt@intel.com>
2495
2496 * MAINTAINERS (write after approval): Add myself.
2497
7181cca3
ML
24982017-10-27 Martin Liska <mliska@suse.cz>
2499
2500 * Makefile.tpl: Use proper name of folder as it was renamed
2501 during transition to 4 stages.
2502 * Makefile.in: Regenerate.
2503
fb336a7b
IT
25042017-10-16 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
2505
e50ffab3 2506 * MAINTAINERS (write after approval): Add myself.
fb336a7b 2507
7b5f5267
GP
25082017-10-01 Gerald Pfeifer <gerald@pfeifer.com>
2509
2510 * MAINTAINERS: Add a note that maintainership also includes web
2511 pages, docs, and testsuite related to that area.
2512
55de8eb3
TV
25132017-09-25 Tom de Vries <tom@codesourcery.com>
2514
2515 * MAINTAINERS (CPU Port Maintainers): Add myself as nvptx maintainer.
2516
86ab175e
PMR
25172017-09-18 Pierre-Marie de Rodat <derodat@adacore.com>
2518
2519 * MAINTAINERS: Add myself as a maintainer for the Ada front end.
2520
500ac452
NS
25212017-09-15 Nathan Sidwell <nathan@acm.org>
2522
2523 * MAINTAINERS: Remove myself as a vxworks maintainer.
2524
72ace300
TS
25252017-09-13 Thomas Schwinge <thomas@codesourcery.com>
2526
2527 * MAINTAINERS: Remove email address of Jim Norris.
2528
1328002a
KT
25292017-09-11 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
2530
2531 * MAINTAINERS (Reviewers): Move myself from here...
2532 (CPU Port Maintainers): ... to here.
2533
84d0b6f5
JG
25342017-09-09 James Greenhalgh <james.greenhalgh@arm.com>
2535
2536 * MAINTAINERS (James Greenhalgh): Move to AArch64 maintainers.
2537
9c04bba3
RD
25382017-07-31 Robin Dapp <rdapp@linux.vnet.ibm.com>
2539
e50ffab3 2540 * MAINTAINERS (write after approval): Add myself.
9c04bba3 2541
5a427c63
TR
25422017-07-28 Tony Reix <tony.reix@atos.net>
2543
2544 * configure.ac (target-libffi): Don't disable for AIX.
2545 (go): Don't add to unsupported_languages on AIX.
2546 (target-libgo): Don't disable for AIX.
2547 * configure: Regenerate.
2548
8994b66f
YG
25492017-07-19 Yury Gribov <tetra2005@gmail.com>
2550
2551 * MAINTAINERS: Add myself.
2552
7a795e10
TS
25532017-07-18 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2554
2555 * MAINTAINERS: Update my email address.
2556
50061652
RE
25572017-07-04 Richard Earnshaw <rearnsha@arm.com>
2558
2559 * contrib/gcc_update (files_and_dependencies): Remove stamp rules for
2560 arm-specific auto-generated header files.
2561
d4360477
NS
25622017-07-03 Nathan Sidwell <nathan@acm.org>
2563
2564 * configure.ac: Set srcdir when sourcing config-lang.in fragments.
2565 * configure: Rebuilt.
2566
9dc9ae74
BS
25672017-07-03 Bernd Schmidt <bschmidt@redhat.com>
2568
2569 * MAINTAINERS: Readd myself for c6x.
2570
c8cf0b6f
ML
25712017-06-28 Martin Liska <mliska@suse.cz>
2572
2573 PR bootstrap/81217
2574 * Makefile.def: Remove superfluous bootstrap_target from
2575 bootstrap_stage.
2576 * Makefile.in: Re-generate the file.
2577
0666865c
MO
25782017-06-26 Maxim Ostapenko <m.ostapenko@samsung.com>
2579
e50ffab3 2580 * MAINTAINERS: Add myself to Write After Approval
0666865c 2581
827c925e
AJ
25822017-06-21 Andrew Jenner <andrew@codesourcery.com>
2583
2584 * MAINTAINERS: Add myself as maintainer for PowerPC SPE port.
2585
0d053a49
ML
25862017-06-19 Martin Liska <mliska@suse.cz>
2587
2588 * Makefile.def: Define 4 stages PGO bootstrap.
2589 * Makefile.tpl: Define FLAGS.
2590 * Makefile.in: Regenerate.
2591
be75f645
ILT
25922017-06-14 Ian Lance Taylor <iant@golang.org>
2593
2594 * Makefile.def: Add check-gotools to go check targets.
2595 * Makefile.in: Rebuild.
2596
c725f69c
SB
25972017-06-12 Segher Boessenkool <segher@kernel.crashing.org>
2598
2599 * config.gcc: Remove rs6000/e500.h from tm_file for all targets.
2600
76052545
EB
26012017-06-03 Eric Botcazou <ebotcazou@adacore.com>
2602
2603 * configure.ac (*-*-linux-android*): Set target_makefile_frag.
2604 * configure: Regenerate.
2605
afd88efc
ML
26062017-05-31 Martin Liska <mliska@suse.cz>
2607
2608 * configure.ac: Add handling of stage2_werror_flags to
2609 action-if-given and to action-if-not-given.
2610 * configure: Regenerate.
2611
945bafd6
PB
26122017-05-31 Prakhar Bahuguna <prakhar.bahuguna@arm.com>
2613
2614 * MAINTAINERS: Add self to Write After Approval
2615
b9396a49
BS
26162017-05-27 Bernd Schmidt <bschmidt@redhat.com>
2617
2618 * MAINTAINERS: Update my email address, and remove myself as
2619 maintainer in some areas.
2620
aa1b69e7
EG
26212017-05-25 Eric Gallager <egall@gwmail.gwu.edu>
2622
2623 * MAINTAINERS: Add self to Write After Approval
2624
cdfee50a
NS
26252017-05-25 Nathan Sidwell <nathan@acm.org>
2626
2627 * configure.ac: Add --enable-languages=default to mean default and
2628 make --enable-languages=all mean all supported languages.
2629 * configure: Regenerated.
2630
83349046
SB
26312017-05-24 Segher Boessenkool <segher@kernel.crashing.org>
2632
2633 * config.gcc (powerpc*-*-*spe*): New.
2634 (powerpc-*-eabispe*): Use ${cpu_type} instead of hardcoded pathnames.
2635 (powerpc-*-rtems*spe*): New.
2636 (powerpc*-*-linux*spe*): New.
2637 (powerpc-wrs-vxworksspe): New.
2638 (powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2639 (misc flags) [powerpc*-*-*, rs6000-*-*): Use ${cpu_type}.
2640 * config.host (powerpc*-*-*spe*): New.
2641
01c712cb
ML
26422017-05-19 Martin Liska <mliska@suse.cz>
2643
2644 * configure.ac: Add --enable-werror-always just for
2645 bootstrap-debug (or none build config) and do not add it
2646 when we are on a release branch.
2647 * configure: Regenerated.
2648
7880c1a5
SL
26492017-05-18 Sheldon Lobo <sheldon.lobo@oracle.com>
2650
2651 * MAINTAINERS: Add self to Write After Approval
2652
c759355f
KK
26532017-05-09 Kaz Kojima <kkojima@gcc.gnu.org>
2654
2655 * MAINTAINERS: Move myself to Write After Approval section.
2656
79557bae
CZ
26572017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2658
2659 * config/arc/arc.c (arc_conditional_register_usage): Handle ACCL,
2660 ACCH registers.
2661 * config/arc/arc.md (mulsidi3): Use advanced mpy instructions when
2662 available.
2663 (umulsidi3): Likewise.
2664 (mulsidi3_700): Disable this pattern when we have advanced mpy
2665 instructions.
2666 (umulsidi3_700): Likewise.
2667 (maddsidi4): New pattern.
2668 (macd, mac, mac_r, umaddsidi4, macdu, macu, macu_r): Likewise.
2669 (mpyd_arcv2hs, mpyd_imm_arcv2hs, mpydu_arcv2hs): Likewise.
2670 (mpydu_imm_arcv2hs): Likewise.
2671 * config/arc/predicates.md (accl_operand): New predicate.
2672
c7314bc1
CZ
26732017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2674 Andrew Burgess <andrew.burgess@embecosm.com>
2675
2676 * config/arc/arc.c (ARC_AUTOBLINK_IRQ_P): Consider fast interrupts
2677 case.
2678 (ARC_AUTOFP_IRQ_P): Likewise.
2679 (ARC_AUTO_IRQ_P): Likewise.
2680 (rgf_banked_register_count): New variable.
2681 (parse_mrgf_banked_regs_option): New function.
2682 (arc_override_options): Handle rgf_banked_regs option.
2683 (arc_handle_interrupt_attribute): Add firq option.
2684 (arc_compute_function_type): Return fast irq type when required.
2685 (arc_must_save_register): Handle fast interrupts.
2686 (arc_expand_prologue): Do not emit dwarf info for fast interrupts.
2687 (arc_return_address_regs): Update.
2688 * config/arc/arc.h (arc_return_address_regs): Update.
2689 (arc_function_type): Add fast interrupt type.
2690 (ARC_INTERRUPT_P): Update.
2691 (RC_FAST_INTERRUPT_P): Define.
2692 * config/arc/arc.md (simple_return): Update for fast interrupts.
2693 (p_return_i): Likewise.
2694 * config/arc/arc.opt (mrgf-banked-regs): New option.
2695 * doc/invoke.texi (mrgf-banked-regs): Document.
2696
41453183
CZ
26972017-05-09 Claudiu Zissulescu <claziss@synopsys.com>
2698
2699 * config/arc/arc.c (irq_ctrl_saved): New variable.
2700 (ARC_AUTOBLINK_IRQ_P): Define.
2701 (ARC_AUTOFP_IRQ_P): Likewise.
2702 (ARC_AUTO_IRQ_P): Likewise.
2703 (irq_range): New function.
2704 (arc_must_save_register): Likewise.
2705 (arc_must_save_return_addr): Likewise.
2706 (arc_dwarf_emit_irq_save_regs): Likewise.
2707 (arc_override_options): Handle deferred options.
2708 (MUST_SAVE_REGISTER): Deleted, replaced by arc_must_save_register.
2709 (MUST_SAVE_RETURN_ADDR): Deleted, replaced by
2710 arc_must_save_return_addr.
2711 (arc_compute_frame_size): Handle automated save and restore of
2712 registers.
2713 (arc_expand_prologue): Likewise.
2714 (arc_expand_epilogue): Likewise.
2715 * config/arc/arc.md (stack_irq_dwarf): New unspec instruction.
2716 * config/arc/arc.opt (mirq-ctrl-saved): New option.
2717 * doc/invoke.texi (mirq-ctrl-saved): Document option.
2718
52744dd7
TK
27192017-04-19 Thomas Koenig <tkoenig@gcc.gnu.org>
2720 Tobias Burnus <tobias.burnus@physik.fu-berlin.de>
2721
2722 PR bootstrap/77661
2723 * Makefile.def: Don't pass --enable-maintainer-mode on to an
2724 in-tree build MPC.
2725 * Makefile.in: Regenerate.
2726
deeba76a
FXC
27272017-03-22 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
2728
2729 * configure.ac: Enable LTO by default on darwin >= 9.
2730 * configure: Regenerate.
2731
5a05e11d
PD
27322017-03-20 Palmer Dabbelt <palmer@dabbelt.com>
2733
2734 * MAINTAINERS (CPU Port Maintainers): Add Kito Cheng, Palmer Dabbelt,
2735 and Andrew Waterman as the RISC-V maintainers.
2736
e04f858c
NK
27372017-03-18 Nicolas Koenig <koenigni@gcc.gnu.org>
2738
2739 * MAINTAINERS: Add self to Write After Approval
2740
a98cf819
GP
27412017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2742
2743 * config.guess: Import latest from upstream.
2744
9826d1a3
GP
27452017-03-18 Gerald Pfeifer <gerald@pfeifer.com>
2746
2747 * MAINTAINERS (Write After Approval): Remove entries that are
2748 already covered under Reviewers.
2749
a46586c3
MW
27502017-03-08 Mark Wielaard <mark@klomp.org>
2751
2752 PR demangler/70909
2753 PR demangler/67264
2754 * include/demangle.h: Add d_printing to struct demangle_component
2755 and pass struct demangle_component as non const.
2756
734ca1c2
GP
27572017-02-26 Gerald Pfeifer <gerald@pfeifer.com>
2758
2759 * MAINTAINERS: Remove Neil Booth as option handling maintainer.
2760
93b87d1d
TS
27612017-02-15 Thomas Schwinge <thomas@codesourcery.com>
2762
2763 * Makefile.tpl: Remove HOST_ISLVER.
2764 (HOST_EXPORTS): Remove ISLVER.
2765 * Makefile.in: Regenerate.
2766
f877b3ad
RB
27672017-02-13 Richard Biener <rguenther@suse.de>
2768
2769 * configure: Re-generate.
2770
2ad31830
GP
27712017-02-07 Gerald Pfeifer <gerald@pfeifer.com>
2772
2773 * MAINTAINERS: Adjust bug reporting URL.
2774
3501e62c
GP
27752017-02-05 Gerald Pfeifer <gerald@pfeifer.com>
2776
2777 * MAINTAINERS (Write After Approval): Remove redundant entry
2778 for Andrew Burgess.
2779
510555e0
JDA
27802017-02-03 John David Anglin <danglin@gcc.gnu.org>
2781
e50ffab3 2782 * configure.ac: Add gcc/function-tests.o to compare_exclusions for
510555e0 2783 32-bit hppa*-*-hpux*.
e50ffab3 2784 * configure: Regenerate.
510555e0 2785
f6a24a94
MJ
27862017-01-27 Pekka Jääskeläinen <pekka.jaaskelainen@parmance.com>
2787
2788 * configure.ac: Moved the white list of enabling BRIG FE to
2789 libhsail-rt/configure.tgt.
2790 * configure: Regenerated.
2791 * MAINTAINERS: Updated maintainers for BRIG FE and libhsail-rt.
2792
27932017-01-24 Pekka Jääskeläinen <pekka@parmance.com>
5fd1486c
PJ
2794 Martin Jambor <mjambor@suse.cz>
2795
5fd1486c
PJ
2796 * Makefile.def (target_modules): Added libhsail-rt.
2797 (languages): Added language brig.
2798 * Makefile.in: Regenerated.
2799 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Added
2800 tgarget-libhsail-rt. Make brig unsupported on untested architectures.
2801 * configure: Regenerated.
2802
3c36aa6b
JJ
28032017-01-17 Jakub Jelinek <jakub@redhat.com>
2804
2805 PR other/79046
2806 * configure: Regenerated.
2807
8f56cb51
AM
28082017-01-04 Alan Modra <amodra@gmail.com>
2809
2810 * configure: Regenerate.
2811
f2c764c5
BE
28122016-12-29 Ben Elliston <bje@gnu.org>
2813
2814 * config.sub: Import latest version.
2815
1dc9c117
AI
28162016-12-26 Alexander Ivchenko <alexander.ivchenko@intel.com>
2817
2818 * MAINTAINERS (Write After Approval): Add myself.
2819
c21fdaa1
JJ
28202016-12-21 Jakub Jelinek <jakub@redhat.com>
2821
2822 * configure.ac: Don't bootstrap libmpx unless --with-build-config
2823 includes bootstrap-mpx.
2824 * configure: Regenerated.
2825
cc811459
CX
28262016-12-19 Chenghua Xu <paul.hua.gm@gmail.com>
2827
2828 * MAINTAINERS (Write After Approval): Add myself.
2829
b55e6680
MJ
28302016-12-01 Ma Jiang <ma.jiang@zte.com.cn>
2831
8f56cb51 2832 * configure: Regenerate.
b55e6680 2833
825fba52
MK
28342016-12-01 Matthias Klose <doko@ubuntu.com>
2835
2836 * configure.ac: Don't use pkg-config to check for bdw-gc.
2837 * configure: Regenerate.
2838
114bf3f1
MK
28392016-11-30 Matthias Klose <doko@ubuntu.com>
2840
2841 * Makefile.def: Remove reference to boehm-gc target module.
2842 * configure.ac: Include pkg.m4, check for --with-target-bdw-gc
2843 options and for the bdw-gc pkg-config module.
2844 * configure: Regenerate.
2845 * Makefile.in: Regenerate.
2846
21b0f96a
NS
28472016-11-28 Nathan Sidwell <nathan@acm.org>
2848
2849 * MAINTAINERS (nvptx): Remove self.
2850
292edab3
BE
28512016-11-25 Ben Elliston <bje@gnu.org>
2852
2853 * config.guess: Import latest version.
2854 * config.sub: Likewise.
2855
0954a00b
TT
28562016-11-18 Toma Tabacu <toma.tabacu@imgtec.com>
2857
2858 * MAINTAINERS (Write After Approval): Add myself.
2859
8e4d2ca4
MK
28602016-11-15 Matthias Klose <doko@ubuntu.com>
2861
2862 * Makefile.def: Remove references to GCJ.
2863 * Makefile.tpl: Likewise.
2864 * Makefile.in: Regenerate.
2865
84c1b9d3
MK
28662016-11-15 Matthias Klose <doko@ubuntu.com>
2867
2868 * config-ml.in: Remove references to GCJ.
2869 * configure.ac: Likewise.
2870 * configure: Regenerate.
2871
3f95ca6c
JC
28722016-11-01 Josh Conner <joshconner@google.com>
2873
2874 * MAINTAINERS (Write After Approval): Update email address,
2875
457cc672
CL
28762016-10-27 Carl Love <cel@us.ibm.com>
2877
2878 * MAINTAINERS (Write After Approval): Fix my entry in the Write After
2879 Approval list to make it alphabetical.
2880
2142f54f
CL
28812016-10-27 Carl Love <cel@us.ibm.com>
2882
2883 * MAINTAINERS (Write After Approval): Add myself.
2884
104700f4
AB
28852016-10-27 Andrew Burgess <andrew.burgess@embecosm.com>
2886
2887 * MAINTAINERS (Reviewers): Add myself.
2888 (Write After Approval): Add myself.
2889
942c0db8
HP
28902016-10-21 Hartmut Penner <hepenner@us.ibm.com>
2891 Ulrich Weigand <uweigand@de.ibm.com>
2892
2893 * MAINTAINERS: Update email address.
2894
fbf4c502
NS
28952016-10-10 Nathan Sidwell <nathan@acm.org>
2896
2897 * MAINTAINERS: Update email address.
2898
b20e7532
AT
28992016-10-10 Andreas Tobler <andreast@gcc.gnu.org>
2900
2901 * configure.ac: Add aarch64-*-freebsd*.
2902 * configure: Regenerate.
2903
2e21fd4d
SE
29042016-10-05 Steve Ellcey <sellcey@caviumnetworks.com>
2905
2906 * MAINTAINERS: Update email address after it got reverted.
2907
43c40f3e
RO
29082016-10-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2909
2910 * configure.ac (target_libraries): Readd target-boehm-gc.
2911 Restore --enable-objc-gc handling.
2912 * configure: Regenerate.
2913
f05796ba
JL
29142015-10-03 Jeff Law <law@redhat.com>
2915
2916 * MAINTAINERS: Move several inactive maintainers to the
2917 write-after-approval section.
2918
012447ea
JJ
29192016-09-30 Jakub Jelinek <jakub@redhat.com>
2920
2921 * configure.ac: Add target-libffi to target_libraries.
2922 Readd libgcj target disablings, modified to only target-libffi.
2923 Readd target addition of go to unsupported languages.
2924 * configure: Regenerated.
2925
a7d75d59
SE
29262016-09-30 Steve Ellcey <sellcey@caviumnetworks.com>
2927
2928 * MAINTAINERS: Update email address.
2929
d1a79a95
AH
29302016-09-30 Andrew Haley <aph@redhat.com>
2931
4d8c733d 2932 * MAINTAINERS: Remove Per Bothner, Andrew Haley, and Tom Tromey from
d1a79a95
AH
2933 write-after approval. Remove Tom Tromey and Bryce McKinlay from
2934 libgcj.
2935
af2d4873
AH
29362016-09-30 Andrew Haley <aph@redhat.com>
2937
2938 * MAINTAINERS: Move Per Bothner, Andrew Haley, and Tom Tromey to
2939 write-after approval after GCJ deletion.
2940
07b78716
AH
29412016-09-30 Andrew Haley <aph@redhat.com>
2942
2943 * Makefile.def: Remove libjava.
2944 * Makefile.tpl: Likewise.
2945 * Makefile.in: Regenerate.
2946 * configure.ac: Likewise.
2947 * configure: Likewise.
2948 * gcc/java: Remove.
2949 * libjava: Likewise.
2950
a29b7214
CZ
29512016-09-28 Claudiu Zissulescu <claziss@synopsys.com>
2952
2953 * MAINTAINERS (Reviewers): Add myself.
2954
2fd88f4f
AK
29552016-09-26 Anton Kolesov <Anton.Kolesov@synopsys.com>
2956
2957 * configure.ac: Disable "sim" directory for arc*-*-*.
2958 * configure: Regenerated.
2959
e2080e79
TC
29602016-09-23 Tamar Christina <tamar.christina@arm.com>
2961
2962 * MAINTAINERS (Write After Approval): Add myself.
2963
8f3675f8
MR
29642016-09-12 Maciej W. Rozycki <macro@imgtec.com>
2965
2966 * configure.ac: Check for the minimum in-tree MPFR version
2967 handled.
2968 * configure: Regenerate.
2969
21f88103
YTL
29702016-07-20 Yan-Ting Lin <currygt52@gmail.com>
2971
2972 * configure.ac (nds32*-*-*): Remove entry to enable gdb.
2973 * configure: Regenerated.
2974
60d51882
FR
29752016-07-19 Fritz Reese <fritzoreese@gmail.com>
2976
2977 * MAINTAINERS (Write After Approval): Add myself.
2978
277d7ee0
AK
29792016-06-23 Andi Kleen <ak@linux.intel.com>
2980
2981 * Makefile.def: Add autoprofiledbootstrap.
2982 * Makefile.tpl: Dito.
2983 * Makefile.in: Regenerate.
2984
fd6487af
JS
29852016-06-23 Jakub Sejdak <jakub.sejdak@phoesys.com>
2986
2987 * configure.ac: Disable libgcj and libgloss for Phoenix-RTOS targets.
2988 * configure: Regenerate.
2989
3e326935
TS
29902016-06-21 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
2991
2992 * configure: Regenerate.
2993 * configure.ac: Remove support for avr-rtems.
2994
9582bf04
SKS
29952016-06-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2996
2997 * MAINTAINERS (Write After Approval): Add myself.
2998
6f820b68
MC
29992016-06-16 Michael Collison <michael.collison@arm.com>
3000
3001 * MAINTAINERS (Write After Approval): Add myself.
3002
775ee7fa
MM
30032016-06-14 Mikael Morin <mikael@gcc.gnu.org>
3004
3005 * MAINTAINERS (Write After Approval): Update e-mail address.
3006
de3ba371
JM
30072016-06-03 Jose E. Marchesi <jose.marchesi@oracle.com>
3008
21f88103 3009 * MAINTAINERS (Write After Approval): Add myself.
de3ba371 3010
350216e3
AM
30112016-05-28 Alan Modra <amodra@gmail.com>
3012
3013 * Makefile.tpl (configure): Depend on m4 files included.
3014 * Makefile.in: Regenerate.
3015
9cad20fa
BS
30162016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3017
3018 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Fix
3019 code formatting in ALTIVEC_BUILTIN_VEC_ADDE section.
3020
92466115
BS
30212016-05-20 Bill Seurer <seurer@linux.vnet.ibm.com>
3022
3023 * config/rs6000/rs6000-builtin.def (vec_addec): Change vec_addec to a
3024 special case builtin.
3025 * config/rs6000/rs6000-c.c (altivec_resolve_overloaded_builtin): Add
3026 support for ALTIVEC_BUILTIN_VEC_ADDEC.
3027 * config/rs6000/rs6000.c (altivec_init_builtins): Add definition
3028 for __builtin_vec_addec.
3029
fe38e08b
JS
30302016-05-16 Jakub Sejdak <jakub.sejdak@phoesys.com>
3031
3032 * config.guess: Import version 2016-04-02 (newest).
3033 * config.sub: Import version 2016-05-10 (newest).
3034
cef1a0b8 30352016-05-16 Anton Kolesov <anton.kolesov@synopsys.com>
704b85c7 3036
cef1a0b8
JL
3037 * configure.ac: Add ARC support to libgloss.
3038 * configure: Regenerate
704b85c7 3039
75a6b91a
AS
30402016-05-09 Aaron Sawdey <acsawdey@linux.vnet.ibm.com>
3041
3042 * MAINTAINERS (Write After Approval): Add myself.
3043
00f35794
BE
30442016-05-02 Bernd Edlinger <bernd.edlinger@hotmail.de>
3045
3046 * configure.ac (mpfr): Remove pre-3.1.0 mpfr compatibility code.
3047 * configure: Regenerated.
3048 * Makefile.def (gmp): Explicitly disable assembler.
3049 (mpfr): Adjust lib_path.
3050 (mpc): Likewise.
3051 * Makefile.in: Regenerated.
3052
c100769b
JJ
30532016-05-01 Jakub Jelinek <jakub@redhat.com>
3054
3055 PR bootstrap/70704
3056 * configure.ac (--enable-stage1-checking): Add missing
3057 --enable-checking=.
3058 * configure: Regenerated.
3059
bc6d9014
OE
30602016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3061
ace08cb8
OE
3062 * config.guess: Revert r235676.
3063 * config.sub: Revert r235676.
3064
30652016-04-30 Oleg Endo <olegendo@gcc.gnu.org>
3066
3067 * config.guess: Remove SH5 support.
bc6d9014
OE
3068 * config.sub: Likewise.
3069 * configure: Likewise.
3070 * configure.ac: Likewise.
3071
7db11a5a
JJ
30722016-04-26 Jakub Jelinek <jakub@redhat.com>
3073
3074 PR bootstrap/70704
3075 * configure.ac (--enable-stage1-checking): For --disable-checking or
3076 implicit --enable-checking, make sure extra flag matches in between
3077 stage1 and later checking.
3078 * configure: Regenerated.
3079
ab0fc037
TS
30802016-04-22 Trevor Saunders <tbsaunde+gcc@tbsaunde.org>
3081
3082 * .gitattributes: New file.
3083
c048fa95
SB
30842016-04-22 Segher Boessenkool <segher@kernel.crashing.org>
3085
3086 * MAINTAINERS (rs6000/powerpc port): Add myself.
3087
f3653cf5
SB
30882016-04-13 Segher Boessenkool <segher@kernel.crashing.org>
3089
3090 PR bootstrap/70173
3091 * Makefile.tpl (local-distclean): Delete the libcc1, gnattools,
3092 and gotools directories. Delete the stage_final file.
3093 * Makefile.in: Regenerate.
3094
4f93efa4
AV
30952016-04-12 Andre Vieira <andre.simoesdiasvieira@arm.com>
3096
3097 * MAINTAINERS (Write After Approval): Add myself.
3098
c27e432e
SK
30992016-04-09 Steven G. Kargl <kargl@gcc.gnu.org>
3100
3101 * MAINTAINERS (Fortran maintainer): Remove myself.
3102
7134713c
BS
31032016-04-04 Bill Seurer <seurer@linux.vnet.ibm.com>
3104
3105 * MAINTAINERS (Write After Approval): Add myself.
3106
7d74282a
KN
31072016-03-29 Kelvin Nilsen <kdnilsen@linux.vnet.ibm.com>
3108
3109 * MAINTAINERS (Write After Approval): Add myself.
3110
1b858e76
CC
31112016-03-17 Cary Coutant <ccoutant@gmail.com>
3112
3113 Sync with binutils-gdb:
3114
3115 2016-03-17 Cary Coutant <ccoutant@gmail.com>
3116
3117 * configure.ac: Add mips and s390 to the gold target check.
3118 * configure: Regenerate.
3119
d15bd5bb
DD
31202016-03-01 DJ Delorie <dj@redhat.com>
3121
3122 * MAINTAINERS (mep): Remove myself as MeP maintainer.
3123
6d1fa6bb
DM
31242016-02-22 David Malcolm <dmalcolm@redhat.com>
3125
3126 * MAINTAINERS (libcpp): Add myself.
3127 (diagnostic messages): Likewise.
3128
607bda60
TV
31292016-02-20 Tom de Vries <tom@codesourcery.com>
3130
3131 * MAINTAINERS: Fix whitespace.
3132
80cfaff8
CZ
31332016-02-02 Claudiu Zissulescu <claziss@synopsys.com>
3134
3135 * MAINTAINERS (Write After Approval): Add myself.
3136
c661a43d
SP
31372016-01-29 Sebastian Pop <s.pop@samsung.com>
3138
3139 * config/isl.m4: Add comments about isl-0.16.
3140 * configure: Regenerate.
3141
86b3a101
MJ
31422016-01-29 Martin Jambor <mjambor@suse.cz>
3143
3144 * MAINTAINERS (hsa maintainers): Add myself.
3145
960cbfd2
WD
31462015-01-27 Wilco Dijkstra <wdijkstr@arm.com>
3147
3148 * MAINTAINERS: (Write After Approval): Add myself.
3149
1e050c90
AK
31502016-01-25 Aditya Kumar <aditya.k7@samsung.com>
3151 Sebastian Pop <s.pop@samsung.com>
3152
3153 * Makefile.in: Regenerate.
3154 * Makefile.tpl: Export ISLVER.
3155 * configure: Regenerate.
3156 * config/isl.m4: Detect isl-0.15.
3157
cefadad1
MM
31582016-01-24 Mikhail Maltsev <maltsevm@gmail.com>
3159
3160 PR bootstrap/69329
3161 * Makefile.tpl (BASE_FLAGS_TO_PASS): Add LSAN_OPTIONS.
3162 * Makefile.in: Regenerate.
3163
9e530bcd
AP
31642016-01-12 Andris Pavenis <andris.pavenis@iki.fi>
3165
3166 * configure.ac: Enable LTO for DJGPP
3167 * configure: Regenerate
3168
324402a0
L
31692016-01-12 H.J. Lu <hongjiu.lu@intel.com>
3170
3171 Sync with binutils-gdb:
3172 2015-10-21 Nick Clifton <nickc@redhat.com>
3173
3174 PR gas/19109
3175 * configure.ac: Note the 'none' is an acceptable argument to
3176 --enable-compressed-debug-sections.
3177 * configure: Regenerate.
3178
9eaaa830
BE
31792016-01-12 Bernd Edlinger <bernd.edlinger@hotmail.de>
3180
3181 PR bootstrap/69134
3182 * Makefile.def (mpfr): Disable assembler.
3183 * Makefile.in: Regenerate.
3184
cfe67e03
BE
31852016-01-01 Ben Elliston <bje@gnu.org>
3186
3187 * config.guess: Import version 2016-01-01.
3188 * config.sub: Likewise.
3189
be33d404
SS
31902015-12-18 Sujoy Saraswati <sujoy.saraswati@hpe.com>
3191
3192 * MAINTAINERS (Write After Approval): Add myself.
3193
e357a5e0
SP
31942015-12-17 Sebastian Pop <s.pop@samsung.com>
3195
3196 * Makefile.in: Replace ISL with isl.
3197 * Makefile.tpl: Same.
3198 * config/isl.m4: Same.
3199 * configure.ac: Same.
3200 * contrib/download_prerequisites: Same.
3201 * configure: Regenerate.
3202
1ad2439b
AP
32032015-12-17 Andris Pavenis <andris.pavenis@iki.fi>
3204
3205 * MAINTAINERS (Write After Approval): Add Myself.
3206
70decafb
NS
32072015-12-17 Nathan Sidwell <nathan@acm.org>
3208
3209 * config/isl.m4 (ISL_CHECK_VERSION): Add gmp libs.
3210 * configure: Regenerate.
3211
560d18d3
AK
32122015-12-16 Aditya Kumar <aditya.k7@samsung.com>
3213 Sebastian Pop <s.pop@samsung.com>
3214
3215 * config/isl.m4 (ISL_CHECK_VERSION): Check for
3216 isl_ctx_get_max_operations.
3217 * configure: Regenerate.
3218
57e8ab24 32192015-12-15 Alessandro Fanfarillo <fanfarillo.gcc@gmail.com>
b15f0273
AF
3220
3221 * MAINTAINERS (Write After Approval): Add myself.
3222
105b682e
ILT
32232015-12-02 Ian Lance Taylor <iant@google.com>
3224
3225 PR go/66147
3226 * Makefile.tpl (HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET.
3227 * Makefile.in: Regenerate.
3228
7eb46bec
AT
32292015-12-01 Andreas Tobler <andreast@gcc.gnu.org>
3230
3231 PR libffi/65726
3232 * Makefile.def (lang_env_dependencies): Make libffi depend
3233 on cxx.
3234 * Makefile.in: Regenerate.
3235
cc3baaa9
DE
32362015-11-26 David Edelsohn <dje.gcc@gmail.com>
3237
3238 * m4/libtool.m4 (export_symbols_cmds) [AIX]: Add global TLS "L"
3239 symbols.
3240
3be96231
TG
32412015-11-20 Tristan Gingold <gingold@adacore.com>
3242
3243 Sync with binutils-gdb:
3244 2015-11-20 Tristan Gingold <gingold@adacore.com>
3245
3246 * configure.ac: Add aarch64-*-darwin* and arm-*-darwin*.
3247 * configure: Regenerate.
3248
daa53f38
ML
32492015-11-19 Martin Liska <mliska@suse.cz>
3250
3251 * .gitignore: Add .clang-format to ignored files.
3252 * Makefile.in: Add clang-format.
3253 * Makefile.tpl: Likewise.
3254
54985c70
TA
32552015-11-13 Tsvetkova Alexandra <aleksandra.tsvetkova@intel.com>
3256
3257 * configure.ac: Enable libmpx by default.
3258 * configure: Regenerated.
3259
d0397c75
SE
32602015-10-23 Steve Ellcey <sellcey@imgtec.com>
3261
3262 * MAINTAINERS: Update email address.
3263
735a559c
PM
32642015-10-23 Paulo Matos <pmatos@linki.tools>
3265
3266 * MAINTAINERS: Update email address.
3267
15713b43
AH
32682015-10-23 Alan Hayward <alan.hayward@arm.com>
3269
3270 * MAINTAINERS (Write After Approval): Add myself.
3271
78edb32f
L
32722015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3273
3274 Sync with binutils-gdb:
3275 2015-10-20 H.J. Lu <hongjiu.lu@intel.com>
3276
3277 PR gas/19109
3278 * configure.ac: Add
3279 --enable-compressed-debug-sections={all,gas,gold,ld}.
3280 * configure: Regenerated.
3281
dec6b7f1
AC
32822015-10-16 Arnaud Charlet <charlet@adacore.com>
3283
3284 * MAINTAINERS: Update list of Ada maintainers and email addresses.
3285
6be1d686
ML
32862015-10-09 Martin Liska <mliska@suse.cz>
3287
3288 * MAINTAINERS (Write After Approval): Add myself.
3289
dc0e2060
AF
32902015-10-09 Alexander Fomin <alexander.fomin@intel.com>
3291
3292 * MAINTAINERS (Write After Approval): Add myself.
3293
bec93d40
FW
32942015-10-02 Florian Weimer <fweimer@redhat.com>
3295
3296 * MAINTAINERS: Update email address.
3297
0487f06d
LK
32982015-10-02 Louis Krupp <louis.krupp@zoho.com>
3299
3300 * MAINTAINERS (Write After Approval): Add myself.
3301
56547ff7
KT
33022015-09-20 Kai Tietz <ktietz70@googlemail.com>
3303
423ea09f 3304 * MAINTAINERS: Update email.
56547ff7 3305
ed4c91ea
BS
33062015-09-14 Bernd Schmidt <bschmidt@redhat.com>
3307
3308 * MAINTAINERS: Update my email address.
3309
2503fd9e
JB
33102015-09-01 James Bowman <james.bowman@ftdichip.com>
3311
3312 * MAINTAINERS (ft32 port): Add myself.
3313
3726332a
DS
33142015-08-28 David Sherwood <david.sherwood@arm.com>
3315
3316 * MAINTAINERS: Add myself.
3317
15480aaf
PM
33182015-08-27 Patrick Marlier <patrick.marlier@gmail.com>
3319
3320 * MAINTAINERS (Write After Approval): Add myself.
3321
ad4f95e3
FXC
33222015-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3323
3324 PR libfortran/54572
3325 * Makefile.def: Make libgfortran depend on libbacktrace.
3326 * Makefile.in: Regenerate.
3327
95f25df0
SD
33282015-08-20 Simon Dardis <simon.dardis@imgtec.com>
3329
3330 * MAINTAINERS (Write After Approval): Add myself.
3331
5dc85f7e
TV
33322015-08-12 Tom de Vries <tom@codesourcery.com>
3333
3334 PR other/67092
3335 * configure.ac: Remove --with_host_libstdcxx support.
3336 * configure: Regenerate.
3337
44a7d18d
TS
33382015-08-10 Thomas Schwinge <thomas@codesourcery.com>
3339 Jakub Jelinek <jakub@redhat.com>
3340
3341 * configure.ac (noconfigdirs): Don't add "target-libgomp" for target
3342 nvptx*-*-*.
3343 * configure: Regenerate.
3344
bf5372e7
YS
33452015-08-06 Yaakov Selkowitz <yselkowi@redhat.com>
3346
3347 * Makefile.def (libiconv): Define bootstrap=true.
3348 Mark pdf/html/info as missing.
3349 (configure-gcc): Depend on all-libiconv.
3350 (all-gcc): Ditto.
3351 (configure-libcpp): Ditto.
3352 (all-libcpp): Ditto.
3353 (configure-intl): Ditto.
3354 (all-intl): Ditto.
3355 * Makefile.in: Regenerate.
3356
94b8fdcc
BC
33572015-08-03 Bin Cheng <bin.cheng@arm.com>
3358
3359 * MAINTAINERS (loop ivopts): Add the entry and myself.
3360
430bcac1
NS
33612015-07-31 Nathan Sidwell <nathan@codesourcery.com>
3362
3363 * MAINTAINERS (nvptx): Add self.
3364
110d61da
AL
33652015-07-29 Alan Lawrence <alan.lawrence@arm.com>
3366
3367 * config/aarch64/iterators.md (VRL2, VRL3, VRL4): Remove values for
3368 128-bit vector modes.
3369
c9da7548 33702015-07-29 Ville Voutilainen <ville.voutilainen@gmail.com>
18e1ed34 3371
c9da7548
VV
3372 * MAINTAINERS (Write After Approval): Add myself.
3373
423ea09f 33742015-07-28 Ben Elliston <bje@gnu.org>
d5e9bac5
BE
3375
3376 * config.sub, config.guess: Import from upstream.
3377
6b1786aa
JL
33782015-07-24 Michael Darling <darlingm@gmail.com>
3379
3380 PR other/66259
3381 * config-ml.in: Reflects renaming of configure.in to configure.ac
3382 * configure: Likewise
3383 * configure.ac: Likewise
3384
45952786
BS
33852015-07-23 Bernd Schmidt <bernds_cb1@t-online.de>
3386
3387 * MAINTAINERS: Update my email address.
3388
f1595603
L
33892015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3390
3391 Sync with binutils-gdb:
3392 2015-03-17 H.J. Lu <hongjiu.lu@intel.com>
3393
3394 * configure.ac (target_configdirs): Exclude target-zlib if
3395 target-libjava isn't built.
3396 * configure: Regenerated.
3397
a05c2c75
L
33982015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3399
3400 Sync with binutils-gdb:
3401 2015-05-13 John David Anglin <dave.anglin@bell.net>
3402
3403 * configure.ac: Disable configuration of GDB for HPUX targets.
3404 * configure: Regenerate.
3405
3406 2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
3407
3408 * configure.ac: Add --with-system-zlib.
3409 * configure: Regenerated.
3410
3411 2015-01-28 James Bowman <james.bowman@ftdichip.com>
3412
3413 * configure.ac: Add FT32 support.
3414 * configure: Regenerate.
3415
3416 2015-01-12 Anthony Green <green@moxielogic.com>
3417
3418 * configure.ac: Don't disable gprof for moxie.
3419 * configure: Rebuild.
3420
1c01ebf6
L
34212015-07-14 H.J. Lu <hongjiu.lu@intel.com>
3422
3423 Sync with binutils-gdb:
3424 2015-05-01 H.J. Lu <hongjiu.lu@intel.com>
3425
3426 PR ld/18355
3427 * Makefile.def: Add extra_configure_flags to host zlib.
3428 * configure.ac (extra_host_zlib_configure_flags): New. Set
3429 to --enable-host-shared When bfd is to be built as shared
3430 library. AC_SUBST.
3431 * Makefile.in: Regenerated.
3432
e59969a1
HPN
34332015-07-14 Hans-Peter Nilsson <hp@bitrange.com>
3434
3435 Sync with src:
3436 2015-03-30 H.J. Lu <hongjiu.lu@intel.com>
3437 * Makefile.def (dependencies): Add all-zlib to all-bfd.
3438 * Makefile.in: Regenerated.
3439
d9063947
L
34402015-06-30 H.J. Lu <hongjiu.lu@intel.com>
3441
3442 * configure.ac (ospace_frag): Enable for i?86*-*-elfiamcu
3443 target.
3444 * configure: Regenerate.
3445
b837291d
LC
34462015-06-23 Ludovic Courtès <ludo@gnu.org>
3447
3448 * MAINTAINERS (Write After Approval): Add myself.
3449
2a97995f
AT
34502015-06-22 Andreas Tobler <andreast@gcc.gnu.org>
3451
3452 * MAINTAINERS (OS Port Maintainers): Add myself.
3453 (Various Maintainers): Remove myself from libffi testsuite.
3454
19cd26a6
RS
34552015-06-04 Richard Sandiford <richard.sandiford@arm.com>
3456
3457 * MAINTAINERS (gen* on machine desc): Add self.
3458
8ca528d9
JM
34592015-06-02 Jason Merrill <jason@redhat.com>
3460
3461 PR bootstrap/66319
3462 * configure.ac: Use -std=gnu++98.
3463
4526c3c1
SN
34642015-06-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
3465
3466 * MAINTAINERS (Write After Approval): Add myself.
3467
318a4e6d
MF
34682015-05-28 Mike Frysinger <vapier@gentoo.org>
3469
3470 * configure.ac (--vtable-verify): Use AS_HELP_STRING for help.
3471 * configure: Regenerate.
3472
46070488
JM
34732015-05-26 Jason Merrill <jason@redhat.com>
3474
3475 * configure.ac: When bootstrapping with GCC, add -std=c++98 to CXX.
3476 * configure: Regenerate.
3477
fef939d6
JB
34782015-05-16 James Bowman <james.bowman@ftdichip.com>
3479
3480 * configure.ac: FT32 target added.
fef939d6
JB
3481 * configure: Regenerated.
3482
886faf50
IB
34832015-05-16 Iain Buclaw <ibuclaw@gdcproject.org>
3484
3485 * MAINTAINERS (Write After Approval): Add myself.
3486
91c6b410
PM
34872015-05-11 Paulo Matos <paulo@matos-sorge.com>
3488
3489 * MAINTAINERS (Write After Approval): Add myself.
3490
e640447c
PM
34912015-05-11 Paulo Matos <paulo@matos-sorge.com>
3492
3493 * configure.ac: Fix typo.
3494 * configure: Regenerate.
3495
e587377d
MM
34962015-05-10 Mikhail Maltsev <maltsevm@gmail.com>
3497
3498 * MAINTAINERS (Write After Approval): Add myself.
3499
cabb9d59
MK
35002015-05-03 Matthias Klose <doko@ubuntu.com>
3501
3502 * configure.ac: Match $host configured with triplets.
3503 * configure: Regenerate.
3504
fafb95a6
BRF
35052015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3506
3507 * Makefile.tpl: Remove surplus whitespace throughout.
3508 * Makefile.in: Regenerate.
3509
85867772
SB
35102015-04-20 Segher Boessenkool <segher@kernel.crashing.org>
3511
3512 * MAINTAINERS (Various Maintainers): Add myself as instruction
3513 combiner maintainer.
3514
c10b5ea0
JJ
35152015-04-17 Jakub Jelinek <jakub@redhat.com>
3516
3517 PR bootstrap/62077
3518 * configure.ac (--enable-stage1-checking): Default to
3519 release,misc,gimple,rtlflag,tree,types if --disable-checking
3520 or --enable-checking is not specified and DEV-PHASE is not
3521 experimental.
3522 * configure: Regenerated.
3523
77019397
MO
35242015-04-14 Max Ostapenko <m.ostapenko@partner.samsung.com>
3525
3526 * Makefile.tpl (EXTRA_HOST_EXPORTS): New variables.
3527 (EXTRA_BOOTSTRAP_FLAGS): Likewise.
3528 (check-[+module+]): Add EXTRA_HOST_EXPORTS and EXTRA_BOOTSTRAP_FLAGS.
3529 * Makefile.in: Regenerate.
3530
17feae99 35312015-04-08 Cary Coutant <ccoutant@gmail.com>
b68ba431
CC
3532
3533 * MAINTAINERS: Update my email address.
3534
e61ffb3b
JG
35352015-04-02 James Greenhalgh <james.greenhalgh@arm.com>
3536
3537 * MAINTAINERS: Add myself as a reviewer for the AArch64 port.
3538
b16cc4f2
KT
35392015-04-02 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
3540
3541 * MAINTAINERS: Add myself as an arm port reviewer.
3542
ec523909
ML
35432015-03-25 Martin Liska <mliska@suse.cz>
3544 Yury Gribov <y.gribov@samsung.com>
3545
3546 * Makefile.in: Fix ln source location for vimrc file.
3547 * Makefile.tpl: Likewise.
3548
fc30054e
AH
35492015-03-09 Aldy Hernandez <aldyh@redhat.com>
3550
3551 PR bootstrap/25672
3552 * configure.ac: Do not initialize CFLAGS_FOR_TARGET from CFLAGS if
3553 cross-compiling. Similarly for CXX_FOR_TARGET.
3554 * configure: Regenerate.
3555
5373cd33
IE
35562015-03-10 Ilya Enkovich <ilya.enkovich@intel.com>
3557
3558 * Makefile.def: Add libmpx.
3559 * configure.ac: Add libmpx.
3560 * Makefile.in: Regenerate.
3561 * configure: Regenerate.
3562
a6e8abb9
KY
35632015-03-06 Kirill Yukhin <kirill.yukhin@intel.com>
3564
3565 * MAINTAINERS (CPU Port Maintainers): Add myself
3566 i386 vector ISA extns mantainer.
3567
f2b86778
JL
35682015-03-13 Jeff Law <law@redhat.com>
3569
3570 * MAINTAINERS: Remove Paul Brook as a Fortran and ARM
3571 maintainer.
3572 Remove Richard Henderson as a maintainer for the x86 port.
3573
9dd44d1c
JR
35742015-03-03 Joern Rennecke <gnu@amylaar.uk>
3575
3576 * MAINTAINERS (CPU Port Maintainers): Update my email address.
3577
33079441
IE
35782015-03-02 Ilya Enkovich <ilya.enkovich@intel.com>
3579
3580 * MAINTAINERS (Various Maintainers): Add myself as libmpx,
3581 pointer bounds checker and i386 MPX maintainer.
3582
d083ae5f
SL
35832015-02-26 Sandra Loosemore <sandra@codesourcery.com>
3584
3585 * MAINTAINERS (Various Maintainers): Add self as docs co-maintainer.
3586
f91f1c13
MS
35872015-02-26 Martin Sebor <msebor@redhat.com>
3588
3589 * MAINTAINERS (Various Maintainers): Add self.
3590
426c1eb0
TS
35912015-02-20 Thomas Schwinge <thomas@codesourcery.com>
3592
3593 * configure.ac [--enable-as-accelerator-for] (enable_languages):
3594 Make sure it contains lto.
3595 * configure: Regenerate.
3596
8ae12d71
TS
35972015-02-18 Thomas Schwinge <thomas@codesourcery.com>
3598
3599 * configure: Regenerate.
3600
11aa81cc 36012015-02-06 Diego Novillo <dnovillo@google.com>
be04451f 36021
11aa81cc
DN
3603 * MAINTAINERS (Global Reviewers, Plugin, LTO, tree-ssa,
3604 middle-end, docstring): Remove myself.
3605 (Write After Approval): Add myself.
3606
a436ab27
JJ
36072015-02-02 Janis Johnson <janis.marie.johnson@gmail.com>
3608
3609 * MAINTAINERS (Various Maintainers: testsuite): Remove myself.
3610 (Write After Approval): Update address.
3611
231d020b
DM
36122015-01-29 David Malcolm <dmalcolm@redhat.com>
3613
3614 PR jit/64780
3615 * configure.ac: Require the user to explicitly specify
3616 --enable-host-shared if the jit is enabled.
3617 * configure: Regenerate.
3618
82a94471
RS
36192015-01-27 Robert Suchanek <robert.suchanek@imgtec.com>
3620
3621 * MAINTAINERS (Write After Approval): Add myself.
3622
e6f0c56d
TV
36232015-01-25 Tom de Vries <tom@codesourcery.com>
3624
3625 * MAINTAINERS: Make whitespace consistent.
3626
631ff3e1
BO
36272015-01-23 Braden Obrzut <admin@maniacsvault.net>
3628
3629 * MAINTAINERS (Write After Approval): Add myself.
3630
09b9cd1f
AV
36312015-01-20 Andre Vehreschild <vehre@gmx.de>
3632
3633 * MAINTAINERS: (Write After Approval): Add myself.
3634
802ed46a
MU
36352015-01-15 Martin Uecker <uecker@eecs.berkeley.edu>
3636
3637 * MAINTAINERS: (Write After Approval): Add myself.
3638
c61fcfa6
PT
36392015-01-15 Philipp Tomsich <ptomsich@theobroma-systems.com>
3640
3641 * MAINTAINERS: (Write After Approval): Add myself.
3642
ebcd09c1
IS
36432015-01-13 Iain Sandoe <iain@codesourcery.com>
3644
3645 * MAINTAINERS (Language Front Ends Maintainers): Add myself as an
3646 objective-c/c++ front end maintainer.
3647
71aa170d
MP
36482015-01-13 Marek Polacek <polacek@redhat.com>
3649
3650 * MAINTAINERS (Reviewers): Add self as C front end reviewer.
3651
da067543
JL
36522015-01-12 Jeff Law <law@redhat.com>
3653
3654 * MAINTAINERS: Remove Stan Shebs as he has been inactive for
3655 a very long time.
3656
bf1de3f0
ILT
36572015-01-09 Ian Lance Taylor <iant@google.com>
3658
3659 * configure.ac (host_tools): Add gotools.
3660 * Makefile.def (host_modules): Add gotools.
3661 (dependencies): Add dependency of all-gotools on all-target-libgo.
3662
82a19768
AT
36632015-01-09 Andreas Tobler <andreast@gcc.gnu.org>
3664
3665 * configure.ac: Don't add ${libgcj} for arm*-*-freebsd*.
3666 * configure: Regenerate.
3667
53dd59bf
TS
36682015-01-08 Thomas Schwinge <thomas@codesourcery.com>
3669
3670 * Makefile.def (dependencies) <all-target-liboffloadmic>: Depend on
3671 all-target-libgomp.
3672 * Makefile.in: Regenerate.
3673
8054942d
EB
36742015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3675
3676 * MAINTAINERS (CPU Port Maintainers): Add myself for Visium port.
3677
0969ec7d
EB
36782015-01-06 Eric Botcazou <ebotcazou@adacore.com>
3679
3680 * configure.ac: Add Visium support.
3681 * configure: Regenerate.
3682
ec8fd1c0
AS
36832015-01-04 Andreas Schwab <schwab@linux-m68k.org>
3684
3685 * configure.ac: Use OBJCOPY for OBJCOPY_FOR_TARGET.
3686 * configure: Regenerate.
3687
9bccfdf5
AP
36882015-01-03 Andrew Pinski <apinski@cavium.com>
3689
3690 * Makefile.def (flags_to_pass): Pass OBJCOPY_FOR_TARGET also.
3691 * Makefile.tpl (HOST_EXPORTS): Add OBJCOPY_FOR_TARGET.
3692 (BASE_TARGET_EXPORTS): Add OBJCOPY.
3693 (OBJCOPY_FOR_TARGET): New variable.
3694 (EXTRA_TARGET_FLAGS): Add OBJCOPY.
3695 * Makefile.in: Regenerate.
3696 * configure.ac: Check for already installed target objcopy.
3697 Also GCC_TARGET_TOOL on objcopy.
3698 * configure: Regenerate.
3699
007adc0d
HPN
37002015-01-02 Hans-Peter Nilsson <hp@bitrange.com>
3701
3702 * config.sub: Update from upstream, to 2015-01-01 version.
3703 * config.guess: Ditto.
3704
fe55e976
SH
37052014-12-22 Sebastian Huber <sebastian.huber@embedded-brains.de>
3706
3707 * MAINTAINERS (RTEMS Ports): Add myself.
3708
b86d271e
PMR
37092014-12-17 Pierre-Marie de Rodat <derodat@adacore.com>
3710
3711 * MAINTAINERS (Write After Approval): Add myself.
3712
9733278a
MH
37132014-12-16 Michael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>
3714
3715 * MAINTAINERS (Write After Approval): Add myself.
3716
4b4f2e35
TS
37172014-12-15 Thomas Schwinge <thomas@codesourcery.com>
3718
3719 * configure.ac (--enable-as-accelerator-for): Don't set
3720 ENABLE_AS_ACCELERATOR_FOR. Update all users.
3721 * configure: Regenerate.
3722
b6a65eb6
JJ
37232014-12-13 Jakub Jelinek <jakub@redhat.com>
3724
3725 PR bootstrap/64023
3726 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set STAGE1_LDFLAGS
3727 to POSTSTAGE1_LDFLAGS and STAGE1_LIBS to POSTSTAGE1_LIBS.
3728 Add -B to libstdc++-v3/src/.libs and libstdc++-v3/libsupc++/.libs
3729 to CXX.
3730 * Makefile.in: Regenerated.
3731
c3e1e693
YG
37322014-12-09 Laurynas Biveinis <laurynas.biveinis@gmail.com>
3733 Yury Gribov <y.gribov@samsung.com>
3734
3735 * .gitignore: Added .local.vimrc and .lvimrc.
3736 * Makefile.tpl (vimrc, .lvimrc, .local.vimrc): New targets.
3737 * Makefile.in: Regenerate.
3738
37392014-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
113c6c5c
JH
3740
3741 * config/isl.m4: Don't pass -DCLOOG_INT_GMP on islinc.
3742 * configure: Regenerated.
3743
b9fb25a5
BS
37442014-11-27 Bernd Schmidt <bernds@codesourcery.com>
3745
3746 * MAINTAINERS (nvptx port): New entry.
3747
d896cc4d
JBG
37482014-11-26 Jan-benedict Glaw <jbglaw@lug-owl.de>
3749
3750 * configure: Regenerate.
3751
74ae587e
JBG
37522014-11-26 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3753
3754 * configure.ac: Merge with Binutils.
3755
45c89690
TB
37562014-11-26 Tobias Burnus <burnus@net-b.de>
3757
3758 * Makefile.def: Make more dependent on mpfr, mpc and isl.
3759 * Makefile.in: Regenerate.
3760
ea903c37
BE
37612014-11-24 Bernd Edlinger <bernd.edlinger@hotmail.de>
3762
3763 * Makefile.def (module=gmp): Work around in-tree gmp configure bug with
3764 missing flex.
3765 * Makefile.in: Regenerated.
3766
eb23df59
IV
37672014-11-21 Ilya Verbin <ilya.verbin@intel.com>
3768
3769 * Makefile.in: Regenerate.
3770
a699d672
L
37712014-11-21 Markus Trippelsdorf <markus@trippelsdorf.de>
3772
3773 PR bootstrap/63784
3774 * libtool.m4: Add $pic_flag with -shared.
3775
fc065a61
RL
37762014-11-21 Renlin Li <Renlin.Li@arm.com>
3777
3778 * MAINTAINERS (Write After Approval): Added myself.
3779
efcc23e6
AV
37802014-11-21 Alex Velenko <Alex.Velenko@arm.com>
3781
3782 * MAINTAINERS (write-after-approval): Add myself.
3783
dd308ed8
MK
37842014-11-19 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
3785
3786 * MAINTAINERS (OS Port Maintainers): Add overdue maintainership note
3787 from 2 years ago.
3788
ac8698a1
AV
37892014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3790
3791 Revert:
3792 2014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3793
3794 * MAINTAINERS (Write After Approval): Added myself as line map
3795 maintainer.
3796
8dab9330
RL
37972014-11-19 Renlin Li <Renlin.Li@arm.com>
3798
3799 Revert:
3800 2014-11-19 Renlin Li <Renlin.Li@arm.com>
3801
3802 * MAINTAINERS (Write After Approval): Added myself.
3803
1be22083
RL
38042014-11-19 Renlin Li <Renlin.Li@arm.com>
3805
3806 * MAINTAINERS (Write After Approval): Added myself.
3807
59392f46
AV
38082014-11-19 Alex Velenko <Alex.Velenko@arm.com>
3809
3810 * MAINTAINERS (Write After Approval): Added myself as line map
3811 maintainer.
3812
0f3422cc
DS
38132014-11-17 Dodji Seketeli <dodji@redhat.com>
3814
3815 * MAINTAINERS (Various Maintainers): Added myself as line map
3816 maintainer.
3817
0c8969f0
JBG
38182014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3819
3820 * move-if-change: Sync from upstream gnulib.
3821
d7134c0e
JBG
38222014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3823
3824 * compile: Sync with upstream Automake.
3825 * depcomp: Ditto.
3826 * install-sh: Ditto.
3827 * missing: Ditto.
3828 * mkinstalldirs: Ditto.
3829 * ylwrap: Ditto.
3830
e4ff7e6a
JBG
38312014-11-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3832
3833 * config.sub: Update from upstream config repo.
3834 * config.guess: Ditto.
3835
5f520819
KY
38362014-11-13 Kirill Yukhin <kirill.yukhin@intel.com>
3837
3838 * Makefile.def: Add liboffloadmic to target_modules. Make
3839 liboffloadmic depend on libgomp's configure, libstdc++ and libgcc.
3840 * Makefile.in: Regenerate.
3841 * configure: Regenerate.
3842 * configure.ac: Add liboffloadmic to target binaries.
3843 Restrict liboffloadmic for POSIX and i*86, and x86_64 architectures.
3844 Add liboffloadmic to noconfig list when C++ is not supported.
3845
85c64bbe
BS
38462014-11-13 Bernd Schmidt <bernds@codesourcery.com>
3847 Thomas Schwinge <thomas@codesourcery.com>
3848 Ilya Verbin <ilya.verbin@intel.com>
3849 Andrey Turetskiy <andrey.turetskiy@intel.com>
3850
3851 * configure: Regenerate.
3852 * configure.ac (--enable-as-accelerator-for)
3853 (--enable-offload-targets): New configure options.
3854
7d35a59e
TB
38552014-11-11 Tobias Burnus <burnus@net-b.de>
3856
0a002272 3857 * Makefile.def: Make all-gcc depend on all-isl.
7d35a59e
TB
3858 * Makefile.in: Regenerate.
3859
35485da9
DM
38602014-11-11 David Malcolm <dmalcolm@redhat.com>
3861
3862 * ChangeLog.jit: New.
3863 * MAINTAINERS (Various Maintainers): Add myself as jit maintainer.
3864
ebf6d33b
FXC
38652014-11-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3866
3867 PR target/63610
3868 * libtool.m4: Fix globbing of darwin versions.
3869 * configure: Regenerate.
3870
4a9bb2aa
TB
38712014-11-11 Tobias Burnus <burnus@net-b.de>
3872
4a9bb2aa
TB
3873 * Makefile.def: Remove CLooG.
3874 * Makefile.tpl: Ditto.
3875 * configure.ac: Ditto.
3876 * configure: Regenerate.
3877 * Makefile.in: Ditto.
3878
738f2522
BS
38792014-11-06 Bernd Schmidt <bernds@codesourcery.com>
3880
3881 * configure.ac: Handle nvptx-*-*.
3882 * configure: Regenerate.
3883
9b591dd1
PG
38842014-11-06 Prachi Godbole <prachi.godbole@imgtec.com>
3885
3886 * MAINTAINERS (Write After Approval): Add myself.
3887
14258928
JJ
38882014-10-31 Jakub Jelinek <jakub@redhat.com>
3889
3890 * Makefile.def (libcc1): Remove bootstrap=true;.
3891 * Makefile.in: Regenerated.
3892
1335a8ca
JBG
38932014-10-31 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3894
3895 * configure.ac: Update comment.
3896 * configure: Regenerate.
3897
cb115cc2
IE
38982014-10-31 Ilya Enkovich <ilya.enkovich@intel.com>
3899
3900 * MAINTAINERS (Write After Approval): Add myself.
3901
fca38047
TS
39022014-10-30 Thomas Schwinge <thomas@codesourcery.com>
3903
3904 * configure.ac (extra_host_libiberty_configure_flags): Add
3905 --enable-shared also for libcc1's benefit.
3906 * configure: Regenerate.
3907
65c0707b
TG
39082014-10-29 Tristan Gingold <gingold@adacore.com>
3909
3910 * MAINTAINERS: Change my email address.
3911
ddc8de03
PM
39122014-10-27 Phil Muldoon <pmuldoon@redhat.com>
3913 Tom Tromey <tromey@redhat.com>
3914
3915 * Makefile.def: Add libcc1 to host_modules.
3916 * configure.ac (host_tools): Add libcc1.
3917 * Makefile.in, configure: Rebuild.
3918
4eb1ac39 39192014-10-24 Hans-Peter Nilsson <hp@axis.com>
3d96b0d0
HPN
3920
3921 * configure.ac (build_configargs): Don't share config.cache between
3922 build subdirs.
7fd74620 3923 * configure: Regenerate.
3d96b0d0 3924
d81230b5
DH
39252014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3926
3927 * config.gcc (sparc*-*-*): Accept mcpu=leon3v7 processor.
3928 * doc/invoke.texi (SPARC options): Add mcpu=leon3v7 comment.
3929 * config/sparc/leon.md (leon3_load, leon_store, leon_fp_*): Handle
3930 leon3v7 as leon3.
3931 * config/sparc/sparc-opts.h (enum processor_type): Add LEON3V7.
3932 * config/sparc/sparc.c (sparc_option_override): Add leon3v7 support.
3933 * config/sparc/sparc.h (TARGET_CPU_leon3v7): New define.
3934 * config/sparc/sparc.md (cpu): Add leon3v7.
3935 * config/sparc/sparc.opt (enum processor_type): Add leon3v7.
3936
c7a6a617
DH
39372014-10-24 Daniel Hellstrom <daniel@gaisler.com>
3938
3939 * MAINTAINERS (write-after-approval): Add myself.
3940
74cc5471
ILT
39412014-10-23 Ian Lance Taylor <iant@google.com>
3942
3943 * configure.ac: Disable the Go frontend on systems where it is known
3944 to not work.
3945 * configure: Regenerate.
3946
929315a9
RB
39472014-10-23 Richard Biener <rguenther@suse.de>
3948
3949 * Makefile.def: Add libcpp build module and dependencies.
3950 * configure.ac: Add libcpp build module.
3951 * Makefile.in: Regenerate.
3952 * configure: Likewise.
3953
5d12b768
MF
39542014-10-15 Max Filippov <jcmvbkbc@gmail.com>
3955
3956 * MAINTAINERS (write-after-approval): Add myself.
3957
7b262a51
MLI
39582014-10-12 Manuel López-Ibáñez <manu@gcc.gnu.org>
3959
3960 * INSTALL/README: Do not mention CVS.
3961
7705dfd1
JY
39622014-10-03 Jing Yu <jingyu@google.com>
3963
3964 * configure.ac: Add aarch64 to list of targets that support gold.
3965 * configure: Regenerate.
3966
a3052d31
FD
39672014-09-29 François Dumont <fdumont@gcc.gnu.org>
3968
3969 * MAINTAINERS: Add myself as libstdc++ special modes maintainer.
3970
b2a1b261
CM
39712014-09-29 Catherine Moore <clm@codesourcery.com>
3972
3973 * MAINTAINERS: Add myself as MIPS maintainer.
3974
05342e10
MF
39752014-09-28 Matthew Fortune <matthew.fortune@imgtec.com>
3976
3977 * MAINTAINERS: Move myself to MIPS maintainers.
3978
3f6bb7e5
JBG
39792014-09-23 Jan-Benedict Glaw <jbglaw@lug-owl.de>
3980
3981 * MAINTAINERS: Put all email addresses between '<' and '>'.
3982
3e895729
FXC
39832014-09-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
3984
3985 * MAINTAINERS: Move myself to reviewers (Fortran).
3986
e04733ee
AK
39872014-09-01 Andi Kleen <ak@linux.intel.com>
3988
3989 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add LTO_EXPORTS.
3990 POSTSTAGE1_FLAGS_TO_PASS): Add LTO_FLAGS_TO_PASS.
3991 * Makefile.in: Regenerate.
3992
e79c0ea8
DM
39932014-08-28 David Malcolm <dmalcolm@redhat.com>
3994
3995 * rtx-classes-status.txt: Delete
3996
b32d5189
DM
39972014-08-28 David Malcolm <dmalcolm@redhat.com>
3998
3999 * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done.
4000
e0c0c325
SP
40012014-08-27 Sebastian Pop <s.pop@samsung.com>
4002
4003 * config/isl.m4 (_ISL_CHECK_CT_PROG): Removed.
4004 (ISL_CHECK_VERSION): Check for functionality added to ISL 0.12 instead
4005 of checking for version number.
4006 * configure: Regenerated.
4007 * configure.ac (ISL_CHECK_VERSION): Do not use ISL version number.
4008
d7ac0a6a
DM
40092014-08-27 David Malcolm <dmalcolm@redhat.com>
4010
4011 * rtx-classes-status.txt: Phase 5 (additional rtx_def subclasses)
4012 is done; begin phase 6 (use extra rtx_def subclasses).
4013
9daaca36
DM
40142014-08-27 David Malcolm <dmalcolm@redhat.com>
4015
4016 * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is
4017 done; begin phase 5 (additional rtx_def subclasses).
4018
b2908ba6
DM
40192014-08-26 David Malcolm <dmalcolm@redhat.com>
4020
4021 * rtx-classes-status.txt (TODO): DF_REF_INSN is done.
4022
1130d5e3
DM
40232014-08-26 David Malcolm <dmalcolm@redhat.com>
4024
4025 * rtx-classes-status.txt (TODO): SET_BB_HEAD, SET_BB_END,
4026 SET_BB_HEADER are done.
4027
0e0ce50d
DM
40282014-08-26 David Malcolm <dmalcolm@redhat.com>
4029
4030 * rtx-classes-status.txt (TODO): SET_DEP_PRO and SET_DEP_CON are
4031 done.
4032
3d30f4e8
DM
40332014-08-26 David Malcolm <dmalcolm@redhat.com>
4034
4035 * rtx-classes-status.txt (TODO): Remove SET_VINSN_INSN_RTX.
4036
6144a836
DM
40372014-08-26 David Malcolm <dmalcolm@redhat.com>
4038
4039 * rtx-classes-status.txt (TODO): Remove SET_BND_TO.
4040
b311fd0f
DM
40412014-08-25 David Malcolm <dmalcolm@redhat.com>
4042
4043 * rtx-classes-status.txt (TODO): Remove SET_BB_NOTE_LIST.
4044
d8ce2eae
DM
40452014-08-25 David Malcolm <dmalcolm@redhat.com>
4046
4047 * rtx-classes-status.txt (TODO): Remove SET_BB_FOOTER.
4048
1455e88c
DM
40492014-08-25 David Malcolm <dmalcolm@redhat.com>
4050
4051 * rtx-classes-status.txt: Phase 3 (per-file commits within
4052 "config" subdirs) is done; begin phase 4 (removal of
4053 "scaffolding").
4054
76c531d3
DM
40552014-08-23 David Malcolm <dmalcolm@redhat.com>
4056
4057 * rtx-classes-status.txt: Phase 2 (per-file commits in main source
4058 dir) is done; begin phase 3 (per-file commits within "config"
4059 subdirs).
4060
00550b3d
DM
40612014-08-21 David Malcolm <dmalcolm@redhat.com>
4062
4063 * rtx-classes-status.txt: Phase 1 ("scaffolding") is done; begin
4064 phase 2 (per-file commits in main source dir).
4065
622dbadf
BC
40662014-08-21 Bin Cheng <bin.cheng@arm.com>
4067
4068 * configure: Regenerated.
4069
c1286e0b
DM
40702014-08-19 David Malcolm <dmalcolm@redhat.com>
4071
4072 * rtx-classes-status.txt (TODO): Add SET_BND_TO
4073
c2fc1aee
DM
40742014-08-19 David Malcolm <dmalcolm@redhat.com>
4075
4076 * rtx-classes-status.txt (TODO): Add SET_BB_NOTE_LIST.
4077
68975683
DM
40782014-08-19 David Malcolm <dmalcolm@redhat.com>
4079
4080 * rtx-classes-status.txt (TODO): Add SET_VINSN_INSN_RTX.
4081
d914bc6b
DM
40822014-08-19 David Malcolm <dmalcolm@redhat.com>
4083
4084 * rtx-classes-status.txt (TODO): Add SET_DEP_PRO, SET_DEP_CON.
4085
8020a4d5
DM
40862014-08-19 David Malcolm <dmalcolm@redhat.com>
4087
4088 * rtx-classes-status.txt (TODO): Add DF_REF_INSN.
4089
a231b8a5
JV
40902014-08-19 Joost VandeVondele <vondele@gcc.gnu.org>
4091
4092 * MAINTAINERS (Write After Approval): Add myself.
4093
ce8126f5
CF
40942014-08-19 Christopher Faylor <me.gnu@cgf.cx>
4095
4096 * MAINTAINERS: Remove myself
4097
0f82e5c9
DM
40982014-08-19 David Malcolm <dmalcolm@redhat.com>
4099
4100 * rtx-classes-status.txt: Add SET_NEXT_INSN, SET_PREV_INSN.
4101
9c9afb69
PP
41022014-08-18 Patrick Palka <ppalka@gcc.gnu.org>
4103
4104 * MAINTAINERS (Write After Approval): Add myself.
4105
190bea87
DM
41062014-08-18 David Malcolm <dmalcolm@redhat.com>
4107
4108 * rtx-classes-status.txt (TODO): Add SET_BB_HEAD, SET_BB_END,
4109 SET_BB_HEADER, SET_BB_FOOTER
4110
c41b94ce
DM
41112014-08-18 David Malcolm <dmalcolm@redhat.com>
4112
bb3fff01 4113 * rtx-classes-status.txt: New file
c41b94ce 4114
eae1a5d4
RG
41152014-08-18 Roman Gareev <gareevroman@gmail.com>
4116
4117 * configure.ac: Eliminate ClooG installation dependency.
4118 * configure: Regenerate.
4119 * Makefile.tpl: Add definition of ISLLIBS and HOST_ISLLIBS.
4120 * Makefile.in: Regenerate.
4121
f613bc0f
IV
41222014-08-15 Ilya Verbin <iverbin@gmail.com>
4123
4124 * MAINTAINERS (Write After Approval): Add myself.
4125
423ea09f 41262014-08-15 Ilya Tocar <tocarip@gmail.com>
5f75acf4
IT
4127
4128 * MAINTAINERS (Write After Approval): Add myself.
4129
88b1a322
JW
41302014-08-01 Jiong Wang <jiong.wang@arm.com>
4131
4132 * MAINTAINERS (Write After Approval): Add myself.
4133
8ed499f8
AG
41342014-07-28 Anthony Green <green@moxielogic.com>
4135
4136 Import from savannah.gnu.org:
4137 * config.sub: Update to 2014-07-28 version.
4138
09ec3110
RS
41392014-07-27 Richard Sandiford <rdsandiford@googlemail.com>
4140
4141 * MAINTAINERS: Remove my MIPS maintainer entry.
4142
7b7f941a
UB
41432014-07-26 Uros Bizjak <ubizjak@gmail.com>
4144
4145 PR target/47230
4146 * configure.ac (alpha*-*-linux*): Use mh-alpha-linux.
4147 * configure: Regenerate.
4148
a12f7ac8
JN
41492014-07-24 James Norris <jnorris@codesourcery.com>
4150
4151 * MAINTAINERS (Write After Approval): Add myself.
4152
09611faf
RG
41532014-07-20 Roman Gareev <gareevroman@gmail.com>
4154
4155 * configure.ac: Accept only CLooG 0.18.1.
4156 * configure: Regenerate.
4157
37738b0f
RG
41582014-07-17 Roman Gareev <gareevroman@gmail.com>
4159
4160 * configure.ac: Don't accept isl 0.11.
4161 * configure: Regenerate.
4162
473037cb
AZ
41632014-07-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4164
4165 * MAINTAINERS (Write After Approval): Add myself.
4166
9a62ed16
RO
41672014-07-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4168
4169 * configure.ac: Don't accept isl 0.10.
4170 * configure: Regenerate.
4171
c41f1c42 41722014-06-23 Bernd Edlinger <bernd.edlinger@hotmail.de>
29d0a43c 4173
c41f1c42
BE
4174 Fix include path for in-tree cloog.
4175 * config/cloog.m4 (CLOOG_INIT_FLAGS): Remove bogus include path.
4176 * configure: Regenerate.
29d0a43c 4177
c41f1c42 41782014-06-18 Richard Henderson <rth@redhat.com>
a5852bea 4179
c41f1c42 4180 * .gitignore: Import gcc_update output.
a5852bea 4181
b6383ab8
TS
41822014-06-13 Thomas Schwinge <thomas@codesourcery.com>
4183
a10ec8bc
TS
4184 * config-ml.in: Robustify ac_configure_args parsing.
4185
45b3824d
TS
4186 * configure.ac (--enable-linker-plugin-configure-flags)
4187 (--enable-linker-plugin-flags): New flags.
4188 (configdirs): Conditionally add libiberty-linker-plugin.
4189 * configure: Regenerate.
4190 * Makefile.def (host_modules): Add libiberty-linker-plugin.
4191 (host_modules) <lto-plugin>: Pay attention to
4192 @extra_linker_plugin_flags@ and
4193 @extra_linker_plugin_configure_flags@.
4194 (all-lto-plugin): Also depend on all-libiberty-linker-plugin.
4195 * Makefile.in: Regenerate.
4196
b6383ab8
TS
4197 * Makefile.tpl (configure-[+prefix+][+module+])
4198 (configure-stage[+id+]-[+prefix+][+module+]): If specified, use
4199 "module_srcdir" instead of "module" for locating a module's srcdir.
4200 * Makefile.in: Regenerate.
4201
a4a1b5f3
MF
42022014-06-10 Matthew Fortune <matthew.fortune@imgtec.com>
4203
4204 * MAINTAINERS (Write After Approval): Add myself.
4205
38a13841
SP
42062014-06-06 Sebastian Pop <sebpop@gmail.com>
4207
4208 * MAINTAINERS: Update my email address.
4209
153fcd41
TP
42102014-06-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
4211
4212 * MAINTAINERS (Write After Approval): Add myself.
4213
e25d9632
AB
42142014-06-03 Andrew Bennett <andrew.bennett@imgtec.com>
4215
4216 * MAINTAINERS (Write After Approval): Add myself.
4217
1007a55c
JW
42182014-05-30 Jonathan Wakely <jwakely@redhat.com>
4219
4220 PR libstdc++/61011
4221 * configure.ac (--disable-libstdcxx): Set noconfigdirs correctly.
4222 Disable libcilkrts, libitm, libsanitizer when not building libstdc++.
4223 * configure: Regenerate.
4224
fd9ed1ae
PA
42252014-05-28 Pedro Alves <palves@redhat.com>
4226
4227 * MAINTAINERS (Write After Approval): Add myself.
4228
03bdb69f
MK
42292014-05-22 Maxim Kuvyrkov <maxim.kuvyrkov@linaro.org>
4230
4231 * MAINTAINERS: Update my affiliation/email.
4232
905083ad
MS
42332014-05-19 Mike Stump <mikestump@comcast.net>
4234
4235 * MAINTAINERS: Add wide-int reviewers.
4236
707f1839
SL
42372014-05-14 Sandra Loosemore <sandra@codesourcery.com>
4238
4239 * configure.ac (target_makefile_frag): Set for nios2-*-elf*.
4240 * configure: Regenerated.
4241
7321dc60
TR
42422014-05-15 Torvald Riegel <triegel@redhat.com>
4243
4244 * MAINTAINERS (libitm): Add myself as maintainer.
4245
5b1e4b47
CB
42462014-05-07 Charles Baylis <charles.baylis@linaro.org>
4247
4248 * MAINTAINERS (Write After Approval): Add myself.
4249
a4ebe104
RS
42502014-05-01 Richard Sandiford <rdsandiford@googlemail.com>
4251
4252 * config.sub, config.guess: Import from upstream.
4253
9575df4a
AL
42542014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4255
4256 * MAINTAINERS (Write After Approval): Put myself in correct order.
4257
2fdc94b7
AL
42582014-04-29 Alan Lawrence <alan.lawrence@arm.com>
4259
4260 * MAINTAINERS (Write After Approval): Add myself.
4261
080c6230
LB
42622014-04-24 Laurynas Biveinis <laurynas.biveinis@gmail.com>
4263
4264 * MAINTAINERS: Move myself from Reviewers to Write After Approval
4265 section.
4266
4e4c8692
RÁE
42672014-04-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
4268
4269 * MAINTAINERS (Write After Approval): Delete myself.
4270
ffe7f7a7
JJ
42712014-04-17 Jakub Jelinek <jakub@redhat.com>
4272
4273 PR sanitizer/56781
4274 * libtool-ldflags: Also prefix -static-lib*, -shared-lib*
4275 and -B* options with -Xcompiler.
4276
147d38a5
EB
42772014-04-04 Eric Botcazou <ebotcazou@adacore.com>
4278
4279 PR bootstrap/60620
423ea09f 4280 * Makefile.def (dependencies): Make gnattools depend on libstdc++-v3.
147d38a5
EB
4281 * Makefile.in: Regenerate.
4282
ba1925c3
YS
42832014-03-28 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
4284
4285 * Makefile.def (dependencies): Make all-ld depend on all-binutils
4286 for WINDRES_FOR_TARGET in default-manifest.o rule.
4287 * Makefile.in: Regenerate.
4288
8707b3bc
DH
42892014-03-26 Dominique d'Humieres <dominiq@lps.ens.fr>
4290
4291 * MAINTAINERS (Write After Approval): Add myself.
4292
9e1c8fc1
JJ
42932014-03-26 Jakub Jelinek <jakub@redhat.com>
4294
4295 PR sanitizer/56781
4296 * Makefile.def: Set bootstrap=true; for host fixincludes.
4297 * configure.ac: Don't bootstrap host fixincludes unless
4298 --with-build-config=bootstrap-{a,ub}san.
4299 * Makefile.in: Regenerated.
4300 * configure: Regenerated.
4301
beeda1d9
JJ
43022014-03-21 Jakub Jelinek <jakub@redhat.com>
4303
4304 * configure.ac: Move BUILD_CONFIG set up earlier. Add
4305 --enable-vtable-verify option parsing. Don't add
4306 target-libsanitizer to bootstrap_target_libs unless
4307 --with-build-config=bootstrap-asan or
4308 --with-build-config=bootstrap-ubsan. Don't add target-libvtv
4309 to bootstrap_target_libs unless --enable-vtable-verify.
4310 * configure: Regenerated.
4311
e5dddc50
AS
43122014-03-10 Anatoly Sokolov <aesok@post.ru>
4313
4314 * MAINTAINERS (Write After Approval): Add myself.
4315
df5bc1cb
DC
43162014-03-07 Denis Chertykov <chertykov@gmail.com>
4317
4318 * MAINTAINERS: Remove avr maintainers: Anatoly Sokolov and Eric Weddington
4319
3b9edeac
JJ
43202014-03-07 Jakub Jelinek <jakub@redhat.com>
4321
4322 PR bootstrap/58572
4323 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Use -isystem instead of
4324 -I for libstdc++-v3 includes if $(LEAN).
4325 * Makefile.in: Regenerated.
4326
c01a8548
JW
43272014-03-04 Jonathan Wakely <jwakely@redhat.com>
4328
4329 * MAINTAINERS: Update my email address.
4330
341c653c
WL
43312014-02-24 Walter Lee <walt@tilera.com>
4332
4333 * configure.ac (tilepro-*-*) Change to tilepro*-*-*.
4334 (tilegx-*-*): Change to tilegx*-*-*.
4335 * configure: Regenerate.
4336
37f2c4f0
LR
43372014-02-17 Loren J. Rittle <ljrittle@acm.org>
4338
4339 * MAINTAINERS (Various Maintainers: c++ runtime libs): Remove myself.
4340
6c01e96e
KV
43412014-02-17 Kugan Vivekanandarajah <kuganv@linaro.org>
4342
4343 * MAINTAINERS (Write After Approval): Add myself.
4344
91da0481
RO
43452014-02-04 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4346
4347 PR target/59788
4348 * ltmain.sh (opt_duplicate_compiler_generated_deps): Enable on
4349 *solaris2*.
4350
dd35b84f
JDA
43512014-01-21 John David Anglin <danglin@gcc.gnu.org>
4352
4353 * MAINTAINERS: Update my email address.
4354
493b8af8
GP
43552014-01-20 Gerald Pfeifer <gerald@pfeifer.com>
4356
4357 * MAINTAINERS: Convert to UTF-8.
4358 Properly sort Xinliang David Li's entry.
4359
f121b81d
CLT
43602013-12-31 Chung-Lin Tang <cltang@codesourcery.com>
4361 Sandra Loosemore <sandra@codesourcery.com>
4362
4363 * MAINTAINERS: Add Sandra Loosemore and Chung-Lin Tang as
4364 nios2 port maintainers.
4365
74f769b5
MT
43662013-12-16 Markus Trippelsdorf <markus@trippelsdorf.de>
4367
4368 * MAINTAINERS (Write After Approval): Add myself.
4369
79e0604d 43702013-12-13 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
a3b854b6
FXC
4371
4372 * configure.ac: Add user-friendly check for native x86_64-linux
4373 multilibs.
4374 * configure: Regenerate.
4375
43762013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
4377
4378 * MAINTAINERS: Add myself as sh maintainer.
4379
43802013-12-03 Bill Schmidt <wschmidt@linux.vnet.ibm.com>
4381
4382 * MAINTAINERS: Add self as SLSR maintainer.
4383
43842013-11-18 Jan Hubicka <hubicka@ucw.cz>
4385
4386 * MAINTAINERS: Update my email address.
4387
43882013-11-15 David Edelsohn <dje.gcc@gmail.com>
4389
4390 * MAINTAINERS (Global Reviewers, c++): Remove Mark Mitchell.
4391
43922013-11-07 Thomas Schwinge <thomas@codesourcery.com>
4393
4394 * Makefile.in: Regenerate.
4395
4396 * Makefile.tpl: Fix typo.
4397 * Makefile.in: Regenerate partially.
4398
43992013-11-04 Balaji V. Iyer <balaji.v.iyer@intel.com>
4400
4401 * configure.ac: Added libcilkrts to noconfig list when C++ is not
4402 supported.
4403 * configure: Regenerated.
4404
44052013-11-01 Trevor Saunders <tsaunders@mozilla.com>
4406
4407 * MAINTAINERS (Write After Approval): Add myself.
4408
44092013-10-30 Jason Merrill <jason@redhat.com>
4410
4411 * Makefile.tpl (STAGE1_CONFIGURE_FLAGS): Pass
4412 --disable-build-format-warnings.
4413
44142013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
4415
423ea09f 4416 * Makefile.def: Add libcilkrts to target_modules. Make libcilkrts
a3b854b6
FXC
4417 depend on libstdc++ and libgcc.
4418 * configure: Regenerate.
4419 * configure.ac: Added libcilkrts to target binaries. Also, restrict
4420 libcilkrts for POSIX and i*86, and x86_64 architectures.
4421 * Makefile.in: Added libcilkrts related fields to support building it.
4422
44232013-10-26 Jeff Law <law@redhat.com>
4424
4425 * Makefile.def (target_modules): Remove libmudflap
4426 (languages): Remove check-target-libmudflap).
4427 * Makefile.in: Rebuilt.
4428 * Makefile.tpl (check-target-libmudflap-c++): Remove.
4429 * configure.ac (target_libraries): Remove target-libmudflap.
4430 Remove checks which disabled libmudflap on some systems.
4431 * configure: Rebuilt.
4432 * libmudflap: Directory removed.
4433
44342013-10-21 Cong Hou <congh@google.com>
4435
4436 * MAINTAINERS (Write After Approval): Add myself.
4437
44382013-10-16 Mike Stump <mikestump@comcast.net>
4439
4440 * .dir-locals.el: Add.
4441
44422013-10-15 David Malcolm <dmalcolm@redhat.com>
4443
4444 * configure.ac: Add --enable-host-shared
4445 * configure: Regenerate.
4446
44472013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4448
4449 Import from savannah.gnu.org:
4450 * config.guess: Update to 2013-06-10 version.
4451 * config.sub: Update to 2013-10-01 version.
4452
44532013-10-01 Simon Cook <simon.cook@embecosm.com>
4454
4455 Changes to build configuration to allow big endian ARC ELF toolchain
4456 * configure.ac: Also add target-libgloss to noconfigdirs for arceb-*-*.
4457 * configure: Regenerate.
4458
44592013-09-20 Alan Modra <amodra@gmail.com>
4460
4461 * libtool.m4 (_LT_ENABLE_LOCK <ld -m flags>): Remove non-canonical
4462 ppc host match. Support little-endian powerpc linux hosts.
4463
44642013-09-19 Dodji Seketeli <dodji@redhat.com>
4465
4466 * MAINTAINERS (diagnostic messages): Add myself as diagnostics
4467 maintainer.
4468
44692013-09-12 DJ Delorie <dj@redhat.com>
4470
4471 * MAINTAINERS: Add Nick Clifton and DJ Delorie as msp430
4472 maintainers.
4473
44742013-09-03 Richard Biener <rguenther@suse.de>
4475
4476 * configure.ac: Also allow ISL 0.12.
4477 * configure: Regenerated.
4478
44792013-08-30 Bernd Edlinger <bernd.edlinger@hotmail.de>
4480
4481 * MAINTAINERS (Write After Approval): Add myself.
4482
44832013-08-27 David Malcolm <dmalcolm@redhat.com>
4484
4485 * MAINTAINERS (gdbhooks.py): Add myself as maintainer.
4486
44872013-08-26 Caroline Tice <cmtice@google.com>
4488
4489 * MAINTAINERS: Correct earliers update: Move myself from libvtv
4490 "Various Reviewers" to libvtv "Various Maintainers".
4491
44922013-08-20 Steven Bosscher <steven@gcc.gnu.org>
4493
4494 * MAINTAINERS: Add myself as RTL optimizers reviewer.
4495
44962013-08-19 Benjamin De Kosnik <bkoz@gnu.org>
4497
4498 * MAINTAINERS: Update name, email.
4499
45002013-08-13 Adam Butcher <adam@jessamine.co.uk>
4501
4502 * MAINTAINERS (Write After Approval): Add myself.
4503
45042013-08-12 Caroline Tice <cmtice@google.com>
4505
4506 * MAINTAINERS: Add myself as libvtv maintainer. Correct my email
4507 address in the Write After Approval section.
4508
45092013-08-09 Carlos O'Donell <carlos@redhat.com>
4510
4511 * MAINTAINERS (Write After Approval): Update email.
4512
45132013-08-08 Benjamin Kosnik <bkoz@redhat.com>
4514
4515 * configure.ac: Adjust to check VTV_SUPPORTED.
4516 * configure: Regenerated.
4517
45182013-08-02 Caroline Tice <cmtice@google.com>
4519
4520 * configure.ac: Add target-libvtv to target_libraries; disable libvtv
4521 on non-linux systems; add target-libvtv to noconfigdirs; add
4522 libsupc++/.libs to C++ library search paths.
4523 * configure: Regenerated.
4524 * Makefile.def: Add libvtv to target_modules; make libvtv depend on
4525 libstdc++ and libgcc.
4526 * Makefile.in: Regenerated.
4527
45282013-07-19 Yvan Roux <yvan.roux@linaro.org>
4529
4530 * MAINTAINERS (Write After Approval): Add myself.
4531
45322013-07-19 Chung-Ju Wu <jasonwucj@gmail.com>
4533 Shiva Chen <shiva0217@gmail.com>
4534
4535 * MAINTAINERS (nds32 port): Add Chung-Ju Wu and Shiva Chen as
4536 nds32 port maintainers.
4537
45382013-07-17 Tim Shen <timshen91@gmail.com>
4539
4540 * MAINTAINERS (Write After Approval): Add myself.
4541
45422013-07-16 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4543
4544 * configure.ac: Sync from binutils.
4545 * configure: Regenerate.
4546
45472013-06-14 Vidya Praveen <vidyapraveen@arm.com>
4548
4549 * MAINTAINERS (Write After Approval): Add myself.
4550
45512013-06-01 Dinar Temirbulatov <dinar@kugelworks.com>
4552
4553 * MAINTAINERS (Write After Approval): Add myself.
4554
45552013-05-17 David Malcolm <dmalcolm@redhat.com>
4556
4557 * MAINTAINERS (Write After Approval): Add myself.
4558
45592013-04-30 Brooks Moses <bmoses@google.com>
4560
4561 * MAINTAINERS: Update my email; move myself from Fortran
4562 reviewer to Write After Approval.
4563
45642013-04-16 Andreas Schwab <schwab@suse.de>
4565
4566 * configure.ac (aarch64-*-*): Don't disable java.
4567 * configure: Regenerate.
4568
45692013-04-10 Chung-Ju Wu <jasonwucj@gmail.com>
4570
4571 * MAINTAINERS (Write After Approval): Add myself.
4572
45732013-03-30 Matthias Klose <doko@ubuntu.com>
4574
4575 * Makefile.def (target_modules): Don't install libffi.
4576 * Makefile.in: Regenerate.
4577
45782013-02-24 Tilo Schwarz <tilo@tilo-schwarz.de>
4579
4580 * MAINTAINERS (Write After Approval): Add myself.
4581
45822013-02-20 Andrew Sutton <andrew.n.sutton@gmail.com>
4583
4584 * MAINTAINERS (Write After Approval): Add myself.
4585
45862013-02-15 Yufeng Zhang <yufeng.zhang@arm.com>
4587
4588 * configure.ac: Set libgloss_dir for the aarch64*-*-* targets.
4589 * configure: Regenerated.
4590
a15d2ea8
ILT
45912013-02-05 Ian Lance Taylor <iant@google.com>
4592
4593 PR go/55969
4594 * configure.ac: Disable libgo on some systems where it does not
4595 work.
4596
a3b854b6
FXC
45972013-02-04 David Edelsohn <dje.gcc@gmail.com>
4598
4599 * MAINTAINERS: Explicitly add myself as AIX maintainer.
4600 Remove Geoff Keating as rs6000 port maintainer, at his request.
4601
46022013-01-24 Maxim Kuvyrkov <maxim@kugelworks.com>
4603
4604 * MAINTAINERS: Update my email.
4605
46062013-01-23 Shenghou Ma <minux.ma@gmail.com>
4607
4608 * configure: Re-generate.
4609
46102013-01-15 Richard Biener <rguenther@suse.de>
4611
4612 PR other/55973
4613 * configure: Re-generate.
4614
46152013-01-14 Matthias Klose <doko@ubuntu.com>
4616
4617 * Makefile.def (install-target-libsanitizer): Depend on
4618 install-target-libstdc++-v3.
4619 * Makefile.in: Regenerate.
4620
46212013-01-14 Richard Biener <rguenther@suse.de>
4622
4623 * configure.ac (cloog/isl): Also allow ISL 0.11.x and CLooG 0.18.0.
4624 * configure: Re-generate
4625
46262013-01-11 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4627
4628 * config.sub: Update from config repo.
4629
46302013-01-11 Eric Botcazou <ebotcazou@adacore.com>
4631
4632 * Makefile.tpl (BOOT_ADAFLAGS): Remove -gnata.
4633 * Makefile.in: Regenerate.
4634
46352013-01-10 Joern Rennecke <joern.rennecke@embecosm.com>
4636
4637 * MAINTAINERS (arc): Add new port maintainership for myself.
4638
46392013-01-09 Jason Merrill <jason@redhat.com>
4640
4641 * .gitignore: Import from gdb repository.
4642
46432013-01-09 H.J. Lu <hongjiu.lu@intel.com>
4644
4645 * Makefile.def (configure-gcc): Depend on all-gmp.
4646 (all-gcc): Remove dependency on all-gmp.
4647 * Makefile.in: Regenerated.
4648
46492013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4650
4651 * config.sub: Merge from config repo.
4652 * config.guess: Ditto.
4653
46542013-01-08 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4655
4656 * Makefile.def: Merge from binutils.
4657 * Makefile.in: Ditto.
4658
46592013-01-01 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
4660
4661 * MAINTAINERS: Update my email.
4662
46632012-12-29 Ben Elliston <bje@gnu.org>
4664
4665 * config.guess: Update to 2012-12-29 version.
4666 * config.sub: Likewise.
4667
46682012-12-20 Matthias Klose <doko@ubuntu.com>
4669
4670 * Makefile.def (install-target-libgfortran): Depend on
4671 install-target-libquadmath, install-target-libgcc.
4672 (install-target-libsanitizer): Depend on install-target-libgcc.
4673 (install-target-libjava): Depend on install-target-libgcc.
4674 (install-target-libitm): Depend on install-target-libgcc.
4675 (install-target-libobjc): Depend on install-target-libgcc.
4676 (install-target-libstdc++-v3): Depend on install-target-libgcc.
4677 * Makefile.in: Regenerate.
4678
46792012-12-19 Matthias Klose <doko@ubuntu.com>
4680
4681 * Makefile.def (install-target-libgo): Depend on
4682 install-target-libatomic.
4683 * Makefile.in: Regenerate.
4684
46852012-12-18 Andreas Schwab <schwab@linux-m68k.org>
4686
4687 PR go/55201
4688 * Makefile.def (all-target-libgo): Depend on all-target-libatomic.
4689 * Makefile.in: Regenerate.
4690
46912012-12-16 Thomas Schwinge <thomas@codesourcery.com>
4692
4693 * configure.ac (ENABLE_GOLD): Consider *-*-gnu* targets ELF.
4694 * configure: Regenerate.
4695
46962012-12-12 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4697
4698 * config.sub: Merge from config repo.
4699
47002012-12-11 H.J. Lu <hongjiu.lu@intel.com>
4701
4702 * Makefile.def (target_modules): Add bootstrap=true and
4703 raw_cxx=true to libsanitizer.
4704 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4705 * Makefile.in: Regenerated.
4706 * configure: Likewise.
4707
47082012-12-01 Richard Sandiford <rdsandiford@googlemail.com>
4709
4710 * MAINTAINERS: Remove self as RTL optimization maintainer.
4711
47122012-11-30 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
4713
4714 * MAINTAINERS (Write After Approval): Add myself.
4715
47162012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4717
4718 * Makefile.def (target_modules): Remove bootstrap=true and
4719 raw_cxx=true from libsanitizer.
4720 * configure.ac (bootstrap_target_libs): Remove libsanitizer.
4721 * Makefile.in: Regenerated.
4722 * configure: Likewise.
4723
47242012-11-28 H.J. Lu <hongjiu.lu@intel.com>
4725
4726 * Makefile.def (target_modules): Add bootstrap=true and
4727 raw_cxx=true to libsanitizer.
4728 * configure.ac (bootstrap_target_libs): Add libsanitizer.
4729 * Makefile.in: Regenerated.
4730 * configure: Likewise.
4731
47322012-11-28 Andrew Pinski <apinski@cavium.com>
4733
4734 PR bootstrap/54279
4735 * configure.ac (CXX_FOR_TARGET): Change over to use xg++.
4736 * configure: Regenerate.
4737 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): Change over to use xg++.
4738 * Makefile.in: Regenerate.
4739
47402012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4741
4742 * configure.ac: Disable libsanitizer if we're not building C++.
4743 * configure: Regenerate.
4744
47452012-11-15 Roland McGrath <roland@hack.frob.com>
4746
4747 * MAINTAINERS (Write After Approval): Add myself.
4748
47492012-11-15 Dmitry Vyukov <dvyukov@google.com>
4750
4751 * MAINTAINERS: (libsanitizer, asan.c): Add myself,
4752 Kostya Serebryany (kcc@google.com) and
4753 Jakub Jelinek (jakub@redhat.com).
4754 Rename area for Dodji Seketeli (dodji@redhat.com).
4755
47562012-11-15 Dodji Seketeli <dodji@redhat.com>
4757
4758 * MAINTAINERS: (asan.c, related): Add myself.
4759
47602012-11-14 Roland McGrath <mcgrathr@google.com>
4761
4762 * configure.ac (ENABLE_GOLD): Consider *-*-nacl* targets ELF.
4763 * configure: Regenerate.
4764
47652012-11-13 Richard Henderson <rth@redhat.com>
4766
4767 * configure.ac: Move libsanitizer logic to subdirectory.
4768 * configure: Regenerate.
4769
47702012-11-13 Dodji Seketeli <dodji@redhat.com>
4771
4772 * configure.ac: Enable libsanitizer just on x86 linux for now.
4773 * configure: Re-generate.
4774
47752012-11-13 David Edelsohn <dje.gcc@gmail.com>
4776
4777 * configure.ac: Disable libsanitizer on AIX. Merge libquadmath
4778 sections.
4779 * configure: Regenerate.
4780
47812012-11-13 Hans-Peter Nilsson <hp@axis.com>
4782
4783 * configure.ac: Add section for configdirs for libsanitizer.
4784 Disable for cris-*-* and mmix-*-*.
4785 * configure: Regenerate.
4786
47872012-11-12 Wei Mi <wmi@google.com>
4788
4789 * configure.ac: Add libsanitizer to target_libraries.
4790 * Makefile.def: Ditto.
4791 * configure: Regenerate.
4792 * Makefile.in: Regenerate.
4793 * libsanitizer: New directory for asan runtime. Contains an empty
4794 tsan directory.
4795
47962012-11-03 Corinna Vinschen <corinna@vinschen.de>
4797
4798 * configure.ac (FLAGS_FOR_TARGET,target=cygwin): Fix for building
4799 against Mingw64 w32api.
4800 * configure: Regenerate.
4801
48022012-11-03 H.J. Lu <hongjiu.lu@intel.com>
4803
4804 * configure: Regenerated.
4805
48062012-11-03 Robert Mason <rbmj@verizon.net>
4807
4808 * configure.ac: add --disable-libstdcxx configure option
4809 and handle defaulted state only for VxWorks, ARM-wince-pe and AVR.
4810
48112012-10-30 Ganesh Gopalasubramanian <Ganesh.Gopalasubramanian@amd.com>
4812
4813 * MAINTAINERS (Write After Approval): Add myself.
4814
48152012-10-26 James Greenhalgh <james.greenhalgh@arm.com>
4816
4817 * MAINTAINERS (Write After Approval): Add myself.
4818
48192012-10-24 Sharad Singhai <singhai@google.com>
4820
4821 * MAINTAINERS (Write After Approval): Add myself.
4822
48232012-10-24 Eric Christopher <echristo@gmail.com>
4824
4825 * MAINTAINERS: Update email address.
4826
48272012-10-23 Eric Botcazou <ebotcazou@adacore.com>
4828
4829 PR bootstrap/54820
4830 * configure.ac (have_static_libs): Force 'no' for GCC version < 4.5.
4831 * configure: Regenerate.
4832
48332012-10-23 Richard Earnshaw <rearnsha@arm.com>
4834
4835 * MAINTAINERS (aarch64): Add Marcus and myself.
4836
48372012-10-22 Eric Botcazou <ebotcazou@adacore.com>
4838
4839 PR bootstrap/54820
4840 * Makefile.tpl (STAGE1_FLAGS_TO_PASS): New variable.
4841 (all-[+prefix+][+module+]): Pass stage1_args to sub-makes.
4842 (all-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4843 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, if prev is false.
4844 (host_modules): Set stage1_args to STAGE1_FLAGS_TO_PASS.
4845 * Makefile.in: Regenerate.
4846 * configure.ac (have_static_libs): New variable and associated check.
4847 (stage1-ldflags): Move to after stage1_libs and set to -static-libstdc++
4848 -static-libgcc if stage1_libs is empty and have_static_libs is yes.
4849 * configure: Regenerate.
4850
48512012-10-10 Richard Biener <rguenther@suse.de>
4852
4853 * MAINTAINERS: Adjust for changed surname.
4854
48552012-10-04 Lawrence Crowl <crowl@google.com>
4856
4857 * MAINTAINERS (Write After Approval): Add myself.
4858
48592012-10-01 Cary Coutant <ccoutant@google.com>
4860
4861 * MAINTAINERS: Add myself as dwarf debugging code maintainer.
4862
48632012-09-28 Ian Lance Taylor <iant@google.com>
4864
4865 * Makefile.def: Make all-target-libgo depend on
4866 all-target-libbacktrace.
4867 * Makefile.in: Rebuild.
4868
48692012-09-26 Ian Lance Taylor <iant@google.com>
4870
4871 * Makefile.def: Make all-gcc depend on all-libbacktrace.
4872 * Makefile.in: Rebuild.
4873
48742012-09-20 Walter Lee <walt@tilera.com>
4875
4876 * configure.ac: Add tilegx to list of targets that support gold.
4877 * configure: Regenerate.
4878
48792012-09-20 Marek Polacek <polacek@redhat.com>
4880
4881 * MAINTAINERS (Write After Approval): Add myself.
4882
48832012-09-19 Steve Ellcey <sellcey@mips.com>
4884
4885 * configure.ac: Add mips*-mti-elf* target.
4886 * configure: Regenerate.
4887
48882012-09-17 Ian Lance Taylor <iant@google.com>
4889
4890 * MAINTAINERS (Various Maintainers): Add libbacktrace.
4891 * configure.ac (host_libs): Add libbacktrace.
4892 (target_libraries): Add libbacktrace.
4893 * Makefile.def (host_modules): Add libbacktrace.
4894 (target_modules): Likewise.
4895 * configure, Makefile.in: Rebuild.
4896
48972012-09-14 David Edelsohn <dje.gcc@gmail.com>
4898
4899 PR target/38607
4900 Merge upstream change.
4901 * libtool.m4 (_LT_COMPILER_PIC): Add -fPIC to GCC and GXX for AIX.
4902
4903 * configure.ac: Add target-libquadmath to noconfigdirs for AIX.
4904 Add libgomp*.o to compare_exclusions for AIX.
4905 * configure: Regenerate.
4906
49072012-09-06 Diego Novillo <dnovillo@google.com>
4908
4909 * configure.ac: Bump minimum GMP version to 4.2.3.
4910 * configure: Re-generate.
4911
49122012-09-05 Georg-Johann Lay <avr@gjlay.de>
4913
4914 PR target/54461
4915 * configure.ac (noconfigdirs,target=avr-*-*): Add target-newlib,
4916 target-libgloss if not configured --with-avrlibc=no.
4917 * configure: Regenerate.
4918
49192012-09-04 Jason Merrill <jason@redhat.com>
4920
4921 * configure.ac: Fix --enable-languages=all.
4922
49232012-09-04 Christophe Lyon <christophe.lyon@st.com>
4924
4925 * MAINTAINERS (Write After Approval): Add myself.
4926
49272012-09-03 Richard Guenther <rguenther@suse.de>
4928
4929 PR bootstrap/54138
4930 * configure.ac: Re-organize ISL / CLOOG checks to allow
4931 disabling with either --without-isl or --without-cloog.
4932 * configure: Regenerated.
4933
49342012-09-03 Georg-Johann Lay <avr@gjlay.de>
4935
4936 * configure.ac (noconfigdirs,target=avr): Add target-libquadmath.
4937 * configure: Regenerate.
4938
49392012-08-27 Ulrich Drepper <drepper@gmail.com>
4940
4941 * MAINTAINERS: Fix my email address.
4942
49432012-08-26 H.J. Lu <hongjiu.lu@intel.com>
4944
4945 PR binutils/4970
4946 * Makefile.def (host_modules): Rmove lib_path=.libs from bfd
4947 and opcodes.
4948 * Makefile.in: Regenerated.
4949
49502012-08-26 Art Haas <ahaas@impactweather.com>
4951
4952 * configure: Regenerate.
4953
49542012-08-25 Křištof Želechovski <giecrilj@stegny.2a.pl>
4955
4956 * INSTALL/README: Also refer to the online installation
4957 instructions.
4958
49592012-08-21 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
4960
4961 * MAINTAINERS (Write After Approval): Add myself.
4962 (Picochip port): Remove myself.
4963
49642012-08-14 Diego Novillo <dnovillo@google.com>
4965
4966 Merge from cxx-conversion branch.
4967
4968 * Makefile.tpl (STAGE[+id+]_CXXFLAGS): Remove
4969 POSTSTAGE1_CONFIGURE_FLAGS.
4970 * Makefile.in: Regenerate.
4971 * configure.ac (ENABLE_BUILD_WITH_CXX): Remove. Update all users.
4972 Force C++ when bootstrapping.
4973 * configure: Regenerate.
4974
49752012-07-24 Jan-Benedict Glaw <jbglaw@lug-owl.de>
4976
4977 * MAINTAINERS (Write After Approval): Add myself.
4978
49792012-07-16 Joseph Myers <joseph@codesourcery.com>
4980
4981 * README: Document use of ranges of years in copyright notices.
4982
49832012-07-06 Richard Guenther <rguenther@suse.de>
4984
4985 * Makefile.def (cloog): Pass $(HOST_GMPINC) and $(HOST_ISLINC)
4986 as CPPFLAGS, pass path to built gmp as LDFLAGS, always use
4987 --with-gmp=system.
4988 * Makefile.in: Regenerated.
4989 * configure: Likewise.
4990
49912012-07-06 Richard Guenther <rguenther@suse.de>
4992
4993 * configure.ac (extra_isl_gmp_configure_flags): Initialize and subst.
4994 * Makefile.def (isl): Use extra_isl_gmp_configure_flags and
4995 supply V=1 as extra_make_flags.
4996 * configure: Regenerated.
4997 * Makefile.in: Likewise.
4998
49992012-07-04 Tristan Gingold <gingold@adacore.com>
5000
5001 * configure: Regenerate.
5002
50032012-07-03 Richard Guenther <rguenther@suse.de>
5004
5005 * Makfile.def (isl): Remove not necessary extra_exports and
5006 extra_make_flags.
5007 (cloog): Use $$CPPFLAGS instead of ${CPPFLAGS}.
5008 * Makefile.in: Regenerated.
5009
50102012-07-03 Richard Guenther <rguenther@suse.de>
5011
5012 * Makefile.def (cloog): Add V=1 to extra_make_flags.
5013 * configure.ac: If either the ISL or the CLooG check failed
5014 do not try to build in-tree versions.
5015 * Makefile.in: Regenerated.
5016 * configure: Regenerated.
5017
50182012-07-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5019
5020 * configure: Regenerate.
5021
50222012-07-02 Janis Johnson <janisjo@codesourcery.com>
5023
5024 * MAINTAINERS (Various Maintainers): Add myself as testsuite
5025 maintainer.
5026
50272012-07-02 Richard Guenther <rguenther@suse.de>
5028
5029 * configure: Regenerated.
5030
50312012-07-02 Richard Guenther <rguenther@suse.de>
5032 Michael Matz <matz@suse.de>
5033 Tobias Grosser <tobias@grosser.es>
5034 Sebastian Pop <sebpop@gmail.com>
5035
5036 * Makefile.def: Add ISL host module, remove PPL host module.
5037 Adjust ClooG host module to use the proper ISL.
5038 * Makefile.tpl: Pass ISL include flags instead of PPL ones.
5039 * configure.ac: Include config/isl.m4. Add ISL host library,
5040 remove PPL. Remove PPL configury, add ISL configury, adjust
5041 ClooG configury.
5042 * Makefile.in: Regenerated.
5043 * configure: Likewise.
5044
50452012-07-02 Richard Guenther <rguenther@suse.de>
5046
5047 Merge from graphite branch
5048 2011-07-21 Tobias Grosser <tobias@grosser.es>
5049
5050 * configure: Regenerated.
5051 * config/cloog.m4: Remove support for CLooG-ppl and CLooG-parma,
5052 both cloog.org and legacy versions. The only supported version will
5053 be CLooG with the isl backend.
5054
5055 2011-07-21 Tobias Grosser <tobias@grosser.es>
5056
5057 * configure: Regenerated.
5058 * configure.ac: Require cloog isl 0.17.0
5059
5060 2011-07-21 Tobias Grosser <tobias@grosser.es>
5061
5062 * configure: Regenerated.
5063 * config/cloog.m4: Do not define CLOOG_ORG
5064
50652012-06-29 Steven Bosscher <steven@gcc.gnu.org>
5066
5067 * configure.ac: Skip C if explicitly selected.
5068 * configure: Regenerate.
5069
50702012-06-28 Christophe Lyon <christophe.lyon@st.com>
5071
5072 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Make sure
5073 they contain -O2.
5074 * configure: Regenerate.
5075
50762012-06-25 Richard Sandiford <rdsandiford@googlemail.com>
5077
5078 PR debug/53740
5079 * df.h, df-problems.c, dce.c: Revert last patch.
5080
50812012-06-25 Iain Sandoe <iain@codesourcery.com>
5082
5083 * MAINTAINERS (Write After Approval): Update my email address.
5084
50852012-06-21 Meador Inge <meadori@codesourcery.com>
5086
5087 * MAINTAINERS (Write After Approval): Add myself.
5088
50892012-06-20 Jason Merrill <jason@redhat.com>
5090
5091 * Makefile.tpl (check-target-libgomp-c++): New.
5092 (check-target-libitm-c++): New.
5093 * Makefile.def (c++): Add them.
5094 * Makefile.in: Regenerate.
5095
50962012-05-29 Edmar Wienskoski <edmar@freescale.com>
5097
5098 * MAINTAINERS (Write After Approval): Add myself.
5099
51002012-05-16 Olivier Hainque <hainque@adacore.com>
5101
5102 * Makefile.tpl (gcc-no-fixedincludes): Rename into ...
5103 (gcc-install-no-fixedincludes): Now forwarder to local target in gcc/
5104 (install-no-fixedincludes): Adjust accordingly.
5105 * Makefile.in: Regenerate.
5106
51072012-05-15 H.J. Lu <hongjiu.lu@intel.com>
5108
5109 Merge upstream change
5110 * libtool.m4 (_LT_ENABLE_LOCK): Support x32.
5111
51122012-05-14 Marc Glisse <marc.glisse@inria.fr>
5113
5114 * MAINTAINERS (Write After Approval): Add myself.
5115
51162012-05-09 Nick Clifton <nickc@redhat.com>
5117 Paul Smith <psmith@gnu.org>
5118
5119 PR bootstrap/50461
5120 * configure.ac (mpfr-dir): When using in-tree MPFR sources
5121 allow for the fact that from release v3.1.0 of MPFR the source
5122 files were moved into a src sub-directory.
5123 * configure: Regenerate.
5124
51252012-05-07 Janne Blomqvist <jb@gcc.gnu.org>
5126
5127 * configure.ac: Bump minimum MPFR version to 2.4.0.
5128 * configure: Regenerated.
5129
51302012-05-01 Richard Henderson <rth@redhat.com>
5131
5132 * Makefile.def (libatomic): New target_module.
5133 * configure.ac (target_libraries): Add libatomic.
5134 (noconfigdirs): Check if libatomic is supported.
5135 * Makefile.in, configure: Rebuild.
5136
51372012-05-01 Greta Yorsh <Greta.Yorsh@arm.com>
5138
5139 * MAINTAINERS (Write After Approval): Add myself.
5140
51412012-04-25 Joel Brobecker <brobecker@adacore.com>
5142
5143 * config.sub: Update to 2012-04-18 version from official repo.
5144
51452012-04-24 Naveen H.S <naveen.S@kpitcummins.com>
5146
5147 * MAINTAINERS (Write After Approval): Add myself.
5148
51492012-04-11 Steve Ellcey <sellcey@mips.com>
5150
5151 * MAINTAINERS: Changed email address.
5152
51532012-03-28 Georg-Johann Lay <avr@gjlay.de>
5154
5155 PR target/52737
5156 * contrib/gcc_update (files_and_dependencies):
5157 Remove gcc/config/avr/t-multilib from touch data.
5158
51592012-03-14 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5160
5161 * MAINTAINERS (OS Port Maintainers): Remove irix.
5162 * configure.ac (enable_libgomp): Remove *-*-irix6*.
5163 (unsupported_languages): Remove mips-sgi-irix6.*.
5164 (noconfigdirs): Don't add ${libgcj} for mips*-*-irix6*.
5165 (with_stabs): Remove.
5166 * configure: Regenerate.
5167
51682012-03-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5169
5170 * MAINTAINERS (OS Port Maintainers): Remove osf.
5171 * configure.ac (enable_libgomp): Remove *-*-osf*.
5172 (with_stabs): Remove alpha*-*-osf*.
5173 * configure: Regenerate.
5174
51752012-03-05 Tristan Gingold <gingold@adacore.com>
5176
5177 * configure.ac: Enable gdb and readline for ia64*-*-*vms*.
5178 * configure: Regenerate.
5179
51802012-02-17 Walter Lee <walt@tilera.com>
5181
5182 * MAINTAINERS: (Write After Approval): Delete myself.
5183
51842012-02-14 Walter Lee <walt@tilera.com>
5185
5186 * MAINTAINERS (tilegx port): Add myself.
5187 (tilepro port): Add myself.
5188 (Write After Approval): Add myself.
5189
51902012-02-12 Gerald Pfeifer <gerald@pfeifer.com>
5191
5192 * MAINTAINERS (Various Maintainers): Add Diego Novillo, Gerald Pfeifer
5193 and Joseph Myers as docstring relicensing maintainers.
5194
51952012-02-09 Bin Cheng <bin.cheng@arm.com>
5196
5197 * MAINTAINERS (write-after-approval): Add myself.
5198
51992012-02-08 Ira Rosen <irar@il.ibm.com>
5200
5201 * MAINTAINERS (Various Maintainers): Remove myself as auto-vectorizer
5202 maintainer.
5203
52042012-02-04 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5205
5206 * MAINTAINERS (Write After Approval): Move myself to
5207 maintain alphabetical order.
5208
52092012-02-03 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
5210
5211 * MAINTAINERS (Write After Approval): Add myself.
5212
52132012-02-02 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5214
5215 * MAINTAINERS (Write After Approval): Add myself.
5216
52172012-02-02 Sumanth G <sumanth.gundapaneni@kpitcummins.com>
5218 Jayant R Sonar <jayant.sonar@kpitcummins.com>
5219
5220 * configure.ac (cr16-*-*): Remove nonconfigdirs.
5221 * configure: Regenerate.
5222
52232012-01-23 Harshit Chopra <harshit@google.com>
5224
5225 * MAINTAINERS (Write After Approval): Add myself.
5226
52272012-01-22 Douglas B Rupp <rupp@ngnat.com>
5228
5229 * configure.ac: Remove reference to mh-interix.
5230 * configure: Regenerate.
5231
52322012-01-05 Richard Henderson <rth@redhat.com>
5233
5234 PR bootstrap/51072
5235 * configure.ac: Disable libitm if c++ is not enabled.
5236 * configure: Rebuild.
5237
5238 * configure.ac: Fix regexp for same.
5239 * configure: Rebuild.
5240
52412012-01-02 Balaji V. Iyer <bviyer@gmail.com>
5242
5243 * MAINTAINERS (Write After Approval): Add myself.
5244
52452012-01-02 Richard Guenther <rguenther@suse.de>
5246
5247 PR bootstrap/51686
5248 * Makefile.def (install-strip-gcc): Depend on install-strip-lto-plugin.
5249 * Makefile.in: Regenerate.
5250
52512011-12-28 Oleg Endo <olegendo@gcc.gnu.org>
5252
5253 * MAINTAINERS (Write After Approval): Add myself.
5254
52552011-12-18 Eric Botcazou <ebotcazou@adacore.com>
5256
5257 * configure: Regenerate.
5258
52592011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
5260
5261 * MAINTAINERS (picochip): Changed email address.
5262
52632011-11-30 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
5264
5265 * MAINTAINERS (write-after-approval): Add self.
5266
52672011-11-29 DJ Delorie <dj@redhat.com>
5268
5269 * configure.ac (rl78-*-*) New case.
5270 * configure: Regenerate.
5271 * MAINTAINERS: Add myself as RL78 maintainer.
5272
52732011-11-21 Eric Botcazou <ebotcazou@libertysurf.fr>
5274
5275 * MAINTAINERS: Add self as co-maintainer of the Ada front end.
5276
52772011-11-21 Andreas Tobler <andreast@fgznet.ch>
5278
5279 * libtool.m4: Additional FreeBSD 10 fixes.
5280
52812011-11-21 Joern Rennecke <joern.rennecke@embecosm.com>
5282
5283 * MAINTAINERS: Move myself from Write After Approval to CPU Port
5284 Maintainers section, as Epiphany maintainer.
5285
52862011-11-18 Iain Sandoe <iains@gcc.gnu.org>
5287
5288 PR target/49992
5289 * configure.ac: Remove ranlib special-casing for Darwin.
5290 * configure: Regenerate.
5291
52922011-11-12 Andrey Belevantsev <abel@ispras.ru>
5293
5294 * MAINTAINERS (Reviewers): Keep the list sorted.
5295
52962011-11-11 Andrey Belevantsev <abel@ispras.ru>
5297
5298 * MAINTAINERS (Selective Scheduling): Add myself as a reviewer.
5299
53002011-11-09 Roland McGrath <mcgrathr@google.com>
5301
5302 * configure.ac: Add tool checks for READELF and READELF_FOR_TARGET.
5303 * configure: Rebuild.
5304 * Makefile.def (flags_to_pass): Add READELF_FOR_TARGET.
5305 * Makefile.tpl (READELF, READELF_FOR_TARGET): New variables.
5306 (HOST_EXPORTS): Add READELF, READELF_FOR_TARGET.
5307 (BASE_FLAGS_TO_PASS): Add READELF_FOR_TARGET.
5308 (BASE_TARGET_EXPORTS, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS):
5309 Add READELF.
5310 * Makefile.in: Rebuild.
5311
53122011-11-09 Jason Merrill <jason@redhat.com>
5313
5314 * Makefile.def (language=c++): Remove check-c++0x.
5315 * Makefile.in (check-gcc-c++): Regenerate.
5316
53172011-11-08 Richard Henderson <rth@redhat.com>
5318
5319 * configure.ac: Test for libitm directory present first.
5320
5321 * configure.ac: Adjust srcdir for running libitm/configure.tgt.
5322
5323 * configure.ac: Test libitm/configure.tgt to disable libitm.
5324 * configure: Rebuild.
5325
53262011-11-07 Aldy Hernandez <aldyh@redhat.com>
5327 Richard Henderson <rth@redhat.com>
5328
5329 Merged from transactional-memory.
5330
5331 * Makefile.def (lang_env_dependencies): libitm is c++.
5332 Add libitm target module.
5333 * configure.ac: Likewise.
5334 * config/mmap.m4: New file.
5335 * contrib/gcc_update: Add libitm to touch data.
5336 * Makefile.in, configure: Rebuild.
5337
53382011-11-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5339
5340 * Makefile.tpl (EXTRA_GCC_FLAGS): Remove LIBGCC2_CFLAGS,
5341 LIBGCC2_DEBUG_CFLAGS, LIBGCC2_INCLUDES.
5342 * Makefile.in: Regenerate.
5343
53442011-11-01 DJ Delorie <dj@redhat.com>
5345
5346 * config.sub: Update to version 2011-10-29 (added rl78)
5347
53482011-10-27 Nick Clifton <nickc@redhat.com>
5349
5350 * config.sub: Import these changes from the config project:
5351
5352 2011-10-08 Joern Rennecke <joern.rennecke@embecosm.com>
5353 Ben Elliston <bje@gnu.org>
5354
5355 * config.sub (epiphany): New.
5356
5357 2011-09-09 Linas Vepstas <linasvepstas@gmail.com>
5358 Ben Elliston <bje@gnu.org>
5359
5360 * config.sub (hexagon, hexagon-*): New.
5361
5362 2011-08-23 Roland McGrath <mcgrathr@google.com>
5363
5364 * config.sub: Rename 32eb to be32, 32el to le32, 64el to le64, and
5365 64eb to be64.
5366
5367 2011-08-16 Roland McGrath <mcgrathr@google.com>
5368
5369 * config.sub (32eb, 32el, 64eb, 64el): New (pseudo-)CPUs.
5370 (nacl): Grok as alias for 32el-unknown-nacl.
5371
53722011-10-25 Kirill Yukhin <kirill.yukhin@intel.com>
5373
5374 * MAINTAINERS (Write After Approval): Add myself.
5375
53762011-10-24 Teresa Johnson <tejohnson@google.com>
5377
5378 * MAINTAINERS (Write After Approval): Add myself.
5379
53802011-09-21 Jakub Jelinek <jakub@redhat.com>
5381
5382 * MAINTAINERS (sparc port): Remove myself.
5383
53842011-09-14 Tom de Vries <tom@codesourcery.com>
5385
5386 * MAINTAINERS (Write After Approval): Add myself.
5387
53882011-08-14 Yao Qi <yao@codesourcery.com>
5389
5390 * configure.ac (tic6x-*-*): Remove gdb from noconfigdirs.
5391 * configure: Regenerate.
5392
53932011-07-26 Ian Lance Taylor <iant@google.com>
5394
5395 * configure.ac: Set have_compiler based on whether gcc directory
5396 exists, rather than on whether gcc is in configdirs.
5397 * configure: Rebuild.
5398
53992011-07-21 Joseph Myers <joseph@codesourcery.com>
5400
5401 * MAINTAINERS (Global Reviewers): Add self.
5402
54032011-07-20 David Edelsohn <dje.gcc@gmail.com>
5404
5405 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): Add libsupc++ to
5406 link directories.
5407 * Makefile.in: Rebuild.
5408
54092011-07-20 Ian Lance Taylor <iant@google.com>
5410
5411 PR bootstrap/49787
5412 * configure.ac: Move --enable-bootstrap handling earlier in file.
5413 If --enable-bootstrap and either --enable-build-with-cxx or
5414 --enable-build-poststage1-with-cxx, enable C++ automatically.
5415 * configure: Rebuild.
5416
54172011-07-19 Ian Lance Taylor <iant@google.com>
5418
5419 * configure.ac: Add --enable-build-poststage1-with-cxx. If set,
5420 make C++ a boot_language. Set and substitute
5421 POSTSTAGE1_CONFIGURE_FLAGS.
5422 * Makefile.tpl (POSTSTAGE1_CONFIGURE_FLAGS): New variable.
5423 (STAGE[+id+]_CONFIGURE_FLAGS): Add $(POSTSTAGE1_CONFIGURE_FLAGS).
5424 * configure, Makefile.in: Rebuild.
5425
54262011-07-19 Vladimir Makarov <vmakarov@redhat.com>
5427
5428 * MAINTAINERS (Register Allocation): Move myself from reviewers to
5429 maintainers.
5430
54312011-07-18 Jakub Jelinek <jakub@redhat.com>
5432
5433 * MAINTAINERS (Global Reviewers): Add myself.
5434
54352011-07-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5436
5437 * configure: Regenerate.
5438
54392011-07-16 Jason Merrill <jason@redhat.com>
5440
5441 * Makefile.def (language=c++): Add check-c++0x and
5442 check-target-libmudflap-c++.
5443 * Makefile.tpl (check-target-libmudflap-c++): New.
5444 * Makefile.in: Regenerate.
5445
54462011-07-16 Matthias Klose <doko@ubuntu.com>
5447
5448 * Makefile.tpl (EXTRA_CONFIGARGS_LIBJAVA): Define.
5449 * Makefile.def (target_modules/libjava): Pass
5450 $(EXTRA_CONFIGARGS_LIBJAVA).
5451 * configure.ac: Pass --disable-static in EXTRA_CONFIGARGS_LIBJAVA,
5452 if not configured with --enable-static-libjava.
5453 * Makefile.in: Regenerate.
5454 * configure: Likewise.
5455
54562011-07-15 Jason Merrill <jason@redhat.com>
5457
5458 * Makefile.in (check-c++): Move check-gcc-c++0x after
5459 check-target-libstdc++-v3.
5460
54612011-07-15 Bernd Schmidt <bernds@codesourcery.com>
5462
5463 * MAINTAINERS (c6x port): New entry.
5464
54652011-07-13 Jason Merrill <jason@redhat.com>
5466
5467 * Makefile.in (check-gcc-c++0x): New.
5468 (check-c++): Depend on it.
5469
54702011-07-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5471
5472 PR target/39150
5473 * configure.ac (i[3456789]86-*-solaris2*): Also accept
5474 x86_64-*-solaris2.1[0-9]*.
5475 * configure: Regenerate.
5476
54772011-06-29 Richard Sandiford <rdsandiford@googlemail.com>
5478
5479 * MAINTAINERS (RTL optimizers): Add self.
5480
54812011-06-27 Gabriel Charette <gchare@google.com>
5482
5483 * MAINTAINERS (Write After Approval): Add myself.
5484
54852011-06-22 Hans-Peter Nilsson <hp@axis.com>
5486
5487 PR regression/47836
5488 PR bootstrap/23656
5489 PR other/47733
5490 PR bootstrap/49247
5491 PR c/48825
5492 * configure.ac (target_libraries): Remove target-libiberty.
5493 Remove case-statement setting skipdirs=target-libiberty for
5494 multiple targets. Remove checking target_configdirs and
5495 removing target-libiberty but keeping target-libgcc if
5496 otherwise empty.
5497 * Makefile.def (target_modules): Don't add libiberty.
5498 (dependencies): Remove all traces of target-libiberty.
5499 * configure, Makefile.in: Regenerate.
5500
55012011-06-13 Walter Lee <walt@tilera.com>
5502
5503 * configure.ac (tilepro-*-*) New case.
5504 (tilegx-*-*): Likewise.
5505 * configure: Regenerate.
5506
55072011-06-06 Jing Yu <jingyu@google.com>
5508
5509 * configure.ac: Skip target-libiberty for
5510 arm*-*-linux-androideabi.
5511 * configure: Regenerated.
5512
55132011-06-06 Nick Clifton <nickc@redhat.com>
5514
5515 * config.sub: Sync from upstream.
5516
55172011-06-05 Nenad Vukicevic <nenad@intrepid.com>
5518
5519 * MAINTAINERS (Write After Approval): Add myself.
5520
55212011-06-01 Daniel Jacobowitz <drow@false.org>
5522
5523 * MAINTAINERS: Update my email address.
5524
55252011-05-27 Nathan Froyd <froydnj@codesourcery.com>
5526
5527 * MAINTAINERS (Write After Approval): Update my email address.
5528
55292011-05-11 Paul Pluzhnikov <ppluzhnikov@google.com>
5530
5531 * MAINTAINERS (Write After Approval): Add myself.
5532
55332011-05-08 Doug Kwan <dougkwan@google.com>
5534
5535 * configure.ac: Propagate LDFLAGS_FOR_TARGET.
5536 * configure: Regenerated.
5537 * Makefile.tpl (LDFLAGS_FOR_TARGET): Use LDFLAGS_FOR_TARGET
5538 value from configure.
5539 * Makefile.in: Regenerated.
5540
55412011-05-05 Joseph Myers <joseph@codesourcery.com>
5542
5543 * configure.ac (alpha*-dec-osf*, i[[3456789]]86-*-rdos*,
5544 sh*-*-pe|mips*-*-pe|arm-wince-pe, sparc-*-sunos4*, *-*-aix*,
5545 *-*-beos*, *-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-linux*
5546 | *-*-gnu* | *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-lynxos*,
5547 *-*-mingw*, *-*-netbsd*, *-*-netware*, *-*-tpf*, *-*-uclinux*,
5548 *-*-vxworks*): Disable newlib and libgloss in separate case
5549 statement.
5550 (i[[3456789]]86-*-linux*): Move logic allowing newlib to be built
5551 to separate case statement.
5552 (*-*-chorusos, *-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5553 *-*-netware*, *-*-tpf*, *-*-uclinux*, *-*-vxworks*,
5554 alpha*-dec-osf*, alpha*-*-linux*, am33_2.0-*-linux*, sh-*-linux*,
5555 sh*-*-pe|mips*-*-pe|*arm-wince-pe, arm-*-coff, arm-*-elf* |
5556 arm*-*-eabi*, arm*-*-linux-gnueabi, arm*-*-symbianelf*, avr-*-*,
5557 bfin-*-*, cris-*-* | crisv32-*-*, frv-*-*, i[[3456789]]86-*-coff |
5558 i[[3456789]]86-*-elf, i[[3456789]]86-w64-mingw*,
5559 i[[3456789]]86-*-mingw*, x86_64-*-mingw*,
5560 i[[3456789]]86-*-interix*, i[[3456789]]86-*-beos*,
5561 i[[3456789]]86-*-rdos*, m32r-*-*,
5562 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, m68k-*-elf*, m68*-*-*
5563 | fido-*-*, powerpc-*-aix*, powerpc-*-beos*, powerpc-*-eabi,
5564 powerpc-*-eabi* | powerpcle-*-eabi* | powerpc-*-rtems*,
5565 rs6000-*-lynxos*, rs6000-*-aix*, mips*-*-linux*, sparclet-*-aout*
5566 | sparc86x-*-*, sparc-*-elf*, sparc64-*-elf*, sparclite-*-*,
5567 sparc-*-sunos4*, sparc-*-solaris* | sparc64-*-solaris* |
5568 sparcv9-*-solaris*, *-*-linux* | *-*-gnu* | *-*-k*bsd*-gnu |
5569 *-*-kopensolaris*-gnu, *-*-lynxos*, *-*-*): Don't disable newlib
5570 and libgloss in main case over targets. Remove most empty cases
5571 in main case over targets.
5572 * configure: Regenerate.
5573
55742011-05-04 Janis Johnson <janisjo@codesourcery.com>
5575
5576 * MAINTAINERS (Write After Approval): Add myself.
5577
55782011-05-04 Joseph Myers <joseph@codesourcery.com>
5579
5580 * configure.ac: Remove code setting special library locations for
5581 hppa*64*-*-hpux11*. Remove code setting compiler for
5582 sparc-sun-solaris2*.
5583 * configure: Regenerate.
5584
55852011-05-04 Joseph Myers <joseph@codesourcery.com>
5586
5587 * configure.ac: Separate libgloss_dir settings from general case
5588 over targets.
5589 * configure: Regenerate.
5590
55912011-04-28 Joseph Myers <joseph@codesourcery.com>
5592
5593 * configure.ac (*-*-dragonfly*, *-*-freebsd*, *-*-netbsd*,
5594 alpha*-dec-osf*, alpha*-*-linux*, alpha*-*-*, sh-*-linux*,
5595 arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi, frv-*-*): Remove
5596 cases in libgcj-disabling case statement.
5597 (hppa*64*-*-linux*): Set unsupported_languages instead of
5598 disabling target-zlib.
5599 (hppa*64*-*-*): Restrict case in libgcj-disabling case statement
5600 to hppa*64*-*-hpux*.
5601 (hppa*-*-*): Restrict case in libgcj-disabling case statement to
5602 hppa*-*-hpux*.
5603 (ia64*-*-elf*, ia64*-**-hpux*, i[[3456789]]86-*-elf,
5604 i[[3456789]]86-*-linux*, *-*-cygwin*, i[[3456789]]86-*-interix*,
5605 i[[3456789]]86-*-solaris2*, m32r-*-*, m68k-*-elf*, m68*-*-* |
5606 fido-*-*, powerpc-*-eabi, powerpc-*-eabi* | powerpcle-*-eabi* |
5607 powerpc-*-rtems*, mips*-*-linux*, mips*-*-*, sh-*-* | sh64-*-*,
5608 sparc-*-elf*, sparc64-*-elf*, sparc-*-solaris* |
5609 sparc64-*-solaris* | sparcv9-*-solaris*, *-*-linux* | *-*-gnu* |
5610 *-*-k*bsd*-gnu | *-*-kopensolaris*-gnu, *-*-*): Remove cases in
5611 libgcj-disabling case statement.
5612 * configure: Regenerate.
5613
56142011-04-28 Joseph Myers <joseph@codesourcery.com>
5615
5616 * configure.ac: Disable Java for targets not supporting libffi.
5617 (*-*-chorusos, *-*-kaos*, am33_2.0-*-linux*, sh*-*-pe|mips*-*-pe):
5618 Remove cases in Java-disabling statement.
5619 (*arm-wince-pe): Change to arm-wince-pe.
5620 (arc-*-*, arm-*-coff, arm-*-pe*, arm-*-riscix*, avr-*-*): Remove
5621 cases in Java-disabling statement.
5622 (bfin-*-*): Don't disable Java again.
5623 (c4x-*-* | tic4x-*-*, tic54x-*-*, cr16-*-*, d10v-*-*, d30v-*-*,
5624 fr30-*-elf*, moxie-*-*, h8300*-*-*, h8500-*-*, hppa1.1-*-osf* |
5625 hppa1.1-*-bsd*, hppa*-*-*elf* | hppa*-*-lites* | hppa*-*-openbsd*,
5626 hppa*-*-pro*, i960-*-*, i[[3456789]]86-*-coff,
5627 i[[3456789]]86-*-pe, i[[3456789]]86-*-sco3.2v5*,
5628 i[[3456789]]86-*-sco*, i[[3456789]]86-*-sysv4*,
5629 i[[3456789]]86-*-beos*, i[[3456789]]86-*-rdos*,
5630 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*): Remove cases in
5631 Java-disabling statement.
5632 (mmix-*-*): Don't disable Java again.
5633 (mt-*-*, powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5634 powerpc-*-beos*, rs6000-*-lynxos*, rs6000-*-*, m68k-apollo-*,
5635 microblaze*, mips*-sde-elf*, mips*-*-irix5*, mips*-*-bsd*,
5636 sparclet-*-aout* | sparc86x-*-*, sparclite-*-*, sparc-*-sunos4*,
5637 tic6x-*-*, v810-*-*, vax-*-*): Remove cases in Java-disabling
5638 statement.
5639 * configure: Regenerate.
5640
56412011-04-28 Joseph Myers <joseph@codesourcery.com>
5642
5643 * configure.ac: Separate cases disabling Java and Java libraries
5644 from general case over targets.
5645 * configure: Regenerate.
5646
56472011-04-21 Jie Zhang <jzhang918@gmail.com>
5648
5649 * MAINTAINERS: Update my email address.
5650
56512011-04-20 Easwaran Raman <eraman@google.com>
5652
5653 * MAINTAINERS (Write After Approval): Add myself.
5654
56552011-04-18 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-04-16 Jim Meyering <meyering@redhat.com>
5662
5663 * MAINTAINERS (Write After Approval): Add myself.
5664
56652011-04-15 Dodji Seketeli <dodji@redhat.com>
5666
5667 * MAINTAINERS: Update my email address.
5668
56692011-04-13 Georg-Johann Lay <avr@gjlay.de>
5670
5671 * MAINTAINERS (Write After Approval): Add myself.
5672
56732011-04-12 Yufeng Zhang <yufeng.zhang@arm.com>
5674
5675 * MAINTAINERS (Write After Approval): Add myself.
5676
56772011-04-07 Stuart Henderson <shenders@gcc.gnu.org>
5678
5679 * MAINTAINERS (Write After Approval): Add myself.
5680
56812011-04-06 Joseph Myers <joseph@codesourcery.com>
5682
5683 * configure.ac (build_tools): Remove build-byacc.
5684 (host_libs): Remove mmalloc.
5685 (host_tools): Remove byacc make patch prms send-pr ash bash bzip2
5686 autoconf automake libtool diff rcs fileutils shellutils time
5687 textutils wdiff find uudecode hello tar gzip indent recode release
5688 sed perl gawk findutils gettext zip.
5689 (libgcj): Remove target-qthreads.
5690 (target_tools): Remove target-examples target-gperf.
5691 (YACC): Don't handle building byacc.
5692 * configure: Regenerate.
5693 * Makefile.def (ash, autoconf, automake, bash, byacc, bzip2, diff,
5694 dosutils, examples, fileutils, find, findutils, gawk, gettext,
5695 gnuserv, gperf, gzip, hello, indent, libtool, make, mmalloc,
5696 patch, perl, prms, qthreads, rcs, recode, release, sed, send-pr,
5697 shellutils, tar, textutils, time, uudecode, wdiff, zip): Don't
5698 handle building components.
5699 * Makefile.in: Regenerate.
5700
57012011-04-05 Sterling Augustine <augustine.sterling@gmail.com>
5702
5703 * MAINTAINERS: Update my email address as Xtensa maintainer.
5704
57052011-04-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5706
5707 * config.sub: Sync from upstream.
5708
57092011-04-01 Joseph Myers <joseph@codesourcery.com>
5710
5711 * configure.ac (avr-*-*): Add comment about why libssp is disabled.
5712 (microblaze*): Don't disable libssp.
5713 * configure: Regenerate.
5714
57152011-04-01 Joseph Myers <joseph@codesourcery.com>
5716
5717 * configure.ac: Remove code setting CONFIG_SHELL, config_shell and
5718 moveifchange.
5719 * configure: Regenerate.
5720 * Makefile.tpl: Use @SHELL@ not @config_shell@.
5721 * Makefile.in: Regenerate.
5722
57232011-04-01 Joseph Myers <joseph@codesourcery.com>
5724
5725 * configure.ac (*-*-sysv4*): Don't enable libgomp.
5726 (alpha*-*-*vms*, i[[34567]]86-*-sco3.2v5*, mn10300-*-*,
5727 powerpc-*-chorusos*, powerpc*-*-eabi*, powerpc*-*-sysv*,
5728 powerpc*-*-kaos*, s390x-ibm-tpf*, sparc64-*-elf*, v850*-*-*,
5729 xtensa*-*-elf*, *-*-beos*, *-*-elf*, *-*-netware*, *-*-rtems*,
5730 *-*-sysv[[45]]*, *-*-vxworks*, *-wrs-windiss): Remove
5731 md_exec_prefix cases.
5732 * configure: Regenerate.
5733
57342011-04-01 Joseph Myers <joseph@codesourcery.com>
5735
5736 * configure.ac: Separate cases disabling target-libssp,
5737 target-libiberty, target-libstdc++-v3 and Fortran from general
5738 case over targets.
5739 * configure: Regenerate.
5740
57412011-04-01 Joseph Myers <joseph@codesourcery.com>
5742
5743 * configure.ac (*-*-chorusos): Don't disable libgcj.
5744 (*-*-freebsd[[12]] | *-*-freebsd[[12]].* | *-*-freebsd*aout*):
5745 Remove case.
5746 (*-*-kaos*): Don't disable GCC libraries, zlib or fastjar.
5747 (arm-*-coff): Don't disable libgcj.
5748 (arm*-*-linux-gnueabi): Remove useless assignment.
5749 (arm-*-riscix*): Don't disable libgcj.
5750 (bfin-*-*): Don't enable target-bsp and target-cygmon depending on
5751 configuration.
5752 (c4x-*-* | tic4x-*-*): Don't disable GCC libraries.
5753 (c54x*-*-*): Remove case.
5754 (tic54x-*-*): Don't disable GCC or GCC libraries.
5755 (cris-*-* | crisv32-*-*): Don't handle *-*-aout. Change *-*-elf
5756 to *.
5757 (d10v-*-*): Don't disable GCC libraries.
5758 (d30v-*-*): Don't disable libgcj.
5759 (h8500-*-*): Don't disable GCC libraries.
5760 (i960-*-*): Don't disable libgcj.
5761 (i[[3456789]]86-*-linux*): Don't handle *-*-*libc1*.
5762 (i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5763 i[[3456789]]86-*-sysv4*, i[[3456789]]86-*-beos*): Don't disable
5764 libgcj.
5765 (m68k-*-coff*): Remove case.
5766 (mmix-*-*): Don't disable libgloss on host.
5767 (mn10200-*-*, mn10300-*-*): Remove cases.
5768 (powerpc*-*-winnt* | powerpc*-*-pe*, powerpcle-*-solaris*,
5769 powerpc-*-beos*, m68k-apollo-*, mips*-*-irix5*, mips*-*-bsd*):
5770 Don't disable libgcj.
5771 (romp-*-*): Remove case.
5772 (sparclite-*-*, sparc-*-sunos4*): Don't disable libgcj.
5773 (sparc-*-solaris2.[[0-6]] | sparc-*-solaris2.[[0-6]].*): Remove
5774 case.
5775 (v810-*-*): Don't disable GCC libraries.
5776 (v850*-*-*, vax-*-vms, xtensa*-*-*): Remove cases.
5777 (ip2k-*-*): Don't disable GCC libraries.
5778 * configure: Regenerate.
5779
57802011-03-28 Joseph Myers <joseph@codesourcery.com>
5781
5782 * configure.ac (i[[3456789]]86-*-msdosdjgpp*): Don't disable
5783 libffi on host.
5784 (x86_64-*-mingw*, i[[3456789]]86-*-mingw32*): Don't disable newlib
5785 on host.
5786 (c54x*-*-* | tic54x-*-*): Don't disable newlib on host.
5787 * configure: Regenerate.
5788
57892011-03-26 John Marino <binutils@marino.st>
5790
5791 * configure.ac: Add support for *-*-dragonfly*
5792 * configure: Regenerate.
5793
57942011-03-25 Joseph Myers <joseph@codesourcery.com>
5795
5796 * configure.ac (native_only): Remove.
5797 (i[[3456789]]86-*-msdosdjgpp*): Don't disable expect dejagnu
5798 send-pr uudecode guile gnuserv on host.
5799 (x86_64-*-mingw*): Don't disable expect dejagnu autoconf automake
5800 send-pr rcs guile perl texinfo libtool on host.
5801 (i[[3456789]]86-*-mingw32*): Don't disable expect dejagnu autoconf
5802 automake send-pr rcs guile perl texinfo libtool on host.
5803 (*-*-cygwin*, *-*-netbsd*): Remove host cases.
5804 (*-*-kaos*): Don't disable target-examples target-gperf on target.
5805 (alpha*-dec-osf*): Don't disable fileutils on target.
5806 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't disable target-examples
5807 texinfo send-pr expect dejagnu on target.
5808 (arm-*-elf* | arm*-*-eabi*, arm*-*-linux-gnueabi): Don't disable
5809 target-qthreads on target.
5810 (hppa*-hp-hpux11*, hppa*-*-*): Don't disable shellutils on target.
5811 (ia64*-*-elf*, ia64*-*-*vms*): Don't disable mmalloc on target.
5812 (i[[3456789]]86-w64-mingw*, i[[3456789]]86-*-mingw*,
5813 x86_64-*-mingw*): Don't disable expect on target.
5814 (*-*-cygwin*): Don't disable target-gperf on target.
5815 (powerpc*-*-winnt* | powerpc*-*-pe*): Don't disable make expect
5816 gnuserv on target.
5817 (powerpcle-*-solaris*): Don't disable make expect gnuserv on
5818 target.
5819 * configure: Regenerate.
5820
58212011-03-25 Joseph Myers <joseph@codesourcery.com>
5822
5823 * configure.ac (target_tools): Remove target-groff.
5824 (native_only): Remove target-groff.
5825 (hppa*64*-*-*): Don't disable byacc.
5826 (i[[3456789]]86-*-mingw32*): Remove commented-out noconfigdirs
5827 setting.
5828 (*-*-kaos*): Don't skip target-librx and target-groff.
5829 (*-*-netware*): Don't skip target-libmudflap.
5830 (*-*-tpf*): Don't skip target-libmudflap.
5831 (sh*-*-pe|mips*-*-pe|*arm-wince-pe): Don't condition configured
5832 directories on the host.
5833 (ia64*-*-*vms*): Don't skip tix.
5834 (sh-*-* | sh64-*-*): Don't condition skipped directories on the
5835 host.
5836 * configure: Regenerate.
5837
58382011-03-24 Paolo Bonzini <pbonzini@redhat.com>
5839
5840 * configure.ac: Remove references to mt-mep, mt-netware,
5841 mt-wince.
5842 * Makefile.def: Add all-utils soft dependencies.
5843 * Makefile.tpl: Remove GDB_NLM_DEPS.
5844 * configure: Regenerate.
5845 * Makefile.in: Regenerate.
5846
58472011-03-24 Paolo Bonzini <bonzini@gnu.org>
5848
5849 * configure.ac: Do not include mh-x86omitfp.
5850 * configure: Regenerate.
5851
58522011-03-24 Paolo Bonzini <bonzini@gnu.org>
5853
5854 * configure.ac: Remove empty cases.
5855 * configure: Regenerate.
5856
58572011-03-24 Paolo Bonzini <bonzini@gnu.org>
5858
5859 * Makefile.def: Add dependency from termcap to gdb.
5860 * Makefile.in: Regenerate.
5861
58622011-03-24 Paolo Bonzini <bonzini@gnu.org>
5863
5864 * configure.ac: Remove all mentions of mh-sysv4 and mh-solaris.
5865 * configure: Regenerate.
5866 * Makefile.def: Remove all mentions of X11_FLAGS_TO_PASS.
5867 * Makefile.tpl: Likewise.
5868 * Makefile.in: Regenerate.
5869
58702011-03-24 Paolo Bonzini <bonzini@gnu.org>
5871
5872 * configure.ac: Remove all mentions of tentative_cc.
5873 * configure: Regenerate.
5874
58752011-03-24 Joseph Myers <joseph@codesourcery.com>
5876
5877 * configure.ac (i[[3456789]]86-*-vsta, i[[3456789]]86-*-go32*,
5878 i[[3456789]]86-*-beos*, powerpc-*-beos*, m68k-hp-hpux*,
5879 m68k-apollo-sysv*, m68k-apollo-bsd*, m88k-dg-dgux*,
5880 m88k-harris-cxux*, m88k-motorola-sysv*, mips*-dec-ultrix*,
5881 mips*-nec-sysv4*, mips*-sgi-irix4*, mips*-*-sysv4*, mips*-*-sysv*,
5882 i370-ibm-opened*, i[[3456789]]86-*-sysv5*, i[[3456789]]86-*-dgux*,
5883 i[[3456789]]86-ncr-sysv4.3*, i[[3456789]]86-ncr-sysv4*,
5884 i[[3456789]]86-*-sco3.2v5*, i[[3456789]]86-*-sco*,
5885 i[[3456789]]86-*-udk*, vax-*-ultrix2*, m68k-sun-sunos*,
5886 hppa*-*-hiux*, *-*-hiux*, rs6000-*-lynxos*, *-*-sysv4*,
5887 *-*-rhapsody*): Remove host cases.
5888 * configure: Regenerate.
5889
58902011-03-24 Joseph Myers <joseph@codesourcery.com>
5891
5892 * configure.ac (ppc*-*-pe): Remove host case.
5893 (strongarm-*-coff | xscale-*-coff, strongarm-*-elf* |
5894 xscale-*-elf*, thumb-*-coff, thumb-*-elf, thumb-*-pe, ep9312-*-elf
5895 | ep9312-*-coff, parisc*64*-*-linux*, ppc*-*-pe): Remove target
5896 cases.
5897 * configure: Regenerate.
5898
58992011-03-24 Joseph Myers <joseph@codesourcery.com>
5900
5901 * config.sub: Update to version 2011-03-23.
5902
59032011-03-22 Joseph Myers <joseph@codesourcery.com>
5904
5905 * configure.ac (arm-semi-aof, crx-*-*, parisc*-*-linux*,
5906 i370-*-opened*, i[[3456789]]86-moss-msdos | i[[3456789]]86-*-moss*
5907 | i[[3456789]]86-*-uwin*, mcore-*-pe*): Remove empty cases.
5908 * configure: Regenerate.
5909
59102011-03-22 Joseph Myers <joseph@codesourcery.com>
5911
5912 * MAINTAINERS (crx port, m68hc11 port): Remove. Move maintainers
5913 to Write After Approval.
5914 * config-ml.in: Don't handle arc-*-elf*.
5915 * configure.ac (arc-*-*, crx-*-*, i[[3456789]]86-*-pe,
5916 m68hc11-*-*|m6811-*-*|m68hc12-*-*|m6812-*-*, mcore-*-pe*): Don't
5917 handle GCC libraries.
5918 * configure: Regenerate.
5919
59202011-03-21 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5921
5922 PR bootstrap/48120:
5923 * configure.ac (pwllib): Use LIBS instead of LDFLAGS.
5924 Add -lstdc++ -lm to LIBS.
5925 * configure: Regenerate.
5926
59272011-03-18 David Edelsohn <dje.gcc@gmail.com>
5928
5929 * config.guess: Update to version 2011-02-02
5930 * config.sub: Update to version 2011-02-24
5931
59322011-03-16 Jack Howarth <howarth@bromo.med.uc.edu>
5933
5934 PR lto/48086
5935 * configure.ac: Re-enable LTO on *-apple-darwin9.
5936 * configure: Regenerate.
5937
59382011-03-13 Jack Howarth <howarth@bromo.med.uc.edu>
5939
5940 PR lto/48086
5941 * configure.ac: Disable LTO on darwin due to an assembler change in
5942 Xcode 3.2.6/4.0 that limits the total number of sections/segments to
5943 under 256.
5944 * configure: Regenerate.
5945
59462011-03-11 Chen Liqin <liqin.gcc@gmail.com>
5947
5948 * MAINTAINERS: Update myself as score backend maintainer,
5949 update my e-mail address.
5950
59512011-03-09 Xuepeng Guo <terry.guo@arm.com>
5952
5953 * MAINTAINERS: Update my e-mail address.
5954
59552011-03-06 Joey Ye <joey.ye@arm.com>
5956
5957 * MAINTAINERS: Update my e-mail address.
5958
59592011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5960
5961 * configure.ac: Adjust test of with_ppl.
5962 * configure: Regenerated.
5963
59642011-03-02 Kai Tietz <ktietz@redhat.com>
5965
5966 * MAINTAINERS: Adjust my e-mail address.
5967
59682011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5969
5970 * configure.ac: Add -lpwl to ppllibs.
5971 * configure: Regenerated.
5972
59732011-03-02 Sebastian Pop <sebastian.pop@amd.com>
5974
5975 * config/cloog.m4: Add -lisl to clooglibs.
5976 * configure: Regenerated.
5977
59782011-02-24 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
5979
5980 * MAINTAINERS (CPU Port maintainers): Add self.
5981
59822011-02-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
5983
5984 * MAINTAINERS: Add myself as testsuite maintainer.
5985
59862011-02-15 Mike Stump <mikestump@comcast.net>
5987
5988 * MAINTAINERS: Add myself as testsuite maintainer.
5989
59902011-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5991
5992 Import from Libtool and gnulib:
5993
5994 2011-01-27 Gerald Pfeifer <gerald@pfeifer.com>
5995
5996 Prepare for supporting FreeBSD 10.
5997 * config.rpath: Remove handling of freebsd1* which soon would
5998 match FreeBSD 10.0.
5999
6000 2011-01-20 Gerald Pfeifer <gerald@pfeifer.com> (tiny change)
6001
6002 Remove support for FreeBSD 1.x.
6003 * libtool.m4 (_LT_LINKER_SHLIBS)
6004 (_LT_SYS_DYNAMIC_LINKER): Remove handling of freebsd1* which
6005 soon would incorrectly match FreeBSD 10.0.
6006
60072011-02-12 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6008
6009 PR binutils/12283
6010 * move-if-change: Import version from gnulib.
6011
60122011-02-12 Alexandre Oliva <aoliva@redhat.com>
6013
6014 PR lto/47225
6015 * Makefile.def (lto-plugin): Double dash for enable-shared.
6016 (configure-gcc): Depend on all-lto-plugin.
6017 * Makefile.in: Rebuilt.
6018
60192011-02-11 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6020
6021 * configure.ac: Remove extra bracket.
6022 * configure: Regenerate.
6023
60242011-02-08 Tobias Burnus <burnus@net-b.de>
6025
6026 * MAINTAINERS: Add myself as libquadmath maintainer.
6027
60282011-02-08 Thomas Schwinge <thomas@schwinge.name>
6029
6030 * MAINTAINERS: Update my email address.
6031
60322011-02-07 Joseph Myers <joseph@codesourcery.com>
6033
6034 * MAINTAINERS (option handling): Add self.
6035
60362011-02-06 Kai Tietz <kai.tietz@onevision.com>
6037
6038 PR lto/47225
6039 * Makefile.def: Add dependency for install-gcc
6040 on install-lto-plugin.
6041 * Makfile.in: Regenerated
6042
60432011-02-01 Sebastien Bourdeauducq <sebastien@milkymist.org>
6044
6045 * MAINTAINERS (CPU Port Maintainers): Add myself.
6046
60472011-01-31 Alexandre Oliva <aoliva@redhat.com>
6048
6049 PR libgcj/44341
6050 * configure.ac: Discard --with-* flags for host when configuring
6051 target libraries for cross build.
6052 * configure: Rebuilt.
6053
60542011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6055
6056 * MAINTAINERS (linear loop transforms): Removed.
6057
60582011-01-25 Jakub Jelinek <jakub@redhat.com>
6059
6060 * configure.ac: If with_ppl is no, move setting with_cloog=no
6061 after CLOOG_REQUESTED check.
6062 * configure: Regenerated.
6063
60642011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6065
6066 * configure.ac: Call AC_MSG_ERROR when PPL 0.11 is not present and
6067 CLooG has been requested.
6068 * configure: Regenerated.
6069
60702011-01-25 Sebastian Pop <sebastian.pop@amd.com>
6071
6072 * configure: Regenerated.
6073 * configure.ac: Check for version 0.11 (or later revision) of PPL.
6074
60752011-01-25 Tobias Grosser <grosser@fim.uni-passau.de>
6076
6077 * configure: Regenerated.
6078 * configure.ac: Use CLOOG_CHECK_VERSION(0,16,1).
6079
60802011-01-21 Andreas Schwab <schwab@redhat.com>
6081
6082 * configure.ac: Use AS_HELP_STRING throughout.
6083 * configure: Regenerate.
6084
60852011-01-18 Jie Zhang <jie.zhang@analog.com>
6086
6087 * configure.ac (bfin-*-*): Remove gdb from noconfigdirs.
6088 * configure: Regenerate.
6089
60902011-01-13 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6091
6092 * ltmain.sh (relink): Use absolute path when hardcoding with -L.
6093
60942011-01-13 Joel Brobecker <brobecker@adacore.com>
6095
6096 * configure.ac: Remove readline, mmalloc, and gdb from noconfigdirs
6097 for ia64-hpux.
6098 * configure: Regenerate.
6099
61002011-01-07 Jan Hubicka <jh@suse.cz>
6101
6102 PR lto/47225
6103 * Makefile.in: Regenerate.
6104 * Makefile.def (lto-plugin): Always pass enable-shared to the plugin
6105 configure.
6106
61072011-01-07 Jan Hubicka <jh@suse.cz>
6108
6109 * Makefile.in: Regenerate.
6110 * Makefile.def (gcc host module) and soft dependency on lto-plugin
6111 and configure dependency on lto-plugin configure.
6112 (lto-plugin module): Remove dependency on GCC; add dependency on
6113 liniberty.
6114
61152011-01-07 William Schmidt <wschmidt@linux.vnet.ibm.com>
6116
6117 * MAINTAINERS (Write After Approval): Add myself.
6118
61192010-12-23 Hariharan Sandanagobalane <hariharan@picochip.com>
6120
6121 * configure: Regenerate.
6122
61232010-12-22 Hariharan Sandanagobalane <hariharan@picochip.com>
6124
6125 * configure.ac: (picochip): Disable libiberty.
6126
61272010-12-14 Kaushik Phatak <kaushik.phatak@kpitcummins.com>
6128
6129 * MAINTAINERS (Write After Approval): Add myself.
6130
61312010-12-10 Ian Lance Taylor <iant@google.com>
6132
6133 PR bootstrap/46819
6134 * configure.ac: For --disable-libgcj clear libgcj_saved.
6135 * configure: Rebuild.
6136
61372010-12-10 Tobias Burnus <burnus@net-b.de>
6138
6139 PR fortran/46540
6140 * configure.ac: Add --disable-libquadmath and
6141 --disable-libquadmath-support.
6142 * configure: Regenerate.
6143
61442010-12-03 Ian Lance Taylor <iant@google.com>
6145
6146 * MAINTAINERS: Add myself as libgo maintainer.
6147
61482010-12-03 Hans-Peter Nilsson <hp@axis.com>
6149
6150 PR libffi/46792
6151 * configure.ac (cris-*-elf, crisv32-*-elf): Disable target-libffi.
6152 * configure: Regenerate.
6153
61542010-12-02 Ian Lance Taylor <iant@google.com>
6155
6156 * configure.ac: Always set default for poststage1_ldflags to
6157 -static-libstdc++ -static-libgcc.
6158
61592010-11-29 Andreas Schwab <schwab@redhat.com>
6160
6161 * configure.ac: Move comment to remove extra space in last argument
6162 of GCC_TARGET_TOOL.
6163
61642010-11-26 Alexandre Oliva <aoliva@redhat.com>
6165
6166 PR other/46026
6167 * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
6168 * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
6169 * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
6170 (BASE_FLAGS_TO_PASS): Use it.
6171 * configure: Rebuilt.
6172 * Makefile.in: Rebuilt.
6173
61742010-11-23 H.J. Lu <hongjiu.lu@intel.com>
6175
6176 PR binutils/12258
6177 * configure.ac: Correct comments for --enable-gold/--enable-ld.
6178 Properly check default linker.
6179 * configure: Regnerated.
6180
61812010-11-23 Matthias Klose <doko@ubuntu.com>
6182
6183 * configure.ac: For --enable-gold, handle value `default' instead of
6184 `both*'. New configure option --{en,dis}able-ld.
6185 * configure: Regenerate.
6186
61872010-11-20 Ian Lance Taylor <iant@google.com>
6188
6189 * configure.ac: Only disable a language library if no language needs
6190 it. Don't let --disable-libgcj uncondtionally disable libffi.
6191 * configure: Rebuild.
6192
61932010-11-20 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6194
6195 * Makefile.in: Regenerate.
6196
6197 PR other/46202
6198 * configure.ac: Fix just-built in-tree STRIP name to be
6199 binutils/strip-new.
6200 * configure: Regenerate.
6201 * Makefile.def (install-strip-gcc, install-strip-binutils)
6202 (install-strip-opcodes, install-strip-ld, install-strip-itcl)
6203 (install-strip-sid): Mirror dependencies on non-strip variants
6204 of these targets on the respective -strip prerequisites.
6205 * Makefile.tpl (install-strip, install-strip-host)
6206 (install-strip-target): New targets.
6207 (install-strip-[+module+], install-strip-target-[+module+]):
6208 New targets.
6209 * Makefile.in: Regenerate.
6210
62112010-11-19 Ian Lance Taylor <iant@google.com>
6212 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6213
6214 * configure.ac: Add target-libgo to target_libraries. Set
6215 and substitute GOC_FOR_BUILD and GOC_FOR_TARGET.
6216 * Makefile.tpl (BUILD_EXPORTS): Add GOC and GOCFLAGS.
6217 (HOST_EXPORTS): Add GOC.
6218 (BASE_TARGET_EXPORTS): Add GOC.
6219 (GOC_FOR_BUILD, GOCFLAGS, GOC_FOR_TARGET): New variables.
6220 (GOCFLAGS_FOR_TARGET): New variable.
6221 (EXTRA_HOST_FLAGS): Add GOC.
6222 (EXTRA_TARGET_FLAGS): Add GOC and GOCFLAGS.
6223 * Makefile.def (target_modules): Add libgo.
6224 (flags_to_pass): Add GOC_FOR_TARGET and GOCFLAGS_FOR_TARGET.
6225 (dependencies): Add dependency from configure-target-libgo to
6226 configure-target-libffi and all-target-libstdc++-v3. Add
6227 dependencies from all-target-libgo to all-target-libffi.
6228 (languages): Add go.
6229 * configure: Rebuild.
6230 * Makefile.in: Rebuild.
6231
62322010-11-19 Ian Lance Taylor <iant@google.com>
6233
6234 * config-ml.in: Add Go support: treat GOC and GOCFLAGS like other
6235 compiler/flag environment variables.
6236
62372010-11-18 Ian Lance Taylor <iant@google.com>
6238
6239 * configure.ac: Check for lang_requires_boot_languages in
6240 config-lang.in files.
6241 * configure: Rebuild.
6242
62432010-11-16 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
1ec601bf
FXC
6244 Tobias Burnus <burnus@net-b.de>
6245
6246 PR fortran/32049
6247 * Makefile.def: Add libquadmath; build it with language=fortran.
6248 * configure.ac: Add libquadmath.
6249 * Makefile.tpl: Handle multiple libs in check-[+language+].
6250 * Makefile.in: Regenerate.
6251 * configure: Regenerate.
6252
b9b9d342
TT
62532010-11-16 Tom Tromey <tromey@redhat.com>
6254
6255 * MAINTAINERS: Moved myself to reviewers section.
6256
ecbfe87a
ZD
62572010-11-15 Zdenek Dvorak <ook@ucw.cz>
6258
6259 * MAINTAINERS: Moved myself to reviewers section.
6260
29a4f477
RW
62612010-11-15 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6262
6263 * MAINTAINERS (Various Maintainers): Add self for build machinery.
6264 (Write After Approval): Remove self.
6265
9965e3cd
AS
62662010-11-15 Andreas Schwab <schwab@redhat.com>
6267
6268 * configure.ac: Fix spelling in option names.
6269 * configure: Regenerated.
6270
0463992b
GJL
62712010-11-13 Georg-Johann Lay <georgjohann@web.de>
6272
6273 PR bootstrap/39622
6274 * configure.ac (FLAGS_FOR_TARGET): Add include-fixed path.
6275 * configure: Regenerated.
6276
3df08734
KG
62772010-11-13 Kaveh R. Ghazi <ghazi@gcc.gnu.org>
6278
6279 * MAINTAINERS: Update my email address.
6280
f16e2237
TG
62812010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6282
f16e2237
TG
6283 * configure: Regenerate.
6284
0bb52d68
TG
62852010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6286
1f980c25 6287 * configure: Regenerate.
0bb52d68 6288
aba2b02e
TG
62892010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6290
aba2b02e
TG
6291 * configure: Regenerate.
6292
27882098
TG
62932010-11-12 Tobias Grosser <grosser@fim.uni-passau.de>
6294
27882098
TG
6295 * configure: Regenerate.
6296
d32ef397
AS
62972010-11-11 Andreas Simbuerger <simbuerg@fim.uni-passau.de>
6298
6299 * configure.ac: Support official CLooG.org versions.
6300 * configure: Regenerate.
6301 * config/cloog.m4: New.
6302
5a4b6c0e
FD
63032010-11-10 François Dumont <francois.cppdevs@free.fr>
6304
6305 * MAINTAINERS (Write After Approval): Add myself.
6306
f2cea726
DE
63072010-11-09 David Edelsohn <dje.gcc@gmail.com>
6308
6309 * MAINTAINERS: Update my email address.
6310
d8ed14ce
IS
63112010-11-04 Iain Sandoe <iains@gcc.gnu.org>
6312
6313 * configure.ac (*-*-darwin*): Use mh-darwin for all Darwin variants.
6314 * configure: Regenerate.
d8ed14ce 6315
48215350
DK
63162010-11-03 Ian Lance Taylor <iant@google.com>
6317 Dave Korn <dave.korn.cygwin@gmail.com>
6318
6319 PR lto/46273
6320 * configure.ac: Remove libelf tests. Build lto-plugin on ELF always
6321 and on other supported platforms whenever LTO is enabled.
6322 * configure: Rebuild.
6323
87841584
AM
63242010-11-02 Alan Modra <amodra@gmail.com>
6325
6326 PR binutils/12110
6327 * configure.ac: Error when source path contains spaces.
6328 * configure: Regenerate.
6329
fe12dfe1
JW
63302010-10-23 James E. Wilson <wilson@codesourcery.com>
6331
6332 * MAINTAINERS: Update my email address.
6333
66c92425
ILT
63342010-10-20 Ian Lance Taylor <iant@google.com>
6335
6336 * Makefile.def (target_modules): Set lib_path to src/.libs for
6337 libstdc++-v3 module.
6338 * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
6339 * Makefile.in: Rebuild.
6340
187d3518
LB
63412010-10-18 Laurynas Biveinis <laurynas.biveinis@gmail.com>
6342
6343 * MAINTAINERS (Reviewers): Add myself for gengtype/GTY.
6344 (Write After Approval): Remove myself.
6345
02db6bba
TG
63462010-10-15 Tristan Gingold <gingold@adacore.com>
6347
6348 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6349
c0103e74
DR
63502010-10-14 Douglas Rupp <rupp@gnat.com>
6351
6352 * MAINTAINERS (OS Port Maintainers): Add myself for VMS.
6353
1cd0b716
DK
63542010-10-07 Dave Korn <dave.korn.cygwin@gmail.com>
6355
6356 * configure.ac (build_lto_plugin): New shell variable.
6357 (--enable-lto): Turn on by default for all non-ELF platforms that
6358 have had LTO support added so far. Set build_lto_plugin appropriately
6359 for both ELF and non-ELF.
6360 (configdirs): Add lto-plugin or not based on build_lto_plugin.
6361 * configure: Regenerate.
6362
d4c1abb3
RW
63632010-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6364
6365 Sync from src:
6366 * configure.ac (v850 support): Remove target-libgloss from
6367 noconfigdirs.
6368 * configure: Regenerate.
6369
ffedf511
RW
63702010-10-02 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6371
6372 PR bootstrap/45326
6373 PR bootstrap/45174
6374 * configure.ac: Honor initial values of $build_configargs,
6375 $host_configargs, $target_configargs. Mark the precious, so
6376 environment settings get recorded.
6377 * configure: Regenerate.
6378
e1826acc
RW
63792010-09-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6380
6381 PR bootstrap/45796
6382 * Makefile.def (info-gcc, dvi-gcc, pdf-gcc, html-gcc):
6383 Depend on all-build-libiberty.
6384 * Makefile.in: Regenerate.
6385
80920132
ME
63862010-09-30 Michael Eager <eager@eagercon.com>
6387
6388 * configure.ac (microblaze): Add target-libssp to noconfigdirs.
6389 * configure: Regenerate.
6390
770a498a
ME
63912010-09-28 Michael Eager <eager@eagercon.com>
6392
6393 * MAINTAINERS (CPU Port Maintainers): Add myself for MicroBlaze port.
6394
86dfbd58
RW
63952010-06-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6396
6397 PR bootstrap/44621
6398 * configure.ac: Fix unportable shell quoting.
6399 * configure: Regenerate.
6400
db50fe7d
IS
64012010-09-21 Iain Sandoe <iains@gcc.gnu.org>
6402
6403 * configure.ac (enable-lto): Add Darwin to the list of supported lto
6404 targets and amend comment.
6405 * configure: Regenerate.
6406
0064e825
TB
64072010-09-15 Tejas Belagod <tejas.belagod@arm.com>
6408
6409 * MAINTAINERS (Write After Approval): Add myself.
6410
bb79486c
JH
64112010-09-03 Jack Howarth <howarth@bromo.med.uc.edu>
6412
6413 * configure.ac: Enable LTO by default on Darwin.
6414 * configure: Regenerate.
6415
9e0b22c3
MS
64162010-09-02 Marcus Shawcroft <marcus.shawcroft@arm.com>
6417
bb79486c 6418 * MAINTAINERS (Write After Approval): Add myself.
9e0b22c3 6419
2fabf1b7
IB
64202010-09-01 Ian Bolton <ian.bolton@arm.com>
6421
bb79486c 6422 * MAINTAINERS (Write After Approval): Add myself.
2fabf1b7 6423
3a9abc98
DS
64242010-08-25 Danny Smith <dannysmith@users.sourceforge.net>
6425
6426 * MAINTAINERS (OS Port Maintainers): Remove myself from windows
6427 ports
6428
331a9a59
DY
64292010-07-28 David Yuste <david.yuste@gmail.com>
6430
6431 * MAINTAINERS (Write After Approval): Add myself.
6432
223a9d64
N
64332010-07-26 Naveen.H.S <naveen.S@kpitcummins.com>
6434
6435 * configure.ac: Support all v850 targets.
6436 * configure: Regenerate.
6437
9183bdcf
MG
64382010-07-23 Marc Glisse <marc.glisse@normalesup.org>
6439
6440 PR bootstrap/44455
6441 * configure.ac (extra_mpfr_configure_flags): Copy from
6442 extra_mpc_gmp_configure_flags.
6443 * configure: Re-generated.
6444
2e290598
AK
64452010-07-22 Andi Kleen <ak@linux.intel.com>
6446
6447 * MAINTAINERS (Write After Approval): Add myself.
6448
8d6cd388
CLT
64492010-07-22 Chung-Lin Tang <cltang@codesourcery.com>
6450
6451 * MAINTAINERS (Write After Approval): Add myself.
6452
b0b01eb0
JY
64532010-07-20 Jeffrey Yasskin <jyasskin@google.com>
6454
6455 * MAINTAINERS (Write After Approval): Add myself.
6456
77198d71
JH
64572010-07-17 Jack Howarth <howarth@bromo.med.uc.edu>
6458
6459 PR target/44862
6460 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT):
6461 Provide -B option to allow for link spec %s substitutions for
6462 libstdc++.a on darwin.
6463 * Makefile.in: Regenerate.
6464
02fe70af
MM
64652010-07-10 Mikael Morin <mikael@gcc.gnu.org>
6466
6467 * MAINTAINERS (Reviewers): Update my e-mail address
6468
c63a4676
AO
64692010-06-10 Alexandre Oliva <aoliva@redhat.com>
6470
6471 * Makefile.def (configure-gcc): Depend on all-libelf.
6472 * Makefile.in: Rebuild.
6473
e68edbf6
FC
64742010-06-05 Fabien Chêne <fabien@gcc.gnu.org>
6475
6476 * MAINTAINERS (Write After Approval): Add myself in the right place.
6477
dce2d8b2 64782010-06-04 Fabien Chêne <fabien@gcc.gnu.org>
8eee0b8f
FC
6479
6480 * MAINTAINERS (Write After Approval): Add myself.
6481
dce2d8b2 64822010-05-25 Sterling Augustine <sterling@tensilica.com>
db94b0d8
SA
6483
6484 * MAINTAINERS (CPU Port Maintainers): Add myself for xtensa port.
dce2d8b2
EB
6485
64862010-05-25 Maxim Kuvyrkov <maxim@codesourcery.com>
0c422e74 6487
1ab55d69
MK
6488 * config.sub: Update to version 2010-05-21.
6489 * config.guess: Update to version 2010-04-03.
0c422e74 6490
02540df4
SB
64912010-05-18 Steven Bosscher <steven@gcc.gnu.org>
6492
6493 * configure.ac (--enable-lto): All *-apple-darwin* now support LTO.
6494 * configure: Regenerate.
6495
dfe5f5b2
ST
64962010-05-12 Sriraman Tallam <tmsriram@google.com>
6497
6498 * MAINTAINERS (Write After Approval): Add myself.
6499
c082f9f3
SB
65002010-05-07 Steven Bosscher <steven@gcc.gnu.org>
6501
6502 * configure.ac (--enable-lto): Add x86_64-apple-darwin* as
6503 a platform that supports LTO.
6504 * configure: Regenerate.
6505
f1af9e5f
SP
65062010-05-05 Sebastian Pop <sebastian.pop@amd.com>
6507
6508 * configure.ac: Allow all the versions greater than 0.10 of PPL.
6509 * configure: Regenerated.
6510
38e3d868
RM
65112010-04-27 Roland McGrath <roland@redhat.com>
6512 H.J. Lu <hongjiu.lu@intel.com>
6513
6514 * configure.ac (--enable-gold): Support both, both/gold and
6515 both/bfd to add gold to configdirs without removing ld.
6516 * configure: Regenerated.
6517
6518 * Makefile.def: Add install-gold dependency to install-ld.
6519 * Makefile.in: Regenerated.
6520
3bec79c5
DK
65212010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
6522
6523 PR lto/42776
6524 * configure.ac (--enable-lto): Refactor handling so libelf tests
6525 are only performed inside then-clause of ACX_ELF_TARGET_IFELSE,
6526 and allow LTO to be explicitly enabled on non-ELF platforms that
6527 are known to support it inside else-clause.
6528 * configure: Regenerate.
6529
615c8ffa
EB
65302010-04-20 Eric Botcazou <ebotcazou@adacore.com>
6531
6532 * configure.ac (BUILD_CONFIG): Redirect output to /dev/null.
6533 * configure: Regenerate.
6534
e4522f78
RC
65352010-04-17 Ralf Corsépius <ralf.corsepius@rtems.org>
6536
6537 * configure.ac (*-*-rtems*): Add target-libiberty to $skipdirs.
6538 * configure: Regenerate.
6539
8ccb78f2
RO
65402010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6541
6542 * configure.ac: Check for elf_getshdrstrndx or elf_getshstrndx
6543 separately.
6544 * configure: Regenerate.
6545
d5cc2ee3
KW
65462010-04-16 Kevin Williams <kevin.williams@inria.fr>
6547
6548 * MAINTAINERS (Write After Approval): Add myself.
6549
8406cb62
TG
65502010-04-14 Tristan Gingold <gingold@adacore.com>
6551
6552 * configure.ac (alpha*-*-*vms*): Remove ld from noconfigdirs.
6553 * configure: Regenerate.
6554
3591b8e2
SE
65552010-04-13 Steve Ellcey <sje@cup.hp.com>
6556
6557 * configure: Regenerate after change to elf.m4.
6558
a82ecc7b
IS
65592010-04-06 Iain Sandoe <iains@gcc.gnu.org>
6560
6561 * MAINTAINERS (Write After Approval): Add myself.
6562
1f0bf148
SP
65632010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6564
6565 * configure.ac: Add brackets around AC_TRY_COMPILE alternative.
6566 * configure: Regenerated.
6567
65682010-04-02 Sebastian Pop <sebastian.pop@amd.com>
6569
6570 * configure.ac: Print "buggy but acceptable" when CLooG
6571 revision is less than 9.
6572 * configure: Regenerated.
6573
ecd01dee
DN
65742010-04-01 Diego Novillo <dnovillo@google.com>
6575
6576 * MAINTAINERS (Plugin): Add myself and Le-Chun Wu.
6577
dc683a3f
RW
65782010-04-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6579
6580 PR bootstrap/43615
6581 PR bootstrap/43328
6582
6583 Revert:
6584
6585 2010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6586
6587 * configure.ac: Do not pass --enable-multilib nor
6588 --disable-multilib in baseargs. Accept explicitly passed
6589 --enable_multilib.
6590 * configure: Regenerate.
6591
7527d83f
UW
65922010-03-31 Ulrich Weigand <uweigand@de.ibm.com>
6593
6594 * MAINTAINERS (CPU Port Maintainers): Add myself for spu port.
6595
895522b6
JJ
65962010-03-31 Janis Johnson <janis187@us.ibm.com>
6597
6598 * MAINTAINERS: Remove myself.
6599
9db4e878
RW
66002010-03-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6601
6602 PR bootstrap/43328
6603 * configure.ac: Do not pass --enable-multilib nor
6604 --disable-multilib in baseargs. Accept explicitly passed
6605 --enable_multilib.
6606 * configure: Regenerate.
6607
acf6bf36
AP
66082010-03-28 Andrew Pinski <pinskia@gmail.com>
6609
6610 * MAINTAINERS (spu port): Remove me.
6611
b42f0d7e
JM
66122010-03-23 Joseph Myers <joseph@codesourcery.com>
6613
6614 * configure.ac (tic6x-*-*): New case.
6615 * configure: Regenerate.
6616
0d1152b1
JM
66172010-03-23 Joseph Myers <joseph@codesourcery.com>
6618
6619 * config.sub: Update to version 2010-03-22.
6620 * config.guess: Update to version 2009-12-30.
6621
dce2d8b2 66222010-03-19 Jack Howarth <howarth@bromo.med.uc.edu>
0aeb3cc6
JH
6623
6624 PR ada/42554
6625 * configure.ac: Only pass -c to ranlib for darwin9 and earlier.
6626 * configure: Regenerate.
6627
5408fbe8
RR
66282010-03-18 Ramana Radhakrishnan <ramana.radhakrishnan@arm.com>
6629
6630 * MAINTAINERS: Update my email address.
6631
3f55a3b3
SP
66322010-03-17 Sebastian Pop <sebastian.pop@amd.com>
6633
6634 * MAINTAINERS (dwarak.rajagopal@amd.com): Removed.
6635 (ghassan.shobaki@amd.com): Removed.
6636
3f08f7e8
AM
66372010-03-17 Alan Modra <amodra@gmail.com>
6638
6639 * MAINTAINERS: Update my email address.
6640
f3a9d094
DN
66412010-03-16 Diego Novillo <dnovillo@google.com>
6642
6643 * MAINTAINERS: Remove Dan Hipschman, William Maddox and Chris
6644 Matthews.
6645
db5c4b8b
JM
66462010-03-16 Joseph Myers <joseph@codesourcery.com>
6647
6648 * MAINTAINERS (Write After Approval): Remove Jim Blandy, Daniel
6649 Gutson, Jeffrey D. Oldham and Mark Shinwell.
6650
b995570a
JM
66512010-03-16 Joseph Myers <joseph@codesourcery.com>
6652
6653 * MAINTAINERS: Update my email address.
6654
124cc66f
DJ
66552010-03-16 Daniel Jacobowitz <dan@codesourcery.com>
6656
6657 * MAINTAINERS: Update my email address.
6658
a4581668
BS
66592010-03-15 Bernd Schmidt <bernds@codesourcery.com>
6660
6661 * MAINTAINERS: Update my email address.
6662
49d78e29
JZ
66632010-03-09 Jie Zhang <jie@codesourcery.com>
6664
6665 * MAINTAINERS: Update my email address.
6666
8927b7c0
RO
66672010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6668
6669 PR libstdc++/32499
6670 * configure.ac (RANLIB): Default to true.
6671 (STRIP): Likewise.
6672 (RANLIB_FOR_TARGET): Remove superfluous : argument.
6673 * configure: Regenerate.
6674
dce2d8b2 66752010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
cae072e2
RAE
6676
6677 * MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.
6678 (Write After Approval): Update my email address.
6679
bf646aaf
NC
66802010-02-17 Nick Clifton <nickc@redhat.com>
6681
6682 PR 11238
6683 * Makefile.tpl (local-distclean): Also remove config.cache files in
6684 sub-directories as there may not be Makefiles present in the
6685 sub-directories.
96e41f16
NC
6686 * Makefile.tpl: Use "-exec rm {}" rather than "-delete" to delete
6687 the config.cache files found by the find command.
6688
bf646aaf
NC
6689 * Makefile.in: Regenerate.
6690 * configure.ac: Revert previous delta.
6691 * configure: Regenerate.
6692
ff78880a
NC
66932010-02-15 Nick Clifton <nickc@redhat.com>
6694
6695 PR 11238
6696 * configure.ac: Delete config.cache files in sub-directories when
6697 deleting Makefiles.
6698 * configure: Regenerate.
6699
8150eadf
BE
67002010-02-12 Ben Elliston <bje@gnu.org>
6701
6702 * MAINTAINERS: Update my email address.
6703
a9e12bfd
AP
67042010-02-08 Andrew Pinski <pinskia@gmail.com>
6705
6706 * MAINTAINERS (spu port): Update my email address.
6707
95315086
JZ
67082010-02-08 Jie Zhang <jie.zhang@analog.com>
6709
6710 * MAINTAINERS: Add myself as a maintainer for the bfin port.
6711
362c6d2f
KG
67122010-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6713
6714 * configure.ac: Add "recommended" version checks for GMP/MPC.
6715 Update recommended GMP/MPFR/MPC versions.
6716 * configure: Regenerate.
6717
888c5ad2
JR
67182010-01-31 Joern Rennecke <joern.rennecke@embecosm.com>
6719
6720 * MAINTAINERS: Move my Embecosm email address into the
6721 write-after-approval section.
6722
3bf714a7
ILT
67232010-01-26 Ian Lance Taylor <iant@google.com>
6724
6725 * MAINTAINERS: Add myself as Go frontend maintainer.
6726
ad1e5170
JR
67272010-01-25 Joern Rennecke <amylaar@spamcop.net>
6728
6729 PR libstdc++/36101, PR libstdc++/42813
6730 * configure.ac (bootstrap_target_libs): Make inclusion of
6731 target-libgomp conditional on libgomb being in target_configdirs.
6732 * configure: Regenerate.
6733
fb0553d1
JR
67342010-01-23 Joern Rennecke <amylaar@spamcop.net>
6735
6736 PR libstdc++/36101, PR libstdc++/42813
6737 * configure.ac (bootstrap_target_libs): Include target-libgomp.
6738 * configure: Regenerate.
6739
aae29963
JR
67402010-01-22 Joern Rennecke <amylaar@spamcop.net>
6741
6742 PR libstdc++/36101, PR libstdc++/42813
6743 * configure.ac (target_configdirs): Substitute.
6744 * Makefile.def: Bootstrap target module libgomp.
6745 Add dependency of all-target-libstdc++-v3 on configure-target-libgomp.
6746 * Makefile.tpl (TARGET_CONFIGDIRS): New makefile variable.
6747 (BASE_TARGET_EXPORTS): Export TARGET_CONFIGDIRS.
6748 * configure, Makefile.in: Regenerate.
6749
d8fe8895
DK
67502010-01-21 Dave Korn <dave.korn.cygwin@gmail.com>
6751
6752 * MAINTAINERS: Adjust my details.
6753
ebfe4897
EW
67542010-01-20 Eric B. Weddington <eric.weddington@atmel.com>
6755
6756 * MAINTAINERS (CPU Port Maintainers): Add myself for avr port.
6757
f7746c59
TL
67582010-01-18 Thierry Lafage <thierry.lafage@inria.fr>
6759
6760 * MAINTAINERS: reindented my entry with tabs instead of spaces.
6761
306c7b5b
TL
67622010-01-15 Thierry Lafage <thierry.lafage@inria.fr>
6763
6764 * MAINTAINERS (Write After Approval): Add myself.
6765
1b8b9e19
KT
67662010-01-15 Konrad Trifunovic <konrad.trifunovic@inria.fr>
6767
6768 * MAINTAINERS (Write After Approval): Add myself.
6769
c164615b
RG
67702010-01-11 Richard Guenther <rguenther@suse.de>
6771
6772 PR lto/41569
6773 * Makefile.def (all-lto-plugin): Depend on all-gcc.
6774 * Makefile.in: Regenerated.
6775
f3f623ae
AT
67762010-01-11 Andreas Tobler <andreast@fgznet.ch>
6777
6778 * configure.ac: Enable libjava build on x86_64-*freebsd*.
6779 * configure: Regenerate.
6780
592c90ff 67812010-01-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9c78662a 6782 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
592c90ff
KG
6783
6784 PR bootstrap/42424
6785 * configure.ac: Include libtool m4 files.
9c78662a 6786 (_LT_CHECK_OBJDIR): Call it.
592c90ff
KG
6787 (extra_mpc_mpfr_configure_flags, extra_mpc_gmp_configure_flags,
6788 gmplibs, ppllibs, clooglibs): Use $lt_cv_objdir.
f7746c59 6789
592c90ff
KG
6790 * configure: Regenerate.
6791
60a2e213
RW
67922010-01-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6793
6794 PR bootstrap/41818
6795 * Makefile.tpl (BASE_TARGET_EXPORTS): Only add TARGET_LIB_PATH
6796 to $(RPATH_ENVVAR) if bootstrapping. Fix typo in comment.
6797 * Makefile.in: Regenerate.
6798
7413962d
RG
67992010-01-02 Richard Guenther <rguenther@suse.de>
6800
6801 PR lto/41529
6802 * configure.ac: Include config/elf.m4. Disable LTO if not
6803 builting for an elf target.
6804 * configure: Regenerate.
6805
f77f3945
CF
68062009-12-27 Christopher Faylor <me+cygwin@cgf.cx>
6807
6808 * MAINTAINERS: Change my email address.
6809
4960e3f0
BE
68102009-12-18 Ben Elliston <bje@au.ibm.com>
6811
6812 * config.sub, config.guess: Update from upstream sources.
6813
d16a31da
SZ
68142009-12-07 Shujing Zhao <pearly.zhao@oracle.com>
6815
6816 * MAINTAINERS (Write After Approval): Add myself.
6817
3a5729ea
KG
68182009-12-06 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6819
6820 PR middle-end/30447
6821 PR middle-end/30789
6822 PR other/40302
6823
6824 * configure.ac: Require MPC.
6825 * configure: Regenerate.
6826
43e02a8a
RW
68272009-12-05 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6828
6829 PR target/38384
6830 PR bootstrap/40972
6831 * libtool.m4: Sync from git Libtool.
6832 * ltoptions.m4: Likewise.
6833 * ltversion.m4: Likewise.
6834 * lt~obsolete.m4: Likewise.
6835 * ltmain.sh: Likewise.
6836
360d4522
KG
68372009-11-30 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
6838
6839 * configure.ac: Update minimum MPC version to 0.8.
6840 * configure: Regenerate.
6841
f264ed56
SP
68422009-11-21 Sebastian Pop <sebpop@gmail.com>
6843
6844 * configure.ac: Check for version 0.15.5 or later revision of CLooG.
6845 * configure: Regenerated.
6846
ed2eaa9f
ILT
68472009-11-21 Ian Lance Taylor <iant@google.com>
6848
6849 * configure.ac: Change default of poststage1_ldflags to be empty if
6850 poststage1_libs is set. When poststage1_libs is empty, and
6851 ENABLE_BUILD_WITH_CXX is set, add -static-libgcc.
6852 * configure: Rebuild.
6853
58346783
AN
68542009-11-21 Adam Nemet <adambnmet@gmail.com>
6855
6856 * MAINTAINERS (Write After Approval): Update my email address.
6857
5ca0106a
BE
68582009-11-20 Ben Elliston <bje@au.ibm.com>
6859
6860 * config.guess: Update from upstream sources.
6861
87213cd4
AO
68622009-11-16 Alexandre Oliva <aoliva@redhat.com>
6863
6864 * Makefile.def: Restore host and target settings for gmp.
6865 * Makefile.in: Rebuild.
6866
f61428ed
AO
68672009-11-16 Alexandre Oliva <aoliva@redhat.com>
6868
6869 * configure.ac: Add libelf to host_libs. Enable in-tree configury
6870 of ppl and cloog. Fix in-tree configury of libelf, skip tests.
6871 Fix portability of test of C++ as bootstrap language. Add
6872 ppl/src/ppl-config.o to the bootstrap compare exclusion list.
6873 * configure: Rebuild.
6874 * Makefile.def: Drop host and target settings from gmp, mpfr, ppl,
6875 and cloog. Fix in-tree ppl configuration. Introduce libelf
6876 in-tree building.
6877 * Makefile.tpl (POSTSTAGE1_CXX_EXPORT): New.
6878 (POSTSTAGE1_HOST_EXPORTS): Use it.
6879 (STAGE[+id+]_CXXFLAGS): New.
6880 (BASE_FLAGS_TO_PASS): Pass it down.
6881 (configure-stage[+id+]-[+prefix+][+module+]): Use it. Add
6882 extra_exports.
6883 (all-stage[+id+]-[+prefix+][+module+]): Likewise.
6884 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): Add
6885 extra_exports.
6886 * Makefile.in: Rebuild.
6887
f6c56be6
BE
68882009-11-17 Ben Elliston <bje@au.ibm.com>
6889
6890 * config.sub, config.guess: Update from upstream sources.
6891
0ccb5970
JK
68922009-11-12 Jan Kratochvil <jan.kratochvil@redhat.com>
6893
6894 * MAINTAINERS (Write After Approval): Add myself.
6895
dce2d8b2 68962009-11-09 Jon Beniston <jon@beniston.com>
3f08607c
JB
6897
6898 * MAINTAINERS (Write After Approval): Add myself.
6899
5d571eaa
OS
69002009-11-06 Ozkan Sezer <sezeroz@gmail.com>
6901
6902 * configure.ac (FLAGS_FOR_TARGET): Add -L and -isystem
6903 paths for *-w64-mingw* and x86_64-*mingw*.
6904 * configure: Regenerated.
6905
dce2d8b2 69062009-11-05 Joern Rennecke <amylaar@spamcop.net>
3be9759a
JR
6907
6908 * MAINTAINERS (Write After Approval): Add entry for my INRIA work.
6909
c393f559
BK
69102009-11-02 Benjamin Kosnik <bkoz@redhat.com>
6911
6912 * MAINTAINERS: Add Jonathan Wakely under Various Maintainers, move
6913 Phil Edwards to Write-After Approval.
6914
ef4c4300
KT
69152009-10-30 Kai Tietz <kai.tietz@onevision.com>
6916
6917 * configure.ac: Disable target-winsup & co for
6918 x86_64-*-mingw* and *-w64-mingw* targets.
6919 * configure: Regenerated.
6920
65a324b4
NC
69212009-10-16 Nick Clifton <nickc@redhat.com>
6922
6923 * MAINTAINERS: Add myself as a maintainer for the RX port.
6924
dce2d8b2 69252009-10-26 Johannes Singler <singler@kit.edu>
22e5d3dc 6926
9c78662a 6927 * MAINTAINERS (Write After Approval): Update my e-mail address.
22e5d3dc 6928
17e72e5d
RO
69292009-10-23 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6930
6931 * configure.ac (CLooG test): Use = with test.
6932 * configure: Regenerate.
6933
ed3a56f3
RG
69342009-10-22 Richard Guenther <rguenther@suse.de>
6935
6936 * configure.ac: Do not set LIBS for ppl/cloog checks. Disable
6937 cloog if the ppl version check failed. Move flags saving
6938 before setting in libelf check.
6939 * configure: Regenerate.
6940
ad0abd3c
RG
69412009-10-21 Richard Guenther <rguenther@suse.de>
6942
6943 * configure.ac: Adjust the ppl and cloog configure to work as
6944 documented. Disable cloog if ppl was disabled. Omit the version
6945 checks if they were disabled.
6946 * configure: Re-generate.
6947
e4c5bd48
RW
69482009-10-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6949
6950 * configure.ac: Add 'lto' to enable_languages, not
6951 new_enable_languages, and only if not already present.
6952 * configure: Regenerate.
6953
0ffd69c5
GP
69542009-10-10 Gerald Pfeifer <gerald@pfeifer.com>
6955
6956 * README: Refer to the various COPYING* files instead of just
6957 COPYING.
6958 Refer to http://gcc.gnu.org/bugs/ for bug reporting instructions.
6959
dce2d8b2 69602009-10-07 Rafael Avila de Espindola <espindola@google.com>
1fc23736
RE
6961
6962 * MAINTAINERS: Change my email address. Change plugi-in to plugin.
2bf33cdb 6963
58687768
RG
69642009-10-07 Richard Guenther <rguenther@suse.de>
6965
6966 * MAINTAINERS (LTO): List Diego Novillo, Rafael Avila de Espindola,
6967 and Richard Guenther as reviewers.
6968 (LTO plugin): List Rafael Avila de Espindola and Cary Coutant
6969 as reviewers.
6970
49b0ca5c 69712009-10-07 Hariharan Sandanagobalane <hariharan@picochip.com>
d2d9ce5e 6972
49b0ca5c 6973 * config.sub: Update from upstream sources.
d2d9ce5e 6974
aeb94799
ILT
69752009-10-06 Ian Lance Taylor <iant@google.com>
6976
6977 * Makefile.def: check-gold depends upon all-gas.
6978 * Makefile.in: Rebuild.
6979
123651cd
PM
69802009-10-05 Phil Muldoon <pmuldoon@redhat.com>
6981
6982 * MAINTAINERS (Write After Approval): Add myself.
6983
d7f09764
DN
69842009-10-03 2009-02-05 Rafael Avila de Espindola <espindola@google.com>
6985
6986 * Makefile.def: all-lto-plugin depends on all-libiberty.
6987 set bootstrap=true for lto-plugin.
6988 Add lto-plugin.
6989 * Makefile.in: Regenerate.
6990 * configure.ac (host_libs): Add lto-plugin.
6991 * configure: Regenerate.
6992
d7f09764
DN
69932009-10-03 Diego Novillo <dnovillo@google.com>
6994
6995 * Makefile.tpl (HOST_EXPORTS): Add LIBELFLIBS and LIBELFINC.
6996 (HOST_LIBELFLIBS): Define.
6997 (HOST_LIBELFINC): Define.
6998 * Makefile.in: Regenerate.
6999 * configure.ac: Add --enable-lto.
7000 Add --with-libelf, --with-libelf-include and --with-libelf-lib.
7001 If --enable-lto is used, add 'lto' to new_enable_languages.
7002 If --enable-lto is used and gold is enabled, add
7003 lto-plugin to configdirs.
7004 * configure: Regenerate.
7005
70062009-10-03 Simon Baldwin <simonb@google.com>
7007
7008 * configure.ac: If --with-system-zlib, suppress local zlib and
7009 pass --with-system-zlib to subdir configure scripts.
7010 * configure: Regenerate.
7011
dce2d8b2 70122009-10-01 Loren J. Rittle <ljrittle@acm.org>
0ecdd2aa
LR
7013 Paolo Bonzini <bonzini@gnu.org>
7014
7015 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Use $$s rather than
7016 $(srcdir).
7017 * Makefile.in: Rebuilt.
7018
dce2d8b2 70192009-09-26 Gary Funck <gary@intrepid.com>
5bfbb7f7
GF
7020
7021 * MAINTAINERS (Write After Approval): Add myself.
7022
3e661154
KG
70232009-09-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7024
7025 * configure.ac: Update minimum MPC version to 0.7.
7026 * configure: Regenerate.
7027
f1a036e4
NC
70282009-09-25 Nick Clifton <nickc@redhat.com>
7029
7030 * configure.ac: Pass any --cache-file=/dev/null option on to
7031 subconfigures.
7032 * configure: Regenerate.
7033
d4c74acc
NC
70342009-09-23 Nick Clifton <nickc@redhat.com>
7035
7036 * config.sub, config.guess: Update from upstream sources.
7037
dce2d8b2 70382009-09-22 Loren J. Rittle <ljrittle@acm.org>
03261b6d
LR
7039
7040 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Remove stray $$r/.
7041 * Makefile.in: Rebuilt.
7042
0db770bd
RW
70432009-09-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7044
7045 PR bootstrap/32272
7046 * configure.ac: Error out if $srcdir isn't '.' but contains
7047 host-${host_noncanonical}.
7048 * configure: Regenerate.
7049
71101870
RO
70502009-09-22 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7051
7052 * MAINTAINERS (OS Port Maintainers): Add myself as Solaris
7053 maintainer.
7054
ca6d0d62
RW
70552009-09-21 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7056
79cd2b23
RW
7057 * configure.ac: If bootstrapping a combined tree with
7058 --enable-gold, require c++ in stage1_languages.
7059 * configure: Regenerate.
7060
ab9dcd0c
RW
7061 * configure.ac: Also add target_libs of stage1_languages to
7062 bootstrap_target_libs.
7063 * configure: Regenerate.
7064
ca6d0d62
RW
7065 * configure.ac: Diagnose --enable-build-with-cxx bootstrap
7066 with --enable-languages not containing c++.
7067 * configure: Regenerate.
7068
1c3c9f12
JZ
70692009-09-15 Jie Zhang <jie.zhang@analog.com>
7070
7071 * configure.ac: Disable java and boehm-gc for bfin-*-*.
7072 * configure: Regenerate.
7073
dce2d8b2 70742009-09-12 Joern Rennecke <joern.rennecke@embecosm.com>
0318772d 7075
6fb30a14
JR
7076 * MAINTAINERS (Write After Approval): Update my e-mail address,
7077 and move from from here...
7078 (Waiting for paperwork): To here.
0318772d 7079
4056c2c6
JM
70802009-09-09 Joseph Myers <joseph@codesourcery.com>
7081
7082 * MAINTAINERS (Reviewers): Add self as driver reviewer.
7083
3e54529c
RW
70842009-09-08 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7085
7086 * configure.ac: Do not use $extrasub for replacing @if/@endif
7087 parts in Makefile; instead, use additional arguments to
7088 AC_CONFIG_COMMANDS to do the replacement manually, with several
7089 sed invocations, to avoid HP-UX sed command limits.
7090 * configure: Regenerate.
7091
713e2ea6
AO
70922009-09-08 Alexandre Oliva <aoliva@redhat.com>
7093
7094 * libtool.m4 (output_verbose_link_cmd): Require leading blank, and
7095 blank before -L.
7096
5646b7b9
AO
70972009-09-04 Alexandre Oliva <aoliva@redhat.com>
7098
7099 * configure.ac (with-build-config): Document. Handle without.
7100 Handle missing argument.
7101 * configure: Rebuilt.
7102
e12c4094
AO
71032009-09-03 Alexandre Oliva <aoliva@redhat.com>
7104
7105 * configure.ac (--with-build-config): New. Set BUILD_CONFIG.
7106 Default to bootstrap-debug only if compare-debug works.
7107 * configure: Rebuilt.
7108 * Makefile.tpl: Make BUILD_CONFIG configure-configurable.
7109 * Makefile.in: Rebuilt.
7110
75cb0057
RO
71112009-09-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7112
7113 * MAINTAINERS (OS Port Maintainers): Update my email address.
7114
8fc68cba
AO
71152009-09-01 Alexandre Oliva <aoliva@redhat.com>
7116
7117 * Makefile.tpl (BUILD_CONFIG): Default to bootstrap-debug.
7118 * Makefile.in: Rebuilt.
7119
44cb38cf
CD
71202009-09-01 Chris Demetriou <cgd@google.com>
7121
7122 * MAINTAINERS (Write After Approval): Add myself.
7123
f9329c35
DS
71242009-08-31 Dodji Seketeli <dodji@redhat.com>
7125
7126 PR debug/30161
7127 * include/dwarf2.h (enum dwarf_tag): Added
7128 DW_TAG_GNU_template_template_param
7129 (enum dwarf_attribute): Added DW_AT_GNU_template_name.
7130
f945e229
PB
71312009-08-30 Paolo Bonzini <bonzini@gnu.org>
7132
7133 * Makefile.tpl (AWK): Fix typo.
7134 * Makefile.in: Regenerate.
7135
87264276
PB
71362009-08-30 Paolo Bonzini <bonzini@gnu.org>
7137
7138 * configure.ac: Detect awk and sed.
7139 * Makefile.def (flags_to_pass): Add AWK and SED.
7140 * Makefile.tpl (AWK, SED): New.
7141 (BASE_FLAGS_TO_PASS): Add AWK and SED.
7142 * configure: Regenerate.
7143 * Makefile.in: Regenerate.
7144
68ccd57c
DK
71452009-08-26 Dave Korn <dave.korn.cygwin@gmail.com>
7146
7147 * ltmain.sh (removedotparts): Don't use comma as 's' separator.
7148 (collapseslashes): Likewise.
7149
df58e648
RW
71502009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7151
7152 * configure.ac (AC_PREREQ): Bump to 2.64.
7153
0539cb2c
RW
71542009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7155
70fa0efa
RW
7156 * configure.ac: Remove --with-datarootdir, --with-docdir,
7157 --with-pdfdir, --with-htmldir switches.
7158 * configure: Regenerate.
7159
5213506e
RW
7160 * configure: Regenerate.
7161
0539cb2c
RW
7162 * compile: Sync from Automake 1.11.
7163 * depcomp: Likewise.
7164 * install-sh: Likewise.
7165 * missing: Likewise.
7166 * mkinstalldirs: Likewise.
7167 * ylwrap: Likewise.
7168
197c68cc
DK
71692009-08-20 Dave Korn <dave.korn.cygwin@gmail.com>
7170
7171 * ltmain.sh (func_normal_abspath): New function.
7172 (func_relative_path): Likewise.
7173 (func_mode_help): Document new -bindir option for link mode.
7174 (func_mode_link): Add new -bindir option, and use it to place
7175 output DLL if specified.
7176
58af276a
RW
71772009-08-19 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7178
0115d4a3
RW
7179 * configure.ac: Call AC_DISABLE_OPTION_CHECKING.
7180 (baseargs): Add --disable-option-checking.
7181 * configure: Regenerate.
7182
58af276a
RW
7183 * Makefile.def (configure-target-libiberty): Depend on
7184 all-binutils and all-ld.
7185 (configure-target-newlib): Likewise.
7186 * Makefile.in: Regenerate.
7187
e9d9afef
BE
71882009-08-17 Ben Elliston <bje@au.ibm.com>
7189
7190 * config.sub, config.guess: Update from upstream sources.
7191
354ebf88
RW
71922009-08-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7193
7194 Sync from src, merge:
7195
7196 2009-07-02 Tristan Gingold <gingold@adacore.com>
7197
7198 * configure.ac: Do not exclude gas for i386-*-darwin.
7199 Add a case for x86_64-*-darwin.
7200 * configure: Regenerate.
7201
8375f7b2
NV
72022009-08-06 Neil Vachharajani <nvachhar@gmail.com>
7203
7204 * MAINTAINERS: Add my name to Write After Approval list.
7205
dce2d8b2 72062009-08-06 Michael Eager <eager@eagercon.com>
ca9fe997
ME
7207
7208 * configure.ac: Add Microblaze target.
7209 * configure: Regenerate.
7210
ea2002ba
CB
72112009-07-31 Christian Bruel <christian.bruel@st.com>
7212
7213 * configure.ac (sh*-*-elf): Don't add target-libgloss to noconfigdirs.
7214 * configure: Regenerate.
2bf33cdb 7215
dce2d8b2 72162009-07-28 Rask Ingemann Lambertsen <ccc94453@vip.cybercity.dk>
f563194d
RIL
7217
7218 * MAINTAINERS (Write After Approval): Update my e-mail address.
7219
e90e6bd7
ILT
72202009-07-06 Ian Lance Taylor <iant@google.com>
7221
7222 * configure.ac: Add missing comma in AC_ARG_WITH(boot-libs).
7223 * configure: Rebuild.
7224
f6e0880a
TG
72252009-07-01 Tobias Grosser <grosser@fim.uni-passau.de>
7226
7227 * MAINTAINERS: Move myself to the Graphite Reviewers.
7228
6d984927
WG
72292009-06-30 Wei Guozhi <carrot@google.com>
7230
7231 * MAINTAINERS: Add my name to Write After Approval list.
7232
f2689b09
SE
72332009-06-26 Steve Ellcey <sje@cup.hp.com>
7234
7235 PR bootstrap/40338
7236 * configure.ac (comparestring): Create new variable.
7237 * Makefile.tpl (comparestring): Use to skip some comparisions.
7238 * configure: Regenerate.
7239 * Makefile.in: Regenerate.
7240
f62c0ba4
DE
72412009-06-26 Doug Evans <dje@sebabeach.org>
7242
7243 * Makefile.def (host_modules): Add cgen.
7244 * Makefile.in: Regenerate.
7245 * configure.ac (host_tools): Add cgen.
7246 * configure: Regenerate.
7247
7acf4da6
DD
72482009-06-23 DJ Delorie <dj@redhat.com>
7249
7250 * MAINTAINERS: Add myself as mep maintainer.
7251
00020c16
ILT
72522009-06-23 Ian Lance Taylor <iant@google.com>
7253
7254 * configure.ac: Add --enable-build-with-cxx. When set, add c++ to
7255 boot_languages. Only bootstrap target libraries listed in
7256 target_libs for some boot language. Add --with-stage1-ldflags,
7257 --with-stage1-libs, --with-boot-ldflags, --with-boot-libs. Remove
7258 with_host_libstdcxx from ppllibs. Only add -fkeep-inline-functions
7259 if not building with C++.
7260 * Makefile.def: For target_module libstdc++-v3, set bootstrap=true.
7261 * Makefile.tpl (STAGE1_LDFLAGS, STAGE1_LIBS): New variables.
7262 (POSTSTAGE1_LDFLAGS, POSTSTAGE1_LIBS): New variables.
7263 (HOST_EXPORTS): Add STAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7264 (POSTSTAGE1_HOST_EXPORTS): Set CXX and CXX_FOR_BUILD. Add
7265 POSTSTAGE1_LDFLAGS to LDFLAGS. Export HOST_LIBS.
7266 (POSTSTAGE1_FLAGS_TO_PASS): Likewise.
7267 * configure, Makefile.in: Rebuild.
7268
1da52d4a
LF
72692009-06-23 Li Feng <nemokingdom@gmail.com>
7270
7271 * MAINTAINERS: Added my name to write-after-approval list.
7272
144c9175
RM
72732009-06-15 Ryan Mansfield <rmansfield@qnx.com>
7274
7275 * configure.ac: Define is_elf for QNX Neutrino targets.
7276 * configure: Regenerate.
7277
e5871e24
GS
72782009-06-09 Ghassan Shobaki <ghassan.shobaki@amd.com>
7279
9c78662a 7280 * MAINTAINERS: Added my name to the write-after-approval list
e5871e24 7281
5f4a82c0
KG
72822009-06-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7283
7284 * configure.ac: Detect MPC in default directory.
7285 * configure: Regenerate.
7286
394e9195
JG
72872009-06-03 Jerome Guitton <guitton@adacore.com>
7288 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7289
9c78662a
UB
7290 * Makefile.tpl (all): Avoid a trailing backslash.
7291 * Makefile.in: Regenerate.
394e9195 7292
47bca6aa
BE
72932009-06-03 Ben Elliston <bje@au.ibm.com>
7294
7295 * config.sub, config.guess: Update from upstream sources.
7296
a891a473
RS
72972009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
7298
7299 * configure.ac (powerpc-*-aix*, rs6000-*-aix*): Add target-newlib
7300 to noconfdirs.
7301 * configure: Regenerate.
7302
70cb2d9f
AO
73032009-06-02 Alexandre Oliva <aoliva@redhat.com>
7304
7305 * Makefile.tpl ([+compare-target+]): Compare all stage
7306 directories, rather than just gcc.
7307 * Makefile.in: Rebuilt.
7308
7f1245df
DK
73092009-06-01 Doug Kwan <dougkwan@google.com>
7310
7311 * configure.ac: Support gold for target arm*-*-*.
7312 * configure: Regenerate.
394e9195 7313
acd26225
KG
73142009-05-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7315
7316 * Makefile.def: Add MPC support and dependencies.
7317 * configure.ac: Likewise. Reorganize GMP/MPFR checks.
7318
7319 * Makefile.in, configure: Regenerate.
7320
a1fc946a
AO
73212009-05-27 Alexandre Oliva <aoliva@redhat.com>
7322
7323 * Makefile.tpl (all): Avoid harmless warning in make all when
7324 gcc-bootstrap is enabled but stage_last does not exist.
7325 * Makefile.in: Rebuilt.
7326
2e6a3c8d
NR
73272009-05-24 Nicolas Roche <roche@adacore.com>
7328
7329 * Makefile.tpl (compare-target): Skip ./ada/*tools directories.
7330 * Makefile.in: Regenerate.
7331
63487d11
DC
73322009-05-21 Denis Chertykov <chertykov@gmail.com>
7333
7334 * MAINTAINERS: Update my e-mail address.
7335
449223af
DK
73362009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
7337
7338 * configure.ac (cygwin noconfigdirs): Remove libgcj.
7339 * configure: Regenerate.
7340
31c98f49
AO
73412009-05-18 Alexandre Oliva <aoliva@redhat.com>
7342
7343 PR other/40159
7344 * Makefile.tpl (all): Don't assume gcc-bootstrap and
7345 gcc-no-bootstrap are mutually exclusive.
7346 * Makefile.in: Rebuilt.
7347
0f501837
AO
73482009-05-18 Alexandre Oliva <aoliva@redhat.com>
7349
7350 PR other/40159
7351 * Makefile.tpl (all): Don't end with unconditional success.
7352 * Makefile.in: Rebuilt.
7353
4a4a4e99
AO
73542009-05-12 Alexandre Oliva <aoliva@redhat.com>
7355
7356 PR target/37137
7357 * Makefile.def (flags_to_pass): Remove redundant and incomplete
7358 STAGE1_CFLAGS, STAGE2_CFLAGS, STAGE3_CFLAGS, and STAGE4_CFLAGS.
7359 Add FLAGS_FOR_TARGET and BUILD_CONFIG.
7360 (bootstrap_stage): Remove bootstrap-debug custom stages. Turn
7361 stage_configureflags, stage_cflags and stage_libcflags into
7362 explicit Makefile macros.
7363 * Makefile.tpl (HOST_EXPORTS, EXTRA_HOST_FLAGS): Pass GCJ and
7364 GFORTRAN.
7365 (POSTSTAGE1_HOST_EXPORTS): Add XGCC_FLAGS_FOR_TARGET and TFLAGS to
7366 CC. Set CC_FOR_BUILD from CC.
7367 (BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS,
7368 NORMAL_TARGET_EXPORTS): Move SYSROOT_CFLAGS_FOR_TARGET and
7369 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS and CXXFLAGS to
7370 XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS to CC, CXX, GCJ,
7371 and GFORTRAN.
7372 (TFLAGS, STAGE_CFLAGS, STAGE_TFLAGS, STAGE_CONFIGURE_FLAGS): New.
7373 (_LIBCFLAGS): Renamed to _TFLAGS.
7374 (do-compare-debug, do-compare3-debug): Drop.
7375 (CC, GCC_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET,
7376 GCJ_FOR_TARGET, GFORTRAN_FOR_TARGET): Remove FLAGS_FOR_TARGET.
7377 (FLAGS_FOR_TARGET, SYSROOT_CFLAGS_FOR_TARGET,
7378 DEBUG_PREFIX_CFLAGS_FOR_TARGET): Move down.
7379 (XGCC_FLAGS_FOR_TARGET): New.
7380 (BASE_FLAGS_TO_PASS): Pass STAGEid_CFLAGS, STAGEid_TFLAGS and TFLAGS.
7381 (EXTRA_HOST_FLAGS): Pass GCJ and GFORTRAN.
7382 (POSTSTAGE1_FLAGS_TO_PASS): Move SYSROOT_CFLAGS_FOR_TARGET and
7383 DEBUG_PREFIX_CFLAGS_FOR_TARGET from CFLAGS, CXXFLAGS, LIBCFLAGS,
9c78662a 7384 LIBCXXFLAGS to XGCC_FLAGS_FOR_TARGET. Add it along with TFLAGS
4a4a4e99
AO
7385 to CC, CXX, GCJ, and GFORTRAN. Pass XGCC_FLAGS_FOR_TARGET and
7386 TFLAGS.
7387 (BUILD_CONFIG): Include if requested.
7388 (all): Set TFLAGS on bootstrap.
7389 (configure-stageid-prefixmodule): Pass TFLAGS, adjust FLAGS.
7390 (all-stageid-prefixmodule): Likewise.
7391 (do-clean, distclean-stageid): Set TFLAGS.
7392 (restrap): Fix whitespace.
7393 * Makefile.in: Rebuilt.
7394
1cee3429
PB
73952009-05-07 Paolo Bonzini <bonzini@gnu.org>
7396
7397 * config.guess: Sync with src.
7398
0b70eafd
DK
73992009-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
7400
7401 * configure.ac ($with_ppl): Default to no if not supplied.
7402 ($with_cloog): Likewise.
7403 configure: Regenerate.
7404
5175f17c
JW
74052009-04-27 James E. Wilson <wilson@codesourcery.com>
7406
7407 * MAINTAINERS: Update my e-mail address.
7408
952fa153
NC
74092009-04-27 Nick Clifton <nickc@redhat.com>
7410
7411 * MAINTAINERS: Replace Aldy Hernandez as a maintainer for the FRV.
7412
a687f83c
EB
74132009-04-25 Eric Botcazou <ebotcazou@adacore.com>
7414
7415 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Add GNATBIND.
7416 (POSTSTAGE1_FLAGS_TO_PASS): Pick up exported value for GNATBIND.
7417 * Makefile.in: Regenerate.
7418
9e3eba15
KG
74192009-04-24 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7420
7421 PR bootstrap/39739
7422 * configure.ac (extra_mpfr_configure_flags): Set and AC_SUBST.
7423 * Makefile.def (module=mpfr): Use extra_mpfr_configure_flags.
7424
7425 * configure, Makefile.in: Regenerate.
7426
a687f83c 74272009-04-21 Taras Glek <tglek@mozilla.com>
d1b38208
TG
7428
7429 * include/hashtab.h: Update GTY annotations to new syntax
7430 * include/splay-tree.h: Likewise
7431
070bdbd9
BE
74322009-04-17 Ben Elliston <bje@au.ibm.com>
7433
7434 * config.sub, config.guess: Update from upstream sources.
7435
55f2d967
AG
74362009-04-15 Anthony Green <green@moxielogic.com>
7437
7438 * configure.ac: Add moxie support.
7439 * configure: Rebuilt.
7440
309c24a9
JJ
74412009-04-14 Jakub Jelinek <jakub@redhat.com>
7442
7443 * configure.ac: Change copyright header to refer to version
7444 3 of the GNU General Public License and to point readers at the
7445 COPYING3 file and the FSF's license web page.
7446 * Makefile.def: Likewise.
7447 * Makefile.tpl: Likewise.
7448 * Makefile.in: Regenerate.
7449
b93133bc
JH
74502009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
7451
7452 * configure.ac: Restore match for darwin9 or later. Use double
7453 brackets since regeneration eats one pair.
7454 * configure: Regenerate.
7455
d18ff35a
L
74562009-04-09 H.J. Lu <hongjiu.lu@intel.com>
7457
7458 PR gas/10039
7459 * configure.ac: Require texinfo 4.7.
7460 * configure: Regenerated.
7461
748086b7
JJ
74622009-04-09 Nick Clifton <nickc@redhat.com>
7463
7464 * COPYING.RUNTIME: New file: Contains a copy of version 3.1 of
7465 the GCC Runtime Library Exception.
7466
a3337ea2
KG
74672009-04-08 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7468
7469 * configure.ac: Bump minimum GMP/MPFR versions to 4.2 and 2.3.1.
7470 * configure: Regenerate.
7471
60911f14
SE
74722009-04-01 Steve Ellcey <sje@cup.hp.com>
7473
7474 * Makefil.def (languages): New entries.
7475 * Makefile.tpl (check-gcc-*): New generic target.
7476 * Makefile.in: Regenerate.
60911f14 7477
dce2d8b2 74782009-03-25 Erven Rohou <erven.rohou@inria.fr>
7369c1d0 7479
d18ff35a 7480 * MAINTAINERS: Update my email address.
7369c1d0 7481
cfb1f59f
TT
74822009-03-18 Tom Tromey <tromey@redhat.com>
7483
d18ff35a
L
7484 * configure: Rebuild.
7485 * configure.ac (host_libs): Add libiconv.
7486 * Makefile.in: Rebuild.
7487 * Makefile.def (host_modules): Add libiconv.
7488 (configure-gdb, all-gdb): Depend on libiconv.
cfb1f59f 7489
75eeae1a
TG
74902009-03-16 Tristan Gingold <gingold@adacore.com>
7491
7492 * configure.ac: Treat gdb as supported on x86_64-darwin.
7493 * configure: Regenerate.
7494
f38095f3
JM
74952009-03-16 Joseph Myers <joseph@codesourcery.com>
7496
7497 * configure.ac (--with-host-libstdcxx): New option.
7498 * configure: Regenerate.
7499
dce2d8b2 75002009-03-12 Joern Rennecke <joern.rennecke@arc.com>
fec7f245
JR
7501
7502 * MAINTAINERS: Move myself into the write after approval list.
7503
6d401294
NP
75042009-03-11 Nicola Pero <nicola.pero@meta-innovation.com>
7505
7506 * MAINTAINERS: Update e-mail address.
2bf33cdb 7507
07c97076
DN
75082009-03-11 Dorit Nuzman <dorit@il.ibm.com>
7509
7510 * MAINTAINERS: Remove myself as auto-vectorizer maintainer.
7511
dce2d8b2 75122009-03-10 Ira Rosen <irar@il.ibm.com>
bb947fd1
IR
7513
7514 * MAINTAINERS: Add myself as auto-vectorizer maintainer.
7515
7a9d3fe8
RW
75162009-03-01 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7517
7518 Backport from git Libtool:
7519
7520 2009-01-19 Robert Millan <rmh@aybabtu.com>
7521 Support GNU/kOpenSolaris.
7522 * libltdl/m4/libtool.m4 (_LT_SYS_DYNAMIC_LINKER)
7523 (_LT_CHECK_MAGIC_METHOD, _LT_COMPILER_PIC, _LT_LINKER_SHLIBS)
7524 (_LT_LANG_CXX_CONFIG) [kopensolaris*-gnu]: Recognize
7525 GNU/kOpenSolaris.
7526
c9e9e11f
AS
75272009-02-27 Andreas Schwab <schwab@linux-m68k.org>
7528
7529 * MAINTAINERS: Update e-mail address.
7530
5e8c1552 75312009-02-24 Michael Eager <eager@eagercon.com>
b48d5f68
ME
7532
7533 * MAINTAINERS (Write After Approval): Add self.
7534
b0adb088
BM
75352009-02-18 Bingfeng Mei <bmei@broadcom.com>
7536
7537 * MAINTAINERS (Write After Approval): Add myself.
7538
ee04b574
AS
75392009-02-05 Andreas Schwab <schwab@suse.de>
7540
7541 * Makefile.tpl (stage_last): Define $r and $s before using
7542 $(RECURSE_FLAGS_TO_PASS).
7543 * Makefile.in: Regenerate
7544
907884c9
ILT
75452009-01-30 Ian Lance Taylor <iant@google.com>
7546
7547 * MAINTAINERS: Move myself to the Global Reviewers list.
7548
416ac4d4
RM
75492009-01-29 Robert Millan <rmh@aybabtu.com>
7550
7551 * configure.ac: Recognize GNU/kOpenSolaris (*-*-kopensolaris*-gnu).
7552 * configure: Regenerate.
7553
ee5decb3
GP
75542009-01-17 Gerald Pfeifer <gerald@pfeifer.com>
7555
7556 * MAINTAINERS: Make whitespace consistent.
19196f44 7557 Remove Robert Millan from Write After Approval.
ee5decb3 7558
36fbb0ec
AM
75592009-01-16 Alan Modra <amodra@bigpond.net.au>
7560
7561 * Makefile.def (configure-opcodes): Depend on configure-libiberty.
7562 (all-opcodes): Depend on all-libiberty.
7563 * Makefile.in: Regenerate.
7564
52535a64
DR
75652009-01-15 Douglas B Rupp <rupp@gnat.com>
7566
7567 * configure.ac (ia64*-*-*vms*): Add case with no gdb or ld support.
7568 * configure: Regenerate.
7569
e04a57df
RR
75702009-01-12 Ramana Radhakrishnan <ramana.r@gmail.com>
7571
7572 * MAINTAINERS (Write After Approval): Add myself.
7573
856c450b
SK
75742009-01-12 Steven G. Kargl <sgk@troutmask.apl.washington.edu>
7575
7576 * MAINTAINERS: Add myself to reviewers (Fortran).
7577
dce2d8b2 75782009-01-12 Sebastian Pop <sebastian.pop@amd.com>
53095c56
SP
7579
7580 PR tree-optimization/38515
7581 * configure.ac (cloog-polylib): Removed.
7582 (with_ppl, with_cloog): Test for "no".
7583 * configure: Regenerated.
7584
1e5e8a59
DF
75852009-01-11 Daniel Franke <franke.daniel@gmail.com>
7586
7587 * MAINTAINERS: Moved myself to reviewers (Fortran).
7588
5e5debf6
TS
75892009-01-06 Thomas Schwinge <tschwinge@gnu.org>
7590
7591 * MAINTAINERS (OS Port Maintainers): Add myself for GNU/Hurd.
7592 (Write After Approval): Remove myself.
7593
1c42acf1
DN
75942009-01-03 Diego Novillo <dnovillo@google.com>
7595
7596 * MAINTAINERS: Remove myself from alias maintainership.
7597
2fbbedaf
DA
75982009-01-02 David Ayers <ayers@fsfe.org>
7599
7600 * MAINTAINERS: Update e-mail address.
7601
17213821
GP
76022008-12-30 Gerald Pfeifer <gerald@pfeifer.com>
7603
7604 * MAINTAINERS: Make whitespace consistent.
7605
baafc534
RW
76062008-12-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7607
7608 Backport from upstream Libtool:
7609 * libltdl.m4 (_LT_SYS_DYNAMIC_LINKER, _LT_LINKER_SHLIBS):
7610 Add cache variables to tests that require the linker to work.
7611 For shlibpath_overrides_runpath, this also changes the semantics
7612 to let the result from the C compiler take precedence.
7613
18430d27
BE
76142008-12-02 Ben Elliston <bje@au.ibm.com>
7615
7616 * config.sub, config.guess: Update from upstream sources.
7617
dce2d8b2 76182008-12-12 Sebastian Pop <sebastian.pop@amd.com>
0a280b35
SP
7619
7620 * configure.ac (ppllibs): Add by default the lib flags.
7621 * configure: Regenerate.
7622
41e9641b
LM
76232008-12-08 Luis Machado <luisgpm@br.ibm.com>
7624
7625 * MAINTAINERS: Add myself to the write after approval list.
7626
25783c30
JH
76272008-12-04 Jack Howarth <howarth@bromo.med.uc.edu>
7628
ee04b574
AS
7629 * configure.ac: Add double brackets on darwin[912].
7630 * configure: Regenerate.
25783c30 7631
0e318fcc
DK
76322008-12-03 Daniel Kraft <d@domob.eu>
7633
7634 * MAINTAINERS: Moved myself and Mikael Morin from Write After
7635 Approval to Reviewer section (for Fortran front-end).
7636
7f171b95
JH
76372008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
7638
7639 * configure.ac: Expand to darwin10 and later.
7640 * configure: Regenerate.
7641
09ce620e
AS
76422008-12-02 Andreas Schwab <schwab@suse.de>
7643
7644 * Makefile.def: configure-target-boehm-gc depends on
7645 all-target-libstdc++-v3.
7646 * Makefile.in: Regenerate.
7647
386c704d
KT
76482008-12-02 Kai Tietz <kai.tietz@onevision.com>
7649
7650 * MAINTAINERS: Add myself as mingw maintainer.
7651
e03dd84a
BE
76522008-12-02 Ben Elliston <bje@au.ibm.com>
7653
7654 * config.sub, config.guess: Update from upstream sources.
7655
3fa87964
GP
76562008-12-01 Gerald Pfeifer <gerald@pfeifer.com>
7657
7658 * README.SCO: Remove.
7659
df72d7ed
FP
76602008-11-29 Fernando Pereira <pronesto@gmail.com>
7661
7662 * MAINTAINERS: Add myself to the write after approval list.
7663
b5646528
DK
76642008-11-29 Dave Korn <dave.korn.cygwin@gmail.com>
7665
7666 * MAINTAINERS: Update my email address in WAA section.
7667
dce2d8b2 76682008-11-29 Chen Liqin <liqin@sunnorth.com.cn>
ebf24eb4
CL
7669
7670 * MAINTAINERS: Update e-mail address.
7671
dce2d8b2 76722008-11-27 Toon Moene <toon@moene.org>
50e0f131
TM
7673
7674 * MAINTAINERS: Change e-mail address.
7675
0db3a858
TG
76762008-11-27 Tristan Gingold <gingold@adacore.com>
7677
7678 * configure.ac: Build gdb for i?86-*-darwin*
7679 * configure: Regenerated.
7680
dce2d8b2 76812008-11-24 Hariharan Sandanagobalane <hariharan@picochip.com>
f07bde68
HS
7682
7683 * MAINTAINERS: Added my full name.
7684
487e299b
DJ
76852008-11-14 Daniel Jacobowitz <dan@codesourcery.com>
7686
7687 PR bootstrap/38014
7688 PR bootstrap/37923
7689
7690 Revert:
7691
7692 2008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7693
7694 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7695 * Makefile.in: Regenerated.
7696
7697 2008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7698
7699 PR gdb/921
7700 PR gdb/1646
7701 PR gdb/2175
7702 PR gdb/2176
7703
7704 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7705 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7706 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7707 (HOST_EXPORTS): Pass CPPFLAGS.
7708 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7709 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7710 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7711 * Makefile.in, configure: Regenerated.
7712 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7713 and CPPFLAGS_FOR_BUILD.
7714
dce2d8b2 77152008-11-06 Jeff Law <law@redhat.com>
d69fbecb
JL
7716
7717 * MAINTAINERS: Add myself as middle end maintainer.
7718
044fed69
AS
77192008-11-06 Andrew Stubbs <ams@codesourcery.com>
7720
7721 * MAINTAINERS (Write after approval): Add myself.
7722
caf6defe
DN
77232008-11-05 Diego Novillo <dnovillo@google.com>
7724
7725 * MAINTAINERS (Global Reviewers): Add myself.
7726 (Non-Algorithmic Maintainers): Remove myself.
7727
3e9899ac
TS
77282008-11-04 Thomas Schwinge <tschwinge@gnu.org>
7729
09ce620e 7730 * MAINTAINERS (Write after approval): Add myself.
3e9899ac 7731
ea99e36e
MM
77322008-10-31 Mikael Morin <mikael.morin@tele2.fr>
7733
09ce620e 7734 * MAINTAINERS (Write after approval): Add myself.
ea99e36e 7735
fb0d2684
BE
77362008-10-31 Ben Elliston <bje@au.ibm.com>
7737
7738 * configure.ac (spu-*-*): Remove special case.
7739 * configure: Regenerate.
7740
73c07a3e
CM
77412008-10-30 Catherine Moore <clm@codesourcery.com>
7742
7743 * MAINTAINERS (Write after approval): Update my email address.
7744
7310a2da
SSF
77452008-10-29 Stefan Schulze Frielinghaus <xxschulz@de.ibm.com>
7746
7747 * configure.ac [spu-*-*]: Do not set skipdirs.
7748 * configure: Re-generate.
7749
7e51fe23
BS
77502008-10-29 Bernd Schmidt <bernd.schmidt@analog.com>
7751
7752 * MAINTAINERS (Various Maintainers): Add myself to reload.
7753
ef20be93
RG
77542008-10-25 Richard Guenther <rguenther@suse.de>
7755
7756 * MAINTAINERS (Various Maintainers): Add myself as middle-end
7757 maintainer. Remove myself as libgcc-math maintainer.
7758 (Non-Algorithmic Maintainers): Remove myself.
7759
03ffcfa0
DJ
77602008-10-24 Daniel Jacobowitz <dan@codesourcery.com>
7761
7762 * Makefile.tpl (HOST_EXPORTS): Correct CPPFLAGS typo.
7763 * Makefile.in: Regenerated.
7764
dec014a9
CC
77652008-10-23 Cary Coutant <ccoutant@google.com>
7766
7767 * MAINTAINERS (Write after approval): Add myself.
7768
b36c386c
DJ
77692008-10-22 Daniel Jacobowitz <dan@codesourcery.com>
7770
7771 PR gdb/921
7772 PR gdb/1646
7773 PR gdb/2175
7774 PR gdb/2176
7775
7776 * Makefile.def (flags_to_pass): Add CPPFLAGS_FOR_BUILD and CPPFLAGS.
7777 * Makefile.tpl (BUILD_EXPORTS): Set CPPFLAGS.
7778 (EXTRA_BUILD_FLAGS): Correct typo. Pass CPPFLAGS.
7779 (HOST_EXPORTS): Pass CPPFLAGS.
7780 (CPPFLAGS_FOR_BUILD, CPPFLAGS, CPPFLAGS_FOR_TARGET): Define.
7781 (LDFLAGS_FOR_TARGET): Initialize from configure script.
7782 (EXTRA_TARGET_FLAGS): Set CPPFLAGS.
7783 * Makefile.in, configure: Regenerated.
7784 * configure.ac: Set CPPFLAGS_FOR_TARGET, LDFLAGS_FOR_TARGET,
7785 and CPPFLAGS_FOR_BUILD.
7786
dce2d8b2 77872008-10-20 Sebastian Pop <sebastian.pop@amd.com>
84541525
SP
7788
7789 * MAINTAINERS (Graphite Reviewers): Added Daniel Berlin and
7790 Sebastian Pop.
7791
e0bda97e
AP
77922008-10-14 Antoniu Pop <antoniu.pop@gmail.com>
7793
7794 * MAINTAINERS (Write After Approval): Added myself.
7795
36c713e0
KG
77962008-10-13 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
7797
7798 * configure.ac (MPFR check): Bump minimum version to 2.3.0 and
7799 recommended version to 2.3.2.
7800
7801 * configure: Regenerate.
7802
8fe005ee
MM
78032008-10-01 Mark Mitchell <mark@codesourcery.com>
7804
7805 * MAINTAINERS (Blanket Write Privs): Change to Global Reviewers.
7806
be8f156f
DD
78072008-09-29 David Daney <david.daney@caviumnetworks.com>
7808
7809 * MAINTAINERS (Write After Approval): Update e-mail address.
7810
ae11dff4
PG
78112008-09-26 Peter O'Gorman <pogma@thewrittenword.com>
7812
7813 * libtool.m4: Update to libtool 2.2.6.
7814 * lt~obsolete.m4: Update to libtool 2.2.6.
7815 * ltmain.sh: Update to libtool 2.2.6.
7816 * ltsugar.m4: Update to libtool 2.2.6.
7817 * ltversion.m4: Update to libtool 2.2.6.
7818 * ltoptions.m4: Update to libtool 2.2.6.
7819 * ltgcc.m4: Update to match changes from libtool 2.2.6.
7820
441154b1
CF
78212008-09-22 Chris Fairles <cfairles@gcc.gnu.org>
7822
7823 * MAINTAINERS (Write After Approval): Add myself.
7824
775b3b26
BRF
78252008-09-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
7826
7827 * MAINTAINERS (Write After Approval): Update my name.
7828
94538043
SB
78292008-09-20 Steven Bosscher <steven@gcc.gnu.org>
7830
09ce620e 7831 * MAINTAINERS: Add myself in "Write After Approval".
94538043 7832
52d1bfd8
SE
78332008-09-18 Steve Ellcey <sje@cup.hp.com>
7834
09ce620e 7835 * MAINTAINERS: Add myself as ia64 maintainer.
52d1bfd8 7836
c5cc92f5
GP
78372008-09-04 Gerald Pfeifer <gerald@pfeifer.com>
7838
7839 * MAINTAINERS: Remove John Carr, Steve Chamberlain, Michael Chastain,
7840 Klaus Kaempf, Mumit Khan, Alan Lehotsky, Warren Levy, Don Lindsay,
7841 Dave Love, Alexandre Petit-Bianco, Clinton Popetz, Gavin Romig-Koch,
7842 and Michael Tiemann from Write After Approval since they do not
7843 actually have access.
7844
23d9794a
RG
78452008-09-05 Richard Guenther <rguenther@suse.de>
7846
7847 * configure.ac: Initialize clooglibs to -lcloog.
7848 * configure: Re-generate.
7849
192a671e
LCW
78502008-09-04 Le-Chun Wu <lcwu@google.com>
7851
7852 * MAINTAINERS (Write After Approval): Add myself.
7853
d789184e
SP
78542008-09-03 Sebastian Pop <sebastian.pop@amd.com>
7855
7856 * configure.ac (--with-cloog-polylib): New.
7857 (--disable-cloog-version-check): New.
7858 (--disable-ppl-version-check): New.
7859 * configure: Re-generate.
7860
36a881c7
RG
78612008-09-03 Richard Guenther <rguenther@suse.de>
7862
7863 * configure.ac: Always pass -DCLOOG_PPL_BACKEND to the
7864 cloog test.
7865 * configure: Re-generate.
7866
358da97e
HS
78672008-09-03 Hari Sandanagobalane <hariharan@picochip.com>
7868
7869 Add picoChip port.
7870 * MAINTAINERS: Add picoChip maintainers.
7871
f8bf9252
SP
78722008-09-02 Sebastian Pop <sebastian.pop@amd.com>
7873 Tobias Grosser <grosser@fim.uni-passau.de>
7874 Jan Sjodin <jan.sjodin@amd.com>
7875 Harsha Jagasia <harsha.jagasia@amd.com>
7876 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
7877 Konrad Trifunovic <konrad.trifunovic@inria.fr>
7878 Adrien Eliche <aeliche@isty.uvsq.fr>
7879
7880 Merge from graphite branch.
7881 * configure: Regenerate.
7882 * Makefile.in: Regenerate.
7883 * configure.ac (host_libs): Add ppl and cloog.
7884 Add checks for PPL and CLooG.
7885 * Makefile.def (ppl, cloog): Added modules and dependences.
7886 * Makefile.tpl (PPLLIBS, PPLINC, CLOOGLIBS, CLOOGINC): New.
7887 (HOST_PPLLIBS, HOST_PPLINC, HOST_CLOOGLIBS, HOST_CLOOGINC): New.
7888
d89f0ad6
AL
78892008-08-31 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
7890
7891 * configure.ac (RPATH_ENVVAR): Use PATH on Windows.
7892 (GCC_SHLIB_SUBDIR): New.
7893 * Makefile.tpl (HOST_LIB_PATH_gcc): Use GCC_SHLIB_SUBDIR.
7894 * configure: Regenerate.
7895 * Makefile.in: Regenerate.
7896
88a25817
GP
78972008-08-30 Gerald Pfeifer <gerald@pfeifer.com>
7898
7899 * MAINTAINERS: Consistently use tabs to separate columns.
7900
f873f15f
TG
79012008-08-29 Tristan Gingold <gingold@adacore.com>
7902
7903 * MAINTAINERS (Write after Approval): Add myself.
7904
e1514c3f
TG
79052008-08-28 Tristan Gingold <gingold@adacore.com>
7906
7907 * configure.ac (powerpc-*-darwin*, i?86-*-darwin*,x86_64-*-darwin9):
7908 Enable bfd, binutils and opcodes.
7909 * configure: Regenerate.
7910
4717882f
JDA
79112008-08-27 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7912
7913 * MAINTAINERS: Update my hppa and hpux entries. Remove my vax entry.
7914
28c9884c
TK
79152008-08-23 Thomas Koenig <tkoenig@gcc.gnu.org>
7916
7917 * MAINTAINERS: Use correct Umlaut for last name.
7918
ae96d86a
FXC
79192008-08-23 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
7920
7921 * MAINTAINERS: Move myself from Reviewers to Write after Approval.
7922
3ecc96e3
DE
79232008-08-16 David Edelsohn <edelsohn@gnu.org>
7924
7925 * MAINTAINERS: Update my email address.
7926
dd609cc1
EB
79272008-08-16 Nicolas Roche <roche@adacore.com>
7928
7929 * Makefile.tpl: Add BOOT_ADAFLAGS.
7930 * Makefile.in: Regenerate.
7931
08d0963a
RS
79322008-08-09 Richard Sandiford <rdsandiford@googlemail.com>
7933
7934 * configure.ac (mips*-*-*linux*, mips*-*-gnu*): Use mt-mips-gnu.
7935 * configure: Regenerate.
7936
dce2d8b2 79372008-07-30 Paolo Bonzini <bonzini@gnu.org>
00afcaa0
PB
7938
7939 * configure.ac: Add makefile fragments for hpux.
7940 * Makefile.def (flags_to_pass): Add ADA_CFLAGS.
7941 * Makefile.tpl (HOST_EXPORTS): Pass ADA_CFLAGS.
7942 * configure: Regenerate.
7943 * Makefile.in: Regenerate.
7944
dce2d8b2 79452008-07-28 Aldy Hernandez <aldyh@redhat.com>
806b3528
AH
7946
7947 * MAINTAINERS: Add Jakub and myself as gimple maintainers.
7948
dce2d8b2 79492008-07-11 Dodji Seketeli <dseketel@redhat.com>
ab220355
DS
7950
7951 * MAINTAINERS (Write after Approval): Add myself.
7952
78209f30
XG
79532008-07-02 Xuepeng Guo <xuepeng.guo@intel.com>
7954
7955 * MAINTAINERS (Write After Approval): Add myself.
7956
5b5b098d
AJ
79572008-06-29 Andrew Jenner <andrew@codesourcery.com>
7958
7959 * MAINTAINERS (Write After Approval): Add myself.
7960
d812ec93
KW
79612008-06-29 Krister Walfridsson <krister.walfridsson@gmail.com>
7962
7963 * MAINTAINERS: Update my email address.
7964
99e78224
JY
79652008-06-25 Joey Ye <joey.ye@intel.com>
7966
7967 * MAINTAINERS (Write After Approval): Add myself.
7968
18c04407
RW
79692008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7970
7971 * Makefile.tpl ($(srcdir)/configure): Update dependencies.
7972 * Makefile.in: Regenerate.
7973 * configure: Regenerate.
7974
47aa9a31
DK
79752008-06-17 Daniel Kraft <d@domob.eu>
7976
7977 * MAINTAINERS (Write After Approval): Add myself.
7978
ad33ff57
RW
79792008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7980
7981 * configure.ac: Set TOPLEVEL_CONFIGURE_ARGUMENTS early, when
7982 "$@" is still intact with both Autoconf 2.59 and 2.62.
7983 * configure: Regenerate.
7984
cdce5c41
RW
79852008-06-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7986
7987 * Makefile.tpl: Fix comment errors.
7988 * Makefile.in: Regenerate.
7989
01b79d11
DM
79902008-06-12 David S. Miller <davem@davemloft.net>
7991 David Edelsohn <edelsohn@gnu.org>
7992
7993 * configure.ac: Add powerpc*-*-* to gold supported targets.
7994 * configure: Regenerate.
7995
f8c33439
JM
79962008-06-08 Joseph Myers <joseph@codesourcery.com>
7997
7998 PR tree-optimization/36218
7999 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD.
8000 * Makefile.tpl (EXTRA_BUILD_FLAGS): Define.
8001 (all prefix="build-"): Pass them to build-system sub-makes.
8002 * Makefile.in: Regenerate.
8003
cd985f66
JM
80042008-06-07 Joseph Myers <joseph@codesourcery.com>
8005
8006 * MAINTAINERS (mt port): Remove.
8007 (sco5, unixware, sco udk): Remove.
8008 (Kean Johnston): Add to Write After Approval.
8009
3f6383d3
JB
80102008-05-30 Julian Brown <julian@codesourcery.com>
8011
8012 * configure.ac (arm*-*-linux-gnueabi): Don't disable building
8013 of libobjc for ARM EABI Linux.
8014 * configure: Regenerate.
30da41ed 8015
dce2d8b2 80162008-05-18 Xinliang David Li <davidxl@google.com>
e29cc9b4 8017
09ce620e 8018 * ChangeLog: Remove wrong ChangeLog entry.
e29cc9b4 8019
dce2d8b2 80202008-05-17 Xinliang David Li <davidxl@google.com>
30da41ed 8021
e29cc9b4 8022 * MAINTAINERS (Write After Approval): Add myself.
30da41ed 8023
955410cb
JW
80242008-05-15 Janus Weil <janus@gcc.gnu.org>
8025
8026 * MAINTAINERS (Write After Approval): Add myself.
8027
719bb4e3 80282008-05-14 Rafael Espíndola <espindola@google.com>
61ab1651
RAE
8029
8030 * config-ml.in: don't handle --enable-shared and --enable-static.
8031
372b05fc
RS
80322008-05-10 Richard Sandiford <rdsandiford@googlemail.com>
8033
8034 * MAINTAINERS: Update my email address.
8035
f73e2200
PC
80362008-05-10 Paolo Carlini <paolo.carlini@oracle.com>
8037
8038 * MAINTAINERS: Update my email address.
09ce620e 8039
3e438e2b
KVH
80402008-05-03 Kris Van Hees <kris.van.hees@oracle.com>
8041
8042 * MAINTAINERS (Write After Approval): Add myself.
8043
177bf491
GS
80442008-04-28 Gabriele Svelto <gabriele.svelto@st.com>
8045
8046 * MAINTAINERS (Write After Approval): Add myself.
8047
dce2d8b2 80482008-04-25 Pompapathi V Gadad <Pompapathi.V.Gadad@nsc.com>
ac89df2f
PG
8049
8050 * MAINTAINERS (crx): Add myself.
8051
14a8726b
PB
80522008-04-18 Paolo Bonzini <bonzini@gnu.org>
8053
8054 Sync with src:
8055 2008-04-14 David S. Miller <davem@davemloft.net>
8056
09ce620e
AS
8057 * configure.ac: Add sparc*-*-* to gold supported targets.
8058 * configure: Regenerate.
14a8726b 8059
7142fb32
PB
80602008-04-18 Paolo Bonzini <bonzini@gnu.org>
8061
8062 PR bootstrap/35457
8063 * configure.ac: Include override.m4.
8064 * configure: Regenerate.
8065
c6b196de
PB
80662008-04-18 Paolo Bonzini <bonzini@gnu.org>
8067
09ce620e
AS
8068 * Makefile.tpl (restrap): Call `make all' using double-colon rules.
8069 * Makefile.in: Regenerate.
c6b196de 8070
dce2d8b2 80712008-04-18 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
c993ae60 8072
09ce620e 8073 * configure.ac (cr16-*-*): Add case for cr16 target and include gdb
c993ae60 8074 as nonconfigurable directories list.
09ce620e 8075 * configure: Regenerate.
c993ae60 8076
8479b1b1
BE
80772008-04-14 Ben Elliston <bje@au.ibm.com>
8078
8079 * config.sub, config.guess: Update from upstream sources.
8080
295e261a
HPN
80812008-04-12 Hans-Peter Nilsson <hp@axis.com>
8082
8083 * Makefile.tpl <gcc>: Error early unless at least GNU make 3.80.
8084 * Makefile.in: Regenerate.
8085
ac3949d9
EW
80862008-04-11 Eric B. Weddington <eweddington@cso.atmel.com>
8087
8088 * configure.ac: Do not build libssp for the AVR.
8089 * configure: Regenerate.
8090
06407e30
ILT
80912008-04-07 Ian Lance Taylor <iant@google.com>
8092
8093 * Makefile.def: check-gold depends upon all-binutils.
8094 * Makefile.in: Regenerate.
8095
97db009c
AH
80962008-04-04 Andy Hutchinson <hutchinsonandy@aim.com>
8097
8098 * MAINTAINERS (Write After Approval): Add myself.
8099
2a79c47f
NC
81002008-04-04 Nick Clifton <nickc@redhat.com>
8101
8102 PR binutils/4334
5f4bebbf 8103 * configure.ac: Run ACX_CHECK_CYGWIN_CAT_WORKS for cygwin hosted
2a79c47f
NC
8104 builds.
8105 * configure: Regenerate.
8106
c53a18d3
N
81072008-04-04 NightStrike <NightStrike@gmail.com>
8108
8109 PR other/35151
09ce620e
AS
8110 * configure.ac: Combine rules for mingw32 and mingw64.
8111 * configure: Regenerate.
c53a18d3 8112
d925aa70
KT
81132008-04-02 Kai Tietz <kai.tietz@onvision.com>
8114
8115 * MAINTAINERS (Write After Approval): Add myself.
8116
dce2d8b2 81172008-04-01 Seongbae Park <seongbae.park@gmail.com>
ad424a85
SP
8118
8119 * Makefile.tpl (.NOTPARALLEL): Revert previous change.
8120 * Makefile.in (.NOTPARALLEL): Ditto.
8121
4412a506
PG
81222008-04-01 Peter O'Gorman <pogma@thewrittenword.com>
8123
8124 * MAINTAINERS (Write After Approval): Add myself.
8125
dce2d8b2 81262008-03-31 Seongbae Park <seongbae.park@gmail.com>
2f908293
SP
8127
8128 * Makefile.tpl (.NOTPARALLEL): Serialize stageprofile libiberty.
8129 * Makefile.in (.NOTPARALLEL): Regenerate.
8130
639223bd
PB
81312008-03-27 Paolo Bonzini <bonzini@gnu.org>
8132
8133 * Makefile.tpl (PICFLAG, PICFLAG_FOR_TARGET): Remove.
8134 * Makefile.in: Regenerate.
8135
b8ab1f4a
JS
81362008-03-26 Jakub Staszak <kuba@et.pl>
8137
8138 * MAINTAINERS (Write After Approval): Add myself.
8139
b45890a4
TK
81402008-03-23 Thomas Koenig <tkoenig@gcc.gnu.org>
8141
8142 * MAINTAINERS: Update e-mail address.
8143
5afab7ad
ILT
81442008-03-20 Ian Lance Taylor <iant@google.com>
8145
8146 * configure.ac: Add support for --enable-gold.
8147 * Makefile.def: Add gold as a directory like ld.
8148 * configure, Makefile.in: Regenerate.
8149
38d24731
RW
81502008-03-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8151
8152 * configure.ac: m4_include config/proginstall.m4.
8153 * configure: Regenerate.
32bc4cf4
RW
8154
8155 Backport from upstream Libtool:
09ce620e 8156
32bc4cf4 8157 2007-10-12 Eric Blake <ebb9@byu.net>
09ce620e 8158
32bc4cf4
RW
8159 Deal with Autoconf 2.62's semantic change in m4_append.
8160 * ltsugar.m4 (lt_append): Replace broken versions of
8161 m4_append.
8162 (lt_if_append_uniq): Don't require separator to be overquoted,
8163 and avoid broken m4_append.
8164 (lt_dict_add): Fix typo.
8165 * libtool.m4 (_LT_DECL): Don't overquote separator.
8166
9d3c50ea
DE
81672008-03-13 David Edelsohn <edelsohn@gnu.org>
8168
8169 * config.rpath: Add AIX 6 support.
8170
5d2edb29
PB
81712008-03-13 Paolo Bonzini <bonzini@gnu.org>
8172
8173 * Makefile.def (stageprofile). Remove -fprofile-generate
8174 from stage_libcflags.
8175 * Makefile.in: Regenerate.
8176
954910ef
BE
81772008-03-13 Ben Elliston <bje@au.ibm.com>
8178
8179 * config.sub, config.guess: Update from upstream sources.
8180
e8645a40
TT
81812008-03-06 Tom Tromey <tromey@redhat.com>
8182
8183 * MAINTAINERS: Update for treelang deletion.
8184
2c8e955e
JW
81852008-03-03 James E. Wilson <wilson@tuliptree.org>
8186
8187 * MAINTAINERS: Update my email address.
8188
54acd307
SS
81892008-03-03 Stan Shebs <stanshebs@earthlink.net>
8190
893ad2a1 8191 * MAINTAINERS (darwin port): Add myself as a maintainer.
54acd307
SS
8192 (objective-c/c++): Add myself as a maintainer.
8193
4b52b516
VR
81942008-03-03 Volker Reichelt <v.reichelt@netcologne.de>
8195
8196 * MAINTAINERS (Write After Approval): Update my email address.
8197
e652b516
TB
81982008-02-25 Tomas Bily <tbily@suse.cz>
8199
8200 * MAINTAINERS (Write After Approval): Add myself.
8201
02d30740
JJ
82022008-02-23 Jakub Jelinek <jakub@redhat.com>
8203
8204 * MAINTAINERS (OpenMP): Add myself.
8205
1c8bd6a3
PB
82062008-02-20 Paolo Bonzini <bonzini@gnu.org>
8207
4b40b2a5
UB
8208 PR bootstrap/32009
8209 PR bootstrap/32161
1c8bd6a3 8210
4b40b2a5
UB
8211 * configure.ac (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Compute here.
8212 * configure: Regenerate.
1c8bd6a3 8213
4b40b2a5
UB
8214 * Makefile.def: Define stage_libcflags for all bootstrap stages.
8215 * Makefile.tpl (BOOT_LIBCFLAGS, STAGE2_LIBCFLAGS, STAGE3_LIBCFLAGS,
8216 STAGE4_LIBCFLAGS): New.
8217 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Subst from autoconf, without
8218 $(SYSROOT_CFLAGS_FOR_TARGET) and $(DEBUG_PREFIX_CFLAGS_FOR_TARGET).
8219 (BASE_TARGET_EXPORTS): Append them here to C{,XX}FLAGS.
8220 (EXTRA_TARGET_FLAGS): Append them here to {LIB,}C{,XX}FLAGS.
8221 (configure-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags
8222 for target modules. Don't export LIBCFLAGS.
8223 (all-stage[+id+]-[+prefix+][+module+]): Pass stage_libcflags; pass
8224 $(BASE_FLAGS_TO_PASS) where [+args+] was passed, and [+args+] after
8225 the overridden CFLAGS_FOR_TARGET and CXXFLAGS_FOR_TARGET.
8226 (invocations of `all'): Replace $(TARGET_FLAGS_TO_PASS) with
8227 $(EXTRA_TARGET_FLAGS), $(FLAGS_TO_PASS) with $(EXTRA_HOST_FLAGS).
8228 * Makefile.in: Regenerate.
1c8bd6a3 8229
bb44c9d2
RW
82302008-02-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8231
8232 PR libgcj/33085
8233 * libtool.m4 (_LT_COMPILER_PIC) [ mingw, cygwin ] <GCJ>:
8234 Do not use -DDLL_EXPORT. Backport from upstream.
8235
29a7754d
RW
82362008-02-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8237
8238 * MAINTAINERS (Write After Approval): Add myself.
8239
9a212bb7
HPN
82402008-02-02 Hans-Peter Nilsson <hp@axis.com>
8241
8242 * configure.ac: Enable fortran for cris-*-elf and crisv32-*-elf.
8243 * configure: Regenerate.
8244
aa12a573
MG
82452008-01-31 Marc Gauthier <marc@tensilica.com>
8246
8247 * configure.ac (xtensa*-*-*): Recognize processor variants.
8248 * configure: Regenerate.
8249
ac9e6043
RW
82502008-01-30 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8251
40049ccc
UB
8252 PR bootstrap/34922
8253 * configure.ac (PARSE_ARGS): Push suitable setting of
8254 ac_subdirs_all, for `./configure --help=recursive'.
8255 Handle `+' in generic toplevel directory disabling.
8256 * configure: Regenerate.
ac9e6043 8257
4288c86a
NC
82582008-01-28 Nick Clifton <nickc@redhat.com>
8259
8260 * MAINTAINERS (xstormy16): Take over maintainership.
8261
8d8da227
JM
82622008-01-25 Joseph Myers <joseph@codesourcery.com>
8263
8264 * MAINTAINERS (c4x port): Remove.
8265
349b60e7
DE
82662008-01-24 David Edelsohn <edelsohn@gnu.org>
8267
8268 * libtool.m4: Backport AIX 6 support from ToT Libtool.
8269
3ca06a68
BE
82702008-01-23 Ben Elliston <bje@au.ibm.com>
8271
8272 * config.sub, config.guess: Update from upstream sources.
8273
3c631381
TG
82742008-01-22 Tobias Grosser <grosser@fim.uni-passau.de>
8275
8276 * MAINTAINERS (Write After Approval): Add myself.
8277
20533ef1
L
82782008-01-17 H.J. Lu <hjl.tools@gmail.com>
8279
8280 * MAINTAINERS: Update my email address.
8281
82822008-01-09 Raksit Ashok <raksit@google.com>
8283
8284 * MAINTAINERS (Write After Approval): Add myself.
8285
684f4f6a
RA
82862008-01-09 Raksit Ashok <raksit@google.com>
8287
8288 * MAINTAINERS (Write After Approval): Add myself.
8289
9cb8756f
BE
82902008-01-08 Ben Elliston <bje@au.ibm.com>
8291
8292 * config.sub, config.guess: Update from upstream sources.
8293
94e1934d
KG
82942007-12-17 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
8295
8296 * configure.ac: Change required MPFR from 2.2.0 -> 2.2.1.
8debbe48 8297 Change recommended MPFR from 2.2.1 -> 2.3.0.
94e1934d
KG
8298 * configure: Regenerate.
8299
a2e51f77
SP
83002007-12-15 Sebastian Pop <sebastian.pop@amd.com>
8301
8302 * MAINTAINERS: Update my email address.
8303
ffe3dcd9
BRF
83042007-12-15 Bernhard Fischer <aldot@gcc.gnu.org>
8305
8306 * MAINTAINERS: Update my email address.
8307
aa4095c9
RS
83082007-12-13 Richard Sandiford <rsandifo@nildram.co.uk>
8309
8310 * Makefile.tpl (CFLAGS_FOR_TARGET): Add -g.
8311 (CXXFLAGS_FOR_TARGET): Add -O2 -g.
8312 * Makefile.in: Regenerate.
8313
dce2d8b2 83142007-12-10 Mark Heffernan <meheff@google.com>
030e2013
MH
8315
8316 * MAINTAINERS (Write After Approval): Add myself and alphabetize two
8317 misplaced entries.
8318
0fe0f073
AT
83192007-12-10 Andreas Tobler <a.tobler@schweiz.org>
8320
8321 * configure.ac: Enable libjava for x86_64-*-darwin9.
8322 * configure: Regenerate.
8323
dce2d8b2 83242007-12-07 Bill Maddox <maddox@google.com>
d4ca4b06
BM
8325
8326 * MAINTAINERS (Write After Approval): Add myself.
8327
c3220d4c
BE
83282007-12-05 Ben Elliston <bje@au.ibm.com>
8329
8330 * config.sub, config.guess: Update from upstream sources.
8331
aba7501e
MK
83322007-12-02 Matthias Klose <doko@ubuntu.com>
8333
8334 * config-ml.in: Remove 64bit configure tests.
8335
d683ec81
PB
83362007-11-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8337
8338 * config-ml.in: Robustify against white space in absolute file
8339 names.
8340
8341 * config-ml.in (multi-clean): Substitute ${Makefile}.
8342 Remove superfluous ${Makefile} in list.
8343
60f1711a
TS
83442007-11-19 Thiemo Seufer <ths@mips.com>
8345
8346 * config-ml.in: Don't hardcode the Makefile name.
8347
487f9d96
AM
83482007-11-08 Alexander Monakov <amonakov@ispras.ru>
8349
8350 * MAINTAINERS (Write After Approval): Add myself.
8351
fa3886fe
ST
83522007-11-07 Samuel Tardieu <sam@rfc1149.net>
8353
8354 * MAINTAINERS (Write After Approval): Add myself.
8355
dce2d8b2 83562007-11-06 Doug Kwan <dougkwan@google.com>
ae750079
DK
8357
8358 * MAINTAINERS (Write After Approval): Add myself.
8359
acc48927
BE
83602007-10-25 Ben Elliston <bje@au.ibm.com>
8361
8362 * MAINTAINERS (mercury): Remove entry.
8363 (Write After Approval): Add Fergus Henderson <fjh@cs.mu.oz.au>.
8364
e00e9858
DJ
83652007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
8366
8367 * Makefile.def (dependencies): Make configure-gdb depend on
8368 all-intl.
8369 * Makefile.in: Regenerated.
8370
def14a3c
SK
83712007-10-22 Steven G. Kargl <kargl@gcc.gnu.org>
8372
8373 * MAINTAINERS (Fortran maintainer): Remove myself.
8374
dce2d8b2 83752007-10-15 Patrick Mansfield <patmans@us.ibm.com>
0e5e9f76
PM
8376
8377 * Makefile.def: To avoid problems running with parallel makes,
8378 build newlib before libgloss so that target specific header
8379 files are availble.
8380 * Makefile.in: Regenerate
8381
bbfbfafc
DJ
83822007-10-11 Daniel Jacobowitz <dan@codesourcery.com>
8383
8384 * Makefile.def (dependencies): Add all-gdb -> all-libdecnumber.
8385 * Makefile.in: Regenerate.
8386
c56abad5
VM
83872007-10-09 Vladimir Makarov <vmakarov@redhat.com>
8388
8389 * MAINTAINERS (Register allocation reviewer): Add myself.
8390
f019adc1
MF
83912007-10-08 Mike Frysinger <vapier@gentoo.org>
8392
8393 * configure.ac (CFLAGS_FOR_BUILD, CXXFLAGS_FOR_BUILD,
8394 LDFLAGS_FOR_BUILD): Default them to host flags only for $host = $build.
8395 Set default CXXFLAGS_FOR_BUILD to CXXFLAGS, not CFLAGS. Set default
8396 LDFLAGS_FOR_BUILD to LDFLAGS, not CFLAGS.
8397 * configure: Regenerate.
8398
dce2d8b2 83992006-10-04 Seongbae Park <seongbae.park@gmail.com>
789e4e28
SP
8400
8401 * MAINTAINERS (Register allocation reviewer): Add myself.
8402
0999159b
PB
84032007-10-01 Paolo Bonzini <bonzini@gnu.org>
8404
8405 * Makefile.tpl (AR_FOR_BUILD, AS_FOR_BUILD, CXX_FOR_BUILD,
8406 DLLTOOL_FOR_BUILD, GCJ_FOR_BUILD, GFORTRAN_FOR_BUILD,
8407 LDFLAGS_FOR_BUILD, LD_FOR_BUILD, NM_FOR_BUILD, RANLIB_FOR_BUILD,
8408 WINDMC_FOR_BUILD, WINDRES_FOR_BUILD): Use autoconf substitutions.
8409 * configure.ac: Default them to host tools for $host = $build.
8410 Subst them.
8411
8412 * configure: Regenerate.
8413 * Makefile.in: Regenerate.
8414
dce2d8b2 84152006-09-24 Peter Bergner <bergner@vnet.ibm.com>
a054acde
PB
8416
8417 * MAINTAINERS (Register allocation reviewer): Add myself.
8418
dce2d8b2 84192006-09-24 Kenneth Zadeck <zadeck@naturalbridge.com>
ffda6fc9
KZ
8420
8421 * MAINTAINERS (Register allocation reviewer): Add myself.
8422
9d209c83
SP
84232007-09-21 Seongbae Park <seongbae.park@gmail.com>
8424
8425 * MAINTAINERS (Write After Approval): Fix typo.
8426
1ec3b87b
RS
84272007-09-20 Richard Sandiford <rsandifo@nildram.co.uk>
8428
8429 * configure.ac (mipsisa*-*-elfoabi*): New stanza.
8430 * configure: Regenerate.
8431
19d5986d
PJ
84322007-09-20 Paul Jarc <prj-bugzilla-gcc@multivac.cwru.edu>
8433
8434 PR bootstrap/31906
8435 * libtool-ldflags: Don't prefix arguments with -Xcompiler if
ffe3dcd9 8436 they're already prefixed.
19d5986d 8437
6d3b5aea
BK
84382007-09-19 Benjamin Kosnik <bkoz@redhat.com>
8439
8440 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Move libgomp before
8441 libstdc++.
8442 * Makefile.def: Add libgomp config as a maybe dependency for libstdc++.
8443 * configure: Regenerate.
8444 * Makefile.in: Regenerate.
09ce620e 8445
4fe7e755
AS
84462007-09-17 Andreas Schwab <schwab@suse.de>
8447
8448 * configure.ac: Raise minimum makeinfo version to 4.6.
8449 * configure: Regenerate.
8450
dce2d8b2 84512007-09-17 Johannes Singler <singler@ira.uka.de>
d483feaa 8452
ffe3dcd9 8453 * MAINTAINERS (write-after-approval) add myself
d483feaa 8454
fa9a3f31
AM
84552007-09-15 Alan Modra <amodra@bigpond.net.au>
8456
8457 * configure.ac: Correct makeinfo version check.
8458 * configure: Regenerate.
8459
6593a73e
RS
84602007-09-14 Richard Sandiford <rsandifo@nildram.co.uk>
8461
8462 * MAINTAINERS: Update my email address.
8463
d9dced13
RS
84642007-09-14 Richard Sandiford <richard@codesourcery.com>
8465
8466 * configure.ac (mips*-sde-elf*): New stanza. Add target-libiberty
8467 to $skipdirs and only disable gprof for newlib. Use the normal
8468 mips*-elf* handling in other respects.
8469 * configure: Regnerate.
8470
773c1467
DD
84712007-09-12 David Daney <ddaney@avtrex.com>
8472
8473 * configure.ac: Remove mips64*-*-linux* noconfigdirs section, thus
8474 enabling libgcj.
8475 * configure: Regenerate.
8476
c03353e2
RIL
84772007-09-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
8478
8479 PR other/32154
8480 * configure.ac: For libgloss targets, point the linker to the linker
8481 script, startup code and simulator library.
8482 * configure: Regenerate.
8483
c4e9bf2b
AH
84842007-09-07 Andrew Haley <aph@redhat.com>
8485
8486 * configure.ac (noconfigdirs): Remove target-libffi and
8487 target-libjava.
8488 * configure: Regenerate.
8489
1f5a6b84
FXC
84902007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8491
8492 PR target/33281
8493 * configure.ac: Use config/mh-mingw on mingw.
8494 * configure: Regenerate.
1f5a6b84 8495
3951e521
PH
84962007-09-05 Pat Haugen <pthaugen@us.ibm.com>
8497
9f349f63 8498 * MAINTAINERS (Write After Approval): Add myself.
3951e521 8499
e643dc23
RG
85002007-09-05 Richard Guenther <rguenther@suse.de>
8501
8502 * configure.ac (--enable-stage1-checking): If neither --enable-checking
8503 nor --disable-checking is provided also turn on yes and types
8504 checking for stage1.
8505 * configure: Re-generate.
8506
039874df
KW
85072007-08-30 Krister Walfridsson <cato@df.lth.se>
8508
8509 * MAINTAINERS (OS Port Maintainers): Add myself as NetBSD maintainer.
8510 (Write After Approval): Remove myself.
8511
c3f07bd6 85122007-08-29 Nick Clifton <nickc@redhat.com>
15098359 8513
c3f07bd6 8514 * config.sub, config.guess: Update from upstream sources.
15098359 8515
40049ccc 85162007-08-22 Bud Davis <jmdavis@link.com>
4bbed405
BD
8517
8518 * MAINTAINERS (Write After Approval): Added myself.
8519 * MAINTAINERS (Reviewers): Removed myself.
8520
c8aea42c 85212007-08-18 Paul Brook <paul@codesourcery.com>
40049ccc 8522 Joseph Myers <joseph@codesourcery.com>
c8aea42c
PB
8523
8524 * Makefile.tpl (DEBUG_PREFIX_CFLAGS_FOR_TARGET): New.
8525 (CFLAGS_FOR_TARGET, CXXFLAGS_FOR_TARGET): Include it.
8526 * Makefile.in: Regenerate.
8527 * configure.ac (--with-debug-prefix-map): New.
8528 * configure: Regenerate.
8529
4bf6c438
RS
85302007-08-17 Richard Sandiford <richard@codesourcery.com>
8531 Nigel Stephens <nigel@mips.com>
8532
4bf6c438
RS
8533 * configure.ac (mips*-sde-elf*): New stanza. Use config/mt-sde
8534 as target_makefile_frag.
8535 * configure: Regenerate.
8536
bb286d71
AO
85372007-08-16 Alexandre Oliva <aoliva@redhat.com>
8538
8539 * Makefile.def (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS):
8540 Add to flags_to_pass. Adjust uses of BOOT_CFLAGS.
8541 (bootstrap2-debug, bootstrap-debug): New bootstrap stages.
8542 * Makefile.tpl (STAGE2_CFLAGS, STAGE3_CFLAGS, STAGE4_CFLAGS): New.
8543 (do-compare, do-compare3, do-compare-debug): New.
8544 ([+compare-target+]): Use them.
8545
a4630417
MK
85462007-08-14 Maxim Kuvyrkov <maxim@codesourcery.com>
8547
8548 * MAINTAINERS (Write After Approval): Change my email address.
8549
d9acb717
RW
85502007-08-13 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8551 Ben Elliston <bje@au.ibm.com>
8552
8553 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Pass
8554 --silent if $silent.
8555 * configure: Regenerate.
8556
96876681
ZD
85572003-08-12 Zdenek Dvorak <ook@ucw.cz>
8558
8559 * MAINTAINERS (Various Maintainers): Add myself as
8560 loop infrastructure maintainer. Update my e-mail
8561 address.
8562
1c1d80ee
DN
85632007-07-31 Diego Novillo <dnovillo@google.com>
8564
8565 * MAINTAINERS (Reviewers): Rename from Non-Autopoiesis.
8566 Adjust description.
8567
7e98624c
RG
85682007-07-26 Richard Guenther <rguenther@suse.de>
8569
8570 * configure.ac: Add types checking to stage1 checking flags.
8571 * configure: Regenerate.
8572
4c85af60
NC
85732007-07-17 Nick Clifton <nickc@redhat.com>
8574
8575 * COPYING3: New file. Contains version 3 of the GNU General
8576 Public License.
8577 * COPYING3.LIB: New file. Contains version 3 of the GNU
8578 Lesser General Public License.
8579
19ddfd3a
AK
85802007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8581
8582 * MAINTAINERS (S/390 port maintainer): Remove my co-maintainer tag.
8583
2a064545
AK
85842007-07-16 Andreas Krebbel <krebbel1@de.ibm.com>
8585
8586 * MAINTAINERS (S/390 co-maintainer): Add myself.
8587 (Write After Approval): Remove myself.
8588
f861f54d
DH
85892007-07-13 Dan Hipschman <dsh@google.com>
8590
8591 * MAINTAINERS (Write After Approval): Add myself.
8592
0136f2f7
NC
85932007-07-11 Nick Clifton <nickc@redhat.com>
8594
8595 * Makefile.tpl (BUILD_EXPORTS): Escape the newline at the end of the
8596 WINDRES export.
8597 * Makefile.in: Regenerate.
8598
6e29b5a4
RO
85992007-07-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
8600
8601 * MAINTAINERS (OS Port Maintainers): Add myself as IRIX, Tru64 UNIX
8602 maintainer.
8603
159a4b02
L
86042007-07-05 H.J. Lu <hongjiu.lu@intel.com>
8605
8606 * lt~obsolete.m4: New. Import from 20070318 libtool.
8607
6ba67283
JB
86082007-07-03 Julian Brown <julian@codesourcery.com>
8609
8610 * MAINTAINERS (Write After Approval): Add myself.
8611
30b74385
RW
86122007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8613
8614 * configure.ac: Rewrite 'configure --help' strings to look nicer.
8615 * configure: Regenerate.
8616
86172007-07-03 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8618
8619 * configure.ac: Add some missing m4 quotation.
8620 * configure: Regenerate.
8621
943c54ce
SB
86222007-07-02 Simon Baldwin <simonb@google.com>
8623
8624 * MAINTAINERS (Write After Approval): Add myself.
8625
1c00b503
PB
86262007-07-02 Paolo Bonzini <bonzini@gnu.org>
8627
8628 * configure: Regenerate.
8629
901119ae
KT
86302007-07-02 Kai Tietz <kai.tietz@onevision.com>
8631
8632 * Makefile.def: Add windmc tool to build.
8633 * Makefile.tpl: Likewise.
8634 * configure.ac: Likewise.
8635 * Makefile.in: Regenerate.
8636 * configure: Regenerate.
09ce620e 8637
83f4c19f
DD
86382007-06-28 DJ Delorie <dj@redhat.com>
8639
8640 * configure.ac (arm*-*-linux-gnueabi): Don't build libgloss if we're
8641 not building newlib.
8642 * configure: Regenerated.
09ce620e 8643
5346c75c
JS
86442007-06-28 Jan Sjodin <jan.sjodin@amd.com>
8645
8646 * MAINTAINERS (Write After Approval): Add myself.
8647
aacfb86b
MM
86482007-06-25 Martin Michlmayr <tbm@cyrius.com>
8649
8650 * MAINTAINERS (Write After Approval): Add myself.
8651
590bf0d3
CM
86522007-06-19 Chris Matthews <chrismatthews@google.com>
8653
8654 * MAINTAINERS (Write After Approval): Add myself.
8655
cdbbee7a
RIL
86562007-06-19 Rask Ingemann Lambertsen <rask@sygehus.dk>
8657
8658 * MAINTAINERS (Write After Approval): Add myself.
8659
b8afffc1
DJ
86602007-06-18 Daniel Jacobowitz <dan@codesourcery.com>
8661
8662 * Makefile.def: Add dependency from configure-gdb to all-bfd.
8663 * Makefile.in: Regenerated.
8664
3fcfad76
BS
86652007-06-14 Bernd Schmidt <bernd.schmidt@analog.com>
8666
8667 * configure.ac: Don't add target-libmudflap to noconfigdirs for
8668 bfin*-*-uclinux* targets.
8669 * configure: Regenerate.
8670
3f5a2b7f
ILT
86712007-06-14 Ian Lance Taylor <iant@google.com>
8672
8673 * MAINTAINERS: Add myself as non-algorithmic global write
8674 maintainer.
8675
4c46daee
DN
86762007-06-14 Diego Novillo <dnovillo@google.com>
8677
8678 * MAINTAINERS: Add self as middle-end maintainer and
8679 non-algorithmic global write maintainer.
8680
a3bb222a
FXC
86812007-06-14 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8682
8683 * MAINTAINERS: Change spelling from "fortran 95" to "Fortran".
8684 Move all Fortran maintainers except Paul Brook into the
8685 Non-Autopoiesis section.
8686
a19e8f64
PB
86872007-06-14 Paolo Bonzini <bonzini@gnu.org>
8688
8689 * Makefile.tpl (cleanstrap): Don't delete the toplevel Makefile.
8690 (distclean-stage[+id+]): Possibly delete stage_last.
8691 * Makefile.in: Regenerate.
8692
1c2abe5e
SP
86932007-06-12 Seongbae Park <seongbae.park@gmail.com>
8694
8695 * MAINTAINERS (Various Maintainer): Fix typo.
8696
abca4739
PB
86972007-06-11 Paolo Bonzini <bonzini@gnu.org>
8698
8699 * MAINTAINERS (Various Maintainer): Add myself as
8700 dataflow maintainer.
8701
a894d2c3
BE
87022007-06-07 Ben Elliston <bje@au.ibm.com>
8703
8704 * config.sub, config.guess: Update from upstream sources.
8705
8024d75e
BE
87062007-06-07 Ben Elliston <bje@au.ibm.com>
8707
8708 * Makefile.tpl: Fix spelling error.
8709 * Makefile.in: Regenerate.
8710
973a9a5e
SE
87112007-06-01 Steve Ellcey <sje@cup.hp.com>
8712
96598938
L
8713 * libtool.m4 (LT_CMD_MAX_LEN): Try using getconf to set
8714 lt_cv_sys_max_cmd_len.
973a9a5e 8715
ccb4d26b
DN
87162007-05-31 Dorit Nuzman <dorit@il.ibm.com>
8717
8718 * MAINTAINERS (Various Maintainers): Add myself as
8719 auto-vectorizer maintainer.
8720
eecb7461
PB
87212003-05-31 Paolo Bonzini <bonzini@gnu.org>
8722
8723 PR libjava/32098
8724 * libtool.m4: Revert previous change.
8725 * ltgcc.m4: Put it here.
8726
89d28202
ZD
87272003-05-30 Zdenek Dvorak <dvorakz@suse.cz>
8728
8729 * MAINTAINERS (Various Maintainers): Add myself as
8730 auto-vectorizer maintainer.
8731
60c7a11a
L
87322007-05-30 H.J. Lu <hongjiu.lu@intel.com>
8733
8734 PR libjava/32098
8735 * libtool.m4 (_LT_LANG_GCJ_CONFIG): Use gcc to test gcj features.
8736
9dd3cc81
RG
87372007-05-30 Richard Guenther <rguenther@suse.de>
8738
8739 * MAINTAINERS (Various Maintainers): Add myself as
8740 auto-vectorizer maintainer.
8741
9cc1244e
JJ
87422007-05-30 Jakub Jelinek <jakub@redhat.com>
8743
8744 PR bootstrap/29382
8745 * configure.ac: Don't use -fkeep-inline-functions for GCC < 3.3.1.
8746 * configure: Rebuilt.
8747
6124296b
RC
87482007-05-28 Roberto Costa <robsettantasei@gmail.com>
8749
8750 * MAINTAINERS (Write After Approval): Removed my name.
8751
6b757a0d
SB
87522007-05-25 Steven Bosscher <steven@gcc.gnu.org>
8753
8754 * MAINTAINERS (Write After Approval): Remove myself.
8755
86ef8528
AT
87562007-05-25 Andreas Tobler <a.tobler@schweiz.org>
8757
8758 * ltmain.sh: Fix Darwin verstring, remove ${wl}.
8759
1cf3d07d
SE
87602007-05-23 Steve Ellcey <sje@cup.hp.com>
8761
8762 * ltmain.sh: Update from ToT Libtool.
8763 * libtool.m4: Update from ToT Libtool.
8764 * ltsugar.m4: New. Update from ToT Libtool.
8765 * ltversion.m4: New. Update from ToT Libtool.
8766 * ltoptions.m4: New. Update from ToT Libtool.
8767 * ltconfig: Remove.
8768 * ltcf-c.sh: Remove.
8769 * ltcf-cxx.sh: Remove.
8770 * ltcf-gcj.sh: Remove.
8771
ce3fcf8c
OW
87722007-05-22 Ollie Wild <aaw@google.com>
8773
8774 * MAINTAINERS (Write After Approval): Add myself.
8775
342b9200
PB
87762007-05-16 Paolo Bonzini <bonzini@gnu.org>
8777
8778 * Makefile.def (bootstrap_stage): Replace stage_make_flags with
8779 stage_cflags.
8780 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS, POSTSTAGE1_FLAGS_TO_PASS):
8781 Remove CFLAGS/LIBCFLAGS.
8782 (configure-stage[+id+]-[+prefix+][+module+],
8783 all-stage[+id+]-[+prefix+][+module+]): Pass it from [+stage_cflags+].
8784 * Makefile.in: Regenerate.
8785
cea17285
DN
87862007-05-15 Diego Novillo <dnovillo@google.com>
8787
8788 * MAINTAINERS: Update e-mail address.
8789
11c004e7
RE
87902007-05-15 Revital Eres <eres@il.ibm.com>
8791
8792 * MAINTAINERS (Write After Approval): Add myself.
8793
ab6bd693
RC
87942007-05-14 Roberto Costa <robsettantasei@gmail.com>
8795
8796 * MAINTAINERS (Write After Approval): Updated my address.
8797
388cdf07
TN
87982007-05-14 Thomas Neumann <tneumann@users.sourceforge.net>
8799
8800 * MAINTAINERS (Write After Approval): Add myself.
8801
23f24034
SR
88022007-05-11 Silvius Rus <rus@google.com>
8803
8804 * MAINTAINERS (Write After Approval): Add myself.
8805
34a7526e
TT
88062007-04-23 Tom Tromey <tromey@redhat.com>
8807
8808 * MAINTAINERS: Added myself as non-algorithmic libcpp maintainer.
8809
51da21be
MM
88102007-04-22 Mark Mitchell <mark@codesourcery.com>
8811
8812 * MAINTAINERS (cpplib): Rename to ...
8813 (libcpp): ... this. Add C/C++ front end maintainers.
8814
70070387
SE
88152007-04-14 Steve Ellcey <sje@cup.hp.com>
8816
8817 * config-ml.in: Pass ${ml_config_env} to configure calls.
8818
df1a0dbb
CB
88192007-04-04 Christian Bruel <christian.bruel@st.com>
8820
8821 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8822
9daff147
DK
88232007-04-02 Dave Korn <dave.korn@artimi.com>
8824
8825 * MAINTAINERS (Write After Approval): Add myself.
8826
374eadb2
TB
88272007-03-31 Tobias Burnus <burnus@net-b.de>
8828
8829 * MAINTAINERS (fortran 95 front end): Add myself.
8830
8eced3a2
DR
88312007-03-28 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
8832
8833 * MAINTAINERS (Write After Approval): Add myself.
09ce620e 8834
653de3e3
AZ
88352007-03-24 Ayal Zaks <zaks@il.ibm.com>
8836
8837 * MAINTAINERS (Modulo Scheduler): Add myself.
8838
b737d953
BM
88392007-03-23 Brooks Moses <brooks.moses@codesourcery.com>
8840
8841 * MAINTAINERS (fortran 95 front end): Add myself.
8842 (c++ front end): whitespace fix.
8843
a584cdf2
NF
88442007-03-22 Nathan Froyd <froydnj@codesourcery.com>
8845
8846 * MAINTAINERS (Write After Approval): Add myself.
8847
8c79f3c4
RS
88482007-03-21 Richard Sandiford <richard@codesourcery.com>
8849
8850 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix m4 quoting
8851 of glob. Quote arguments with single quotes too.
8852 * configure: Regenerate.
8853
07f1ac6d
BM
88542007-03-12 Brooks Moses <brooks.moses@codesourcery.com>
8855
8856 * Makefile.def (fixincludes): Remove unneeded "missing" lines.
8857 * Makefile.in: Regenerate
8858
172e41aa
AS
88592007-03-07 Andreas Schwab <schwab@suse.de>
8860
8861 * configure: Regenerate.
8862
9c4d2493
BM
88632007-03-01 Brooks Moses <brooks.moses@codesourcery.com>
8864
8865 * configure.ac: Add "--with-pdfdir" configure option,
8866 which defines pdfdir variable.
8867 * Makefile.def (target=fixincludes): Add install-pdf to
8868 missing targets.
8869 (recursive_targets): Add install-pdf target.
8870 (flags_to_pass): Add pdfdir.
8871 * Makefile.tpl: Add pdfdir handling, add do-install-pdf
8872 target.
8873 * configure: Regenerate
8874 * Makefile.in: Regenerate
8875
e14e622e
EC
88762007-02-28 Eric Christopher <echristo@apple.com>
8877
8878 Revert:
8879 2006-12-07 Mike Stump <mrs@apple.com>
8880
8881 * Makefile.def (dependencies): Add dependency for
8882 install-target-libssp and install-target-libgomp on
8883 install-gcc.
8884 * Makefile.in: Regenerate.
8885
54e433bc
MK
88862007-02-27 Matt Kraai <kraai@ftbfs.org>
8887
8888 * configure: Regenerate.
8889 * configure.ac: Move statements after variable declarations.
8890
6c8d3d8f
KK
88912007-02-19 Kaz Kojima <kkojima@gcc.gnu.org>
8892
8893 * MAINTAINERS: Add myself as sh maintainer.
8894
9f8c6739
JM
88952007-02-19 Joseph Myers <joseph@codesourcery.com>
8896
8897 * configure.ac: Adjust for loop syntax.
8898 * configure: Regenerate.
8899
278a7a38
AO
89002007-02-18 Alexandre Oliva <aoliva@redhat.com>
8901
8902 * configure: Rebuilt.
8903
b2eaac4a
AO
89042007-02-18 Alexandre Oliva <aoliva@redhat.com>
8905
8906 * configure.ac: Drop multiple occurrences of --enable-languages,
8907 and fix its quoting.
8908 * configure: Rebuilt.
8909
beeaf216 89102007-02-17 Mark Mitchell <mark@codesourcery.com>
40049ccc
UB
8911 Nathan Sidwell <nathan@codesourcery.com>
8912 Vladimir Prus <vladimir@codesourcery.com>
8913 Joseph Myers <joseph@codesourcery.com>
beeaf216
MM
8914
8915 * configure.ac (TOPLEVEL_CONFIGURE_ARGUMENTS): Fix quoting.
8916 * configure: Regenerate.
8917
09201a09
GP
89182007-02-14 Gerald Pfeifer <gerald@pfeifer.com>
8919
8920 * ltconfig (freebsd*): Default to elf.
8921
291f172e
DJ
89222007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8923
8924 * configure.ac (target_libraries): Move libgcc before libiberty.
8925 * configure: Regenerated.
8926
c3a86da9
DJ
89272007-02-13 Daniel Jacobowitz <dan@codesourcery.com>
8928 Paolo Bonzini <bonzini@gnu.org>
8929
8930 PR bootstrap/30753
8931 * configure.ac: Remove obsolete build / host tests. Use AC_PROG_CC
8932 unconditionally. Use AC_PROG_CXX. Use ACX_TOOL_DIRS to find $prefix.
8933 * configure: Regenerated.
8934
88e1e72a
FXC
89352007-02-11 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
8936
8937 * MAINTAINERS (Language Front End Maintainers): Update my mail
8938 address.
8939
44bfc3ac
DJ
89402007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8941
8942 PR bootstrap/30748
8943 * configure.ac: Correct syntax for Solaris ksh.
8944 * configure: Regenerated.
8945
3e19841a
PB
89462007-02-09 Paolo Bonzini <bonzini@gnu.org>
8947
8948 * configure.ac: Sync with src.
8949 * configure: Regenerate.
8950
74a48762
PB
89512007-02-09 Paolo Bonzini <bonzini@gnu.org>
8952
8953 * Makefile.in: Regenerate.
8954
d846e52e
PB
89552007-02-09 Paolo Bonzini <bonzini@gnu.org>
8956
8957 * config.sub: Sync with src.
8958
1c710c3c
DJ
89592007-02-09 Daniel Jacobowitz <dan@codesourcery.com>
8960
8961 * Makefile.tpl (build_alias, host_alias, target_alias): Use
8962 noncanonical equivalents.
8963 * configure.in: Rename to...
8964 * configure.ac: ...this. Update AC_PREREQ. Prevent error for
8965 AS_FOR_TARGET. Set build_noncanonical, host_noncanonical, and
8966 target_noncanonical. Use them. Rewrite removal of configure
8967 arguments for autoconf 2.59. Discard variable settings. Force
8968 program_transform_name for native tools.
8969
8970 * Makefile.in: Regenerated.
8971 * configure: Regenerated with autoconf 2.59.
8972
dce2d8b2 89732007-02-07 Roman Zippel <zippel@linux-m68k.org>
74372bdf 8974
3de8da2a 8975 * MAINTAINERS (Write After Approval): Add myself.
74372bdf 8976
f6671c93
AS
89772007-01-31 Andreas Schwab <schwab@suse.de>
8978
8979 * Makefile.tpl (LDFLAGS): Substitute it.
8980 * Makefile.in: Regenerate.
8981
dce2d8b2 89822007-01-30 Andrey Belevantsev <abel@ispras.ru>
ba9f17df 8983
3de8da2a 8984 * MAINTAINERS (Write After Approval): Add myself.
ba9f17df 8985
2472200d
DE
89862007-01-28 David Edelsohn <edelsohn@gnu.org>
8987
3de8da2a 8988 * MAINTAINERS (spu port): Add myself.
2472200d 8989
5305be7e
RG
89902007-01-23 Richard Guenther <rguenther@suse.de>
8991
8992 PR bootstrap/30541
8993 * Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
8994 * Makefile.tpl (GNATBIND): Substitute it.
8995 (GNATMAKE): Likewise.
8996 (POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
8997 of STAGE_PREFIX.
8998 * Makefile.in: Regenerate.
8999 * configure: Regenerate.
9000
416cfb5e
MS
90012007-01-18 Mike Stump <mrs@apple.com>
9002
9003 * configure.in: Re-enable -Werror for gcc builds.
9004
3de8da2a 90052007-01-11 Harsha Jagasia <harsha.jagasia@amd.com>
ad4fe825 9006
3de8da2a 9007 * MAINTAINERS (Write After Approval): Add myself.
ad4fe825 9008
d943d7c4
PB
90092007-01-11 Paolo Bonzini <bonzini@gnu.org>
9010
9011 * configure.in: Change == to = in test command.
3de8da2a 9012 * configure: Regenerate.
d943d7c4 9013
e69bf64b 90142007-01-11 Paolo Bonzini <bonzini@gnu.org>
3de8da2a
UB
9015 Nick Clifton <nickc@redhat.com>
9016 Kaveh R. Ghazi <ghazi@caip.rutgets.edu>
9017
9018 * configure.in (build_configargs, host_configargs, target_configargs):
9019 Remove build/host/target parameters.
9020 (host_libs): Add gmp and mpfr.
9021 (GMP tests): Reorganize to allow in-tree GMP/MPFR.
9022 * Makefile.def (gmp, mpfr): New.
9023 (gcc): Remove target.
9024 * Makefile.tpl (build_os, build_vendor, host_os, host_vendor,
9025 target_os, target_vendor): New.
dce2d8b2 9026 (configure): Add host_alias/target_alias arguments; adjust invocations.
3de8da2a
UB
9027 * configure: Regenerate.
9028 * Makefile.in: Regenerate.
e69bf64b
PB
9029
90302007-01-11 Matt Fago <fago@earthlink.net>
9031
9032 * configure.in: Try to link to functions only in mpfr 2.2.x
3de8da2a 9033 to improve robustness of configure tests.
e69bf64b 9034 * configure: Regenerate.
e14e622e 9035
a42f3b80
UB
90362007-01-09 Uros Bizjak <ubizjak@gmail.com>
9037
9038 * MAINTAINERS: Add myself as i386 maintainer.
9039
a36aee1a
JH
90402007-01-08 Jan Hubicka <jh@suse.cz>
9041
61fcaeef 9042 * MAINTAINERS: Add myself as i386 maintainer.
a36aee1a 9043
738a52d3
KT
90442007-01-08 Kai Tietz <kai.tietz@onevision.com>
9045
9046 * configure.in: Add support for an x86_64-mingw* target.
95af8923 9047 * configure: Regenerate.
738a52d3 9048
54fdc474
DJ
90492007-01-05 Daniel Jacobowitz <dan@codesourcery.com>
9050
9051 * Makefile.tpl (all-target): Correct @if conditional for target
9052 modules.
9053 * configure.in: Omit libiberty if building only target libgcc.
9054 * configure, Makefile.in: Regenerated.
9055
3dd71726
PB
90562007-01-04 Paolo Bonzini <bonzini@gnu.org>
9057
dce2d8b2 9058 * configure.in: Use DEV-PHASE to detect default for --enable-werror.
3dd71726
PB
9059 * configure: Regenerate.
9060
fa958513
DJ
90612007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
9062
9063 * Makefile.def (target_modules): Add libgcc.
9064 (lang_env_dependencies): Remove default items. Use no_c and no_gcc.
9065 * Makefile.tpl (clean-target-libgcc): Delete.
9066 (configure-target-[+module+]): Emit --disable-bootstrap dependencies
9067 on gcc even for bootstrapped modules. Rewrite handling of
9068 lang_env_dependencies to loop over target_modules.
9069 * configure.in (target_libraries): Add target-libgcc.
9070 * Makefile.in, configure: Regenerated.
9071
e1888513
PB
90722006-12-29 Paolo Bonzini <bonzini@gnu.org>
9073
9074 * configure.in: Reorganize recognition of languages. Add
9075 --enable-stage1-languages. Show supported languages for the chosen
9076 target rather than all recognized languages.
9077 * configure: Regenerate.
9078
53b88b73
PB
90792006-12-29 Paolo Bonzini <bonzini@gnu.org>
9080
9081 * Makefile.tpl (GCC_STRAP_TARGETS, all-prebootstrap): Remove.
9082 * Makefile.in: Regenerate.
9083
a3993f33
KG
90842006-12-29 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9085
9086 * configure.in: Warn that MPFR 2.2.0 is buggy.
9087 * configure: Regenerate.
9088
f063a9ed
ILT
90892006-12-27 Ian Lance Taylor <iant@google.com>
9090
9091 * configure.in: When removing Makefiles to force a reconfigure, also
9092 remove prev-DIR*/Makefile.
9093 * configure: Regenerate.
9094
af71363e
AS
90952006-12-22 Andreas Schwab <schwab@suse.de>
9096
9097 * configure: Regenerate with correct autoconf version.
9098
0b0dc272
AM
90992006-12-20 Adam Megacz <megacz@cs.berkeley.edu>
9100
3de8da2a
UB
9101 * configure.in: add AC_SUBST for *_FOR_TARGET.
9102 * configure: Regenerate.
0b0dc272 9103
53b88b73
PB
91042006-12-19 Paolo Bonzini <bonzini@gnu.org>
9105
9106 * configure.in: Simplify logic for rejecting languages that cannot
9107 be built. Separate the case when a language is unsupported,
9108 from the case when the user chooses not to build a language.
9109
400ebff4
PB
91102006-12-19 Paolo Bonzini <bonzini@gnu.org>
9111
9112 * configure.in: Remove "$build" case for powerpc-*-darwin* since
9113 it only affects bootstrap and could be tested on "$host" as well.
9114 * configure: Regenerate.
9115 * config/mh-ppc-darwin: Add to the stage1 cflags here.
9116
8efea775
PB
91172006-12-19 Paolo Bonzini <bonzini@gnu.org>
9118
9119 PR bootstrap/29544
9120 * Makefile.def (flags_to_pass): Add STAGE1_CHECKING.
9121 (bootstrap_stage): Add STAGE1_CHECKING to stage1 configure flags,
9122 move here comment from Makefile.tpl.
9123 * Makefile.tpl: Move some definitions higher in the file.
9124 (STAGE1_CHECKING): New.
9125 * configure.in: Add --enable-stage1-checking.
9126 * configure: Regenerate.
9127 * Makefile.in: Regenerate.
9128
ed88a7ed
PB
91292006-12-19 Paolo Bonzini <bonzini@gnu.org>
9130
9131 * MAINTAINERS: Add myself as build system maintainer.
9132
b65151d3
SM
91332006-12-15 Simon Martin <simartin@users.sourceforge.net>
9134
9135 * MAINTAINERS (Write After Approval): Add myself.
9136
7e050830
EC
91372006-12-13 Eric Christopher <echristo@apple.com>
9138
9139 * MAINTAINERS: Add myself as darwin maintainer.
9140
8b494895
ILT
91412006-12-11 Ian Lance Taylor <ian@airs.com>
9142
9143 * MAINTAINERS: Add myself as libgcc and fp-bit maintainer.
9144
dce2d8b2 91452006-12-11 Joern Rennecke <joern.rennecke@arc.com>
0ff1416d
JR
9146
9147 MAINTAINERS: Update my entry.
9148
58e24147
AM
91492006-12-11 Alan Modra <amodra@bigpond.net.au>
9150
9151 * configure.in: Handle spu makefile frag.
58e24147
AM
9152 * Makefile.tpl (MAINT): Define
9153 (MAINTAINER_MODE_FALSE, MAINTAINER_MODE_TRUE): Define.
9154 * configure: Regenerate.
9155 * Makefile.in: Regenerate.
9156
9b6f37a0
BE
91572006-12-11 Ben Elliston <bje@au.ibm.com>
9158
9159 * config.guess: Import latest version.
9160 * config.sub: Likewise.
9161
ea6f5c57
BE
91622006-12-11 Ben Elliston <bje@au.ibm.com>
9163
9164 * configure.in (spu-*-*): Don't skip target-libiberty.
9165 * configure: Regenerate.
9166
42c1cd8a
AT
91672006-12-10 Andreas Tobler <a.tobler@schweiz.org>
9168
9169 PR bootstrap/30134
9170 * configure.in: Correct x86 darwin support for libjava to powerpc
9171 and i?86 only.
9172 * configure: Regenerate.
9173
55eb837d
ST
91742006-12-08 Sandro Tolaini <tolaini@libero.it>
9175
9176 * configure.in: Add x86 darwin support for libjava.
9177 * configure: Regenerate.
9178
5bdacbc7
MS
91792006-12-07 Mike Stump <mrs@apple.com>
9180
9181 * Makefile.def (dependencies): Add dependency for
9182 install-target-libssp and install-target-libgomp on
9183 install-gcc.
9184 * Makefile.in: Regenerate.
9185
477d851c
RG
91862006-12-04 Richard Guenther <rguenther@suse.de>
9187
9188 * MAINTAINERS (Non-Algorithmic Maintainers): New section.
9189 (Non-Algorithmic Maintainers): Move over non-algorithmic
9190 loop optimizer maintainers, add myself as a non-algorithmic
9191 middle-end maintainer.
9192
5d33d367
DF
91932006-12-04 Daniel Franke <franke.daniel@gmail.com>
9194
9195 * MAINTAINERS (Write After Approval): Add myself.
9196
dbee1fb3
KG
91972006-12-03 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9198
9199 * configure.in: Update error message for missing GMP/MPFR.
9200
9201 * configure: Regenerate.
9202
b5147de7
KG
92032006-12-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9204
9205 * configure.in: Update MPFR version in error message.
9206
9207 * configure: Regenerate.
9208
f019376c
KG
92092006-11-26 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9210
9211 * configure.in (--with-mpfr-dir, --with-gmp-dir): Remove flags.
9212 (--with-mpfr-include, --with-mpfr-lib, --with-gmp-include,
9213 --with-gmp-lib): New flags.
9214
9215 * configure: Regenerate.
9216
91ed95ae
BM
92172006-11-25 Brooks Moses <brooks.moses@codesourcery.com>
9218
9219 * MAINTAINERS (Write After Approval): Change my email address.
9220
3a971f15
MLI
92212006-11-23 Manuel Lopez-Ibanez <manu@gcc.gnu.org>
9222
05170031 9223 * MAINTAINERS (Write After Approval): Add myself.
3a971f15 9224
dce2d8b2 92252006-11-22 Philipp Thomas <pth@suse.de>
431041ea
PT
9226
9227 * MAINTAINERS (i18n): Update e-mail address.
9228
df5487ee
TS
92292006-11-21 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
9230
9231 * MAINTAINERS (spu port): Add myself as maintainer.
9232 (Write After Approval): Remove myself.
9233
92c2f0ee
BE
92342006-11-22 Ben Elliston <bje@au.ibm.com>
9235
9236 * configure.in (skipdirs): Don't build libssp for SPU.
9237 * configure: Regenerate.
9238
a3b97199
AP
92392006-11-21 Andrew Pinski <andrew_pinski@playstation.sony.com>
9240
9241 * MAINTAINERS (spu port): Add myself as maintainer.
9242 (libobjc): Update my email address.
9243
0eb97064
AB
92442006-11-21 Andrea Bona <andrea.bona@st.com>
9245
9246 * MAINTAINERS (Write After Approval): Add myself.
9247
dce2d8b2 92482006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
85d9c13c
TS
9249
9250 * configure.in (skipdirs) : Don't build target-libiberty for SPU.
9251 * configure : Rebuilt.
9252
dce2d8b2 92532006-11-20 Trevor Smigiel <trevor_smigiel@playstation.sony.com>
6696f3cd
TS
9254
9255 * MAINTAINERS (Write After Approval): Add myself.
9256
d58542ea
AO
92572006-11-20 Andrea Ornstein <andrea.ornstein@st.com>
9258
9259 * MAINTAINERS (Write After Approval): Add myself.
9260
a357b5ae
KG
92612006-11-18 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9262
9263 * configure.in (--with-mpfr-dir): Also look in .libs and _libs for
9264 libmpfr.a.
9265 * configure: Regenerate.
9266
9bd6112c
PB
92672006-11-16 Paolo Bonzini <bonzini@gnu.org>
9268
9269 * Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
9270 (unstage): Test for stage_last presence.
9271
9272 PR bootstrap/29802
dce2d8b2
EB
9273 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in
9274 STAGE_PREFIX.
9bd6112c
PB
9275 * Makefile.in: Regenerate.
9276
c8cf9f0f
ZD
92772003-11-16 Zdenek Dvorak <dvorakz@suse.cz>
9278
9279 * MAINTAINERS: Add myself and Daniel Berlin as loop optimizer
9280 maintainers.
9281
467b1fc6
ER
92822006-11-14 Erven Rohou <erven.rohou@st.com>
9283
9284 * MAINTAINERS (Write After Approval): Add myself.
9285
995a5697
PB
92862006-11-14 Paolo Bonzini <bonzini@gnu.org>
9287
9288 * Makefile.tpl (clean-stage*): Test separately for package/Makefile
9289 and stageN-package/Makefile.
9290 * Makefile.in: Regenerated.
9291
c8d6d53e
JZ
92922006-11-14 Jie Zhang <jie.zhang@analog.com>
9293
9294 * configure.in: Remove target-libgloss from noconfigdirs for
9295 bfin-*-*.
9296 * configure: Regenerated.
9297
dffb147d
KG
92982006-11-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9299
9300 * configure.in (have_gmp): Only error if the gcc directory exists.
7e050830 9301
dffb147d
KG
9302 * configure: Regenerate.
9303
ca558912
KG
93042006-11-07 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9305
9306 * configure.in: Robustify error message for missing GMP/MPFR.
9307
9308 * configure: Regenerate.
9309
dce2d8b2 93102006-10-31 Stephen M. Webb <stephen.webb@bregmasoft.com>
7aa42285
SW
9311
9312 * MAINTAINERS (Write After Approval): Add myself.
9313
dce2d8b2 93142006-10-30 Uros Bizjak <ubizjak@gmail.com>
779958a2
UB
9315
9316 * MAINTAINERS: Change email address.
9317
91de1527
VP
93182006-10-30 Vladimir Prus <vladimir@codesourcery.com>
9319
9320 * MAINTAINERS (Write After Approval): Add myself.
9321
a3867703
PB
93222006-10-26 Peter Bergner <bergner@vnet.ibm.com>
9323
9324 * MAINTAINERS (Write After Approval): Add myself.
9325
b4364fa2
CL
93262006-10-25 Chen Liqin <liqin@sunnorth.com.cn>
9327
7e050830 9328 * MAINTAINERS (Write After Approval): Move myself to
3de8da2a 9329 Write After Approval section.
b4364fa2 9330
70ec446f
KG
93312006-10-21 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
9332
9333 * configure.in: Require GMP-4.1+ and MPFR-2.2+. Don't check
9334 need_gmp anymore.
9335 * configure: Regenerate.
9336
018c8d88
TB
93372006-10-16 Tobias Burnus <burnus@net-b.de>
9338
9339 * MAINTAINERS (Write After Approval): Add myself.
9340
f6a1687e
BE
93412006-10-16 Ben Elliston <bje@au.ibm.com>
9342
9343 * config.guess: Import latest version.
9344 * config.sub: Likewise.
9345
b5422ad7
BM
93462006-10-10 Brooks Moses <bmoses@stanford.edu>
9347
9348 * Makefile.def: Added pdf target handling.
9349 * Makefile.tpl: Added pdf target handling.
9350 * Makefile.in: Regenerated.
9351
bdcee471
CL
93522006-10-10 Chen Liqin <liqin@sunnorth.com.cn>
9353
9354 * MAINTAINERS: Add self as score port maintainer.
9355
7d610414
BM
93562006-10-04 Brooks Moses <bmoses@stanford.edu>
9357
9358 * MAINTAINERS (Write After Approval): Add myself.
9359
e48d66a9
SK
93602006-09-27 Steven G. Kargl <kargl@gcc.gnu.org>
9361
7e050830 9362 * configure.in: Check for GMP 4.1 or newer. Check for MPFR 2.2.0
e48d66a9
SK
9363 or newer.
9364 * configure: Regenerated.
9365
c394e891
DB
93662006-09-27 Dave Brolley <brolley@redhat.com>
9367
dce2d8b2
EB
9368 * configure.in (RUNTEST): Look for 'runtest' in the source tree by
9369 using $s instead of $r.
c394e891
DB
9370 * configure: Regenerated.
9371
1ee4c5a0
TS
93722006-09-26 Thiemo Seufer <ths@mips.com>
9373
9374 * configure.in: Remove redundant handling of mips*-dec-bsd*. Likewise
9375 for mipstx39-*-*. Disable libgloss for mips64*-*-linux*.
9376 * configure: Regenerate.
9377
dce2d8b2 93782006-09-24 Graeme Peterson <gridly@gmail.com>
5997afc3
GP
9379
9380 * MAINTAINERS (Write After Approval): Remove myself.
9381
0c502898
CF
93822006-09-22 Chao-ying Fu <fu@mips.com>
9383
9384 * MAINTAINERS (Write After Approval): Add myself.
9385
a7819e42
JM
93862006-09-10 Joseph S. Myers <joseph@codesourcery.com>
9387
9388 * MAINTAINERS: Add self as soft-fp maintainer.
9389
dce2d8b2 93902006-09-09 Anatoly Sokolov <aesok@post.ru>
a7819e42
JM
9391
9392 * MAINTAINERS: Add myself as avr maintainer.
9393 Remove Marek Michalkiewicz as avr maintainer.
827d0991 9394
e8288489
RC
93952006-09-07 Roberto Costa <roberto.costa@st.com>
9396
9397 * MAINTAINERS (Write After Approval): Add myself.
9398
b91f0a41
CV
93992006-08-30 Corinna Vinschen <corinna@vinschen.de>
9400
9401 * configure.in: Never build newlib for a Mingw host.
9402 Never build newlib as Mingw target library.
9403 Test the existence of winsup/cygwin for building a Cygwin newlib,
9404 rather than just winsup.
9405 Add winsup/mingw and winsup/w32api paths to FLAGS_FOR_TARGET if
9406 building a Mingw target.
9407 * configure: Regenerate.
9408
094c07a0
EB
94092006-08-08 Eric Botcazou <ebotcazou@libertysurf.fr>
9410
9411 * MAINTAINERS (Various Maintainers): Add self as RTL opt. maintainer.
9412
8d1171cb
PB
94132006-07-25 Paolo Bonzini <bonzini@gnu.org>
9414
9415 * config.guess: Import from src (was more updated).
9416 * config.sub: Likewise.
9417
2e9e6f68
DJ
94182006-07-22 Daniel Jacobowitz <dan@codesourcery.com>
9419
9420 * configure.in: Allow mingw32 and cygwin targets to build cross-gdb.
9421 * configure: Regenerated.
9422
57255173
PB
94232006-07-18 Paolo Bonzini <bonzini@gnu.org>
9424
cc6010cd
AP
9425 * Makefile.tpl (configure-stageN-MODULE): Pass --with-build-libsubdir
9426 for stages after the first.
57255173 9427
9fbe6585
JJ
94282006-07-17 Jakub Jelinek <jakub@redhat.com>
9429
9430 * Makefile.def: Add dependencies for configure-opcodes
9431 on configure-intl and all-opcodes on all-intl.
9432 * Makefile.in: Regenerated.
9433
18c3f977
BE
94342006-07-13 Ben Elliston <bje@au.ibm.com>
9435
9436 * MAINTAINERS (Various Maintainers): Add myself as dfp maintainer.
9437
27b56ba6
PE
94382006-07-06 Paul Eggert <eggert@cs.ucla.edu>
9439
9440 Port to hosts whose 'sort' and 'tail' implementations
9441 treat operands with leading '+' as file names, as POSIX
9442 has required since 2001. However, make sure the code still
9443 works on pre-POSIX hosts.
9444 * ltmain.sh: Don't assume "sort +2" is equivalent to
9445 "sort -k 3", since POSIX 1003.1-2001 no longer requires this.
9446
ad6d4e43
UW
94472006-07-05 Ulrich Weigand <uweigand@de.ibm.com>
9448
9449 * MAINTAINERS (Various Maintainers): Add myself as reload maintainer.
9450
706601d9
PG
94512006-07-04 Peter O'Gorman <peter@pogma.com>
9452
9453 * ltconfig: chmod 644 before ranlib during install.
9454
0b50988a
EB
94552006-07-04 Eric Botcazou <ebotcazou@libertysurf.fr>
9456
9457 PR bootstrap/18058
9458 * configure.in: Add -fkeep-inline-functions to CFLAGS for stage 1
9459 if the bootstrap compiler is a GCC version that supports it.
9460 * configure: Regenerate.
9461
b6348cb3
PB
94622006-07-03 Paolo Bonzini <bonzini@gnu.org>
9463
95695ad3 9464 * configure.in: Fix thinkos in previous check-in.
b6348cb3
PB
9465 * configure: Regenerate.
9466
1546bb64
PB
94672006-07-03 Paolo Bonzini <bonzini@gnu.org>
9468
9469 PR other/27063
9470 * configure.in: Test subdir_requires and give an appropriate
9471 error message.
9472 * configure: Regenerate.
9473
5cb6c629
AJH
94742006-07-01 Andrew John Hughes <gnu_andrew@member.fsf.org>
9475
9476 * MAINTAINERS (Write After Approval): Add myself.
9477
f4d8cdf8
JDA
94782006-06-22 John David Anglin <dave.anglin@nrc.ca>
9479
9480 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9481
4fe5abb7
SE
94822006-06-22 Steve Ellcey <sje@cup.hp.com>
9483
9484 * MAINTAINERS (OS Port Maintainers): Add myself as hpux maintainer.
9485
2a79fd67
DA
94862006-06-20 David Ayers <d.ayers@inode.at>
9487
9488 PR bootstrap/28072
9489 * configure.in: Add target-boehm-gc to noconfigdirs depending on
9490 whether target-libjava is being configured instead of whether the
9491 java front end is enabled.
9492 * configure: Regenerate.
7e050830 9493
04879af3
RO
94942006-06-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9495
9496 PR target/27540
9497 * configure.in: Only enable libgomp on IRIX 6.
9498 * configure: Regenerate.
9499
ec6c7392
PB
95002006-06-15 Paolo Bonzini <bonzini@gnu.org>
9501
9502 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Export CFLAGS and LDFLAGS
9503 too.
9504 * Makefile.in: Regenerate.
9505
12973d7a
DD
95062006-06-13 Jeff Johnston <jjohnstn@redhat.com>
9507
9508 * config-ml.in: Alter CCASFLAGS to include special
9509 multilib options the same as is done for CFLAGS.
9510
c67ed86a
JDA
95112006-06-12 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9512
9513 * configure.in: Don't enable libgomp on hpux10.
9514 * configure: Rebuilt.
9515
cb253473
DA
95162006-06-12 David Ayers <d.ayers@inode.at>
9517
9518 PR bootstrap/27963
9519 PR target/19970
7e050830 9520 * configure.in: Remove target-boehm-gc from noconfigdirs where
cb253473
DA
9521 ${libgcj} is specified.
9522 * configure: Regenerate.
7e050830 9523
dce2d8b2 95242006-06-06 Carlos O'Donell <carlos@codesourcery.com>
32845532
CD
9525
9526 Sync from src:
7e050830
EC
9527
9528 * configure.in: Sync.
32845532 9529 * configure: Regenerated.
7e050830 9530
32845532
CD
9531 2006-05-31 Daniel Jacobowitz <dan@codesourcery.com>
9532
9533 * Makefile.def: Added dependencies from sim and gdb on intl, and
9534 added configure dependencies to everything with an all dependency
9535 on intl.
9536 * Makefile.in: Regenerated.
9537
7cd0cf9c
DA
95382006-06-06 David Ayers <d.ayers@inode.at>
9539
9540 PR libobjc/13946
9541 * Makefile.def: Add dependencies for libobjc which boehm-gc.
9542 * Makefile.in: Regenerate.
9543 * configure.in: Add --enable-objc-gc at toplevel and have it
9544 enable boehm-gc for Objective-C.
9545 Remove target-boehm-gc from libgcj.
9546 Add target-boehm-gc to target_libraries.
9547 Add target-boehm-gc to noconfigdirs where ${libgcj}
9548 is specified.
9549 Assert that boehm-gc is supported when requested for Objective-C.
9550 Only build boehm-gc if needed either for Java or Objective-C.
9551 * configure: Regenerate.
7e050830 9552
3ff3adad
PB
95532006-06-05 Paolo Bonzini <bonzini@gnu.org>
9554
9555 PR 27674
9556 * Makefile.tpl (configure-[+prefix+][+module+],
9557 all-[+prefix+][+module+]): Depend on stage_current if bootstrapping.
9558 Remove rule to unstage bootstrapped modules.
9559 (stage_current): New.
9560 * Makefile.in: Regenerate.
9561
898e551d
LB
95622006-06-03 Laurynas Biveinis <laurynas.biveinis@gmail.com>
9563
9564 * MAINTAINERS (Write After Approval): Update my e-mail address.
9565
ea60341e
MS
95662006-06-01 Mark Shinwell <shinwell@codesourcery.com>
9567
9568 * include/libiberty.h: Declare pex_run_in_environment.
9569
222ae291
AL
95702006-05-31 Asher Langton <langton2@llnl.gov>
9571
9572 * MAINTAINERS (Write After Approval): Add myself.
898e551d 9573
e9a54b07
PB
95742006-05-25 Paolo Bonzini <bonzini@gnu.org>
9575
9576 * Makefile.def (bfd, opcodes): Fix lib_path.
9577 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Replace ADAC with ADAFLAGS.
9578 (restrap): Move under "@if gcc-bootstrap". Fix typo.
9579 * Makefile.in: Regenerate.
9580
03e67131
CD
95812006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9582
9583 * Makefile.in: Regenerate.
9584
65d6e994
CD
95852006-05-24 Carlos O'Donell <carlos@codesourcery.com>
9586
9587 * Makefile.def: Add install-html target. Add datarootdir
9588 docdir and htmldir to flags_to_pass.
9589 * Makefile.tpl: Add install-html target.
9590 * Makefile.in: Regenerate.
9591 * configure.in: Add --with-datarootdir, --with-docdir, and
9592 --with-htmldir options. AC_SUBST datarootdir, docdir and htmldir.
9593 * configure: Regenerate.
9594
9e299237
MS
95952006-05-24 Mark Shinwell <shinwell@codesourcery.com>
9596
9597 * configure.in: Enable gprof for cross builds.
9598 * configure: Regenerate.
9599
c31202cd
RG
96002006-05-22 Richard Guenther <rguenther@suse.de>
9601
9602 Revert
9603 2006-01-31 Richard Guenther <rguenther@suse.de>
9604 Paolo Bonzini <bonzini@gnu.org>
9605
9606 * Makefile.def (target_modules): Add libgcc-math target module.
9607 * configure.in (target_libraries): Add libgcc-math target library.
9608 (--enable-libgcc-math): New configure switch.
9609 * Makefile.in: Re-generate.
9610 * configure: Re-generate.
9611 * libgcc-math: New toplevel directory.
9612
2a332582
JDA
96132006-05-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
9614 Andreas Tobler <a.tobler@schweiz.ch>
9615
9616 * configure.in: Enable libgcj for hppa*-hp-hpux11*.
9617 * configure: Rebuilt.
9618
dce2d8b2 96192006-05-12 Sandra Loosemore <sandra@codesourcery.com>
7e050830 9620
ccce6917
SL
9621 * MAINTAINERS (Write After Approval): Add myself.
9622
ed606bc0
DD
96232006-05-01 DJ Delorie <dj@redhat.com>
9624
3d8f47a0 9625 * configure.in: Restore CFLAGS if GMP isn't present.
ed606bc0
DD
9626 * configure: Regenerate.
9627
9386bd20
RG
96282006-05-01 Richard Guenther <rguenther@suse.de>
9629
9630 * MAINTAINERS (Various Maintainers): Add myself as libgcc-math
9631 maintainer.
9632
dce2d8b2 96332006-04-30 Kenneth Zadeck <zadeck@naturalbridge.com>
7b3bd503
KZ
9634
9635 * MAINTAINERS (Write After Approval): Add myself.
9636
87ceee72
JB
96372006-04-28 Jan Beulich <jbeulich@novell.com>
9638
9639 * MAINTAINERS (Write After Approval): Add myself.
9640
e88a2c09
DD
96412006-04-18 DJ Delorie <dj@redhat.com>
9642
9643 * configure.in (m32c): Build libstdc++-v3. Pass flags to
9644 reference libgloss so that libssp can be built in a combined
9645 tree.
9646 * configure: Regenerate.
9647
675f0a8a
RM
96482006-04-08 Robert Millan <rmh@gcc.gnu.org>
9649
9650 * MAINTAINERS (Write After Approval): Add myself.
9651
27b6c940
BE
96522006-04-05 Ben Elliston <bje@au.ibm.com>
9653
9654 * configure.in: Require makeinfo 4.4 or higher.
9655 * configure: Regenerate.
9656
687b17d4
GP
96572006-04-04 Gerald Pfeifer <gerald@pfeifer.com>
9658
9659 * MAINTAINERS: Add Richard Henderson as libgomp maintainer.
9660 Rearrange the entries of other libraries to have them in one place.
9661
906ac235
JB
96622006-03-22 Janne Blomqvist <jb@gcc.gnu.org>
9663
7e050830 9664 * MAINTAINERS (Write After Approval): Remove myself.
906ac235
JB
9665 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9666
fb0103e5
RG
96672006-03-14 Richard Guenther <rguenther@suse.de>
9668
9669 * configure: Regenerate with autoconf 2.13.
9670
17237f6b
JB
96712006-03-13 Jim Blandy <jimb@codesourcery.com>
9672
9673 * MAINTAINERS: Use my work address.
bed31434
JB
9674
9675 * MAINTAINERS: Update my E-mail address.
9676
27079765
AH
96772006-03-10 Aldy Hernandez <aldyh@redhat.com>
9678
9679 * configure.in: Handle --disable-<component> generically.
9680 * configure: Regenerate.
9681
54a17039
L
96822006-03-01 H.J. Lu <hongjiu.lu@intel.com>
9683
9684 PR libgcj/17311
9685 * ltmain.sh: Don't use "$finalize_rpath" for compile.
9686
b9bd11ca
EE
96872006-02-21 Erik Edelmann <eedelman@gcc.gnu.org>
9688
9689 * MAINTAINERS (Write After Approval): Remove myself.
9690 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9691
dce2d8b2 96922006-02-21 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
e9a54b07 9693
072b06f2
RE
9694 * Makefile.tpl (BUILD_CONFIGDIRS): Remove.
9695 (TARGET_CONFIGDIRS): Remove.
9696 * configure.in: Remove AC_SUBST(target_configdirs).
9697 * Makefile.in, configure: Regenerated.
ee2312f3 9698
936e1a35
SK
96992006-02-20 Steven G. Kargl <kargls@comcast.net>
9700
9701 * MAINTAINERS (Write After Approval): Remove myself.
9702 (Language Front End Maintainers): Add myself as fortran 95 maintainer.
9703
cc11cc9b
PB
97042006-02-20 Paolo Bonzini <bonzini@gnu.org>
9705
9706 PR bootstrap/25670
9707
9708 * Makefile.tpl ([+compare-target+]): Print explanation messages.
9709
9710 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES): New flags_to_pass.
9711 * Makefile.tpl (BASE_FLAGS_TO_PASS): Support optional flags_to_pass.
9712 (EXTRA_GCC_FLAGS): Remove ADAFLAGS, BOOT_ADAFLAGS, LANGUAGES,
9713 BUILD_PREFIX, BUILD_PREFIX_1.
9714 * configure.in: (BUILD_PREFIX, BUILD_PREFIX_1): Don't substitute.
9715
9716 * Makefile.def (bootstrap stage 1): Pass LIBCFLAGS too.
9717 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Override LIBCFLAGS too.
9718
9719 * Makefile.tpl (configure-stage[+id+]-[+prefix+][+module+],
9720 all-stage[+id+]-[+prefix+][+module+], : Use $(current_stage) instead
9721 of `cat stage_current`. Always provide the `r' and `s' variables.
9722 (clean-stage[+id+]-[+prefix+][+module+]): Likewise, and make it into
9723 a single shell execution.
9724 (configure-[+prefix+][+module+], all-[+prefix+][+module+]): For
9725 bootstrapped modules, make the stage1 module if the build was not
9726 started yet, else build the current stage.
9727 (all-host, all-target): Omit bootstrapped modules (if bootstrapping).
9728 (all-build, all-host, all-target, [+make_target+]-host,
9729 [+make_target+]-target): Do not use \-continued lines.
9730 (target modules): Depend on stage_last, not all-gcc, if bootstrapping.
9731 (current_stage, restrap, stage_last): New.
9732
9733 * Makefile.in: Regenerate.
9734 * configure: Regenerate.
9735
63a7c9ef
BD
97362006-02-19 Bud Davis <jmdavis@link.com>
9737
9738 * MAINTAINERS (Write After Approval): Remove myself.
9739 (Language Front End Maintainers): Add myself as fortran 95
9740 maintainer and update e-mail address.
9741
a3543e3a
FXC
97422006-02-17 Francois-Xavier Coudert <coudert@clipper.ens.fr>
9743
9744 * MAINTAINERS (Write After Approval): Remove myself.
9745 (Language Front End Maintainers): Add myself as fortran 95
9746 maintainer.
9747
ca5b1d2c
VK
97482006-02-16 Victor Kaplansky <victork@il.ibm.com>
9749
9750 * MAINTAINERS (Write After Approval): Add myself.
9751
0499513f
TK
97522006-02-16 Thomas Koenig <Thomas.Koenig@online.de>
9753
9754 * MAINTAINERS (Write After Approval): Remove myself.
9755 (Language Front End Maintainers): Add myself as
9756 fortran 95 maintainer.
9757
d1f8db0c
PB
97582006-02-14 Paolo Bonzini <bonzini@gnu.org>
9759
9760 Sync from src:
9761
9762 2005-12-27 Leif Ekblad <leif@rdos.net>
9763
cc6010cd
AP
9764 * configure.in: Add support for RDOS target.
9765 * configure: Regenerate.
d1f8db0c
PB
9766
97672006-02-14 Paolo Bonzini <bonzini@gnu.org>
3de8da2a 9768 Andreas Schwab <schwab@suse.de>
d1f8db0c 9769
cc6010cd 9770 * configure: Regenerate.
d1f8db0c 9771
cac90078
DE
97722006-02-12 David Edelsohn <edelsohn@gnu.org>
9773
9774 * configure.in (enable_libgomp): Add AIX.
9775 * configure: Regenerate.
9776
bd37fbf5
MK
97772006-02-07 Maxim Kuvyrkov <mkuvyrkov@ispras.ru>
9778
9779 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9780
23027b7a
LM
97812006-02-03 Lee Millward <lee.millward@gmail.com>
9782
9783 * MAINTAINERS (Write After Approval): Add myself.
7e050830 9784
0058967b
RG
97852006-01-31 Richard Guenther <rguenther@suse.de>
9786 Paolo Bonzini <bonzini@gnu.org>
9787
9788 * Makefile.def (target_modules): Add libgcc-math target module.
9789 * configure.in (target_libraries): Add libgcc-math target library.
9790 (--enable-libgcc-math): New configure switch.
9791 * Makefile.in: Re-generate.
9792 * configure: Re-generate.
9793 * libgcc-math: New toplevel directory.
9794
e8b05380
PB
97952006-01-26 Paolo Bonzini <bonzini@gnu.org>
9796
9797 * configure.in: Set with_gnu_as, with_gnu_ld, with_newlib earlier.
9798 Set md_exec_prefix. Use ACX_CHECK_INSTALLED_TARGET_TOOL to find
9799 the assembler, linker and binutils.
9800 * configure: Regenerate.
9801
d54d5437
DM
98022006-01-22 Dirk Mueller <dmueller@suse.de>
9803
9804 * MAINTAINERS (Write After Approval): Add myself.
9805
670cbfcf
DN
98062006-01-20 Diego Novillo <dnovillo@redhat.com>
9807
9808 * configure: Regenerate.
9809
953ff289
DN
98102006-01-18 Richard Henderson <rth@redhat.com>
9811 Jakub Jelinek <jakub@redhat.com>
9812 Diego Novillo <dnovillo@redhat.com>
9813
9814 * libgomp: New directory.
9815 * Makefile.def: Add target_module libgomp.
9816 * Makefile.in: Regenerate.
9817 * configure.in (target_libraries): Add target-libgomp.
9818 * configure: Regenerate.
9819
32ce4048
AO
98202006-01-05 Alexandre Oliva <aoliva@redhat.com>
9821
9822 * Makefile.tpl (clean-stage[+id+]-[+prefix+][+module+]): Remove
9823 @ from continuation.
9824 * Makefile.in: Rebuilt.
9825
0eaf8e17 98262006-01-04 Chris Lattner <sabre@gnu.org>
a9210574 9827
c76c0c83
CL
9828 * MAINTAINERS (Write After Approval): Add myself.
9829
2d309510
PB
98302006-01-04 Paolo Bonzini <bonzini@gnu.org>
9831
9832 PR bootstrap/24252
9833
9834 * Makefile.def (flags_to_pass): Add STAGE1_CFLAGS and STAGE1_LANGUAGES.
9835 * Makefile.tpl (OBJDUMP): New.
9836 (EXTRA_HOST_FLAGS): Add it.
9837 (EXTRA_GCC_FLAGS): Remove flags already specified in flags_to_pass.
9838
953ff289
DN
9839 * Makefile.tpl (stage[+id+]-start, stage[+id+]-end): Do not try
9840 to use symbolic links between directories. Avoid race conditions
9841 or make them harmless.
9842 * configure.in: Do not try to use symbolic links between directories.
2d309510
PB
9843
9844 * Makefile.def (LEAN): Pass.
9845 * Makefile.tpl (LEAN): Define.
9846 (stage[+id+]-start): Accept that the previous directory does not
9847 exist, if the bootstrap is lean.
9848 (stage[+id+]-bubble): Invoke lean bootstrap commands after
9849 stage[+id+]-start. Use a makefile variable and an `if' instead of a
9850 configure substitution.
9851 ([+compare-target+]): Likewise.
9852 ([+bootstrap-target+]-lean): New.
9853 * configure.in: Remove lean bootstrap support from here.
9854
953ff289
DN
9855 * Makefile.in: Regenerate.
9856 * configure: Regenerate.
2d309510 9857
368872c3
BE
98582006-01-04 Ben Elliston <bje@au.ibm.com>
9859
9860 * MAINTAINERS (libdecnumber): Add myself.
9861
d79e6356
MM
98622006-01-02 Mark Mitchell <mark@codesourcery.com>
9863
9864 * libtool-ldflags: New script.
9865
a6fbc1e2
AS
98662006-01-02 Andreas Schwab <schwab@suse.de>
9867
9868 * configure.in: When reconfiguring remove Makefile in
9869 all stage directories.
9870 * configure: Regenerate.
9871
103a4b39
SB
98722005-12-27 Steven Bosscher <stevenb.gcc@gmail.com>
9873
9874 * MAINTAINERS: Update my email address.
9875
212f829c
PB
98762005-12-20 Paolo Bonzini <bonzini@gnu.org>
9877
9878 Revert Ada-related part of the previous change.
9879
9880 * Makefile.def (ADAFLAGS, BOOT_ADAFLAGS, ADAFLAGS_FOR_TARGET):
9881 Do not pass.
9882 * Makefile.tpl (BOOT_ADAFLAGS): Do not define.
9883 * Makefile.in: Regenerate.
9884 * configure.in: Do not include mt-ppc-aix target fragment.
9885 * configure: Regenerate.
9886
8ef1f2df
PB
98872005-12-19 Paolo Bonzini <bonzini@gnu.org>
9888
9889 * configure.in: Select appropriate fragments for PowerPC/AIX.
9890 * configure: Regenerate.
9891
9892 * Makefile.def (flags_to_pass): Add ADAFLAGS, BOOT_ADAFLAGS,
9893 BOOT_CFLAGS, BOOT_LDFLAGS.
9894 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Handle BOOT_ADAFLAGS,
9895 BOOT_CFLAGS, BOOT_LDFLAGS.
9896 (TARGET_FLAGS_TO_PASS): Handle ADAFLAGS_FOR_TARGET.
9897 (stage[+id+]-bubble): Pass flags recursively to the comparison target.
9898 (stage): Fail if we cannot complete the work.
9899 * Makefile.in: Regenerate.
9900
ab34901f
NS
99012005-12-16 Nathan Sidwell <nathan@codesourcery.com>
9902
9903 * configure.in: Replace ms1 with mt.
9904 * configure: Rebuilt.
9905
cbe82f21
BM
99062005-12-15 Bryce McKinlay <mckinlay@redhat.com>
9907
9908 * MAINTAINERS: Update my email address.
9909
19843472
PB
99102005-12-15 Paolo Bonzini <bonzini@gnu.org>
9911
9912 * Makefile.tpl (all, do-[+make_target+], do-check, install,
9913 install-host-nogcc): Don't invoke $(stage) at the end.
9914 * Makefile.in: Regenerate.
9915
1ca26cd2
PB
99162005-12-14 Paolo Bonzini <bonzini@gnu.org>
9917
9918 * configure.in: Flip the top-level bootstrap switch.
9919 * configure: Regenerate.
9920
f41d6665
DJ
99212005-12-14 Daniel Jacobowitz <dan@codesourcery.com>
9922
9923 * Makefile.tpl: Throughout the file, use : $(MAKE) along with
9924 $(stage) and $(unstage).
9925 (EXTRA_TARGET_FLAGS): Correct double-quoting.
9926 (all): Remove stray semicolon.
9927 (local-distclean): Don't handle multilib.tmp and multilib.out.
9928 (install.all): Set $s for consistency.
9929 (configure-[+prefix+][+module+]): Instead of [+deps+], handle
9930 check_multilibs setting. Always make the install directory.
9931 (configure-stage[+id+]-[+prefix+][+module+]): Likewise.
9932 Correct @if/@endif.
9933 (all-stage[+id+]-[+prefix+][+module+]): Correct @if/@endif.
9934 ($(TARGET_SUBDIR)/[+module+]/multilib.out): Remove.
9935 (stage[+id+]-start, stage[+id+]-end): Stage $(TARGET_SUBDIR).
9936 (multilib.out): Remove.
9937 * Makefile.in: Regenerated.
9938
dce2d8b2 99392005-12-12 Carlos O'Donell <carlos@codesourcery.com>
9174b3cf
CD
9940
9941 * MAINTAINERS (Write After Approval): Add myself.
9942
64f182bd
NS
99432005-12-12 Nathan Sidwell <nathan@codesourcery.com>
9944
121b2cee
NS
9945 * MAINTAINERS: Add myself as mt maintainer.
9946
64f182bd
NS
9947 * config.sub: Replace ms1 with mt. Allow ms1 as an alias.
9948
a6d63770
AN
99492005-12-06 Adam Nemet <anemet@caviumnetworks.com>
9950
9951 * MAINTAINERS: Change email address.
9952
2abefe3d
PB
99532005-12-05 Paolo Bonzini <bonzini@gnu.org>
9954
9955 * configure.in (CONFIGURED_BISON, CONFIGURED_YACC, CONFIGURED_M4,
9956 CONFIGURED_FLEX, CONFIGURED_LEX, CONFIGURED_MAKEINFO): Remove
9957 "CONFIGURED_" from the AC_CHECK_PROGS invocation. Move below.
9958 Find in-tree tools if available.
9959 (EXPECT, RUNTEST, LIPO, STRIP): Find them and substitute them.
9960 (CONFIGURED_*_FOR_TARGET): Don't set nor substitute.
9961 (*_FOR_TARGET): Set them with GCC_TARGET_TOOL.
9962 (COMPILER_*_FOR_TARGET): New.
9963 * Makefile.tpl (HOST_EXPORTS): Add *_FOR_TARGET symbols that gcc needs.
9964 (BASE_TARGET_EXPORTS): Use COMPILER_*_FOR_TARGET symbols.
9965 (CONFIGURED_*, USUAL_*): Remove.
9966 (BISON, YACC, FLEX, LEX, M4, MAKEINFO, EXPECT, RUNTEST, LIPO,
9967 STRIP): Use autoconf substitutions.
9968 (COMPILER_AS_FOR_TARGET, COMPILER_LD_FOR_TARGET,
9969 COMPILER_NM_FOR_TARGET): New.
9970 (EXTRA_HOST_FLAGS): Pass LIPO and STRIP.
9971
9972 (all): Make all-host and all-target in parallel.
9973 (do-[+make_target+], do-check, install, [+compare-target+]): Ensure
9974 that $$r and $$s are set before invoking a recursive make.
9975 (stage[+id+]-bubble): Likewise, and invoke the comparison at the end.
9976 ([+bootstrap-target+]): Inline most of the `all' target.
9977
2f3bdde7
BE
99782005-11-29 Ben Elliston <bje@au.ibm.com>
9979
9980 * Makefile.tpl (clean-target-libgcc): Invoke clean-target-libgcc
9981 from the gcc build directory.
9982 * Makefile.in: Regenerate.
9983
a4b6c45a
BE
99842005-11-29 Ben Elliston <bje@au.ibm.com>
9985
9986 * Makefile.def: Add new libdecnumber host_module. Make all-gcc
9987 depend on all-libdecnumber.
9988 * configure.in (host_libs): Include libdecnumber.
9989 * Makefile.in: Regenerate.
9990 * configure: Likewise.
9991
473a74b9
BE
99922005-11-29 Ben Elliston <bje@au.ibm.com>
9993
9994 * libdecnumber: Import decNumber sources from the dfp-branch.
9995
b4623110
KJ
99962005-11-21 Kean Johnston <jkj@sco.com>
9997
9998 * config.sub, config.guess: Sync from upstream sources.
9999
67dc1785
BE
100002005-11-21 Ben Elliston <bje@au.ibm.com>
10001
10002 Import from Autoconf sources:
10003
10004 2005-09-06 Paul Eggert <eggert@cs.ucla.edu>
10005 * config/move-if-change: Don't output "$2 is unchanged";
10006 suggested by Ben Elliston. Handle weird characters correctly.
10007
186abafe
AT
100082005-11-18 Andreas Tobler <a.tobler@schweiz.ch>
10009
10010 * ltcf-c.sh (whole_archive_flag_spec): Remove '-all_load $convenience'
10011 to match upstream libtool for darwin.
10012
ef9db8d5
DJ
100132005-11-11 Daniel Jacobowitz <dan@codesourcery.com>
10014
10015 * Makefile.def: Remove gdb dependencies for gdbtk.
10016 * Makefile.tpl (CONFIGURE_GDB_TK, INSTALL_GDB_TK): New variables.
10017 (configure-gdb, install-gdb): New rules.
10018 * configure.in: Set CONFIGURE_GDB_TK and INSTALL_GDB_TK.
10019 * Makefile.in, configure: Regenerated.
10020
9c5141ab
JB
100212005-11-06 Janne Blomqvist <jb@gcc.gnu.org>
10022
10023 * MAINTAINERS (Write After Approval): Add myself.
10024
4523d51b
EE
100252005-11-06 Erik Edelmann <eedelman@gcc.gnu.org>
10026
10027 * MAINTAINERS (Write After Approval): Add myself.
10028
086b011c
DN
100292005-10-24 Diego Novillo <dnovillo@redhat.com>
10030
10031 * MAINTAINERS (alias analysis): Add Daniel Berlin and
10032 Diego Novillo.
10033
e7c84bf8
PB
100342005-10-22 Paolo Bonzini <bonzini@gnu.org>
10035
10036 PR bootstrap/24297
10037 * Makefile.tpl (do-[+make-target+], do-check, install,
10038 stage[+id+]-bubble, [+compare-target+]): Ensure $$r and $$s
10039 are set before recursing.
10040 * Makefile.in: Regenerate.
10041
b88a7564
EB
100422005-10-20 Eric Botcazou <ebotcazou@adacore.com>
10043
10044 PR bootstrap/18939
10045 * Makefile.def (gcc) <target>: Fix thinko.
10046 * Makefile.in: Regenerate.
10047
61efc800
BS
100482005-10-17 Bernd Schmidt <bernd.schmidt@analog.com>
10049
10050 * configure.in (bfin-*-*): Use test, not brackets, in if statement.
10051 * configure: Regenerate.
10052
f53d2869
JZ
100532005-10-15 Jie Zhang <jie.zhang@analog.com>
10054
10055 * MAINTAINERS (Write After Approval): Add self.
10056
077fc835
KH
100572005-10-08 Kazu Hirata <kazu@codesourcery.com>
10058
10059 * configure.in (arm-*-linux-gnueabi): Add to noconfigdirs
10060 target-libffi, target-qthreads, target-libjava, and
10061 targetlibobjc.
10062 * configure: Regenerate.
10063
d739199a
DJ
100642005-10-06 Daniel Jacobowitz <dan@codesourcery.com>
10065
10066 * Makefile.def (flags_to_pass): Add OBJDUMP_FOR_TARGET.
10067 * Makefile.tpl (BASE_TARGET_EXPORTS): Add OBJDUMP.
10068 (OBJDUMP_FOR_TARGET, CONFIGURED_OBJDUMP_FOR_TARGET)
10069 (USUAL_OBJDUMP_FOR_TARGET): New.
10070 (EXTRA_TARGET_FLAGS): Add OBJDUMP.
10071 * configure.in: Check for $OBJDUMP_FOR_TARGET.
24a62419 10072 * configure, Makefile.in: Regenerated.
d739199a 10073
db38c6bb
PB
100742005-10-05 Paolo Bonzini <bonzini@gnu.org>
10075
10076 * Makefile.tpl (all) [gcc-no-bootstrap]: Make prebootstrap packages
10077 before other host packages.
10078
3015564c
KK
100792005-10-05 Kaz Kojima <kkojima@gcc.gnu.org>
10080
10081 * MAINTAINERS: Add self as sh libraries/configury maintainer.
10082
1061f99e
PB
100832005-10-05 Paolo Bonzini <bonzini@gnu.org>
10084
10085 PR bootstrap/22340
10086
10087 * configure.in (default_target): Remove.
10088 * Makefile.tpl (all): Do not use prerequisites as subroutines
10089 (all) [gcc-bootstrap]: Bootstrap gcc first if it was not done yet.
10090 (do-[+make_target+], check, install, [+bootstrap_target+]): Do not
10091 use prerequisites as subroutines.
10092 (check-host, check-target): New.
10093 (bootstrap configure & all targets): Do not use stage*-start
10094 if the directory layout is already ok.
10095 (non-bootstrap configure & all targets): Prepend a $(unstage).
10096 (stage[+id+]-bubble): Do that here. Do not use NOTPARALLEL.
10097 (NOTPARALLEL): Remove.
10098 (unstage, stage variables): New variables.
10099 (unstage, stage targets): Simply expand to those variables.
10100
10101 * configure: Regenerate.
10102 * Makefile.in: Regenerate.
10103
4a9c436f
JW
101042005-10-04 James E Wilson <wilson@specifix.com>
10105
10106 * Makefile.def (lang_env_dependencies): Add libmudflap.
10107 * Makefile.in: Regenerate.
10108
37150080
AS
101092005-10-03 Andreas Schwab <schwab@suse.de>
10110
10111 Backport from libtool CVS:
10112 2002-11-03 Ossama Othman <ossama@doc.ece.uci.edu>
10113
10114 * ltmain.sh: add support for installing into temporary
10115 staging area (e.g. 'make install DESTDIR=...')
10116
39d16468
L
101172005-10-03 H.J. Lu <hongjiu.lu@intel.com>
10118
10119 * configure.in (*-*-darwin*): Build bfd, binutils and opcodes.
10120 * configure: Regenerated.
10121
72a7ab82
AP
101222005-09-30 Andrew Pinski <pinskia@physics.uc.edu>
10123
10124 * configure: Regenerate with the correct
10125 autoconf version.
10126
6b65a26d
CM
101272005-09-30 Catherine Moore <clm@cm00re.com>
10128
10129 * configure.in (bfin-*-*): New.
10130 * configure: Regenerated.
10131
040b1c5a
GK
101322005-09-28 Geoffrey Keating <geoffk@apple.com>
10133
10134 * Makefile.tpl (BASE_TARGET_EXPORTS): Add LIPO, STRIP.
10135 (LIPO_FOR_TARGET): New.
10136 (CONFIGURED_LIPO_FOR_TARGET): New.
10137 (USUAL_LIPO_FOR_TARGET): New.
10138 (STRIP_FOR_TARGET): New.
10139 (CONFIGURED_STRIP_FOR_TARGET): New.
10140 (USUAL_STRIP_FOR_TARGET): New.
10141 * Makefile.def (flags_to_pass): Add LIPO_FOR_TARGET and
10142 STRIP_FOR_TARGET.
10143 * configure.in: Set LIPO_FOR_TARGET, STRIP_FOR_TARGET,
10144 CONFIGURED_LIPO_FOR_TARGET, CONFIGURED_STRIP_FOR_TARGET.
10145 * Makefile.in: Regenerate.
10146 * configure: Regenerate.
7e050830 10147
3a3c28db
DE
101482005-09-19 David Edelsohn <edelsohn@gnu.org>
10149
10150 * configure.in (powerpc-*-aix*): Add target-libssp to noconfigdirs.
10151 (rs6000-*-aix*): Same.
10152 * configure: Regenerate.
10153
2749a921
TT
101542005-09-16 Tom Tromey <tromey@redhat.com>
10155
10156 * MAINTAINERS: Add self as java maintainer.
10157
7f26dfa3
FXC
101582005-09-14 Francois-Xavier Coudert <coudert@clipper.ens.fr>
10159
10160 * configure.in: Recognize f95 in the --enable-languages option,
10161 and substitute it for fortran, issuing a warning.
10162 * configure: Regenerate.
10163
d8852c4f
PE
101642005-08-30 Phil Edwards <phil@codesourcery.com>
10165
10166 * configure.in (*-*-vxworks*): Add target-libstdc++-v3 to noconfigdirs.
10167 * configure: Regenerated.
10168
ad685e81
AH
101692005-08-22 Aldy Hernandez <aldyh@redhat.com>
10170
10171 * MAINTAINERS: Add self as ms1 maintainer.
10172
b00d752c
RE
101732005-08-20 Richard Earnshaw <richard.earnshaw@arm.com>
10174
10175 * Makefile.def (libssp): Add to lang_env_dependencies.
10176 * Makefile.in: Regenerate.
10177
9ed8fb9b
ILT
101782005-08-18 Ian Lance Taylor <ian@airs.com>
10179
10180 * MAINTAINERS: Add myself as middle-end maintainer.
10181
0f029d39
CG
101822005-08-17 Christian Groessler <chris@groessler.org>
10183
10184 * Makefile.tpl: (USUAL_CC_FOR_TARGET): Add missing trailing slash.
10185 * Makefile.in: Regenerate.
10186
81087874
AK
101872005-08-15 Andreas Krebbel <krebbel1@de.ibm.com>
10188
10189 * MAINTAINERS (write after approval): Added myself.
10190
6a134f1c
MR
101912005-08-12 Maciej W. Rozycki <macro@linux-mips.org>
10192
10193 * MAINTAINERS (Write After Approval): Add myself.
10194
2693c0b0
PB
101952005-08-12 Paolo Bonzini <bonzini@gnu.org>
10196
10197 * configure.in: Replace NCN_STRICT_CHECK_TOOL with
10198 NCN_STRICT_CHECK_TOOLS, and likewise for NCN_STRICT_CHECK_TARGET_TOOLS.
10199 Look for alternate names of the target cc and c++
10200 * configure: Regenerate.
10201
4de997d1
PB
102022005-08-08 Paolo Bonzini <bonzini@gnu.org>
10203
10204 * configure.in (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10205 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Find
10206 them with NCN_STRICT_CHECK_TARGET_TOOL, like the other target
10207 tools; remove code to manually set them.
10208 (Target tools): Look in the environment for them.
10209 * Makefile.tpl (CC_FOR_TARGET, CXX_FOR_TARGET, GCJ_FOR_TARGET,
10210 GCC_FOR_TARGET, RAW_CXX_FOR_TARGET, GFORTRAN_FOR_TARGET): Redefine.
10211 (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): Look into gcc
10212 build directory.
10213 (CONFIGURED_CC_FOR_TARGET, CONFIGURED_CXX_FOR_TARGET,
10214 CONFIGURED_GCJ_FOR_TARGET, CONFIGURED_GCC_FOR_TARGET,
10215 CONFIGURED_GFORTRAN_FOR_TARGET, USUAL_CC_FOR_TARGET,
10216 USUAL_CXX_FOR_TARGET, USUAL_GCJ_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10217 USUAL_RAW_CXX_FOR_TARGET, USUAL_GFORTRAN_FOR_TARGET): New.
10218 (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE,
10219 RAW_CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS): Delete.
10220 * configure: Regenerate.
10221 * Makefile.in: Regenerate.
10222
b089e33a
BE
102232005-07-28 Ben Elliston <bje@au.ibm.com>
10224
10225 * MAINTAINERS: Update for removed CPU targets.
10226
e3791243
MM
102272005-07-27 Mark Mitchell <mark@codesourcery.com>
10228
10229 * Makefile.tpl (EXTRA_TARGET_FLAGS): Set LDFLAGS=LDFLAGS_FOR_TARGET.
7e050830 10230 * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_TARGET.
e3791243
MM
10231 * Makefile.in: Regenerated.
10232
526635cb
MM
102332005-07-26 Mark Mitchell <mark@codesourcery.com>
10234
10235 * Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable.
10236 (CFLAGS_FOR_TARGET): Use it.
10237 (CXXFLAGS_FOR_TARGET): Likewise.
10238 * Makefile.in: Regenerated.
10239 * configure.in (--with-build-sysroot): New option.
10240 * configure: Regenerated.
10241
19791f70
PB
102422005-07-24 Paolo Bonzini <bonzini@gnu.org>
10243
10244 * Makefile.tpl: Wrap install between unstage and stage
10245 * Makefile.in: Regenerate.
10246
35f5a23f
EC
102472005-07-21 Eric Christopher <echristo@apple.com>
10248
10249 * MAINTAINERS: Update affiliation.
10250
ff3ddf15
PW
102512005-07-21 Paul Woegerer <paul.woegerer@nsc.com>
10252
10253 * MAINTAINERS: Add self as crx port maintainer.
10254
3a664c1c
DD
102552005-07-20 DJ Delorie <dj@redhat.com>
10256
10257 * MAINTAINERS: Add self as m32c maintainer.
10258
539df155
KC
102592005-07-16 Kelley Cook <kcook@gcc.gnu.org>
10260
10261 * all files: Update FSF address.
10262
be9c593a
EC
102632005-07-15 Eric Christopher <echristo@redhat.com>
10264
10265 * MAINTAINERS: Change affiliation.
10266
fd7ea4ab
JB
102672005-07-14 Jim Blandy <jimb@redhat.com>
10268
10269 * configure.in: Add cases for Renesas m32c.
10270 * configure: Regenerated.
7e050830 10271
0063a823
KC
102722005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10273
d0ca130a
KC
10274 * COPYING.LIB: Update from fsf.org.
10275
102762005-07-14 Kelley Cook <kcook@gcc.gnu.org>
10277
10278 * COPYING, compile, config.guess,
0063a823
KC
10279 config.sub, install-sh, missing, mkinstalldirs,
10280 symlink-tree, ylwrap: Sync from upstream sources.
d0ca130a 10281 * config-ml.in: Update FSF address.
0063a823 10282
a8ba31f2
EC
102832005-07-13 Eric Christopher <echristo@redhat.com>
10284
10285 * configure.in: Add toplevel noconfigdir support for tpf.
10286 * configure: Regenerate.
10287
5bea4a03
PB
102882005-07-11 Paolo Bonzini <bonzini@gnu.org>
10289
10290 PR ada/22340
10291
10292 * Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Fix pasto.
10293 * Makefile.in: Regenerate.
10294
284bdbbd
MM
102952005-07-07 Mark Mitchell <mark@codesourcery.com>
10296
10297 * MAINTAINERS: Remove Dave Brolley as a cpplib maintainer. Add Dave
7e050830 10298 Brolley to write-after-approval.
284bdbbd 10299
452190fb
AS
103002005-07-07 Andreas Schwab <schwab@suse.de>
10301
10302 * Makefile.def (flags_to_pass): Add CFLAGS_FOR_BUILD.
10303 * Makefile.tpl (EXTRA_GCC_FLAGS): Don't pass CFLAGS_FOR_BUILD here.
10304 * Makefile.in: Regenerated.
10305
9c8f9ec2
GK
103062005-07-06 Geoffrey Keating <geoffk@apple.com>
10307
10308 * configure.in: Don't build sim or rda when targetting darwin.
10309 * configure: Regenerate.
10310
ef0087a7
KH
103112005-07-06 Kazu Hirata <kazu@codesourcery.com>
10312
10313 * configure.in: Add --enable-libssp and --disable-libssp.
10314 * configure: Regenerate with autoconf-2.13.
10315
77008252
JJ
103162005-07-02 Jakub Jelinek <jakub@redhat.com>
10317
10318 * Makefile.def (target_modules): Add libssp.
10319 * configure.in (target_libraries): Add target-libssp.
10320 * configure: Rebuilt.
10321 * Makefile.in: Rebuilt.
10322
a04eae1b
ZW
103232005-07-01 Zack Weinberg <zackw@panix.com>
10324
10325 * MAINTAINERS: Change email address. Resign from maintainership.
10326
948884cd
RG
103272005-07-01 Richard Guenther <rguenther@suse.de>
10328
10329 * MAINTAINERS: Change my e-mail address and affiliation.
10330
c7870f5d
PB
103312005-06-22 Paolo Bonzini <bonzini@gnu.org>
10332
10333 * Makefile.def (stagefeedback): Come after profile.
10334 Define profiledbootstrap target.
10335 * Makefile.tpl (profiledbootstrap): Remove.
10336 (stageprofile-end): Zap stagefeedback.
10337 (stagefeedback-start): Copy all .gcda files, not only GCC's.
10338 * Makefile.in: Regenerate.
10339
ab99519a
RS
103402005-06-13 Richard Sandiford <richard@codesourcery.com>
10341
10342 * MAINTAINERS: Update my email address.
10343
f610dd5f
ZW
103442005-06-13 Zack Weinberg <zack@codesourcery.com>
10345
10346 * depcomp: Update from automake CVS. Add 'ia64hp' stanza.
10347 In 'cpp' stanza, support '#line' as well as '# '.
10348
71bc2a83
AS
103492005-06-08 Andreas Schwab <schwab@suse.de>
10350
10351 * MAINTAINERS: Move myself from 'Write After Approval' to
10352 'CPU Port Maintainers' section as m68k maintainer.
10353
4fab7234
HPN
103542005-06-07 Hans-Peter Nilsson <hp@axis.com>
10355
10356 * configure.in (unsupported_languages): New macro.
10357 <mmix-knuth-mmixware>: Set unsupported_languages. Name explicit
10358 non-ported target libraries in noconfigdirs.
10359 <cris-*, crisv32-*> Ditto, except for non-aout, non-elf,
10360 non-linux-gnu. Remove libgcj_ex_libffi.
cc6010cd 10361 <lang_frag loop>: Set add_this_lang=no if the language is in
4fab7234
HPN
10362 unsupported_languages.
10363 * configure: Regenerate.
10364
68193f9b
TS
103652005-06-04 Tobias Schl"uter <tobias.schlueter@physik.uni-muenchen.de>
10366
10367 * configure.in: Fix typo in handling of --with-mpfr-dir.
10368 * configure: Regenerate.
10369
f26f6b8d
RS
103702005-06-04 Richard Sandiford <rsandifo@nildram.co.uk>
10371
10372 * MAINTAINERS: Update my email address.
10373
ba4853f8
JB
103742005-06-02 Jim Blandy <jimb@redhat.com>
10375
10376 * config.sub: Add cases for the Renesas m32c. (This patch has been
10377 accepted into the master sources.)
10378
79dd769c 103792005-06-02 Aldy Hernandez <aldyh@redhat.com>
f610dd5f
ZW
10380 Michael Snyder <msnyder@redhat.com>
10381 Stan Cox <scox@redhat.com>
79dd769c 10382
f610dd5f 10383 * configure.in: Set noconfigdirs for ms1.
79dd769c 10384
f610dd5f 10385 * configure: Regenerate.
79dd769c 10386
d29e107f
JD
103872005-06-01 Jerry DeLisle <jvdelisle@verizon.net>
10388
10389 * MAINTAINERS (Write After Approval): Add self.
10390
e93196c3
JC
103912005-06-01 Josh Conner <jconner@apple.com>
10392
10393 * MAINTAINERS (Write After Approval): Add self.
10394
ae263c7a
KH
103952005-06-01 Kazu Hirata <kazu@codesourcery.com>
10396
10397 * MAINTAINERS: Update my email address.
10398
585b3aa3
ZM
103992005-05-27 Ziga Mahkovec <ziga.mahkovec@klika.si>
10400
10401 * MAINTAINERS (Write After Approval): Add self.
10402
4930c50b
CD
104032005-05-26 Chris Demetriou <cgd@broadcom.com>
10404
10405 * MAINTAINERS (Write After Approval): Remove self.
10406
2dfbef6d
PB
104072005-05-25 Paolo Bonzini <bonzini@gnu.org>
10408
10409 * Makefile.tpl (stage[+id+]-start): Iterate over target module as well.
10410 (Dependencies): Consider target modules for bootstrap dependencies.
10411 Make target bootstrap modules depend on each stage's gcc.
10412 * Makefile.in: Regenerate.
10413
bcb28cf5
PB
104142005-05-20 Paolo Bonzini <bonzini@gnu.org>
10415
10416 * Makefile.def (configure-gcc): Depend on binutils having been built.
10417 (all-gcc): No need to do it here.
10418 * Makefile.in: Regenerate.
10419
0cf085e4
PB
104202005-05-19 Paul Brook <paul@codesourcery.com>
10421
f610dd5f 10422 * configure.in: Rewrite misleading error message when requested
0cf085e4
PB
10423 language cannot be built.
10424 * configure: Regenerate.
10425
dfb2c39a
DJ
104262005-05-15 Daniel Jacobowitz <dan@codesourcery.com>
10427
10428 * ylwrap: Import from Automake 1.9.5.
10429
771aaa92
DU
104302005-05-13 David Ung <davidu@mips.com>
10431
10432 * MAINTAINERS (Write After Approval): Add self.
10433
3ac9bd58
MS
104342005-05-09 Mike Stump <mrs@apple.com>
10435
10436 * libtool.m4 (AC_LIBTOOL_SYS_MAX_CMD_LEN): Use quotes on
10437 lt_cv_sys_max_cmd_len for now.
f610dd5f 10438
f77a5578
SC
104392005-05-09 Stan Cox <scox@redhat.com>
10440
10441 * MAINTAINERS: Remove self, add Nick Clifton as iq2000 maintainer.
10442
795e36e5
MK
104432005-05-08 Matt Kraai <kraai@ftbfs.org>
10444
10445 * README.SCO: Update the URL.
10446
c9392a2b
DE
104472005-05-05 David Edelsohn <edelsohn@gnu.org>
10448
10449 * ltconfig: Define file_list_spec. Pass file_list_spec and
10450 with_gnu_ld to libtool.
10451 * ltcf-c.sh (aix[45]): Define file_list_spec.
10452 * ltcf-cxx.sh (aix[45]): Same.
10453 * ltcf-gcj.sh (aix[45]): Same.
10454 * ltmain.sh: If command exceeds max_cmd_len and file_list_spec
10455 exists, write list of input files to temporary file.
10456
bebcd931
MS
104572005-05-04 Mike Stump <mrs@apple.com>
10458
10459 * configure.in: Always pass --target to target configures as
10460 otherwise rebuilds that do --recheck will fail.
10461 * confiugure: Rebuilt.
10462
ce406537
PB
104632005-05-04 Paolo Bonzini <bonzini@gnu.org>
10464
10465 * Makefile.tpl (POSTSTAGE1_HOST_EXPORTS): Rename from
10466 STAGE_HOST_EXPORTS.
10467 (configure, all): Add bootstrap support.
10468 (Host modules, target modules): Pass post-stage1 flags and exports.
10469 (Top-level bootstrap): Remove bootstrap rules, expanded elsewhere.
10470 * Makefile.in: Regenerate.
10471
aa9dcfc4
PB
104722005-04-29 Paolo Bonzini <bonzini@gnu.org>
10473
10474 * configure: Regenerate.
10475
b6f9abcf
MS
104762005-04-27 Mike Stump <mrs@apple.com>
10477
10478 * MAINTAINERS: Add self as darwin maintainer.
10479
acb217cb
BS
104802005-04-22 Bernd Schmidt <bernd.schmidt@analog.com>
10481
10482 * config.sub: Update from master copy.
10483
b6dae270
MS
104842005-04-21 Mike Stump <mrs@apple.com>
10485
10486 * MAINTAINERS: Add self as Objective-C/Objective-C++ maintainer.
10487 * MAINTAINERS: Add Zem as Objective-C++ maintainer.
10488
c2e0d3a9
HPN
104892005-04-19 Hans-Peter Nilsson <hp@axis.com>
10490
10491 * configure.in <crisv32-*-*, cris-*-*>: New local variable
10492 libgcj_ex_libffi. Have specific match for *-*-linux*. Separate
10493 matches for "*-*-aout" and "*-*-elf". Don't disable libffi for
10494 "*-*-elf" and "*-*-linux*".
10495 * configure: Regenerate.
10496
871ae772
JM
104972005-04-14 Joseph S. Myers <joseph@codesourcery.com>
10498
10499 * MAINTAINERS (Various Maintainers): Add self as i18n maintainer.
10500
bf070c29
MS
105012005-04-12 Mike Stump <mrs@apple.com>
10502
10503 * libtool.m4: Update AC_LIBTOOL_SYS_MAX_CMD_LEN bits from upstream.
10504
e865b6f7
TK
105052005-04-04 Thomas Koenig <Thomas.Koenig@online.de>
10506
10507 * MAINTAINERS (Write After Approval): Add myself.
10508
7b71ad7f
BS
105092005-04-07 Bernd Schmidt <bernd.schmidt@analog.com>
10510
10511 * MAINTAINERS (Port Maintainers): Add self for Blackfin.
10512
25b42232
PB
105132005-04-06 Paolo Bonzini <bonzini@gnu.org>
10514
f610dd5f 10515 * Makefile.tpl (BUILD_CONFIGARGS): Include --with-build-subdir.
25b42232
PB
10516 (TARGET_CONFIGARGS): Include --with-target-subdir.
10517 (configure, all): New macros. Use them throughout.
10518 * Makefile.in: Regenerate.
10519
d727c624
JG
105202005-04-04 Jon Grimm <jgrimm2@us.ibm.com>
10521
10522 * MAINTAINERS (Write After Approval): Add myself.
f610dd5f 10523
fff72cc4
ZD
105242005-03-31 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
10525
10526 * MAINTAINERS: Remove 'loop unrolling' maintainer.
10527
86472dc3
GP
105282005-03-30 Gerald Pfeifer <gerald@pfeifer.com>
10529
10530 * MAINTAINERS: Move John Carr to Write After Approval.
10531
dce2d8b2 105322005-03-30 J"orn Rennecke <joern.rennecke@st.com>
5d0f90e5
R
10533
10534 * config/mh-mingw32: Delete.
10535 * configure.in: Don't use it.
10536 * configure: Regenerate.
10537
33da42bc
PB
105382005-03-31 Paolo Bonzini <bonzini@gnu.org>
10539
10540 * Makefile.def (bfd, opcodes, libstdc++-v3, libmudflap): Set lib_path.
10541 * Makefile.tpl (SET_LIB_PATH, REALLY_SET_LIB_PATH): Remove.
dce2d8b2 10542 (HOST_EXPORTS, STAGE_HOST_EXPORTS, TARGET_EXPORTS): Set RPATH_ENVVAR.
33da42bc
PB
10543 (HOST_LIB_PATH): Generate from Makefile.def.
10544 (TARGET_LIB_PATH): Likewise.
10545 (Old bootstrap targets): Include TARGET_LIB_PATH into RPATH_ENVVAR.
10546 * Makefile.in: Regenerate.
10547 * configure.in (set_lib_path, SET_LIB_PATH, SET_GCC_LIB_PATH): Remove.
10548 (RPATH_ENVVAR): Include Darwin case.
10549 * configure: Regenerate.
10550
15cc1841
TF
105512005-03-29 Thomas Fitzsimmons <fitzsim@redhat.com>
10552
10553 * MAINTAINERS (Various Maintainers): Remove self.
10554 (Write After Approval): Add self.
10555
6a8c79d5
TF
105562005-03-26 Thomas Fitzsimmons <fitzsim@redhat.com>
10557
10558 * MAINTAINERS (Various Maintainers): Add self.
10559
256f7136
PB
105602005-03-25 Paolo Bonzini <bonzini@gnu.org>
10561
10562 * configure.in (RPATH_ENVVAR): Set to DYLD_LIBRARY_PATH on Darwin.
10563 * configure: Regenerate.
10564
191dd2c9
ZW
105652005-03-21 Zack Weinberg <zack@codesourcery.com>
10566
10567 * Makefile.def: Remove libstdcxx_incdir, libsubdir, gxx_include_dir,
10568 gcc_version, and gcc_version_trigger from set of flags to pass.
10569 * Makefile.tpl: Remove definitions of above variables.
10570 (config.status): Remove dependency on $(gcc_version_trigger).
10571 * Makefile.in: Regenerate.
10572 * configure.in: Do not reference config/gcc-version.m4 nor
10573 config/gxx-include-dir.m4. Do not invoke TL_AC_GCC_VERSION nor
10574 TL_AC_GXX_INCLUDE_DIR. Do not set gcc_version_trigger.
10575 * configure: Regenerate.
10576
ef6e9bc0 105772005-03-16 Manfred Hollstein <manfred.h@gmx.net>
dce2d8b2 10578 Andrew Pinski <pinskia@physics.uc.edu>
ef6e9bc0
MH
10579
10580 * Makefile.tpl (check-[+module+]): Fix shell statement inside if ... fi.
10581 * Makefile.in: Regenerate.
10582
009bbd5a
FW
105832005-03-13 Feng Wang <fengwang@nudt.edu.cn>
10584
10585 * MAINTAINERS (Write After Approval): Add myself.
10586
09f8755b
DA
105872005-03-03 David Ayers <d.ayers@inode.at>
10588
10589 * MAINTAINERS (Write After Approval): Add myself.
10590
e73ed25c
AO
105912005-03-01 Alexandre Oliva <aoliva@redhat.com>
10592
10593 PR libgcj/20160
10594 * ltmain.sh: Avoid creating archives with components that have
10595 duplicate basenames.
10596
ace9ac7b
AP
105972005-02-28 Andrew Pinski <pinskia@physics.uc.edu>
10598
10599 PR bootstrap/20250
10600 * Makefile.tpl (HOST target installs): Fix copy and pasto, use install
10601 instead of check.
10602 * Makefile.in: Regenerate.
10603
c9db9354
PB
106042005-02-28 Paolo Bonzini <bonzini@gnu.org>
10605
10606 * Makefile.in: Regenerate to fix conflict between the previous two
10607 patches.
10608
215c351a
PB
106092005-02-28 Paolo Bonzini <bonzini@gnu.org>
10610
10611 PR bootstrap/17383
10612 * Makefile.def (target_modules): Remove "stage", now unnecessary.
10613 * Makefile.tpl (HOST_SUBDIR): New substitution.
10614 (STAGE_HOST_EXPORTS, EXPECT, HOST_LIB_PATH, USUAL_AR_FOR_TARGET,
10615 USUAL_AS_FOR_TARGET, USUAL_DLLTOOL_FOR_TARGET, USUAL_GCC_FOR_TARGET,
10616 USUAL_LD_FOR_TARGET, USUAL_NM_FOR_TARGET, USUAL_OBJDUMP_FOR_TARGET,
10617 USUAL_RANLIB_FOR_TARGET, USUAL_WINDRES_FOR_TARGET): Use it.
10618 (Host modules, Bootstrapped modules): Use it.
10619 (Build modules, Target modules): Do not create symlink trees,
10620 always configure out-of-srcdir.
10621 (distclean): Try removing $(host_subdir) with rm before using rm -rf.
10622 * configure.in (FLAGS_FOR_TARGET, CC_FOR_TARGET, GCJ_FOR_TARGET,
10623 GFORTRAN_FOR_TARGET, CXX_FOR_TARGET, RAW_CXX_FOR_TARGET): Use
10624 $(HOST_SUBDIR). Create a symlink for host_subdir.
10625
10626 * Makefile.in: Regenerate.
10627 * configure: Regenerate.
10628
5395b47b
NN
106292005-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
10630
10631 Merged from libada-gnattools-branch:
10632 2004-11-28 Nathanael Nerode <neroden@gcc.gnu.org>
10633
10634 * gnattools: New directory.
10635 * Makefile.def: Add gnattools as a module, depending on target-libada.
10636 * Makefile.in: Regenerate.
10637 * configure.in: Include gnattools in host_tools; disable it if ada
10638 is disabled.
10639 * configure: Regenerate.
10640
ca2cc05c
JM
106412005-02-24 James A. Morrison <phython@gcc.gnu.org>
10642
10643 * MAINTAINERS (Language Front Ends Maintainers): Add myself as
10644 treelang maintainer.
10645 (Write After Approval): Remove myself.
10646
d2f3024f
PS
106472005-02-23 Paul Schlie <schlie@comcast.net>
10648
10649 * configure.in: Allow darwin targeted ports to build tk, itcl and
10650 libgui.
10651 * configure: Regenerate.
10652
bba5e0ca
EB
106532005-02-21 Eric Botcazou <ebotcazou@libertysurf.fr>
10654
10655 PR libgcj/10353
10656 * configure.in (noconfigdirs) <sparc-*-solaris2.[0-6]>: Add libgcj.
10657 * configure: Regenerate.
10658
70132ce7
SK
106592005-02-18 Steven G. Kargl <kargl@gcc.gnu.org>
10660
10661 * MAINTAINERS (Write After Approval): Add myself.
10662
20f0edca
ILT
106632005-02-10 Ian Lance Taylor <ian@airs.com>
10664
10665 * MAINTAINERS: Update my e-mail address.
10666
e64e5109
RG
106672005-02-02 Richard Guenther <rguenth@gcc.gnu.org>
10668
10669 * MAINTAINERS (Write After Approval): Add myself.
10670
40d64b5a
HPN
106712005-01-29 Hans-Peter Nilsson <hp@axis.com>
10672
10673 * configure.in (noconfigdirs) <crisv32-*-*>: Match like cris-*-*.
10674 <crisv32-*-*, cris-*-*>: Only disable target-newlib and
10675 target-libgloss when not *-*-elf and *-*-aout.
10676 * configure: Regenerate.
10677
54a12711
KH
106782005-01-23 Kazu Hirata <kazu@cs.umass.edu>
10679
10680 * MAINTAINERS: Remove obsolete entries.
10681
0aa99dbb
KH
10682 * MAINTAINERS (Write After Approval): Add Michael Matz.
10683
2b009f5f
NB
106842005-01-19 Neil Booth <neil@daikokuya.co.uk>
10685
10686 * MAINTAINERS: Remove self as cpplib maintainer.
10687
385870f5
KC
106882005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10689
10690 * install-sh, config.sub: Import from upstream.
10691
e7daab31
KC
106922005-01-17 Kelley Cook <kcook@gcc.gnu.org>
10693
10694 PR bootstrap/18222
10695 * Makefile.def: Pass CPPFLAGS_FOR_TARGET.
10696 * Makefile.tpl: Define target CPPFLAGS on CPPFLAGS_FOR_TARGET.
10697 * Makefile.in: Regenerate.
10698
e6003f4d
JT
106992005-01-16 Jason Thorpe <thorpej@netbsd.org>
10700
10701 * MAINTAINERS: Update my email address.
10702
145e2972 107032005-01-12 David Edelsohn <edelsohn@gnu.org>
63892581 10704 Andreas Schwab <schwab@suse.de>
145e2972
DE
10705
10706 PR bootstrap/18033
10707 * config-ml.in: Eval option if surrounded by single quotes.
10708
86c7e0da
PB
107092005-01-03 Paolo Bonzini <bonzini@gnu.org>
10710
10711 Revert 2004-12-28 Makefile changes, a better fix will be
10712 applied to mainline and src after GCC 4.0 branches.
10713
3224a22f
PB
107142004-12-28 Paolo Bonzini <bonzini@gnu.org>
10715
10716 PR bootstrap/17383
10717
10718 * Makefile.def (target_modules): Remove stage parameter,
10719 it is always true now.
10720 * Makefile.tpl (configure-build-[+module+],
10721 configure-target-[+module+]): Always build symlink tree
10722 for the directory and for include. BUILD_SUBDIR and
10723 TARGET_SUBDIR cannot be . anymore.
10724 * Makefile.in: Regenerate.
10725
aaf51ca2
DE
107262004-12-25 David Edelsohn <edelsohn@gnu.org>
10727
10728 Revert 2004-12-08 Makefile changes.
10729
4e32e454
DS
107302004-12-17 Danny Smith <dannysmith@users.sourceforge.net>
10731
10732 * MAINTAINERS: Move myself to OS Port Maintainers for windows,
10733 cygwin, mingw.
10734
669f01d8
AS
107352004-12-16 Andrew Stubbs <andrew.stubbs@st.com>
10736
10737 * configure.in (sh64-*-*): Reenable gprof.
10738 * configure: Regenerate.
10739
1b227ee0
DE
107402004-12-08 David Edelsohn <edelsohn@gnu.org>
10741
10742 * Makefile.def (flags_to_pass): Add PICFLAG_FOR_TARGET.
10743 * Makefile.tpl (EXTRA_HOST_FLAGS): Add PICFLAG.
10744 (EXTRA_TARGET_FLAGS): Add PICFLAG.
10745 * Makefile.in: Regenerate.
10746
ce5e944c
CF
107472004-12-08 Christopher Faylor <cgf@gcc.gnu.org>
10748
10749 * MAINTAINERS: Update my email address.
10750
893f1e87
MK
107512004-12-07 Matt Kraai <kraai@ftbfs.org>
10752
10753 * Makefile.tpl: Generate normal dependencies if the LHS module is
10754 not bootstrapped.
10755 * Makefile.in: Regenerate.
10756
bb59c339
RS
107572004-12-03 Richard Sandiford <rsandifo@redhat.com>
10758
10759 * configure.in: Include config/gxx-include-dir.m4. Use
10760 TL_AC_GXX_INCLUDE_DIR. Remove some now-redundant AC_SUBSTs.
10761 * configure: Regenerate.
10762
4982adbe
RS
107632004-12-03 Richard Sandiford <rsandifo@redhat.com>
10764
10765 * config.if: Delete.
10766 * configure.in: Set libstdcxx_incdir directly.
10767 * configure: Regenerate.
10768
05750653
EC
107692004-12-02 Eric Christopher <echristo@redhat.com>
10770
10771 * Makefile.tpl (clean-target-libgcc): Make change in correct place.
10772 * Makefile.in: Regenerate.
10773
5fef1dbd
RS
107742004-12-02 Richard Sandiford <rsandifo@redhat.com>
10775
10776 * configure.in: Clear gcc_version_trigger if the file doesn't exist.
10777 * configure: Regenerate.
10778
afabd8e6
RS
107792004-12-02 Richard Sandiford <rsandifo@redhat.com>
10780
10781 * configure.in: Include config/gcc-version.m4. Use TL_AC_GCC_VERSION
10782 to set gcc_version_trigger. Remove some now-redundant AC_SUBSTs.
10783 * configure: Regenerate.
10784
78716e86
EC
107852004-12-01 Eric Christopher <echristo@redhat.com>
10786
10787 * Makefile.in (clean-target-libgcc): Add stmp-dirs to list
10788 of things to remove.
10789
57ab8ba9
MK
107902004-11-29 Matt Kraai <kraai@ftbfs.org>
10791
10792 * MAINTAINERS (Write After Approval): Update my e-mail address.
10793
2539bffe
KC
107942004-11-29 Kelley Cook <kcook@gcc.gnu.org>
10795
10796 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Re-import linux-gnu case
10797 from CVS libtool to always pass_all.
10798
3e732ba0
JDA
107992004-11-25 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
10800
10801 * configure.in (hppa*-*-linux*): Don't add libgcj to noconfigdirs.
10802 (hppa*64*-*-*): Delete incorrect comment.
10803 * configure: Rebuilt.
10804
767f726e
KC
108052004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10806
10807 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Revert previous change.
10808
2c92e90f
KC
108092004-11-24 Kelley Cook <kcook@gcc.gnu.org>
10810
10811 * libtool.m4 (AC_DEPLIBS_CHECK_METHOD): Import linux-gnu case
10812 from CVS libtool to always pass_all.
10813
32f84e48
KC
108142004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10815
10816 * install-sh, compile: Import from automake.
10817
9587be8a
KC
108182004-11-15 Kelley Cook <kcook@gcc.gnu.org>
10819
10820 * config.guess, config.sub: Import from savannnah.
10821
04e81808 108222004-11-12 Scott Robert Ladd <scott.ladd@coyotegulch.com>
1537532b
SRL
10823
10824 * MAINTAINERS (Write After Approval): Add myself
10825
f87a2b2e
MS
108262004-11-12 Mike Stump <mrs@apple.com>
10827
10828 * Makefile.def: Add html support.
10829 * Makefile.tpl: Likewise.
10830 * Makefile.in: Regenerate.
10831
848556c2
GK
108322004-11-11 Geoffrey Keating <geoffk@apple.com>
10833
556f03c4
GK
10834 PR 18423
10835 * configure.in: Remove all instances of build-fixincludes from
10836 noconfigdirs.
10837 (build_configargs): Supply --target to subdirectories.
10838 * configure: Regenerate.
10839
848556c2
GK
10840 * Makefile.def: Make gcc install depend on fixincludes install.
10841 * Makefile.in: Regenerate.
10842
9e5712a5
JJ
108432004-11-10 Janis Johnson <janis187@us.ibm.com>
10844
10845 * MAINTAINERS: Add myself as gcc testsuite maintainer.
10846
4ef509c0
PB
108472004-11-11 Paul Brook <paul@codesourcery.com>
10848
10849 * MAINTAINERS: Add self as arm maintainer. Update email address.
10850
20d11df6
HPN
108512004-11-08 Hans-Peter Nilsson <hp@bitrange.com>
10852
10853 * configure.in (noconfigdirs) [mmix-*-*]: Disable
10854 target-libgfortran.
79fd8592 10855 * configure: Regenerate.
20d11df6 10856
68c70f15
DE
108572004-11-07 David Edelsohn <edelsohn@gnu.org>
10858
10859 * config-ml.in: Pass FCFLAGS for multilibs, handle GFORTRAN
10860 like CC.
10861
54f88091
PB
108622004-11-05 Paolo Bonzini <bonzini@gnu.org>
10863
10864 * Makefile.def (host fixincludes): Specify missing targets.
10865 * Makefile.in: Regenerate.
10866
6866abb8
RC
108672004-11-05 Ralf Corsepius <ralf.corsepius@rtems.org>
10868
10869 * MAINTAINERS: Add myself
10870
83f62578
GL
108712004-11-05 Gabor Loki <loki@inf.u-szeged.hu>
10872
10873 * MAINTAINERS (Write After Approval): Add myself.
10874
53c7ffe7
GK
108752004-11-04 Geoffrey Keating <geoffk@apple.com>
10876
10877 * Makefile.def: Build fixincludes for the host, too.
10878 * Makefile.in: Regenerate.
10879 * configure.in (host_tools): Add fixincludes.
10880 * configure: Regenerate.
10881
ac8b3d9d
DJ
108822004-11-04 Daniel Jacobowitz <dan@debian.org>
10883
10884 * configure.in (arm-*-oabi*, thumb-*-oabi*): Remove.
10885 * configure: Regenerated.
10886
bab37580
L
108872004-11-04 H.J. Lu <hongjiu.lu@intel.com>
10888
10889 PR other/17783
10890 * configure.in: Set up LD_LIBRARY_PATH by default for gcc.
10891 * configure: Regenerated.
10892
db1de713
MM
108932004-10-31 Mark Mitchell <mark@codesourcery.com>
10894
10895 * README.SCO: Update per FSF instructions.
10896
a827e21a
EW
108972004-10-28 Eric B. Weddington <ericw@evcohs.com>
10898
10899 PR target/18151
10900 * configure.in (case ${target}): Do not build fixincludes for avr.
10901 * configure: Regenerated.
10902
9d069a4f
PB
109032004-10-26 Paolo Bonzini <bonzini@gnu.org>
10904
10905 * configure.in (case ${target}): Do not build fixincludes
10906 on platforms where it is not used.
10907 * configure: Regenerated.
10908
fc45f3fe
DJ
109092004-10-23 Daniel Jacobowitz <dan@debian.org>
10910
10911 * configure.in: Use an absolute path to install-sh.
10912 * configure: Regenerated.
10913
36554b92
AL
109142004-10-19 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
10915
10916 * MAINTAINERS (Write After Approval): Add myself.
10917
88e9994a
KH
109182004-10-19 Kazu Hirata <kazu@cs.umass.edu>
10919
10920 * MAINTAINERS: Remove from Write After Approval those that are
10921 already maintainers.
10922
ad02a944
SP
109232004-10-19 Sebastian Pop <pop@cri.ensmp.fr>
10924
10925 * MAINTAINERS: Update my email address.
10926
c8e6cd41
KC
109272004-10-12 Kelley Cook <kcook@gcc.gnu.org>
10928
10929 * configure.in (*-*-cygwin*): Supress warning if newlib not present.
10930 * configure: Regenerate.
10931
dce2d8b2 109322004-10-07 J"orn Rennecke <joern.rennecke@st.com>
ebe55024
R
10933
10934 * MAINTAINERS: Update my email address.
10935
a8b0957e
KH
109362004-10-07 Kazu Hirata <kazu@cs.umass.edu>
10937
10938 * MAINTAINERS (Language Front Ends Maintainers): New. Move
10939 entries belonging to this category.
10940
96836f61
JZ
109412004-10-06 Josef Zlomek <josef.zlomek@email.cz>
10942
10943 * MAINTAINERS: Update my e-mail address.
10944
7e0b5752
PB
109452004-10-06 Paolo Bonzini <bonzini@gnu.org>
10946
10947 Fix wrong conflict resolution in:
10948
10949 2004-08-16 Paolo Bonzini <bonzini@gnu.org>
10950
10951 * Makefile.in: Regenerate.
10952 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
10953 in the recursive `make', instead of hardwiring `all'.
10954 (Autogenerated TARGET-* variables): New.
10955
370f7a47
TL
109562004-10-05 Tomer Levi <Tomer.Levi@nsc.com>
10957
10958 * configure.in: Enable target-libgloss for crx-*-*.
191dd2c9 10959 * configure: Regenerate.
370f7a47 10960
13e5d623
KH
109612004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10962
10963 * MAINTAINERS (Various Maintainers): Move the "windows,
10964 cygwin, mingw" maintainer to ...
10965 (OS Port Maintainers): ... here.
10966
a6497c1b
KH
109672004-10-04 Kazu Hirata <kazu@cs.umass.edu>
10968
10969 * MAINTAINERS (Write After Approval): Remove those that are
10970 maintainers of some subsystem.
10971
1abb828a
D
109722004-10-02 P.J. Darcy <darcypj@us.ibm.com>
10973
10974 * ltcf-c.sh (tpf*): Add ld_shlibs=yes.
10975 * ltcf-cxx.sh (tpf*): Likewise.
10976 * ltconfig (tpf*): Add TPF OS configuration support.
10977
16d1338d
BS
109782004-10-01 Bernd Schmidt <bernds_cb1@t-online.de>
10979
10980 * MAINTAINERS: Change my email address to my new work account.
10981
9082a750
MR
109822004-09-24 Michael Roth <mroth@nessie.de>
10983
10984 * configure.in (--without-headers): Add missing double quotes.
10985 * configure: Regenerate.
10986
dce2d8b2 109872004-09-24 Kelley Cook <kcook@gcc.gnu.org>
07a8bdf8
KC
10988
10989 * ylwrap: Revert to previous version.
10990
4c4a5bbc
L
109912004-09-23 H.J. Lu <hongjiu.lu@intel.com>
10992
10993 PR bootstrap/17369
10994 * Makefile.tpl (REALLY_SET_LIB_PATH): Add @SET_GCC_LIB_PATH@.
10995 (HOST_EXPORTS]): Add @SET_GCC_LIB_PATH@. Set and export
10996 SET_GCC_LIB_PATH_CMD.
10997 (BASE_TARGET_EXPORTS): Likewise.
10998 * Makefile.in: Regenerated.
10999
11000 * configure.in (SET_GCC_LIB_PATH): Set and substitute.
11001 * configure: Regenerated.
11002
85f59630
KC
110032004-09-23 Kelley Cook <kcook@gcc.gnu.org>
11004
11005 * config.guess: New upstream version
11006 * compile, depcomp, install-sh, ylwrap: Likewise.
11007
95c53c62
RS
110082004-09-19 Roger Sayle <roger@eyesopen.com>
11009
11010 * config/mh-x86omitfp: New host makefile fragment. Add
11011 -fomit-frame-pointer to the default BOOT_CFLAGS.
11012 * configure.in: Use it to speed up bootstrap on some IA-32 hosts.
11013 * configure: Regenerate.
11014
0a1c093b
AP
110152004-09-15 Andrew Pinski <pinskia@physics.uc.edu>
11016
11017 PR target/11572
11018 * configure.in (*-*-darwin*): Renable libobjc.
11019 * configure: Regenerate.
11020
315fcf97
NS
110212004-09-10 Nathan Sidwell <nathan@codesourcery.com>
11022
11023 * MAINTAINERS: Add self as c++ and type-safe vector maintainer.
11024
0a050485 110252004-09-09 Daniel Berlin <dberlin@dberlin.org>
78716e86 11026
0a050485
DB
11027 * Makefile.def: Remove libbanshee.
11028 * Makefile.tpl: Ditto.
11029 * configure.in: Ditto.
11030 * Makefile.in: Regen.
11031 * configure: Ditto.
11032
5f4a098e
DE
110332004-09-08 David Edelsohn <edelsohn@gnu.org>
11034
11035 * ltmain.sh: Use $pic_object as $non_pic_object if
11036 $non_pic_object=none.
11037
32b2511f
PB
110382004-09-07 Paolo Bonzini <bonzini@gnu.org>
11039
11040 * missing: Import latest version from master repository.
11041
fc4d0e82
NC
110422004-09-06 Nick Clifton <nickc@redhat.com>
11043
11044 * config.sub: Import latest version from master repository.
11045 * config.guess: Likewise.
11046 This includes these changes:
78716e86 11047
fc4d0e82
NC
11048 2004-08-27 Hans-Peter Nilsson <hp@axis.com>
11049
11050 * config.sub: Handle crisv32, alias etraxfs.
11051 * config.guess (crisv32:Linux:*:*): Handle.
11052
11053 2004-08-13 Brad Smith <brad@comstyle.com>
11054
11055 * config.guess (*:OpenBSD:*:*): Remove defunct MIPS machines.
11056 (sgi:OpenBSD:*:*): Emit mips64, not mipseb.
11057
11058 2004-08-11 Paul Eggert <eggert@cs.ucla.edu>
11059
11060 * config.guess (*:Darwin:*:*): If uname -p reports "unknown",
11061 assume the processor is a powerpc. This is because coreutils
11062 uname (at least versions 4.5.7 through 5.2.1) outputs "unknown"
11063 in this case, due to a MacOS X bug that causes
11064 sysctl ((int[]) {CTL_HW, HW_MACHINE_ARCH}, 2, buffer, &bufsize, 0, 0)
11065 to return a negative number.
11066 Problem reported by Petter Reinholdtsen in:
11067 http://lists.gnu.org/archive/html/bug-gnu-utils/2003-02/msg00201.html
11068
11069 2004-07-19 Ben Elliston <bje@gnu.org>
11070
11071 * config.guess (S7501:*:4.0:3.0): Handle NCR System V UNIX machine.
11072
11073 2004-06-24 Ben Elliston <bje@gnu.org>
11074
11075 * config.guess: Update copyright years.
11076 * config.sub: Likewise.
11077
11078 2004-06-22 Robert Millan <robertmh@gnu.org>
11079
11080 * config.guess (*:FreeBSD:*:*): Remove check for glibc (unneeded
11081 since GNU/kFreeBSD systems match *:GNU/*:*:* instead).
11082
11083 2004-06-22 Stanley F. Quayle <stan@stanq.com>
11084
11085 * config.guess (*:*VMS:*:*): New entry. Replaces
11086 Alpha:OpenVMS:*. Recognize and advertise all VMS flavors as dec
11087 manufacturer.
11088
11089 2004-06-22 Ben Elliston <bje@gnu.org>
11090
11091 * config.guess: Cray fixes from Wendy Palm <wendyp@cray.com>.
11092 * config.sub: Likewise.
11093
11094 2004-06-22 Ben Elliston <bje@gnu.org>
11095
11096 Reported by Hans-Peter Nilsson <hp@bitrange.com>:
11097 * config.sub: Correctly handle mmix-knuth and mmix-knuth-mmixware.
11098
11099 2004-06-11 Ben Elliston <bje@gnu.org>
11100
11101 * config.guess (pegasos:OpenBSD:*:*): Remove.
11102
11103 2004-06-11 Ben Elliston <bje@gnu.org>
11104
11105 From Wouter Verhelst <wouter@grep.be>:
11106 * config.guess (M68*:*:R3V[5678]:*): Detect R3V8.
11107
11108 2004-06-11 Ben Elliston <bje@gnu.org>
11109
11110 * config.guess (luna88k:OpenBSD:*:*): New.
11111
11112 2004-03-12 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
11113
11114 * config.guess (m32r*:Linux:*:*): New case.
11115 * config.sub: Handle m32rle.
11116
11117 2004-03-12 Ben Elliston <bje@wasabisystems.com>
11118
11119 From Jens Petersen <petersen@redhat.com>:
11120 * config.sub: Handle sparcv8.
11121
11122 2004-03-03 Ben Elliston <bje@wasabisystems.com>
11123
11124 From Tom Smith <smith@cag.lkg.hp.com>:
11125 * config.guess: Version suffixes are equally significant on Tru64
11126 V4.* and V5.*, so do not ignore them on V5.*. Handle a version
11127 prefix of "P" (patched kernel).
11128
11129 2004-02-23 Tal Agmon <Tal.Agmon@nsc.com>
11130
11131 * config.sub: Add support for National Semiconductor CRX target.
11132
2f4cc6bf
JJ
111332004-09-03 Janis Johnson <janis187@us.ibm.com>
11134
11135 * MAINTAINERS (Various Maintainers): Remove myself as web page
11136 maintainer, add myself as maintainer of build status lists.
11137
61fec9ff
JB
111382004-09-03 Jan Beulich <jbeulich@novell.com>
11139
11140 * configure.in: Remove target-libstdc++-v3 from noconfigdirs for
11141 *-*-netware, but add target-libmudflap.
11142 Consolidate *-*-netware targets (of which really only i?86 exists)
11143 into a single entry.
11144 * configure: Likewise.
11145
45f366ab
PB
111462004-09-01 Paolo Bonzini <bonzini@gnu.org>
11147
11148 * Makefile.tpl (sorry): Remove.
11149 (clean-stage[+id+], clean-stage[+id+]-module): New targets.
11150 (cleanstrap targets): Depend on distclean, not distclean-stage1.
11151 (do-clean): Clean per-stage directories too.
11152 (do-distclean): Run distclean-stage1 too.
11153 (.NOTPARALLEL): Enable during toplevel bootstrap.
11154 (stage[+id+]-bubble): Enable parallel execution during
11155 the recursive invocation.
11156 * Makefile.in: Regenerate.
11157
11158 Fix previous checkin:
11159
11160 * Makefile.tpl: Move BOOT_CFLAGS above host makefile fragment
11161 include.
11162 * configure.in: Fix indentation.
11163 * configure: Regenerate.
11164
dce2d8b2 111652004-08-31 Robert Bowdidge <bowdidge@apple.com>
be8fff81 11166
45f366ab
PB
11167 * Makefile.in: Move BOOT_CFLAGS above host makefile fragment include.
11168 * configure.in: add test for powerpc-*-darwin* to specify makefile frag
11169 * configure: regenerate
78716e86 11170 * config/mh-ppc-darwin: create file, override BOOT_CFLAGS for
191dd2c9 11171 -mdynamic-no-pic
be8fff81 11172
71b5d516
PB
111732004-08-31 Paolo Bonzini <bonzini@gnu.org>
11174
11175 * Makefile.def (build_modules): Add fixincludes.
11176 (dependencies): Make gcc depend on fixincludes.
11177 * configure.in (build_tools): Add fixincludes.
11178 (build_configdirs): Always include build_libs.
11179 * Makefile.in: Regenerate.
11180 * configure: Regenerate.
11181
111822004-08-30 Paolo Bonzini <bonzini@gnu.org>
ce521a9c
PB
11183
11184 * Makefile.def (bootstrap stages): Add 'lean' parameter.
11185 * Makefile.tpl (configure-stageN-*, all-stageN-*): Turned into
11186 phony targets; do not generate timestamp files.
11187 (distclean-stageN): Remove references to their timestamp files.
11188 (restageN, touch-stageN): Remove.
11189 (stageN-bubble): Rewritten.
11190 (compare): Support lean bootstraps.
11191 * Makefile.in: Regenerate.
11192
11193 * configure.in: Only warn when bootstrapping but
11194 build != host or build != target. Support lean bootstraps.
11195 * configure: Regenerate.
11196
ce7cbbb0
PE
111972004-08-26 Phil Edwards <phil@codesourcery.com>
11198
11199 * configure.in: Give a better error message if GMP/MPFR are missing
11200 and a language needing them has been requested.
11201 * configure: Regenerated.
11202
9c71a529
PE
112032004-08-25 Phil Edwards <phil@codesourcery.com>
11204
11205 * configure.in: Print a list of available language front-ends if
11206 a requested one is missing. Tidy stray tab characters.
11207 * configure: Regenerated.
11208
e3f92d3b
MK
112092004-08-19 Michael Koch <konqueror@gmx.de>
11210
11211 * gcc/doc/install.texi: Update entry about automake for libjava.
11212
c3f84f61
RM
112132004-08-17 Robert Millan <robertmh@gnu.org>
11214
11215 * configure.in: In noconfigdirs check, match GNU/k*BSD with GNU/Linux
11216 (instead of FreeBSD).
11217 * configure: Regenerate.
11218
7c27e184
PB
112192004-08-16 Paolo Bonzini <bonzini@gnu.org>
11220
11221 * Makefile.in: Regenerate.
11222 * configure: Regenerate.
11223
11224 * Makefile.def (bootstrap-stage): Rename extra_*_flags to
11225 stage_*_flags.
11226 * Makefile.tpl (configure-[+module+], all-[+module+]): Exit
11227 for bootstrapped modules if toplevel bootstrap is going.
11228 (GCC bootstrap): Generate per-stage targets for all bootstrapped
11229 modules. Adjust for changes in Makefile.def. Enable several
11230 rules even in non-bootstrap mode, just to avoid peppering the
11231 template with unnecessary "@if/@endif gcc-bootstrap" pairs.
11232 (stage-[+prev+]-bubble): Remove.
11233
11234 * Makefile.def (Dependencies): Depend on all-build-bison,
11235 all-build-flex, all-build-byacc, all-build-texinfo, rather
11236 than the host variations.
11237 * Makefile.tpl (BUILD_DIR_PREFIX): Remove. Replace throughout
11238 with BUILD_SUBDIR.
11239 (BISON): Update for recent Bisons.
11240 (YACC): Fix typo.
11241 (cross): Depend on all-build.
11242 (all): Do not depend on all-build.
11243 (prebootstrap): Remove.
11244 (dep-kind): Accept separate prefixes for MODULE and ON variables.
11245 (Prebootstrap dependencies): Add them to the per-stage targets
11246 and to all-prebootstrap.
11247 * configure.in (build_configdirs): Always enable build_tools.
11248 (BUILD_DIR_PREFIX): Remove.
11249
11250 * Makefile.def (gcc): Add target variable.
11251 (gdb, expect, guile, tk, tix): Replace with_x with extra_make_flags.
11252 * Makefile.tpl (Autogenerated `all-*' targets): Invoke $(TARGET-*)
11253 in the recursive `make', instead of hardwiring `all'.
11254 (Autogenerated TARGET-* variables): New.
11255
20f3bb80
BB
112562004-08-13 Brian Booth <bbooth@redhat.com>
11257
11258 * MAINTAINERS: Remove myself from write-after-approval.
11259
b5be499d
NN
112602004-08-12 Nathanael Nerode <neroden@gcc.gnu.org>
11261
11262 * src-release: Stop distributing mmalloc with gdb (which doesn't
11263 use it).
11264 * Makefile.def: GDB doesn't depend on mmalloc anymore.
11265 * Makefile.in: Regenerate.
11266
b3f8d95d
MM
112672004-08-09 Mark Mitchell <mark@codesourcery.com>
11268
11269 * configure.in (arm*-*-eabi*): New target.
11270 * configure: Regenerate.
11271
3589b69e
PB
112722004-08-06 Paolo Bonzini <bonzini@gnu.org>
11273
11274 * Makefile.def (bfd, opcodes, gcc, zlib): Mark as bootstrap module.
11275 (bison, byacc, flex, texinfo): Do not mark as bootstrap module.
11276 (Dependencies): New section.
11277 * Makefile.tpl (Dependencies): Generate from Makefile.def.
11278 (configure-target-[+module+]): Depend on maybe-all-gcc
11279 (all-prebootstrap): New name of all-bootstrap. Changed throughout.
11280 (toplevel profiledbootstrap): Fix dependencies.
11281 * Makefile.in: Regenerate.
11282
972974fc
MM
112832004-08-03 Mark Mitchell <mark@codesourcery.com>
11284
11285 * configure.in (arm*-*-symbianelf*): Add ${libgcj} and
11286 target-libiberty to noconfigdirs.
11287 * configure: Regenerate.
11288
bebf829d
PB
112892004-08-03 Paul Brook <paul@codesourcery.com>
11290
11291 * configure.in: Check for MPFR as well as GMP.
11292 * configure: Regenerate.
11293
98a5bb3b
RM
112942004-08-01 Robert Millan <robertmh@gnu.org>
11295
11296 * configure.in: Turn mt-linux into mt-gnu. Use mt-gnu and enable
11297 libmudflap for all GNU-based systems (with Glibc).
11298 * configure: Regenerate.
11299
dce2d8b2 113002004-08-03 Paolo Bonzini <bonzini@gnu.org>
d32ab992
PB
11301
11302 * Makefile.def (host-modules): Add gcc.
11303 * Makefile.in: Regenerate.
11304 * Makefile.tpl (sorry): New rule.
11305 (configure-host, all-host, [+make_target+]-host, do-check,
11306 install-host): Do not add gcc as a special case.
11307 (host modules): Add a small special-casing for gcc. Export
11308 extra_make_flags through the environment.
11309 (maybe-configure-gcc, configure-gcc, maybe-all-gcc, all-gcc,
11310 maybe-check-gcc, check-gcc, maybe-install-gcc, install-gcc,
11311 other recursive targets for gcc): Remove.
11312
11313 (all, do-[+make_target+], do-check): Wrap between unstage and stage.
11314 (stage, unstage): New rules.
11315 (stage[+id+]-start, stage[+id+]-end, [+compare-target+],
11316 distclean-stage[+id+]): Use stage_current.
11317 ([+bootstrap-target+], profiledbootstrap): Do not invoke manually
11318 the stage*-start rules.
11319
aeb732c1
GK
113202004-08-02 Geoffrey Keating <geoffk@apple.com>
11321
11322 * ltcf-cxx.sh: On Darwin, make archive multi-module, and don't
11323 use -all_load flag.
11324
25b656e7
PB
113252004-08-02 Paolo Bonzini <bonzini@gnu.org>
11326
11327 * configure.in: Sync from src, add noconfigdirs for crx-*-*.
11328 * configure: Regenerate.
11329
cc440d71
TM
113302004-07-16 Toon Moene <toon@moene.indiv.nluug.nl>
11331
11332 * maintainer-scripts/gcc_release: Revert yesterday's change.
11333
270e140b
SB
113342004-07-16 Segher Boessenkool <segher@kernel.crashing.org>
11335
11336 * MAINTAINERS: Add myself to write-after-approval.
11337
3e4035f8
TM
113382004-07-15 Toon Moene <toon@moene.indiv.nluug.nl>
11339
11340 * libf2c: Removed.
11341 * gcc/gccbug.in: Updated because of libf2c removal.
11342 * maintainer-scripts/gcc_release: Ditto.
11343
dce2d8b2 113442004-07-09 Loren J. Rittle <ljrittle@acm.org>
a3e8d8b4
LR
11345
11346 * configure.in: Build libmudflap by default on FreeBSD.
11347 * configure: Regenerated.
11348
dfcada9a
MM
113492004-07-09 Mark Mitchell <mark@codesourcery.com>
11350
11351 * configure.in: Do not build libmudflap by default on non-GNU/Linux
11352 systems.
11353 * configure: Regenerated.
11354
dce2d8b2 113552004-07-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3922b216
JDA
11356
11357 PR target/16344
11358 * Makefile.tpl (profiledbootstrap): Build runtime libraries with
11359 feedback based compiler.
11360 * Makefile.in: Rebuilt.
11361
95bcca47
AO
113622004-07-08 Alexandre Oliva <aoliva@redhat.com>
11363
11364 * Makefile.def (host_modules): Set bootstrap=true for flex.
11365 * Makefile.tpl (all-gcc): Depend on texinfo and flex.
11366 * Makefile.in: Rebuilt.
11367
051822f6
JH
113682004-07-07 Jan Hubicka <jh@suse.cz>
11369
11370 * MAINTAINERS: Add self as a profile feedback maintainer.
11371
7b61653a
PE
113722004-07-05 Phil Edwards <phil@codesourcery.com>
11373
11374 * configure.in: Do not prepend $srcdir to /dev/null in
11375 makefile fragments.
11376 * configure: Regenerate.
11377
23f6b2f9
PB
113782004-07-01 Paolo Bonzini <bonzini@gnu.org>
11379
11380 * Makefile.def (build_modules): Add bison, byacc, flex,
11381 m4, texinfo.
11382 (flags_to_pass): Add FLEX.
11383 * Makefile.tpl (BUILD_DIR_PREFIX, BASE_EXPORTS): New.
11384 (BUILD_EXPORTS, HOST_EXPORTS, BASE_TARGET_EXPORTS): Include it.
11385 (DEFAULT_YACC, USUAL_YACC, DEFAULT_LEX, USUAL_LEX, DEFAULT_M4,
11386 DEFAULT_MAKEINFO): Remove.
11387 (CONFIGURED_YACC, CONFIGURED_FLEX, CONFIGURED_BISON,
11388 CONFIGURED_LEX, CONFIGURED_M4, CONFIGURED_MAKEINFO): Substitute.
11389 (YACC, FLEX, BISON, LEX, M4, MAKEINFO): Define to look into
11390 objdir or else use configured tool.
11391 (all-build): New.
11392 (all): Depend on it.
11393 (Build module dependencies): Add.
11394 * Makefile.in: Regenerate.
11395 * configure.in: Better support for multiple build modules,
11396 matching what is done for host/target modules. Do not look
11397 for "plausible" locations of build tools if Canadian cross.
11398 Use autoconf's AC_PROG_CC to find a C compiler. Define
11399 BUILD_DIR_PREFIX. Look for flex, makeinfo and m4.
11400 * configure: Regenerate.
78716e86 11401
1c020272
PB
114022004-06-22 Paolo Bonzini <bonzini@gnu.org>
11403
11404 * Makefile.tpl (HOST_EXPORTS): Fix pasto.
11405 * Makefile.in: Regenerate.
11406
a52a0a7f
PB
114072004-06-22 Paolo Bonzini <bonzini@gnu.org>
11408
11409 * Makefile.tpl (configure-build-[+module+],
11410 configure-[+module+], configure-target-[+module+]): Pass
11411 [+extra_configure_args+].
11412 (all-build-[+module+], all-[+module+], check-[+module+],
11413 install-[+module+], [+make_target+]-[+module+],
11414 all-target-[+module+], check-target-[+module+],
11415 install-target-[+module+], [+make_target+]-target-[+module+]):
11416 Pass [+extra_make_args+].
11417 (HOST_EXPORTS): Include the former GCC_HOST_EXPORTS.
11418 (GCC_HOST_EXPORTS): Remove.
11419 (configure-gcc, all-gcc, GCC_STRAP_TARGETS, profiledbootstrap,
11420 cross, check-gcc, check-gcc-c++, install-gcc,
11421 gcc-no-fixedincludes, [+make_target+]-gcc, stage[+id+]-bubble):
11422 Replace GCC_HOST_EXPORTS with HOST_EXPORTS.
11423 * Makefile.in: Regenerate.
11424
ccde3f1a
MS
114252004-06-21 Matthew Sachs <msachs@apple.com>
11426
11427 * MAINTAINERS: Added self to write-after-approval.
11428
6264b0a6
CF
114292004-06-21 Christopher Faylor <cgf@alum.bu.edu>
11430
11431 * configure.in: Check for srcdir/winsup rather than build directory
11432 winsup.
11433 * configure: Regenerate.
11434
801e2270
CV
114352004-06-17 Corinna Vinschen <vinschen@redhat.com>
11436
11437 * configure.in: Don't build Cygwin native newlib if winsup
11438 directory is missing. Emit warning instead.
11439 * configure: Regenerate.
11440
ad6717df
PB
114412004-06-09 Paolo Bonzini <bonzini@gnu.org>
11442
11443 * Makefile.tpl (touch-stage[+id+]): New.
11444 (restage[+prev+]): Depend on touch-stage[+id+].
11445
11446 * Makefile.tpl (RECURSE_FLAGS_TO_PASS): New.
11447 Use it throughout.
11448
11449 * Makefile.def: Add profile and feedback bootstrap stages.
11450 Remove next field from bootstrap stages.
11451 * Makefile.tpl (LN, LN_S): Substitute.
11452 (stageN-start, stageN-end): Use double-colon rules, to
11453 provide a hook for additional setup commands.
11454 (distclean-stageN-gcc, restageN): Create dependencies from
11455 [+prev+], not from [+next+].
11456 (stageN-bubble): Add commands for successive stages from
11457 [+prev+], using double-colon rules.
11458 (all-stageN-gcc): Fix typo.
11459 (stagefeedback-start, profiledbootstrap): New.
11460 * Makefile.in: Regenerate.
11461 * configure.in: Call ACX_PROG_LN.
11462 * configure: Regenerate.
11463
5bbb9680
CY
114642004-06-08 Canqun Yang <canqun@nudt.edu.cn>
11465
11466 * MAINTAINERS (Write After Approval): Add myself.
11467
e18be1d4
MA
114682004-06-03 Mark G. Adams <mark.g.adams@sympatico.ca>
11469
11470 * MAINTAINERS (Write After Approval): Add myself.
11471
5607edfd
PB
114722004-06-03 Paolo Bonzini <bonzini@gnu.org>
11473
11474 * configure.in: Fix --enable-bootstrap breakage introduced in trees
11475 without gcc.
11476 * configure: Regenerate.
11477
1ec4e9c3
PB
114782004-06-01 Paolo Bonzini <bonzini@gnu.org>
11479
11480 * Makefile.tpl: Fix typo.
11481 * Makefile.in: Regenerate.
11482
dce2d8b2 114832004-06-01 Paolo Bonzini <bonzini@gnu.org>
c2f7605f
PB
11484
11485 * configure.in: Remove new- prefix from toplevel
11486 bootstrap targets.
11487 * configure: Regenerate.
11488
f516a7da
PB
114892004-06-01 Paolo Bonzini <bonzini@gnu.org>
11490
11491 * Makefile.tpl (all.normal): Rename to all.
11492 (all): Replace with a rule to pick the default
11493 target from configure.
11494 (all-gcc, configure-gcc): Use conditionals to
11495 do nothing when toplevel bootstrap is going on.
11496 (GCC directory bootstrap) [gcc-bootstrap]: Disable.
11497 (Toplevel bootstrap) [gcc-no-bootstrap]: Disable.
11498 * configure.in: Support --enable-bootstrap.
11499
11500 * Makefile.def: Remove new- prefix from toplevel
11501 bootstrap targets.
11502 * Makefile.tpl: Likewise.
11503
11504 * Makefile.def: Add bootstrap_stage 4. Add bootstrap2
11505 target.
11506
11507 * Makefile.tpl (Toplevel bootstrap): Pass $(BASE_FLAGS_TO_PASS)
11508 $(RECURSE_FLAGS) to recursive invocation of make.
11509
11510 * Makefile.in: Regenerate.
11511 * configure: Regenerate.
11512
78dd5e36 115132004-05-30 Andreas Jaeger <aj@suse.de>
dce2d8b2 11514 Jim Wilson <wilson@specifixinc.com>
78dd5e36
AJ
11515
11516 * config-ml.in: Pass FFLAGS and ADAFLAGS for multilibs, handle F77
11517 like CC.
11518
30f1bddc
DJ
115192004-05-27 Daniel Jacobowitz <dan@debian.org>
11520
11521 * configure.in: Fix sed invocation for GFORTRAN_FOR_TARGET.
11522 * configure: Regenerate.
11523
4fc4dd12
DJ
115242004-05-25 Daniel Jacobowitz <drow@false.org>
11525
11526 * Makefile.tpl (BUILD_EXPORTS, HOST_EXPORTS, GCC_HOST_EXPORTS)
11527 (STAGE_HOST_EXPORTS, BASE_TARGET_EXPORTS, RAW_CXX_TARGET_EXPORTS)
11528 (NORMAL_TARGET_EXPORTS): New macros. Use them in all the recursive
11529 targets.
11530 * Makefile.in: Regenerate.
11531
dce2d8b2 115322004-05-24 Paolo Bonzini <bonzini@gnu.org>
148907ea
PB
11533
11534 * configure.in: Test the ability to symlink directories.
11535 * configure: Regenerate.
11536
11537 * Makefile.def (bootstrap-stage): New definitions.
11538 * Makefile.tpl (configure-stage1-gcc,
11539 configure-stage2-gcc, configure-stage3-gcc,
11540 all-stage1-gcc, all-stage2-gcc, all-stage3-gcc,
11541 new-bootstrap, new-cleanstrap, new-restage1, new-restage2,
11542 new-restage3, compare): Autogenerate, see Makefile.in
11543 entry for behavioral changes.
11544 (distclean-stage1, new-stage1-start, new-stage1-end,
11545 new-stage1-bubble, distclean-stage2, new-stage2-start,
11546 new-stage2-end, new-stage2-bubble, distclean-stage3,
11547 new-stage3-start, new-stage3-end): New autogenerated targets.
11548 (objext, prebootstrap, BOOT_CFLAGS,
11549 POSTSTAGE1_FLAGS_TO_PASS): Move above the autogenerated
11550 targets.
11551
11552 * Makefile.in: Regenerate.
11553 (distclean-stage1, new-stage1-start, new-stage1-end,
11554 new-stage1-bubble, distclean-stage2, new-stage2-start,
11555 new-stage2-end, new-stage2-bubble, distclean-stage3,
11556 new-stage3-start, new-stage3-end): New targets.
11557 (all-stage1-gcc): Move prebootstrap dependency from here...
11558 (configure-stage1-gcc): ...to here.
11559 (new-bootstrap): Use bubble targets.
11560 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11561 Use per-stage distclean targets.
11562 (configure-stage1-gcc, configure-stage2-gcc,
11563 configure-stage3-gcc, all-stage1-gcc,
11564 all-stage2-gcc, all-stage3-gcc, new-bootstrap):
11565 Use new-stageN-start to prepare the tree.
11566
4f4e53dd
PB
115672004-05-23 Paolo Bonzini <bonzini@gnu.org>
11568
11569 * Makefile.def (host_modules): add libcpp.
11570 * Makefile.tpl: Add dependencies on and for libcpp.
11571 * Makefile.in: Regenerate.
11572 * configure.in: Add libcpp host module.
11573 * configure: Regenerate.
11574
60975492
PB
115752004-05-21 Paolo Bonzini <bonzini@gnu.org>
11576
11577 * Makefile.tpl: Whenever a recursive target is defined, wrap
11578 it in a special @if/@endif block, and prepare its maybe
11579 dependency in the @if/@endif block
11580 * configure.in: Instead of writing maybe dependencies, remove
11581 the @if/@endif statements, and remove the @if/@endif blocks
11582 that remain.
11583 * configure: Regenerate.
11584 * Makefile.in: Regenerate.
11585
5ce7d75d
JJ
115862004-05-20 Janis Johnson <janis187@us.ibm.com>
11587
11588 * MAINTAINERS (Various Maintainers): Add myself for compat testsuite.
11589
c779c42f
KK
115902004-05-18 Kaz Kojima <kkojima@gcc.gnu.org>
11591
11592 PR bootstrap/15120
11593 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on sh*.
11594 * */configure: Rebuilt.
11595
b4117c30
ZW
115962004-05-17 Zack Weinberg <zack@codesourcery.com>
11597
11598 * Makefile.def, Makefile.tpl, configure.in: Remove all mention
11599 of libf2c.
11600 * configure, Makefile.in: Regenerate.
11601
719bb4e3 116022004-05-13 Tobias Schlüter <tobi@gcc.gnu.org>
75089d48
TS
11603
11604 * MAINTAINERS (Write After Approval): Add myself.
11605
6de9cd9a
DN
116062004-05-13 Diego Novillo <dnovillo@redhat.com>
11607
11608 Merge from tree-ssa-20020619-branch.
11609
11610 * Makefile.def: Add libbanshee, libmudflap and libgfortran.
11611 * Makefile.tpl (BUILD_CONFIGDIRS): Add libbanshee.
11612 (HOST_GMPLIBS): Define.
11613 (HOST_GMPINC): Define.
11614 (TARGET_LIB_PATH): Add libmudflap.
11615 (GFORTRAN_FOR_TARGET): Define.
11616 (configure-build*): Export GFORTRAN.
11617 (configure-gcc): Export GMPLIBS and GMPINC.
11618 (all-gcc): Add maybe-all-libbanshee.
11619 (configure-target-libgfortran): Define.
11620 * Makefile.in: Regenerate.
11621 * configure.in (host_libs): Add libbanshee.
11622 (target_libraries): Add target-libmudflap and target-libgfortran.
11623 Add --with-libbanshee.
11624 Handle --disable-libmudflap.
11625 (*-*-freebsd*): Use with_gmp.
11626 Add $(libgcj) to noconfigdirs.
11627 * configure: Regenerate.
11628 * depcomp: New file.
11629 * MAINTAINERS: Add tree-ssa maintainers.
11630
8f1b790f
VM
116312004-05-04 Vladimir Makarov <vmakarov@redhat.com>
11632
b4117c30 11633 * MAINTAINERS (Various Maintainers): Add myself.
8f1b790f 11634
693446fc
BF
116352004-04-30 Brian Ford <ford@vss.fsi.com>
11636
b4117c30 11637 * MAINTAINERS (Write After Approval): Add myself.
693446fc 11638
d1bb666c
UB
116392004-04-29 Uros Bizjak <uros@kss-loka.si>
11640
b4117c30 11641 * MAINTAINERS (Write After Approval): Add myself.
d1bb666c 11642
6cf1ac42
PB
116432004-04-28 Paolo Bonzini <bonzini@gnu.org>
11644
11645 * config/acx.m4: Fix fastcompare support for new-bootstrap.
11646 * configure: Regenerate.
11647
632933d5
PB
116482004-04-27 Paolo Bonzini <bonzini@gnu.org>
11649
11650 Revert:
11651 2004-04-26 Paolo Bonzini <bonzini@gnu.org>
11652
11653 * Makefile.def (flags_to_pass): Remove *dir variables that
11654 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11655 as well as prefix and exec_prefix.
11656 * Makefile.in: Regenerate.
11657
80dc6aa0
RM
116582004-04-26 Robert Millan <robertmh@gnu.org>
11659
11660 Add patches from libtool CVS.
11661 * libtool.m4: Add kfreebsd*-gnu and knetbsd*-gnu.
11662 * ltconfig: Likewise.
11663 * ltcf-c.sh: Likewise.
11664 * ltcf-cxx.sh: Likewise.
11665 * ltcf-gcj.sh: Likewise.
11666
e11283f1
PB
116672004-04-26 Paolo Bonzini <bonzini@gnu.org>
11668
11669 * Makefile.def (host_modules): Mark with the bootstrap
11670 flag packages on which gcc depends.
11671 * Makefile.tpl (all-bootstrap): Use it.
11672 * Makefile.in: Regenerate.
11673
8546950c
PB
116742004-04-26 Paolo Bonzini <bonzini@gnu.org>
11675
11676 * Makefile.def (flags_to_pass): Remove *dir variables that
11677 are passed to the modules via TOPLEVEL_CONFIGURE_ARGUMENTS,
11678 as well as prefix and exec_prefix.
11679 * Makefile.in: Regenerate.
11680
a76494aa
PB
116812004-04-26 Paolo Bonzini <bonzini@gnu.org>
11682
b4117c30
ZW
11683 * configure.in: Invoke ACX_PROG_CMP_IGNORE_INITIAL.
11684 * configure: Regenerate.
11685 * config/acx.m4: Mutuate ACX_PROG_CMP_IGNORE_INITIAL from gcc.
11686 * gcc/Makefile.tpl (compare): Use the result of the test.
11687 * gcc/Makefile.in: Regenerate.
a76494aa 11688
03a91701
PB
116892004-04-23 Paolo Bonzini <bonzini@gnu.org>
11690
11691 * Makefile.tpl (all-stage1-gcc, all-stage2-gcc, all-stage3-gcc):
11692 Always relocate gcc and prev-gcc to the original names, even
11693 if the build fails.
11694 (new-cleanstrap, new-restage1, new-restage2, new-restage3):
11695 New targets.
11696
082a6351
LG
116972004-04-23 Laurent GUERBY <laurent@guerby.net>
11698
11699 * MAINTAINERS: Update my email address.
b4117c30 11700
1f1d584b
RO
117012004-04-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11702
11703 * configure.in (mips*-*-irix5*): Enable ld.
11704 * configure: Regenerate.
082a6351 11705
1db673ca
RO
117062004-04-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11707
11708 * configure: Regenerate.
11709
ce4ea44e
JW
117102004-04-15 James E Wilson <wilson@specifixinc.com>
11711
11712 * Makefile.tpl (configure-[+module+], configure-gcc,
11713 configure-stage1-gcc, configure-stage2-gcc, configure-stage3-gcc):
11714 Set and export LDFLAGS.
11715 * Makefile.in: Regenerate.
11716
611f62ad
MC
117172004-04-12 Michael Chastain <mec.gnu@mindspring.com>
11718
b4117c30 11719 * MAINTAINERS: Add myself to write-after-approval.
611f62ad 11720
be912515
NN
117212004-04-09 Nathanael Nerode <neroden@gcc.gnu.org>
11722
11723 PR bootstrap/14871
11724 * Makefile.tpl: If we don't have built-in-tree target tools,
11725 use the ones found by configure rather than hacking around with
11726 program_transform_name.
11727 * configure.in: Give Makefile.tpl the information necessary
11728 to do that.
11729 * Makefile.in: Regenerate.
11730 * configure: Regenerate.
11731
9104315a
NN
117322004-04-06 Nathanael Nerode <neroden@gcc.gnu.org>
11733
11734 PR bootstrap/14760
11735 * configure.in: When computing baseargs, strip *all* copies of
11736 offending options. Also, don't match/substitute the trailing space,
11737 so that this actually works when two similar options are separated by
11738 only one space.
11739 * configure: Regenerate.
11740
bef1d700
DE
117412004-04-06 David Edelsohn <edelsohn@gnu.org>
11742
b4117c30
ZW
11743 * configure.in (powerpc-*-aix*): Remove target-libada from noconfigdirs.
11744 (rs6000-*-aix*): Same.
11745 * configure: Regenerate.
bef1d700 11746
54bcf05e 117472004-04-05 Ranjit Mathew <rmathew@hotmail.com>
b4117c30
ZW
11748
11749 * MAINTAINERS: Add myself to write-after-approval.
54bcf05e 11750
369a832c 117512004-04-03 Bud Davis <bdavis9659@comcast.net>
b4117c30
ZW
11752
11753 * MAINTAINERS: Add myself to write-after-approval.
369a832c 11754
09a9c095
NN
117552004-03-24 Nathanael Nerode <neroden@gcc.gnu.org>
11756
7caf53cb
NN
11757 * Makefile.tpl (top level bootstrap support): Remove now-unneeded
11758 STRICT_WARN, WARN_CFLAGS flags passed down to make.
11759 * Makefile.in: Regenerate.
11760
09a9c095
NN
11761 * configure.in (top level bootstrap support): Rework --enable-werror
11762 to set @stage2_werror_flag@.
11763 * configure: Regenerate.
11764 * Makefile.tpl (top level bootstrap support): Pass
11765 @stage2_werror_flag@ down to configure in stages 2 and 3.
11766 * Makefile.in: Regenerate.
11767
5595a2bd
NN
117682004-03-23 Nathanael Nerode <neroden@gcc.gnu.org>
11769
cbfd7e06
NN
11770 * Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure
11771 for stages 2 and 3 as well as in make. As a consequence, remove
11772 OUTPUT_OPTION (now detected by configure) from the flags passed down
11773 to make.
11774 * Makefile.in: Regenerate.
11775
5595a2bd
NN
11776 * Makefile.tpl (new-bootstrap): Fix typo.
11777 * Makefile.in: Regenerate.
11778
ca3b3e20
NN
117792004-03-22 Nathanael Nerode <neroden@gcc.gnu.org>
11780
295f4e42
NN
11781 * Makefile.tpl: Rearrange by moving recursive_targets rules
11782 into their proper sections.
11783 * Makefile.tpl (top level bootstrap support): Move disabling
11784 of coverage flags from 'make' to 'configure'; improve comments.
11785 * Makefile.in: Regenerate.
11786
340de83f
NN
11787 * Makefile.tpl (experimental top level bootstrap) Move stage1
11788 language setting from all- target to configure- target; disable
11789 intermodule optimization in stage 1; prevent gratuitous rebuilds
11790 of stage 1.
11791 * Makefile.in: Regenerate.
11792 * configure.in: Comma-separate stage 1 language list for top
11793 level bootstrap.
11794 * configure: Regenerate.
11795
ca3b3e20
NN
11796 * Makefile.tpl: Clean up experimental top level bootstrap support:
11797 note known problems; set CONFIG_SHELL; don't set BUILD_CC; relocate
11798 prev-gcc in configure- targets as well as all- targets.
11799 * Makefile.in: Regenerate.
11800
4d038073
KC
118012004-03-21 Kelley Cook <kcook@gcc.gnu.org>
11802
11803 * compile: New file imported from automake.
11804
ab3533d6
PB
118052004-03-17 Paolo Bonzini <bonzini@gnu.org>
11806
11807 * configure.in: Remove symbolic link section.
11808 * configure: Regenerate.
11809 * Makefile.tpl (links): Remove.
11810 * Makefile.in: Regenerate.
11811
1e0f07d3 118122004-03-15 Paolo Bonzini <bonzini@gnu.org>
b4117c30 11813 Nathanael Nerode <neroden@gcc.gnu.org>
1e0f07d3
PB
11814
11815 * configure.in (DEFAULT_YACC, DEFAULT_M4, DEFAULT_LEX):
b4117c30 11816 Set with AC_CHECK_PROGS.
1e0f07d3
PB
11817 * configure.in: Fix comment typo from last patch.
11818 * configure: Regenerate.
11819
2805b53a
NN
118202004-03-15 Nathanael Nerode <neroden@gcc.gnu.org>
11821
11822 * Makefile.tpl: Introduce experimental top level bootstrap support.
11823 * Makefile.in: Regenerate.
11824 * configure.in: Introduce support for top level bootstrap.
11825 * configure: Regenerate.
11826
79b4b7d2 118272004-03-12 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11828 Paolo Bonzini <bonzini@gnu.org>
79b4b7d2
EB
11829
11830 PR bootstrap/14522
11831 * configure.in: Cope with shells that do not support unquoted ^
11832 * configure: Regenerate.
11833
6bbec498 118342004-03-11 Eric Botcazou <ebotcazou@gcc.gnu.org>
b4117c30 11835 Paolo Bonzini <bonzini@gnu.org>
6bbec498
EB
11836
11837 PR bootstrap/14522
79b4b7d2 11838 * configure.in: Cope with shells that do not support nesting
6bbec498
EB
11839 quotes inside quoted backquote substitutions.
11840 * configure: Regenerate.
11841
83c15dfc
AP
118422004-03-10 Andrew Pinski <pinskia@physics.uc.edu>
11843
11844 PR bootstrap/14522
f2bd98d4 11845 * configure.in: Fix escaping of $.
83c15dfc
AP
11846 * configure: Regenerate.
11847
55ffb5ed
NN
118482004-03-11 Nathanael Nerode <neroden@gcc.gnu.org>
11849
11850 * configure: Regenerate, since I forgot to while committing Paolo's
11851 changes.
11852
e4c9c075
PB
118532004-03-08 Paolo Bonzini <bonzini@gnu.org>
11854
11855 PR ada/14131
11856 Move language detection to the top level.
11857 * configure.in: Find default values for the tools as
11858 soon as possible. Disable ada if GNAT is not found.
11859 Emit error message about missing languages. Expand
11860 --enable-languages=all for the gcc subdirectory.
11861
5199e2c6
BE
118622004-03-10 Ben Elliston <bje@gnu.org>
11863
11864 * MAINTAINERS: Update my email address.
11865
c18b95e5
DE
118662004-03-05 David Edelsohn <edelsohn@gnu.org>
11867
11868 * ltconfig: Disable building static libraries if building shared
11869 libraries on AIX 5L.
11870
d0fe5ad3
RS
118712004-03-01 Richard Sandiford <rsandifo@redhat.com>
11872
11873 * configure.in (mips64*-*-linux*): Override mips*-*-linux* case
11874 and disable libgcj.
11875 * configure: Regenerated.
11876
e6f71f9d
BB
118772004-03-01 Brian Booth <bbooth@redhat.com>
11878
11879 * MAINTAINERS: Add myself to write-after-approval.
11880
8983e50e
PB
118812004-03-01 Paolo Bonzini <bonzini@gnu.org>
11882
11883 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11884
d4cd9d81
NN
118852004-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
11886
11887 PR bootstrap/7087
11888 * Makefile.tpl: Guard XFOO sed statements better.
11889 * Makefile.tpl: Add dependency for configure-target-libada.
11890 * Makefile.in: Regenerate (incidentally fixes broken
11891 commit when libada-branch was merged).
11892
0ea0229e
KC
118932004-02-25 Kelley Cook <kcook@gcc.gnu.org>
11894
11895 * MAINTAINERS: Add myself to write-after-approval.
11896
bad93735
AP
118972004-02-20 Andrew Pinski <pinskia@physics.uc.edu>
11898
11899 * MAINTAINERS: Add Nicola Pero and myself as libobjc
11900 maintainers.
11901
a7ca14fc
AC
119022004-02-20 Andrew Cagney <cagney@redhat.com>
11903
11904 * config.guess: Update from version 2003-10-16 to 2004-02-16.
11905 * config.sub: Update from version 2003-11-03 to 2004-02-16.
11906
51592782
NN
119072004-02-19 Nathanael Nerode <neroden@gcc.gnu.org>
11908
11909 PR bootstrap/11932
11910 * mkinstalldirs, install-sh: Import from automake CVS HEAD.
11911
6a30854a
JQ
119122004-02-14 Jerry Quinn <jlquinn@optonline.net>
11913
11914 * MAINTAINERS: Added myself to write-after-approval.
11915
be8b2bee
MK
119162004-02-14 Michael Koch <konqueror@gmx.de>
11917
11918 * MAINTAINERS: Added myself to write-after-approval.
11919
972760b7
JM
119202004-02-13 Joseph S. Myers <jsm@polyomino.org.uk>
11921
11922 * MAINTAINERS: Move Steve Chamberlain to write-after-approval. Move
11923 some OS port maintainers to OS port maintainers section.
11924
b0281654
FCE
119252004-02-13 Frank Ch. Eigler <fche@redhat.com>
11926
11927 * MAINTAINERS: Add self.
11928
3c419fd6
KH
119292004-02-12 Kazu Hirata <kazu@cs.umass.edu>
11930
11931 * MAINTAINERS: Alphabetize.
11932
e88e9aee
PB
119332004-02-12 Paolo Bonzini <bonzini@gnu.org>
11934
11935 * MAINTAINERS: Remove myself.
b4117c30 11936
1915e422
DE
119372004-02-11 David Edelsohn <edelsohn@gnu.org>
11938
11939 * configure.in (powerpc-*-aix*): Add target-libada to noconfigdirs.
11940 (rs6000-*-aix*): Same.
11941 * configure: Regenerate.
11942
a22c2d8d
KC
119432004-02-11 Kelley Cook <kcook@gcc.gnu.org>
11944
11945 * configure.in (host): Add in missing $noconfigdirs to defines.
11946 * configure: Regenerate.
11947
d9cdb878
AC
119482004-02-10 Arnaud Charlet <charlet@act-europe.fr>,
11949 Nathanael Nerode <neroden@gcc.gnu.org>
11950
11951 PR ada/6637, PR ada/5911
b4117c30 11952 Merge with libada-branch:
d9cdb878
AC
11953 * configure.in, Makefile.tpl, Makefile.def: Add target-libada,
11954 with appropriate dependencies. Add --enable-libada configure switch.
11955 * configure, Makefile.in: Regenerate.
11956
8bd92821
PB
119572004-02-09 Paolo Bonzini <bonzini@gnu.org>
11958
11959 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11960
89a95129
RO
119612004-02-05 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
11962
11963 * configure.in: Don't pass --with-stabs on IRIX 5 either.
11964 * configure: Regenerate.
11965
892629bc
GK
119662004-02-04 Geoffrey Keating <geoffk@apple.com>
11967
11968 Merge from upstream:
11969
11970 * ltmain.in: When setting IFS to '~', be careful about user
11971 arguments that contain '~'.
11972
11973 2004-02-04 Peter O'Gorman <peter@pogma.com>
11974
11975 * ltmain.in (infer_tag): Move tag inferrence to a shell function.
11976 Also test $base_compile against $CC with escaped arguments. Bug
11977 reported by Geoff Keating <geoffk@apple.com>.
11978
6b402165
KH
119792004-02-04 Kazu Hirata <kazu@cs.umass.edu>
11980
11981 * MAINTAINERS: Remove i960 port.
11982
fa2f0306
DD
119832004-01-23 DJ Delorie <dj@redhat.com>
11984
11985 * Makefile.def (target_modules) [libiberty]: Don't stage.
11986 * Makefile.in: Rebuilt.
11987
9feb20aa
CT
119882004-01-20 Caroline Tice <ctice@apple.com>
11989
11990 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11991
7aed2ccc
PC
119922004-01-19 Paolo Carlini <pcarlini@suse.de>
11993
11994 * MAINTAINERS: Update my email address.
11995
f25bebe1
JM
119962004-01-18 James A. Morrison <ja2morri@uwaterloo.ca>
11997
11998 * MAINTAINERS: Add myself to write-after-approval.
b4117c30 11999
28083580
VR
120002004-01-17 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12001
12002 * MAINTAINERS: Remove entries without email address.
12003
c0f4b5e4
DJ
120042004-01-15 Daniel Jacobowitz <drow@mvista.com>
12005
12006 * MAINTAINERS: Add myself to write-after-approval.
12007
b5eb5a5e
SB
120082004-01-15 Steven Bosscher <stevenb@suse.de>
12009
12010 * MAINTAINERS: Update my email address.
12011
dce2d8b2 120122004-01-14 Loren J. Rittle <ljrittle@acm.org>
2c4de30b
LR
12013
12014 * Makefile.def (target_modules) [libtermcap, libiberty, zlib]: Stage.
12015 * Makefile.tpl (configure-target-[+module+]): Support stage.
12016 * Makefile.in: Rebuilt.
12017
74c0b320
ILT
120182004-01-12 Ian Lance Taylor <ian@wasabisystems.com>
12019
12020 * MAINTAINERS: Add myself as a libiberty MAINTAINER.
12021
2560344b
RS
120222004-01-10 Richard Sandiford <rsandifo@redhat.com>
12023
12024 * MAINTAINERS: Add myself as a MIPS maintainer.
12025
8b21cda6
NN
120262004-01-04 Nathanael Nerode <neroden@gcc.gnu.org>
12027
2b6c260d
NN
12028 * configure.in: Use ./config.cache, not config.cache.
12029 * configure: Regenerate.
12030 * Makefile.tpl: Special-casing not needed for GCC any more.
12031 * Makefile.in: Regenerate.
12032
09438bde
NN
12033 * configure.in: Don't share a cache file for host dirs.
12034 * configure: Regenerate.
12035
8b21cda6
NN
12036 * config-ml.in: Don't mess with the cache file.
12037
e42870df
EB
120382004-01-04 Eric Botcazou <ebotcazou@libertysurf.fr>
12039
12040 * MAINTAINERS: Move myself from 'Write After Approval' to
12041 'CPU Port Maintainers' section as SPARC maintainer.
12042
6b9eb62c
NN
120432004-01-03 Nathanael Nerode <neroden@gcc.gnu.org>
12044
78a816a6
NN
12045 * Makefile.tpl: Make GCC use a separate config.cache.
12046 * Makefile.in: Regenerate.
12047
6b9eb62c
NN
12048 PR bootstrap/11932, PR bootstrap/11933
12049 (I don't know if it will fix either of them, but it relates
12050 to them.)
12051 * configure.in: Don't use shared config.cache for target
12052 directories.
12053 * configure: Regenerate.
12054
86d7b562
DN
120552004-01-02 Dan Nicolaescu <dann@ics.uci.edu>
12056
12057 * MAINTAINERS: Add myself to 'Write After Approval' section.
12058
07d0a605
RS
120592003-12-31 Roger Sayle <roger@eyesopen.com>
12060
12061 * configure.in (ia64*-*-hpux*): Disable building java libraries.
12062 * configure: Regenerated.
12063
459ac19f
KH
120642003-12-23 Kazu Hirata <kazu@cs.umass.edu>
12065
12066 * MAINTAINERS: Remove the mn10200 maintainer.
12067
5785c0ed 120682003-12-21 Bernardo Innocenti <bernie@develer.com>
b4117c30 12069
cc6010cd
AP
12070 * configure.in (*-*-uclinux): Exclude newlib, libgloss and rda.
12071 * configure: Regenerated.
5785c0ed 12072
a268eff9
JH
120732003-12-16 Jan Hubicka <jh@suse.cz>
12074
12075 * MAINTAINERS: Add myself as callgraph maintainer.
12076
9d465b12
TF
120772003-12-08 Thomas Fitzsimmons <fitzsim@redhat.com>
12078
12079 * configure.in (raw_libstdcxx_flags): Remove the leading space.
12080 * configure: Regenerate.
12081
a68a270a
GB
120822003-12-01 Giovanni Bajo <giovannibajo@gcc.gnu.org>
12083
12084 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12085 'Write After Approval' section. Update email.
12086
dce2d8b2 120872003-12-01 James Lemke <jim@wasabisystems.com>
3066a15c
JL
12088
12089 * MAINTAINERS (Write After Approval): Add myself.
12090
8c052da4
MT
120912003-11-20 Matt Thomas <matt@3am-software.com>
12092
12093 * MAINTAINERS: Add myself as a vax port maintainer.
12094
e75f9147
KC
120952003-11-20 Kelley Cook <kcook@gcc.gnu.org>
12096
12097 * Makefile.tpl (BASE_FLAGS_TO_PASS): Pass along CONFIG_SHELL.
12098 (configure-build-[+module+], configure-[+module+]): Likewise.
12099 (configure-target-[+module+], configure-gcc, config.status): Likewise.
12100 * Makefile.in: Regenerate.
12101
43d8d958
AT
121022003-11-19 Andreas Tobler <a.tobler@schweiz.ch>
12103
12104 * libtool.m4: Sync darwin bits from libtool cvs to build a gcc with
12105 shared/dylibed libraries.
12106 * ltmain.sh: Likewise.
12107 * ltcf-c.sh: Likewise, disable shared library build for OS-X < 10.3.
12108 * ltcf-cxx.sh: Likewise.
12109 * ltcf-gcj.sh: Likewise.
12110 * ltconfig: Likewise.
12111
638dcaa0
SC
121122003-11-17 Stan Cox <scox@redhat.com>
12113
12114 * MAINTAINERS: Add myself as iq2000 port maintainer.
12115
15cc172b
AC
121162003-11-14 Arnaud Charlet <charlet@act-europe.fr>
12117
b4117c30
ZW
12118 * Makefile.tpl (EXTRA_GCC_FLAGS): Pass BOOT_ADAFLAGS.
12119 * Makefile.in: Regenerate.
15cc172b 12120
20af77cd
UW
121212003-11-03 Ulrich Weigand <uweigand@de.ibm.com>
12122
12123 * config.sub: Update to 2003-11-03 version.
12124
4dd01c5c
PE
121252003-10-20 Phil Edwards <phil@codesourcery.com>
12126
12127 * configure.in (*-*-vxworks): Add target-libiberty to noconfdirs.
12128 * configure: Regenerate.
12129
dce2d8b2 121302003-10-20 Nicolas Pitre <nico@cam.org>
8d36c499
NP
12131
12132 * MAINTAINERS: Add myself to 'Write After Approval' section.
12133
8b7ebc31
AC
121342003-10-20 Arnaud Charlet <charlet@act-europe.fr>
12135
12136 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
12137
afe1910c
JM
121382003-10-19 Joseph S. Myers <jsm@polyomino.org.uk>
12139
12140 * MAINTAINERS: Update my email address.
12141
05dcec66
RO
121422003-10-17 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12143
12144 * config-ml.in (multi-do): Pass MULTIFLAGS to subdir makes.
12145
dce2d8b2 121462003-10-17 Ralph Loader <rcl@ihug.co.nz>
71fc2f0c
RL
12147
12148 * MAINTAINERS: Add myself to 'Write After Approval' section.
12149
507ec745
BI
121502003-10-16 Bernardo Innocenti <bernie@develer.com>
12151
12152 * config.guess: Update to 2003-10-16 version.
12153 * config.sub: Update to 2003-10-16 version.
12154
dce2d8b2 121552003-10-15 David Daney <ddaney@avtrex.com>
4d466c42
DD
12156
12157 * MAINTAINERS: Added myself to 'Write After Approval' section.
12158
0c9b16bc
FH
121592003-10-15 Falk Hueffner <falk@debian.org>
12160
12161 * MAINTAINERS: Move myself from 'Bug database only accounts' to
12162 'Write After Approval' section. Update email.
12163
74d57d15
RS
121642003-10-14 Roger Sayle <roger@eyesopen.com>
12165
12166 * MAINTAINERS: Move myself from 'Write After Approval' to
12167 'Various Maintainers' section as middle-end maintainer.
12168
d29b8ad8
NN
121692003-10-13 Nathanael Nerode <neroden@gcc.gnu.org>
12170
12171 * Makefile.tpl: Make GCC_FLAGS_TO_PASS a superset of
12172 HOST_FLAGS_TO_PASS.
12173 * Makefile.in: Regenerate.
12174
26db814a
BI
121752003-10-11 Bernardo Innocenti <bernie@develer.com>
12176
12177 * config.guess: Update to 2003-10-07 version.
12178 * config.sub: Update to 2003-10-07 version.
12179
fffeb871
RO
121802003-10-06 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12181
12182 * ltcf-cxx.sh (irix5*, irix6*): Prefix -soname and its arg with ${wl}.
12183 * ltconfig (irix5*, irix6*): Don't override version_type.
12184
6691a79e
ME
121852003-10-05 Mohan Embar <gnustuff@thisiscool.com>
12186
12187 * configure.in: Allow explicit specification of CFLAGS_FOR_BUILD.
12188 * configure: Rebuilt
12189 * Makefile.tpl: Use CFLAGS_FOR_BUILD computed by configure
12190 * Makefile.in: Rebuilt
12191
62cdd71e
L
121922003-10-03 H.J. Lu <hongjiu.lu@intel.com>
12193
12194 * ltconfig (sys_lib_search_path_spec): Fix a typo for HPUX.
12195
6fe2eacc
CW
121962003-09-30 Carlo Wood <carlo@alinoe.com>
12197
cc6010cd 12198 * MAINTAINERS (Write After Approval): Add myself.
6fe2eacc 12199
ea57e5ad
PK
122002003-09-29 Paul Koning <ni1d@arrl.net>
12201
12202 * MAINTAINERS: Move myself from "Write After Approval"
12203 to CPU platform maintainers for pdp11 platform.
12204
e070672a
AT
122052003-09-23 Andreas Tobler <a.tobler@schweiz.ch>
12206
12207 * MAINTAINERS: Move myself from 'Write After Approval' to
12208 'Various Maintainers' section as libffi testsuite maintainer.
12209
43bb47c2
DJ
122102003-09-21 Daniel Jacobowitz <drow@mvista.com>
12211
12212 * configure.in: Pass a computed --program-transform-name
12213 to subconfigures.
12214 * configure: Regenerated.
12215
da9d3b37
NN
122162003-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
12217
94322beb
NN
12218 * Makefile.tpl: Don't pass down obsolete ENQUIRE variable.
12219 * Makefile.in: Regenerate.
12220
da9d3b37
NN
12221 * Makefile.tpl: Don't pass (unused) DLLTOOL or WINDRES to gcc.
12222 * Makefile.in: Regenerate.
12223
ffd9060b
ZL
122242003-09-19 Ziemowit Laski <zlaski@apple.com>
12225
12226 * MAINTAINERS: Move myself from 'Write After Approval'
12227 to 'Various Maintainers' (objective-c) section.
12228
eeae7b41
DJ
122292003-09-17 Daniel Jacobowitz <drow@mvista.com>
12230
12231 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS, baseargs): Fix
12232 quoting.
12233 * configure: Regenerated.
12234
a080d12b
JB
122352003-09-16 Joel Brobecker <brobecker@gnat.com>
12236
12237 * MAINTAINERS (Write After Approval): Add myself to write after
12238 approval list.
12239
6cd2fc59
DN
122402003-09-16 Dorit Naishlos <dorit@il.ibm.com>
12241
cc6010cd 12242 * MAINTAINERS (Write After Approval): Add myself.
6cd2fc59 12243
dcbdd9cc
ILT
122442003-09-09 Ian Lance Taylor <ian@wasabisystems.com>
12245
12246 * MAINTAINERS: Update my e-mail address.
12247
e517f636
AM
122482003-09-09 Alan Modra <amodra@bigpond.net.au>
12249
12250 * libtool.m4 (LD): Correct powerpc64 host match.
12251
bc49924b
JW
122522003-09-06 James E Wilson <wilson@tuliptree.org>
12253
12254 * MAINTAINTERS: Update my affiliation and email address.
12255
082124f5
ZD
122562003-09-06 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz>
12257
12258 * MAINTAINERS (Write After Approval): Add myself.
12259
dc94d89e
DD
122602003-09-04 DJ Delorie <dj@redhat.com>
12261
12262 * configure: Regenerate.
12263
122642003-09-04 Robert Millan <robertmh@gnu.org>
12265
12266 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
b4117c30 12267
7a0f2d4e
KG
122682003-09-02 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
12269
12270 * configure.in: Ensure arguments to sed are properly spaced.
12271 * configure: Regenerate.
12272
88d032eb
GP
122732003-08-30 Gerald Pfeifer <gerald@pfeifer.com>
12274
12275 * MAINTAINERS: Update my e-mail address.
12276
0b3f3d22
ME
122772003-08-28 Mohan Embar <gnustuff@thisiscool.com>
12278
12279 * MAINTAINERS (Write After Approval): Add myself.
12280
d253f9ba
DJ
122812003-08-27 Daniel Jacobowitz <drow@mvista.com>
12282
12283 * configure.in: Set RAW_CXX_FOR_TARGET if unset.
12284 * configure: Regenerated.
12285
066ec9c9
MM
122862003-08-23 Marek Michalkiewicz <marekm@amelek.gda.pl>
12287
12288 * MAINTAINERS: Update my email address.
12289
415d7ef9
PE
122902003-08-23 Phil Edwards <pme@gcc.gnu.org>
12291
12292 * configure.in: Use newline instead of semicolon when assuming
12293 shell arguments in a for loop.
12294 * configure: Regenerated.
12295
e1567352
JE
122962003-08-22 Jason Eckhardt <jle@rice.edu>
12297
12298 * MAINTAINERS: Resurrect the i860 maintainer.
12299
b348267b
GK
123002003-08-20 Geoffrey Keating <geoffk@apple.com>
12301
e50084fa
GK
12302 PR 8180
12303 * configure.in: When testing with_libs and with_headers, treat
12304 'no' as unset. Based on a patch by Dan Kegel <dank@kegel.com>.
12305 * configure: Regenerate.
b4117c30 12306
b348267b
GK
12307 * configure.in (TOPLEVEL_CONFIGURE_ARGUMENTS): Quote properly for
12308 make, shell, etc.
12309 (baseargs): Likewise.
12310 * configure: Regenerate.
12311
ca26ffe0
BI
123122003-08-20 Bernardo Innocenti <bernie@develer.com>
12313
12314 * MAINTAINERS (Write After Approval): Add myself.
12315
940cde4d
GK
123162003-08-19 Geoffrey Keating <geoffk@apple.com>
12317
12318 * configure.in: Disable libgcj for darwin not on powerpc.
12319 * configure: Rebuild.
12320
74bed51b
ADL
123212003-08-14 Alexandre Duret-Lutz <adl@gnu.org>
12322
12323 * config-ml.in, symlink-tree: Add license.
12324
b4117c30
ZW
123252003-08-03 Richard Stallman <rms@gnu.org>
12326 Eben Moglen <moglen@columbia.edu>
3f2fa484
RS
12327
12328 * README.SCO: New file.
12329
333a28b4
MK
123302003-08-01 Matt Kraai <kraai@alumni.cmu.edu>
12331
12332 * Makefile.tpl (check, check-c++): Express dependencies using
12333 dependencies rather than commands.
12334 * Makefile.in: Regenerate.
12335
c197e306
AC
123362003-08-01 Andrew Cagney <cagney@redhat.com>
12337
12338 * configure.in (noconfigdirs): Do not add GDB when m32r-*-*.
12339 * configure: Ditto.
12340
a8ee6e2d
GK
123412003-07-31 Geoffrey Keating <geoffk@apple.com>
12342
12343 * Makefile.tpl (libsubdir): Use gcc instead of gcc-lib.
1c787209 12344 * Makefile.in: Update.
a8ee6e2d 12345
8d9b3f2e
AT
123462003-07-30 Andreas Tobler <a.tobler@schweiz.ch>
12347
12348 * configure.in: Enable libgcj for darwin.
12349 * configure: Rebuild.
12350
52c0c542
PE
123512003-07-29 Phil Edwards <pme@gcc.gnu.org>
12352
12353 * config-ml.in: Use ac_configure_args directly instead of
12354 ml_arguments. Only set ml_norecursion if --no[-]recursion is
12355 actually seen.
12356
b4acb5ef
NN
123572003-07-27 Nathanael Nerode <neroden@gcc.gnu.org>
12358
12359 * Makefile.tpl: Use 'mkinstalldirs' rather than 'mkdir' when
12360 creating target and build subdirs to build all parent dirs as needed.
12361 * Makefile.in: Rebuild.
12362 * configure.in: Don't build dirs explicitly here.
12363 * configure: Rebuild.
12364
a51d71d0
PB
123652003-07-26 Paul Brook <paul@nowt.org>
12366
12367 * MAINTAINERS (fortran 95): Add myself, Steven Bosscher and Toon Moene.
12368
f43e12ce
AO
123692003-07-22 Alexandre Oliva <aoliva@redhat.com>
12370
12371 * Makefile.tpl (all-make): Depend on intl.
12372 * Makefile.in: Rebuilt.
12373
8a199ff6
PE
123742003-07-20 Phil Edwards <pme@gcc.gnu.org>
12375
12376 * install-sh: Update to newer upstream versions (associated with
12377 aclocal 1.7).
12378 * mkinstalldirs: Likewise.
12379 * missing: Likewise, plus $1Help2man -> $1 typo fix.
12380
e6a8c803
AP
123812003-07-16 Andrew Pinski <pinskia@gcc.gnu.org>
12382
12383 * MAINTAINERS: Move self from Bug database only accounts
12384 to write-after-approval.
12385
9f13608f
NN
123862003-07-16 Nathanael Nerode <neroden@gcc.gnu.org>
12387
12388 * config.if: Remove unused libc_interface determination.
12389
c7864714
NN
123902003-07-14 Nathanael Nerode <neroden@gcc.gnu.org>
12391
12392 * MAINTAINERS: Move self from write-after-approval to
12393 build machinery (*.in).
12394
775956d0
NN
123952003-07-13 Nathanael Nerode <neroden@gcc.gnu.org>
12396
12397 PR bootstrap/11273
12398 PR bootstrap/11408
12399 * Makefile.tpl: Set INSTALL and friends using autoconf. Remove
12400 unused INSTALL_PROGRAM_ARGS.
12401 * configure.in: Use AC_PROG_INSTALL.
12402 * Makefile.in: Regenerate.
12403 * configure: Regenerate.
12404
c7f67a6e
KH
124052003-07-13 Kazu Hirata <kazu@cs.umass.edu>
12406
12407 * MAINTAINERS: Alphabetize.
12408
33952f6f
AO
124092003-07-10 Alexandre Oliva <aoliva@redhat.com>
12410
12411 * configure: Rebuilt.
12412 2001-09-26 Alexandre Oliva <aoliva@redhat.com>
12413 * configure.in (noconfigdirs) [am33_2.0-*-linux*]: Don't build
12414 newlib nor libgloss.
12415 Wed May 9 10:07:19 2001 Alexandre Oliva <aoliva@redhat.com>
12416 * configure.in (am33_2.0-*-linux*): Added.
12417
0d4f1b4e
BW
124182003-07-09 Bob Wilson <bob.wilson@acm.org>
12419
12420 * configure.in: Add ${libgcj} to noconfigdirs for xtensa-*-* targets.
12421 * configure: Regenerate.
12422
56694dd9
ZW
124232003-07-07 Zack Weinberg <zack@codesourcery.com>
12424
12425 * Makefile.tpl (configure-gcc): Depend on maybe-configure-intl.
12426 * Makefile.in: Regenerate.
12427
21607eb4
ZW
124282003-07-04 Zack Weinberg <zack@codesourcery.com>
12429
12430 * Makefile.tpl (all-bootstrap): Depend on maybe-all-intl.
12431 * Makefile.in: Regenerate.
12432
dce2d8b2 124332003-07-04 H.J. Lu <hongjiu.lu@intel.com>
8c90b13a
L
12434
12435 * Makefile.tpl: Replace PWD with PWD_COMMAND.
12436 * Makefile.in: Regenerated.
12437
5d42f90e
L
12438 * config-ml.in: Replace PWD with PWD_COMMAND.
12439
6eb95e99
ZW
124402003-07-04 Zack Weinberg <zack@codesourcery.com>
12441
12442 * intl: New directory; see intl/ChangeLog for details.
12443 * ABOUT-NLS, config.rpath: Import from gettext 0.12.1.
12444 * Makefile.tpl: all-gcc depends on maybe-all-intl.
12445 * Makefile.in: Regenerate.
12446
07d1940e
NN
124472003-06-27 Nathanael Nerode <neroden@gcc.gnu.org>
12448
12449 * configure.in: Clean up config-lang.in handling. Delete
12450 useless assignment to "subdirs".
12451 * configure: Regenerate.
12452
4dbda6f0
NN
124532003-06-26 Nathanael Nerode <neroden@gcc.gnu.org>
12454
12455 * configure.in: Rename 'target_libs' to 'target_libraries'.
12456 Remove useless reference to 'target_libs'.
12457 * configure: Regenerate.
12458
2c30ab71
KS
124592003-06-23 Keith Seitz <kseitz@sources.redhat.com>
12460
12461 * Makefile.tpl: Add maybe-configure-itcl to configure-gdb.
12462 * Makefile.in: Regenerate.
12463
11405c93
NN
124642003-06-23 Nathanael Nerode <neroden@gcc.gnu.org>
12465
12466 * Makefile.def: Introduce flags_to_pass.
12467 * Makefile.tpl: Generate BASE_FLAGS_TO_PASS using it.
12468 * Makefile.in: Regenerate.
12469
fb87ad5d
HPN
124702003-06-23 Hans-Peter Nilsson <hp@bitrange.com>
12471
12472 * configure.in (noconfigdirs) <cris-*-*>: Disable target-newlib
12473 and target-libgloss.
12474 <d30v-*-*, fr30-*-*, i960-*-*, m32r-*-*>: Disable gdb.
12475 <h8300*-*-*>: Disable libf2c and ${libgcj}.
12476 * configure: Regenerate.
12477
a7956a48
BK
124782003-06-17 Benjamin Kosnik <bkoz@redhat.com>
12479
12480 * configure.in: Update testsuite_flags to new location.
12481 * configure. Regenerate.
6eb95e99 12482
eaf9f3b2
NN
124832003-06-18 Nathanael Nerode <neroden@gcc.gnu.org>
12484
12485 * Makefile.tpl: Remove BUILD_CC stuff.
12486 * Makefile.in: Regenerate.
12487
2d89ffef
KH
124882003-06-17 Kazu Hirata <kazu@cs.umass.edu>
12489
12490 * MAINTAINERS (Write After Approval): Remove Andrew Haley.
12491
dce2d8b2 124922003-06-16 Graeme Peterson <gp@qnx.com>
83415b0b
GP
12493
12494 * MAINTAINERS (Write After Approval): Add myself.
12495
dce2d8b2 124962003-06-14 H.J. Lu <hongjiu.lu@intel.com>
6eb95e99 12497
b951c91c
L
12498 * config.guess: Update to 2003-06-12 version.
12499 * config.sub: Update to 2003-06-13 version.
12500
dce2d8b2 125012003-06-12 H.J. Lu <hongjiu.lu@intel.com>
0bb41a37
L
12502
12503 * config.guess: Update to 2003-06-06 version.
12504 * config.sub: Update to 2003-06-06 version.
12505
655b7166
RO
125062003-06-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12507
12508 * configure.in: Don't pass --with-stabs for mips*-sgi-irix6*o32.
12509 * configure. Regenerate.
12510
01b759aa
NN
125112003-06-10 Nathanael Nerode <neroden@gcc.gnu.org>
12512
bf1d3e81
NN
12513 * configure.in: Disable serial configure by default.
12514 * configure: Regenerate.
12515 * Makefile.tpl: Abolish .NOTPARALLEL.
12516 * Makefile.in: Regenerate.
12517
e89fbdfe
NN
12518 * Makefile.tpl: Replace {build,host,target}_canonical by
12519 {build,host,target}.
12520 * Makefile.in: Regenerate.
12521
01b759aa
NN
12522 * Makefile.tpl: Fix stupid pasto.
12523 * Makefile.in: Regenerate.
12524
f7dae026
NN
125252003-06-09 Nathanael Nerode <neroden@gcc.gnu.org>
12526
12527 * Makefile.tpl: Remove bogus conditional.
12528 * Makefile.in: Regenerate.
12529
125302003-06-05 Jan Hubicka <jh@suse.cz>
8f231b5d
JH
12531
12532 * Makefile.tpl (profiledbootstrap): New target.
12533 * Makefile.in (profiledbootstrap): New target.
12534
2ffc3e73 125352003-06-05 Wolfgang Bangerth <bangerth@dealii.org>
9a22b893
WB
12536
12537 * MAINTAINERS (Bugzilla only): Add Dara Hazeghi and Andrew
12538 Pinski. Remove user names from other bugzilla-only maintainers.
12539
1a1e6b96
NN
125402003-06-03 Nathanael Nerode <neroden@gcc.gnu.org>
12541
1358ccea
NN
12542 * Makefile.tpl: Make 'recursive targets' using autogen rather
12543 than shell loop. Remove duplicate 'clean' targets and false
12544 comments.
12545 * Makefile.def: Add systematic dependencies to 'recursive' targets.
12546 Add systematic method of specifying missing targets in subdirs.
12547 Add copyright boilerplate.
12548 * Makefile.in: Regenerate.
12549 * configure.in: Add 'recursive targets' to maybe list.
12550 * configure: Regenerate.
12551
ae74ed1f
NN
12552 * MAINTAINERS: "GNATS only" -> "Bug database only".
12553
1a1e6b96
NN
12554 * Makefile.tpl: Rename [+target+] to [+make_target+].
12555 * Makefile.def: Rename 'target' to 'make_target'.
12556
c79af3fa
NB
125572003-05-31 Neil Booth <neil@daikokuya.co.uk>
12558
12559 * MAINTAINERS: Add self as options handling maintainer.
12560
39d85b61
MM
125612003-05-28 Michael Meissner <gnu@the-meissners.org>
12562
12563 * MAINTAINERS: Remove myself as m32r/v850 maintainer, since it has
12564 been too long since I touched those ports.
12565
afc2b62d
DD
125662003-05-28 DJ Delorie <dj@redhat.com>
12567
12568 * Makefile.tpl: Make maybe-check-gcc .PHONY.
12569 * Makefile.in: Regenerate.
12570
df445104
MR
125712003-05-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
12572
12573 * configure.in: Use curly braces in the definition of tooldir.
12574 * configure: Regenerate.
12575
2eb98e5d 125762003-05-21 DJ Delorie <dj@redhat.com>
6eb95e99 12577
2eb98e5d
DD
12578 * Makefile.tpl (configure-target-libiberty): Depend only on gcc, not
12579 newlib or libgloss.
12580 * Makefile.in: Regenerate.
12581
862fced8
DD
125822003-05-21 DJ Delorie <dj@redhat.com>
12583
12584 * Makefile.tpl: Add missing empty maybe-check-gcc target.
12585 * Makefile.in: Regenerate.
12586
fc351800
ILT
125872003-05-20 Ian Lance Taylor <ian@airs.com>
12588
12589 * MAINTAINERS: Update my e-mail address.
12590
7e2dbcef
NN
125912003-05-19 Nathanael Nerode <neroden@gcc.gnu.org>
12592
12593 * configure.in: Switch more things to use maybe dependencies.
6eb95e99 12594 * Makefile.tpl: Switch more things to use maybe dependencies.
7e2dbcef
NN
12595 Factor out common code from autogen IF statements.
12596 * configure: Regenerate.
12597 * Makefile.in: Regenerate.
12598
f2a0e225
KC
125992003-05-14 Kelley Cook <kelleycook@wideopenwest.com>
12600
12601 * configure.in: Accept i[3456789]86 for machine type.
12602 * configure: Regenerate.
12603
8b87bb96
NN
126042003-05-18 Nathanael Nerode <neroden@gcc.gnu.org>
12605
12606 * configure.in: Switch more things to use maybe dependencies.
12607 Rearrange a little. Use GCC_TOPLEV_SUBDIRS.
12608 * configure: Regenerate.
12609 * Makefile.tpl: Switch more things to use maybe dependencies.
12610 * Makefile.in: Regenerate.
12611
fdb882bc 126122003-05-16 Andreas Schwab <schwab@suse.de>
c3969745
AS
12613
12614 * Makefile.tpl (install-opcodes): Define.
12615 * Makefile.in: Rebuild.
12616
f7c50032
AJ
126172003-05-13 Andreas Jaeger <aj@suse.de>
12618
12619 * config.guess: Update to 2003-05-09 version.
12620 * config.sub: Update to 2003-05-09 version.
12621
dce2d8b2 126222003-05-13 Michael Eager <eager@mvista.com>
243aa302
ME
12623
12624 * configure.in: Correct sed script so that options in quotes are not
12625 deleted.
12626 * configure: Rebuild.
12627
aa8f1f57
CV
126282003-05-12 Corinna Vinschen <corinna@vinschen.de>
12629
12630 * configure.in (FLAGS_FOR_TARGET): Remove $$s/newlib/libc/sys/cygwin
12631 and $$s/newlib/libc/sys/cygwin32 include paths.
12632 * configure: Ditto.
12633
0c130f81
MM
126342003-05-12 Michael Meissner <gnu@the-meissners.org>
12635
12636 * MAINTAINERS: Update my email addresses.
12637
aa1a100b
EB
126382003-05-06 Eric Botcazou <ebotcazou@libertysurf.fr>
12639
12640 * config-ml.in: Propagate INSTALL variables.
f7c50032 12641
87861833
GP
126422003-05-04 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12643
12644 * MAINTAINERS: Remove duplicate entries in Write After Approval.
12645
de722255
CD
126462003-05-02 Chris Demetriou <cgd@broadcom.com>
12647
6eb95e99
ZW
12648 * Makefile.tpl: Require "makeinfo" from texinfo 4.2 or later.
12649 * Makefile.in: Regenerate.
de722255 12650
96c4a002
WB
126512003-05-02 Wolfgang Bangerth <bangerth@dealii.org>
12652
12653 * MAINTAINERS (GNATS only): Add Falk Hueffner.
12654
55b15a11
WB
126552003-04-30 Wolfgang Bangerth <bangerth@dealii.org>
12656
12657 * MAINTAINERS (GNATS only): Add Giovanni Bajo.
12658
0c227849
DJ
126592003-04-27 Daniel Jacobowitz <drow@mvista.com>
12660
12661 * Makefile.tpl: Clean $(BUILD_SUBDIR).
12662 * Makefile.in: Regenerated.
12663
d45148c1
WB
126642003-04-25 Wolfgang Bangerth <bangerth@dealii.org>
12665
12666 * MAINTAINERS (Write After Approval): Upgrade myself from
12667 GNATS only to write-after-approval. Update my mail address.
12668
dce2d8b2 126692003-04-25 Loren J. Rittle <ljrittle@acm.org>
bb751e47
LR
12670
12671 (OS Port Maintainers: freebsd): Add myself.
12672
438f50c3
MM
126732003-04-22 Mark Mitchell <mark@codesourcery.com>
12674
12675 * MAINTAINERS (java): Remove Alexandre Petit-Bianco.
12676
9074e169
KJ
126772003-04-22 Kean Johnston <jkj@sco.com>
12678
12679 * MAINTAINERS (SCO ports): Added myself.
12680
dfd39a2e
NS
126812003-04-21 Nathan Sidwell <nathan@codesourcery.com>
12682
12683 * MAINTAINERS (gcov): Add myself and Jan Hubicka.
12684
ccbae82a
KJ
126852003-04-19 Kean Johnston <jkj@sco.com>
12686
12687 * MAINTAINERS (Write After Approval): Add myself.
12688
2f50999f
GP
126892003-04-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12690
12691 * Makefile.tpl (MAKEINFOFLAGS): Default to --split-size=5000000.
12692 * Makefile.in: Regenerate.
12693
e9b84181
JJ
126942003-04-18 Jakub Jelinek <jakub@redhat.com>
12695
12696 * configure.in (powerpc64*-*-linux*): Remove.
12697 * configure: Rebuilt.
12698
1ca4c6e1
PE
126992003-04-17 Phil Edwards <pme@gcc.gnu.org>
12700
12701 * Makefile.tpl (GCC_STRAP_TARGETS): New variable containing all the
12702 previous bootstrap targets, plus bubblestrap, quickstrap, cleanstrap,
12703 and restrap.
12704 * Makefile.in: Regenerate.
12705
0590b963
RE
127062003-04-16 Richard Earnshaw <rearnsha@arm.com>
12707
12708 * configure.in (arm-*-netbsdelf*): Enable building java libraries.
12709 * configure: Regenerated.
12710
ff41a56f
DD
127112003-04-15 DJ Delorie <dj@redhat.com>
12712
12713 * MAINTAINERS: Remove myself as windows/cygwin/mingw maintainer.
12714
50d440bc
NC
127152003-04-13 Nick Clifton <nickc@redhat.com>
12716
12717 * config-ml.in: Remove support for --disable-aix removing
12718 call-aix multilibs.
12719
b1e0a93e
AO
127202003-04-10 Alexandre Oliva <aoliva@redhat.com>
12721
12722 * libtool.m4 (lt_cv_deplibs_check_method): Use pass_all on mips*.
12723 * */configure: Rebuilt.
12724
71fb704d
JS
127252003-04-08 Joel Sherrill <joel@oarcorp.com>
12726
12727 * MAINTAINERS: Add my email address.
12728
3897ea90
OH
127292003-03-17 Olivier Hainque <hainque@act-europe.fr>
12730
12731 * MAINTAINERS (Write After Approval): Add myself.
f7c50032 12732
93c834b7
NN
127332003-03-14 Nathanael Nerode <neroden@gcc.gnu.org>
12734
12735 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES back down.
12736 * Makefile.in: Regenerate.
12737
82c34dcb
MC
127382003-03-14 Michael Chastain <mec@shout.net>
12739
12740 * Makefile.in: Regenerate with correct Makefile.def.
12741
73458fb7
NN
127422003-03-12 Nathanael Nerode <neroden@gcc.gnu.org>
12743
12744 * Makefile.tpl: Move .NOEXPORT, MAKEOVERRIDES up. Delete unused
12745 Make macro.
12746 * Makefile.in: Regenerate.
12747 * configure.in: Clean up gxx_include_dir logic.
12748 * configure: Regenerate.
12749
32cf27e5
AE
127502003-03-12 Ansgar Esztermann <ansgar@thphy.uni-duesseldorf.de>
12751
12752 * MAINTAINERS (Write After Approval): Add myself.
12753
c727e7a0
BE
127542003-03-10 Ben Elliston <bje@wasabisystems.com>
12755
12756 * MAINTAINERS: Update my mail address.
12757
9a27ac7a
FS
127582003-03-09 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
12759
12760 * configure.in (gxx_include_dir): Fix typo.
12761 * configure: Regenerated.
12762
3aa83176
NN
127632003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12764
12765 * Makefile.tpl: Reindent.
12766 * Makefile.in: Regenerate.
12767 * configure.in: Reindent. Don't set unused variables.
12768 * configure: Regenerate.
12769
9124bc53
DJ
127702003-03-04 Daniel Jacobowitz <drow@mvista.com>
12771
12772 * configure.in: Include $(build_tooldir)/sys-include in
12773 FLAGS_FOR_TARGET.
12774 * configure: Regenerated.
12775
cb543528
NN
127762003-03-04 Nathanael Nerode <neroden@gcc.gnu.org>
12777
c858bf1e
NN
12778 * Makefile.tpl: Always pass down RANLIB.
12779 * Makefile.in: Regenerate.
12780
aa9c3ab4
NN
12781 * Makefile.tpl: Don't set unused enable_shared, enable_threads macros.
12782 * Makefile.in: Regenerate.
12783 * configure.in: Remove unused logic relating to --enable-shared
12784 and --enable-threads. Remove bogus comments. Remove redundant
12785 noconfigdirs.
12786 * configure: Regenerate.
12787
cb543528
NN
12788 * configure.in: Replace ${libstdcxx_version} by its value.
12789 Remove reference to mh-dgux.
12790 * configure: Regenerate.
12791
53f70c1b
KB
127922003-03-03 Kevin Buettner <kevinb@redhat.com>
12793
12794 * MAINTAINERS (Write After Approval): Add myself.
12795
df0f0674
NN
127962003-02-28 Nathanael Nerode <neroden@gcc.gnu.org>
12797
12798 * Makefile.tpl: Rearrange.
12799 * Makefile.in: Regenerate.
12800
dce2d8b2 128012003-02-25 Uwe Stieber <uwe@wwws.de>
ef4e7569
US
12802
12803 * configure.in: Add support for kaOS as cross build target system.
12804 * configure: Regenerated.
12805
a7a287eb
SB
128062003-02-24 Steven Bosscher <steven@gcc.gnu.org>
12807
12808 * MAINTAINERS (Write after approval): Add myself.
12809
ff00c8a2
JW
128102003-02-21 James E Wilson <wilson@tuliptree.org>
12811
12812 * MAINTAINERS: Update my email address.
12813
abb2db7a
ZW
128142003-02-21 Zack Weinberg <zack@codesourcery.com>
12815
12816 * MAINTAINERS: Add self to blanket write privs. section.
12817
e9f2dc3b
SM
128182003-02-20 Sean McNeil <sean@blue.mcneil.com>
12819
12820 * Makefile.tpl: Add definition of CPPFLAGS to pass into
12821 configure-target-* as some target builds may require additional
12822 flags for preprocessor tests.
12823 * Makefile.in: Regenerated.
12824
ee03dc5e
AO
128252003-02-19 Alexandre Oliva <aoliva@redhat.com>
12826
11856278
AO
12827 * libtool.m4 (LD): Append -melf* option to LD on IRIX with GNU ld.
12828 * ltconfig: Handle it.
12829 * ltcf-cxx.sh: Use with_gnu_ld passed as a shell variable instead of
12830 auto-detecting it.
12831
274aef32
AO
12832 * ltcf-cxx.sh: Replace $linker_flags with $compiler_flags wherever
12833 it is used as argument to $CC.
12834 * ltcf-gcj.sh: Likewise.
12835
ee03dc5e
AO
12836 * configure.in: Introduce --enable-maintainer-mode.
12837 * configure: Rebuilt.
12838 * Makefile.tpl (Makefile.in, configure): Enable dependencies only
12839 for maintainer mode.
12840 * Makefile.in: Rebuilt.
12841
30db8e17
JM
128422003-02-18 Jason Merrill <jason@redhat.com>
12843
12844 * Makefile.tpl (check-c++): Allow parallelism.
12845
cab60ac6
GP
128462003-02-16 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12847
12848 * MAINTAINERS: Remove John Carr (who never actually had access to
12849 gcc.gnu.org).
12850
c8e5d1af
GK
128512003-02-15 Geoffrey Keating <geoffk@apple.com>
12852
12853 * configure.in (*-*-darwin*): Rename from powerpc*-*-darwin*,
12854 don't configure target-libobjc.
12855 * configure: Regenerate.
12856
70f91f50
RO
128572003-02-14 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
12858
12859 * Makefile.tpl (RANLIB): Define.
12860 * Makefile.in: Regenerate.
12861
669e9062
LB
128622003-02-08 Laurynas Biveinis <laurynas.biveinis@mif.vu.lt>
12863
12864 * MAINTAINERS: Update my email.
abb2db7a 12865
61b56b2e
KS
128662003-02-06 Keith R Seitz <keiths@redhat.com>
12867
12868 * Makefile.def: Remove "snavigator", "grep", and "db" modules.
12869 * Makefile.tpl: Remove "all-snavigator" and "all-grep".
12870 * Makefile.in: Regenerated.
12871 * configure.in: Remove all traces of snavigator, db, and grep.
12872 * configure: Regenerated.
12873
a1ba6e15
GP
128742003-02-06 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12875
12876 * MAINTAINERS: Remove duplicate entry for Bernd Schmidt from Write
12877 After Approval.
12878
f5f2cce5
CC
128792003-02-02 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12880
12881 * MAINTAINERS (Write after approval): Add myself.
12882
ba49f6f1
FCE
128832003-01-31 Frank Ch. Eigler <fche@redhat.com>
12884
12885 * Makefile.tpl (all-sid): Add libiberty/bfd/opcodes dependencies.
12886 * Makefile.in: Regenerated.
12887
ccf9f10c
RS
128882003-01-30 Roger Sayle <roger@eyesopen.com>
12889
12890 * config.guess: Updated to 2003-01-30's version.
12891 * config.sub: Updated to 2003-01-28's version.
12892
a693735b
AO
128932003-01-30 Alexandre Oliva <aoliva@redhat.com>
12894
12895 * config.if: If gcc_version is already set, just use it. Don't set
12896 gcc_version_trigger if it's already set, otherwise set it to
12897 gcc/version.c, but only if the file exists. If it is not set and
12898 gcc/version.c does not exist, try to extract the version number from
12899 $CC.
12900
204c43d6
AT
129012003-01-29 Andreas Tobler <a.tobler@schweiz.ch>
12902
abb2db7a 12903 * MAINTAINERS: Add myself to write-after-approval list.
204c43d6 12904
842e91ec
PE
129052003-01-27 Phil Edwards <pme@gcc.gnu.org>
12906
12907 * configure.in: Revert 24Jan change.
12908 * configure: Regenerate.
12909
6b99984e
GP
129102003-01-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
12911
12912 * MAINTAINERS: Remove incorrect entry for Paul Eggert. Fix
12913 entry of HJ Lu.
12914
806e0935
NN
129152003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12916
12917 * configure.in: Revert previous change.
12918 * configure: Regenerate.
12919
307a9864
NN
129202003-01-23 Nathanael Nerode <neroden@gcc.gnu.org>
12921
12922 * configure.in: Make rda native-only.
12923 * configure: Regenerate.
12924
02ba6302
VR
129252003-01-22 Volker Reichelt <reichelt@igpm.rwth-aachen.de>
12926
12927 * MAINTAINERS: Move myself from GNATS-only-accounts to
12928 write-after-approval.
12929
77d187bc
NN
129302003-01-19 Nathanael Nerode <neroden@gcc.gnu.org>
12931
12932 * configure.in: Add missing \.
12933 * configure: Rebuilt.
12934
a94a2d4c
JJ
129352003-01-17 Jakub Jelinek <jakub@redhat.com>
12936
12937 * configure.in (baseargs): Avoid using \| in sed regular
12938 expressions.
12939 * configure: Rebuilt.
12940
73f84924
JJ
129412003-01-16 Jakub Jelinek <jakub@redhat.com>
12942
12943 * configure.in (baseargs): Remove all supported forms of
12944 --cache-file, --srcdir, --host, --build and --target options
12945 from argument lists.
12946 * configure: Rebuilt.
12947
8c12fc63
JZ
129482003-01-15 Josef Zlomek <zlomekj@suse.cz>
12949
12950 * MAINTAINERS: Add myself to write-after-approval list.
12951
7c005a3a
AO
129522003-01-15 Alexandre Oliva <aoliva@redhat.com>
12953
12954 * configure.in (noconfigdirs): Don't skip gas on IRIX 6.
12955 * configure: Rebuilt.
12956
3dfabf63
NN
129572003-01-09 Nathanael Nerode <neroden@gcc.gnu.org>
12958
12959 * configure.in: Substitute TOPLEVEL_CONFIGURE_ARGUMENTS.
12960 * Makefile.tpl: Pass TOPLEVEL_CONFIGURE_ARGUMENTS to gcc.
12961 * Makefile.in: Regenerate.
12962 * configure: Regenerate.
12963
cf53ae10
AO
129642003-01-09 Alexandre Oliva <aoliva@redhat.com>
12965
12966 * configure.in: Remove Makefile in build, host and target modules
12967 unless configure was run with --no-recursion.
12968 * configure: Rebuilt.
12969
3fbe8e4a
CC
129702003-01-09 Christian Cornelssen <ccorn@cs.tu-berlin.de>
12971
12972 * Makefile.tpl (BASE_FLAGS_TO_PASS): Also pass DESTDIR.
12973 (install-info, dir.info): Prepend $(DESTDIR) to $(infodir).
12974 * Makefile.in: Regenerate.
12975
66e2aa7d
CD
129762003-01-08 Chris Demetriou <cgd@broadcom.com>
12977
12978 * config.guess: Update to 2003-01-03 version.
12979 * config.sub: Update to 2003-01-03 version.
12980
b5038cfb
CF
129812003-01-07 Christopher Faylor <cgf@redhat.com>
12982
12983 * configure: Regenerate with proper autoconf 2.13.
12984
d02c69be
CF
129852003-01-07 Christopher Faylor <cgf@redhat.com>
12986
12987 * configure.in: Add AC_PREREQ for consistency.
b5038cfb 12988 * configure: Regenerate.
d02c69be 12989
e914a571
AC
129902003-01-06 Andrew Cagney <ac131313@redhat.com>
12991
12992 * configure.in (GDB_TK): Add tcl directories conditional on
12993 gdb/gdbtk directory being present.
12994 * configure: Regenerate.
abb2db7a 12995
dce2d8b2 129962003-01-04 John David Anglin <dave.anglin@nrc.ca>
70571545 12997
dce2d8b2
EB
12998 * configure.in (LD): Improve test for gcc. Try to set LD to the ld
12999 used by gcc if LD is not defined and we are not doing a Canadian Cross.
70571545
JDA
13000 * configure: Rebuilt.
13001
89a7012a
TT
130022002-12-31 Tom Tromey <tromey@redhat.com>
13003
13004 * Makefile.in: Rebuilt.
13005 * Makefile.def (target_modules) [libffi]: Allow installation.
13006
3f4f56e2
AS
130072002-12-31 Andreas Schwab <schwab@suse.de>
13008
13009 * configure.in: Fix use of $program_transform_name.
13010 * configure: Regenerated.
13011
6c1b8d0a
DJ
130122002-12-30 Daniel Jacobowitz <drow@mvista.com>
13013
13014 * configure.in (baseargs): Don't remove first configure argument.
1b414d31 13015 * configure: Regenerated.
6c1b8d0a 13016
c5120911
AO
130172002-12-29 Alexandre Oliva <aoliva@redhat.com>
13018
13019 * Makefile.tpl (local-distclean): Don't remove...
13020 (multilib.ts): ... this. Moved into...
13021 (multilib.out): ... this. Don't use sub-make.
13022 ($(BUILD_SUBDIR)/[+module+]/Makefile, [+module+]/Makefile,
13023 $(TARGET_SUBDIR)/[+module+]/Makefile, gcc/Makefile): Moved into...
13024 (configure-build-[+module+], configure-[+module+],
13025 configure-target-[+module+], configure-gcc): ... these. Test
13026 for Makefile existence. Drop config.status from dependencies.
13027 * Makefile.in: Rebuilt.
13028 * configure.in: Move gcc-version-trigger to the end of
13029 ac_configure_args. Add comments to maybedep.tmp and
13030 serdep.tmp. Introduce --disable-serial-configure. Remove
13031 nonopt from baseargs, matching and removing corresponding
13032 whitespace while at it.
13033 * configure: Rebuilt.
13034
e245b0ea
AO
130352002-12-28 Alexandre Oliva <aoliva@redhat.com>
13036
903de295
AO
13037 * configure.in (host_configargs): Replace reference to
13038 no-longer-defined buildopts with --build=${build_alias}.
13039 * configure: Rebuilt.
13040
e245b0ea
AO
13041 * Makefile.tpl ($(NOTPARALLEL)): Move to the end. Bring uses of
13042 program_transform_name to standard idiom.
13043 (AUTOGEN, AUTOCONF): Define.
13044 (Makefile.in): Use $(AUTOGEN).
13045 (Makefile): Depend on config.status, and use autoconf-style rule to
13046 build it. Move original commands to...
13047 (config.status): ... this new target.
13048 (configure): Add $(srcdir). Depend on config/acx.m4. Use
13049 $(AUTOCONF).
13050 * Makefile.in: Rebuilt.
13051
671aa708
NN
130522002-12-28 Nathanael Nerode <neroden@gcc.gnu.org>
13053
53fbfb58
NN
13054 * Makefile.tpl: Fix dramatic bustage due to change in
13055 program_transform_name.
13056 * Makefile.in: Regenerate.
13057
13058 * configure.in: Remove unnecessary PATH setting.
13059 * configure: Regnerate.
13060
13061 * configure.in: Don't default to unprefixed tools unless
13062 the native tools will work.
13063 * configure: Regenerate.
13064
671aa708
NN
13065 * configure.in: Convert to autoconf script. Blow away lots
13066 of now-redundant Makefile fragments.
13067 * configure: Generate using Autoconf.
13068 * Makefile.tpl: Rewrite to reflect autoconfiscation.
13069 * Makefile.in: Regenerate.
13070
57f40826
NN
130712002-12-27 Nathanael Nerode <neroden@gcc.gnu.org>
13072
3fedb745
NN
13073 * configure: Fix stupid bug where RANLIB was mistakenly included.
13074
abb2db7a 13075 * configure.in: Rename (buildargs, hostargs, targargs) to
3fedb745
NN
13076 (build_configargs, host_configargs, target_configargs).
13077
13078 * configure.in: Move logic out of sed statement.
13079
abb2db7a 13080 * configure: Remove unneeded 'export's. Make CC_FOR_TARGET,
57f40826
NN
13081 CXX_FOR_TARGET, GCJ_FOR_TARGET substituted in configure.in only.
13082
315fa0f4
SS
130832002-12-25 Svein E. Seldal <Svein.Seldal@solidas.com>
13084
13085 * config.sub: Import from master repository
13086 * config.guess: Ditto
13087
45aff44f
AS
130882002-12-24 Andreas Schwab <schwab@suse.de>
13089
13090 * Makefile.tpl (multilib.out): Fix missing space.
13091 * Makefile.in: Regenerate.
13092
88b5521b
NN
130932002-12-23 Nathanael Nerode <neroden@gcc.gnu.org>
13094
13095 * Makefile.tpl: Use shared multilib.out. Use move-if-change for it.
13096 Convert (cd foo; make) to (cd foo && make). Clean up multilib.out.
13097 * Makefile.in: Regenerate.
13098 * configure.in: Remove unnecessary leftovers.
13099
2a726918
GK
131002002-12-21 Geoffrey Keating <geoffk@apple.com>
13101
13102 * configure.in (extra_ranlibflags_for_target): New variable.
13103 (*-*-darwin): Add -c to ranlib commands.
13104 * configure (tooldir): Handle extra_ranlibflags_for_target.
13105
aace3269 131062002-12-19 Nathanael Nerode <neroden@gcc.gnu.org>
346b290d
NN
13107
13108 * Makefile.tpl: Revert HJL's change.
13109 * Makefile.in: Regenerated.
13110 * configure.in: Put build_prefix before $(BUILD_SUBDIR) here, and
13111 always.
13112
f0895142
AS
131132002-12-19 Andreas Schwab <schwab@suse.de>
13114
13115 * Makefile.tpl, configure.in: Substitute libstdcxx_incdir.
13116 * Makefile.in: Regenerate.
13117
dce2d8b2 131182002-12-18 H.J. Lu <hjl@gnu.org>
782d0c02
L
13119
13120 * Makefile.tpl: Add @build_prefix@ before $(BUILD_SUBDIR).
13121 * Makefile.in: Regenerated.
13122
13123 * configure.in (build_prefix): New. Substitute.
13124
212f6dd0
NN
131252002-12-18 Nathanael Nerode <neroden@gcc.gnu.org>
13126
79308c5d
NN
13127 * Makefile.tpl: Don't let real targets depend on phony targets.
13128 * Makefile.in: Regenerate.
13129
212f6dd0
NN
13130 * Makefile.tpl (do-info): Depend on maybe-all-texinfo, not all-texinfo.
13131 * Makefile.in: Regenerate.
13132
ab17919f
SS
131332002-12-17 Svein E. Seldal <Svein.Seldal@solidas.com>
13134
13135 * config.sub: Import from master repository
13136 * config.guess: Ditto
13137
5ecf91d1
JM
131382002-12-16 Jason Merrill <jason@redhat.com>
13139
13140 * Makefile.tpl (all-gcc): Use 'make quickstrap' if there was a
13141 previous 'make bootstrap'.
13142 * Makefile.in: Regenerate.
13143
d8437e1b
HPN
131442002-12-17 Hans-Peter Nilsson <hp@bitrange.com>
13145
13146 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgloss and gdb.
13147
4977bab6
ZW
131482002-12-13 Nathanael Nerode <neroden@gcc.gnu.org>
13149
13150 * configure.in, Makefile.tpl, Makefile.def: Remove tclX.
13151 * Makefile.in: Regenerate.
13152
0edcfdcb
JM
131532002-12-13 Jason Merrill <jason@redhat.com>
13154
6248218a 13155 * Makefile.tpl (check-gcc-c++): Renamed from check-c++. Don't run
0edcfdcb
JM
13156 library tests.
13157 (check-c++): Just depend on it and check-target-libstdc++-v3.
6248218a
JM
13158 * Makefile.in: Regenerate.
13159
4977bab6
ZW
131602002-12-12 Alexandre Oliva <aoliva@redhat.com>
13161
13162 * Makefile.tpl (configure-target-rda): Depend on $(ALL_GCC_C).
13163 * Makefile.in: Rebuilt.
13164
f87505dd
AO
131652002-12-12 Alexandre Oliva <aoliva@redhat.com>
13166
13167 * Makefile.in (configure-target-rda): Depend on ALL_GCC_C.
13168
4977bab6
ZW
131692002-12-10 Nathanael Nerode <neroden@gcc.gnu.org>
13170
13171 * configure: Fix bug put in by gremlins.
13172
13173 * Makefile.tpl: Substitute more autoconfily.
13174 * configure: Substitute more autoconfily.
13175 * Makefile.in: Regenerate.
13176
7f0db92a
SS
131772002-12-09 Svein E. Seldal <Svein.Seldal@solidas.com>
13178
13179 * config.sub: Import from master repository
13180 * config.guess: Ditto
13181 * MAINTAINERS: Added Svein Seldal under write after approval
13182
4977bab6
ZW
131832002-12-08 Andrew Cagney <ac131313@redhat.com>
13184
13185 * Makefile.tpl (all-sim): Depend on maybe-configure-gdb.
13186 * Makefile.in (all-sim): Ditto.
13187
131882002-12-06 DJ Delorie <dj@redhat.com>
13189
13190 * Makefile.tpl: Change configure dependencies to not have real
13191 targets depend on phony targets.
13192
131932002-12-05 Nathanael Nerode <neroden@gcc.gnu.org>
13194
13195 * configure.in: Revert unintentional change.
13196
13197 * Makefile.tpl: Change dependency for */multilib.out so that
13198 it works when gcc isn't in the tree.
13199
13200 * configure.in: Substitute more.
13201 * configure: Run subconfigures from the Makefile.
13202 * Makefile.tpl: Run subconfigures from the Makefile; add a few
13203 convenience targets. Make sure gcc isn't rebuilt after bootstrap.
13204
67f1b906
GP
132052002-12-05 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13206
13207 * MAINTAINERS: Add Christian Ehrhardt under "GNATS only".
13208
4977bab6
ZW
132092002-12-03 Nathanael Nerode <neroden@gcc.gnu.org>
13210
13211 * Makefile.tpl: Add targets for configuring host subdirs in Makefile,
13212 and corresponding dependencies.
13213 * Makefile.in: Regenerate.
13214
13215 * configure.in (host_tools): Order binutils, gas and ld for
13216 convenience in running the testsuites.
13217
13218 * Makefile.tpl: Introduce rules to serialize subconfigure runs.
13219 * Makefile.in: Regenerate.
13220 * configure.in: Introduce rules to serialize subconfigure runs.
13221
13222 * configure.in: Introduce BASE_CC_FOR_TARGET.
13223 * Makefile.tpl: Reorganize and comment. Introduce HOST_CONFIGARGS.
13224 Realize configure-build-* targets. Realize configure-target-* targets.
13225 * Makefile.in: Regenerate.
13226
132272002-12-02 Nathanael Nerode <neroden@gcc.gnu.org>
13228
13229 * configure: Move gcc_version_trigger stuff from here...
13230 * configure.in: ...to here.
13231
13232 * configure.in: Separate subconfigure options added by this file from
13233 options given by the user. Add machinery to put args for host
13234 subconfigures into the Makefile.
13235
13236 * Makefile.tpl: Remove 'vault' targets.
13237 * Makefile.tpl: Reorder and comment dependencies.
13238 * Makefile.in: Regenerate.
13239
132402002-12-01 Nathanael Nerode <neroden@gcc.gnu.org>
13241 * configure.in: Fix my broken commit of previous patch. (sigh)
13242
743f054e
GK
132432002-11-28 Geoffrey Keating <geoffk@apple.com>
13244
13245 * configure.in: Move host-specific darwin noconfigdirs into
13246 the host-specific section.
13247
4977bab6
ZW
132482002-11-28 Geoffrey Keating <geoffk@apple.com>
13249
13250 * configure.in: Move host-specific darwin noconfigdirs into
13251 the host-specific section.
13252
132532002-11-26 Nathanael Nerode <neroden@gcc.gnu.org>
13254
13255 * configure: Remove skip-this-dir support.
13256 * Makefile.tpl: Remove skip-this-dir support.
13257
13258 * Makefile.tpl: Remove leftover support for non-autoconfiscated
13259 subdirectories.
13260 * Makefile.in: Regenerate.
13261
13262 * Makefile.tpl: Strip out useless setting of 'dir'.
13263 * Makefile.in: Regenerate.
13264
132652002-11-22 Nathanael Nerode <neroden@gcc.gnu.org>
13266
13267 * configure.in: Fix deeply stupid bug.
13268
13269 * configure.in: Introduce RAW_CXX_FOR_TARGET and simplify embedded
13270 shell code in CXX_FOR_TARGET
13271 * Makefile.def: Introduce raw_cxx.
13272 * Makefile.tpl: Use raw_cxx to select between CXX_FOR_TARGET and
13273 RAW_CXX_FOR_TARGET.
13274 * Makefile.in: Regenerate.
13275
132762002-11-21 Nathanael Nerode <neroden@gcc.gnu.org>
13277
13278 * Makefile.tpl: Remove unnecessary ifs.
13279 * Makefile.in: Regenerate.
13280
13281 * Makefile.tpl: Implement soft dependency machinery. Maybe-ize
13282 dependencies. Maybe-ize build-libiberty. Create dummy install
13283 targets for 'no_install' modules.
13284 * configure: Move GDB_TK substitution to configure.in. Move
13285 build_modules stuff to configure.in.
13286 * configure.in: Implement soft dependency machinery. Maybe-ize
13287 GDB_TK, rearrange slightly. Move build_modules stuff from configure.
13288 * Makefile.in: Regenerate.
13289
132902002-11-19 Nathanael Nerode <neroden@gcc.gnu.org>
13291
13292 * Makefile.tpl: Make all-target, install-target behave similarly
13293 to all, install (only hitting configured targets). Eliminate
13294 unused macro defintions.
13295
13296 * Makefile.tpl: Add all-gcc: all-build-libiberty dependency when
13297 build != host.
13298
13299 * Makefile.tpl: Add all-gcc: all-libiberty dependency.
13300
13301 * ltcf-c.sh, ltcf-gcj.sh, Makefile.tpl: Correct BUILD/HOST confusion.
13302
13303 * configure.in: Produce lists of subdir targets we're actually
13304 configuring. Remove references to "dosrel".
13305 * Makefile.tpl: Let configure set which subdir targets are hit.
13306 Remove install-cross; clean up install; remove ALL. Remove
13307 references to "dosrel". Remove "EXTRA_TARGET_HOST" hackery.
13308 Autogenerate host module targets. Remove empty dependency lines
13309 and redundant dependency; rearrange slightly.
13310 * Makefile.def: Add host-side libtermcap, utils.
13311
13312 * Makefile.in: Regenerate.
13313
e6226a2f
RO
133142002-11-19 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13315
13316 * ltconfig (osf[345]): Append $major to soname_spec.
13317 Reflect this in library_names_spec.
13318 * ltmain.sh (osf): Prefix $major with . for use as extension.
13319
3b75d237
AJ
133202002-11-19 Andreas Jaeger <aj@suse.de>
13321
13322 * libtool.m4 (libtool_flags): Add patch from libtool CVS: Support
13323 linking of 32-bit libraries with ld on the x86-64, ppc64, s390x
13324 and sparc64 GNU/Linux systems.
13325
809108de
NS
133262002-11-19 Nathan Sidwell <nathan@codesourcery.com>
13327
13328 * MAINTAINERS: Update email.
13329
e7e0de7e
GP
133302002-11-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13331
13332 * MAINTAINERS: Complete James Dennett's entry.
13333
f7109dea
EB
133342002-11-15 Eric Botcazou <ebotcazou@libertysurf.fr>
13335
13336 * MAINTAINERS (Write After Approval): Add myself.
13337
d3ac17c9
BK
133382002-11-13 Bruce Korb <bkorb@gnu.org>
13339
13340 * Makefile.tpl: syntactic cleanup
13341
dce2d8b2 133422002-11-13 Stuart Hastings <stuart@apple.com>
cbf78ae4
SH
13343
13344 * MAINTAINERS: Add myself to write-after-approval list.
13345
4977bab6
ZW
133462002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13347
13348 * Makefile.def: Add list of recursive targets to autogenerate.
13349 Add build_modules.
13350 * Makefile.tpl: Autogenerate do-* targets. Autogenerate *-target-*
13351 targets. Autogenerate *-build-* targets.
13352 * Makefile.in: Regenerate.
13353
133542002-11-12 Nathanael Nerode <neroden@gcc.gnu.org>
13355
13356 * configure: More autoconf-style substitutions.
13357 * Makefile.tpl: More autoconf-style substitutions.
13358 * Makefile.in: Regenerate.
13359
133602002-11-11 Nathanael Nerode <neroden@gcc.gnu.org>
13361
13362 * configure: Substitute more variables in a more autoconf-friendly
13363 way. Simplify slightly.
13364 * Makefile.tpl: Make more variables substitutable in an
13365 autoconf-friendly way.
13366 * Makefile.in: Regenerate.
13367
d4783999
JW
133682002-11-11 Jonathan Wakely <redi@gcc.gnu.org>
13369
13370 * MAINTAINERS (Write After Approval): Add myself.
13371
4977bab6
ZW
133722002-11-10 Nathanael Nerode <neroden@gcc.gnu.org>
13373
13374 * configure.in (v810*): Remove special setting of tools.
13375
13376 * configure: Add support for extra required flags for ar or nm.
13377 * configure.in (aix4.3+): Use above support for target-specific
13378 issues, rather than using config/mt-aix43.
13379
133802002-11-09 Nathanael Nerode <neroden@gcc.gnu.org>
13381
13382 * configure: Remove 'removing', which doesn't work. Replace $subdir
13383 with . everywhere. Replace $subdirs with ''. Replace $makesrcdir
13384 with $srcdir. Reformat indentation. Substitute some variables
13385 formerly hard-coded in the Makefile for build=host.
13386 * Makefile.tpl: Autogenerate more; make more autoconf-friendly.
13387 * Makefile.def: Autogenerate more.
13388 * Makefile.in: Regenerate.
13389
1c9c903e
AN
133902002-11-04 Adam Nemet <anemet@lnxw.com>
13391
13392 * MAINTAINERS (Write After Approval): Add myself.
13393
40673d2b
KB
133942002-11-04 Kevin Buettner <kevinb@redhat.com>
13395
13396 * Makefile.def (host_modules): Add rda.
13397 * Makefile.in: Regenerate.
13398 * configure.in (target_tool): Add target-rda to list.
13399
42e650ae
GP
134002002-10-28 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13401
13402 * MAINTAINERS: Remove "co-maintainer" note for web pages.
13403
e004b81f
PE
134042002-10-25 Phil Edwards <pme@gcc.gnu.org>
13405
13406 * Makefile.tpl (bootstrap): Add bubblestrap, quickstrap, cleanstrap,
13407 and restrap targets to this rule.
13408 * Makefile.in: Regenerate.
13409
06bd49b1
GP
134102002-10-25 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
13411
13412 * MAINTAINERS: Add Wolfgang Bangerth and Volker Reichelt under
13413 GNATS only accounts.
13414
d0af82b0
HPN
134152002-10-24 Hans-Peter Nilsson <hp@bitrange.com>
13416
13417 * configure.in (i[3456]86-*-linux*): Add check to disable
13418 ${libgcj} for glibc1.
13419
10782654
DC
134202002-10-24 Denis Chertykov <denisc@overta.ru>
13421
13422 * MAINTAINERS: Add myself as ip2k port maintainer.
13423
a5a438f5
SS
134242002-10-07 Svein E. Seldal <Svein.Seldal@solidas.com>
13425
13426 * configure.in: Add tic4x target.
13427
fe3d5b7f
NN
134282002-10-03 Nathanael Nerode <neroden@gcc.gnu.org>
13429
aba8a494
NN
13430 * Makefile.tpl: Make SET_LIB_PATH substitution more autoconfy.
13431 * configure.in: Make SET_LIB_PATH substitution more autoconfy.
13432 * Makefile.in: Regenerate.
13433
fe3d5b7f
NN
13434 * Makefile.tpl: Make RPATH_ENVVAR substitution more autoconfy.
13435 * configure.in: Make RPATH_ENVVAR substitution more autoconfy.
13436 * Makefile.in: Regenerate.
13437
a6ad79e7
JJ
134382002-10-02 Janis Johnson <janis187@us.ibm.com>
13439
13440 * MAINTAINERS: Add myself as web pages co-maintainer.
13441
6a8a9058
NN
134422002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
13443
13444 * Makefile.tpl: Eliminate reference to all-gui, all-libproc.
13445 * Makefile.in: Regenerate.
13446
327d975a
ZW
134472002-10-02 Zack Weinberg <zack@codesourcery.com>
13448
13449 * MAINTAINERS: Add myself and Nathan Sidwell
13450 <nathan@codesourcery.com> as VxWorks maintainers.
13451
a5ae8f19 134522002-10-02 Nathanael Nerode <neroden@gcc.gnu.org>
f5e0c73c
NN
13453
13454 * Makefile.def: Remove order dependency comments.
13455 * Makefile.tpl: Add explicit install-install dependencies.
13456 * Makefile.in: Regenerate.
d0f6c823 13457
34c6040c 13458 * Makefile.tpl: Remove material now in src-release. (Finally!)
f5e0c73c 13459 * Makefile.in: Regenerate.
34c6040c 13460
d0f6c823
NN
13461 * Makefile.tpl: Add configure-target (for src-release in src)
13462 * Makefile.in: Regenerate.
13463
50bd210b
NC
134642002-09-30 Nick Clifton <nickc@redhat.com>
13465
13466 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add cpu directory.
13467
ca25149e
UW
134682002-09-30 Ulrich Weigand <uweigand@de.ibm.com>
13469
13470 * configure.in (s390*-*-linux*): Enable libgcj.
13471
dd30b57d
NN
134722002-09-29 Nathanael Nerode <neroden@gcc.gnu.org>
13473
9e60a678
NN
13474 * configure: Revert accidentally applied changes.
13475
dd30b57d
NN
13476 * Makefile.tpl: Make more autoconf-friendly.
13477 * Makefile.in: Regenerate.
13478 * configure: Make substitution more autoconf-like.
13479
5831424e
RE
134802002-09-28 Richard Earnshaw <rearnsha@arm.com>
13481
13482 * configure.in (arm-*-coff, strongarm-*-coff, xscale-*-coff): Use a
13483 single entry to handle all these.
13484 (arm-*-elf, strongarm-*-elf, xscale-*-elf): Likewise. Also enable
13485 libjava on arm-*-elf.
13486
b7f3b15b
GK
134872002-09-27 Geoffrey Keating <geoffk@apple.com>
13488
13489 * configure.in (powerpc-*-darwin*): Don't configure BFD, TK, or the
13490 things that depend on them.
13491
0dffceed
NN
134922002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
13493
13494 * Makefile.tpl: Make subsituted variables more autoconfy.
13495 * Makefile.in: Regenerate.
13496 * configure: Make seds more autoconfy.
13497
1db75a86 134982002-09-25 Nathanael Nerode <neroden@gcc.gnu.org>
ec0461f6
NN
13499
13500 * Makefile.tpl: Rewrite substituted lines to look autoconfy.
13501 * Makefile.in: Regenerate.
13502 * configure.in: Rewrite sed statements to look autoconfy.
13503
1db75a86
NN
13504 * Makefile.tpl: Autogenerate *-target-* lists, dependencies of
13505 all-target-foo on configure-target-foo.
13506 * Makefile.def: Ditto.
13507 * Makefile.in: Rebuild.
13508
741a4e89
AH
135092002-09-25 Andrew Haley <aph@redhat.com>
13510
13511 * MAINTAINERS: Add aph@redhat.com as Java maintainer.
13512
95ddd785
NN
135132002-09-22 Nathanael Nerode <neroden@gcc.gnu.org>
13514
13515 * Makefile.def: New file.
13516 * Makefile.tpl: New file.
13517 * Makefile.in: Generate from Makefile.tpl with 'autogen Makefile.def'.
13518 * contrib/gcc_update: Note that Makefile.in is a generated file.
13519
13520 * configure.in: Minor rearrangement. Simplify tests.
13521
65a824f6
JT
135222002-09-22 Jason Thorpe <thorpej@wasabisystems.com>
13523
13524 * configure.in (with_headers): Skip copy if value is "yes".
13525 (with_libs): Likewise.
13526
51270f0a 135272002-09-20 Nathanael Nerode <neroden@gcc.gnu.org>
fbf86afb
NN
13528
13529 * configure.in (*-*-netbsd*): Use noconfigdirs, not skipdirs.
13530 * configure.in (sh*-*-pe*): Ditto.
13531 * configure.in (mips*-*-pe*): Ditto.
13532 * configure.in (*arm-wince-pe): Ditto.
13533
8f89dbf4
NN
13534 * configure.in: Rearrange.
13535
c1b8db3f
KH
135362002-09-14 Kazu Hirata <kazu@cs.umass.edu>
13537
13538 * MAINTAINERS: Update my email address.
13539
341f0575
PK
135402002-08-30 Paul Koning <pkoning@equallogic.com>
13541
13542 * MAINTAINERS: (Write After Approval): Add myself.
13543
d2e06980
GK
135442002-08-29 Geoffrey Keating <geoffk@redhat.com>
13545
13546 * MAINTAINERS: Update Jason Eckhardt's address, remove i860.
13547
4906d5d8
GK
135482002-08-24 Geoffrey Keating <geoffk@redhat.com>
13549
13550 * MAINTAINERS: Change my mailing address.
13551
e9a25cc8
PC
135522002-08-21 Paolo Carlini <pcarlini@unitus.it>
13553
13554 * MAINTAINERS (Write After Approval): Remove myself.
327d975a 13555 (Various Maintainers: c++ runtime libs): Add myself.
e9a25cc8 13556
dce2d8b2 135572002-08-20 Loren J. Rittle <ljrittle@acm.org>
a5aa7421
LR
13558
13559 * MAINTAINERS (Write After Approval): Remove myself.
13560 (Various Maintainers: c++ runtime libs): Add myself.
13561
5ce6f47b
EC
135622002-08-15 Eric Christopher <echristo@redhat.com>
13563
13564 * config.sub: Import from master repository.
13565 * config.guess: Ditto.
13566
7f9317f0
AO
135672002-08-19 Alexandre Oliva <aoliva@redhat.com>
13568
13569 * Makefile.in (GCC_FOR_TARGET): Prepend STAGE_CC_WRAPPER.
13570 * configure.in (CC_FOR_TARGET, GCJ_FOR_TARGET, CXX_FOR_TARGET,
13571 CXX_FOR_TARGET_FOR_RECURSIVE_MAKE): Likewise.
13572
7aecca3d
AH
135732002-08-16 Aldy Hernandez <aldyh@redhat.com>
13574
13575 * MAINTAINERS: Add self to rs6000 vector extensions.
13576
8ea4b195
AO
135772002-08-15 Alexandre Oliva <aoliva@redhat.com>
13578
13579 * libiberty/configure: Reverted unintended yesterday's check in.
13580
f5cc59a7
AO
135812002-08-14 Alexandre Oliva <aoliva@redhat.com>
13582
13583 * boehm-gc/configure, libf2c/configure: Rebuilt.
13584 * libffi/configure, libiberty/configure: Ditto.
13585 * libjava/configure, libobjc/configure: Ditto.
13586 * libstdc++-v3/configure, zlib/configure: Ditto.
13587 Merged from binutils:
13588 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
13589 From Steve Ellcey <sje@cup.hp.com>:
13590 * libtool.m4 (HPUX_IA64_MODE): Set to 32 or 64 based on ABI.
13591 (lt_cv_deplibs_check_method, lt_cv_file_magic_cmd,
13592 lt_cv_file_magic_test_file): Set to appropriate values for HP-UX
13593 IA64.
13594 * ltcf-c.sh (archive_cmds, hardcode_*): Ditto.
13595 * ltconfig (shlibpath_*, dynamic_linker, library_names_spec,
13596 soname_spec, sys_lib_search_path_spec): Ditto.
13597
dce2d8b2 135982002-08-06 Federico G. Schwindt <fgsch@olimpo.com.br>
66350331
FS
13599
13600 * configure.in (hppa*-*-openbsd*): Treat like hppa*-*-*elf*.
13601
2ff34870
L
136022002-08-04 H.J. Lu (hjl@gnu.org)
13603
13604 * configure.in (mips*-*-linux*): Don't skip target-libffi.
13605
a014f2fe
KW
136062002-08-02 Krister Walfridsson <cato@df.lth.se>
13607
13608 * MAINTAINERS (Write After Approval): Add myself.
13609
c01d477a
AM
136102002-07-31 Alan Modra <amodra@bigpond.net.au>
13611
13612 * configure.in: Move generic linux case to end. Copy generic
13613 linux noconfigdirs to mips*-*-linux* entry and new
13614 powerpc64*-*-linux* entry. Add target-libffi for the latter.
13615
68cd2524
MM
136162002-07-19 Michael Matz <matz@suse.de>
13617
13618 * MAINTAINERS: Add myself as ra* maintainer.
13619
e2d83b8c
CD
136202002-07-16 Chris Demetriou <cgd@broadcom.com>
13621
13622 * config.guess: Update to 2002-07-09 version.
13623 * config.sub: Update to 2002-07-03 version.
13624
cece4f1d
HPN
136252002-07-15 Hans-Peter Nilsson <hp@bitrange.com>
13626
13627 * MAINTAINERS: Fix typo in a maintainer email address.
13628
bb654703
NN
136292002-07-11 Nathanael Nerode <neroden@gcc.gnu.org>
13630
13631 * configure.in: Remove two redundant tests.
13632
789b7de5
RO
136332002-07-11 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13634
13635 * configure.in (mips*-*-irix6*o32): Enable stabs.
13636
e1da1089
NN
136372002-07-08 Nathanael Nerode <neroden@gcc.gnu.org>
13638
f3970bba
NN
13639 * configure.in: Don't build grez.
13640 * Makefile.in: Ditto.
13641
e1da1089
NN
13642 * Makefile.in: Remove references to bsp, cygmon, libstub.
13643 * configure.in: Ditto.
13644
13645 * configure.in: Remove leftover reference to gdbtest.
13646
57c905fa
PE
136472002-07-08 Phil Edwards <pme@gcc.gnu.org>
13648
13649 * configure.in (gxx_include_dir): Change to match versioned
13650 C++ headers if --enable-version-specific-runtime-libs is used.
13651
a0af94a7 136522002-07-04 Steve Ellcey <sje@cup.hp.com>
5ce6f47b 13653
a0af94a7
SE
13654 * ltcf-cxx.sh (hpux*): Modify to support ia64-*-hpux*.
13655
423ce3eb
NN
136562002-07-03 Nathanael Nerode <neroden@gcc.gnu.org>
13657
13658 * configure.in: Make --without-x work.
13659
98186934
NN
136602002-07-02 Nathanael Nerode <neroden@gcc.gnu.org>
13661
c3b7d169
NN
13662 * configure.in: Rearrange target Makefile fragment collection.
13663
98186934
NN
13664 * Makefile.in: Don't try to build gdbtest, tgas, ispell, inet, or
13665 cvs[src].
13666 * configure.in: Ditto.
13667
eebd288a
MK
136682002-07-01 Matt Kraai <kraai@alumni.cmu.edu>
13669
13670 * MAINTAINERS (Write After Approval): Update my e-mail address.
13671
3ab36f05
NN
136722002-06-24 Ben Elliston <bje@redhat.com>
13673
13674 * configure.in (host_tools): Remove cgen.
13675
13676 * Makefile.in (all-cgen): Remove; runs from its source directory.
13677 (check-cgen, install-cgen, clean-cgen): Likewise.
98186934 13678 (all-opcodes): Do not depend on all-cgen.
3ab36f05
NN
13679 (all-sim): Likewise.
13680
dce2d8b2 136812002-07-01 Nathanael Nerode <neroden@gcc.gnu.org>
3ab36f05
NN
13682
13683 * Makefile.in: Eliminate 'apache' targets.
13684 * configure.in: Eliminate 'apache' targets.
13685
55380b08
NN
13686 * configure.in: Eliminate redundant tests. Reorganize.
13687
9a5c1b9d
NN
13688 * Makefile.in: Eliminate last reference to LIBGCC1_TEST.
13689
5fd3853a
NN
13690 * config-ml.in: Eliminate references to Cygnus configure.
13691
cfefc434
NN
13692 * Makefile.in: Eliminate references to building emacs.
13693
2fe93885
GS
136942002-06-28 Graham Stott <graham.stott@btinternet.com>
13695
13696 * MAINTAINERS: Update my email address.
13697
53c40185
BK
136982002-06-26 Benjamin Kosnik <bkoz@redhat.com>
13699
13700 * config.if (libstdcxx_incdir): Version C++ headers.
5ce6f47b 13701 (cxx_incdir): Remove.
53c40185 13702
97679694
NN
137032002-06-25 Nathanael Nerode <neroden@gcc.gnu.org>
13704
13705 * MAINTAINERS (Write After Approval): Add self.
13706
b03bcd37
DC
13707Thu Jun 20 00:35:14 2002 Denis Chertykov <denisc@overta.ru>
13708
13709 * configure.in: Add support for ip2k.
13710
6bd12129
NN
137112002-06-22 Nathanael Nerode <neroden@twcny.rr.com>
13712
13713 * configure.in: Fix AIX configury bug.
13714
e0d98a92
SE
137152002-06-20 Steve Ellcey <sje@cup.hp.com>
13716
13717 * MAINTAINERS (Write After Approval): Add self.
13718
ba3292db
NN
137192002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13720
ef40bc65
NN
13721 * configure.in: replace ${topsrcdir} with ${srcdir}
13722
7a0be465
NN
13723 * configure.in: Move definition of libstdcxx_flags
13724 right above usage, rather than waaay earlier.
13725
e1848dde
NN
13726 * configure.in: Pull definition of is_cross_compiler earlier.
13727
8bc2fff1
NN
13728 * configure.in: Rearrange a little.
13729
ba3292db
NN
13730 * configure.in: Remove references to librx.
13731 * Makefile.in: Remove references to librx.
13732
11d8b408
DC
13733Tue Jun 18 22:37:35 2002 Denis Chertykov <denisc@overta.ru>
13734
13735 * config.sub: Add support for avr target.
13736 Import from master sources, rev 1.255
5ce6f47b 13737
93da8339
PE
137382002-06-19 Phil Edwards <pme@gcc.gnu.org>
13739
13740 * configure, .cvsignore: Revert previous change...
13741 * Makefile: ...delete.
13742
b4caab5c
NN
137432002-06-19 Nathanael Nerode <neroden@twcny.rr.com>
13744
13745 * configure.in: Eliminate ${gasdir} variable.
13746
ee777171
DB
137472002-06-18 Dave Brolley <brolley@redhat.com>
13748
13749 * configure.in: Add support for frv.
13750 * config.sub: Add support for frv.
13751
26e4af54
PE
137522002-06-18 Phil Edwards <pme@gcc.gnu.org>
13753
13754 * configure: Remove garbage from previous commit.
13755
bb20b7da
PE
137562002-06-18 Phil Edwards <pme@gcc.gnu.org>
13757
13758 * configure: For in-source builds, make a subdir and re-exec there.
13759 * Makefile: New file. Pass targets through to build directory.
13760 * .cvsignore: No longer ignore "Makefile".
13761
9d321f6c
DR
137622002-06-16 Douglas Rupp <rupp@gnat.com>
13763
13764 * MAINTAINERS (Write After Approval): Add self.
13765
c8eb2bc0
KG
137662002-06-11 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
13767
13768 * Makefile.in (CFLAGS_FOR_TARGET): Add -O2.
13769
f210d239
JT
137702002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
13771
13772 * configure.in (vax-*-netbsd*): Re-enable gas.
13773
e9667b3c
NN
137742002-05-31 Nathanael Nerode <neroden@twcny.rr.com>
13775
efe1f357
NN
13776 * Makefile.in: Replace HOST_PREFIX, HOST_PREFIX_1 with BUILD_PREFIX,
13777 BUILD_PREFIX_1, to correct nomenclature.
13778 * configure: Likewise.
13779
e9667b3c
NN
13780 * Makefile.in: Eliminate version-specific references to tcl8.1, tk8.1.
13781 * configure.in: Eliminate version-specific references to tcl8.1, tk8.1.
13782
fe2fe497
OH
137832002-05-31 Olaf Hering <olh@suse.de>
13784
13785 * config-ml.in: Propogate DESTDIR also.
13786
dcf7f0dd
JT
137872002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
13788
13789 * configure.in (vax-*-netbsd*): Don't build gas for this
13790 platform.
13791
6ff14f32
MM
137922002-05-28 Marek Michalkiewicz <marekm@amelek.gda.pl>
13793
13794 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
13795 and libgcj for AVR.
13796
397de1ff
KK
137972002-05-23 Kaz Kojima <kkojima@gcc.gnu.org>
13798
13799 * MAINTAINERS (Write After Approval): Add myself.
13800
ac30211c
JT
138012002-05-22 Jason Thorpe <thorpej@wasabisystems.com>
13802
13803 * config.guess: Update to 2002-05-22 version.
13804 * config.sub: Likewise.
13805
1e6347d8
RO
138062002-05-16 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13807
13808 * Makefile.in: Allow for PWDCMD to override hardcoded pwd.
13809 * config-ml.in: Likewise.
13810 * configure: Likewise.
13811 * configure.in: Likewise.
13812
e5ce1d6d
SC
138132002-05-16 Stephane Carrez <stcarrez@nerim.fr>
13814
13815 * MAINTAINERS: Update my email address.
13816
6cdef75d
NN
138172002-05-13 Nathanael Nerode <neroden@twcny.rr.com>
13818
4a87f061
NN
13819 * configure.in: Simplify makefile fragment collection.
13820
13821 * configure.in: Remove code to build emacs.
603606e7 13822
e254d6b5
NN
13823 * configure.in : Remove --srcdir argument from targargs and buildargs
13824 (it's always overridden in the Makefile anyway). Rearrange a bit.
13825
13826 * configure: Move some logic to configure.in.
13827 * configure.in: Move some logic from configure.
6cdef75d 13828
1d6006fe
TT
138292002-05-11 Tom Tromey <tromey@redhat.com>
13830
13831 * MAINTAINERS: Reflect libgcj reality.
13832
b70b3534
FS
138332002-05-09 Federico G. Schwindt <fgsch@olimpo.com.br>
13834
13835 * Makefile.in: Honour DESTDIR.
13836
4434687a
MM
138372002-05-08 Mark Mitchell <mark@codesourcery.com>
13838
13839 * config.guess: Import 2002-03-20 version.
13840 * config.sub: Import 2002-04-26 version.
13841
a89e49c7
RO
138422002-05-08 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
13843
13844 * config-ml.in: Allow for PWDCMD to determine ML_POPDIR.
13845
44e55536
TJ
138462002-05-07 Tim Josling <tej@melbpc.org.au>
13847
13848 * MAINTAINERS: Add self.
13849
dce2d8b2 138502002-05-06 Loren J. Rittle <ljrittle@acm.org>
97320a3f
LR
13851
13852 * ltmain.sh: Detect and handle object name conflicts
13853 while piecewise linking a static library.
13854
b7c13625
AO
138552002-05-05 Alexandre Oliva <aoliva@redhat.com>
13856
13857 * configure.in (noconfigdirs): Don't disable libgcj on
13858 sparc64-*-solaris* and sparcv9-*-solaris*.
13859
4182d9fa
AO
138602002-05-03 Alexandre Oliva <aoliva@redhat.com>
13861
13862 * configure.in: Revert 2002-04-18's patch; fixed in libjava.
13863
7bebf279
TF
138642002-05-03 Thomas Fitzsimmons <fitzsim@redhat.com>
13865
13866 * configure.in (FLAGS_FOR_TARGET): Do not add
13867 -B$$r/$(TARGET_SUBDIR)/newlib/ when compiling newlib natively
13868 on i[3456]86-*-linux*.
13869
9a06dc7d
TF
138702002-05-01 Thomas Fitzsimmons <fitzsim@redhat.com>
13871
13872 * configure.in (noconfigdirs): Replace [ ] with test.
13873
13874 * configure.in (noconfigdirs): Do not add target-newlib if
13875 target == i[3456]86-*-linux*, and host == target.
13876
a51a07fa
NN
138772002-04-29 Nathanael Nerode <neroden@doctormoo.dyndns.org>
13878
9e7facd6
DD
13879 * configure.in: delete reference to absent file
13880
aeaa0f2f
NN
13881 * configure.in: replace '[' with 'test'
13882
4bb98828
NN
13883 * configure.in: Eliminate references to gash.
13884 * Makefile.in: Eliminate references to gash.
13885
64791664
NN
13886 * configure.in: remove useless references to 'pic' makefile fragments.
13887
3ed57cf4
NN
13888 * configure.in: (*-*-windows*) Finish removing.
13889
a51a07fa
NN
13890 * configure.in: Eliminate redundant test for libgui.
13891
8552f6f1
RS
138922002-04-29 Roger Sayle <roger@eyesopen.com>
13893
13894 * MAINTAINERS: Add self and realphabetize. Update entries
13895 for Dan Berlin, Chris Demetriou and Michael Matz. Remove
13896 entry for a29k port maintainer.
13897
dce2d8b2 138982002-04-26 Joel Sherrill <joel@OARcorp.com>
9e847666
JS
13899
13900 * configure.in (h8300*-*-rtems*): Disable libf2c and libgcj.
13901 (sparc-*-elf*, sparc64-*-elf*): Disable libgcj.
13902
704c9a14
NN
139032002-04-19 Nathanael Nerode <neroden@twcny.rr.com>
13904
13905 * configure.in: remove references to dead files
13906
7bff5059
MM
139072002-04-19 Mark Mitchell <mark@codesourcery.com>
13908
13909 * MAINTAINERS: Add information about purpose of this file.
13910
0c7c67f0
TT
139112002-04-18 Tom Tromey <tromey@redhat.com>
13912
13913 * configure.in: Disallow configuring libgcj when it is already
13914 installed and we're using Solaris 2.8 linker. Do enable libgcj on
13915 Solaris 2.8 by default. For PR libgcj/6158.
13916
63501e91
NN
139172002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13918
13919 * configure.in: Move default CC setting out of config/mh-* fragments
13920 directly into here.
13921
701afd4d
NN
139222002-04-17 Nathanael Nerode <neroden@twcny.rr.com>
13923
13924 * configure.in: don't even try to configure or make a subdirectory
13925 if there's no configure script for it.
13926
07cdae91
MM
139272002-04-15 Mark Mitchell <mark@codesourcery.com>
13928
13929 * MAINTAINERS: Remove chill maintainers.
13930 * Makefile.in (CHILLFLAGS): Remove.
13931 (CHILL_LIB): Remove.
13932 (TARGET_CONFIGDIRS): Remove libchill.
13933 (CHILL_FOR_TARGET): Remove.
13934 (BASE_FLAGS_TO_PASS): Don't pass CHILLFLAGS, CHILL_FOR_TARGET, or
13935 CHILL_LIB.
13936 (CONFIGURE_TARGET_MODULES): Remove configure-target-libchill.
13937 (CHECK_TARGET_MODULES): Likewise.
13938 (INSTALL_TARGET_MODULES): Likewise.
13939 (CLEAN_TARGET_MODULES): Likewise.
13940 (configure-target-libchill): Remove.
13941 (all-target-libchill): Remove.
13942 * configure.in (target_libs): Remove target-libchill.
13943 Do not compute CHILL_FOR_TARGET.
13944 * libchill: Remove directory.
5ce6f47b 13945
ab50d72b
DD
139462002-04-11 DJ Delorie <dj@redhat.com>
13947
13948 * Makefile.in, configure.in: Sync with binutils, entries
13949 follow...
13950
0a1e123a
DD
139512002-04-07 Andrew Cagney <ac131313@redhat.com>
13952
13953 * Makefile.in (do-tar-bz2): Delete rule. Replace with ...
13954 (do-tar, do-bz2): New rules.
13955 (taz): Update. Replace do-tar-bz2 with do-tar and do-bz2.
13956 (gdb-tar): New rule.
13957 (gdb-taz): Rewrite. Use gdb-tar and do-bz2.
13958 (insight_dejagnu.tar): New rule.
13959 (insight.tar): New rule.
13960 (gdb+dejagnu.tar): New rule.
13961 (gdb.tar): New rule.
13962
ab50d72b
DD
139632002-02-01 Mo DeJong <supermo@bayarea.net>
13964
13965 * Makefile.in: Add all-tix to deps for all-snavigator
13966 so that tix is built when building snavigator.
13967
139682002-01-11 Steve Ellcey <sje@cup.hp.com>
13969
13970 * configure.in (ia64*-*-hpux*): New target for IA64 HP-UX,
13971 ld and gdb are not supported.
13972
139732002-01-07 Mark Salter <msalter@redhat.com>
13974
13975 * configure.in: Remove target-bsp and target-cygmon from arm builds.
13976 Allow target-libgloss to be built for arm, strongarm, and xscale.
13977
139782001-12-13 Thomas Fitzsimmons <fitzsim@redhat.com>
13979
13980 * configure.in (FLAGS_FOR_TARGET): Remove -nostdinc and -isystem
13981 options for i[3456]86-pc-linux* native builds.
13982
139832001-11-20 Nick Clifton <nickc@cambridge.redhat.com>
13984
13985 * Makefile.in (do-proto-toplev): Use msgfmt to generate .gmo
13986 files from .po files for a distribution.
13987
139882001-09-03 Jeff Holcomb <jeffh@redhat.com>
13989
13990 * configure.in: Enable libstdc++-v3 for h8300 targets.
13991
139922001-06-19 Alan Modra <amodra@bigpond.net.au>
13993
13994 * Makefile.in (VER): If AM_INIT_AUTOMAKE uses BFD_VERSION, get
13995 version from bfd/.
13996
13997Fri Jun 8 11:14:02 2001 Andrew Cagney <cagney@b1.cygnus.com>
13998
13999 * Makefile.in (VER): When present, extract the version number from
14000 the file version.in.
14001
dce2d8b2 140022001-05-24 Tom Rix <trix@redhat.com>
ab50d72b
DD
14003
14004 * configure.in : enable ld for aix
14005
140062001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14007
14008 * config.guess: Add linux target for S/390.
14009
140102000-11-07 Philip Blundell <pb@futuretv.com>
14011
14012 * Makefile.in (ETC_SUPPORT): Also add configbuild.* and configdev.*.
14013
140142000-11-03 Philip Blundell <pb@futuretv.com>
14015
14016 * Makefile.in (ETC_SUPPORT): Add configure.texi and associated info
14017 files.
14018
140192001-01-15 Ben Elliston <bje@redhat.com>
14020
14021 * configure.in (host_tools): Add sid.
14022 Always configure cgen.
14023
140242000-11-24 Nick Clifton <nickc@redhat.com>
14025
14026 * configure.in (c4x, c5x, tic54x): Move after ARM targets.
14027
ab50d72b
DD
140282000-08-20 Doug Evans <dje@casey.transmeta.com>
14029
14030 * Makefile.in (ALL_MODULES): Add all-cgen.
14031 (CROSS_CHECK_MODULES,INSTALL_MODULES,CLEAN_MODULES): Similarily.
14032 (all-cgen): New target.
14033 (all-opcodes,all-sim): Depend on all-cgen.
14034 * configure.in (host_tools): Add cgen.
14035 Only configure cgen if --enable-cgen-maint.
14036
dce2d8b2 140372002-04-09 Loren J. Rittle <ljrittle@acm.org>
ef98ad7b
LR
14038
14039 * configure.in: Add *-*-freebsd* configurations.
14040
90def2b2
TT
140412002-04-08 Tom Tromey <tromey@redhat.com>
14042
14043 * configure.in: Add FLAGS_FOR_TARGET to GCJ_FOR_TARGET.
14044 Fixes PR libgcj/6068.
14045
320d7e7a
KW
140462002-03-30 Krister Walfridsson <cato@df.lth.se>
14047
14048 * configure.in (i*86-*-netbsdelf*): Don't disable libgcj.
14049
18b467f1
RO
140502002-03-27 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14051
14052 * configure.in (alpha*-dec-osf*): Enable libgcj.
14053
dce2d8b2 140542003-03-27 Matthew Gingell <gingell@gnat.com>
8bb3a5af
MG
14055
14056 * MAINTAINERS (Write After Approval): Add myself.
14057
56ae9405
NC
140582002-03-24 Nick Clifton <nickc@cambridge.redhat.com>
14059
14060 Fix for: PR bootstrap/3591, target/5676
14061 * configure.in (mcore-pe): Disable the configuration of
14062 libstdc++-v3 since exceptions are not supported.
14063
f18d9a0c
AG
140642002-03-20 Anthony Green <green@redhat.com>
14065
14066 * configure.in: Enable libgcj for xscale-elf target.
14067
dce2d8b2 14068Tue Mar 19 09:05:08 2002 J"orn Rennecke <joern.rennecke@superh.com>
c0e21eef
R
14069
14070 * MAINTAINERS: Update my email address.
14071
28eca9e8
AO
140722002-03-16 Alexandre Oliva <aoliva@redhat.com>
14073
14074 * ltmain.sh (relink_command): Fix typo in previous change.
14075
e67e72c7
AO
140762002-03-15 Alexandre Oliva <aoliva@redhat.com>
14077
14078 * ltmain.sh (taglist): Initialized. Don't let `CC' tag out of it.
14079 (relink_command): Added --tag flags.
14080 (mode=install): If relinking fails; error out.
14081
c2273204
RH
140822002-03-12 Richard Henderson <rth@redhat.com>
14083
14084 * Makefile.in (NOTPARALLEL): New. Use it instead of explicit
14085 .NOTPARALLEL tag.
14086 (do-check): Rename from check.
14087 (check): Allow parallel check.
14088
bcb64245
BW
140892002-03-12 Bob Wilson <bob.wilson@acm.org>
14090
14091 * MAINTAINERS: Add myself as maintainer for xtensa port.
14092 Fix alphabetical order in CPU port maintainer list.
14093 Remove myself from Write After Approval list.
14094
63adb4ff
RH
140952002-03-11 Richard Henderson <rth@redhat.com>
14096
14097 * Makefile.in (.NOTPARALLEL): Add fake tag.
14098
9bec4bf0
L
140992002-03-07 H.J. Lu (hjl@gnu.org)
14100
14101 * configure.in: Enable gprof for mips*-*-linux*.
14102
c7fc1f84
DS
141032002-03-05 Danny Smith <dannysmith@users.sourceforge.net>
14104
14105 * MAINTAINERS (Write After Approval): Add myself.
14106
6bff33fb
AO
141072002-02-28 Alexandre Oliva <aoliva@redhat.com>
14108
14109 * configure.in (libstdcxx_flags): Don't add libstdc++-v3 flags for
14110 libjava.
14111 (CXX_FOR_TARGET): Explain why -shared-libgcc here.
14112
0210b33b
AO
141132002-02-23 Alexandre Oliva <aoliva@redhat.com>
14114
14115 * Makefile.in (MAKEINFO): Don't assume makeinfo will be built just
14116 because its Makefile is there; test for the executable instead.
14117
fcc0a3ef
AO
141182002-02-22 Alexandre Oliva <aoliva@redhat.com>
14119
14120 * configure.in (CXX_FOR_TARGET): Add -shared-libgcc for
14121 libstdc++-v3 and libjava.
14122
dce2d8b2 141232002-02-11 Adam Megacz <adam@xwt.org>
97cf8285
AM
14124
14125 * gcc/Makefile.in: Removed libstdc++-v3 dependancy for libjava and
14126 boehm-gc
5ce6f47b 14127
40fe0ec3
AO
141282002-02-09 Alexandre Oliva <aoliva@redhat.com>
14129
14130 * config.guess: Updated to 2002-01-30's version.
14131 * config.sub: Updated to 2002-02-01's version.
14132 Contribute sh64-elf.
14133 2000-12-01 Alexandre Oliva <aoliva@redhat.com>
14134 * configure.in: Added sh64-*-*.
14135
694d53ee
CD
141362002-02-08 Chris Demetriou <cgd@broadcom.com>
14137
14138 * MAINTAINERS: Belatedly add myself to write after approval list.
14139
a9ca50b1
JH
14140Thu Feb 7 12:40:58 CET 2002 Jan Hubicka <jh@suse.cz>
14141
14142 * MAINTAINERS: Put self in as maintainer for x86-64 port.
14143 Remove self as Write After Approval.
14144
5ffc3500
GK
141452002-01-31 Geoffrey Keating <geoffk@redhat.com>
14146
14147 * MAINTAINERS: Put self in as maintainer for contrib/regression
14148 directory.
14149
4ceaf7fb
PE
141502002-01-28 Phil Edwards <pme@gcc.gnu.org>
14151
14152 * MAINTAINERS: Update my email address.
14153
51584787
JT
141542002-01-26 Jason Thorpe <thorpej@wasabisystems.com>
14155
5ce6f47b
EC
14156 * configure.in (*-*-netbsd*): New. Skip target-newlib,
14157 target-libiberty, and target-libgloss. Skip Java-related
51584787
JT
14158 libraries if not supported for NetBSD on target CPU.
14159
5701d273
DR
141602002-01-25 Douglas B Rupp <rupp@gnat.com>
14161
14162 * install-sh: Use _inst.$$_ for temp file name.
14163
b299a075
JT
141642002-01-24 Jason Thorpe <thorpej@wasabisystems.com>
14165
14166 * MAINTAINERS (Write After Approval): Move my contact info
14167 from here...
14168 (OS Port Maintainers): ...to here (netbsd).
14169
51fe14b5
BW
141702002-01-22 Bob Wilson <bob.wilson@acm.org>
14171
14172 * MAINTAINERS (Write After Approval): Add myself.
14173
dce2d8b2 141742002-01-17 H.J. Lu <hjl@gnu.org>
b634ad42
L
14175
14176 * Makefile.in (all-fastjar): Also depend on all-libiberty.
14177 (all-target-fastjar): Also depend on all-target-libiberty.
14178
3cd87679
L
141792002-01-16 H.J. Lu (hjl@gnu.org)
14180
14181 * config.guess: Import from master sources, rev 1.225.
14182 * config.sub: Import from master sources, rev 1.238.
14183
969a6d8f
KH
141842002-01-16 Kazu Hirata <kazu@hxi.com>
14185
14186 * MAINTAINERS (Write After Approval): Remove myself.
14187
366f6a52
FW
141882001-12-19 Florian Weimer <fw@deneb.enyo.de>
14189
14190 * MAINTAINERS (Write After Approval): Add myself.
14191
f02240b6
JM
141922001-12-17 Joseph S. Myers <jsm28@cam.ac.uk>
14193
14194 * MAINTAINERS: Add self as docs co-maintainer.
14195
5d08dc39
MK
141962001-12-11 Matthias Klose <doko@debian.org>
14197
14198 * MAINTAINERS (Write After Approval): Add myself.
14199
39e790d5
ZW
142002001-12-09 Zack Weinberg <zack@codesourcery.com>
14201
14202 * MAINTAINERS: Update my email address.
14203
4519d6a3
TC
142042001-12-07 Turly O'Connor <turly@apple.com>
14205 * MAINTAINERS (Write After Approval): Add myself.
14206 * rs6000.c (rs6000_trampoline_size): Handle ABI_DARWIN case.
14207 (rs6000_initialize_trampoline): Call __trampoline_setup for
14208 ABI_DARWIN too.
14209 * darwin-tramp.asm: New file, implements __trampoline_setup.
6e12e72c 14210 * t-darwin (LIB2FUNCS_EXTRA): Include darwin-tramp.asm.
4519d6a3 14211
21cf0a73
PC
142122001-12-07 Paolo Carlini <pcarlini@unitus.it>
14213
14214 * MAINTAINERS (Write After Approval): Add myself.
14215
4ee43206
DR
14216Wed Dec 5 07:33:45 2001 Douglas B. Rupp <rupp@gnat.com>
14217
14218 * configure, configure.in: Use temp file for long sed commands.
14219
251931f3
LG
142202001-12-03 Laurent Guerby <guerby@acm.org>
14221
14222 * config.sub: Update to version 1.232 on subversion.
14223
03777dd7
BE
142242001-12-03 Ben Elliston <bje@redhat.com>
14225
14226 * MAINTAINERS: Update mail address for config.* patches.
14227
dce2d8b2 142282001-11-27 DJ Delorie <dj@redhat.com>
e490616e
ZW
14229 Zack Weinberg <zack@codesourcery.com>
14230
14231 When build != host, create libiberty for the build machine.
14232
14233 * Makefile.in (TARGET_CONFIGARGS, BUILD_CONFIGARGS): Replace
14234 CONFIG_ARGUMENTS.
14235 (ALL_BUILD_MODULES_LIST, BUILD_CONFIGDIRS, BUILD_SUBDIR):
14236 New variables.
14237 (ALL_BUILD_MODULES, CONFIGURE_BUILD_MODULES): New variables
14238 and rules.
14239 (all.normal): Depend on ALL_BUILD_MODULES.
14240 (CONFIGURE_TARGET_MODULES rule): Use TARGET_CONFIGARGS.
14241 (all-build-libiberty): Depend on configure-build-libiberty.
14242
14243 * configure: Calculate and substitute proper value for
14244 ALL_BUILD_MODULES.
14245 * configure.in: Create the build subdirectory.
14246 Calculate and substitute TARGET_CONFIGARGS (formerly
14247 CONFIG_ARGUMENTS); also BUILD_SUBDIR and BUILD_CONFIGARGS (new).
14248
04075e8f
ZL
142492001-11-26 Ziemowit Laski <zlaski@apple.com>
14250
14251 * MAINTAINERS (write-after-approval): Add self.
14252
ed19322d
CR
142532001-11-17 Craig Rodrigues <rodrigc@gcc.gnu.org>
14254
14255 * MAINTAINERS (GNATS only accounts): Remove self.
14256
90a12988
HPN
142572001-11-14 Hans-Peter Nilsson <hp@bitrange.com>
14258
14259 * configure.in (noconfigdirs) [h8300*-*-*, h8500-*-*]: Disable
14260 libf2c.
14261
77e653ad
CR
142622001-11-12 Craig Rodrigues <rodrigc@gcc.gnu.org>
14263
14264 * MAINTAINERS (Write After Approval): Add self.
14265
64adad99
DB
142662001-11-12 David O'Brien <obrien@FreeBSD.org>
14267
14268 * MAINTAINERS: mips and s390 are also CPU ports.
14269
834a28c7
DB
142702001-11-12 David O'Brien <obrien@FreeBSD.org>
14271
14272 * MAINTAINERS: mcore, cris and mmix are also CPU ports.
14273
ef94239f
DB
142742001-11-11 David O'Brien <obrien@FreeBSD.org>
14275
14276 * MAINTAINERS: Alphabetize.
14277
beda0427
KH
142782001-11-09 Kazu Hirata <kazu@hxi.com>
14279
14280 * MAINTAINERS (Various maintainers: h8 port): Add myself.
14281
6ca224d3
JDA
142822001-11-09 John David Anglin <dave@hiauly1.hia.nrc.ca>
14283
14284 * MAINTAINERS (Various maintainers: hppa port): Added myself.
14285
132e4bd7
PE
142862001-11-08 Phil Edwards <pedwards@disaster.jaj.com>
14287
14288 * configure.in (--enable-languages): Be more permissive about
14289 syntax. Check for empty lists better. Warn about $LANGUAGES.
14290
c6243b4c
GK
142912001-11-08 Geoffrey Keating <geoffk@redhat.com>
14292
14293 * config.sub: Import from master sources, rev. 1.230.
14294 * MAINTAINERS: Change 'stormy16' to 'xstormy16'.
14295
abbb9e76
LG
142962001-11-07 Laurent Guerby <guerby@acm.org>
14297
14298 * MAINTAINERS (Write After Approval): Add self.
14299
53cdb27a
HPN
143002001-11-06 Hans-Peter Nilsson <hp@bitrange.com>
14301
14302 * Makefile.in (MAKEINFO): Use "missing" for makeinfo older than 4.0.
14303
dd3a88c9
HPN
143042001-11-05 Hans-Peter Nilsson <hp@bitrange.com>
14305
14306 * config.sub: Import from master sources, rev 1.226.
14307 * config.guess: Import from master sources, rev 1.216.
14308
d344dce9
HPN
143092001-11-03 Hans-Peter Nilsson <hp@bitrange.com>
14310
14311 * configure.in (noconfigdirs) [mmix-*-*]: Disable libgcj.
14312 * MAINTAINERS: Add self as maintainer of MMIX port.
14313 Remove old after-approval entry.
14314
63f6bcd7
JM
143152001-10-28 Joseph S. Myers <jsm28@cam.ac.uk>
14316
14317 * ChangeLog, configure: Fix spelling errors.
14318
84f92638
BK
143192001-10-20 Brendan Kehoe <brendan@zen.org>
14320
14321 * MAINTAINERS: Tweak my address.
14322
dce2d8b2 14323Thu Oct 11 21:50:15 2001 J"orn Rennecke <amylaar@onetel.net.uk>
2f30eda4
R
14324
14325 * MAINTAINERS: Update my email address.
14326
1567080c 143272001-10-11 Hans-Peter Nilsson <hp@axis.com>
a61f7417 14328
f48a3b5c 14329 * configure.in (noconfigdirs) [cris-*-*]: Disable libgcj.
7fad0302 14330 * MAINTAINERS: Add self as maintainer of CRIS port.
a61f7417 14331
30106886
GB
143322001-10-10 Geert Bosch <bosch@gnat.com>
14333
e490616e 14334 * MAINTAINERS (Various maintainers: Ada front end):
30106886
GB
14335 Added Robert Dewar.
14336
dce2d8b2 143372001-10-03 David Billinghurst <David.Billinghurst@riotinto.com>
d3d51b8c
DB
14338
14339 * MAINTAINERS (Write After Approval): Added self
14340
d1c3e709
GB
143412001-10-02 Geert Bosch <bosch@gnat.com>
14342
14343 * MAINTAINERS (Various maintainers: Ada front end): Added myself.
14344
50f5f793
JM
143452001-10-02 Joseph S. Myers <jsm28@cam.ac.uk>
14346
14347 * configure: Handle temporary files securely using mkdir.
14348
7fddf9a9
AO
143492001-09-29 Alexandre Oliva <aoliva@redhat.com>
14350
14351 * Makefile.in (configure-target-gperf): Depend on $(ALL_GCC_CXX).
14352
dce2d8b2 143532001-09-26 Will Cohen <wcohen@redhat.com>
387beb82
WC
14354
14355 * configure.in (*-*-linux*): Disable configuration of target-newlib
14356 and target-libgloss.
e490616e 14357
0c055e34
AO
143582001-09-26 Alexandre Oliva <aoliva@redhat.com>
14359
14360 * Makefile.in (EXTRA_TARGET_FLAGS): Pass RANLIB_FOR_TARGET for
14361 RANLIB.
14362
759bfa90
AO
143632001-09-21 Alexandre Oliva <aoliva@redhat.com>
14364
14365 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET,
14366 DLLTOOL_FOR_TARGET, WINDRES_FOR_TARGET, AR_FOR_TARGET,
14367 RANLIB_FOR_TARGET, NM_FOR_TARGET): Don't use double quotes to
14368 avoid quotes nesting problems.
14369 (NATIVE_CHECK_MODULES): Ditto, just for consistency.
14370 (DO_X): Export only variables that are set.
14371
1dc4a750
BE
143722001-09-19 Ben Elliston <bje@redhat.com>
14373
14374 * configure.in (sparc-sun-solaris2*): Don't use /usr/bin/which on
14375 Solaris when testing for the /usr/ucb/cc compiler; it has incorrect
14376 semantics. Use the shell built-in "type" command instead.
14377
898c7238
AO
143782001-08-31 Alexandre Oliva <aoliva@redhat.com>
14379
14380 Merged from gcc-3_0-branch:
14381 2001-07-30 Jeff Sturm <jsturm@one-pont.com>
14382 * ltcf-c.sh: Use $objext, not $ac_objext.
14383 2001-07-27 Mark Kettenis <kettenis@gnu.org>
14384 * ltcf-cxx.sh: Add support for GNU.
14385 2001-07-22 Timothy Wall <twall@redhat.com>
14386 * ltcf-c.sh: Don't disable shared libraries for AIX5/IA64. Preserve
14387 default settings if using GNU tools with that configuration.
14388 * ltcf-cxx.sh: Ditto.
14389 * ltcf-gcj.sh: Ditto.
14390 2001-07-21 Michael Chastain <chastain@redhat.com>
14391 * ltconfig: Set max_cmd_len to a maximum of 512Kb, as it seems some
14392 HPUX 11.0 systems have trouble with 1MB. Mark as gcc-local.
14393 * ltmain.sh: Mark as gcc-local.
14394
8fa0a32e
EC
143952001-08-30 Eric Christopher <echristo@redhat.com>
14396 Jason Eckhardt <jle@redhat.com>
14397
14398 * config.guess: Merge from master sources.
14399 * config.sub: Merge from master sources, add support for mipsisa32.
14400
32f30f91 144012001-08-25 Geoffrey Keating <geoffk@redhat.com>
32f30f91
GK
14402 * config.sub: Merge from master sources, rev 1.219.
14403 * MAINTAINERS: Add self as contact for stormy16 port.
14404
f6084f99
ZW
144052001-08-14 Zack Weinberg <zackw@panix.com>
14406
14407 * config.sub: Merge from master sources, rev 1.218.
14408 * config.guess: Merge from master sources, rev 1.209.
14409
91b54f7f
GS
144102001-08-11 Graham Stott <grahams@redhat.com>
14411
14412 * Makefile.in (check-c++): Add missing semicolon.
14413
e5b3941e
JH
14414Mon Jul 30 19:24:13 CEST 2001 Jan Hubicka <jh@suse.cz>
14415
32f30f91 14416 * MAINTAINERS (Various maitainers: predict.def): Added myself.
e5b3941e 14417
6387a56e
EC
144182001-07-30 Eric Christopher <echristo@redhat.com>
14419
14420 * MAINTAINERS (Various maintainers: mips port): Added myself.
14421
53b475f0
AH
144222001-07-25 Andrew Haley <aph@cambridge.redhat.com>
14423
e490616e 14424 * configure.in (sh-*-linux*): New.
53b475f0 14425
2a08c780
RH
144262001-07-27 Richard Henderson <rth@redhat.com>
14427
14428 * .cvsignore: Add LAST_UPDATED.
14429
bfa79422
UW
144302001-07-23 Ulrich Weigand <uweigand@de.ibm.com>
14431
14432 * MAINTAINERS (Various maintainers: s390 port): Added myself.
14433
0ae85492
AH
144342001-07-16 Aldy Hernandez <aldyh@redhat.com>
14435
e490616e 14436 * config.sub: Fix mips64vr5000el typo in CPU-COMPANY.
0ae85492 14437
8e1ab0fe
NP
14438Fri Jul 13 14:31:57 2001 Nicola Pero <nicola@brainstorm.co.uk>
14439
14440 * MAINTAINERS (Write After Approval): Added myself.
14441
2b997990
SC
144422001-07-12 Stephane Carrez <Stephane.Carrez@worldnet.fr>
14443
14444 * configure.in (noconfigdirs): Don't compile libiberty, libstdcxx
14445 and libgcj on m68hc11/m68hc12.
14446
d920e825
L
144472001-06-27 H.J. Lu (hjl@gnu.org)
14448
14449 * Makefile (CFLAGS_FOR_BUILD): New.
14450 (EXTRA_GCC_FLAGS): Add CFLAGS_FOR_BUILD.
14451
d425a1e0
JM
144522001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14453
14454 * README: Remove version number.
14455
5b5b4207
GP
144562001-06-13 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14457
14458 * INSTALL/README: Update wrt. to the installation instructions now
14459 residing in gcc/doc/install.texi.
14460
be839b69
JM
144612001-06-13 Joseph S. Myers <jsm28@cam.ac.uk>
14462
14463 * README: Replace with a cut-down and updated version of gcc/README.
14464
fe2ee7c4
DE
144652001-06-12 David Edelsohn <edelsohn@gnu.org>
14466
14467 * config-ml.in (powerpc-*-* | rs6000-*-*): Allow aix64 and pthread
14468 multilibs to be disabled.
14469
4f5d646c
DB
144702001-06-11 Daniel Berlin <dan@cgsoftware.com>
14471
14472 * MAINTAINERS (Write After Approval): Add myself.
6387a56e 14473
818f0c85
AO
144742001-06-09 Alexandre Oliva <aoliva@redhat.com>
14475
14476 * config.guess: Import CVS version 1.195.
14477 * config.sub: Import CVS version 1.212.
14478
e9a8af10
AO
144792001-06-08 Alexandre Oliva <aoliva@redhat.com>, Jeff Sturm <jsturm@one-point.com>
14480
14481 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14482 gcc/xgcc is built, use -print-prog-name to find out the program
14483 name to use.
14484
ae3ca0a9
PE
144852001-06-04 Phil Edwards <pme@sources.redhat.com>
14486
14487 * config.guess: Import CVS version 1.194. All gcc-local changes
14488 appear to also be in the master copy.
14489 * config.sub: Import CVS version 1.211.
14490
066bd40d
MM
14491Mon Jun 4 16:32:53 2001 Mark Mitchell <mark@codesourcery.com>
14492
14493 * ltcf-c.sh (archive_cmds, archive_expsym_cmds) [solaris,
14494 with_gcc]: Use `gcc -shared' to build a shared library.
14495
4aef4f33
JDA
14496Mon Jun 4 16:24:43 2001 John David Anglin <dave@hiauly1.hia.nrc.ca>
14497
14498 * ltcf-c.sh (archive_cmd) [hpux, with_gcc]: Use gcc to link shared
14499 archives.
14500
c386f00f
RO
14501Fri Jun 1 18:55:19 2001 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
14502
14503 * MAINTAINERS (Write After Approval): Add myself.
14504
2ae5cea5
HPN
145052001-06-01 Hans-Peter Nilsson <hp@axis.com>
14506
14507 * configure.in (libstdcxx_flags): Do not try to execute
14508 libstdc++-v3/testsuite_flags until it exists.
14509
c3766183
AM
145102001-06-01 Alan Modra <amodra@bigpond.net.au>
14511
14512 * MAINTAINERS: Update my email address.
14513
9b337833
GS
145142001-05-31 Graham Stott <grahams@redhat.com>
14515
14516 * MAINTAINERS (Write After Approval): Add myself.
14517
dce2d8b2 145182001-05-28 Simon Patarin <simon.patarin@inria.fr>
55fce0eb
SP
14519
14520 * ltcf-cxx.sh (osf3/osf4/osf5): Support creation of C++ shared
14521 libraries when using g++ with native linker.
14522
5f7de4b8
AO
145232001-05-28 Alexandre Oliva <aoliva@redhat.com>
14524
14525 * ltconfig, ltmain.sh: Upgrade to libtool 1.4a 1.641.2.256.
14526
a7bc0fbb
AO
145272001-05-22 Alexandre Oliva <aoliva@redhat.com>
14528
14529 * ltcf-cxx.sh (allow_undefined_flag, no_undefined_flag)
14530 [aix4*|aix5*]: Prepend blank.
14531
33456445
AO
145322001-05-20 Alexandre Oliva <aoliva@redhat.com>
14533
14534 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14535 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number
14536 of subdir/configure scripts to use the new libtool.m4.
14537
e48d3d00
MK
145382001-05-19 Matt Kraai <kraai@alumni.carnegiemellon.edu>
14539
14540 * MAINTAINERS (Write After Approval): Add myself.
14541
9e0e191b
BK
145422001-05-18 Benjamin Kosnik <bkoz@redhat.com>
14543
14544 * configure.in (libstdcxx_flags): Remove reference to libstdc++.INC.
14545
3f19b439
BE
145462001-05-11 Ben Elliston <bje@redhat.com>
14547
14548 * Makefile.in (all-sid): New target.
14549 (check-sid, clean-sid, install-sid): Likewise.
14550
6ebe3121
JO
145512001-05-09 Jeffrey Oldham <oldham@codesourcery.com>
14552
14553 * ltcf-cxx.sh: Add -nostdlib to IRIX 6 archive_cmds.
14554
ca3667c4
AO
145552001-05-03 Alexandre Oliva <aoliva@redhat.com>
14556
14557 * configure.in (noconfigdirs) [*-cygwin*, *-mingw*, *-beos]: Disable
14558 libgcj.
14559
145602001-05-03 Alexandre Oliva <aoliva@redhat.com>
14561
14562 * Makefile.in (AS_FOR_TARGET, LD_FOR_TARGET, NM_FOR_TARGET): If
14563 gcc/xgcc is built, use -print-prog-name to find out the program
14564 name to use.
14565
b2964d63
AO
145662001-04-26 Alexandre Oliva <aoliva@redhat.com>
14567
b1bb2302
AO
14568 * configure.in (noconfigdirs): Don't reset it from scratch in the
14569 target case; only append to it.
6387a56e 14570
b2964d63
AO
14571 * configure.in (noconfigdirs) [hppa*-*-*, mips*-*-irix6*,
14572 sparc-*-solaris2.8]: Disable ${libgcj}.
14573
8343765d
AO
145742001-04-25 Alexandre Oliva <aoliva@redhat.com>
14575
14576 * configure.in (libgcj_saved): Copy from $libgcj.
14577 (libgcj): Zero out if --enable-libgcj; add to noconfigdirs is
14578 --disable-libgcj.
14579
ddbb6d43
GRK
145802001-04-25 Gavin Romig-Koch <gavin@redhat.com>
14581
14582 * MAINTAINERS: Remove self as MIPS maintainer and
6387a56e 14583 C front end maintainer.
ddbb6d43 14584
3fa03ff9
AG
14585Mon Apr 23 09:15:03 2001 Anthony Green <green@redhat.com>
14586
14587 * configure.in: Move *-chorusos target case to the proper switch.
14588 Disable libgcj.
14589
99ffe40f
AO
145902001-04-12 Alexandre Oliva <aoliva@redhat.com>
14591
14592 * ltconfig, ltmain.sh, ltcf-cxx.sh: Upgraded to libtool 1.4a
14593 1.641.2.228.
14594
78faa32d
FS
145952001-04-13 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
14596
14597 * Makefile.in (STAGE1_CFLAGS): Pass down.
14598
cdbff0ab
AM
145992001-04-13 Alan Modra <amodra@one.net.au>
14600
14601 * config.guess: Add hppa64-linux support. Note for next import that
14602 this is already in the master file.
14603 * configure.in: Likewise. Accept `parisc' alias for `hppa'.
14604
75b9074c
AO
146052001-04-12 Alexandre Oliva <aoliva@redhat.com>
14606
14607 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14608 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.226.
14609
125404c5
SS
146102001-04-11 Stan Shebs <shebs@apple.com>
14611
14612 * MAINTAINERS: Add self as Darwin port maintainer.
14613
876684fe
AM
146142001-04-11 Alan Modra <amodra@one.net.au>
14615
14616 * MAINTAINERS: Update my email address.
14617
06729913
LR
146182001-04-10 Loren J. Rittle <ljrittle@acm.org>
14619
14620 * ltcf-cxx.sh: Support creation of C++ shared libraries on
14621 recent versions of FreeBSD (release 3 or later).
14622 * ltconfig: On FreeBSD, -lc must not be provided when building
14623 a shared library or else the standard -pthread gcc option is
14624 rendered worthless to later users of the built library.
14625
67916302
JM
146262001-04-06 Joseph S. Myers <jsm28@cam.ac.uk>
14627
14628 * MAINTAINERS: Add self and RTH as C front end maintainers.
14629
d2bc0628
AO
146302001-04-05 Alexandre Oliva <aoliva@redhat.com>
14631
e490616e
ZW
14632 * config.sub: Make sure to match an already-canonicalized
14633 machine name (eg. mn10300-unknown-elf).
d2bc0628 14634
a3406c06
AO
146352001-04-01 Alexandre Oliva <aoliva@redhat.com>
14636
14637 * Makefile.in (CXX_FOR_TARGET_FOR_RECURSIVE_MAKE, RECURSE_FLAGS):
14638 New macros.
14639 (bootstrap, cross): Use RECURSE_FLAGS.
14640 * configure.in: Subst CXX_FOR_TARGET_FOR_RECURSIVE_MAKE.
14641
a076f6a4
AO
146422001-03-27 Alexandre Oliva <aoliva@redhat.com>
14643
14644 * configure.in (CXX_FOR_TARGET): Use xgcc for libstdc++-v3.
14645
e9f4fa71
CH
146462001-03-22 Colin Howell <chowell@redhat.com>
14647
7238de5c
CH
14648 * Makefile.in (DO_X): Do not backslash single-quotes in
14649 backquotes (two places).
e9f4fa71 14650
b6b14b1b
AO
146512001-03-22 Alexandre Oliva <aoliva@redhat.com>
14652
14653 Re-installed:
14654 2001-01-02 Laurynas Biveinis <lauras@softhome.net>
14655 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
14656 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
14657 * ltcf-cxx.sh: Likewise.
14658 * ltcf-gcj.sh: Likewise.
14659
1eb0b89d
GP
146602001-03-22 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
14661
14662 * MAINTAINERS: Add myself as "documentation co-maintainer".
14663
82e23236
AO
146642001-03-22 Alexandre Oliva <aoliva@redhat.com>
14665
14666 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
14667 ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.198.
14668
64ec27c3
TT
146692001-03-19 Tom Tromey <tromey@redhat.com>
14670
14671 * config-ml.in: Handle GCJ and GCJFLAGS.
14672
191de407
MC
146732001-03-21 Michael Chastain <chastain@redhat.com>
14674
14675 * Makefile.in: all-m4 depends on all-texinfo.
14676
fed4dede
LR
146772001-03-20 Loren J. Rittle <ljrittle@acm.org>
14678
14679 * MAINTAINERS: Add myself to write after approval list.
14680
085072bb
LB
146812001-03-18 Laurynas Biveinis <lauras@softhome.net>
14682
14683 * Makefile.in (DO_X): Quote nested quotes.
14684
5af8ea3f
AM
146852001-03-18 Alan Modra <alan@linuxcare.com.au>
14686
14687 * MAINTAINERS: Add myself to write after approval list.
14688
69e23037
LB
146892001-03-15 Laurynas Biveinis <lauras@softhome.net>
14690
14691 * Makefile.in (DO_X): Use double quotes for quoting
14692 "RANLIB=$${RANLIB}".
14693
2b9650f4
OP
146942001-03-10 Ovidiu Predescu <ovidiu@cup.hp.com>
14695
14696 * MAINTAINERS: Added Stan Shebs as new maintainer for Objective-C.
14697
dce2d8b2 146982001-03-09 Nicola Pero <n.pero@mi.flashnet.it>
4698d2cf
NP
14699
14700 * configure.in: Only use `lang_requires' for languages athat are
14701 actually enabled.
14702
f6646274
PE
147032001-03-08 Phil Edwards <pme@sources.redhat.com>
14704
14705 * MAINTAINERS (C++ runtime libs): Update and alphabatize.
14706
c9a54638
AO
147072001-03-08 Alexandre Oliva <aoliva@redhat.com>
14708
14709 * Makefile.in (ALL_GCC, ALL_GCC_C, ALL_GCC_CXX): Set before use.
14710
6a556ad6
TT
147112001-03-07 Tom Tromey <tromey@redhat.com>
14712
14713 * configure.in: Allow config-lang.in to set `lang_requires' to list
14714 of other required languages.
14715
6822468a
LB
147162001-03-06 Laurynas Biveinis <lauras@softhome.net>
14717
14718 * Makefile.in: Remove RANLIB definition. Use RANLIB
14719 in RANLIB_FOR_TARGET, EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS,
14720 EXTRA_GCC_FLAGS, $(DO_X) targets only when the RANLIB is set.
6387a56e 14721
f04885d3 147222001-02-28 Benjamin Kosnik <bkoz@redhat.com>
e490616e 14723 Alexandre Oliva <aoliva@redhat.com>
6387a56e 14724
f04885d3
BK
14725 * Makefile.in (check-c++): Use tabs, not spaces.
14726
288edf47 147272001-02-20 Laurynas Biveinis <lauras@softhome.net>
6387a56e 14728
288edf47
LB
14729 * MAINTAINERS: add myself to Write After Approval list.
14730
3d55d2f8 147312001-02-19 Benjamin Kosnik <bkoz@redhat.com>
4d88a68a 14732
e490616e 14733 * Makefile.in (check-c++): New rule.
6387a56e 14734
4d88a68a
BK
14735 * configure.in (target_libs): Remove libg++.
14736 (noconfigdirs): Remove libg++.
14737 (noconfigdirs): Same.
14738 (noconfigdirs): Same.
14739 (noconfigdirs): Same.
14740
14741 * config-ml.in: Remove libg++ references.
14742
14743 * Makefile.in (TARGET_CONFIGDIRS): Remove libio, libstdc++, libg++.
14744 (ALL_TARGET_MODULES): Same.
14745 (configure-target-libg++): Remove.
14746 (all-target-libg++): Remove.
14747 (configure-target-libio): Remove.
14748 (all-target-libio): Remove.
14749 (check-target-libio): Remove.
14750 (.PHONY): Remove.
14751 (libg++.tar.bz2): Remove.
14752 (all-target-cygmon): Remove libio.
14753 (all-target-libstdc++): Remove.
14754 (configure-target-libstdc++): Remove.
14755 (TARGET_LIB_PATH): Remove libstdc++.
14756 (ALL_GCC_CXX): Remove libstdc++.
14757 (all-target-gperf): Correct.
14758
2437d4ed
NC
147592001-02-16 Nick Clifton <nickc@redhat.com>
14760
14761 * configure.in (noconfigdirs): Allow configuration of texinfo
14762 for Cygwin hosts.
14763
85b99cbe
AG
147642001-02-15 Anthony Green <green@redhat.com>
14765
14766 * configure: Introduce GCJ_FOR_TARGET.
14767 * configure.in: Ditto.
14768 * Makefile.in: Ditto.
14769
7b18790c
AS
147702001-02-13 Andreas Schwab <schwab@suse.de>
14771
14772 * MAINTAINERS: Update mail address.
14773
c4880c99
MS
147742001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
14775
14776 * config.guess: Add linux target for S/390.
14777 * config.sub: Likewise.
14778
dce2d8b2 147792001-02-08 Chandrakala Chavva <cchavva@redhat.com>
e31ae6db
CC
14780
14781 * configure.in: for *-chorusos, don't config target-newlib and
e490616e 14782 target-libgloss.
e31ae6db 14783
7739adfb
BE
147842001-02-06 Ben Elliston <bje@redhat.com>
14785
14786 * configure: Output host type to stdout, not stderr.
14787
36ca672c
MM
147882001-02-05 Mark Mitchell <mark@codesourcery.com>
14789
e40f2829 14790 * ltcf-c.sh: Add support for -no-undefined under GNU/Linux.
2a4e96b7
MM
14791 * ltcf-cxx.sh: Likewise.
14792
36ca672c
MM
14793 * config.if: Assume enable_libstdcxx_v3 is defined.
14794
22fdd65e
MM
147952001-02-04 Mark Mitchell <mark@codesourcery.com>
14796
14797 Remove V2 C++ library.
14798 * configure.in: Remove --enable-libstdcxx_v3 support.
14799
3b60dd8e
BM
148002001-01-31 Bryce McKinlay <bryce@albatross.co.nz>
14801
14802 * include/demangle.h: Add prototype for java_demangle_v3.
14803
42c0c80a
PE
148042001-01-29 Phil Edwards <pme@sources.redhat.com>
14805
14806 * COPYING.LIB: Update to LGPL 2.1 from the FSF.
14807
0be25992
RH
148082001-01-27 Richard Henderson <rth@redhat.com>
14809
14810 * configure.in (target_makefile_frag) [alpha*-*]: Use mt-alphaieee.
14811
8a8de62d
MS
148122001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14813
14814 * ltcf-cxx.sh (ac_cv_prog_cc_pic_works, ac_cv_prog_cc_static_works):
14815 Don't unset, it's non-portable and no longer necessary, set to empty
14816 instead.
14817
92769744
MS
148182001-01-27 Michael Sokolov <msokolov@ivan.Harhan.ORG>, Alexandre Oliva <oliva@lsd.ic.unicamp.br>
14819
14820 * ltconfig: Shell portability fix for the tagname validity check.
14821
88a1c0ab
AO
148222001-01-27 Alexandre Oliva <aoliva@redhat.com>
14823
14824 * ltcf-c.sh (ld_shlibs) [aix5*]: Disable on unknown CPU types.
14825 * ltcf-cxx.sh, ltcf-gcj.sh: Likewise.
14826
45291dd5
MS
148272001-01-26 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14828
14829 * ltcf-cxx.sh: Use parentheses around eval $ac_compile.
14830
1ace7e15
TT
148312001-01-26 Tom Tromey <tromey@redhat.com>
14832
14833 * configure.in: Allow libgcj to be built on Sparc Solaris.
14834
0ef8b11b
DE
148352001-01-25 David Edelsohn <edelsohn@gnu.org>
14836
14837 * ltcf-c.sh: Add aix5 case.
14838 * ltcf-cxx.sh: Likewise.
14839 * ltconfig: Likewise.
14840
0006091e
AO
148412001-01-24 Alexandre Oliva <aoliva@redhat.com>
14842
9bad11e1
AO
14843 * ltmain.sh (TAG disable-shared, TAG disable-static): Make sure we
14844 keep at least one of build_libtool_libs or build_old_libs set to
14845 yes.
14846
0006091e
AO
14847 * ltcf-gcj.sh (lt_simple_link_test_code): Remove stray `(0)'.
14848 * libtool.m4 (_AC_LIBTOOL_GCJ): Pass $CPPFLAGS on.
14849
7c01b2b5
BM
148502001-01-23 Bryce McKinlay <bryce@albatross.co.nz>
14851
14852 * configure.in: Enable libgcj on several additional platforms.
14853
d340e0ac
BM
148542001-01-22 Bryce McKinlay <bryce@albatross.co.nz>
14855
14856 * configure.in: Enable libgcj for linux targets.
14857
5baf8c37
MS
148582001-01-20 Michael Sokolov <msokolov@ivan.Harhan.ORG>
14859
14860 * MAINTAINERS (Write After Approval): Add myself.
14861
10a0ba84
JDA
148622001-01-15 John David Anglin <dave@hiauly1.hia.nrc.ca>
14863
14864 * MAINTAINERS: Add myself as vax port maintainer.
14865
357c6a4b
FH
148662001-01-11 Fergus Henderson <fjh@cs.mu.oz.au>
14867
14868 * MAINTAINERS: Add myself as Mercury front-end maintainer.
14869
6e2d9a7a
MS
148702001-01-09 Mike Stump <mrs@wrs.com>
14871
14872 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass back configuration
14873 failures of subdirectories.
14874
b6b14b1b 148752001-01-02 Laurynas Biveinis <lauras@softhome.net>
976b230d 14876
b6b14b1b 14877 * ltcf-c.sh: Clear ac_cv_prog_cc_pic for DJGPP. Do not add
976b230d 14878 '-DPIC' to ac_cv_prog_cc_pic for DJGPP.
b6b14b1b
AO
14879 * ltcf-cxx.sh: Likewise.
14880 * ltcf-gcj.sh: Likewise.
14881 * ltconfig.sh: Fix typo.
976b230d 14882
07109110
LB
148832001-01-02 Laurynas Biveinis <lauras@softhome.net>
14884
14885 * configure: handle DOS-style absolute paths.
14886
1da5b8fc
LB
148872001-01-02 Laurynas Biveinis <lauras@softhome.net>
14888
14889 * configure.in: remove supported directories from $noconfigdirs for DJGPP.
14890
4c2f5b4f
MM
148912000-12-30 Marek Michalkiewicz <marekm@linux.org.pl>
14892
14893 * MAINTAINERS: Add myself as avr port co-maintainer.
14894
bc53668e
BE
148952000-12-28 Ben Elliston <bje@redhat.com>
14896
14897 * MAINTAINERS: Add myself under ``Write After Approval''.
14898
c387606f
JM
148992000-12-19 Joseph S. Myers <jsm28@cam.ac.uk>
14900
14901 * texinfo: Remove directory from GCC.
14902
2cb5082c
JM
149032000-12-18 Joseph S. Myers <jsm28@cam.ac.uk>
14904
14905 * COPYING: Update to current
14906 ftp://ftp.gnu.org/pub/gnu/Licenses/COPYING-2.0 (fixes references
14907 to 19yy as example year in copyright notice).
14908
cc330df9
BK
149092000-12-18 Benjamin Kosnik <bkoz@redhat.com>
14910
6387a56e 14911 * Makefile.in (BASE_FLAGS_TO_PASS): Alphabetize.
cc330df9
BK
14912 (libstdcxx_incdir): Pass down.
14913 * config.if: Remove expired bits for cxx_interface, add stub.
14914 (libstdcxx_incdir): Add variable for g++ include directory.
14915 * configure.in (gxx_include_dir): Use it.
6387a56e 14916
4c6b2835
AO
149172000-12-18 Alexandre Oliva <aoliva@redhat.com>
14918
14919 * MAINTAINERS: Added self as sh port co-maintainer. Removed entry
14920 with old-email address from ``Write After Approval''.
14921
3896f13e
AJ
149222000-12-15 Andreas Jaeger <aj@suse.de>
14923
14924 * configure.in: Handle lang_dirs.
14925
149262000-12-14 Tom Tromey <tromey@redhat.com>
90a10418 14927
ad46e881
TT
14928 * MAINTAINERS: Removed brads.
14929
90a10418
TT
14930 * MAINTAINERS: Added gcj developers.
14931
41dfe3a2 149322000-12-13 Anthony Green <green@redhat.com>
6387a56e 14933
41dfe3a2 14934 * configure.in: Disable libgcj for any target not specifically
3b75d237
AJ
14935 listed. Disable libgcj for x86 and Alpha Linux until compatible
14936 with g++ abi.
6387a56e 14937
e2f601da
MS
149382000-12-13 Mike Stump <mrs@wrs.com>
14939
14940 * Makefile.in (local-distclean): Also remove fastjar.
14941
70030c01
RB
149422000-12-12 Rodney Brown <RodneyBrown@mynd.com>
14943
14944 * contrib/gcc_update: Add fastjar --touch entries.
14945
2a50f859
AO
149462000-12-12 Alexandre Oliva <aoliva@redhat.com>
14947
14948 * configure.in: Disable language-specific target libraries for
14949 languages that aren't enabled.
14950
7743113b
AG
149512000-12-10 Anthony Green <green@redhat.com>
14952
14953 * configure.in: Define libgcj. Disable libgcj target libraries for
14954 most targets.
14955
92e061a6
NB
149562000-12-10 Neil Booth <neilb@earthling.net>
14957
14958 * MAINTAINERS: Update mail address, remove from WAA list.
14959
f34ff6d6
APB
149602000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14961
14962 * libjava: Imported from /cvs/java.
14963 * libffi: Likewise.
14964 * Boehm-gc: Likewise.
14965
d82a33c6
APB
149662000-12-09 Alexandre Petit-Bianco <apbianco@cygnus.com>
14967
14968 * configure.in (target_libs): Revert 2000-12-08 patch.
14969 (noconfigdirs): Added target-libjava.
14970
e14f8e28
LB
149712000-12-09 Laurynas Biveinis <lauras@softhome.net>
14972
14973 * djunpack.bat: removed.
14974
fc26516b
LB
149752000-12-09 Laurynas Biveinis <lauras@softhome.net>
14976
14977 * Makefile.in: handle DOS-style absolute paths.
14978 * config-ml.in: likewise.
14979 * symlink-tree: likewise.
14980
bd8757b3
APB
149812000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14982
14983 * fastjar: Imported.
14984
81522a1f
APB
149852000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14986
14987 * Makefile.in (TARGET_CONFIGDIRS): Wrong place. Removed note about
14988 libjava.
14989 * configure.in (target_libs): Removed `target-libjava'.
14990
5db1f7ed
APB
149912000-12-08 Alexandre Petit-Bianco <apbianco@cygnus.com>
14992
14993 * Makefile.in (TARGET_CONFIGDIRS): Added note about libjava.
14994 (ALL_MODULES): Added fastjar.
14995 (NATIVE_CHECK_MODULES, INSTALL_MODULES, CLEAN_MODULES): Likewise.
14996 (all-target-libjava): all-fastjar replaces all-zip.
14997 (all-fastjar): Added.
14998 (configure-target-fastjar, all-target-fastjar): Likewise.
14999 * configure.in (host_tools): Added fastjar.
15000
5e59997c
MS
150012000-12-07 Mike Stump <mrs@wrs.com>
15002
15003 * Makefile.in (local-distclean): Remove leftover built files.
15004
0a534f40
NC
150052000-11-24 Nick Clifton <nickc@redhat.com>
15006
15007 * configure.in (xscale-elf): Add target.
15008 (xscale-coff): Add target.
15009
7686cadf
LR
150102000-11-22 Loren J. Rittle <ljrittle@acm.org>
15011
e490616e
ZW
15012 * ltcf-cxx.sh: Support creation of C++ shared libraries on
15013 recent versions of FreeBSD (release 3 or later).
15014 * ltconfig: On FreeBSD, -lc must not be provided when building
15015 a shared library or else the standard -pthread gcc option is
15016 rendered worthless to later users of the built library.
7686cadf 15017
fff01699
FF
150182000-11-16 Fred Fish <fnf@be.com>
15019
15020 * configure.in (enable_libstdcxx_v3): Fix typo,
15021 libstd++ -> libstdc++.
15022
4dc16355
KL
150232000-11-21 Kriang Lerdsuwanakij <lerdsuwa@users.sourceforge.net>
15024
15025 * MAINTAINERS: Add self to Write After Approval list.
15026
bf6fc7b2
BS
150272000-11-21 Bernd Schmidt <bernds@redhat.com>
15028
15029 * MAINTAINERS: Update my email address. Add myself to global write
15030 privs list.
15031
ce8e06b1
AO
150322000-11-18 Alexandre Oliva <aoliva@redhat.com>
15033
6e2a4843
AO
15034 * Makefile.in: Merge with src and libgcj.
15035 (ALL_GCC_C, ALL_GCC_CXX): New macros. Use them as dependencies of
15036 configure-target-<library> when their configure scripts need the C
15037 or C++ library to have already been built to work properly.
15038 (do_proto_toplev): Set them to an empty string.
15039
ce8e06b1
AO
15040 * Makefile.in (HOST_LIB_PATH, TARGET_LIB_PATH): New macros.
15041 (REALLY_SET_LIB_PATH): Use them.
15042
c003f378
SS
150432000-11-17 Stan Shebs <shebs@apple.com>
15044
15045 * MAINTAINERS: Add self to Write After Approval list.
15046
cc1e60ea
JM
150472000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15048
15049 * configure: Provide the original toplevel configure arguments
15050 (including $0) to subprocesses in the environment rather than
15051 through gcc/configargs.h.
15052
1173593d
JM
150532000-11-13 Joseph S. Myers <jsm28@cam.ac.uk>
15054
15055 * MAINTAINERS: Remove references to cccp. Change C9X reference to
15056 C99. Alphabetise "Write After Approval" list.
15057
520907ee
MM
150582000-11-12 Mark Mitchell <mark@codesourcery.com>
15059
34f6fbdb
MM
15060 * configure: Turn on libstdc++ V3 by default.
15061
520907ee
MM
15062 * ltcf-c.sh: On Solaris, use `gcc -shared' to build a shared library
15063 if we've got GCC.
15064
0bbd37ed
PB
150652000-11-11 Philip Blundell <philb@gnu.org>
15066
15067 * MAINTAINERS: Add self to Write After Approval list.
15068
7ca0e6d9
DE
150692000-11-09 David Edelsohn <edelsohn@gnu.org>
15070
15071 * ltcf-c.sh (aix4): Improve shared library configuration; require
15072 exporting symbols.
15073 * ltcf-cxx.sh (aix4): Define.
15074 * ltconfig (aix4): Define library and soname specs appropriate for
15075 AIX. Define command to create export symbols list.
15076
dce2d8b2 15077Mon Nov 6 14:19:35 2000 Christopher Faylor <cgf@cygnus.com>
f559f30b
CF
15078
15079 * config.sub: Add support for Sun Chorus
15080
fc05d516
NC
150812000-10-31 Nick Clifton <nickc@redhat.com>
15082
15083 * MAINTAINERS: Rename <name>@cygnus.com addresses to
15084 <name>@redhat.com. Also installed new email address for Clint
15085 Popetz.
6387a56e 15086
90a0e73f
JM
150872000-10-30 Joseph S. Myers <jsm28@cam.ac.uk>
15088
15089 * etc: Remove directory from GCC.
15090
a5e1b548
MM
150912000-10-16 Michael Meissner <meissner@redhat.com>
15092
15093 * configure (gcc/configargs.h): Only create if there is a build GCC
15094 directory created.
15095
6387a56e
EC
150962000-10-16 Matthias Klose <doko@debian.org>
15097
be1db873
MK
15098 * config.if: Search libstdc++-v3/configure.in for INTERFACE,
15099 when configured for libstdc++-v3.
15100
f5fa9a5b
PE
151012000-10-05 Phil Edwards <pme@gcc.gnu.org>
15102
15103 * configure: Save configure arguments to gcc/configargs.h.
15104
61a77fea
PT
151052000-10-04 Philipp Thomas <pthomas@suse.de>
15106
15107 * config.guess: Import CVS version 1.157.
15108 * config.sub: Import CVS version 1.181.
15109
3a4fee66
AP
151102000-10-04 Andris Pavenis <pavenis@latnet.lv>
15111
15112 * Makefile.in (bootstrap): avoid recursion if subdir missing
15113 (cross): ditto
15114 (do-proto-toplev): ditto
15115
3dd7094e
AO
151162000-09-30 Alexandre Oliva <aoliva@redhat.com>
15117
de710532
AO
15118 * Makefile.in (DEVO_SUPPORT): Added gettext.m4, libtool.m4,
15119 ltcf-c.sh, ltcf-cxx.sh and ltcf-gcj.sh.
15120
3dd7094e
AO
15121 * ltconfig, ltmain.sh, libtool.m4, ltcf-cxx.sh: Updated from libtool
15122 multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt
15123 all affected `configure' scripts.
15124
e592386f
NB
15125Mon 25-Sep-2000 19:46:09 BST Neil Booth <neilb@earthling.net>
15126
15127 * MAINTAINERS: Add self as cpplib co-maintainer.
15128
fba54939
AH
151292000-09-24 Aldy Hernandez <aldyh@redhat.com>
15130
15131 * MAINTAINERS: Add self to Write After Approval list.
15132
2bd429f4
GP
151332000-09-18 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
15134
15135 * INSTALL/README: egcs -> GCC update.
15136
dce2d8b2 15137Sun Sep 17 16:55:59 CEST 2000 Marc Espie <espie@cvs.openbsd.org>
d733f374
ME
15138
15139 * MAINTAINERS: Add myself to Write After Approval list.
15140
d7ce9a83
KH
151412000-09-15 Kazu Hirata <kazu@hxi.com>
15142
15143 * MAINTAINERS: Add myself to Write After Approval list.
15144
18a53ffe
JL
15145Wed Sep 13 11:11:29 2000 Jeffrey A Law (law@cygnus.com)
15146
e490616e
ZW
15147 * configure.in: Do not build byacc for hppa64. Provide paths to the
15148 X11 libraries for hppa64.
18a53ffe 15149
f246ff23
SC
151502000-09-08 Stephane Carrez <Stephane.Carrez@worldnet.fr>
15151
15152 * MAINTAINERS: Add myself as 68hc11 port maintainer.
15153
06298abd
AO
151542000-09-06 Alexandre Oliva <aoliva@redhat.com>
15155
4b92758a
AO
15156 * Makefile.in (all-zlib): Added dummy target.
15157
06298abd
AO
15158 * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,
15159 ltcf-gcj.sh: Updated from libtool multi-language branch.
15160
4d73d07a
AO
151612000-09-05 Alexandre Oliva <aoliva@redhat.com>
15162
15163 * Makefile.in (all-bootstrap): Added all-texinfo and all-zlib.
15164 (bootstrap*): Depend on all-bootstrap.
15165
05d52d78
PT
151662000-09-05 Philipp Thomas <pthomas@suse.de>
15167
15168 * config.guess: Import CVS version 1.156.
15169 * config.sub: Import CVS version 1.179.
15170
3c809ba4
AG
151712000-09-02 Anthony Green <green@cygnus.com>
15172
15173 * Makefile.in (all-gcc): Depend on all-zlib.
15174 (CLEAN_MODULES): Add clean-zlib.
15175 (ALL_MODULES): Add all-zlib.
15176 * configure.in (host_libs): Add zlib.
15177
10ad78a0 151782000-09-02 Alexandre Oliva <aoliva@redhat.com>, DJ Delorie <dj@redhat.com>
afd7db25
AO
15179
15180 * configure.in (FLAGS_FOR_TARGET): Use -nostdinc even for Canadian
15181 crosses, but add gcc/include to the header search path for them.
15182
b36a9ce3
DB
151832000-08-04 David E. O'Brien <obrien@FreeBSD.org>
15184
15185 * MAINTAINERS: Add self to Write After Approval list.
15186
cb011248
FS
151872000-08-27 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15188
15189 * config.guess: Import CVS version 1.152.
15190 * config.sub: Import CVS version 1.177.
15191
db310af0
AO
151922000-08-25 Alexandre Oliva <aoliva@redhat.com>
15193
7965440a
AO
15194 * configure.in (FLAGS_FOR_TARGET): Use $target_configdirs and
15195 $targargs to tell whether newlib is going to be built.
15196
db310af0
AO
15197 * configure.in [disable-libstdcxx-v3] (libstdcxx_flags): Search
15198 $$r/TARGET_SUBDIR/libio for _G_config.h.
15199
e7977565
AO
152002000-08-23 Alexandre Oliva <aoliva@redhat.com>
15201
15202 * MAINTAINERS: Add self as a build machinery (*.in) maintainer.
15203
126bb9ed
DD
152042000-08-22 DJ Delorie <dj@redhat.com>
15205
15206 * MAINTAINERS: Add self as a build machinery (*.in) maintainer
15207
5b0e9d29
AO
152082000-08-22 Alexandre Oliva <aoliva@redhat.com>
15209
15210 * config-ml.in (CC, CXX): Avoid trailing whitespace.
15211 (LD_LIBRARY_PATH, SHLIB_PATH): Adjust for multilibs and export to
15212 sub-configures.
15213
4f3e904e
DD
152142000-08-21 DJ Delorie <dj@redhat.com>
15215
15216 * MAINTAINERS: Add self as a libiberty maintainer
15217
c9635443
AO
152182000-08-16 Alexandre Oliva <aoliva@redhat.com>
15219
15220 * configure.in (libstdcxx_flags): Use
15221 libstdc++-v3/src/libstdc++.INC.
15222
8b2100ba
AO
152232000-08-15 Alexandre Oliva <aoliva@redhat.com>
15224
15225 * configure.in (libstdcxx_flags): Use libstdc++-v3/src/INCLUDES.
15226
57119aa9
ZW
152272000-08-14 Zack Weinberg <zack@wolery.cumb.org>
15228
eeb943b0
ZW
15229 * configure.in (libstdcxx_flags): Remove -isystem $$s/libio/stdio.
15230
6387a56e 15231 * configure: Make enable_threads and enable_shared defaults
57119aa9
ZW
15232 explicit. Substitute enable_threads into generated Makefiles.
15233 * configure.in: Accept *-*-linux* not just *-*-linux-gnu*.
15234 * libtool.m4: Accept *-*-linux* not just *-*-linux-gnu*.
15235
acffa7c4
GK
152362000-08-13 Geoff Keating <geoffk@cygnus.com>
15237
15238 * Makefile.in (GCC_FOR_TARGET): Also add -B$$r/gcc/ here.
15239
808d8c41
AO
152402000-08-12 Alexandre Oliva <aoliva@redhat.com>
15241
15242 * config-ml.in (CC): Remove bogus duplicate quotation mark from
15243 previous delta.
15244
1fc8c51c 152452000-08-11 Jason Merrill <jason@redhat.com>
85804ec6 15246
1fc8c51c
JM
15247 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET,
15248 CXX_FOR_TARGET): Add -B$$r/gcc/ here.
15249 (FLAGS_FOR_TARGET): Not here.
15250 (CHILL_FOR_TARGET, CXX_FOR_TARGET): Don't check the list of languages.
85804ec6 15251
25698887
AO
152522000-08-11 Alexandre Oliva <aoliva@redhat.com>
15253
15254 * config-ml.in (CC, CXX): Don't introduce a leading space.
15255
10120687
DD
152562000-08-07 DJ Delorie <dj@delorie.com>
15257
15258 * MAINTAINERS: Add self as a DJGPP maintainer
15259
15c758e9
DD
152602000-08-07 DJ Delorie <dj@redhat.com>
15261
15262 * configure.in (FLAGS_FOR_TARGET): invert test for xgcc, should mean
15263 "if we're also building gcc, and it's a gcc that will run on the
15264 build machine, we want to use its includes instead of the system's
15265 default includes".
15266
2d0de245
JM
152672000-08-04 Joseph S. Myers <jsm28@cam.ac.uk>
15268
15269 * MAINTAINERS: Add self to Write After Approval list.
15270
e81b330a
AO
152712000-08-03 Alexandre Oliva <aoliva@redhat.com>
15272
83440c1e
AO
15273 * configure.in (libstdcxx_flags): Don't use `"'.
15274
e81b330a
AO
15275 * config-ml.in: Adjust multilib search paths to the
15276 appropriate multilib tree.
15277
cf95c847
AO
152782000-08-02 Alexandre Oliva <aoliva@redhat.com>
15279
15280 * configure.in (CHILL_FOR_TARGET, CXX_FOR_TARGET): Convert blanks to
15281 commas in $LANGUAGES.
15282
9e9af119
MH
152832000-08-02 Manfred Hollstein <manfredh@redhat.com>
15284
15285 * configure.in: Re-enable all references to libg++ and librx.
15286
606ce391
AO
152872000-08-01 Alexandre Oliva <aoliva@redhat.com>
15288
89820b43
AO
15289 * ltconfig, ltmain.sh: Update from libtool multi-language branch.
15290 * ltcf-c.sh (need_lc): Fix test message. Set wl for archive_cmds.
15291 (ac_cv_prog_cc_pic): Don't print `cached' without `checking'.
15292 * ltcf-cxx.sh (need_lc): Set based on postdeps.
15293
606ce391
AO
15294 * configure.in (qCXX_FOR_TARGET): Use echo instead of expr.
15295
04179d4a
AO
152962000-07-31 Alexandre Oliva <aoliva@redhat.com>
15297
15298 * configure.in (qCXX_FOR_TARGET): Quote `&' characters in
15299 CXX_FOR_TARGET for sed.
15300
d4eb109c
AO
153012000-07-30 Alexandre Oliva <aoliva@redhat.com>
15302
15303 * configure.in (CC_FOR_TARGET, CHILL_FOR_TARGET, CXX_FOR_TARGET):
15304 Do not override if already set in the environment or in configure.
15305 Don't duplicate $(FLAGS_FOR_TARGET) if it already appears in them.
15306 (FLAGS_FOR_TARGET): Don't use host directories on Canadian crosses.
15307
4f4caf92
AO
153082000-07-28 Alexandre Oliva <aoliva@redhat.com>
15309
15310 * libtool.m4, ltcf-c.sh, ltcf-cxx.sh, ltcf-gcj.sh: New files from
15311 the libtool CVS tree multi-language branch.
15312 * ltconfig, ltmain.sh: Updated.
6387a56e 15313
b87487b6
AO
153142000-07-27 Alexandre Oliva <aoliva@redhat.com>
15315
1670d1ea
AO
15316 * Makefile.in (clean-target-libgcc): Remove gcc/libgcc.
15317 (clean-target): Depend on it.
15318
b87487b6
AO
15319 * Makefile.in (FLAGS_FOR_TARGET): New macro.
15320 (GCC_FOR_TARGET): Use it.
15321 (CC_FOR_TARGET, CXX_FOR_TARGET, CHILL_FOR_TARGET): Now defined...
15322 * configure.in: ... here.
15323 (FLAGS_FOR_TARGET): Define. Add ld build dir to -L path.
15324 (libstdcxx_flags): Define and append to CXX_FOR_TARGET.
15325
4e81ae98
EC
153262000-07-24 Eric Christopher <echristo@cygnus.com>
15327
15328 * MAINTAINERS: Add self to Write After Approval list.
15329
059ae32c
AO
153302000-07-24 Alexandre Oliva <aoliva@redhat.com>
15331
5b28edd4
AO
15332 * Makefile.in (configure-target-libf2c): Depend on $(ALL_GCC).
15333 (configure-target-libchill, configure-target-libobjc): Likewise.
15334
059ae32c
AO
15335 * configure.in: Use the same cache file for all target libs.
15336 * config-ml.in: But different cache files per multilib variant.
15337
1adcd149
MS
153382000-07-23 Michael Sokolov <msokolov@ivan.Harhan.ORG>
15339
15340 * configure (topsrcdir): Don't use dirname.
15341
2d573dff
JO
153422000-07-22 Jeffrey Oldham <oldham@codesourcery.com>
15343
15344 * MAINTAINERS: Add self to Write After Approval list.
15345
d207ebef
JM
153462000-07-20 Jason Merrill <jason@redhat.com>
15347
15348 * configure.in: Remove all references to libg++ and librx.
15349
15350 * configure, configure.in, Makefile.in: Unify gcc and binutils.
15351
153522000-07-20 Hans-Peter Nilsson <hp@axis.com>
15353
15354 * config.sub: Update to subversions version 2000-07-06.
15355
7b7792d5
AH
153562000-07-12 Andrew Haley <aph@cygnus.com>
15357
15358 * configure.in (host_makefile_frag): Use mh-ia64pic on IA-64 hosts.
15359 (target_makefile_frag): Use mt-ia64pic on IA-64 targets.
15360
3abaac67
PE
153612000-07-07 Phil Edwards <pme@sourceware.cygnus.com>
15362
15363 * symlink-tree: Check number of arguments.
15364
34be2b36
JW
153652000-07-05 Jim Wilson <wilson@cygnus.com>
15366
15367 * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
15368 search path for a g++ extracted from the build tree. This
15369 will allow link tests run by configure scripts in
15370 subdirectories to succeed.
15371
d207ebef
JM
153722000-07-01 Koundinya K <kk@ddeorg.soft.net>
15373
e490616e 15374 * ltconfig: Add support for mips-dde-sysv4.2MP
4e81ae98 15375
0900331b
MH
153762000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
15377
15378 * MAINTAINERS: Add myself as loop discovery maintainer.
15379
d207ebef
JM
153802000-06-28 Corinna Vinschen <vinschen@cygnus.com>
15381
15382 * ltconfig: Check for host_os beeing one of `cygwin', `mingw' or
15383 `os2'. Force ac_cv_exeext to be ".exe" in that case.
15384
153852000-06-19 Timothy Wall <twall@cygnus.com>
15386
15387 * configure.in (noconfigdirs): Set noconfigdirs for tic54x target.
15388 * config.sub: Add tic54x target.
15389
11a27a76
TM
15390Sun Jun 11 17:20:00 MET 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15391
15392 * MAINTAINERS: Add self as Fortran maintainer,
15393 remove Craig Burley.
15394
d207ebef 15395Tue May 30 19:01:12 2000 Andrew Cagney <cagney@b1.cygnus.com>
ef0b4ef8 15396
d207ebef
JM
15397 * config.sub: Import CVS version 1.167 Tue May 30 09:00:07 2000.
15398 * config.guess: Import CVS version 1.148 Tue May 30 09:00:06 2000
ef0b4ef8 15399
7758b73f
PT
15400Mon May 29 21:15:00 MET 2000 Philipp Thomas <pthomas@suse.de>
15401
15402 * MAINTAINERS: Add self as i18n maintainer
15403
d207ebef
JM
1540420000-05-21 H.J. Lu (hjl@gnu.org)
15405
e490616e
ZW
15406 * Makefile.in (CC_FOR_TARGET): Make sure as/ld in the gcc
15407 directory are used if they exist. Make sure
15408 $(build_tooldir)/include is searched for header files,
15409 $(build_tooldir)/lib/ for library files.
d207ebef 15410 (GCC_FOR_TARGET): Likewise.
e490616e 15411 (CXX_FOR_TARGET): Likewise.
d207ebef 15412
bae29210
JL
15413Thu May 18 10:58:13 2000 Jeffrey A Law (law@cygnus.com)
15414
15415 * configure.in (hppa*64*-*-*): Do build ld for this configuration.
15416
d207ebef 15417Wed May 17 16:03:48 2000 Alexandre Oliva <aoliva@cygnus.com>
075dad02
AO
15418
15419 * Makefile.in (configure-target-libiberty): Depend on
15420 configure-target-newlib.
15421
aab0d19d
AO
154222000-05-16 Alexandre Oliva <aoliva@cygnus.com>
15423
15424 * configure.in, Makefile.in: Merge all libffi-related
15425 configury stuff from the libgcj tree.
15426
d207ebef
JM
15427Tue May 16 10:06:21 2000 Andrew Cagney <cagney@b1.cygnus.com>
15428
15429 Thu Apr 27 11:01:48 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15430 * Makefile.in (do-tar-bz2, do-md5sum): Skip CVS directories.
15431
15432Tue May 16 09:57:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
15433
15434 Wed Apr 26 17:03:53 2000 Andrew Cagney <cagney@b1.cygnus.com>:
15435 * Makefile.in (do-djunpack): New target. Update djunpack.bat with
3b75d237 15436 current version information. Add to proto-toplev directory.
d207ebef
JM
15437 (gdb-taz): Build do-djunpack.
15438
758c7bd4
DE
154392000-05-15 David Edelsohn <edelsohn@gnu.org>
15440
15441 * configure.in: Special case powerpc*-*-aix* target_makefile_frag.
15442
1888228d
AC
15443Mon May 15 13:39:09 2000 Andrew Cagney <cagney@b1.cygnus.com>
15444
15445 * MAINTAINERS: Add self to Write After Approval list.
15446
d207ebef
JM
154472000-05-13 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15448
15449 * ltmain.sh: Preserve in relink_command any environment
15450 variables that may affect the linker behavior.
15451
2d7cc2fe
JL
15452Fri May 12 11:23:17 2000 Jeffrey A Law (law@cygnus.com)
15453
d207ebef
JM
15454 * config.sub (basic_machine): Recognize hppa64 as a valid cpu type.
15455
15456Wed May 10 21:26:51 2000 Jim Wilson <wilson@cygnus.com>
15457
15458 * configure.in (ia64*-*-elf*): Add gdb and friends to noconfigdirs.
15459
154602000-05-08 Eli Zaretskii <eliz@is.elta.co.il>
15461
15462 * djunpack.bat: Change the Sed script to replace @V@ in fnchange.lst
e490616e 15463 with the version name.
2d7cc2fe 15464
ee455968
JE
15465Sat May 6 21:12:55 CDT 2000 Jason Eckhardt <jle@cygnus.com>
15466
15467 * MAINTAINERS: Add self as bb-reorder maintainer.
15468
73b97e5c
BK
154692000-05-01 Benjamin Kosnik <bkoz@cygnus.com>
15470
15471 * config.if: Tweak.
15472
d207ebef
JM
154732000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
15474
15475 * djunpack.bat: New file.
15476
15477Wed Apr 19 12:46:26 2000 Andrew Cagney <cagney@b1.cygnus.com>
15478
15479 * Makefile.in (taz, gdb-taz, gas.tar.bz2, binutils.tar.bz2,
3b75d237
AJ
15480 gas+binutils.tar.bz2, libg++.tar.bz2, gnats.tar.bz2, gdb.tar.bz2,
15481 dejagnu.tar.bz2, gdb+dejagnu.tar.bz2, insight.tar.bz2,
15482 insight+dejagnu.tar.bz2, newlib.tar.bz2): Pass MD5PROG to sub-make.
d207ebef 15483
954869eb
DP
154842000-04-16 Dave Pitts <dpitts@cozx.com>
15485
e490616e
ZW
15486 * config.sub (case $basic_machine): Change default for "ibm-*"
15487 to "openedition".
954869eb 15488
eaabe541
AJ
154892000-04-13 Andreas Jaeger <aj@suse.de>
15490
15491 * MAINTAINERS: Added myself.
15492
d207ebef
JM
15493Wed Apr 12 16:42:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
15494
15495 * Makefile.in (gdb-taz): New target. GDB specific archive.
15496 (do-md5sum): New target.
15497 (MD5PROG): Define.
15498 (PACKAGE): Default to TOOL.
15499 (VER): Default to a shell script.
15500 (taz): Rewrite target. Move real work to do-proto-toplev. Include
3b75d237 15501 md5 checksum generation.
d207ebef
JM
15502 (do-proto-toplev): New target. Create $(PACKAGE)-$(VER) link.
15503 (do-tar-bz2): Delete creation of $(PACKAGE)-$(VER) link.
15504 (gdb.tar.bz2, dejagnu.tar.bz2, gdb+dejagnu.tar.bz2,
3b75d237 15505 insight.tar.bz2): Use gdb-taz to create archive.
d207ebef
JM
15506
15507Fri Apr 7 18:10:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
15508
15509 * configure (warn_cflags): Delete.
15510
0ea6d60c
PDM
15511Thu Apr 6 16:15:14 2000 Philippe De Muyter <phdm@macqel.be>
15512
15513 * MAINTAINERS: Added myself.
15514
17090313 155152000-04-05 Benjamin Kosnik <bkoz@cygnus.com>
719bb4e3 15516 Martin v. Löwis <martin@loewis.home.cs.tu-berlin.de>
17090313 15517
e490616e
ZW
15518 * configure.in (enable_libstdcxx_v3): Add.
15519 (target_libs): Add bits here to switch between libstdc++-v2 and
15520 libstdc++-v3.
15521 * config.if: And this file too.
15522 * Makefile.in: Add libstdc++-v3 targets.
4e81ae98 15523
76b78517
MM
155242000-04-05 Michael Meissner <meissner@redhat.com>
15525
15526 * config.sub (d30v): Add d30v as a basic machine type.
15527
ad242caf
JM
155282000-03-29 Jason Merrill <jason@casey.cygnus.com>
15529
15530 * configure.in: -linux-gnu*, not -linux-gnu.
15531
d4537148
TM
15532Sun Mar 12 17:30:30 2000 Toon Moene <toon@moene.indiv.nluug.nl>
15533
15534 * MAINTAINERS: Add self in write-after-approval section.
15535
f152e9d4
JW
15536Sun Mar 12 00:23:32 2000 Jim Wilson <wilson@cygnus.com>
15537
15538 * MAINTAINERS: Add self as ia64 port maintainer.
15539
6a5fcef1
NB
155402000-03-08 Neil Booth <NeilB@earthling.net>
15541
15542 * MAINTAINERS: Add self in write-after-approval section.
15543
d207ebef 15544Fri Mar 3 18:44:08 2000 Andrew Cagney <cagney@b1.cygnus.com>
1ebe758f 15545
d207ebef
JM
15546 * Makefile.in (taz): Set PACKAGE to TOOL when not defined.
15547 (do-tar-bz2): Replace TOOL with PACKAGE.
15548 (gdb.tar.bz2): Remove GDBTK from GDB package.
15549 (gdb+dejagnu.tar.bz2, insight.tar.bz2, insight+dejagnu.tar.bz2,
3b75d237 15550 dejagnu.tar.bz2): New packages.
d207ebef
JM
15551
155522000-02-27 Andreas Jaeger <aj@suse.de>
15553
15554 * configure.in: Add entry for mips*-*-linux*, move catch all
15555 *-*-*linux* entry below this one.
15556
155572000-02-27 Ian Lance Taylor <ian@zembu.com>
15558
15559 * ltconfig, ltmain.sh: Update to libtool 1.3.4.
1ebe758f 15560
521fe9d0
NC
155612000-02-24 Nick Clifton <nickc@cygnus.com>
15562
15563 * config.sub: Support an OS of "wince".
15564
d207ebef
JM
15565Thu Feb 24 16:15:56 2000 Andrew Cagney <cagney@b1.cygnus.com>
15566
15567 * config.guess, config.sub: Updated to match config's 2000-02-15
3b75d237 15568 version.
d207ebef 15569
dce2d8b2 155702000-02-23 Linas Vepstas <linas@linas.org>
d207ebef
JM
15571
15572 * config.sub: Add support for Linux/IBM 370.
15573 * configure.in: Likewise.
15574
3a685f6f
NC
155752000-02-22 Nick Clifton <nickc@cygnus.com>
15576
15577 * configure.in: Add mips-pe, sh-pe and arm-wince-pe targets.
15578
dce2d8b2 155792000-02-20 Christopher Faylor <cgf@cygnus.com>
7a15eef5 15580
d207ebef 15581 * config.guess: Guess "cygwin" rather than "cygwin32".
7a15eef5 15582
4746ee26
KG
155832000-02-16 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15584
15585 * configure (gcc_version): When setting, narrow search to
15586 lines containing `version_string'.
15587
ba96c72d
DC
155882000-02-15 Denis Chertykov <denisc@overta.ru>
15589
15590 * config.sub: Add support for avr target.
15591
77f16a66
NC
155922000-02-14 Nick Clifton <nickc@cygnus.com>
15593
15594 * MAINTAINERS: Add maintainers for MCore port.
15595
784a3a80
HPN
15596Tue Feb 1 00:07:46 2000 Hans-Peter Nilsson <hp@bitrange.com>
15597
15598 * config.sub: Add mmix-knuth-mmixware.
15599
719dd4fa
KG
156002000-01-31 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
15601
15602 * MAINTAINERS: Pair cccp with cpplib maintainership.
15603
dce2d8b2 156042000-01-27 Christopher Faylor <cgf@redhat.com>
d207ebef
JM
15605
15606 * Makefile.in (CC_FOR_TARGET): Add new winsup directory
15607 structure stuff to -L library search.
15608 (CXX_FOR_TARGET): Ditto.
15609 (CROSS_CHECK_MODULES): Fix spelling mistake.
15610
7a53e94b
MM
156112000-01-24 Mark Mitchell <mark@codesourcery.com>
15612
15613 * Makefile.in (CXX_FOR_TARGET): Use g++, not xgcc, to invoke
15614 the C++ compiler.
15615
0da3b5a7
RH
156162000-01-12 Richard Henderson <rth@cygnus.com>
15617
15618 * configure.in: Don't build some bits for beos.
15619
02368d6d
JS
156202000-01-12 Joel Sherrill (joel@OARcorp.com)
15621
15622 * Makefile.in (CC_FOR_TARGET): Use newlib libraries as well
15623 as include files.
15624
2e76d35c
ZW
156252000-01-11 Zack Weinberg <zack@wolery.cumb.org>
15626
15627 * Add self as cpplib maintainer, as requested by Jason
15628 Merrill. Correct my e-mail address.
15629
4c25fdcf
GK
156302000-01-06 Geoff Keating <geoffk@cygnus.com>
15631
15632 * configure.in: Use mt-aix43 to handle *_TARGET defs,
15633 not mh-aix43.
15634
188e3966
HPN
15635Thu Dec 23 03:43:36 1999 Hans-Peter Nilsson <hp@bitrange.com>
15636
15637 * MAINTAINERS: Add myself to "write after approval" list.
15638
c2f5d030
RH
156391999-12-14 Richard Henderson <rth@cygnus.com>
15640
15641 * config.guess (alpha-osf, alpha-linux): Detect ev67.
15642 * config.sub: Accept alphaev[78], alphaev8.
15643
eeda916a
AO
156441999-12-03 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
15645
15646 * config.guess, config.sub: Update from autoconf.
15647
b3bd7820
BK
156481999-11-29 Bruce Korb <autogen@linuxbox.com>
15649
2c290989 15650 * MAINTAINERS: update my playtime e-address.
b3bd7820 15651
1882b2b1
RO
15652Tue Nov 23 00:57:41 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15653
15654 * config-ml.in (sparc*-*-*): Disable sparcv9 support if the
15655 necessary libraries are missing.
15656
dce2d8b2 15657Fri Nov 19 11:22:31 MST 1999 Diego Novillo <dnovillo@cygnus.com>
2395f805
DN
15658
15659 * MAINTAINERS: Add new 'write after approval' maintainer.
15660
1e25de97
APB
15661Wed Nov 17 16:08:43 1999 Alexandre Petit-Bianco <apbianco@cygnus.com>
15662
15663 * MAINTAINERS: Add new Java maintainer.
15664
1722c704
AS
156651999-10-25 Andreas Schwab <schwab@suse.de>
15666
15667 * configure: Fix quoting inside arguments of eval.
15668
8141abe8
NC
156691999-10-21 Nick Clifton <nickc@cygnus.com>
15670
15671 * config-ml.in: Allow suppression of some ARM multilibs.
15672
0b77644a
LV
15673Tue Sep 7 23:33:57 1999 Linas Vepstas <linas@linas.org>
15674
15675 * config.guess: Add OS/390 match pattern.
15676 * config.sub: Add mvs, openedition targets.
15677 * configure.in (i370-ibm-opened*): New.
15678
d207ebef
JM
156791999-09-04 Steve Chamberlain <sac@pobox.com>
15680
15681 * config.sub: Add support for configuring for pj.
15682
156831999-08-31 Nick Clifton <nickc@cygnus.com>
15684
15685 * config.sub (maybe_os): Add support for configuring for fr30.
15686
af13ebe9
NC
156871999-08-25 Nick Clifton <nickc@cygnus.com>
15688
15689 * configure.in: Do not configure or build ld for AIX
15690 platforms. ld is known to be broken on these platforms.
15691
1250c760
RO
15692Wed Aug 25 01:12:25 1999 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
15693
15694 * config-ml.in: Pass compiler flag corresponding to multidirs to
15695 subdir configures.
15696
d207ebef
JM
156971999-08-09 Ian Lance Taylor <ian@zembu.com>
15698
15699 * Makefile.in (LDFLAGS): Define.
15700
157011999-08-08 Mumit Khan <khan@xraylith.wisc.edu>
15702
15703 * configure.in (i[3456]-*-mingw32*): Don't put gprof in
15704 noconfigdirs.
15705 (*-*-cygwin*): Likewise.
15706
157071999-08-08 Ian Lance Taylor <ian@zembu.com>
15708
15709 * mkdep: New file.
15710 * Makefile.in (GAS_SUPPORT_DIRS): Add mkdep.
15711 (BINUTILS_SUPPORT_DIRS): Add mkdep.
15712
15713 From Eli Zaretskii <eliz@is.elta.co.il>:
15714 * configure (tmpfile): Change cONf$$ to cNf$$ to avoid an overly
15715 long file name when using DJGPP on MS-DOS.
15716
dbd83e11
JL
15717Wed Aug 4 02:07:14 1999 Jeffrey A Law (law@cygnus.com)
15718
15719 * config.sub (vxworks case): Use os=-vxworks, not os=vxworks.
15720
d207ebef
JM
157211999-07-30 Alan Modra <alan@spri.levels.unisa.edu.au>
15722
15723 * Makefile.in (check-target-libio): Remove all-target-libstdc++
15724 dependency as this causes "make check" to globally "make all"
15725
cd1f4c2c
TT
15726Tue Jun 22 23:45:18 1999 Tom Tromey <tromey@cygnus.com>
15727
15728 * configure.in (target_libs): Added target-zlib.
15729 * Makefile.in (ALL_TARGET_MODULES): Added zlib.
15730 (CONFIGURE_TARGET_MODULES): Likewise.
15731 (CHECK_TARGET_MODULES): Likewise.
15732 (INSTALL_TARGET_MODULES): Likewise.
15733 (CLEAN_TARGET_MODULES): Likewise.
15734 (configure-target-zlib): New target.
15735 (all-target-zlib): Likewise.
15736 (all-target-libjava): Depend on all-target-zlib.
15737 (configure-target-libjava): Depend on configure-target-zlib.
15738
15739 * Makefile.in (configure-target-libjava): Depend on
15740 configure-target-newlib.
15741 (configure-target-boehm-gc): New target.
15742 (configure-target-qthreads): New target.
15743
e490616e
ZW
15744 * configure.in (target_libs): Added target-qthreads.
15745 * Makefile.in (ALL_TARGET_MODULES): Added qthreads.
15746 (CONFIGURE_TARGET_MODULES): Likewise.
15747 (CHECK_TARGET_MODULES): Likewise.
15748 (INSTALL_TARGET_MODULES): Likewise.
15749 (CLEAN_TARGET_MODULES): Likewise.
15750 (all-target-qthreads): New target.
15751 (configure-target-libjava): Depend on configure-target-qthreads.
15752 (all-target-libjava): Depend on all-target-qthreads.
cd1f4c2c
TT
15753
15754 * Makefile.in (ALL_TARGET_MODULES): Added libjava, boehm-gc.
15755 (CONFIGURE_TARGET_MODULES): Likewise.
15756 (CHECK_TARGET_MODULES): Likewise.
15757 (INSTALL_TARGET_MODULES): Likewise.
15758 (CLEAN_TARGET_MODULES): Likewise.
15759 (all-target-libjava): New target.
15760 (all-target-boehm-gc): Likewise.
15761 * configure.in (target_libs): Added libjava, boehm-gc.
15762
d207ebef
JM
157631999-07-22 Ian Lance Taylor <ian@zembu.com>
15764
15765 * Makefile.in (binutils.tar.bz2): Don't pass makeall.bat and
15766 configure.bat in SUPPORT_FILES.
15767 (gas+binutils.tar.bz2): Likewise.
15768
15769 * makeall.bat: Remove; obsolete.
15770
157711999-07-21 Ian Lance Taylor <ian@zembu.com>
15772
15773 From Mark Elbrecht:
15774 * configure.bat: Remove; obsolete.
15775
157761999-07-11 Ian Lance Taylor <ian@zembu.com>
15777
15778 * configure: Add -W -Wall to the default CFLAGS when compiling with
15779 gcc.
15780
15781Thu Jul 8 12:32:23 1999 John David Anglin <dave@hiauly1.hia.nrc.ca>
15782
15783 * configure.in: Build ld, binutils & gas for hppa*-*-linux-gnu*.
15784
157851999-06-30 Mark Mitchell <mark@codesourcery.com>
15786
15787 * configure.in: Build ld on IRIX6.
15788
157891999-06-12 Ian Lance Taylor <ian@zembu.com>
15790
15791 * Makefile.in: Change distribution targets to use bzip2 instead of
15792 gzip.
15793 (TEXINFO_SUPPORT): Set to just texinfo/texinfo.tex.
15794 (taz): Don't use texinfo/gpl.texinfo or texinfo/lgpl.texinfo.
15795
157961999-06-04 Nick Clifton <nickc@cygnus.com>
15797
15798 * config.sub: Add mcore target.
15799
26d088fa
CD
15800Sun May 30 16:03:16 1999 Cort Dougan <cort@cs.nmt.edu>
15801
15802 * config.guess (ppc-*-linux-gnu): Also use ld emul elf32ppclinux.
15803
c2c08b29
L
15804Tue May 25 11:20:46 1999 H.J. Lu (hjl@gnu.org)
15805
15806 * config.guess (dummy): Changed to $dummy.
15807
671d0648
NC
158081999-05-24 Nick Clifton <nickc@cygnus.com>
15809
15810 * config.sub: Tidied up case statements.
15811
b1345c72
BE
158121999-05-22 Ben Elliston <bje@cygnus.com>
15813
51ccbd8d
BE
15814 * config.guess: Handle NEC UX/4800. Contributed by Jiro Takabatake
15815 <jiro@din.or.jp>.
15816
b1345c72
BE
15817 * config.guess: Merge with FSF version. Future changes will be
15818 more accurately recorded in this ChangeLog.
15819 * config.sub: Likewise.
15820
2caf864f
SM
15821Thu May 20 10:00:42 1999 Stephen L Moshier <moshier@world.std.com>
15822
3d3b561f 15823 * Makefile.in (GCC_FOR_TARGET): Add -I$(build_tooldir)/include.
2caf864f 15824
d207ebef
JM
158251999-04-30 Tom Tromey <tromey@cygnus.com>
15826
15827 * ltmain.sh: [mode link] Always use CC given by ltconfig.
15828
90fb0c24
TT
158291999-04-23 Tom Tromey <tromey@cygnus.com>
15830
15831 * ltconfig, ltmain.sh: Update to libtool 1.2f.
15832
d207ebef
JM
158331999-04-20 Drew Moseley <dmoseley@cygnus.com>
15834
15835 * configure.in (noconfigdirs): Don't build libstub for arm-elf targets.
15836 (noconfigdirs): Don't build any bsp stuff for for arm-oabi targets.
15837 Bad merge removed these two changes.
15838
3516940d 15839Tue Apr 13 22:50:54 1999 Donn Terry (donn@interix.com)
e490616e 15840 Martin Heller (Ing.-Buero_Heller@t-online.de)
3516940d
DT
15841
15842 * config.guess (interix Alpha): Add.
15843
d207ebef
JM
158441999-04-11 Richard Henderson <rth@cygnus.com>
15845
15846 * configure.in (i?86-*-beos*): Do config gperf; don't config
15847 gdb, newlib, or libgloss.
15848
e891fbfe 15849Sun Apr 11 23:55:34 1999 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 15850
e891fbfe
AO
15851 * config-ml.in: On mips*-*-*, if multidirs contains mabi=64, try to
15852 link a trivial program with -mabi=64. If it fails, remove mabi=64
15853 from multidirs.
15854
f9ae47d6
PT
15855Sat Apr 10 21:50:01 1999 Philipp Thomas (kthomas@gwdg.de)
15856
15857 * config.sub: Set basic_machine to i586 when target_alias = k6-*.
15858
d207ebef
JM
158591999-04-08 Nick Clifton <nickc@cygnus.com>
15860
15861 * config.sub: Add support for mcore targets.
15862
158631999-04-07 Michael Meissner <meissner@cygnus.com>
15864
15865 * configure.in (d30v-*): Use config/mt-d30v as makefile fragment,
15866 not mt-ospace, in order to shut up assembler warning about using
15867 symbols that are named the same as registers.
15868
158691999-04-07 Drew Moseley <dmoseley@cygnus.com>
15870
15871 * Makefile.in (all-target-cygmon): Added all-target-bsp to the
15872 dependency list for all-target-cygmon.
15873
158741999-04-05 Doug Evans <devans@casey.cygnus.com>
15875
15876 * config-ml.in: Check $host, not $target, for selective multilibs.
15877 (arm-*-*): Allow disabling of biendian, h/w fp, 26 bit apcs,
15878 thumb interworking, and underscore prefix multilibs.
15879
158801999-04-04 Ian Lance Taylor <ian@zembu.com>
15881
15882 * missing: Update to version from current automake.
15883
88101ab9
L
15884Fri Apr 2 15:11:32 1999 H.J. Lu (hjl@gnu.org)
15885
15886 * configure (gxx_include_dir): Removed.
15887
15888 * configure.in (gxx_include_dir): Handle it.
15889 * Makefile.in: Likewise.
15890
d207ebef
JM
158911999-03-29 Gavin Romig-Koch <gavin@cygnus.com>
15892
15893 * config.sub (mips64vr4111,mips64vr4111el) Add.
15894
158951999-03-21 Ben Elliston <bje@cygnus.com>
15896
e490616e 15897 * config.guess: Correct typo for detecting ELF on FreeBSD.
d207ebef 15898
8dc91cbe
ME
15899Thu Mar 18 00:17:50 1999 Mark Elbrecht <snowball3@usa.net>
15900
8dc91cbe
ME
15901 * configure.in (pc-msdosdjgpp): Set host_makefile_frag to
15902 config/mh-djgpp.
15903
d207ebef
JM
15904Thu Mar 11 18:37:23 1999 Drew Moseley <dmoseley@cygnus.com>
15905
15906 * Makefile.in (all-target-bsp): Added all-gcc all-binutils and
15907 all-target-newlib to dependency list for all-target-bsp.
15908
926bb5ed
MK
15909Thu Mar 11 01:19:31 1999 Mumit Khan <khan@xraylith.wisc.edu>
15910
15911 * config.sub: Add i386-uwin support.
15912 * config.guess: Likewise.
15913
4a6e3000
FS
15914Thu Mar 11 01:07:55 1999 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
15915
15916 * configure.in: cleanup, add mh-*pic handling for arm, special
15917 case powerpc*-*-aix*
15918
d207ebef
JM
15919Wed Mar 10 18:35:07 1999 Jeff Johnston <jjohnstn@cygnus.com>
15920
15921 * configure.in (noconfigdirs): Removed target-libgloss so libnosys.a
15922 can be built.
15923
15924Wed Mar 10 17:39:09 1999 Drew Moseley <dmoseley@cygnus.com>
15925
15926 * configure.in: Added bsp support to arm-*-coff and arm-*-elf
3b75d237 15927 targets.
d207ebef 15928
71c91078
NC
159291999-03-02 Nick Clifton <nickc@cygnus.com>
15930
15931 * config.sub: Rename CYGNUS LOCAL to EGCS LOCAL
15932
282e5df8
GN
15933Sun Feb 28 02:20:00 1999 Geoffrey Noer <noer@cygnus.com>
15934
15935 * config.sub: Check for "cygwin*" rather than "cygwin32*"
15936
1de558ee
NC
159371999-02-24 Nick Clifton <nickc@cygnus.com>
15938
15939 * config.sub: Fix typo in arm recognition.
15940
d207ebef
JM
15941Wed Feb 24 13:51:40 1999 Drew Moseley <dmoseley@cygnus.com>
15942
15943 * configure.in (noconfigdirs): Changed target_configdirs to
15944 include target-bsp only for m68k-*-elf* and m68k-*-coff*
15945 rather than m68k-*-* since it is not known to work on
15946 m68k-aout. Ditto for arm-*-*oabi.
15947
15948Wed Feb 24 12:52:17 1999 Stan Shebs <shebs@andros.cygnus.com>
15949
15950 * configure.in (*-*-windows*): Remove, no longer used.
d207ebef
JM
15951
159521999-02-19 Ben Elliston <bje@cygnus.com>
15953
15954 * config.guess: Automatically recognise ELF on FreeBSD. From Niall
15955 Smart and improved by Andrew Cagney.
15956
fab7445a
ME
15957Thu Feb 18 19:55:09 1999 Marc Espie <espie@cvs.openbsd.org>
15958
15959 * config.guess: Recognize openbsd-*-hppa.
15960
8ccdc228
L
15961Wed Feb 17 01:38:59 1999 H.J. Lu (hjl@gnu.org)
15962
15963 * Makefile.in (REALLY_SET_LIB_PATH): Append $$$(RPATH_ENVVAR)
15964 only if it is not empty.
15965
3b7265ff
NC
159661999-02-17 Nick Clifton <nickc@cygnus.com>
15967
15968 Patch from: Scott Bambrough <scottb@corelcomputer.com>
4e81ae98 15969
d207ebef 15970 * config.guess: Modified to recognize uname's armv* syntax.
3b7265ff
NC
15971
15972 * config.sub: Modified to recognize uname's armv* syntax.
15973
d207ebef
JM
159741999-02-17 Mark Salter <msalter@cygnus.com>
15975
15976 * configure.in: Added target-bsp for sparclite.
15977
15978Mon Feb 8 14:17:24 1999 Richard Henderson <rth@cygnus.com>
15979
15980 * config.sub: Recognize alphapca5[67] and up to alphaev8.
15981
159821999-02-08 Nick Clifton <nickc@cygnus.com>
15983
15984 * configure.in: Add support for strongarm port.
15985 * config.sub: Add support for strongarm target.
15986
c48dd3f5 15987Sun Feb 7 18:01:54 1999 Mumit Khan <khan@xraylith.wisc.edu>
4e81ae98 15988
c48dd3f5
MK
15989 * configure.in (*-*-cygwin32*): Use config/mh-cygwin instead of
15990 the old name config/mh-cygwin32.
15991 Enable texinfo.
15992
d207ebef
JM
15993Thu Feb 4 20:43:25 1999 Ian Lance Taylor <ian@cygnus.com>
15994
15995 * configure.in: Do build ld for ix86 Solaris.
15996
ecd62820
JW
15997Tue Feb 2 19:46:40 1999 Jim Wilson <wilson@cygnus.com>
15998
15999 * Makefile.in (EXTRA_GCC_FLAGS): Set AR to $AR instead of
16000 $AR_FOR_TARGET. Likewise for RANLIB.
16001
bbd8fa7f 16002Tue Feb 2 20:05:05 1999 Catherine Moore <clm@cygnus.com>
4e81ae98 16003
e490616e
ZW
16004 * config.sub (oabi): Recognize.
16005 * configure.in (arm-*-oabi): Handle.
bbd8fa7f 16006
0397442c
RL
16007Sat Jan 30 06:09:00 1999 Robert Lipe (robertlipe@usa.net)
16008
16009 * config.guess: Improve detection of i686 on UnixWare 7.
16010
c9ffaa63
MK
16011Sat Jan 30 08:04:00 1999 Mumit Khan <khan@xraylith.wisc.edu>
16012
16013 * config.guess: Add support for i386-pc-interix.
16014 * config.sub: Likewise.
16015 * configure.in: Likewise.
c9ffaa63 16016
d207ebef
JM
16017Mon Jan 18 13:59:20 1999 Christopher Faylor <cgf@cygnus.com>
16018
16019 * Makefile.in: Remove unneeded all-target-libio from
16020 from all-target-winsup target since it is now unneeded.
16021 Add all-target-libtermcap in its place since it is now
16022 needed.
16023
16024Wed Dec 30 20:34:52 1998 Christopher Faylor <cgf@cygnus.com>
16025
16026 * configure.in: makefile stub for cygwin target is probably
16027 unnecessary. Remove it for now.
d207ebef
JM
16028
16029Wed Dec 30 01:13:03 1998 Christopher Faylor <cgf@cygnus.com>
16030
16031 * configure.in: libtermcap.a should be built when cygwin is the
16032 target as well as the host.
16033 * config.guess: Allow mixed case in cygwin uname output.
16034 * Makefile.in: Add libtermcap target.
d207ebef 16035
ebe12325
JL
16036Wed Dec 23 00:20:50 1998 Jeffrey A Law (law@cygnus.com)
16037
16038 * config.sub: Clean up handling of hppa2.0.
16039
57057b67
RB
16040Tue Dec 22 23:56:31 1998 Rodney Brown (rodneybrown@pmsc.com)
16041
16042 * config.guess: Use C code to identify more HP machines.
16043
f8670be1
JL
16044Thu Dec 17 01:22:30 1998 Jeffrey A Law (law@cygnus.com)
16045
16046 * config.sub: Handle hppa2.0.
16047
d207ebef
JM
16048Tue Dec 15 17:02:58 1998 Bob Manson <manson@charmed.cygnus.com>
16049
16050 * configure.in: Add cygmon for x86-coff and x86-elf. Configure
3b75d237 16051 cygmon for all sparclite targets, regardless of object format.
d207ebef
JM
16052
160531998-12-15 Mark Salter <msalter@cygnus.com>
16054
16055 * configure.in: Added target-bsp for several target architectures.
16056
16057 * Makefile.in: Added rules for bsp.
16058
d1a09590
JL
16059Fri Dec 4 01:34:02 1998 Jeffrey A Law (law@cygnus.com)
16060
16061 * config.guess: Improve detection of hppa2.0 processors.
16062
16063Fri Dec 4 01:33:05 1998 Niall Smart <nialls@euristix.ie>
16064
16065 * config.guess: Recognize FreeBSD using ELF automatically.
16066
71205e0b
MH
160671998-11-26 Manfred Hollstein <manfred@s-direktnet.de>
16068
16069 * configure (skip-this-dir): Add handling for new shell script, which
16070 might be created by a sub-directory's configure to indicate, this particular
16071 directory is "unwanted".
16072 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Likewise.
16073
d207ebef
JM
16074Wed Nov 18 18:28:45 1998 Geoffrey Noer <noer@cygnus.com>
16075
16076 * ltconfig: import from libtool, after changing libtool to
16077 account for the cygwin name change.
16078
16079Wed Nov 18 18:09:14 1998 Geoffrey Noer <noer@cygnus.com>
16080
16081 * Makefile.in: CC_FOR_TARGET and CXX_FOR_TARGET should also
16082 include newlib/libc/sys/cygwin and newlib/libc/sys/cygwin32.
16083
16084Wed Nov 18 20:13:29 1998 Christopher Faylor <cgf@cygnus.com>
16085
16086 * configure.in: Add libtermcap to list of cygwin dependencies.
16087
16088Tue Nov 17 16:57:51 1998 Geoffrey Noer <noer@cygnus.com>
16089
e490616e
ZW
16090 * Makefile.in: modify CC_FOR_TARGET and CXX_FOR_TARGET so that
16091 they include winsup/include when it's a cygwin target.
d207ebef
JM
16092
160931998-11-12 Tom Tromey <tromey@cygnus.com>
16094
16095 * configure.in (host_tools): Added zip.
16096 * Makefile.in (all-target-libjava): Depend on all-zip.
16097 (all-zip): New target.
16098 (ALL_MODULES): Added all-zip.
16099 (NATIVE_CHECK_MODULES): Added check-zip.
16100 (INSTALL_MODULES): Added install-zip.
16101 (CLEAN_MODULES): Added clean-zip.
16102
16103Thu Nov 12 17:27:21 1998 Geoffrey Noer <noer@cygnus.com>
16104
16105 * Makefile.in: lose "32" from comment about cygwin.
16106
16107Thu Nov 5 15:00:31 1998 Nick Clifton <nickc@cygnus.com>
16108
16109 * configure.in: Use -Os to build target libraries for the fr30.
16110
16111Wed Nov 4 18:49:43 1998 Dave Brolley <brolley@cygnus.com>
16112
16113 * config.sub: Add fr30.
16114
16115Mon Nov 2 15:19:33 1998 Geoffrey Noer <noer@cygnus.com>
16116
e490616e 16117 * configure.in: drop "32" from config/mh-cygwin32. Check
d207ebef
JM
16118 cygwin* instead of cygwin32*.
16119 * config.sub: Check cygwin* instead of cygwin32*.
16120
d2ec8b39
RL
16121Thu Oct 22 10:55:25 1998 Robert Lipe <robertl@dgii.com>
16122
16123 * config.guess: Match any version of Unixware7.
16124
d207ebef
JM
161251998-10-20 Syd Polk <spolk@cygnus.com>
16126
16127 * Makefile.in configure.in: Add the ability to use tcl8.1 and tk8.1
16128 if desired.
16129
35cd2565
JL
16130Sun Oct 18 18:34:50 1998 Jeffrey A Law (law@cygnus.com)
16131
16132 * config.if (cxx_interface, libstdcxx_interface): Do not try to set
16133 these if the appropriate directories and files to not exist.
16134
52d4e5b7
JL
16135Wed Oct 14 10:29:06 1998 Jeffrey A Law (law@cygnus.com)
16136
16137 * Makefile.in (DEVO_SUPPORT): Add config.if.
16138
38ada91e
MH
16139Tue Oct 13 15:45:36 1998 Manfred Hollstein <manfred@s-direktnet.de>
16140
16141 * configure: Add pattern to replace "build_tooldir"'s
16142 definition in the generated Makefile with "tooldir"'s
16143 actual value.
16144
e44e84da
JL
16145Tue Oct 13 09:17:06 1998 Jeffrey A Law (law@cygnus.com)
16146
56a8387f
JL
16147 * config.sub: Bring back lost sparcv9.
16148
e44e84da
JL
16149 * Makefile.in (all-snvavigator): Remove all-flexlm dependency.
16150
5cb95c7a
JL
16151Mon Oct 12 12:09:44 1998 Jeffrey A Law (law@cygnus.com)
16152
16153 * Makefile.in (CHILL_FOR_TARGET): Mirror recent changes to
16154 CC_FOR_TARGET and friends.
16155
16156Mon Oct 12 12:09:30 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
4e81ae98 16157
ceff9b14
AO
16158 * Makefile.in (build_tooldir): New variable, same as tooldir.
16159 (CC_FOR_TARGET, GCC_FOR_TARGET, CXX_FOR_TARGET): Add
16160 -B$(build_tooldir)/bin/.
16161 (BASE_FLAGS_TO_PASS): Pass build_tooldir down.
5cb95c7a 16162
f2d11dcd
GP
16163Tue Sep 1 16:23:11 1998 Gerald Pfeifer <pfeifer@dbai.tuwien.ac.at>
16164
16165 * README: Remove installation instructions and refer to the
16166 INSTALL directory instead.
16167
73a6d2e7 16168Wed Sep 30 22:20:50 1998 Robert Lipe <robertl@dgii.com>
d207ebef 16169
73a6d2e7
RL
16170 * config.sub: Add support for i[34567]86-pc-udk.
16171 * configure.in: Likewise.
16172
5d4a5ee6
JL
16173Wed Sep 30 19:23:48 1998 Geoffrey Noer <noer@cygnus.com>
16174
16175 * Makefile.in: add bzip2 package building bits for user
16176 tools module
16177 * configure.in: ditto
16178
6fc19d6d
JL
16179Wed Sep 30 03:00:05 1998 Jeffrey A Law (law@cygnus.com)
16180
16181 * Makefile.in (TARGET_CONFIGDIRS): Add libobjc.
16182 (ALL_TARGET_MODULES): Add all-target-libobjc.
16183 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16184 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16185 (all-target-libchill): Add dependencies.
16186 * configure.in (target_libs): Add libchill.
4e81ae98 16187
f653f0ab
MH
161881998-09-30 Manfred Hollstein <manfred@s-direktnet.de>
16189
16190 * configure.in (target_subdir): Remove duplicate line.
16191
5d4a5ee6
JL
16192Tue Sep 29 22:45:41 1998 Felix Lee <flee@cygnus.com>
16193
16194 * Makefile.in (all-automake): fix dependencies.
16195
494933e4
JL
16196Mon Sep 28 04:04:27 1998 Jeffrey A Law (law@cygnus.com)
16197
16198 * configure.in: Minor cleanups for building in the $(target_alias)
16199 subdir.
16200
f6b58262
JW
162011998-09-22 Jim Wilson <wilson@cygnus.com>
16202
16203 * Makefile.in (bootstrap): Set r and s before make all. Use
16204 BASE_FLAGS_TO_PASS in make all.
16205 (cross): Likewise.
16206
27c7a08d
MM
162071998-09-20 Mark Mitchell <mark@markmitchell.com>
16208
16209 * Makefile.in (bootstrap): Pass TARGET_FLAGS_TO_PASS to `make all'.
16210
e67afd1e
RH
16211Sun Sep 20 00:13:02 1998 Richard Henderson <rth@cygnus.com>
16212
16213 * config.sub: Fix typo in last change.
16214
8e44ac71
MH
162151998-09-19 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
16216
16217 * config.sub: Add support for C4x target.
16218 * configure.in: Likewise.
16219
d7496fbb
DM
162201998-09-13 David S. Miller <davem@pierdol.cobaltmicro.com>
16221
16222 * config.sub: Recognize sparcv9 just like sparc64.
16223
22097bd1
RL
16224Wed Sep 9 15:44:52 1998 Robert Lipe <robertl@dgii.com>
16225
16226 * config.guess: Match "Pent II" or "PentII" for OpenServer.
16227
4b877abd
JL
16228Tue Sep 8 01:18:39 1998 Jeffrey A Law (law@cygnus.com)
16229
2c8ec9a2
JL
16230 * config.guess: Correctly identify Pentium II sco boxes.
16231
4b877abd
JL
16232 * config.guess: Fix "tr" code. From Weiwen Liu.
16233
ab03db52
JH
16234Sat Sep 5 13:56:52 1998 John Hughes <john@Calva.COM>
16235
16236 * configure.in: Do not assume x86-svr4 or x86-unixware can handle
16237 stabs.
16238
b54db294
JL
16239Sat Sep 5 02:12:02 1998 Jeffrey A Law (law@cygnus.com)
16240
16241 * Makefile.in (TARGET_CONFIGDIRS): Add libchill.
16242 (ALL_TARGET_MODULES): Add all-target-libchill.
16243 (CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES): Similarly.
16244 (INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES): Similarly.
16245 (all-target-libchill): Add dependencies.
16246 * configure.in (target_libs): Add libchill.
16247
bf48dd73
LW
16248Sun Aug 30 22:27:02 1998 Lutz Wohlrab <lutz.wohlrab@informatik.tu-chemnitz.de>
16249
16250 * config.guess: Avoid assumptions about "tr" behaves when
16251 LANG is set to something other than English.
16252
a3cbd105
L
16253Sun Aug 30 22:14:44 1998 H.J. Lu (hjl@gnu.org)
16254
16255 * configure (gxx_include_dir): Changed to
16256 '${prefix}/include/g++'-${libstdcxx_interface}.
16257
16258 * config.if: New to determine the interfaces.
16259
c4acd909
MK
16260Sun Aug 30 21:15:19 1998 Mark Klein (mklein@dis.com)
16261
16262 * config.guess: Detect and handle MPE/IX.
16263 * config.sub: Deal with MPE/IX.
16264
9ea97665
DE
16265Sat Aug 29 14:32:55 1998 David Edelsohn <edelsohn@mhpcc.edu>
16266
16267 * configure.in: Use mh-aix43.
16268
0ce065bd
MH
162691998-07-29 Manfred Hollstein <manfred@s-direktnet.de>
16270
16271 * configure: Fix --without/--disable cases for gxx-include-dir.
16272
5d4a5ee6
JL
16273Fri Aug 28 12:28:26 1998 Per Bothner <bothner@cygnus.com>
16274
16275 * mdata-sh: Imported. Needed for automake support.
16276
16277Thu Aug 13 12:49:29 1998 H.J. Lu <hjl@gnu.org>
16278
16279 * Makefile.in (taz): Try "chmod -R og=u ." before
16280 "chmod og=u `find . -print`".
16281
16282Fri Jul 31 09:38:33 1998 Catherine Moore <clm@cygnus.com>
16283
16284 * configure.in: Add arm-elf and thumb-elf support.
16285
16286Mon Jul 27 16:23:58 1998 Doug Evans <devans@canuck.cygnus.com>
16287
16288 * Makefile.in: Undo previous patch.
16289
16290Fri Jul 24 19:55:24 1998 Doug Evans <devans@canuck.cygnus.com>
16291
16292 * Makefile.in (INSTALL_TARGET): Move EXTRA_TARGET_HOST_INSTALL_MODULES
16293 to here ...
16294 (install-no-fixedincludes): and here
16295 (INSTALL_MODULES): ... from here.
16296
466456d9
ILT
16297Fri Jul 24 17:01:42 1998 Ian Lance Taylor <ian@cygnus.com>
16298
16299 * config.sub: Merge with FSF.
16300
1b409d25
ILT
16301 * config.guess: Merge with FSF.
16302
d207ebef
JM
16303Fri Jul 24 08:43:36 1998 Doug Evans <devans@canuck.cygnus.com>
16304
16305 * configure (extraconfigdirs): New variable.
16306 (SUBDIRS): Add extraconfigdirs and recurse on them too.
16307 * Makefile.in (all): Move higher in file.
16308 (EXTRA_TARGET_HOST_ALL_MODULES): New variable.
16309 (EXTRA_TARGET_HOST_{INSTALL,CHECK}_MODULES): New variables.
16310 (ALL_MODULES): Add EXTRA_TARGET_HOST_ALL_MODULES.
16311 (CROSS_CHECK_MODULES): Add EXTRA_TARGET_HOST_CHECK_MODULES.
16312 (INSTALL_MODULES): Add EXTRA_TARGET_HOST_INSTALL_MODULES.
16313
163141998-07-23 Brendan Kehoe <brendan@cygnus.com>
16315
16316 * Makefile.in (all-target-libjava): Depend on all-gcc and
16317 all-target-newlib.
16318 (configure-target-libjava): Depend on $(ALL_GCC).
16319
7f1937c1
RL
16320Sat Jul 18 14:32:43 CDT 1998 Robert Lipe <robertl@dgii.com>
16321
16322 * config.guess: (*-pc-sco3.2v5) Add detection for Pentium II.
16323 (*-pc-unixware7) Add detection for Pentium II, Pentium Pro.
16324
2ada2bd6
ML
16325Sun Jul 19 00:46:53 CEST 1998 Marc Lehmann <pcg@goof.com>
16326
16327 * INSTALL/README: Fix typo.
16328
1e025bde
ML
16329Fri Jul 17 13:30:18 1998 Ian Lance Taylor <ian@cygnus.com>
16330
5d4a5ee6
JL
16331 * ylwrap: Change absolute path checks to check for DOS style path
16332 names.
1e025bde 16333
5d4a5ee6
JL
16334 * ylwrap: Don't use a full path name if the source file is in the
16335 same directory. From hjl@lucon.org (H.J. Lu).
1e025bde 16336
6755ff73
ILT
16337 * config-ml.in: Default to being verbose, to match Feb 18 change to
16338 configure.
16339
5d4a5ee6
JL
16340Thu Jul 16 12:29:51 1998 Ian Lance Taylor <ian@cygnus.com>
16341
16342 Brought over from egcs:
16343
16344 Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16345
16346 * configure.in (target_subdir): Set to ${target_alias} instead
16347 of "libraries".
16348
16349 Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
16350
16351 * configure.in (target_subdir): Set to libraries if enable_multilib.
16352
16353Wed Jul 15 01:00:54 1998 Ian Lance Taylor <ian@cygnus.com>
16354
16355 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there are any
16356 multilibs, force reconfiguration the first time we create
16357 multilib.out in a subdirectory, in case TARGET_SUBDIR is `.'.
16358
16359Tue Jul 14 23:41:03 1998 Ian Lance Taylor <ian@cygnus.com>
16360
16361 * configure.in: Strip any --no option from CONFIG_ARGUMENTS, to
16362 avoid confusion with --no-recursion.
16363
16364Tue Jul 14 15:37:41 1998 Geoffrey Noer <noer@cygnus.com>
16365
16366 * configure.in: Win32 hosts shouldn't use install -x
16367 * install-sh: remove -x option, and special .exe-handling
16368 hack.
16369
d207ebef
JM
16370Tue Jul 14 15:28:41 1998 Richard Henderson <rth@cygnus.com>
16371
16372 * config.guess: Recognize i586-pc-beos.
16373 * configure.in: Don't build some bits for beos.
16374
fbd836fc
ILT
16375Tue Jul 14 13:22:18 1998 Ian Lance Taylor <ian@cygnus.com>
16376
5d4a5ee6
JL
16377 * configure: If CC is set but CFLAGS is not, and CC is gcc, make
16378 CFLAGS default to -O2.
16379
fbd836fc
ILT
16380 * ltmain.sh: Add some hacks to make SunOS --enable-shared work
16381 when using GNU ld.
16382
16383Fri Jul 10 13:18:23 1998 Ian Lance Taylor <ian@cygnus.com>
16384
16385 * ltmain.sh: Correct install when using a different shell.
16386
16387Tue Jul 7 15:24:38 1998 Ian Lance Taylor <ian@cygnus.com>
16388
16389 * ltconfig, ltmain.sh: Update to libtool 1.2b.
16390
d207ebef
JM
16391Thu Jul 2 13:57:36 1998 Klaus Kaempf <kkaempf@rmi.de>
16392
16393 * makefile.vms: Update to build binutils/makefile.vms. Add install
16394 target.
fbd836fc
ILT
16395
16396Wed Jul 1 16:45:21 1998 Ian Lance Taylor <ian@cygnus.com>
16397
16398 * ltconfig: Update to correct AIX handling.
16399
69b471bc
JL
16400Sat Jun 27 22:46:32 1998 Jeffrey A Law (law@cygnus.com)
16401
81241b5e
JL
16402 * Makefile.in (BASE_FLAGS_TO_PASS): Add TARGET_SUBDIR.
16403
69b471bc
JL
16404 * configure.in (target_subdir): Set to ${target_alias} instead
16405 of "libraries".
16406
bedf82df
MH
164071998-06-26 Manfred Hollstein <manfred@s-direktnet.de>
16408
16409 * Makefile.in (BASE_FLAGS_TO_PASS): Add gcc_version_trigger.
16410 (Makefile): Depend on $(gcc_version_trigger).
16411
16412 * configure (gcc_version): Change default initializer to empty
16413 string.
16414 (gcc_version_trigger): New variable; pass this variable down
16415 to subdir configures to enable them checking gcc's version
16416 themselves. Emit make macros for both gcc_version vars.
16417 (topsrcdir): Initialize reliably.
16418 (recursion line): Remove --with-gcc-version=${gcc_version}.
16419
28e449d8
MH
164201998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16421
16422 * configure (enable_version_specific_runtime_libs): Implement new flag
bedf82df
MH
16423 --enable-version-specific-runtime-libs which installs C++ runtime stuff
16424 in $(libsubdir); emit definition in each generated Makefile.
16425 (gxx_include_dir): Initialize depending on
16426 $enable_version_specific_runtime_libs.
28e449d8 16427
50c4c9f7
MH
164281998-06-24 Manfred Hollstein <manfred@s-direktnet.de>
16429
16430 * configure (gcc_version): Initialize properly depending on
16431 how and where configure is started.
16432 (recursion line): Pass a --with-gcc-version=${gcc_version}
16433 to configures in subdirs.
16434
d207ebef
JM
16435Wed Jun 24 16:01:59 1998 John Metzler <jmetzler@cygnus.com>
16436
16437 * configure.in (noconfigdirs): Add configure pattern for mips tx39
3b75d237 16438 cygmon
d207ebef 16439
5d4a5ee6
JL
16440Tue Jun 23 22:42:32 1998 Mark Alexander <marka@cygnus.com>
16441
16442 * configure.in: Add cygmon and libstub support for mn10200.
16443
2f96399b
MH
164441998-06-19 Manfred Hollstein <manfred@s-direktnet.de>
16445
16446 * configure (gcc_version): Add new variable describing the
16447 particular gcc version we're building.
16448 * Makefile.in (libsubdir): Add new macro for the directory
16449 in which the compiler finds executables, libraries, etc.
16450 (BASE_FLAGS_TO_PASS): Pass down gcc_version, target_alias
16451 and libsubdir.
16452
c4137c50
AO
16453Fri Jun 19 02:36:59 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16454
ceff9b14
AO
16455 * Makefile.in (local-clean): Remove *.log.
16456 (warning.log): Built with warn_summary from build.log.
16457 (mail-report.log): Run test_summary.
16458 (mail-report-with-warnings.log): Run test_summary including
16459 warning.log in the report.
c4137c50 16460
276d5ee0
RL
16461Thu Jun 18 11:26:03 1998 Robert Lipe <robertl@dgii.com>
16462
16463 * config.guess: Detection of Pentium II for *-sco-3.2v5*.
16464
5d4a5ee6
JL
16465Mon Jun 15 14:53:54 1998 Andrew Cagney <cagney@b1.cygnus.com>
16466
16467 * Makefile.in (grep): Grep no longer depends on libiberty.
16468
16469Fri Jun 12 14:03:34 1998 Syd Polk <spolk@cygnus.com>
16470
16471 * Makefile.in: all-snavigator needs all-libgui.
16472
16473Thu Jun 11 19:43:47 1998 Mark Alexander <marka@cygnus.com>
16474
16475 * configure.in: Add cygmon and libstub support for mn10300.
16476
8af14275
ILT
16477Wed Jun 10 11:19:47 1998 Ian Lance Taylor <ian@cygnus.com>
16478
16479 * missing: Update to version from automake 1.3.
16480
fbd836fc
ILT
16481 * ltmain.sh: On installation, don't get confused if the same name
16482 appears more than once in the list of library names.
16483
466456d9
ILT
16484Wed Jun 3 14:51:42 1998 Ian Lance Taylor <ian@cygnus.com>
16485
16486 * config.sub: Accept m68060 and m5200 as CPU names.
16487
5d4a5ee6
JL
16488Mon Jun 1 17:25:16 1998 Ian Lance Taylor <ian@cygnus.com>
16489
16490 * configure: Use && rather than using -a in test, because odd
16491 strings can confuse test.
16492 * configure.in: Likewise.
16493
fbd836fc
ILT
16494Thu May 28 19:31:13 1998 Ian Lance Taylor <ian@cygnus.com>
16495
16496 * ltconfig, ltmain.sh: Bring in Visual C++ support.
16497
f0983958
AO
16498Sat May 23 23:44:13 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16499
16500 * Makefile.in (boostrap2-lean, bootstrap3-lean,
ceff9b14 16501 bootstrap4-lean): New targets.
f0983958 16502
bfed1ea0
JL
16503Mon May 11 23:55:56 1998 Jeffrey A Law (law@cygnus.com)
16504
16505 * mpw-* Delete. Not used.
16506
5d4a5ee6
JL
16507Mon May 11 23:11:34 1998 Jeffrey A Law (law@cygnus.com)
16508
16509 * COPYING.LIB: Update FSF address.
16510
bfed1ea0
JL
16511Fri May 8 01:30:20 1998 Ian Lance Taylor <ian@cygnus.com>
16512
16513 * ltconfig, ltmain.sh: Update to libtool 1.2a.
16514
5d4a5ee6
JL
16515 * Makefile.in (GASB_SUPPORT_DIRS): Remove intl; already included via
16516 GAS_SUPPORT_DIRS.
16517
bfed1ea0
JL
16518Thu May 7 17:27:35 1998 Ian Lance Taylor <ian@cygnus.com>
16519
16520 * ltconfig, ltmain.sh: Avoid producing a version number if
16521 -version-info was not used.
16522
5d4a5ee6
JL
16523Tue May 5 18:02:24 1998 Ian Lance Taylor <ian@cygnus.com>
16524
16525 * configure.in: Add --with-newlib to CONFIG_ARGUMENTS if we are
16526 building with newlib.
16527
165281998-04-30 Paul Eggert <eggert@twinsun.com>
16529
d207ebef 16530 * Makefile.in (EXTRA_GCC_FLAGS): Remove backslash at end;
4e81ae98 16531 Solaris `make' causes it to continue to next definition.
d207ebef
JM
16532
16533Tue Apr 28 16:24:24 1998 Jason Molenda (crash@bugshack.cygnus.com)
16534
16535 * Makefile.in (install-gdbtk): Call this 'install-gdb' so that
16536 the right GUI libraries and files are installed along with GDB.
5d4a5ee6
JL
16537
16538Tue Apr 28 18:11:24 1998 Ian Lance Taylor <ian@cygnus.com>
16539
16540 * configure.in: Change alpha to alpha* in several places.
16541
d207ebef
JM
16542Tue Apr 28 07:42:00 1998 Mark Alexander <marka@cygnus.com>
16543
16544 * config.sub: Recognize sparc86x.
16545
77be0cab
MM
16546Tue Apr 28 07:35:02 1998 Michael Meissner <meissner@cygnus.com>
16547
16548 * configure.in (--enable-target-optspace): Remove debug echo.
16549
62441128
JW
16550Thu Apr 23 21:31:16 1998 Jim Wilson <wilson@cygnus.com>
16551
16552 * configure: Set CXXFLAGS from CXXFLAGS, not CFLAGS.
16553
bfed1ea0
JL
16554Thu Apr 23 12:26:38 1998 Ian Lance Taylor <ian@cygnus.com>
16555
16556 * ltconfig: Update cygwin32 support.
16557
5d4a5ee6
JL
16558 * Makefile.in (GAS_SUPPORT_DIRS): Add intl.
16559 (BINUTILS_SUPPORT_DIRS, GASB_SUPPORT_DIRS): Likewise.
16560 (GDB_SUPPORT_DIRS): Likewise.
16561
3f4ea1de
MM
16562Wed Apr 22 12:30:10 1998 Michael Meissner <meissner@cygnus.com>
16563
16564 * configure.in (target_makefile_frag): If --enable-target-optspace,
16565 use -Os to compile target libraries rather than -O2. Default to
d207ebef
JM
16566 using -Os for d10v and m32r if --{enable,disable}-target-optspace is
16567 not used.
16568 * configure.in (target_cflags): Ditto for d30v.
3f4ea1de 16569
5d4a5ee6
JL
16570Tue Apr 21 23:06:54 1998 Tom Tromey <tromey@cygnus.com>
16571
16572 * Makefile.in (all-bfd): Depend on all-intl.
16573 (all-binutils): Likewise.
16574 (all-gas): Likewise.
16575 (all-gprof): Likewise.
16576 (all-ld): Likewise.
16577
165781998-04-19 Brendan Kehoe <brendan@cygnus.com>
16579
16580 * configure.in (host_tools): Fix typo, lbtool -> libtool.
16581
bfed1ea0
JL
16582Fri Apr 17 16:20:42 1998 Ian Lance Taylor <ian@cygnus.com>
16583
5d4a5ee6
JL
16584 * Makefile.in (all-bfd): Depend upon all-libiberty.
16585
bfed1ea0
JL
16586 * ltconfig, ltmain.sh: Bring in newer cygwin32 support.
16587
5d4a5ee6
JL
16588Fri Apr 17 12:22:22 1998 Bob Manson <manson@charmed.cygnus.com>
16589
16590 * Makefile.in: Add libstub.
16591
16592 * configure.in: Ditto. Build libstub for targets that have cygmon
16593 support.
16594
16595Tue Apr 14 18:01:55 1998 Ian Lance Taylor <ian@cygnus.com>
16596
16597 * configure.in: Don't set PICFLAG on ix86-cygwin32.
16598
16599Tue Apr 14 12:24:45 1998 J. Kean Johnston <jkj@sco.com>
16600
16601 * configure.in: Recognise i[3456]96-*-sysv5* as a valid host, and
16602 use mh-sysv5 if specified. Support gprof on SCO Open Server.
16603
ec8d6ddc
KW
16604Tue Apr 14 11:33:51 1998 Krister Walfridsson <cato@df.lth.se>
16605
16606 * configure: Define DEFAULT_M4 by searching PATH.
16607 * Makfile.in: Use DEFAULT_M4.
16608
bfed1ea0
JL
16609Mon Apr 13 15:37:24 1998 Ian Lance Taylor <ian@cygnus.com>
16610
16611 * ltconfig: Add cygwin32 support.
16612
5d4a5ee6
JL
16613 * Makefile.in, configure.in: Add libtool as a native only directory
16614 to configure and build.
16615
547a6183
JL
16616Sun Apr 12 20:58:46 1998 Jeffrey A Law (law@cygnus.com)
16617
16618 * Makefile.in (INSTALL_MODULES): Remove texinfo.
16619
5d4a5ee6 16620Wed Apr 8 13:18:56 1998 Philippe De Muyter <phdm@macqel.be>
d207ebef 16621
5d4a5ee6
JL
16622 * Makefile.in (EXTRA_GCC_FLAGS): XFOO lines shortened.
16623
16624Thu Apr 2 14:48:44 1998 Geoffrey Noer <noer@cygnus.com>
16625
16626 * Makefile.in: add ash make rules
16627 * configure.in: add ash to native_only and host_tools lists
16628
16629Thu Mar 26 12:53:20 1998 Tom Tromey <tromey@cygnus.com>
16630
16631 * Makefile.in (all-gettext, all-intl): New targets.
16632 (ALL_MODULES): Added all-gettext, all-intl.
16633 (CROSS_CHECK_MODULES): Added check-gettext, check-intl.
16634 (INSTALL_MODULES): Added install-gettext, install-intl.
16635 (CLEAN_MODULES): Added clean-gettext, clean-intl.
16636
16637 * configure.in (host_tools): Added gettext.
16638 (native_only): Likewise.
16639 (noconfigdirs) [various cases]: Likewise.
16640 (host_libs): Added intl.
16641
d207ebef
JM
16642Thu Mar 26 15:00:11 1998 Keith Seitz <keiths@onions.cygnus.com>
16643
16644 * configure: Do not disable building gdbtk for cygwin32 hosts.
16645
e98e406f
NC
16646Wed Mar 25 10:04:18 1998 Nick Clifton <nickc@cygnus.com>
16647
16648 * configure.in: Add thumb-coff target.
16649 * config.sub: Add thumb-coff target.
16650
5d4a5ee6
JL
16651Wed Mar 25 11:49:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16652
16653 * Makefile.in: Revert yesterday's change.
16654 (all-target-winsup): all-target-librx stays out of here.
16655
16656Tue Mar 24 16:58:29 1998 Jason Molenda (crash@bugshack.cygnus.com)
16657
16658 * Makefile.in (TARGET_CONFIGDIRS, ALL_TARGET_MODULES,
16659 CONFIGURE_TARGET_MODULES, CHECK_TARGET_MODULES,
16660 INSTALL_TARGET_MODULES, CLEAN_TARGET_MODULES, all-target-winsup):
16661 Remove references to librx and libg++.
16662
16663Tue Mar 24 18:28:12 1998 Eric Mumpower <nocturne@cygnus.com>
16664
16665 * Makefile.in (BASE_FLAGS_TO_PASS): Pass $(lispdir) down to
16666 recursive makes
16667
bfed1ea0
JL
16668Tue Mar 24 11:37:45 1998 Ian Lance Taylor <ian@cygnus.com>
16669
16670 * Makefile.in (CC_FOR_TARGET): Use $(TARGET_SUBDIR) when passing -B
d207ebef 16671 for newlib directory.
bfed1ea0
JL
16672 (CXX_FOR_TARGET): Likewise.
16673
16674Mon Mar 23 11:30:21 1998 Jeffrey A Law (law@cygnus.com)
16675
16676 * ltconfig: Update after libtool/ltconfig.in change for
16677 hpux11.
16678
16679Fri Mar 20 18:51:43 1998 Ian Lance Taylor <ian@cygnus.com>
16680
16681 * ltconfig, ltmain.sh: Update to libtool 1.2.
16682
3cd730af
MH
16683Fri Mar 20 09:32:14 1998 Manfred Hollstein <manfred@s-direktnet.de>
16684
16685 * Makefile.in (install-gcc): Don't specify LANGUAGES here.
16686 (install-gcc-cross): Instead, override LANGUAGES here.
16687
80564603
DL
166881998-03-18 Dave Love <d.love@dl.ac.uk>
16689
16690 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Set CONFIG_SITE to a
16691 non-existent file since /dev/null loses with bash 2.0/autoconf 2.12.
16692
d207ebef
JM
16693Wed Mar 18 09:24:59 1998 Nick Clifton <nickc@cygnus.com>
16694
16695 * configure.in: Add Thumb-pe target.
16696
5d4a5ee6 16697Tue Mar 17 16:59:00 1998 Syd Polk <spolk@cygnus.com>
d207ebef 16698
5d4a5ee6
JL
16699 * Makefile.in - changed sn targets to snavigator
16700 * configure.in - changed sn targets to snavigator
16701
2d4a0558
MH
16702Tue Mar 17 10:33:28 1998 Manfred Hollstein <manfred@s-direktnet.de>
16703
16704 * config-ml.in: After building symlink tree call make distclean
16705 if a Makefile got linked into ${ml_dir}/${ml_libdir}; this happens
16706 to be the case for libiberty.
16707
04b93567
L
16708Tue Mar 17 10:22:37 1998 H.J. Lu (hjl@gnu.ai.mit.edu)
16709
16710 * configure: When making link, also check the current
16711 directory. The configure scripts may create one.
16712
9a06b842
RH
16713Fri Mar 6 01:02:03 1998 Richard Henderson <rth@cygnus.com>
16714
16715 * config.sub: Accept alphapca56 and alphaev6 properly.
16716
217fc4e6
FS
16717Fri Mar 6 00:14:55 1998 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
16718
16719 * configure.in: Revert 3 Jan change for powerpc-linux-gnulibc1.
16720
3e07bdbd 16721Mon Feb 23 15:09:18 1998 Bruno Haible <bruno@linuix.mathematik.uni-karlsruhe.de
2ada2bd6 16722
e490616e 16723 * config.sub (sco5): Fix typo.
3e07bdbd 16724
5d4a5ee6
JL
16725Mon Feb 23 14:46:06 1998 Ian Lance Taylor <ian@cygnus.com>
16726
16727 * Makefile.in (INSTALL_MODULES): Move install-tcl before
16728 install-itcl.
16729 (install-itcl): Remove dependency on install-tcl.
16730
16731Mon Feb 23 09:53:28 1998 Mark Alexander <marka@cygnus.com>
16732
16733 * configure.in: Remove libgloss from noconfigdirs for MN10300.
16734
16735Thu Feb 19 13:40:41 1998 Ian Lance Taylor <ian@cygnus.com>
16736
16737 * configure.in: Don't build libgui for a cygwin32 target when not on
16738 a cygwin32 host.
16739
16740Wed Feb 18 12:29:00 1998 Jason Molenda (crash@bugshack.cygnus.com)
16741
16742 * configure (redirect): Set to null, so default behavior of
16743 configure is now --verbose.
16744
ce0d965c
DL
167451998-02-16 Dave Love <d.love@dl.ac.uk>
16746
16747 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): Run configure with
16748 CONFIG_SITE=/dev/null to forestall lossage with site configuration.
16749
3acd1fd0
MH
16750Mon Feb 16 12:23:53 1998 Manfred Hollstein <Manfred.Hollstein@ks.sel.alcatel.de>
16751
16752 * Makefile.in (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS): Really add
16753 this change to sync Makefile.in with its ChangeLog entries.
16754
5d4a5ee6
JL
16755Thu Feb 12 15:03:08 1998 H.J. Lu <hjl@gnu.org>
16756
16757 * ltmain.sh (mkdir): Check that the directory doesn't exist
16758 before we exit with error, so that we don't get races during
16759 parallel builds.
16760
bfed1ea0
JL
16761Sat Feb 7 15:19:18 1998 Ian Lance Taylor <ian@cygnus.com>
16762
16763 * ltconfig, ltmain.sh: Update from libtool 1.0i.
16764
4e77e8f1
MH
16765Fri Feb 6 01:33:52 1998 Manfred Hollstein <manfred@s-direktnet.de>
16766
16767 * Makefile.in (BASE_FLAGS_TO_PASS): Don't pass PICFLAG and
16768 PICFLAG_FOR_TARGET.
16769 (EXTRA_TARGET_FLAGS): Don't pass PICFLAG_FOR_TARGET.
16770
16771 * configure: Emit a definition for the new macro enable_shared
16772 into each Makefile.
16773
5d4a5ee6
JL
16774Thu Feb 5 17:01:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
16775
16776 * configure.in (host_tools, native_only): Add libtool.
16777
16778Wed Feb 4 16:53:58 1998 Geoffrey Noer <noer@cygnus.com>
16779
16780 * configure.in: add target-gperf to noconfigdirs for Cygwin32.
16781 Fix typo in ming config comment.
16782
bfed1ea0
JL
16783Wed Feb 4 18:56:13 1998 Ian Lance Taylor <ian@cygnus.com>
16784
16785 * ltconfig, ltmain.sh: Update from libtool 1.0h.
16786
5d4a5ee6
JL
16787Mon Feb 2 19:38:19 1998 Ian Lance Taylor <ian@cygnus.com>
16788
16789 * config.sub: Add tic30 cases, and map c30 to tic30.
16790
8821a725
RH
16791Sun Feb 1 02:40:41 1998 Richard Henderson <rth@cygnus.com>
16792
16793 * Makefile.in (TARGET_CONFIGDIRS): Add libf2c.
16794 (ALL_TARGET_MODULES, CONFIGURE_TARGET_MODULES): Similarly
16795 (CHECK_TARGET_MODULES, INSTALL_TARGET_MODULES): Similarly
16796 (CLEAN_TARGET_MODULES): Similarly
16797 (all-target-libf2c): Add dependences.
4e81ae98 16798 * configure.in (target_libs): Add libf2c.
8821a725 16799
5d4a5ee6
JL
16800Fri Jan 30 17:18:32 1998 Geoffrey Noer <noer@cygnus.com>
16801
16802 * configure.in: Remove expect from noconfigdirs when target
16803 is cygwin32. OK to build expect and dejagnu with Canadian
16804 Cross.
16805
0aadd657
ILT
16806Wed Jan 28 12:58:49 1998 Ian Lance Taylor <ian@cygnus.com>
16807
5d4a5ee6
JL
16808 * configure.in: Do build expect, dejagnu, and cvssrc for a cygwin32
16809 host.
16810
0aadd657
ILT
16811 * config.guess: Use ${UNAME_MACHINE} rather than i386 for cygwin32
16812 and mingw32.
16813
d0a8352c
MH
16814Wed Jan 28 10:26:37 1998 Manfred Hollstein <manfred@s-direktnet.de>
16815
16816 * Makefile.in (BASE_FLAGS_TO_PASS): Remove passing $(local_prefix)
16817 here as it is not defined in the toplevel Makefile.
16818
59739e3c
MH
16819Tue Jan 27 23:25:06 1998 Manfred Hollstein <manfred@s-direktnet.de>
16820
16821 * configure (package_makefile_rules_frag): New variable, which names
16822 a file with generic rules, ...
16823 Change comment to mention we now have FIVE parts.
16824 * configure: Undo last change.
16825
228197ee
LT
16826Tue Jan 27 23:15:55 1998 Lassi A. Tuura <lat@iki.fi>
16827
16828 * config.guess: More accurate determination of HP processor types.
5d4a5ee6 16829 * config.sub: More accurate determination of HP processor types.
228197ee 16830
efd4c0ba
MH
16831Sat Jan 24 01:59:45 1998 Manfred Hollstein <manfred@s-direktnet.de>
16832
16833 * configure (package_makefile_frag): Move inserting the
16834 ${package_makefile_frag} to where it should be according
16835 to the comment.
16836
6eef3189
PB
16837Fri Jan 23 00:29:28 1998 Philip Blundell <pb@nexus.co.uk>
16838
16839 * config.guess: Add support for Linux/ARM.
16840
d207ebef
JM
16841Thu Jan 22 15:14:01 1998 Fred Fish <fnf@cygnus.com>
16842
16843 * .cvsignore: Remove *-info and *-install since they match
16844 release-info and mpw-install, which we don't want to just ignore.
16845
48464ebf
RH
16846Thu Jan 22 01:38:33 1998 Richard Henderson <rth@cygnus.com>
16847
16848 * configure.in: Revert 3 Jan change for alpha-linux-gnulibc1.
16849
803462a7
PN
16850Sat Jan 17 21:28:08 1998 Pieter Nagel <pnagel@epiuse.co.za>
16851
16852 * Makefile.in (FLAGS_TO_PASS): Pass down gcc_include_dir and
16853 local_prefix to sub-make invocations.
16854
520ab477
L
16855Sat Jan 17 21:04:59 1998 H.J. Lu (hjl@gnu.org)
16856
16857 * configure.in: Check makefile fragments in the source
16858 directory.
16859
4bcdb76d
AO
16860Fri Jan 16 00:41:37 1998 Alexandre Oliva <oliva@dcc.unicamp.br>
16861
ceff9b14
AO
16862 * configure.in: Check whether host and target makefile
16863 fragments exist before adding them to *_makefile_frag.
4bcdb76d 16864
5d4a5ee6
JL
16865Wed Jan 14 23:39:10 1998 Bob Manson <manson@charmed.cygnus.com>
16866
16867 * configure.in (target_configdirs): Add cygmon for sparc64-elf.
16868
16869Wed Jan 14 12:48:07 1998 Keith Seitz <keiths@pizza.cygnus.com>
16870
16871 * configure.in: Make sure we only replace RPATH_ENVVAR on
16872 lines which begin with RPATH_ENVVAR, i.e. add "^" to the
16873 regexp to sed.
16874
16875 * Makefile.in (BASE_FLAGS_TO_PASS): Pass RRPATH_ENVVAR down
16876 to sub-makes.
16877
0d3e11a5
LI
168781998-01-13 Lee Iverson (leei@ai.sri.com)
16879
16880 * config-ml.in (multi-do): LDFLAGS must include multilib
16881 designator.
16882
d45b3d87 16883Tue Jan 13 01:13:24 1998 Robert Lipe (robertl@dgii.com)
936cb323
RL
16884
16885 * config.guess: Recognize i[3456]-i586-UnixWare7-sysv5.
16886
d39cd7a1
MK
16887Sun Jan 4 01:06:55 1998 Mumit Khan <khan@xraylith.wisc.edu>
16888
16889 * config.sub: Add mingw32 support.
16890 * configure.in: Likewise.
d39cd7a1 16891
6decbc24
FS
16892Sat Jan 3 12:11:05 1998 Franz Sirl <franz.sirl-kernel@lauterbach.com>
16893
16894 * configure.in: Finalize support for {alpha|powerpc}*-*-linux-gnulibc1
16895
5d4a5ee6
JL
16896Sun Dec 28 11:28:58 1997 Jeffrey A Law (law@cygnus.com)
16897
16898 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16899 * configure (gxx_include_dir): Provide a definition for subdirs
16900 which do not use autoconf.
16901
16902Wed Dec 24 22:46:55 1997 Jeffrey A Law (law@cygnus.com)
16903
16904 * config.guess: Sync with egcs. Picks up new alpha support,
16905 BeOS & some additional linux support.
16906
d3d1907a
JL
16907Tue Dec 23 12:44:24 1997 Jeffrey A Law (law@cygnus.com)
16908
16909 * config.guess: HP 9000/803 is a PA1.1 machine.
16910
b104e095
RH
16911Mon Dec 22 02:39:24 1997 Richard Henderson <rth@cygnus.com>
16912
16913 * configure.in: It's alpha*-...
16914
aca823c1
L
16915Sun Dec 21 16:53:12 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
16916
16917 * configure.in (host_makefile_frag, target_makefile_frag):
16918 Handle multiple config files.
16919 (alpha-*-linux*): Treat alpha-*-linux* as alpha-*-linux* and
16920 alpha-*-*.
16921
d207ebef
JM
16922Thu Dec 18 13:13:03 1997 Doug Evans <devans@canuck.cygnus.com>
16923
16924 * mkdep: New file.
16925
16926Wed Dec 17 09:53:02 1997 Michael Meissner <meissner@cygnus.com>
16927
16928 * configure.in (d30v-*-*): Allow configuring of libide, vmake, etc.
16929
5d4a5ee6
JL
16930Tue Dec 16 17:36:05 1997 Ian Lance Taylor <ian@cygnus.com>
16931
16932 * Makefile.in: Add libgui directory.
16933 (GDB_TK): Add all-libgui.
16934 * configure.in: Add libgui directory.
16935 * configure: Add all-libgui to GDB_TK.
16936
16937Mon Dec 15 16:12:28 1997 Nick Clifton <nickc@cygnus.com>
16938
16939 * config-ml.in (multidirs): Add m32r to multilib list.
16940
16941Fri Dec 12 10:43:31 1997 Brendan Kehoe <brendan@canuck.cygnus.com>
16942
16943 * Makefile.in (all-target-gperf): Change dependency to
16944 all-target-libstdc++.
16945
baf55877
FF
16946Thu Dec 11 23:30:51 1997 Fred Fish <fnf@ninemoons.com>
16947
16948 * config.guess: Add BeOS support.
16949
5d4a5ee6
JL
16950Wed Dec 10 15:10:38 1997 Ian Lance Taylor <ian@cygnus.com>
16951
16952 Source directory cvs renamed to cvssrc:
16953 * configure.in (host_tools): Change cvs to cvssrc.
16954 (native_only): Likewise.
16955 (noconfigdirs) [various cases]: Likewise.
16956 * Makefile.in (ALL_MODULES): Change all-cvs to all-cvssrc.
16957 (CROSS_CHECK_MODULES): Change check-cvs to check-cvssrc.
16958 (INSTALL_MODULES): Change install-cvs to install-cvssrc.
16959 (CLEAN_MODULES): Change clean-cvs to clean-cvssrc.
16960 (all-cvssrc): Rename target from all-cvs.
16961
f2d76545
JL
16962Wed Dec 3 07:55:59 1997 Jeffrey A Law (law@cygnus.com)
16963
16964 * configure (gxx_include_dir): Fix thinko.
16965
205cba53
JL
16966Tue Dec 2 10:55:34 1997 Jeffrey A Law (law@cygnus.com)
16967
16968 * Makefile.in (INSTALL_TARGET_CROSS): Define.
16969 (install-cross, install-gcc-cross): New targets.
16970
5d4a5ee6
JL
16971Tue Dec 2 10:08:31 1997 Nick Clifton <nickc@cygnus.com>
16972
16973 * configure.in (noconfigdirs): Add support for Thumb target.
16974
16975 * config.sub (maybe_os): Add support for Thumb target.
16976
16977Sun Nov 30 16:12:27 1997 Bob Manson <manson@charmed.cygnus.com>
16978
16979 * Makefile.in: Add rules for cygmon.
16980
16981 * configure.in: Build cygmon for sparc-elf and sparclite-aout.
16982
96b0f1fc
JL
16983Thu Nov 27 01:31:30 1997 Jeffrey A Law (law@cygnus.com)
16984
16985 * Makefile.in (INSTALL_TARGET): Do install-gcc first.
16986 * configure (gxx_include_dir): Provide a definition for subdirs
16987 which do not use autoconf.
d207ebef
JM
16988
16989Wed Nov 26 11:53:33 1997 Keith Seitz <keiths@onions.cygnus.com>
16990
16991 * Makefile.in, configure, configure.in, ChangeLog: merge with foundry's
4e81ae98 16992 11/18/97 build
d207ebef 16993
7dfef6ed
JL
16994Wed Nov 26 16:08:50 1997 Jeffrey A Law (law@cygnus.com)
16995
16996 * From Franz Sirl.
16997 * config.guess (powerpc*-*-linux): Handle glibc2 beta release
16998 found on RedHat Linux systems.
96b0f1fc 16999
83cfe7c0
JL
17000Fri Nov 21 09:51:01 1997 Jeffrey A Law (law@cygnus.com)
17001
17002 * config.guess (alpha stuff): Merge with FSF to avoid incorrect
17003 guesses.
17004
7dfef6ed
JL
17005Thu Nov 13 11:38:37 1997 Jeffrey A Law (law@cygnus.com)
17006
17007 * configure.in (i[3456]86-ncr-sysv4.3*): Tweak.
17008
5d4a5ee6
JL
17009Mon Nov 10 15:23:21 1997 H.J. Lu <hjl@gnu.ai.mit.edu>
17010
17011 * ltmain.sh: If mkdir fails, check whether the directory was created
17012 anyhow by some other process.
17013
d207ebef
JM
17014Mon Nov 10 14:38:03 1997 Michael Meissner <meissner@cygnus.com>
17015
17016 * configure.in (d30v-*-*): Configure all directories.
17017
17018Sun Nov 9 17:36:20 1997 Michael Meissner <meissner@cygnus.com>
17019
17020 * configure.in (d30v-*-*): Configure newlib, libiberty directories
17021 for the D30V.
17022
17023Sat Nov 8 14:42:59 1997 Michael Meissner <meissner@cygnus.com>
17024
17025 * configure.in (d30v-*-*): Configure target-libgloss on the D30V.
17026
5d4a5ee6
JL
17027Fri Nov 7 10:34:09 1997 Rob Savoye <rob@darkstar.cygnus.com>
17028
e490616e
ZW
17029 * include/libiberty.h: Add extern "C" { so it can be used with C++
17030 progrms.
17031 * include/remote-sim.h: Add extern "C" { so it can be used with C++
17032 programs.
5d4a5ee6 17033
d207ebef
JM
17034Thu Oct 30 11:09:29 1997 Michael Meissner <meissner@cygnus.com>
17035
17036 * configure.in (d30v-*-*): Configure GCC now.
17037
5d4a5ee6
JL
17038Mon Oct 27 13:17:24 1997 Stan Shebs <shebs@andros.cygnus.com>
17039
17040 * configure.in: Remove a "second pass" of tweaking noconfigdirs,
17041 is no longer needed.
17042
c9670e62
JM
17043Mon Oct 27 12:03:53 1997 Jason Merrill <jason@yorick.cygnus.com>
17044
17045 * Makefile.in: check-target-libio depends on all-target-libstdc++.
17046
cc71c0ca
MH
17047Sun Oct 26 11:48:27 1997 Manfred Hollstein (manfred@s-direktnet.de)
17048
17049 * Makefile.in (bootstrap-lean): Combined with `normal' bootstrap
17050 targets using "$@" to provide support for similar but not identical
17051 targets without having to duplicate code.
17052
d207ebef
JM
17053Mon Oct 20 15:28:49 1997 Klaus K"ampf <kkaempf@progis.de>
17054
17055 * makefile.vms: Fix to work with DEC C.
17056
17057Tue Oct 7 23:58:57 1997 Gavin Koch <gavin@cygnus.com>
17058
17059 * config.sub: Add mips-tx39-elf to marketing names.
17060
17061Tue Oct 7 14:24:41 1997 Ian Lance Taylor <ian@cygnus.com>
17062
17063 * ltmain.sh: Handle symlinks in generated script.
17064
17065Wed Oct 1 13:11:27 1997 Ian Lance Taylor <ian@cygnus.com>
17066
17067 * configure: Handle autoconf style directory options: --bindir,
17068 --datadir, --includedir, --infodir, --libdir, --libexecdir,
17069 --mandir, --oldincludedir, --sbindir, --sharedstatedir,
17070 --sysconfdir.
17071 * Makefile.in (sbindir, libexecdir, sysconfdir): New variables.
17072 (sharedstatedir, localstatedir, oldincludedir): New variables.
17073 (BASE_FLAGS_TO_PASS): Pass down bindir, datadir, includedir,
17074 infodir, libdir, libexecdir, localstatedir, mandir, oldincludedir,
17075 sbindir, sharedstatedir, and sysconfdir.
17076
b1e3ddfd
AJ
17077Mon Sep 29 00:38:08 1997 Aaron Jackson <jackson@negril.msrce.howard.edu>
17078
17079 * Makefile.in (bootstrap-lean): New target.
17080
d207ebef
JM
17081Wed Sep 24 18:06:27 1997 Stu Grossman <grossman@babylon-5.cygnus.com>
17082
17083 * configure.in (d30v): Remove tcl, tk, expect, gdb, itcl, tix, db,
3b75d237 17084 sn, and gnuserv from noconfigdirs.
d207ebef
JM
17085
17086Wed Sep 24 15:18:32 1997 Ian Lance Taylor <ian@cygnus.com>
17087
17088 * ltmain.sh: Tweak shell pattern to avoid bug in NetBSD /bin/sh.
17089
09f97c1e
JL
17090Thu Sep 18 23:58:27 1997 Jeffrey A Law (law@cygnus.com)
17091
17092 * Makefile.in (cross): New target.
17093
335d0ab2
AO
17094Thu Sep 18 21:43:23 1997 Alexandre Oliva <oliva@dcc.unicamp.br>
17095 Jeff Law <law@cygnus.com>
17096
17097 * Makefile.in (bootstrap2, bootstrap3): New targets.
17098 (all-bootstrap): Remove outdated and confusing target.
339c9b00 17099 (bootstrap, bootstrap2, bootstrap3): Don't pass BOOT_CFLAGS down.
335d0ab2 17100
d207ebef
JM
17101Thu Sep 18 15:37:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
17102
17103 * configure (tooldir): enable_gdbtk=YES for cygwin32, NO for
3b75d237 17104 windows. Consistent with gdb/configure.
d207ebef 17105
e693cc28
UD
171061997-09-15 02:37 Ulrich Drepper <drepper@cygnus.com>
17107
e693cc28
UD
17108 * configure.in: Name Linux target fragment.
17109
17110 * configure: Rewrite so that project Makefile fragment is inserted
17111 first and appears last in the resulting Makefile.
17112
d207ebef
JM
17113Tue Sep 16 09:55:07 1997 Andrew Cagney <cagney@b1.cygnus.com>
17114
17115 * Makefile.in (install-itcl): Install tcl first.
17116
5d4a5ee6
JL
17117Fri Sep 12 16:19:20 1997 Geoffrey Noer <noer@cygnus.com>
17118
17119 * configure.in: remove bison from noconfigdirs for Cygwin32 host
17120
f401679e
JW
17121Thu Sep 11 16:40:46 1997 H.J. Lu (hjl@gnu.ai.mit.edu)
17122
17123 * Makefile.in (local-distclean): Also remove mh-frag mt-frag.
17124
17125 * configure.in (skipdirs): Add target-librx for Linux.
17126 (alpha-*-linux*): Use config/mh-elfalphapic and config/mt-elfalphapic.
17127
ec20b1b9
JL
17128Wed Sep 10 21:29:54 1997 Jeffrey A Law (law@cygnus.com)
17129
17130 * Makefile.in (bootstrap): New target.
17131
becdcf6d
JL
17132Wed Sep 10 15:19:22 1997 Jeffrey A Law (law@cygnus.com)
17133
63f6bcd7 17134 * config.sub: Accept 'amigados' for backward compatibility.
becdcf6d 17135
d207ebef
JM
17136Mon Sep 8 20:46:20 1997 Ian Lance Taylor <ian@cygnus.com>
17137
17138 * config.guess: Merge with FSF.
17139
0c82f6bf
FF
17140Sun Sep 7 23:18:32 1997 Fred Fish <fnf@ninemoons.com>
17141
17142 * config.sub: Change 'amigados' to 'amigaos' to match current usage.
17143
d207ebef
JM
17144Sun Sep 7 15:55:28 1997 Gavin Koch <gavin@cygnus.com>
17145
17146 * config.sub: Add "marketing-names" patch.
17147
3fbc0b70
JS
17148Fri Sep 5 16:11:28 1997 Joel Sherrill (joel@OARcorp.com)
17149
e490616e 17150 * configure.in (*-*-rtems*): Do not build libgloss for rtems.
3fbc0b70 17151
e20d4801
JL
17152Fri Sep 5 12:27:17 1997 Jeffrey A Law (law@cygnus.com)
17153
17154 * config.sub: Handle v850-elf.
17155
fe181f78 17156Wed Sep 3 22:01:58 1997 Fred Fish <fnf@ninemoons.com>
d30e0541
FF
17157
17158 * .cvsignore (*-install): Remove.
17159
bfed1ea0
JL
17160Wed Sep 3 12:15:24 1997 Chris Provenzano <proven@cygnus.com>
17161
17162 * ltconfig: Set CONFIG_SHELL in libtool.
17163 * ltmain.sh: Use CONFIG_SHELL instead of /bin/sh
17164
558a1e7c
JW
17165Mon Sep 1 16:45:44 1997 Jim Wilson <wilson@cygnus.com>
17166
17167 * configure.in (target_subdir): Set to libraries if enable_multilib.
17168
7818d6fc
JW
17169Wed Aug 27 16:15:11 1997 Jim Wilson <wilson@cygnus.com>
17170
17171 * config.guess: Update from gcc directory.
17172
d207ebef
JM
17173Tue Aug 26 16:46:46 1997 Andrew Cagney <cagney@b1.cygnus.com>
17174
17175 * Makefile.in (all-sim): Depends on all-readline.
17176
6599da04
JM
17177Wed Aug 20 19:57:37 1997 Jason Merrill <jason@yorick.cygnus.com>
17178
17179 * Makefile.in (BISON, YACC): Use $$s.
17180 (all-bison): Depend on all-texinfo.
17181
17182Tue Aug 19 01:41:32 1997 Jason Merrill <jason@yorick.cygnus.com>
17183
17184 * Makefile.in (BISON): Add -L flag.
17185 (YACC): Likewise.
17186
d207ebef
JM
17187Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17188
4e81ae98
EC
17189 * configure.in (noconfigdirs): Add support for v850e target.
17190
d207ebef
JM
17191 * config.sub (maybe_os): Add support for v850e target.
17192
17193Mon Aug 18 11:30:50 1997 Nick Clifton <nickc@cygnus.com>
17194
4e81ae98
EC
17195 * configure.in (noconfigdirs): Add support for v850ea target.
17196
d207ebef
JM
17197 * config.sub (maybe_os): Add support for v850ea target.
17198
6599da04
JM
17199Mon Aug 18 09:24:06 1997 Gavin Koch <gavin@cygnus.com>
17200
17201 * config.sub: Add mipstx39. Delete r3900.
17202
17203Mon Aug 18 17:20:10 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17204
17205 * Makefile.in (all-autoconf): Depends on all-texinfo.
17206
17207Fri Aug 15 23:09:26 1997 Michael Meissner <meissner@cygnus.com>
17208
17209 * config-ml.in ({powerpc,rs6000}*-*-*): Update to current AIX and
17210 eabi targets.
17211
17212Thu Aug 14 14:42:17 1997 Ian Lance Taylor <ian@cygnus.com>
17213
17214 * configure: Get CFLAGS and CXXFLAGS from Makefile, if possible.
17215
17216 * configure: When handling a Canadian Cross, handle YACC as well as
17217 BISON. Just set BISON to bison. When setting YACC, prefer bison.
e490616e 17218 * Makefile.in (all-bison): Depend upon all-texinfo.
6599da04
JM
17219
17220Tue Aug 12 20:09:48 1997 Jason Merrill <jason@yorick.cygnus.com>
17221
17222 * Makefile.in (BISON): bison, not byacc or bison -y.
17223 (YACC): bison -y or byacc or yacc.
17224 (various): Add *-bison as appropriate.
17225 (taz): No need to mess with BISON anymore.
17226
17227Tue Aug 12 22:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
17228
17229 * configure: If OSTYPE matches *win32*, try to find a good value for
17230 CONFIG_SHELL.
17231
17232Sun Aug 10 14:41:11 1997 Ian Lance Taylor <ian@cygnus.com>
17233
17234 * Makefile.in (taz): Get the version number from AM_INIT_AUTOMAKE in
17235 configure.in if it is present.
17236
17237Sat Aug 9 00:58:01 1997 Ian Lance Taylor <ian@cygnus.com>
17238
17239 * Makefile.in (LD_FOR_TARGET): Change ld.new to ld-new.
17240
17241Fri Aug 8 16:30:13 1997 Doug Evans <dje@canuck.cygnus.com>
17242
17243 * config.sub: Recognize `arc' cpu.
17244 * configure.in: Likewise.
17245 * config-ml.in: Likewise.
17246
17247Thu Aug 7 11:02:34 1997 Ian Lance Taylor <ian@cygnus.com>
17248
17249 * Makefile.in ($(INSTALL_X11_MODULES)): Depend upon installdirs.
17250
17251Wed Aug 6 16:27:29 1997 Chris Provenzano <proven@cygnus.com>
17252
17253 * configure: Changed sed delimiter from ':' to '|' when
17254 attempting to substitute ${config_shell} for SHELL. On
17255 NT ${config_shell} may contain a ':' in it.
17256
17257Wed Aug 6 12:29:05 1997 Jason Merrill <jason@yorick.cygnus.com>
17258
17259 * Makefile.in (EXTRA_GCC_FLAGS): Fix for non-bash shells.
17260
17261Wed Aug 6 00:42:35 1997 Ian Lance Taylor <ian@cygnus.com>
17262
17263 * Makefile.in (AS_FOR_TARGET): Change as.new to as-new.
17264
17265Tue Aug 5 14:08:51 1997 Ian Lance Taylor <ian@cygnus.com>
17266
17267 * Makefile.in (NM_FOR_TARGET): Change nm.new to nm-new.
17268
17269 * ylwrap: If the program is a relative path, force it to be
17270 absolute.
17271
17272Tue Aug 5 12:12:44 1997 Andrew Cagney <cagney@b1.cygnus.com>
17273
17274 * configure (tooldir): Set BISON to `bison -y' and not just bison.
17275
17276Mon Aug 4 22:59:02 1997 Andrew Cagney <cagney@b1.cygnus.com>
17277
17278 * Makefile.in (CC_FOR_TARGET): When winsup/Makefile present,
3b75d237
AJ
17279 correctly specify the target build directory $(TARGET_SUBDIR)/winsup
17280 for libraries.
6599da04
JM
17281
17282Mon Aug 4 12:40:24 1997 Jason Merrill <jason@yorick.cygnus.com>
17283
17284 * Makefile.in (EXTRA_GCC_FLAGS): Fix handling of macros with values
3b75d237 17285 separated by spaces.
6599da04
JM
17286
17287Thu Jul 31 19:49:49 1997 Ian Lance Taylor <ian@cygnus.com>
17288
17289 * ylwrap: New file.
17290 * Makefile.in (DEVO_SUPPORT): Add ylwrap.
17291
17292 * ltmain.sh: Handle /bin/sh at start of install program.
17293
17294 * Makefile.in (DEVO_SUPPORT): Add ltconfig, ltmain.sh, and missing.
17295
17296 * ltconfig, ltmain.sh: New files, from libtool 1.0.
17297 * missing: New file, from automake 1.2.
17298
17299Thu Jul 24 12:57:56 1997 Ian Lance Taylor <ian@cygnus.com>
17300
17301 * Makefile.in: Treat tix like tk, putting it in X11_MODULES. Add
17302 check-tk to CHECK_X11_MODULES.
17303
17304Wed Jul 23 17:03:29 1997 Ian Lance Taylor <ian@cygnus.com>
17305
17306 * config.sub: Merge with FSF.
17307
17308Tue Jul 22 19:08:29 1997 Ian Lance Taylor <ian@cygnus.com>
17309
17310 * config.guess: Merge with FSF.
17311
17312Tue Jul 22 14:50:42 1997 Robert Hoehne <robert.hoehne@Mathematik.TU-Chemnitz.DE>
17313
17314 * configure: Treat msdosdjgpp like go32.
17315 * configure.in: Likewise. Don't remove gprof for go32.
17316
17317 * configure: Change Makefile.tem2 to Makefile.tm2.
17318
17319Mon Jul 21 10:31:26 1997 Stephen Peters <speters@cygnus.com>
17320
17321 * configure.in (noconfigdirs): For alpha-dec-osf*, don't ignore grep.
17322
17323Tue Jul 15 14:33:03 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17324
17325 * install-sh (chmodcmd): Set to null if the DST directory already
17326 exists. Same as Nov 11th change.
17327
17328Mon Jul 14 11:01:15 1997 Martin M. Hunt <hunt@cygnus.com>
17329
4e81ae98 17330 * configure (GDB_TK): Needs itcl and tix.
6599da04
JM
17331
17332Mon Jul 14 00:32:10 1997 Jason Merrill <jason@yorick.cygnus.com>
17333
17334 * config.guess: Update from FSF.
17335
17336Fri Jul 11 11:57:11 1997 Martin M. Hunt <hunt@cygnus.com>
17337
17338 * Makefile.in (GDB_TK): Depend on itcl and tix.
17339
17340Fri Jul 4 13:25:31 1997 Ian Lance Taylor <ian@cygnus.com>
17341
17342 * Makefile.in (INSTALL_PROGRAM_ARGS): New variable.
17343 (INSTALL_PROGRAM): Use $(INSTALL_PROGRAM_ARGS).
17344 (INSTALL_SCRIPT): New variable.
17345 (BASE_FLAGS_TO_PASS): Pass down INSTALL_SCRIPT.
17346 * configure.in: If host is *-*-cygwin32*, set INSTALL_PROGRAM_ARGS
17347 to -x.
17348 * install-sh: Add support for -x option.
17349
17350Mon Jun 30 15:51:30 1997 Ian Lance Taylor <ian@cygnus.com>
17351
17352 * configure.in, Makefile.in: Treat tix like itcl.
17353
17354Thu Jun 26 13:59:19 1997 Ian Lance Taylor <ian@cygnus.com>
17355
17356 * Makefile.in (WINDRES): New variable.
17357 (WINDRES_FOR_TARGET): New variable.
17358 (BASE_FLAGS_TO_PASS): Add WINDRES_FOR_TARGET.
17359 (EXTRA_HOST_FLAGS): Add WINDRES.
17360 (EXTRA_TARGET_FLAGS): Add WINDRES.
17361 (EXTRA_GCC_FLAGS): Add WINDRES.
17362 ($(DO_X)): Pass down WINDRES.
17363 ($(CONFIGURE_TARGET_MODULES)): Set WINDRES when configuring.
17364 * configure: Treat WINDRES like DLLTOOL, and WINDRES_FOR_TARGET like
17365 DLLTOOL_FOR_TARGET.
17366
17367Wed Jun 25 15:01:26 1997 Felix Lee <flee@cygnus.com>
17368
17369 * configure.in: configure sim before gdb for win32-x-ppc
17370
17371Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17372
17373 Move gperf into the toplevel, from libg++.
17374 * configure.in (target_tools): Add target-gperf.
17375 (native_only): Add target-gperf.
17376 * Makefile.in (all-target-gperf): New target, depend on
17377 all-target-libg++.
17378 (configure-target-gperf): Empty rule.
17379 (ALL_TARGET_MODULES): Add all-target-gperf.
17380 (CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
17381 (CHECK_TARGET_MODULES): Add check-target-gperf.
17382 (INSTALL_TARGET_MODULES): Add install-target-gperf.
17383 (CLEAN_TARGET_MODULES): Add clean-target-gperf.
17384
17385Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com)
4e81ae98 17386
6599da04
JM
17387 * config.sub (mn10200): Recognize new basic machine.
17388
17389Thu Jun 19 14:16:42 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17390
17391 * configure.in: Don't set ENABLE_MULTILIB, so we'll be passing
17392 --enable-multilib down to subdirs; setting TARGET_SUBDIR was enough.
17393
17394Tue Jun 17 15:31:20 1997 Brendan Kehoe <brendan@lisa.cygnus.com>
17395
17396 * configure.in: If we're building mips-sgi-irix6* native, turn on
17397 ENABLE_MULTILIB and set TARGET_SUBDIR.
17398
17399Tue Jun 17 12:20:59 1997 Tom Tromey <tromey@cygnus.com>
17400
17401 * Makefile.in (all-sn): Depend on all-grep.
17402
17403Mon Jun 16 11:11:10 1997 Ian Lance Taylor <ian@cygnus.com>
17404
17405 * configure.in: Use mh-ppcpic and mt-ppcpic for powerpc*-* targets.
17406
17407 * configure: Set CFLAGS and CXXFLAGS, and substitute them into
17408 Makefile. From Jeff Makey <jeff@cts.com>.
17409 * Makefile.in: Add comment for CFLAGS and CXXFLAGS.
17410
17411 * Makefile.in (DISTBISONFILES): Remove.
17412 (taz): Don't futz with DISTBISONFILES. Change BISON to use
17413 $(DEFAULT_YACC).
17414
17415 * configure.in: Build itl, db, sn, etc., when building for native
3b75d237 17416 cygwin32.
6599da04
JM
17417
17418 * Makefile.in (LD): New variable.
17419 (EXTRA_HOST_FLAGS): Pass down LD.
17420 ($(DO_X)): Likewise.
17421
17422Mon Jun 16 11:10:35 1997 Philip Blundell <Philip.Blundell@pobox.com>
17423
17424 * Makefile.in (INSTALL): Use $(SHELL) when executing install-sh.
17425
17426Fri Jun 13 10:22:56 1997 Bob Manson <manson@charmed.cygnus.com>
17427
17428 * configure.in (targargs): Strip out any supplied --build argument
3b75d237 17429 before adding our own. Always add --build.
6599da04
JM
17430
17431Thu Jun 12 21:12:28 1997 Bob Manson <manson@charmed.cygnus.com>
17432
17433 * configure.in (targargs): Pass --build if we're doing
17434 a cross-compile.
17435
17436Fri Jun 6 21:38:40 1997 Rob Savoye <rob@chinadoll.cygnus.com>
17437
ca236658 17438 * configure: Use '|' instead of ":" as the separator in
6599da04
JM
17439 sed. Otherwise sed chokes on NT path names with drive
17440 designators. Also look for "?:*" as the leading characters in an
17441 absolute pathname.
17442
17443Mon Jun 2 13:05:20 1997 Gavin Koch <gavin@cygnus.com>
17444
17445 * config.sub: Support for r3900.
17446
17447Wed May 21 17:33:31 1997 Ian Lance Taylor <ian@cygnus.com>
17448
17449 * configure.in: Use install-sh, not install.sh.
17450
17451Wed May 14 16:06:51 1997 Ian Lance Taylor <ian@cygnus.com>
17452
17453 * Makefile.in (taz): Improve check for BISON so it doesn't try to
17454 apply it twice.
17455
17456Fri May 9 17:22:05 1997 Ian Lance Taylor <ian@cygnus.com>
17457
17458 * Makefile.in (INSTALL_MODULES): Put install-opcodes before
17459 install-binutils.
17460
17461Thu May 8 17:29:50 1997 Ian Lance Taylor <ian@cygnus.com>
17462
17463 * Makefile.in: Add automake targets.
17464 * configure.in (host_tools): Add automake.
17465
17466Tue May 6 15:49:52 1997 Ian Lance Taylor <ian@cygnus.com>
17467
17468 * configure: Default CXX to c++, not gcc.
17469 * Makefile.in (CXX): Set to c++, not gcc.
17470 (CXX_FOR_TARGET): When cross, transform c++, not gcc.
17471
17472Thu May 1 10:11:43 1997 Geoffrey Noer <noer@cygnus.com>
17473
17474 * install-sh: try appending a .exe if source file doesn't
17475 exist
17476
17477Wed Apr 30 12:05:36 1997 Jason Merrill <jason@yorick.cygnus.com>
17478
17479 * configure.in: Turn on multilib by default.
17480 (cross_only): Remove target-libiberty.
17481
17482 * Makefile.in (all-gcc): Don't depend on libiberty.
17483
17484Mon Apr 28 18:39:45 1997 Michael Snyder <msnyder@cleaver.cygnus.com>
17485
17486 * config.guess: improve algorithm for recognizing Gnu Hurd x86.
17487
17488Thu Apr 24 19:30:07 1997 Ian Lance Taylor <ian@cygnus.com>
17489
17490 * Makefile.in (DEVO_SUPPORT): Add mpw-install.
17491 (DISTBISONFILES): Add ld/Makefile.in
17492
17493Tue Apr 22 17:17:28 1997 Geoffrey Noer <noer@pizza.cygnus.com>
17494
17495 * configure.in: if target is cygwin32 but host isn't cygwin32,
17496 don't configure gdb tcl tk expect, not just gdb.
17497
17498Mon Apr 21 13:33:39 1997 Tom Tromey <tromey@cygnus.com>
17499
17500 * configure.in: Added gnuserv everywhere sn appears.
17501
17502 * Makefile.in (ALL_MODULES): Added all-gnuserv.
17503 (CROSS_CHECK_MODULES): Added check-gnuserv.
17504 (INSTALL_MODULES): Added install-gnuserv.
17505 (CLEAN_MODULES): Added clean-gnuserv.
17506 (all-gnuserv): New target.
17507
17508Thu Apr 17 13:57:06 1997 Per Fogelstrom <pefo@openbsd.org>
17509
17510 * config.guess: Fixes for MIPS OpenBSD systems.
17511
17512Tue Apr 15 12:21:07 1997 Ian Lance Taylor <ian@cygnus.com>
17513
17514 * Makefile.in (INSTALL_XFORM): Remove.
17515 (BASE_FLAGS_TO_PASS): Remove INSTALL_XFORM.
17516
17517 * mkinstalldirs: New file, copied from automake.
17518 * Makefile.in (installdirs): Rename from install-dirs. Use
17519 mkinstalldirs. Change all users.
17520 (DEVO_SUPPORT): Add mkinstalldirs.
17521
17522Mon Apr 14 11:21:38 1997 Ian Lance Taylor <ian@cygnus.com>
17523
17524 * install-sh: Rename from install.sh.
17525 * Makefile.in (INSTALL): Change install.sh to install-sh.
17526 (DEVO_SUPPORT): Likewise.
17527
17528 * configure: Use ${config_shell} with ${moveifchange}. From Thomas
17529 Graichen <graichen@rzpd.de>.
17530
17531Fri Apr 11 16:37:10 1997 Niklas Hallqvist <niklas@appli.se>
17532
17533 * config.guess: Recognize OpenBSD systems correctly.
17534
17535Fri Apr 11 17:07:04 1997 Jason Molenda (crash@godzilla.cygnus.co.jp)
17536
17537 * README, Makefile.in (ETC_SUPPORT): Remove references to
17538 cfg-paper*, configure.{texi,man,info*}._
17539
17540Sun Apr 6 18:47:57 1997 Andrew Cagney <cagney@kremvax.cygnus.com>
17541
17542 * Makefile.in (all.normal): Ensure that gcc is built after all
17543 the x11 - ie gdb - targets.
17544
17545Tue Apr 1 16:28:50 1997 Klaus Kaempf <kkaempf@progis.de>
17546
17547 * makefile.vms: Don't run conf-a-gas.
17548
17549Mon Mar 31 16:26:55 1997 Joel Sherrill <joel@oarcorp.com>
17550
e490616e 17551 * configure.in (hppa1.1-*-rtems*): New target, like hppa-*-*elf*.
6599da04 17552
d207ebef
JM
17553Sun Mar 30 12:38:27 1997 Fred Fish <fnf@cygnus.com>
17554
17555 * configure.in: Remove noconfigdirs case since gdb also
17556 configures and builds for tic80-coff.
17557
6599da04
JM
17558Fri Mar 28 18:28:52 1997 Ian Lance Taylor <ian@cygnus.com>
17559
17560 * configure: Set cache_file to config.cache.
17561 * Makefile.in (local-distclean): Remove config.cache.
17562
17563Wed Mar 26 18:49:39 1997 Ian Lance Taylor <ian@cygnus.com>
17564
17565 * COPYING: Update FSF address.
17566
d207ebef
JM
17567Wed Mar 26 10:38:25 1997 Michael Meissner <meissner@cygnus.com>
17568
17569 * configure.in (tic80-*-*): Remove G++ libraries and libgloss from
17570 noconfigdirs.
17571
6599da04
JM
17572Mon Mar 24 15:02:39 1997 Ian Lance Taylor <ian@cygnus.com>
17573
17574 * Makefile.in (install-dirs): Don't crash if prefix, and hence
17575 MAKEDIRS, is empty.
17576
17577Mon Mar 24 12:40:55 1997 Doug Evans <dje@canuck.cygnus.com>
17578
17579 * config.sub: Tweak mn10300 entry.
17580
17581Fri Mar 21 15:35:27 1997 Michael Meissner <meissner@cygnus.com>
17582
17583 * configure.in (host_tools): Put sim before gdb, so gdb's
17584 configure.tgt can determine if the simulator was configured.
17585
17586Sun Mar 16 16:07:08 1997 Fred Fish <fnf@cygnus.com>
17587
17588 * config.sub: Move BeOS $os case to be with other Cygnus
17589 local cases.
17590
17591Sun Mar 16 01:34:55 1997 Martin Hunt <hunt@cygnus.com>
17592
17593 * config.sub: Remove misplaced comment that broke Linux.
17594
17595Sat Mar 15 22:50:15 1997 Fred Fish <fnf@cygnus.com>
17596
17597 * config.sub: Add BeOS support.
17598
17599Mon Mar 10 13:30:11 1997 Tom Tromey <tromey@cygnus.com>
17600
17601 * Makefile.in (CHECK_X11_MODULES): Don't run check-tk.
17602
17603Wed Mar 5 12:09:29 1997 Martin <hunt@cygnus.com>
17604
17605 * configure.in (noconfigdirs): Remove tcl and tk from
17606 noconfigdirs for cygwin32 builds.
17607
d207ebef
JM
17608Fri Feb 28 18:20:15 1997 Fred Fish <fnf@cygnus.com>
17609
17610 * configure.in (tic80-*-*): Remove ld from noconfigdirs.
17611
6599da04
JM
17612Thu Feb 27 14:57:26 1997 Ken Raeburn <raeburn@cygnus.com>
17613
17614 * Makefile.in (GAS_SUPPORT_DIRS, BINUTILS_SUPPORT_DIRS): Remove
17615 make-all.com, use makefile.vms instead.
17616
17617Tue Feb 25 18:46:14 1997 Stan Shebs <shebs@andros.cygnus.com>
17618
17619 * config.sub: Accept -lnews*.
17620
d207ebef
JM
17621Tue Feb 25 13:19:14 1997 Andrew Cagney <cagney@kremvax.tpgi.com.au>
17622
17623 * configure.in (noconfigdirs): Disable target-newlib,
3b75d237 17624 target-examples and target-libiberty for d30v.
d207ebef
JM
17625
17626Fri Feb 21 17:56:25 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17627
17628 * configure.in (noconfigdirs): Enable ld for d30v.
17629
17630Fri Feb 21 20:58:51 1997 Michael Meissner <meissner@cygnus.com>
17631
17632 * configure.in (tic80-*-*): Build compiler.
17633
17634Sun Feb 16 15:41:09 1997 Andrew Cagney <cagney@critters.cygnus.com>
17635
17636 * configure.in (d30v-*): Remove sim directory from list of
3b75d237 17637 unsupported d30v directories
d207ebef
JM
17638
17639Tue Feb 18 17:32:42 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
17640
4e81ae98
EC
17641 * config.sub, configure.in: Add d30v target cpu.
17642
6599da04
JM
17643Thu Feb 13 22:04:44 1997 Klaus Kaempf <kkaempf@progis.de>
17644
17645 * makefile.vms: New file.
17646 * make-all.com: Remove.
17647
17648Wed Feb 12 12:54:18 1997 Jim Wilson <wilson@cygnus.com>
17649
17650 * Makefile.in (EXTRA_GCC_FLAGS): Add LIBGCC2_DEBUG_CFLAGS.
17651
17652Sat Feb 8 20:36:49 1997 Michael Meissner <meissner@cygnus.com>
17653
17654 * Makefile.in (all-itcl): The rule is all-itcl, not all-tcl.
17655
17656Tue Feb 4 11:39:29 1997 Tom Tromey <tromey@cygnus.com>
17657
17658 * Makefile.in (ALL_MODULES): Added all-db.
17659 (CROSS_CHECK_MODULES): Addec check-db.
17660 (INSTALL_MODULES): Added install-db.
17661 (CLEAN_MODULES): Added clean-db.
17662
17663Mon Feb 3 13:29:36 1997 Ian Lance Taylor <ian@cygnus.com>
17664
17665 * config.guess: Merge with latest FSF sources.
17666
17667Tue Jan 28 09:20:37 1997 Tom Tromey <tromey@cygnus.com>
17668
17669 * Makefile.in (ALL_MODULES): Added all-itcl.
17670 (CROSS_CHECK_MODULES): Added check-itcl.
17671 (INSTALL_MODULES): Added install-itcl.
17672 (CLEAN_MODULES): Added clean-itcl.
17673
17674Thu Jan 23 01:44:27 1997 Geoffrey Noer <noer@cygnus.com>
17675
17676 * configure.in: build gdb for mn10200
17677
17678Fri Jan 17 15:32:15 1997 Doug Evans <dje@canuck.cygnus.com>
17679
17680 * Makefile.in (all-target-winsup): Depend on all-target-libio.
17681
d207ebef
JM
17682Mon Jan 13 22:46:54 1997 Michael Meissner <meissner@tiktok.cygnus.com>
17683
17684 * configure.in (tic80-*-*): Turn off most targets right now.
17685
6599da04
JM
17686Fri Jan 3 16:04:03 1997 Ian Lance Taylor <ian@cygnus.com>
17687
17688 * Makefile.in (MAKEINFO): Check for the existence of the Makefile,
17689 rather than the makeinfo program.
17690 (do-info): Depend upon all-texinfo.
17691
17692Tue Dec 31 16:00:31 1996 Ian Lance Taylor <ian@cygnus.com>
17693
17694 * configure.in: Remove uses of config/mh-linux.
17695
17696 * config.sub, config.guess: Merge with latest FSF sources.
17697
d207ebef
JM
17698Fri Dec 27 23:04:33 1996 Fred Fish <fnf@cygnus.com>
17699
17700 * config.sub (case $basic_machine): Add tic80 entries.
17701
6599da04
JM
17702Fri Dec 27 12:07:59 1996 Ian Lance Taylor <ian@cygnus.com>
17703
17704 * config.sub, config.guess: Merge with latest FSF sources.
17705
17706Wed Dec 18 22:46:39 1996 Stan Shebs <shebs@andros.cygnus.com>
17707
17708 * mpw-build.in: Build ld before gcc, use NewFolderRecursive.
17709 * mpw-config.in: Test for NewFolderRecursive.
17710 * mpw-install: Use symbolic name for startup filename.
17711 * mpw-README: Add various additional details.
17712
17713Wed Dec 18 13:11:46 1996 Jim Wilson <wilson@cygnus.com>
17714
17715 * configure.in (mips*-sgi-irix6*): Remove binutils from noconfigdirs.
17716
17717Wed Dec 18 10:29:31 1996 Jeffrey A Law (law@cygnus.com)
17718
17719 * configure.in: Do build gcc and the target libraries for
17720 the mn10200.
17721
17722Wed Dec 4 16:53:05 1996 Geoffrey Noer <noer@cygnus.com>
17723
17724 * configure.in: don't avoid building gdb for mn10300 any more
17725 * Makefile.in: double-quote GCC_FOR_TARGET line in EXTRA_GCC_FLAGS
17726 instead of single-quoting it.
17727
17728Tue Dec 3 23:26:50 1996 Jason Merrill <jason@yorick.cygnus.com>
17729
17730 * configure.in: Don't use --with-stabs on IRIX 6.
17731
17732Tue Dec 3 09:05:25 1996 Doug Evans <dje@canuck.cygnus.com>
17733
17734 * configure.in (m32r): Build gdb, libg++ now.
17735
17736Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
17737
17738 * configure.in (mips*-sgi-irix6*): Remove gdb and related
17739 directories from noconfigdirs.
17740
17741Tue Nov 26 11:45:33 1996 Kim Knuttila <krk@cygnus.com>
17742
17743 * config.sub (basic_machine): added mips16 configuration
17744
17745Sat Nov 23 19:26:22 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17746
17747 * config.sub: Handle d10v-unknown.
17748
d207ebef
JM
17749Sat Nov 23 10:23:01 1996 Gavin Koch <gavin@cygnus.com>
17750
17751 * config.sub: Handle v850-unknown.
17752
6599da04
JM
17753Thu Nov 21 16:19:44 1996 Geoffrey Noer <noer@cygnus.com>
17754
17755 * Makefile.in: add findutils
17756 * configure.in: add findutils to list of host_tools
17757
17758Wed Nov 20 10:09:01 1996 Jeffrey A Law (law@cygnus.com)
17759
17760 * config.sub: Handle mn10200 and mn10300.
17761
17762Tue Nov 19 16:35:14 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17763
17764 * configure.in (d10v-*): Do not build librx.
17765
17766Mon Nov 18 13:28:41 1996 Jeffrey A Law (law@cygnus.com)
17767
17768 * configure.in (mn10300): Build everything except gdb & libgloss.
17769
17770Wed Nov 13 14:59:46 1996 Per Bothner <bothner@deneb.cygnus.com>
17771
17772 * config.guess: Patch for Dansk Data Elektronik servers,
17773 from Niels Skou Olsen <nso@dde.dk>.
17774
17775 For ncr, use /bin/uname rather than uname, since GNU uname does not
17776 support -p. Suggested by Mark Mitchell <mmitchell@usa.net>.
17777
17778 Patch for MIPS R4000 running System V,
17779 from Eric S. Raymond <esr@snark.thyrsus.com>.
17780
17781 Fix thinko for nextstep.
17782
17783 Patch for OSF1 in i?86, from Dan Murphy <dlm@osf.org> via Harlan Stenn.
17784
17785 Sat Jun 24 18:58:17 1995 Morten Welinder <terra+@cs.cmu.edu>
17786 * config.guess: Guess mips-dec-mach_bsd4.3.
17787
17788 Thu Oct 10 04:07:04 1996 Harlan Stenn <harlan@pfcs.com>
17789 * config.guess (i?86-ncr-sysv*): Emit just enough of the minor
17790 release numbers.
17791 * config.guess (mips-mips-riscos*): Emit just enough of the
17792 release number.
17793
17794 Tue Oct 8 10:37:22 1996 Frank Vance <fvance@waii.com>
17795 * config.guess (sparc-auspex-sunos*): Added.
17796 (f300-fujitsu-*): Added.
17797
17798 Wed Sep 25 22:00:35 1996 Jeff Woolsey <woolsey@jlw.com>
17799 * config.guess: Recognize a Tadpole as a sparc.
17800
17801Wed Nov 13 00:53:09 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17802
17803 * config.guess: Don't assume that NextStep version is either 2 or
17804 3. NextStep 4 (aka OpenStep 4) has come out now.
17805
17806Mon Nov 11 23:52:03 1996 David J. MacKenzie <djm@churchy.gnu.ai.mit.edu>
17807
17808 * config.guess: Support Cray T90 that reports itself as "CRAY TS".
17809 From Rik Faith <faith@cs.unc.edu>.
17810
17811Fri Nov 8 11:34:58 1996 David J. MacKenzie <djm@geech.gnu.ai.mit.edu>
17812
17813 * config.sub: Contributions from bug-gnu-utils to:
17814 Support plain "hppa" (no version given) architecture, reported by
17815 OpenStep.
17816 OpenBSD like NetBSD.
17817 LynxOs is not a hardware supplier.
17818
17819 * config.guess: Contributions from bug-gnu-utils to add support for:
3b75d237 17820 OpenBSD like NetBSD.
6599da04
JM
17821 Stratus systems.
17822 More Pyramid systems.
17823 i[n>4]86 Intel chips.
17824 M680[n>4]0 Motorola chips.
17825 Use unknown instead of lynx for hardware manufacturer.
17826
17827Mon Nov 11 10:09:08 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
17828
17829 * install.sh (chmodcmd): Set to null if the DST directory already
17830 exists.
17831
17832Mon Nov 11 10:43:41 1996 Michael Meissner <meissner@tiktok.cygnus.com>
17833
17834 * configure.in (powerpc*-{eabi,elf,linux,rtem,sysv,solaris}*): Do
17835 not use mt-ppc target Makefile fragment any more.
17836
17837Sun Nov 3 19:17:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17838
17839 * configure.in (*-*-windows): Exclude everything but those dirs
17840 needed to build windows.
17841
17842Tue Oct 29 16:41:31 1996 Doug Evans <dje@canuck.cygnus.com>
17843
17844 * Makefile.in (all-target-winsup): Depend on all-target-librx.
17845
17846Mon Oct 28 17:32:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17847
17848 * configure.in: Exclude mmalloc from i386-windows.
6599da04
JM
17849
17850Thu Oct 24 09:22:46 1996 Stu Grossman (grossman@critters.cygnus.com)
17851
17852 * Undo my previous change.
17853
17854Thu Oct 24 12:12:04 1996 Ian Lance Taylor <ian@cygnus.com>
17855
17856 * Makefile.in (EXTRA_GCC_FLAGS): Pass down GCC_FOR_TARGET
17857 unconditionally.
17858 (MAKEOVERRIDES): Define (revert this part of October 18 change).
17859
17860Thu Oct 24 09:02:07 1996 Stu Grossman (grossman@critters.cygnus.com)
17861
17862 * Makefile.in (FLAGS_TO_PASS): Add $(HOST_FLAGS) to allow the
17863 host to add it's own flags.
6599da04
JM
17864
17865Tue Oct 22 15:20:26 1996 Ian Lance Taylor <ian@cygnus.com>
17866
17867 * configure: Handle GCC_FOR_TARGET like CC_FOR_TARGET.
17868
17869Fri Oct 18 13:37:13 1996 Ian Lance Taylor <ian@cygnus.com>
17870
17871 * Makefile.in (CC_FOR_TARGET): Check for xgcc, not Makefile.
17872 (CXX_FOR_TARGET): Likewise.
17873 (GCC_FOR_TARGET): Define.
17874 (BASE_FLAGS_TO_PASS): Remove GCC_FOR_TARGET.
17875 (EXTRA_GCC_FLAGS): Define GCC_FOR_TARGET based on whether
17876 CC_FOR_TARGET was specified on the command line.
17877 (MAKEOVERRIDES): Don't define.
17878
17879Thu Oct 17 10:27:56 1996 Doug Evans <dje@canuck.cygnus.com>
17880
17881 * configure.in (m32r): Fix spelling of libg++ libs.
17882
17883Thu Oct 10 10:37:17 1996 Stan Shebs <shebs@andros.cygnus.com>
17884
17885 * config.sub (-apple*): Remove, now redundant.
17886
17887Thu Oct 10 12:30:54 1996 Ian Lance Taylor <ian@cygnus.com>
17888
17889 * configure: Don't get confused by CPU-VENDOR-linux-gnu.
17890
17891 * configure: Rework yesterday's sed script patch.
17892
17893 * config.sub: Merge with FSF.
17894
17895Wed Oct 9 17:24:59 1996 Per Bothner <bothner@deneb.cygnus.com>
17896
17897 * config.guess: Merge from FSF.
17898
17899 1996-09-12 Richard Stallman <rms@ethanol.gnu.ai.mit.edu>
e490616e
ZW
17900 * config.guess: Use pc instead of unknown, for pc clone systems.
17901 Change linux to linux-gnu.
6599da04
JM
17902
17903 Mon Jul 15 23:51:11 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
e490616e 17904 * config.guess: Avoid non-portable tr syntax.
6599da04
JM
17905
17906Wed Oct 9 06:06:46 1996 Jeffrey A Law (law@cygnus.com)
17907
17908 * test-build.mk (HOLES): Add "xargs" for gdb.
17909
17910 * configure: Avoid hpux10.20 sed bug.
17911
17912Tue Oct 8 08:32:48 1996 Stu Grossman (grossman@critters.cygnus.com)
17913
731a8127 17914 * configure.in: Add support for windows host
6599da04
JM
17915 (that is a build done under the Microsoft build environment).
17916
17917Tue Oct 8 10:39:08 1996 Ian Lance Taylor <ian@cygnus.com>
17918
17919 * Makefile.in: Replace all uses of srcroot with s, to shrink
17920 command line lengths.
17921
17922 Patches from Geoffrey Noer <noer@cygnus.com>:
17923 * configure.in: If configuring for newlib, pass --with-newlib to
17924 subdirectories.
17925 * Makefile.in (CC_FOR_TARGET): If winsup/Makefile exists, pass a
17926 -Bnewlib/ and -Lwinsup to gcc.
17927 (CXX_FOR_TARGET): Likewise.
17928
17929Mon Oct 7 10:59:35 1996 Ian Lance Taylor <ian@cygnus.com>
17930
17931 * Makefile.in (ETC_SUPPORT): Add configure.
17932
17933Fri Oct 4 12:22:58 1996 Angela Marie Thomas (angela@cygnus.com)
17934
4e81ae98 17935 * configure.in: Use config/mh-dgux386 for i[345]86-dg-dgux
6599da04
JM
17936 host configuration file.
17937
17938Thu Oct 3 09:28:25 1996 Jeffrey A Law (law@cygnus.com)
17939
17940 * configure.in: Break mn10x00 support into separate
17941 mn10200 and mn10300 configurations.
17942 * config.sub: Likewise.
17943
17944Wed Oct 2 22:27:52 1996 Jeffrey A Law (law@cygnus.com)
17945
17946 * configure.in: Add lots of stuff to noconfigdirs for
17947 the mn10x00 targets.
17948
17949 * config.sub, configure.in: Add mn10x00 support.
17950
17951Wed Oct 2 15:52:36 1996 Klaus Kaempf <kkaempf@progis.de>
17952
17953 * make-all.com: Call conf-a-gas, not config-a-gas.
17954
17955Tue Oct 1 01:28:41 1996 James G. Smith <jsmith@cygnus.co.uk>
17956
17957 * configure.in (noconfigdirs): Don't build libgloss for arm-coff
3b75d237 17958 targets.
6599da04
JM
17959
17960Mon Sep 30 14:24:01 1996 Stan Shebs <shebs@andros.cygnus.com>
17961
17962 * mpw-README: Add much more detail for native PowerMac.
17963 * mpw-install: New file.
17964 * mpw-configure: Add --norecursion and --help options.
17965 * mpw-config.in: Translate readme and install files when
17966 copying to objdir.
17967 * mpw-build.in: Don't always depend on byacc and flex.
17968 (install-only-top): New action.
17969
d207ebef
JM
17970Fri Sep 27 17:39:44 1996 Stu Grossman (grossman@critters.cygnus.com)
17971
17972 * configure.in: You can now configure GDB for the v850.
17973
6599da04
JM
17974Tue Sep 24 19:05:12 1996 Stan Shebs <shebs@andros.cygnus.com>
17975
17976 * configure.in (noconfigdirs): Don't configure any C++ dirs
17977 if targeting D10V.
17978
17979Tue Sep 17 12:15:31 1996 Ian Lance Taylor <ian@cygnus.com>
17980
17981 * config.sub: Recognize mips64vr5000.
17982
17983Mon Sep 16 17:00:52 1996 Ian Lance Taylor <ian@cygnus.com>
17984
17985 * configure.in: Use a single line for host_tools and native_only.
17986
17987Mon Sep 9 12:21:30 1996 Doug Evans <dje@canuck.cygnus.com>
17988
17989 * config.sub, configure.in: Add entries for m32r.
17990
17991Thu Sep 5 13:52:47 1996 Tom Tromey <tromey@creche.cygnus.com>
17992
17993 * Makefile.in (inet-install): Don't run install-gzip.
17994
17995Wed Sep 4 17:26:13 1996 Stu Grossman (grossman@critters.cygnus.com)
17996
17997 * configure.in: Don't config lots of things for *-*-windows*.
17998
17999Sat Aug 31 11:45:57 1996 Stan Shebs <shebs@andros.cygnus.com>
18000
18001 * mpw-config.in: Test for mpw-true, true, and null-command scripts.
18002 (host_libs, host_tools): Copy from configure.in.
18003 * mpw-configure: Don't complain about directories not found.
18004
18005Thu Aug 29 16:44:58 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18006
18007 * configure.in (i[345]86): Recognize i686 for pentium pro.
18008 (i[3456]86-*-dgux*): Use config/mh-sysv for the host configuration
18009 file.
18010
18011 * config.guess (i[345]86): Ditto.
18012
18013Mon Aug 26 18:34:42 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18014
18015 * configure.in (noconfigdirs): Removed gdb for D10V.
18016
d207ebef 18017Thu Aug 22 17:13:52 1996 Jeffrey A Law (law@cygnus.com)
5d4a5ee6 18018
d207ebef
JM
18019 * configure.in: Remove ld, target-libio, target-libg++, and
18020 target-libstdc++ from noconfigdirs.
5d4a5ee6 18021
6599da04
JM
18022Wed Aug 21 18:56:38 1996 Fred Fish <fnf@cygnus.com>
18023
18024 * configure: Fix three locations where shell scripts were
18025 being run directly rather than with config_shell.
18026
d207ebef
JM
18027Tue Aug 20 13:08:47 1996 J.T. Conklin <jtc@hippo.cygnus.com>
18028
18029 * configure.in (v850-*-*): Set up initial $noconfigdirs.
18030 * config.sub (basic_machine): Recognize v850.
18031
6599da04
JM
18032Thu Aug 15 12:19:33 1996 Stan Shebs <shebs@andros.cygnus.com>
18033
18034 * mpw-configure: Handle multiple enable/disable options and
18035 pass them down recursively, handle -c and -s flags appropriately
18036 depending on choice of compiler, add escape mechanism for
18037 quoted arguments to gC.
18038
18039Mon Aug 12 13:15:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18040
18041 * configure.in (powerpc*-*-*): For eabi, system V.4, Linux, and
18042 solaris targets, use config/mt-ppc to set C{,XX}FLAGS_FOR_TARGETS
18043 so that -mrelocatable-lib and -mno-eabi are used.
18044
18045 * Makefile.in (CONFIGURE_TARGET_MODULES): If target compiler does
18046 not support --print-multi-lib, don't abort.
18047
6599da04
JM
18048Thu Aug 8 12:18:59 1996 Klaus Kaempf <kkaempf@progis.de>
18049
18050 * make-all.com: Run config-a-gas.
18051 * setup.com: Don't copy subdirectory files around.
18052
18053Tue Jul 30 17:49:31 1996 Brendan Kehoe <brendan@cygnus.com>
18054
18055 * configure.in (*-*-ose): Remove exclusion of libgloss for this
18056 target, it now compiles correctly.
18057
18058Sat Jul 27 15:10:43 1996 Stan Shebs <shebs@andros.cygnus.com>
18059
18060 * mpw-config.in: Generate Mac include for elf/dwarf2.h.
18061
18062Tue Jul 23 10:47:04 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18063
4e81ae98 18064 * configure.in (d10v-*-*): Remove ld from $noconfigdirs.
6599da04
JM
18065
18066Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18067
18068 * configure.in (native_only): Add prms.
18069
18070Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com>
18071
18072 * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com.
18073 (BINUTILS_SUPPORT_DIRS): Likewise.
18074
18075Thu Jul 18 12:55:40 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18076
18077 * configure.in (d10v-*-*): Don't configure ld or gdb until the
18078 d10v support is added.
18079
18080Wed Jul 17 14:33:09 1996 Martin M. Hunt <hunt@pizza.cygnus.com>
18081
18082 * configure.in (d10v-*-*): New target.
18083
18084Mon Jul 15 11:53:00 1996 Jeffrey A Law (law@cygnus.com)
18085
18086 * config.guess (HP 9000/811): Recognize this as a PA1.1
18087 machine.
18088
18089Fri Jul 12 23:21:17 1996 Ken Raeburn <raeburn@cygnus.com>
18090
18091 * Makefile.in (do-tar-gz): New target, split out from tail end of
18092 taz target. Run each command separately, don't use pipes.
18093 (taz): Use it.
18094
18095Fri Jul 12 12:08:04 1996 Stan Shebs <shebs@andros.cygnus.com>
18096
18097 * mpw-configure: Look for g-mpw-make.sed in config/mpw.
18098 * mpw-build.in: No builds should depend on building byacc or flex,
18099 they are assumed to be installed already.
18100
18101Fri Jul 12 09:52:52 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18102
18103 * Makefile.in (CONFIGURE_TARGET_MODULES): Set r environment
18104 variable that CC_FOR_TARGET needs.
18105
18106Thu Jul 11 10:09:45 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18107
18108 * Makefile.in (CONFIGURE_TARGET_MODULES): Determine if the multlib
18109 options have changed since the last time the subdirectory was
18110 configured, and if it has, reconfigure.
18111 (CLEAN_TARGET_MODULES): Delete multilib.out and tmpmulti.out, which
18112 CONFIGURE_TARGET_MODULES uses to remember the old multilib options.
18113
18114Wed Jul 10 18:56:59 1996 Doug Evans <dje@canuck.cygnus.com>
18115
18116 * Makefile.in (ALL_MODULES,CROSS_CHECK_MODULES,INSTALL_MODULES,
18117 CLEAN_MODULES): Add bash.
18118 (all-bash): New target.
18119
18120Mon Jul 8 17:33:14 1996 Jim Wilson <wilson@cygnus.com>
18121
18122 * configure.in (mips-sgi-irix6*): Use mh-irix6 instead of mh-irix5.
18123
18124Mon Jul 1 13:31:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18125
18126 * config.sub (basic_machine): Recognize d10v as a valid processor.
18127
18128Fri Jun 28 12:14:35 1996 Stan Shebs <shebs@andros.cygnus.com>
18129
18130 * mpw-configure: Add support for --bindir.
18131 * mpw-build.in: Use a GCC-specific build script for GCC actions.
18132
18133Wed Jun 26 17:20:12 1996 Geoffrey Noer <noer@cygnus.com>
18134
18135 * configure.in: add bash, time, gawk to list of hosttools and things
18136 to only build for native toolchains
18137
18138Tue Jun 25 23:09:03 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18139
18140 * Makefile.in (docdir): Remove.
18141
18142Tue Jun 25 19:00:08 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
18143
18144 * Makefile.in (datadir): Set to $(prefix)/share.
18145
18146Mon Jun 24 23:26:07 1996 Geoffrey Noer <noer@cygnus.com>
18147
18148 * configure.in: build diff and patch for cygwin32-hosted
18149 toolchains.
18150
18151Mon Jun 24 15:01:12 1996 Joel Sherrill <joel@merlin.gcs.redstone.army.mil>
18152
18153 * config.sub: Accept -rtems*.
18154
18155Sun Jun 23 22:41:54 1996 Geoffrey Noer <noer@cygnus.com>
18156
e490616e
ZW
18157 * configure.in: enable dosrel for cygwin32-hosted builds,
18158 remove diff from the list of things not buildable
18159 via Canadian Cross
6599da04
JM
18160
18161Sat Jun 22 11:39:01 1996 Jason Merrill <jason@yorick.cygnus.com>
18162
18163 * Makefile.in (TARGET_SUBDIR): Move comment to previous line so we
3b75d237 18164 don't get ". ".
6599da04
JM
18165
18166Fri Jun 21 17:24:48 1996 Jim Wilson <wilson@cygnus.com>
18167
18168 * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
18169
18170Thu Jun 20 16:57:40 1996 Ken Raeburn <raeburn@cygnus.com>
18171
18172 * Makefile.in (taz): Handle case where tex3patch didn't even get
18173 checked out. Also, if it was found, put the symlink in a new util
18174 subdirectory.
18175
18176Thu Jun 20 12:20:33 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18177
18178 * config.guess (*:Linux:*:*): Add support for PowerPC Linux.
18179
18180Tue Jun 18 14:24:12 1996 Klaus Kaempf (kkaempf@progis.de)
18181
18182 * config.sub: Recognize -openvms.
18183 * configure.in (alpha*-*-*vms*): Set noconfigdirs.
18184 * make-all.com, setup.com: New files.
18185
18186Mon Jun 17 16:34:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18187
18188 * Makefile.in (taz): tex3patch moved to texinfo/util.
18189
18190Sat Jun 15 17:13:25 1996 Geoffrey Noer <noer@cygnus.com>
18191
18192 * configure: enable_gdbtk=no for cygwin32-hosted toolchains
18193 * configure.in: remove make from disable-if-Can-Cross list
18194 enable gdb if ${host} and ${target} are cygwin32
18195
18196Fri Jun 7 18:16:52 1996 Harlan Stenn <harlan@pfcs.com>
18197
18198 * config.guess (i?86-ncr-sysv*): Emit minor release numbers.
18199 Recognize the NCR 4850 machine and NCR Pentium-based platforms.
18200
18201Wed Jun 5 00:09:17 1996 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18202
18203 * config.guess: Combine mips-mips-riscos cases, and use cpp to
18204 distinguish sysv/svr4/bsd variants.
18205 Based on a patch from Harlan Stenn <harlan@pfcs.com>.
18206
18207Fri Jun 7 14:24:49 1996 Tom Tromey <tromey@creche.cygnus.com>
18208
18209 * configure.in: Added copyright notice.
18210 * move-if-change: Added copyright notice.
18211
18212Thu Jun 6 16:27:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18213
18214 * configure.in (powerpcle-*-solaris*): Until we get shared
18215 libraries working, don't build gdb, sim, make, tcl, tk, or
18216 expect.
18217
18218Tue Jun 4 20:41:45 1996 Per Bothner <bothner@deneb.cygnus.com>
18219
18220 * config.guess: Merge with FSF:
18221
18222 Mon Jun 3 08:49:14 1996 Karl Heuer <kwzh@gnu.ai.mit.edu>
18223 * config.guess (*:Linux:*:*): Add guess for sparc-unknown-linux.
18224
18225 Fri May 24 18:34:53 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>
18226 * config.guess (AViiON:dgux:*:*): Fix typo in recognizing mc88110.
18227
18228 Fri Apr 12 20:03:59 1996 Per Bothner <bothner@spiff.gnu.ai.mit.edu>
18229 * config.guess: Combine two OSF1 rules.
18230 Also recognize field test versions. From mjr@zk3.dec.com.
18231 * config.guess (dgux): Use /usr/bin/uname rather than uname,
18232 because GNU uname does not support -p. From pmr@pajato.com.
18233
18234Tue Jun 4 11:07:25 1996 Tom Tromey <tromey@csk3.cygnus.com>
18235
18236 * Makefile.in (MAKEDIRS): Removed $(tooldir).
18237
18238Tue May 28 12:30:50 1996 Stan Shebs <shebs@andros.cygnus.com>
18239
18240 * mpw-README: Document GCCIncludes.
18241
18242Sun May 26 15:16:27 1996 Fred Fish <fnf@cygnus.com>
18243
18244 * configure.in (alpha-*-linux*): Set enable_shared to yes.
18245
18246Tue May 21 15:41:39 1996 Stan Shebs <shebs@andros.cygnus.com>
18247
18248 * mpw-configure: Handle --enable-FOO and --disable-FOO.
18249
18250Mon May 20 10:12:29 1996 Geoffrey Noer <noer@cygnus.com>
18251
18252 * configure.in (*-*-cygwin32): Configure make.
18253
18254Tue May 7 14:19:42 1996 Tom Tromey <tromey@snuffle.cygnus.com>
18255
18256 * Makefile.in (inet-install): Quote value of INSTALL_MODULES.
18257
18258Fri May 3 08:57:17 1996 Tom Tromey <tromey@lisa.cygnus.com>
18259
18260 * Makefile.in (all-inet): Depend on all-perl.
18261
18262 * Makefile.in (inet-install): New target.
18263
18264 * Makefile.in (all-inet): Depend on all-tcl.
18265 (all-inet): Depend on all-send-pr.
18266
18267Tue Apr 30 13:55:51 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18268
18269 * configure.in (powerpcle-*-solaris*): Turn off tk and tcl
18270 temporarily.
18271
18272Thu Apr 25 11:48:20 1996 Ian Lance Taylor <ian@cygnus.com>
18273
18274 * configure.in: Don't configure --with-gnu-ld on AIX.
18275
18276Thu Apr 25 06:33:36 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18277
18278 * configure.in (powerpcle-*-solaris*): Turn off gdb temporarily.
18279
18280Tue Apr 23 09:07:39 1996 Tom Tromey <tromey@creche.cygnus.com>
18281
18282 * Makefile.in (ALL_MODULES): Added all-inet.
18283 (CROSS_CHECK_MODULES): Added check-inet.
18284 (INSTALL_MODULES): Added install-inet.
18285 (CLEAN_MODULES): Added clean-inet.
18286 (all-indent): New target.
18287
18288 * configure.in (host_tools): Added inet.
18289 (native_only): Added inet.
18290 (noconfigdirs): Added inet.
18291
18292Fri Apr 19 15:35:29 1996 Ian Lance Taylor <ian@cygnus.com>
18293
18294 * configure.in: Don't configure libgloss if we are not configuring
18295 newlib.
18296
18297Wed Apr 17 19:30:01 1996 Rob Savoye <rob@chinadoll.cygnus.com>
18298
18299 * configure.in: Don't configure libgloss for unsupported
18300 architectures.
18301
18302Tue Apr 16 11:17:05 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18303
18304 * Makefile.in (CLEAN_MODULES): Add clean-apache.
18305
18306Mon Apr 15 15:09:05 1996 Tom Tromey <tromey@creche.cygnus.com>
18307
18308 * Makefile.in (ALL_MODULES): Include all-apache.
18309 (CROSS_CHECK_MODULES): Include check-apache.
18310 (INSTALL_MODULES): Include install-apache.
18311 (all-apache): New target.
18312
18313 * configure.in: Added apache everywhere perl is seen.
18314
18315Mon Apr 15 14:59:13 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18316
18317 * Makefile.in: Add support for clean-{module} and
18318 clean-target-{module} rules.
18319
18320Wed Apr 10 21:37:41 PDT 1996 Marilyn E. Sander <msander@cygnus.com>
18321
18322 * configure.in (*-*-ose) do not build libgloss.
18323
18324Mon Apr 8 16:16:20 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18325
18326 * config.guess (prep*:SunOS:5.*:*): Turn into
18327 powerpele-unknown-solaris2.
18328
18329Mon Apr 8 14:45:41 1996 Ian Lance Taylor <ian@cygnus.com>
18330
18331 * configure.in: Permit --enable-shared to specify a list of
18332 directories.
18333
18334Fri Apr 5 08:17:57 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18335
18336 * configure.in (host==solaris): Pass only the first word of $CC
18337 to /usr/bin/which when checking if we're using /usr/ccs/bin/cc.
18338
18339Fri Apr 5 03:16:13 1996 Jason Molenda (crash@phydeaux.cygnus.com)
18340
18341 * Makefile.in (BASE_FLAGS_TO_PASS): pass down $(MAKE).
18342
18343Thu Mar 28 14:11:11 1996 Tom Tromey <tromey@creche.cygnus.com>
18344
18345 * Makefile.in (ALL_MODULES): Include all-perl.
18346 (CROSS_CHECK_MODULES): Include check-perl.
18347 (INSTALL_MODULES): Include install-perl.
18348 (ALL_X11_MODULES): Include all-guile.
18349 (CHECK_X11_MODULES): Include check-guile.
18350 (INSTALL_X11_MODULES): Include install-guile.
18351 (all-perl): New target.
18352 (all-guile): New target.
18353
18354 * configure.in (host_tools): Include perl and guile.
18355 (native_only): Include perl and guile.
18356 (noconfigdirs): Don't build guile and perl; no ports have been
18357 done.
18358
18359Tue Mar 26 21:18:50 1996 Andrew Cagney <cagney@kremvax.highland.com.au>
18360
e490616e
ZW
18361 * configure (--enable-*): Handle quoted option lists such as
18362 --enable-sim-cflags='-g0 -O' better.
6599da04
JM
18363
18364Thu Mar 21 11:53:08 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18365
18366 * Makefile.in ({,inst}all-target): New rule so we can make and
18367 install all of the target directories easily.
18368
18369Wed Mar 20 18:10:57 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18370
18371 * configure.in: Add missing global flag in sed substitution when
18372 deleting `target-' from ${configdirs}.
18373
18374Thu Mar 14 19:15:06 1996 Ian Lance Taylor <ian@cygnus.com>
18375
18376 * Makefile.in (DO_X): Don't get confused if CC contains `=' in an
18377 option.
18378
18379 * configure.in (mips*-nec-sysvr4*): Use a host_makefile_frag of
18380 config/mh-necv4.
18381
18382 * install.sh: Correct misspelling of transformbasename.
18383
18384 * config.guess: Recognize mips-*-sysv*.
18385
18386Mon Mar 11 15:36:42 1996 Dawn Perchik <dawn@critters.cygnus.com>
18387
18388 * config.sub: Recognize mon960.
18389
18390Sun Mar 10 13:18:38 1996 Ian Lance Taylor <ian@cygnus.com>
18391
18392 * configure: Restore Canadian Cross handling of BISON and LEX,
18393 removed in Feb 20 change.
18394
18395Fri Mar 8 20:07:09 1996 Per Bothner <bothner@kalessin.cygnus.com>
18396
18397 * README: Suggestions from Torbjorn Granlund <tege@matematik.su.se>:
18398 Mention make install. Remove the old copyright date as well the
18399 clumsy and rather pointless copyright on the README file.
18400
18401Fri Mar 8 17:51:35 1996 Ian Lance Taylor <ian@cygnus.com>
18402
18403 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If there is a
18404 Makefile after running symlink-tree, then run `make distclean' to
18405 avoid clobbering any generated files in srcdir.
18406
18407Tue Mar 5 08:21:44 1996 J.T. Conklin <jtc@rtl.cygnus.com>
18408
18409 * configure.in (m68k-*-netbsd*): Build everything now.
18410
18411Wed Feb 28 12:25:46 1996 Jason Merrill <jason@yorick.cygnus.com>
18412
18413 * Makefile.in (taz): Fix quoting.
18414
18415Tue Feb 27 11:33:57 1996 Doug Evans <dje@charmed.cygnus.com>
18416
18417 * configure.in (sparclet-*-*): Build everything now.
18418
18419Tue Feb 27 14:31:51 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18420
18421 * configure.in (m68k-*-linux*): New host.
18422
18423Mon Feb 26 14:32:44 1996 Ian Lance Taylor <ian@cygnus.com>
18424
18425 * configure: Check for bison before byacc.
18426
18427Tue Feb 20 23:12:35 1996 Stu Grossman (grossman@critters.cygnus.com)
18428
18429 * Makefile.in configure: Change the way LEX and BISON/YACC are
18430 set. configure now defines DEFAULT_LEX and DEFAULT_YACC by
18431 searching PATH. These are used as fallbacks by Makefile.in if
18432 flex/bison/byacc aren't in objdir.
18433
18434Mon Feb 19 11:45:30 1996 Ian Lance Taylor <ian@cygnus.com>
18435
18436 * Makefile.in: Make everything which depends upon all-bfd also
18437 depend upon all-opcodes, in case --with-commonbfdlib is used.
18438
18439Thu Feb 15 19:50:50 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18440
18441 * configure.in (host *-*-cygwin32): Don't build gdb if we are
18442 building NT native compilers on Unix.
18443
18444Thu Feb 15 17:42:25 1996 Ian Lance Taylor <ian@cygnus.com>
18445
18446 * configure.in: Don't get CC from the host Makefile fragment if we
18447 can find gcc in PATH, or if this is a Canadian Cross. Move the
18448 Solaris test for /usr/ucb/cc to the post target script, just after
18449 the compiler sanity test.
18450
18451Wed Feb 14 16:57:40 1996 Ian Lance Taylor <ian@cygnus.com>
18452
18453 * config.sub: Merge with FSF.
18454
18455Tue Feb 13 14:27:48 1996 Ian Lance Taylor <ian@cygnus.com>
18456
18457 * Makefile.in (RPATH_ENVVAR): New variable.
18458 (REALLY_SET_LIB_PATH): Use it.
18459 * configure.in: On HP/UX, set RPATH_ENVVAR to SHLIB_PATH.
18460
18461Mon Feb 12 15:28:49 1996 Doug Evans <dje@charmed.cygnus.com>
18462
18463 * config.sub, configure.in: Recognize sparclet cpu.
18464
18465Mon Feb 12 15:33:59 1996 Christian Bauernfeind <chrisbfd@theorie3.physik.uni-erlangen.de>
18466
18467 * config.guess: Support m68k-cbm-sysv4.
18468
18469Sat Feb 10 12:06:42 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18470
18471 * config.guess (*:Linux:*:*): Guess m68k-unknown-linux and
18472 m68k-unknown-linuxaout from linker help string. Put quotes around
18473 $ld_help_string.
18474
18475Thu Dec 7 09:03:24 1995 Tom Horsley <Tom.Horsley@mail.hcsc.com>
18476
18477 * config.guess (powerpc-harris-powerunix): Add guess for port
18478 to new target.
18479
18480Thu Feb 8 15:37:52 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18481
18482 * config.guess (UNAME_VERSION): Recognize X4.x as an OSF version.
18483
18484Mon Feb 5 16:36:51 1996 Ian Lance Taylor <ian@cygnus.com>
18485
18486 * configure.in: If --enable-shared was used, set SET_LIB_PATH to
18487 $(REALLY_SET_LIB_PATH) in Makefile.
18488 * Makefile.in (SET_LIB_PATH): New variable.
18489 (REALLY_SET_LIB_PATH): New variable.
18490 ($(DO_X)): Use $(SET_LIB_PATH).
18491 (install.all, gcc-no-fixedincludes, $(ALL_MODULES)): Likewise.
18492 ($(NATIVE_CHECK_MODULES), $(CROSS_CHECK_MODULES)): Likewise.
18493 ($(INSTALL_MODULES), $(CONFIGURE_TARGET_MODULES)): Likewise.
18494 ($(ALL_TARGET_MODULES), $(CHECK_TARGET_MODULES)): Likewise.
18495 ($(INSTALL_TARGET_MODULES), $(ALL_X11_MODULES)): Likewise.
18496 ($(CHECK_X11_MODULES), $(INSTALL_X11_MODULES)): Likewise.
18497 (all-gcc, all-bootstrap, check-gcc, install-gcc): Likewise.
18498 (install-dosrel): Likewise.
18499 (all-opcodes): Depend upon all-libiberty.
18500
18501Sun Feb 4 16:51:11 1996 Steve Chamberlain <sac@slash.cygnus.com>
18502
18503 * config.guess (*:CYGWIN*): New
18504
18505Sat Feb 3 10:42:35 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18506
18507 * Makefile.in (all-target-winsup): All all-target-libiberty.
18508
18509Fri Feb 2 17:58:56 1996 Michael Meissner <meissner@tiktok.cygnus.com>
18510
18511 * configure.in (noconfigdirs): Add missing # in front of comment.
18512
18513Thu Feb 1 14:38:13 1996 Geoffrey Noer <noer@cygnus.com>
18514
18515 * configure.in: add second pass to things added to noconfigdirs
18516 so *-gm-magic can exclude libgloss properly.
18517
18518Thu Feb 1 11:10:16 1996 Stan Shebs <shebs@andros.cygnus.com>
18519
18520 * mpw-configure (extralibs_name, rez_name): Set correctly
18521 for MWC68K compiler.
18522
18523 * mpw-README: Add more info on the necessary build tools.
18524
18525Thu Feb 1 10:22:38 1996 Steve Chamberlain <sac@slash.cygnus.com>
18526
18527 * configure.in, config.sub: Recognize cygwin32.
18528
18529Wed Jan 31 14:17:10 1996 Richard Henderson <rth@tamu.edu>
18530
18531 * config.guess, config.sub: Recognize A/UX.
18532
18533Wed Jan 31 13:52:14 1996 Ian Lance Taylor <ian@cygnus.com>
18534
18535 * config.sub: Merge with gcc/config.sub.
18536
18537Thu Jan 25 11:01:10 1996 Raymond Jou <rjou@mexican.cygnus.com>
18538
18539 * mpw-build.in (do-binutils): Add build of stamps.
18540
18541Thu Jan 25 17:05:26 1996 James G. Smith <jsmith@cygnus.co.uk>
18542
18543 * config.sub: Add recognition for mips64vr4100*-* targets.
18544
18545Wed Jan 24 12:47:55 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
18546
18547 * test-build.mk: Add checking of `hpux9' rather than just `hpux'.
18548 Add creation of gconfigargs with `--enable-shared' turned on.
18549 ($(host)-stamp-stage2-configured): Pass $(gconfigargs).
18550 ($(host)-stamp-stage3-configured): Likewise.
18551 (HOLES): Add chatr and ldd.
18552 (i386-ncr-sysv4.3*): Add use of /usr/ccs/bin in the PATH and HOLE_DIRS.
18553
18554Wed Jan 24 20:32:30 1996 Torbjorn Granlund <tege@noisy.matematik.su.se>
18555
18556 * configure: Pass --nfp to recursive configures.
18557
18558Mon Jan 22 10:41:56 1996 Steve Chamberlain <sac@slash.cygnus.com>
18559
18560 * Makefile.in (DLLTOOL): New.
18561 (DLLTOOL_FOR_TARGET): New.
18562 (EXTRA_HOST_FLAGS): Pass down DLLTOOL.
18563 (EXTRA_TARGET_FLAGS): Ditto.
18564 (EXTRA_GCC_FLAGS): Ditto.
18565 (CONFIGURE_TARGET_MODULES): Ditto.
18566 (DO_X): Ditto.
18567 * configure: Add DLLTOOL.
18568
18569Fri Jan 19 13:30:15 1996 Stan Shebs <shebs@andros.cygnus.com>
18570
18571 SCO OpenServer 5 changes from Robert Lipe <robertl@dgii.com>:
18572 * configure.in (i[345]86-*-sco3.2v5*): Use mh-sysv instead of
18573 mh-sco, since old workarounds no longer needed, and don't
18574 build ld, since libraries have weak symbols in COFF.
18575
18576Sun Jan 14 23:01:31 1996 Fred Fish <fnf@cygnus.com>
18577
18578 * Makefile.in (CONFIGURE_TARGET_MODULES): Add missing ';'.
18579
18580Fri Jan 12 15:25:35 1996 Ian Lance Taylor <ian@cygnus.com>
18581
18582 * configure.in: Make sure that ${CC} can be used to compile an
18583 executable.
18584
18585Sat Jan 6 07:23:33 1996 Michael Meissner <meissner@wogglebug.tiac.net>
18586
18587 * Makefile.in (all-gdb): Depend on $(GDB_TK).
18588 * configure (GDB_TK): Set GDB_TK to either "all-tcl all-tk" or
18589 nothing depending on whether gdbtk is being built.
18590
18591Wed Jan 3 17:54:41 1996 Doug Evans <dje@canuck.cygnus.com>
18592
18593 * Makefile.in (newlib.tar.gz): Delete building of newlib's info files.
18594
18595Mon Jan 1 19:09:14 1996 Brendan Kehoe <brendan@rtl.cygnus.com>
18596
18597 * configure.in (noconfigdirs): Put ld or gas in this early, if the
18598 user specifically used --with-gnu-ld=no or --with-gnu-as=no.
18599
18600Sat Dec 30 16:08:57 1995 Doug Evans <dje@canuck.cygnus.com>
18601
18602 * config-ml.in: Add support for
18603 --disable-{softfloat,m68881,m68000,m68020} on m68*-*-*.
18604 Simplify setting of multidirs from --disable-foo.
18605
18606Fri Dec 29 07:56:11 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18607
18608 * Makefile.in (EXTRA_GCC_FLAGS): If any of the make variables
18609 LANGUAGES, BOOT_CFLAGS, STMP_FIXPROTO, LIMITS_H_TEST,
18610 LIBGCC1_TEST, LIBGCC2_CFLAGS, LIBGCC2_INCLUDES, and ENQUIRE are
3b75d237 18611 non-empty, pass them on to the GCC make.
6599da04
JM
18612 (all-bootstrap): New rule that is like all-gcc, except it executes
18613 the GCC bootstrap rule instead of the GCC all rule.
18614
18615Wed Dec 27 15:51:48 1995 Doug Evans <dje@canuck.cygnus.com>
18616
18617 * config-ml.in (ml_realsrcdir): New, to account for ${subdir}.
18618
18619Tue Dec 26 11:45:31 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18620
18621 * config.guess (AViiON:dgux:*:*): Update from FSF to add pentium
18622 DG/UX support.
18623
18624Fri Dec 15 10:01:27 1995 Stan Cox <coxs@dg-rtp.dg.com>
18625
18626 * config.sub (i*86*) Change [345] to [3456]
18627
18628Wed Dec 20 17:41:40 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
18629
18630 * configure.in (noconfigdirs): Add gas or ld if --with-gnu-as=no or
18631 --with-gnu-ld=no.
18632
18633Wed Dec 20 15:15:35 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18634
18635 * config-ml.in (rs6000*, powerpc*): Add switches to control which
18636 AIX multilibs get built.
18637
18638Mon Dec 18 17:55:46 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18639
18640 * configure.in (i386-win32): Don't build expect if we're not
18641 building the tcl subdir.
18642
18643Mon Dec 18 11:47:19 1995 Stan Shebs <shebs@andros.cygnus.com>
18644
18645 * Makefile.in: (configure-target-examples, all-target-examples):
18646 New targets, configure and build example programs.
18647
18648Fri Dec 15 16:13:03 1995 Stan Shebs <shebs@andros.cygnus.com>
18649
18650 * mpw-configure: If an mpw-config.in generated a file mk.sed,
18651 use it as input to sedit the generated MPW makefile.
18652 * mpw-README: Add a suggestion about Gestalt.h.
18653
18654Wed Dec 13 16:43:51 1995 Ian Lance Taylor <ian@cygnus.com>
18655
18656 * config.sub: Accept *-*-ieee*.
18657
18658Tue Dec 12 11:52:57 1995 Ian Lance Taylor <ian@cygnus.com>
18659
18660 * Makefile.in (local-distclean): Remove $(TARGET_SUBDIR). From
18661 Ronald F. Guilmette <rfg@monkeys.com>.
18662
18663Mon Dec 11 15:31:58 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18664
18665 * configure.in (host==powerpc-pe): Add many directories to noconfigdirs
18666 for powerpc-pe native.
18667 (target==i386-win32): add tcl, make to noconfigdirs if canadian cross.
18668 (target==powerpc-pe): duplicate i386-win32 entry.
18669
18670Sat Dec 9 14:58:28 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18671
18672 * configure.in (noconfigdirs): Exclude target-newlib for all versions
18673 of vxworks, not just vxworks5.1.
18674
18675Mon Dec 4 12:05:40 1995 Stan Shebs <shebs@andros.cygnus.com>
18676
18677 * mpw-configure: Add support for exec-prefix.
18678
18679Mon Dec 4 10:22:50 1995 Jeffrey A. Law <law@rtl.cygnus.com>
18680
18681 * config.guess: Recognize HP model 816 machines as having
18682 a PA1.1 processor.
18683
18684Mon Dec 4 12:38:15 1995 Ian Lance Taylor <ian@cygnus.com>
18685
18686 * configure: Ignore new autoconf configure options.
18687
6599da04
JM
18688Thu Nov 30 16:57:33 1995 Per Bothner <bothner@wombat.gnu.ai.mit.edu>
18689
18690 * config.guess: Recognize Pentium under SCO.
18691 From Robert Lipe <robertl@arnet.com>.
18692
18693Wed Nov 29 13:49:08 1995 J.T. Conklin <jtc@rtl.cygnus.com>
18694
18695 * configure.in (noconfigdirs): Disable target-libio on v810-*-*.
6599da04
JM
18696
18697Wed Nov 29 12:12:01 1995 Ian Lance Taylor <ian@cygnus.com>
18698
18699 * configure.in: Don't configure gas for alpha-dec-osf*.
18700
18701Tue Nov 28 17:16:48 1995 Ian Lance Taylor <ian@cygnus.com>
18702
18703 * configure.in: Default to --with-stabs for some targets for which
18704 it makes sense: mips*-*-*, alpha*-*-osf*, i[345]86*-*-sysv4* and
18705 i[345]86*-*-unixware*.
18706
18707Mon Nov 27 13:44:15 1995 Ian Lance Taylor <ian@cygnus.com>
18708
18709 * config-ml.in: Get list of multidirs using gcc --print-multi-lib
18710 rather than basing it on the target. Simplify handling of options
18711 controlling which directories to configure. Remove extraneous
18712 slash in multi-clean target.
18713
18714Fri Nov 24 17:29:29 1995 Doug Evans <dje@deneb.cygnus.com>
18715
18716 * config-ml.in: Prefix more variables with ml_ so they don't collide
18717 with configure's.
18718
18719Wed Nov 22 11:27:02 1995 Ian Lance Taylor <ian@cygnus.com>
18720
18721 * configure: Don't turn -v into --v.
18722
18723Tue Nov 21 16:48:02 1995 Doug Evans <dje@deneb.cygnus.com>
18724
18725 * configure.in (targargs): Fix typo.
18726
18727 * Makefile.in (DEVO_SUPPORT): Add symlink-tree.
18728
18729Tue Nov 21 14:08:28 1995 Ian Lance Taylor <ian@cygnus.com>
18730
18731 * configure.in: Strip --host and --target options from
18732 CONFIG_ARGUMENTS, and always configure for --host only. Add
18733 --with-cross-host option when building with a cross-compiler.
18734 * configure: Canonicalize the arguments put into config.status by
18735 always using `=' for an option with an argument. Pass a presumed
18736 --host or --target explicitly.
18737
18738Fri Nov 17 17:50:30 1995 Stan Shebs <shebs@andros.cygnus.com>
18739
18740 * config.sub: Merge -macos*, -magic*, -pe*, and -win32 cases
18741 into general OS recognition case.
18742
18743Fri Nov 17 17:42:25 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18744
18745 * configure.in (target_configdirs): add target-winsup only
18746 for win32 target systems.
18747
18748Thu Nov 16 14:04:47 1995 Ian Lance Taylor <ian@cygnus.com>
18749
18750 * Makefile.in (all-target-libgloss): Depend upon
18751 configure-target-newlib, since when libgloss is built it looks to
18752 see if the newlib directory exists.
18753
18754Wed Nov 15 14:47:52 1995 Ken Raeburn <raeburn@cygnus.com>
18755
18756 * Makefile.in (DEVO_SUPPORT): Use config-ml.in instead of
18757 cfg-ml-*.in.
18758
18759Wed Nov 15 11:45:23 1995 Ian Lance Taylor <ian@cygnus.com>
18760
18761 * configure: Handle LD and LD_FOR_TARGET when configuring a
18762 Canadian Cross.
18763
6599da04
JM
18764Tue Nov 14 14:56:11 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18765
18766 * configure.in (target_libs): add target-winsup.
18767 (target==i386-win32): add patch diff flex make to $noconfigdirs.
18768 (target==ppcle-pe): remove ld from $noconfigdirs.
18769
18770Tue Nov 14 01:25:50 1995 Doug Evans <dje@canuck.cygnus.com>
18771
18772 * Makefile.in (CONFIGURE_TARGET_MODULES): Pass --with-target-subdir.
18773 Preserve relative path names in $srcdir. Build symlink tree if
18774 configuring cross target dir and srcdir=. (= no VPATH support).
18775 (configure-target-libg++): Depend on configure-target-librx.
18776 * cfg-ml-com.in, cfg-ml-pos.in: Deleted.
18777 * config-ml.in: New file.
18778 * symlink-tree: New file.
18779 * configure: Ensure srcdir="." if that's what it is.
18780
18781Mon Nov 13 12:34:20 1995 Stan Shebs <shebs@andros.cygnus.com>
18782
18783 * mpw-README: Clarify some phrasing, add notes about CodeWarrior
18784 includes and FLEX_SKELETON setting.
18785 * mpw-configure (--with-gnu-ld): New option, controls whether
18786 to use PPCLink or ld with PowerMac GCC.
18787 * mpw-build.in (all-grez, do-grez, install-grez): New targets.
18788 * mpw-config.in: Configure grez if targeting Mac.
18789
18790 * config.sub: Accept pmac and pmac-mpw as names for PowerMacs,
3b75d237
AJ
18791 accept mpw and mac-mpw as names for m68k Macs, change macos7 to
18792 just macos.
6599da04
JM
18793 * configure.in: Configure grez resource compiler if targeting Mac.
18794 * Makefile.in (all-grez, install-grez): New targets.
18795
18796Wed Nov 8 17:33:51 1995 Jason Merrill <jason@yorick.cygnus.com>
18797
18798 * configure: CXX defaults to gcc, not g++. If we find
3b75d237 18799 gcc in the path, set CC to gcc -O2.
6599da04
JM
18800
18801Tue Nov 7 15:45:17 1995 Ian Lance Taylor <ian@cygnus.com>
18802
18803 * configure: Default ${build} correctly. Avoid picking up extra
18804 spaces when reading CC and CXX from Makefile. When doing a
18805 Canadian Cross, use plausible default values for numerous
18806 variables.
18807 * configure.in: When doing a Canadian Cross, don't try to
18808 configure tools whose configure script can't handle it.
18809
18810Mon Nov 6 19:32:17 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18811
18812 * cfg-ml-com.in (sh-*-*): Add m2 and ml/m2 to multidirs.
18813
18814Sun Nov 5 00:15:41 1995 Per Bothner <bothner@kalessin.cygnus.com>
18815
18816 * configure: Remove dubious bug reporting address.
18817
18818Fri Nov 3 08:17:54 1995 Per Bothner <bothner@kalessin.cygnus.com>
18819
18820 * Makefile.in ($(CONFIGURE_TARGET_MODULES)): If subdir has
18821 configure script, run that instead of this directory's configure.
18822 In either case, print a message that we're configuring the sub-dir.
18823
18824Thu Nov 2 23:23:36 1995 Per Bothner <bothner@kalessin.cygnus.com>
18825
18826 * configure.in: Before checking for the existence of various files,
18827 use sed to filter out "target-".
18828
18829Thu Nov 2 13:24:56 1995 Ian Lance Taylor <ian@cygnus.com>
18830
18831 * Makefile.in (DO_X): Split rule to decrease command line length
18832 for systems with small ARG_MAX values. From phdm@info.ucl.ac.be
18833 (Philippe De Muyter).
18834
18835Wed Nov 1 15:18:35 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18836
18837 * Makefile.in (all-patch): depend on all-libiberty.
18838
18839Wed Nov 1 12:23:20 1995 Ian Lance Taylor <ian@cygnus.com>
18840
18841 * configure.in: If the only directory in target_configdirs which
18842 actually exists is libiberty, then set target_configdirs to empty,
18843 to avoid trying to build a target libiberty in a gas or gdb
18844 distribution.
18845
18846Tue Oct 31 17:52:39 1995 J.T. Conklin <jtc@slave.cygnus.com>
18847
18848 * configure.in (host_makefile_frag): Use m68k-sun-sunos* instead
3b75d237
AJ
18849 of m68k-sun-* when selecting mh-sun3 to avoid matching NetBSD/sun3
18850 systems.
6599da04
JM
18851
18852Tue Oct 31 16:57:32 1995 Jim Wilson <wilson@chestnut.cygnus.com>
18853
18854 * configure.in (copy_dirs): Use sys-include instead of include
18855 for --with-headers option.
18856
18857Tue Oct 31 10:29:36 1995 steve chamberlain <sac@slash.cygnus.com>
18858
18859 * Makefile.in, configure.in: Make winsup builds work with
18860 new scheme.
18861
18862Mon Oct 30 18:57:09 1995 Ian Lance Taylor <ian@cygnus.com>
18863
18864 * configure.in: Build the linker on AIX.
18865
18866Mon Oct 30 12:27:16 1995 Per Bothner <bothner@kalessin.cygnus.com>
18867
18868 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Add $(TARGET_SUBDIR)
18869 where needed.
18870
18871Mon Oct 30 12:45:25 1995 Doug Evans <dje@cygnus.com>
18872
18873 * Makefile.in (all-gcc): Fix typo.
18874
18875Sat Oct 28 10:27:59 1995 Per Bothner <bothner@kalessin.cygnus.com>
18876
18877 * Makefile.in ($(CHECK_TARGET_MODULES)): Fix typo.
18878
18879Fri Oct 27 23:14:12 1995 Per Bothner <bothner@kalessin.cygnus.com>
18880
18881 * configure.in: Rename libFOO to target-libFOO, and xiberty
18882 to target-xiberty, to provide more flexibility.
18883 (target_subdir): Define. Create if cross.
18884 Set TARGET_SUBDIR in Makefile to ${target_subdir}.
18885 * Makefile.in: Rename all-libFOO -> all-target-libFOO, all-xiberty
18886 -> all-target-libiberty, configure-libFOO -> configure-target-libFOO,
18887 check-libFOO -> check-target-libFOO, etc.
18888 ($(DO_X)): Iterate over TARGET_CONFIGDIRS after SUBDIRS.
18889 ($(CONFIGURE_TARGET_MODULES), $(CHECK_TARGET_MODULES),
18890 $(ALL_TARGET_MODULES), $(INSTALL_TARGET_MODULES)): Update accordingly.
18891 (configure-target-XXX): Depend on $(ALL_GCC), not all-gcc, to
18892 allow ALL_GCC="" to only configure.
18893 (DEVO_SUPPORT): Add cfg-ml-com.in and cfg-ml-pos.in.
18894 (ETC_SUPPORT, ETC_SUPPORT_PFX): Merge; update 'taz' accordingly.
18895 (LIBGXX_SUPPORT_DIRS): Remove xiberty.
18896
18897Sat Oct 28 01:53:49 1995 Ken Raeburn <raeburn@cygnus.com>
18898
18899 * Makefile.in (taz): Build "info" in etc explicitly.
18900
18901Fri Oct 27 09:32:30 1995 Stu Grossman (grossman@cygnus.com)
18902
18903 * configure.in: Make sure that CC is undefined (as opposed to
18904 null) if toplevel/config/mh-{host} doesn't define it. Fixes a
18905 problem with autoconf trying to configure on a host without GCC.
18906
18907Thu Oct 26 22:35:01 1995 Stan Shebs <shebs@andros.cygnus.com>
18908
18909 * mpw-configure: Set host alias from choice of host compiler,
18910 only use generic MPW Makefile sed if present, edit a file
18911 named "hacked_Makefile.in" instead of "Makefile.in" if present.
18912 * mpw-README: Add problem notes about CW6 and CW7.
18913
18914Thu Oct 26 05:45:10 1995 Ken Raeburn <raeburn@kr-pc.cygnus.com>
18915
18916 * Makefile.in (taz): Use ";" instead of ";;".
18917
18918Wed Oct 25 15:18:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
18919
18920 * Makefile.in (taz): Grep for '^diststuff:' or '^info:' in
18921 sub-directory Makefiles, instead of using DISTSTUFFDIRS and
18922 DISTDOCDIRS.
18923 (DISTSTUFFDIRS, DISTDOCDIRS): Removed - no longer used.
18924 (newlib.tar.gz): Don't pass DISTDOCDIRS to recursive make.
18925
18926Wed Oct 25 14:43:55 1995 Per Bothner <bothner@kalessin.cygnus.com>
18927
18928 * Makefile.in (DISTDOCDIRS): Remove ld gprof bnutils gas libg++ gdb
18929 and gnats, because they are now subsumed by DISTSTUFFDIRS.
18930 Move bfd to DISTSTUFFDIRS.
18931
18932Tue Oct 24 18:19:09 1995 Jason Molenda (crash@phydeaux.cygnus.com)
18933
18934 * Makefile.in (X11_LIB): Removed.
18935 (X11_FLAGS_TO_PASS): pass only X11_EXTRA_CFLAGS and X11_EXTRA_LIBS.
18936
18937 * configure.in (host_makefile_frag): mh-aix & mh-sun removed.
18938
18939Sun Oct 22 13:04:42 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18940
18941 * cfg-ml-com.in (powerpc*): Shorten some of the multilib directory
18942 names.
18943
18944Fri Oct 20 18:02:10 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18945
18946 * cfg-ml-com.in (powerpc*-eabi*): Add mcall-aixdesc varients.
18947
18948Thu Oct 19 10:40:57 1995 steve chamberlain <sac@slash.cygnus.com>
18949
18950 * configure.in (i[345]86-*-win32): Always build newlib.
18951 Don't configure cvs, autoconf or texinfo.
18952 * Makefile.in (LD_FOR_TARGET): New.
18953 (BASE_FLAGS_TO_PASS, EXTRA_TARGET_FLAGS, CONFIGURE_TARGET_MODULES):
18954 Pass down LD_FOR_TARGET.
18955
18956Wed Oct 18 15:53:56 1995 steve chamberlain <sac@slash.cygnus.com>
18957
18958 * winsup: New directory.
18959 * Makefile.in: Build winsup.
18960 * configure.in: Winsup is configured when target is win32.
18961 Can only build win32 target GDB when native.
4e81ae98 18962
6599da04
JM
18963Mon Oct 16 09:42:31 1995 Jeffrey A Law (law@cygnus.com)
18964
18965 * config.guess: Recognize HP model 819 machines as having
18966 a PA 1.1 processor.
18967
18968Mon Oct 16 10:49:43 1995 Ian Lance Taylor <ian@cygnus.com>
18969
18970 * configure: Fix sed loop which substitutes for CC and CXX to
18971 avoid bug found in various sed implementations.
18972
18973Wed Oct 11 16:16:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18974
18975 * cfg-ml-com.in (powerpc-*-eabisim): Delete separate rule for
18976 simulator. Use standard powerpc-*-eabi*.
18977
18978Mon Oct 9 17:21:56 1995 Ian Lance Taylor <ian@cygnus.com>
18979
18980 * configure.in: Stop putting gas and binutils in noconfigdirs for
18981 powerpc-*-aix* and rs6000-*-*.
18982
18983Mon Oct 9 12:38:40 1995 Michael Meissner <meissner@cygnus.com>
18984
18985 * cfg-ml-com.in (powerpc*-*-eabisim*): Add support for building
18986 -mcall-aixdesc libraries.
18987
18988Fri Oct 6 16:17:57 1995 Ken Raeburn <raeburn@cygnus.com>
18989
18990 Mon Sep 25 22:49:32 1995 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
18991
18992 * config.sub (arm | armel | armeb): Fix shell syntax.
18993
18994Fri Oct 6 14:40:28 1995 Michael Meissner <meissner@tiktok.cygnus.com>
18995
18996 * cfg-ml-com.in ({powerpc,rs6000}-ibm-aix*): Add multilibs for
18997 -msoft-float and -mcpu=common support.
18998 (powerpc*-*-eabisim*): Add support for building -mcall-aix
18999 libraries.
19000
19001Thu Oct 5 13:26:37 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19002
19003 * configure.in: Allow configuration and build of emacs19 for the alpha.
19004
19005Wed Oct 4 22:05:36 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19006
19007 * configure.in (CC): Get ^CC, not just any old CC, from
19008 ${host_makefile_frag}.
19009
19010Wed Oct 4 21:55:00 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19011
4e81ae98 19012 * configure.in (CC): Try to get CC from
6599da04
JM
19013 ${srcdir}/${host_makefile_frag}, not ${host_makefile_frag}.
19014
19015Wed Oct 4 21:44:12 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19016
19017 * Makefile.in (TARGET_CONFIGDIRS): configure targetdirs
19018 only if it exists in $(srcdir).
19019
19020Wed Oct 4 11:52:31 1995 Ian Lance Taylor <ian@cygnus.com>
19021
19022 * configure: If CC and CXX are not set in the environment, set
19023 them, based on either an existing Makefile or on searching for gcc
19024 in PATH. Substitute for CC and CXX in Makefile.
19025 * configure.in: Remove libm from target_libs. Separate
19026 target_configdirs from configdirs. If CC is not set in
19027 environment, try to get it from a host Makefile fragment. Rewrite
19028 changes of configdirs to use skipdirs instead. A few minor
19029 tweaks. Take directories out of target_configdirs as they are
19030 taken out of configdirs. Remove existing Makefile files from
19031 subdirectories. Substitute for TARGET_CONFIGDIRS and
19032 CONFIG_ARGUMENTS in Makefile.
19033 * Makefile.in (TARGET_CONFIGDIRS): New variable, automatically set
19034 by configure.in.
19035 (CONFIG_ARGUMENTS): Likewise.
19036 (CONFIGURE_TARGET_MODULES): New variable.
19037 ($(DO_X)): Loop over TARGET_CONFIGDIRS as well as SUBDIRS.
19038 ($(CONFIGURE_TARGET_MODULES)): New target.
19039 (configure-libg++, configure-libio): New targets.
19040 (all-libg++): Depend upon configure-libg++.
19041 (all-libio): Depend upon configure-libio.
19042 (configure-libgloss, all-libgloss): New targets.
19043 (configure-libstdc++): New target.
19044 (all-libstdc++): Depend upon configure-libstdc++.
19045 (configure-librx, all-librx): New targets.
19046 (configure-newlib): New target.
19047 (all-newlib): Depend upon configure-newlib
19048 (configure-xiberty): New target.
19049 (all-xiberty): Depend upon configure-xiberty.
19050
19051Sat Sep 30 04:32:59 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19052
19053 * configure.in (host i[345]86-*-win32): Expand the
19054 noconfigdirs again.
19055
19056Thu Sep 28 21:18:49 1995 Stan Shebs <shebs@andros.cygnus.com>
19057
19058 * mpw-configure: Fix sed command file name.
19059
19060Thu Sep 28 17:39:56 1995 steve chamberlain <sac@slash.cygnus.com>
19061
4e81ae98 19062 * configure.in (host i[345]86-*-win32): Reduce the
6599da04
JM
19063 noconfigdirs again.
19064
19065Wed Sep 27 12:24:00 1995 Ian Lance Taylor <ian@cygnus.com>
19066
19067 * configure.in: Don't configure ld and gdb for powerpc*-*-winnt*
19068 or powerpc*-*-pe*, since they are not yet supported.
19069
19070Tue Sep 26 14:30:01 1995 Stan Shebs <shebs@andros.cygnus.com>
19071
19072 Add PowerMac support and many other enhancements.
19073 * mpw-configure: New option --cc to select compiler to use,
19074 paste options set according to --cc into the generated
19075 Makefile, generate the Makefile by sed'ing the Unix Makefile.in
19076 if mpw-make.sed is present.
19077 * mpw-config.in: Don't test for gC1, test for mpw-touch,
19078 add forward includes for PowerPC include files.
19079 * mpw-build.in: Build using Makefile.PPC if present.
19080 (do-byacc, etc): Remove separate version resource builds.
19081 (do-gas): Build "stamps" before "all".
19082 (do-gcc): Build "stamps-h" and "stamps-c" before "all".
19083 * mpw-README: Update to reflect --cc option, PowerMac support,
19084 and recently-reported compatibility problems.
19085
19086Fri Sep 22 12:15:42 1995 Doug Evans <dje@deneb.cygnus.com>
19087
19088 * cfg-ml-com.in (m68*-*-*): Only build multilibs for
19089 embedded m68k systems (-aout, -coff, -elf, -vxworks).
19090 (--with-multilib-top): Pass to recursive invocations.
19091
19092Tue Sep 19 13:51:05 1995 J.T. Conklin <jtc@blues.cygnus.com>
19093
19094 * configure.in (noconfigdirs): Disable libg++ and libstdc++ on
19095 v810-*-*.
19096
19097Mon Sep 18 23:08:26 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19098
19099 * configure.in (noconfigdirs): Disable bfd, binutils, gas, gcc,
19100 gdb, ld and opcodes on v810-*-*.
19101
6599da04
JM
19102Tue Sep 12 18:03:31 1995 Ian Lance Taylor <ian@cygnus.com>
19103
19104 * Makefile.in (DO_X): Change do-realclean to do-maintainer-clean.
19105 (local-maintainer-clean): New target.
19106 (maintainer-clean): New target.
19107 (realclean): Just depend upon maintainer-clean.
19108
19109Fri Sep 8 17:11:14 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19110
19111 * configure.in (noconfigdirs): Disable gdb on m68k-*-netbsd*.
19112
19113Fri Sep 8 16:46:29 1995 Ian Lance Taylor <ian@cygnus.com>
19114
19115 * configure.in: Build ld in mips*-*-bsd* case.
19116
19117Thu Sep 7 20:03:41 1995 Ken Raeburn <raeburn@cygnus.com>
19118
19119 * config.sub: Accept -lites* OS. From Ian Dall.
19120
19121Fri Sep 1 08:06:58 1995 James G. Smith <jsmith@beauty.cygnus.com>
19122
19123 * config.sub: recognise mips64vr4300 and mips64vr4300el as valid
3b75d237 19124 targets.
6599da04
JM
19125
19126Wed Aug 30 21:06:50 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19127
19128 * configure.in: treat i386-win32 canadian cross the same as
19129 i386-go32 canadian cross.
19130
19131Thu Aug 24 14:53:20 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19132
19133 * cfg-ml-com.in (powerpc*-*-eabisim): Add support for PowerPC
19134 running under the simulator to build a reduced set of libraries.
19135 (powerpc-*-eabiaix): Add fine grained multilib support added to
19136 other powerpc targets yesterday.
19137
19138Wed Aug 23 09:41:56 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19139
19140 * cfg-ml-com.in (powerpc*): Add support for -disable-biendian,
19141 -disable-softfloat, -disable-relocatable, -disable-aix, and
19142 -disable-sysv to control which multilib libraries get built.
19143
19144Thu Aug 17 16:03:41 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19145
19146 * configure: Add Makefile.tem to list of files to remove in trap
19147 handler.
19148
19149Mon Aug 14 19:27:56 1995 Per Bothner <bothner@kalessin.cygnus.com>
19150
19151 * config.guess (*Linux*): Add missing "exit"s.
19152 Also, need specific check for alpha-unknown-linux (uses COFF).
19153
19154Fri Aug 11 15:38:20 1995 Per Bothner <bothner@kalessin.cygnus.com>
19155
19156 * config.guess: Merge with FSF:
19157
19158 Wed Jun 28 17:57:27 1995 David Edelsohn <edelsohn@mhpcc.edu>
19159 * config.guess (AIX4): More robust release numbering discovery.
19160
19161 Thu Jun 22 19:01:24 1995 Kenneth Stailey (kstailey@eagle.dol-esa.gov)
19162 * config.guess (i386-sequent-ptx): Properly get version number.
19163
19164 Thu Jun 22 18:36:42 1995 Uwe Seimet (seimet@iris1.chemie.uni-kl.de)
19165 * config.guess (mips:*:4*:UMIPS): New case.
19166
19167Mon Aug 7 09:21:35 1995 Doug Evans <dje@canuck.cygnus.com>
19168
19169 * configure.in (i386-go32 host): Fix typo (deja-gnu -> dejagnu).
19170 (i386-win32 host): Likewise. Don't build readline.
19171
19172Sat Aug 5 09:51:49 1995 Fred Fish <fnf@rtl.cygnus.com>
19173
19174 * Makefile.in (GDBTK_SUPPORT_DIRS): Define and pass as part of
19175 SUPPORT_FILES to submakes.
19176
19177Fri Aug 4 13:04:36 1995 Fred Fish <fnf@cygnus.com>
19178
19179 * Makefile.in (GDB_SUPPORT_DIRS): Add utils.
19180 (DEVO_SUPPORT): Add mpw-README, mpw-build.in, mpw-config.h and
19181 mpw-configure.
19182
19183Wed Aug 2 16:32:40 1995 Ken Raeburn <raeburn@cygnus.com>
19184
19185 * configure.in (appdirs): Use =, not ==, in test expression when
19186 trying to build the text to print in the warning message for
19187 Solaris users.
19188
19189Mon Jul 31 09:56:18 1995 steve chamberlain <sac@slash.cygnus.com>
19190
19191 * cfg-ml-com.in (z8k-*-coff): Add 'std' multilib build.
19192
19193Fri Jul 28 00:16:31 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19194
19195 * config.guess: Recognize lynx-2.3.
19196
19197Thu Jul 27 15:47:59 1995 steve chamberlain <sac@slash.cygnus.com>
19198
19199 * config.sub (z8ksim): Deleted
19200 (z8k-*-coff): New, this is the one true name of the target.
19201
19202Thu Jul 27 14:33:33 1995 Doug Evans <dje@canuck.cygnus.com>
19203
19204 * cfg-ml-pos.in (dotdot): Work around SunOS sed bug.
19205
19206Thu Jul 27 13:31:05 1995 Fred Fish (fnf@cygnus.com)
19207
19208 * config.guess (*:Linux:*:*): First try asking the linker what the
19209 default object file format is (elf, aout, or coff). Then if this
19210 fails, try previous methods.
19211
19212Thu Jul 27 11:28:17 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19213
19214 * configure.in: Don't build newlib for *-*-vxworks5.1.
19215
19216Thu Jul 27 11:18:47 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
19217
19218 * configure.in: Don't build newlib for a29k-*-vxworks5.1.
19219 * test-build.mk: Add setting of --with-headers for a29k-vxworks5.1.
19220
19221Tue Jul 25 21:25:39 1995 Doug Evans <dje@canuck.cygnus.com>
19222
19223 * cfg-ml-pos.in (MULTITOP): Trim excess trailing "/.".
19224
19225Fri Jul 21 10:41:12 1995 Doug Evans <dje@canuck.cygnus.com>
19226
19227 * cfg-ml-com.in: New file.
19228 * cfg-ml-pos.in: New file.
19229
19230Wed Jul 19 00:37:27 1995 Jeffrey A. Law <law@rtl.cygnus.com>
19231
19232 * COPYING.NEWLIB: Add HP free copyright to list.
19233
19234Tue Jul 18 10:58:51 1995 Michael Meissner <meissner@tiktok.cygnus.com>
19235
19236 * config.sub: Recognize -eabi* for the system, not just -eabi.
19237
19238Mon Jul 3 13:44:51 1995 Steve Chamberlain <sac@slash.cygnus.com>
19239
19240 * Makfile.in (DLLTOOL_FOR_TARGET): New name, pass it down.
19241 * config.sub, configure.in (win32): New target and host.
19242
19243Wed Jun 28 23:57:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
19244
19245 * configure.in: Add i386-pe configuration.
19246
19247Fri Jun 23 14:28:44 1995 Stan Shebs <shebs@andros.cygnus.com>
19248
19249 * mpw-build.in (install): Install GDB after LD.
19250
19251Thu Jun 22 17:10:53 1995 Stan Shebs <shebs@andros.cygnus.com>
19252
19253 * mpw-config.in (elf/mips.h): Always forward-include, needed
19254 for GDB to build.
19255
19256Wed Jun 21 15:17:30 1995 Rob Savoye <rob@darkstar.cygnus.com>
19257
19258 * testsuite: New directory for customer acceptance and whole tool
19259 chain tests.
19260
19261Wed Jun 21 16:50:29 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19262
19263 * configure: If per-host line isn't found, but AC_OUTPUT is found
19264 and a configure script exists, run it instead.
19265
19266Thu Jun 15 21:09:24 1995 Per Bothner <bothner@kalessin.cygnus.com>
19267
19268 * config.guess: Update from FSF, for alpha-dec-winnt3.5 and Crays.
19269
19270Tue Jun 13 21:43:27 1995 Rob Savoye <rob@darkstar.cygnus.com>
19271
19272 * configure: Set build_{cpu,vendor,os,alias} to host values when
19273 --build isn't specified.
19274
19275Mon Jun 5 18:26:36 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19276
19277 * Makefile.in (PICFLAG, PICFLAG_FOR_TARGET): New macros.
19278 (FLAGS_TO_PASS): Pass them.
19279 (EXTRA_TARGET_FLAGS): Ditto.
19280
6599da04
JM
19281Wed May 31 22:27:42 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19282
19283 * Makefile.in (all-libg++): Depend on all-libstdc++.
19284
19285Thu May 25 22:40:59 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19286
19287 * configure.in (noconfigdirs): Enable all packages for
3d3b561f 19288 i386-unknown-netbsd.
6599da04
JM
19289
19290Sat May 20 13:22:31 1995 Angela Marie Thomas <angela@cirdan.cygnus.com>
19291
19292 * configure.in (noconfigdirs): Don't configure tk for i386-go32
19293 hosted builds (DOS builds)
19294
19295Thu May 18 18:08:49 1995 Ken Raeburn <raeburn@kr-laptop.cygnus.com>
19296
19297 Changes for ARM based on patches from Richard Earnshaw:
19298 * config.sub: Handle armeb and armel.
19299 * configure.in: Omit arm linker only for riscix.
19300
19301Thu May 11 17:23:26 1995 Per Bothner <bothner@kalessin.cygnus.com>
19302
19303 * config.guess: Update from FSF.
19304
19305Tue May 9 15:52:05 1995 Michael Meissner <meissner@cygnus.com>
19306
63f6bcd7 19307 * config.sub: Recognize powerpcle as the little endian variant of
6599da04
JM
19308 the PowerPC. Recgonize ppc as a PowerPC variant, and ppcle as a
19309 powerpcle variant. Convert pentium into i586, not i486. Add p5
19310 alias for i586. Map new x86 variants p6, k5, nexgen into i586
19311 temporarily.
19312
19313Tue May 2 16:29:41 1995 Jeff Law (law@snake.cs.utah.edu)
19314
19315 * configure.in (hppa*-*-lites*): Treat like hppa*-*-*elf*.
19316
19317Sun Apr 30 21:38:09 1995 Jeff Law (law@snake.cs.utah.edu)
19318
19319 * config.sub: Accept -lites* as a basic system type.
19320
19321Thu Apr 27 11:33:29 1995 Michael Meissner (meissner@cygnus.com)
19322
19323 * config.guess (*:Linux:*:*): Check for whether the pre-BFD linker is
19324 installed, and if so return linuxoldld as the system name.
19325
19326Wed Apr 26 10:59:02 1995 Jeff Law (law@snake.cs.utah.edu)
19327
19328 * config.guess: Add hppa1.1-hp-lites support.
19329
19330Tue Apr 25 11:08:11 1995 Rob Savoye <rob@darkstar.cygnus.com>
19331
19332 * configure.in: Don't build newlib for m68k-vxworks5.1.
19333
19334Wed Apr 19 17:02:43 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19335
19336 * configure.in (mips-sgi-irix6): Use mh-irix5.
19337
19338Fri Apr 14 15:21:17 1995 Doug Evans <dje@chestnut.cygnus.com>
19339
19340 * Makefile.in (all-gcc): Depend on all-ld (for libgcc1-test).
19341
19342Wed Apr 12 16:06:01 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19343
19344 * test-build.mk: Enable building of shared libraries on IRIX 5 and
e490616e 19345 OSF/1. Fix compiler flags.
6599da04
JM
19346 * build-all.mk: Support Linux and OSF/1 3.0. Fix compiler flags.
19347
19348Tue Apr 11 18:55:40 1995 Doug Evans <dje@canuck.cygnus.com>
19349
19350 * configure.in: Recognize --with-newlib.
19351 (sparc-*-sunos4*): Build sim, dejagnu, expect, tcl if cross target.
19352
19353Mon Apr 10 14:38:20 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19354
d207ebef 19355 * Makefile.in: move {all,check,install}-gdb from *_MODULES
6599da04
JM
19356 to *_X11_MODULES due to gdbtk needing X include files et al.
19357
19358Mon Apr 10 11:42:22 1995 Stan Shebs <shebs@andros.cygnus.com>
19359
19360 Merge in support for Mac MPW as a host.
19361 (Old change descriptions retained for informational value.)
19362
19363 * mpw-config.in: Add generic include forwards for cpu-specific
19364 include files in aout and elf directories.
19365
19366 * mpw-configure: Added copyright.
19367 * mpw-config.in: Check for presence of required build tools.
19368 (target_libs): Add newlib.
19369 (target_tools): Add examples.
19370 (Read Me): Generate as "Read Me for MPW" instead.
19371 * mpw-build.in: Base sub-builds on all-foo instead of do-foo.
19372 (all-byacc, do-byacc, all-flex, do-flex, do-newlib): New actions.
19373 (do-gas, do-gcc, do-gdb, do-ld): Build Version.r first.
19374
19375 * mpw-configure: Remove subdir-specific makefile hackery,
19376 delete mk.tmp after using it.
19377
19378 * mpw-build.in (all): Display start and end times.
19379
19380 * mpw-configure (host_canonical): Set.
19381 (target_cpu): Always add to makefiles.
19382 (ARCHDEFS, EMUL): Add to makefile only if nonempty.
19383 (TM_FILE, XM_FILE, NM_FILE): No longer add to makefile.
19384 (mpw-mh-mpw): Look for in srcdir and srcroot.
19385 Use sed instead of mpw-edit-prefix to edit prefix definitions.
19386
19387 * mpw-build.in: (install-only): New target.
19388
19389 * mpw-configure (host_alias, target_alias): Rename from hostalias
19390 and targetalias, add into generated Makefile.
19391 (mk.tmp): If present, add into generated Makefile.
19392 * mpw-build.in (all-gas): Build config.h first before gas proper.
19393
19394 * mpw-configure (config.status): Write only if changed.
19395 * mpw-config.in (readline): Configure it (not built, just used for
19396 definitions).
19397
19398 * mpw-config.in (elf/mips.h): Add a forward include.
19399
19400 * mpw-config.in: Forward-include most .h files in include into
19401 extra-include.
19402 (readline): Don't build.
19403 mpw-build.in (install): Install GDB.
19404
19405 * mpw-configure (prefix, mpw_prefix): Handle it.
19406 * mpw-config.in (mmalloc, readline): Don't configure.
19407 * mpw-build.in (thisscript): Rename to ThisScript.
19408 Use mpw-build instead of BuildProgram everywhere.
19409 (mmalloc, readline): Don't build.
19410 * mpw-README: New file, basic documentation about the MPW port.
19411
19412 * mpw-config.in: Use forward-include to create include files.
19413
19414 * mpw-configure: Add more things to the top of each configured
19415 Makefile, including contents of config/mpw-mh-mpw.
19416 * mpw-config.in (extra-include): Create this directory and fill it
19417 with Posix-like include files when configuring.
19418
19419 * config.sub (apple, mac, mpw): Add various aliases.
19420
19421 * mpw-build.in: New file, top-level build script fragment for MPW.
19422 * mpw-configure: New file, configure script for MPW.
19423 * mpw-config.in: New file, config fragment for MPW.
19424
19425Fri Apr 7 19:33:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19426
19427 * configure.in (host_libs): Remove glob, since it is gone from the
19428 sources.
19429
19430Fri Mar 31 11:36:17 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19431
19432 * Makefile.in: define empty GDB_NLM_DEPS var.
19433
19434 * configure.in(target_makefile_frag): use config/mt-netware
19435 for netware targets.
19436
19437Thu Mar 30 13:51:43 1995 Ian Lance Taylor <ian@cygnus.com>
19438
19439 * config.sub: Merge in recent FSF changes. Remove linux special
19440 cases.
19441
19442Tue Mar 28 14:47:34 1995 Jason Molenda (crash@phydeaux.cygnus.com)
19443
731a8127 19444 Revert this change:
6599da04
JM
19445
19446 Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
19447
19448 * build-all.mk: Use CC=cc -Xs on Solaris.
19449
6599da04
JM
19450Tue Mar 21 10:43:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19451
19452 * glob/*: Removed. Schauer's 24 Feb 1994 readline change made us
19453 stop using it.
19454 * Makefile.in: Nuke all references to glob subdirectory.
19455
19456Thu Mar 16 13:35:30 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19457
19458 * configure.in: Fix --enable-shared logic in per-host.
19459
19460Mon Mar 13 12:33:15 1995 Ian Lance Taylor <ian@cygnus.com>
19461
19462 * configure.in (*-hp-hpux[78]*): Use mh-hpux8.
19463
19464Mon Mar 6 10:21:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
19465
19466 * configure.in (noconfigdirs): Don't build gas on AIX, for
19467 powerpc*-*-aix* as well as for rs6000*-*-aix*.
19468
19469Wed Mar 1 12:51:53 1995 Ian Lance Taylor <ian@cygnus.com>
19470
19471 * configure: Fix --cache-file to work if the file argument is a
19472 relative path.
19473
19474Tue Feb 28 17:36:07 1995 Ian Lance Taylor <ian@cygnus.com>
19475
19476 * configure: If the --cache-file is used, pass it down to
19477 configure in subdirectories.
19478
19479Mon Feb 27 12:52:46 1995 Kung Hsu <kung@mexican.cygnus.com>
19480
19481 * config.sub: add vxworks29k configuration.
19482
19483Fri Feb 10 16:12:26 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
19484
19485 * Makefile.in (taz): Do "diststuff" part quietly.
19486
19487Sun Feb 5 14:16:35 1995 Doug Evans <dje@canuck.cygnus.com>
19488
19489 * config.sub: Mini-merge with gcc/config.sub.
19490
19491Sat Feb 4 12:11:35 1995 Jim Wilson <wilson@chestnut.cygnus.com>
19492
19493 * config.guess (IRIX): Sed - to _.
19494
19495Fri Feb 3 11:54:42 1995 J.T. Conklin <jtc@rtl.cygnus.com>
19496
19497 * Makefile.in (source-vault, binary-vault): New targets.
19498
19499Thu Jan 26 13:00:11 1995 Michael Meissner <meissner@cygnus.com>
19500
19501 * config.sub: Recognize -eabi as a basic system type.
19502
19503Thu Jan 12 13:13:23 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19504
19505 * configure.in (enable_shared stuff): Fix typo.
19506
19507Thu Jan 12 01:36:51 1995 deanm@medulla.LABS.TEK.COM (Dean Messing)
19508
19509 * Makefile.in (BASE_FLAGS_TO_PASS): Fix typo in passing LIBCXXFLAGS*.
19510
19511Wed Jan 11 16:29:53 1995 Jason Merrill <jason@phydeaux.cygnus.com>
19512
19513 * Makefile.in (LIBCXXFLAGS_FOR_TARGET): Add -fno-implicit-templates.
19514
19515Mon Jan 9 12:48:01 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
19516
19517 * configure.in (rs6000-*-*): Don't build gas.
19518
19519Wed Jan 4 23:53:49 1995 Ian Lance Taylor <ian@tweedledumb.cygnus.com>
19520
19521 * Makefile.in: Use /x/x/ instead of /brokensed/brokensed/, to
19522 reduce command line length.
19523 (AS_FOR_TARGET): Check for as.new, not Makefile.
19524 (NM_FOR_TARGET): Check for nm.new, not Makefile.
19525
19526Wed Jan 4 13:02:39 1995 Per Bothner <bothner@kalessin.cygnus.com>
19527
19528 * config.guess: Merge from FSF.
19529
19530Thu Dec 15 17:11:37 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19531
19532 * configure: Don't use $ when handling program_suffix.
19533
19534Mon Dec 12 12:09:37 1994 Stu Grossman (grossman@cygnus.com)
19535
19536 * configure.in: Configure tk for hppa/hpux.
19537
19538Fri Dec 2 15:55:38 1994 Per Bothner <bothner@kalessin.cygnus.com>
19539
19540 * Makefile.in (LIBGXX_SUPPORT_DIRS): Add libstdc++.
19541
19542Tue Nov 29 19:37:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19543
19544 * Makefile.in: Move -fno-implicit-template from CXXFLAGS
19545 to LIBCXXFLAGS. Tests are better run without it.
19546
19547Wed Nov 23 10:29:25 1994 Brendan Kehoe (brendan@lisa.cygnus.com)
19548
19549 * Makefile.in (all-ispell): Depend on all-emacs19 instead of all-emacs.
19550
19551Mon Nov 21 11:14:01 1994 J.T. Conklin <jtc@rtl.cygnus.com>
19552
19553 * configure.in (*-*-netware*): Don't configure xiberty.
19554
19555Mon Nov 14 08:49:15 1994 Stu Grossman (grossman@cygnus.com)
19556
19557 * configure.in: Remove tk from native_only list.
19558
19559Fri Nov 11 15:31:26 1994 Bill Cox (bill@rtl.cygnus.com)
19560
19561 * build-all.mk: Add mips-ncd-elf target to sun4 targets
3d3b561f 19562 for special NCD build.
6599da04
JM
19563
19564Mon Nov 7 20:58:17 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19565
19566 * Makefile.in (DEVO_SUPPORT): Remove configure.bat and
19567 makeall.bat, they're only useful for binutils snapshots.
19568 (binutils.tar.gz, gas+binutils.tar.gz): Add configure.bat and
19569 makeall.bat to specified SUPPORT_FILES.
19570
19571Mon Nov 7 17:25:18 1994 Bill Cox (bill@cirdan.cygnus.com)
19572
19573 * build-all.mk: Add Ericsson targets to sun4 and solaris
3d3b561f
ML
19574 hosts. Add BNR's sun4 target to solaris host, so their
19575 build-from-source will be tested in-house first.
6599da04
JM
19576
19577Sat Nov 5 18:43:30 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19578
19579 * Makefile.in (LIBCFLAGS): New variable.
19580 (CFLAGS_FOR_TARGET): Ditto.
19581 (LIBCFLAGS_FOR_TARGET): Ditto.
19582 (LIBCXXFLAGS): Ditto.
19583 (CXXFLAGS_FOR_TARGET): Ditto.
19584 (LIBCXXFLAGS_FOR_TARGET): Ditto.
19585 (BASE_FLAGS_TO_PASS): Pass them.
19586 (EXTRA_TARGET_FLAGS): Ditto.
19587
731a8127 19588 * configure.in: Support --enable-shared.
6599da04
JM
19589
19590Sat Nov 5 15:44:00 1994 Per Bothner <bothner@kalessin.cygnus.com>
19591
19592 * configure.in (target_libs): Include libstdc++ again.
19593 * config.guess: Update from FSF (for FreeBSD).
19594
19595Thu Nov 3 16:32:30 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19596
19597 * Makefile.in (DEVO_SUPPORT): Include configure.bat and
19598 makeall.bat.
19599 (DISTDOCDIRS): Add `etc'.
19600 (ETC_SUPPORT_PFX): New variable.
19601 (taz): Include anything from etc starting with a word in
19602 ETC_SUPPORT_PFX.
19603
19604Wed Oct 26 16:19:35 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19605
19606 * config.sub: Update for recent FSF changes. Remove obsolete
19607 h8300hds entry. Add -windows* and -osx as basic os. Minor
19608 spacing changes.
19609
19610Thu Oct 20 18:41:56 1994 Per Bothner <bothner@kalessin.cygnus.com>
19611
19612 * configure.in (target_libs): Remove libstdc++ for libg++-2.6.1.
19613
19614 * config.guess: Merge with FSF.
19615 * configure.in: Match on i?86-ncr-sysv4.3, not i?86-ncr-sysv43.
19616
19617Thu Oct 20 19:26:56 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19618
19619 * configure: Since the "trap 0" handler will override the exit
19620 status on many systems, only use it for "exit 1", and make it set
19621 a non-zero exit status; reset it before "exit 0". Also, check
19622 exit status of config.sub, and error out if it failed.
19623
19624Wed Oct 19 18:49:55 1994 Rob Savoye (rob@cygnus.com)
19625
19626 * Makefile.in: (ALL_TARGET_MODULES,INSTALL_TARGET_MODULES) Build
19627 and install libgloss.
19628
19629Tue Oct 18 15:25:24 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19630
19631 * Makefile.in (all-binutils): Depend upon all-byacc.
19632
19633 * configure.in: Don't build emacs on Irix 5.
19634
19635Mon Oct 17 16:22:12 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19636
19637 * configure.in (*-*-netware*): Add libio.
19638
19639Thu Oct 13 15:51:20 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19640
19641 * Makefile.in (ALL_TARGET_MODULES): Add libstdc++.
19642 (CHECK_TARGET_MODULES): Ditto.
19643 (INSTALL_TARGET_MODULES): Ditto.
19644 (TARGET_LIBS): Ditto.
19645 (all-libstdc++): Note dependencies.
19646
19647Thu Oct 13 01:43:08 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19648
19649 * Makefile.in (BINUTILS_SUPPORT_DIRS): Add gas.
19650
19651Tue Oct 11 12:12:29 1994 Jason Merrill (jason@phydeaux.cygnus.com)
19652
19653 * Makefile.in (CXXFLAGS): Use -fno-implicit-templates instead of
19654 -fexternal-templates.
19655
19656 * configure.in (target_libs): Add libstdc++.
19657 (noconfigdirs): Add libstdc++ as appropriate.
19658
19659Thu Oct 6 18:00:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19660
19661 * config.guess: Update from FSF.
19662
19663Tue Oct 4 12:05:42 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19664
19665 * configure: Use ${config_shell} when running ${configsub}.
19666
19667Mon Oct 3 14:28:34 1994 Doug Evans <dje@canuck.cygnus.com>
19668
19669 * config.sub: No longer recognize h8300h.
19670
19671Mon Oct 3 12:40:54 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
19672
19673 * config.sub: Remove extraneous differences between config.sub and
19674 gcc/config.sub.
19675
19676Sat Oct 1 00:23:12 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
19677
19678 * Makefile.in (DISTSTUFFDIRS): Add gas.
19679
19680Thu Sep 22 19:04:55 1994 Doug Evans (dje@canuck.cygnus.com)
19681
19682 * COPYING.NEWLIB: New file.
19683
19684Mon Sep 19 18:25:40 1994 Per Bothner (bothner@kalessin.cygnus.com)
19685
19686 * config.guess (HP-UX): Patch from Harlan Stenn
19687 <harlan@landmark.com> to also emit release level.
19688
19689Wed Sep 7 13:15:25 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
19690
19691 * config.guess (sun4*:SunOS:*:*): Change '-JL' to '_JL'.
19692
19693Tue Sep 6 23:23:18 1994 Per Bothner (bothner@kalessin.cygnus.com)
19694
19695 * config.sub: Merge nextstep cleanup from FSF.
19696
19697Mon Sep 5 05:01:30 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
19698
19699 * configure.in (arm-*-*): Don't configure ld for this target.
19700
19701Thu Sep 1 09:35:00 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
19702
19703 * configure.in (*-*-netware): don't configure libg++, libio,
3d3b561f 19704 librx, or newlib.
6599da04
JM
19705
19706Wed Aug 31 13:52:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19707
19708 * configure.in (alpha-dec-osf*): Use osf*, not osf1*. Don't
19709 configure ld--it works, but it doesn't support shared libraries.
19710
19711Sun Aug 28 18:13:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19712
19713 * config.guess (*-unknown-freebsd*): Get rid of possible
19714 trailing "(Release)" in version string.
19715 Patch from Paul Richards <paul@isl.cf.ac.uk>.
19716
19717Sat Aug 27 15:00:49 1994 Per Bothner (bothner@kalessin.cygnus.com)
19718
19719 * config.guess: Fix i486-ncr-sysv43 -> i486-ncr-sysv4.3.
19720 Fix type: *-next-neststep -> *-next-nextstep.
19721
19722 * config.guess: Merge from FSF:
19723
19724 Fri Aug 26 18:45:25 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19725
19726 * config.guess: Recognize powerpc-ibm-aix3.2.5.
19727
19728 Wed Apr 20 06:36:32 1994 Philippe De Muyter (phdm@info.ucl.ac.be)
19729
19730 * config.guess: Recognize UnixWare 1.1 (UNAME_SYSTEM is SYSTEM_V
19731 instead of UNIX_SV for UnixWare 1.0).
19732
19733Sat Aug 27 01:56:30 1994 Stu Grossman (grossman@cygnus.com)
19734
19735 * Makefile.in (all-gdb): Add dependencies on all-gcc and all-ld
19736 to make gdb/nlm/* build after the compiler and linker.
19737
19738Fri Aug 26 14:30:05 1994 Per Bothner (bothner@kalessin.cygnus.com)
19739
19740 * config.guess (netbsd, freebsd, linux): Accept any machine,
19741 not just i[34]86.
19742 (m68k-atari-sysv4): Relocate to match FSF version.
19743
19744 * config.guess: More merges from the FSF:
19745
19746 Add a space before function call or macro invocation.
19747
19748 Tue May 10 16:53:55 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19749
19750 * config.guess: Add trap cmd to remove dummy.c and dummy when
19751 interrupted.
19752
19753 Wed Apr 20 18:07:13 1994 Roland McGrath (roland@churchy.gnu.ai.mit.edu)
19754
19755 * config.guess (dummy.c): Redirect stderr for `hostinfo' command.
19756 (dummy): Redirect stderr from compilation of dummy.c.
19757
19758 Sat Apr 9 14:59:28 1994 Christian Kranz (kranz@sent5.uni-duisburg.de)
19759
19760 * config.guess: Distinguish between NeXTStep 2.1 and 3.x.
19761
19762Fri Aug 26 13:42:20 1994 Ken Raeburn (raeburn@kr-laptop.cygnus.com)
19763
19764 * configure: Accept and ignore --cache*, for compatibility with
19765 new autoconf.
19766
19767Fri Aug 26 13:05:27 1994 Per Bothner (bothner@kalessin.cygnus.com)
19768
19769 * config.guess: Merge from FSF:
19770
19771 Thu Aug 25 20:28:51 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19772
19773 * config.guess (Pyramid*:OSx*:*:*): New case.
e490616e
ZW
19774 (PATH): Add /.attbin at end for finding uname.
19775 (dummy.c): Handle i860-alliant-bsd. Follow whitespace conventions.
6599da04
JM
19776
19777 Wed Aug 17 18:21:02 1994 Tor Egge (tegge@pvv.unit.no)
19778
e490616e 19779 * config.guess (M88*:DolphinOS:*:*): New case.
6599da04
JM
19780
19781 Thu Aug 11 17:00:13 1994 Stan Cox (coxs@dg-rtp.dg.com)
19782
e490616e
ZW
19783 * config.guess (AViiON:dgux:*:*): Use TARGET_BINARY_INTERFACE
19784 to select whether to use ELF or COFF.
6599da04
JM
19785
19786 Sun Jul 24 16:20:53 1994 Richard Stallman <rms@mole.gnu.ai.mit.edu>
19787
e490616e 19788 * config.guess: Recognize i860-stardent-sysv and i860-unknown-sysv.
6599da04
JM
19789
19790 Sun May 1 10:23:10 1994 Richard Stallman (rms@mole.gnu.ai.mit.edu)
19791
19792 * config.guess: Guess the OS version for HPUX.
19793
19794 Tue Mar 1 21:53:03 1994 Karl Heuer (kwzh@hal.gnu.ai.mit.edu)
19795
19796 * config.guess (UNAME_VERSION): Recognize aix3.2.4 and aix3.2.5.
19797
19798Fri Aug 26 11:19:08 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19799
19800 * configure.in: Recognize --with-headers, --with-libs, and
19801 --without-newlib.
19802 * Makefile.in (all-xiberty): Depend upon all-ld.
19803
19804Wed Aug 24 12:36:50 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19805
19806 * configure.in: Change i[34]86 to i[345]86.
19807
19808Mon Aug 22 10:58:33 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19809
19810 * configure (version): A few more tweaks to help message.
19811
19812Fri Aug 19 12:40:25 1994 Per Bothner (bothner@kalessin.cygnus.com)
19813
19814 * Makefile.in: Remove (for now) librx as a host library,
19815 now that we're building it for target.
19816
19817Fri Aug 19 10:49:17 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19818
19819 * configure: Fix up help message; from karl@owl.hq.ileaf.com
19820 (Karl Berry).
19821
19822Tue Aug 16 16:11:08 1994 Per Bothner (bothner@kalessin.cygnus.com)
19823
19824 * configure.in: Also configure librx.
19825
19826Mon Aug 15 16:51:45 1994 Per Bothner (bothner@kalessin.cygnus.com)
19827
19828 * Makefile.in: Update various rules to reflect that librx
19829 is now needed for libg++.
19830
19831Fri Aug 12 18:07:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19832
19833 * config.sub: Accept mips64orion and mips64orionel as a CPU name.
19834
19835Mon Aug 8 11:36:17 1994 Stan Shebs (shebs@andros.cygnus.com)
19836
19837 * configure.in: Configure the examples directory.
19838
19839Thu Aug 4 16:12:36 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19840
19841 * configure: Simplify Jun 2 1994 change.
19842
19843Wed Aug 3 04:58:16 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19844
19845 * change CC to /usr/latest/bin/gcc for lynx host builds, since
19846 /bin/gcc isn't good enough to build gcc.
19847
19848Wed Jul 27 09:07:14 1994 Fred Fish (fnf@cygnus.com)
19849
19850 * Makefile.in (GDB_SUPPORT_FILES): Remove
19851 (setup-dirs-gdb, gdb.tar.gz, make-gdb.tar.gz): Remove old rules.
19852 (gdb.tar.gz): Add new rule to use standard distribution building
19853 mechanism.
19854
19855Mon Jul 25 11:10:06 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19856
19857 * configure.in: Warn about use of /usr/ucb/cc on Solaris. From
19858 Bill Cox <bill@cygnus.com>.
19859
19860Sat Jul 23 12:19:46 1994 Per Bothner (bothner@kalessin.cygnus.com)
19861
19862 * config.guess: Recognize ISC. Patch from kwzh@gnu.ai.mit.edu.
19863
19864Fri Jul 22 17:53:59 1994 Stu Grossman (grossman@cygnus.com)
19865
19866 * configure: Search current dir first in .gdbinit.
19867
19868Fri Jul 22 11:28:30 1994 Per Bothner (bothner@kalessin.cygnus.com)
19869
19870 * config.sub: Recognize freebsd (merged from gcc config.sub).
19871
19872Thu Jul 21 14:10:52 1994 Per Bothner (bothner@kalessin.cygnus.com)
19873
19874 * config.sub: Refer to NeXT's operating system as nextstep.
19875
19876 * config.sub (case $basic_machine): Re-order the cases, to match
19877 the order in the FSF version (which is mostly alphabethical).
19878 Merge in some additions and changes from the FSF.
19879
19880Sat Jul 16 12:03:08 1994 Stan Shebs (shebs@andros.cygnus.com)
19881
19882 * config.guess: Recognize m68k-atari-sysv4 and m88k-harris-csux7.
19883 * config.sub: Recognize cxux7.
19884 * configure.in: Use mh-cxux for m88k-harris-cxux*.
19885
19886Mon Jul 11 14:37:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
19887
19888 * config.sub: Fix typo powerpc -> powerpc-*.
19889
19890Sat Jul 9 13:03:43 1994 Michael Tiemann (tiemann@blues.cygnus.com)
19891
19892 * Makefile.in: `all-emacs19' depends on `all-byacc'.
19893
19894 * Makefile.in: Add all-emacs19 and install-emacs19 rules (in
19895 parallel with all-emacs and install-emacs). Top-level command
19896 `make all-emacs19 CC=gcc' now behaves as `make all-emacs CC=gcc'.
19897
19898Thu Jun 30 16:53:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19899
19900 * test-build.mk ($(host)-stamp-stage2-installed): Remove
19901 $(relbindir)/make before doing ``make install'', and use
19902 $(GNU_MAKE) while doing it. Avoids problem on SunOS with
19903 installing over running make binary.
19904 ($(host)-stamp-stage3-installed): Likewise.
19905
19906Tue Jun 28 13:43:25 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19907
19908 * config.guess: Recognize Mach.
19909
19910Mon Jun 27 16:41:14 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
19911
19912 * configure: Check ${exec_prefixoption}, not ${exec_prefix}, to
19913 see whether --exec-prefix was used.
19914
19915Sun Jun 26 21:15:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19916
19917 * README: Explicitly mention libg++/README. (Zoo's idea.)
19918
19919Tue Jun 21 12:45:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19920
19921 * Makefile.in: Add all-librx target similar to all-libproc.
19922
19923Wed Jun 8 23:11:55 1994 Stu Grossman (grossman@cygnus.com)
19924
19925 * config.guess: Rearrange tests for Alpha-OSF1 to properly deal
19926 with post 1.2 uname bogosity.
19927
19928Thu Jun 9 00:27:59 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19929
19930 * configure: Remove temporary files on receipt of a signal.
19931
19932Tue Jun 7 12:06:24 1994 Ian Lance Taylor (ian@cygnus.com)
19933
19934 * configure: If there is a package_makefile_frag, remove
19935 ${subdir}/Makefile.tem after copying it in.
19936
19937Mon Jun 6 21:35:02 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
19938
19939 * build_all.mk: support rs6000 lynx identifies itself as
19940 rs6000-lynx-lynxos2.2.2. Also, use /usr/cygnus/progressive/bin/gcc
19941 since /bin/gcc is too feeble to compile a modern gcc.
19942
19943Mon Jun 6 16:06:34 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19944
19945 * brought devo/test-build.mk update-to-date with progressive/
3d3b561f 19946 test-build.mk. Add lynx targets and hppa flag info.
6599da04
JM
19947
19948Sat Jun 4 17:23:54 1994 Per Bothner (bothner@kalessin.cygnus.com)
19949
19950 * configure.in: Use mh-ncrsvr43. Patch from
19951 Tom McConnell <tmcconne@sedona.intel.com>.
19952
19953Fri Jun 3 17:47:24 1994 Per Bothner (bothner@kalessin.cygnus.com)
19954
19955 * config.guess (i386-unknown-bsdi): No longer need to
19956 check #if defined(__bsdi__) && defined(__i386__).
19957
19958Thu Jun 2 18:56:46 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19959
19960 * configure: Set program_transform_nameoption correctly.
19961
19962Thu Jun 2 10:57:06 1994 Karen Christiansen (karen@cirdan.cygnus.com)
19963
19964 * brought build-all.mk update-to-date with progressive build-all.mk,
3d3b561f 19965 added new targets and hppa info.
4e81ae98 19966
6599da04
JM
19967Thu Jun 2 00:12:44 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
19968
19969 * configure: If config.guess result is a prefix of the user
19970 specified target, assume a native build and use the user specified
19971 target as the host alias. Remove SunOS patch suffix removal hack.
19972 * configure.in: Remove SunOS patch suffix removal hack.
19973
19974 * Makefile.in (CROSS_CHECK_MODULES): Remove check-flex, since it's
19975 in NATIVE_CHECK_MODULES.
19976
19977Wed Jun 1 10:49:41 1994 Bill Cox (bill@rtl.cygnus.com)
19978
19979 * Makefile.in: Rename HOST_ONLY to NATIVE.
19980 * configure: Delete SunOs patch suffix from host_canonical
3d3b561f 19981 and build_canonical variables that are prepended to Makefiles.
6599da04
JM
19982 * configure.in: Add comments for easier maintenance.
19983
19984Tue May 31 19:39:47 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19985
19986 * Makefile.in: Add all-libproc target similar to all-gui.
19987
19988Tue May 31 17:16:33 1994 Tom Lord (lord@cygnus.com)
19989
19990 * Makefile.in (CHECK_MODULES): split into
19991 HOST_ONLY_CHECK_MODULES and CROSS_CHECK_MODULES.
19992
19993Tue May 31 16:36:36 1994 Paul Eggert (eggert@twinsun.com)
19994
19995 * config.guess (i386-unknown-bsdi): New system to guess.
19996
19997Wed May 25 16:47:10 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
19998
19999 * Makefile.in: Add all-gui target (but not yet build by "all").
20000
20001Thu May 26 08:53:19 1994 Bill Cox (bill@rtl.cygnus.com)
20002
20003 * config.sub: Move deletion of patch suffix from here...
20004 * configure.in: To here, at Ian's suggestion. The top-
3d3b561f 20005 level scripts might need to know of a patch level.
6599da04
JM
20006
20007Wed May 25 09:15:54 1994 Bill Cox (bill@rtl.cygnus.com)
20008
20009 * config.sub: Strip off patch suffix so rtl is recognized
3d3b561f 20010 as a sunos4.1.3 machine, even though it's been patched.
6599da04
JM
20011
20012Fri May 20 08:25:49 1994 Steve Chamberlain (sac@deneb.cygnus.com)
20013
20014 * Makefile.in (INSTALL_LAST): Delete.
20015 (INSTALL_DOSREL): New.
20016
20017Thu May 19 17:12:12 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20018
20019 * configure.in: Use ld for i[34]86-*-sysv4* and sparc-*-solaris2*.
20020 Don't set use_gnu_ld to no for *-*-sysv4; that only controls
20021 whether we pass down --with-gnu-ld anyhow.
20022
20023Thu May 19 09:29:12 1994 Steve Chamberlain (sac@cygnus.com)
20024
20025 * Makefile.in (INSTALL_LAST): Change operation so it works
20026 on more flavors of make.
20027 * configure.in (go32): Don't build libg++ or libio.
20028
20029Fri May 13 13:28:34 1994 Steve Chamberlain (sac@cygnus.com)
20030
20031 * Makefile.in (Move HOST_PREFIX_1 and friends up so
20032 they can be overriden by templates.
20033
20034Sat May 7 16:46:44 1994 Steve Chamberlain (sac@cygnus.com)
20035
20036 * configure.in (target==go32): Don't build gdb.
20037 * dosrel: New directory.
20038
20039Fri May 6 14:19:25 1994 Steve Chamberlain (sac@cygnus.com)
20040
20041 * configure.in (host==go32): Configure dosrel too.
20042 * Makefile.in (INTALL_TARGET): Call INSTALL_LAST last.
20043 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): Undefine, they should
20044 be set by incoming names or templates.
20045 (INSTALL_LAST): New rule.
6599da04
JM
20046
20047Thu May 5 17:35:05 1994 Stan Shebs (shebs@andros.cygnus.com)
20048
20049 * config.sub (sparclitefrw, sparclitefrwcompat): Don't set the os.
20050
20051Thu May 5 20:06:45 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20052
6599da04
JM
20053 * configure.in (appdirs): New variable. Currently empty, but will
20054 be used in gas distribution. If nonempty, lists a set of
20055 directories at least one of which must get configured, or top
20056 level configuration is considered to have failed.
20057 (rs6000-*-lynxos*): Use new file name.
20058
20059Thu May 5 13:38:36 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20060
20061 Eliminate XTRAFLAGS.
20062 * Makefile.in (CC_FOR_TARGET): If newlib exists, refer to the
20063 newlib include files using -idirafter, and also use -nostdinc.
20064 (CXX_FOR_TARGET): Likewise.
20065 (XTRAFLAGS): Removed.
20066 (BASE_FLAGS_TO_PASS): Remove XTRAFLAGS_FOR_TARGET.
20067 (EXTRA_HOST_FLAGS): Remove XTRAFLAGS.
20068 (EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): Likewise.
20069 ($(DO_X)): Don't pass down XTRAFLAGS.
20070
20071Thu May 5 00:16:36 1994 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20072
20073 * configure.in (mips*-dec-bsd*): New target; do build linker.
20074 (mips*-*-bsd*): New target; don't build linker.
20075
20076Wed May 4 20:10:10 1994 D. V. Henkel-Wallace (gumby@cygnus.com)
20077
20078 * configure.in: support rs6000-*-lynxos* configuration.
20079 support sunos4 as a cross target.
20080
20081 * config.sub: look for lynx*, not lynx since the OS version may
20082 legitimately be part of the name.
20083
20084Tue May 3 21:48:11 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20085
20086 * configure.in (i[34]86-*-sco*): Move to be with other i386
20087 targets.
20088 (romp-*-*): New target. Skip various binary utilities.
20089 (vax-*-*): New target. Don't build newlib.
20090 (vax-*-vms): Renamed from *-*-vms. Don't build opcodes or newlib.
20091
20092Thu Apr 28 15:03:05 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20093
20094 * configure.in: Only set host_makefile_frag if config
20095 directory exists.
20096
20097Wed Apr 27 12:14:30 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20098
20099 * install.sh: If $dstdir exists, don't check whether each
20100 component does.
20101
20102Tue Apr 26 18:11:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20103
20104 * test-build.mk (HOLES): Add sleep; used by rcs/src/conf.sh.
20105
20106Mon Apr 25 15:06:34 1994 Stan Shebs (shebs@andros.cygnus.com)
20107
3b75d237
AJ
20108 * configure.in (*-*-lynxos*): Don't configure newlib for either
20109 native or cross Lynx.
6599da04
JM
20110
20111Sat Apr 16 11:58:16 1994 Doug Evans (dje@canuck.cygnus.com)
20112
20113 * config.sub (sparc64-elf): Fix os.
20114 (z8k): Remove duplicate.
20115
20116Thu Apr 14 23:33:17 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20117
20118 * Makefile.in (gcc-no-fixedincludes): Touch gcc/include/fixed, not
20119 gcc/stmp-fixproto, to try to prevent fixproto from being run.
20120
20121Wed Apr 13 15:14:52 1994 Bill Cox (bill@cygnus.com)
20122
20123 * configure: Make file links cleanly even if Lynx fails on
3d3b561f 20124 an NFS symlink (at least fail cleanly).
6599da04
JM
20125
20126Mon Apr 11 10:58:56 1994 Jim Wilson (wilson@sphagnum.cygnus.com)
20127
20128 * test-build.mk (CC): For mips-sgi-irix4, change -XNh1500 to
20129 -XNh2000.
20130
20131Sat Apr 9 15:10:45 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20132
20133 * configure: Unknown options are fatal again.
20134
20135Fri Apr 8 12:01:41 1994 David J. Mackenzie (djm@cygnus.com)
20136
20137 * configure: Ignore --x-includes and --x-libraries, for Autoconf
4e81ae98 20138 compatibility.
6599da04
JM
20139
20140Thu Apr 7 17:31:43 1994 Doug Evans (dje@canuck.cygnus.com)
20141
20142 * build-all.mk: Add `clean' target.
20143
20144Wed Apr 6 20:44:56 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20145
20146 * config.guess: Add SINIX support.
20147 * configure.in: Add mips-*-sysv4* support.
20148
20149Mon Apr 4 17:41:44 1994 Doug Evans (dje@canuck.cygnus.com)
20150
20151 * build-all.mk: Document all useful targets.
20152 If canonhost is sparc-sun-solaris2.3, change it to sparc-sun-solaris2.
20153 If canonhost is mips-sgi-irix4.0.5H, change it to mips-sgi-irix4.
20154
20155Thu Mar 31 04:55:57 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20156
20157 * configure: Support --silent, --quiet.
20158
20159Wed Mar 30 21:37:38 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20160
20161 * configure: Support --disable-FEATURE.
20162
20163Tue Mar 29 19:15:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20164
20165 * config.guess: Recognize NCR running SVR4.3.
20166
20167Mon Mar 28 14:55:15 1994 Per Bothner (bothner@kalessin.cygnus.com)
20168
20169 * config.guess: Make BSDI generate i386-unknown-bsd386.
20170 Patch from Paul Eggert <eggert@twinsun.com>.
20171
20172Mon Mar 28 12:54:52 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20173
20174 * configure.in (powerpc-*-aix*): Treat like rs6000-*-*.
20175
20176Sat Mar 26 11:25:48 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20177
20178 * configure: Make unrecognized options give nonfatal warnings
20179 instead of fatal errors, and pass them to any subdirectory
20180 configures in case they recognize them.
20181 Make --x equivalent to --with-x.
20182
20183Fri Mar 25 21:52:10 1994 David J. Mackenzie (djm@rtl.cygnus.com)
20184
20185 * configure: Add --enable-* options. Clean up usage message and
20186 some comments.
20187
20188Thu Mar 24 09:12:53 1994 Doug Evans (dje@canuck.cygnus.com)
20189
20190 * Makefile.in (NM_FOR_TARGET): Build tree version is now nm.new.
20191
20192Sun Mar 20 11:28:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20193
20194 * configure.in (hppa*-*-*): Enable binutils.
20195
20196Sat Mar 19 11:50:16 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20197
20198 * config.sub: Recognize cisco.
20199
20200Fri Mar 18 16:42:32 1994 Jason Merrill (jason@deneb.cygnus.com)
20201
20202 * Makefile.in (CXXFLAGS): Add -fexternal-templates.
20203
20204Tue Mar 15 11:25:55 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20205
20206 * config.guess: about target *-hitachi-hiuxwe2, don't print more
20207 than one configuration name. Add comment.
20208
20209Sun Mar 6 23:13:38 1994 Hisashi MINAMINO (minamino@sra.co.jp)
20210
20211 * config.guess: about target *-hitachi-hiuxwe2, fixed
20212 machine guessing order. [Hitachi's CPU_IS_HP_MC68K
20213 macro is incorrect.]
20214
20215Sun Mar 13 09:10:08 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20216
20217 * Makefile.in (TAGS): Just build TAGS in each subdirectory, rather
20218 than the "make ls" stuff which used to be here.
20219
20220Fri Mar 11 12:52:39 1994 Per Bothner (bothner@kalessin.cygnus.com)
20221
20222 * config.guess: Recognize i[34]86-unknown-freebsd.
20223 From Shawn M Carey <smcarey@rodan.syr.edu>.
20224
20225Thu Mar 3 14:24:21 1994 Per Bothner (bothner@kalessin.cygnus.com)
20226
20227 * configure.in (noconfigdirs for alpha): Remove libg++ and libio.
20228
20229Wed Mar 2 13:28:48 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
20230
20231 * config.guess: Check for ptx.
20232
20233Mon Feb 28 16:46:50 1994 Kung Hsu (kung@mexican.cygnus.com)
20234
20235 * config.sub: Add os9k checking.
20236
20237Thu Feb 24 07:09:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20238
20239 * config.guess: Handle OSF1 running on HPPA processors
20240
20241Fri Feb 18 14:14:00 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20242
20243 * configure: If subdir configure fails, print out a message with
20244 subdirectory name, in case subdir's configure code didn't identify
20245 itself.
20246
20247Fri Feb 18 12:50:15 1994 Doug Evans (dje@cygnus.com)
20248
20249 * configure.in: Remove embedded newlines from configdirs.
20250 Avoid mismatches of substrings. Fix matching strings at end
20251 of configdirs.
20252
20253Fri Feb 11 15:33:33 1994 Stu Grossman (grossman at cygnus.com)
20254
20255 * config.guess: Add Lynx/rs6000 config support.
20256
20257Tue Feb 8 13:41:09 1994 Ken Raeburn (raeburn@rtl.cygnus.com)
20258
20259 * configure.in (alpha-dec-osf1*, alpha*-*-*): Build gas.
20260
20261Mon Feb 7 15:42:36 1994 Jeffrey A. Law (law@cygnus.com)
20262
20263 * configure.in (hppa*-*-osf*): Treat this just like most other
20264 PA configurations (eg no binutils or ld).
20265 (hppa*-*-*elf*): These configurations have binutils and ld.
20266
20267Sun Feb 6 16:35:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20268
20269 * config.sub (hiux): Fix typo. From m-kasahr@sramhc.sra.co.JP.
20270
20271Sat Feb 5 01:00:33 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20272
20273 * configure.in (rs6000-*-*): Build gas.
20274
20275Wed Feb 2 13:57:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
20276
e490616e 20277 * Makefile.in: Avoid bug in losing hpux sed.
6599da04
JM
20278
20279Wed Feb 2 14:53:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
20280
20281 * Makefile.in, test-build.mk: Remove MUNCH_NM; it was only needed
20282 for GDB and GDB has been fixed to not need it.
20283
6599da04
JM
20284Sun Jan 30 17:58:06 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20285
20286 * config.guess: Recognize vax hosts.
20287
20288Fri Jan 28 15:29:38 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20289
20290 * configure (while loop): Don't use "break 2" inside case
20291 statement -- the case statement isn't an enclosing loop.
20292
20293Mon Jan 24 18:40:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
20294
20295 * config.guess: Clean up NeXT support, to allow nextstep
20296 on Intel machines. Make OS be nextstep.
20297
20298Sun Jan 23 18:47:22 1994 Richard Kenner (kenner@vlsi1.ultra.nyu.edu)
20299
20300 * config.guess: Add alternate forms for Convex.
20301
20302Thu Jan 20 16:13:41 1994 Stu Grossman (grossman at cygnus.com)
20303
20304 * configure: Completely rewrite option processing. Take
20305 advantage of pattern-matching to avoid invoking test frequently.
20306 Also clean up host and target defaulting logic.
20307
20308Mon Jan 17 15:06:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
20309
20310 * Makefile.in: Replace all occurrances of "rootme" with "r" and
20311 "$${rootme}" with "$$r", to increase the likelihood that the do-*
20312 commands (plus user environment) will fit SCO limits.
20313
20314Thu Jan 6 11:20:57 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20315
20316 * configure.in: Don't issue warnings about directories which are
20317 not being configured if -norecursion is set. Correct test for
20318 --with-gnu-as and --with-gnu-ld to not get confused by substring
20319 matches.
20320
20321 * configure.in: Don't build gas for alpha-dec-osf1*.
20322
20323Tue Jan 4 17:10:19 1994 Stu Grossman (grossman at cygnus.com)
20324
20325 * configure: Back out Per's change of 12/19/1993. It changes the
20326 behavior of configure in unexpected and confusing ways.
20327
20328 Also, use different delim char when calculating
20329 program_transform_name so that the name can contain slashes.
20330
20331Sat Jan 1 13:45:31 1994 Rob Savoye (rob@darkstar.cygnus.com)
20332
20333 * configure.in, config.sub: Add support for VSTa micro-kernel.
20334
20335Sat Dec 25 20:00:47 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
20336
20337 * configure.in: Nuke hacks which were used to get a special
20338 version of GAS for HPPA configurations.
20339
20340Sun Dec 19 20:40:44 1993 Per Bothner (bothner@kalessin.cygnus.com)
20341
20342 * configure: If only ${target_alias} is given, use that
20343 as the default for ${host_alias}.
20344 * configure: Add missing back-slashes before nested quotes.
20345
20346Wed Dec 15 18:07:18 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20347
20348 * Makefile.in (BASE_FLAGS_TO_PASS): add YACC=$(BISON)
20349
20350Tue Dec 14 21:25:33 1993 Per Bothner (bothner@cygnus.com)
20351
20352 * config.guess: Recognize some Tektronix configurations.
20353 From Kaveh R. Ghazi <ghazi@noc.rutgers.edu>.
20354
20355Sat Dec 11 11:18:00 1993 Steve Chamberlain (sac@thepub.cygnus.com)
20356
20357 * config.sub: Match any flavor of SH.
20358
20359Thu Dec 2 17:16:58 1993 Ken Raeburn (raeburn@cujo.cygnus.com)
20360
20361 * configure.in: Don't try to configure newlib for Alpha.
20362
20363Thu Dec 2 14:35:54 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20364
20365 * configure.in: Don't build ld for Irix 5. Don't build gas,
20366 libg++ or libio for any Alpha target.
20367
20368 * configure.in (mips*-sgi-irix5*): New target; use mh-irix5.
6599da04
JM
20369
20370Wed Dec 1 17:00:33 1993 Jason Merrill (jason@deneb.cygnus.com)
20371
20372 * Makefile.in (GZIPPROG): Renamed from GZIP, which gzip uses for
20373 default arguments -- so it tried to compress itself.
20374
20375Tue Nov 30 13:45:15 1993 david d `zoo' zuhn (zoo@andros.cygnus.com)
20376
20377 * configure.in (notsupp): ensure that a space is always at the end
3d3b561f 20378 of the configdirs list, since the grep checks for an explicit space
6599da04
JM
20379
20380Tue Nov 16 15:04:27 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20381
20382 * configure.in (target i386-sysv4.2): don't build ld, since static
3d3b561f 20383 versions of many libraries are not available.
6599da04
JM
20384
20385Tue Nov 16 14:28:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20386
20387 * config.guess: Recognize Apollos (using environment variables).
20388 * configure.in: Don't configure ld, binutils, or gprof for Apollo.
20389
20390Thu Nov 11 12:03:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20391
20392 * config.guess: Recognize Sony news mips running newsos.
20393
20394Wed Nov 10 16:57:00 1993 Mark Eichin (eichin@cygnus.com)
20395
20396 * Makefile.in (all-cygnus, build-cygnus): "fi else" needs to be
20397 "fi ; else" for bash.
20398
20399Tue Nov 9 15:54:01 1993 Mark Eichin (eichin@cygnus.com)
20400
20401 * Makefile.in (BASE_FLAGS_TO_PASS): pass SHELL.
20402
20403Fri Nov 5 08:07:27 1993 D. V. Henkel-Wallace (gumby@blues.cygnus.com)
20404
20405 * config.sub: accept unixware as an alias for svr4.2.
20406 Fix some inconsistancies with the gcc version.
20407
20408Fri Nov 5 15:14:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20409
20410 * Makefile.in (DISTDOCDIRS): Add gdb.
20411
20412Fri Nov 5 11:59:42 1993 Per Bothner (bothner@kalessin.cygnus.com)
20413
20414 * Makefile.in (DISTDOCDIRS): Add libg++ and libio.
20415
20416Fri Nov 5 10:35:05 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20417
20418 * Makefile.in (taz): Only build "info" in DISTDOCDIRS.
20419 (DISTDOCDIRS): Don't assume libg++ and gdb folks necessarily want
20420 this now.
20421
20422Thu Nov 4 18:58:23 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20423
20424 * config.sub: Accept hiux* as an OS name.
20425
20426 * Makefile.in: Change RUNTEST_FLAGS back to RUNTESTFLAGS per
20427 etc/make-stds.texi. The underscore came from gcc, and dje now
20428 agrees that RUNTESTFLAGS is the correct name.
20429
20430Thu Nov 4 10:49:01 1993 Per Bothner (bothner@kalessin.cygnus.com)
20431
20432 * install.sh: Remove 'set -e'. It makes any conditionals
20433 in the script useless.
20434
20435 * config.guess: Automatically recognize arm-acorn-riscix
20436 Patch from Richard Earnshaw (rwe11@cl.cam.ac.uk).
20437
20438Thu Nov 04 08:08:04 1993 Jeffrey Wheat (cassidy@cygnus.com)
20439
20440 * Makefile.in: Change RUNTESTFLAGS to RUNTEST_FLAGS
20441
20442Wed Nov 3 22:09:46 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20443
20444 * Makefile.in (DISTDOCDIRS): New variable.
20445 (taz): Edit local Makefile.in sooner, instead of proto-toplev
4e81ae98 20446 Makefile.in later. Build "info" and "dvi" in DISTDOCDIRS.
6599da04
JM
20447
20448Wed Nov 3 21:31:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20449
20450 * configure.in (hppa target): check the source directory for the
3d3b561f 20451 pagas sub-directory
6599da04
JM
20452
20453Wed Nov 3 11:12:22 1993 Doug Evans (dje@canuck.cygnus.com)
20454
20455 * config.sub: Allow -aout* and -elf*.
20456
20457Wed Nov 3 11:08:33 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20458
20459 * configure.in: Don't build ld on i386-solaris2, same as for
20460 sparc-solaris2.
20461
20462Tue Nov 2 14:21:25 1993 Per Bothner (bothner@kalessin.cygnus.com)
20463
20464 * Makefile.in (taz): Add texinfo/lgpl.texinfo (for libg++).
20465
20466Tue Nov 2 13:38:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20467
20468 * configure.in: Configure gdb for alpha.
20469
20470Mon Nov 1 10:42:54 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20471
20472 * Makefile.in (CXXFLAGS): Add -O.
20473
20474Wed Oct 27 10:45:06 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20475
20476 * config.guess: added support for DG Aviion
20477
20478Tue Oct 26 14:37:37 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20479
20480 * configure.in: Produce warning message for subdirectories not
20481 configurable for this host/target combination. Don't try to
20482 configure gdb for vms.
20483
20484Mon Oct 25 11:22:15 1993 Ken Raeburn (raeburn@rover.cygnus.com)
20485
20486 * Makefile.in (taz): Replace "byacc" with "bison -y" in the
20487 appropriate files before making "diststuff".
20488 (DISTBISONFILES): New var: list of files to be edited.
20489 (DISTSTUFFDIRS): Add binutils.
20490
20491Fri Oct 22 20:32:15 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20492
20493 * config.sub: also handle mipsel and mips64el (for little endian mips)
20494
20495Fri Oct 22 07:59:20 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20496
20497 * configure.in: Add * to end of all OS names.
20498
20499Thu Oct 21 11:38:28 1993 Stan Shebs (shebs@rtl.cygnus.com)
20500
20501 * configure.in: Build newlib for LynxOS native.
20502
20503Wed Oct 20 09:56:12 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20504
20505 * config.guess: Add support for delta 88k running SVR3.
20506
20507 * configure.in: Add comment about HP compiler vs. emacs.
20508
20509Tue Oct 19 16:02:22 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20510
20511 * configure.in: don't build ld on solaris2 (not a viable option
3d3b561f 20512 due to bugs in getpwnam & getpwuid)
6599da04
JM
20513
20514Tue Oct 19 15:13:56 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
20515
20516 * configure.in: Accept alpha-dec-osf1*, not just -osf1, since
20517 config.guess will produce a full version number.
20518
20519Tue Oct 19 15:58:01 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20520
20521 * configure.in: Build linker and binutils for alpha-dec-osf1.
20522
20523Tue Oct 19 11:41:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20524
20525 * Makefile.in: Remove -O from CXXFLAGS for consistency with CFLAGS,
20526 and gdb/testsuite/Makefile.in.
20527
20528Sat Oct 9 18:39:07 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20529
20530 * configure.in: recognize mips*- instead of mips-
20531
20532Fri Oct 8 14:15:39 1993 Ken Raeburn (raeburn@cygnus.com)
20533
20534 * config.sub: Accept linux*coff and linux*elf as operating
20535 systems.
20536
20537Thu Oct 7 12:57:19 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20538
20539 * config.sub: Recognize mips64, and mips3 as an alias for it.
20540
20541Wed Oct 6 13:54:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
20542
20543 * configure.in: Remove alpha-dec-osf*, no longer necessary now that
20544 gdb knows how to handle OSF/1 shared libraries.
20545
20546Tue Oct 5 11:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20547
20548 * configure.in: Recognize hppa*-*-hiux* (currently synonym for hpux).
20549 * config.guess: Recognize Hitachi's HIUX.
20550 * config.sub: Recognize h3050r* and hppahitachi.
20551 Remove redundant cases for hp9k[23]*.
20552
20553Mon Oct 4 16:15:09 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20554
20555 * configure.in: default to '--with-gnu-as' and '--with-gnu-ld'
20556 if gas and ld are in the source tree and are in ${configdirs}.
20557 If ${use_gnu_as} or ${use_gnu_ld} are 'no', then don't set the
38e01259 20558 --with options (but still pass them down on the command line,
6599da04
JM
20559 if they were explicitly specified).
20560
20561Fri Sep 24 19:11:13 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20562
20563 * configure: substitute SHELL value in Makefile.in with
20564 ${CONFIG_SHELL}
20565
20566Thu Sep 23 18:05:13 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20567
20568 * configure.in: Build gas, ld, and binutils for *-*-sysv4* and
20569 *-*-solaris2* targets.
20570
20571Sun Sep 19 17:01:41 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20572
20573 * Makefile.in: define M4, and pass it down to sub-makes;
20574 all-autoconf now depends on all-m4
20575
20576Sat Sep 18 00:38:23 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20577
20578 * Makefile.in ({AR,RANLIB}_FOR_TARGET): make contingent on
20579 presence of {ar,ranlib} instead of a configured directory
20580
20581Wed Sep 15 08:41:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
20582
20583 * config.guess: Accept 34?? as well as 33?? for NCR.
20584
20585Mon Sep 13 12:28:43 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20586
20587 * configure.in: grab mt-hppa for HPPA targets; use 'gas ' instead
20588 of 'gas' in sed commands, since 'gash' is now in the tree as well.
20589
20590Fri Sep 10 11:23:52 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20591
20592 * configure: grab values for $(CC) and $(CXX) from the
20593 environment, so that someone can do "CC=gcc configure; make" and
20594 have it work right (matching the way that autoconf works now)
20595
20596 * configure.in, Makefile.in: add support for gash, the tcl
20597 interface to Galaxy
20598
20599 * config.guess: add NetBSD variants (hp300, x86)
20600
20601Thu Sep 9 16:48:52 1993 Jason Merrill (jason@deneb.cygnus.com)
20602
20603 * install.sh: Support -d option (in the manner of SunOS 4 install,
20604 as it is more deterministic than that of GNU install)
20605 (chmodcmd): Set file to mode 755 by default (should also do default
20606 chgrp and chown, but I don't feel like dealing with that now)
20607
20608Tue Sep 7 11:59:39 1993 Doug Evans (dje@canuck.cygnus.com)
20609
20610 * config.sub: Remove h8300hhms alias.
20611
20612Tue Aug 31 11:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20613
20614 * configure.in: Match *-*-solaris2* not *-sun-solaris2*.
20615
20616Mon Aug 30 18:29:10 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20617
20618 * Makefile.in (gcc-no-fixedincludes): touch stmp-fixproto as well
20619 as stmp-fixinc
20620
20621Wed Aug 25 16:35:59 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20622
20623 * config.sub: recognize m88110-bug-coff.
20624
20625Tue Aug 24 10:23:24 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20626
20627 * Makefile.in (all-libio): all dependencies on the toolchain used
20628 to build this (gcc, gas, ld, etc)
20629
20630Fri Aug 20 17:24:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20631
20632 * config.guess: Deal with OSF/1 1.3 on alpha.
20633
20634Thu Aug 19 11:43:04 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20635
20636 * install.sh: add some 'else true' clauses for portability
20637
20638 * configure.in: don't build libio for h8[35]00-*-* targets
20639
20640Tue Aug 17 19:02:31 1993 Per Bothner (bothner@kalessin.cygnus.com)
20641
20642 * Makefile.in: Add support for new libio.
20643
20644Sun Aug 15 20:48:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20645
20646 * install.sh: If one command fails, don't try the rest. Don't try
20647 to remove $dsttmp (via trap) unless we have already created it.
20648 If $src doesn't exist, detect it and exit with an error.
20649
20650 * config.guess: Recognize BSD on hp300.
20651
20652Wed Aug 11 18:35:13 1993 Per Bothner (bothner@kalessin.cygnus.com)
20653
20654 * config.guess: Map (9000/[34]??:HP-UX:*:*) to m68k-hp-hpux.
20655 Bug report from "Hamish (H.I.) Macdonald" <hamish@bnr.ca>.
20656
20657Wed Aug 11 15:37:51 1993 Jason Merrill (jason@deneb.cygnus.com)
20658
20659 * Makefile.in (all-send-pr): depends on all-prms
20660
20661Wed Aug 11 16:56:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20662
20663 * config.guess: Fix typo (9000/8??:4.3bsd -> 9000/7??:4.3bsd).
20664
20665Fri Aug 6 14:45:02 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
20666
20667 * config.guess: From michael@mercury.cs.mun.ca (Michael Rendell):
20668 Added test for mips-mips-riscos5.
20669
20670Thu Aug 5 15:45:08 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20671
20672 * configure.in: use mh-hp300 for 68k HP hosts
20673
20674Mon Aug 2 11:56:53 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20675
20676 * configure: add support for CONFIG_SHELL, so that you can use
20677 some alternate shell for evaluating configure scripts
20678
20679Sun Aug 1 11:36:27 1993 Fred Fish (fnf@deneb.cygnus.com)
20680
20681 * Makefile.in (make-gdb.tar.gz): Sed bug reporting address
20682 in configure script to bug-gdb@prep.ai.mit.edu when building
20683 distribution archive.
20684 * Makefile.in (COMPRESS): Remove def.
20685 * Makefile.in (gdb.tar.gz, make-gdb.tar.gz): Renamed from
20686 gdb.tar.Z and make-gdb.tar.Z respectively.
20687 * Makefile.in (make-gdb.tar.gz): Now only build gzip'd archive.
20688 * Makefile.in (make-gdb.tar.gz): Minor changes to move closer
20689 to convergence with 'taz' target in Makefile.in.
20690
20691Fri Jul 30 12:34:57 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20692
20693 * install.sh (dsttmp): use trap to ensure that tmp files go
20694 away on error conditions
20695
20696Wed Jul 28 11:57:36 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20697
20698 * Makefile.in (BASE_FLAGS_TO_PASS): remove LOADLIBES
20699
20700Tue Jul 27 12:43:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20701
20702 * Makefile.in (install-dirs): Deal with a prefix like /gnu;
20703 its parent is '/' not ''.
20704
20705 * Makefile.in (DEVO_SUPPORT): Add comments about ChangeLog.
20706
20707Fri Jul 23 09:53:37 1993 Jason Merrill (jason@wahini.cygnus.com)
20708
20709 * configure: if ${newsrcdir}/configure doesn't exist, don't assume
20710 that ${newsrcdir}/configure.in does.
20711
20712Tue Jul 20 11:28:50 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
20713
20714 * test-build.mk: support for CONFIG_SHELL
20715
20716Mon Jul 19 21:54:46 1993 Fred Fish (fnf@deneb.cygnus.com)
20717
20718 * config.sub (netware): Add as a basic system type.
20719
20720Wed Jul 14 12:03:11 1993 K. Richard Pixley (rich@sendai.cygnus.com)
20721
20722 * Makefile.in (Makefile): depend on configure.in. Also drop the
3d3b561f 20723 $(srcdir)/ from the dependency on Makefile.in.
6599da04
JM
20724
20725Tue Jul 13 20:10:58 1993 Doug Evans (dje@canuck.cygnus.com)
20726
20727 * config.sub: Recognize h8300hhms as h8300h-hitachi-hms.
20728 (h8300hhms is temporary until multi-libraries are implemented).
20729 * configure.in: Handle h8300h too.
20730
20731Sun Jul 11 17:35:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20732
20733 * config.guess: Recognize dpx/2 as m68k-bull-sysv3.
20734
20735Thu Jul 8 18:26:12 1993 John Gilmore (gnu@cygnus.com)
20736
20737 * configure: Remove extraneous output when guessing host type.
20738 * config.guess: Remove extraneous output when guessing using C
20739 compiler rather than uname, or when guessing fails.
20740
20741Wed Jul 7 17:58:14 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
20742
20743 * Makefile.in: remove all.cross and install.cross targets
20744
20745 * configure: remove CROSS=-DCROSS_COMPILE and ALL=all.cross
3d3b561f 20746 definitions
6599da04
JM
20747
20748Tue Jul 6 10:39:44 1993 Steve Chamberlain (sac@phydeaux.cygnus.com)
20749
20750 * configure.in (target sh): Build gprof.
20751
20752Thu Jul 1 16:52:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20753
20754 * config.sub: change -solaris to -solaris2
20755
20756Thu Jul 1 15:46:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20757
20758 * configure.in: Use config/mh-riscos for mips-*-sysv*.
20759
20760Wed Jun 30 09:31:58 1993 Ian Lance Taylor (ian@cygnus.com)
20761
20762 * configure: Correct error message for missing Makefile.in to
20763 print correct directory.
20764
20765Tue Jun 29 13:52:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20766
20767 * install.sh: kludge around 386BSD shell bug
20768
20769Tue Jun 29 13:06:49 1993 Per Bothner (bothner@rtl.cygnus.com)
20770
20771 * config.guess: Recognize NeXT.
20772 * config.guess: Recognize i486-ncr-sysv4.
20773 * Makefile.in (taz): rm $(TOOL)-$$VER before linking.
20774
20775Tue Jun 29 12:50:57 1993 Ian Lance Taylor (ian@cygnus.com)
20776
20777 * Makefile.in (MAKEINFOFLAGS): New variable.
20778 (FLAGS_TO_PASS): Pass MAKEINFO as MAKEINFO MAKEINFOFLAGS.
20779 * build-all.mk, test-build.mk: Pass down --no-split as
20780 MAKEINFOFLAGS when hosted on DOS. Compile DOS hosted without -g.
20781
20782Thu Jun 24 13:39:11 1993 Per Bothner (bothner@rtl.cygnus.com)
20783
20784 * Makefile.in (DEVO_SUPPORT): Add COPYING COPYING.LIB install.sh.
20785
20786Wed Jun 23 12:59:21 1993 Per Bothner (bothner@rtl.cygnus.com)
20787
20788 * Makefile.in (libg++.tar.z): New rule.
20789 * Makefile.in (taz): Replace 'configure -rm' by 'make distclean'.
20790 * Makefile.in (taz): Only do a single chmod.
20791
20792Fri Jun 18 12:03:10 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20793
20794 * install.sh: don't use dirname anymore (replaced with sed usage)
20795
20796Thu Jun 17 18:43:42 1993 Fred Fish (fnf@cygnus.com)
20797
20798 * Makefile.in: Change extension for gzip'd files from '.z' to
20799 '.gz' per new FSF standard usage.
20800
20801Thu Jun 17 16:58:50 1993 david d `zoo' zuhn (zoo at majipoor.cygnus.com)
20802
20803 * configure: put quotes around the final value of program_transform_name
20804
20805Tue Jun 15 16:48:51 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20806
20807 * Makefile.in: new install.sh support; update install-info rules
20808
20809Wed Jun 9 12:31:34 1993 Ian Lance Taylor (ian@cygnus.com)
20810
20811 * configure.in: Build diff for crosses, but not for go32 host.
20812
20813 * configure.in: Build gprof only for native, and don't build it
20814 for mips-*-*, rs6000-*-*, or i[34]86-*-sco*.
20815
20816Mon Jun 7 13:12:11 1993 david d `zoo' zuhn (zoo at deneb.cygnus.com)
20817
20818 * configure.in: don't build gas,ld,binutils on for *-*-sysv4
20819
20820Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20821
20822 * configure.in (host_tools): Add prms.
20823
20824Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20825
20826 * Makefile.in: install gcc, do installation of $(INSTALL_MODULES)
20827 with $(FLAGS_TO_PASS) on the command line
20828
20829 * config.sub: Recognize lynx and lynxos
20830
20831Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com)
20832
20833 * config.sub: Accept -ecoff*, not just -ecoff.
20834
20835Thu Jun 3 17:38:54 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20836
20837 * Makefile.in (taz): Use .gz suffix instead of .z.
20838 (binutils.tar.gz, gas+binutils.tar.gz, gas.tar.gz): Fixed target
20839 names.
20840
20841Thu Jun 3 00:27:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20842
20843 * Makefile.in (vault-install): add an 'else true' (for Ultrix)
20844
20845Wed Jun 2 18:19:16 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20846
20847 * Makefile.in (install-no-fixedincludes): install gcc last, so
20848 that rebuilds that might happen during 'make install' don't get
20849 bogus gcc include files
20850
20851Wed Jun 2 16:14:10 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20852
20853 Change from Utah for HPPA support:
20854 * config.guess: Recognize hppa1.x-hp-bsd.
20855
20856Wed Jun 2 11:53:33 1993 Per Bothner (bothner@rtl.cygnus.com)
20857
20858 * config.guess: Add support for Motorola Delta 68k, up to r3v7.
20859 Patch from pot@fly.cnuce.cnr.it (Francesco Potorti`).
20860
20861Tue Jun 1 17:48:42 1993 Rob Savoye (rob at darkstar.cygnus.com)
20862
20863 * config.sub: Add support for rom68k and bug boot monitors.
20864
20865Mon May 31 09:36:37 1993 Jim Kingdon (kingdon@cygnus.com)
20866
20867 * Makefile.in: Make all-opcodes depend on all-bfd.
20868
20869Thu May 27 08:05:31 1993 Ian Lance Taylor (ian@cygnus.com)
20870
20871 * config.guess: Added special check for i[34]86-univel-sysv4*.
20872
20873Wed May 26 16:33:40 1993 Ian Lance Taylor (ian@cygnus.com)
20874
20875 * config.guess: For i[34]86-unknown-sysv4 use UNAME_MACHINE for
20876 the processor rather than assuming i486.
20877
20878Wed May 26 09:40:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
20879
20880 * config.guess: Recognize SunOS6 as Solaris3.
20881
20882Tue May 25 23:03:11 1993 Per Bothner (bothner@cygnus.com)
20883
20884 * config.guess: Fix typo. Avoid #elif (not in K&R 1).
20885 Recognize SunOS 5.* only (and not [6-9].*) as being Solaris2.
20886
20887Tue May 25 12:44:18 1993 Ian Lance Taylor (ian@cygnus.com)
20888
20889 * build-all.mk (all-cross): New target for Canadian Cross.
20890 Added Q2 go32 targets.
20891 * test-build.mk: Configure go32 cross sparclite-aout and
20892 mips-idt-ecoff -with-gnu-ld. Moved build binary directory from
20893 PARTIAL_HOLE_DIRS to BUILD_HOLES_DIRS.
20894
20895Mon May 24 15:30:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20896
20897 * configure.in: fix Alpha GDB typo; also, don't build DejaGnu for
20898 GO32 hosted toolchains
20899
20900Mon May 24 14:18:41 1993 Rob Savoye (rob at darkstar.cygnus.com)
20901
20902 * configure: change so "-exec-prefix" gets passed down rather
20903 than "-exec_prefix" so autoconf generated Makefiles get the
20904 exec_prefix set right.
20905
20906Fri May 21 10:42:25 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20907
20908 * config.guess: get the Solaris2 minor version number
20909
20910 * Makefile.in: add standards.texi and make-stds.texi to ETC_SUPPORT
20911
20912Fri May 21 06:20:52 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
20913
20914 * config.guess: Recognize some Sequent platforms.
20915
20916Thu May 20 14:33:48 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20917
20918 * Makefile.in: added the vault-install target
20919
20920 * configure.in: actually use the Sun3 makefile fragment that's in
20921 config, also added the release dir to configdirs
20922
20923Thu May 20 14:19:18 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
20924
20925 * Makefile.in (taz): Fix modes on stuff in $(TOOL) dir also.
20926
20927Tue May 18 20:26:41 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20928
20929 * configure.in: remove some program from Alpha targetted toolchains
20930
20931Tue May 18 15:23:19 1993 Ken Raeburn (raeburn@cygnus.com)
20932
20933 * Makefile.in (DISTSTUFFDIRS): Renamed from PROTODIRS. Add ld and
20934 gprof.
20935 (taz): Run "make diststuff" in those directories instead of "make
20936 proto-dir". Look for "VERSION=" only at start of line in subdir
20937 Makefile. Use "gzip -9" for compression.
20938 (TEXINFO_SUPPORT, DIST_SUPPORT, BINUTILS_SUPPORT_DIRS): New vars.
20939 (binutils.tar.z): New target.
20940
20941Mon May 17 17:01:15 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20942
20943 * Makefile.in (taz): Include gpl.texinfo.
20944
20945Fri May 14 06:48:38 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20946
20947 * Makefile.in (setup-dirs): Merged into "taz" target.
20948 (taz): Only do `proto-dir' stuff if a directory is actually needed
20949 for this target.
20950
20951Wed May 12 13:09:44 1993 Ian Lance Taylor (ian@cygnus.com)
20952
20953 * Makefile.in (MUNCH_NM): New variable, defined to be $(NM).
20954 (FLAGS_TO_PASS): Pass down MUNCH_NM.
20955 (HOST_CC, HOST_PREFIX, HOST_PREFIX_1): New variables.
20956 (EXTRA_GCC_FLAGS): Pass down HOST_* variables.
20957 (gcc-no-fixedincludes): Correct for current gcc Makefile.
20958
20959Tue May 11 10:14:25 1993 Fred Fish (fnf@cygnus.com)
20960
20961 * Makefile.in (make-gdb.tar.Z): Add configure, config.guess,
20962 config.sub, and move-if-change to gdb testsuite distribution
20963 archive, so the testsuite can be extracted, configured, and
20964 run separately from the gdb distribution. Blow away the Chill
20965 tests that require a Chill compiled executable, since GNU Chill
20966 is not yet publically available.
20967
20968Mon May 10 17:22:26 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
20969
20970 * test-build.mk: set environment variables in a single command,
20971 instead of a list of assignments and exports
20972
20973 * config.guess: recognize Alpha/OSF1 systems
20974
20975Mon May 10 14:55:51 1993 K. Richard Pixley (rich@rtl.cygnus.com)
20976
20977 * configure: Change help message to prefer --options rather than
3d3b561f 20978 -options.
6599da04
JM
20979
20980Mon May 10 05:58:35 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
20981
20982 * config.sub: Convergent Tech. "miniframe" uses m68010, sez
20983 zippy@ecst.csuchico.edu.
20984 * config.guess: Recognize miniframe.
20985
20986Sun May 9 17:47:57 1993 Rob Savoye (rob at darkstar.cygnus.com)
20987
cc6010cd
AP
20988 * Makefile.in: Use srcroot to find runtest rather than rootme.
20989 Pass RUNTESTFLAGS and EXPECT down in BASE_FLAGS_TO_PASS.
6599da04
JM
20990
20991Fri May 7 14:55:59 1993 Ian Lance Taylor (ian@cygnus.com)
20992
20993 * test-build.mk: Extensive additions to support building on a
20994 machine other than the host.
20995
20996Wed May 5 08:35:04 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
20997
20998 * configure (tooldir): Fix for i386-aix again.
20999
21000Mon May 3 19:00:27 1993 Per Bothner (bothner@cygnus.com)
21001
21002 * configure, Makefile.in: Change definition of $(tooldir)
21003 to match the FSF.
21004
21005Fri Apr 30 15:55:21 1993 Fred Fish (fnf@cygnus.com)
21006
21007 * config.guess: Recognize i[34]86/SVR4.
21008
21009Fri Apr 30 15:52:46 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21010
21011 * Makefile.in (all-gdb): gdb depends on sim.
21012
21013Thu Apr 29 23:30:48 1993 Fred Fish (fnf@cygnus.com)
21014
21015 * Makefile.in (gdb.tar.Z): Make prototype gdb testsuite directory
21016 at the same time we make the prototype gdb directory.
21017 * Makefile.in (make-gdb.tar.Z): Make the testsuite distribution
21018 files at the same time as the gdb base release distribution.
21019
21020Thu Apr 29 12:50:37 1993 Ian Lance Taylor (ian@cygnus.com)
21021
21022 * Makefile.in (check): Use individual check targets rather than
21023 DO_X rule.
21024 (check-gcc): Added.
21025
21026Thu Apr 29 09:50:07 1993 Jim Kingdon (kingdon@cygnus.com)
21027
21028 * config.sub: Use sysv3.2 not sysv32 for canonical OS
21029 for System V release 3.2.
21030
21031Thu Apr 29 10:33:22 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21032
21033 * config.sub: Recognize hppaosf.
21034 * configure.in: Do configure ld/binutils/gas for it.
21035
21036Tue Apr 27 06:25:34 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21037
21038 * configure (tooldir): Alter syntax used to set this, for systems
21039 where "\$" isn't handled right, like i386-aix.
21040
21041Thu Apr 22 08:17:35 1993 Ian Lance Taylor (ian@cygnus.com)
21042
21043 * configure: Pass program-transform-name, not
21044 program_transform_name, to recursive configures.
21045
21046Thu Apr 22 02:58:21 1993 Ken Raeburn (raeburn@cygnus.com)
21047
21048 * Makefile.in (gas+binutils.tar.z): New rule for building snapshots
21049 of gas+ld+binutils.
21050
21051Mon Apr 19 17:41:30 1993 Per Bothner (bothner@cygnus.com)
21052
21053 * config.guess: Recognize AIX3.2 as distinct from 3.1.
21054
21055Sat Apr 17 17:19:50 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21056
21057 * configure.in: rename m88k-motorola-m88kbcs to m88k-motorola-sysv
21058
6599da04
JM
21059Tue Apr 13 16:52:16 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21060
21061 * Makefile.in (PRMS): Set back to all-prms.
21062
21063Sat Apr 10 12:04:07 1993 Ian Lance Taylor (ian@cygnus.com)
21064
21065 * test-build.mk: Pass -with-gnu-as for known MIPS native and MIPS
21066 targets, rather than for MIPS hosts.
21067
21068Fri Apr 9 13:51:06 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21069
21070 * configure.in: add comment for --with-x default values
21071
21072 * config.guess: handle Motorola Delta88 box for SVR3 and SVR4.
21073
21074 * Makefile.in: add check-* targets for each of the directories in
21075 the tree. Add a definition of RUNTEST that will use the one we
21076 just built, if it exists. Pass this down via FLAGS_TO_PASS.
21077
21078Thu Apr 8 09:21:30 1993 Ian Lance Taylor (ian@cygnus.com)
21079
21080 * configure.in: Removed obsolete references to bfd_target and
21081 target_makefile_frag.
21082
21083 * build-all.mk: Set assorted targets for Q2.
21084 * config.sub: Recognize z8k-sim and h8300-hms.
21085 * test-build.mk: Really don't pass host to configure.
21086 (HOLES): Added uname.
21087
21088Wed Apr 7 15:48:19 1993 Ian Lance Taylor (ian@cygnus.com)
21089
21090 * configure: Handle an empty program-prefix, program-suffix or
21091 program-transform-name correctly.
21092
21093Tue Apr 6 13:48:41 1993 Ian Lance Taylor (ian@cygnus.com)
21094
21095 * build-all.mk: -G 8 no longer required for MIPS targets.
21096 * test-build.mk: Don't pass host argument to configure; make it
21097 guess.
21098
21099Tue Apr 6 10:36:53 1993 Fred Fish (fnf@cygnus.com)
21100
21101 * Makefile.in (gdb.tar.Z): Fix for building gzip'd distribution.
21102 * Makefile.in (COMPRESS): New macro, like GZIP.
21103
21104Fri Apr 2 09:02:31 1993 Ian Lance Taylor (ian@cygnus.com)
21105
21106 * test-build.mk: Use -with-gnu-as for mips-sgi-irix4 as well.
21107
21108 * build-all.mk: Set GCC to gcc -O -G 8 for MIPS targets, since gcc
21109 with gas currently defaults to -G 0.
21110
21111Thu Apr 1 08:25:42 1993 Ian Lance Taylor (ian@cygnus.com)
21112
21113 * Makefile.in (all-flex): flex depends on byacc.
21114
21115 * build-all.mk: If host not specified, use config.guess. Pass TAG
21116 to test-build.mk as RELEASE_TAG.
21117 * test-build.mk (configargs): New variable containing arguments to
21118 pass to configure. Set to -with-gnu-as on mips-dec-ultrix.
21119 (FLAGS_TO_PASS): Pass down RELEASE_TAG.
21120
21121 * config.guess: Use /bin/uname when checking -X argument on SCO,
21122 to avoid invoking GNU uname which doesn't understand -X.
21123
21124 * test-build.mk: Don't use /usr/unsupported/bin/as on AIX.
21125
21126 * configure.in: Build gas for mips-*-*.
21127
21128Wed Mar 31 21:20:58 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21129
21130 * Makefile.in (all.normal): insert missing backslash.
21131
21132Wed Mar 31 12:31:56 1993 Ian Lance Taylor (ian@cygnus.com)
21133
731a8127 21134 * build-all.mk: Bump -XNh value to 1500 to match gcc requirements.
6599da04
JM
21135
21136 * Makefile.in: Complete overhaul to merge many almost identical
21137 targets.
21138
21139Tue Mar 30 20:17:01 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21140
21141 * Makefile.in (setup-dirs-gdb): Renamed from setup-dirs.
21142 (gdb.tar.Z): Adjusted.
21143
21144 * Makefile.in (setup-dirs, taz): New targets; should be general
21145 enough to adapt for gdb sometime. Build only .z file.
21146 (gas.tar.z): New target.
21147
21148Tue Mar 30 10:03:09 1993 Ian Lance Taylor (ian@cygnus.com)
21149
21150 * build-all.mk: Use CC=cc -Xs on Solaris.
21151
6599da04
JM
21152Thu Mar 25 15:14:30 1993 Fred Fish (fnf@cygnus.com)
21153
21154 * Makefile.in: Incorporate changes suggested by wilson@cygnus.com
21155 for handling BISON for FSF releases.
21156
21157Thu Mar 25 06:19:48 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
21158
21159 * configure: Actually implement the change zoo just documented.
21160
21161Wed Mar 24 13:02:44 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
21162
21163 * configure: when using config.guess, only set target_alias when
21164 it's not already been set (ie, on the command line)
21165
21166Mon Mar 22 23:07:39 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21167
21168 * Makefile.in: add installcheck target, set PRMS to install-prms
21169
21170Sun Mar 21 16:46:12 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21171
21172 * configure: add support for package_makefile_fragment, handle the
21173 case where a directory has a configure.in file but no Makefile.in
21174 more gracefully (with an actual understandable error message, even);
21175 add support for --without (and add this to the usage message); also
21176 explicitly add a --host=${host_alias} to the command line when
21177 config.guess is used
21178
21179Sun Mar 21 12:11:58 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21180
21181 * configure: Must use both --host and --target in recursive calls.
21182
21183Thu Mar 18 12:31:35 1993 Ian Lance Taylor (ian@cygnus.com)
21184
21185 * Makefile.in: Change deja-gnu to dejagnu.
21186
21187Mon Mar 15 15:44:35 1993 Ian Lance Taylor (ian@cygnus.com)
21188
21189 * configure.in (h8300-*-*, h8500-*-*): Don't build libg++.
21190
21191Fri Mar 12 18:30:14 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21192
21193 * configure.in: canonicalize all instances to *-*-solaris2*,
21194 also strip out a number of tools to not build for go32 host
21195
21196Wed Mar 10 12:08:27 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21197
21198 * config.guess: add GPL.
21199
21200 * Makefile.in, config.guess, config.sub, configure: bump
3d3b561f 21201 copyrights to 93.
6599da04
JM
21202
21203Wed Mar 10 07:12:48 1993 Ian Lance Taylor (ian@cygnus.com)
21204
21205 * Makefile.in (do-info): Removed obsolete check for existence of
21206 localenv file.
21207
21208 * Makefile.in (MAKEOVERRIDES): Define to be empty.
21209
21210Wed Mar 10 03:11:56 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21211
21212 * Makefile.in: a couple of 'else true' for decstation,
21213 support for TclX
21214
21215 * configure.in: configure tclX too; don't remove Tk on RS/6000 anymore
21216
21217Tue Mar 9 16:06:12 1993 K. Richard Pixley (rich@cygnus.com)
21218
21219 * Makefile.in (setup-dirs): change invocation of make to $(MAKE).
21220
21221Mon Mar 8 14:52:11 1993 Ken Raeburn (raeburn@cambridge)
21222
21223 * config.guess: Recognize i386-ibm-aix (PS/2).
21224 * configure.in: Use config/mh-aix386 file for it.
21225
21226Mon Mar 8 11:12:43 1993 Ian Lance Taylor (ian@cygnus.com)
21227
21228 * Makefile.in (GCC_FOR_TARGET): Eliminated definition; use
21229 CC_FOR_TARGET instead.
21230 (BASE_FLAGS_TO_PASS): Pass GCC_FOR_TARGET=$(CC_FOR_TARGET).
21231
21232Wed Mar 3 16:00:28 1993 Steve Chamberlain (sac@ok.cygnus.com)
21233
21234 * Makefile.in: Add sim to list of directories sent with gdb
21235
21236Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
21237
21238 * configure.in: Put back mips-dec-bsd* case.
21239
21240Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
21241
21242 (Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
21243 * configure.in (vax-*-ultrix2*): Add Ultrix 2.2 triplet.
21244 * config.guess: Change 'VAX*:ULTRIX:*:*' to 'VAX*:ULTRIX*:*:*'.
6599da04
JM
21245
21246Tue Mar 2 18:11:03 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21247
21248 * configure.in: remove no-op mips-dec-bsd* in "case $target"
21249
21250 * Makefile.in (dir.info): only run gen-info-dir if it exists,
21251 (install-info): install dir.info only if it exists,
21252 (all-expect, install-expect): pass along X11_FLAGS_TO_PASS
21253
21254Tue Mar 2 09:01:30 1993 Ken Raeburn (raeburn@cygnus.com)
21255
21256 * configure.in: For vms target, skip bfd, ld, binutils. Do build
21257 gas for mips-dec-bsd.
21258
21259Tue Mar 2 08:35:24 1993 Ian Lance Taylor (ian@cygnus.com)
21260
21261 * configure (makesrcdir): If ${srcdir} is relative and not ".",
21262 and ${subdir} is not ".", set makesrcdir based on ${invsubdir}.
21263
21264Tue Feb 23 14:18:28 1993 Mike Werner (mtw@poseidon.cygnus.com)
21265
21266 * configure.in: Added "dejagnu" to hosttools list.
21267
21268Mon Feb 22 23:28:38 1993 Per Bothner (bothner@rtl.cygnus.com)
21269
21270 * config.sub, configure.in, config.guess: Add support
21271 for Bosx, an AIX variant from Bull.
21272 Patches from F.Pierresteguy@frcl.bull.fr.
21273
21274Sun Feb 21 11:15:22 1993 Mike Werner (mtw@poseidon.cygnus.com)
21275
21276 * devo/dejagnu: Initial creation of devo/dejagnu.
21277 Migrated dejagnu testcases and support files for testing software
21278 tools to reside as subdirectories, currently called "testsuite",
21279 within the directory of the software tool. Migrated all programs,
21280 support libraries, etc. beloging to dejagnu proper from
21281 devo/deja-gnu to devo/dejagnu. These files were moved "as is"
21282 with no modifications. The changes to these files which will
21283 allow them to configure, build, and execute properly will be made
21284 in a future update.
21285
21286Fri Feb 19 20:19:39 1993 Brendan Kehoe (brendan@lisa.cygnus.com)
21287
21288 * Makefile.in: Change send_pr to send-pr.
21289 * configure.in: Likewise.
21290 * send_pr: Renamed directory to send-pr.
21291
21292Fri Feb 19 19:00:13 1993 Per Bothner (bothner@cygnus.com)
21293
21294 * Makefile.in: Add some extra semi-colons (needed if SHELL=bash).
21295
21296Fri Feb 19 00:59:33 1993 John Gilmore (gnu@cygnus.com)
21297
21298 * README: Update for gdb-4.8 release.
21299 * Makefile.in (gdb.tar.Z): Add texinfo/tex3patch. Build
21300 gdb-xxx.tar.z (gzip'd) file also.
21301
21302Thu Feb 18 09:16:17 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21303
21304 * Makefile.in: make all-diff depend on all-libiberty
21305
21306Tue Feb 16 16:06:31 1993 K. Richard Pixley (rich@cygnus.com)
21307
21308 * config.guess: add vax-ultrix in the spirit of mips-ultrix.
21309
21310Tue Feb 16 05:57:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21311
21312 * configure.in, Makefile.in: add hello, tar, gzip, recode, indent
21313
21314Tue Feb 16 00:58:20 1993 John Gilmore (gnu@cygnus.com)
21315
21316 * Makefile.in (DEVO_SUPPORT): Remove etc directory
21317 (ETC_SUPPORT): Only add the files GDB wants from etc/.
21318 (gdb.tar.Z): Use ETC_SUPPORT. Use byacc when building the file.
21319
21320Thu Feb 11 20:14:28 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21321
21322 * Makefile.in: makeinfo binary is in a new location
21323
21324Tue Feb 9 12:42:27 1993 Ian Lance Taylor (ian@cygnus.com)
21325
21326 * config.sub: Accept -ecoff as an OS.
21327
21328 * Makefile.in: Various changes to eliminate a level of make
21329 recursion and reduce the required command line length.
21330 (BASE_FLAGS_TO_PASS): New variable holding flags passed to all
21331 sub-makes.
21332 (EXTRA_HOST_FLAGS, EXTRA_TARGET_FLAGS, EXTRA_GCC_FLAGS): New
21333 variables holding settings for specific sub-makes.
21334 (FLAGS_TO_PASS, TARGET_FLAGS_TO_PASS, GCC_FLAGS_TO_PASS): Rewrote
21335 in terms of BASE_FLAGS_TO_PASS.
21336 (TARGET_LIBS): New variable listing directories which use
21337 TARGET_FLAGS_TO_PASS.
21338 (subdir_do): Eliminated.
21339 (do-*): New set of targets to replace subdir_do.
21340 (various): All targets which used subdir_do now depend on do-*.
21341 (local-clean): Renamed from do_clean.
21342 (local-distclean): New target, dependency of distclean and
21343 realclean.
21344 (install-info): Don't create directories. Depend on dir.info
21345 rather than calling make recursively.
21346 (install-dir.info): Eliminated.
21347 (install-info-dirs): Create all info directories here.
21348 (dir.info): Depend upon do-install-info.
21349
21350 * test-build.mk (HOLES): Added false.
21351
21352Sat Feb 6 14:05:09 1993 Per Bothner (bothner@rtl.cygnus.com)
21353
21354 * config.guess: Recognize BSDI and BSDJ (Jolitz 386bsd).
21355
21356Thu Feb 4 20:49:18 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21357
21358 * Makefile.in (info): remove dependency on all-texinfo. The
21359 problem was really in texinfo/C, not at this level.
21360
21361Thu Feb 4 13:38:41 1993 Ian Lance Taylor (ian@cygnus.com)
21362
21363 * Makefile.in (info): Added dependency on all-texinfo (PR 2112).
21364
21365Thu Feb 4 01:50:53 1993 John Gilmore (gnu@cygnus.com)
21366
21367 * Makefile.in (make-gdb.tar.Z): Change BISON to 'bison -y' for
21368 GDB releases.
21369
21370Wed Feb 3 17:22:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21371
21372 * configure: Include srcdir in message about target of link not
21373 being found. Don't convert `-' to `_' in `with' options being
21374 passed to subdirs.
21375
21376Tue Feb 2 18:57:59 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21377
21378 * configure.in: add uudecode to host_tools
21379
21380 * Makefile.in: added {all,install}-uudecode targets, added them to
21381 the appropriate lists
21382
21383Tue Feb 2 11:45:53 1993 Ian Lance Taylor (ian@cygnus.com)
21384
21385 * Makefile.in (all-gcc): Added dependency on all-gas.
21386
21387 * configure.in (mips-*-*): Build ld and binutils.
21388
21389Mon Feb 1 12:35:41 1993 K. Richard Pixley (rich@rtl.cygnus.com)
21390
21391 * configure: check return code from mkdir, print error message and
3d3b561f 21392 exit on failure.
6599da04
JM
21393
21394Sat Jan 30 16:40:28 1993 John Gilmore (gnu@cygnus.com)
21395
21396 * Makefile.in (make-gdb.tar.Z): New location for texinfo.tex.
21397
21398Thu Jan 28 15:09:59 1993 Ian Lance Taylor (ian@cygnus.com)
21399
21400 * test-build.mk (HOLES): Added tar, cpio and uudecode.
21401
21402Wed Jan 27 16:50:32 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21403
21404 * config.sub (h8500): Recognize this as a cpu type.
21405
21406Sat Jan 23 20:32:01 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21407
21408 * configure: source directory missing is no longer a warning
21409
21410 * configure.in: recognize irix[34]* instead of irix[34]
21411
21412 * Makefile.in: define and pass down X11_LIB
21413
6599da04
JM
21414Sat Jan 23 13:49:40 1993 Per Bothner (bothner@cygnus.com)
21415
21416 * guess-systype: Renamed to ...
21417 * config.guess: ... by popular request.
21418 * configure.in, Makefile.in: Update accordingly.
21419
21420Thu Jan 21 12:20:55 1993 Per Bothner (bothner@cygnus.com)
21421
21422 * guess-systype: Patches from John Eaton <jwe@che.utexas.edu>:
21423 + Add Convex, Cray/Unicos, and Encore/Multimax support.
21424 + Execute ./dummy instead of assuming . is in PATH.
21425
21426Tue Jan 19 17:18:06 1993 Per Bothner (bothner@cygnus.com)
21427
21428 * guess-systype: New shell script. Attempts to guess the
21429 canonical host name of the executing host.
21430 Only a few hosts are supported so far.
21431 * configure: Call guess-systype if no host is specified.
21432
21433Tue Jan 19 08:26:07 1993 Ian Lance Taylor (ian@cygnus.com)
21434
21435 * Makefile.in (gcc-no-fixedincludes): Made to work with current
21436 gcc Makefile.
21437
6599da04
JM
21438Fri Jan 15 10:27:02 1993 Ian Lance Taylor (ian@cygnus.com)
21439
21440 * Makefile.in (GCC_FLAGS_TO_PASS): New variable.
21441 (all-gcc, install-gcc, subdir_do): Use it.
21442
21443Wed Jan 13 17:06:45 1993 Jim Wilson (wilson@sphagnum.cygnus.com)
21444
21445 * Makefile.in: Rename uninstalled gcc driver from gcc to xgcc.
21446
21447Wed Jan 6 20:29:16 1993 Mike Werner (mtw@rtl.cygnus.com)
21448
21449 * Makefile.in: Removed explicit setting of SUBDIRS. SUBDIRS is now
3d3b561f 21450 set exclusively by configure, using configure.in .
6599da04
JM
21451
21452Wed Jan 6 13:44:11 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21453
21454 * test-build.mk: set $PATH for all builds
21455
21456 * Makefile.in: pass TARGET_FLAGS_TO_PASS for xiberty and libm
21457
21458Wed Jan 6 11:02:10 1993 Fred Fish (fnf@cygnus.com)
21459
21460 * Makefile.in (GCC_FOR_TARGET): Supply a default that matches
21461 the one used in gcc/Makefile.in, so that a null expansion doesn't
21462 override the one needed to build gcc with a native cc.
21463
6599da04
JM
21464Tue Jan 5 07:55:12 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
21465
21466 * configure: Accept -with arguments.
21467
21468Sun Jan 3 15:15:09 1993 Steve Chamberlain (sac@thepub.cygnus.com)
21469
21470 * Makefile.in: added h8300sim
21471
21472Tue Dec 29 15:06:00 1992 Ian Lance Taylor (ian@cygnus.com)
21473
6599da04
JM
21474 * build-all.mk: If canonhost is i386-unknown-sco3.2v4, change it
21475 to i386-sco3.2v4. Set TARGETS and CFLAGS for i386-sco3.2v4.
21476 (all-cygnus, native, build-cygnus): Make
21477 $(canonhost)-stamp-3stage-done, not $(host)....
21478 * test-build.mk (stamp-3stage-compared): Use tail +10c for
21479 i386-sco3.2v4. Added else true to if command.
21480
21481Mon Dec 28 12:08:56 1992 Ken Raeburn (raeburn@cygnus.com)
21482
21483 * config.sub: (from FSF) Sequent uses a BSD-like OS.
21484
21485Mon Dec 28 08:32:06 1992 Minh Tran-Le (mtranle@paris.intellicorp.com)
21486
21487 * configure.in (i[34]86-*-isc*): added; uses mh-sysv.
21488
21489Thu Dec 24 17:26:24 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21490
21491 * configure.in: don't remove binutils from Solaris builds
21492
21493Thu Dec 24 14:08:38 1992 david d`zoo' zuhn (zoo@cygnus.com)
21494
21495 * Makefile.in: get rid of earlier definitions for *clean,
21496 also handle the recursive info rule better
21497
21498Thu Dec 24 12:40:21 1992 Per Bothner (bothner@rtl.cygnus.com)
21499
21500 * Makefile.in (mostlyclean, distclean, realclean): Fix to
21501 do more-or-less the right thing.
21502
21503Wed Dec 16 10:25:31 1992 Ian Lance Taylor (ian@cygnus.com)
21504
21505 * Makefile.in: Add lines defining CC and CXX, and use CXX rather
21506 than gcc in definitions of CXX_FOR_BUILD and CXX_FOR_TARGET.
21507
21508Tue Dec 15 00:34:32 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21509
21510 * Makefile.in: change all $(host_cpu)-$(host_vendor)-$(host_os) to
21511 $(host_canonical).
21512
21513 * configure.in: split the configdirs list into 4 categories (native
21514 v. cross, library v. tool) and handle the cross-only and native-
21515 only in more reasonable (and correct!) way.
21516
21517Mon Dec 14 17:04:22 1992 Stu Grossman (grossman at cygnus.com)
21518
21519 * configure.in (hppa*-*-*): Don't remove bfd and gdb from
21520 configdirs anymore.
21521
21522Sun Dec 13 00:37:26 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21523
21524 * Makefile.in: extensive cleanup:: removed all of the explicit
21525 clean-* targets, collapsed many wrappers around subdir_do into
21526 one, added additional targets to satisfy standards.texi, deleted
21527 some old targets, some changes for consistency
21528
21529Fri Dec 11 20:18:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21530
21531 * configure.in: handle some programs as cross-only, and others as
21532 native only
21533
21534 * test-build.mk: handle partial holes in a more generic manner
21535
21536 * Makefile.in: m4 depends on libiberty
21537
6599da04
JM
21538Thu Dec 3 21:52:11 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21539
21540 * configure.in: add m4, textutils, fileutils, sed, shellutils,
21541 time, wdiff, and find to configdirs
21542
21543 * Makefile.in: all, clean, and install rules for the new programs
21544 added to configure.in
21545
21546Mon Nov 30 14:54:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21547
21548 * configure.in: use mh-sun for all *-sun-* hosts
21549
6599da04
JM
21550Fri Nov 27 18:35:54 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21551
21552 * Makefile.in: define flags for X11 include files and library file
21553 locations, pass them down to the programs that need this info
21554
21555 * build-all.mk: added a 'native' target, to 3stage the native toolchain
21556
6599da04
JM
21557Sun Nov 22 18:59:13 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21558
21559 * configure.in: start building libg++ for HP-UX targets
21560
21561Wed Nov 18 19:33:11 1992 John Gilmore (gnu@cygnus.com)
21562
21563 * README: Update references to files moved into etc/.
21564
21565Sun Nov 15 09:36:08 1992 Fred Fish (fnf@cygnus.com)
21566
21567 * config.sub (i386sol2, i486sol2): i[34]86-unknown-solaris2.
21568 * configure.in (i[34]86-*-solaris2*): Use config/mh-sysv4.
21569
21570Thu Nov 12 08:50:42 1992 Ian Lance Taylor (ian@cygnus.com)
21571
21572 * configure: accept dash as well as underscore in long option
21573 names for FSF compatibility.
21574
21575Wed Nov 11 08:04:37 1992 Ian Lance Taylor (ian@cygnus.com)
21576
21577 * config.sub: added -sco3.2v4 support from FSF.
21578
21579Sun Nov 8 21:14:30 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21580
21581 * configure.in: expand the section that adds or removes
21582 directories from the list of programs to build, to handle native
21583 vs. cross in addition to host v. native
21584
21585Sat Nov 7 18:52:27 1992 Per Bothner (bothner@rtl.cygnus.com)
21586
21587 * Makefile.in: Replace C++ in macro names with CXX.
21588 This is less likely to break ...
21589
21590Sat Nov 7 15:16:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21591
21592 * test-build.mk: add -w to GNU_MAKE
21593
21594Fri Nov 6 23:10:37 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21595
21596 * config.sub: remove 'sparc'-->'sparc-sun' default transformation,
21597 add 'sparc' to list of recognized cpus. This needed to make
21598 'sparc-aout' expand to 'sparc-unknown-aout' instead of 'sparc-sun-aout'.
21599 Delete some redundant ose68 variants. Recognize -wrs as an os,
21600 then changes that into $CPU-wrs-vxworks.
21601
21602 * configure.in: remove most references to gdbtest, regularize
21603 target based program removal
21604
21605 * test-build.mk: import from p3 tree (many fixes and changes)
21606
21607Fri Nov 6 20:59:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21608
21609 * Makefile.in: added rules to handle tcl, tk, and expect
21610
21611 * configure.in: handle those directories if they exist
21612
21613Thu Nov 5 14:35:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21614
21615 * config.sub: removed bogus hppabsd and hppahpux names, since
21616 "hppa" is not a valid cpu (hppa1.1 or hppa1.0 are, though)
21617
21618Thu Oct 29 00:12:41 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21619
21620 * Makefile.in: all-gcc now depends on all-binutils. all-libg++
21621 depends upon all-xiberty
21622
21623 * Makefile.in: changes from p3, including:
21624
21625 Thu Oct 8 15:00:17 1992 Ian Lance Taylor (ian@cygnus.com)
21626
21627 * Makefile.in (XTRAFLAGS): include newlib directories if
21628 newlib/Makefile exists, rather than if host != target.
21629
21630 Fri Sep 25 13:41:52 1992 Ian Lance Taylor (ian@cygnus.com)
21631
21632 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21633 from the same source tree and not building a cross-compiler. This
21634 matters for the libg++ configuration if reconfiguring a tree that
21635 has already been installed.
21636
21637 Thu Sep 10 10:35:51 1992 Ian Lance Taylor (ian@cygnus.com)
21638
21639 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21640 pick up the machine and system specific header files.
21641
21642 * Makefile.in: added AS_FOR_TARGET, passed down in
21643 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21644 the C compiler to use to create programs which are run in the
21645 build environment, set it to default to $(CC), and passed it down
21646 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21647
21648 Mon Sep 7 22:34:42 1992 Ian Lance Taylor (ian@cirdan.cygnus.com)
21649
21650 * Makefile.in: add $(host) = $(target) tests back to *_FOR_TARGET.
21651 We need them for unusual native builds, like systems without
21652 ranlib.
21653
21654 * configure: also define $(host_canonical) and
e490616e
ZW
21655 $(target_canonical), which are the full, canonical names for the
21656 given host and target
6599da04
JM
21657
21658Sun Nov 1 16:38:17 1992 Per Bothner (bothner@cygnus.com)
21659
21660 * Makefile.in: Added separate definitions for C++.
21661
21662Fri Oct 30 11:37:52 1992 Fred Fish (fnf@cygnus.com)
21663
21664 * configure.in (configdirs): Add deja-gnu.
21665
21666Fri Oct 23 00:39:18 1992 John Gilmore (gnu@cygnus.com)
21667
21668 * README: Update for configure.texi and gdb-4.7 release.
21669
21670Wed Oct 21 21:54:27 1992 John Gilmore (gnu@cygnus.com)
21671
21672 * Makefile.in: Move "all" target to top of file.
21673 Previously, first target was ".PHONY" which caused BSD4.4 make
21674 to build .PHONY when make was run without arguments.
21675
21676Mon Oct 19 01:17:54 1992 John Gilmore (gnu@cygnus.com)
21677
21678 * Makefile.in: Add COPYING.LIB to GDB releases, now that there's
21679 Library-copylefted code in libiberty.
21680
21681Tue Oct 13 01:22:32 1992 John Gilmore (gnu@cygnus.com)
21682
21683 * config.sub: Replace m68kmote with plain old m68k.
21684
21685Fri Oct 9 03:14:24 1992 John Gilmore (gnu@cygnus.com)
21686
21687 * Makefile.in: Remove space from blank line, avoid Make complaints.
21688
21689Thu Oct 8 18:41:45 1992 Ken Raeburn (raeburn@cygnus.com)
21690
21691 * config.sub: Complain if no argument is given. Added support for
21692 386bsd as OS and target alias.
21693
21694Thu Oct 8 15:07:22 1992 Ian Lance Taylor (ian@cygnus.com)
21695
21696 * Makefile.in (XTRAFLAGS): include newlib directories if
21697 newlib/Makefile exists, rather than if host != target.
21698
21699Mon Oct 5 03:00:09 1992 Mark Eichin (eichin at tweedledumber.cygnus.com)
21700
21701 * config.sub: recognize sparclite-wrs-vxworks.
21702
21703 * Makefile.in (install-xiberty): added *-xiberty make rules (from
21704 p3.) Added clean-xiberty to clean.
21705
21706Thu Oct 1 17:59:19 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21707
21708 * configure.in: use *-*-* instead of nested cases for host and target
21709
21710Tue Sep 29 14:11:18 1992 Ian Lance Taylor (ian@cygnus.com)
21711
21712 * Makefile.in: added -nostdinc to XTRAFLAGS if we are using gcc
21713 from the same source tree and not building a cross-compiler. This
21714 matters for the libg++ configuration if reconfiguring a tree that
21715 has already been installed.
21716
21717Sep 20 08:53:10 1992 Fred Fish (fnf@cygnus.com)
21718
21719 * config.sub (i486v/i486v4): Merge in from FSF version.
21720
21721Fri Sep 18 00:32:00 1992 Mark Eichin (eichin@cygnus.com)
21722
21723 * configure: only set PWD if it is already set.
21724
21725Thu Sep 17 23:05:53 1992 Mark Eichin (eichin@cygnus.com)
21726
21727 * configure: just set PWD=`pwd` at the top, since Ultrix sh
21728 doesn't have unset and all success paths (and most error paths)
21729 out set it anyway. (Note: should change all uses of ${PWD=`pwd`}
21730 to just ${PWD} to avoid confusion.)
21731
21732Tue Sep 15 16:00:54 1992 Ian Lance Taylor (ian@cygnus.com)
21733
21734 * configure: always set $(tooldir) to $(libdir)/$(target_alias),
21735 even for a native compilation.
21736
21737Tue Sep 15 02:22:56 1992 John Gilmore (gnu@cygnus.com)
21738
21739 Changes to make the gdb.tar.Z rule work better.
21740
21741 * Makefile.in (GDB_SUPPORT_DIRS): Add opcodes.
21742 (DEVO_SUPPORT): Add configure.texi.
21743 (bfd-ilrt.tar.Z): Remove ancient rule.
21744
21745Thu Sep 10 10:43:19 1992 Ian Lance Taylor (ian@cygnus.com)
21746
21747 * Makefile.in: added -I for newlib/targ-include to XTRAFLAGS, to
21748 pick up the machine and system specific header files.
21749
21750 * configure.in, config.sub: added new target m68010-adobe-scout,
21751 with alias of adobe68k. Changed configure.in to check for
21752 -scout before -sco* to avoid a false match.
21753
21754 * Makefile.in: added AS_FOR_TARGET, passed down in
21755 TARGET_FLAGS_TO_PASS. Added CC_FOR_BUILD, which is intended to be
21756 the C compiler to use to create programs which are run in the
21757 build environment, set it to default to $(CC), and passed it down
21758 in FLAGS_TO_PASS and TARGET_FLAGS_TO_PASS.
21759
21760Wed Sep 9 12:21:42 1992 Ian Lance Taylor (ian@cygnus.com)
21761
21762 * Makefile.in: added TARGET_FLAGS_TO_PASS, CC_FOR_TARGET,
21763 AR_FOR_TARGET, RANLIB_FOR_TARGET, NM_FOR_TARGET. Pass
21764 TARGET_FLAGS_TO_PASS, which defines CC, AR, RANLIB and NM as the
21765 FOR_TARGET variants, to newlib and libg++.
21766
21767Tue Sep 8 17:28:30 1992 Ken Raeburn (raeburn@cambridge.cygnus.com)
21768
21769 * Makefile.in (all-gas, all-gdb): Require all-opcodes to be built
21770 first.
21771
21772Wed Sep 2 02:50:05 1992 John Gilmore (gnu@cygnus.com)
21773
21774 * config.sub: Accept `elf' as an environment.
21775
21776Tue Sep 1 15:48:30 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21777
21778 * Makefile.in (all-opcodes): cd into the right directory
21779
21780Sun Aug 30 21:12:11 1992 Ian Lance Taylor (ian@cygnus.com)
21781
21782 * configure: added -program_transform_name option, used as
21783 argument to sed when installing programs.
21784 configure.texi: added documentation for -program_prefix,
21785 -program_suffix and -program_transform_name.
21786
21787Thu Aug 27 21:59:44 1992 John Gilmore (gnu@cygnus.com)
21788
21789 * config.sub: Accept i486 where i386 ok.
21790
21791Thu Aug 27 13:04:42 1992 Brendan Kehoe (brendan@rtl.cygnus.com)
21792
21793 * config.sub: accept we32k
21794
21795Mon Aug 24 14:05:14 1992 Ian Lance Taylor (ian@cygnus.com)
21796
3b75d237 21797 * config.sub, configure.in: accept OSE68000 and OSE68k.
6599da04
JM
21798
21799 * Makefile.in: don't create all directories for ``make install'';
21800 let the subdirectories create the ones they need.
21801
21802Tue Aug 11 23:13:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21803
e490616e 21804 * COPYING: new file, GPL v2
6599da04
JM
21805
21806Tue Aug 4 01:12:43 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21807
21808 * Makefile.in: use the new gen-info-dir, which needs a template
21809 argument (which also lives in texinfo)
21810
21811 * configure.texi, standards.texi: fix INFO-DIR-ENTRY
21812
6599da04
JM
21813Mon Aug 3 00:34:17 1992 Fred Fish (fnf@cygnus.com)
21814
21815 * config.sub (ncr3000): Change i386 to i486.
21816
21817Thu Jul 23 00:12:17 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21818
21819 * Makefile.in: add install-rcs, install-grep to
21820 install-no-fixedincludes, removed install-bison and install-libgcc
21821
21822Tue Jul 21 01:01:50 1992 david d `zoo' zuhn (zoo@cygnus.com)
21823
21824 * configure.in: grab the HPUX makefile fragment if on HPUX
21825
21826Mon Jul 20 11:02:09 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21827
21828 * Makefile.in: eradicate bison spoor (ditto libgcc).
3d3b561f
ML
21829 configure.in: recognise m68{k,000}-ericsson-OSE.
21830 es1800 is alias for m68k-ericsson-OSE
6599da04
JM
21831
21832Sun Jul 19 17:49:02 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21833
21834 * configure.in: rearrange the parts that remove programs from
21835 configdirs, based now on HOST==TARGET or by canonical triple.
21836
21837Fri Jul 17 22:52:49 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21838
21839 * test-build.mk: recurse explicitly with -f test-build.mk when
3d3b561f
ML
21840 appropriate. predicate stage3 and comparison on the existence
21841 of gcc. That is, if gcc isn't around, we aren't three-staging.
21842 On very clean, also remove ...stamp-co. Build in-place before
21843 doing other builds.
6599da04
JM
21844
21845Thu Jul 16 18:33:09 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21846
21847 * Makefile.in, configure.in: add tgas
21848
21849Thu Jul 16 16:05:28 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21850
21851 * Makefile.in: a number of changes merged in from progressive.
21852
21853 * configure.in: add libm.
21854
21855 * .cvsignore: ignore some stuff that comes from test-build.mk.
21856
6599da04
JM
21857Tue Jul 7 00:24:52 1992 Fred Fish (fnf@cygnus.com)
21858
21859 * config.sub: Add es1800 (m68k-ericsson-es1800).
21860
21861Tue Jun 30 20:24:41 1992 D. V. Henkel-Wallace (gumby@cygnus.com)
21862
21863 * configure: Add program_suffix (parallel to program_prefix)
21864 * Makefile.in: adjust directory-creating script for losing decstation
21865
21866Mon Jun 22 23:43:48 1992 Per Bothner (bothner@cygnus.com)
21867
21868 * configure: Minor $subdir-related fixes.
21869
21870Mon Jun 22 18:30:26 1992 Steve Chamberlain (sac@thepub.cygnus.com)
21871
21872 * configure: fix various problems with propogating
21873 makefile_target_frag in subdirs.
21874 * configure.in: config libgcc if its there
21875
21876Fri Jun 19 15:19:40 1992 Stu Grossman (grossman at cygnus.com)
21877
21878 * config.sub: HPPA merge.
21879
6599da04
JM
21880Sun Jun 14 10:29:19 1992 John Gilmore (gnu at cygnus.com)
21881
21882 * Makefile.in: Replace all-bison with all-byacc in all
21883 dependency lines for other tools (which now use byacc).
21884
21885Fri Jun 12 22:21:57 1992 John Gilmore (gnu at cygnus.com)
21886
21887 * config.sub: Add sun4sol2 => sparc-sun-solaris2.
21888
6599da04
JM
21889Thu Jun 4 12:07:32 1992 Mark Eichin (eichin@cygnus.com)
21890
21891 * Makefile.in: make gprof rules similar to byacc rules (instead of
21892 vestigal $(unsubdir) that didn't work...)
21893
21894Thu Jun 4 00:37:05 1992 Per Bothner (bothner@rtl.cygnus.com)
21895
21896 * config.sub: Add support for Linux.
21897 * Makefile.in: Use $(FLAGS_TO_PASS) more consistently
21898 (at least for libg++).
21899
21900Tue Jun 02 20:03:00 1992 david d `zoo' zuhn (zoo@cygnus.com)
21901
21902 * configure.texi: fix doc for the -nfp option to configure
21903
21904Tue Jun 2 17:20:52 1992 Michael Tiemann (tiemann@cygnus.com)
21905
21906 * Makefile.in (all-binutils): ar needs flex, so depend on all-flex.
21907
21908Sun May 31 15:04:08 1992 Mark Eichin (eichin at cygnus.com)
21909
21910 * config.sub: changed [^-]+ to [^-][^-]* so that it works under
21911 Sun sed. (BSD 4.3 sed doesn't handle [^-]+ either.)
21912 * configure.in: added solaris* host_makefile_frag hook.
21913
21914Sun May 31 01:10:34 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21915
21916 * config.sub: changed recognition of m68000 so that various
21917 m68k types can be specified via m680[01234]0
21918
21919Sat May 30 21:01:06 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
21920
21921 * config.sub (basic_machine): fix sed so that '-foo' isn't
21922 completely substituted out while .+'-foo' loses the '-foo'
21923
21924Wed May 27 23:18:52 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21925
21926 * config.sub ($os): Add -aout.
21927
21928Fri May 22 14:00:02 1992 Per Bothner (bothner@cygnus.com)
21929
21930 * configure: If host_makefile_frag is absolute, don't
21931 prefix ${invsubdir} (relevant to libg++ auto-configure).
21932
21933Thu May 21 18:00:09 1992 Michael Tiemann (tiemann@rtl.cygnus.com)
21934
21935 * Makefile.in (tooldir): Define it.
21936 (all-ld): Depend on all-flex.
21937
21938Sun May 10 21:45:59 1992 Per Bothner (bothner@rtl.cygnus.com)
21939
21940 * Makefile.in (check): Fix libg++ special case.
21941
21942Fri May 8 08:31:41 1992 K. Richard Pixley (rich@cygnus.com)
21943
21944 * configure: do not bury `pwd` into config.status, thus do fewer
3d3b561f 21945 pwd's.
6599da04
JM
21946
21947 * configure: print the "Building in" message only when building in
3d3b561f 21948 other than "." AND verbose.
6599da04 21949
63f6bcd7 21950 * configure: remove -s, rework -v to better accommodate guested
3d3b561f 21951 configures.
6599da04
JM
21952
21953 * standards.texi: updated to 3 may, fixed librid <-> libdir typo.
21954
21955Fri May 1 18:00:50 1992 K. Richard Pixley (rich@cygnus.com)
21956
21957 * Makefile.in: macroize flags passed on recursion. remove
3d3b561f 21958 fileutils.
6599da04
JM
21959
21960Thu Apr 30 08:56:20 1992 K. Richard Pixley (rich@cygnus.com)
21961
21962 * configure: get makesrcdir right for subdirs deeper than 1.
21963
21964 * Makefile.in: pass INSTALL, INSTALL_DATA, INSTALL_PROGRAM on
3d3b561f 21965 install.
6599da04
JM
21966
21967Fri Apr 24 15:51:51 1992 K. Richard Pixley (rich@cygnus.com)
21968
21969 * Makefile.in: don't print subdir_do or recursion lines.
21970
21971Fri Apr 24 15:22:04 1992 K. Richard Pixley (rich@cygnus.com)
21972
21973 * standards.texi: added menu item.
21974
21975 * Makefile.in: build and install standards.info.
21976
21977 * standards.texi: new file.
21978
21979Wed Apr 22 18:06:55 1992 K. Richard Pixley (rich@rtl.cygnus.com)
21980
21981 * configure: test for and move config.status pieces from
3d3b561f 21982 ${subdir}/.
6599da04
JM
21983
21984Wed Apr 22 14:38:34 1992 Fred Fish (fnf@cygnus.com)
21985
6599da04
JM
21986 * configure: Test for existance of files before trying to mv
21987 them, to avoid numerous non-existance messages.
21988
21989Tue Apr 21 12:31:33 1992 K. Richard Pixley (rich@cygnus.com)
21990
21991 * configure: correct final line of config.status.
21992
21993 * configure: patch from eggert. Avoids a protection problem if
3d3b561f 21994 the original Makefile.in is read only.
6599da04
JM
21995
21996 * configure: use move-if-change from gcc to create config.status.
3d3b561f
ML
21997 Some makefiles depend on config.status to tell if a directory
21998 has been reconfigured for a different host. This change
21999 prevents those directories from remaking everything in the case
22000 where the reconfig was only intended to rebuild a Makefile.
6599da04
JM
22001
22002 * configure: test for config.sub with "config.sub sun4" rather
3d3b561f
ML
22003 than "config.sub ${host_alias}". Otherwise we can't tell a bad
22004 host alias from a missing config.sub.
6599da04
JM
22005
22006Mon Apr 20 18:16:36 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22007
22008 * Makefile.in: explicitly pass CFLAGS on recursion. no longer pass
3d3b561f 22009 MINUS_G (this can be done with CFLAGS). Default CFLAGS to -g.
6599da04
JM
22010
22011Fri Apr 17 18:27:51 1992 Per Bothner (bothner@cygnus.com)
22012
22013 * configure: mkdir ${subdir} as needed.
22014
22015Wed Apr 15 17:37:22 1992 K. Richard Pixley (rich@cygnus.com)
22016
22017 * Makefile.in,configure.in: added autoconf.
22018
22019Wed Apr 15 17:27:34 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22020
22021 * Makefile.in: no longer pass against on recursion.
22022
22023 * Makefile.in: added .NOEXPORT: so that stray makefile_frag
3d3b561f 22024 definitions are not inherited.
6599da04
JM
22025
22026 * configure: correct makesrcdir when subdir is .
22027
22028Tue Apr 14 11:56:09 1992 Per Bothner (bothner@cygnus.com)
22029
22030 * configure: Add support for 'subdirs' variable, which is
22031 like 'configdirs', except that configure doesn't re-invoke
22032 itself for subdirs, it just creates a Makefile for each subdir.
22033 * configure.texi: Document subdirs.
22034
22035Mon Apr 13 18:50:16 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
22036
22037 * configure.in: added flex to configdirs
22038
22039Mon Apr 13 18:43:55 1992 K. Richard Pixley (rich@cygnus.com)
22040
22041 * Makefile.in: remove clean-stamps from clean.
22042
22043Sat Apr 11 03:52:03 1992 John Gilmore (gnu at cygnus.com)
22044
22045 * configure.in: Add gdbtest to configdirs.
22046
22047Fri Apr 10 23:11:49 1992 Fred Fish (fnf@cygnus.com)
22048
22049 * Makefile.in (MINUS_G): Add macro, default to -g, pass on
22050 to recursive makes.
22051 * configure.in: Recognize new ncr3000 config.
22052
22053Wed Apr 8 23:08:12 1992 K. Richard Pixley (rich@cygnus.com)
22054
22055 * Makefile.in, configure.in: removed references to gdbm.
22056
22057Tue Apr 7 16:48:20 1992 Per Bothner (bothner@cygnus.com)
22058
22059 * config.sub: Don't canonicalize os value
22060 newsos* to bsd (readline needs to check for newsos).
22061 (This fix was earlier made Jan 31, but got re-broken.)
22062
22063Mon Apr 6 14:34:08 1992 Stu Grossman (grossman at cygnus.com)
22064
22065 * configure.in: sco is an os, not a vendor!
22066
22067 * configure: Quote $( better. Keep various shells happy.
22068
22069Tue Mar 31 16:32:57 1992 K. Richard Pixley (rich@cygnus.com)
22070
22071 * Makefile.in: eliminate stamp-files.
22072
22073Mon Mar 30 22:20:23 1992 K. Richard Pixley (rich@cygnus.com)
22074
22075 * Makefile.in: add send_pr. remove "force" from .stmp-gprof rule.
3d3b561f 22076 Supress echoing of all the "if [ -d ... $(MAKE)" lines.
6599da04
JM
22077
22078Wed Mar 25 15:20:04 1992 Stu Grossman (grossman@cygnus.com)
22079
22080 * config.sub: fix iris/iris3.
22081
22082Wed Mar 25 10:34:19 1992 K. Richard Pixley (rich@cygnus.com)
22083
22084 * configure: re-add -rm.
22085
22086Tue Mar 24 23:50:16 1992 K. Richard Pixley (rich@cygnus.com)
22087
22088 * Maskefile.in: add .stmp-rcs to all.
22089
22090 * configure.in: remove gas from rs6000 build, use aix host fragment.
22091
22092Mon Mar 23 19:43:35 1992 K. Richard Pixley (rich@cygnus.com)
22093
22094 * configure: pass down site_option during recursion.
22095
22096Thu Mar 19 16:49:36 1992 Stu Grossman (grossman at cygnus.com)
22097
22098 * Makefile.in (all.cross): Add .stmp-bfd .stmp-readline.
22099
22100Wed Mar 18 15:29:33 1992 Mike Stump (mrs@cygnus.com)
22101
22102 * configure: Change exec_prefix so that it really defaults to prefix.
22103
22104Sat Mar 14 17:20:38 1992 Fred Fish (fnf@cygnus.com)
22105
22106 * Makefile.in, configure.in: Add support for mmalloc library.
22107
22108Fri Mar 13 18:44:18 1992 K. Richard Pixley (rich@cygnus.com)
22109
22110 * Makefile.in: add stmp dependencies for a few more things.
22111
22112Thu Mar 12 04:56:24 1992 K. Richard Pixley (rich@cygnus.com)
22113
22114 * configure: adjusted error message on objdir/srcdir configure
3d3b561f 22115 collision, per john's suggestion.
6599da04
JM
22116
22117 * Makefile.in: add libiberty stmp to all and all.cross.
22118
22119Wed Mar 11 02:07:52 1992 K. Richard Pixley (rich@cygnus.com)
22120
22121 * Makefile.in: remove force dependencies, add grep to all.
22122
22123Tue Mar 10 21:49:18 1992 K. Richard Pixley (rich@mars.cygnus.com)
22124
22125 * Makefile.in: drop flex. make stamp files work.
22126
22127 * configure: added test for conflicting configuration in srcdir,
3d3b561f
ML
22128 remove trailing slashes from srcdir. Otherwise emacs gdb mode
22129 gets cranky. use relative paths for configure and srcdir
22130 whenever possible. Send some error messages to stderr that were
22131 going to stdout.
6599da04
JM
22132
22133Tue Mar 10 18:01:55 1992 Per Bothner (bothner@cygnus.com)
22134
22135 * Makefile.in: Fix libg++ rule to check for gcc directory
22136 before using gcc/gcc. Also pass XTRAFLAGS.
22137
22138Thu Mar 5 21:45:07 1992 K. Richard Pixley (rich@sendai)
22139
22140 * Makefile.in: added stmp-files so that directories aren't polled
3d3b561f 22141 when they are already built.
6599da04
JM
22142
22143 * configure.texi: fixed a node pointer problem.
22144
22145Thu Mar 5 12:05:58 1992 Stu Grossman (grossman at cygnus.com)
22146
731a8127 22147 * config.sub configure.in gdb/configure.in
6599da04
JM
22148 gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h
22149 gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/mt-irix3
22150 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
22151
22152Wed Mar 4 02:57:46 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22153
22154 * configure: -recurring becomes -silent. corrected help message
3d3b561f 22155 for -site= option.
6599da04
JM
22156
22157 * Makefile.in: mkdir $(exec_prefix) and $(tooldir).
22158
22159Tue Mar 3 14:51:21 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22160
22161 * configure: when building Makefile for crosses, replace
3d3b561f
ML
22162 tooldir and program_prefix. default srcdir from location of
22163 config.sub. remove "for host in hosts" and "for target in
22164 targets" loops.
6599da04
JM
22165
22166Wed Feb 26 19:48:25 1992 K. Richard Pixley (rich@rtl.cygnus.com)
22167
22168 * Makefile.in: Do not pass bindir or mandir to cvs.
22169
22170Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
22171
22172 * Makefile.in, configure.in: removed traces of namesubdir,
3d3b561f
ML
22173 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
22174 copyrights to '92, changed some from Cygnus to FSF.
6599da04
JM
22175
22176 * configure.texi: remove most references to multiple hosts,
3d3b561f 22177 multiple targets, subdirs, etc.
6599da04
JM
22178
22179 * configure.man: removed rcsid. reference config.sub not
3d3b561f 22180 config.subr.
6599da04
JM
22181
22182 * Makefile.in: mkdir $(infodir) on install-info.
22183
22184Wed Feb 19 15:41:13 1992 John Gilmore (gnu at cygnus.com)
22185
22186 * configure.texi: Explain better about .gdbinit and about
22187 the environment that configure.in sections run in.
22188
22189Fri Feb 7 07:55:00 1992 John Gilmore (gnu at cygnus.com)
22190
22191 * configure.in: Ultrix is only a decstation if it's a MIPS.
22192
22193Fri Jan 31 21:54:51 1992 John Gilmore (gnu at cygnus.com)
22194
22195 * README: DOC.configure => cfg-paper.texi.
22196
22197Fri Jan 31 21:48:18 1992 Stu Grossman (grossman at cygnus.com)
22198
22199 * config.sub (near case $os): Don't convert newsos* to bsd!
22200
22201Fri Jan 31 02:27:32 1992 John Gilmore (gnu at cygnus.com)
22202
22203 * Makefile.in: Reinstall change from gdb-4.3 that reduces
22204 the number of copies of COPYING that go into the GDB tar file.
22205
22206Thu Jan 30 16:17:30 1992 Stu Grossman (grossman at cygnus.com)
22207
731a8127 22208 * bfd/configure.in, gdb/config/mh-i386sco,
6599da04
JM
22209 gdb/config/mt-i386v32, gdb/configure.in, readline/configure.in:
22210 Fix SCO configuration stuff.
22211
22212Tue Jan 28 23:51:07 1992 Per Bothner (bothner at cygnus.com)
22213
22214 * Makefile.in: For libg++, make sure the -I pointing
22215 to the gcc directory goes *after* all the libg++-local -I flags.
22216 Also, move just-gcc dependency from just-libg++ to all-libg++.
22217
22218Tue Jan 28 12:56:24 1992 Stu Grossman (grossman at cygnus.com)
22219
22220 * configure: Change -x to -f to keep Ultrix /bin/test happy.
22221
22222Sat Jan 18 17:45:11 1992 Stu Grossman (grossman at cygnus.com)
22223
22224 * Makefile.in (make-gdb.tar.Z): Remove texinfo targets.
22225
22226Sat Jan 18 17:03:21 1992 Fred Fish (fnf at cygnus.com)
22227
22228 * config.sub: Add stratus configuration frags. Also
22229 submitted to FSF.
22230
22231Sat Jan 18 15:35:29 1992 Stu Grossman (grossman at cygnus.com)
22232
22233 * Makefile.in (DEV_SUPPORT): add configure.man.
22234
22235 * config.sub(Decode manufacturer-specific): add -none*.
22236
22237Fri Jan 17 17:58:05 1992 Stu Grossman (grossman at cygnus.com)
22238
22239 * Makefile.in: remove form feeds to make Sun's make happy.
22240 (DEVO_SUPPORT): DOC.configure => cfg-paper.texi.
22241
22242Sat Jan 4 16:11:44 1992 John Gilmore (gnu at cygnus.com)
22243
22244 * Makefile.in (AR_FLAGS): Make quieter.
22245
22246Thu Jan 2 22:57:12 1992 John Gilmore (gnu at cygnus.com)
22247
22248 * configure.in: Add libg++.
22249 * configure: When verbose, don't output the command line at each
22250 level; it will be unremarkably the same as the previous version,
22251 which will be the same as what the user typed.
22252
22253Fri Dec 27 16:26:47 1991 K. Richard Pixley (rich at cygnus.com)
22254
22255 * configure.in, Makefile.in: fix clean-info, add flex. add
3d3b561f 22256 fileutils.
6599da04
JM
22257
22258 * configure: be less sensitive to spaces in Makefile.in. Do not
3d3b561f
ML
22259 look for sources in "..". Doing so breaks subdirectories that
22260 might have their own configure. If a subdir has it's own
22261 configure script, use it.
6599da04
JM
22262
22263Thu Dec 26 16:30:26 1991 K. Richard Pixley (rich at cygnus.com)
22264
22265 * cfg-paper.texi: some changes suggested by rms.
22266
22267Thu Dec 26 10:13:36 1991 Fred Fish (fnf at cygnus.com)
22268
22269 * config.sub: Merge in some small additions from the FSF version,
22270 taken from the gcc distribution, to bring the Cygnus and FSF
22271 versions into closer sync.
22272
22273Fri Dec 20 11:34:18 1991 Fred Fish (fnf at cygnus.com)
22274
22275 * configure.in: Changed svr4 references to sysv4.
22276
22277Thu Dec 19 15:54:29 1991 K. Richard Pixley (rich at cygnus.com)
22278
22279 * configure: added -V for version number option.
22280
22281Wed Dec 18 15:39:34 1991 K. Richard Pixley (rich at cygnus.com)
22282
22283 * DOC.configure, cfg-paper.texi: revised, updated, and texinfo'd.
3d3b561f 22284 renamed from DOC.configure to cfg-paper.texi.
6599da04
JM
22285
22286Mon Dec 16 23:05:19 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22287
22288 * configure, config.subr, config.sub: config.subr is now
3d3b561f 22289 config.sub again.
6599da04
JM
22290
22291Fri Dec 13 01:17:06 1991 K. Richard Pixley (rich at cygnus.com)
22292
22293 * configure.texi: new file, in progress.
22294
22295 * Makefile.in: build info file and install the man page for
3d3b561f 22296 configure.
6599da04
JM
22297
22298 * configure.man: new file, first cut.
22299
22300 * configure: find config.subr again now that configuration "none"
3d3b561f
ML
22301 has gone. removed all traces of the -ansi option. removed all
22302 traces of the -languages option.
6599da04
JM
22303
22304 * config.subr: resync from rms.
22305
22306Wed Dec 11 22:25:20 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22307
22308 * configure, config.sub, config.subr: merge config.sub into
3d3b561f
ML
22309 config.subr, call the result config.subr, remove config.sub, use
22310 config.subr.
6599da04
JM
22311
22312 * Makefile.in: revised install for dir.info.
22313
22314Tue Dec 10 00:04:35 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22315
22316 * configure.in: add decstation host makefile frag.
22317
22318 * Makefile.in: BISON now bison -y again. also install-gcc on
3d3b561f
ML
22319 install. clean-gdbm on clean. infodir belongs in datadir.
22320 Make directories for info install. Build dir.info here then
22321 install it.
6599da04
JM
22322
22323Mon Dec 9 16:48:33 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22324
22325 * Makefile.in: fix for bad directory tests.
22326
22327Sat Dec 7 00:17:01 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22328
22329 * configure: \{1,2\} appears to be a sysv'ism. Use a different
3d3b561f 22330 regexp. -srcdir relative was being handled incorrectly.
6599da04
JM
22331
22332 * Makefile.in: unwrapped some for loops so that parallel makes
3d3b561f
ML
22333 work again and so one can focus one's attention on a particular
22334 package.
6599da04
JM
22335
22336Fri Dec 6 00:22:08 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22337
22338 * configure: added PWD as a stand in for `pwd` (for speed). use
3d3b561f
ML
22339 elif wherever possible. make -srcdir work without -objdir.
22340 -objdir= commented out.
6599da04
JM
22341
22342Thu Dec 5 22:46:52 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22343
22344 * configure: +options become --options. -subdirs commented out.
3d3b561f
ML
22345 added -host, -datadir. Renamed -destdir to -prefix. Comment in
22346 Makefile now at top of generated Makefile. Removed cvs log
22347 entries. added -srcdir. create .gdbinit only if there is one
22348 in ${srcdir}.
6599da04
JM
22349
22350 * Makefile.in: idestdir and ddestdir go away. Added copyrights
3d3b561f
ML
22351 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
22352 and mandir now keyed off datadir by default.
6599da04
JM
22353
22354Fri Nov 22 07:38:11 1991 K. Richard Pixley (rich at rtl.cygnus.com)
22355
22356 * Freshly created ChangeLog.
22357
22358\f
22359Local Variables:
22360mode: change-log
22361left-margin: 8
22362fill-column: 76
22363version-control: never
22364End: